body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif !important;
	overflow-x: hidden;
}
::-moz-selection {
 color: #333;
 background: #92deff;
}
::selection {
	color: #333;
	background: #92deff;
}
a {
	text-decoration: none !important;
}
.pdd {
	padding: 0!important;
}
.modal-backdrop {
	z-index: 9999 !important;
}
.home {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 99;
}
.home-inner {
	background: rgba(255,255,255,0.25);
}
.top-banner {
	padding: 15px 0 0 0 !important;
	border-bottom: 1px solid #ccc;
}
.social {
	margin: 0;
	padding: 0;
	text-align: right;
}
.social li {
	list-style: none;
	width: 30px;
	height: 30px;
	margin: 0 4px;
	padding: 0;
	display: inline-block;
	background: none;
	border: 1px solid #19a3dd;
	text-align: center;
}
.social li svg {
	width: 30px;
	height: 30px;
	display: block;
	padding: 1px;
	margin: 0 auto;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li svg path {
	fill: #19a3dd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.social li:hover {
	background: #19a3dd;
}
.social li:hover svg path {
	fill: #fff;
}
.search {
	margin: 0;
	padding: 0;
}
.search .header-button {
	text-indent: -119988px;
	overflow: hidden;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	display: block;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;
	outline: none;
	background: none;
	border: none;
	cursor: pointer;
	background: #ea184b;
}
.search #toggle-menu {
	float: left;
	background-position: 0 0;
	background-color: #bc0023;
}
.search #toggle-search {
	margin: 0 auto;
}
.search #toggle-basket {
	position: relative;
	float: right;
	background-position: -120px 0;
}
.search #toggle-basket:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 2px;
	height: 50px;
	content: "";
	background-color: #000;
}
.search #search-form {
	-moz-transition: max-height, 0.5s;
	-o-transition: max-height, 0.5s;
	-webkit-transition: max-height, 0.5s;
	transition: max-height, 0.5s;
	position: absolute;
	top: 45px;
	right: 25px;
	width: 280px;
	max-height: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.45);
}
.search #search-form.open {
	max-height: 45px;
}
.search #search-form fieldset {
	position: relative;
	margin: 0 45px 0 0;
	padding: 0;
	border: none;
}
.search #search-form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 35px;
	font-weight: 400;
}
.search #search-form input[type="search"] {
	width: 100%;
	padding: 5px 10px;
	background: transparent;
	border: none;
	outline: none;
}
.search #search-form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background: #eb3076;
	border: none;
	cursor: pointer;
	outline: none;
	letter-spacing: 1px;
}
.enquiry {
	width: 100%;
	height: 30px;
	margin: 23px auto 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 30px;
	display: block;
	font-weight: 400;
	color: #fff;
	background: #c11b43;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 30px;
	position: relative;
	outline: none;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.enquiry svg {
	width: 11px;
	height: 11px;
	margin: 0 5px 0 0;
}
.enquiry svg path {
	fill: #fff;
}
.enquiry:hover, .enquiry:focus {
	color: #fff;
	background: #ea184b;
}
.enquiry:hover svg path {
	fill: #fff;
}
.modal-open .modal {
	z-index: 999999999;
}
.enquiry-in {
	margin: 0;
	padding: 0;
}
.enquiry-in .enq1 {
	width: 47.5%;
	height: 40px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq2 {
	width: 97.5%;
	height: 90px;
	margin: 5px;
	border: 1px solid #f0f0f0;
	font-size: 13px;
	line-height: 24px;
	padding: 10px;
	text-align: left;
	font-weight: 400;
	color: #000;
	letter-spacing: .2px;
	outline: none;
}
.enquiry-in .enq3 {
	width: 130px;
	height: 35px;
	margin: 5px 10px;
	padding: 0;
	font-size: 13px;
	float: right;
	background: #c11b43;
	outline: none;
	border: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.enhead .close {
	float: right;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	background: #c11b43!important;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 100%;
	opacity: 1;
}
.menu {
	position: relative;
	height: auto;
	padding: 0;
	width: 100%;
}
.logo {
	position: relative;
}
.logo img {
	width: 100%;
	padding: 2px 0 0 0;
	margin: 0;
	display: block;
}
.menu-banner {
}
.menu-collapser {
	position: relative;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	line-height: 40px;
	background-color: #19a3dd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 40px;
	padding: 7px 10px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	background-color: #fff;
	border-radius: 2px;
	cursor: pointer;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
	color: #FFF;
	background-color: #fff;
}
.collapse-button .icon-bar {
	display: block;
	height: 2px;
	width: 18px;
	margin: 2px 0;
	background-color: #19a3dd;
	border-radius: 1px;
}
ul.slimmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
ul.slimmenu:before, ul.slimmenu:after {
	content: '';
	display: table
}
ul.slimmenu:after {
	clear: both
}
ul.slimmenu.collapsed li {
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li>ul {
	position: static;
	display: none
}
ul.slimmenu.collapsed li a {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.075);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
	height: 40px
}
ul.slimmenu li {
	position: relative;
	display: inline-block;
}
ul.slimmenu li ul {
	margin: 0;
	list-style-type: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
ul.slimmenu li ul li {
	background: #fff;
	width: 100%;
}
ul.slimmenu li>ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 999;
	display: none;
	width: 100%;
	height: auto;
	padding: 0;
	min-width: 210px;
}
ul.slimmenu li>ul>li ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 999;
	display: none;
	width: 100%
}
ul.slimmenu li a {
	padding: 0 14px;
	margin: 0;
	line-height: 55px;
	font-size: 13px;
	display: block;
	color: #000;
	font-weight: 600;
	letter-spacing: .4px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
ul.slimmenu li ul li a {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000;
	padding: 7px 10px;
	text-align: left;
	letter-spacing: .4px;
	text-transform: none;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}
ul.slimmenu li ul li:last-child a {
	border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
	color: #fff;
	background: #19a3dd;
}
ul.slimmenu li.active a {
	color: #19a3dd;
}
ul.slimmenu li.active ul li a {
	color: #333;
}
ul.slimmenu li a:hover {
	color: #19a3dd;
}
ul.slimmenu li .sub-toggle {
	background: none repeat scroll 0 0;
	position: absolute;
	right: 0;
	top: 1px;
	z-index: 999;
	width: 5px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle
}
ul.slimmenu li .sub-toggle>i {
	display: inline-block;
	color: #000;
	font-size: 6px;
	vertical-align: middle;
}
ul.slimmenu>li {
}
ul.slimmenu>li:first-child, ul.slimmenu>li.has-submenu+li {
	border-left: 0
}
.slide-banner {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 9;
	background: url(../images/slide-bg.jpg) fixed;
	background-size: cover;
	overflow: hidden;
}
.parallaxed {
	z-index: 9;
	mix-blend-mode: multiply;
}
.parallaxed img {
	width: 100%;
}
#slide-move {
	top: 0;
	width: 100%;
	z-index: -1;
	overflow: visible;
}
#slide-move img {
	width: 100%;
	opacity: .75;
}
.home-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 99999;
}
.home-slider .carousel {
    position: relative;
    height: 100%;
}
.home-slider .slide-text {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.home-slider .slide-text .slide-text-in {
	position: relative;
	width: 600px;
	height: auto;
	margin: 17% 5%;
	padding: 0;
	float: left;
}
.home-slider .slide-text .slide-text-in hr {
	width: 50px;
	height: 4px;
	margin: 15px 0 5px 0;
	padding: 0;
	background: #19a3dd;
	border: none;
	float: left;
}
.home-slider .slide-text .slide-text-in h2 {
	font-size: 34px;
	line-height: 40px;
	color: #333;
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: 200;
	letter-spacing: .5px;
}
.home-slider .slide-text .slide-text-in h2 span {
	font-weight: 600;
	color: #333;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	letter-spacing: .5px;
	padding: 10px 0;
	color: #797979;
}
.slide-btn {
	width: 210px;
	height: 40px;
	margin: 10px 0 0 0;
	padding: 0 0 0 30px;
	display: block;
	color: #19a3dd;
	border: 1px solid #19a3dd;
	border-radius: 25px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 38px;
	letter-spacing: .5px;
	position: relative;
	overflow: hidden;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.slide-btn:hover, .slide-btn:focus {
	color: #19a3dd;
	padding: 0 30px 0 0;
}
.slide-btn span {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(25, 163, 221, 0.25);
	border-radius: 100%;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-o-transition: .8s;
	transition: .8s;
}
.slide-btn span svg {
	width: 40px;
	height: 40px;
}
.slide-btn span svg path {
	fill: #19a3dd;
}
.slide-btn:hover span {
	left: 100%;
	margin-left: -40px;
}
.home-slider .carousel-indicators {
	bottom: 8%;
	left: auto;
	right: 4%;
	text-align: right;
	margin: 0;
	width: 100%;
}
.home-slider .carousel-indicators li {
	margin: 0 5px;
	width: 4px;
	height: 20px;
	border: 0px solid #fff;
	background-color: rgba(25, 163, 221, 0.5);
	position: relative;
	border-radius: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.home-slider .carousel-indicators .active {
	background-color: #19a3dd;
	border: 0px solid #fff;
	height: 35px;
}
.main-wrapper {
	width: 100%;
	position: absolute;
	top: 100%;
	z-index: 9;
}
.about {
	padding: 70px 0;
}
.book-form {
	background: #fff;
	border-radius: 50px;
	padding: 30px !important;
	margin: -100px 0 50px 0;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	z-index: 99;
}
.book-in {
	padding: 0 10px !important;
	width: 20%;
	float: left;
}
.book-in .bf1 {
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 12px;
	padding: 5px 15px;
	border: 1px solid #ccc;
	border-radius: 25px;
	outline: none;
	font-weight: 400;
	letter-spacing: .8px;
	color: #333;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.book-in .bf1:focus {
	border: 1px solid #19a3dd;
}
.book-in .input-group {
	display: block;
}
.book-in .input-group-addon {
	position: absolute;
	top: 7px;
	right: 24px;
	background-color: transparent;
	border: 0px solid #ccc;
}
.book-in span svg {
}
.book-in span svg path {
	fill: #ccc;
}
.book-in .bf2 {
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #19a3dd;
	background: #19a3dd;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 25px;
	letter-spacing: .8px;
	outline: none;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.bootstrap-datetimepicker-widget {
	list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	margin: 2px 0;
	padding: 4px;
	width: 19em;
}

@media (min-width: 768px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 38em;
}
}

@media (min-width: 992px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 38em;
}
}

@media (min-width: 1200px) {
.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: 38em;
}
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
	content: '';
	display: inline-block;
	position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	top: -7px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	top: -6px;
	left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	bottom: -7px;
	left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid white;
	bottom: -6px;
	left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 2.5;
	height: 2.5em;
	width: 100%;
}
.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
	background: none;
	color: #777777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #147eab;
	color: #fff;
}
.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
	height: 20px;
	line-height: 20px;
	width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
	background: #eeeeee;
	cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
	color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
	position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #337ab7;
	border-top-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	bottom: 4px;
	right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #337ab7;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	background: none;
	color: #777777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
	background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
	background-color: #337ab7;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
	color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: none;
	color: #777777;
	cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
	width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
	cursor: pointer;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
	border: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before, .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	display: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td, .bootstrap-datetimepicker-widget.dropdown-menu table th {
	border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.active, .bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover, .bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
	background-color: #3498db;
	text-shadow: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu table th {
	height: 28px;
	line-height: 28px;
	width: 37px;
}
.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
	border-bottom: 1px solid #19a3dd;
	background: #19a3dd;
	color: #fff;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
	height: 24px;
	line-height: 24px;
	width: auto;
}
.bootstrap-datetimepicker-widget.dropdown-menu table td span {
	width: 25%;
	margin: 0;
	border-radius: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td, .bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
	padding: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
	height: 27px;
	line-height: 27px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
	display: block;
	float: left;
	width: 50%;
	height: 27px;
	line-height: 27px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
	padding: 0;
	width: 30%;
	height: 20px;
	line-height: 20px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
	width: 10%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a, .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span, .bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
	border: none;
	border-radius: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
	color: #333;
	margin-top: -1px;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
	background-color: #fff;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
	background-color: #eee;
}
.bootstrap-datetimepicker-widget.dropdown-menu .collapse + .picker-switch {
	border-bottom: 1px solid #34495e;
}
.bootstrap-datetimepicker-widget.dropdown-menu .in + .picker-switch {
	border: none;
	border-top: 1px solid #34495e;
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch td a {
	line-height: 38px;
	height: 38px;
	padding: 0;
	display: block;
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch td a span {
	background: #496785;
	color: #fff;
	margin-top: -1px;
	line-height: 38px;
	height: 38px;
	width: 100%;
}
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch td a span:hover {
	background: #34495e;
}
.about-left {
}
.tittle {
	font-size: 25px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: uppercase;
	font-weight: 800;
	color: #333;
	letter-spacing: 1.2px;
	position: relative;
}
.tittle .span1 {
	font-size: 13px;
	font-weight: 700;
	color: #808080;
	letter-spacing: 1px;
}
.tittle .span2 {
	width: 75px;
	height: 3px;
	margin: 0 5px;
	background: #19a3dd;
	display: inline-block;
}
.tittle .span3 {
	width: 60px;
	margin: 0 5px;
	display: inline-block;
}
.tittle .span3 img {
	width: 100%;
	margin: 0 0 -6px 0;
}
.about p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: justify;
}
.ab-box {
	padding: 15px 15px 0 0 !important;
}
.ab-box img {
	width: 60px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ab-box:hover img {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.ab-box h4 {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 600;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.ab-box:hover h4 {
	color: #19a3dd;
}
.ab-box p {
	text-align: center;
	line-height: 22px;
}
.btn1 {
	width: 170px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	font-size: 13px;
	border-radius: 25px;
	font-weight: 500;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #19a3dd;
	background: #19a3dd;
	display: block;
	padding: 0;
	margin: 25px 15px 0 0;
	float: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn1:hover {
	border: 1px solid #333;
	color: #fff;
	background: #333;
}
.btn1a {
	border: 1px solid #333;
	color: #333;
	background: none;
}
.btn1a:hover {
	color: #fff;
	background: #333;
}
.about-right {
}
.about-right img {
	width: 100%;
	margin: 40px auto 0 auto;
}
.fleet {
	padding: 80px 0 90px 0;
}
.fleet-box {
	padding: 0 !important;
	background: #fff;
	margin: 15px 0 0 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fleet-box:hover {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.fleet-box .fleet-box-img {
	overflow: hidden;
}
.fleet-box .fleet-box-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fleet-box:hover .fleet-box-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.fleet-box-in {
	padding: 10px;
}
.fleet-box h4 {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 700;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.fleet-box:hover h4 {
	color: #19a3dd;
}
.fleet-box p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: center;
}
.fleet-box .btn1 {
	margin: 10px auto;
	float: none;
	width: 140px;
	height: 35px;
	line-height: 34px;
}
.trip {
	padding: 60px 0 0 0;
}
.trip .tittle {
	color: #fff;
}
.trip .tittle .span1 {
	color: #f0f0f0;
}
.trip-left {
}
.trip-left p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-weight: 400;
	text-align: justify;
}
.trip-left .btn1:hover {
	color: #101d49;
	background: #fff;
}
.trip-right {
	padding: 0 50px 0 50px !important;
}
.trip #trip-slider {
}
.trip .carousel-inner {
	padding: 0 0 20px 0;
}
.trip-box {
	margin: 10px 0 0 0;
	padding: 0 !important;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.trip-box2 {
	margin: 30px 0 0 0;
}
.trip-box .trip-box-img {
	overflow: hidden;
}
.trip-box .trip-box-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.trip-box:hover .trip-box-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.trip-box-in {
	padding: 20px;
}
.trip-box h4 {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 700;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.trip-box:hover h4 {
	color: #19a3dd;
}
.trip-box p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: center;
}
.imleft, .imright {
	position: absolute;
	content: '';
	top: 55%;
	margin: 0;
	padding: 0;
	width: 45px;
	opacity: .5;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.imleft:hover, .imright:hover {
	opacity: 1;
}
.imleft {
	left: -40px;
}
.imright {
	right: -40px;
}
.packages {
	padding: 0 0 60px 0;
}
.packages .btn1a {
	width: 200px;
	margin: 25px auto 0 auto;
	float: none;
	border: 1px solid #18a2dc;
	color: #18a2dc;
}
.packages .btn1a:hover {
	color: #fff;
	background: #18a2dc;
}
.packages-box {
	padding: 0 !important;
	margin: 20px 0;
	border: 1px solid #dcdcdc;
}
.packages-box .packages-box-img {
	overflow: hidden;
	position: relative;
}
.packages-box .packages-box-img .packages-box-img-text {
	position: absolute;
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	bottom: 0;
	z-index: 999;
}
.packages-box .packages-box-img .packages-box-img-text h3 {
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-align: left;
}
.packages-box .packages-box-img:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 100%;
	height: 35%;
	bottom: 0;
	z-index: 99;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	opacity: .85;
}
.packages-box .packages-box-img img {
	width: 100%;
	z-index: 9;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.packages-box:hover .packages-box-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.packages-box ul {
	margin: 0;
	padding: 0;
}
.packages-box ul li {
	width: 33.334%;
	height: 40px;
	display: block;
	z-index: 9;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	text-align: center;
}
.packages-box ul li a {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	line-height: 40px;
	color: #999;
	z-index: 99;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.packages-box ul li:last-child {
	border-right: 0px solid #dcdcdc;
}
.packages-box ul li a svg {
	margin: 0 5px 0 0;
}
.packages-box ul li a:hover {
	background: #19a3dd;
	color: #fff;
	margin: 5px;
}
.packages-box .packages-box-text {
	padding: 15px;
}
.packages-box .packages-box-text h4 {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #999;
	font-weight: 500;
	text-align: center;
}
.packages-box .packages-box-text h4 span {
	color: #19a3dd;
	font-size: 25px;
	font-weight: 700;
	margin: 0 5px;
}
.packages-box .packages-box-text p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: center;
}
.pack-btn {
	text-align: center;
	margin: 12px auto;
}
.pack-btn1 {
	width: 104px;
	height: 32px;
	margin: 0 2px;
	padding: 0;
	font-size: 12px;
	color: #fff;
	background: #565656;
	display: inline-block;
	line-height: 32px;
	text-align: center;
	border-radius: 25px 0 0 25px;
	letter-spacing: .4px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pack-btn2 {
	border-radius: 0 25px 25px 0;
}
.pack-btn1:hover, .pack-btn1:focus {
	background: #19a3dd;
	color: #fff;
}
.attractions {
	padding: 0 0 40px 0;
}
.attractions .tittle {
	text-align: right;
	margin: -20px 0 0 0;
}
.attractions .btn1a {
	width: 200px;
	margin: 25px auto 0 auto;
	float: none;
}
.attr-box {
	padding: 0 !important;
	margin: 15px 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.attr-box:hover {
	-webkit-box-shadow: 5px 20px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 20px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
}
.attr-box .attr-box-img {
	overflow: hidden;
	padding: 0 !important;
}
.attr-box .attr-box-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.attr-box:hover .attr-box-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.attr-box-in {
	padding: 25px !important;
	background: #fff;
}
.attr-box-in h4 {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 700;
	text-align: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.attr-box-in:hover h4 {
	color: #19a3dd;
}
.attr-box-in p {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: justify;
}
.attr-box-in .btn1a {
	margin: 15px 0 0 0;
	width: 115px;
	font-size: 11px;
	background: #333;
	color: #fff;
}
.attr-box-in .btn1a:hover {
	background: none;
	color: #333;
}
.tariff {
	padding: 0;
	position: relative;
}
.tariff-left {
	padding: 0 !important;
}
.tariff-left h3, .tariff-left h4, .tariff-left h5 {
	font-size: 80px;
	line-height: 80px;
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 90px 50px 0 50px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000000;
	background: rgba(255, 255, 255, .85);
	letter-spacing: 4px;
	position: relative;
	mix-blend-mode: lighten;
}
.tariff-left h4 {
	font-size: 70px;
	padding: 0 50px;
}
.tariff-left h5 {
	font-size: 34px;
	line-height: 41px;
	padding: 0 50px 94px 50px;
}
.tariff-right {
	padding: 60px !important;
	background: rgba(0,0,0,0.65);
}
.tariff-right .tittle {
	color: #fff;
}
.tariff-right .span1 {
	color: #f0f0f0;
}
.tariff-right h4 {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #fff;
}
.tariff-right p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-weight: 400;
	text-align: justify;
}
.tariff-right .btn1a {
	border: 1px solid #fff;
	color: #fff;
}
.tariff-right .btn1a:hover {
	color: #333;
	background: #fff;
}
.tariff-right .btn1:hover {
	color: #333;
	background: #fff;
}
.gallery {
	padding: 60px 0;
}
.gallery-box {
	padding: 0 !important;
	overflow: hidden;
	position: relative;
	border: 5px solid #fff;
}
.gallery-box:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background: rgba(25, 163, 221, 0.65);
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gallery-box:hover:before {
	width: 100%;
	height: 100%;
}
.gallery-box:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	background: url(../images/cross.png) center center no-repeat;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gallery-box:hover:after {
	width: 100%;
	height: 100%;
}
.gallery-box img {
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.gallery-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.blog {
	padding: 60px 0 0 0;
}
.blog-left {
	padding: 0 50px 0 50px !important;
}
.blog #trip-slider {
}
.blog .carousel-inner {
	padding: 0 0 20px 0;
}
.blog-box {
	margin: 10px 0 0 0;
	padding: 0 !important;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.blog-box .blog-box-img {
	overflow: hidden;
}
.blog-box .blog-box-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.blog-box:hover .blog-box-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.blog-box-in {
	padding: 20px;
}
.blog-box-in img {
	width: 80px;
	margin: -65px auto 17px auto;
	z-index: 9;
	position: relative;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.blog-box h4 {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 700;
	text-align: center;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-box:hover h4 {
	color: #19a3dd;
}
.blog-box p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: center;
}
.blog-right {
}
.blog-right .tittle {
	color: #fff;
}
.blog-right .tittle .span1 {
	color: #f0f0f0;
}
.blog-right p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-weight: 400;
	text-align: justify;
}
.blog-right .btn1a {
	border: 1px solid #fff;
	color: #fff;
}
.blog-right .btn1a:hover {
	color: #333;
	background: #fff;
}
.testimonials {
	padding: 0 0 50px 0;
	position: relative;
}
.testimonials #testi-slider {
	padding: 20px 0 0 0;
}
.testimonials .carousel-inner {
	padding: 0 0 50px 0;
}
.testimonials .carousel-indicators {
	bottom: 0;
	text-align: center;
}
.testimonials .carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #19a3dd !important;
	border: 2px solid #19a3dd !important;
}
.testimonials .carousel-indicators li {
	width: 25px !important;
	height: 10px !important;
	display: inline-block;
	margin: 0 5px !important;
	background-color: rgba(0,0,0,0);
	border: 2px solid #b9b9b9;
}
.testimonials .btn1a {
	margin: 10px auto 0 auto;
	width: 115px;
	font-size: 11px;
	background: #333;
	color: #fff;
	float: none;
}
.testimonials .btn1a:hover {
	background: none;
	color: #333;
}
.testi-box {
	margin: 10px 0;
	padding: 20px !important;
	position: relative;
	background: #fff;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.testi-box img {
	width: 170px;
	margin: 0 auto 10px auto;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.testi-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.testi-box p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .7px;
	margin: 0;
	padding: 5px 0;
	font-weight: 400;
	text-align: center;
	color: #717070;
}
.testi-box h5 {
	color: #19a3dd;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .2px;
}
footer {
	padding: 70px 0 0 0;
}
.f-box1 {
}
.f-box1 h4, .f-box2 h4 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 10px 0;
	color: #a5a5a5;
	font-weight: 700;
	text-align: left;
}
.f-box1 p {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #a5a5a5;
	font-weight: 400;
	text-align: left;
}
.f-box1 p svg {
	margin: 0 3px 0 0;
}
.f-box1 p svg path {
	fill: #19a3dd;
}
.f-box1 .social {
	margin: 20px 0 0 0;
	text-align: left;
}
.f-box1 .social li {
	margin: 0 7px 0 0;
	border: 1px solid #a5a5a5;
}
.f-box1 .social li:hover {
	border: 1px solid #19a3dd;
}
.f-box1 .social svg path {
	fill: #a5a5a5;
}
.f-box2 ul {
	margin: 0;
	padding: 0;
}
.f-box2 ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
}
.f-box2 ul li a {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .8px;
	margin: 0;
	padding: 5px 0 5px 20px;
	color: #a5a5a5;
	font-weight: 500;
	text-align: left;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.f-box2 ul li a:before {
	position: absolute;
	content: '';
	margin: 0;
	padding: 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 2px solid #a5a5a5;
	top: 9px;
	left: 0;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.f-box2 ul li a:hover:before {
	background: #19a3dd;
	border: 2px solid #19a3dd;
}
.f-box2 ul li a:hover {
	color: #19a3dd;
}
.fin {
	padding: 5px !important;
}
.fin .fin-img {
	padding: 0 !important;
	overflow: hidden;
}
.fin .fin-img img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fin:hover .fin-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.f-copy {
	padding: 15px 0;
	margin: 60px 0 0 0;
	background: #000;
}
.f-copy p {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0;
	color: #888888;
	font-weight: 400;
	text-align: center;
}
.inner-banner {
	width: 100%;
	position: relative;
}
.inner-banner img {
	width: 100%;
}
.inner-banner:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 70%;
	margin: 0;
	padding: 0;
	top: 0;
	z-index: 9;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.brd-in {
	padding: 0 0 50px 0;
	margin: 0;
	text-align: left;
}
.scp-brc {
	background-color: transparent !important;
	text-align: center;
	margin: 0 0 15px 15px!important;
	padding: 0 0 4px 0!important;
	display: inline-block;
	background: none !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #fff;
}
.scp-brc li a {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0;
	text-align: right;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}
.scp-brc li:last-child a {
	font-size: 12px;
}
.innerpage {
	margin: -134px 0 0 0;
	padding: 30px 0 70px 0;
	position: relative;
}
.innerpage h1 {
	font-size: 80px;
	text-align: left;
	line-height: 60px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.innerpage p {
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: justify;
}
.innerpage .ab-right img {
	width: 100%;
}
.innerpage .tittle2 {
	font-size: 23px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	letter-spacing: .4px;
	position: relative;
}
.innerpage .tittle2 span {
	width: 30px;
	height: 3px;
	margin: 0;
	background: #19a3dd;
	display: inline-block;
}
.innerpage .ab-ul {
	padding: 0 0 0 35px !important;
}
.innerpage h4 {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: 700;
	color: #717171;
	letter-spacing: .4px;
}
.innerpage .ab-ul ul {
	margin: 0;
	padding: 0;
}
.innerpage .ab-ul ul li {
	list-style: none;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: justify;
}
.innerpage .ab-ul ul li svg {
	margin: 0 4px 0 0;
	vertical-align: -3px;
}
.innerpage img {
	width: 100%;
}
.about-inner {
	padding: 50px 0 60px 0;
	margin: 30px 0 50px 0;
}
.ab-inner-box {
}
.ab-inner-box img {
	width: 60px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ab-inner-box:hover img {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.ab-inner-box h4 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.ab-inner-box p {
	text-align: center;
	line-height: 22px;
	color: #fff;
}
.ab-inner-box .btn1a {
	margin: 10px auto 0 auto;
	width: 115px;
	font-size: 11px;
	border: 1px solid #fff;
	color: #fff;
	background: none;
	float: none;
}
.ab-inner-box .btn1a:hover {
	background: #fff;
	color: #333;
}
.thumb-slider {
}
.thumb-slider .btn1 {
	position: absolute;
	top: 15px;
	right: 30px;
	margin: 0;
	z-index: 999;
	font-size: 12px;
}
.thumb-slider .carousel-inner > .item > img, .thumb-slider .carousel-inner > .item > a > img {
	margin: auto;
}
.thumb-slider #myCarousel {
	margin: 0 auto;
	background: #fff;
}
.thumb-slider .carousel-control.left, .thumb-slider .carousel-control.right {
	background-image: none;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	top: 48%;
	padding: 3px;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.thumb-slider .carousel-control.left {
	left: 2%;
}
.thumb-slider .carousel-control.right {
	right: 2%;
}
.thumb-slider #thumbCarousel {
	margin: 0 auto;
	overflow: hidden;
	padding: 3px 0;
	text-align: center;
}
.thumb-slider #thumbCarousel::-webkit-scrollbar-track {
 border: 1px solid #19a3dd;
 background-color: #F5F5F5;
}
.thumb-slider #thumbCarousel::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.thumb-slider #thumbCarousel::-webkit-scrollbar-thumb {
 background-color: #19a3dd;
}
.thumb-slider #thumbCarousel .thumb {
	width: 24.5889%;
	background: #fff;
	display: inline-block;
}
.thumb-slider #thumbCarousel .thumb:last-child {
	margin-right: 0;
}
.thumb-slider .thumb:hover {
	cursor: pointer;
}
.thumb-slider .thumb img {
	opacity: 0.5;
	width: 100%;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.thumb-slider .thumb img:hover {
	opacity: 1;
}
.thumb-slider .thumb.active img {
	opacity: 1;
}
.call-us {
	width: 100%;
	text-align: center;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 21px;
	color: #19a3dd;
	border-radius: 30px;
	padding: 9px 0;
	border: 2px solid #19a3dd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.call-us:hover {
	background: #19a3dd;
	color: #fff;
}
.call-us svg {
	width: 25px !important;
	height: 30px;
	margin: 0 3px 0 0;
	vertical-align: -7px;
}
.call-us svg path {
	fill: #19a3dd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.call-us:hover svg path {
	fill: #fff;
}
.fleet-inner {
	padding: 50px 0 60px 0;
	margin: 40px 0 50px 0;
}
.fleet-inner .tittle2 {
	color: #fff;
	text-align: center;
	padding: 0 0 30px 0;
}
.fleet-inner .tittle2 span {
	margin: 0 5px;
	vertical-align: 6px;
	background: #19a3dd;
}
.fleet-inner-box {
}
.fleet-inner-box img {
	width: 75px;
	border: 2px solid #fff;
	padding: 10px;
	margin: 0 auto 15px auto;
	border-radius: 100%;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fleet-inner-box:hover img {
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.fleet-inner-box h4 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
.fleet-inner-box p {
	text-align: center;
	line-height: 22px;
	color: #fff;
}
.description {
}
.description .tabs-left {
	border: 1px solid #f0f0f0;
	background: #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.description .tabs-left>li {
	float: none;
	margin: 0px;
}
.description .nav-tabs>li>a {
	font-size: 13px;
	/* text-transform: uppercase; */
	font-weight: 600;
	letter-spacing: .6px;
	margin: 0;
	padding: 15px 15px;
	line-height: 24px;
	border: none;
	border-radius: 0;
	color: #333;
	border-bottom: 1px dashed #e0e0e0;
}
.description .nav-tabs>li>a svg {
	margin: 0 7px 0 0;
}
.description .tabs-left>li.active>a, .description .tabs-left>li.active>a:hover, .description .tabs-left>li.active>a:focus {
	background: #19a3dd;
	border: none;
	border-radius: 0px;
	color: #fff;
}
.description .nav-tabs>li>a:hover {
	margin: 0;
	border-radius: 0;
	background: #d5f3ff;
}
.description .tabs-left>li.active>a::after {
	content: "";
	position: absolute;
	top: 15px;
	right: -10px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #19a3dd;
	display: block;
	width: 0;
}
.description h4 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #19a3dd;
	font-weight: 600;
	text-align: left;
}
.restaurant_menu__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.restaurant_menu__row {
	border-bottom: 2px dotted #B5ABAB; /* Our dotted line, we can use border-image instead */
	position: relative;
	float: left;
	line-height: 0.2em;
	margin: 0 0 20px 0;
	width: 100%;
	text-align: left;
	font-size: 13px;
	letter-spacing: .4px;
	color: #505050;
	font-weight: 400;
}
.restaurant_menu__meal span, .restaurant_menu__price {
	background-color: #FFF; /* For .restaurant_menu__row background rewriting */
}
.restaurant_menu__meal {
	padding-right: 3em; /* Custom number for space between text and right side of .restaurant_menu__row; must be greater than .restaurant_menu__price max-width to avoid overlapping */
}
.restaurant_menu__meal span {
	margin: 0;
	position: relative;
	top: 1.6em;
	padding-right: 5px; /* Custom number for space between text and dotted line */
	font-weight: 600;
	letter-spacing: .8px;
	color: #333;
}
.restaurant_menu__price {
	padding: 1px 0 1px 15px;
	position: relative;
	top: 6px;
	left: 1px;/* ie6 rounding error*/
	float: right;
	color: #19a3dd;
	font-size: 19px;
	font-weight: 700;
}
.review-box {
	padding: 15px 0 !important;
	margin: 0 15px 0 0;
	border-bottom: 1px dashed #ccc;
}
.review-box-img {
	padding: 0 20px 0 0 !important;
}
.review-box-img img {
	width: 100%;
}
.review-box h4 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 600;
	text-align: left;
}
.review-box h6 {
	font-size: 11px;
	line-height: 26px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #7b7b7b;
	font-weight: 400;
	text-align: left;
}
.review-box h6 svg {
	margin: 0 3px 0 0;
}
.review-box h6 svg path {
	fill: #19a3dd;
}
.review-box h6 span {
	margin: 0 10px 0 0;
}
.review-box .rating {
}
.review-box .rating ul {
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
}
.review-box .rating ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	display: inline-block;
}
.review-box .rating ul li svg {
}
.review-box .rating ul li svg path {
	fill: #999;
}
.review-box .rating .star1 svg path {
	fill: #19a3dd;
}
.review-box .rating h6 {
	font-size: 11px;
	line-height: 26px;
	letter-spacing: .8px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 400;
	text-align: right;
}
.related-deals {
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	border-top: 1px solid #dedede;
}
.related-box {
	margin: 10px 0;
	padding: 0 !important;
	position: relative;
	background: #19a3dd;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.related-box:hover {
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.related-box-img {
	overflow: hidden;
}
.related-box-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.related-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.related-box h4 {
	color: #fff;
	margin: 0;
	padding: 15px 10px 0 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .8px;
}
.related-box p {
	font-size: 13px;
	line-height: 25px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
.related-box .btn1 {
	margin: 10px auto 20px auto;
	float: none;
	width: 130px;
	height: 35px;
	font-size: 12px;
	line-height: 34px;
	background: #fff;
	color: #19a3dd;
	border: none;
}
.related-box .btn1:hover {
	background: #333;
	color: #fff;
}
.related-deals #related-slider {
	padding: 10px 0 0 0;
}
.related-deals .carousel-inner {
	padding: 0 0 50px 0;
}
.related-deals .carousel-indicators {
	bottom: 0;
	text-align: center;
}
.related-deals .carousel-indicators .active {
	margin: 0;
	width: 15px;
	height: 15px;
	background-color: #19a3dd !important;
	border: 2px solid #19a3dd !important;
}
.related-deals .carousel-indicators li {
	width: 25px !important;
	height: 10px !important;
	display: inline-block;
	margin: 0 5px !important;
	background-color: rgba(0,0,0,0);
	border: 2px solid #b9b9b9;
}
.partners {
	padding: 25px 0 0 0;
}
.partners-main {
	padding: 30px 0 0 0 !important;
}
.partners-box {
	padding: 15px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.partners-box2 {
	border-right: 0px solid #e2e2e2;
}
.partners-box3 {
	border-bottom: 0px solid #e2e2e2;
}
.partners-box img {
	width: 100%;
	height: auto;
	opacity: .3;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.partners-box:hover img {
	opacity: 1;
}
.inner-attr {
	padding: 0 0 30px 0 !important;
}
.inner-attr h4 {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-weight: 700;
	color: #333;
	letter-spacing: .4px;
	border-bottom: 1px solid #dcdcdc;
}
.inner-attr img {
	width: 100%;
}
.contact-left {
}
.contact-left form {
	margin: 0;
	padding: 0;
}
.contact-left .cform1 {
	width: 100%;
	height: 45px;
	margin: 0 0 15px 0;
	padding: 10px;
	color: #505050;
	font-size: 12px;
	border: none;
	outline: none;
	background: rgba(249, 249, 249, 1);
}
.contact-left .cform2 {
	width: 100%;
	height: 120px;
	margin: 0 0 15px 0;
	padding: 10px;
	color: #505050;
	font-size: 12px;
	border: none;
	outline: none;
	background: rgba(249, 249, 249, 1);
}
.contact-left .cform3 {
	width: 200px;
	height: 45px;
	border: none;
	background: #19a3dd;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.contact-right {
}
.contact-right h5 {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: 700;
	color: #333;
	letter-spacing: .4px;
}
.contact-right h4 {
	font-size: 18px;
	line-height: 30px;
	text-align: left;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: 700;
	color: #333;
	letter-spacing: .4px;
}
.contact-right svg {
	margin: 0 5px 0 0;
}
.contact-right svg path {
	fill: #19a3dd;
}
.map {
	margin: 40px 0 0 0;
}
.inner-gallery {
}
.inner-gallery ul {
	margin: 0;
	padding: 0;
}
.inner-gallery ul li {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.inner-gallery ul li img {
	width: 100%;
}
#jquery-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100% !important;
	height: 100% !important;
}
#jquery-lightbox {
	position: fixed;
	top: 16% !important;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	z-index: 9999;
}
#jquery-lightbox a img {
	border: 0;
	opacity: .85;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto
}
#lightbox-container-image {
	padding: 10px
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10
}
#lightbox-container-image-box>#lightbox-nav {
	left: 0
}
#lightbox-nav a {
	outline: 0;
	width: 40px;
	height: 40px !important;
	top: 46%;
	position: relative;
	background-size: 100% auto !important;
}
#lightbox-nav a img {
	width: 100%;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
	background: url(../images/lightbox-btn-prev.png) !important;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
	background: url(../images/lightbox-btn-next.png) !important;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px;
	text-align: right;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666
}
#lightbox-container-image-data #lightbox-image-details {
	display: none;
	width: 70%;
	float: left;
	text-align: left
}
#lightbox-image-details-caption {
	font-weight: 700
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1em
}
#lightbox-secNav-btnClose {
	width: 40px;
	padding: 3px;
	background: #fff;
	border-radius: 100%;
	float: right;
	top: 0;
	margin: -15px -15px 0 0;
	position: absolute;
	z-index: 99999;
}
#lightbox-secNav-btnClose img {
	width: 100%;
}
.find-fleet {
	padding: 15px;
	background: #19a3dd;
}
.find-fleet h4 {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}
.find-fleet form {
	margin: 0;
	padding: 10px 0 0 0;
}
.find-fleet form label {
	width: 100%;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: 400;
	color: #fff;
	letter-spacing: .4px;
}
.find-fleet .f-form1 {
	width: 100%;
	height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}
