﻿body, html { overflow-x: hidden }

body {
    background-color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 16px;
	font-weight: 400; 
	font-style: normal; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

iframe { 
	width: 100%;
	height: 100%;
	border: 0;
}

img {
	max-width: 100%;
}

.templatemo_clear {
	clear: both;
}

.height30 {
	height: 30px;
}

.templatemo-top-bar {
    min-height: 40px;
    background-color: #b2e3ff;
}

.templatemo-top-menu {
    min-height: 110px;
    background-color:#ffffff;
    z-index: 5000;
    width: 100%;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;
}

/* ------ Carousel ----- */

#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 500px;
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .carousel-caption h1 {
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #000000, 0 0 10px #02042e;
}

#templatemo-carousel .carousel-caption p {
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000000, 0 0 5px #02042e;
}

#templatemo-carousel .item {
    height: 500px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 140px;
        right: 20%;
        left: 20%;
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 120px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom: 0;
        height: 500px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Welcome & Slogna ------ */

.templatemo-welcome {
	border-bottom: 2px solid #cccccc;
	min-height: 230px;
	background: url('../images/background.jpg') no-repeat center bottom;
	background-size: 100%;
}

.templatemo-slogan {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin: 60px 0;
    color: #222222;
}

.container .p_txt {
	font-weight: 400;
	color: #000000;
	text-align: justify;
	margin: 0 0 40px 0;
}

.tabule {
	width: 100%;
	color: #000000;
	background: #ffffff;
	margin: 40px 0 10px 0;
	overflow: auto;
	position: relative;
	border-bottom: 2px solid #cccccc;
}

.td {
	width: 50%;
	float: left;
	vertical-align: top;
	padding: 0px 20px 0 20px;
}

.video {
	margin: 40px 0 50px 0;
}

.video .iframe {
	width: 50%;
	height: auto;
	margin-right: 20px;
	float: left;
}

.iframe iframe {
	width: 100%;
	min-height: 285px;
}

.metod {
	width: 100%;
	vertical-align: top;
	padding: 0px 20px 0 20px;
	position: relative;
	overflow: auto;
}

.electric {
	width: 40%;
	float: left;
	vertical-align: top;
	padding: 0px 20px 0 20px;
}

.metod div img {
	max-width: 100%;
	height: auto;
}

.class {
	width: 35%;
	float: left;
	vertical-align: top;
	padding: 0px 20px 0 20px;
	margin-bottom: 20px;
}

.airsystem {
	max-width: 100%;
	float: left;
	vertical-align: top;
	padding: 0px 20px 0 20px;
	margin-bottom: 20px;
}

.airsystem img {
	width: 100%;
}

#white {
	background: #ffffff;
	padding-top: 10px;
	border: 1px solid #cccccc;
}

#white h3 {
	font-weight: 600;
	color: #001269;
}

.grey {
	background: url('../images/bgair.jpg');
	background-size: cover;
	background-attachment: fixed;
	border: 5px solid #00aeef;
	margin-top: 30px;
	color: #001269;
}

.grey strong {
	color: #001269;
}

#black {
	background: #000000;
	margin-top: 80px;
}

.rosa {
	width: 100%;
	color: #ffffff;
	background: url('../images/ugol.png') 50% 0% repeat-x;
	background-color: #006dcc;
	font-weight: 400;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: auto;
}

