/*=============================== COMMON STYLE BEGIN ===============================*/
/*
    font-family: 'Open Sans', sans-serif;
    font-family: "raleway";
*/
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Regular.otf'),
        url('../fonts/Raleway-Regular.ttf'),
        url('../fonts/Raleway-Regular.woff'),
        url('../fonts/Raleway-Regular.woff2');
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Regular-Italic.otf'),
        url('../fonts/Raleway-Regular-Italic.ttf'),
        url('../fonts/Raleway-Regular-Italic.woff'),
        url('../fonts/Raleway-Regular-Italic.woff2');
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Bold.otf'),
        url('../fonts/Raleway-Bold.ttf'),
        url('../fonts/Raleway-Bold.woff'),
        url('../fonts/Raleway-Bold.woff2');
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Bold-Italic.otf'),
        url('../fonts/Raleway-Bold-Italic.ttf'),
        url('../fonts/Raleway-Bold-Italic.woff'),
        url('../fonts/Raleway-Bold-Italic.woff2');
    font-style: italic;
    font-weight: bold;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Medium.otf'),
        url('../fonts/Raleway-Medium.ttf'),
        url('../fonts/Raleway-Medium.woff'),
        url('../fonts/Raleway-Medium.woff2');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Medium-Italic.otf'),
        url('../fonts/Raleway-Medium-Italic.ttf'),
        url('../fonts/Raleway-Medium-Italic.woff'),
        url('../fonts/Raleway-Medium-Italic.woff2');
    font-style: italic;
    font-weight: 600;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-ExtraBold.otf'),
        url('../fonts/Raleway-ExtraBold.ttf'),
        url('../fonts/Raleway-ExtraBold.woff'),
        url('../fonts/Raleway-ExtraBold.woff2');
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: "raleway";
    src:url('../fonts/Raleway-Black.otf'),
        url('../fonts/Raleway-Black.ttf'),
        url('../fonts/Raleway-Black.woff'),
        url('../fonts/Raleway-Black.woff2');
    font-style: normal;
    font-weight: 900;
}
.raleway{
    font-family: "raleway";
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    line-height: 1.6;
    color: #737373;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -240px 0;
    background: #fff;
    position: relative;
}
.fix-body .main-wrapper {
    width: 1400px;
    max-width: 100%;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    margin-left: auto;
    margin-right: auto;
}
.fix-body .footer-wrapper{
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.fix-body .top-slider .slick-arrow,
.fix-body .team-carousel .slick-arrow{
    display: none !important;
}
.fix-body .top-bar-wrapper .inner{
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1360px) {
    .fix-body .container{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .fix-body .header-contacts {
        width: 800px;
    }
    .fix-body .header .logo{
        margin-right: 60px;
    }
}
.footer-push{
    height: 240px;
}
.footer-wrapper{
    min-height: 240px;
    color: rgba(255,255,255,0.7);
}
.footer-wrapper .inner{
    position: relative;
    background: #1F2A3E;
    min-height: 240px;
}
.footer-wrapper .social-links a{
    color: rgba(255,255,255,0.2);
    margin: 0 10px;
}
.footer-wrapper .social-links a:hover{
    color: #fff;
}
body.bg1{
    background: #E5E5E5;
}
body.bg2{
    background: #333333;
}
body.bg3{
    background: #E9F2F9;
}
body.bg4{
    background: #F3F9ED;
}
body.bg5{
    background: #58960e;
}
body.bg6{
    background: #314E7C;
}
body.bg7{
    background: url(../images/01.png);
}
body.bg8{
    background: url(../images/02.png);
}
body.bg9{
    background: url(../images/03.png);
}
body.bg10{
    background: url(../images/04.png);
}
body.bg11{
    background: url(../images/05.png);
}
body.bg12{
    background: url(../images/06.png);
}
body.bg13{
    background: url(../images/07.png);
}
body.bg13{
    background: url(../images/08.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.bg14{
    background: url(../images/09.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.bg15{
    background: url(../images/10.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body.bg16{
    background: url(../images/11.jpg) 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.push110{
    height: 110px;
}
.push120{
    height: 120px;
}
.push130{
    height: 130px;
}
.push140{
    height: 140px;
}
.push150{
    height: 150px;
}
.push200{
    height: 200px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
.f48{
    font-size: 48px;
}
h1,
.title-h1{
    font-family: "raleway";
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
    font-weight: 600;    
}
.suptitle-h1{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2958B0;
}
.color-scheme-defauult,
.suptitle-h1.color-scheme-defauult{
    color: #2958B0;
}
.subtitle-h1{
    font-size: 13px;
    margin-top: -20px;
    margin-bottom: 30px;
}
h2,
.title-h2{
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #000;
    font-weight: bold; 
}
h3,
.title-h3{
    font-family: "raleway";
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
    font-weight: bold; 
    text-transform: uppercase;
}
h4,
.title-h4{
    
}
h5,
.title-h5{
    
}
h6,
.title-h6{
    
}
p{
    margin-bottom: 20px;
}
a{
    color: #2958B0;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    text-decoration: underline;
}
a:hover{
    color: #2958B0;
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a.invert{
    color: #2958B0;
}
a.invert:hover{
    color: #2958B0;
}
strong,
b, 
.bold{
    font-weight: bold;
}
.weight300{
    font-weight: 300;
}
.weight700{
    font-weight: 700;
}
.weight800{
    font-weight: 800;
}
.hidden{
  opacity:0;
}
.visible{
    opacity:1;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.red{
    color: #D83638;
}
.white{
    color: #fff;
}
.black{
    color: #212429;
}
.gray{
    color: #8D8F91;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.static{
    position: static;
}
em, i,
.italic{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
img.left{
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;    
}
img.right{
    float: right;
    margin-left: 15px;
    margin-bottom: 5px;    
}
ul.list,
ol.list,
.content ul,
.content ol{
    margin-bottom: 25px;
}
ol.list,
.content ol{
    list-style: inside decimal;
    margin-left: -16px;
}
ol.list li > ol,
ol.list li > ul,
.content ol li > ol,
.content ol li > ul{
    padding-left: 16px !important;
}
ul.list > li,
ol.list > li,
.content ul > li,
.content ol > li{
    position: relative;
    padding-left: 16px;
    margin-bottom: 11px;
}
ul.list > li:before,
.content ul > li:before{
    content: "\f101";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    color: #2958B0;
}
ul.list ol,
ol.list ol,
.content ul ol,
.content ol ol{
    padding-top: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
}
ul.list ul,
ol.list ul,
.content ul ul,
.content ol ul{
    padding-top: 20px;
    margin-bottom: 20px;
}
blockquote{
    padding: 20px;
    margin-bottom: 30px;
    font-style: italic;
    background: #F5F5F5;
    border-radius: 3px;
    font-size: 15px;
}
blockquote .title{
    font-weight: bold;
    color: #2958B0;
    margin-bottom: 10px;
    font-size: 16px;
}
blockquote p{
    margin-bottom: 0;
}
q{
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    padding-left: 20px;
    border-left: 3px solid #2958B0;
}
.modal{
    display: none;
    width: 600px;
    max-width: 100%;
    background: #fff;
    padding: 50px 40px;
}
.modal .btn{
    margin-bottom: 0;
}
.btn{
    display: inline-block;
    text-decoration: none !important;
    color: #fff;
    background: #2958B0;
    font-size: 14px;
    line-height: 1;
    padding: 18px 35px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    border: 2px solid #2958B0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.btn:hover{
    background: transparent;
    color: #2958B0;
}
.btn.invert{
    background: transparent;
    color: #2958B0;
}
.btn.invert:hover{
    color: #fff;
    background: #2958B0;
}
.btn.color-scheme-defauult-btn{
    background: #2958B0;
    border-color: #2958B0;
}
.btn.color-scheme-defauult-btn:hover{
    background: transparent;
    color: #2958B0;
}
.btn.color-scheme-defauult-btn.invert{
    background: transparent;
    color: #2958B0;
}
.btn.color-scheme-defauult-btn.invert:hover{
    background: #2958B0;
    color: #fff;
}
.btn.white-btn{
    background: #fff;
    border-color: #fff;
    color: #2958B0;
}
.btn.white-btn:hover{
    background: transparent;
    color: #fff;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn i.material-icons{
    vertical-align: middle;
    margin: -3px 2px 0;
    line-height: 1;
}
.btn.min{
    padding: 15px 22px;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
hr{
    border-top: 1px solid #DBDBDB;
}
.cleaner-hr,
.clean-hr,
.clear-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
.delay-100{
    -webkit-animation-delay: 100ms;
	-moz-animation-delay: 100ms;
	-o-animation-delay: 100ms;
    animation-delay: 100ms;
}
.delay-200{
    -webkit-animation-delay: 200ms;
	-moz-animation-delay: 200ms;
	-o-animation-delay: 200ms;
    animation-delay: 200ms;
}
.delay-300{
    -webkit-animation-delay: 300ms;
	-moz-animation-delay: 300ms;
	-o-animation-delay: 300ms;
    animation-delay: 300ms;
}
.delay-400{
    -webkit-animation-delay: 400ms;
	-moz-animation-delay: 400ms;
	-o-animation-delay: 400ms;
    animation-delay: 400ms;
}
.delay-500{
    -webkit-animation-delay: 500ms;
	-moz-animation-delay: 500ms;
	-o-animation-delay: 500ms;
    animation-delay: 500ms;
}
.delay-600{
    -webkit-animation-delay: 600ms;
	-moz-animation-delay: 600ms;
	-o-animation-delay: 600ms;
    animation-delay: 600ms;
}
.delay-700{
    -webkit-animation-delay: 700ms;
	-moz-animation-delay: 700ms;
	-o-animation-delay: 700ms;
    animation-delay: 700ms;
}
.delay-800{
    -webkit-animation-delay: 800ms;
	-moz-animation-delay: 800ms;
	-o-animation-delay: 800ms;
    animation-delay: 800ms;
}
.delay-900{
    -webkit-animation-delay: 900ms;
	-moz-animation-delay: 900ms;
	-o-animation-delay: 900ms;
    animation-delay: 900ms;
}
.delay-1000{
    -webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	-o-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.delay-1100{
    -webkit-animation-delay: 1100ms;
	-moz-animation-delay: 1100ms;
	-o-animation-delay: 1100ms;
    animation-delay: 1100ms;
}
.delay-1200{
    -webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
    animation-delay: 1200ms;
}
.delay-1300{
    -webkit-animation-delay: 1300ms;
	-moz-animation-delay: 1300ms;
	-o-animation-delay: 1300ms;
    animation-delay: 1300ms;
}
.delay-1400{
    -webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	-o-animation-delay: 1400ms;
    animation-delay: 1400ms;
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#up {
    position: fixed;
    z-index: 300;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #FFFFFF;
    width: 38px;
    text-align: center;
    height: 38px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #2958B0;
    font-size: 32px;
    padding-top: 1px;
}
#up .fa {
    display: block;
}
#up:hover{
    background: #202020;
}


/* Preloader */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: block;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.no-preloader #preloader{
    display: none;
}
.cssload-loader {
	position: relative;
	left: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;	
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
		-o-animation: cssload-rotate-one 1.15s linear infinite;
		-ms-animation: cssload-rotate-one 1.15s linear infinite;
		-webkit-animation: cssload-rotate-one 1.15s linear infinite;
		-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
		-o-animation: cssload-rotate-two 1.15s linear infinite;
		-ms-animation: cssload-rotate-two 1.15s linear infinite;
		-webkit-animation: cssload-rotate-two 1.15s linear infinite;
		-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
		-o-animation: cssload-rotate-three 1.15s linear infinite;
		-ms-animation: cssload-rotate-three 1.15s linear infinite;
		-webkit-animation: cssload-rotate-three 1.15s linear infinite;
		-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}

@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/* Preloader end */









/* fancybox begin */
.fancybox-wrap{
    padding: 35px 0 0;
}
.fancybox-skin{
    margin-bottom: 35px;
}
.fancybox-overlay{
    background: rgba(0,0,0,0.8);
}
.fancybox-close {
    background: transparent !important;
    top: 15px !important;
    right: 15px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    z-index: 8040;
    -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);
}
.fancybox-close: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;
}
.fancybox-close: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;
}
.fancybox-close:hover{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.fancybox-skin{
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3)  !important;
    border-radius: 0;
}
.fancybox-nav span{
    visibility: visible;
    opacity: 0.5;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fancybox-next span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-prev span {
    background: url(../images/fancy-prev.png) 50% 50% no-repeat;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.fancybox-next span:hover,
.fancybox-prev span:hover{
    opacity: 1;
}
.fancybox-title-float-wrap{
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child{
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #000;
    display: block;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
}
.fancybox-title-float-wrap .child{
    white-space: normal;
    width: 100%;
}
/* fancybox end*/

/* slick carousel begin*/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    padding: 20px 0;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
}
.slick-dots li.slick-active{
    background: #2958B0;
}
/* slick carousel end */
/*=============================== COMMON STYLE END ===============================*/
.breadcrumb{
    margin-bottom: 30px;
}
.breadcrumb li{
    display: inline-block;
    font-size: 13px;
    color: #0F0F0F;
    font-weight: 100;
    font-style: italic;
}
.breadcrumb li a{
    color: #989898;
    position: relative;
    text-decoration: none;
}
.breadcrumb li a:hover{
    color: #0F0F0F;
}
.breadcrumb i{
    font-size: 14px;
    color: #989898;
    display: inline-block;
    margin: -3px 4px 0 ;
    vertical-align: middle;
}
.pagination{
    margin: 40px 0 30px;
}
.pagination li{
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}
.pagination a,
.pagination li > span{
    font-size: 13px;
    color: #828892;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    margin: 0 2px;
}
.pagination li.control a,
.pagination li.control > span{
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.pagination li:first-of-type > span,
.pagination li:first-of-type > a{
    margin-left: 0;
}
.pagination li:first-of-type.control{
    margin-right: 10px;
    margin-left: 0;
}
.pagination li:last-of-type.control{
    margin-left: 10px;
    margin-right: 0;
}
.pagination .active a,
.pagination a:hover{
    background: #2958B0;
    color: #fff;
    border-color: #2958B0;
}
@media only screen and (max-width: 767px) {
    .pagination li.control,
    .pagination li.control{
        display: none;
    }
}
/****************** ASIDE MENU *******************/
.aside-menu{
    margin-bottom: 30px;
}
.aside-menu > ul > li > a {
    display: block;
    text-decoration: none !important;
    color: #828892;
    padding: 15px 20px;
    font-size: 14px;
    background: #F5F5F5;
    line-height: 1.3;
    border-top: 1px solid #DBDBDB;
    font-weight: bold;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: none;
}
.aside-menu li > a:hover{
    color: #ffffff;
}
.aside-menu li.active > a{
    color: #fff;
    background: #ffffff;
    border-color: #ffffff;
}
.aside-menu li.active + li > a{
    border-top-color: #ffffff;
}
.aside-menu > ul ul{
    background: #EDEDED;
    display: none;
}
.aside-menu > ul > li.active ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul li.down > a{
    padding-right: 50px;
}
.aside-menu .dropdown-button{
    width: 50px;
    height: 49px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.aside-menu .dropdown-button:after{
    content:"";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -5px;
    border-left: 1px solid #828892;
    border-bottom: 1px solid #828892;
    -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 .open .dropdown-button:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px;
}

.aside-menu .active .dropdown-button:after{
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -2px;
}
.aside-menu .active.open .dropdown-button:after{
    margin-top: -7px;
    border-left: 1px solid #828892;
    border-bottom: 1px solid #828892;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}






.aside-menu  ul ul a{
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px 10px 35px;
    display: block;
    border-top: 1px solid #DBDBDB;
    color: #828892;
    position: relative;
}
.aside-menu  ul ul a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 20px;
    border-right: 1px solid #828892;
    border-bottom: 1px solid #828892;
    -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 ul .active a{
    color: #ffffff;
    background: #EDEDED;
    border-color: #DBDBDB;
}
.aside-menu  ul ul .active + li > a{
    border-color: #DBDBDB;
}
.aside-menu  ul ul a:hover:before,
.aside-menu  ul ul .active a:before{
    border-color: #ffffff;
}
.aside-menu-title {
    padding: 15px 42px 15px 20px;
    background: #ffffff;
    position: relative;
    color: #fff;
    border-radius: 3px;
}
.aside-menu-title i{
    vertical-align: middle;
}
.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 (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside{
        border-right: none;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
        border-left: 1px solid #F5F5F5;
    }
}
/****************** ASIDE MENU END*******************/



/*=============================== HEADER BEGIN ===============================*/

/* mob-menu-btn begin */
.menu-button{
    position: fixed;
    right: 21px;
    top: 40px;
    width: 30px;
    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;
    z-index: 1000;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -13px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #FF2C3E;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */

.mobile-menu {
    position: fixed;
    top: 0;
    left: -470px;
    background: #1F2A3E;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding-top: 20px;
}
.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 .search-block{
    left: 15px;
    top: 25px;
    width: 240px;
}
.mobile-menu .search-block input[type=text]{
    border: 1px solid #353F51;
    padding-left: 10px;
    padding-right: 40px;
}
.mobile-menu .search-block button{
    right: 5px
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.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 #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 > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #ffffff;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div 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 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 14px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 100%;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}


.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}










.mobile-menu .menu-button{
    display: none;
}
.mobile-search-wrapper {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
    max-width: 100%;
}
.mobile-search-wrapper input[type=text]{
    background: transparent;
    border-color: #5f5f5f;
    border-radius: 30px;
}
.mobile-search-wrapper [type=submit] {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    background: transparent;
}
.mobile-search-wrapper [type=submit] i{
    margin: 0;
    color: #5f5f5f;
}
.mobile-menu-info{
    padding: 0 20px;
}
.mobile-menu-info .btn{
    padding: 11px 25px;
}
.mobile-menu-info .header-tel i{
    margin-top: -4px;
}
.mobile-menu-info .header-mail a{
    color: #A5A5A9;
}

/*******/
.header-wrapper{
    background: #fff;
    position: relative;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header{
    height: 80px;
    padding-right: 210px;
}
.header > div{
    height: 100%;
}
.header .logo{
    display: inline-block;
    margin-right: 30px;
}
.header .logo img{
    background-color: #ffffff;
}
.header-contacts{
    display: inline-block;
    padding-top: 20px;
    width: 680px;
    font-size: 13px;
}
.header-contacts .el1,
.header-contacts .el2{
    padding-left: 25px;
}
.header-contacts .element > i{
    position: absolute;
    top: 0;
    left: 0;
    color: #2958B0;
    font-size: 18px;
}
.header-contacts .el3{
    margin-top: -5px;
}
.header-contacts .el3 i{
    vertical-align: middle;
    color: #2958B0;
    font-size: 18px;
    margin-right: 8px;
}
.header-tel{
    font-size: 18px;
    font-weight: 800;
    color: #000;
}
.header-tel i,
.header-email i{
    margin-top: -2px;
}
.header-email a{
    color: #2958B0;
}
.header-callback-btn{
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    text-decoration: none;
    text-align: center;
    width: 200px;
    padding: 10px 15px;
    line-height: 1;
    font-weight: bold;
    color: #2958B0;
    border: 2px solid #2958B0;
    border-radius: 4px;
    height: 48px;
}
.header-callback-btn i{
    vertical-align: middle;
}
.header-callback-btn:hover{
    color: #2958B0;
    border-color: #2958B0;
}
.top-bar-wrapper{
    width: 100%;
}
.top-bar-wrapper .inner{
    background: #1F2A3E;
}
.top-bar{
    height: 54px;
}
.top-bar-wrapper.fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
}
.no-fixed-panel .top-bar-wrapper.fixed{
    position: relative;
}
.no-fixed-panel .top-bar-wrapper.fixed + .top-bar-wrapper-push{
    display: none;
}
@media only screen and (min-width: 992px) {
    .top-bar-wrapper.fixed + .top-bar-wrapper-push{
        height: 54px;
    }
}

.search-block{
    position: absolute;
    right: 0;
    top: 8px;
    width: 210px;
}
.search-block input[type=text]{
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #A9A49F;
    font-style: italic;
    padding: 5px 25px 5px 0;
    width: 100%;
}
.search-block button{
    position: absolute;
    right: 0;
    top: 5px;
    color: #A9A49F;
    border: none;
    background: transparent;
    padding: 0;
    height: auto;
    line-height: 1;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.search-block button i{
    line-height: 1;
}
.search-block button:hover{
    color: #EEEEEE;
}
.top-menu > div > ul{
    padding: 16px 0;
}
.top-menu > div > ul > li{
    display: inline-block;
    margin-right: 40px;
    position: relative;
}
.top-menu > div > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > div > ul > li.down{
    margin-right: 50px;
}
.top-menu > div > ul > li.down:after{
    right: -32px;
}
.top-menu > div > ul > li.down > a:after{
    content:"";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: 10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 2px;
}
.top-menu > div > ul > li.down > a.dropdown-link{
    letter-spacing: 2px;
    font-size: 18px;
    font-family: arial;
    top: -12px;
    position: relative;
    width: 20px;
}
.top-menu > div > ul > li.down > a.dropdown-link span{
    display: none;
}
.top-menu > div > ul > li.down > a.dropdown-link:after{
    content:"...";
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    border: none;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin: 0;
    padding: 0;
}
.top-menu > div > ul > li > a{
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
.top-menu > div > ul > li.active > a,
.top-menu > div > ul > li:hover > a,
a.uMenuItemA{
    color: #ffffff;
}
.top-menu > div > ul > li.active > a{
    border-bottom-color: #ffffff;
}
.top-menu > div > ul > li:after{
    content:"";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    right: -22px;
    background: rgba(255,255,255,0.1);
}
.top-menu > div > ul > li:last-of-type:after{
    display: none;
}
/****/
.top-menu > div > ul > li > ul{
    position: absolute;
    width: 250px;
    top: 25px;
    padding-top: 30px;
    left: -20px;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    text-align: left;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}
.top-menu > div > ul > li:last-of-type > ul{
    left: auto;
    right: 0;
}
.top-menu > div > ul > li:hover > ul{
    visibility: visible;
    top: 15px;
    opacity: 1;
}
.top-menu > div > ul > li > ul > li > a{
    background: #1f2a3e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
.top-menu > div > ul > li > ul > li:first-of-type > a:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #1f2a3e;
    -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:last-of-type > ul > li:first-of-type > a:before{
    left: auto;
    right: 15px;
}
.top-menu > div > ul > li > ul > li:first-of-type > a,
.top-menu > div > ul > li > 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,
.top-menu > div > ul > li > ul > li:hover > a:before,
.top-menu > div > ul > li > ul > li > a.uMenuItemA:before,
.top-menu > div > ul > li > ul > li.active > a,
.top-menu > div > ul > li > ul > li.active > a:before{
    background: #ffffff;
}
.top-menu ul ul ul ul{
    display: none !important;
}
.top-menu ul ul ul{
    position: absolute;
    top: 10px;
    left: 250px;
    width: 250px;
    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 > div > ul > li:last-of-type > ul ul{
    left: auto;
    right: 250px;
}
.top-menu > div ul > li:last-of-type > ul li.uWithSubmenu > a:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.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: 0;
}
.top-menu ul ul ul a{
    background: #1f2a3e;
    padding: 12px 10px 12px 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: block;
    font-size: 13px;
    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,
.top-menu ul ul ul li.active a{
    background: #ffffff;
    border-color: #ffffff;
}

.top-menu ul ul ul li:hover + li a,
.top-menu ul ul ul li.active + li a{
    border-color: #ffffff;
}




@media only screen and (max-width: 1229px) {
    .header-contacts {
        width: 450px;
    }
    .top-menu > div > ul > li {
        margin-right: 25px;
        font-size: 13px;
    }
    .top-menu > div > ul > li:after {
        right: -15px;
    }
    .top-menu > div > ul > li > a{
        font-weight: normal;
    }
}


@media only screen and (max-width: 991px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
    .header-contacts {
        width: auto;
        float: right;
        margin-right: 30px;
    }
    .header {
        padding-right: 240px;
    }
    .header-callback-btn {
        right: 55px;
    }
    .header .logo {
        margin-right: 20px;
    }
    .header-callback-btn {
        width: 185px;
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header{
        padding-right: 40px;
    }
}
@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/*=============================== HEADER END ===============================*/



/*============================ TOP SLIDER BEGIN ============================*/
.top-slider-wrapper{
    height: 580px;
    overflow: hidden;
}
.top-slider .item{
    height: 580px;
}
.top-slider-wrapper.min{
    height: 480px;
}
.top-slider-wrapper.min .top-slider .item{
    height: 480px;
    padding-bottom: 30px;
}
.top-slider-wrapper.min .slide-content .title{
    font-size: 32px;
}
.top-slider .slick-prev,
.top-slider .slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    background: #2958B0;
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -26px;
    z-index: 20;
    border: 2px solid #2958B0;
    border-radius: 2px;
    opacity: 0.5;
}
.top-slider:hover .slick-prev,
.top-slider:hover .slick-next{
    opacity: 1;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}
.top-slider .slick-prev i,
.top-slider .slick-next i{
    font-size: 26px;
    line-height: 40px;
}
.top-slider .slick-prev:hover,
.top-slider .slick-next:hover{
    background: #1F2A3E;
    border-color: #1F2A3E;
    color: #fff;
}
.top-slider .slick-dots{
    position: absolute;
    bottom: 0;
}
.top-slider .item.first .slide-content{
    opacity: 0;
}
.top-slider .item.first.slick-current .slide-content{
    opacity: 1;
}
.slide-content{
    padding: 50px;
    width: 670px;
    max-width: 100%;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    color: #fff;
}
.slide-content .title{
    font-family: "raleway";
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
    .slide-content {
        padding: 30px;
        width: 100%;
    }
    .slide-content .title {
        font-size: 6vw;
    }
    .slide-content .btn{
        padding: 18px 15px;
        font-size: 11px;
        letter-spacing: 0;
    }
    .top-slider-wrapper,
    .top-slider .item{
        height: 500px;
    }
}
/*============================= TOP SLIDER END =============================*/

.advantages-wrapper .element{
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    margin-bottom: 20px;
}
.advantages-wrapper .element .img-wrapper{
    height: 130px;
}
.advantages-wrapper .element .img-wrapper img{
    background-color: #2958B0;
}
.advantages-wrapper .element .element-content{
    padding: 0 10px 30px;
}
.advantages-wrapper .element .title{
    margin-bottom: 10px;
    line-height: 1.2;
    height: 38px;
    overflow: hidden;
}
.advantages-wrapper .element .text{
    height: 60px;
    overflow: hidden;
}
.gray-bg{
    background: #F9F9F9;
}
.feedback-section,
.team-section{
    overflow: hidden;
}
.feedback-section form{
    width: 630px;
    max-width: 100%;
    margin: auto;
}
.team-section{
    background: url(../images/pattern1.png) -3px -3px #294373;
    color: rgba(255,255,255,0.6);
}
.team-section .slick-prev, 
.team-section .slick-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #fff;
    text-align: center;
    top: 50%;
    margin-top: -50px;
    z-index: 20;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 2px;
}
.team-section .slick-prev{
    left: -85px;
}
.team-section .slick-next{
    right: -85px;
}
.team-section .slick-prev i, 
.team-section .slick-next i {
    font-size: 26px;
    line-height: 46px;
}
.team-section .slick-prev:hover, 
.team-section .slick-next:hover{
    border-color: #fff
}
.team-section .element{
    padding: 0 10px;
}
.team-section .element .title{
    line-height: 1.2;
}
.team-section .element .img-wrapper img{
    border-radius: 3px;
}
.about-section{
    overflow: hidden;
}
.about-section .inner{
    background-repeat: no-repeat;
    background-position: 0 bottom;
    min-height: 700px;
}
@media only screen and (max-width: 991px) {
    .about-section .inner{
        background: #fff !important;
        min-height: inherit;
    }
}

.news-section{
    background: url(../images/gray-bg2.png);
}
.decoration-none{
    text-decoration: none;
}
.news-section .element{
    margin-bottom: 30px;
}
.news-section .element .title{
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
}
.news-section .element .text{
    height: 60px;
    overflow: hidden;
}
.news-section .element .img-wrapper{
    height: 200px;
    overflow: hidden;
    border-radius: 3px;
}
.news-section .element .img-wrapper img{
    border-radius: 3px;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

@media only screen and (max-width: 1229px) {
    .news-section .element .img-wrapper{
        height: 150px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .news-section .container > .row > div:last-of-type{
        display: none;
    }
    .news-section .element .img-wrapper{
        height: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .news-section .element .img-wrapper{
        height: auto;
    }
}
@media only screen and (min-width: 992px){
    .news-section .element .img-wrapper:hover img{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
}


.consult-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2958B0;
    opacity: 0.8;
}
.consult-section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    background-attachment: fixed;
}
.ie .consult-section{
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
}
.num-section{
    background: url(../images/pattern1.png) -3px -3px #294373;
}
.num-section .element .img-wrapper{
    height: 86px;
    margin-bottom: 20px;
}
.num-section .element .num{
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
    visibility: hidden;
}
.num-section .element .num.visible{
    visibility: visible;
}
.num-section .element p{
    color: rgba(255,255,255,0.6);
}
.hit-section .element{
    border: 1px solid #EBEBEB;
    padding: 35px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.hit-section .element .img-wrapper{
    height: 86px;
}
.hit-section .element .img-wrapper img{
    background-color: #2958B0;
}
.hit-section .element .title{
    line-height: 1.3;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}
.hit-section .element .price{
    font-weight: bold;
    font-size: 22px;
    color: #2958B0;
}
.rev-section{
    background: url(../images/gray-bg2.png);
}
.rev-carousel{
    margin: 0 -15px;
}
.rev-carousel .item{
    padding: 0 15px;
    margin-bottom: 30px;
}
.rev-carousel .element-header{
    padding: 15px 0 0 90px;
    min-height: 80px;
}
.rev-carousel .element-header img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
}
.rev-carousel .element-body{
    background: #EDEDED;
    border-radius: 3px;
    position: relative;
    padding: 20px;
    font-style: italic;
}
.rev-carousel .element-body:before{
    content:"";
    display: block;
    position: absolute;
    top: -10px;
    left: 30px;
    border-bottom: 10px solid #EDEDED;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.rev-carousel .slick-dots li {
    background: #d4d4d4;
    width: 12px;
    height: 12px;
    border: 2px solid #d4d4d4;
}
.rev-carousel .slick-dots li.slick-active{
    background: #2958B0;
    border-color: #2958B0;
}
.contacts-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
}
.contacts-section .inner{
    position: relative;
    z-index: 20;
}
#mapexMap{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.contacts-section .inner{
    padding-right: 30px;
}
.contacts-section .inner .element{
    padding-left: 30px;
    color: #000;
    margin-bottom: 10px;
    min-height: 20px;
}
.contacts-section .inner .element i{
    position: absolute;
    left: 0;
    top: 3px;
    color: #2958B0;
    font-size: 18px;
}
.contacts-section .inner .element.el2 i{
    top: 8px;
}
@media only screen and (max-width: 991px) {
    #mapexMap{
        position: static;
        width: 100%;
        height: 400px;
    }
    .contacts-section:before{
        display: none;
    }
    .contacts-section .inner{
        padding-right: 0;
    }
}


.services-list .element{
    height: 195px;
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
    border-radius: 3px;
    padding: 20px 20px 20px 230px;
}
.services-list .element .img-wrapper{
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}
.services-list .element .element-content{
    height: 100%;
    overflow: hidden;
}
.services-list .element .title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
    height: 42px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.services-list .element .title a{
    color: #000;
    text-decoration: none;
}
.services-list .element .title a:hover{
    text-decoration: underline;
}
.services-list .element .text{
    font-size: 13px;
    margin-bottom: 15px;
    height: 60px;
    overflow: hidden;
}
.more{
    font-size: 13px;
    font-weight: bold;
}
@media only screen and (max-width: 1229px) {
    .services-list .element .title {
        font-size: 16px;
        margin-bottom: 10px;
        height: 57px;
    }
    .services-list .element {
        padding: 15px 15px 15px 220px;
    }
}
@media only screen and (max-width: 767px) {
    .services-list .element{
        height: auto;
        padding: 15px 15px 15px 110px;
        min-height: 110px;
    }
    .services-list .element .img-wrapper{
        width: 80px;
        top: 15px;
        left: 15px;
        border-radius: 3px;
    }
    .services-list .element .title{
        font-weight: normal;
        height: auto;
        font-size: 13px;
        line-height: 1.5;
    }
    .services-list .element .text{
        display: none;
    }
}
.other-articles hr{
    margin: 10px 0 20px;
}
.other-articles li{
    font-size: 13px;
    margin-bottom: 8px;
}
.article-img{
    margin-bottom: 20px;
}
table.tpl-table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #FAFAFA;
    margin-bottom: 30px;
}
table.tpl-table tr:nth-child(odd) {
    background: #FAFAFA;
}
table.tpl-table td, 
table.tpl-table th {
    padding: 12px 20px;
    border-left: 1px solid #FAFAFA;
    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;
    font-size: 14px;
    background: #F5F5F5;
}
table.tpl-table tr:hover td{
    background: #2958B0;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    table.tpl-table td, 
    table.tpl-table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}

.team .element{
    box-shadow: 0 0 0 1px #EBEBEB;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.team .element .img-wrapper{
    height: 270px;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.team .element .img-wrapper img{
    width: 100%;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.team .element .element-content{
    padding: 15px 10px;
    height: 75px;
    overflow: hidden;
}
.team .element .title{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.team .element .subtitle{
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team .element:hover .title{
    color: #2958B0;
}
.team .element:hover .img-wrapper img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.team .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 991px) {
    .team .element .img-wrapper{
        height: 260px;
    }
}
@media only screen and (max-width: 870px) {
    .team .element .img-wrapper{
        height: 240px;
    }
}
@media only screen and (max-width: 790px) {
    .team .element .img-wrapper{
        height: 230px;
    }
}
@media only screen and (max-width: 767px) {
    .team .element .img-wrapper{
        height: 300px;
    }
}
@media only screen and (max-width: 650px) {
    .team .element .img-wrapper{
        height: 250px;
    }
}
@media only screen and (max-width: 560px) {
    .team .element .img-wrapper{
        height: 220px;
    }
}

@media only screen and (max-width: 490px) {
    .team .element .img-wrapper{
        height: auto;
    }
    .team > .row > .col-xs-6{
        width: 100%;
    }
}

.team-detail .element{
    border: 1px solid #EBEBEB;
    padding: 20px 20px 20px 260px;
    min-height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}
.team-detail .element .img-wrapper{
    position: absolute;
    top: -1px;
    left: -1px;
    width: 230px;
}
.team-detail .element .element-contacts > div{
    margin-bottom: 10px;
}
.team-detail .element .element-contacts > div i{
    color: #2958B0;
}
@media only screen and (max-width: 500px) {
    .team-detail .element .img-wrapper{
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    .team-detail .element{
        padding: 20px;
    }
}

.news .element{
    margin-bottom: 40px;
}
.news .element .img-wrapper{
    height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 3px;
    -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 .img-wrapper img{
    border-radius: 3px;
    width: 100%;
    -webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.news .element .date{
    font-size: 13px;
    margin-bottom: 5px;
}
.news .element .title{
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
    height: 40px;
    overflow: hidden;
    -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 .text{
    font-size: 13px;
    margin-bottom: 10px;
}
.news .element:hover .title{
    color: #2958B0;
}
.news .element:hover .more{
    color: #2958B0;
    text-decoration: none;
}
.news .element:hover .img-wrapper img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.news > .row > hr:nth-of-type(2n){
    clear: both;
}
.news + .pagination{
    margin-top: 10px;
}
@media only screen and (max-width: 870px) {
    .news .element .img-wrapper{
        height: 180px;
    }
}
@media only screen and (max-width: 600px) {
    .news > .row > .col-xs-6{
        width: 100%;
    }
    .news .element .img-wrapper{
        height: auto;
    }
}
@media only screen and (min-width: 768px) {
    .news > .row > hr:nth-of-type(2n){
        clear: none;
    }
    .news > .row > hr:nth-of-type(3n){
        clear: both;
    }
}
@media only screen and (min-width: 1230px) {
    .news > .row > hr:nth-of-type(3n){
        clear: none;
    }
    .news > .row > hr:nth-of-type(4n){
        clear: both;
    }
}























/**************************************************   MEDIA QUERIS   *****************************************************/
@media only screen and (max-width: 1229px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    .modal{
        padding: 40px 30px;
    }
    h1,
    .title-h1{
        font-size: 30px;   
    }
}



@media only screen and (min-width: 768px) {
    
}
@media only screen and (min-width: 992px){
    /* custom webkit scroll */
    ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 9px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 9px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 9px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #2958B0;
    }
    ::-webkit-scrollbar-track {
        background-color: #202020;
    }
    /* custom webkit scroll end*/
    .product-detail-content h1{
        font-size: 48px;
    }
    .product-detail-content{
        padding-left: 20px;
    }
}
@media only screen and (min-width: 1230px) {
    
}