.find-fleet .f-form1 option {
	color: #000;
}
.find-fleet .f-form2 {
	width: 145px;
	height: 40px;
	border: 0;
	outline: none;
	font-size: 12px;
	text-align: center;
	display: block;
	margin: 8px 0;
	float: right;
	padding: 0;
	color: #000;
	font-weight: 600;
	letter-spacing: 1px;
	background: #fff;
	text-transform: uppercase;
}
.fleet-filter {
	background: #f0f0f0;
	padding: 15px;
}
.fleet-filter p {
}
.fleet-filter form {
	margin: 0;
	padding: 0;
}
.fleet-filter .filter-form1 {
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 8px 13px;
	font-size: 12px;
	line-height: 33px;
	color: #333;
	text-align: left;
	border: 1px solid #bdbdbd;
	outline: none;
	background: none;
	border-radius: 25px;
}
.fleet-result {
	padding: 0 !important;
	margin: 15px 0;
	background: rgba(240, 240, 240, 0.4);
}
.fleet-result .fleet-result-img {
	padding: 0 !important;
	overflow: hidden;
}
.fleet-result .fleet-result-img img {
	width: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.fleet-result:hover .fleet-result-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.fleet-result-text {
	padding: 20px !important;
}
.fleet-result h4 {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #19a3dd;
	font-weight: 700;
	text-align: left;
}
.fleet-result p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: justify;
}
.fleet-result .pack-btn {
	margin: 10px 0 0 0;
	text-align: left;
}
.tariff-boxin {
	padding: 0 !important;
	overflow: hidden;
	background: url(../images/tariff-bg.jpg) no-repeat bottom left;
	background-size: 100% auto;
	border: 1px solid rgba(0, 0, 0, .1);
}
.tariff-boxin-high {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.tariff2 {
	background: #9b59b6 !important;
}
.tariff2:after {
	background: #9b59b6 !important;
}
.tariff3 {
	background: #e67e22 !important;
}
.tariff3:after {
	background: #e67e22 !important;
}
.tariff4 {
	background: #e74c3c !important;
}
.tariff4:after {
	background: #e74c3c !important;
}
.tariff-boxin-top {
	position: relative;
	background: #3bbd93;
	padding: 10px 0 0 0;
}
.tariff-boxin-top:after {
	width: 120%;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	content: '';
	background: #3bbd93;
	z-index: -1;
	bottom: -10px;
	left: -5%;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.tariff-boxin-top h3 {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: .7px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}
.tariff-boxin ul {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 70px 20px 15px 20px;
}
.tariff-boxin ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 12px 0;
	font-size: 12px;
	line-height: 24px;
	font-weight: 600;
	letter-spacing: .6px;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #eaeaea;
}
.tariff-boxin ul li svg {
	margin: 0 5px 0 0;
}
.tariff-boxin ul li svg path {
	fill: #36a000;
}
.tariff-boxin ul li:last-child {
	border-bottom: 0px solid #eaeaea;
}
.tariff-boxin a, .tariff-boxin a:hover, .tariff-boxin a:focus {
	width: 200px;
	height: 35px;
	margin: 0 auto 25px auto;
	padding: 0;
	display: block;
	font-size: 13px;
	text-align: center;
	line-height: 35px;
	background: #19a3dd;
	color: #fff;
	border-radius: 25px;
	font-weight: 600;
	letter-spacing: .8px;
}
.blog-boxin {
	background: rgba(240, 240, 240, 0.4);
	margin: 0 0 30px 0;
}
.blog-boxin .blog-boxin-img {
	padding: 0 !important;
	overflow: hidden;
}
.blog-boxin .blog-boxin-img img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.blog-boxin:hover .blog-boxin-img img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.blog-boxin-text {
	padding: 15px 15px 15px 80px !important;
}
.blog-boxin h4 {
	font-size: 17px;
	line-height: 22px;
	letter-spacing: .4px;
	margin: 0;
	padding: 0;
	color: #333;
	font-weight: 700;
	text-align: left;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.blog-boxin h6 {
	font-size: 11px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	font-weight: 400;
	text-align: justify;
}
.blog-boxin h6 span {
	display: inline-block;
	margin: 0 5px;
}
.blog-boxin h6 svg path {
	fill: #19a3dd;
}
.blog-boxin p {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: .4px;
	margin: 0;
	padding: 5px 0;
	color: #505050;
	font-weight: 400;
	text-align: justify;
}
.blog-author {
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 27%;
	left: -70px;
}
.blog-author img {
	width: 100%;
	margin: 0;
	z-index: 9;
	position: relative;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.blog-boxin .btn1 {
	margin: 20px 0 0 0;
	float: right;
}

@media only screen and (max-width: 1200px) {
.home {
	position: relative;
}
.slide-banner {
    position: relative;
    height: auto;
}
.main-wrapper {
	position: relative;
	top: auto;
}
	.parallaxed{
		transform: none !important;
	} 
.logo img {
	padding: 12px 0 0 0;
}
ul.slimmenu li a {
	padding: 0px 10px;
	font-size: 11px;
}
.home-slider .slide-text .slide-text-in h2 {
	font-size: 29px;
	line-height: 37px;
}
.trip {
	background-size: 130% auto !important;
}
.tariff-left h3, .tariff-left h4, .tariff-left h5 {
	font-size: 70px;
	padding: 110px 50px 0 50px;
}
.tariff-left h4 {
	font-size: 65px;
	padding: 0 50px;
}
.tariff-left h5 {
	font-size: 34px;
	padding: 0 50px 100px 50px;
}
.blog {
	background-size: 120% auto !important;
}
.attr-box-in {
	padding: 10px 15px !important;
}
.attr-box-in p {
	font-size: 12px;
	line-height: 23px;
}
.thumb-slider #thumbCarousel .thumb {
	width: 24.5%;
}
.tariff-boxin ul {
	padding: 70px 10px 15px 10px;
}
.tariff-boxin ul li {
	font-size: 11px;
}
.tariff-boxin a, .tariff-boxin a:hover, .tariff-boxin a:focus {
	width: 160px;
}
.blog-author {
	width: 70px;
	top: 27%;
	left: -38px;
}
.blog-boxin-text {
	padding: 10px 5px 15px 43px !important;
}
}

@media only screen and (max-width: 992px) {
.home {
	position: relative;
}
.top-banner {
	padding: 10px 0 15px 0 !important;
}
.logo img {
	width: 160px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
}
.social {
	text-align: center;
	margin: 5px 0 10px 0;
}
.social li {
	margin: 0 2px;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 9px;
	line-height: 42px;
	font-size: 12px;
}
ul.slimmenu li .sub-toggle {
	width: 10px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slide-banner {
	position: relative;
	height: auto;
}
.main-wrapper {
	position: relative;
	top: auto;
}
.book-form {
	padding: 15px 10px !important;
	margin: 0;
}
.book-in {
	padding: 0 5px !important;
	/* width: 100%; */
	/* float: none; */
	margin: 0;
}
.home-slider .slide-text .slide-text-in {
	width: 50%;
	margin: 12% 3%;
}
.home-slider .slide-text .slide-text-in h2 {
	font-size: 22px;
	line-height: 28px;
}
.home-slider .slide-text .slide-text-in hr {
/* width: 31px; */
	/* height: 2px; */
	/* margin: 7px 0; */
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0;
	padding: 8px 0 10px 0;
}
.slide-btn {
	width: 140px;
	height: 30px;
	margin: 5px 0 0 0;
	font-size: 10px;
	line-height: 28px;
	padding: 0 0 0 17px;
}
.slide-btn:hover, .slide-btn:focus {
	padding: 0 17px 0 0;
}
.slide-btn span {
	width: 30px;
	height: 30px;
}
.slide-btn span svg {
	width: 30px;
	height: 30px;
}
.slide-btn:hover span {
	margin-left: -30px;
}
.parallaxed {
	position: relative;
}
.home-slider .carousel-indicators {
	bottom: 4%;
	left: auto;
	right: 8%;
}
.home-slider .carousel-indicators li {
	margin: 0 2px;
	width: 3px;
	height: 10px;
}
.home-slider .carousel-indicators .active {
	height: 20px;
}
.about {
	padding: 40px 0;
}
.book-in .input-group-addon {
	right: 22px;
}
.tittle {
	font-size: 19px;
	line-height: 25px;
}
.tittle .span1 {
	font-size: 11px;
}
.tittle .span2 {
	width: 30px;
	height: 1px;
}
.tittle .span3 {
	width: 48px;
}
.about-left {
	padding: 40px 0 0 0;
}
.ab-btns {
	text-align: center;
}
.btn1 {
	width: 105px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 10px;
	letter-spacing: 0;
	display: inline-block;
	margin: 15px 5px 0 0;
	float: none;
}
.about-right img {
	width: 60%;
	margin: 20px auto 0 auto;
}
.fleet {
	padding: 40px 0;
}
.fleet-box .btn1 {
	display: block;
}
.trip {
	padding: 40px 0;
	background-size: cover !important;
}
.trip-box2 {
	margin: 10px 0 0 0;
}
.trip-right {
	padding: 0 !important;
	margin: 20px 0 0 0;
}
.imleft, .imright {
	top: auto;
	bottom: 0;
	width: 30px;
}
.imleft {
	left: 43%;
}
.imright {
	right: 43%;
}
.trip .carousel-inner {
	padding: 0 0 56px 0;
}
.packages {
	padding: 40px 0;
}
.packages-box .packages-box-img .packages-box-img-text h3 {
	/* font-size: 15px; */
	/* line-height: 18px; */

	/* letter-spacing: 0; */
	text-align: center;
}
.packages-box .packages-box-text h4 {
/* font-size: 13px; */
}
.packages-box .packages-box-text h4 span {
/* font-size: 21px; */
}
.pack-btn1 {
	width: 92px;
	height: 32px;
	font-size: 11px;
}
.packages .btn1a {
	width: 170px;
	margin: 15px auto 0 auto;
	display: block;
}
.tariff-left h3, .tariff-left h4, .tariff-left h5 {
	font-size: 50px;
	line-height: 50px;
	text-align: left;
	padding: 40% 20px 0 30px;/* letter-spacing: 4px; */
}
.tariff-left h4 {
	font-size: 53px;
	padding: 0 30px;/* letter-spacing: 15px; */
}
.tariff-left h5 {
	font-size: 26px;
	line-height: 36px;
	padding: 0 20px 40% 30px;/* letter-spacing: 10px; */
}
.tariff-right {
	padding: 7% 25px !important;
}
.gallery {
	padding: 40px 0;
}
.blog {
	padding: 40px 0;
	background-size: cover !important;
}
.blog-left {
	padding: 0 0 40px 0 !important;
}
.blog-box {
	margin: 15px 0;
}
.blog .carousel-inner {
	padding: 0 0 50px 0;
}
.attractions {
	padding: 50px 0;
}
.attractions .btn1a {
	width: 170px;
	margin: 15px auto 0 auto;
	display: block;
}
.testimonials .btn1a {
	display: block;
}
footer {
	padding: 40px 0 0 0;
}
.f-box1 {
	margin: 0 0 20px 0;
}
.f-box2 {
	margin: 0 0 20px 0;
}
.f-copy {
	margin: 40px 0 0 0;
}
.f-copy p {
	font-size: 12px;
	letter-spacing: 0;
}
.f-box1 .social li {
	margin: 0 3px 0 0;
}
.fin {
	padding: 2px !important;
}
.innerpage {
	margin: 0;
	padding: 0 0 40px 0;
}
.brd-in {
	padding: 0;
	margin: 0;
	text-align: center;
}
.scp-brc {
	margin: 0!important;
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
	padding: 15px 0 10px 0 !important;
}
.scp-brc li a {
	font-size: 10px;
	line-height: 24px;
	padding: 5px 0;
	letter-spacing: 0px;
	color: #333;
}
.scp-brc li:last-child a {
	font-size: 10px;
}
.innerpage h1 {
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	color: #333;
	padding: 20px 0 10px 0;
}
.innerpage .tittle2 {
	font-size: 20px;
}
.innerpage .ab-right img {
	width: 60%;
	margin: 0 auto;
}
.innerpage .ab-ul {
	padding: 0 !important;
}
.innerpage .ab-ul ul li {
	line-height: 22px;
	padding: 4px 0;
}
.find-fleet {
	margin: 0 0 25px 0;
}
.fleet-filter {
	background: #f0f0f0;
	padding: 15px 0 !important;
}
.fleet-filter p {
	text-align: center;
	padding: 9px 0 0 0;
}
.fleet-filter .filter-form1 {
	margin: 5px 0;
}
.fleet-result .pack-btn {
	margin: 5px 0 0 0;
	text-align: left;
}
.fleet-result .pack-btn .pack-btn1 {
	width: 85px;
}
.thumb-slider .btn1 {
	top: 5px;
	right: 20px;
	font-size: 10px;
	width: 125px;
}
.thumb-slider .carousel-control.left, .thumb-slider .carousel-control.right {
	width: 25px;
	height: 25px;
	top: 42%;
	padding: 0;
}
.thumb-slider #thumbCarousel .thumb {
	width: 24.37%;
}
.call-us {
	font-size: 16px;
}
.call-us svg {
	width: 18px !important;
}
.fleet-inner-box {
	padding: 15px !important;
}
.fleet-inner-box img {
	margin: 0 auto 10px auto;
}
.fleet-inner {
	padding: 40px 0 20px 0;
	margin: 30px 0;
}
.description .tabs-left>li.active>a::after {
	display: none;
}
.description .tabs-left {
	margin: 0 0 30px 0;
}
.related-box .btn1 {
	display: block;
	margin: 5px auto 0 auto;
}
.related-box {
	padding: 0 0 15px 0!important;
}
.inner-attr {
	padding: 15px !important;
	margin: 0 0 20px 0;
}
.inner-attr img {
	width: 100%;
	margin: 10px 0;
}
.tariff-boxin ul {
	padding: 30px 15px 15px 15px;
}
.tariff-boxin {
	margin: 0 0 20px 0;
}
.tariff-boxin-high {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
#lightbox-container-image-box {
	width: 60% !important;
	height: auto !important;
}
#lightbox-container-image-data-box {
	width: 60% !important;
}
#lightbox-secNav-btnClose {
	width: 30px;
	margin: -10px -10px 0 0;
}
#lightbox-container-image-box img {
	width: 100%;
}
#lightbox-nav a {
	width: 30px;
	height: 30px !important;
	top: 42%;
}
.blog-boxin {
	margin: 0 0 30px 0;
	padding: 0 10px !important;
	background: none;
}
.blog-boxin-text {
	padding: 20px !important;
	background: rgba(240, 240, 240, 0.4);
}
.blog-author {
	width: 95px;
	float: none;
	margin: -70px auto 10px auto;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
}
.blog-boxin .btn1 {
	margin: 10px auto 0 auto;
	float: left;
	display: block;
}
.contact-left {
	padding: 0 0 20px 0;
}
.contact-left .cform3 {
	width: 130px;
	height: 35px;
	font-size: 13px;
}
.map {
	margin: 20px 0 0 0;
}
.inner-gallery ul li {
	padding: 2px;
}
.attr-box-in {
	padding: 25px !important;
}
.attr-box-in p {
	font-size: 13px;
	line-height: 25px;
}
}

