body{
 font-size: 14px;
 line-height: 1.6;
 color: #8C8C8C;
 overflow-x: hidden;
 font-family: 'Roboto', sans-serif;
 background:#000;
}
.main-wrapper{
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -60px auto;
 background: #fff;
}
.footer-wrapper {
 min-height: 60px;
 max-width: 100%;
 margin: 0 auto;
 background: #0D0D0D;
 color: #FFFFFF;
 padding: 20px 0;
}
.footer-push{
 height: 60px;
 margin: 0;
 padding: 0;
}
ul.list,
ol.list{
 margin-bottom: 30px;
}
ol.list{
 list-style: inside decimal;
 margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul{
 padding-left: 16px !important;
}
ul.list > li,
ol.list > li{
 position: relative;
 padding-left: 16px;
 margin-bottom: 10px;
}
ul.list > li:before{
 content: "";
 display: block;
 position: absolute;
 top: 8px;
 left: 0;
 background: #03A9F5;
 width: 5px;
 height: 5px;
}
ul.list ol,
ol.list ol,
{
 padding-top: 20px;
 margin-bottom: 20px;
 margin-left: 16px;
}
ul.list ul,
ol.list ul{
 padding-top: 20px;
 margin-bottom: 20px;
}
blockquote {
 position: relative;
 margin: 30px 0;
 padding: 2px 0 5px 20px;
 border-left: 1px solid #FFBB02;
 text-align: left;
 color: #5F5F5F;
 font-size: 14px;
 font-style: italic;
}
h1,
.title-h1{
 font-family: 'Ubuntu', sans-serif;
 font-size: 36px;
 line-height: 1.3;
 margin-bottom: 20px;
}
h2,
.title-h2{
 font-family: 'Ubuntu', sans-serif;
 font-weight: 300;
 font-size: 36px;
 line-height: 1.3;
 margin-bottom: 20px;
 font-weight: normal;
}
h3,
.title-h3{
 font-family: 'Ubuntu', sans-serif;
 font-weight: 300;
 font-size: 30px;
 line-height: 1.3;
 margin-bottom: 20px;
 font-weight: normal;
}
h4,
.title-h4{
 font-family: 'Ubuntu', sans-serif;
 font-size: 18px;
 line-height: 1.3;
 margin-bottom: 15px;
 font-weight: 500;
}
h5,
.title-h5{
 font-family: 'Ubuntu', sans-serif;
 font-size: 16px;
 line-height: 1.3;
 margin-bottom: 15px;
 font-weight: 500;
}
h6,
.title-h6{
 font-family: 'Ubuntu', sans-serif;
 font-size: 14px;
 line-height: 1.3;
 margin-bottom: 15px;
 font-weight: 500;
}
.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6{
 color: #000;
}
.green{
 color: #308502;
}
.blue{
 color: #03A9F5;
}
.red{
 color: #FF4632;
}
.white{
 color: #fff;
}
.black{
 color: #0D0D0D;
}
p{
 margin-bottom: 20px;
}
a{
 color: #03A9F5;
 text-decoration: none;
}
a:hover{
 color: #0076CA;
}
a:focus{
 outline: none;
}
.tplbutton {
 display: inline-block;
 text-decoration: none;
 color: #0d0d0d;
 background: #FFD740;
 font-size: 14px;
 padding: 14px 25px 13px;
 line-height: 1.3;
 margin-bottom: 15px;
 text-transform: uppercase;
 position: relative;
 letter-spacing: 1px;
 text-align: center;
 cursor: pointer;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 border: none;
 border-radius: 3px;
}
.tplbutton:hover{
 background: #03A9F5;
 border-color: #03A9F5;
 color: #fff;
}
.tplbutton.block{
 display: block;
 width: 100%;
}
.tplbutton.min,
.tplbutton.mini{
 font-size: 14px;
 padding: 6px 15px;
}
.tplbutton.big{
 padding: 14px 60px;
}
.form-group{
 position: relative;
}
.modal {
 display: none;
 width: 460px;
 max-width: 100%;
 background: #fff;
 padding: 55px 25px 35px;
}
.box{
 display: none;
}
.box.visible{
 display: block;
}
.close{
 display: block;
 position: absolute;
 top: 15px;
 right: 20px;
 z-index: 300;
 width: 26px;
 height: 26px;
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.close:before{
 content:"";
 display: block;
 position: absolute;
 width: 2px;
 height: 100%;
 top: 0;
 left: 50%;
 margin-left: -1px;
 background: #fd4443;
}
.close:after{
 content:"";
 display: block;
 position: absolute;
 width: 100%;
 height: 2px;
 top: 50%;
 left: 0;
 margin-top: -1px;
 background: #fd4443;
}
/**************************************/
.important{
 background: #4A4A4A;
 padding: 5px 15px;
 color: #fff;
 font-weight: bold;
 display: inline-block;
 font-size: 16px;
}
.header-push{
 height: 50px;
}
.header-wrapper{
 height: 50px;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 300;
 background: #fff;
 box-shadow: 0 1px 2px rgba(0,0,0,0.2);
 line-height: 1.4;
}
.header-panel{
 background: #F2F5F6;
 color: #7E7E7E;
 height: 50px;
 line-height: 50px;
 font-size: 13px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 overflow: hidden;
}
.header-panel a{
 color: #7E7E7E;
}
.header-panel a:hover{
 color: #03A9F5;
}
.header-tel{
 letter-spacing: 0.5px;
}
.header-tel .fa,
.header-email .fa{
 margin-right: 3px;
}
.shedule span{
 margin-right: 20px;
}
.shedule span:last-of-type{
 margin-right: 0;
}
.shedule .fa{
 margin: 0 5px 0 0;
 font-size: 16px;
 vertical-align: middle;
 color: #03A9F5;
}
.header > div{
 display: inline-block;
}
.social{
 padding-right: 15px;
}
.social a{
 margin-left: 13px;
 font-size: 18px;
 color: #03A9F5;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.social a:hover{
 color: #0D0D0D;
}
.logo{
 margin-top: 12px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.mob-menu-btn{
 margin: 17px 5px 0 20px;
}
.mob-menu-btn span{
 display: block;
 height: 3px;
 margin-bottom: 4px;
 width: 30px;
 background: #ffffff;
}
.mobile-menu {
 position: fixed;
 top: 0;
 right: -400px;
 background: #262727;
 height: 100%;
 width: 200px;
 max-width: 100%;
 z-index: 1000;
 overflow-y: scroll;
 padding-top: 54px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.mobile-menu.open {
 right: 0;
}
.overlay {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(255,255,255,0.8);
 z-index: -100;
 opacity: 0;
 -webkit-transition: opacity 200ms ease-out;
 -moz-transition: opacity 200ms ease-out;
 -o-transition: opacity 200ms ease-out;
 transition: opacity 200ms ease-out;
}
.mobile-menu.open + .overlay {
 z-index: 400;
 opacity: 1;
}
.mobile-menu > div > ul > li {
 position: relative;
 border-bottom: 1px solid #0087c5;
}
.mobile-menu > div > ul > li:first-of-type{
 border-top: 1px solid #0087c5;
}
.mobile-menu > div > ul > li.down > a {
 padding-right: 60px;
}
.mobile-menu .dropdown-button{
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 height: 45px;
 width: 48px;
 z-index: 10;
}
.mobile-menu .dropdown-button:before {
 content: "";
 display: block;
 position: absolute;
 width: 12px;
 height: 12px;
 top: 13px;
 left: 16px;
 border-bottom: 1px solid #006898;
 border-right: 1px solid #006898;
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition: all 300ms ease-out;
 -moz-transition: all 300ms ease-out;
 -o-transition: all 300ms ease-out;
 transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
 -moz-transform: rotate(225deg);
 -webkit-transform: rotate(225deg);
 -o-transform: rotate(225deg);
 -ms-transform: rotate(225deg);
 transform: rotate(225deg);
 top: 19px;
}
.mobile-menu > div > ul > li > ul {
 position: static;
 width: 100%;
 display: none;
}
.mobile-menu .uMenuH > ul > li > a {
 display: block;
 text-decoration: none;
 color: #000;
 padding: 13px 20px 10px;
 text-transform: uppercase;
}
.mobile-menu .uMenuH > ul > li > a.uMenuItemA,
.mobile-menu > div > ul > li > ul > li > a.uMenuItemA,
.mobile-menu ul ul ul a.uMenuItemA{
 color: #DF0101;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
 display: block;
 font-size: 15px;
 line-height: 18px;
 text-decoration: none;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 padding: 10px 10px 10px 40px;
 color: #FFFFFF;
 position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu ul ul ul a:before {
 content: "";
 display: block;
 position: absolute;
 width: 6px;
 height: 6px;
 top: 17px;
 left: 20px;
 border-top: 1px solid #e60458;
 border-right: 1px solid #FFFFFF;
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.mobile-menu ul ul ul{
 margin-bottom: 10px;
}
.mobile-menu ul ul ul a{
 padding: 6px 10px 6px 55px;
 font-size: 13px;
}
.mobile-menu ul ul ul a:before{
 left: 40px;
 top: 13px;
}
.mobile-menu-close.close {
 top: 26px;
 right: 10px;
}
.mobile-menu-close.close{
 top: 15px;
 right: 15px;
}
.callback-btn{
 padding: 0 30px;
 height: 64px;
 line-height: 64px;
 display: block;
 position: relative;
 text-decoration: none;
 background: #FFBB02;
 float: right;
 font-family: 'Helios';
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
 color: #fff !important;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 letter-spacing: 0.5px;
}
.callback-btn .fa{
 margin: 0 4px 0 0;
 vertical-align: middle;
 font-size: 20px;
}
.callback-btn:hover{
 color: #fff !important;
 background: #FF4229 !important;
}
.mobile-menu .callback-btn{
 float: none;
 height: auto;
 line-height: 1;
 padding: 10px 20px;
 display: inline-block;
 margin-left: 20px;
 color: #fff;
 background: transparent;
 border: 1px solid #fff;
 font-weight: normal;
}
.gray-bg{
 background: #F6F6F7;
}
.hr-min{
 width: 100px;
 margin: 30px auto;
}
.weight300{
 font-weight: 300;
}
.num-section{
 background: url(../images/num-section-xs.jpg) 0 0 no-repeat;
 background-size: cover;
 color: #fff;
 position: relative;
}
.ie .num-section{
 background-attachment: scroll;
}
.num-section:after{
 content:"";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.7);
}
.num-section .container{
 position: relative;
 z-index: 10;
}
.num-section .num{
 font-size: 50px;
 line-height: 1;
 color: #03a9f5;
 opacity: 0;
}
.num-section .num.animated{
 opacity: 1;
}
hr{
 border-color: #f90000;
}
hr.white{
 border-color: #000000;
}
.clear-hr{
 height: 0;
 opacity: 0;
 margin: 0;
 padding: 0;
 border: none;
}
.services-section .element{
 padding-left: 60px;
 margin-bottom: 40px;
}
.services-section .element .title{
 font-family: 'Ubuntu', sans-serif;
 font-size: 18px;
 line-height: 1;
 font-weight: bold;
 margin-bottom: 10px;
 color: #000;
}
.services-section .element .text{
 font-size: 13px;
}
.services-section .element .img-wrapper{
 position: absolute;
 top: 0;
 left: 0;
 background: #fff;
}
/*------------------------------
 Google Map
------------------------------*/

.map-section{
 height: 290px;
 overflow: hidden;
}
.map-section iframe{
 width: 100% !important;
 max-width: 100%;
 height: 300px !important;
}
@media only screen and (min-width: 768px) {
.map-section{
 height: 380px;
}
.map-section iframe{
 height: 390px !important;
} 
}
@media only screen and (min-width: 992px) {
.map-section{
 height: 480px;;
}
.map-section iframe{
 height: 490px !important;
} 
}
/*------------------------------
 END Google Map
------------------------------*/
.quest-section{
 background: url(../images/dark-mosaic.png);
}
.quest-section span{
 display: block;
 margin-bottom: 10px;
}

/* review-section begin */

.review-section{
 background: url(../images/gray-bg.png) 50% 0 no-repeat;
 background-size: cover;
}
.reviews-carousel > div,
.rev-prev-carousel > div{
 position: fixed;
 top: -10000px;
}
.reviews-carousel > div:first-of-type,
.reviews-carousel.slick-initialized > div,
.rev-prev-carousel > div:first-of-type,
.rev-prev-carousel.slick-initialized > div{
 position: relative;
 top: 0;
}
.reviews-carousel .item .element{
 width: 820px;
 max-width: 100%;
 padding: 30px 20px;
 background: #fff;
 margin: 0 auto;
 position: relative;
 margin-bottom: 40px;
}
.reviews-carousel .item .element:after{
 content:"";
 display: block;
 position: absolute;
 width: 20px;
 height: 20px;
 bottom: -10px ;
 left: 50%;
 margin-left: -10px;
 background: #fff;
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.reviews-carousel .item .element .text{
 padding: 0 30px;
 position: relative;
}
.reviews-carousel .item .element .text:after{
 content:"\f10e";
 font: normal normal normal 18px/1 FontAwesome;
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 color: #03A9F5;
}
.reviews-carousel .item .element .text:before{
 content:"\f10d";
 font: normal normal normal 18px/1 FontAwesome;
 display: block;
 position: absolute;
 bottom: 0;
 right: 0;
 color: #03A9F5;
}
.rev-prev-carousel-wrapper{
 width: 390px;
 margin: auto;
 max-width: 100%;
}
.rev-prev-carousel .item{
 padding: 0 5px;
}
.rev-prev-carousel img{
 border-radius: 50%;
 cursor: pointer;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.rev-prev-carousel img:hover{
 opacity: 0.8;
}


@media only screen and (min-width: 768px) {
.reviews-carousel .item .element{
 padding: 40px 30px;
}
}
/* review-section end */



/* guarantee-section begin */
.guarantee-section{
 background: url(../images/gray-bg2.png);
}
.was-it-was img{
 display: block;
 width: 100%;
}
.it-was{
 position: absolute;
 top: 0;
 left: 0;
 width: 50%;
 height: 100%;
 overflow: hidden;
}
.it-was-inner{
 height: 100%;
}
.ui-slider-wrapper {
 position: absolute;
 top: 0;
 left: 50%;
 margin-left: -150px;
 width: 300px;
 height: 100%;
}
.ui-slider-wrapper .ui-widget-content{
 border: none;
 background: transparent;
 height: 100%;
 margin-top: -15px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle{
 background: url(../images/handle.png) 50% 50% no-repeat;
 width: 48px;
 height: 48px;
 border: none;
 cursor: pointer;
 top: 50%;
 margin-left: -24px;
 margin-top: -24px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle:after{
 content:"";
 display: block;
 position: absolute;
 width: 3px;
 height: 300px;
 top: -125px;
 left: 50%;
 margin-left: -1px;
 background: #fff;
}

.wat-is-was-inner{
 margin-bottom: 10px;
}
.it-was-inner img{
 height: 100%;
 width: auto;
 max-width: none;
}
@media only screen and (min-width: 1240px) {
.was-it-was img{
 width: 659px;
 max-width: none;
 margin-left: -70px;
}
.ui-slider-wrapper {
 margin-left: -244px;
 width: 428px;
}
.ui-slider-wrapper .ui-slider .ui-slider-handle:after{
 height: 410px;
 top: -185px;
}
}


/* guarantee-section end */

.application-inner .element{
 padding: 30px 20px 20px;
 border-radius: 3px;
 border: 2px solid #E6E6E6;
 margin-bottom: 30px;
}
.application-inner .element .title{
 line-height: 1.2;
 margin-bottom: 5px;
}
@media only screen and (min-width: 768px){
.application-inner .element{
 min-height: 300px;
} 
.application-inner > .row > hr:nth-of-type(2n){
 clear: both;
} 
}
@media only screen and (min-width: 1240px) {
.application-inner > .row{
 display: flex;
}
.application-inner > .row > div{
 height: auto;
 min-height: 0;
}
.application-inner > .row > hr:nth-of-type(2n){
 clear: none;
}
}




/* contacts-section begin*/
.contacts-section > .container{
 z-index: 10;
}
.feedback-block .form-control{
 border-color: transparent;
 margin-bottom: 10px;
 height: 45px;
 border-radius: 4px;
}
.feedback-block .form-control.error{
 border-color: #FF1A00;
}
.contacts-block .element{
 color: #000;
 margin-bottom: 10px;
 position: relative;
 padding-left: 30px;
}
.contacts-block .element .fa{
 display: inline-block;
 font-size: 18px;
 position: absolute;
 left: 0;
 top: 2px;
 color: #03A9F5;
}
@media only screen and (min-width: 768px){
.contacts-section:after{
 content:"";
 display: block;
 position: absolute;
 width: 51%;
 height: 100%;
 top: 0;
 right: 0;
 background: #F4F4F4;
} 
}

@media only screen and (min-width: 992px){
.contacts-section:after{
 width: 55%;
} 
} 

@media only screen and (max-width: 767px){
.feedback-block{
 padding: 60px 15px;
 background: #F4F4F4;
 margin: 0 -15px;
} 
}

/* contacts-section end */

























/************************************************** MEDIA QUERIS *****************************************************/

@media only screen and (max-width: 1239px) {

}
@media only screen and (max-width: 991px) {

.slick-dots{
 padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.f36{
 font-size: 30px;
 line-height: 1.2; 
}
h1,
.title-h1{
 font-size: 30px;
 line-height: 1.2;
}
h2,
.title-h2{
 font-size: 30px;
 line-height: 1.2;
}
h3,
.title-h3{
 font-size: 24px;
 line-height: 1.2;
}
}

@media only screen and (min-width: 768px) {
.flex-sm{
 display: flex;
}
.flex-sm > div{
 height: auto;
}
.modal {
 padding: 55px 40px 40px;
}
.mobile-tab-header {
 display: none;
}
ul.tabs.mobile {
 display: block !important;
 margin: 0;
}
.box {
 padding: 0 15px;
}
h1,
.title-h1{
 font-size: 20px;
}
h1.min,
.title-h1.min{
 font-size: 30px;
}
.services-section hr:nth-of-type(2n){
 clear: both;
}
.quest-section span{
 vertical-align: top;
 margin-right: 30px;
 display: inline;
 margin-bottom: 0;
}
}



@-webkit-keyframes fadeInDownSmall {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
 }

 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@keyframes fadeInDownSmall {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
 }

 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 }
}

.fadeInDownSmall {
 -webkit-animation-name: fadeInDownSmall;
 animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutUpSmall {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }

 100% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
 }
}

@keyframes fadeOutUpSmall {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 }

 100% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 -ms-transform: translateY(-10px);
 transform: translateY(-10px);
 }
}
.fadeOutUpSmall {
 -webkit-animation-name: fadeOutUpSmall;
 animation-name: fadeOutUpSmall;
}




@media only screen and (min-width: 992px){
.box {
 padding: 0 20px;
}
.top-menu{
 padding-top: 31px;
 float: right;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.top-menu .uMenuH > ul > li{
 display: inline-block;
 margin: 0 5px;
 position: relative;
}
.top-menu .uMenuH > ul > li > a{
 display: inline-block;
 font-size: 14px;
 color: #0D0D0D;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 padding: 6px 10px;
 border: 1px solid transparent;
 border-radius: 3px;
}
.top-menu .uMenuH > ul > li:hover > a,
.top-menu .uMenuH > ul > li > a.uMenuItemA{
 border-color: #FFD740;
}
.top-menu .uMenuH > ul > li:last-of-type{
 margin-right: 0;
}

.top-menu > div > ul > li > ul{
 position: absolute;
 width: 240px;
 top: 30px;
 padding-top: 22px;
 left: 0;
 -webkit-animation-duration: 0.2s;
 -moz-animation-duration: 0.2s;
 -o-animation-duration: 0.2s;
 -ms-animation-duration: 0.2s;
 animation-duration: 0.2s;
 text-align: left;
 z-index: 100;
}
.top-menu > div > ul > li:last-of-type > ul{
 left: auto;
 right: 0;
}
.top-menu > div > ul > li:last-of-type > ul > li:first-of-type:before {
 left: auto;
 right: 15px;
}
.top-menu > div > ul > li > ul > li > a{
 background: #21282e;
 padding: 12px 10px 12px 10px;
 border-top: 1px solid #171b1f;
 display: block;
 font-size: 14px;
 line-height: 18px;
 color: #ffffff;
 text-decoration: none;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 position: relative;
 z-index: 10;
}
.top-menu > div > ul > li > ul > li:first-of-type:before {
 content: "";
 display: block;
 width: 12px;
 height: 12px;
 background: #21282e;
 -moz-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(45deg);
 position: absolute;
 left: 15px;
 top: -5px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.top-menu > div > ul > li > ul > li:first-of-type > a{
 border-top: none;
}
.top-menu > div > ul > li > ul > li:hover > a,
.top-menu > div > ul > li > ul > li > a.uMenuItemA {
 background: #171b1f;
}
.top-menu ul ul ul ul{
 display: none !important;
}
.top-menu ul ul ul{
 position: absolute;
 top: 0;
 left: 240px;
 width: 240px;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.top-menu ul ul li{
 position: relative;
}
.top-menu ul ul li.uWithSubmenu > a{
 padding-right: 50px;
}
.top-menu ul ul li.uWithSubmenu > a:after{
 content:"";
 display: block;
 position: absolute;
 width: 10px;
 height: 10px;
 top: 50%;
 right: 15px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 margin-top: -5px;
}
.top-menu ul ul li:hover ul{
 visibility: visible;
 opacity: 1;
}
.top-menu ul ul ul a{
 background: #21282e;
 padding: 12px 10px 12px 10px;
 border-top: 1px solid #171b1f;
 display: block;
 font-size: 14px;
 line-height: 18px;
 color: #ffffff;
 text-decoration: none;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 position: relative;
 z-index: 10;
}
.top-menu ul ul li:last-of-type > ul > li:first-of-type > a{
 border-top: none;
 border-left: none;
}
.top-menu ul ul ul li:hover a,
.top-menu ul ul ul li a.uMenuItemA{
 background: #171b1f;
}




.mobile-menu,
.overlay{
 display: none;
}
.logo{
 margin-left: 0;
 margin-top: 35px;
}
.services-section hr:nth-of-type(2n){
 clear: none;
}
.services-section hr:nth-of-type(3n){
 clear: both;
}
.num-section{
 background: url(../images/num-section.jpg) 0 0 no-repeat;
 background-attachment: fixed;
 background-size: cover;
}
}


@media only screen and (min-width: 1240px) {
.top-menu .uMenuH > ul > li > a{
 font-size: 16px;
 padding: 6px 14px 7px;
}
ul.tabs.mobile li{
 padding: 18px 90px;
}
h1.big,
.title-h1.big{
 font-size: 80px;
 line-height: 1;
 margin-bottom: 50px;
}
}

/* top slider */
.top-slider{
 overflow: hidden;
 height: 450px;
}
.top-slider .slick-dots {
 position: absolute;
 bottom: 25px;
}
.top-slider .slick-dots li{
 border-color: #fff !important;
}
.top-slider .slick-dots li.slick-active{
 background-color: #fff !important;
}
.top-slider .item{
 overflow: hidden;
 height: 450px;
 position: relative;
}
.top-slider .item:before {
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: rgba(0,0,0,0.3);
}
.top-slider .table{
 position: relative;
 z-index: 10;
}
.top-slider .item .title{
 font-family: 'Ubuntu', sans-serif;
 font-weight: 300;
 font-size: 1.8em;
 line-height: 1.3;
 margin-bottom: 15px;
 max-width: 700px;
}
.top-slider .item .text{
 font-size: 16px;
 line-height: 1.4;
 margin-bottom: 30px;
 max-width: 700px;
}

@media only screen and (min-width: 1400px) {
.pk-img{
 max-width: 650px;
 margin-left: -60px; 
} 
}


@media only screen and (max-width: 991px) {
.top-slider .item .tplbutton{
 padding: 8px 15px;
} 
}
@media only screen and (min-width: 768px) {
.top-slider .item:before {
 display: none;
}
.top-slider .item .title{
 font-size: 2.4em;
}
.top-slider{
 height: 400px;
}
.top-slider .item{
 height: 400px;
}
.header-push{
 height: 100px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.header-wrapper{
 height: 100px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.header-wrapper.hPanelHide{
 top: -50px;
}
}
@media only screen and (min-width: 992px) {
.header-wrapper{
 height: 150px;
}
.header-push{
 height: 150px;
}
.top-slider .item .title{
 font-size: 3em;
 margin-bottom: 30px;
}
.top-slider .item .text{
 margin-bottom: 45px;
}
.top-slider{
 height: 520px;
}
.top-slider .item{
 height: 520px;
}
.header-wrapper.hPanelHide{
 top: -80px;
}
.header-wrapper.hPanelHide .logo{
 margin-top: 50px;
}
.header-wrapper.hPanelHide .top-menu{
 padding-top: 46px;
}
}
@media only screen and (min-width: 1240px) {
.top-slider .item .title{
 font-size: 60px;
 line-height: 1.2;
 margin-bottom: 30px;
 max-width: 800px;
}
.top-slider .item .text{
 margin-bottom: 45px;
}
}

/* end top slider */

/* Action */

.action-section .title{
 line-height: 1.3;
}
.action-section .row{
 display: flex;
}
.action-section .row > div{
 height: auto;
}
.countdownHolder{
 position:relative;
 line-height:36px;
 margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
 color: #03A9F5;
 width: 50px;
 padding: 7px 5px;
 background-color:#fff;
 border: 2px solid #EBEBEB;
 border-radius:3px;
 text-align:center;
 display: inline-block;
 position: relative;
 font-weight: 500;
 font-size:24px;
}
.countdownHolder > span:nth-of-type(odd):after{
 content:"";
 display: block;
 position: absolute;
 top: 16px;
 right: -16px;
 color: #2E3841;
 width: 4px;
 height: 18px;
 background: url(../images/colon.png) 0 0 no-repeat;
}
.countdownHolder > span.countSeconds:after{
 display: none;
}
.countDiv{
 display:inline-block;
 width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
 position:absolute;
 display:block;
 width: 50px;
 text-align: center;
 left:-2px;
 bottom: -32px;
 content:'дней';
 color:#8C8C8C;
 font-size: 10px;
 text-transform: uppercase;
 font-weight: normal;
}
.countDays:before{
 content:'дней';
}
.countHours:before{
 content:'часов';
}
.countMinutes:before{
 content:'минут';
}
.countSeconds:before{
 content:'секунд';
}

.action-form-box{
 width: 800px;
 margin: auto;
 max-width: 100%;
}

@media only screen and (min-width: 768px){
.countdownHolder > span:nth-of-type(odd){
 width: 60px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
 width: 60px;
} 
}

@media only screen and (min-width: 992px){ 
.countdownHolder > span:nth-of-type(odd){
 width: auto;
 font-size: 42px;
 padding: 15px 12px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
 width: 74px;
 bottom: -38px;
}
.countdownHolder > span > span{
 display: block;
 float: left;
}
.countdownHolder > span:nth-of-type(odd):after{
 top: 24px;
 right: -15px;
}
}
/* End action */


/************************* accordeon **************************/
.accordeon-section{
 box-shadow: 0 2px 0 #e6e6e6;
 overflow: hidden;
}
.accordeon .element-content{
 display: none;
 padding: 20px;
 font-size: 13px;
 color: #0D0D0D;
 border: 2px solid rgba(0,0,0,0.1);
 margin-bottom: 12px;
 border-top: none;
 border-radius: 0 0 3px 3px;
}
.accordeon .element{
 margin-bottom: 2px;
 background: #fff;
}
.accordeon .element .title{
 cursor: pointer;
 padding: 12px 12px 12px 50px;
 font-family: 'Ubuntu', sans-serif;
 font-weight: bold;
 font-size: 16px;
 letter-spacing: 0.5px;
 position: relative;
 color: #8C8C8C;
 background: #F4F4F4;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 border-radius: 3px;
}
.accordeon .element.active .title{
 background: #03A9F5;
 color: #fff !important;
 border-radius: 3px 3px 0 0;
}
.accordeon .element .title:before{
 content: "";
 display: block;
 position: absolute;
 width: 20px;
 height: 20px;
 top: 50%;
 left: 15px;
 border-radius: 3px;
 margin-top: -10px;
 background: url(../images/plus.png) 50% 50% no-repeat #03A9F5;
 color: #fff;
 text-align: center;
 line-height: 50px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.accordeon .element.active .title:before{
 background: url(../images/minus.png) 50% 50% no-repeat;
}
.accordeon > div:first-of-type .element-content{
 display: block;
}
.accordeon .element .title:hover{
 color: #333333;
}
.accordeon .element.active .title:hover{
 background: #0098DE;
}
.accordeon > div:last-of-type{
 margin-bottom: 0;
}
/************************* end accordeon **************************/

.breadcrumbs-wrapper{
 padding: 14px 0;
 background: #13A8E0;
 background: -moz-linear-gradient(left, #17C5F8, #1189C6);
 background: -webkit-linear-gradient(left, #17C5F8, #1189C6);
 background: -o-linear-gradient(left, #17C5F8, #1189C6);
 background: -ms-linear-gradient(left, #17C5F8, #1189C6);
 background: linear-gradient(left, #17C5F8, #1189C6);
 color: #fff;
 font-size: 13px;
}
.breadcrumbs-wrapper li{
 display: inline-block;
}
.breadcrumbs-wrapper a{
 color: #fff;
 text-decoration: underline;
 position: relative;
 padding-right: 10px;
 display: inline-block;
}
.breadcrumbs-wrapper a:hover{
 text-decoration: none;
}
.breadcrumbs-wrapper a:after{
 content:"/";
 position: absolute;
 top: 0;
 right: 0;
}
.aside-gallery img{
 width: 100%;
}
.base-template .num-section{
 background: url(../images/gray-bg2.png);
 color: #000;
}
.base-template .num-section:after{
 display: none;
}
.lightgallery-link{
 position: relative;
 display: block;
}
.lightgallery-link:after{
 content:"";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: url(../images/zoom.png) 50% 50% no-repeat rgba(0,0,0,0.7);
 background-size: 0 0;
 opacity: 0;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.lightgallery-link:hover:after{
 opacity: 1;
 background-size: 25px 25px;
}
.news-list{
 padding-top: 10px;
}
.news-list .news-list-element{
 margin-top: 30px;
 padding-top: 30px;
 border-top: 1px solid #F4F4F4;
}
#allEntries > div:first-of-type .news-list-element, 
.news-list .archiveEntries > div:first-of-type .news-list-element {
 margin-top: 0;
 padding-top: 0;
 border-top: 0;
}
.news-list .news-list-element h4{
 margin-top: -5px;
 margin-bottom: 10px;
}
.news-list .news-list-element h4 a{
 color: #000;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.news-list .news-list-element h4 a:hover{
 color: #03A9F5;
}
.news-list .news-list-element .img-wrapper img{
 border-radius: 4px;
 width: 100%;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 opacity: 1;
 border: 1px solid #F4F4F4;
}
.news-list .news-list-element .img-wrapper img:hover{
 opacity: 0.8;
}
.element-info span{
 margin-right: 10px;
 text-transform: uppercase;
 font-size: 11px;
 color: #B3B3B3;
}
.element-info span i{
 font-size: 14px;
 margin-right: 3px;
}
.element-info a{
 color: #B3B3B3;
}
.element-info a:hover{
 color: #000;
}
.more i{
 position: relative;
 bottom: -1px;
 margin-left: 3px;
}
.aside-news{
 margin-bottom: 20px;
 padding-bottom: 5px;
 border-bottom: 1px solid #E3E3E4;
}
.aside-news .element{
 margin-bottom: 15px;
 line-height: 1.4;
}
.aside-news .element-date{
 font-size: 13px;
}
.aside-news .element-date i{
 margin-right: 3px;
}
.aside-news .element a{
 color: #000;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.aside-news .element a:hover{
 color: #03A9F5;
}
.aside-photo{
 margin-bottom: 20px;
 padding-bottom: 15px;
 border-bottom: 1px solid #E3E3E4;
}
.aside-photo img{
 border-radius: 3px;
}
.aside-photo a{
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 opacity: 1;
}
.aside-photo a:hover{
 opacity: 0.7;
}
h1 + .element-info{
 margin: -10px 0 20px;
}
.item-gallery .element{
 margin-bottom: 10px;
}
.article-img img{
 border-radius: 5px;
 width: 100%;
}
.article-img{
 border-radius: 5px;
 overflow: hidden;
}














/*============================ UCOZ CUSTOM STYLES BEGIN =======================*/
/* pagination begin */
.row > div > .catPages1{
 padding-left: 10px;
 padding-right: 10px; 
}
.row.min > div > .catPages1{
 padding-left: 5px;
 padding-right: 5px; 
}
.catPages1,
.pagination{
 text-align: left;
 padding-top: 10px;
 margin: 20px 0;
 overflow: hidden;
}
.catPages1 > b, 
.catPages1 > a > span,
.pagesBlockuz1 > b,
.pagesBlockuz1 > a > span{
 position: relative;
 display: inline-block;
 padding: 7px 12px 5px;
 margin-right: 4px;
 line-height: 1.42857143;
 color: #0D0D0D;
 text-decoration: none;
 background-color: #F4F4F4;
 border: none;
 border-radius: 3px;
 font-weight: normal;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.catPages1 > b:hover, 
.catPages1 > a > span:hover,
.pagesBlockuz1 > b:hover,
.pagesBlockuz1 > a > span:hover{
 background: #046FA0;
 color: #fff;
}
.catPages1 .swchItemA, .pagesBlockuz1 .swchItemA {
 background: #046FA0;
 color: #fff;
 position: relative;
 z-index: 2;
}

/* pagination end */


/* aside search begin*/
.searchForm {
 margin-bottom: 20px;
 position: relative;
 margin-top: 5px;
 padding-bottom: 10px;
 border-bottom: 1px solid #E3E3E4;
}
.searchForm [type="text"]{
 border-width: 1px;
 border-radius: 5px;
 height: 45px;
}
.searchForm [type="submit"] {
 position: absolute;
 top: 0;
 right: 0;
 height: 100%;
 border: none;
 background: transparent;
 color: #fff;
 width: 50px;
 color: #C7C7C7;
 text-align: center;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.searchForm [type="submit"]:hover{
 color: #000;
}
/* aside search end*/
.tag-cloud{
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #E3E3E4;
 overflow: hidden;
 color: #fff;
}
.tag-cloud p{
 color: #000;
 font-family: 'Ubuntu', sans-serif;
 font-size: 18px;
 line-height: 1.3;
 margin-bottom: 15px;
 font-weight: 500;
}
.tag-cloud a {
 font-size: 13px !important;
 text-decoration: none;
 display: inline-block;
 padding: 6px 15px 6px;
 border: 1px solid #03A9F5;
 margin: 0 5px 5px 0;
 float: left;
 background: #fff;
 color: #03A9F5 !important;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 border-radius: 3px;
 text-transform: lowercase;
 font-weight: normal !important;
}
.tag-cloud a:hover{
 background: #03A9F5;
 color: #fff !important;
}
















/* systems messages popup begin*/
.myWinCont{
 max-width: 100% !important;
 text-align: left !important;
}
.xw-plain .xw-tl,
.xw-plain .xw-bl{
 border-radius: 0 !important;
}
.xw-plain .xw-ml, 
.xw-plain .xw-tl, 
.xw-plain .xw-bl{
 background: #F9F9F9 !important;
}
.xw-hdr .xw-hdr-text {
 font-size: 26px !important;
 color: #21282E !important;
 font-weight: bold !important;
 margin-top: 20px !important;
 display: inline-block !important;
}
.myWinCont b{
 color: #21282E !important;
}
.myWinCont, 
.myWinCont td, 
.myWinCont dl, 
.myWinCont dt{
 color: #000 !important;
}
.xt{
 margin: 0 !important;
 background: transparent !important;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 -moz-transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 margin-right: -10px !important;
}
.xt:before {
 content: "";
 width: 100%;
 height: 2px;
 top: 50%;
 left: 0;
 display: block;
 position: absolute;
 background: #FF3324;
 margin-top: -1px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.xt:after {
 content: "";
 width: 2px;
 height: 100%;
 top: 0;
 left: 50%;
 display: block;
 position: absolute;
 background: #FF3324;
 margin-left: -1px;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.xt:hover{
 -moz-transform: rotate(135deg);
 -webkit-transform: rotate(135deg);
 -o-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
.myWinGrid{
 opacity: 0.8 !important;
}
.xw-plain {
 border-radius: 0 !important;
 box-shadow: none !important;
}
.xw-blank{
 border-radius: 0 !important;
}
@media only screen and (max-width: 400px) {
 
 .xw-plain{
 width: 300px !important;
 }
 #_uwndTop1{
 left: 50% !important;
 margin-left: -150px !important;
 } 
}
/* systems messages popup end */


/* guest book begin */
.gb-form-inner .form-group input{
 display: block;
 width: 100%;
 height: 45px;
 padding: 0 15px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #2E2E2E;
 background-color: #fff;
 border: 1px solid #E3E3E4;
 margin-bottom: 10px;
 border-radius: 4px;
}
.gb-form-inner .form-group textarea{
 display: block;
 width: 100%;
 height: 150px;
 max-height: 150px;
 padding: 15px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #2E2E2E;
 background-color: #fff;
 border: 1px solid #E3E3E4;
 margin-bottom: 10px;
 border-radius: 4px;
}
.captcha-group input{
 display: inline-block;
 width: 158px;
 height: 45px;
 padding: 0 15px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #2E2E2E;
 background-color: #fff;
 border: 1px solid #E3E3E4;
 margin-bottom: 10px;
 margin-right: 7px;
 border-radius: 4px;
}
.gb-form-inner .form-group input:focus,
.gb-form-inner .form-group textarea:focus,
.captcha-group input:focus{
 outline: 0;
 border-color: #19A9F5;
 color: #707070;
}
.securityCode + input + img {
 height: 45px;
 border: 1px solid #e3e3e4 !important;
 border-radius: 4px;
 margin-top: -2px !important;
}

.securityCode + input + img + img{
 width: 17px;
 margin-left: 5px;
}


.commError{
 text-align: left !important;
 margin-bottom: 15px;
 color: #A94442;
}
.commError .successText{
 color: #00487F !important;
}
#pagesBlock2{
 text-align: left !important;
}
#pagesBlock2 .swchItemA1{
 display: inline-block;
 background: #19A9F5;
 color: #fff;
 border-radius: 3px;
 padding: 3px 10px;
}
.gb-rev-element {
 margin-bottom: 20px;
}
.gb-rev-element .title-h5{
 margin-bottom: 0;
 padding-left: 20px;
}
.gb-rev-element-inner{
 padding: 20px 20px 20px 50px;
 background: url(../images/quote.png) 15px 22px no-repeat #F4F4F4;
 border-radius: 5px;
 margin-bottom: 20px;
 position: relative;
}
.gb-rev-element-inner:after{
 content:"";
 display: block;
 position: absolute;
 bottom: -12px;
 left: 30px;
 border-top: 14px solid #F4F4F4;
 border-left: 14px solid transparent;
 border-right: 14px solid transparent;
}
.gb-rev-element .text {
 font-size: 15px;
 font-family: 'Ubuntu', sans-serif;
 font-style: italic;
 color: #000;
}
.gb-element-answer{
 color: #000000;
 padding-top: 15px;
 margin-top: 7px;
 border-top: 1px solid #dadada;
 font-size: 15px;
 font-family: 'Ubuntu', sans-serif;
 font-style: italic;
}
#numEntries{
 margin-bottom: 20px;
 background: #21282E;
 color: #fff;
 padding: 5px 20px;
}
.gb-element-date {
 letter-spacing: 0;
 margin-left: 20px;
 font-size: 13px;
 padding-top: 2px;
 color: #8c8c8c;
 vertical-align: middle;
}
.csTop{
 display: none;
}
/* guest book end*/


/* aside-datepicker begin*/
.aside-datepicker{
 padding-bottom: 20px;
 border-bottom: 1px solid #E3E3E4;
}
.aside-datepicker table{
 width: 100%;
}
.aside-datepicker table td {
 text-align: center;
 font-size: 13px;
 padding: 6px 0;
}
.aside-datepicker table a{
 text-decoration: none;
}
.aside-datepicker .calMonth {
 background: #03A9F5;
 border-color: #03A9F5;
 padding: 7px;
 font-size: 15px;
 font-weight: bold;
}
.aside-datepicker .calMonth a{
 color: #fff;
}
.aside-datepicker .calMdayIs a,
.aside-datepicker .calMdayIsA a{
 font-weight: bold;
}
.aside-datepicker .calWday,
.aside-datepicker .calWdaySe,
.aside-datepicker .calWdaySu{
 font-size: 13px;
 background: #f1f1f1;
 padding: 6px 4px;
}
.aside-datepicker .calWdaySe,
.aside-datepicker .calWdaySu{
 color: #FF3324;
 font-weight: bold;
}
/* aside-datepicker end*/

/* aside archive begin*/
.sidebox-archive li{
 margin-bottom: 10px;
}
.sidebox-archive li:last-of-type{
 margin-bottom: 0;
}
.sidebox-archive a{
 text-decoration: none;
 position: relative;
 color: #21282e;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 font-size: 14px;
}
.sidebox-archive a:hover{
 color: #2E2E2E;
}
.sidebox-archive a:before{
 content: "\f073";
 margin-right: 6px;
 font-family: FontAwesome;
 font-size: 16px;
 margin-top: -3px;
 display: inline-block;
 vertical-align: middle;
}
/* aside archive end*/

a.login-with i {
 width: 24px !important;
 height: 24px !important;
}
.aside-login-inner #uidLogForm {
 text-align: left !important;
 margin-left: -2px;
}


/* custom comments begin */
button.uf-btn, 
input#addcBut {
 background: #ffd740 !important;
 display: inline-block !important;
 color: #0d0d0d !important;
 font-size: 14px !important;
 padding: 14px 25px 13px !important;
 margin-bottom: 10px !important;
 position: relative !important;
 border: none !important;
 text-align: center !important;
 cursor: pointer !important;
 text-transform: uppercase !important;
 -webkit-transition: all 200ms ease-out !important;
 -moz-transition: all 200ms ease-out !important;
 -o-transition: all 200ms ease-out !important;
 transition: all 200ms ease-out !important;
 letter-spacing: 1px !important;
 height: auto !important;
}
button.uf-btn:hover,
input#addcBut:hover{
 background: #03a9f5 !important;
 color: #fff !important;
}
.uComment.cBlock1, 
.uComment.cBlock2{
 padding: 20px !important;
 background: #fff !important;
 border: 1px solid #E3E3E4 !important;
 border-radius: 5px;
}
.uComment .uc-top-left .username{
 color: #03A9F5;
 font-weight: bold;
 font-size: 18px;
}
.uComment .uc-message.cMessage{
 font-size: 14px !important;
}
.uComment span[itemprop="datePublished"] {
 display: inline-block;
 margin-left: 15px;
 font-size: 13px;
 padding-top: 2px;
 color: #03A9F5;
 opacity: 1;
 font-weight: bold;
}
.com-order-block{
 display: none;
}

.ucf-start-content textarea {
 height: 150px !important;
 max-height: 150px !important;
 border-radius: 5px !important;
 border-color: #E3E3E4 !important;
}

@media only screen and (max-width: 767px) {
 .uComment span[itemprop="datePublished"]{
 margin-left: 0;
 }
 .uauth-small-links{
 margin: 0 0 30px -100px !important;
 }
 .uauth-small-links > a:first-of-type{
 margin-left: 32px;
 }
 .xw-hdr .xw-hdr-text {
 font-size: 18px !important;
 }
 .myWinCont, .myWinCont td, 
 .myWinCont dl, 
 .myWinCont dt {
 font-size: 14px;
 }
}
/* custom comments end */

.articles-list{
 padding-top: 6px;
}
.articles-list .news-element{
 margin-top: 30px;
 padding-top: 30px;
 border-top: 1px solid #E3E3E4;
}
#allEntries > div:first-of-type .news-element, 
.articles-list .archiveEntries > div:first-of-type .news-element {
 margin-top: 0;
 padding-top: 0;
 border-top: 0;
}
.articles-list .news-element .img-wrapper{
 border-radius: 5px;
 overflow: hidden;
}
.articles-list .news-element .img-wrapper img{
 width: 100%;
}
.articles-list .news-element .img-wrapper a{
 display: block;
 position: relative;
}
.articles-list .news-element .img-wrapper a:after{
 background: url(../images/link-icon.png) 50% 50% no-repeat rgba(0,0,0,0.7);
 background-size: 0 0;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 content: "";
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 opacity: 0;
 z-index: 5;
}
.articles-list .news-element .img-wrapper a:hover:after{
 opacity: 1;
 background-size: 36px 36px;
}
.articles-list .news-element h4 {
 margin: 0 0 20px;
 font-size: 22px;
 line-height: 1.2;
 font-weight: normal;
 text-transform: uppercase;
}
.articles-list .news-element h4 a {
 text-decoration: none;
 color: #333333;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
}
.articles-list .news-element h4 a:hover {
 color: #939394;
}
.aside-login-block{
 padding-bottom: 20px;
 border-bottom: 1px solid #E3E3E4;
}
.blog{
 padding-top: 6px;
}
.blog .element{
 margin-bottom: 30px;
}
.blog .element .img-wrapper{
 margin-bottom: 10px;
 border-radius: 4px;
 overflow: hidden;
}
.blog .element .title-h5{
 margin-bottom: 10px;
}
.blog .element .text{
 line-height: 1.4;
}
.blog .element .img-wrapper img{
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 max-height: 220px;
}
.blog .element:hover .img-wrapper img{
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -o-transform: scale(1);
}
.blog .element:hover .title-h5{
 color: #03A9F5;
}
.blog .element:hover .text{
 text-decoration: underline;
}
.blog #allEntries > div:nth-of-type(2n) > hr{
 clear: both;
}
@media only screen and (min-width: 1240px) {
 .blog #allEntries > div:nth-of-type(2n) > hr{
 clear: none;
 } 
 .blog #allEntries > div:nth-of-type(3n) > hr{
 clear: both;
 }
}






@media only screen and (min-width: 992px) {
 .blog{
 padding-right: 15px;
 }
}
#vk_widget, #vk_groups {
 width: 100%;
}
#vk_groups, #vk_groups iframe {
 width: 100% !important;
}


table.tpl-table{
 width: 100%;
 border-collapse: collapse;
 border: 1px solid #F5F5F5;
 margin-bottom: 30px;
}
table.tpl-table tr:nth-child(odd) {
 background: #F5F5F5;
}
table.tpl-table td, 
table.tpl-table th {
 padding: 12px 20px;
 border-left: 1px solid #E2E6E7;
 vertical-align: middle;
 color: #5F5F5F;
}
table.tpl-table td:first-child, 
table.tpl-table th:first-child {
 border-left: none;
}
table.tpl-table th{
 color: #000;
 font-weight: bold;
}
@media only screen and (max-width: 767px) {
 table.tpl-table td, 
 table.tpl-table th {
 padding: 8px 10px;
 font-size: 12px;
 }
}


.search-element {
 margin-bottom: 20px;
 padding: 20px;
 background: #fff;
 font-size: 14px;
 border: 1px solid #E3E3E4;
 border-radius: 5px;
}
.search-element .title-h5 b{
 font-weight: normal;
}
.search-element .text{
 color: #8A8A8A;
}
.search-element .text b{
 color: #342E2E;
}
.search-results div[style^='text-align']{
 text-align: left !important;
 padding: 0 0 20px !important;
}
.search-element .text > div{
 display: none;
}



/* photo albums begin */

#uEntriesList .uEntryWrap {
 width: auto !important;
 text-align: left !important;
 display: block !important;
}
#uEntriesList .entryBlock{
 display: block !important;
}

.item-gallery .element {
 margin-bottom: 10px;
 border-radius: 5px;
 overflow: hidden;
}
.item-gallery .element .img-wrapper{
 position: relative;
}
.item-gallery .element img{
 width: 100%;
 display: block;
}
.item-gallery .element a.lightgallery-link{
 display: block;
 position: relative;
}
.item-gallery .element a.lightgallery-link:after{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: url(../images/zoom.png) 50% 43% no-repeat rgba(33,40,46,0.5);
 background-size: 0 0;
 cursor: pointer;
 opacity: 0;
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 content:"";
 z-index: 2;
}
.item-gallery .element a.lightgallery-link:hover:after{
 opacity: 1;
 background-size: 25px 25px;
}

.item-gallery .text {
 font-size: 13px;
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 padding: 10px;
 background: rgba(17,138,199, 0.8);
 color: #fff;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 z-index: 20;
}
.item-gallery .text a{
 color: #fff;
}
.item-gallery .text a:hover{
 text-decoration: underline;
}
.noEntry{
 text-align: left !important;
}

.photo-slider table{
 width: 100%;
}
.photo-slider table td{
 vertical-align: middle;
}
.photo-slider table td img{
 width: 100%;
 transition: none;
}
#phtOtherThumbs{
 margin: 0 -3px;
}
.ph-tc{
 display: block !important;
}
#leftSwch{
 left: -5px;
 position: relative;
}
#rightSwch{
 right: -5px;
 position: relative;
}
#oldPhotos{
 width: 100% !important;
}

.files-list .element{
 position: relative;
 margin-bottom: 30px;
 padding-left: 40px;
}
.files-list .element:before{
 content:"\f0f6";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 font-size: 2em;
 line-height: 1;
 font-family: FontAwesome;
}
.files-list .element .title{
 line-height: 1.1;
 margin-bottom: 10px;
 font-weight: 900;
 text-transform: uppercase; 
}
.files-list .element .title span{
 font-weight: normal;
 color: #9A9A9A;
}
.files-list .element .text{
 font-size: 13px;
}
.files-list .element .title a:hover{
 text-decoration: underline;
}
.aside-archive{
 border-bottom: 1px solid #E3E3E4;
 padding-bottom: 20px;
}