/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700);*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=greek,latin-ext');
/* 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;
}
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: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: 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;
}
/* 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%;
}
.full_width.simple {
  margin-bottom: 20px;
}
.full_width.castom {
  margin-bottom: 11px;
}
/* ========================================================
	 * 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;
}
.simple_btn {
  border-radius: 0;
  box-shadow: none;
  color: #1d1d1d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 1px;
}
.simple_btn:hover,
.simple_btn:active,
.simple_btn:focus {
  box-shadow: none;
  border: none;
  color: #e63333;
  text-decoration: underline;
}
.simple_btn.castom_imdent {
  margin-bottom: 25px;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 18px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  margin-bottom: 0;
}
h2 {
  font: bold 30px/36px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  margin-bottom: 20px;
}
h3 {
  font: bold 26px/30px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  margin-bottom: 20px;
}
h4 {
  font: 300 48px/56px 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  color: #1d1d1d;
  margin-bottom: 20px;
  margin-top: 0px;
}
h4.second {
  font: 300 48px/56px 'Roboto Condensed', sans-serif;
  color: #e63333;
  margin-top: 29px;
  margin-bottom: 40px;
  letter-spacing: 1px;
}
h4.linked {
  font: 300 48px/56px 'Roboto Condensed', sans-serif;
  margin-top: 29px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.linked_btn {
  font: 400 18px/21px 'Roboto Condensed', sans-serif;
  display: inline-block;
  color: #e63333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 3px 25px 5px 0px;
  background: url(../img/linked_btn.png) no-repeat right 3px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.linked_btn:hover {
  text-decoration: none;
  color: #1d1d1d;
}
h5 {
  font: 400 18px/21px 'Roboto Condensed', sans-serif;
  color: #e63333;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
h6 {
  font: 400 14px/18px 'Roboto Condensed', sans-serif;
  color: #1d1d1d;
  margin-bottom: 0;
  letter-spacing: 1px;
}
h6.second {
  margin-bottom: 10px;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 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,
h6 a:hover {
  color: #e63333;
  text-decoration: none;
}
h5 a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
h5 a:hover {
  color: #bfbfbf;
  text-decoration: none;
}
/* ========================================================
	 * LIST
	 * ======================================================== */