@media only screen and (max-width: 768px) {
.home {
	position: relative;
}
.top-banner {
	padding: 10px 0 15px 0 !important;
}
.logo img {
	width: 160px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
}
.social {
	text-align: center;
	margin: 5px 0 10px 0;
}
.social li {
	margin: 0 2px;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 9px;
	line-height: 42px;
	font-size: 12px;
}
ul.slimmenu li .sub-toggle {
	width: 10px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slide-banner {
	position: relative;
	height: auto;
}
.main-wrapper {
	position: relative;
	top: auto;
}
.book-form {
	padding: 15px 10px !important;
	margin: 0;
	border-radius: 15px;
}
.book-in {
	padding: 0 10px !important;
	width: 100%;
	float: none;
	margin: 10px 0;
}
.home-slider .slide-text .slide-text-in {
	width: 50%;
	margin: 13% 3%;
}
.home-slider .slide-text .slide-text-in h2 {
	font-size: 15px;
	line-height: 19px;
	letter-spacing: 0;
}
.home-slider .slide-text .slide-text-in hr {
	width: 31px;
	height: 2px;
	margin: 7px 0;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 6px;
	line-height: 11px;
	letter-spacing: 0;
	padding: 0 0 5px 0;
}
.slide-btn {
	width: 100px;
	height: 25px;
	margin: 5px 0 0 0;
	font-size: 6px;
	line-height: 24px;
	padding: 0 0 0 17px;
}
.slide-btn:hover, .slide-btn:focus {
	padding: 0 17px 0 0;
}
.slide-btn span {
	width: 25px;
	height: 25px;
}
.slide-btn span svg {
	width: 25px;
	height: 25px;
}
.slide-btn:hover span {
	margin-left: -25px;
}
.parallaxed {
	position: relative;
}
.home-slider .carousel-indicators {
	bottom: 4%;
	left: auto;
	right: 8%;
}
.home-slider .carousel-indicators li {
	margin: 0 2px;
	width: 3px;
	height: 10px;
}
.home-slider .carousel-indicators .active {
	height: 20px;
}
.about {
	padding: 40px 0;
}
.book-in .input-group-addon {
	right: 30px;
}
.tittle {
	font-size: 19px;
	line-height: 25px;
}
.tittle .span1 {
	font-size: 11px;
}
.tittle .span2 {
	width: 30px;
	height: 1px;
}
.tittle .span3 {
	width: 48px;
}
.about-left {
	padding: 40px 0 0 0;
}
.ab-btns {
	text-align: center;
}
.btn1 {
	width: 105px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 10px;
	letter-spacing: 0;
	display: inline-block;
	margin: 15px 5px 0 0;
	float: none;
}
.about-right img {
	width: 60%;
	margin: 20px auto 0 auto;
}
.fleet {
	padding: 40px 0;
}
.fleet-box .btn1 {
	display: block;
}
.trip {
	padding: 40px 0;
	background-size: cover !important;
}
.trip-right {
	padding: 0 !important;
	margin: 20px 0 0 0;
}
.imleft, .imright {
	top: auto;
	bottom: 0;
	width: 30px;
}
.imleft {
	left: 41%;
}
.imright {
	right: 41%;
}
.trip .carousel-inner {
	padding: 0 0 56px 0;
}
.packages {
	padding: 40px 0;
}
.packages-box .packages-box-img .packages-box-img-text h3 {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
	text-align: center;
}
.packages-box .packages-box-text h4 {
	font-size: 13px;
}
.packages-box .packages-box-text h4 span {
	font-size: 21px;
}
.pack-btn1 {
	width: 92px;
	height: 32px;
	font-size: 11px;
}
.packages .btn1a {
	width: 170px;
	margin: 15px auto 0 auto;
	display: block;
}
.tariff-left h3, .tariff-left h4, .tariff-left h5 {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	padding: 40px 20px 0 20px;
	letter-spacing: 4px;
}
.tariff-left h4 {
	font-size: 53px;
	padding: 0 20px;
	letter-spacing: 15px;
}
.tariff-left h5 {
	font-size: 34px;
	line-height: 40px;
	padding: 0 20px 40px 20px;
	letter-spacing: 10px;
}
.tariff-right {
	padding: 40px 25px !important;
}
.gallery {
	padding: 40px 0;
}
.blog {
	padding: 40px 0;
	 background: url(../images/bg5a.jpg) no-repeat top right !important;
	background-size: cover !important;
}
.blog-left {
	padding: 0 0 40px 0 !important;
}
.blog-box {
	margin: 15px 0;
}
.blog .carousel-inner {
	padding: 0 0 50px 0;
}
.attractions {
	padding: 50px 0;
}
.attractions .btn1a {
	width: 170px;
	margin: 15px auto 0 auto;
	display: block;
}
.testimonials .btn1a {
	display: block;
}
footer {
	padding: 40px 0 0 0;
}
.f-box1 {
	margin: 0 0 20px 0;
}
.f-box2 {
	margin: 0 0 20px 0;
}
.f-copy {
	margin: 40px 0 0 0;
}
.f-copy p {
	font-size: 12px;
	letter-spacing: 0;
}
.f-box1 .social li {
	margin: 0 3px 0 0;
}
.fin {
	padding: 2px !important;
}
.innerpage {
	margin: 0;
	padding: 0 0 40px 0;
}
.brd-in {
	padding: 0;
	margin: 0;
	text-align: center;
}
.scp-brc {
	margin: 0!important;
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
	padding: 15px 0 10px 0 !important;
}
.scp-brc li a {
	font-size: 10px;
	line-height: 24px;
	padding: 5px 0;
	letter-spacing: 0px;
	color: #333;
}
.scp-brc li:last-child a {
	font-size: 10px;
}
.innerpage h1 {
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	color: #333;
	padding: 20px 0 10px 0;
}
.innerpage .tittle2 {
	font-size: 20px;
}
.innerpage .ab-right img {
	width: 60%;
	margin: 0 auto;
}
.innerpage .ab-ul {
	padding: 0 !important;
}
.innerpage .ab-ul ul li {
	line-height: 22px;
	padding: 4px 0;
}
.partners-box {
	padding: 10px !important;
	border-bottom: 1px solid #e2e2e2;
	border: 1px solid #e2e2e2;
}
.partners-box2 {
	border-right: 1px solid #e2e2e2;
}
.partners-box3 {
	border-bottom: 1px solid #e2e2e2;
}
.find-fleet {
	margin: 0 0 25px 0;
}
.fleet-filter {
	background: #f0f0f0;
	padding: 15px 0 !important;
}
.fleet-filter p {
	text-align: center;
	padding: 0 0 5px 0;
}
.fleet-filter .filter-form1 {
	margin: 5px 0;
}
.fleet-result .pack-btn {
	margin: 10px 0 0 0;
	text-align: center;
}
.fleet-result .pack-btn .pack-btn1 {
	width: 85px;
}
.thumb-slider .btn1 {
	top: 5px;
	right: 20px;
	font-size: 10px;
	width: 125px;
}
.thumb-slider .carousel-control.left, .thumb-slider .carousel-control.right {
	width: 25px;
	height: 25px;
	top: 42%;
	padding: 0;
}
.thumb-slider #thumbCarousel .thumb {
	width: 24.37%;
}
.call-us {
	font-size: 16px;
}
.call-us svg {
	width: 18px !important;
}
.fleet-inner-box {
	padding: 0 0 15px 0 !important;
}
.fleet-inner-box img {
	margin: 0 auto 10px auto;
}
.fleet-inner {
	padding: 40px 0 20px 0;
	margin: 30px 0;
}
.description .tabs-left>li.active>a::after {
	display: none;
}
.description .tabs-left {
	margin: 0 0 30px 0;
}
.related-box .btn1 {
	display: block;
	margin: 5px auto 0 auto;
}
.related-box {
	padding: 0 0 15px 0!important;
}
.inner-attr {
	padding: 15px 5px !important;
	margin: 0 0 20px 0;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.inner-attr img {
	width: 100%;
	margin: 10px 0;
}
.tariff-boxin ul {
	padding: 30px 15px 15px 15px;
}
.tariff-boxin {
	margin: 0 0 20px 0;
}
.tariff-boxin-high {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
#lightbox-container-image-box {
	width: 60% !important;
	height: auto !important;
}
#lightbox-container-image-data-box {
	width: 60% !important;
}
#lightbox-secNav-btnClose {
	width: 30px;
	margin: -10px -10px 0 0;
}
#lightbox-container-image-box img {
	width: 100%;
}
#lightbox-nav a {
	width: 30px;
	height: 30px !important;
	top: 42%;
}
.blog-boxin {
	margin: 0 0 30px 0;
	padding: 0 !important;
	background: rgba(240, 240, 240, 0.4);
}
.blog-boxin-text {
	padding: 20px !important;
}
.blog-author {
	width: 95px;
	float: none;
	margin: -70px auto 10px auto;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
}
.blog-boxin .btn1 {
	margin: 10px auto 0 auto;
	float: left;
	display: block;
}
.contact-left {
	padding: 0 0 20px 0;
}
.contact-left .cform3 {
	width: 130px;
	height: 35px;
	font-size: 13px;
}
.map {
	margin: 20px 0 0 0;
}
.restaurant_menu__row {
	line-height: 20px;
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.restaurant_menu__meal {
	font-size: 12px;
	line-height: 20px;
	padding: 0 15px 0 0;
	width: 70%;
	float: left;
}
.restaurant_menu__meal span {
	top: auto;
	padding: 0;
	letter-spacing: 0;
}
.restaurant_menu__price {
	padding: 0;
	position: relative;
	top: auto;
	width: 30%;
	left: auto;
	float: right;
	font-size: 19px;
	text-align: right;
}
.review-box-img {
	padding: 0 !important;
}
.review-box-img img {
	width: 140px;
	margin: 0px auto;
}
.review-box h4 {
	padding: 10px 0 0 0;
	text-align: center;
}
.review-box h6 {
	text-align: center;
}
.review-box .rating ul {
	text-align: center;
}
.review-box .rating h6 {
	text-align: center;
}
}

