/*
  Theme Name: Oxygen
  Theme Uri: http://www.themeum.com
  Author: Themeum
  Author Uri: http://www.themeum.com
  Description: Onepage Site Template
  Version: 1.0
*/

/*************************
*******Typography******
**************************/

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #444;
  background-color: #fff;
}
img.logo {
  width:100%;
  max-width:540px; 
  margin:0 auto 3%;
}
h1, h2, h3, h4, h5, h6 {
  color: #0a8f9f;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.caption, .caption h1 {
	text-align:center; 
	color: #0db3c7;
}
.caption h1 {
	font-size: 30px;
}
caption p{
	font-size: 22px;
	padding:10px 0 20px;
}
.caption #phone-header {
	font-size:70px; 	
}
h2#actions {
   font-size:60px;
   color:#0a8897;
   font-weight:bold;
   padding:18px;
}
h2#actions:hover{
   color:#0db3c7;
}

h3 {
  font-size: 22px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #333;
}

.btn {
  border: 0;
  border-radius: 0;
  padding: 10px 16px;
    text-transform: uppercase;
 font-size:14px;
  width:200px;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}
.btn .caret {
    margin-left: 5px;
}
.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}
p a i {margin: 0 .5em}

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:60px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}
/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 28%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 30px;
}
#home-slider .caption h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  padding-bottom:20px;
}
.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.6);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
 padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-right li:first-child a {
  padding-top: 20px;
  padding-bottom:20px;
}
.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: 0px;
}

/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-6:hover .service-icon {
  background-color: #006470;
}

.our-services .col-sm-6 {
  border-right:1px solid #ddd; 
  padding-bottom: 60px;  
}

#akcii .our-services .col-sm-6 {
  min-height: 320px;
}

#services .our-services .col-sm-6 {
  min-height: 420px;
}
#services .our-services .col-sm-6.to-docs {
  border-right:none;
  border-top:none;  
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: auto;
}
.btn-group {margin:0 0 20px}
.our-services .col-sm-6:nth-child(3), 
.our-services .col-sm-6:nth-child(4), 
.our-services .col-sm-6:nth-child(5), 
.our-services .col-sm-6:nth-child(6) {
  padding-top: 60px;
  min-height: 380px;
  border-top:1px solid #ddd;
}
#akcii .our-services .col-sm-6:nth-child(2),#akcii .our-services .col-sm-6:nth-child(1) {  
  border-bottom:1px solid #ddd;
}
#akcii .our-services .col-sm-6:nth-child(even), 
#services .our-services .col-sm-6:nth-child(even) {
  border-right:0;  
}
#akcii .our-services .col-sm-6:nth-child(3) {  
  border-top:none;border-right:none;
}
.service-info h3 {
  margin-top: 35px;
}
#services p {font-size:20px;color:#333;
  padding-bottom: 10px
}

.to-docs {margin:20px 0px}
.to-docs .dropdown-menu {position: relative;float:none;}
.open>.dropdown-toggle.btn-primary {float:none;
    color: #fff;
    background-color: #0a8897;
    border-color: #0a8897;
}
.to-docs .dropdown-menu>li>a {
    
    white-space: normal;
}
/*************************
********ourfeatures CSS*******
**************************/
#ourfeatures {
  background-color: #028fcc;
  background-image: -webkit-linear-gradient(left, #0a8f9f 0% , #0db3c7 22%);
  background-image: linear-gradient(left, #0a8f9f 0% , #0db3c7 22%);
  position: relative;
  padding: 85px 0 95px;
}
#ourfeatures .placeholder-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height:100%;
	
}
#ourfeatures .placeholder-right{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/our-features.png);
	background-size: cover;
}
#ourfeatures .about-info ul li{
  font-size: 16px;
  text-align: left;
  margin: 15px 0px 16px 25px;
}

#ourfeatures h2 { 
  margin-bottom: 40px;
}
/*************************
********vzaimodeistviye CSS*******
**************************/
#vzaimodeistviye {
  background-color: #028fcc;
  background-image: -webkit-linear-gradient(left, #0a8f9f 0% , #0db3c7 22%);
  background-image: linear-gradient(left, #0a8f9f 0% , #0db3c7 22%);
  position: relative;
  padding: 90px 0 105px;
}
#vzaimodeistviye .placeholder-right{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height:100%;	
}
#vzaimodeistviye .placeholder-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-image: url(../images/shema-vzaimodeistviya.png);
	background-size: cover;
}
#vzaimodeistviye .about-info ol li{
  font-size: 22px;
  text-align: left;
  margin: 15px 0px 16px 25px;
}

#vzaimodeistviye h2 { 
  margin-bottom: 40px;
}
#vzaimodeistviye .about-info { 
  padding-left: 30px;
}
#vzaimodeistviye .about-info ol{ 
  padding-left: 23px;auto
}
/*************************
********documents CSS*******
**************************/

.doki ol {
font-size:18px;
 margin: 0 15px ;
 clear: left
}
.doki ol li {
 margin: 15px 0;
}
.blue-icon {
  color: #0db3c7;
  padding:0 20px 30px 0;
}
.doki h3 { 
  padding: 20px 0;
}

.docs-image img{max-width:100%}
/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h2 { 
  margin-bottom: 40px;;
  color: #fff;
}
#features a{
  font-size: 18px;
  color:#fff;
  text-decoration: underline;
}
#features a:hover{
   text-decoration: none;
}
#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}
/*************************
*****links CSS****
**************************/
#links h2 {
  margin-top: 32px;
  color: #0a8f9f;
}

#links p {
  font-size: 19px;
  color: #0a8f9f;
  margin: 10px 0;
  padding: 7px 0;
}

#links a {
  text-decoration: underline;
}
#links a:hover {
  text-decoration: none;
  color: #0a8f9f;
}
a.white {color:#fff}
/*************************
*****akciya CSS****
**************************/
#akciya {padding-top:0px;}
#akciya h2 {
  font-size: 30px;  
}
#akciya p {  
  color:#444;
  font-size: 20px;
  line-height:1.5em;
}
#akciya i {  
  color:#d20309;
}
#akciya .usloviya p{
  text-align: left;
  margin:20px 5px 0px;
   line-height:1.2em; 
}
#akciya img{
  margin-top:40px
}
.zayavka {margin:30px 0}
/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}
.center {
  text-align: center;
}


#contact-us {
  background-image:url(../images/contact-bg.jpg);
  padding-bottom: 90px; 
}
#forma {
  padding: 10px 0; 
}

#contact-us .heading {
  padding-top: 85px;
  padding-bottom:30px;
}

.contact-info {
  padding-left:30px;
  font-weight: 300;
  font-size:20px;
  line-height: 1.4em;
}

ul.address { 
  margin-top: 30px;
  list-style: none;
  padding: 0; 
}

.contact-info ul li {
  margin: 20px 8px;
}

.contact-info ul li a {
  color: #fff;
}
#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0 10px
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}
.text-warning {
    color: #ffff00
}

a.text-warning:hover {
    color: #ffa700
}
.text-success {
    color: #b5ff00
}
.text-danger {
    color: #ff723f
}
/*Presets*/

