@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
/* Table of contents:
	1. Variables
	2. General
	3. Header
	4. Content
	5. Footer
	6. Contact form
	7. Responsive layouts
 */
/* ========================================================
 * 1. VARIABLES
 * ======================================================== */
/* ======== BODY ========== */
/* ======== BUTTONS ========== */
/* ======== MENU ========== */
/* ======== MENU LINKS ========== */
/* ======== SUB_MENU========== */
/* ======== SUB_MENU LINKS ========== */
/* ======== SUB SUB_MENU========== */
/* ======== SUB SUB_MENU LINKS ========== */
/* ======== END MENU========== */
/* ======== LIST ========== */
/* ======== END LIST ========== */
/* ======== MAP ========== */
/* ======== END MAP ========== */
/* ======== FORM ========== */
/* ======== END FORM ========== */
/* ========================================================
 * 2. GENERAL
 * ======================================================== */
.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.extra_wrap {
  overflow: hidden;
  display: block;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
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: 300 14px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: none;
}
/* prevent resizing textarea */
textarea {
	resize: none;
}
.cl {
	font-size: 0px;
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Images
 	* ------------------------------------------------------- */
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  max-width: 100%;
}
.full_width {
  width: 100%;
  margin-bottom: 15px;
}
.full_width.second {
  margin-bottom: 30px;
}
.img_fleft {
  float: left;
  margin-right: 20px;
}
.img_fright {
  float: right;
  margin-left: 20px;
}
/* ========================================================
	 * BUTTONS
	 * ======================================================== */
.btn1 {
  background: #f7b004;
  color: #ffffff;
  font: 500 17px/17px 'Ubuntu', sans-serif;
  padding: 19px 24px 18px 24px;
  text-decoration: none;
  margin-top: 0px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn1 span {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.btn1:hover {
  background: #ffc229;
  color: #ffffff;
  text-decoration: none;
}
/* Indents
	 * ------------------------------------------------------- */
p {
  margin-bottom: 24px;
}
hr {
  border: none;
  border-bottom: 1px solid #dfe0e0;
  margin-top: 89px;
  margin-bottom: 82px;
}
/* ========================================================
	 * TITLES
	 * ======================================================== */
h1 {
  font: bold 36px/36px Arial, Helvetica, sans-serif;
  color: #3d3f41;
  margin-bottom: 0;
}
h2 {
  font: bold 110px/110px 'Ubuntu', sans-serif;
  color: #1f2021;
  margin-top: 0px;
  margin-bottom: 63px;
}
h2.second {
  margin-bottom: 42px;
}
h2 span {
  display: block;
  font-size: 30px;
  line-height: 35px;
  margin-top: 9px;
  color: #3d3f41;
}
h3 {
  font: bold 26px/30px Arial, Helvetica, sans-serif;
  color: #3d3f41;
  margin-bottom: 20px;
}
h4 {
  font: bold 20px/24px Arial, Helvetica, sans-serif;
  color: #3d3f41;
  margin-bottom: 20px;
}
h5 {
  font: 500 16px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
  margin-bottom: 24px;
}
h6 {
  margin-top: 0;
  font: 300 13px/20px 'Ubuntu', sans-serif;
  color: #6d6f71;
  border-bottom: 8px solid #f7b004;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f7b004;
  text-decoration: none;
}
/* ========================================================
	 * LIST
	 * ======================================================== */
.list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 25px;
}
.list li {
  position: relative;
  font: 300 14px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
  margin-top: 12px;
  padding-left: 21px;
}
.list li:before {
  display: block;
  position: absolute;
  left: 2px;
  top: 10px;
  color: #f7b004;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
  color: #3d3f41;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list li a:hover {
  color: #f7b004;
  text-decoration: none;
}
/* ========================================================
 * 3. HEADER
 * ======================================================== */
#header {
	position:relative;
}
#header .camera_wrap {
  margin-bottom: 0 !important;
}
/* ======== LOGO ========== */
h1 {
  display: block;
  margin: 0;
  margin-top: 12px;/*4px;*/
  margin-bottom: 10px;
}
h1 a {
  display: inline-block;
}
h1 a img {
  width: 100%;
}
h1 a:hover {
  text-decoration: none;
}
h5.hd-phone {
	margin-top:30px;
	text-align:right;
	font-size:20px;
}