@media only screen and (max-width: 480px) {
.home {
	position: relative;
}
.top-banner {
	padding: 10px 0 15px 0 !important;
}
.logo img {
	width: 160px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
}
.social {
	text-align: center;
	margin: 5px 0 10px 0;
}
.social li {
	margin: 0 2px;
}
ul.slimmenu {
	text-align: left;
}
ul.slimmenu li a {
	padding: 0 9px;
	line-height: 42px;
	font-size: 12px;
}
ul.slimmenu li .sub-toggle {
	width: 10px;
}
ul.slimmenu li .sub-toggle>i {
	font-size: 9px;
}
ul.slimmenu li ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.slide-banner {
	position: relative;
	height: auto;
}
.main-wrapper {
	position: relative;
	top: auto;
}
.book-form {
	padding: 15px 10px !important;
	margin: 0;
	border-radius: 15px;
}
.book-in {
	padding: 0 10px !important;
	width: 100%;
	float: none;
	margin: 10px 0;
}
.home-slider .slide-text .slide-text-in {
	width: 50%;
	margin: 8% 3%;
}
.home-slider .slide-text .slide-text-in h2 {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0;
}
.home-slider .slide-text .slide-text-in hr {
	width: 25px;
	height: 2px;
	margin: 5px 0;
}
.slide-banner .slide-text .slide-text-in p {
	font-size: 5px;
	line-height: 9px;
	letter-spacing: 0;
	padding: 0 0 5px 0;
}
.slide-btn {
	width: 85px;
	height: 20px;
	margin: 5px 0 0 0;
	font-size: 6px;
	line-height: 20px;
	padding: 0 0 0 17px;
}
.slide-btn:hover, .slide-btn:focus {
	padding: 0 17px 0 0;
}
.slide-btn span {
	width: 20px;
	height: 20px;
}
.slide-btn span svg {
	width: 20px;
	height: 20px;
}
.slide-btn:hover span {
	margin-left: -20px;
}
.parallaxed {
	position: relative;
}
.home-slider .carousel-indicators {
	bottom: 8%;
	left: auto;
	right: 8%;
}
.home-slider .carousel-indicators li {
	margin: 0 2px;
	width: 3px;
	height: 10px;
}
.home-slider .carousel-indicators .active {
	height: 20px;
}
.about {
	padding: 40px 0;
}
.book-in .input-group-addon {
	right: 30px;
}
.tittle {
	font-size: 19px;
	line-height: 25px;
}
.tittle .span1 {
	font-size: 11px;
}
.tittle .span2 {
	width: 30px;
	height: 1px;
}
.tittle .span3 {
	width: 48px;
}
.about-left {
	padding: 40px 0 0 0;
}
.ab-btns {
	text-align: center;
}
.btn1 {
	width: 105px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	font-size: 10px;
	letter-spacing: 0;
	display: inline-block;
	margin: 15px 5px 0 0;
	float: none;
}
.about-right img {
	width: 100%;
	margin: 20px auto 0 auto;
}
.fleet {
	padding: 40px 0;
}
.fleet-box .btn1 {
	display: block;
}
.trip {
	padding: 40px 0;
	background-size: cover !important;
}
.trip-right {
	padding: 0 !important;
	margin: 20px 0 0 0;
}
.imleft, .imright {
	top: auto;
	bottom: 0;
	width: 30px;
}
.imleft {
	left: 35%;
}
.imright {
	right: 35%;
}
.trip .carousel-inner {
	padding: 0 0 56px 0;
}
.packages {
	padding: 40px 0;
}
.packages-box .packages-box-img .packages-box-img-text h3 {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0;
	text-align: center;
}
.packages-box .packages-box-text h4 {
	font-size: 13px;
}
.packages-box .packages-box-text h4 span {
	font-size: 21px;
}
.pack-btn1 {
	width: 92px;
	height: 32px;
	font-size: 11px;
}
.packages .btn1a {
	width: 170px;
	margin: 15px auto 0 auto;
	display: block;
}
.tariff-left h3, .tariff-left h4, .tariff-left h5 {
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	padding: 40px 20px 0 20px;
	letter-spacing: 4px;
}
.tariff-left h4 {
	font-size: 53px;
	padding: 0 20px;
	letter-spacing: 15px;
}
.tariff-left h5 {
	font-size: 34px;
	line-height: 40px;
	padding: 0 20px 40px 20px;
	letter-spacing: 10px;
}
.tariff-right {
	padding: 40px 25px !important;
}
.gallery {
	padding: 40px 0;
}
.blog {
	padding: 40px 0;
	 background: url(../images/bg5a.jpg) no-repeat top right !important;
	background-size: cover !important;
}
.blog-left {
	padding: 0 0 40px 0 !important;
}
.blog-box {
	margin: 15px 0;
}
.blog .carousel-inner {
	padding: 0 0 50px 0;
}
.attractions {
	padding: 50px 0;
}
.attractions .btn1a {
	width: 170px;
	margin: 15px auto 0 auto;
	display: block;
}
.testimonials .btn1a {
	display: block;
}
footer {
	padding: 40px 0 0 0;
}
.f-box1 {
	margin: 0 0 20px 0;
}
.f-box2 {
	margin: 0 0 20px 0;
}
.f-copy {
	margin: 40px 0 0 0;
}
.f-copy p {
	font-size: 12px;
	letter-spacing: 0;
}
.f-box1 .social li {
	margin: 0 3px 0 0;
}
.fin {
	padding: 2px !important;
}
.innerpage {
	margin: 0;
	padding: 0 0 40px 0;
}
.brd-in {
	padding: 0;
	margin: 0;
	text-align: center;
}
.scp-brc {
	margin: 0!important;
	border-bottom: 1px solid #c3c3c3;
	width: 100%;
	padding: 15px 0 10px 0 !important;
}
.scp-brc li a {
	font-size: 10px;
	line-height: 24px;
	padding: 5px 0;
	letter-spacing: 0px;
	color: #333;
}
.scp-brc li:last-child a {
	font-size: 10px;
}
.innerpage h1 {
	font-size: 22px;
	text-align: center;
	line-height: 30px;
	color: #333;
	padding: 20px 0 10px 0;
}
.innerpage .tittle2 {
	font-size: 20px;
}
.innerpage .ab-right img {
	width: 100%;
}
.innerpage .ab-ul {
	padding: 0 !important;
}
.innerpage .ab-ul ul li {
	line-height: 22px;
	padding: 4px 0;
}
.partners-box {
	padding: 10px !important;
	border-bottom: 1px solid #e2e2e2;
	border: 1px solid #e2e2e2;
}
.partners-box2 {
	border-right: 1px solid #e2e2e2;
}
.partners-box3 {
	border-bottom: 1px solid #e2e2e2;
}
.find-fleet {
	margin: 0 0 25px 0;
}
.fleet-filter {
	background: #f0f0f0;
	padding: 15px 0 !important;
}
.fleet-filter p {
	text-align: center;
	padding: 0 0 5px 0;
}
.fleet-filter .filter-form1 {
	margin: 5px 0;
}
.fleet-result .pack-btn {
	margin: 10px 0 0 0;
	text-align: center;
}
.fleet-result .pack-btn .pack-btn1 {
	width: 85px;
}
.thumb-slider .btn1 {
	top: 5px;
	right: 20px;
	font-size: 10px;
	width: 125px;
}
.thumb-slider .carousel-control.left, .thumb-slider .carousel-control.right {
	width: 25px;
	height: 25px;
	top: 42%;
	padding: 0;
}
.thumb-slider #thumbCarousel .thumb {
	width: 23.8%;
}
.call-us {
	font-size: 16px;
}
.call-us svg {
	width: 18px !important;
}
.fleet-inner-box {
	padding: 0 0 15px 0 !important;
}
.fleet-inner-box img {
	margin: 0 auto 10px auto;
}
.fleet-inner {
	padding: 40px 0 20px 0;
	margin: 30px 0;
}
.description .tabs-left>li.active>a::after {
	display: none;
}
.description .tabs-left {
	margin: 0 0 30px 0;
}
.related-box .btn1 {
	display: block;
	margin: 5px auto 0 auto;
}
.related-box {
	padding: 0 0 15px 0!important;
}
.inner-attr {
	padding: 15px 5px !important;
	margin: 0 0 20px 0;
	border: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}
