@import url(//fonts.googleapis.com/css?family=Roboto:400,100italic,100,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Contrail+One);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== BUTTONS ========== */
/* ======== MENU ========== */
/* ======== MENU LINKS ========== */
/* ======== SUB_MENU========== */
/* ======== SUB_MENU LINKS ========== */
/* ======== SUB SUB_MENU========== */
/* ======== SUB SUB_MENU LINKS ========== */
/* ======== END MENU========== */
/* ======== LIST ========== */
/* ======== END LIST ========== */
/* ======== MAP ========== */
/* ======== END MAP ========== */
/* ======== FORM ========== */
/* ======== END FORM ========== */
/* ========================================================
 * 2. GENERAL
 * ======================================================== */
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.extra_wrap {
  overflow: hidden;
  display: block;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
hr {
  border: none;
  border-bottom: 6px solid #eaeaea;
  margin-top: 38px;
  margin-bottom: 48px;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
body {
  background: #ffffff;
  font: 300 14px/20px 'Roboto', sans-serif;
  color: #7e7e7e;
  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: 31px;
  margin-right: 0 !important;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.btn1 {
  background: #ee4455;
  color: #ffffff;
  display: inline-block;
  font: normal 13/18px Arial, Helvetica, sans-serif;
  padding: 10px 12px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn1 .btn:hover {
  background: #323232;
  color: #ffffff;
  text-decoration: none;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 18px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #7e7e7e;
  margin-bottom: 0;
}
h2 {
  font: bold 30px/36px Arial, Helvetica, sans-serif;
  color: #7e7e7e;
  margin-bottom: 20px;
}
h3 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #343434;
  margin-bottom: 43px;
}
h4 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #7e7e7e;
  margin-bottom: 20px;
}
h5 {
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  color: #7e7e7e;
  margin-bottom: 20px;
}
h6 {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #7e7e7e;
  margin-bottom: 20px;
}
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: 35px;
}
.list li {
  font: 300 14px/20px 'Roboto', sans-serif;
  color: #7e7e7e;
  background: url(../img/list_marker.png) 2px 5px no-repeat;
  margin-top: 16px;
  padding-left: 20px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list li a:hover {
  color: #000;
  text-decoration: none;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
#index404 #header {
  background: none;
}
#index404 {
  background: url(../img/404_bg.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
#index404 #content {
  padding-top: 106px;
  padding-bottom: 150px;
}
#index404 #content h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 22px;
  font-size: 30px;
  line-height: 21px;
  margin-bottom: 32px;
  font-weight: 700;
  color: #fff;
}
#index404 #content h4 span {
  font-size: 46px;
  display: block;
  margin-bottom: 8px;
}
#index404 #content p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #fff;
}
#index404 .footer_border {
  border-top: none;
}
#header {
  background: url(../img/header_img.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 21px;
  margin-bottom: 13px;
}
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;
  background: url(../img/header_bg.png) repeat 0 0;
}
.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: #76899b;
}
.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: 36px 7px 0 0px;
  margin: 0;
  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 {
  text-align: left;
  text-transform: uppercase;
  font: normal 17px/20px 'Trebuchet MS', Helvetica, sans-serif;
  float: left;
  padding: 0;
  margin-left: 31px;
  position: relative;
  zoom: 1;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
}
.tm_navbar .nav > li a {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background: none;
  padding: 2px 12px;
  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: #e7d79f;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 49px;
  left: 3px;
  width: 150px;
  padding: 19px 0 18px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #ffffff;
  margin: 0;
  border: 1px solid #eeebeb;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul:after {
  display: block;
  width: 9px;
  height: 5px;
  position: absolute;
  background: url(../img/menu_marker.png) no-repeat 0 0;
  content: '';
  top: -5px;
  left: 50%;
  margin-left: -4px;
}
.tm_navbar .nav ul li {
  font: normal 12px/12px 'Trebuchet MS', Helvetica, sans-serif;
  text-align: left;
  padding: 0;
  margin: 11px 22px 0 22px;
  padding-top: 11px;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
  text-align: center;
  border-top: 1px dotted #dcdcdc;
}
.tm_navbar .nav ul li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.tm_navbar .nav ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #282e36;
  background: none;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #a8a8a8;
  background: none;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 11px 0 11px;
  left: 115px;
  top: 0px;
  width: 125px;
  background: #ff554f;
  border: none;
}
.tm_navbar .nav ul ul:after {
  display: none;
}
.tm_navbar .nav ul ul li {
  font: normal 12px/12px 'Trebuchet MS', Helvetica, sans-serif;
  padding: 0;
  margin: 11px 22px 0 22px;
  padding-top: 11px;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
  text-align: center;
  border-top: 1px dotted #ff8681;
}
.tm_navbar .nav ul ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.tm_navbar .nav ul ul a:hover {
  text-decoration: none;
  color: #ffe795;
  background: none;
}
.select-menu {
  display: none !important;
  outline: none;
}
.slide_box {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.slide_box:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 14px;
  left: 0;
  background: url(../img/header_bg.png) repeat 0 0;
  content: '';
}
.slide_box h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 160px;
  line-height: 160px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 29px;
}
.slide_box .banner_box {
  margin-bottom: 40px;
  padding: 28px 35px 31px 175px;
}
.slide_box .banner_box h5 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 5px;
}
.slide_box .banner_box h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide_box .banner_box h5 a:hover {
  color: #272823;
}
.slide_box .banner_box p {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
.slide_box .banner_box.banner1 {
  background: url(../img/slide_box_icon1.png) no-repeat 25px 21px #f67c78;
}
.slide_box .banner_box.banner2 {
  background: url(../img/slide_box_icon2.png) no-repeat 25px 21px #d7bb5b;
}
.slide_box .banner_box.banner3 {
  background: url(../img/slide_box_icon3.png) no-repeat 25px 21px #64c29e;
}
.slide_box .banner_box.banner4 {
  background: url(../img/slide_box_icon4.png) no-repeat 25px 21px #a1bd60;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#index2 #content {
  padding-top: 45px;
}
#content {
  width: 100%;
}
.center {
  text-align: center;
}
.row_1 {
  background: #44C7F2;
  padding-top: 15px;
  padding-bottom: 10px;
}
.row_1 h4 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 22px;
  text-transform: uppercase;
  text-align: center;
}
.row_1 p {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: normal;
  color: #898989;
  margin-bottom: 34px;
  text-transform: uppercase;
  text-align: center;
}
.row_1 .btn {
  display: inline-block;
  padding: 14px 25px 17px 25px;
  background: #272823;
  border-radius: 3px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row_1 .btn:hover {
  background: #ff554f;
  text-decoration: none;
}
.row_2 {
  background: url(../img/row_2.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 66px;
  padding-bottom: 14px;
  margin-bottom: 47px;
}
.row_2 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 75px;
  font-style: italic;
  line-height: 75px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 19px;
  text-transform: uppercase;
  text-align: center;
}
.row_2 h4 span {
  color: #ff554f;
}
.row_2 h5 {
  font-family: 'Contrail One', cursive;
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
  color: #464646;
  margin-bottom: 32px;
  text-align: center;
}
.row_2 .btn {
  display: inline-block;
  padding: 14px 25px 17px 25px;
  background: #ff554f;
  border-radius: 3px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row_2 .btn:hover {
  background: #272823;
  text-decoration: none;
}
.box1 {
  margin-bottom: 30px;
}
.box1 h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  color: #64c29e;
  margin-bottom: 0px;
}
.box1 h4 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #5a5a5a;
  margin-bottom: 0px;
}
.box1 p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #7e7e7e;
}
.box1 .btn {
  display: inline-block;
  padding: 14px 25px 17px 25px;
  background: #6ec6a4;
  border-radius: 3px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box1 .btn:hover {
  background: #272823;
  text-decoration: none;
}
.box2 {
  margin-bottom: 30px;
}
.box2 h3 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #343434;
  margin-bottom: 8px;
}
.box2 img {
  float: left;
  margin-right: 30px;
}
.box2 h4 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #5a5a5a;
  margin-bottom: 5px;
  margin-top: 0;
}
.box2 p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 24px;
  color: #7e7e7e;
}
.box2 .btn {
  display: inline-block;
  padding: 14px 25px 17px 25px;
  background: #646562;
  border-radius: 3px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box2 .btn:hover {
  background: #6ec6a4;
  text-decoration: none;
}
.date_box {
  margin-bottom: 40px;
}
.date_box h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 36px;
  color: #64c29e;
}
.date_box p {
  margin-bottom: 0;
}
.box_3 {
  background: #343535;
  padding-top: 57px;
  padding-bottom: 47px;
  margin-bottom: 47px;
}
.box_3 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 43px;
  color: #fff;
  text-transform: uppercase;
}
.box_3 h5 {
  text-align: center;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
.box_3 h6 {
  text-align: center;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 11px;
  line-height: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #898989;
}
.box_3 .full_width {
  margin-bottom: 16px;
}
.testimonial_box {
  padding-left: 68px;
  margin-bottom: 36px;
  position: relative;
}
.testimonial_box p {
  margin-bottom: 0;
}
.testimonial_box:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 36px;
  color: #64c29e;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  left: 0px;
  top: 0px;
}
.qoute_box {
  overflow: hidden;
  margin-bottom: 34px;
}
.qoute_box.second .qoute {
  width: 100px;
}
.qoute_box .qoute {
  float: left;
  width: 70px;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  color: #64c29e;
}
.qoute_box .qoute span {
  font-size: 36px;
  line-height: 36px;
  color: #64c29e;
}
.qoute_box .qoute_content {
  overflow: hidden;
}
.qoute_box .qoute_content p {
  margin-bottom: 0;
}
.fiture_box {
  -webkit-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.18);
  margin-bottom: 70px;
}
.fiture_box img {
  width: 100%;
}
.fiture_box h4 {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 17px;
  margin-top: 0;
}
.fiture_box p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 0;
  color: #fff;
}
.fiture_box.fiture1 .fiture_cont {
  background: #f67c78;
}
.fiture_box.fiture2 .fiture_cont {
  background: #64c29e;
}
.fiture_box.fiture3 .fiture_cont {
  background: #a1bd60;
}
.fiture_box .fiture_cont {
  padding: 30px 28px 29px 28px;
}
.row_4 {
  background: url(../img/row_4.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 54px;
  padding-bottom: 42px;
  margin-bottom: 47px;
}
.row_4 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-style: italic;
  line-height: 49px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 29px;
  text-transform: uppercase;
  text-align: center;
}
.row_4 h4 span {
  color: #ff554f;
}
.row_4 h6 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #515151;
  margin-bottom: 24px;
  text-align: center;
}
.row_4 .btn {
  display: inline-block;
  padding: 14px 25px 17px 25px;
  background: #ff554f;
  border-radius: 3px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row_4 .btn:hover {
  background: #272823;
  text-decoration: none;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width: 100%;
  background: #fff;
  margin-top: 30px;
}
.footer_border {
  border-top: 6px solid #eaeaea;
  padding-top: 45px;
}
.copyright_box {
  text-align: center;
  background: #f3f3f3;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: 44px;
}
.copyright_box .copyright {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #555555;
  text-transform: uppercase;
}
.copyright_box .copyright a {
  color: #555555;
}
.copyright_box .copyright .site_name {
  font-weight: bold;
}
.adress {
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #848484;
  padding-left: 29px;
  padding-top: 9px;
  background: url(../img/adress_icon.png) no-repeat 0px 10px;
}
.footer_mail {
  background: url(../img/footer_mail.png) no-repeat 0px 14px;
  padding-left: 32px;
  padding-top: 11px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #8f8f8f;
  margin-left: 54px;
}
.footer_mail a {
  display: inline-block;
  color: #141414;
  text-transform: none;
  margin-left: 0px;
}
.soc_icons {
  text-align: center;
  list-style: none;
  padding-left: 0;
  padding-top: 17px;
  padding-bottom: 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.soc_icons li {
  display: inline-block;
  margin-left: 25px;
  width: 34px;
}
.soc_icons li:first-child {
  margin-left: 0;
}
.soc_icons li a {
  display: block;
  border-radius: 50%;
  background: #e0e0e1;
  padding-top: 7px;
  padding-bottom: 4px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.soc_icons li a:hover {
  background: #6d6e71;
}
.soc_icons li a span {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  display: inline-block;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 0 0;
  margin-bottom: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 413px;
  border: none;
  margin: 0;
}
address {
  margin-bottom: 40px;
}
address .info strong {
  display: block;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: normal;
  color: #5a5a5a;
  margin-bottom: 10px;
  margin-top: 0;
}
address .info p {
  margin-bottom: 0;
}
address .info p span {
  width: 105px;
  display: inline-block;
}
address .info p a {
  color: #64c29e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
address .info p a:hover {
  text-decoration: none;
  color: #7e7e7e;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  height: 20px;
  width: 36px;
  right: 50% !important;
  margin-right: -730px !important;
  bottom: 150px;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#toTop:after {
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "\f077";
  font-family: FontAwesome;
  font-size: 30px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #ff554f;
  top: -5px;
  left: 5px;
}
#toTop:hover:after {
  color: #6ec6a4;
}
.mail_link {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #64c29e;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mail_link:hover {
  color: #5a5a5a;
  text-decoration: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 16px;
  margin-right: 34px;
  width: 231px;
  display: inline-block;
}
.contact-form .coll-3 {
  margin-right: 0;
}
.coll-message {
  position: relative;
}
#contact-form {
  margin-bottom: 50px;
  padding-top: 5px;
  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: 300 14px/17px 'Roboto', sans-serif;
  color: #7e7e7e;
  width: 100%;
  padding: 10px 10px 11px 15px;
  border: none;
  background: #f3f3f3;
}
#contact-form textarea {
  height: 258px;
  resize: none;
  margin: 0 0 19px;
  overflow: hidden;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: 300 14px/17px 'Roboto', sans-serif;
  color: #7e7e7e;
  padding: 10px 10px 10px 15px;
  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: 300 14px/17px 'Roboto', sans-serif;
  color: #7e7e7e;
  background: #f3f3f3;
  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: #7e7e7e;
  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: #7e7e7e;
  -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 .btns {
  padding-top: 19px;
}
#contact-form .btn1 {
  position: relative;
  border: none;
  z-index: 10;
  font: normal 14px/14px 'Trebuchet MS', Helvetica, sans-serif;
  color: #ffffff;
  background: #646562;
  padding: 14px 25px 17px 25px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form .btn1:hover {
  background: #6ec6a4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form .fields {
  display: inline-block;
  margin-left: 6px;
  margin-top: 12px;
  color: #7e7e7e;
  font: 300 14px/18px 'Roboto', sans-serif;
}
/*------------ End Contact form ------------*/
/*------------ 404 ------------*/
.block-404 .forminfo h2 {
  padding: 21px 0 6px;
}
.block-404 .forminfo h2 strong {
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
  color: #333333;
  display: block;
}
.block-404 .forminfo h2 span {
  text-transform: uppercase !important;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #949494;
  display: block;
  margin-top: 15px;
}
.block-404 p {
  margin-bottom: 10px;
}
.form-404 {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 23px;
}
.form-404 input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
  width: 362px;
  background: #64c29e;
  padding: 9px 10px 9px 15px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  float: left;
  border-radius: 0;
  margin-right: 17px;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
}
.form-404 a {
  display: inline-block;
  padding: 11px 25px 10px 25px;
  background: #64c29e;
  border-radius: 0;
  font: 300 14px/14px 'Roboto', sans-serif;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-404 a:hover {
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  background: #6d6e71;
}
/*------------End 404 ------------*/
/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@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: 225px;
  }
  .footer_mail {
    margin-left: 0;
  }
  .form-404 input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 191px;
    margin-right: 17px;
  }
  .contact-form .coll-3 {
    margin-right: 0;
  }
  .slide_box h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .slide_box {
    padding-top: 35px;
  }
  .slide_box .banner_box {
    padding: 28px 35px 65px 175px;
  }
  .form-404 input {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  .tm_navbar {
    padding: 36px 0 0 0;
  }
  .tm_navbar .nav > li {
    margin-left: 9px;
  }
  .footer_mail {
    margin-left: 0;
  }
  address .info p span {
    width: 95px;
  }
  #index404 #content {
    padding-top: 45px;
    padding-bottom: 48px;
    overflow: hidden;
  }
}
/*------------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) {
  .isStuck {
    top: 0 !important;
  }
  h1 {
    text-align: center;
  }
  .menuheader {
    float: none;
  }
  .menuheader select {
    background: #fff !important;
  }
  .tm_navbar {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .slide_box .banner_box {
    padding: 160px 35px 25px 35px;
  }
  .slide_box .banner_box.banner1,
  .slide_box .banner_box.banner2,
  .slide_box .banner_box.banner3,
  .slide_box .banner_box.banner4 {
    background-position: center 21px;
  }
  .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;
  }
  .row_2 h4 {
    font-size: 30px;
    line-height: 45px;
  }
  .box2 img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .adress {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #848484;
    padding-left: 0px;
    padding-top: 25px;
    text-align: center;
    background: url(../img/adress_icon.png) no-repeat center 0px;
  }
  .footer_mail {
    background: url(../img/footer_mail.png) no-repeat center 14px;
    padding-left: 0;
    padding-top: 40px;
    text-align: center;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #8f8f8f;
  }
  .box_3 {
    margin-top: 50px;
  }
  .box_3 .full_width {
    margin-top: 60px;
  }
  .map iframe {
    width: 100%;
    height: 250px;
  }
  .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*/