.list {
  padding-left: 0;
  list-style: none;
  padding-top: 4px;
  margin-bottom: 40px;
}
.list li {
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  background: url(../img/list_marker.png) 0px 4px no-repeat;
  margin-top: 17px;
  padding-left: 15px;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #bfbfbf;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list li a:hover {
  color: #e63333;
  text-decoration: none;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 31px;
  margin-bottom: 0px;
}
h1 a {
  display: inline-block;
}
h1 a:hover {
  text-decoration: none;
}
/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.isStuck {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ======== GENERAL MENU ========== */
.menuheader {
  float: left;
  margin-top: 0;
  margin-right: 0;
}
.tm_navbar {
  position: relative;
  padding: 0 0 0 0;
  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: 700 14px/18px 'Roboto Condensed', sans-serif;
  float: left;
  padding: 0;
  margin-left: 30px;
  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: #1d1d1d;
  background: none;
  padding: 48px 37px 18px;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.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: #ffffff;
  background: #e63333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 84px;
  left: 0;
  width: 164px;
  padding: 20px 0 0;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #e63333;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul li {
  font: 700 14px/24px 'Roboto Condensed', sans-serif;
  text-align: left;
  padding: 0;
  margin: 0 0 0 0px;
  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: block;
  padding: 0;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
  padding-left: 30px;
  letter-spacing: 1px;
  text-align: left;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #e63333;
  background: #ffffff;
}
.tm_navbar .nav ul ul {
  list-style: none;
  padding: 0 0 20px;
  left: 0px;
  top: 23px;
  width: 164px;
  background: #e63333;
  border: none;
}
.tm_navbar .nav ul ul li {
  font: 700 14px/24px 'Roboto Condensed', sans-serif;
  text-align: left;
  padding: 0;
  margin: 0 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: block;
  padding: 0;
  margin: 0;
  padding-left: 48px;
  text-shadow: none;
  color: #ffffff;
  background: none;
}
.tm_navbar .nav ul ul a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #1d1d1d;
}
.select-menu {
  display: none !important;
  outline: none;
}
.contact_box {
  background: url(../img/contact_box.png) no-repeat 0px 0px;
  padding-top: 0px;
  padding-left: 35px;
  font: 700 18px/22px 'Roboto Condensed', sans-serif;
  color: #cecece;
  margin-top: 68px;
}
.contact_box span {
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
}
.soc_icons {
  overflow: hidden;
  float: right;
  list-style: none;
  margin-top: 108px;
}
.soc_icons li {
  float: left;
}
.soc_icons li a {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.soc_icons li a.icon1 {
  width: 19px;
  height: 16px;
  background: url(../img/soc_icons.png) no-repeat 0 0;
}
.soc_icons li a.icon1:hover {
  background-position: 0px -18px;
}
.soc_icons li a.icon2 {
  width: 10px;
  height: 16px;
  background: url(../img/soc_icons.png) no-repeat -48px 0;
  margin-left: 28px;
}
.soc_icons li a.icon2:hover {
  background-position: -48px -18px;
}
.soc_icons li a.icon3 {
  width: 25px;
  height: 16px;
  background: url(../img/soc_icons.png) no-repeat -80px 0;
  margin-left: 23px;
}
.soc_icons li a.icon3:hover {
  background-position: -80px -18px;
}
/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#content {
  width: 100%;
  padding-top: 34px;
  padding-bottom: 125px;
}
.img_link {
  overflow: hidden;
  position: relative;
}
.img_link span {
  font: 300 36px/42px 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  display: block;
  background: #e63333;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 0;
  padding-left: 51px;
  padding-right: 51px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.img_link:hover span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font: 300 36px/42px 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  color: #fff;
  position: absolute;
  display: block;
  background: #e63333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 201px;
  padding-left: 51px;
  padding-right: 51px;
  width: 100%;
  height: 100%;
}
.img_link:hover span a {
  display: inline-block;
  padding-left: 38px;
  font: 700 14px/18px 'Roboto Condensed', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: url(../img/img_link_btn.png) no-repeat 0px -1px;
  padding-top: 3px;
  padding-bottom: 4px;
  margin-top: 46px;
  letter-spacing: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.img_link:hover span a:hover {
  color: #cecece;
}
.box {
  background: #e63333;
  font: 400 18px/24px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 31px 30px 30px 36px;
  letter-spacing: 1px;
}
.box span {
  display: block;
  font: 400 60px/60px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-top: 6px;
}
.box span.second {
  font: 400 35px/37px 'Roboto Condensed', sans-serif;
  margin-top: 10px;
  letter-spacing: 2px;
  padding-bottom: 6px;
}
.row_1 {
  padding-bottom: 30px;
}
.tag_list {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  padding-top: 19px;
  margin-bottom: 41px;
}
.tag_list li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font: 400 18px/27px 'Roboto Condensed', sans-serif;
}
.tag_list li a {
  font: 400 18px/28px 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e63333;
  text-decoration: none;
}
.tag_list li a:hover {
  color: #1d1d1d;
}
.tag_list li:before {
  position: absolute;
  content: '+';
  font: 700 18px/28px 'Roboto Condensed', sans-serif;
  color: #e63333;
  top: -1px;
  left: -14px;
}
.tag_list li:first-child {
  margin-left: 0;
}
.tag_list li:first-child:before {
  display: none;
}
.owl-carousel {
  padding-bottom: 30px;
}
#owl .item {
  overflow: hidden;
}
.owl-buttons {
  overflow: hidden;
  width: 140px;
  position: absolute;
  right: 15px;
  bottom: 0px;
  z-index: 10;
}
.owl-buttons .owl-prev {
  float: left;
  width: 70px;
  font-size: 0;
  line-height: 0;
  height: 30px;
  background: url(../img/owl_pagination.jpg) no-repeat 0px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-buttons .owl-prev:hover {
  background-position: 0px -30px;
}
.owl-buttons .owl-next {
  float: right;
  width: 70px;
  font-size: 0;
  line-height: 0;
  height: 30px;
  background: url(../img/owl_pagination.jpg) no-repeat -70px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.owl-buttons .owl-next:hover {
  background-position: -70px -30px;
}
.owl_box {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.owl_box span {
  position: absolute;
  background: #e63333;
  display: block;
  bottom: -100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  right: 0;
  height: 0;
  padding: 0 28px 0 28px;
  font: 300 36px/36px 'Roboto Condensed', sans-serif;
  color: #fff;
}
.owl_box span p {
  font: 400 18px/24px 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
}
.owl_box:hover span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 95px 28px 0px 28px;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.left_indent {
  float: left;
  width: 360px;
  padding-top: 5px;
}
.right_indent {
  float: right;
}
.right_indent .join_btn {
  background: url(../img/img_link_btn.png) no-repeat 128px 30px #2e2e2e;
  padding: 21px 53px 25px 25px;
  letter-spacing: 1px;
  font: 400 18px/24px 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  width: 170px;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.right_indent .join_btn:hover {
  text-decoration: none;
  background-color: #e63333;
}
.row_2 {
  padding-top: 50px;
  padding-bottom: 18px;
}
.qoute_box1 {
  overflow: hidden;
  margin-bottom: 32px;
}
.qoute_box1 .qoute {
  float: left;
  width: 100px;
  color: #e63333;
  font: 300 36px/36px 'Roboto Condensed', sans-serif;
}
.qoute_box1 .qoute_cont {
  overflow: hidden;
}
.qoute_box1 .qoute_cont h6 {
  margin-top: 0;
}
.qoute_box1 .qoute_cont p {
  margin-bottom: 0;
}
.row_3 {
  padding-top: 45px;
  padding-bottom: 52px;
}
.qoute_box2 {
  overflow: hidden;
  margin-bottom: 32px;
}
.qoute_box2 .qoute {
  width: 50px;
  background: #e63333;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 9px;
  margin-right: 28px;
  font: 300 35px/35px 'Roboto Condensed', sans-serif;
  color: #fff;
  float: left;
}
.qoute_box2 .qoute_content {
  overflow: hidden;
  padding-top: 0px;
}
.qoute_box2 .qoute_content h6 {
  margin-top: 0;
}
.qoute_box2 .qoute_content p {
  margin-bottom: 0;
}
.qoute_box3 {
  overflow: hidden;
  margin-bottom: 25px;
}
.qoute_box3 .qoute {
  width: 50px;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 2px;
  font: 300 35px/35px 'Roboto Condensed', sans-serif;
  color: #e63333;
  float: left;
}
.qoute_box3 .qoute_content {
  overflow: hidden;
  padding-top: 0px;
}
.qoute_box3 .qoute_content h6 {
  margin-top: 0;
}
.qoute_box3 .qoute_content p {
  margin-bottom: 0;
}
#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
}
#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;
}
#thumbs .border_box {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 21px 10px 7px 20px;
}
#thumbs .border_box h5 {
  margin-top: 0;
}
#thumbs .product_box {
  margin-bottom: 30px;
}
.mail_link {
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mail_link:hover {
  color: #e63333;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#footer {
  width: 100%;
  padding-bottom: 60px;
}
#footer .footer_logo {
  float: left;
  margin-right: 17px;
}
#footer .copyright {
  overflow: hidden;
}
#footer .copyright a {
  color: #cecece;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .copyright a:hover {
  color: #e63333;
  text-decoration: none;
}
/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 75px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 382px;
  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;
  right: 50% !important;
  margin-right: -800px !important;
  bottom: 105px;
  background: url(../img/to_top_marker.png) no-repeat center center;
  z-index: 20;
}
#toTop:hover {
  border-color: #e63333;
  border-width: 3px;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
