@import url(http://fonts.googleapis.com/css?family=Inder);
@import url(http://fonts.googleapis.com/css?family=Oleo+Script:400,700);
@import url(http://fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);
/* 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
 * ======================================================== */
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.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;
}
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: #ffffff;
  font: 400 14px/24px 'Istok Web', sans-serif;
  color: #979797;
  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: 32px;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.custom_btn {
  background: #f26b5d;
  color: #ffffff;
  display: inline-block;
  font: 400 14px/22px 'Istok Web', sans-serif;
  padding: 12px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
  border: none;
}
.custom_btn:hover {
  background: #3e454c;
  color: #ffffff;
  text-decoration: none;
}
.custom_btn:hover.animated {
  -webkit-animation-duration: .3s;
  -o-animation-duration: .3s;
  -moz-animation-duration: .3s;
  animation-duration: .3s;
}
.custom_btn2 {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #f26b5d;
  background: url(../img/btn_arrow.png) no-repeat right 10px;
  padding: 0;
  border: none;
  padding-right: 12px;
}
.custom_btn2:hover {
  color: #333333;
  text-decoration: none;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 18px;
}
p.second {
  margin-bottom: 38px;
}
.mail_link {
  font: 400 14px/24px 'Istok Web', sans-serif;
  color: #f26b5d;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: 50px;
  display: inline-block;
}
.mail_link:hover {
  text-decoration: none;
  color: #3e454c;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #979797;
  margin-bottom: 0;
}
h2 {
  font: 400 45px/45px 'Istok Web', sans-serif;
  color: #f26b5d;
  margin-top: 25px;
  margin-bottom: 22px;
}
h3 {
  font: bold 26px/30px Arial, Helvetica, sans-serif;
  color: #979797;
  margin-bottom: 20px;
}
h4 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #979797;
  margin-bottom: 20px;
}
h5 {
  font: 700 18px/24px 'Istok Web', sans-serif;
  color: #3e454c;
  margin-bottom: 15px;
  margin-top: 0;
}
h6 {
  font: 400 14px/24px 'Istok Web', sans-serif;
  color: #3e454c;
  margin-bottom: 0;
  margin-top: 0;
}
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 li {
  font: normal 14px/24px Arial, Helvetica, sans-serif;
  color: #000000;
  background: url(../images/list_marker.gif) 0 5px no-repeat;
  margin-top: 10px;
  padding-left: 15px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #f00;
  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
 * ======================================================== */
#header {
  border-top: 12px solid #3e454c;
  padding-top: 29px;
}
.header_top {
  padding-bottom: 15px;
  overflow: hidden;
}
.contact_list {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  float: left;
}
.contact_list li {
  float: left;
  margin-left: 15px;
  font-family: 'Inder', sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #3e454c;
}
.contact_list li:first-child {
  margin-left: 0;
}
.contact_list li.item1 {
  padding-left: 19px;
  background: url(../img/item_1.png) no-repeat 0px 0px;
}
.contact_list li.item2 {
  margin-left: 22px;
  padding-left: 24px;
  background: url(../img/item_2.png) no-repeat 0px 0px;
}
.contact_list li.item3 {
  margin-left: 47px;
  padding-left: 23px;
  background: url(../img/item_3.png) no-repeat 0px 0px;
}
.soc_icons {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  float: right;
}
.soc_icons li {
  float: left;
  margin-right: 0px;
}
.soc_icons li a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.soc_icons li a:hover {
  opacity: 0.7;
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.soc_icons li:first-child {
  margin-right: 0;
}
.soc_icons li.item1 a {
  display: block;
  width: 10px;
  height: 20px;
  background: url(../img/soc_icons.png) no-repeat 0px 0px;
}
.soc_icons li.item2 {
  margin-left: 20px;
}
.soc_icons li.item2 a {
  display: block;
  width: 19px;
  height: 20px;
  background: url(../img/soc_icons.png) no-repeat -30px 0px;
}
.soc_icons li.item3 {
  margin-left: 18px;
}
.soc_icons li.item3 a {
  display: block;
  width: 15px;
  height: 20px;
  background: url(../img/soc_icons.png) no-repeat -67px 0px;
}
.soc_icons li.item4 {
  margin-left: 19px;
}
.soc_icons li.item4 a {
  display: block;
  width: 17px;
  height: 20px;
  background: url(../img/soc_icons.png) no-repeat -101px 0px;
}
.soc_icons li.item5 {
  margin-left: 18px;
}
.soc_icons li.item5 a {
  display: block;
  width: 17px;
  height: 20px;
  background: url(../img/soc_icons.png) no-repeat -136px 0px;
}
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
#index2 #stuck_container {
  border-bottom: 1px solid #e4e4e4;
}
#index2 #content {
  padding-top: 84px;
}
#index2 .box1 {
  margin-bottom: 40px;
}
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top: 1px solid #e4e4e4;
  padding-top: 22px;
  padding-bottom: 29px;
}
.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;
  padding-top: 0px !important;
  padding-bottom: 10px !important;
}
.isStuck .tm_navbar .nav {
  padding-top: 19px;
}
.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: 10px 0 0 31px;
  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;
  padding-top: 25px;
  padding-right: 17px;
  /* ======== SUB_MENU========== */
}
.tm_navbar .nav > li {
  text-align: center;
  font: 400 15px/18px 'Inder', sans-serif;
  float: left;
  padding: 0;
  margin-left: 57px;
  position: relative;
  zoom: 1;
}
.tm_navbar .nav > li:first-child {
  margin-left: 0;
}
.tm_navbar .nav > li a {
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #3e454c;
  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:before {
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../img/menu_hover.png) no-repeat 0 0;
  z-index: 2;
}
.tm_navbar .nav > li a.sf-with-ul:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 7px;
  height: 4px;
  content: '';
  background: url(../img/sub_menu.png) no-repeat 0 0;
  z-index: 1;
}
.tm_navbar .nav > li a:hover,
.tm_navbar .nav > li.active > a,
.tm_navbar .nav > li.active > a:hover,
.tm_navbar .nav > li.sfHover > a {
  color: #fe6d46;
  background: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav > li a:hover:before,
.tm_navbar .nav > li.active > a:before,
.tm_navbar .nav > li.active > a:hover:before,
.tm_navbar .nav > li.sfHover > a:before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 21px;
  height: 11px;
  content: '';
  margin-left: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.tm_navbar .nav > li a:hover:after,
.tm_navbar .nav > li.active > a:after,
.tm_navbar .nav > li.active > a:hover:after,
.tm_navbar .nav > li.sfHover > a:after {
  display: none;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 35px;
  left: -14px;
  width: 104px;
  padding: 22px 11px 23px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #3e454c;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul li {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding: 0;
  margin: 18px 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:before,
.tm_navbar .nav ul a.sf-with-ul:after {
  display: none;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #fe6d46;
  background: none;
}
.tm_navbar .nav ul a:hover:before,
.tm_navbar .nav ul li.sfHover a.sf-with-ul:before {
  display: none;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 12px 0px 7px 16px;
  left: 93px;
  top: -7px;
  width: 106px;
  background: #fe6d46;
  border: none;
}
.tm_navbar .nav ul ul li {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  text-align: left;
  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: #000000;
  background: none;
}
.select-menu {
  display: none !important;
  outline: none;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#content {
  width: 100%;
}
.row_indent {
  margin-top: 66px;
}
.banner_row {
  background: url(../img/banner_row.jpg) repeat 0 0;
  padding-top: 35px;
  padding-bottom: 39px;
}
.banner_row .banner_title {
  background: url(../img/banner_title.png) no-repeat 0 0;
  padding-left: 127px;
  font-family: 'Istok Web', sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0;
  padding-top: 19px;
  padding-bottom: 17px;
  border-right: 1px solid #fef0ef;
}
.banner_row p {
  font-family: 'Istok Web', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 19px;
  padding-bottom: 0;
}
.banner_row .banner_btn {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 15px;
  background: url(../img/banner_btn.png) no-repeat 0 0;
  margin-left: 91px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner_row .banner_btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.row_1 {
  background: url(../img/row_1.jpg) repeat 0 0;
  padding-bottom: 78px;
  margin-bottom: 77px;
}
.fiture_box {
  padding-top: 80px;
}
.fiture_box .item {
  display: inline-block;
  width: 90px;
  padding-top: 25px;
  padding-bottom: 18px;
  background: #3e454c;
  border-radius: 50%;
  font-family: 'Istok Web', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
.fiture_box h4 {
  color: #f26b5d;
  font-family: 'Istok Web', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 14px;
}
.fiture_box p {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #7c7c7c;
  margin-bottom: 22px;
}
.border_title {
  text-transform: uppercase;
  color: #3e454c;
  border-bottom: 1px solid #f1f1f1;
  font-family: 'Istok Web', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 13px;
  margin-bottom: 56px;
}
.box1 {
  overflow: hidden;
  margin-bottom: 159px;
}
.box1 .img_box {
  float: left;
  width: 220px;
  margin-right: 23px;
}
.box1 .img_box img {
  width: 100%;
}
.box_content {
  overflow: hidden;
  padding-top: 25px;
}
.box_content h4 {
  font-family: 'Istok Web', sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  color: #3e454c;
  margin-top: 0;
  margin-bottom: 15px;
}
.box_content p {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #979797;
  margin-bottom: 24px;
}
.box_content a {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #f26b5d;
  background: url(../img/btn_arrow.png) no-repeat right 10px;
  padding: 0;
  border: none;
  padding-right: 12px;
}
.box_content a:focus,
.box_content a:active {
  box-shadow: none;
  border: none;
  outline: none;
  outline-offset: 0;
}
.box2 {
  text-align: center;
}
.box2 img {
  display: inline-block;
}
.box2 h4 {
  font-family: 'Istok Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #3e454c;
  margin-top: 25px;
  margin-bottom: 0px;
}
.box2 h4 a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box2 h4 a:hover {
  text-decoration: none;
  color: #f26b5d;
}
.row_2 {
  background: url(../img/row_2.jpg) repeat 0 0;
  margin-top: 115px;
  padding-bottom: 32px;
  padding-top: 41px;
}
#owl_wrap {
  padding-left: 36px;
  padding-right: 36px;
}
#owl_wrap .item {
  text-align: center;
}
#owl_wrap .owl-buttons {
  position: absolute;
  width: 100%;
  height: 25px;
  top: 16px;
  left: 0;
  z-index: 0;
}
#owl_wrap .owl-buttons .owl-prev {
  position: relative;
  width: 18px;
  height: 25px;
  float: left;
  font-size: 0;
  line-height: 0;
  background: url(../img/courusel_nav.png) no-repeat 0 0;
  margin-left: -35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#owl_wrap .owl-buttons .owl-prev:hover {
  background-position: 0 -30px;
}
#owl_wrap .owl-buttons .owl-next {
  position: relative;
  width: 18px;
  height: 25px;
  float: right;
  font-size: 0;
  line-height: 0;
  background: url(../img/courusel_nav.png) no-repeat -21px 0;
  margin-right: -35px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#owl_wrap .owl-buttons .owl-next:hover {
  background-position: -21px -30px;
}
.row_3 {
  background: url(../img/row_3.jpg) repeat 0 0;
  padding-top: 74px;
  width: 100%;
  overflow: hidden;
}
.box3 {
  padding-top: 50px;
  min-height: 158px;
  margin-bottom: 53px;
}
.box3.icon1 {
  background: url(../img/box3_icon1.png) no-repeat 0px 0px;
  border-right: 1px solid #e4e6e7;
}
.box3.icon2 {
  background: url(../img/box3_icon2.png) no-repeat 0px 0px;
  border-right: 1px solid #e4e6e7;
}
.box3.icon3 {
  background: url(../img/box3_icon3.png) no-repeat 0px 0px;
  border-right: 1px solid #e4e6e7;
}
.box3.icon4 {
  background: url(../img/box3_icon4.png) no-repeat 0px 0px;
}
.box3 h4 {
  font-family: 'Inder', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #3e454c;
  margin-top: 0;
  margin-bottom: 35px;
}
.box3 h4 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box3 h4 a:hover {
  color: #f26b5d;
  text-decoration: none;
}
.box3 .soc_icons {
  float: none;
}
.box4 {
  margin-bottom: 35px;
}
.box4 .number {
  float: left;
  width: 90px;
  font-family: 'Istok Web', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  background: #3e454c;
  padding-top: 25px;
  padding-bottom: 17px;
  border-radius: 50%;
  text-align: center;
  margin-right: 17px;
}
.box4 .content {
  overflow: hidden;
}
.box4 .content h4 {
  font-family: 'Istok Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #f26b5d;
  margin-top: 0px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.box4 .content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.user_box {
  margin-bottom: 15px;
  text-align: center;
}
.user_box img {
  width: 100%;
  margin-bottom: 13px;
}
.user_box .name_link {
  font-family: 'Istok Web', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3e454c;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.user_box .name_link:hover {
  color: #f26b5d;
  text-decoration: none;
}
.testimonial_box {
  padding-top: 34px;
  background: url(../img/testimonial_icon.png) no-repeat 0 0;
  margin-bottom: 87px;
}
.testimonial_box p {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #979797;
  margin-bottom: 15px;
}
.testimonial_box .autor {
  display: inline-block;
  font-family: 'Istok Web', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #3e454c;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonial_box .autor:hover {
  text-decoration: none;
  color: #f26b5d;
}
.product_box {
  text-align: center;
  margin-bottom: 29px;
}
.product_box h5 {
  font-family: 'Istok Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #3e454c;
  margin-bottom: 1px;
  margin-top: 0;
}
.product_box h5 a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}
.product_box h5 a:hover {
  text-decoration: none;
  color: #f26b5d;
}
.product_box p {
  margin-bottom: 0;
}
#thumbs {
  margin-bottom: 138px;
}
#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 21px;
  border-radius: 50%;
}
#thumbs .touch_img img {
  width: 100%;
  display: block;
}
#thumbs .touch_img span.expand {
  display: block;
  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 {
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -30px;
  background: url(../img/zoom_icon.png) no-repeat 0 0;
}
#thumbs .touch_img:hover img {
  opacity: 0.7;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 78px;
  background: url(../img/footer_bg.jpg) repeat 0 0;
}
#footer .copyright {
  font-family: 'Istok Web', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}
