@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Voltaire);
@import url(//fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #ffffff;
  color: #393739;
  font: 13px/22px Ubuntu, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  letter-spacing: 0.04em;
}
header {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #69d3ed;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.label-number,
.post {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
#content {
  overflow: hidden;
}
/*========================================================
                    header
=========================================================*/
.header-logo {
  float: left;
  padding-top: 23px;
}
.header-logo img {
  margin-left: -4px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .header-logo img {
    width: auto;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo h1 {
  font-size: 48px;
  line-height: 30px;
  color: #443f43;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-family: Voltaire;
  padding-right: 30px;
}
@media only screen and (max-width: 979px) {
  .header-logo h1 {
    padding-right: 10px;
  }
}
.header-logo .logo {
  float: left;
  padding-top: 23px;
  position: relative;
}
.header-logo .logo:after {
  display: block;
  position: absolute;
  bottom: -77px;
  right: -8px;
  width: 15px;
  overflow: hidden;
  content: '';
  width: 14%;
  height: 29px;
  z-index: 999999;
  
}
@media only screen and (max-width: 767px) {
  .header-logo .logo:after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo .logo {
    float: none;
  }
}
.header-logo .logo-quote {
  float: right;
  border-left: 1px #e5e3e5 solid;
  font-size: 10px;
  text-transform: uppercase;
  color: #bab4b8;
  letter-spacing: 0.2em;
  line-height: 40px;
  padding-top: 22px;
  padding-left: 33px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .header-logo .logo-quote {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo .logo-quote {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo {
    padding-top: 23px;
    float: none;
    padding-bottom: 14px;
    padding-left: 9%;
  }
}
.header-navigation {
  float: right;
}
@media only screen and (max-width: 767px) {
  .header-navigation {
    padding-bottom: 10px;
    float: none;
  }
}
/*========================================================
                   header menu
=========================================================*/
nav ul {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 4px 25px;
  color: #615d60;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
  font-size: 11px;
  line-height: 40px;
  font-family: Ubuntu, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 44px 18px;
  padding-bottom: 42px;
  position: relative;
}
.sf-menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0%;
  content: "";
  z-index: -1;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #69d3ed;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  background-color: #69d3ed;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover:after,
.sf-menu > li.sfHover > a:after {
  bottom: -20px;
  visibility: visible;
}
.sf-menu > li.current > a:after,
.sf-menu > li.sfHover > a:after {
  bottom: -20px;
  visibility: visible;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  background-color: #69d3ed;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:after {
  bottom: -20px;
  visibility: visible;
}
.sf-menu a:hover:after {
  bottom: -20px;
  visibility: visible;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover:after {
  bottom: -20px;
  visibility: visible;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 150px;
  left: -2px;
  background: #69d3ed;
  padding: 9px -2px;
  width: 162px;
  z-index: 2;
  display: none;
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 17px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
}
.sf-menu ul li.sfHover > a {
  color: #443f43;
}
.sf-menu ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
  font-family: Roboto, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
}
.sf-menu ul li a:hover {
  color: #443f43;
}
.sf-menu ul li a:hover {
  color: #443f43;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #443f43;
}
.sf-menu ul li.sfHover > a:after {
  background-color: #69d3ed !important;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -51px;
  left: 170px;
  background: #69d3ed;
  z-index: 1;
  padding-top: 16px;
  padding-left: -12px;
  padding-bottom: 16px;
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  text-decoration: none;
  font-family: Roboto, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
}
.sf-menu ul ul li a:hover {
  color: #443f43;
}
.current .sub-menu a {
  background-color: #69d3ed;
}
.current .sub-menu a:after {
  bottom: -20px;
  visibility: visible;
}
.current {
  background-color: #69d3ed;
}
.current > a {
  color: #ffffff !important;
}
.current > a:after {
  bottom: -20px;
  visibility: visible;
}
.inner:hover:after {
  bottom: -20px;
  visibility: visible;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 44px 3px;
  }
  .sf-menu ul ul {
    top: 6px;
    left: -188px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    padding-top: 0px;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header-logo {
  padding-top: 5px;
}
.isStuck .header-logo .logo:after {
  display: none;
}
.isStuck .sf-menu > li > a {
  padding: 24px 18px;
  padding-bottom: 3px;
}
.isStuck .sf-menu ul {
  position: absolute;
  top: 87px;
}
.isStuck .sf-menu ul ul {
  top: 5px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
.align-center {
  text-align: center;
}
.dark-3-title {
  color: #443f43;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Voltaire;
  font-size: 32px;
  line-height: 50px;
}
.dark-3-title a {
  color: #443f43;
}
.dark-3-title a:hover {
  color: #69d3ed;
}
@media only screen and (max-width: 979px) {
  .dark-3-title {
    font-size: 27px;
    line-height: 29px;
  }
}
.back-dark {
  background-color: #443f43;
}
.back-light-blue {
  background-color: #69d3ed;
}
/*========================================================
                    titles
=========================================================*/
.white-3-title {
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Voltaire;
  font-size: 32px;
  line-height: 50px;
}
.white-3-title a {
  color: #443f43;
}
.white-3-title a:hover {
  color: #69d3ed;
}
.dark-2-title {
  color: #443f43;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Voltaire;
  font-size: 72px;
  line-height: 50px;
}
.blue-3-title {
  color: #69d3ed;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Voltaire;
  font-size: 22px;
  line-height: 50px;
}
.dark-5-title {
  color: #443f43;
  letter-spacing: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: Voltaire;
  font-size: 22px;
  line-height: 50px;
}
@media only screen and (max-width: 1199px) {
  .dark-5-title {
    line-height: 30px;
  }
}
.white-5-title {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: Voltaire;
  font-size: 27px;
  line-height: 34px;
}
.blue-5-title {
  color: #69d3ed;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Voltaire;
  font-size: 16px;
  line-height: 50px;
}
.blue-5-title a:hover {
  color: #443f43;
}
@media only screen and (max-width: 1199px) {
  .blue-5-title {
    line-height: 19px;
    padding-top: 10px;
  }
}
.label-big-number .label-number {
  height: 29px;
  overflow: hidden;
  font-size: 104px;
  color: #69d3ed;
  letter-spacing: 0.06em;
  font-family: Voltaire;
  padding-top: 33px;
  margin-bottom: 25px;
}
.more-link {
  font-size: 14px;
  line-height: 47px;
  display: inline-block;
  padding: 0px 42px;
  color: #ffffff;
  background-color: #69d3ed;
  text-transform: uppercase;
  font-family: Voltaire;
}
.more-link:hover {
  background-color: #ffffff;
  color: #443f43;
}
.wrap4 {
  padding-top: 52px;
  padding-bottom: 102px;
}
.wrap4 h3 {
  padding-top: 24px;
  padding-bottom: 10px;
}
.wrap4 p {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  padding: 0 20px;
  padding-top: 2px;
}
.wrap4 .more-link {
  margin-top: 26px;
}
.wrap4 .border {
  padding-bottom: 34px;
}
.border-top {
  border-top: 1px #e5e6e0 solid;
  margin-top: 28px;
  margin-bottom: 38px;
}
.border {
  border: 1px #e5e6e0 solid;
}
.pb21 {
  padding-bottom: 21px;
}
.mt-17 {
  margin-top: -17px;
}
.mt-15 {
  margin-top: -15px;
}
@media only screen and (max-width: 1199px) {
  .mt-15 {
    margin-top: 0;
  }
}
.mt10 {
  margin-top: 10px;
}
/*========================================================
                    carousel
=========================================================*/
#owl {
  overflow: hidden;
  z-index: 1;
  color: #fff;
  position: relative;
  margin-top: 55px;
  padding: 0px 0px 0px;
}
#owl .owl-item {
  float: left;
  width: 100%;
}
#owl .item {
  padding: 28px 0px 0px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 479px) {
  #owl .item p {
    font-size: 19px !important;
    line-height: 25px !important;
  }
}
@media only screen and (max-width: 479px) {
  #owl .item .big-text2 #owl .item p {
    font-size: 19px !important;
    line-height: 25px !important;
  }
}
#owl .item .col1 {
  padding-top: 26px;
}
#owl .item a.btn {
  display: block;
  padding-right: 0;
  margin-right: 38px;
  margin-top: 19px;
}
.owl-wrapper-outer {
  overflow: hidden;
  padding-top: 0px;
}
.owl-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#owl .owl-prev,
#owl .owl-next {
  position: absolute;
  padding-top: 18px;
  top: 35px;
  width: 35px;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
