@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=Herr+Von+Muellerhoff&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Ovo);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}
body {
  background: #ffffff;
  color: #767676;
  font: 15px/22px Open Sans, Arial, Tahoma, Helvetica, Verdana;
  font-weight: 400;
}
header {
  background-color: #ffffff;
  padding-top: 58px;
}
@media (max-width: 767px) {
  header img {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  header img {
    display: none;
  }
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  color: #767676;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
#content {
  overflow: hidden;
}
.header-top {
  padding-bottom: 28px;
}
h1 {
  font-family: Herr Von Muellerhoff;
  color: #8cc63f;
  font-size: 100px;
  line-height: 48px;
}
.header-logo h1 {
  float: left;
}
@media only screen and (max-width: 479px) {
  .header-logo h1 {
    float: none;
    text-align: center;
  }
}
.header-logo .logo-quote {
  font-size: 16px;
  color: #3a3839;
  letter-spacing: 0.2em;
  padding-top: 23px;
  font-weight: 400;
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .header-logo .logo-quote {
    padding-top: 30px;
    text-align: center;
  }
}
.header-bottom {
  position: relative;
}
.header-navigation {
  position: absolute;
  bottom: -100px;
  float: right;
  right: 0;
}
@media (max-width: 767px) {
  .header-navigation {
    position: relative;
    bottom: 10px;
    float: none;
  }
}
/*========================================================
                   header-menu
=========================================================*/
nav ul {
  display: inline-block;
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 27px 25px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  text-transform: lowercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 48px;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  background-color: #ffffff;
  color: #c0d293;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*
.sf-menu > li.current > a, .sf-menu > li.sfHover > a {
  
 
}*/
.sf-menu > li.current > a {
  background-color: #ffffff;
  color: #c0d293;
}
.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: 105px;
  left: -2px;
  background: #ffffff;
  padding: 9px -2px;
  width: 112px;
  z-index: 100;
  display: none;
  padding-top: 8px;
  padding-bottom: 1px;
  text-align: center;
  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 #ffffff;
  left: 50%;
  margin-left: -7px;
  top: -14px;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
  border-bottom: 1px #e1e1e1 dashed;
}
.sf-menu ul li.sfHover > a {
  color: #698720;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  font-size: 13px;
  line-height: 35px;
  color: #1d1d1d;
  text-decoration: none;
  text-transform: lowercase;
  font-weight: 400;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu ul li a:hover {
  color: #698720;
}
.sf-menu ul li a:hover {
  color: #698720;
}
.sf-menu ul li.sfHover > a {
  color: #698720;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -4px;
  left: 112px;
  text-align: center;
  z-index: 100;
  padding-top: 4px;
  padding-bottom: 1px;
  background-color: #303030;
}
.sf-menu ul ul:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-right: 7px solid #303030;
  left: -7px;
  top: 10px;
}
@media only screen and (max-width: 979px) {
  .sf-menu ul ul {
    width: 155px;
  }
}
.sf-menu ul ul li {
  line-height: 28px;
  border-bottom: 1px #e1e1e1 dashed;
}
.sf-menu ul ul li:last-child {
  border-bottom: none;
}
.sf-menu ul ul li a {
  font-size: 13px;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
  font-family: Open Sans, Tahoma, Helvetica, Arial, Verdana;
}
.sf-menu ul ul li a:hover {
  color: #698720;
}
.current {
  background-color: #ffffff;
}
.current > a {
  color: #c0d293;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 27px 50px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 27px 33px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    float: none;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  height: 100px;
  padding-top: 40px;
  background-color: #ffffff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .header-bottom {
  float: right;
  bottom: 106px;
}
.isStuck .header-navigation {
  position: relative;
  bottom: auto;
}
.isStuck .isStuck .sf-menu ul {
  position: absolute;
  top: 74px;
}
.isStuck .sf-menu ul ul {
  top: -18px;
}
.isStuck .sf-menu {
  border-bottom: none;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
h2 {
  font-size: 36px;
  line-height: 42px;
  color: #3f3f3f;
  font-weight: 400;
  text-align: center;
  padding-top: 57px;
}
.post-title {
  color: #767676;
  font-family: Georgia;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  padding: 0 113px;
  padding-top: 26px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
h11 {
  font-size: 16px;
  font-style: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: #3f3f3f;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;

}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
h12 {
  font-size: 34px;
  font-style: bold;
  text-transform: uppercase;
  line-height: 20px;
  color: #fdfdfd;
  font-weight: 400;
  text-align: left;
  padding-top: 10px;

}
@media only screen and (max-width: 767px) {
  .post-title {
    padding: 26px 10px 54px;
  }
}
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #3d3d3d;
  text-transform: uppercase;
  padding-top: 34px;
  padding-bottom: 4px;
}
.image-post {
  text-align: center;
  padding-bottom: 41px;
}
.image-post h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #3d3d3d;
  text-transform: uppercase;
  padding-top: 34px;
  padding-bottom: 4px;
}
.image-post p {
  color: #a5a5a5;
  font-size: 12px;
  line-height: 18px;
}
.image-post .post-img {
  position: relative;
  overflow: hidden;
}
.image-post .post-img .block-link {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: auto;
  height: 1%;
  padding-top: 18%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: url('../images/dark_back.png') repeat;
}
.image-post .post-img .block-link .link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  border: 1px #ffffff solid;
  padding: 9px 24px;
}
.image-post .post-img .block-link .link:hover {
  background-color: #ffffff;
}
.image-post .post-img:hover .block-link {
  visibility: visible;
  bottom: 0%;
  height: 100%;
}
.back-purple {
  background-color: #3b8901;
}
.image-post {
  text-align: center;
  padding-bottom: 41px;
}
.image-post h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #3d3d3d;
  text-transform: uppercase;
  padding-top: 34px;
  padding-bottom: 4px;
}
.image-post p {
  color: #a5a5a5;
  font-size: 12px;
  line-height: 18px;
}
.image-post .post-img {
  position: relative;
  overflow: hidden;
}
.image-post .post-img .block-link {
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: auto;
  height: 1%;
  padding-top: 18%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: url('../images/dark_back.png') repeat;
}
.image-post .post-img .block-link .link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  border: 1px #ffffff solid;
  padding: 9px 24px;
}
.image-post .post-img .block-link .link:hover {
  background-color: #ffffff;
}
.image-post .post-img:hover .block-link {
  visibility: visible;
  bottom: 0%;
  height: 100%;
}
.back-purple {
  background-color: #3b8901;
}
}


