/* Default */

@import url('../css/lib.min.css');
html {
 height: 100%;
 scroll-behavior: smooth;
}
body {
 margin: 0;
 padding: 0;
 height: 100%;
}

/* Common */
body, html{font-size: 16px;line-height: 1.62857143;background: #fff;font-feature-settings: 'lnum';-webkit-font-feature-settings: 'lnum';-moz-font-feature-settings: 'lnum';}
p {
 margin: 0 0 10px;
 margin-block-start: 1.5em;
 margin-block-end: 1.5em;
 margin-inline-start: 0px;
 margin-inline-end: 0px;
}
a{color: #4fc0e9;}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
textarea {
 overflow: auto;
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #666;
 line-height: 22px;
 min-height: 36px;
 padding: 6px 15px;
 font-size: 13px;
 box-sizing: border-box;
 transition: all .3s ease;
 border-radius: 2px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"] {
 border: 1px solid #d8d8d8;
 background: #fff;
 color: #666;
 line-height: 26px;
 height: 36px;
 padding: 6px 15px;
 background: #fff;
 box-sizing: border-box;
 transition: all .2s ease;
 border-radius: 2px;
 margin-bottom: 10px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border: 1px solid #1a1a1a !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 26px;
 height: auto;
 padding: 6px 12px;
 border-radius: 6px;
 cursor: pointer;
 box-sizing: border-box;
 transition: all .3s ease;
background: #FFC107;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
 background: #FFA000;
 color: #fff;
}

select {
 color: #666;
 border: 1px solid #d8d8d8;
 background: #fff;
 cursor: pointer;
 font-size: 13px;
 line-height: 22px;
 height: auto;
 background-position: right center;
 background-repeat: no-repeat;
 line-height: 1em;
 text-indent: 1px;
 text-overflow: '';
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 2px;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}


/* Header */
.header1 {
 background: #fff;
 padding: 20px 0px;

}
.header3 {
 background: #fff;
 padding: 20px 0px;
 margin-top: 20px;
}
.h3-b{
 border: 1px solid #E6E6E6;
}
.header3 .main-menu {
 padding-right: 30px;
}


.header2 {
 background: #fff;
 padding: 20px 0px;
}
.header2 .logo {
 text-align: center;
}
.header2 .main-menu {
 float: none;
 text-align: center;
}
.mmenu-sep {
 border-top: 1px solid #E6E6E6;
 margin-top: 10px;
 padding-top: 10px;
}

.logo {
color: #34314be0;
font-weight: bold;
 transition: 0.3s;
}
.logo:hover, .logo:focus{
 text-decoration: none;
 color: #F4850E;
 transition: 0.3s;
border: none;
}
.logo:hover b{
 color: #3d3d3d;
 transition: 0.3s;
}
.logo b {
 color: #F4850E;
 transition: 0.3s;
}
.main-menu{
 padding: 0;
 margin: 0;
 float: right;
}
.main-menu li{
 list-style: none;
 display: inline-block;
}
.uMenuItemA {
 color: #f4850e !important;
}
.main-menu li a {
 display: block;
 color: #6d6d6d;
 font-size: 15px;
 padding: 14px 0px 13px 16px;
 transition: 0.3s;
}
.main-menu li a:hover{
 text-decoration: none;
 color: #3d3d3d;
 transition: 0.3s;
}
.navbar-toggle .icon-bar {
 background: #9e9e9e !important;
 cursor: pointer;
}
.uWithSubmenu {
 cursor: pointer;
}
.uWithSubmenu > a::after {
 content: "\f107";
 font-family: FontAwesome;
 margin-left: 10px;
 transition: all 0.4s ease 0s;
}
.uMenuRoot > .uWithSubmenu > a::after {
 border-radius: 50%;
 color: #cbcbcb;
 display: inline-block;
 height: 24px;
 line-height: 24px;
 position: relative;
 text-align: center;
 width: 24px;
}
.uWithSubmenu:hover > a::after {
 transform: rotate(180deg);
}
.uMenuRoot > .uWithSubmenu > ul::before {
 content: ''; 
 position: absolute; 
 border: 8px solid transparent; 
 border-bottom: 8px solid #fff; 
 top: -15px; 
 left: 15%; 
 margin-left: -1px;
 display: none;
}
.uWithSubmenu > ul {
 background-color: rgb(244, 244, 244);
 border: 1px solid rgb(232, 232, 232);
 min-width: 200px;
 opacity: 0;
 position: absolute;
 top: 150%;
 visibility: hidden;
 z-index: 9999999;
 transition: all 0.4s ease-in 0s;
}
.uWithSubmenu:hover > ul {
 opacity: 1;
 top: 100%;
 visibility: visible;
}
.uWithSubmenu ul li {
 display: block;
 margin: 0;
 padding: 0;
 position: relative;
 text-align: left;
}
.uWithSubmenu .uWithSubmenu > a::after {
 content: "\f105";
 font-family: FontAwesome;
 margin-left: 10px;
 position: absolute;
 right: 25px;
}
.uWithSubmenu .uWithSubmenu > ul {
 left: 100%;
}
.uWithSubmenu .uWithSubmenu:hover > ul {
 top: -1px;
}
.uMenuRoot .uWithSubmenu ul a {
 border-bottom: 1px solid rgba(0, 0, 0, 0.05);
 color: #333;
 padding: 6px 6px !important;
 text-transform: none;
 width: 100%;
}
.uWithSubmenu ul li:last-child a {
 border-bottom: none;
}
.inMarq {
 display: inline-block;
 margin-right: 40px;
}
.inMarq b{
 margin-right: 5px; 
}
.uWithSubmenu ul {
 padding: 0px;
 margin: 0px;
 margin-left: -5px;
}
.uMenuRoot {
 padding: 0px;
 margin: 0px;
}


.header-optional {
 padding: 10px;
 background: #fff;
 border-top: 1px solid #e6e6e6;
 border-bottom: 1px solid #e6e6e6;
 color: #6d6d6d;
}
.bread-buts, .bb-user{
 padding: 0;
 margin: 0;
}
.bb-user{
 float: right; 
}
.bread-buts li, .bb-user li{
 display: inline-block;
 list-style: none;
}
.bread-buts li, .bread-buts li a, .bb-user li a {
 color: #6d6d6d;
 font-size: 13px;
 margin-right: 7px;
 transition: 0.3s;
}
.bread-buts li a:hover, .bb-user li a:hover{
 color: #3d3d3d;
 transition: 0.3s;
 text-decoration: none;
}
.bread-buts li a:after {
 content: "\f125";
 display: inline-block;
 font-family: "Ionicons";
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 text-rendering: auto;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 7px;
 font-size: 11px;
 color: #cccccc;
}
.bread-buts li:last-child a:after{
 content: none;
}


/* Wrapper */
.wrapper{
 padding: 20px 0px;
min-height: 100%;
}
.content-row {
 background: white;
 border: 1px solid #E6E6E6;
}
.content-grid {
 padding: 30px;
 background: white;
}

/* Post */
.post {
 background: white;
 position: relative;
 margin-bottom: 30px;
 border: 1px solid #E6E6E6;
}
.post-thumbnail {
 width: 40%;
 float: left;
 position: absolute;
 height: 100%;
 display: block;
}
.post-info {
 margin-left: 40%;
 padding: 30px;
}
.post-title {
 display: block;
 color: #3d3d3d;
 font-weight: 700;
 font-size: 18px;
 margin-bottom: 20px;
}
.post-title:hover{
 color: #3d3d3d;
 text-decoration: none;
}
.post-content {
 font-size: 13px;
 border-bottom: 1px solid #f1f1f1;
 padding-bottom: 10px;
}
.post-details {
 padding: 10px 0px 0px;
 margin: 0;
}
.post-details li {
 display: inline-block;
 list-style: none;
 font-size: 13px;
 margin-right: 30px;
}
.post-details li a {
 color: #f4850e;
}
.post-details li a:hover{
 text-decoration: none;
}

.posto-image {
 position: relative;
float: left;
padding-right: 20px;
}
.posto-image img{
 width: 280px;
}
.posto-section {
 background: white;
border-radius: 6px;
 margin-bottom: 5px;
}
.post-i-section {
 padding: 20px;
border-radius: 6px;
border: 1px solid #f0f8ff;
}
.posto-title {
 font-size: 22px;
 margin-bottom: 5px !important;
}
.posto-mes {
 padding-top: 15px;
 margin-top: 15px;
 border-top: 1px solid #ecedee;
}
.ulightbox img {
 width: 100%;
 margin: 20px 0px !important;
 display: block;
}
.posto-moder {
 position: absolute;
 top: 20px;
 right: 20px;
}
.com-order-block {
 display: none !important;
}




/* Sidebar */
.block {
 background: white;

 margin-bottom: 30px;
}
.block-title {
 padding: 20px 20px;

 color: #3d3d3d;
 font-weight: 700;
}
.block-content {
 padding: 20px 20px;
}
.block-ul {
 padding: 10px 20px;
 margin: 0;
}
.block-ul li{
 display: block;
 list-style: none;
}
.block-ul li a, .catsTd {
 color: black;
 padding: 7px 0px;
 display: block;
}
.catsTd a{
 color: black;
 catsTd
}
.catsTd a:hover{
 text-decoration: none; 
}
.block-ul li:last-child a, .catsTd:last-child a{
 border-bottom: none;
}
.catNumData {
 float: right;
 color: #c5c5c5;
}
.block-about {
 text-align: center;
}
.block-about img {
 width: 100px;
 height: 100px;
 border-radius: 50%;
 border: 6px solid #f1f1f1;
 box-shadow: 1px 1px 1px 1px #ebebeb;
}
.block-ab-info {
 padding: 15px 10px;
 font-size: 14px;
 color: #858585;
}
.block-ab-soc{
 padding: 0px;
 margin: 0px;
}
.block-ab-soc li{
 display: inline-block;
 list-style: none;
}
.block-ab-soc li a {
 display: block;
 background-color: transparent !important;
 border: 1px solid #e6e6e6;
 padding: 5px;
 color: #A7A7A7;
 border-radius: 1px;
 margin: 0px 3px;
 transition: 0.3s;
}
.block-ab-soc li a:hover{
 border: 1px solid #F4850E;
 color: #F4850E;
 transition: 0.3s;
 text-decoration: none;
}
.search-field {
 border: 0px !important;
 width: 100%;
 height: 100%;
 margin-bottom: 0px !important;
}
.search-form {
 position: relative;
 margin-bottom: 0px;
}
.search-submit {
 position: absolute;
 right: 0px;
 top: 0px;
 height: 100%;
 border-radius: 0px !important;
 background: #f4850e;
}
.search-submit:hover{
 background: #c56f12;
}
.search-field:focus, #search-field:focus {
 outline-width: 0px !important;
 border: none !important;
}



/* Forum */
.forumContent a {
 text-decoration: none
}
.forumContent a:hover,
.switch a:hover {
 color: #7D92BA
}
.switch {
 padding-left: 6px
}
.switchActive {
 background: #f2f2f2;
 padding: 0 6px;
 line-height: 25px;
 border: 1px solid #EEE;
 color: #294479
}
.forumContent .frmBtns a {
 display: inline-block;
 color: rgba(255, 255, 255, 0.8);
 margin-left: 2px;
 font-size: 10pt;
 text-transform: uppercase;
 background: #7D92BA;
 padding: 7px 10px;
}
.forumContent .frmBtns a i {
 display: none
}
.forumContent .frmBtns a:hover {
 background: #294479;
 color: #fff
}
.forumContent input[type="reset"],
.forumContent input[type="submit"],
.forumContent input[type="text"],
.forumContent input[type="button"] {
 height: 30px;
 line-height: 30px;
 padding: 0 10px;
 margin-bottom: 0
}
#thread_search_field {
 width: 160px!important
}
.forumContent input[type="text"] {
 border-color: #ccc
}
.forumContent #thread_search_button {
 margin-top: 0!important
}
.forumContent .postReset,
.forumContent .postSubmit,
.forumContent .postPreview {
 padding: 0 20px!important;
 line-height: 40px!important;
 height: 40px!important;
 width: auto!important;
 margin: 2px 0
}
.forumNamesBar {
 color: #999;
 padding: 10px 0 20px 2px !important;
 font-size: 10pt
}
.gTableBody1 {
 padding: 20px!important;
 height: auto!important
}
.gTableBottom,
#frM57,
#frM58,
#frM60 {
 padding-bottom: 20px
}
#frM53 input,
.postBottom input {
 height: auto
}
select.searchForumsFl {
 height: auto;
 padding: 0;
 margin: 10px
}
.postTdTop {
 font-weight: 300;
 color: #777;
 font-size: 10pt
}
.postUser {
 font-weight: 700;
 font-size: 12pt
}
.postPoll {
 padding: 20px 0!important
}
.forumContent .gTable {
 position: relative;
 z-index: 1;
}
.forumContent .gTable td.forumNameTd,
.forumContent .gTable td.forumIcoTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.forumLastPostTd,
.forumContent .gTable td.gTableSubTop,
.forumContent .gTable td.threadNametd,
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.threadLastPostTd,
.forumContent .gTable td.postTdTop,
.forumContent .gTable td.posttdMessage,
.forumContent .gTable td.postTdInfo {
 padding: 10px
}
.forumContent .gTable td.gTableLeft,
.forumContent .gTable td.gTableRight {
 padding-top: 20px
}
.forumContent .gTable td.gTableTop {
 position: relative;
 width: 100%;
 background-color: #f4850e;
 color: #fff;
 font-size: 18pt;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
 margin: 0 0 0 -15px;
 padding: 15px 20px;
 text-decoration: none;
 font-family: "Open Sans", sans-serif;
 opacity: .75;
}
.forumContent .gTable td.gTableTop:before {
 content: '';
 width: 100%;
 max-width: 510px;
 height: 8px;
 left: 0;
 position: absolute;
 top: 100%;
 opacity: .4;
 z-index: -2;
 background: url(/images/gtableshadow.png) no-repeat left
}
.forumContent .gTable td.gTableTop a {
 color: #fff
}
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.threadViewTd,
.forumContent .gTable td.postTdTop,
.forumContent .gTable td.threadAuthTd {
 border-right: 1px dotted #eee
}
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.forumThreadTd {
 border-left: 1px dotted #eee
}
.forumContent .gTable td.threadLastPostTd,
.forumContent .gTable td.threadAuthTd,
.forumContent .gTable td.threadViewTd,
.forumContent .gTable td.threadPostTd,
.forumContent .gTable td.threadNametd,
.forumContent .gTable td.threadIcoTd,
.forumContent .gTable td.gTableSubTop,
.forumContent .gTable td.forumIcoTd,
.forumContent .gTable td.forumNameTd,
.forumContent .gTable td.forumThreadTd,
.forumContent .gTable td.forumPostTd,
.forumContent .gTable td.forumLastPostTd {
 border-bottom: 1px dotted #eee
}
.forumContent .gTable td.forumNameTd a,
.forumContent .gTable td.threadNametd a {
 text-decoration: none;
 font-weight: 400;
 color: #294479
}
.forumContent .gTable td.forumNameTd a:hover,
.forumContent .gTable td.threadNametd a:hover {
 color: #333
}
.forumDescr,
.forumLastPostTd,
.threadDescr,
.threadLastPostTd,
.threadFrmLink {
 font-size: 10pt;
 font-weight: 300;
 color: #666
}
.subforumDescr {
 color: #666;
 font-size: 10pt
}
.forumLastPostTd a,
.threadLastPostTd a {
 text-decoration: none;
 font-weight: 400
}
.forumLastPostTd a:hover,
.threadLastPostTd a:hover {
 color: #7D92BA
}
.postTdInfo {
 text-align: center;
 font-size: 10pt
}
.funcBlock {
 padding-top: 15px!important
}
#forum_filter {
 display: none
}
.threadsDetails {
 padding-top: 20px
}
.forumOnlineBar,
.threadsDetails {
 color: #666;
 font-size: 10pt
}
.userRights {
 padding-top: 20px
}