/* ======== MENU ========== */
/* ======== STUCK MENU ========== */
#stuck_container {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-top: 25px;/*37px;*/
  padding-bottom: 30px;/*52px;*/
}
.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: 5px !important;
  padding-bottom: 0 !important;
}
.isStuck .tm_navbar {
  /*position: relative;
  padding: 11px 0 0 0;*/
}
.isStuck .menuBox {
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* ======== GENERAL MENU ========== */
.menuheader {
  float: right;
  margin-top: 0;
  margin-right: 0;
}
.tm_navbar {
  position: relative;
  padding: 24px 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;
  z-index: 10;
  /* ======== SUB_MENU========== */
}
.tm_navbar .nav > li {
  text-align: center;
  font: 300 15px/18px 'Ubuntu', sans-serif;
  float: left;
  padding: 0;
  margin-left: 0;
  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: #1f2021;
  background: none;
  padding: 9px 24px;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm_navbar .nav > li.sfHover > a,
.tm_navbar .nav > li a:hover,
.tm_navbar .nav > li.active > a,
.tm_navbar .nav > li.active > a:hover {
  color: #ffffff;
  background: #1f2021;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tm_navbar .nav ul {
  position: absolute;
  display: none;
  top: 36px;
  left: 0;/*87px;*/
  width: 260px;
  padding: 15px 0 11px;
  list-style: none;
  zoom: 1;
  z-index: 50;
  background: #38393a;
  margin: 0;
  /* ======== SUB SUB_MENU========== */
}
.tm_navbar .nav ul li {
  font: 300 15px/18px 'Ubuntu', sans-serif;
  padding: 0;
  margin: 0 14px 0 14px;
  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 li.last_child a {
  border-bottom: none;
}
.tm_navbar .nav ul a {
  text-align: left;
  position: relative;
  display: block;
  padding: 12px;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
  border-bottom: 1px solid #494a4b;
}
.tm_navbar .nav ul a:hover,
.tm_navbar .nav ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #ffffff;
  background: #f7b004;
}
.tm_navbar .nav ul ul {
  position: absolute;
  display: none;
  top: -16px;
  left: 247px;
  width: 200px;
  padding: 15px 0 11px;
  list-style: none;
  zoom: 1;
  z-index: 14;
  background: #38393a;
  margin: 0;
}
.tm_navbar .nav ul ul li {
  font: 300 15px/18px 'Ubuntu', sans-serif;
  padding: 0;
  margin: 0 14px 0 14px;
  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 li.last_child a {
  border-bottom: none;
}
.tm_navbar .nav ul ul a {
  text-align: left;
  position: relative;
  display: block;
  padding: 12px;
  margin: 0;
  text-shadow: none;
  color: #ffffff;
  background: none;
  border-bottom: 1px solid #494a4b;
}
.tm_navbar .nav ul ul a:hover,
.tm_navbar .nav ul ul li.sfHover a.sf-with-ul {
  text-decoration: none;
  color: #ffffff;
  background: #f7b004;
}
.select-menu {
  display: none !important;
  outline: none;
}
#index2 #content {
  padding-top: 0;
}
#index2 #content .container .border {
  border-top: 1px solid #dfe0e0;
  padding-top: 49px;
}
/* ======== Book a Ride ========== */
#bar_w {
	margin-top:-640px;
}
#bar {
	/*width:420px;*/
	width:82%;
	padding:0 24px;
	/*background:rgba(255,255,255,0.7);*/
	/*background:#090;*/
	/*min-height:500px;
	position:absolute;
	top:10px;
	right:0;*/
	display:inline-block;
}