span.gbo_link a { color: #ffffff }
span.gbo_link a:hover { color: #b2e3ff }
span.gbo_link a:active { color: #000000 }

.rosa h3 {
	text-align: center;
}

.rosa p {
	text-align: justify;
	margin: 10px 0 10px 0;
}

.rosa img {
	max-width: 100%;
	text-align: center;
	display: block;
	border: 2px solid #b2e3ff;
}

.rosa_img {
	float: left;
	width: 33.33333%;
	margin: 0 auto;
}

.rosa_top {
	float: right;
	width: 66.66666%;
	padding-left: 20px;
}

.rosa_bottom {
	float: right;
	width: 66.66666%;
	padding-left: 20px;
	overflow: auto;
}

@media (min-width:991px) and (max-width: 1200px) {
	.rosa img {
		margin-top: 80px;
	}
}

@media screen and (max-width: 990px) {
	.rosa img {
		margin-top: 25px;
	}
    
    .rosa_bottom {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.airsystem {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	
	.airsystem img {
		margin: 0 auto;
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	.tabule {
		border-bottom: none;
	}
	
	.rosa img {
		margin: 20px 0 20px 0;
		margin: 0 auto;
	}
	
	.rosa_img {
		float: none;
		width: 100%;
		margin: 30px 0 20px 0;
	}

	.rosa_top {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	.td {
		width: 100%;
		float: none;
		padding: 10px 20px 20px 20px;
		border-bottom: 1px solid #cccccc;
	}
	
	.video .iframe {
		width: 100%;
		height: 360px;
		margin-bottom: 20px;
		float: none;
	}
	
	.electric {
		display: none;
	}
	
	.class {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 0px;
	}
	
	.class img {
		margin: 0 0 20px 0;
	}
	
	.container .p_txt {
		text-align: left;
	}
	
	.grey {
		margin-top: 0px;
	}
	
	#skyblog h2 {
		font-size: 26px;
	}
	
	#templatemo-blog h1 {
		font-size: 28px;
	}
}

.templatemo-service {
    padding-bottom: 50px;
    padding-top: 100px;
    background: #eeeeee;
}

#skyblog {
	background: url('../images/background.png');
}

#skyblog h2 {
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: -40px;
}

#skyblog h4 {
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
}

.image {
	margin: 0 auto;
	max-width: 900px;
}

.image img {
	max-width: 100%;
	height: auto;
}

.templatemo-service-item {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;
}

.templatemo-service-item p {
    font-weight: lighter; 
    text-align: justify; 
    margin-top: 25px;
    font-size: 14px;
    color: #333333;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
}

.btn-orange {
    background-color: #006dcc;
    border-bottom:2px solid #001269;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #001269;
    color:#ffffff;
}

.btn-green {
    background-color:#00b84e;
    border-bottom:2px solid #007d35;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #007d35;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #006dcc;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #006dcc;
    color:#fff;
}

.nav > li > a {
    color: #333333;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #006dcc;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
}

.templatemo-service-item p {
    font-weight: 400;
    color: #000000;
}

.templatemo-header-orange {
    background-color:#006dcc;
    min-width: 298px;
    height: 67px;
    color: #fff; 
}

.team_hr {
    border: 1px solid #fff; 
    width: 38%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 
}

.templatemo-team {
    background: url('../images/background.png'); 
    font-family: 'Open Sans', sans-serif;
    min-height: 590px;
    color: #ffffff;
}

.shadow {
    text-shadow: 1px 1px 1px #000000, 0 0 5px #02042e;
}

.templatemo-team h1 {
    color:#001269;
}

.templatemo-team h3 {
    color:#000000;
    font-weight: 700;
}

.templatemo-team h4 {
    color:#000000;
    font-weight: 700;
}

.templatemo-team p {
    text-align: left; 
    color: #000000;
    font-weight: 600;
}

.templatemo-team .just {
    text-align: justify; 
}

.templatemo-line-header {
    margin-top: 100px;
    margin-bottom: 80px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
}

.member-thumb .thumb-overlay {
    background-color: rgba(0, 109, 204, 0.5);
    position: absolute;
    visibility: hidden;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float: left;
    margin-right: 5px;
}

.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin: 20px 0 10px 0;
}

.team-inner-subtext {
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    margin: 10px 0 60px 0;
}

.row_team {
    margin-left: -50px;
    margin-top: 70px;
}

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 280px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #006dcc;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.project-overlay hr {
    width : 70%;
}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #222222;
}

.txt_orange {
    color: #006dcc;
}

.txt_slogan {
    font-size:18px; 
    color:#222222;
}

.templatemo-line-header span {
    font-size: 1.5em;
    font-weight: 400;
    float :left; 
    margin-top: 5px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 30px;
}

.blog_post {
    color: #000000; 
    padding: 10px;
    font-weight: 400;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px;
    color: #000000;
}

.blog_text {
    text-align: left; 
    font-size: 16px; 
    margin-top: 20px;
}

#templatemo-contact {
	border-top: 2px solid #cccccc; 
	font-size: 16px;
}

#templatemo-contact i {
	font-size: 1em;
	font-weight: 600;
}

.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:80px; 
    margin-bottom:0;
}

.contact_right img {
	margin-right:5px;
}

.contact_right form {
	padding-left:15px;
	padding-right:15px;
}

.tweet_txt {
	border-left:2px solid #ffffff; 
	min-height:160px;
}

.twitter_user {
	color: #ff9900; 
	font-size: 1em;
	float: right;
	margin-top: 1em;
}

.templatemo-partners {
	border-top: 2px solid #b2e3ff;
}

#templatemo-blog {
	border-top: 2px solid #b2e3ff;
	background-color: #eeeeee;
}

#templatemo-blog h1, h2, h3 {
	margin-bottom: 30px;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
	border-top: 2px solid #cccccc; 
	margin-top: 100px;
	background: #eeeeee;
}

.footer_container {
	margin-top:60px; 
	margin-bottom:20px;
}

.footer_bottom_content {
	margin: auto;
	margin-bottom: 30px;
	font-size: 14px;
	color:#222222;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;
}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #006dcc;
}

.templatemo-gallery-category a {
	color:#222222; 
}

.templatemo-gallery-category a.active {
	color:#006dcc; 
	text-decoration:none;
}

.templatemo-gallery-category a:focus {
	color:#001269;
	text-decoration:none;	
}

.templatemo-gallery-category a:hover {
	color:#001269; 
	text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}

.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}

.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}

