@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,700,300italic);
@import "../css/animate.css";
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #959899;
  background: #303334;
}
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;
}
h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
}
h4 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
a[data-gal] {
  display: inline-block;
  position: relative;
}
a[data-gal] .first {
  width: 100%;
}
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: 31px;
  width: 30px;
  text-align: center;
  position: absolute !important;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px !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;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding: 30px 0;
  background: #ffffff;
}
#header.border {
  border-bottom: 1px solid #303334;
}
@media (max-width: 767px) {
  #header .logo-caption {
    text-align: center;
  }
}
#header h1 {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 8px;
  padding: 8px 0 0 46px;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1 img {
  position: absolute;
  left: 0;
  top: 5px;
}
/* Main menu styles
========================================================*/
.sf-menu {
  margin-right: -20px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a {
  display: inline-block;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  color: #303334;
  padding: 13px 20px 13px 21px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #5fc7e6;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current > a {
  color: #ffffff;
  background: #5fc7e6;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  background: #5fc7e6;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu {
    margin-right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu {
    margin-right: -6px;
  }
  .sf-menu > li > a {
    padding: 13px 19px 13px 20px;
  }
}
.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: 70px;
  left: 0px;
  background: #5fc7e6;
  padding: 15px 0;
  z-index: 2;
  width: 148px;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  padding: 5px 5px 5px 15px;
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
}
.sf-menu ul li a {
  display: block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
}
.sf-menu ul li:hover {
  background: #ffffff;
  color: #303334;
}
.sf-menu ul li.sfHover {
  background: #ffffff;
  color: #303334;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 148px;
  z-index: 4;
}
@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;
    margin: 15px auto;
    padding: 0;
    height: 40px;
    background: #ffffff url(../images/select.png) 99% center no-repeat;
    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: #ffffff;
  z-index: 999;
}
.isStuck .sf-menu ul {
  top: 40px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
  /*====WRAPPERS====*/
  /*=====BOXES======*/
  /*==============DEVICE============*/
  /*====BLOG BOX====*/
  /*====Map-box====*/
}
#content .color_2 a:hover,
#content .color_4 a:hover {
  text-decoration: none;
  color: #5fc7e6;
}
#content .camera_caption h2 {
  font-size: 132px;
  line-height: 130px;
}
@media (max-width: 767px) {
  #content .camera_caption h2 {
    font-size: 84px;
    line-height: 90px;
  }
}
#content .camera_caption p {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}
#content .camera_navigation {
  position: absolute;
  bottom: 11.3%;
  left: 50%;
  margin-left: -72px;
  display: inline-block;
  background: #303334;
  padding: 20px 22px;
  z-index: 2;
}
#content .camera_navigation .camera_prev,
#content .camera_navigation .camera_next {
  display: inline-block;
  cursor: pointer;
  font-size: 30px;
  padding: 3px 13px 4px;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 4px;
}
#content .camera_navigation .camera_prev:hover,
#content .camera_navigation .camera_next:hover {
  background: #5fc7e6;
  border-color: #5fc7e6;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .camera_navigation {
    padding: 12px 22px;
  }
}
@media (max-width: 767px) {
  #content .camera_navigation {
    bottom: 2.3%;
    padding: 8px 15px;
  }
}
#content .divider {
  height: 1px;
  width: 100%;
  background: #303334;
}
#content .btn {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 33px 10px 34px;
  border: 2px solid #303334;
}
#content .btn:hover {
  text-decoration: none;
  background: #5fc7e6;
  border-color: #5fc7e6;
  color: #ffffff;
}
#content .circle {
  display: inline-block;
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  margin: 0 auto;
  color: #b8bbbd;
}
#content .circle span {
  position: absolute;
  left: 30%;
  bottom: 31%;
}
#content .circle span.__position {
  left: 40%;
}
#content .circle:hover {
  background: #5fc7e6;
  color: #ffffff;
}
#content .circle.__size2 {
  width: 82px;
  height: 82px;
  text-align: center;
}
#content .circle.__size2:before {
  content: attr(data-number);
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}
#content .circle.__size3 {
  width: 72px;
  height: 72px;
  text-align: center;
}
#content .wrapper1 {
  padding: 65px 0 108px;
}
#content .wrapper1.__inset1 {
  padding-bottom: 83px;
}
#content .wrapper1.__inset2 {
  padding-bottom: 75px;
}
#content .wrapper1.__inset3 {
  padding-bottom: 156px;
}
#content .wrapper1.__inset4 {
  padding-bottom: 21px;
}
#content .wrapper2 {
  padding: 100px 0 99px;
}
#content .wrapper3 {
  padding: 129px 0 162px;
}
#content .wrapper4 {
  padding: 83px 0 80px;
}
#content .box {
  margin-top: 54px;
  letter-spacing: 1px;
}
#content .box img {
  margin-bottom: 27px;
}
#content .box h4 {
  margin-top: 11px;
}
#content .box h5 {
  margin-bottom: 5px;
}
#content .box.__inset1 h4 {
  margin: 0 0 11px;
}
#content .box.__offset1 {
  margin: 0 0 79px;
}
#content .box2 {
  padding: 71px 0 98px;
}
#content .box2 h3 {
  margin-bottom: 27px;
}
#content .box2 p {
  padding: 0 225px;
}
@media (max-width: 767px) {
  #content .box2 p {
    padding: 0;
  }
}
#content .box2 .btn {
  margin-top: 47px;
}
#content .box2.__inset1 {
  padding: 0 0 6px;
}
#content .box2.__inset1 p {
  padding: 0;
}
@media (max-width: 479px) {
  #content .box2.__inset1 h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
#content .box2.__inset2 {
  padding: 70px 0 54px;
}
#content .box2.__inset2 p {
  padding: 0 115px;
}
@media (max-width: 979px) {
  #content .box2.__inset2 p {
    padding: 0;
  }
}
#content .box2.__inset2 h3 {
  margin-bottom: 44px;
}
#content .box3 h3 {
  margin-bottom: 43px;
}
#content .box3 h5 {
  margin-bottom: 9px;
}
#content .box3 p {
  padding: 0 50px;
}
@media (max-width: 767px) {
  #content .box3 p {
    padding: 0;
  }
}
#content .box3 p + p {
  margin-top: 24px;
}
#content .box3 .btn {
  margin-top: 67px;
}
#content .box3 img {
  margin-bottom: 53px;
}
@media (max-width: 767px) {
  #content .box3 {
    margin-bottom: 40px;
  }
}
#content .box3.__inset1 h3 {
  margin-bottom: 57px;
}
#content .box3.__inset1 p {
  padding: 0 110px;
}
@media (max-width: 979px) {
  #content .box3.__inset1 p {
    padding: 0;
  }
}
#content .box3.__inset1 .btn {
  margin-top: 47px;
}
#content .box3.__inset2 {
  margin-top: 57px;
}
#content .box3.__inset2 img {
  margin-bottom: 28px;
}
#content .box3.__inset2 p {
  padding: 0 40px;
}
@media (max-width: 979px) {
  #content .box3.__inset2 p {
    padding: 0;
  }
}
#content .box3.__inset2 .btn {
  margin-top: 46px;
}
#content .box3.__inset2 .time {
  margin-bottom: 5px;
}
#content .box4 h3 {
  margin-bottom: 52px;
}
#content .box4 p {
  padding: 0 122px;
}
#content .box4 p + p {
  margin-top: 24px;
}
@media (max-width: 979px) {
  #content .box4 p {
    padding: 0;
  }
}
#content .box4 .markered-list {
  margin-top: 49px;
}
#content .stellar-content {
  margin: 0 100px;
  padding: 118px 0 145px;
}
@media (max-width: 979px) {
  #content .stellar-content {
    margin: 0;
  }
}
#content .stellar-content.__inset1 {
  padding: 73px 50px 76px 87px;
}
@media (max-width: 767px) {
  #content .stellar-content.__inset1 {
    padding: 73px 25px 76px 25px;
  }
}
@media (max-width: 479px) {
  #content .stellar-content.__inset1 {
    padding: 73px 10px 76px;
  }
}
#content .stellar-content.__inset2 {
  padding: 73px 50px 76px 87px;
}
@media (max-width: 1199px) {
  #content .stellar-content.__inset2 {
    padding: 73px 5px 76px 5px;
    margin: 0;
  }
}
#content .icon-block {
  display: inline-block;
  text-align: center;
  margin: 43px 8px 0;
}
#content .icon-block span {
  font-size: 52px;
  line-height: 50px;
}
#content .icon-block .circle {
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  #content .icon-block {
    display: block;
  }
}
#content .icon-block.__offset1 {
  margin-top: 12px;
}
#content .numbered-box {
  margin-top: 44px;
}
#content .numbered-box .circle {
  margin: 7px 30px 0 0;
}
@media (max-width: 767px) {
  #content .numbered-box .circle {
    display: block;
    margin: 10px auto;
  }
}
#content .numbered-box h5 {
  margin-bottom: 23px;
}
#content .markered-list li {
  position: relative;
}
#content .markered-list li + li {
  margin-top: 12px;
}
#content .markered-list li:before {
  position: absolute;
  top: 0;
  font-family: FontAwesome;
  font-size: 13px;
  line-height: 24px;
  color: #5fc7e6;
}
#content .markered-list.__right-marker li {
  padding-right: 35px;
}
#content .markered-list.__right-marker li:before {
  content: '\f137';
  right: 0;
}
@media (max-width: 767px) {
  #content .markered-list.__right-marker {
    text-align: left;
  }
  #content .markered-list.__right-marker li {
    padding: 0 0 0 35px;
  }
  #content .markered-list.__right-marker li:before {
    content: '\f138';
    right: 97%;
  }
}
@media (max-width: 479px) {
  li#content .markered-list.__right-marker:before {
    content: '\f138';
    right: 95.5%;
  }
}
#content .markered-list.__left-marker li {
  padding-left: 35px;
}
#content .markered-list.__left-marker li:before {
  content: '\f138';
  left: 0;
}
#content .owl {
  margin-top: 55px;
  position: relative;
}
#content .owl .item p {
  padding: 0 114px;
}
@media (max-width: 767px) {
  #content .owl .item p {
    padding: 0;
  }
}
#content .owl .item .author {
  margin: 45px 0 48px;
}
#content .owl .item .author p {
  font-weight: 400;
}
#content .owl-prev,
#content .owl-next {
  display: inline-block;
  font-size: 31px;
  padding: 3px 11px 3px 13px;
  border: 2px solid #5fc7e6;
  border-radius: 50%;
  position: absolute;
  top: 10.5%;
}
#content .owl-prev:hover,
#content .owl-next:hover {
  text-decoration: none;
  background: #5fc7e6;
  color: #ffffff;
}
@media (max-width: 767px) {
  #content .owl-prev,
  #content .owl-next {
    top: 73%;
  }
}
@media (max-width: 479px) {
  #content .owl-prev,
  #content .owl-next {
    top: 86%;
  }
}
#content .owl-prev {
  left: 10px;
}
@media (max-width: 767px) {
  #content .owl-prev {
    left: -10px;
  }
}
#content .owl-next {
  right: 20px;
}
@media (max-width: 767px) {
  #content .owl-next {
    right: -10px;
  }
}
#content .device {
  position: relative;
  display: inline-block;
  padding-top: 147px;
  max-width: 100%;
}
#content .device .inner-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 82.235196%;
}
#content .device.__size2 {
  padding-top: 81px;
}
#content .device.__size2 .inner-img {
  left: -17px;
  max-width: 85.235%;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #content .device.__size2 .inner-img {
    bottom: -1px;
  }
}
@media (max-width: 767px) {
  #content .device.__size2 .inner-img {
    left: -12px;
  }
}
@media (max-width: 479px) {
  #content .device.__size2 .inner-img {
    left: -6px;
  }
}
#content .blog-box {
  margin: 57px 0 80px;
}
#content .blog-box img {
  position: relative;
  z-index: 0;
}
#content .blog-box .caption {
  position: relative;
  width: 88.03418%;
  margin: -68px auto 0;
  padding: 34px 10px 0 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