#bar-title {
	font-size:52px;
	font-weight:600;
	color:#545454;
	margin-bottom:8px;
	line-height:100%;
	text-align:left;
}

#frlf {
	float:left;
	display:inline;
	width:49%;
}

#frrh {
	float:right;
	display:inline;
	width:49%;
}

.bar-row {
	margin-bottom:8px;
}

.bar-row_lf {
	float:left;
	display:inline;
	width:49%;
}

.bar-row_rh {
	float:right;
	display:inline;
	width:49%;
}

#bar-row_lf_asel {
	float:left;
	display:inline-block;
	width:49%;
	padding:12px 14px 10px 14px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#0808080;
	font-size:14px;
	
}

#bar-row_rh_asel {
	float:right;
	display:inline-block;
	width:49%;
	padding:12px 14px 10px 14px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#0808080;
	font-size:14px;
}

/*#bar-row_lf_asel select, #bar-row_rh_asel select {
	padding-top:3px;
}*/

#bar select {
	width:100%;
	padding:12px 14px 10px 14px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#3D3F41;
	font-size:14px;
	height:48px;
	line-height:normal;
}

#bar input.inp-100 {
	width:100%;
	padding:11px 14px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#3D3F41;
	font-size:14px;
	height:48px;
	line-height:normal;
}

#bar input.inp-50 {
	width:100%;
	padding:11px 14px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#3D3F41;
	font-size:14px;
	height:48px;
	line-height:normal;
}

#bar input.inp-date {
	width:100%;
	padding:11px 14px;
	border:1px solid #DFE2E3;
	color:#3D3F41;
	font-size:14px;
	background:url(../img/inp-date_bg.png) no-repeat 92% center, #fff;
	padding-right:40px;
	height:48px;
	line-height:normal;
}

#bar input.inp-time {
	width:100%;
	padding:11px 14px;
	border:1px solid #DFE2E3;
	color:#3D3F41;
	font-size:14px;
	background:url(../img/inp-time_bg.png) no-repeat 92% center, #fff;
	padding-right:40px;
	height:48px;
	line-height:normal;
}

#bar label {
	display:inline-block;
	float:left;
	font-weight:300;
	margin:0;
	color:#3D3F41;
}

#bar select.sel-50 {
	width:44px;
	display:inline-block;
	float:right;
	padding:0;
	border:none;
	color:#3D3F41;
	font-size:14px;
	background:transparent;
	height:24px;
	line-height:normal;
}

#bar #submit {
	width:100%;
	padding:11px 14px;
	border:none;
	background:#f7b004;
	color:#fefefe;
	font-size:30px;
	font-weight:600;
}

#bar #submit:hover {
	background:#db9700;
}

#barform-msg {
	margin-bottom:0;
	text-align:left;
}

/* ========================================================
 * 4. CONTENT
 * ======================================================== */