.templatemo-project-gallery li img {
  cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height: 200px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2em;
    color: #ffffff;
    margin-top: 50px;
    padding: 20px;
    background: url(../images/everest_bg.jpg) no-repeat; 
	-moz-background-size: 100%; 
	-webkit-background-size: 100%; 
	-o-background-size: 100%; 
	background-size: 100%; 
	background-size: cover !important;
	width: 100%;
	background-position: 50% 0%;
	background-attachment: fixed !important;
	text-shadow: 1px 1px 1px #000000, 0 0 7px #000000;
	font-weight: 600;
}

.templatemo-tweets .container {
    background: url(../images/png.png) no-repeat; 
	background-position: 100% 100%;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
	margin-top:30px; 
	margin-bottom:80px;
}

.blog_box {
	margin-left: -12px;
}

@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height: 230px;
        width: 170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }

    .templatemo-service-item-header {
        padding: 16px 10px 20px;
    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }
    
    .templatemo-slogan h1 {
	    font-size: 40px;
	}
	
	#h1-service {
	    font-size: 40px;
	}
}

@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
    
    .templatemo-slogan h1 {
	    font-size: 38px;
	}
	
	#h1-service {
	    font-size: 38px;
	}
}

@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
       height: 180px;
       width: 130px;
       padding-top: 0px;
    }

    .templatemo-project-gallery {
       margin-left: 10px; 
    }

    .blog_box{
       margin-right: -140px;
    }
    
    .templatemo-slogan h1 {
		font-size: 36px;
	}
	
	#h1-service {
		font-size: 36px;
	}

}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
  } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;
       
    }
    .templatemo-btn-read-more {
            float:right;
            margin-bottom :40px; 
    }
    
    .templatemo-slogan h1 {
		font-size: 30px;
	}
	
	#h1-service {
		font-size: 30px;
	}
		
	.templatemo-tweets .container {
	    background: none; 
	}
}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
            padding-left: 30%;

    }
	.templatemo-service-item-header {
		font-size: 16px;
		
		padding: 23px 10px 22px;
	}
	.templatemo-header-orange {
		min-width: 0px;
	}
	.templatemo-slogan h1 {
		font-size: 26px;
	}
	#h1-service {
		font-size: 26px;
	}
}

@media (min-width:991px) and (max-width: 1200px) {
	 .team_hr {
		width: 35%; 
	}
}

@media (min-width:683px) and ( max-width: 991px) {
	 .team_hr {
		width: 30%;
	}
}

@media (min-width:585px) and ( max-width: 683px) {
        .member-thumb .thumb-overlay {
            padding-left: 24%;

        }
	 .team_hr {
		width: 25%;
	}
}

@media (min-width:536px) and ( max-width: 585px) {
	 .team_hr {
		width: 24%;
	}
}

@media  (min-width:410px) and  ( max-width: 536px) {
	 .team_hr {
		width: 17%;
	}
}

@media  ( max-width: 410px) {
	 .team_hr {
		width: 9%;
	}
}

/* Spoiler */

	.spoiler {
	  border: 1px solid #e0e0e0;
	  padding: 0 1em;
	  background: #ffffff;
	  margin-top: 15px;
	  margin-bottom: 5px;
}
	
	.spoiler details {
	  padding: 1em 0;
}
	
	.spoiler details + details { 
	  border-top: 1px solid #e0e0e0;
}
	
	.spoiler summary {
	  color: #000000; font-size:1.2em; font-weight:400;
}
	
	.spoiler details div {
	  overflow: hidden;
	  padding: 1em 1em 0;
}
	
	.spoiler details[open] div {
	  animation: spoiler 0.5s;
}
	
	.spoiler details div p {
	  font-size:1em;
	  text-align:justify;
	  line-height:1.4;
}
	
	#spoiler { margin-top:0px; margin-bottom:20px }
	
	@keyframes spoiler {
	  0%   {max-height: 0;}
	  100% {max-height: 10em;}
}
	
	details summary {
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	  transition: color .3s;  /* плавная смена цвета */
	  cursor: pointer;  /* изменение курсора при наведении */
	  outline-style: none;  /* удалить обводку при фокусе */
}
	
	details summary:hover,
	details[open] summary {
	  color: #006dcc;
}
	
	details summary::after {
	content: "Читать дальше";
}
		
	details[open] summary::after {
	content: "Закрыть";
}

/* Gallery */

	.accessories { 
		width: 100%;
		height: auto;
		margin-bottom: 1em;
}

	.accessories:after { 
		content: '';
		display: block; 
		height: 0; 
		clear: both;
}
	
	.accessories div { 
		float: left;
		width: 25%;
		padding: 0.25em;
		box-sizing: border-box;
		display: inline-block; 
		position: relative;
		text-align: center;
		margin-bottom: 1em; 
}
	
	.accessories img { 
		margin: 0 auto;
		max-width: 100%;
}

	.accessories p { 
		margin: 1em 0 2em 0;
}

@media (max-width:991px) {
    .accessories div { 
		width: 50%;
	}
}

@media (max-width: 585px) {
    .accessories div { 
		width: 100%;
	}
}