@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,400italic,500italic,700,900,700italic,900italic);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== MENU ========== */
/* ======== MENU LINKS ========== */
/* ======== SUB_MENU========== */
/* ======== SUB_MENU LINKS ========== */
/* ======== SUB SUB_MENU========== */
/* ======== SUB SUB_MENU LINKS ========== */
/* ======== END MENU========== */
/* ======== MAP ========== */
/* ======== END MAP ========== */
/* ======== FORM ========== */
/* ======== END FORM ========== */
/* ========================================================
 * 2. GENERAL
 * ======================================================== */
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
html,
body {
  height: 100%;
}
body {
  background: url(../img/body_bg.jpg) repeat 0 0;
  font: 300 14px/20px 'Roboto', sans-serif;
  color: #858585;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
/* Images
 	* ------------------------------------------------------- */
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  max-width: 100%;
}
.img_fleft {
  float: left;
  margin-right: 20px;
}
.img_fright {
  float: right;
  margin-left: 20px;
}
.full_width {
  width: 100%;
  margin-bottom: 30px;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.castom_btn {
  background: #838383;
  color: #fff;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 20px 7px 20px;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.castom_btn:hover {
  color: #fff;
  background: #99b456;
  text-decoration: none;
}
.second_btn {
  background: none;
  color: #000;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.second_btn:hover {
  color: #99b456;
  text-decoration: none;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 18px;
}
hr {
  display: block;
  border: none;
  border-bottom: 1px solid #e2e2e1;
  margin-bottom: 85px;
}
hr.second {
  margin-bottom: 45px;
}
hr.castom {
  margin-bottom: 50px;
  margin-top: 50px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #858585;
  margin-bottom: 0;
}
h2 {
  font: bold 30px/36px Arial, Helvetica, sans-serif;
  color: #858585;
  margin-bottom: 20px;
}
h3 {
  font: 400 42px/50px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  color: #d24c49;
  margin-bottom: 42px;
}
h4 {
  font: 400 33px/40px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-bottom: 13px;
  margin-top: 0;
}
h4.second {
  font: 400 32px/40px 'Yanone Kaffeesatz', sans-serif;
  color: #3d3d3d;
  margin-top: 0px;
  margin-bottom: 25px;
  text-transform: none;
}
h5 {
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  color: #858585;
  margin-bottom: 20px;
}
h6 {
  font: 400 14px/19px 'Roboto', sans-serif;
  color: #606060;
  margin-bottom: 40px;
  margin-top: 0px;
}
h6.castom {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
h6.castom a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h6.castom a:hover {
  color: #d24c49;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #74889a;
  text-decoration: none;
}
/* ========================================================
	 * LIST
	 * ======================================================== */
.list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}
.list li {
  font: 400 14px/17px 'Roboto', sans-serif;
  color: #606060;
  background: url(../img/list_marker.png) 0 5px no-repeat;
  margin-top: 19px;
  padding-left: 20px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #606060;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.list li a:hover {
  color: #d24c49;
  text-decoration: none;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.isStuck {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.isStuck h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isStuck .tm_navbar {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.isStuck .tm_navbar .nav > li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 40px 17px 20px;
}
.isStuck .tm_navbar .nav > li:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 47px;
}
.isStuck .tm_navbar .nav ul a {
  padding: 0;
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ======== GENERAL MENU ========== */
.menuheader {
  float: right;
  margin-top: 0;
  margin-right: 0;
}
.tm_navbar {
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
  margin-bottom: 28px;
  background: none;
  border: none;
  min-height: 20px;
}
.tm_navbar .nav {
  float: none;
  position: relative;
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
  /* ======== SUB_MENU========== */
}
.tm_navbar .nav > li {
  font: 400 17px/20px 'Yanone Kaffeesatz', sans-serif;
  float: left;
  padding: 0;
  margin-left: 14px;
  position: relative;
  zoom: 1;
}
.tm_navbar .nav > li:before {
  display: block;
  position: absolute;
  width: 1px;
  height: 6px;
  background: #3e3e3e;
  content: '';
  top: 84px;
  left: -7px;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
}
.tm_navbar .nav > li:first-child:before {
  display: none;
}
.tm_navbar .nav > li a {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: #363332;
  background: none;
  padding: 77px 17px 10px;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm_navbar .nav > li a:hover,
.tm_navbar .nav > li.active > a,
.tm_navbar .nav > li.active > a:hover {
  color: #ffffff;
  background: #99b456;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 70px !important;
  left: -22px;
  width: 101px;
  padding: 8px 0 5px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #ffffff;
  margin: 0;
  border: 1px solid #d6d6d6;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul:after {
  position: absolute;
  top: -10px;
  left: 50px;
  width: 18px;
  height: 10px;
  margin-left: -5px;
  content: '';
  background: url(../img/sub_menu_arrow.png) no-repeat 0 0;
}
.tm_navbar .nav ul li {
  border-top: 1px solid #d6d6d6;
  font: 400 17px/17px 'Yanone Kaffeesatz', sans-serif;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul li:first-child {
  margin-top: 0;
  border-top: none;
}
.tm_navbar .nav ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #1b1b1b;
  background: none;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #99b456;
  background: none;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 3px 0 3px;
  left: 105px;
  top: 0px;
  width: 113px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
}
.tm_navbar .nav ul ul:after {
  display: none;
}
.tm_navbar .nav ul ul li {
  font: 400 17px/17px 'Yanone Kaffeesatz', sans-serif;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  border-top: 1px solid #d6d6d6;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul ul li:first-child {
  margin-top: 0;
  border-top: none;
}
.tm_navbar .nav ul ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #1b1b1b;
  background: none;
}
.tm_navbar .nav ul ul a:hover {
  text-decoration: none;
  color: #99b456;
  background: none;
}
.select-menu {
  display: none !important;
  outline: none;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#index2 #content {
  padding-top: 67px;
  background: url(../img/content_bg.jpg) repeat 0 0;
}
.row_1 {
  padding-bottom: 70px;
}
.stellar-section {
  overflow: hidden;
  margin-top: 70px;
}
.stellar-section.second {
  margin-top: 0;
}
.stellar-block {
  background-position: 50% 50%;
  position: relative;
  background-repeat: no-repeat;
  z-index: 8;
}
.parallax_box1 {
  background-image: url(../img/paralax_img1.jpg);
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 124px;
  padding-bottom: 70px;
}
.parallax_box1 h4 {
  color: #fff;
  margin-bottom: 40px;
}
.parallax_box1 .user_logo_box {
  text-align: center;
  margin-bottom: 50px;
}
.parallax_box1 .user_logo_box img {
  margin-bottom: 10px;
}
.parallax_box1 .user_logo_box h5 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 23px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}
.parallax_box1 .user_logo_box h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.parallax_box1 .user_logo_box h5 a:hover {
  color: #d24c49;
}
.parallax_box1 .user_logo_box p {
  color: #fff;
}
.parallax_box1 .castom_btn {
  background: #d24c49;
}
.parallax_box1 .castom_btn:hover {
  background: #99b456;
}
.parallax_box2 {
  background-image: url(../img/404_bg.jpg);
  background-color: #fff;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 979px) {
  .stellar-block {
    background-position: center center !important;
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 8;
  }
}
#content {
  width: 100%;
}
.central {
  text-align: center;
}
.central.second {
  margin-bottom: 55px;
}
.feature_box {
  text-align: center;
  position: relative;
  margin-top: -155px;
  background: #fff;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
  margin-bottom: 18px;
}
.feature_box.second {
  margin-top: 0;
  padding-top: 23px;
  padding-bottom: 25px;
  margin-bottom: 55px;
}
.feature_box.second.fixed {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 375px;
}
.feature_box.second.fixed p {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.feature_box.second img {
  margin-bottom: 13px;
}
.feature_box.second h4 {
  font-size: 24px;
  line-height: 40px;
}
.feature_box.second h4 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feature_box.second h4 a:hover {
  color: #99b456;
}
.feature_box img {
  margin-bottom: 10px;
}
.feature_box h4 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #3d3d3d;
  font-size: 33px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.feature_box h5 {
  font-family: 'Roboto', sans-serif;
  color: #3d3d3d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.side_box h6 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}
.side_box p {
  margin-bottom: 27px;
}
.side_box p span {
  color: #000000;
}
.side_box.second {
  position: relative;
}
.side_box.second:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #e2e2e1;
  left: -63px;
  top: 0;
}
.date {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #67a3c7;
  margin-bottom: 37px;
}
.date.second {
  margin-bottom: 10px;
}
.qoute_box1 {
  overflow: hidden;
  border-bottom: 1px solid #e2e2e1;
  margin-bottom: 35px;
  padding-bottom: 21px;
}
.qoute_box1.last {
  border-bottom: none;
}
.qoute_box1 .qoute {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 42px;
  line-height: 35px;
  font-weight: 400;
  color: #d24c49;
  width: 70px;
  float: left;
}
.qoute_box1 .qoute_content {
  overflow: hidden;
}
.testimonial_box {
  padding-top: 29px;
  padding-left: 40px;
  background: url(../img/testimonial_marker.png) no-repeat 0 22px;
  margin-bottom: 65px;
}
.testimonial_box p {
  line-height: 19px;
  margin-bottom: 30px;
}
.testimonial_box .autor {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 42px;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonial_box .autor:hover {
  text-decoration: none;
  color: #d24c49;
}
.float_img {
  float: left;
  margin-right: 30px;
  padding-top: 10px;
}
.overflow_box {
  overflow: hidden;
  margin-bottom: 30px;
}
.indents_bottom {
  margin-bottom: 30px;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width: 100%;
  background: #fff;
  padding-top: 56px;
  padding-bottom: 85px;
}
.copyright {
  font-family: 'Roboto', sans-serif;
  color: #545454;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.copyright a {
  color: #545454;
}
.copyright a:hover {
  color: #d24c49;
  text-decoration: none;
}
.site_name {
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #d24c49;
  margin-right: 7px;
}
.site_name span {
  color: #1c1c1c;
}
.footer_list {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
  padding-top: 8px;
}
.footer_list li {
  position: relative;
  float: left;
  margin-left: 15px;
  color: #545454;
}
.footer_list li:before {
  position: absolute;
  left: -9px;
  top: 9px;
  content: '';
  background: url(../img/footer_list_marker.png) no-repeat 0 0;
  width: 4px;
  height: 4px;
}
.footer_list li a {
  font-family: 'Roboto', sans-serif;
  color: #545454;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer_list li a:hover {
  color: #d24c49;
  text-decoration: none;
}
.footer_list li:first-child {
  margin-left: 0;
}
.footer_list li:first-child:before {
  display: none;
}
.mail_link {
  color: #d24c49;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-bottom: 30px;
}
.mail_link:hover {
  text-decoration: none;
  color: #606060;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 30px 0 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 435px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  background: url(../img/to_top.png) no-repeat 0 0;
  height: 33px;
  width: 33px;
  right: 50% !important;
  margin-right: -780px !important;
  bottom: 120px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  background-position: 0px -34px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
.info {
  padding-top: 17px;
}
.info strong {
  display: block;
  font: 300 13px/20px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.info p {
  font: 400 14px/19px 'Roboto', sans-serif;
  color: #606060;
  margin-bottom: 33px;
}
.info p span {
  display: inline-block;
  width: 108px;
}
.info p a {
  color: #606060;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.info p a:hover {
  color: #d24c49;
}
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 40px;
  margin-right: 40px;
  width: 230px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 229px;
}
.coll-message {
  position: relative;
}
#contact-form {
  padding-top: 26px;
  margin-bottom: 70px;
  position: relative;
}
#contact-form label {
  position: relative;
  display: block;
  margin-bottom: 0;
}
#contact-form span {
  display: block;
}
#contact-form input,
#contact-form textarea {
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font: 400 14px/18px 'Roboto', sans-serif;
  color: #606060;
  width: 100%;
  padding: 7px 15px 10px 15px;
  border: none;
  background: #ffffff;
}
#contact-form textarea {
  height: 255px;
  resize: none;
  margin: 0 0 37px;
  overflow: hidden;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: 400 14px/18px 'Roboto', sans-serif;
  color: #606060;
  padding: 9px 14px 9px 14px;
  display: block;
}
#contact-form ._placeholder.focused {
  opacity: .4;
  filter: alpha(opacity=40);
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .success-message {
  font: 400 14px/18px 'Roboto', sans-serif;
  color: #606060;
  background: #ffffff;
  position: absolute;
  overflow: hidden;
  height: 0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  z-index: 10;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  padding: 0;
}
#contact-form.success .success-message {
  height: 50px;
  color: #606060;
  padding: 15px 0;
  border: none;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