#content {
  position: relative;
  z-index: 0;
  width: 100%;
  padding-top: 49px;
}
.row_1 {
  background: url(../img/row1.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 100px;
  padding-bottom: 120px;
  margin-bottom: 65px;
  margin-top: 93px;
}
.row_1 h2 {
  color: #fff;
  margin-bottom: 26px;
}
.row_1 h5 {
  margin-top: 0;
  font: 300 16px/26px 'Ubuntu', sans-serif;
  color: #b5b8bc;
  margin-bottom: 44px;
}
.row h6.sdbtxt {
  margin-top: 0;
  font: 300 16px/26px 'Ubuntu', sans-serif;
  color: #3d3f41;
  margin-bottom: 26px;
}
.row_1 .btn1 {
  margin-top: 0px;
  display: inline-block;
  font: 500 17px/17px 'Ubuntu', sans-serif;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #f7b004;
  padding: 19px 24px 18px 24px;
}
.row_1 .btn1 span {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.row_1 .btn1:hover {
  text-decoration: none;
  background: #ffc229;
}
.row_2 {
  background: url(../img/row2.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 77px;
  padding-bottom: 93px;
  margin-bottom: 82px;
  margin-top: 93px;
}
.row_2 h2, .row_3 h2 {
  color: #fff;
  margin-bottom: 63px;
}
.row_2 h5, .row_3 h5 {
  margin-top: 0;
  font: 300 16px/26px 'Ubuntu', sans-serif;
  color: #b5b8bc;
  margin-bottom: 26px;
}
.row_2 h6, .row_3 h6 {
  margin-top: 0;
  font: 300 16px/26px 'Ubuntu', sans-serif;
  color: #efeff4;
  margin-bottom: 26px;
}
.row_2 p, .row_3 p {
	color: #f1f1f1;
}
.row_2 .btn1, .row_3 .btn1 {
  margin-top: 19px;
  display: inline-block;
  font: 500 17px/17px 'Ubuntu', sans-serif;
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #f7b004;
  padding: 19px 24px 18px 24px;
}
.row_2 .btn1 span .row_3 .btn1 span {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.row_2 .btn1:hover, .row_3 .btn1:hover {
  text-decoration: none;
  background: #ffc229;
}
.row_3 {
  background: url(../img/row3.jpg) no-repeat center 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding-top: 77px;
  padding-bottom: 93px;
  margin-bottom: 0px;
  margin-top: 93px;
}
.row img.bthimg {
	margin-bottom:25px;
}
#owl .item img {
  width: 100%;
  margin-bottom: 30px;
}
#owl .owl-controls {
  position: absolute;
  right: 15px;
  top: -108px;
  width: 48px;
  height: 20px;
}
#owl .owl-controls .owl-buttons {
  overflow: hidden;
}
#owl .owl-controls .owl-buttons .owl-prev {
  position: relative;
  float: left;
  font-size: 0;
  line-height: 0;
  width: 13px;
  height: 20px;
}
#owl .owl-controls .owl-buttons .owl-prev:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  content: "\f053";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 22px;
  color: #1f2021;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#owl .owl-controls .owl-buttons .owl-prev:hover:after {
  color: #f7b004;
}
#owl .owl-controls .owl-buttons .owl-next {
  position: relative;
  float: right;
  font-size: 0;
  line-height: 0;
  width: 13px;
  height: 20px;
}
#owl .owl-controls .owl-buttons .owl-next:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  content: "\f054";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 22px;
  color: #1f2021;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#owl .owl-controls .owl-buttons .owl-next:hover:after {
  color: #f7b004;
}
.testimonial_box {
  position: relative;
  padding-left: 70px;
  margin-bottom: 42px;
}
.testimonial_box:after {
  position: absolute;
  left: -2px;
  top: -4px;
  content: '“';
  font: 700 110px/110px 'Ubuntu', sans-serif;
  color: #1f2021;
}
.testimonial_box h5 {
  font: italic 500 16px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
}
.testimonial_box h6 {
  font: italic 300 14px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
  letter-spacing: 0px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  min-height: 163px;
}
.ie10 #index2 #thumbs .box_content {
  height: 200px;
}
#thumbs article:nth-of-type(3n+4) {
	clear:both;
}
#thumbs .gallery_box {
  position: relative;
  margin-bottom: 92px;
}
#thumbs .touch_img {
  position: relative;
  display: block;
  overflow: hidden;
}
#thumbs .touch_img img {
  width: 100%;
}
#thumbs .touch_img span.fa-expand {
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -30px;
  margin-top: -23px;
  color: #eae9e9;
  font-size: 46px;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 2;
}
#thumbs .touch_img:hover span.fa-expand {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: 50%;
  margin-top: -23px;
  font-size: 46px;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#thumbs .touch_img span.bg {
  position: absolute;
  background: url(../img/span_bg.png) repeat 0 0;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#thumbs .touch_img:hover span.bg {
  background: url(../img/span_bg.png) repeat 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#thumbs .box_content {
  border-left: 1px solid #e0e3e4;
  border-right: 1px solid #e0e3e4;
  border-bottom: 1px solid #e0e3e4;
  padding: 23px 27px 24px 27px;
}
#thumbs .box_content h5 {
  margin-bottom: 24px;
  margin-top: 0;
}
#thumbs .box_content p {
  margin-bottom: 0;
}
.border_box {
  border: 1px solid #e1e3e4;
  padding: 13px 26px 0px 26px;
  margin-bottom: 90px;
  margin-top: 13px;
}
.border_box h3 {
  font: 400 33px/40px 'Ubuntu', sans-serif;
  color: #1f2021;
  margin-top: 0px;
  margin-bottom: 15px;
}
.blog_item {
  margin-bottom: 81px;
  padding-bottom: 93px;
  border-bottom: 1px solid #dfe0e0;
}
.blog_item.last {
  border-bottom: none;
  padding-bottom: 0;
}
.post-date {
  font: 400 24px/24px 'Ubuntu', sans-serif;
  color: #1f2021;
  padding-bottom: 39px;
  float: left;
  width: 70px;
  margin-right: 30px;
  border-bottom: 8px solid #f7b004;
  letter-spacing: -2px;
  padding-top: 3px;
  margin-top: 4px;
}
.post_title {
  overflow: hidden;
}
.post_title h5 {
  margin-bottom: 18px;
}
.post_title p {
  margin-bottom: 0;
}
.post_title p a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.post_title p a:hover {
  color: #f7b004;
}
.blog_cont {
  margin-top: 30px;
  overflow: hidden;
}
.blog_cont img {
  float: left;
  margin-right: 30px;
}
.blog_cont h5 {
  margin-top: 0;
}
.blog_cont .btn1 {
  margin-top: 23px;
}
.mail_link {
  display: inline-block;
  font: 500 16px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
  margin-bottom: 30px;
}
.mail_link:hover {
  text-decoration: none;
  color: #f7b004;
}
/* ========================================================
 * 5. FOOTER
 * ======================================================== */
