@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@import url(http://fonts.googleapis.com/css?family=Sanchez:400italic,400);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== BUTTONS ========== */
/* ======== TITLES ========== */
/* ======== 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
 * ======================================================== */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.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;
}
textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
hr {
  margin-top: 13px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e4e4e4;
}
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
  font: normal 14px/23px 'Open Sans', sans-serif;
  color: #888888;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
#index2 #content {
  padding-top: 45px;
}
#index3 .second_color {
  padding-top: 45px;
}
/* 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: 23px;
}
.margin_img {
  margin-bottom: 40px;
}
.margin_img2 {
  margin-bottom: 10px;
}
/* ========================================================
	 * 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: 36px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 0;
}
h2 {
  font: bold 30px/36px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 20px;
}
h3 {
  font: bold 26px/30px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 20px;
}
h4 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 20px;
}
h4.simple {
  color: #454545;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 32px;
}
h5 {
  font: bold 16px/20px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 20px;
}
h6 {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #888888;
  margin-bottom: 20px;
}
h6.simple {
  color: #70ac68;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
h6.about {
  color: #70ac68;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h6.about2 {
  color: #70ac68;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
h6.big {
  color: #70ac68;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
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 {
  padding-left: 0;
  list-style: none;
}
.list li {
  font: 400 15px/18px 'Open Sans', sans-serif;
  color: #777777;
  margin-top: 13px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  font: 400 15px/18px 'Open Sans', sans-serif;
  color: #777777;
  display: inline-block;
  background: url(../img/list_marker.png) no-repeat 0 -28px;
  padding-left: 25px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list li a:hover {
  color: #4e4e4e;
  text-decoration: none;
  background-position: 0px 4px;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 a {
  display: inline-block;
  overflow: hidden;
}
h1 a img {
  display: block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #232323;
  padding-top: 42px;
  padding-bottom: 25px;
}
.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: none;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.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: 29px 23px 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: center;
  font: 400 16px/19px 'Open Sans', sans-serif;
  float: left;
  padding: 0;
  margin-left: 24px;
  position: relative;
  zoom: 1;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
}
.tm_navbar .nav > li a {
  text-align: center;
  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: #70ac68;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 63px;
  left: -28px;
  width: 118px;
  padding: 31px 0 28px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: url(../img/sub_menu_bg.jpg) repeat;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 7px;
  background: url(../img/sub_menu_arrow.png) no-repeat 0 0;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.tm_navbar .nav ul li {
  font: 400 16px/19px 'Open Sans', sans-serif;
  text-align: center;
  padding: 0;
  margin: 13px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.tm_navbar .nav ul li:first-child {
  margin-top: 0;
}
.tm_navbar .nav ul a {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #949494;
  background: none;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 26px 0 25px;
  left: 118px;
  top: -25px;
  width: 102px;
  background: url(../img/sub_sub_menu_bg.jpg) repeat;
  border: none;
}
.tm_navbar .nav ul ul:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 7px;
  background: url(../img/sub_sub_menu_arrow.png) no-repeat 0 0;
  top: -7px;
  left: 50%;
  margin-left: -7px;
}
.tm_navbar .nav ul ul:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 14px;
  background: url(../img/sub_sub_menu_marker.png) no-repeat 0 0;
  top: 30px;
  left: 0;
  margin-left: -6px;
}
.tm_navbar .nav ul ul li {
  font: normal 16px/16px 'Open Sans', sans-serif;
  text-align: center
							    padding: 0;
  margin: 14px 0 0 0;
  display: block;
  position: relative;
  border: none;
  zoom: 1;
  z-index: 14;
}
.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: #addea6;
  background: none;
}
.select-menu {
  display: none !important;
  outline: none;
  background: #fff !important;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#content {
  width: 100%;
}
.central {
  text-align: center;
}
.row_1 {
  background: url(../img/row_1.jpg) repeat 0 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
.row_1 .img_box {
  border-radius: 50%;
  border: 28px solid #323232;
  width: 100%;
  margin-bottom: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row_1 .img_box img {
  border-radius: 50%;
  margin-bottom: 0;
}
.row_1 .img_hover {
  padding-bottom: 30px;
}
.row_1 .img_hover:hover .img_box {
  border-color: #1f1f1f;
}
.row_1 .img_hover:hover .img_box img {
  opacity: 0.5;
}
.row_1 h3 {
  font-family: 'Sanchez', serif;
  font-size: 38px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 18px;
}
.row_1 h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #c8c8c8;
  text-align: center;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 12px;
}
.row_1 .central {
  text-align: center;
}
.row_1 a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #6f6f6f;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row_1 a:hover {
  text-decoration: none;
  color: #ff8a8e;
}
.row_2 {
  text-align: center;
  padding-top: 42px;
  padding-bottom: 45px;
}
.row_2 h4 {
  font-family: 'Sanchez', serif;
  font-size: 38px;
  line-height: 46px;
  color: #3b3b3b;
  text-align: center;
  margin-top: 0;
  font-weight: 400;
}
.row_2 h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
  color: #888888;
  margin-bottom: 39px;
}
.soc_list {
  text-align: center;
  list-style: none;
  padding-left: 0;
}
.soc_list li {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-left: 32px;
}
.soc_list li:first-child {
  margin-left: 0;
}
.soc_list li a {
  display: block;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 12px;
  padding-bottom: 9px;
  font-size: 20px;
}
.soc_list li a.icon1 {
  background: #6ac4d9;
}
.soc_list li a.icon2 {
  background: #ff8a8e;
}
.soc_list li a.icon3 {
  background: #6982b8;
}
.soc_list li a:hover {
  background: #3b3b3b;
}
.content_border {
  border-top: 5px solid #f3f3f3;
  padding-top: 45px;
}
.icon_box1 {
  background: url(../img/footer_icon1.png) no-repeat 17px 0;
  padding-left: 200px;
  padding-top: 18px;
  padding-bottom: 30px;
  margin-bottom: 23px;
}
.icon_box2 {
  background: url(../img/footer_icon2.png) no-repeat 17px 0;
  padding-left: 200px;
  padding-top: 18px;
  padding-bottom: 30px;
  margin-bottom: 23px;
}
.row_3 {
  padding-top: 48px;
}
.row_3 .central {
  background: url(../img/row_3_border.jpg) repeat-x center bottom;
  margin-bottom: 34px;
  padding-bottom: 25px;
}
.row_3 h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  line-height: 40px;
  color: #454545;
  text-align: center;
  margin-top: 0;
  font-weight: 300;
}
.row_3 h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #888888;
  text-align: center;
  margin-bottom: 27px;
}
.row_3 .row_btn {
  display: inline-block;
  border-radius: 4px;
  background: #70ac68;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 23px 13px 23px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.row_3 .row_btn:hover {
  text-decoration: none;
  background: #539d9e;
}
.second_color {
  background: #f5f5f5;
}
.shadow_box {
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 51px;
}
.shadow_box img {
  width: 100%;
}
.shadow_box.second {
  padding-top: 4px;
}
.shadow_box.second .shadow_box_content {
  padding: 0 52px 55px;
}
.shadow_box.second .shadow_box_content h4 {
  padding-bottom: 27px;
  margin-top: 32px;
  margin-bottom: 32px;
}
.shadow_box .shadow_box_content {
  padding: 0 52px 60px;
}
.shadow_box .shadow_box_content h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 33px;
  line-height: 40px;
  font-weight: 300;
  color: #454545;
  text-align: center;
  padding-bottom: 22px;
  margin-top: 32px;
  margin-bottom: 36px;
  border-bottom: 1px solid #ededed;
}
.shadow_box .shadow_box_content h4 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.shadow_box .shadow_box_content h4 a:hover {
  text-decoration: none;
  color: #70ac68;
}
.shadow_box .shadow_box_content p {
  margin-bottom: 0;
  color: #989898;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.banner_list {
  list-style: none;
  padding-left: 0;
  -webkit-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.banner_list li {
  display: block;
  overflow: hidden;
  padding: 44px 28px 21px 46px;
  border-top: 1px solid #fff;
}
.banner_list li:first-child {
  border-top: none;
}
.banner_list li.item1 {
  background: #539d9e;
  padding: 44px 28px 22px 46px;
}
.banner_list li.item1 h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #b2e5d7;
  margin-top: 0;
  margin-bottom: 30px;
}
.banner_list li.item2 {
  background: #b48259;
}
.banner_list li.item2 h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #f5c59e;
  margin-top: 0;
  margin-bottom: 30px;
}
.banner_list li.item3 {
  background: #b45961;
}
.banner_list li.item3 h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #f3a6ad;
  margin-top: 0;
  margin-bottom: 30px;
}
.banner_list li h4 {
  font-family: 'Sanchez', serif;
  font-size: 30px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}
.banner_list li a {
  padding-left: 15px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../img/banner_btn_bg.png) no-repeat 2px 7px;
}
.banner_list li a:hover {
  text-decoration: none;
  color: #454545;
}
.banner_box {
  position: relative;
  background: #0c0c0c;
  margin-top: -115px;
}
.banner_1 {
  position: relative;
  background: url(../img/banner8_bg.jpg) no-repeat left top #0c0c0c;
  padding: 36px 0px 46px 285px;
  float: left;
  width: 1070px;
}
.banner_1 h4 {
  font-family: 'Sanchez', serif;
  font-size: 32px;
  line-height: 35px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 20px;
}
.banner_1 h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #9d9d9d;
  margin-bottom: 0;
}
.banner_1:after {
  position: absolute;
  content: '';
  width: 163px;
  height: 163px;
  right: 0;
  top: -6px;
}

.banner_2 {
  position: relative;
  background: url(../img/banner2_bg.jpg) no-repeat left top;
  padding: 34px 145px 52px 38px;
  float: right;
  width: 400px;
}
.banner_2 h4 {
  font-family: 'Sanchez', serif;
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
}
.banner_2 h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #9d9d9d;
  margin-bottom: 0;
}
.testimonial_box {
  margin-bottom: 65px;
}
.testimonial_box h5 {
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 18px;
  color: #888888;
}
.testimonial_box h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #70ac68;
  text-transform: uppercase;
  margin-top: none;
}
.testimonial_box h4 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonial_box h4 a:hover {
  text-decoration: none;
  color: #888888;
}
.color_box {
  background: #fff;
}
.nav-tabs {
  list-style: none;
  border: none;
  display: block;
  overflow: hidden;
  padding-left: 0;
}
.nav-tabs li {
  margin-left: 8px;
}
.nav-tabs li:first-child {
  margin-left: 0;
}
.nav-tabs li a {
  display: block;
  background: #454545;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 6px;
  padding: 11px 21px 15px 19px;
  border: none;
  cursor: pointer;
}
.nav-tabs li a:hover {
  background: #70ac68;
  text-decoration: none;
}
.nav-tabs > li.active > a {
  background: #70ac68;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  padding: 11px 21px 15px 19px;
  border: none;
  cursor: pointer;
}
.nav-tabs > li.active > a:hover {
  color: #fff;
  background: #70ac68;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.nav-tabs > li.active > a:focus {
  background: #70ac68;
  color: #fff;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.tab-content {
  margin-bottom: 50px;
}
.table_list {
  list-style: none;
  padding-left: 0;
  padding-top: 8px;
}
.table_list li {
  display: block;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 12px;
  background: url(../img/row_3_border.jpg) repeat-x bottom left;
}
.table_list li .left {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #888888;
}
.table_list li .right {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: normal;
  color: #70ac68;
  text-transform: uppercase;
}
.table_list li .right a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 14px;
  color: #70ac68;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table_list li .right a:hover {
  text-decoration: none;
  color: #888888;
}
#filters {
  overflow: hidden;
  margin-bottom: 34px;
  padding-left: 0;
  padding-top: 8px;
}
#filters li {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #454545;
  font-weight: 400;
  margin-left: 29px;
}
#filters li:first-child {
  margin-left: 0;
}
#filters li a {
  color: #958c81;
}
#filters li a:hover,
#filters li a.selected {
  text-decoration: none;
  color: #70ac68;
}
#isotop .indents {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 34px;
  min-height: 447px;
}
#thumbs {
  margin-bottom: 30px;
}
#thumbs .touch_img,
.touch_box .touch_img {
  position: relative;
  display: block;
}
#thumbs .touch_img img,
.touch_box .touch_img img {
  width: 100%;
  display: block;
}
#thumbs figure,
.touch_box {
  overflow: hidden;
  margin-bottom: 23px;
}
.element_title {
  color: #70ac68;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.element_p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #888;
  letter-spacing: -1px;
}
#thumbs .touch_img span.bg,
.touch_box .touch_img span.bg {
  background: url(../img/img_hover.png) repeat 0 0;
  position: absolute;
  display: block;
  height: 100%;
  bottom: -100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#thumbs .touch_img:hover span.bg,
.touch_box .touch_img:hover span.bg {
  background: url(../img/img_hover.png) repeat 0 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#thumbs .touch_img span.expand,
.touch_box .touch_img span.expand {
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -27px;
  margin-left: -30px;
  width: 60px;
  height: 55px;
  background: url(../img/zoom_icon.png) no-repeat 0 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
#thumbs .touch_img:hover span.expand,
.touch_box .touch_img:hover span.expand {
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -30px;
  background: url(../img/zoom_icon.png) no-repeat 0 0;
}
.info strong {
  display: block;
  color: #70ac68;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 13px;
  text-transform: uppercase;
}
.info p {
  margin-bottom: 3px;
}
.info p span {
  display: inline-block;
  width: 47px;
}
.info a {
  color: #70ac68;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.info a:hover {
  text-decoration: none;
  color: #888;
}
h4.second_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 170px;
  line-height: 170px;
  font-weight: 400;
  text-transform: uppercase;
  color: #70ac68;
  margin-top: 25px;
  margin-bottom: 14px;
}
h5.second_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 47px;
  line-height: 47px;
  font-weight: 400;
  text-transform: uppercase;
  color: #454545;
  margin-top: 0;
  margin-bottom: 25px;
}
.mail_link {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #70ac68;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 50px;
}
.mail_link:hover {
  text-decoration: none;
  color: #888888;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width: 100%;
  background: #fff;
}
.copyright {
  border-top: 1px solid #f3f3f3;
  padding-top: 65px;
  padding-bottom: 75px;
  text-align: center;
  font-family: 'Sanchez', serif;
  font-size: 16px;
  line-height: 19px;
  color: #606060;
}
.copyright a {
  font-family: 'Sanchez', serif;
  font-size: 16px;
  line-height: 19px;
  color: #606060;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.copyright a:hover {
  text-decoration: none;
  color: #6ac4d9;
}
.facebook {
  padding-top: 65px;
  text-align: center;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 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: 500px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  right: 50% !important;
  margin-right: -700px !important;
  bottom: 40px;
  background: url(../img/to_top_marker.png) no-repeat center center;
  z-index: 20;
}
#toTop:hover {
  border-color: #ff8a8e;
  border-width: 3px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 11px;
  margin-right: 6px;
  width: 258px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 241px;
}
.coll-message {
  position: relative;
}
#contact-form {
  margin-top: 11px;
  position: relative;
  margin-bottom: 52px;
}
#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 'Open Sans', sans-serif;
  color: #888888;
  width: 100%;
  padding: 9px 12px 12px 13px;
  border: 1px solid #e9e9e9;
  border-right: none;
  border-bottom: none;
  background: #ffffff;
}
#contact-form textarea {
  height: 157px;
  resize: none;
  margin: 0 0 17px;
  overflow: hidden;
  padding: 15px 13px 15px 13px;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: 400 14px/18px 'Open Sans', sans-serif;
  color: #888888;
  padding: 11px 10px 9px 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: 400 14px/18px 'Open Sans', sans-serif;
  color: #888888;
  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: #888888;
  padding: 15px 0;
  border: 1px solid #e9e9e9;
  -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 'Open Sans', sans-serif;
  color: #888888;
  -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 .btn1 {
  display: inline-block;
  border-radius: 4px;
  background: #70ac68;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding: 12px 18px 13px 17px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
}
#contact-form .btn1:hover {
  text-decoration: none;
  background: #539d9e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form span.fields {
  display: inline-block;
  margin-left: 5px;
  margin-top: 10px;
  color: #70ac68;
  letter-spacing: -1px;
  font: 400 14px/18px 'Open Sans', sans-serif;
  vertical-align: top;
}
/*------------ 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 {
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font: 400 14px/17px 'Open Sans', sans-serif;
  color: #888888;
  width: 280px;
  padding: 10px 12px 11px 13px;
  border: 1px solid #e9e9e9;
  border-right: none;
  border-bottom: none;
  background: #ffffff;
  margin-right: 19px;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
}
.form-404 a {
  display: block;
  margin-top: 7px !important;
  width: 20px;
  height: 23px;
  overflow: hidden;
  padding: 0;
  float: left;
  box-shadow: none;
  outline: none;
  border: none;
}
.form-404 a:hover {
  box-shadow: none;
  text-decoration: none;
  opacity: 0.7;
}
.form-404 a:hover img {
  filter: alpha(opacity=70);
  background: #f5f5f5;
}
.search_cont {
  float: left;
  margin-bottom: 50px;
}
.search_img {
  float: right;
  padding-top: 51px;
  margin-bottom: 70px;
}
/*------------End 404 ------------*/
/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@media (max-width: 1500px) {
  .camera_caption hr {
    display: none;
  }
}
@media (max-width: 1400px) {
  .camera_caption > div {
    width: 297px;
  }
  .banner_box {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1220px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 246px;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 1220px) {
  .banner_1 {
    position: relative;
    background: url(../img/banner1_bg.jpg) no-repeat left top #0c0c0c;
    padding: 36px 60px 26px 200px;
    float: left;
    width: 860px;
  }
  .banner_2 {
    position: relative;
    background: url(../img/banner2_bg.jpg) no-repeat left top;
    padding: 34px 145px 52px 38px;
    float: right;
    width: 380px;
  }
  .camera_wrap .camera_pag {
    bottom: 5%;
  }
  h4.second_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 120px;
    line-height: 170px;
  }
  .search_cont {
    float: none;
    margin-bottom: 50px;
  }
  .search_img {
    float: none;
    padding-top: 0;
    margin-bottom: 70px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 192px;
    margin-right: 20px;
  }
  .contact-form .coll-3 {
    margin-right: 0px;
  }
  .nav-tabs li a {
    font-size: 13px;
    line-height: 13px;
  }
  h1 a img {
    display: inline-block;
  }
  #isotop .indents {
    min-height: 434px;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  .isStuck {
    padding-bottom: 25px !important;
    padding-top: 42px !important;
  }
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  .row_1 .img_hover {
    text-align: center;
  }
  .row_1 .img_hover .img_box {
    width: auto;
    display: inline-block;
  }
  .tm_navbar .nav > li {
    margin-left: 10px;
  }
  .banner_box {
    display: none;
  }
  .camera_caption {
    display: none !important;
  }
  .camera_wrap .camera_pag {
    bottom: 5%;
    right: 50%;
    margin-right: -28px;
  }
  .nav-tabs li a {
    padding: 11px 10px 11px 10px;
  }
  .nav-tabs > li.active > a {
    padding: 11px 10px 11px 10px;
  }
}
/*------------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) {
  h1 {
    text-align: center;
  }
  .menuheader {
    float: none;
  }
  .tm_navbar {
    padding: 29px 0 0;
  }
  .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;
  }
  .nav-tabs > li {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .table_list li .left {
    float: none;
    display: block;
  }
  .table_list li .right {
    float: none;
    display: block;
    margin-top: 10px;
  }
  #filters {
    text-align: center;
  }
  #filters li {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .icon_box1 {
    background-position: center 0;
    padding-left: 0px;
    padding-top: 165px;
    padding-bottom: 30px;
    margin-bottom: 23px;
  }
  .icon_box2 {
    background-position: center 0;
    padding-left: 0px;
    padding-top: 165px;
    padding-bottom: 30px;
    margin-bottom: 23px;
  }
  .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;
  }
  h4.second_title {
    font-size: 45px;
    line-height: 70px;
  }
  h5.second_title {
    font-size: 27px;
    line-height: 30px;
  }
  .search_img img {
    width: 291px;
    display: inline-block;
  }
}
/*Core variables and mixins*/