/* Photo */
.photo-column, .photo-content{
 padding: 0px !important; 
}
.photoPost{
 position: relative; 
}
.photoPost-eye {
 position: absolute;
 font-size: 30px;
 bottom: -36px;
 right: 15px;
 z-index: 9;
 display: block;
 text-shadow: rgb(3, 3, 3) 3px 2px 25px;
 color: #f4f4f4;
}
.photoPost-eye:hover{
 transition: 0.3s; 
 color: white;
}
.photo-open img {
 width: 100%;
 height: auto;
}


/* Page Selector */
.swchItem, .swchItemA, .pgSwch, .pgSwchA, .swchItem1, .swchItemA1 {
 display: inline-block;
 font-size: 13px;
 line-height: 30px;
 box-shadow: inset 0 0 0 1px #d8d8d8;
 padding-left: 10px;
 padding-right: 10px;
 text-align: center;
 min-width: 30px;
 margin-left: 1px;
 margin-right: 1px;
 box-sizing: border-box;
 color: #a7a7a7;
 font-weight: bold;
 border-radius: 2px;
}
.swchItem:hover, .pgSwch:hover, .swchItem1:hover {
 box-shadow: inset 0 0 0 1px #474747;
}
.swchItemA, .pgSwchA, .swchItemA1 {
 font-weight: 400;
 background: #474747;
 border-color: #474747;
 color: #fff;
 box-shadow: inset 0 0 0 1px #474747;
}
.swchItemA b, .pgSwchA b, .swchItemA1 b {
 color: #fff;
}