#index2 #footer {
  margin-bottom: 45px;
}
#footer {
  width: 100%;
  margin-top: 44px;
  /*padding-bottom:40px;*/
}
#footer .border {
  border-top: 1px solid #dfe0e0;
  padding-top: 29px;
}
#footer .footer_logo {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 14px;
}
#footer .footer_logo img {
  width: 100%;
}
#footer h4 {
  font: 400 33px/50px 'Ubuntu', sans-serif;
  color: #2e3030;
  margin-bottom: 20px;/*35px;*/
}
#footer .ql_list {
  overflow: hidden;
  list-style: none;
  padding-left: 0;
}
#footer .ql_list li {
  /*float: left;*/
  margin-left: 1px;
}
#footer .ql_list li a {
  display: block;
  padding: 3px 7px 3px 7px;
  margin-bottom: 2px;
  /*border: 2px solid #e4eaea;*/
  font: 400 12px/16px 'Ubuntu', sans-serif;
  color: #080808;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .ql_list li a:hover {
  text-decoration: underline;
  /*border-color: #f7b004;*/
}
#footer .copyright {
  font: 400 13px/16px 'Ubuntu', sans-serif;
  color: #acb1b6;
}
#footer .copyright #copyright-year {
  display: inline-block;
  margin-right: 4px;
}
#footer .copyright a {
  display: inline-block;
  margin-left: 4px;
  font: 400 13px/16px 'Ubuntu', sans-serif;
  color: #acb1b6;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .copyright a:hover {
  text-decoration: none;
  color: #f7b004;
}
#footer .footer_addres_list {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}
#footer .footer_addres_list li {
  font: 400 13px/15px 'Ubuntu', sans-serif;
  color: #080808;
}
#footer .footer_addres_list.border_list {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 24px;
}
#footer #ft_contact_us {
	background:url(../img/ft_contact_us_bg.png) no-repeat left top;
	padding-left:230px;
}
/******************** contact form ***************************/