#owl .owl-prev:before,
#owl .owl-next:before {
  display: block;
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 24px;
  color: #443f43;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#owl .owl-prev:hover:before,
#owl .owl-next:hover:before {
  color: #69d3ed;
}
#owl .owl-prev {
  right: 42px;
}
#owl .owl-prev:before {
  content: '\f104';
}
#owl .owl-prev:before:hover {
  color: #69d3ed;
}
#owl .owl-prev:hover:before {
  color: #69d3ed;
}
#owl .owl-next {
  right: -9px;
}
#owl .owl-next:before {
  content: '\f105';
}
.owl-buttons:after {
  content: '';
  display: block;
  border-left: 1px #e5e3e5 solid;
  height: 57px;
  width: 2px;
  position: absolute;
  right: 31px;
  top: 39px;
}
/* Owl content */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
@media only screen and (max-width: 979px) {
  #owl .owl-prev,
  #owl .owl-next {
    top: 8px;
  }
  .owl-buttons:after {
    top: 11px;
  }
}
@media only screen and (max-width: 479px) {
  #owl .owl-prev,
  #owl .owl-next {
    position: relative;
  }
  #owl .owl-prev {
    float: left;
    right: auto;
  }
  .owl-buttons:after {
    top: auto;
    bottom: -27px;
    right: auto;
    left: 38px;
  }
}
.filtering {
  padding-bottom: 145px;
}
.filtering .element-item {
  float: left;
  width: 33.333333333333336%;
}
.filtering .element-item img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .filtering .element-item {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
/*========================================================
                    filtering
=========================================================*/
.filtering .post-image .post-image,
.wrap-3 .post-image {
  position: relative;
}
.filtering .post-image .post-image:after,
.wrap-3 .post-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: url('../images/back_black.png');
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.filtering .post-image .post-image .img-span,
.wrap-3 .post-image .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 6;
  text-align: left;
  line-height: 100%;
  color: #ffffff;
  visibility: hidden;
  padding-left: 29px;
  padding-right: 15px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.filtering .post-image .post-image .img-span .fa,
.wrap-3 .post-image .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: #69d3ed;
  font-size: 0px;
}
.filtering .post-image .post-image:hover .img-span,
.wrap-3 .post-image:hover .img-span {
  width: 100%;
  height: 100%;
  padding-bottom: 5px
      left: 0%;
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 979px) {
  .filtering .post-image .post-image:hover .img-span,
  .wrap-3 .post-image:hover .img-span {
    bottom: 20px;
    top: 20%;
  }
}
.filtering .post-image .post-image:hover a .img-span .fa,
.wrap-3 .post-image:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
.filtering .post-image .post-image:hover:after,
.wrap-3 .post-image:hover:after {
  opacity: 100;
  -moz-opacity: 100;
  filter: alpha(opacity=100);
  visibility: visible;
}
.filtering .post-image .post-image:hover .img-span,
.wrap-3 .post-image:hover .img-span {
  visibility: visible;
}
.white {
  color: #ffffff;
}
.secondary-menu {
  margin-top: 8px;
}
/*========================================================
                    content menu
=========================================================*/
.content-menu {
  display: inline-block;
  margin-bottom: 45px;
}
.content-menu ul li {
  float: left;
}
.content-menu ul li a {
  color: #443f43;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: Voltaire;
  font-size: 22px;
  line-height: 48px;
  display: inline-block;
  border: 1px #e5e6e0 solid;
  position: relative;
  margin-right: 3px;
  padding: 0 20px;
}
.content-menu ul li a:after {
  display: block;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -4px;
  content: '';
  border: 5px transparent solid;
  border-top: 5px transparent solid;
}
.content-menu ul li a:hover {
  background-color: #69d3ed;
  border: 1px #69d3ed solid;
  color: #ffffff;
}
.content-menu ul li a:hover:after {
  border-top: 5px #69d3ed solid;
}
.content-menu ul li a.is-checked {
  background-color: #69d3ed;
  border: 1px #69d3ed solid;
  color: #ffffff;
}
.content-menu ul li a.is-checked:after {
  border-top: 5px #69d3ed solid;
}
@media only screen and (max-width: 767px) {
  .content-menu ul li a {
    margin-bottom: 10px;
  }
}
/*========================================================
                    input login
=========================================================*/
.login {
  padding-top: 26px;
  padding-bottom: 164px;
}
.login h3 {
  float: left;
  margin-right: 111px;
}
@media only screen and (max-width: 979px) {
  .login h3 {
    float: none;
    margin-right: 0;
  }
}
.login label input {
  font-size: 13px;
  line-height: 22px;
  padding-top: 19px;
  padding-bottom: 10px;
  font-family: Ubuntu;
  color: #928e92;
  font-weight: 300;
  border: none;
  border-bottom: 1px #e5e6e0 solid;
  width: 100%;
  margin-right: 12px;
}
@media only screen and (max-width: 479px) {
  .login label input {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .login a {
    margin-top: 11px;
  }
}
.s22 {
  font-size: 22px;
}
.wrapper2 .post {
  padding-bottom: 127px;
}
.wrapper2 .post .post-image {
  margin-top: -6px;
  padding-bottom: 40px;
}
.wrapper2 .post p {
  padding-right: 17px;
  padding-bottom: 13px;
}
.testi-icon {
  font-size: 56px;
  color: #69d3ed;
  margin-top: -12px;
  margin-bottom: -5px;
}
.testi {
  padding-bottom: 126px;
}
.pt5 {
  padding-top: 5px;
}
.pb18 {
  padding-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .post {
    margin-bottom: 20px;
  }
}
.top-banner {
  height: 62px;
  background: url('../images/top_banner.jpg') 0 bottom no-repeat;
  background-size: cover;
  margin-bottom: 105px;
}
.wrap2 {
  padding-bottom: 85px;
}
.wrap2 .dark-5-title {
  letter-spacing: 0em;
  line-height: 28px;
  padding-bottom: 16px;
}
.wrap2 .post-image {
  float: right;
  margin-left: 32px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .wrap2 .post-image {
    float: none;
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.wrap2 p {
  padding-bottom: 21px;
}
.mt45 {
  margin-top: 45px;
}
.white {
  color: #ffffff;
}
.f_left {
  float: left;
}
.half {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .half {
    width: 100%;
    margin-bottom: 10px;
  }
}
.wrap1 .post-image {
  float: left;
}
@media only screen and (max-width: 767px) {
  .wrap1 .post-image {
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap1 .maxheight {
    max-height: 300px;
  }
}
.wrap1 .post-info {
  overflow: hidden;
}
.small-center {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.small-center p {
  line-height: 18px;
  padding-bottom: 18px;
  padding-top: 79px;
}
@media only screen and (max-width: 767px) {
  .small-center p {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .small-center {
    padding-bottom: 20px;
  }
}
.before {
  position: relative;
}
.before:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-right: 7px solid #443f43;
  left: -14px;
  top: 50%;
  margin-top: -4px;
}
.back-dark .before:before {
  border-right: 7px solid #443f43;
}
.back-light-blue .before:before {
  border-right: 7px solid #69d3ed;
}
ul.icons-contact {
  display: inline-block;
  padding-top: 15px;
}
ul.icons-contact li {
  float: left;
}
ul.icons-contact li a {
  color: #ffffff;
  padding: 0 6px;
  font-size: 22px;
}
.icon-contact1 {
  padding-bottom: 71px;
}
.mb45 {
  margin-bottom: 45px;
}
.back-light-blue a:hover {
  color: #443f43;
}
.back-dark a:hover {
  color: #69d3ed;
}
.mb105 {
  margin-bottom: 105px;
}
/*========================================================
                    label post
=========================================================*/
.label-post {
  padding-bottom: 31px;
}
.label-post .label {
  margin-right: 30px;
  font-size: 40px;
  color: #ffffff;
  font-size: Ubuntu Condensed;
  text-align: center;
  float: left;
  background-color: #69d3ed;
  width: 60px;
  height: 46px;
  padding-top: 20px;
  position: relative;
}
.label-post .label:after {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left: 17px solid #69d3ed;
  right: -20px;
  top: 23%;
  margin-top: -4px;
}
.label-post .post-info {
  overflow: hidden;
}
.label-post .post-info h5 {
  margin-top: -14px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 1199px) {
  .label-post .post-info h5 {
    margin-top: 0;
  }
}
.simple p {
  padding-bottom: 23px;
}
.mb32 {
  margin-bottom: 32px;
}
.mb47 {
  margin-bottom: 47px;
}
.pt6 {
  padding-top: 6px;
  padding-bottom: 15px;
}
.lt0 {
  letter-spacing: 0em !important;
}
.lh28 {
  line-height: 28px !important;
}
.normal p {
  font-size: 13px;
  line-height: 22px;
  text-transform: none !important;
  letter-spacing: 0.04em;
  font-weight: 300;
  padding: 0 16px;
  padding-bottom: 16px;
}
.normal .label-number {
  margin-bottom: 0;
}
.normal h3 {
  padding-top: 0 !important;
}
.normal .lh28 {
  margin-top: -6px;
  padding: 0 23px;
  padding-bottom: 15px;
}
.pt4 {
  padding-top: 4px !important;
}
.simple24 {
  margin-bottom: 58px;
}
.simple24 .grid_4 {
  padding-bottom: 24px;
}
.wrap1-1 .post-image {
  float: left;
}
@media only screen and (max-width: 979px) {
  .wrap1-1 .post-image {
    float: none;
    margin-bottom: 15px;
    margin-right: 0px !important;
  }
}
.pb96 {
  padding-bottom: 96px;
}
.post-meta {
  font-family: Voltaire;
  font-size: 14px;
  color: #69d3ed;
  text-transform: uppercase;
}
.simple_wrap1-2 {
  margin-top: -6px;
  padding-bottom: 18px;
}
.simple_wrap1-2 .post-image {
  margin-right: 28px;
}
.simple_wrap1-2 .post-meta {
  margin-top: -4px;
}
@media only screen and (max-width: 1199px) {
  .simple_wrap1-2 .post-meta {
    margin-top: 5px;
  }
}
.simple_wrap1-2 .dark-5-title {
  margin-top: -14px;
}
@media only screen and (max-width: 1199px) {
  .simple_wrap1-2 .dark-5-title {
    margin-top: -5px;
  }
}
.simple_wrap1-2 p {
  margin-top: -7px;
}
.simple_wrap1-2 .wrap1-1 {
  padding-bottom: 59px;
}
@media only screen and (max-width: 767px) {
  .simple .grid_6 {
    padding-bottom: 25px;
  }
}
/*========================================================
                    gallery
=========================================================*/
.gall_item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.gall_item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: url('../images/back_black.png');
  z-index: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.gall_item .img-span {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 57px;
  padding: 0px 38px;
  z-index: 6;
  text-align: left;
  line-height: 100%;
  color: #ffffff;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.gall_item .img-span .img-info {
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;
  z-index: 103;
}
.gall_item .img-span p {
  padding-top: 15px;
}
@media only screen and (max-width: 979px) {
  .gall_item .img-span {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .gall_item .img-span {
    bottom: 19px;
  }
}
.gall_item .img-span2 {
  bottom: 25px !important;
}
@media only screen and (max-width: 979px) {
  .gall_item .img-span2 {
    text-align: center;
  }
}
.gall_item img {
  background-color: #fff;
  width: 100%;
}
.gall_item:hover:after {
  opacity: 100;
  -moz-opacity: 100;
  filter: alpha(opacity=100);
  visibility: visible;
}
.gall_item:hover .img-span {
  visibility: visible;
}
.pb87 {
  padding-bottom: 87px;
}
.icons-wrap {
  margin-top: -6px;
  padding-bottom: 69px;
}
.icons-wrap .fa {
  font-size: 18px;
  color: #69d3ed;
  float: left;
  line-height: 19px;
  margin-right: 7px;
}
.icons-wrap h5 {
  line-height: 21px;
}
.icons-wrap .post-image {
  margin-right: 29px;
  margin-bottom: 15px;
}
.icons-wrap .mt-7 {
  line-height: 24px;
  padding-bottom: 19px;
}
.icons-wrap .item-p {
  padding-top: 5px;
  padding-bottom: 28px;
}
.mt-7 {
  margin-top: -7px;
}
.mb43 {
  margin-bottom: 43px;
}
.mb-13 {
  margin-bottom: -13px;
}
.pt36 {
  padding-top: 36px;
}
.mr29 {
  margin-right: 29px;
}
.mb54 {
  margin-bottom: 54px;
}
.blog-title {
  margin-top: -3px;
  line-height: 27px;
  padding-bottom: 15px;
}
.blog-post {
  padding-bottom: 23px;
}
.blog-post p {
  padding-bottom: 22px;
}
/*========================================================
                    map
=========================================================*/
.map {
  padding-bottom: 16px;
  padding-top: 18px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.contact-meta {
  font-size: 15px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
  padding-bottom: 12px;
}
.contacts {
  padding-top: 15px;
  width: 178px;
}
.contacts a {
  text-decoration: underline;
  color: #69d3ed;
}
.contacts a:hover {
  color: #ccc;
}
.contacts br.s_br {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .contacts br.s_br {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .contacts br.s_br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .contacts {
    padding-bottom: 25px;
  }
}
.to-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .to-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .to-right {
    float: right;
  }
}
/*========================================================
                    contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #928e92;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 11px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  color: #928e92;
  padding: 10px 14px;
  outline: none;
  font-weight: 400;
  height: 41px;
  border: 1px solid #e9ebe5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  border: 1px solid #e9ebe5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 18px;
  color: #928e92;
  resize: none;
  height: 320px;
  background-color: #ffffff;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  text-transform: none;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.contact-form-body {
  padding-bottom: 98px;
  padding-bottom: 58px;
}
.send-button {
  float: right;
  padding: 0px 50px !important;
}
.send-button .pink-more {
  margin-top: 18px;
}
@media only screen and (max-width: 1199px) {
  label.name,
  label.email {
    width: 100% !important;
  }
}
label.name,
label.email {
  width: 84%!important;
}
.form-buttons {
  margin-top: 6px;
}
/*========================================================
                    block page-text
=========================================================*/
.page-text {
  padding-bottom: 99px;
}
.page-text p {
  padding-top: 14px;
  padding-bottom: 30px;
}
.page-text a {
  color: #69d3ed;
  text-decoration: underline;
}
.page-text a:hover {
  color: #443f43;
}
/*========================================================
                   footer
=========================================================*/
footer {
  background-color: #69d3ed;
  padding-bottom: 49px;
  color: #ffffff;
  font-size: 10px;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #443f43;
}
footer .footer-logo {
  float: left;
  padding-top: 54px;
}
footer .footer-logo img {
  margin-left: -4px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  footer .footer-logo img {
    width: auto;
  }
}
footer .footer-logo a {
  display: inline-block;
}
footer .footer-logo h1 {
  font-size: 48px;
  line-height: 30px;
  color: #ffffff;
  font-family: Voltaire;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-right: 30px;
}
@media only screen and (max-width: 979px) {
  footer .footer-logo h1 {
    padding-right: 10px;
  }
}
footer .footer-logo .logo {
  float: left;
  padding-top: 23px;
  position: relative;
}
footer .footer-logo .logo:after {
  display: block;
  position: absolute;
  bottom: -11px;
  right: 0;
  width: 15px;
  overflow: hidden;
  content: '';
  border: 5px transparent solid;
  border-top: 5px transparent solid;
}
@media only screen and (max-width: 479px) {
  footer .footer-logo .logo:after {
    float: none;
  }
}
footer .footer-logo .logo-quote {
  float: right;
  border-left: 1px #8ddef1 solid;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.06em;
  line-height: 40px;
  padding-top: 22px;
  padding-left: 33px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-logo .logo-quote {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-logo .logo-quote {
    border-left: none;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-logo .logo-quote {
    float: none;
    padding-top: 56px;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-logo {
    float: none;
  }
}
footer .footer-socials {
  float: right;
  padding-top: 70px;
}
footer .footer-socials li {
  float: left;
}
footer .footer-socials li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 500px;
  background-color: #ffffff;
  color: #69d3ed;
  font-size: 17px;
  text-align: center;
  margin-left: 11px;
}
footer .footer-socials li a .fa {
  line-height: 44px;
}
footer .footer-socials li a:hover {
  background-color: #443f43;
}
@media only screen and (max-width: 767px) {
  footer .footer-socials {
    float: none;
    padding-top: 158px;
  }
}
@media only screen and (max-width: 479px) {
  footer .footer-socials {
    padding-top: 5px;
  }
}
.item-post-meta a:hover {
  color: #443f43;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 50px !important;
  border-radius: 50px;
  height: 44px;
  width: 44px;
  background-color: #ffffff;
  text-align: center;
  z-index: 999;
  color: #69d3ed;
  font-size: 22px;
  line-height: 44px;
}
#toTop:hover {
  background-color: #443f43;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
.signal .more-link:hover {
  background-color: #ffffff;
}
.signal .more-link:hover .signal {
  background-color: #69d3ed;
}
.dark {
  color: #443f43 !important;
}
.back-blue-for-hover {
  background-color: #69d3ed;
}
.back-blue-for-hover p {
  color: #ffffff !important;
}
.back-blue-for-hover h3 {
  color: #ffffff !important;
}
.signal:hover .label-number {
  color: #443f43;
}
.signal:hover .post {
  background-color: #69d3ed;
}
.signal:hover .post p {
  color: #ffffff !important;
}
.signal:hover .post h3 {
  color: #ffffff !important;
}
.signal:hover .post h5 {
  color: #ffffff;
}
.signal:hover .post .blue-5-title a {
  color: #ffffff !important;
}
.signal:hover .post .blue-5-title a:hover {
  color: #443f43 !important;
}
.signal:hover .more-link {
  background-color: #ffffff;
  color: #443f43 !important;
}
.signal:hover .more-link:hover {
  background-color: #443f43;
  color: #ffffff !important;
}
.pb85 {
  padding-bottom: 85px;
}
@media only screen and (max-width: 979px) {
  .wrap-change {
    overflow: visible !important;
  }
}
.grid_3 img {
  width: 100%;
}
.grid_6 .post img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .item-post-meta {
    padding-top: 6px;
  }
}
/* Forms
---------------------------------------- */
#form1 {
  position: relative;
}
#form1 textarea {
  border: 1px solid #000;
  border-radius: 10px;
  background: #CCC;
  color: #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 12px;
  line-height: 1.2307em;
  padding: 5px 0 5px 10px;
  width: 300px;
  height: 100px;
  overflow: auto;
  outline: none;
}
#form1 label {
  display: inline-block;
  min-height: 30px;
}
#form1 .error {
  display: block;
  overflow: hidden;
  height: 0px;
  font-size: 10px;
  color: #F00;
  -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;
}
#form1 .success {
  width: 200px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 0 10px 10px;
  background: #CCC;
  color: #333;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
#form1 label.invalid .error {
  /*display: block;*/
  height: 19px;
}
label.email2 {
  width: 66% !important;
  float: left;
}
@media only screen and (max-width: 767px) {
  label.email2 {
    float: none;
    width: 100%;
  }
}
.btns a {
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .btns a {
    margin-left: 0;
    margin-top: 15px;
  }
}
.login .more-link:hover {
  border: 1px #f0f1ed solid;
}
