@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Asap:700);
@import url(//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Roboto);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  background: #35383f;
  color: #656464;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
p.roboto {
  margin: 50px 0 72px;
  padding: 0 270px;
  color: #a4a7ab;
  font: 400 16px/22px 'Roboto', sans-serif;
}
@media (min-width: 768px) and (max-width: 979px) {
  p.roboto {
    padding: 0 170px;
  }
}
@media (max-width: 767px) {
  p.roboto {
    padding: 0;
  }
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  color: #484c55;
}
@media (max-width: 479px) {
  h2 {
    font-size: 50px;
  }
}
h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 900;
}
.heading h2,
.heading_white h2 {
  margin-bottom: 15px;
}
.heading p,
.heading_white p {
  font-size: 21px;
  font-weight: 400;
  color: #514e4e;
}
.heading_white p {
  color: #ffffff;
}
a[data-gal] {
  display: block;
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
}
a[data-gal] .first {
  width: 100%;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 a[data-gal] .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000');
  zoom: 1;
}
a[data-gal] .fa {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 38px;
  line-height: 38px;
  padding: 10px 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  top: 50%;
  color: #ffffff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media (max-width: 479px) {
  a[data-gal] .fa {
    font-size: 28px;
    line-height: 28px;
    margin: -20px 0 0 -20px;
  }
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(0, 0, 0, 0.5);
}
.ie8 a[data-gal]:hover .overlay-gallery {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
a[data-gal]:hover .fa {
  visibility: visible;
}
@media (max-width: 979px) {
  a[data-gal] {
    width: 50%;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  position: relative;
  background: #fff;
}
#header .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.67);
}
.ie8 #header .overlay2 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#ab000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab000000', endColorstr='#ab000000');
  zoom: 1;
}
#header .header-wrapper {
  position: relative;
}
#header .absolute {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#header h1 {
  position: relative;
  display: inline-block;
  background: #ffffff;
  font: 700 12px/31px 'Asap', sans-serif;
  color: #9c9c9c;
  padding: 21px 30px 42px 103px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header h1:before {
  /*content: '\f0ac ';*/
  position: absolute;
  left: 32px;
  top: 29px;
  font-family: FontAwesome;
  font-size: 68px;
  line-height: 70px;
  color: #9c9c9c;
}
#header h1 span {
  display: block;
  font-size: 62px;
  margin-left: -5px;
  letter-spacing: -1px;
}
#header h1 a:hover {
  text-decoration: none;
}
@media (max-width: 479px) {
  #header h1 {
    width: 100%;
    padding-left: 85px;
  }
  #header h1:before {
    left: 15px;
  }
}
@media (max-width: 1471px) {
  #header .logo-caption {
    float: none;
  }
  #header .logo-caption h1 {
    display: block;
    text-align: center;
  }
  #header .logo-caption h1:before {
    left: 50%;
    margin-left: -145px;
  }
  #header .header-menu .sf-menu > li {
    float: none;
    display: inline-block;
  }
  #header .sf-menu ul {
    text-align: left;
  }
}
#header .search-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 15px;
  border-radius: 50%;
  margin: 38px 20px 0 0;
  color: #000;
  background: rgba(255, 255, 255, 0.27);
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}
.ie8 #header .search-button {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45ffffff', endColorstr='#45ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45ffffff', endColorstr='#45ffffff');
  zoom: 1;
}
#header .search-button:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  top: -8px;
  left: -8px;
  padding: 5px;
  border: 3px solid #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}