#cont-f {
	
}

.cont-row {
	margin-bottom:8px;
}

.cont-row_lf {
	float:left;
	display:inline;
	width:49%;
}

.cont-row_rh {
	float:right;
	display:inline;
	width:49%;
}

#cont-f input.inp-100, #cont-f textarea.inp-100 {
	width:100%;
	padding:11px 18px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#3D3F41;
	font-size:14px;
}

#cont-f input.inp-50 {
	width:100%;
	padding:11px 18px;
	border:1px solid #DFE2E3;
	background:#fff;
	color:#3D3F41;
	font-size:14px;
}

#cont-f #submitcont {
	width:100%;
	padding:7px 18px;
	border:none;
	background:#f7b004;
	color:#fefefe;
	font-size:22px;
	font-weight:600;
}

#cont-f #submitcont:hover {
	background:#db9700;
}

#contform-msg {
	margin-bottom:0;
	text-align:left;
}

/* ========================================================
 * 6. MAP, TO TOP
 * ======================================================== */
.map_row {
  position: relative;
  margin-top: 152px;
  height: 413px;
  width: 100%;
  z-index: 10;
}
.map_row iframe {
  height: 100%;
  width: 100%;
  z-index: 10;
}
.gmap {
  margin-top: 0;
}
.gmap .map {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  padding: 0 0 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
.gmap .map iframe {
  width: 100%;
  height: 442px;
  border: none;
  margin: 0;
}
#toTop {
  display: none;
  position: fixed;
  color: transparent;
  height: 40px;
  width: 40px;
  padding-left: 4px;
  right: 50% !important;
  margin-right: -700px !important;
  bottom: 40px;
  z-index: 20;
}
#toTop:after {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f0aa";
  font-size: 42px;
  color: #f7b004;
}
#toTop:hover:after {
  color: #1f2021;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/* ========================================================
 * 7. FORMS
 * ======================================================== */
.border_box address {
  margin-bottom: 37px;
}
.info strong {
  font: 500 16px/24px 'Ubuntu', sans-serif;
  color: #373737;
  margin-bottom: 27px;
  display: block;
}
.info p {
  font: 300 14px/24px 'Ubuntu', sans-serif;
  color: #3d3f41;
  margin-bottom: 0;
}
.info p span {
  display: inline-block;
  width: 107px;
}
.info p a {
  color: #f7b004;
  text-decoration: none;
}
.info p a:hover {
  color: #3d3f41;
  text-decoration: none;
}
/*------------ Contact form ------------*/
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  margin-bottom: 32px;
  margin-right: 35px;
  width: 216px;
  display: block;
  float: left;
}
.contact-form .coll-3 {
  margin-right: 0;
  width: 213px;
}
.coll-message {
  position: relative;
}
#contact-form {
  margin-top: 24px;
  margin-bottom: 30px;
  position: relative;
}
#contact-form label {
  position: relative;
  display: block;
  margin-bottom: 0;
}
#contact-form span {
  display: block;
}
#contact-form input,
#contact-form textarea {
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font: 300 14px/17px 'Ubuntu', sans-serif;
  color: #3d3f41;
  width: 100%;
  padding: 9px 16px 10px 16px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
}
#contact-form textarea {
  height: 258px;
  resize: none;
  margin: 0 0 32px;
  overflow: hidden;
}
#contact-form ._placeholder {
  width: 100%!important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: text;
  font: 300 14px/17px 'Ubuntu', sans-serif;
  color: #3d3f41;
  padding: 9px 16px 10px 16px;
  display: block;
}
#contact-form ._placeholder.focused {
  opacity: .4;
  filter: alpha(opacity=40);
  box-shadow: none;
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .success-message {
  font: 300 14px/17px 'Ubuntu', sans-serif;
  color: #3d3f41;
  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: #3d3f41;
  padding: 15px 0;
  border: 1px solid #e2e2e2;
  -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 'Ubuntu', sans-serif;
  color: #3d3f41;
  -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 {
  position: relative;
  border: none;
  z-index: 10;
  font: 500 17px/17px 'Ubuntu', sans-serif;
  color: #ffffff;
  background: #f7b004;
  padding: 18px 24px 18px 24px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form .btn1 span {
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
#contact-form .btn1:hover {
  background: #ffc229;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact-form span.fields {
  display: inline-block;
  margin-left: 33px;
  margin-top: 12px;
  color: #3d3f41;
  letter-spacing: -1px;
  font: 300 14px/18px 'Open Sans', sans-serif;
}
/*------------ End Contact form ------------*/
#bookingForm {
  padding-top: 4px;
}
#bookingForm .input_tite {
  display: block;
  margin-bottom: 6px;
  font: 500 16px/16px 'Ubuntu', sans-serif;
  color: #3d3f41;
}
/*------------ 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 {
  margin-right: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #9f9f9f;
  width: 400px;
  border-radius: 0px;
  padding: 15px 10px 16px 15px;
  border: 1px solid #dfe2e3;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
  float: left;
}
.form-404 input:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #d7d7d7;
}
.form-404 a {
  display: block;
  float: right;
  background: #f7b004;
  color: #ffffff;
  font: 500 17px/17px 'Ubuntu', sans-serif;
  padding: 19px 24px 18px 24px;
  text-decoration: none;
  margin-top: 0px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-404 a:hover {
  box-shadow: none;
  text-decoration: none;
}
/*------------End 404 ------------*/