.inner-attr img {
	width: 100%;
	margin: 10px 0;
}
.tariff-boxin ul {
	padding: 30px 15px 15px 15px;
}
.tariff-boxin {
	margin: 0 0 20px 0;
}
.tariff-boxin-high {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
#lightbox-container-image-box {
	width: 80% !important;
	height: auto !important;
}
#lightbox-container-image-data-box {
	width: 80% !important;
}
#lightbox-secNav-btnClose {
	width: 30px;
	margin: -10px -10px 0 0;
}
#lightbox-container-image-box img {
	width: 100%;
}
#lightbox-nav a {
	width: 30px;
	height: 30px !important;
	top: 42%;
}
.blog-boxin {
	margin: 0 0 30px 0;
	padding: 0 !important;
}
.blog-boxin-text {
	padding: 20px !important;
}
.blog-author {
	width: 95px;
	float: none;
	margin: -70px auto 10px auto;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
}
.blog-boxin .btn1 {
	margin: 10px auto 0 auto;
	float: none;
	display: block;
}
.contact-left {
	padding: 0 0 20px 0;
}
.contact-left .cform3 {
	width: 130px;
	height: 35px;
	font-size: 13px;
}
.map {
	margin: 20px 0 0 0;
}
.restaurant_menu__row {
	line-height: 20px;
	width: 100%;
	height: auto;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.restaurant_menu__meal {
	font-size: 12px;
	line-height: 20px;
	padding: 0 15px 0 0;
	width: 70%;
	float: left;
}
.restaurant_menu__meal span {
	top: auto;
	padding: 0;
	letter-spacing: 0;
}
.restaurant_menu__price {
	padding: 0;
	position: relative;
	top: auto;
	width: 30%;
	left: auto;
	float: right;
	font-size: 19px;
	text-align: right;
}
.review-box-img {
	padding: 0 !important;
}
.review-box-img img {
	width: 100px;
	margin: 0 auto;
}
.review-box h4 {
	padding: 10px 0 0 0;
	text-align: center;
}
.review-box h6 {
	text-align: center;
}
.review-box .rating ul {
	text-align: center;
}
.review-box .rating h6 {
	text-align: center;
}
}