/*========================================================
                    banner1
=========================================================*/
.banner1 {
  background: url('../images/banner1.jpg');
  background-position: 0% bottom;
  padding-top: 86px;
  padding-bottom: 85px;
  margin-top: 34px;
  margin-bottom: 109px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 36px;
  color: #ffffff;
}
.banner1 a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  float: right;
  padding-top: 19px;
}
.banner1 a:hover {
  color: #767676;
}
.banner1 a .fa {
  line-height: 22px;
  padding-left: 8px;
}
.banner1 .back-purple {
  padding-top: 56px;
  padding-left: 71px;
  padding-right: 34px;
  padding-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .banner1 .back-purple {
    padding-left: 20px;
  }
}
.align-center {
  text-align: center;
}
.big-number-post {
  padding-bottom: 87px;
}
.big-number-post .number {
  font-size: 100px;
  color: #a9bac8;
  font-family: Ovo;
  position: relative;
  padding-bottom: 72px;
}
.big-number-post .number .white-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 4%;
  height: 8px;
  background-color: #ffffff;
}
.big-number-post .bold {
  padding-bottom: 13px;
}
.big-number-post p {
  padding: 0px 10px 37px;
}
p.bold {
  font-size: 16px;
  line-height: 18px;
  color: #69727d;
  font-weight: 600;
}
.button-link {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #565656;
  font-weight: 600;
  padding: 12px 22px;
  border: 1px #cccccc solid;
}
.button-link:hover {
  border: 1px #ffffff solid;
  color: #ffffff;
  background-color: #ffffff;
}
.pb16 {
  padding-bottom: 16px;
}
.back-grey1 {
  background: url('../images/texture1.jpg') repeat;
}
.back-grey1 .button-link {
  color: #ffffff;
  border: 1px #ffffff solid;
}
.back-grey1 .button-link:hover {
  border: 1px #ffffff solid;
}
.back-grey1 p {
  color: #ffffff;
}
.list-links {
  padding-top: 94px;
}
.list-links a {
  display: block;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 12px;
  margin-bottom: 13px;
  border-bottom: 1px #778483 solid;
  position: relative;
}
.list-links a .fa {
  position: absolute;
  right: 0;
  font-size: 18px;
  padding-top: 6px;
  padding-right: 8px;
}
@media only screen and (max-width: 767px) {
  .list-links a .fa {
    visibility: visible;
  }
}
.list-links a:hover {
  color: #3b8901;
}
@media only screen and (max-width: 1199px) {
  .list-links a {
    font-size: 16px;
    text-transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .list-links a {
    font-size: 22px;
    text-transform: uppercase;
  }
}
.pt65 {
  padding-top: 65px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb7 {
  padding-bottom: 7px;
}
.pink {
  font-size: 25px;
  line-height: 32px;
  color: #e377b7;
  text-transform: uppercase;
  font-weight: 700;
}
.big-title {
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper1 .post-img {
  float: left;
  margin-right: 30px;
}
@media only screen and (max-width: 979px) {
  .wrapper1 .post-img {
    float: none;
    margin-right: 0;
  }
}
.wrapper1 .pink {
  font-size: 25px;
  line-height: 32px;
  color: #e377b7;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper1 .big-title {
  font-size: 30px;
  line-height: 32px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.wrapper1 p {
  padding-top: 23px;
  padding-bottom: 21px;
}
.oh {
  overflow: hidden;
}
.pt49 {
  padding-top: 49px;
}
.pb29 {
  padding-bottom: 29px;
}
.pb26 {
  padding-bottom: 26px;
}
.pb51 {
  padding-bottom: 51px;
}
.back-menu-line {
  background-color: #3a3839;
  height: 100px;
}
.border-post {
  border: 1px #cccccc solid;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.banner2 {
  background: url('../images/banner2.jpg');
  background-position: 0% bottom;
  padding-top: 86px;
  padding-bottom: 85px;
  margin-top: 34px;
  margin-bottom: 11px;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 36px;
  color: #ffffff;
}
.banner2 a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #ffffff;
  float: right;
  padding-top: 19px;
}
.banner2 a:hover {
  color: #767676;
}
.banner2 a .fa {
  line-height: 22px;
  padding-left: 8px;
}
.banner2 .back-purple {
  padding-top: 56px;
  padding-left: 71px;
  padding-right: 34px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .banner2 .back-purple {
    padding-left: 20px;
  }
}
.banner2 p.white {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
.banner2 p.quote {
  font-size: 60px;
  line-height: 17px;
}
p.white {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
.f_left {
  float: left !important;
}
.pt80 {
  padding-top: 80px;
}
.element-item {
  float: left;
  width: 33.333333333333336%;
}
.element-item img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .element-item {
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
}
/*========================================================
                    gallery
=========================================================*/
.post-image {
  position: relative;
}
.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;
}
.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: center;
  line-height: 100%;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-image .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  color: #3b8901;
  font-size: 0px;
}
.post-image:hover .img-span {
  width: 100%;
  height: 100%;
  padding-bottom: 5px
      left: 0%;
  display: block;
  visibility: visible;
}
.post-image:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 16px;
}
.post-image:hover:after {
  opacity: 100;
  -moz-opacity: 100;
  filter: alpha(opacity=100);
  visibility: visible;
}
.post-image:hover .img-span {
  visibility: visible;
}
.banner3 {
  background: url('../images/banner3.jpg');
  margin-bottom: 0 !important;
}
.gallery {
  margin-bottom: 51px;
}
.dark-big {
  color: #3f3f3f !important;
}
/*========================================================
                    content menu
=========================================================*/
.content-menu {
  display: inline-block;
  margin-bottom: 30px;
}
.content-menu ul li {
  float: left;
}
.content-menu ul li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 42px;
  display: inline-block;
  background-color: #3a3839;
  position: relative;
  margin-right: 1px;
  font-weight: 400;
  padding: 9px 27px;
}
.content-menu ul li a:hover {
  background-color: #3b8901;
  color: #ffffff;
}
.content-menu ul li a.is-checked {
  background-color: #3b8901;
}
@media only screen and (max-width: 767px) {
  .content-menu ul li a {
    float: none;
  }
}
@media only screen and (max-width: 1199px) {
  .content-menu ul li {
    margin-bottom: 1px;
  }
}
@media only screen and (max-width: 1199px) {
  .content-menu ul li {
    float: none;
  }
}
.filtering {
  margin-bottom: 43px;
}
.banner4 {
  background: url('../images/banner4.jpg');
  margin-bottom: 18px !important;
}
.banner4 .back-purple {
  padding-bottom: 71px;
}
.wrapper2 .label-circle {
  float: right;
}
@media only screen and (max-width: 767px) {
  .wrapper2 .label-circle {
    float: none;
  }
}
.pb54 {
  padding-bottom: 54px;
}
h3.bigger {
  font-size: 24px;
  font-weight: 700;
  margin-top: -9px;
}
.dark-links {
  padding-top: 23px;
}
.dark-links a {
  color: #767676;
  border-bottom: 1px #eaeaea solid;
}
.wrap-3 .dark-links {
  padding-bottom: 30px;
}
.label-circle {
  width: 85px;
  height: 85px;
  background-color: #e377b7;
  border-radius: 500px;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 85px;
}
/*========================================================
                    map
=========================================================*/
.map {
  padding-top: 7px;
  padding-bottom: 25px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 477px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.map-meta {
  padding-bottom: 26px;
}
/*========================================================
                    block contacts
=========================================================*/
.contacts {
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  font-weight: 700;
}
.contacts h3 {
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  font-weight: 700;
  padding-top: 1px;
}
.contacts .contact-icon {
  float: left;
  padding-right: 23px;
}
.contacts .fa {
  font-size: 48px;
  color: #c0d293;
}
.contacts a {
  color: #3d3d3d;
}
.contacts a:hover {
  color: #3b8901;
}
.contacts h3 {
  overflow: hidden;
  padding-bottom: 71px;
}
@media only screen and (max-width: 767px) {
  .contacts h3 {
    padding-bottom: 50px;
  }
}
h2.white {
  color: #ffffff;
}
.pt79 {
  padding-top: 79px;
}
/*========================================================
                    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: 55px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-weight: 400;
  font: 15px/22px Open Sans, Arial, Tahoma, Helvetica, Verdana;
  padding: 11px 18px;
  -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: 15px/22px Open Sans, Arial, Tahoma, Helvetica, Verdana;
  color: #ffffff;
  padding: 11px 18px;
  outline: none;
  font-weight: 400;
  height: 55px;
  border-top: none;
  border-left: none;
  border-right: none;
  border: 1px solid #95a0aa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: transparent;
}
/* 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: 15px/22px Open Sans, Arial, Tahoma, Helvetica, Verdana;
  color: #ffffff;
  padding: 6px 16px;
  outline: none;
  border: 1px solid #95a0aa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 275px;
  background-color: transparent;
}
/* 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-top: 81px;
  padding-bottom: 92px;
}
.send-button {
  text-align: center;
  margin-top: 14px;
}
.form-buttons {
  text-align: center;
  margin-top: -16px;
}
/*========================================================
                    block page-text
=========================================================*/
.page-text {
  margin-top: -4px;
  padding-bottom: 92px;
}
.page-text p {
  padding-bottom: 35px;
}
.page-text .bold {
  color: #3f3f3f;
  padding-bottom: 21px;
  font-weight: 700;
}
.page-text a {
  font-size: 16px;
  line-height: 24px;
  color: #3d3d3d;
  text-transform: uppercase;
  font-weight: 700;
}
.page-text a:hover {
  color: #3b8901;
}
/*========================================================
                    footer
=========================================================*/
.back-grey2 {
  background: url('../images/texture2.jpg') repeat;
  padding-top: 50px;
}
.pt20 {
  padding-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt55 {
  padding-top: 55px;
}
.conf-pad {
  padding: 0px 0px 87px;
}
.footer-socials {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  width: 500px;
  margin: 0 auto;
}
.footer-socials .fa {
  font-size: 25px;
  color: #dbdbdb;
}
.footer-socials a {
  color: #ffffff;
}
.footer-socials li {
  float: left;
  display: inline-block;
}
.footer-socials li a {
  display: inline-block;
  margin: 0px 39px;
  margin-bottom: 57px;
}
.footer-socials li a .meta {
  padding-top: 20px;
}
.footer-socials li a:hover {
  color: #bf0102;
}
@media only screen and (max-width: 767px) {
  .footer-socials li a {
    padding: 0px 23px;
    padding-bottom: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-socials {
    width: 100%;
  }
}
.back-grey3 {
  background: url('../images/texture3.jpg') repeat;
  padding-top: 72px;
  padding-bottom: 47px;
}
.back-grey3 h1 {
  float: left;
  padding-left: 88px;
  text-transform: none;
}
@media only screen and (max-width: 979px) {
  .back-grey3 h1 {
    float: none;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .back-grey3 h1 {
    padding-top: 40px;
  }
}
.back-grey3 a {
  text-transform: uppercase;
}
.back-grey3 .line {
  padding: 0 10px;
}
.back-grey3 p {
  padding-top: 13px;
}
.vert-line {
  padding: 0 10px;
}
.footer-link {
  white-space: nowrap;
}
.footer-link:hover {
  color: #bf0102;
}
.footer-phone {
  color: #ffffff;
  line-height: 14px;
  padding-top: 13px;
  white-space: nowrap;
}
.footer-phone img {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-phone img {
    width: auto;
  }
}
.conf-mar-a {
  margin-top: 35px;
  margin-right: 193px;
}
@media only screen and (max-width: 479px) {
  .conf-mar-a {
    margin-right: 0;
  }
}
.banner4 .back-purple {
  padding-bottom: 36px;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 166px;
  right: 50px !important;
  height: 53px;
  width: 68px;
  background: url('../images/texture3.jpg') repeat;
  text-align: center;
  color: #ffffff;
  z-index: 999;
  color: white;
  font-size: 22px;
  line-height: 45px;
}
#toTop:hover {
  background: none;
  background-color: #bf0102;
}
@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;
  }
}