/*------------ gallery page ------------*/

.ginfo-box-lf {
	float:left;
	display:inline;
	width:30%;
}

.ginfo-box-pas {
	font-size:28px;
	color:#f7b004;
	border-bottom:1px solid #666;
	padding-bottom:6px;
	padding-left:6px;
	width:64px;
	background:url(../img/ginfo-box-pas_bg.png) no-repeat 42px 6px;
}

.ginfo-box-lag {
	font-size:28px;
	color:#f7b004;
	text-align:right;
	padding-top:6px;
	padding-left:34px;
	padding-right:3px;
	width:64px;
	background:url(../img/ginfo-box-lag_bg.png) no-repeat 6px 10px;
}

.ginfo-box-rh {
	float:left;
	display:inline;
	width:68%;
}

/*------------End gallery page ------------*/


/* ========================================================
 * 8. RESPONSIVE LAYOUTS
 * ======================================================== */
@media (max-width: 1500px) {
  .camera_caption {
    margin-top: -230px;
  }
  .camera_caption .top {
    padding: 25px 33px 25px 33px;
  }
  .camera_wrap .camera_pag {
    margin-bottom: 36px;
  }
}
@media (max-width: 1320px) {
  .camera_caption {
    margin-top: -184px;
  }
  .camera_caption .top {
    padding: 25px 33px 25px 33px;
    font: 500 25px/25px 'Ubuntu', sans-serif;
  }
  .camera_caption .bottom {
    padding: 10px 33px 20px 33px;
  }
  .camera_wrap .camera_pag {
    margin-bottom: 55px;
    margin-right: -565px;
  }
}
@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: 208px;
  }
}
@media (max-width: 1200px) {
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 174px;
    margin-right: 20px;
  }
  .contact-form .coll-3 {
    margin-right: 0px;
  }
  #contact-form textarea {
    height: 180px;
  }
  #thumbs .box_content {
    padding: 23px 20px 24px 20px;
  }
  .blog_cont img {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  #contact-form span.fields {
    margin-left: 15px;
  }
  .form-404 input {
    width: 285px;
  }
  .tm_navbar .nav > li a {
	padding: 9px 22px;
  }
  #bar {
	width:100%;
	padding:2px 10px;
  }
}
@media (max-width: 1170px) {
  .camera_caption {
    display: none !important;
  }
  .camera_pag {
    right: 50% !important;
    margin-right: -37px !important;
    bottom: 20px !important;
  }
}
/*------------Stuck menu ------------*/
@media (max-width: 991px) {
  .isStuck {
    background: transparent !important;
  }
  #stuck_container {
    position: relative !important;
    box-shadow: none;
	padding-bottom:20px;
  }
  #stuck_container.isStuck {
    padding-top: 37px !important;
    padding-bottom: 52px !important;
  }
  .pseudoStickyBlock {
    height: 0 !important;
  }
  h2 {
    font: bold 50px/60px 'Ubuntu', sans-serif;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .form-404 input {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-404 a {
    float: left;
  }
  #footer #ft_contact_us {
	  background:none;
	  padding-left:0;
  }
  #thumbs article:nth-of-type(3n+4) {
	  clear:none;
  }
  #thumbs article:nth-of-type(2n+3) {
	  clear:both;
  }
  h5.hd-phone {
	  text-align:center;
  }
}
/*------------End Stuck menu------------*/
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    text-align: center;
  }
  .menuheader {
    float: none;
    margin-top: 0;
    text-align: center;
  }
  #thumbs .box_content {
    padding: 23px 15px 24px 15px;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    margin-right: 0;
    width: 100%;
    display: inline-block;
  }
  
  #bar {
	width:100%;
	padding:2px 0;
  }
  
