@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,700i,800&subset=cyrillic';
@import url(/css/animate.css);
@import url(/css/bootstrap.css);
@import url(/css/font-awesome.css);
@import url(/css/jquery.fancybox.css);
@import url(/css/lightgallery.min.css);
@import url(/css/settings.css);
body{
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
@media only screen and (max-width: 480px){
    html, body {
        min-width: 320px;
    }
}
.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: #21282E;
    color: #9BA2A8;
    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: "\f101";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #FFBB02;
}
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-size: 30px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'Helios';
    font-weight: 900;
    text-transform: uppercase;
}
h2,
.title-h2{
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'Helios';
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Helios';
    font-weight: bold;
}
h4,
.title-h4{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-family: 'Helios';
    font-weight: bold;
}
h5, .title-h5 {
    font-family: 'Helios';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
h6, .title-h6 {
    font-family: 'Helios';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
.round{
    border-radius: 50%;
}
.light-gray{
    color: #858585;
}
.gray{
    color: #4D4D4D;
}
.green{
    color: #308502;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.scheme-color{
    color: #FFBB02;
}
p{
    margin-bottom: 20px;
}
a{
    color: #FF4229;
    text-decoration: none;
}
a:hover{
    color: #FF3015;
}
a:focus{
    outline: none;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.tplbutton{
    display: inline-block;
    text-decoration: none !important;
    color: #fff !important;
    background: #FFBB02;
    font-size: 18px;
    padding: 12px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -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;
    font-weight: bold;
    font-family: 'Helios';
    letter-spacing: 0.5px;
}
.tplbutton:hover{
    background: #FF4632 !important;
    color: #fff !important;
}
.tplbutton.block{
    display: block;
    width: 100%;
}
.tplbutton.min,
.tplbutton.mini{
    font-size: 12px;
    padding: 3px 15px;
}
.tplbutton.orange-btn{
    background: #fff;
    border-color: #FE7136;
    color: #FE7136;
    font-size: 16px;
}
.tplbutton.orange-btn:hover{
    color: #fff !important;
    background: #FE7136 !important;
}
.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: #F02A29;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #F02A29;
}
/**************************************/
.header-push{
    height: 64px;
}
.header-wrapper{
    height: 64px;
    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: #21282E;
    color: #fff;
    font-family: 'Helios';
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    -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: #fff;
    text-decoration: none;
}
.header-panel a:hover{
    text-decoration: underline;
}
.header-tel{
    letter-spacing: 0.5px;
    margin-left: 15px;
}
.header-tel .fa,
.header-email .fa{
    margin-right: 3px;
}
.shedule span{
    margin-right: 10px;
}
.shedule span:last-of-type{
    margin-right: 0;
}
.shedule .fa{
    margin: 0 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
}
.header > div{
    display: inline-block;
}
.logo{
    margin-left: -10px;
    background: #FF4632;
}
.mob-menu-btn{
    margin: 24px 5px 0 20px;
}
.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #FF4229;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #21282E;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > div > ul > li {
    position: relative;
}
.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: 45px;
    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 #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);
    -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: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: 'Helios';
}
.mobile-menu .uMenuH > ul  > li > a.uMenuItemA,
.mobile-menu > div > ul > li > ul > li > a.uMenuItemA,
.mobile-menu ul ul ul a.uMenuItemA{
    color: #FF4229;
}