#footer .copyright .name {
  font-family: 'Istok Web', sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
}
#footer .copyright a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-left: 10px;
}
#footer .copyright a:hover {
  color: #f26b5d;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 92px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 455px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  background: url(../img/to_top.png) no-repeat 0 0;
  height: 42px;
  width: 42px;
  right: 50% !important;
  margin-right: -750px !important;
  bottom: 170px;
  z-index: 20;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#toTop:hover {
  background-position: 0px -50px;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
.info {
  margin-bottom: 35px;
}
.info .addres_title {
  display: block;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Istok Web', sans-serif;
  color: #3e454c;
  margin-top: 0px;
  margin-bottom: 7px;
}
.info p {
  margin-bottom: 0;
  line-height: 24px;
}
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 20px;
  margin-right: 11px;
  width: 249px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 249px;
}
.coll-message {
  position: relative;
}
#contact-form {
  margin-top: 11px;
  margin-bottom: 85px;
  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 'Istok Web', sans-serif;
  color: #979797;
  width: 100%;
  padding: 13px 12px 5px 12px;
  border: 1px solid #ebebf1;
  background: #ffffff;
}
#contact-form textarea {
  height: 204px;
  resize: none;
  margin: 0 0 23px;
  overflow: hidden;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: 400 14px/18px 'Istok Web', sans-serif;
  color: #979797;
  padding: 15px 10px 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 'Istok Web', sans-serif;
  color: #979797;
  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: #979797;
  padding: 15px 0;
  border: 1px solid #ebebf1;
  -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 'Istok Web', sans-serif;
  color: #979797;
  -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 {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #f26b5d;
  background: url(../img/btn_arrow.png) no-repeat right 10px;
  padding: 0;
  border: none;
  padding-right: 12px;
}
#contact-form .btn1:hover {
  color: #333333;
  text-decoration: none;
}
#contact-form .btn1:focus,
#contact-form .btn1:active {
  box-shadow: none;
  outline: none;
  border-radius: 0;
}
#contact-form span.fields {
  display: inline-block;
  margin-left: 40px;
  margin-top: 3px;
  color: #979797;
  font: 400 12px/22px 'Istok Web', sans-serif;
  vertical-align: top;
}
/* Contact Form Error messages
			========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
			========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../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;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold;
  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 ------------*/