#contact-form .error-message,
#contact-form .empty-message {
  height: 0;
  overflow: hidden;
  font: 10px/20px 'Roboto', sans-serif;
  color: #606060;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .btn {
  background: #838383;
  color: #fff;
  display: inline-block;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 20px 7px 20px;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form .btn:hover,
#contact-form .btn:active,
#contact-form .btn:focus {
  box-shadow: none;
  border: none;
  background: none;
  text-decoration: underline;
  color: #fff;
  background: #99b456;
  text-decoration: none;
}
#contact-form .fields {
  display: inline-block;
  margin-left: 20px;
}
/* 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: 9999;
}
#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('../img/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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1150;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.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;
}
.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;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
}
/*------------ End Contact form ------------*/
/*------------ 404 ------------*/
.block-404 {
  background: url(../img/block-404.png) repeat 0 0;
  padding-top: 95px;
  padding-bottom: 95px;
}
.block-404 h4 {
  font: 400 72px/72px 'Yanone Kaffeesatz', sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin-top: 0;
  margin-bottom: 28px;
}
.img_404 {
  margin-bottom: 42px;
}
.block-404 p {
  font: 400 14px/19px 'Roboto', sans-serif;
  margin-bottom: 19px;
  color: #606060;
}
.form-404 {
  width: 470px;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}
