.preloader{
 position:fixed;
 width:100%;
 height:100%;
 background:white;
 z-index:99999;
}
 
.preloader .item{
 position:absolute;
 width:100px;
 height:100px;
 left:50%;
 top:50%;
 margin-left:-50px;
 margin-top:-50px;
} 


/*=======================================================
 Indent space
========================================================*/
 
.indent5 {
 height:5px;
 clear:both;
}

.indent10 {
 height:10px;
 clear:both;
}

.indent15 {
 height:15px;
 clear:both;
}

.indent20 {
 height:20px;
 clear:both;
}

.indent25 {
 height:25px;
 clear:both;
}

.indent30 {
 height:30px;
 clear:both;
}

.indent35 {
 height:35px;
 clear:both;
}

.indent40 {
 height:40px;
 clear:both;
}

.indent45 {
 height:45px;
 clear:both;
}

.indent50 {
 height:50px;
 clear:both;
}

.indent55 {
 height:55px;
 clear:both;
}

.indent60 {
 height:60px;
 clear:both;
}

.indent65 {
 height:65px;
 clear:both;
}

.indent70 {
 height:70px;
 clear:both;
}

.indent75 {
 height:75px;
 clear:both;
}

.indent80 {
 height:80px;
 clear:both;
}

.indent85 {
 height:85px;
 clear:both;
}

.indent90 {
 height:90px;
 clear:both;
}

.indent95 {
 height:95px;
 clear:both;
}

.indent100 {
 height:100px;
 clear:both;
}

.indent110 {
 height:110px;
 clear:both;
}

.indent120 {
 height:120px;
 clear:both;
}

.indent150 {
 height:150px;
 clear:both;
}

.indent200 {
 height:200px;
 clear:both;
}

/* ==========================================================================
 Search
 ========================================================================== */
.search-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
 border: none;
 background: none;
 font-family:'PT Sans' sans-serif;
 font-size: 70px;
 font-weight: 100;
 width: 100%;
 padding: 2px 6px;
 outline: none !important;
 -webkit-transition: .25s;
 -moz-transition: .25s;
 -o-transition: .25s;
 -ms-transition: .25s;
 transition: .25s;
}
.search-form input:not([type=submit]):not([type=file]):not([type=checkbox]):not([type=radio]) {
 border-color: #999;
}

.search-form input:hover {border:0;}

