@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  color: #a2a3a3;
  font: 14px/22px Open Sans, Arial, Tahoma, Helvetica, Verdana;
  font-weight: 400;
  background: url('../images/texture_back.jpg') repeat;
}
header {
  text-align: center;
  padding-top: 79px;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #505151;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.min-body {
  width: 1220px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 1px 0px 100px -36px #000000;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  .min-body {
    width: auto;
  }
}
h1 {
  font-family: Great Vibes;
  color: #329fa9;
  font-size: 72px;
  padding-bottom: 32px;
}
.green {
  color: #329fa9;
}
.pine {
  color: #ef7261;
}
header p {
  font-family: Georgia;
  font-style: italic;
  color: #737f80;
}
.header-logo {
  padding-bottom: 18px;
}
.header-navigation {
  background-color: #329fa9;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}
.header-navigation .flag-left,
.header-navigation .flag-right {
  position: absolute;
  top: 20px;
  display: block;
  width: 71px;
  height: 78px;
}
.header-navigation .flag-left {
  left: -71px;
  background: url('../images/flag_left.png') no-repeat;
}
@media only screen and (max-width: 1400px) {
  .header-navigation .flag-left {
    display: none;
  }
}
.header-navigation .flag-right {
  right: -71px;
  left: auto;
  background: url('../images/flag_right.png') no-repeat;
}
@media only screen and (max-width: 1400px) {
  .header-navigation .flag-right {
    display: none;
  }
}
nav {
  border-top: 4px #64babf double;
  border-bottom: 4px #64babf double;
}
@media only screen and (max-width: 747px) {
  nav {
    border: none;
  }
}
nav ul {
  display: inline-block;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
}
.sf-menu > li:first-child {
  margin-right: 0;
}
.sf-menu > li > a {
  display: inline-block;
  margin: 12px -2px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 15px;
  line-height: 39px;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
  margin-left: 55px;
}
.sf-menu > li:first-child a {
  margin-left: 0;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #a5eef7;
  -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: 53px;
  left: 30px;
  background: #ef7261;
  padding: 9px -2px;
  width: 119px;
  z-index: 100;
  display: none;
  padding-top: 16px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 17px;
  text-align: left;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-bottom: 7px solid #ef7261;
  left: 50%;
  margin-left: -7px;
  top: -14px;
}
@media only screen and (max-width: 979px) {
  .sf-menu ul {
    top: 52px;
  }
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
  border-bottom: 1px #f3988c solid;
}
.sf-menu ul li.sfHover > a {
  font-weight: 700;
}
.sf-menu ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  text-transform: lowercase;
  font-family: Arial, Tahoma, Helvetica, Verdana;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu ul li a:hover {
  font-weight: 700;
}
.sf-menu ul li a:hover {
  font-weight: 700;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  font-weight: 700;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -13px;
  left: 101px;
  text-align: left;
  z-index: 100;
  padding-top: 16px;
  padding-left: 18px;
  padding-bottom: 17px;
  padding-right: 18px;
  background-color: #329fa9;
}
.sf-menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-right: 7px solid #329fa9;
  left: -7px;
  top: 10px;
}
@media only screen and (max-width: 979px) {
  .sf-menu ul ul {
    width: 155px;
  }
}
.sf-menu ul ul li {
  line-height: 30px;
  border-bottom: 1px #a7d6db solid;
}
.sf-menu ul ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, Tahoma, Helvetica, Verdana;
  text-transform: lowercase;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu ul ul li a:hover {
  font-weight: 700;
}
.current {
  color: #a5eef7;
}
.current > a {
  color: #a5eef7 !important;
}
@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: 90%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  height: 34px;
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .blue_border_bottom {
  display: none;
}
.isStuck .header-logo {
  display: none;
}
.isStuck .header-navigation {
  width: 1220px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
.top-banner {
  background: url('../images/top_banner.jpg') no-repeat;
  padding-top: 87px;
  padding-bottom: 87px;
}
.search {
  background-color: #ffffff;
  padding: 30px;
  padding-bottom: 36px;
}
.search form {
  padding-top: 7px;
  font-size: 14px;
  color: #626565;
  font-family: Open Sans;
  font-weight: 300;
}
.search form input {
  border: 1px #bdc3c3 solid;
  margin-top: 14px;
  padding: 4px;
  width: 97%;
}
.search form .m2 {
  margin-top: 8px;
  margin-bottom: 17px;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.pb4 {
  padding-bottom: 4px;
}
.search p {
  padding-top: 20px;
  padding-bottom: 36px;
}
.contact-title {
  font-size: 36px;
  font-family: Georgia;
  font-style: italic;
  line-height: 42px;
  border-bottom: 4px #e3e5e6 double;
  padding-bottom: 5px;
}
.contact-title .title-meta {
  color: #737f80;
  font-family: Open Sans;
  font-size: 16px;
  text-transform: uppercase;
  font-style: normal;
  padding-top: 10px;
}
@media only screen and (max-width: 979px) {
  .contact-title .title-meta {
    line-height: 16px;
  }
}
@media only screen and (max-width: 979px) {
  .contact-title {
    line-height: 36px;
  }
}
.pl16 {
  padding-left: 16px;
}
select.select1 {
  width: 100px;
  height: 26px;
  border: 1px #bdc3c3 solid;
  -webkit-appearance: none;
  background-image: url('../images/select_arrow.png');
  background-position: 93% center;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
  color: #bdc3c3;
}
select.select2 {
  width: 100% !important;
}
select::-ms-expand {
  display: none;
}
.pt13 {
  padding-top: 13px;
}
.back-pine {
  background-color: #ef7261;
}
.back-pine:hover {
  background-color: #329fa9;
}
.back-green {
  background-color: #329fa9;
}
.back-green:hover {
  background-color: #ef7261;
}
.button-link {
  display: inline-block;
  padding: 5px 25px;
  font-family: Open Sans;
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 479px) {
  .button-link {
    margin-bottom: 10px;
  }
}
h2 {
  font-size: 30px;
  font-style: italic;
  color: #839495;
  font-family: Georgia;
  text-align: center;
  line-height: 34px;
  padding-top: 55px;
  padding-bottom: 18px;
}
h2 .pine {
  font-size: 18px;
}
h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: Georgia;
  font-style: italic;
}
.man-info {
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
  cursor: default !important;
}
.man-info .post-info {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px #cbe3e6 solid;
  padding-left: 19px;
  padding-right: 19px;
  width: 100%;
  height: 1%;
  bottom: 100%
    right: 0%;
  left: 0%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #ffffff;
}
.man-info .post-info .name {
  font-size: 17px;
  line-height: 48px;
  color: #329fa9;
  border-bottom: 4px #e3e5e6 double;
}
@media only screen and (max-width: 1199px) {
  .man-info .post-info .name {
    line-height: 27px;
  }
}
.man-info .post-info .man-socials {
  text-align: center;
}
.man-info .post-info .man-socials li {
  float: left;
  margin-left: 10px;
}
.man-info .post-info .man-socials li a {
  display: inline-block;
  background-color: #a9d7dc;
  width: 26px;
  height: 26px;
  border-radius: 500px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
}
.man-info .post-info .man-socials li a .fa {
  line-height: 26px;
}
.man-info .post-info .man-socials li a:hover {
  background-color: #ef7261;
}
.man-info .post-info .man-socials li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 979px) {
  .man-info .post-info p {
    display: none;
  }
  .man-info .post-info .man-socials {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .man-info .post-info p {
    display: inline-block;
  }
  .man-info .post-info .man-socials {
    margin-top: 0px;
  }
}
.man-info:hover .post-info {
  bottom: 0%;
  height: 100%;
}
.back-grey {
  background-color: #f8f8f8;
}
.pt30 {
  padding-top: 30px;
}
.pb14 {
  padding-bottom: 14px;
}
.align-center {
  text-align: center;
}
.center-pad-p {
  padding: 0px 80px;
}
@media only screen and (max-width: 767px) {
  .center-pad-p {
    padding: 0px 5px;
  }
}
.center-meta {
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  border-top: 4px #e3e5e6 double;
  display: inline-block;
  margin-top: 46px;
}
.wrapper1 {
  padding-bottom: 50px;
}
.wrapper1 .post-img {
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 747px) {
  .wrapper1 .post-img {
    float: none;
    margin-right: 0;
  }
}
.wrapper1 .wrapper-links {
  padding-top: 22px;
}
.wrapper1 .wrapper-links li {
  float: left;
  border: 1px #e3e5e6 solid;
  border-right: none;
}
.wrapper1 .wrapper-links li a {
  display: inline-block;
  width: 26px;
  height: 24px;
  text-align: center;
  color: #a2a3a3;
}
.wrapper1 .wrapper-links li a .fa {
  line-height: 24px;
}
.wrapper1 .wrapper-links li a:hover {
  color: #ef7261;
}
.wrapper1 .wrapper-links li:last-child {
  border: 1px #e3e5e6 solid;
}
.wrapper-name {
  font-size: 18px;
  font-weight: 300;
  color: #ef7261;
}
.pb48 {
  padding-bottom: 48px;
}
.align-left {
  text-align: left;
}
.label-post {
  margin-bottom: 44px;
}
.label-post .label {
  float: left;
  margin-right: 30px;
}
.label-post .post-info {
  overflow: hidden;
}
.pt20 {
  padding-top: 20px;
}
.uppercase {
  text-transform: uppercase;
}
.conf-pad-h2 {
  padding-top: 79px;
  padding-bottom: 23px;
}
.pb0 {
  padding-bottom: 0;
}
.pt52 {
  padding-top: 52px;
}
a.pine {
  color: #ef7261;
}
a.pine:hover {
  color: #329fa9;
}
.listing li {
  position: relative;
  padding-left: 5px;
}
.listing li a {
  color: #505151;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
}
.listing li a:hover {
  color: #329fa9;
}
.listing li:before {
  position: absolute;
  top: 1px;
  left: -12px;
  text-align: center;
  line-height: 34px;
  content: '\f054';
  font-size: 14px;
  font-family: 'FontAwesome';
  color: #ef7261;
  display: inline-block;
}
.image-link {
  position: relative;
  margin-top: 53px;
}
.image-link .link {
  position: absolute;
  left: 50%;
  margin-left: -93px;
  top: 50%;
  margin-top: -24px;
  border-radius: 5px;
  background-image: url('../images/opacity_back.png');
  color: #329fa9;
  overflow: hidden;
  text-align: center;
  line-height: 34px;
  padding: 8px 30px;
}
.image-link .link a {
  color: #329fa9;
}
.image-link .link a:hover {
  color: #ef7261;
}
.post-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-image .hover-image {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1%;
  top: 0;
  left: 0;
  right: 0;
  border: 6px #329fa9 solid;
  background: url('../images/icon_to_large.png') 45% 45% no-repeat;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post-image .image-info {
  position: absolute;
  background-color: #f3f3f3;
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
  color: #a2a3a3;
  font-size: 17px;
  line-height: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  visibility: visible;
  padding-left: 38px;
}
.post-image:hover .hover-image {
  visibility: visible;
  height: 100%;
}
.post-image:hover .image-info {
  visibility: hidden;
  height: 1%;
}
.element-item {
  margin-left: 17px;
}
/*========================================================
                    content menu
=========================================================*/
.content-menu {
  display: inline-block;
  margin-bottom: 23px;
}
.content-menu ul li {
  float: left;
}
@media only screen and (max-width: 747px) {
  .content-menu ul li {
    float: none;
    margin-right: 0;
  }
}
.content-menu ul li a {
  color: #839495;
  font-style: italic;
  color: Georgia;
  font-size: 18px;
  line-height: 9px;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  padding: 0 20px;
}
.content-menu ul li a:hover {
  color: #ef7261;
}
.content-menu ul li a.is-checked {
  color: #ef7261;
}
.dark {
  color: #727373;
}
.post-meta {
  padding-bottom: 22px;
}
.post-meta .meta-info {
  float: left;
}
@media only screen and (max-width: 767px) {
  .post-meta .meta-info {
    float: none;
  }
}
.post-meta .meta-comments {
  float: right;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .post-meta .meta-comments {
    float: none;
  }
}
.post-meta .meta-comments a {
  color: #329fa9;
}
.post-meta .meta-comments a:hover {
  color: #ef7261;
}
.pb16 {
  padding-bottom: 16px;
}
.blog-post {
  padding-bottom: 76px;
}
.blog-post h3 {
  padding-bottom: 10px;
}
.blog-post .post-img {
  padding-bottom: 15px;
}
.blog-post p {
  padding-bottom: 13px;
}
.comments {
  border: 1px #f3f3f3 solid;
  background-color: #fefefe;
  padding: 40px;
  margin-bottom: 20px;
  padding-bottom: 28px;
}
.comments h3 {
  padding-bottom: 12px;
}
.comments p {
  padding-top: 16px;
  padding-bottom: 13px;
}
.comments .wrapper1 {
  padding-bottom: 0 !important;
}
.comments .wrapper1 .post-img {
  margin-right: 14px;
}
.oh {
  overflow: hidden;
}
.pt0 {
  padding-top: 0 !important;
}
.pb57 {
  padding-bottom: 57px;
}
.p26 {
  padding: 26px;
}
.add-comment .user-meta {
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  font-family: Georgia;
  padding-bottom: 10px;
}
.add-comment input {
  border: 1px #f3f3f3 solid;
  margin-top: 14px;
  padding: 9px;
  width: 65%;
}
.add-comment textarea {
  border: 1px #f3f3f3 solid;
  margin-top: 14px;
  padding: 9px;
  width: 100%;
  height: 239px;
}
.add-comment h2 {
  padding-top: 51px !important;
  padding-bottom: 39px !important;
}
.add-comment-info {
  border: 1px #f3f3f3 solid;
  padding-top: 24px;
  padding-left: 19px;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.add-comment-info a {
  text-transform: uppercase;
  font-family: Georgia;
  font-size: 14px;
}
.pt29 {
  padding-top: 29px;
}
.ml13 {
  margin-left: 13px;
}
footer {
  text-align: center;
  padding-top: 35px;
  font-size: 16px;
  color: #737f80;
  font-weight: 300;
  text-transform: uppercase;
}
footer a {
  color: #737f80;
}
footer a:hover {
  color: #329fa9;
}
footer .line {
  padding: 0 14px;
}
footer .footer-socials {
  width: 200px;
  margin: 0 auto;
}
footer .footer-socials li {
  float: left;
}
footer .footer-socials li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 500px;
  background-color: #329fa9;
  text-align: center;
  color: #ffffff;
  margin: 13px 7px;
}
footer .footer-socials li a .fa {
  line-height: 35px;
}
footer .footer-socials li a:hover {
  background-color: #ef7261;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 165px;
  right: 100px !important;
  border-radius: 500px;
  width: 26px;
  height: 26px;
}
#toTop:before {
  content: '\f01b';
  color: #c5c0bd;
  background-color: transparent;
  border-radius: 500px;
  font-size: 30px;
  line-height: 27px;
  width: 26px;
  height: 26px;
  right: 150px;
  bottom: 164.5px;
  position: fixed;
}
#toTop:hover:before {
  color: #329fa9;
}
@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;
  }
}
@media only screen and (max-width: 1199px) {
  .search .f_left,
  .search .f_right {
    float: none;
    padding-left: 0 !important;
  }
}
/*========================================================
                    map
=========================================================*/
.block-map {
  position: relative;
  float: left;
}
@media only screen and (max-width: 1530px) {
  .block-map {
    float: none;
  }
}
.block-map {
  height: 350px;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 8px;
}
@media only screen and (max-width: 1530px) {
  .block-map {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-map {
    height: 300px;
  }
}
.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: 350px;
  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;
}
.contact-text h3 {
  color: #a2a3a3;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  font-style: normal;
  font-family: Open Sans;
  padding-bottom: 3px;
}
.contact-text a {
  font-size: 17px;
  line-height: 22px;
  color: #329fa9;
  font-style: italic;
  margin-left: 3px;
  font-weight: 300;
}
.contact-text a:hover {
  color: #ef7261;
}
/* 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: 9px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #bbbaba;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: Arial;
  font-weight: 400;
  padding: 14px 17px;
  -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%;
  color: #bbbaba;
  padding: 14px 17px;
  outline: none;
  font-weight: 400;
  height: 50px;
  font-size: 14px;
  font-family: Arial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
  border: 1px #cacaca solid;
}
/* 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;
  font-family: Arial;
  padding: 14px 17px;
  font-size: 14px;
  color: #bbbaba;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 243px;
  background-color: #ffffff;
  margin-top: 14px;
  margin-bottom: -6px;
  border: 1px #cacaca solid;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  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;
}
#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: 61px;
}
.contact-form-body .dark-2-title {
  padding-bottom: 25px;
}
label.name,
label.email {
  width: 32% !important;
}
@media only screen and (max-width: 1199px) {
  label.name,
  label.email {
    width: 100% !important;
  }
}
label.label1 {
  margin-right: 19px;
}
.phone {
  padding-right: 0px !important;
}
.f_right {
  float: right;
}
.button-send {
  padding-top: 11px;
}
.button-send a {
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  .button-send a {
    margin-bottom: 15px;
  }
}
.button {
  background-color: #ef7261;
  padding: 5px 23px;
  color: #ffffff;
}
.button:hover {
  background-color: #329fa9;
}
.message span.empty-message,
.message span.error-message {
  top: 21px !important;
}
.contact-form-body h2 {
  padding-top: 52px;
  padding-bottom: 22px;
}
.page-text {
  padding: 0 19px;
  padding-bottom: 50px;
}
.page-text h3 {
  padding-bottom: 11px;
}
.page-text p {
  padding-bottom: 18px;
}
.page-text a {
  font-size: 17px;
  line-height: 22px;
  color: #329fa9;
  font-style: italic;
  font-weight: 300;
}
.page-text a:hover {
  color: #ef7261;
}