.box_404 {
  margin-bottom: 100px;
}
.block-404 {
  padding-top: 13px;
}
.block-404 h3 {
  font-family: 'Istok Web', sans-serif;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3e454c;
  margin-top: 0px;
  margin-bottom: 21px;
}
.block-404 h3 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.block-404 p {
  margin-bottom: 10px;
  font-family: 'Istok Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #979797;
  margin-bottom: 24px;
}
.form-404 {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 40px;
}
.form-404 input {
  font-family: 'Istok Web', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #9f9f9f;
  width: 100%;
  border-radius: 0;
  padding: 6px 10px 5px 15px;
  border: 1px solid #ebebf1;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 27px;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
}
.form-404 a {
  font-family: 'Istok Web', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #f26b5d;
  background: url(../img/btn_arrow.png) no-repeat right 10px;
  padding: 0;
  border: none;
  padding-right: 12px;
}
.form-404 a:hover {
  color: #333333;
  text-decoration: none;
}
/*------------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: 242px;
  }
}
@media (max-width: 1200px) {
  .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;
  }
  .tm_navbar .nav {
    padding-right: 0;
  }
  .tm_navbar .nav > li {
    margin-left: 20px;
  }
  .camera_caption {
    margin-left: -485px;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  .cameraContent.cameracurrent .camera_caption {
    display: none !important;
  }
  .banner_row .banner_title {
    border-right: none;
  }
  #stuck_container.isStuck {
    padding-top: 22px !important;
    padding-bottom: 29px !important;
    top: 0 !important;
  }
  .contact_list {
    float: none;
  }
  .soc_icons {
    display: block;
    float: none;
    text-align: center;
    margin-top: 30px;
  }
  .soc_icons li {
    float: none;
    display: inline-block;
  }
  .box3.icon1,
  .box3.icon2,
  .box3.icon3,
  .box3.icon4 {
    border-right: none;
    background-position: center 0;
    text-align: center;
  }
  .fiture_box {
    text-align: center;
  }
}
/*------------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 .tm_navbar .nav {
    padding-top: 0;
  }
  .contact_list {
    float: none;
  }
  .contact_list li.item1,
  .contact_list li.item2,
  .contact_list li.item3 {
    display: block;
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }
  h1 {
    text-align: center;
    margin-bottom: 50px;
  }
  .tm_navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .menuheader {
    float: none;
  }
  .menuheader .select-menu {
    padding-top: 0;
    padding-right: 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;
  }
  #thumbs .touch_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 21px;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .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;
  }
  .box2 {
    margin-top: 50px;
  }
  .box1 {
    margin-bottom: 65px;
  }
  .box1 .img_box {
    float: none;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .banner_row .banner_title {
    font-size: 21px;
    line-height: 30px;
  }
  .box3 .soc_icons {
    text-align: center;
  }
  .box3 .soc_icons li {
    float: none;
    display: inline-block;
  }
  .banner_row .banner_title {
    border-right: none;
    padding-left: 0;
    padding-top: 125px;
    background-position: center 0;
  }
}
/*Core variables and mixins*/