#header .search-button.active {
  background: #fff;
}
#header .search-button.active:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header .search-button:hover {
  text-decoration: none;
  background: #fff;
}
#header .search-button:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  #header .search-button {
    display: none;
  }
}
#header .search-form-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
}
#header .camera-wrapper {
  height: 844px;
}
@media (max-width: 1199px) {
  #header .camera-wrapper {
    height: 650px;
  }
  #header .camera-wrapper #camera01 {
    height: 650px !important;
  }
}
#header #stuck_container {
  position: relative;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  float: left;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  padding: 51px 25px 43px 24px;
  color: #9c9c9c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  background: #484c55;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 51px 17px 43px 16px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 17px;
    line-height: 26px;
    padding: 51px 10px 43px 10px;
  }
}
.sf-menu > li.last a {
  padding-right: 13px;
}
.sf-menu > li.active > a {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  background: #484c55;
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 125px;
  padding: 10px 0;
  left: 0;
  z-index: 4;
  width: 235px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #484c55;
  color: #ffffff;
}
.sf-menu ul li {
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.sf-menu ul li a {
  display: block;
  padding: 10px 0 10px 20px;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  background: #f47032;
}
.sf-menu ul li a.sf-with-ul:before {
  content: '\f054';
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 16px;
  line-height: 40px;
  font-family: FontAwesome;
}
.sf-menu ul li.sfHover > a {
  background: #f47032;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    top: 120px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 236px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    color: #05090d;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: rgba(0, 0, 0, 0.67);
  z-index: 999;
}
#header .isStuck .absolute {
  position: relative;
}
#header .isStuck .search-button {
  display: none;
}
#header .isStuck h1 {
  padding: 0 30px 12px 103px;
}
#header .isStuck h1:before {
  top: 5px;
}
#header .isStuck .sf-menu > li > a {
  padding: 22px 25px 21px 24px;
}
#header .isStuck .sf-menu > li > ul {
  top: 74px;
}
@media (max-width: 1471px) {
  #header .isStuck .logo-caption {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
#content .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.ie8 #content .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  zoom: 1;
}
#content .overlay2 {
  background: rgba(0, 0, 0, 0.15);
}
.ie8 #content .overlay2 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#26000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#26000000');
  zoom: 1;
}
#content .wrapper1 {
  padding: 95px 0 96px;
}
#content .wrapper1__inset1 {
  padding-bottom: 24px;
}
#content .wrapper2 {
  padding: 73px 0 91px;
}
#content .wrapper2__inset1 {
  padding-bottom: 50px;
}
#content .wrapper3 {
  padding: 57px 0 58px;
}
#content .img-wrapper {
  margin-top: 95px;
}
#content .btn {
  display: inline-block;
  border: 2px solid #ffffff;
  min-width: 349px;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