/* Shortcodes */
.sec-b{
 margin-bottom: 30px; 
}
.sec-t {
 font-size: 17px;
 font-weight: 700;
 color: #555555;
 padding-bottom: 10px;
}
mark {
 color: #7a9e32;
}
pre {
 margin-top: 20px!important;
 border-radius: 0!important;
 border-left: 3px solid #95c03e;
}
.dropcap {
 display: block;
 float: left;
 font-size: 50px;
 line-height: 52px;
 margin: 0px 5px 0 0;
}
hr {
 border-top: 1px dotted rgba(221,221,221,0.5)!important;
}
h3 {
 font-size:19px
}

h4 {
 font-size:17px
}

h5 {
 font-size:15px
}

h6 { 
 font-size:13px
}

ul{
 list-style:square
}
.UhideBlockL {
 display: block;
 position: relative;
 padding: 9.5px 9.5px 9.5px 50px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #333;
 word-break: break-all;
 word-wrap: break-word;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 margin-top: 20px!important;
 border-radius: 0!important;
 border-left: 3px solid #95c03e;
}
.UhideBlockL:before {
 font-family: FontAwesome;
 content: "\f023";
 font-size: 18px;
 position: absolute;
 top: 0px;
 left: 0px;
 height: 100%;
 display: block;
 margin-right: 10px;
 background: #95c03e;
 width: 37px;
 text-align: center;
 color: white;
 padding-top: 7px;
}
.bbCodeName{
 display: none; 
}
.codeMessage {
 padding: 10px;
 background: whitesmoke;
 border: 1px solid #ccc !important;
 border-left: 3px solid #95c03e !important;
}
.quoteMessage {
 padding: 10px;
 background: whitesmoke;
 border: 1px solid #ccc !important;
 border-left: 3px solid #F5D76E !important;
}