.form-404 input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #474747;
  width: 100%;
  border-radius: 0;
  padding: 13px 60px 14px 15px;
  border: 1px solid #848484;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  float: left;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #848484;
}
.form-404 a {
  position: absolute;
  margin-top: 0 !important;
  background: url(../img/search_btn.png) no-repeat 15px 13px #474747;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0;
  top: 4px;
  right: 7px;
  float: right;
  box-shadow: none;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-404 a:hover {
  box-shadow: none;
  text-decoration: none;
  background-color: #d24c49;
}
/*------------End 404 ------------*/
/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@media (max-width: 1400px) {
  .feature_box {
    margin-top: 30px;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1220px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 222px;
  }
}
@media (max-width: 1200px) {
  .feature_box {
    min-height: 370px;
  }
  .feature_box h4 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #3d3d3d;
    font-size: 29px;
  }
  .feature_box h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .feature_box.second {
    min-height: 445px;
  }
  .side_box.second:after {
    display: none;
  }
  .float_img {
    float: none;
    margin-right: 0;
    padding-top: 10px;
    width: 100%;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 194px;
    margin-right: 17px;
  }
  .contact-form .coll-3 {
    margin-right: 0;
    width: 194px;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  .isStuck {
    background: transparent !important;
  }
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
}
/*------------End Stuck menu------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .form-404 {
    width: 255px;
  }
  .img_404 {
    width: 70%;
  }
  .block-404 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-404 h4 {
    font: 400 45px/50px 'Yanone Kaffeesatz', sans-serif;
  }
  h1,
  .isStuck h1 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  h3 {
    font: 400 30px/45px 'Yanone Kaffeesatz', sans-serif;
  }
  .menuheader {
    float: none;
  }
  .isStuck .tm_navbar {
    margin-bottom: 28px;
  }
  .sf-menu {
    display: none !important;
  }
  .select-menu {
    display: block !important;
    border: 1px solid #343434;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px;
  }
  .select-menu option {
    padding: 0;
  }
  .map iframe {
    width: 100%;
    height: 250px;
  }
  #footer {
    padding-top: 35px;
    padding-bottom: 15px;
  }
  #footer .f_left,
  #footer .f_right {
    float: none;
    margin-bottom: 20px;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
}
/*Core variables and mixins*/