/*  #bar {
		width:300px;
		padding:2px 24px;
	}
	#bar-title {
		font-size:40px;
	}
	.bar-row_lf {
		width:100%;
		margin-bottom:8px;
	}
	#bar input.inp-date {
		background-position:216px center;
	}
	.bar-row_rh {
		width:100%;
	}
	#bar input.inp-time {
		background-position:216px center;
	}
	#bar-row_lf_asel {
		width:100%;
		margin-bottom:8px;
	}
	#bar-row_rh_asel {
		width:100%;
	}*/
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
  h6 {
    margin-top: 60px;
  }
  .menuheader {
    float: none;
  }
  .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;
  }
  .owl-carousel {
    padding-top: 50px;
  }
  #owl .owl-controls {
    right: 50%;
    top: 0px;
    margin-right: -24px;
  }
  .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;
  }
  #bar_w {
	  text-align:center;
  }
  #bar {
	  position:relative;
	  display:inline-block;
	  width:90%;
	  padding:2px 10px;
  }
  #footer #ft_contact_us {
	  background:url(../img/ft_contact_us_bg.png) no-repeat left top;
	  padding-left:230px;
  }
  .ginfo-box-lf {
	  width:94px;
  }  
  .ginfo-box-rh {
	  width:76%;
  }
  #frlf {
	  width:100%;
	  /*margin-bottom:8px;*/
  } 
  #frrh {
	  width:100%;
  }
  #bar input.inp-date {
	  background-position:95% center;
  }
  #bar input.inp-time {
	  background-position:95% center;
  }
}

@media (max-width: 479px) {
	#footer #ft_contact_us {
		background:none;
		padding-left:0;
	}
	#bar_w {
		margin-top:-688px;
		padding:0;
	}
	#bar {
		width:290px;
		padding:2px 0;
	}
	#bar-title {
		font-size:40px;
	}
	.bar-row_lf {
		width:100%;
		margin-bottom:8px;
	}
	.bar-row_rh {
		width:100%;
	}
/*	#bar input.inp-date {
		background-position:95% center;
	}
	#bar input.inp-time {
		background-position:95% center;
	}*/
	#bar-row_lf_asel {
		width:100%;
		margin-bottom:8px;
	}
	#bar-row_rh_asel {
		width:100%;
	}
	.ginfo-box-rh {
		width:62%;
	}
	.cont-row_lf {
		width:100%;
		margin-bottom:8px;
	}
	
	.cont-row_rh {
		width:100%;
	}
}
/*Core variables and mixins*/