.search-form ::-webkit-input-placeholder {
 color: #999;
 font-family:'Exo 2';
 font-style:normal;
}
.search-form :-moz-placeholder {
 color: #fff;
 font-family:'Exo 2';
 font-style:normal;
}
.search-form ::-moz-placeholder {
 color: #fff;
 font-family:'Exo 2';
 font-style:normal;
}
.search-form :-ms-input-placeholder {
 color: #fff;
 font-family:'Exo 2';
 font-style:normal;
}
/*========== Search ==========*/
.search-overlay {
 background: rgba(0, 0, 0, 0.94);
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 -webkit-transition: .5s;
 -moz-transition: .5s;
 -o-transition: .5s;
 -ms-transition: .5s;
 transition: .5s;
 position: fixed;
 top: 0;
 right: 0;
 z-index: 999;
 border-radius: 100%;
}
.search-overlay.scale {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
.search {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1000;
 display: none;
 color: #fff;
 text-align: center;
 padding: 0 12px;
 padding-top: 230px;
 font-size: 24px;
}
.search.open {
 display: block;
}
.search-close {
 position: absolute;
 right: 48px;
 top: 48px;
 z-index: 999;
 font-size: 48px;
 color: #fff;
}
.search-close:hover {
 color: #fff;
 opacity: .75;
}
.search h1 {
 margin-bottom: 48px;
 color: #fff;
}
.search input:focus {
 border-color: #fff !important;
}

/*-----------------------*/
/*Main
-------------------------*/

#allEntries img {
 max-width: 100%;
}
.content-padding {
 padding: 20px;
}
.eBlock {
 margin: 20px 0;
 table-layout: fixed;
 padding:20px;
 background-color: #fff;
}
.eBlock + br {
 display: none;
}
.eBlock > tbody > tr > td {
 padding: 10px;
}
.eTitle {
 margin-bottom: 12px;
 padding-left: 37px;
 font-size: 1.286em;
 line-height: 1.333;
 font-weight: bold;
 color: #4b4b4b;
 background: url(/.s/t/1081/shout.png) no-repeat left 2px;
}
.eTitle a {
 color: #4b4b4b;
}
.eTitle a:hover {
 color: #717171;
}
.eTitle div[style^="float:right"] a {font-size: inherit;}
.eMessage,
.eText {
 margin: 12px 0;
 padding: 0 !important;
 text-align: justify !important;
}
.eMessage,
.eText,
.cMessage {
 word-wrap: break-word;
}
.eMessage img,
.eText img {
 margin: 5px !important;
 max-width: 100%;
}
.eDetails,
.eDetails1,
.eDetails2 {
 margin: 10px 0;
 text-align: left;
 font-size: 0.929em;
 line-height: 2.154;
}
.eDetails > a:last-child,
.eDetails1 > a:last-child,
.eDetails2 > a:last-child,
.eDetails > span:last-child,
.eDetails1 > span:last-child,
.eDetails2 > span:last-child {
 margin-right: 0;
}
.e-reads,
.e-redirects,
.e-author,
.e-add,
.e-date,
.e-comments,
.e-rating,
.e-loads,
.e-category,
.e-tags,
.e-placed,
.e-author-phone {
 margin-right: 25px;
 padding-left: 22px;
 display: inline-block;
 vertical-align: middle;
}
.ed-sep,
.ed-title {
 display: none !important;
 margin: 0 !important;
 padding: 0 !important;
}
.eDetails .u-star-rating-15 {
 display: inline-block;
 vertical-align: middle;
 margin-left: 5px;
}
.e-reads,
.e-redirects {
 background: url(/.s/t/1081/e-reads.png) no-repeat left center;
}
.e-author,
.e-add {
 background: url(/.s/t/1081/e-author.png) no-repeat left center;
}
.e-date {
 background: url(/.s/t/1081/e-date.png) no-repeat left center;
}
.e-comments {
 background: url(/.s/t/1081/e-comments.png) no-repeat left center;
}
.e-rating {
 background: url(/.s/t/1081/e-rating.png) no-repeat left center;
}
.e-loads {
 padding-left: 15px;
 background: url(/.s/t/1081/e-loads.png) no-repeat left center;
}
.e-category {
 background: url(/.s/t/1081/e-category.png) no-repeat left center;
}
.e-tags {
 background: url(/.s/t/1081/e-tags.png) no-repeat left center;
}
.e-placed {
 background: url(/.s/t/1081/e-placed.png) no-repeat left center;
}
.e-author-phone {
 background: url(/.s/t/1081/e-phone.png) no-repeat left center;
}
.catDescr {
 font-size: .875em;
}
.catPages1,
.catPages2,
.pagesBlock1,
.pagesBlock2,
.pagesBlockuz1,
.pagesBlockuz2 {
 margin: 20px 0;
}
span.catPages1,
span.catPages2,
span.pagesBlock1,
span.pagesBlock2,
span.pagesBlockuz1,
span.pagesBlockuz2 {
 display: inline-block;
}
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a,
.catPages1 b,
.catPages2 b,
.pagesBlock1 b,
.pagesBlock2 b,
.pagesBlockuz1 b,
.pagesBlockuz2 b {
 display: inline-block;
 margin: 0 2px;
 padding: 8px 10px;
 border: solid 1px #bbb;
 background: #f5f5f5;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.catPages1 b,
.catPages2 b,
.pagesBlock1 b,
.pagesBlock2 b,
.pagesBlockuz1 b,
.pagesBlockuz2 b {
 font-weight: normal;
 background: #636363;
 color: #fff;
}
.catPages1 a:hover,
.catPages2 a:hover,
.pagesBlock1 a:hover,
.pagesBlock2 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 background: #000;
 color: #fff;
 border: solid 1px #000;
}
.cat-blocks.with-clear:after {
 clear: none;
}
.avatar {
 width: 50px;
 display: inline-block;
}
.avatar:before {
 height: 50px;
 width: 50px;
 position: absolute;
 margin-top:-7px;
 margin-left:-7px;
 content: "";
 display: inline-block;
 background:;
 z-index: 3;
 border: 2px solid rgba(0,0,0,0.1);
}
.avatar img {
 position: relative;
 z-index: 9;
}

