@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Verdana);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; 
}
* {
  outline: none;
}
body {
  background: #ffffff;
  /*background-color: #ccc;*/
  color: #54b5bf;
  font: 14px/20px Roboto Condensed, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  letter-spacing: 0.025em;
}
header {
  background-color: #ffffff;
  padding-bottom: 23px;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
	color: #00F;
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
/*========================================================
                    color backgrounds
=========================================================*/
#content {
  overflow: hidden;
}
.back-green {
  background-color: #54b5bf;
}
.back-light-orange {
  background-color: #f2a516;
}
.back-orange {
  background-color: #f24e29;
}
.back-dark-red {
  background-color: #8c1c1c;
}
/*========================================================
                   color text
=========================================================*/
.green {
	color: #54b5bf;
	font-weight: bold;
}
.light-orange {
  color: #f2a516;
}
.orange {
  color: #f24e29;
}
.dark-red {
	color: #900;
}
/*========================================================
                    titles
=========================================================*/
h2 {
  font-family: Medula One;
  font-size: 72px;
  line-height: 68px;
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 66px;
    line-height: 66px;
  }
}
h3 {
  font-weight: 300;
  color: #54b5bf;
  font-size: 30px;
  line-height: 36px;
}
/*========================================================
                    header navigation
=========================================================*/
.header_navigation {
  float: left;
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .header_navigation {
    float: none;
  }
}
/*========================================================
                    menu
=========================================================*/
nav ul {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
}
.sf-menu > li:first-child > a {
  padding-left: 0px !important;
}
.sf-menu > li > a {
  display: inline-block;
  margin: 4px 38px;
  color: #8c1c1c;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 36px;
  font-family: Roboto Condensed, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #54b5bf;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.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: 44px;
  left: 27px;
  background-color: #ffffff;
  z-index: 2;
  display: none;
  padding: 7px 38px 10px;
  width: 208px;
  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: light_blue;
}
.sf-menu ul li a {
  font-size: 18px;
  line-height: 32px;
  color: #8c1c1c;
  text-decoration: none;
  font-family: Roboto Condensed, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sf-menu ul li a:hover {
  color: #54b5bf;
}
.sf-menu ul li a:hover {
  color: #54b5bf;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #54b5bf;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: relative;
  top: -11px;
  background: transparent;
  right: 11px;
  z-index: 1;
  margin-left: -44px;
}
.sf-menu ul ul li {
  line-height: 30px;
}
.sf-menu ul ul li a {
  font-size: 18px;
  line-height: 32px;
  color: #8c1c1c;
  text-decoration: none;
  font-family: Roboto Condensed, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.sf-menu ul ul li a:hover {
  color: #54b5bf;
}
.current .sub-menu a {
  background-color: transparent;
}
.current {
  color: #54b5bf;
}
.current > a {
  color: #54b5bf !important;
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    margin: 4px 16px;
  }
  .sf-menu > li {
    margin-left: 2px;
  }
}
@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 {
  background: #ffffff;
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck header {
  padding-bottom: 0px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .header_navigation {
  padding-top: 6px;
}
.isStuck .header-right {
  padding-top: 17px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    header right
=========================================================*/
.header-right {
  float: right;
  padding-top: 40px;
  padding-right: 26px;
}
.header-right .header-socials ul li {
  float: left;
  padding-right: 20px;
  text-align: center;
}
.header-right .header-socials ul li a {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #8c1c1c;
  color: #ffffff;
  padding-top: 3px;
  font-size: 17px;
}
.header-right .header-socials ul li a:hover {
  background-color: #54b5bf;
}
.header-right .header-socials ul li .reverse {
  background-color: #ffffff;
  color: #8c1c1c;
}
.header-right .header-socials ul li .reverse:hover {
  background-color: #ffffff;
  color: #54b5bf;
}
@media only screen and (max-width: 767px) {
  .header-right {
    float: none;
    padding-left: 40%;
  }
}
/*========================================================
                    block with gradient
=========================================================*/
.back-gradient {
  background: url('../images/back_gradient.jpg') repeat-x;
}
.back-small-gradient {
  background: url('../images/small_back_gradient.jpg') repeat-x;
}
/*========================================================
                    small portrait
=========================================================*/
.small-portrait {
  background: url('../images/small_portrait.png') no-repeat;
  padding-bottom: 69px;
  background-position-x: 34%;
  background-position: 34% 0%;
}
.small-portrait .name-word {
  padding-top: 133px;
  padding-left: 28px;
}
.small-portrait .name-word .name-qoute {
  padding-top: 2px;
}
.promo {
  background: url('../images/portrait.png') no-repeat;
  padding-bottom: 20px;
  background-position-x: 35%;
  background-position: 35% 0%;
}
@media only screen and (max-width: 767px) {
  .promo {
    padding-bottom: 17px;
  }
}
.name-word {
  font-family: Medula One;
  font-size: 72px;
  color: #8c1c1c;
  padding-top: 243px;
  line-height: 50px;
}
.name-word .name-quote {
  font-family: Roboto Condensed;
  font-weight: 300;
  font-size: 30px;
}
@media only screen and (max-width: 979px) {
  .name-word {
    line-height: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .name-word {
    padding-top: 0px;
    line-height: 50px;
  }
}
/*========================================================
                    square menu
=========================================================*/
.squares {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .squares {
    padding-top: 0px;
  }
}
.square-menu {
  float: left;
  width: 50%;
  color: #ffffff;
  position: relative;
  height: 262px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.square-menu:before {
  content: '';
  border: 11px solid transparent;
  border-top: 10px solid white;
  position: absolute;
  left: 45%;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.square-menu .title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  padding: 0 20px;
  padding-top: 93px;
}
.square-menu .info-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 89%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.025em;
  font-size: 16px;
  color: #8ee7f0;
  visibility: hidden;
  padding: 42px 14px;
}
.square-menu:hover .info-span {
  width: 89%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  visibility: visible;
}
.square-menu:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 60px;
}
.square-menu:hover .title {
  visibility: hidden;
}
.square-menu:hover:before {
  visibility: visible;
}
@media only screen and (max-width: 979px) {
  .square-menu .info-span {
    padding: 14px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .square-menu {
    height: 226px;
  }
  .square-menu .title {
    padding-top: 56px;
  }
  .square-menu .info-span {
    padding: 14px 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .square-menu .title {
    font-size: 25px;
    line-height: 31px;
  }
  .square-menu .info-span {
    font-size: 14px;
    line-height: 14px;
    padding: 14px 9px;
  }
  .square-menu .info-span a {
    margin-top: 5px;
  }
}
.white-more {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 36px;
  color: #8ee7f0;
  display: inline-block;
  margin-top: 10px;
}
.white-more:hover {
  color: #ffffff;
}
.back-light-blue {
  background-color: #d6eff9;
}
/*========================================================
                    block back2
=========================================================*/
.back2 {
  background: url('../images/back2.png') 0 69% no-repeat;
  background-position: 69% 0%;
  padding-bottom: 41px;
}
@media only screen and (max-width: 979px) {
  .back2 {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 979px) {
  .back2 {
    background: url('../images/small_back_gradient.jpg') repeat-x;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .back2 h2.orange {
    font-size: 65px;
    line-height: 58px;
  }
}
.title1 {
  padding-top: 42px;
  position: relative;
}
.title1 .quote-above {
  position: absolute;
  top: 18px;
}
.date1 {
  padding-top: 52px;
  text-transform: uppercase;
}
.date1 .green {
  font-size: 18px;
  font-weight: 700;
}
.date1 .green .number {
  font-size: 30px;
  padding-right: 12px;
}
.date1 .orange {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  padding-top: 9px;
  letter-spacing: 0.1em;
}
.date1 .dark-red {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.05em;
  padding-top: 12px;
}
/*========================================================
                    block back 3
=========================================================*/
.back3 {
  background: url('../images/back3.png') no-repeat;
  padding-top: 42px;
  padding-bottom: 11px;
  background-position-x: 69%;
  background-position-y: 100%;
  background-position: 69% 100%;
}
@media only screen and (max-width: 360px) {
  .back3 {
    background: '';
  }
}
.label-post {
  padding-right: 21px;
  padding-bottom: 35px;
}
.label-post .label {
  float: left;
  font-size: 72px;
  font-family: Medula One;
  padding-right: 5px;
  line-height: 72px;
}
.label-post .label-info {
  overflow: hidden;
  padding-top: 3px;
}
.label-post .label-info p {
  padding-top: 17px;
}
.label-post:hover a {
	color: #54b5bf;
}
.block-pad {
  padding-top: 42px;
  background-color: #e6fafd;
}
/*========================================================
                    carousel
=========================================================*/
#owl .item p {
  position: relative;
  padding-top: 22px;
}
.big_quote {
  /* padding-right: 2px; */
  font-size: 72px;
  font-family: Medula One;
  line-height: 0px;
  /* line-height: 16px; */
  padding-top: 19px;
  display: inline-block;
}
.sec_quote {
  padding-top: 37px;
  padding-left: 11px;
}
.name-man {
  color: #8c1c1c;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 22px;
  padding-top: 16px !important;
  font-weight: 400;
}
.name-man .status {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.owl-wrapper-outer {
  overflow: hidden;
  padding-top: 0px;
}
.owl-wrapper {
  overflow: hidden;
}
#owl .owl-next {
  right: 15px;
  background-position: right bottom;
}
#owl .owl-next:hover {
  background-position: right 0;
}
#owl .owl-prev:hover {
  background-position: 0 bottom;
}
/* Owl content */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
}
#owl .owl-prev,
#owl .owl-next {
  position: absolute;
  bottom: 12px;
  right: 8px;
  width: 16px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
#owl .owl-prev:before,
#owl .owl-next:before {
  display: block;
  font-family: FontAwesome;
  font-size: 44px;
  line-height: 31px;
  color: #54b5bf;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#owl .owl-prev:hover:before,
#owl .owl-next:hover:before {
  color: #c7e1eb;
}
#owl .owl-prev {
  right: 29px;
}
#owl .owl-prev:before {
  content: '\f0d9';
}
#owl .owl-next:before {
  content: '\f0da';
}
.owl-carousel {
  display: none;
}
#owl {
  z-index: 1;
  position: relative;
  margin: 0 -10px;
  padding: 24px 0 47px;
}
#owl .owl-item {
  float: left;
}
#owl .item {
  padding: 0;
  position: relative;
  line-height: 21px;
  padding: 0 10px;
  float: none;
}
.gal_img:first-child {
  margin-left: 0;
}
.gal_img a {
  position: relative;
  display: block;
}
.gal_img a .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: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.gal_img a .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: #54b5bf;
  font-size: 0px;
}
.gal_img a img {
  width: 100%;
}
.gal_img:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.gal_img:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
@media only screen and (max-width: 979px) {
  .gal_img {
    float: none;
  }
}
.nav_buttons {
  float: right;
}
.nav_buttons ul li {
  float: left;
  text-align: center;
}
.nav_buttons ul li a {
  border-radius: 500px;
  width: 15px;
  height: 15px;
  background-color: #39373a;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}
p.dark-red {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.block-white {
  padding-top: 65px;
}
/*========================================================
                    block wrapper
=========================================================*/
.wrapper {
  padding-top: 24px;
  padding-bottom: 56px;
}
.wrapper .post-image {
  float: left;
  padding-right: 19px;
}
@media only screen and (max-width: 767px) {
  .wrapper .post-image {
    float: none;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .wrapper .post-image img {
    width: 100%;
  }
}
.wrapper .dark-red {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.wrapper .wrap-info {
  margin-top: -4px;
}
.wrapper p {
  padding-bottom: 19px;
}
.wrap_4 {
  padding-top: 24px;
  margin-bottom: 62px;
}
.wrap_4 .back-green,
.wrap_4 .back-light-orange,
.wrap_4 .back-orange,
.wrap_4 .back-dark-red {
  color: #ffffff;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 48px;
}
.wrap_4 .back-green .circle-head,
.wrap_4 .back-light-orange .circle-head,
.wrap_4 .back-orange .circle-head,
.wrap_4 .back-dark-red .circle-head {
  font-size: 72px;
  font-family: Medula One;
  width: 123px;
  height: 123px;
  margin: 0 auto;
  border: 1px #ffffff solid;
  border-radius: 500px;
  text-align: center;
  line-height: 123px;
}
.wrap_4 .back-green p,
.wrap_4 .back-light-orange p,
.wrap_4 .back-orange p,
.wrap_4 .back-dark-red p {
  padding-top: 19px;
}
@media only screen and (max-width: 767px) {
  .wrap_4 .back-green p,
  .wrap_4 .back-light-orange p,
  .wrap_4 .back-orange p,
  .wrap_4 .back-dark-red p {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_4 .back-green,
  .wrap_4 .back-light-orange,
  .wrap_4 .back-orange,
  .wrap_4 .back-dark-red {
    margin-bottom: 15px;
  }
}
/*========================================================
                    block wrap3
=========================================================*/
.wrap_3 {
  padding-top: 12px;
}
.wrap_3 .label-post {
  padding-right: 0px;
  padding-bottom: 26px;
}
.wrap_3 .label-info {
  letter-spacing: 0.05em;
  font-weight: 300;
  padding-top: 17px;
  padding-bottom: 26px;
}
.wrap_3 p {
  padding-bottom: 20px;
}
.white-block {
  padding-top: 65px;
}
.wrap_3-2 {
  padding-top: 15px;
  padding-bottom: 21px;
}
.wrap_3-2 .label-post {
  padding-bottom: 6px;
}
.wrap_3-2 h3 {
  letter-spacing: 0.025em;
}
.wrap_3-2 p {
  padding-top: 14px;
}
/*========================================================
                   block simple wrap
=========================================================*/
.simple-wrap {
  padding-top: 24px;
  padding-bottom: 52px;
}
.simple-wrap .simple-wrap-image {
  float: left;
  padding-right: 21px;
}
@media only screen and (max-width: 767px) {
  .simple-wrap .simple-wrap-image {
    float: none;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .simple-wrap .simple-wrap-image img {
    width: 100%;
  }
}
.simple-wrap .simple-wrap-info {
  overflow: hidden;
}
.simple-wrap .simple-wrap-info .simple-p {
  margin-top: -5px;
}
.simple-wrap .simple-wrap-info ul {
  padding-top: 15px;
  padding-left: 16px;
}
.simple-wrap .simple-wrap-info ul li {
  position: relative;
}
.simple-wrap .simple-wrap-info ul li a {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.simple-wrap .simple-wrap-info ul li:before {
  position: absolute;
  top: 2px;
  left: -15px;
  text-align: center;
  line-height: 36px;
  content: '\f054';
  font-size: 11px;
  font-weight: 400;
  font-family: 'FontAwesome';
  color: #8c1c1c;
}
.simple-wrap .simple-wrap-info ul li:hover a {
  color: #f24e29;
}
.testi {
  padding-top: 15px;
}
.testi p {
  position: relative;
}
.testi .name-man {
  padding-top: 6px !important;
}
.pr24 {
  padding-right: 24px;
}
.test {
  padding-bottom: 14px;
}
/*========================================================
                    map
=========================================================*/
.block-map {
  position: relative;
}
.block-map {
  height: 485px;
}
.map {
  padding-top: 11px;
  padding-bottom: 12px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.map figure {
  display: block;
  padding-top: 56px;
  margin-bottom: 24px;
}
.map figure iframe {
  width: 100%;
  height: 485px;
  max-width: 100%;
}
.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;
}
.simple-wrap1 {
  padding-top: 24px;
  padding-bottom: 47px;
}
/*========================================================
                    contact form
=========================================================*/
#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: 34px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 11px 18px;
  color: #a9a9a9;
  -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%;
  padding: 13px 10px;
  font-size: 14px;
  outline: none;
  font-weight: 400;
  color: #54b5bf;
  border: 1px solid #9fd8de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #e6fafd;
  font-family: Roboto Condensed;
}
/* 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: 15px 10px;
  font-weight: 400;
  font-size: 14px;
  color: #54b5bf;
  padding: 14px 19px;
  outline: none;
  border: 1px solid #9fd8de;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto Condensed;
  resize: none;
  height: 268px;
  background-color: #e6fafd;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 0;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 16px;
  -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 .message .empty-message,
#contact-form .message .error-message {
  top: 16px;
}
/* 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;
}
#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: 6px;
}
.contact-form-body span.label-name {
  padding-bottom: 9px;
  display: inline-block;
}
.form-buttons {
  padding-top: 3px;
  float: right;
}
.form-buttons a {
  font-size: 36px;
  display: inline-block;
  text-align: center;
  font-family: Medula One;
}
@media only screen and (max-width: 479px) {
  .form-buttons a {
    margin-top: 20px;
    float: left;
  }
}
.form-buttons a:hover {
  color: #f24e29;
}
/*========================================================
                    block page-text
=========================================================*/
.page-text {
  padding-top: 21px;
  padding-bottom: 47px;
}
.page-text p {
  padding-bottom: 25px;
}
.page-text .dark-red {
  padding-bottom: 14px;
}
.page-text a {
  font-size: 14px;
  color: #54b5bf;
  display: inline-block;
  padding-top: 15px;
}
.page-text a:hover {
  color: #8c1c1c;
}
/*========================================================
                    footer
=========================================================*/
footer {
  background-color: #d7f0fa;
  padding-top: 41px;
  padding-bottom: 71px;
}
footer .footer-logo {
  float: left;
  padding-right: 10px;
}
footer .footer-meta {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-top: 25px;
}
footer .footer-meta a {
  text-transform: uppercase;
}
footer .footer-meta a:hover {
  color: #8c1c1c;
}
/*========================================================
                    totop
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 50px !important;
  border-radius: 50px;
  height: 45px;
  width: 45px;
  text-align: center;
}
#toTop:before {
  content: '\f0d8';
  font-family: FontAwesome;
  font-size: 44px;
  display: block;
  width: 27px;
  height: 13px;
}
#toTop:hover:before {
  color: #c7e1eb;
}
@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;
  }
}
