@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #504f56;
  background: #33323a;
}
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;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
}
h2 {
  font-size: 104px;
  line-height: 100px;
  letter-spacing: -6px;
}
@media (max-width: 979px) {
  h2 {
    font-size: 84px;
    line-height: 80px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 50px;
    line-height: 46px;
    letter-spacing: -2px;
  }
}
h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
@media (max-width: 767px) {
  h3.__offset1 {
    margin-top: 50px;
  }
}
h4 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
}
a[data-gal] {
  display: block;
  position: relative;
}
a[data-gal] .first {
  width: 100%;
  display: block;
}
a[data-gal] .overlay-gallery {
  display: block;
  background: rgba(39, 39, 39, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a[data-gal] .hover {
  display: block;
  visibility: hidden;
  height: 50px;
  width: 61px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -25px !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
a[data-gal]:hover .overlay-gallery {
  background: rgba(39, 39, 39, 0.73);
}
a[data-gal]:hover .hover {
  visibility: visible;
}
.divider {
  height: 1px;
  background-color: #e4e3e3;
}
.time {
  font-size: 11px;
  line-height: 18px;
  color: #a8a7af;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 9px 0 10px;
  background: #ffffff;
}
#header.header_padding {
  padding-bottom: 73px;
}
#header .logo-caption {
  padding-top: 34px;
}
@media (max-width: 767px) {
  #header .logo-caption {
    padding-top: 10px;
    text-align: center;
  }
}
#header h1 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  letter-spacing: -2px;
}
#header h1 span {
  position: absolute;
  left: 0;
  top: 21px;
  font-size: 14px;
}
#header h1 a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 979px) {
  #header h1 {
    padding-left: 18px;
  }
}
.logo {
    padding-top: 10px;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  display: inline-block;
  padding: 53px 25px 5px 15px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a {
  display: inline-block;
  font-size: 19px;
  line-height: 25px;
  color: #88868c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  background-color: #5bbee2;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #5bbee2;
}
.sf-menu > li > a:hover:before {
  height: 6px;
}
.sf-menu > li.current > a {
  color: #5bbee2;
}
.sf-menu > li.current > a:before {
  height: 6px;
}
.sf-menu > li.sfHover > a {
  color: #5bbee2;
}
.sf-menu > li.sfHover > a:before {
  height: 6px;
}
.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: 120px;
  left: -5px;
  background: #f8f8f8;
  text-align: center;
  padding: 15px 5px;
  z-index: 2;
  width: 146px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  list-style: none;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.sf-menu ul li a {
  display: block;
  color: #88868c;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #5bbee2;
}
.sf-menu ul li + li {
  margin-top: 12px;
}
.sf-menu ul li.sfHover > a {
  color: #5bbee2;
}
.sf-menu > li > ul {
  border-top: 2px solid #5bbee2;
}
.sf-menu > li > ul:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3.5px 4px 3.5px;
  border-color: transparent transparent #5bbee2 transparent;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 150px;
  z-index: 4;
  border-left: 2px solid #5bbee2;
}
.sf-menu ul ul:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #5bbee2 transparent transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li {
    padding: 53px 9px 50px;
  }
  .sf-menu > li > a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: 1px solid #e4e3e3;
    margin-top: 15px;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font: normal 14px 'Ubuntu', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background-color: #ffffff;
  z-index: 999;
}
#header .isStuck {
  padding: 0;
}
#header .isStuck .sf-menu > li {
  padding: 25px 25px 25px 15px;
}
#header .isStuck .sf-menu > li > ul {
  top: 75px;
}
#header .isStuck .logo-caption {
  padding-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
  /*==================OWL-carousel============*/
  /*====WRAPPERS====*/
  /*=====BOXES======*/
  /*=================Markered Box==================*/
  /*=================Accordion====================*/
  /*=============Project==============*/
  /*==========Markered-List===========*/
  /*====BLOG BOX====*/
  /*================Map==================*/
}
#content .owl-carousel-wrapper {
  position: relative;
  padding: 65px 0 96px;
}
#content .owl-carousel-wrapper .item p {
  margin-top: 71px;
  padding-right: 400px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 979px) {
  #content .owl-carousel-wrapper .item p {
    padding-right: 0;
  }
}
#content .owl-block {
  position: relative;
  padding-top: 208px;
}
#content .owl-block .contacts .phone {
  margin: 41px 0 11px;
  font-size: 29px;
  line-height: 30px;
  letter-spacing: -1px;
}
#content .owl-block .contacts .addr {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .owl-block {
    padding-top: 308px;
  }
}
@media (max-width: 767px) {
  #content .owl-block {
    padding-top: 20px;
  }
}
#content .owl-btn-wrapper {
  margin-bottom: 32px;
  letter-spacing: -3px;
}
#content .owl-btn-wrapper a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 48px;
  padding: 23px 0;
  height: 98px;
  width: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#content .owl-btn-wrapper a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 98px;
  border-radius: 100%;
  background: #5bbee2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#content .owl-btn-wrapper a.btn-prev {
  padding-right: 8px;
}
#content .owl-btn-wrapper a.btn-prev:after {
  left: 0;
}
#content .owl-btn-wrapper a.btn-next {
  padding-right: 30px;
}
#content .owl-btn-wrapper a.btn-next:after {
  right: 0;
}
#content .owl-btn-wrapper a:hover {
  text-decoration: none;
}
#content .owl-btn-wrapper a:hover:after {
  background: #cdd4d6;
}
#content .owl2 {
  margin-top: 19px;
}
#content .owl2 h5 {
  font-size: 56px;
  line-height: 69px;
  letter-spacing: -3px;
}
#content .owl2 h5 .big {
  font-size: 92px;
}
#content .owl2 h5 .middle {
  font-size: 72px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .owl2 h5 {
    font-size: 37px;
    line-height: 46px;
  }
  #content .owl2 h5 .big {
    font-size: 62px;
  }
  #content .owl2 h5 .middle {
    font-size: 52px;
  }
}
@media (max-width: 479px) {
  #content .owl2 h5 {
    font-size: 40px;
    line-height: 46px;
  }
  #content .owl2 h5 .big {
    font-size: 62px;
  }
  #content .owl2 h5 .middle {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  #content .owl2 {
    margin-top: 60px;
  }
}
#content .btn {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}
#content .btn:hover {
  text-decoration: none;
  color: #262528;
}
#content .btn-wrapper .btn {
  margin-top: 14px;
}
#content .wrapper1 {
  padding: 10px 0 10px;
}
#content .wrapper1.__inset1 {
  padding-bottom: 20px;
}
#content .wrapper1.__inset2 {
  padding-bottom: 20px;
}
#content .wrapper2 {
  padding: 62px 0 20px;
}
#content .wrapper2.__inset1 {
  padding-top: 48px;
}
#content .wrap-bot {
  margin-bottom: 24px;
}
#content .wrap-bot2 {
  margin-bottom: 36px;
}
#content .wrap-top {
  margin-top: 31px;
}
#content .wrap-top2 {
  margin-top: 51px;
}
#content .wrap-top3 {
  margin-top: 88px;
}
#content .box {
  margin-top: 34px;
}
#content .box img {
  margin-bottom: 7px;
}
#content .box h4 {
  margin: 8px 0;
}
#content .box h4 a:hover {
  text-decoration: none;
  color: #5bbee2;
}
#content .box.__offset1 {
  margin: 0px 0px 36px;
}
#content .box.__offset1 img {
  margin-bottom: 0;
}
#content .box.__offset1 a[data-gal] {
  margin-bottom: 24px;
}
#content .box2 {
  margin-bottom: 30px;
}
#content .box2 h4 {
  padding: 15px 0 17px 9px;
  background-color: #57a9c7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .box2 img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#content .box2 a:hover {
  text-decoration: none;
}
#content .box2 a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}
#content .box2 a:hover h4 {
  background: #f1f3f4;
  color: #262528;
}
#content .box3 h4 {
  margin: 44px 0 28px;
  line-height: 30px;
}
#content .box3 h4 a:hover {
  color: #262528;
  text-decoration: none;
}
#content .box3 p + p {
  margin-top: 36px;
}
#content .box3.__inset1 h4 {
  margin: 19px 0 18px;
}
#content .box3.__inset1 p + p {
  margin-top: 30px;
}
#content .box4 {
  margin: -10px 0 41px 0;
}
#content .box4 img {
  margin: 7px 21px 0 0;
}
@media (max-width: 479px) {
  #content .box4 img {
    margin-bottom: 15px;
  }
}
#content .box4 h4 {
  line-height: 30px;
  margin-bottom: 16px;
}
#content .box4 h4 a:hover {
  text-decoration: none;
  color: #262528;
}
#content .markered-box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 32px;
}
#content .markered-box span {
  position: absolute;
  left: 7px;
  top: 12px;
  font-size: 40px;
  line-height: 30px;
}
#content .markered-box h4 {
  margin-bottom: 10px;
}
#content .markered-box p + p {
  margin-top: 18px;
}
#content .markered-box a:hover {
  text-decoration: none;
  color: #5bbee2;
}
#content .markered-box.__number {
  padding-left: 40px;
  margin-bottom: 10px;
}
#content .markered-box.__number span {
  font-size: 48px;
  line-height: 30px;
  font-weight: 400;
  left: -5px;
  top: -9px;
  color: #57a9c7;
}
#content .markered-box.__number .markered-list {
  margin-top: 18px;
}
#content .markered-box.__number.last {
  margin-bottom: 0;
}
#content .accordion .heading {
  position: relative;
  padding: 19px 0 19px 90px;
  outline: none;
}
#content .accordion .heading .time {
  position: absolute;
  left: 0;
  top: 19px;
  margin: 0 15px 0 10px;
}
#content .accordion .ui-accordion-header {
  cursor: pointer;
}
#content .accordion .ui-accordion-header:hover {
  background-color: #5bbee2;
  color: #ffffff;
}
#content .accordion .ui-accordion-header:hover .time {
  color: #ffffff;
}
#content .accordion .ui-accordion-header-active {
  cursor: inherit;
  padding: 19px 0 8px;
}
#content .accordion .ui-accordion-header-active .time {
  position: relative;
  top: 0;
  margin-left: 0;
}
#content .accordion .ui-accordion-header-active .disappear {
  display: none;
}
#content .accordion .ui-accordion-header-active:hover {
  background: none;
}
#content .accordion .ui-accordion-header-active:hover .time {
  color: #a8a7af;
}
#content .accordion div h4 {
  margin-bottom: 8px;
}
#content .accordion div p {
  padding-bottom: 24px;
}
#content .accordion.__modify1 p {
  padding: 21px 0 21px 20px;
}
#content .accordion.__modify1 .ui-accordion-header-active {
  padding: 21px 0 21px 20px;
  color: #ffffff;
  background-color: #5bbee2;
}
#content .accordion.__modify1 div p {
  padding-top: 20px;
}
#content .project {
  margin-bottom: 23px;
}
#content .project h4 {
  margin: 26px 0 15px;
}
#content .project h4 a:hover {
  text-decoration: none;
  color: #5bbee2;
}
#content .project .divider {
  margin: 18px 0;
}
#content .markered-list li {
  position: relative;
  padding-left: 30px;
}
#content .markered-list li:before {
  content: '\f054';
  position: absolute;
  left: 0;
  top: -2px;
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 17px;
  padding: 2px 6px 2px 8px;
  background-color: #5bbee2;
  border-radius: 50%;
  color: #ffffff;
}
#content .markered-list li + li {
  margin-top: 12px;
}
#content .blog-box {
  margin-bottom: 40px;
}
#content .blog-box h4 {
  margin: 24px 0 8px;
}
#content .blog-box p {
  margin-bottom: 18px;
}
#content .blog-box .meta {
  padding: 20px 0 20px;
  font-size: 14px;
}
#content .blog-box .meta .info li {
  display: inline-block;
  margin-right: 15px;
}
#content .blog-box .meta .info li span {
  padding: 2px 5px 0 0;
}
#content .blog-box .meta .info li a {
  font-size: 11px;
}
#content .blog-box .meta .icons li {
  display: inline-block;
  margin-left: 23px;
}
#content .blog-box .meta .icons li a:hover {
  text-decoration: none;
  color: #5bbee2;
}
@media (max-width: 479px) {
  #content .blog-box .meta .icons {
    text-align: center;
    margin: 15px 0 0;
  }
}
#content .blog-box iframe {
  width: 100%;
  height: 430px;
}
@media (max-width: 767px) {
  #content .blog-box iframe {
    height: 330px;
  }
}
@media (max-width: 479px) {
  #content .blog-box iframe {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  #content .blog-box img {
    margin-bottom: 10px;
  }
}
#content .contacts2 {
  margin: 23px 0 19px;
}
#content .contacts2 address,
#content .contacts2 .phone,
#content .contacts2 .mail {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
#content .contacts2 address:before,
#content .contacts2 .phone:before,
#content .contacts2 .mail:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  color: #5bbee2;
}
@media (max-width: 767px) {
  #content .contacts2 address,
  #content .contacts2 .phone,
  #content .contacts2 .mail {
    display: block;
    margin-bottom: 10px;
  }
}
#content .contacts2 address {
  margin-right: 33px;
}
#content .contacts2 address:before {
  content: '\f015';
}
#content .contacts2 .phone {
  margin-right: 60px;
}
#content .contacts2 .phone:before {
  content: '\f095';
}
#content .contacts2 .mail:before {
  content: '\f0e0 ';
}
#content .map {
  width: 100%;
  height: 269px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #content .map {
    height: 169px;
  }
}
@media (max-width: 479px) {
  #content .map {
    height: 69px;
  }
}
#content .form-wrapper {
  margin-bottom: 26px;
}
#content .policy-box {
  margin-bottom: 21px;
}
#content .policy-box h6 {
  font-weight: 500;
}
#content .policy-link {
  margin: 46px 0 13px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 10px 0 15px;
}
#footer .footer_box {
  margin-bottom: 97px;
}
#footer .footer_box h4 {
  margin-bottom: 24px;
}
#footer .footer_box p {
  color: #7d7c83;
}
#footer .footer_box p a:hover {
  text-decoration: none;
  color: #5bbee2;
}
@media (max-width: 767px) {
  #footer .footer_box {
    margin-bottom: 40px;
  }
}
#footer .divider {
  background-color: #4a4950;
  margin-bottom: 19px;
}
#footer .copyright {
  padding-top: 10px;
  font-size: 10px;
  line-height: 18px;
  color: #75747c;
}
#footer .social-list {
  margin-left: 34px;
}
#footer .social-list li {
  display: inline-block;
  font-size: 19px;
  margin: 0 4px;
}
#footer .social-list a {
  padding: 12px;
  background: #202024;
  color: #ffffff;
  border-radius: 50%;
}
#footer .social-list a:hover {
  background: #5bbee2;
  text-decoration: none;
}
#footer .social-list a.fa-facebook {
  padding: 12px 16px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .social-list {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #footer .social-list {
    margin-top: 15px;
  }
}
#footer .footer-menu li {
  font-size: 10px;
  line-height: 18px;
  color: #75747c;
  padding: 10px 21px 0 22px;
  display: inline-block;
}
#footer .footer-menu li a:hover {
  text-decoration: none;
  color: #5bbee2;
}
#footer .footer-menu li.last {
  padding-right: 0;
}
#footer .footer-menu li.current {
  color: #5bbee2;
}
@media (min-width: 768px) and (max-width: 979px) {
  #footer .footer-menu li {
    padding: 10px 7px 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 19px;
  z-index: 20;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  background-color: #5bbee2;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  background-color: #262528;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/* Stellar(parallaxBG) styles
========================================================*/
.stellar-block {
  background-position: center 0%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.desktop .stellar-block {
  background-attachment: fixed;
}
.stellar-section .first {
  background-image: url(../images/index_img-25.jpg);
  background-color: #787470;
  background-position: 70% 70%;
}
@media (max-width: 1199px) {
  .stellar-section .first {
    background-image: url(../images/index_img-25_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .first {
    background-size: auto 100%;
  }
}
.stellar-section .second {
  background-image: url(../images/index_img-26.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .second {
    background-image: url(../images/index_img-26_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .second {
    background-size: auto 100%;
  }
}
.stellar-section .third {
  background-image: url(../images/page2-img7.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .third {
    background-image: url(../images/page2-img7_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .third {
    background-size: auto 100%;
  }
}
.stellar-section .four {
  background-image: url(../images/page3-img3.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .four {
    background-image: url(../images/page3-img3_small.jpg);
  }
}
@media (max-width: 767px) {
  .stellar-section .four {
    background-size: auto 100%;
  }
}
#search {
  display: none;
  position: absolute;
  right: 38px;
  bottom: 5px;
  z-index: 15;
  width: 180px;
  height: 30px;
  background: #3b4956;
}
#search .input_wrap {
  position: relative;
  display: block;
  box-sizing: border-box;
  line-height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
}
#search .input_wrap:before {
  content: '';
  position: absolute;
  top: -12px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #3b4956 transparent;
}
@media (max-width: 767px) {
  #search .input_wrap:before {
    border: none;
  }
}
#search input {
  display: block;
  padding-left: 10px;
  line-height: 30px;
  width: 150px;
  outline: none;
  background-color: transparent;
  color: #ffffff;
  border: none;
  overflow: hidden;
  margin: 0;
}
#search a {
  position: absolute;
  right: 5px;
  bottom: 4px;
  color: #262528;
  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;
  color: #db4304;
}
@media (max-width: 767px) {
  #search {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
/*Core variables and mixins*/
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #262528;
}
.color_3 {
  color: #5bbee2;
}
.color_4 {
  color: #88868c;
}
.color_5 {
  color: #33323a;
}
.color_6 {
  color: #85848b;
}
.color_7 {
  color: #a8a7af;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #5bbee2;
}
.bg_3 {
  background: #fcfcfc;
}
.bg_4 {
  background: #e4e3e3;
}
.bg_5 {
  background: #57a9c7;
}
/*============  Floats  =============*/
.f__left {
  float: left;
}
.f__right {
  float: right;
}
@media (max-width: 1199px) {
  .f__none-1199 {
    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__up {
  text-transform: uppercase;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