.uc-avatar img {
 border-radius: 0px!important;
}
.user_avatar img {
 border-radius: 0px!important;
 background: #fff;
 padding: 2px;
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cMessage .user_avatar img {
 margin: 0 6px 6px 0;
}
.cMessage {
 padding: 5px !important;
 overflow: hidden;
 font-family: 'PT Sans' sans-serif;
 font-size: 12px;
}
.cBlock1,
.cBlock2 {
 font-family: 'PT Sans' sans-serif;
 background-color: #FFFFFF!important;
 padding: 15px;
}
.cBlock1:hover {
 box-shadow:1px 1px 10px rgba(1,1,1,0.1);
}
.cBlock2:hover {
 box-shadow:1px 1px 10px rgba(1,1,1,0.1);
}
.cBlock1 + br,
.cBlock2 + br {
 display: none;
}
.bbCodeBlock,
.bbQuoteBlock {
 margin: 5px 0;
}
.bbCodeName {
 font-size: 0.786em !important;
 line-height: 1.455;
 padding-left: 13px !important;
}
.codeMessage {
 padding: 5px;
 font: 11px 'Consolas', 'Courier New', 'sans-serif';
 background-color: #ebebeb;
 color: #000;
}
.bbQuoteName {
 font-size: 0.786em !important;
 line-height: 1.455;
 padding-left: 13px !important;
}
.quoteMessage {
 margin: 0 0 5px 0;
 padding: 3px 10px 3px 10px;
 color: #666;
 font-style: italic;
 border: none !important;
 border-left: 3px solid #8c9294 !important;
 background-color: #dce3e9;
 font-size: 0.857em;
 line-height: 1.5;
}
#invoice-table td {
 padding: 3px 1px;
}
#cat-select {
 max-width: 230px;
}
/*forum*/
.forumContent {
 font-size: .929em;
}
.gTable {
 background: #fff;
}
.gTable td.gTableTop {
 line-height: 2.5;
 background: #777;
 color: #fff;
 text-transform: uppercase;
 padding: 0 10px;
}
.gTableTop a {
 color: #fff;
}
.gTable > tbody > tr > td {
 padding: 3px 9px;
}
.gTable td.gTableSubTop {
 background: #bbb;
 color: #fff;
 font-size: 0.929em;
}
.gTableSubTop a {
 color: #fff;
}
.gTableTop,
.gTableSubTop,
.forumNameTd,
.forumThreadTd,
.forumPosrTd,
.forumLastPostTd,
.threadNametd,
.threadPostTd,
.threadAuthTd,
.threadViewTd,
.threadLastPostTd,
td.threadsDetails,
td.forumOnlineBar {
 padding: 3px 10px;
}
#frM6 td,
#frM14 td,
#frM50 td,
#frM56 td,
#frM59 td {
 padding: 3px 10px;
}
#frM25 td,
#frM28 td {
 padding: 0 10px;
}
.postBottom table td {
 border: 0;
}
.postTable td {
 padding: 3px 10px;
}
.postTdInfo {
 text-align: center;
}
.postSeparator {
 display: none;
}
.posttdMessage {
 text-align: justify;
}
.postPreview {
 width: auto!important;
}
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.forumThreadTd,
.forumPostTd {
 text-align: center !important;
}
a.postUser {
 font-weight: bold;
}
.forumDescr,
.threadDescr {
 font-size: 0.714em;
}
td.pollQuestion,
.pollResults td,
td.pollResults,
td.pollTotal,
td.pollAnswer,
td.pollButtons,
.smiles td {
 border: 0;
}
td.pagesInfo,
td.switch,
td.switchActive {
 background: #fff;
 border: 1px solid #dcdbe0;
 padding-left: 5px;
 padding-right: 5px;
}
td.switch,
td.switchActive {
 background: #2a72cc;
 color: #fff;
}
td.switch a {
 color: #fff;
}
.switchActive {
 font-weight: bold;
}
/*-----------------------*/
/*Sidebar
-------------------------*/
.sidebar {
 background-color:#FFF;
 margin-bottom:20px;
 padding:20px;
 position:relative;
 float: left;
 width: 100%;
}
h3.sidebar-title {
 margin-bottom:30px;
}
.calTable {
 width: 100%;
 border-spacing: 0;
 border-collapse: collapse;
}
.calTable td {
 padding-top: 5px;
 padding-bottom: 5px;
}
.calWday,
.calWdaySe,
.calWdaySu {
 background: #e6e6e6;
}
.calMdayA,
.calMdayIsA {
 background: #e6e6e6;
}
/*----popular post-----*/
.popular-post .img img{width: 100%;}
.popular-post .img{width: 70px;float: left;display: block;}
.popular-post .img:hover{transition:all ease-in-out .5s;opacity: 0.7;}
ul{list-style: none;}
.popular-post li{min-height: 60px;}
.popular-post li:not(:last-child){margin-bottom: 0;}
.popular-post .content{padding-left: 90px;}
.popular-post .post-date{margin-bottom: 6px; color: #bfbfbf; font-size: 11px;font-family: 'PT Sans' sans-serif;line-height: 17px;letter-spacing: 1px;}
.popular-post .link{color: #111;font-size: 12px;line-height: 22px;letter-spacing: 1px;display: block;}
.popular-post .link:hover{color: #bebebe;}
@media screen and (max-width: 991px){
 .popular-post {text-align: center;}
 .popular-post li{text-align: left;width: 500px;display: inline-block;width: 400px;max-width: 100%;}}

/*----popular post end-----*/ 
/* --------- Tags ---------- */
.eTag {
 color: #282A2E;
 background-color: transparent;
 border: solid 1px #bbb;
 display: inline-block;
 margin: 0 2px 3px 0!important;
 padding: 5px 10px!important;
 letter-spacing: 1px;
 margin-bottom: 0;
 font-size: 10px!important;
 font-weight: normal; 
 text-align: center;
 vertical-align: middle;
 cursor: pointer; 
 white-space: nowrap;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 -o-user-select: none;
 user-select: none;
 text-transform: uppercase;
 transition: all ease .5s;
}
 .eTag:hover{
 color: #FFF;
 background-color: #282A2E;
 border-color: #282A2E;
}

/*-----gallery-box------*/
.gallery-box img{height: 100%;width: 100%; }
.gallery-box {min-width: 230px;margin: -7px;overflow: hidden;}
.gallery-box a{transition:all ease-in-out .5s;height: 75px;width: 33.333%;display: block; padding: 7px; float: left;}
.gallery-box a:hover{opacity: 0.6;}
@media screen and (max-width: 991px){.gallery-box a{display: inline-block;float: none;width: 16.666%;height: 120px;}.gallery-box{text-align: center;}}
@media screen and (max-width: 767px){.gallery-box {text-align: center;}.gallery-box a{float: none;width: 33.3333%; max-width:95px;height: 95px;}}
 
/*-----------------------*/
/*Footer
-------------------------*/
.footer {
 background: #ffffff;
 border-top: 1px solid #E9E9E9;
 width: 100%;
}
.footer p {
 margin: 0px;
 padding: 25px 0px;
 letter-spacing: 1px;
 color: #222222;
 font-size: 13px;
}

.footer-bottom {
 background:#eee;
}

.footer-socials {
 position:relative;
 margin:47px 0px 20px 0px;
 text-align:center;
}

.footer-socials a {
 display:inline-block;
}

.footer-socials i {
 width:42px;
 height:42px;
 line-height:42px;
 background: #000;
 border:solid 1px #000;
 margin:0px auto;
 position: relative;
 display: inline-block;
 margin:0px 5px;
 text-align: center;
 font-size: 18px;
 color: #fff;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -o-transition: all .3s ease-in-out;
 -ms-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}

.footer-socials a:hover i {
 color:#000;
 background:#fff;
 border: 1px solid #282A2E;
}
/*-----------------------*/
/*Footer-two
-------------------------*/


.footer-two {
 background: #000;
 border-top: 5px solid #0E0D0D;
 width: 100%;
}
.footer-two p {
 margin: 0px;
 padding: 25px 0px;
 letter-spacing: 1px;
 color: #999;
 font-size: 13px;
}

.footer-bottom-two {
 background:#0E0D0D;
}

.footer-bottom-two p {
 color:#fff;
}
.footer-socials-two {
 position:relative;
 margin:47px 0px 20px 0px;
 text-align:center;
}

.footer-socials a {
 display:inline-block;
}

.footer-socials-two i {
 width: 82px;
 height: 82px;
 line-height: 82px;
 background: #000;
 border: solid 1px #fff;
 margin:0px auto;
 position: relative;
 display: inline-block;
 margin:0px 5px;
 text-align: center;
 font-size: 25px;
 color: #fff;
}

.footer-socials-two a:hover i {
 color:#000;
 background:#fff;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
 border: 1px solid #282A2E;
}
/*-----------------------*/
/*Footer-tree
-------------------------*/
.footer-bottom-p {
 background:#eee;
}

.footer-bottom-p p {
 text-align: left;
 margin-left: 75px;
}

.footer-socials-tree {
 position:relative;
 float: right;
 margin: 15px 0px 0px 0px;
 right: 80px;
}

.footer-socials-tree a {
 display:inline-block;
}

.footer-socials-tree i {
 width:42px;
 height:42px;
 line-height:42px;
 background: #000;
 border:solid 1px #000;
 margin:0px auto;
 position: relative;
 display: inline-block;
 margin:0px 5px;
 text-align: center;
 font-size: 18px;
 color: #fff;
}

.footer-socials-tree a:hover i {
 color:#000;
 background:#fff;
 -webkit-transition: all .5s ease-in-out;
 -moz-transition: all .5s ease-in-out;
 -o-transition: all .5s ease-in-out;
 -ms-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
 border: 1px solid #282A2E;
}

/* Back To Top Button */
.back-to-top {
 position: fixed;
 right:20px;
 bottom:10px;
 padding:15px 20px;
 border: solid 1px #bbb;
 line-height:38px;
 font-size:22px;
 margin-right: 0px;
 display: block;
 text-align: center;
 text-decoration: none;
 color: #000;
 background-color: #FFFFFF;
 font-family:FontAwesome;
 font-weight:normal;
 font-style:normal;
 text-align:center;
 z-index:99999;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
 -khtml-opacity: 0.6;
 -moz-opacity: 0.6;
 opacity: 0.6;
 filter: alpha(opacity=60);
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 -webkit-animation-duration: 1s;
 -ms-animation-duration: 1s;
 animation-duration: 1s;
 -webkit-animation-fill-mode: both;
 -ms-animation-fill-mode: both;
 animation-fill-mode: both;
 -webkit-animation-name: fadeInUp;
 -ms-animation-name: fadeInUp;
 animation-name: fadeInUp;
}

.back-to-top:hover {
 color:#fff;
 background: #000000;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
 -khtml-opacity: 0.9;
 -moz-opacity: 0.9;
 opacity: 0.9;
 filter: alpha(opacity=90);
}

.back-to-top:after {
 content:"\f176"; 
}
/*-----------------------*/
/*Buttons
-----------------------*/
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
 font-family: 'Open Sans', sans-serif;
 text-transform: uppercase;
 font-size: 11px;
 font-weight: 400;
 -webkit-font-smoothing: subpixel-antialiased;
 color: #222;
 background: transparent;
 border: solid 2px #151515;
 padding: 8px 15px;
 letter-spacing: 2px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
 text-shadow: none;
 -webkit-box-shadow: none;
 -moz-box-shadow: none;
 box-shadow: none;
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -ms-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
button::-moz-focus-inner,
.button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
 color:#ffffff;
 background: #151515;
}
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active,
.button:active {
 background-color: #af9982;
}
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
button:disabled,
.button:disabled {
 background: #828689 !important;
 box-shadow: none !important;
 cursor: default;
}
#iplus input {
 width: auto !important;
}
.fileinput .fakefile input[type=button]{
 padding: 0;
}
input.fastNav {
 padding-left: 5px;
 padding-right: 5px;
}
#mchatBtn {
 padding: 0;
}
.codeButtons {
 height: 25px !important;
 width: auto !important;
 padding: 5px !important;
}
select.codeButtons {
 padding: 0 !important;
}
.allUsersBtn,
.uSearchFlSbm {
 width: auto !important;
}
#iplus {
 width: auto !important;
}
/*--ubutton-fix--*/
.myBtnLeft img,
.myBtnRight img,
.myBtnLeftA img,
.myBtnRightA img,
.myBtnRight + td input,
.myBtnRightA + td input {
 display: block;
}
.myBtnCenter,
.myBtnCenterA {
 line-height: 19px !important;
}
.myBtnCont {
 height: 19px;
 padding-bottom: 0 !important;
}
/*-----------------------*/
/*Inputs
-----------------------*/
input[type=text],
input[type=password],
textarea {
 display: inline-block;
 vertical-align: middle;
 padding: 5px 10px;
 font-size: 0.929em;
 background-color: #fff;
 border: 1px solid #e1e1e1;
 outline: none;
 box-shadow: inset 0 2px rgba(0, 0, 0, 0.06);
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 border-color: #222;
}
textarea {
 height: auto;
 min-height: 100px;
 overflow: auto;
 resize: none;
}
.commFl, .prosFl, .consFl {width: 100%;}
input[type=checkbox],
input[type=radio] {
 vertical-align: middle;
}
[id^=iCode] input[type=text] {
 width: auto !important;
 padding-left: 0;
 padding-right: 0;
 text-align: center;
}
/*-----------------------*/
/*Popup
-------------------------*/
.popup {
 margin: 20px;
 border: solid 1px #eee;
}
.popuptitle {
 padding: 10px 20px;
 background: #eee;
 color: #000;
 font-family: 'Open Sans' sans-serif;
 font-size: 17px;
}
.popupbody {
 padding: 10px 20px;
 font-family: 'Exo 2' sans-serif;
 font-size: 12px;
}