#content .btn:hover {
  text-decoration: none;
  color: #000;
  background: #ffffff;
}
@media (max-width: 767px) {
  #content .btn {
    min-width: 100%;
  }
}
#content .btn2 {
  display: inline-block;
  min-width: 162px;
  border: 1px solid #ffffff;
  padding: 11px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#content .btn2:hover {
  text-decoration: none;
  color: #000;
  background: #ffffff;
}
#content .hover-shadow {
  position: relative;
  -webkit-box-shadow: 0px 5px 15px 0px #f3f3f5;
  -moz-box-shadow: 0px 5px 15px 0px #f3f3f5;
  box-shadow: 0px 5px 15px 0px #f3f3f5;
  behavior: url(js/PIE.htc);
}
#content .hover-shadow:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
}
#content .box {
  margin-top: 98px;
}
#content .box .caption {
  display: block;
  text-align: center;
  padding: 54px 0 40px;
  margin-bottom: 40px;
}
#content .box .caption h5 {
  margin-top: 28px;
}
#content .box .caption .fa-clock-o {
  font-size: 126px;
  line-height: 120px;
}
#content .box .caption .fa-rocket {
  font-size: 119px;
  line-height: 120px;
}
#content .box .caption .fa-thumbs-o-up {
  font-size: 116px;
  line-height: 120px;
}
#content .box .caption .fa-cogs {
  font-size: 118px;
  line-height: 120px;
}
#content .box p {
  font-weight: 400;
}
#content .box2 img {
  margin-bottom: 20px;
}
#content .box2 h4 {
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 7px;
  text-transform: none;
}
#content .box2 p {
  font-size: 24px;
  line-height: 42px;
  font-style: italic;
}
#content .box2 .btn {
  margin-top: 49px;
}
#content .box3 {
  margin: 95px 0 7px;
  text-align: center;
  background: #484c55;
  color: #ffffff;
  padding: 40px 5px 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .box3 h5 {
  color: #ebebec;
}
#content .box3:hover {
  background: #ffffff;
}
#content .box3:hover h5 {
  color: #333232;
}
#content .box3:hover p {
  color: #656464;
}
#content .box3 img {
  margin-bottom: 20px;
}
#content .box3 .social-list {
  margin: 7px 0 27px;
}
#content .box3 p {
  padding: 0 35px;
}
#content .box4 {
  text-align: center;
  margin-top: 53px;
}
#content .box4 span {
  display: block;
  font-size: 84px;
  line-height: 84px;
  margin-bottom: 14px;
}
#content .box4 span.fa-lightbulb-o {
  font-size: 101px;
}
#content .box4 p {
  margin-top: 7px;
  padding: 0 20px;
}
#content .box4 a:hover {
  text-decoration: none;
  color: #4db748;
}
#content .box4__offset1 {
  margin-top: 73px;
}
#content .owl {
  width: auto;
  margin: 38px -15px 0;
}
#content .owl .item {
  padding: 0 15px;
}
#content .box5 {
  background: rgba(0, 0, 0, 0.4);
  padding: 23px;
}
.ie8 #content .box5 {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  zoom: 1;
}
#content .box5 img {
  margin-right: 20px;
}
@media (max-width: 479px) {
  #content .box5 img {
    float: none;
    margin-bottom: 10px;
  }
}
#content .box5 h6 {
  margin-bottom: 3px;
}
#content .box5 h6 a:hover {
  text-decoration: none;
  color: #000;
}
#content .box5 p {
  font-weight: 400;
  line-height: 21px;
}
#content .box5 p.time {
  font-size: 32px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 30px;
}
#content .price-box {
  text-align: center;
  color: #ffffff;
  margin-top: 96px;
  padding: 21px 0 36px;
}
#content .price-box .heading {
  font-size: 33px;
  font-weight: 900;
  line-height: 38px;
  margin-bottom: 15px;
}
#content .price-box .price {
  background: #ffffff;
  padding: 30px 0 3px;
  font-size: 55px;
  line-height: 25px;
  font-weight: 900;
}
#content .price-box .price span {
  font-size: 22px;
  font-weight: 700;
  line-height: 0px;
}
#content .price-box .price span + span {
  font-size: 14px;
  line-height: 48px;
}
#content .price-box .list {
  margin-top: 19px;
  padding: 0 13px;
  font: 300 14px/20px 'Open Sans', sans-serif;
}
#content .price-box .list li {
  padding-top: 12px;
}
#content .price-box .list li .divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 12px;
}
.ie8 #content .price-box .list li .divider {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#26000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#26000000');
  zoom: 1;
}
#content .price-box .list a:hover {
  text-decoration: none;
  color: #000;
}
#content .price-box .btn2 {
  margin-top: 34px;
}
#content .fact {
  margin-top: 35px;
}
#content .fact .number {
  font: 700 100px/99px 'Asap', sans-serif;
  margin-bottom: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .fact .number {
    font-size: 75px;
  }
}
@media (max-width: 479px) {
  #content .fact .number {
    font-size: 90px;
  }
}
#content .fact p + p {
  font-size: 24px;
  font-weight: 400;
  color: #484c55;
}
#content .social-list li {
  display: inline-block;
  font-size: 18px;
  margin: 0 1px;
}
#content .social-list li a {
  padding: 8px;
  border-radius: 50%;
  background: #1992c1;
}
#content .social-list li a.fa-facebook {
  padding: 8px 11px;
}
#content .social-list li a:hover {
  text-decoration: none;
  background: #484c55;
}
#content .form-wrapper {
  margin: 82px 0 80px;
}
#content .bg-content {
  background: #f3f3f5;
}
#content .bg-content2 {
  background: #a9abaf;
  clear: both;
}
#content .bg-content3 {
  background: #484c55;
}
#content .partners {
  display: table;
  padding: 52px 0 46px;
  width: 100%;
}
#content .partners .table-row {
  display: table-row;
}
#content .partners .table-row .cell {
  display: table-cell;
  width: 14.28571%;
  vertical-align: middle;
  text-align: center;
}
#content .partners .table-row .cell a:hover {
  opacity: .5;
}
@media (max-width: 767px) {
  #content .partners {
    display: block;
  }
  #content .partners .table-row {
    display: block;
  }
  #content .partners .table-row .cell {
    display: block;
    margin: 20px auto;
    width: 100%;
  }
}
#content .social-list2 {
  margin-bottom: 66px;
  text-align: center;
}
#content .social-list2 li {
  display: inline-block;
  margin: 0 35px;
}
#content .social-list2 li a {
  position: relative;
  font-size: 47px;
  line-height: 47px;
  padding: 17px;
  color: #484c55;
  border: 3px solid #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
}
#content .social-list2 li a:before {
  position: relative;
  z-index: 0;
}
#content .social-list2 li a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
#content .social-list2 li a.fa-facebook {
  padding: 17px 27px;
}
#content .social-list2 li a:hover {
  text-decoration: none;
  color: #fff;
}
#content .social-list2 li a:hover:after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
  -moz-transition: -moz-transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s;
}
@media (max-width: 767px) {
  #content .social-list2 li {
    margin: 0 20px;
  }
}
@media (max-width: 479px) {
  #content .social-list2 li {
    display: block;
    margin-bottom: 20px;
  }
}
#content .policy-box {
  text-align: center;
  margin-top: 84px;
  padding: 0 100px;
}
#content .policy-box + .policy-box {
  margin-top: 24px;
}
@media (max-width: 979px) {
  #content .policy-box {
    padding: 0;
  }
}
#content .policy-link {
  text-align: center;
  margin-top: 40px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 86px 0 79px;
  text-align: center;
}
#footer .copyright {
  font-size: 14px;
  font-weight: 400;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.map {
  color: #fff;
  position: relative;
  text-align: center;
  height: 485px;
}
@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  font-size: 37px;
  z-index: 20;
  border-radius: 50%;
  color: #8e9299;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  color: #35383f;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