.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 #FFFFFF;
    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;
}
.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 !important;
    border: 1px solid #fff;
    font-weight: normal;
}
.advantages{
    position: relative;
    z-index: 1;
}
.icons .element{
    margin-bottom: 40px;
}
.icons .element .img-wrapper{
    background: #2E3841;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.5s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.5s;
    transition: transform ease-out 0.1s, background 0.5s;
    margin-bottom: 20px;
}
.icons .element .img-wrapper:hover{
    background: #FF4632 !important;
}
.icons .element .img-wrapper:after{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
    top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.icons .element .img-wrapper:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
	}
	90% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #FF4632, 0 0 0 10px rgba(255,255,255,0.3);
		transform: scale(1.5);
		opacity: 0;
	}
}
.icons .element .title{
    font-family: 'Helios';
    font-weight: bold;
    color: #2E3841;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.icons .element .text{
    font-size: 13px;
    color: #A1B1BC;
}
.dark-bg{
    background: #2E3841;
}
.gray-bg{
    background: #F6F6F7;
}
.hr-min{
    width: 100px;
    margin: 30px auto;
    border-color: #2E3841;
}
.weight300{
    font-weight: 300;
}
.section2:before{
    content:"";
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    border-top: 14px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    margin-left: -7px;
    z-index: 10;
}
.portfolio{
    overflow: hidden;
}
.portfolio figure{
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}
.portfolio figure:nth-of-type(2){
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.portfolio figure:nth-of-type(3){
    -webkit-animation-delay: 400ms;
    -moz-animation-delay: 400ms;
    -o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.portfolio figure:nth-of-type(4){
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    -o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.portfolio figure:nth-of-type(5){
    -webkit-animation-delay: 800ms;
    -moz-animation-delay: 800ms;
    -o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.portfolio figure:nth-of-type(6){
    -webkit-animation-delay: 1000ms;
    -moz-animation-delay: 1000ms;
    -o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.portfolio figure:nth-of-type(7){
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    -o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.portfolio figure:nth-of-type(8){
    -webkit-animation-delay: 1400ms;
    -moz-animation-delay: 1400ms;
    -o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}





.portfolio img{
    width: 100%;
}
.portfolio figure a.lightgallery-link{
    position: relative;
    display: block;
    overflow: hidden;
}
.portfolio figure a.lightgallery-link:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/zoom-icon.png) 50% 50% no-repeat;
    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;
}
.portfolio figure a.lightgallery-link:hover:after{
    opacity: 1;
    background-size: 88px 89px;
}
.portfolio figure a.lightgallery-link:before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding-bottom: 100%;
    margin-top: -50%;
    opacity: 0;
    background: #fbab00;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1),opacity 0.4s;
    z-index: 1;
}
.portfolio figure a.lightgallery-link:hover:before {
    opacity: 0.7;
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}
.portfolio figure .title{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    background: #fff;
    padding: 25px;
    height: 102px;
    overflow: hidden;
}
.portfolio figure:hover .title{
    background: #2E3841;
}
.portfolio figure .title a{
    color: #333;
    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;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
    font-family: 'Helios';
}
.portfolio figure:hover .title a{
    color: #fff;
}
.portfolio figure .title a:hover{
    color: #FF4632;
}
.portfolio figure img{
    -webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.pswp__caption__center{
    text-align: center;
}
.pswp__caption__center .title-h3{
    margin: 15px 0 5px;
}
.num-section{
    background: url(../images/num-section.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    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: url(../images/pattern.png) rgba(46,56,65,0.8);
}
.num-section .container{
    position: relative;
    z-index: 10;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    font-weight: bold;
    color: #FF4632;
    opacity: 0;
}
.num-section .num.animated{
    opacity: 1;
}
hr{
    border-color: #C7C7C7;
}
hr.white{
    border-color: #fff;
}
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}
.services-section .element{
    padding-left: 80px;
    margin-bottom: 60px;
}
.services-section .element .title{
    font-family: 'Helios';
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}
.services-section .element .text{
    font-size: 13px;
    color: #A1B1BC;
}
.services-section .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #FFBB02;
}
.services-section .element .img-wrapper img{
    width: 40px;
    max-height: 40px;
}

/* --------------------
   -------------------- Pricing -------------------- */
.b-pricing { 
    background: url(../images/pricing-section.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative; 
}
.ie .b-pricing{
    background-attachment: scroll;
}
.b-pricing:before { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(../images/pattern.png) rgba(46,56,65,0.8); content: ''; }
.b-pricing_container {position: relative;z-index: 5;}
.b-pricing_list { text-align: center; }
.b-pricing_plan {display: inline-block;vertical-align: middle;border: 8px solid transparent;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
.b-pricing_plan_inner { width: 280px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.b-pricing_plan_caption { padding: .75em .45em; font: 300 2em/1 'helios', sans-serif; text-align: center; color: #fff; background: url('../images/pattern_dark.png') center center repeat; }
.b-pricing_plan_sum { padding: 22px 10px; font: 200 2em/1 'helios', sans-serif; text-align: center; }
.b-pricing_plan_include { list-style: none; }
.b-pricing_plan_include li { display: block; padding: .95em .85em .85em; font: 400 1em/1 'Raleway', sans-serif; text-align: center; color: #555; background: #f5f5f5; border-bottom: 1px solid #dedede; }
.b-pricing_plan_checkout { padding: 45px 10px; text-align: center; }
.b-pricing_plan_checkout .e-btn { display: block; margin: 0 auto; padding: 11px; max-width: 225px; font-size: 1.42857142857143em; }
.b-pricing_plan__scale {position: relative;z-index: 5;margin: 10px -15px;font-size: 1.07142857142857em;border-color: #fff;}
.b-pricing_plan__scale .b-pricing_plan_inner { border: 1px solid #dedede; }
.b-pricing_plan__scale .b-pricing_plan_caption { padding: .8em .5em; font: 400 2.2em/1 'helios', sans-serif; }
.b-pricing_plan__scale .b-pricing_plan_include li { padding: 1.1em .85em 1em; }
.b-pricing_plan__scale .b-pricing_plan_checkout { padding: 52px 10px; }
.b-pricing_plan__scale .b-pricing_plan_checkout .e-btn { padding: 14px;max-width: 245px; font-size: 22px; }
.b-pricing_plan_caption {
    color: #fff;
    background-color: #FFBB02;
}
.b-pricing_plan_sum {
    color: #FF4632;
}
@media (min-width: 768px) and (max-width: 1239px) {
    .b-pricing_plan { width: 33%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan_checkout .e-btn { padding-left: 10px; padding-right: 10px; width: 100%; }
}

@media (min-width: 992px) {
    .b-pricing_plan_inner { width: 320px; }
    .b-pricing_plan__scale {margin: 0 -20px;}
}
@media (max-width: 991px) {
    .tplbutton{padding: 12px 25px;}
}
@media (max-width: 767px) {
    .b-pricing_plan_inner { width: 100%; }
    .b-pricing_plan{ display: block;}
    .b-pricing_plan__scale {margin: 0;}
    .b-pricing_plan__scale .b-pricing_plan_inner{ box-shadow: none !important; border: none;}
}
/* * * * * *
 * * * * * * Show transitions * * * * * *
                              * * * * * */
.b-pricing_plan {
    opacity: 0;
    border-color: 
    transparent;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: opacity 600ms, transform 400ms;
    -moz-transition: opacity 600ms, transform 400ms;
    transition: opacity 600ms, transform 400ms;
}
.b-pricing_plan_inner { 
    -webkit-box-shadow: 0 0 0 8px transparent; 
    -moz-box-shadow: 0 0 0 8px transparent; 
    box-shadow: 0 0 0 8px transparent; 
    -webkit-transform: rotateY(-90deg); 
    -moz-transform: rotateY(-90deg); 
    transform: rotateY(-90deg); 
    -webkit-transition: -webkit-transform 600ms; 
    -moz-transition: -moz-transform 600ms; 
    transition: transform 600ms; 
    -webkit-backface-visibility: visible; 
    backface-visibility: visible; 
}
.b-pricing_plan__scale .b-pricing_plan_inner { -webkit-box-shadow: 0 0 0 8px #fff; -moz-box-shadow: 0 0 0 8px #fff; box-shadow: 0 0 0 8px #fff; }
.b-pricing_plan:nth-child(2) .b-pricing_plan,
.b-pricing_plan:nth-child(2) .b-pricing_plan_inner { -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; transition-delay: 600ms; }
.b-pricing_plan:nth-child(3) .b-pricing_plan,
.b-pricing_plan:nth-child(3) .b-pricing_plan_inner { -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; transition-delay: 300ms; }
.b-section__show .b-pricing_plan {opacity: 1;}
.b-section__show .b-pricing_plan .b-pricing_plan_inner { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.no-animate .b-pricing_plan {opacity: 1;}
.no-animate .b-pricing_plan .b-pricing_plan_inner { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); transform: rotateY(0deg); }
.no-animate .b-pricing_plan,
.no-animate .b-pricing_plan_inner{
    opacity: 1;
    -webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
/* --------------------
   -------------------- End Pricing -------------------- */



.reviews-carousel .item{
    padding: 0 10px;
}
.reviews-carousel .element{
    background: #fff;
    padding: 15px;
    border-top: 2px solid #FFBB02;
}
.reviews-carousel .element .text{
    font-size: 14px;
    color: #A1B1BC;
}
.reviews-carousel .element .img-wrapper{
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
}
.reviews-carousel .element .title-h3{
    font-weight: normal;
    color: #FFBB02;
    font-style: italic;
}
.reviews-carousel .element .title-h3:before{
    content: "- ";
}
.tt-testimonal-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #dadada;
}
.contacts-section .element{
    min-height: 100px;
    border: 1px solid #9BA2A8;
    margin-bottom: 30px;
    padding: 26px 12px 22px 80px;
    color: #9BA2A8;
    font-size: 14px;    
    position: relative;
}
.contacts-section .element .icon{
    position: absolute;
    top: 50%;
    left: -1px;
    width: 51px;
    height: 51px;
    background: #FFBB02;
    margin-top: -25.5px;
}
/*------------------------------
	Google Map
------------------------------*/
.google-map {
  height: 450px;
  width: 100%;
}
.google-map img {
  max-width: none;
  display: inline;
}
.google-map .infoBox img[src*="close.png"] {
  position: absolute !important;
  z-index: 1001;
  width: 12px;
  height: 12px;
  margin: 0;
  top: 12px;
  right: 12px;
  opacity: 0.6;
  transition: all 0.2s;
}
.google-map .infoBox img[src*="close.png"]:hover {
  opacity: 1;
}

.google-map .map-marker-container {
  position: relative;
  max-width: 300px;
  font-size: 14px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
  padding: 15px;
  border: 1px solid #999999;
}

.google-map .map-marker-container .arrow-down {
  position: absolute;
  bottom: -28px;
  left: 20px;
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-width: 14px;
}

.google-map .map-marker-container .content {
  padding: 10px 15px;
  width: 220px;
}

.google-map .map-marker-container .content .title {
  margin-bottom: 0;
  transition: all 0.2s;
  visibility: inherit;
  color: #000;
  text-transform: uppercase;
  font-family: 'MPC', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
}
.google-map .map-marker-container .content > div{
    margin-bottom: 5px;
}
.map-marker-container .content:after{
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    content:"";
    bottom: -6px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/******************************************/

/*------------------------------
	END Google Map
------------------------------*/
.quest-section span{
    display: block;
    margin-bottom: 10px;
}





@-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;
}

.middle{
    padding-top: 20px;
}










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

@media only screen and (max-width: 1239px) {
.icons .img-wrapper img{
    width: 140px;
}
}
@media only screen and (max-width: 991px) {
.icons .img-wrapper img{
    width: 100px;
}
.slick-dots{
    padding-top: 30px;
}
}
@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 768px) {
.modal {
    padding: 55px 40px 40px;
}
.mobile-tab-header {
    display: none;
}
ul.tabs.mobile {
    display: block !important;
    margin: 0;
}
.box {
    padding: 0 15px;
}
h1.big,
.title-h1.big{
    font-size: 50px;
}
h1,
.title-h1{
    font-size: 34px;
    margin-bottom: 30px;
}
.logo{
    margin-left: -15px;
}
.portfolio figure{
    width: 50%;
}
.services-section hr:nth-of-type(2n){
    clear: both;
}
.quest-section span{
    vertical-align: top;
    margin-right: 30px;
    display: inline;
    margin-bottom: 0;
}
.contacts-section .element {
    padding: 26px 12px 22px 22px;
    text-align: center;
}
}


@media only screen and (min-width: 992px){
.box {
    padding: 0 20px;
}
.callback-btn {
    padding: 0 25px;
    font-size: 16px;
}
.top-menu{
    padding-left: 20px;
}
.top-menu .uMenuH{
    padding-top: 22px;
    float: right;
    font-family: 'Helios';
    margin-right: 20px;
}
.top-menu .uMenuH > ul > li{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.top-menu .uMenuH > ul > li > a{
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    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;
}
.top-menu .uMenuH > ul > li:hover > a,
.top-menu .uMenuH > ul > li > a.uMenuItemA{
    color: #FF4632;
}


.top-menu > div > ul > li > ul{
    position: absolute;
    width: 240px;
    top: 20px;
    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 > ul > li > a{
    background: #21282e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid #171b1f;
    display: block;
    font-size: 15px;
    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;
    color: #fff;
}
.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: 15px;
    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;
    color: #fff;
}


.mobile-menu,
.overlay{
    display: none;
}
.logo{
    margin-left: 0;
}
.services-section hr:nth-of-type(2n){
    clear: none;
}
.services-section hr:nth-of-type(3n){
    clear: both;
}
.reviews-carousel .item{
    padding: 0 40px 100px 40px;
}
.reviews-carousel .element{
    padding: 30px 30px  30px 110px;
}
.reviews-carousel .element .text{
    line-height: 1.8;
}
.reviews-carousel .element .img-wrapper{
    position: absolute;
    bottom: -50px;
    left: -30px;
}
.reviews-carousel .element .title-h3{
    position: absolute;
    bottom: -54px;
}
.contacts-section .element {
    padding: 26px 12px 22px 80px;
    text-align: left;
}
}


@media only screen and (min-width: 1240px) {
.portfolio figure{
    width: 25%;
}
ul.tabs.mobile li{
    padding: 18px 90px;
}
.top-menu .uMenuH > ul > li{
    margin: 0 20px;
}
.top-menu .uMenuH > ul > li > a{
    font-size: 15px;
}
.top-slider .text{
    font-size: 18px;
    line-height: 1.6;
}
}

/* top slider */
.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: url(../images/pattern.png) rgba(0,0,0,0.1);
}
.top-slider .table{
    position: relative;
    z-index: 10;
}
.video-block{
    height: 100%;
}
.video-block .table{
    z-index: 10;
    position: relative;
}
video#video_background { 
     position: absolute; 
     left: 0; 
     top: 0; 
     min-width: 100%; 
     min-height: 100%; 
     width: auto; 
     height: auto; 
     display: block; 
} 
.video-block .pattern{
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    height: 100%;
    background: url(../images/pattern2.png);
    z-index: 1;
}
@media only screen and (min-width: 768px) {
.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: -36px;
}
}
@media only screen and (min-width: 992px) {
.top-slider .item{
    height: 520px;
}
.top-slider .table{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.top-slider .table.active{
    webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
}
@media only screen and (min-width: 1240px) {
.top-slider .text{
    font-size: 18px;
    line-height: 1.6;
}
}
@media only screen and (min-width: 1360px){
.top-slider .item{
    height: 640px;
}
}
/* end top slider */

/* Action */
.action-section{
    background: url(../images/bg.gif);
}
.action-section .title{
    line-height: 1.3;
}
.countdownHolder{
    position:relative;
    font-size:26px;
    line-height:36px;
    font-family: 'Helios';
    text-align:center;
    width:300px;
    margin:auto;
}
.countdownHolder > span:nth-of-type(odd){
    color: #fff;
    width: 50px;
    padding: 10px 0;
    background-color:#2E3841;
    border-radius:3px;
    text-align:center;
    display: inline-block;
    position: relative;
    font-weight: bold;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:":";
    display: block;
    position: absolute;
    top: 6px;
    right: -16px;
    color: #2E3841;
}
.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:0;
    bottom: -30px;
    content:'дней';
    color:#2E3841;
    font-size: 12px;
    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: 992px){
.countdownHolder{
    font-size:36px;
    width:400px;
}    
.countdownHolder > span:nth-of-type(odd){
    width: 70px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    width: 70px;
    font-size: 14px;
    bottom: -34px;
}
}
/* End action */

/* Partners */
.partners-carousel{
    margin: 0 -5px;
}
.partners-carousel .item{
    padding: 0 5px;
}
.partners-carousel .item img{
    border: 2px solid #D1CFCF;
}
/*End partners*/

/************************* accordeon **************************/
.accordeon .element-content{
    display: none;
    padding: 19px;
    font-size: 13px;
    line-height: 1.62;
    color: #888885;
}
.accordeon .element{
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}
.accordeon .element .title{
    cursor: pointer;
    padding: 17px 15px 17px 70px;
    text-transform: uppercase;
    font-family: 'Helios';
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    color: #888885;
    -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{
    background: #FFBB02;
    color: #fff !important;
}
.accordeon .element .title:before{
    font-family: 'FontAwesome';
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/plus.png) 50% 50% no-repeat #ccc;
    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 #333;
}
.accordeon > div:first-of-type .element-content{
    display: block;
}
.accordeon .element .title:hover:before{
    background-color: #333;
}
.accordeon .element .title:hover{
    color: #333333;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
/************************* end accordeon **************************/
.youtube-video-box img{
    width: 100%;
}
.youtube-video-box .title-h3{
    margin-bottom: 3px;
}
.youtube-video:after{
    content: "\f04b";
    display: block;
    position: absolute;
    width: 70px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -35px;
    font-family: FontAwesome;
    font-size: 80px;
    text-align: center;
    line-height: 100px;
    color: #FF4632;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.youtube-video:hover:after{
    color: #333 !important;
}
.content{
    font-size: 14px;
}
































/*============================ UCOZ STYLE =======================*/






/*======================= NEWS BEGIN ===================*/
.news-list-template .top-menu a[href*="/news/"],
.news-detail-template .top-menu a[href*="/news/"]{
    color: #FF3324 !important;
}
.news-list-template .mobile-menu a[href*="/news/"],
.news-detail-template .mobile-menu a[href*="/news/"]{
    color: #ffffff;
}
.news-list table.dayAllEntries{
    margin-bottom: 50px;
}
.news-element{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #C7C7C7;
    font-size: 17px;
}
#allEntries > div:first-of-type .news-element,
.news-list .archiveEntries > div:first-of-type .news-element{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.news-element h5{
    margin-top: -5px;
}
.art-list .news-element h5{
    margin: -5px 0 20px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
.news-element h5 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;
}
.news-element h5 a:hover{
    color: #939394;
}
.news-element img{
    width: 100%;
}
.news-date{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 15px;
    color: #fff;
    background: #21282e;
    font-size: 14px;
}
.news-list .element-info{
    margin: -5px 0 15px;
    font-size: 15px;
}
.news-list .news-element .text{
    font-size: 14px;
}
.element-info{
    margin: 0 0 15px;
    font-size: 14px;
    color: #969696;
}
.element-info a{
    text-decoration: none;
    color: #969696 !important;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.element-info a:hover{
    color: #2E2E2E !important;
}
.element-info span{
    margin-right: 10px;
}
.element-info .fa{
    margin-right: 4px;
}
.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;
}
.news-element .img-wrapper a:hover:after{
    opacity: 1;
    background-size: 36px 36px;
}


@media only screen and (max-width: 767px) {
    .news-element .img-wrapper{
        margin-bottom: 20px;
    }
    .news-element{
        padding-top: 40px;
    }
}

.item-gallery .element{
    margin-bottom: 10px;
}
.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-icon.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: 60px 60px;
}

.item-gallery .text {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #21282E;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 20;
}
.item-gallery .text a{
    color: #fff;
}
.item-gallery .text a:hover{
    color: #FF4229;
}
.noEntry{
    text-align: left !important;
}
/*======================= NEWS END ===================*/















/*============================ GALLERY DO-POSLE BEGIN =======================*/
.gallery-do-posle .subelement{
    margin-bottom: 10px;
}
.gallery-do-posle .subelement .text{
    font-size: 13px;
    margin-top: 5px;
}
.span-do,
.span-posle{
    display: block;
    position: absolute;
    padding: 1px 10px;
    top: 5px;
    left: 0;
    color: #fff;
}
.span-do{
    background: #FF3324;
}
.span-posle{
    background: #1C9700;
}
@media only screen and (min-width: 768px) {
.gallery-do-posle .img-wrapper .text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
}  
.lightgallery img{
    display: block;
    width: 100%;
}
.lightgallery a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/zoom-icon.png) 50% 50% no-repeat rgba(0,0,0,0.2);
    background-size: 0 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0;
}
.lightgallery .img-wrapper:hover a:after{
    opacity: 1;
    background-size: 60px 60px;
}
}
/*============================ GALLERY DO-POSLE END =======================*/

table.tpl-table{
    width: 100%;
    border-collapse: collapse;
}
table.tpl-table tr:nth-child(odd) {
    background: #F5F5F5;
}
table.tpl-table td, 
table.tpl-table th {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table.tpl-table th{
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
    table.tpl-table td, 
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px){
    .main-column {
        padding-left: 15px;
    }    
}

/*======== BREADCRUMBS BEGIN =======*/
.breadcrumbs-wrapper{
    margin: -20px 0 35px;
    font-size: 15px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
    color: #9a9a9a;
}
.breadcrumbs-wrapper a{
    color: #21282E;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.breadcrumbs-wrapper a:hover{
    color: #939394;
}
.breadcrumbs-wrapper a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 8px;
    right: -16px;
    border-top: 1px solid #21282E;
    border-right: 1px solid #21282E;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.breadcrumbs-wrapper a:hover:after{
    border-color: #2E2E2E;
}
.breadcrumbs-wrapper li:last-of-type a:after{
    display: none;
}
/*========= BREADCRUMBS END =====*/








/*===== ASIDE BLOCKS BEGIN =====*/
.aside h4, .aside .title-h4 {
    margin-bottom: 15px;
}

/* ASIDE MENU BEGIN */
.aside-menu{
    position: relative;
    margin-bottom: 40px;
}
.aside-menu > ul{
    display: none;
}
.aside-menu.active > ul {
    display: block;
}
.aside-menu > ul > li > a{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    border-bottom: 1px solid #012e50;
    background: #00487F;
    position: relative;
    padding: 13px 30px 13px 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-menu > ul > li > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.aside-menu > ul > li > ul{
    display: none;
}
.aside-menu > ul > li.active > a{
    background: #012e50;
    color: #ffffff;
}
.aside-menu > ul > li.active > ul{
    display: block;
    background: #8FCFCB;
    margin-top: -10px;
    padding-bottom: 12px;
}
.aside-menu > ul > li.active > ul a{
    display: block;
    text-decoration: none;
    color: #3E5C5A;
    font-size: 13px;
    position: relative;
    padding: 5px 20px 5px 30px;
}
.aside-menu > ul > li.active > ul a:before{
    content:"";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 12px;
    left: 20px;
    background: #3E5C5A;
    border-radius: 50%;
}
.aside-menu-title {
    font-size: 20px;
    padding: 10px 42px 10px 20px;
    background: #21282e;
    position: relative;
    color: #fff;
    border-bottom: 1px solid #21282e;
    cursor: pointer;
}
.active .aside-menu-title{
    border-bottom-color: #012E50;
}
.aside-menu-title:after{
    content:"";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.active .aside-menu-title:after{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}

@media only screen and (min-width: 992px) {
.aside-menu > ul{
    display: block;
}
.aside-menu{
    margin-bottom: 30px;
    padding-top: 9px;
}
.aside-menu > ul > li > a {
    color: #2e2e2e;
    font-size: 15px;
    background: #fff;
    border-bottom: none;
}
.aside-menu > ul > li {
    border-top: 1px solid #C7C7C7;
}
.aside-menu > ul > li:last-of-type {
    border-bottom: 1px solid #C7C7C7;
}
.aside-menu > ul > li.active,
.aside-menu > ul > li.active + li{
    border-color: #00487F;
}
.aside-menu > ul > li > a:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}
.aside-menu > ul > li.active > a{
    background: #00487F !important;
    color: #ffffff !important;
}
.aside-menu > ul > li:hover > a{
    color: #00487F;
    background: #f8f8f8;
}
.aside-menu > ul > li:hover > a:after {
    border-top-color:  #00487F;
    border-right-color: #00487F;
}
.aside-menu > ul > li.active > a:after {
    border-top-color:  #fff !important;
    border-right-color: #fff !important;
}
}

/* ASIDE MENU END */







/* aside categories menu begin*/
.aside-categories .catsTd{
    position: relative;
}
.aside-categories span{
    position: absolute;
    right: 18px;
    top: 14px;
    padding: 3px 7px;
    font-size: 13px;
    background: #d6d6d6;
    color: #fff;
    line-height: 1;
    border-radius: 3px;
}
.aside-categories a{
    display: block;
    padding: 12px 30px 12px 12px;
    border-bottom: 1px solid #e3e3e4;
    text-decoration: none;
    color: #2e2e2e !important;
    font-size: 14px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.aside-categories a.catNameActive{
    background: #8a8a8a !important;
    border-color: #8a8a8a !important;
    color: #fff !important;
}
.aside-categories a.catNameActive + span{
    background: #fff;
    color: #2E2E2E;
}

@media only screen and (max-width: 991px){
    .aside-menu .aside-categories{
        display: none;
    } 
    .aside-menu.active .aside-categories {
        display: block;
    }   
    .aside-categories a {
        padding-left: 20px;
        border-right: 1px solid #E3E3E4;
        border-left: 1px solid #E3E3E4;
    }
    .aside-categories a.catNameActive{
        border-color: #012E50 !important;
        background: #012E50;
    }
    .aside-categories span{
        background: transparent !important;
        color: #fff !important;
    }
}

@media only screen and (min-width: 992px){
    .aside-categories tr:first-of-type a{
        border-top: 1px solid #e3e3e4;
    }
    .aside-categories a:hover{
        background: #e3e3e4;
    }
    .aside-categories a.catNameActive{
        margin-top: -1px;
    }
}
/* aside categories menu end*/



/* aside search begin*/
.searchForm {
    margin-bottom: 20px;
    position: relative;
    margin-top: 5px;
}
.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;
}
/* aside search end*/


/* aside-datepicker begin*/
.aside-datepicker table{
    width: 100%;
}
.aside-datepicker table td {
    text-align: center;
    font-size: 13px;
    padding: 4px 0;
    border: 1px solid #e1e7eb;
}
.aside-datepicker table a{
    text-decoration: none;
}
.aside-datepicker .calMonth{
    background: #21282e;
    border-color: #21282e;
    padding: 8px;
    font-size: 16px;
}
.aside-datepicker .calMonth a{
    color: #fff;
}
.aside-datepicker .calMdayIs a,
.aside-datepicker .calMdayIsA a{
    color: #21282e;
    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*/

/* tag cloud begin */
.tag-cloud{
    overflow: hidden;
    color: #fff;
}
.tag-cloud p{
    margin-bottom: 10px;
}
.tag-cloud p,
.tag-cloud .title-h4{
    color: #2E2E2E;
}
.tag-cloud a {
    font-size: 13px !important;
    text-decoration: none;
    display: inline-block;
    padding: 0 5px 2px;
    border: 1px solid #d6d6d6;
    margin: 0 5px 5px 0;
    text-transform: lowercase;
    float: left;
    background: #d6d6d6;
    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;
    border-radius: 3px;
}
.tag-cloud a:hover{
    background: #333333;
    color: #fff;
    border-color: #333333;
}
/* tag cloud end */

/*===== AASIDE BLOCKS  END =====*/








/*======================= CONTACTS TEMPLATE BEGIN ===================*/
.contacts-template .google-map {
    height: 250px;
}
.contacts-template textarea.form-control{
    min-height: 196px;
}
@media only screen and (min-width: 768px){
.contacts-template .google-map {
    height: 415px;
    border: 1px solid #C7C7C7;
}
}
@media only screen and (min-width: 1230px){
    .contacts-template .contacts-block {
        padding-right: 60px;
    }    
}
/*======================== CONTACTS TEMPLATE END ====================*/

/*======================= ABOUT TEMPLATE BEGIN ===================*/
.about-template .ulightbox{
    display: none;
}
/*======================= ABOUT TEMPLATE END ===================*/



.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-family: 'Helios';
    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;
}

.fontawesome-icon-list .fa-hover {
    display: block;
    height: 32px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    border-radius: 4px;
}
.fontawesome-icon-list .fa-hover:hover{
    color: #fff;
    background: #21282E;
}
.fontawesome-icon-list .fa-hover:hover .fa{
    font-size: 28px;
    vertical-align: -6px;
}





































/*============================ 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: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.portfolio-template .pagination{
    margin-bottom: 50px;
}
.news-list .catPages1{
    margin-top: 30px;
    margin-bottom: 0;
}
.catPages1 > b, 
.catPages1 > a > span,
.pagesBlockuz1 > b,
.pagesBlockuz1 > a > span{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-right: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-weight: 100;
}
.catPages1 .swchItemA, .pagesBlockuz1 .swchItemA {
    background: #21282e;
    color: #fff;
    border-color: #21282e;
    position: relative;
    z-index: 2;
}

/* pagination end */



/* 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 */








/* custom comments begin */
button.uf-btn,
input#addcBut{
    background: #21282e !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px 25px 9px !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;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px !important;
    height: auto !important;
    border-radius: 0 !important;
}
button.uf-btn:hover,
input#addcBut:hover{
    background: #A8AAAC !important;
    color: #fff !important;
}
.uComment.cBlock1, 
.uComment.cBlock2{
    padding: 20px !important;
    background: #fff !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.uComment .uc-top-left .username{
    color: #2E2E2E;
    font-family: Helios;
    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: #21282e;
    opacity: 1;
    font-family: 'Helios';
    font-weight: bold;
}
.com-order-block{
    display: none;
}

.ucf-start-content textarea {
    height: 150px !important;
    max-height: 150px !important;
    border-radius: 0 !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 */




/* photo albums begin */

#uEntriesList .uEntryWrap {
    width: auto !important;
    text-align: left !important;
    display: block !important;
}
#uEntriesList .entryBlock{
    display: block !important;
}
/* photo albums 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 #C7C7C7;
    margin-bottom: 10px;
}
.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 #C7C7C7;
    margin-bottom: 10px;
}
.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 #C7C7C7;
    margin-bottom: 10px;
    margin-right: 7px;
}
.gb-form-inner .form-group input:focus,
.gb-form-inner .form-group textarea:focus,
.captcha-group input:focus{
    outline: 0;
    border-color: #6B6B6B;
    color: #707070;
}
.securityCode + input + img{
    height: 45px;
    border: 1px solid #C7C7C7 !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;
}
.gb-rev-element{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
}
.gb-rev-element .text{
    font-size: 14px;
    margin-top: 10px;
}
#numEntries{
    margin-bottom: 20px;
    background: #21282E;
    color: #fff;
    padding: 5px 20px;
}
.gb-element-date{
    letter-spacing: 0;
    margin-left: 15px;
    font-size: 13px;
    padding-top: 2px;
    color: #333333;
    vertical-align: middle;
}
/* guest book end*/


.aside-login-inner #uidLogForm{
    text-align: left !important;
    margin-left: -2px;
}
.search-element{
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    font-size: 14px;
}
.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;
}


a.login-with i {
    width: 24px !important;
    height: 24px !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;
}

/*============================ UCOZ CUSTOM STYLES END =======================*/
#uEntriesList{display: block !important;}