.popupbody .udtb {
 text-align: left;
 padding: 10px;
}

.popupbody a {
 color:#777;
 font-family: 'PT Sans' sans-serif;
 font-size: 12px;
}
.popupbody a:hover {
 color:#000;
}
/*-----------------------*/
/*RESPONSIVE
-------------------------*/
@media only screen and (max-width: 1023px) {
 .t-container {
 width: auto;
 margin-left: 18px;
 margin-right: 18px;
 }
 .b-usermenu {
 display: none;
 }
 .b-main {
 margin-top: 18px;
 margin-bottom: 18px;
 }
 .b-logo {
 float: none;
 width: auto;
 padding-bottom: 0;
 }
 .b-maincontent {
 float: none;
 width: auto;
 }
 img.site-img {
 width: 100%;
 }
 .mainpage-header {
 padding-top: 20px;
 }
 .b-sidebar {
 width: auto;
 margin-top: 18px;
 }
 footer .t-container {
 text-align: center;
 }
 #top nav {
 font-size: .929em;
 }
 #top .uMenuRoot ul {
 width: auto;
 overflow: visible;
 }
 #top .uMenuRoot ul ul {
 display: block;
 position: static;
 padding-left: 0;
 background: none;
 }
 #top .uMenuRoot ul ul a {
 padding-left: 55px;
 }
 #top .uMenuRoot ul ul ul a {
 padding-left: 90px;
 }
 #top .uMenuRoot ul a:hover {
 background: #2a72cc;
 }
 #top .uMenuRoot li:hover ul {
 visibility: visible;
 opacity: 1;
 }
 #top .uMenuRoot li > span {
 line-height: 3.538em;
 }
 #top .uMenuRoot li li.has-submenu a:after,
 #top .uMenuRoot li li.has-submenu span:after {
 display: inline;
 content: '';
 position: static;
 }
 #top .uMenuRoot a {
 line-height: 3.538em;
 }
 .show-search {
 display: block;
 }
 .show-search-min {
 display: none;
 }
 .b-search.b-search-min {
 width: 0;
 }
 .commFl {
 width: 100%;
 }
}
@media only screen and (max-width: 960px) { 
.navbar-share {display: none;}
}
@media only screen and (max-width: 768px) {
 .navigation small {
 display: none;
} 
 .show-menu {
 display: block;
 }
 #top nav {
 display: none;
 margin-right: 0;
 padding-bottom: 4px;
 background: #2a72cc;
 box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
 visibility: hidden;
 opacity: 0;
 }
 #top nav.nav-opened {
 display: block;
 visibility: visible;
 opacity: 1;
 }
 #top .uMenuRoot {
 white-space: nowrap;
 }
 #top .uMenuRoot li {
 display: block;
 float: none;
 }
 #top .uMenuRoot li.has-submenu a:after,
 #top .uMenuRoot li.has-submenu span:after {
 display: inline;
 content: '';
 position: static;
 }
 #top .uMenuRoot li:hover a {
 box-shadow: none;
 }
 #top .uMenuRoot li > span {
 line-height: 2.5;
 color: #fff;
 padding: 0 20px !important;
 }
 #top .uMenuRoot a {
 line-height: 2.5;
 color: #fff;
 padding: 0 20px !important;
 }
 #top .uMenuRoot a:hover,
 #top .uMenuRoot a.uMenuItemA {
 background: #8f2755 !important;
 box-shadow: none;
 }
 #top .uMenuRoot ul {
 display: block;
 position: static;
 padding-left: 0 !important;
 background: none;
 visibility: visible;
 opacity: 1;
 }
 #top .uMenuRoot ul a {
 padding-left: 35px !important;
 }
 #top .uMenuRoot ul ul a {
 padding-left: 70px !important;
 }
 #puzadpn {display:none;}
}
@media only screen and (max-width: 600px) {
 .b-maincontent .queryField {
 width: 100px !important;
 }
 #uNetRegF > table > tbody > tr > td {
 display: block;
 }
 #uEntriesList {
 text-align: center;
 }
 #uEntriesList > li {
 width: auto !important;
 padding: 5px;
 }
 table.catalog td {
 display: block;
 clear: left;
 }
}
/*-----------------------*/

div > div.cuzadpn {
 position: absolute!important;
}