#search {
  display: block;
  position: absolute;
  right: 75px;
  bottom: 12px;
  width: 0;
  height: 26px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 15;
}
#search.enable {
  width: 180px;
}
#search.enable:before {
  border: 3px solid #ffffff;
  border-right: none;
}
#search.enable a {
  display: inline-block;
}
#search .input_wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  line-height: 26px;
  border-radius: 0;
  -webkit-appearance: none;
}
#search input {
  display: block;
  position: relative;
  padding-left: 10px;
  line-height: 26px;
  height: 100%;
  outline: none;
  width: 80%;
  background-color: transparent;
  color: #000;
  border: none;
  overflow: hidden;
  margin: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  #search input {
    width: 90%;
  }
}
#search a {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 3px;
  cursor: pointer;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#search a:hover {
  text-decoration: none;
}
#search:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: -8px;
  left: -8px;
  padding: 5px;
  border-right: none;
  z-index: 0;
}
@media (max-width: 767px) {
  #search {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 30px;
  }
  #search input {
    line-height: 30px;
  }
  #search a {
    bottom: 5px;
  }
}
@media (max-width: 767px) {
  #search {
    margin-top: 20px;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  position: relative;
  background-repeat: no-repeat;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .stellar1 {
  background-image: url(../images/page1-img4.jpg);
  background-position: center 30%;
}
@media (max-width: 767px) {
  .stellar-section .stellar1 {
    background-size: auto 100%;
  }
}
.stellar-section .stellar2 {
  background-image: url(../images/page1-img24.jpg);
  background-position: center 0%;
}
@media (max-width: 767px) {
  .stellar-section .stellar2 {
    background-size: auto 100%;
  }
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  /*float: right;*/
}
@media (max-width: 1199px) {
  .f__none-1199 {
    float: none;
    
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .f__none-768 {
    float: none;
    
  }
}
@media (max-width: 767px) {
  .f__none-767 {
    float: none;
    
  }
}
@media (max-width: 479px) {
  .f__none-479 {
    float: none;
    
  }
}
/*============= Text ============*/
.t__center {
  text-align: center;
}
.t__right {
  text-align: right;
}
.t__left {
  text-align: left;
}
.t__up {
  text-transform: uppercase;
}
.t__low {
  text-transform: lowercase;
}
.t__none {
  text-transform: none;
}
.brr-50 {
  border-radius: 50%;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
.bg_1 {
  background: #4db748;
}
.color_1 {
  color: #4db748;
}
.bg_2 {
  background: #f47032;
}
.color_2 {
  color: #f47032;
}
.bg_3 {
  background: #1992c1;
}
.color_3 {
  color: #1992c1;
}
.bg_4 {
  background: #ed1b24;
}
.color_4 {
  color: #ed1b24;
}
.white {
  color: #ffffff;
}

@media only screen and (max-device-width: 480px) {
#header h1 span {
font-size: 40px!important;
margin-left: -54px!important;
}}

@media only screen and (max-device-width: 480px) {
.t__up > a {
margin-left: -54px!important;
}}

@media only screen and (max-device-width: 480px) {
.t__up {
font-size:30px!important;
line-height:40px!important;
}}