#content .blog-box .caption h5 {
  margin-bottom: 10px;
}
#content .blog-box .caption .meta {
  margin-bottom: 19px;
}
#content .blog-box .caption .meta span {
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 479px) {
  #content .blog-box .caption .meta span {
    display: block;
    margin-bottom: 3px;
  }
}
#content .blog-box .caption .meta span a {
  margin-right: 10px;
  font-family: Ubuntu;
}
#content .blog-box .caption .btn {
  margin-top: 47px;
}
@media (max-width: 767px) {
  #content .blog-box .caption {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
}
#content .map {
  width: 100%;
  height: 480px;
}
#content .addr,
#content .mail,
#content .phone {
  margin-bottom: 23px;
}
#content .addr .circle,
#content .mail .circle,
#content .phone .circle {
  margin-right: 30px;
}
#content .addr .circle span,
#content .mail .circle span,
#content .phone .circle span {
  font-size: 36px;
  line-height: 36px;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
  #content .addr .circle,
  #content .mail .circle,
  #content .phone .circle {
    margin-right: 20px;
  }
}
#content .addr p,
#content .mail p,
#content .phone p {
  padding: 12px 0;
}
#content .mail p {
  padding-top: 20px;
}
#content .mail .circle span {
  font-size: 30px;
}
#content .contact-wrapper,
#content .form-wrapper {
  margin-top: 82px;
}
#content .policy-box {
  margin-top: 48px;
}
#content .policy-box h5 {
  margin-bottom: 23px;
}
#content .policy-box p {
  padding: 0 38px;
}
@media (max-width: 767px) {
  #content .policy-box p {
    padding: 0;
  }
}
#content .policy-link {
  margin-top: 44px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  letter-spacing: normal;
  padding: 80px 0 30px;
  text-align: center;
}
#footer .contact {
  padding-bottom: 45px;
  font-size: 13px;
  line-height: 17px;
}
#footer .contact span {
  display: block;
  font-size: 20px;
  line-height: 28px;
}
#footer .subscribe-form-wrapper {
  width: 553px;
  margin: 19px auto 0;
}
@media (max-width: 767px) {
  #footer .subscribe-form-wrapper {
    width: 100%;
  }
}
#footer .phone {
  margin: 57px 0 71px;
}
#footer .phone span {
  font-size: 50px;
  line-height: 50px;
}
#footer .phone p {
  margin-top: 8px;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
}
#footer .divider {
  height: 1px;
  width: 100%;
  background: #505354;
  margin-bottom: 22px;
}
#footer .copyright {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
}
#footer .social-list li {
  display: inline-block;
  margin: 0 17px;
  font-size: 20px;
}
#footer .social-list li.last {
  margin-right: 0;
}
#footer .social-list li a:hover {
  text-decoration: none;
  color: #5fc7e6;
}
@media (max-width: 767px) {
  #footer .social-list {
    margin-bottom: 20px;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  font-size: 45px;
  z-index: 20;
  color: #5fc7e6;
  background: #ffffff;
  padding: 2px 10px 3px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  opacity: .5;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
.rotate {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
/* 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/page1-img8.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .first {
    background-image: url(../images/page1-img8_small.jpg);
  }
}
@media (max-width: 979px) {
  .stellar-section .first {
    background-size: auto 100%;
  }
}
.stellar-section .second {
  background-image: url(../images/page2-img6.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .second {
    background-image: url(../images/page2-img6_small.jpg);
  }
}
@media (max-width: 979px) {
  .stellar-section .second {
    background-size: auto 100%;
  }
}
.stellar-section .third {
  background-image: url(../images/page3-img4.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .third {
    background-image: url(../images/page3-img4_small.jpg);
  }
}
@media (max-width: 979px) {
  .stellar-section .third {
    background-size: auto 100%;
  }
}
.stellar-section .four {
  background-image: url(../images/page4-img5.jpg);
  background-color: #787470;
  background-position: center center;
}
@media (max-width: 1199px) {
  .stellar-section .four {
    background-image: url(../images/page4-img5_small.jpg);
  }
}
@media (max-width: 979px) {
  .stellar-section .four {
    background-size: auto 100%;
  }
}
#subscribe-form {
  position: relative;
  letter-spacing: -2px;
}
#subscribe-form label {
  display: inline-block;
  position: relative;
  width: 49.91%;
  outline: none;
  background: #3a3d3e;
  box-sizing: border-box;
  text-transform: uppercase;
  height: 54px;
}
#subscribe-form label input {
  display: block;
  background: transparent;
  width: 100%;
  font: 300 13px/18px 'Ubuntu', sans-serif;
  padding: 10px 5px 10px 22px;
  color: #787d7e;
  outline: none;
  border: none;
  overflow: hidden;
  margin: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 767px) {
  #subscribe-form label {
    margin-bottom: 15px;
    width: 100%;
  }
}
#subscribe-form .error {
  position: absolute;
  right: 5px;
  font-size: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#subscribe-form .error {
  top: 0;
}
#subscribe-form .success {
  position: absolute;
  letter-spacing: normal;
  left: 50%;
  margin-left: -165px;
  bottom: -29px;
}
#subscribe-form .error {
  color: #ffffff;
  letter-spacing: normal;
  overflow: hidden;
  height: 0px;
}
#subscribe-form .success {
  display: none;
  color: #ffffff;
}
#subscribe-form label.invalid .error {
  height: 21px;
}
#subscribe-form a[data-type='submit'] {
  display: inline-block;
  letter-spacing: normal;
  width: 49.91%;
  padding: 12px 5px;
  font: 500 26px/30px 'Ubuntu', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#subscribe-form a[data-type='submit']:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #303334;
}
/*============  Colors  =============*/
.color_1 {
  color: #ffffff;
}
.color_2 {
  color: #303334;
}
.color_3 {
  color: #5fc7e6;
}
.color_4 {
  color: #767879;
}
/*============  Backgrounds  =============*/
.bg_1 {
  background: #ffffff;
}
.bg_2 {
  background: #303334;
}
.bg_3 {
  background: #5fc7e6;
}
.bg_4 {
  background: #767879;
}
/*============  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;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