/* Footer */
.f-s-item {
 display: block;
 width: 100%;
 height: 200px;
 background-size: cover;
 background-position: center center;
}
.footer1 {
 background: #1f2431;
 padding: 20px;
}
.f-logo {
 font-size: 27px;
 color: white;
 font-weight: 700;
}
.f-logo span {
 font-size: 13px;
 display: block;
 font-weight: normal;
}
.copyright {
 background: #fff;
 color: #3d3d3d;
 padding: 10px;
}
.copys {
 float: right;
}
.copys span {
 margin-left: 30px;
 display: inline-block;
}
.copys span a {
 color: black;
 display: block;
}


.resp-menu{
 display: none; 
}
@media screen and (max-width: 991px) {
 .header-optional{
 display: none;
 }
 .logo {
 text-align: center;
 }
 .content-row {
 background: none;
 border: none;
 }
 .content-grid {
 padding: 30px;
 background: white;
 border: 1px solid #E6E6E6;
 margin-bottom: 30px;
 }
}
@media screen and (max-width: 767px) {
 .resp-menu{
 display: block; 
float: right;
 }
 .main-menu, .logo-h{
 display: none;
 }
 button.navbar-toggle.collapsed:hover .icon-bar{
 background: #ffffff !important;
 }
 .uMenuRoot li a {
 display: block;
 padding: 10px 30px;
 }
 .mmenu-sep {
 display: none;
 }
}
@media screen and (max-width: 630px) {
 .forumLastPostTd, .gTableSubTop:last-child, .gTableSubTop:first-child, .forumIcoTd, .gTableSubTop:nth-child(3), .forumThreadTd, .gTableSubTop:nth-child(4), .forumPostTd{
 display: none !important;
 }
}
@media screen and (max-width: 520px) {
 .content-grid #table1 tr td{
 width: 100% !important;
 display: block !important;
 margin: 5px 0px;
 }
}
@media (max-width: 767px) {
 .menu li {
 display: block;
 }
 .menu li a, .uWithSubmenu ul li a {
 padding-left: 0px !important;
 border-right: 0px !important;
 }
 .uWithSubmenu ul {
 display: block;
 position: static !important;
 opacity: 1 !important;
 visibility: visible;
 border: 0px;
 }
 .uWithSubmenu li a {
 border-left: 1px solid #949494;
 margin-left: 20px;
 }
}
@media (max-width: 525px) {
 .post-thumbnail {
 position: static;
 width: 100%;
 max-height: 200px;
 float: none;
 }
 .post-info {
 margin: 0px !important;
 padding-top: 30px;
 display: block;
 }
}
.list-icon {
 margin: 6px 0px;
}
.list-icon ul {
 padding: 0px;
 margin: 0px;
}
.list-icon ul li {
 font-size: 15px;
 min-height: 22px;
 text-align: left;
}
.green {background: #26c19a;}
.green:hover {
 background: #21b28e;
 -webkit-box-shadow: 0 2px 7px 2px rgba(18,117,92,.22);
 box-shadow: 0 2px 7px 2px rgba(18,117,92,.22);
}
.grey {
 background: #9E9E9E;
}
.grey:hover {
 background: #757575;
 -webkit-box-shadow: 0 2px 7px 2px rgba(158, 158, 158, 0.22);
 box-shadow: 0 2px 7px 2px rgba(158, 158, 158, 0.22);
}
button:hover { 
 -webkit-box-shadow: 0 2px 7px 2px rgba(255, 152, 0, 0.22);
 box-shadow: 0 2px 7px 2px rgba(255, 152, 0, 0.22);
}
.list-icon ul {
 margin: 0px;
 padding: 0px;
 overflow: hidden; 
}
.list-icon ul li {
 font-size: 15px;
 list-style: none;
text-align: center;
}

@media (min-width: 1200px) {
.list-icon ul li {
text-align: left;
}
}
.flaticon-upload:before {
 content: "\f1e6";
 font-size: 32px;
}
.flaticon-flame:before {
 content: "\f167";
 font-size: 14px;
 margin-right: 4px;
}
* {
 outline: 0 !important;
}

.purple {
 background: #BA68C8;
}
.purple:hover {
 background: #b82ed0;
 -webkit-box-shadow: 0 2px 7px 2px rgba(156, 39, 176, 0.22);
 box-shadow: 0 2px 7px 2px rgba(156, 39, 176, 0.22);
}
.blue {
background: #03A9F4;
}
.blue:hover {
 background: #0288D1;
 -webkit-box-shadow: 0 2px 7px 2px rgba(3, 169, 244, 0.22);
 box-shadow: 0 2px 7px 2px rgba(3, 169, 244, 0.22);
}
.rating{
 unicode-bidi:bidi-override;
 direction:rtl;
 
}
.rating span.star{
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 display:inline-block
}
.rating span.star:hover{
 cursor:pointer
}
.rating span.star:before{
 content:"\f006";
 padding-right:5px;
 color:#FFC107;
}
.rating span.star:hover:before,.rating span.star:hover~span.star:before{
 content:"\f005";
 color:#e3cf7a
}

.rating span.fa-star:before{
 content: "\f005";
 color: #FFC107;
}
.rating span.fa-star-half-o:before{
 content: "\f123";
 color: #FFC107;
}
.flaticon-wrench:before {
 content: "\f139";
 font-size: 14px;
 margin-right: 4px;
}
.flaticon-group:before {
    content: "\f165";
    font-size: 32px;
}
.fa-star-o:before {
    content: "\f006";
    color: #dedede!important;
}
.flaticon-next:before {
    content: "\f1d9";
    font-size: 12px;
}
.flaticon-interface-1:before {
    content: "\f10c";
    
}
.flaticon-money-2:before {
    content: "\f13c";
    vertical-align: middle;
    color: #8BC34A;
display: block;
}
.gr:before {color: #25c19a!important;}
.dsc ul li:before {
    content: "\f1f3";
font-family: Flaticon;
    margin-right: 6px;
    color: #8BC34A;
    font-style: normal;
font-size: 10px;
}
.flaticon-key:before {
    content: "\f160";
    color: #26c19a;
font-size: 28px;
}
.flaticon-trophy:before {
    content: "\f103";
    font-size: 32px;
}
.cmp {
    padding: 20px 20px;
    border-left: 4px solid #03A9F4!important;
    position: relative;
    
}
.cmp h1 {
    font-size: 28px;

}
.cmp span {
    font-weight: normal;
    background: #f9f9f9;
    color: #03A9F4;
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 24px;
    font-family: "Roboto",Sans-serif;
    vertical-align: middle;
}
.tcn ol {
    list-style: none;
    counter-reset: point;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.tcn ol li {
    padding-left: 0px;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 6px;
}
.dn .dsc ul li:before {
color: #9e9e9e;
}
.dn {
color: #757575;
}
.flaticon-interface-1:before {
    content: "\f10c";
    
}
.post-i-section img {
    vertical-align: middle;
    margin: 14px auto!important;
    width: 120px!important;
}
.rt {margin: 10px auto!important;}
.dn img {
    opacity: 0.8;
    filter: grayscale(100%);
}
.dn a {
    color: #BDBDBD;
}
.dn .flaticon-money-2:before {
    content: "\f13c";
    vertical-align: middle;
    color: #9E9E9E;
    display: block;
}
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #9e9e9e;
cursor: default;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #1f2431;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    font-size: 13px;
    z-index: 1;
    bottom: 110%;
    left: 50%;
    margin-left: -75px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltiptext {
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    opacity: 1;
}
header#header>div.width {
    position: fixed;
    z-index: 3;
    top: 20px;
    left: 0;
    right: 0;
    border: 0;
    margin: 0 auto;
}
header#header {
    display: block;
    height: 72px;
    margin: 0 auto;
    padding: 20px 0;
}
#ucoz-main {
    position: absolute;
    top: 8px;
    right: 0;
}
#page {
    position: relative;
    z-index: 33;
}
.blq {
    font-size: 14px!important;
    font-style: italic;
    border-top: 1px dotted #E0E0E0;
    margin: 10px 0 0 0!important;
    padding: 10px 0 0;
}
.li-counter img { opacity:.45; }
.li-counter img:hover { opacity:1; }
.featured {
border: 1px solid #eee;
    border-left: 2px solid #418dff;
    padding: 20px;
    -webkit-box-shadow: 0 10px 50px rgba(238,238,238,.3);
    -moz-box-shadow: 0 10px 50px rgba(238,238,238,.3);
    box-shadow: 0 10px 50px rgba(238,238,238,.3);
    margin-bottom: 30px;
    border-radius: 6px;
.post-i-section .flaticon-id-card:before {
    content: "\f11b";
    font-size: 35px;
    color: #ffc12b;
}

.post-i-section .flaticon-shopping-cart-1:before {
    content: "\f16c";
    font-size: 35px;
    color: #5190f9;
}
.post-i-section .flaticon-interface-1:before {
    content: "\f10c";
    font-size: 35px;
    color: #8851ff;
}
.post-i-section .flaticon-key:before {
    font-size: 35px!important;
color: #25c19a;
}
.block-body .posto-section {
    margin-bottom: 10px;
}
.block-body button
{
padding: 4px 8px;
}
.block-body .list-icon {
    margin: 6px 6px;
}

.block-body span {
width: 24px;
    line-height: 24px;
    height: 24px;
    background: #F5F5F5;
    display: inline-block;
    text-align: center;
    border-radius: 60px;
    margin-right: 5px;
}

.block-body .post-i-section {border: 1px solid #EEEEEE;}
