/*
  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: 'Century Gothic', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-size: 30px;
  line-height: 21px;
  text-align: center;
}

h1 {
  font-size: 30px;
  margin-bottom: 40px;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
  text-transform: none;
}

h4 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.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: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.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
}

.active {
  text-decoration: underline;
  color: #85d500;
}
section {
  padding: 20px 0;
  overflow: hidden;
}

#slider {
  padding: 0 0 20px 0;
}

.heading {
  padding-bottom:90px;
}

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


/*************************
********Header CSS**********
**************************/
header {
  width: 100%;
  z-index: 1030;
  top: 0;
  margin: 0 auto;
}

.logo img{
  height: 139px;
  margin: 8px 0 0 42px;
}

.search_block {
  margin-top: 12px;
  visibility: hidden;
}
.search {
  padding: 15px;
  margin: auto 0;
}

.search input {
  width: 70%;
  height: 30px;
  float: left;
  border-left: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #336699;
  border-radius: 15px 0 0 15px;
  margin: 0;
  padding: 0 0 0 15px;
  background-color: #f9f9f9;
}

.search input:focus, button:focus {
  outline: 0;
  background-color: #fff;
}

.search button {

  border: none;
  background-color: #336699;
  margin: 0;
  padding: 0 15px 0 10px;
  height: 30px;
  border-radius: 0 15px 15px 0;
  color: #fff;
  font-size: 12px;
}

.contacts {
  text-align: right; 
}

.contacts .telephone {
  font-size: 190%;
  margin: 0;
  padding: 0;
}

.contacts .telephone img {
  margin-right: 10px;
  margin-top: 7px;
}
.contacts .telephone span {
   
    display: block;
    float: right;
}

.contacts .adress {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.navbar {
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: buttom;
}

.navbar-nav>li>a {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 0;
}


.navbar-right {
 margin-top: 18px; 
}

.navbar-right li a:hover {
  color: #85d500;
}

.navbar-toggle .icon-bar {
	  background-color: #85d500;
	}

/*************************
********mainSlider CSS**********
**************************/

#home-slider {
  overflow: hidden;
  position: relative;

}

#home-slider .caption {
  position: absolute;
  margin-top: 50px;
  left: 0;
  right: 0;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#home-slider .caption p {
  margin: 20px auto;
  text-align: center;
}

#home-slider .caption span {
  text-transform: uppercase;
  font-weight: 600;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding:14px 40px;
  background-color: #669933;
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
}

.caption .btn-start:hover {
  background-color: #82c241;
}

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

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

}

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


/*************************
********About CSS**********
**************************/

.icon_block {
  text-align: center;
  border: 1px solid #85d500;
  border-radius: 60px;
  height: 120px;
  width: 120px;
  margin: 20px auto 40px auto;
}

.icon_block img {
  margin-top: 25px;
}

.text_block {
  margin-top: 22px;
}

/*************************
********When CSS**********
**************************/

.when {
  background-image: url(/images/when_bg.png);
  background-position: 90% 50%;
  -webkit-background-size: contain;   
  background-size: contain;
  background-repeat: no-repeat;
  height: 300px;
}

.when p {
  max-width: 60%;
}

/*************************
********Where CSS**********
**************************/
.where {
  margin: 0 auto;
  text-align: center;
}
.where img {
  max-width: 60%;
  margin: 40px auto;
}

.address {
  list-style-type: none;
}

.address i.fa-map-marker {
  margin-right: 7px;
}

.address i.fa-map-marker {
  margin-right: 8px;
}

.address i.fa-phone {
  margin-right: 5px;
}

.address i.fa-envelope {
  margin-right: 2px;
}
#google-map {
  height: 350px;
  margin-top:30px;
}

/*************************
********How CSS**********
**************************/

.photo {
  text-align: center;
  margin: 0 auto;
}

.photo img {
  width: 220px;
  height: 220px;
  border-radius: 110px;
}

p.position {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}

/*************************
********Enroll CSS**********
**************************/

.order_phone span {
  font-size: 24px;
}
.order_phone ul li{
  font-size: 18px;
  list-style: none;
  margin-bottom: 5px;
}

.mail_form {
	margin-top: 30px;
}

.mail_form form {
  margin-top: 15px;
}

.mail_form input {
  padding-left: 5px;
  line-height: 30px;
  display: block;
  margin: 5px 0 10px 40px;
    width: 80%;
}

.mail_form textarea {
      padding-left: 5px;
    line-height: 30px;
    display: block;
    margin: 5px 0 10px 40px;
  width: 80%;
}

.mail_form select {
  padding: 6px 5px;
  display: block;
  margin: 5px 0 10px 40px;
  width: 300px;
}

.mail_form button {
  display: block;
  margin: 5px 0 10px 40px;
  width: 80%;
  line-height: 50px;
  border: none;
  background-color: #6bc72b;
  color: #fff;
}

.mail_form button:hover, button:focus, button:active {
  background-color: #00a115;
}

/*************************
********Footer CSS**********
**************************/

footer {
  width: 100%;
  height: 180px;
  background-color: #000;
  color: #fff;
}

.footer_img {
  margin-top: 30px;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: underline;
}