.info h5 {
  margin-bottom: 16px;
  font-weight: 400;
}
.info strong {
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  display: block;
  margin-bottom: 17px;
}
.info p {
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  margin-bottom: 33px;
}
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 20px;
  margin-right: 21px;
  width: 242px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 243px;
}
.coll-message {
  position: relative;
}
#contact-form {
  padding-top: 8px;
  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: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  width: 100%;
  padding: 8px 10px 13px 13px;
  border: 1px solid #cecece;
  background: #ffffff;
}
#contact-form textarea {
  height: 200px;
  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: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  padding: 9px 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: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  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: #bfbfbf;
  padding: 15px 0;
  border: 1px solid #cecece;
  -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 Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  position: absolute;
  right: 3px;
  top: 0;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
#contact-form .btn {
  border-radius: 0;
  box-shadow: none;
  color: #1d1d1d;
  background: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 1px;
}
#contact-form .btn:hover,
#contact-form .btn:active,
#contact-form .btn:focus {
  box-shadow: none;
  border: none;
  color: #e63333;
  text-decoration: underline;
}
#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 ------------*/
.block-404 p {
  margin-bottom: 19px;
}
.form-404 {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
  margin-top: 35px;
}
.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: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #bfbfbf;
  width: 100%;
  padding: 8px 10px 13px 13px;
  border: 1px solid #cecece;
  background: #ffffff;
  margin-bottom: 21px;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #d7d7d7;
}
.form-404 a {
  border-radius: 0;
  box-shadow: none;
  color: #1d1d1d;
  background: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 0;
  border: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-404 a:hover,
.form-404 a:active,
.form-404 a:active,
.form-404 a:focus {
  box-shadow: none;
  border: none;
  color: #e63333;
  text-decoration: underline;
}
/*------------End 404 ------------*/
/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@media (min-width: 1200px) and (max-width: 1220px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 236px;
  }
  .box {
    padding: 31px 25px 30px 36px;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@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;
  }
  .box {
    font: 400 18px/24px 'Roboto Condensed', sans-serif;
    padding: 31px 20px 30px 20px;
  }
  .box span.second {
    font: 400 28px/37px 'Roboto Condensed', sans-serif;
  }
  h4.second {
    font: 300 35px/40px 'Roboto Condensed', sans-serif;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .left_indent {
    float: none;
    width: 100%;
    padding-top: 5px;
  }
  .right_indent {
    float: none;
    margin-bottom: 20px;
  }
  .img_link span {
    font: 300 30px/35px 'Roboto Condensed', sans-serif;
  }
  .img_link:hover span {
    padding-top: 80px;
    font: 300 30px/35px 'Roboto Condensed', sans-serif;
  }
  .owl_box span {
    padding: 50px 20px 0px 20px;
  }
  .owl_box:hover span {
    padding: 50px 20px 0px 20px;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  #stuck_container {
    position: relative !important;
    box-shadow: none;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  .tm_navbar .nav > li {
    margin-left: 12px;
  }
  .contact_box {
    margin-top: 37px;
  }
  .soc_icons {
    margin-top: 50px;
  }
  .img_link {
    margin-bottom: 40px;
  }
  .box {
    text-align: center;
    margin-bottom: 30px;
  }
  .owl_box img {
    width: 100%;
  }
  .simple_btn {
    margin-bottom: 30px;
  }
  .owl-carousel {
    margin-bottom: 35px;
  }
  #content {
    padding-bottom: 80px;
  }
}
/*------------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) {
  .menuheader {
    float: none;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  h1 {
    text-align: center;
  }
  .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;
  }
  .contact_box {
    background: url(../img/contact_box.png) no-repeat center 0px;
    padding-top: 40px;
    padding-left: 0px;
    font: 700 18px/22px 'Roboto Condensed', sans-serif;
    margin-top: 68px;
    text-align: center;
  }
  .soc_icons {
    float: none;
    text-align: center;
    padding-left: 0;
  }
  .soc_icons li {
    float: none;
    display: inline-block;
  }
  #footer .footer_logo {
    float: none;
    margin-right: 17px;
    margin-bottom: 25px;
  }
  .copyright {
    text-align: center;
  }
  .img_link span {
    font: 300 15px/20px 'Roboto Condensed', sans-serif;
  }
  .img_link:hover span {
    padding-top: 40px;
    font: 300 15px/20px 'Roboto Condensed', sans-serif;
  }
  #footer .footer_logo {
    float: none;
    display: block;
    margin: 0 auto 25px;
  }
  .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;
  }
}
@media (max-width: 480px) {
  #stuck_container.isStuck {
    top: 0 !important;
    padding: 0;
  }
}
/*Core variables and mixins*/
