/* My Frontend css */

@font-face {
    font-family: 'libre_franklinbold';
    src: url('../fonts/Libre_Franklin/librefranklin-bold-webfont.woff2') format('woff2'),
         url('../fonts/Libre_Franklin/librefranklin-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklinlight';
    src: url('../fonts/Libre_Franklin/librefranklin-light-webfont.woff2') format('woff2'),
         url('../fonts/Libre_Franklin/librefranklin-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklinmedium';
    src: url('../fonts/Libre_Franklin/librefranklin-medium-webfont.woff2') format('woff2'),
         url('../fonts/Libre_Franklin/librefranklin-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklinregular';
    src: url('../fonts/Libre_Franklin/librefranklin-regular-webfont.woff2') format('woff2'),
         url('../fonts/Libre_Franklin/librefranklin-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'libre_franklinthin';
    src: url('../fonts/Libre_Franklin/librefranklin-thin-webfont.woff2') format('woff2'),
         url('../fonts/Libre_Franklin/librefranklin-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: "libre_franklinregular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

p {
	font-size:18px;
}

h1, h2, h3, h4, h5 {
	font-family: "libre_franklinregular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.inner-main-txt a {
	color:#0099ff;
}

.inner-main-txt a:hover {
	color:#0020c3;
	text-decoration: none;
}

.top-header {
	position:absolute;
	z-index:10000;
	width: 100%;
	padding:20px;
	transition: all .2s ease-in-out;
}

.top-header.fixed-header {
	-moz-box-shadow:0 3px 5px rgba(66, 64, 64, 0.8);
	-webkit-box-shadow: 0 3px 5px rgba(66, 64, 64, 0.8);
	box-shadow: 0 3px 5px rgba(66, 64, 64, 0.8);
}

.top-header.fixed-header .my-header-logo-original img {
	width:70%;
}

.top-header.fixed-header .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(25,62,138, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	margin-top: -7px;
}

.top-header.fixed-header .navbar-light .navbar-nav .nav-link {
	color:#000;
}

.top-header.fixed-header .book-top a {
	color:#193E8A;
}

.top-header.fixed-header {
	position:fixed;
	background:#fff;
  	padding:10px 0;
  	z-index: 9999;
}

.top-header .top-logo {
	float:left;
	margin-left:45px;
}

.top-header .top-logo-index {
  float:left;
  margin-left:50px;
}

.top-header .top-menu {
	float:right;
}

.top-header .book-top {
	float:right;
	color:#fff;
	margin-top: 20px;
}

.top-header .book-top a {
	color:#fff;
}

.top-header .book-top a:hover {
	text-decoration:none;
}

.top-header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	margin-top: -7px;
}

.top-header .navbar-toggler:focus, .top-header .navbar-toggler:hover {
	outline:0;
}

.top-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.top-header .navbar-light .navbar-toggler {
	position: absolute;
	right: 0px;
	top: 20px;
	border:0px;
	width: 150px;
}

.top-header .navbar-light .navbar-brand {
	color:#fff;
}

.top-header #navbarNavDropdown.collapse.show {
    display: block;
    position: relative;
    right: 100px;
}

.top-header #navbarNavDropdown.collapsing {
    display: block;
    position: relative;
    right: 80px;
}

.top-header.fixed-header .navbar-light .navbar-brand{
	color:#193E8A;
}

.navbar-brand {
	margin-right:0px;
	font-size:16px;
}

.top-header .navbar-nav {
	display: block;
}

.top-header .collapse.show .nav-item {
	float:left;
	padding: 10px;
}

.top-header .collapsing .nav-item {
	float:left;
	padding: 10px;
}

.top-header .collapse.show .nav-item {
	display:inline;
}

.top-header .navbar-nav .nav-item.dropdown .dropdown-menu {
	position: absolute;
	border-radius:0px;
}

.my-header-logo-original {
	display:none;
}

.top-logo-index .my-header-logo-original {
  display:block;
}

.top-header.fixed-header .my-header-logo-original {
		display:block;
}

.top-header .my-header-logo-white {
  /* background:#FFF;
  padding:20px; */
}

.top-header.fixed-header .my-header-logo-white {
  display:none;
}

.slider-btn {
	margin-top:50px;
}

.slider-btn .explore-btn {
	padding: 15px 40px;
	border:1px solid #fff;
  background:#FFF;
  color:#000;
  text-shadow: none;
}

.slider-btn .explore-btn:hover {
  padding: 15px 40px;
  border:1px solid #fff;
  background:#00aeef;
  color:#FFF;
}


.boxes-menu-outer {
  position:absolute;
  z-index:21;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	max-width:900px;
}

.boxes-menu-outer .my-box:hover {
	background:#1276b9;
	text-decoration:none;
}

.boxes-menu-outer a:hover  {
	text-decoration:none;
}

.boxes-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.boxes-menu::before, .boxes-menu::after {
  content: '';
  width: 100%;
  order: 1;
}

.boxes-menu a:nth-child(n + 4) {
	order: 1;
}
.boxes-menu a:nth-child(n + 7) {
	order: 2;
}



.my-box {
    width:280px;
    justify-content: center;
    height:120px;
    margin:2px;
    text-align: center;
    color:#FFF;
    background: #00aeef;
    line-height:110px;
}

.my-box img {
    margin:5px;
}

.my-box a {
    color:#FFF;
}

.banner-outer {
	position: absolute;
	top: 15%;
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
  z-index:20;
}

.banner {
    color: white;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:40px;
}

.banner-text  {
  text-shadow: 1px 1px 1px black;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
}

.banner-text h1 {
	font-size:60px;
	font-family: 'libre_franklinbold';
  line-height: normal;
  margin:5px 0;
}

.banner-text h3 {
	font-family: 'libre_franklinmedium';
  margin:5px 0;
}

.banner-text h6 {
	font-family: 'libre_franklinthin';
	font-size:22px;
  margin:10px 0;
}

.my-coupon-outer {
    background:url('/files/frontend/bg/bg-coupon.jpg');
    padding: 80px 50px;
}

.my-coupon-outer .coupon-right-txt {
	padding-right:150px;
	padding-left: 50px;

}

.my-coupon-outer p {
	font-family: 'libre_franklinthin';
	font-size:22px;
}

.my-coupon-outer .subtitle  {
	font-size:30px;
	margin-bottom: 60px;
}

.my-coupon-outer .discount  {
	font-family: 'libre_franklinbold';
	margin-top:20px;
	margin-bottom:80px;
}

.bold-dicount {
	font-family: 'libre_franklinbold';
}

.underline-red {
	border-bottom:2px solid red;
}

.my-coupon-outer h2 {
	font-family: 'libre_franklinthin';
	margin-top:40px;
	margin-bottom: 60px;
	font-size: 42px;
}

.prepare-experience-outer {
    background:#FFF;
    padding: 100px 0px;
	font-family: 'libre_franklinthin';
}

.prepare-experience-outer h2 {
	text-align:center;
}

.prepare-experience-outer h3 {
	text-align:center;
	font-size:2em;
}

.seperator-blue {
	width:50px;
	height:2px;
	background:#007eff;
	text-align:center;
	margin:0px auto;
	margin-bottom:40px;
	margin-top:20px;
}

.seperator-red {
	width:50px;
	height:2px;
	background:#ff5252;
	text-align:center;
	margin:0px auto;
	margin-bottom:40px;
	margin-top:20px;
}


.prepare-experience-outer > div {
    text-align:center;
}

.tours-outer {
    background:#0396ca;
    padding:100px 40px;
	display:none;
}

.tours-outer h2 {
	color:#fff;
	text-align:center;
	font-family: 'libre_franklinthin';
}


.seperator {
	width:50px;
	height:2px;
	background:#fff;
	text-align:center;
	margin:0px auto;
	margin-bottom:40px;
	margin-top:20px;
}

.my-coupon-outer .col-sm img {
    width:100%;
    height:auto;
}


.sightseeing-outer {
  background:#cf630d;
  padding:80px 10px;
}

.sightseeing-outer h2 {
	font-family: 'libre_franklinthin';
	margin-top:40px;
	color:#fff;
	text-align:center;
}

.sightseeing-outer .hoverfx .figure {
	margin-top: 0;
}

.sight-title {
	font-size: 26px;
	margin-bottom: 20px;
}

.sight-descr {
	font-size: 16px;
	line-height: 21px;
	margin-bottom:20px;
}


.my-destinations-outer {
  background:#ececec;
  padding:40px 10px;
  font-family: 'libre_franklinthin';
}

.my-destinations-outer h2 {
	margin-top:40px;
	color:#000;
	text-align:center;
}

.fil-cat {
	background:#fff;
	border-radius:0px;
	padding:12px 48px;
	font-size: 18px;
	margin-right: 15px;
}

.fil-cat:hover {
	background:#0396ca;
	color:#fff;
}

.my-destinations-outer #portfolio {
    margin: 4rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
	width:100%;
}

.my-destinations-outer .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom:10px;
}

.my-destinations-outer .toolbar  {
	margin: 0px auto;
	text-align: center;
}

.my-destinations-outer .scale-anm {
  transform: scale(1);
}


.my-destinations-outer .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.my-destinations-outer .scale-anm .destination-bottom {
  display:block !important;
  position:relative;
  z-index:2000;
  background:#FFF;
  padding:20px 30px;
  color:#232323;
}

.dest-link:hover {
	text-decoration:none;
}

.my-destinations-outer #portfolio .tile  {
	display: block;
  	position: relative;
}

.dest-img {
	/*position:relative;	*/
}

.my-destinations-outer .scale-anm .dest-img {
	display:block!important;
}

.my-destinations-outer .scale-anm .dest-img .blue-hover-layer {
	display:block!important;
}


.link-icon {
	width:61px;
	height:61px;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 20%;
	margin: auto;
	z-index: 1000;
}

.blue-hover-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(15,151,202,0.8);
}

.dest-link:hover .blue-hover-layer {
  opacity: 1;
}

.dest-link:hover .link-icon {
	display:block;
}


.my-guide-outer {
	font-family: 'libre_franklinthin';
	padding: 120px 40px;
}

.guide-right-content {
	padding: 20px 0;
}

.my-activities-outer {
  background:#ece5e2;
  padding:40px 10px;
  font-family: 'libre_franklinthin';
}


.my-activities-outer h2 {
	text-align:center;
}

.my-activities-outer .toolbar  {
	margin: 0px auto;
	text-align: center;
}

.my-activities-outer .fil-cat:hover {
	background:#ff5252;
	color:#fff;
}

.my-activities-outer #portfolio {
    margin: 4rem 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;
}

.my-activities-outer .tile {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom:10px;
}

.my-activities-outer .tile:hover {

}

.my-activities-outer .scale-anm {
  transform: scale(1);
}

.my-activities-outer .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.my-activities-outer .scale-anm .activities-bottom {
  display:block !important;
  background:#FFF;
  padding:10px;
  color:#232323;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* .my-card {
  position: relative;
  background: #00aeef;
  top: 0;
  left: 0;
  width: 280px;
  height: 120px;
  float: left;
  perspective: 500px;
  border:none;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.my-card:hover .content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.front,
.back {
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  backface-visibility: hidden;
  line-height:20px;
}

.back {
  background: #03446A;
  color: white;
  transform: rotateY( 180deg );
}
 */


/* CUSTOM USER OPTIONS */

.carousel-container {
  width: 100%;
  padding:30px;
}

.item {
  margin: 0;
  background: #fff;
  color: #333;
  height:550px;
  width:330px;
}

#sights-carousel .item {
  margin: 0;
  background: #fff;
  color: #333;
  height:auto;
  width:100%;
}

.item img {
  width: 100%;
}

.item h4 {
  margin-top: 10px;
  color: #333;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}

.item p {
  color: #333;
  padding: 0 10px 30px;
  font-family: 'PT Serif', serif;
}

.customNavigation {
  margin-top: 5px;
  margin-right: 11px;
  text-align: right;
}

.customNavigation .btn {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin: -1.9px;
  padding: 0.8em 1.1em;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  cursor: crosshair;
  -webkit-transition: all .1s ease-in 0s;
  -moz-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition-property: all .1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: #333;
}

.customNavigation .btn:hover {
  background: #222;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  height:100%;
}

.hoverfx img {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
}

.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: '';
  vertical-align: middle;
}

.hoverfx .figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 70%;
  color: #ecf0f1;
  vertical-align: middle;
  font-size: 1.2rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
  margin-top: 50px;
  font-family: 'libre_franklinthin';
}

.hoverfx .figure:hover {
  color: #fff;
}

.hoverfx .overlay {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left:10px;
  right:10px;
  z-index: 1;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;
}

.item:hover .figure,
.item:hover .overlay {
  opacity: 1;
}

.owl-carousel .owl-item:hover {
/*  transition: all 100ms ease-in;
  transform: scale(1.1);*/
  z-index:10;
  cursor:pointer;
}

.owl-carousel .owl-item {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition-property: all .3s ease;

}

.owl-carousel .owl-stage-outer {
    padding:20px;
}

.tours-outer .my-short-title {
    margin-top: -133px!important;
    padding:10px;
    position: relative;
    bottom: 10px;
    background: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    text-align: center;
    color:#FFF;
	max-width: 260px;
	margin: 0px auto;
	font-family: 'libre_franklinthin';
}

.tours-outer .my-short-title .tour-small-title {
	font-size: 22px;
	line-height: 26px;
}

.tours-outer .my-short-title .tour-small-descr {
	font-size:18px;
}

#sights-carousel .my-short-title {
	margin-top: -50px!important;
    padding:10px 0;
    position: relative;
    bottom: 10px;
    background: rgba(0,0,0,0.6);
    display: block;
    width: 100%;
    text-align: center;
    color:#FFF;
	max-width: 260px;
	margin: 0px auto;
	font-family: 'libre_franklinthin';
}

.owl-carousel .owl-item:hover .my-short-title{
  display:none!important;
}


.blue-icon {
    height:110px;
    text-align:center;
}

.tours-carousel {
	font-family: 'libre_franklinthin';
	text-align:center;
}

.tours-title-crsl {
	font-size: 26px;
	line-height:1.2em;
	height: 90px;
}

.tours-price-crsl {
	margin-bottom: 20px;
	font-size: 22px;
	margin-top: 30px;
	height: 35px;
	line-height:1.2em;
}

.tours-descr-crsl {
	font-size:16px;
	height: 100px;
	overflow:hidden;
}

.tours-details-crsl {
	border-top: 1px solid #797d80;
	border-bottom: 1px solid #797d80;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height:1.2em;
	height: 100px;
}

.book-now-tours {
	border:2px solid #fff;
	padding:10px;
	max-width: 155px;
	margin: 0px auto;
	font-size:16px;
}

.book-now-sights {
	border:2px solid #fff;
	padding:10px;
	max-width: 155px;
	margin: 0px auto;
	font-size:14px;
}

.book-now-tours:hover {
	background:#fff;
	color:#000;
}

.book-now-sights:hover {
	background:#fff;
	color:#000;
}

.blue-txt-tour {
	color:#00c3f4;
}

.explore-btn {
	border:1px solid #fff;
	padding:10px 20px;
	max-width:200px;
	margin:0px auto;
	color:#fff;
	text-align:center;
	font-size:16px;
	background:transparent;
	border-radius:0;
	margin-top:20px;
}

.explore-btn-white {
	border:1px solid #3288c2;
	padding:10px 20px;
	max-width:200px;
	margin:0px auto;
	color:#3288c2;
	text-align:center;
	background:#fff;
	font-size:16px;
	border-radius:0;
	margin-top:20px;
}

.explore-btn-reverse {
	border:1px solid #000;
	padding:10px 20px;
	max-width:200px;
	margin:0px auto;
	color:#000;
	text-align:center;
}

.explore-btn-red {
	border:1px solid #000;
	padding:10px 20px;
	max-width:200px;
	margin:0px auto;
	color:#000;
	text-align:center;
}

.explore-btn-red a {
	color:#000;
}

.explore-btn-red:hover {
	background:#ff5252;
	color:#fff;
	text-decoration:none;
	border:1px solid #ff5252;
}

.explore-btn-white:hover {
	background:transparent;
	color:#fff;
	border:1px solid #fff;
	text-decoration:none;
}

.explore-btn-reverse a {
	color:#000;
}

.explore-btn a {
	color:#fff;
}

.explore-btn:hover {
	background:#fff;
	color:#000;
	text-decoration:none;
}


.explore-btn-reverse:hover {
	background:#000;
	color:#fff;
	text-decoration:none;
}

.btn-centered {
	margin:0px auto;
	text-align:center;
	max-width:200px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.my-sponsors-outer {
	font-family: 'libre_franklinthin';
	padding: 80px 85px;
}

.my-sponsors-outer h2 {
	text-align:center;
}

#beach {
	background:url("../img/frontend/beach.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	font-family: 'libre_franklinthin';
}

#beach .beach-txt {
	padding:200px 0px;
	margin: 0px auto;
	color:#fff;
	text-align:center;
}

#beach .beach-txt h2 {
	font-family: 'libre_franklinmedium';
}

.social-icon {
	border: 2px solid #515151;
	padding: 10px;
	border-radius: 2px;
	color:#515151;
	max-width:55px;
	text-align: center;
	width: 45px;
	height: 45px;
	margin-bottom: 10px;
	margin-right: 10px;
  display:inline-block;
}

.my-footer {
	font-family: 'libre_franklinregular';
	padding: 40px 0;
}

.my-footer ul {
	list-style-type:none;
	padding-left: 0;
	line-height: 32px;
}

.my-footer .follow-us {
	max-width:140px;
}

.my-footer a {
	color:#515151;
}

.my-footer a:hover {
	text-decoration:none;
	color:#000;
}

.my-footer .social-icon:hover {
	background:	#515151;

}

.my-footer a.social-icon:hover  {
	background: #1273b4;
	color: #fff;	
}

.my-footer .social-icon:hover a {
	color:#fff;
}

.my-footer .second-row  {
	margin-top:120px;
}

.my-footer .footer-menu {
  margin-top:18px;
}

.third-row {
	margin-top:20px;
	border-top:1px solid #ccc;
	padding-top:20px;
}

.copyright {
	font-size:14px;
}

.my-footer .middle-col {
	width:auto;
	flex:none;
}

.my-footer .right-col {
	width:auto;
	flex:none;
}

.my-footer .left-col {
	width:auto;
	flex:none;
}

.btn-newsletter {
	background:#292929;
	color:#fff !important;
	padding: 5px 10px;
	border:1px solid #292929;
}

.btn-newsletter:hover {
	background:#fff;
	color:#000 !important;
}

.newsletter-input {
	padding: 5px;
}

.my-footer .newletter {
	display:inline-block;
}

.innner-header {
	background:url("/img/frontend/confectionary-blue.png");
	color:#fff;
	font-family: 'libre_franklinthin';
	font-size:22px;
}

.inner-header-right {
	text-align:right;
}

.inner-header-right .dark-layer {
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.inner-header-right img {
	width:100%;
}

.inner-header-left-txt {
	margin-left:50px;
	padding-top:140px;
	padding-bottom:50px;
}

.inner-header-left h1 {
	font-size:40px;
	line-height:1em;
	font-family: 'libre_franklinthin';
}

.inner-header-left h2 {
	font-size:40px;
	line-height:1em;
	font-family: 'libre_franklinthin';
}

.inner-header-left h3 {
	margin-top:10px;
	font-family: 'libre_franklinthin';
	font-size:24px;
}

.inner-header-left .small-inner-sep  {
	height:2px;
	width:165px;
	background:#fff;
}

.inner-header-left h4 {
	margin-top:10px;
	font-family: 'libre_franklinthin';
}

.innner-header .row  {
	display:flex;
	align-items:center;
}

.inner-ribbon {
	background:#fff;
	border-bottom:1px solid #ccc;
	padding: 25px 0;
	color:#2b2b2b;
  font-size:18px;
}

.inner-ribbon-2 {
  background:#fff;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 20px 0;
  color:#2b2b2b;
  font-size:18px;
  margin:20px 0;
}

.tour-info {
	font-size:22px;
	line-height: 41px;
}

.inner-ribbon {
  display:flex;
  align-items:center;
}

.inner-ribbon .fa-map-marker-alt {
	font-size:27px;
	color:#1172b2;
	margin-right: 10px;
}

.inner-ribbon-2 .fa-map-marker-alt {
  font-size:27px;
  color:#1172b2;
  margin-right: 10px;
}

.inner-ribbon .ribbon-icon {
	font-size:18px;
}

.inner-ribbon .fa-envelope-open {
  font-size:25px;
  color:#1172b2;
  margin-right: 10px;
}

.inner-ribbon .fa-link {
  font-size:25px;
  color:#1172b2;
  margin-right: 10px;
}

.inner-ribbon .fa-users {
	font-size:28px;
	color:#1172b2;
	margin-right: 10px;
}

.inner-ribbon .fa-clock, .inner-ribbon .fa-flag, .inner-ribbon .fa-calendar {
	font-size:28px;
	color:#1172b2;
	margin-right: 10px;
}


.inner-ribbon .fas {
  color:#1172b2;
}

.tab-based .nav-tabs .nav-link {
	border-radius:0px;
	padding: 15px 40px;
	color:#000;
}

.tab-based .nav-tabs .nav-link:hover {
	border: 1px solid transparent;
}

.nav-tabs-title {
	display: inline-block;
  width: 260px;
  background: #fff;
  border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
  padding: 15px 40px;
	text-align:center;
}

.tab-based .nav-tabs {
	border:0px;
}

.tab-based .tab-content {
	background: #fff;
	border: 1px solid #ccc;
	padding: 80px;
}

.tab-based .nav-tabs .nav-item.show .nav-link, .tab-based .nav-tabs .nav-link.active {
	border-bottom: 3px solid #1171b2;
	background:transparent;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

.review-tour-title {
	font-size:16px;
	font-family: 'libre_franklinregular';
	display:inline-block;
}

.review-dotted-separator {
	width:100%;
	border:1px dotted #ccc;
}

.review-stars .fa-star {
	color:#1172b2;
}

.form-required {
	font-size:12px;
}

.ribbon-title {
	font-size: 16px;
}

.disc-coupon {
	border-radius:0px;
	padding-top: 20px;
	padding-bottom: 20px;
	width:200px;
}

.claim-disc {
	border-radius:0px;
	background: #1172b2;
	border: 1px solid #1172b2;
	padding-top: 20px;
	padding-bottom: 20px;
	width:200px;
}

.food-perc > div {
	font-size:18px;
	border-bottom: 1px dotted #000;
	line-height: 33px;
	padding-left: 10px;
}

.food-perc {
	margin:20px 0;
	max-width:200px;
}

.inner-main-content {
	background:url("/img/frontend/confectionary.png");
	background-repeat:repeat;
	padding: 50px 0;
  margin-left: 0;
  margin-right: 0;
}

.inner-main-txt {
	font-family: "libre_franklinregular",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size:18px;
}

.inner-main-txt .subitle {
	font-size: 22px;
}

.inner-main-txt .main-title {
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height:1.2em;
}

.inner-main-txt .main-subtitle {
	font-size: 30px;
	margin-bottom: 20px;
	line-height:1.2em;
}

.reviews h2 {
	font-family: 'libre_franklinregular';
	display:inline-block;
}

.reviews .rating label.mdl-checkbox {
	position:relative;
}

.reviews .rating .mdl-checkbox__box-outline {
	top:28px;
}

.reviews .rating label.mdl-checkbox a {
	color:#1273b5;
}

.clr {
	clear:both;
}

.reviews .review-stars-result {
	margin-top: 35px;
	float:right;
}

.reviews-title {
	border-bottom:1px dashed #000;
	margin-bottom:30px;
}

.reviews {
	margin-top:50px;
}

.review-stars {
	display: inline-block;
	margin-left: 50px;
}

.reviews button, .booking-request-outer button {
	border-radius:0px;
	color:#fff;
	background:#1273b5;
	border:1px solid #1273b5;
	padding: 0px 28px;
	height: auto;
}

.reviews .mdl-textfield__input {
	border-bottom: 1px solid #1172b2;
}

.reviews button:hover, .booking-request-outer button:hover {
	background:#fff;
	color:#1273b5;
	border:1px solid #1273b5;
}

.reviews .form-control {
	background-color :transparent;
	border-bottom:1px solid #1172b2!important;
	border: 0px;
	border-radius:0px;
}

.reviews form {
	max-width:700px;
	margin-top: 20px;
}

.reviews form .form-group {
	padding-right:40px;
}

.reviews .btn {
	background:transparent;
	border:1px solid #1172b2;
	color:#000;
	padding:5px 20px;
	border-radius:0px;
	margin-top: 50px;
}

.reviews .btn:hover {
	background:#fff;
}

.reviews .form-group {
	margin-bottom: 1.5rem;
}

.form-control:focus {
	box-shadow:none;
}

.submit-btn {
	margin-top:30px;
}

.mdl-textfield__label::after {
	bottom: 12px!important;
}

.what-is-near {
	background:#f1f1f1;
	padding:50px 0px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	font-family: 'libre_franklinthin';
}



.what-is-near .near-box {
	background:#fff;
	border:1px solid #d7d7d7;
	padding: 20px 35px;
	height:95px;
}

.what-is-near a .near-box  {
	color:#000;
}

.what-is-near .near-box:hover {
	border:1px solid #2e3f85;
}

.what-is-near .near-box .near-box-txt {
	margin-left:15px;
	float: left;
	max-width: 135px;
}

.what-is-near .near-box .fa-utensils {
	font-size: 32px;
	float: left;
	margin-top: 6px;
}

.right-banner {

}

.bold-header {
	font-family: 'libre_franklinbold';
	font-size: 54px;
	letter-spacing: 1px;
}

.bold-txt {
	font-family: 'libre_franklinbold';
}

.center-txt {
	text-align:center;
}

.inner-main-content h4 {
	margin-bottom:40px;
	font-weight:600;
}

.coupon-sign {
	background:url("/img/frontend/confectionary-blue.png");
	background-repeat:repeat;
	padding: 100px 0;
	font-family: 'libre_franklinthin';
}

.coupon-sign input {
	background:transparent;
	border-bottom: 1px solid #fff!important;
	border-radius: 0;
	border:0px;
	color:#fff;
}

.coupon-sign .mdl-textfield__label::after {
	background-color: #fff;
}

.coupon-sign button {
	background:transparent;
	border-radius:0px;
	color:#fff;
	border:1px solid #fff;
}

.coupon-sign button:hover {
	background:#fff;
	color: #1273b5;
}

.mdl-textfield .is-focused label {
	color:#fff;
}

.register-header-buttons {
	padding-top:40px;
}

.register-header-buttons button {
	background:transparent;
	border:1px solid #fff;
	border-radius:0px;
	color:#fff;
	height: auto;
	padding: 8px 30px;
	font-size: 16px;
	line-height: 1.4em;
}

.register-header-buttons button:hover {
	background:#fff;
	color:#1273b5;
}

.coupon-sign .form-control:focus {
	background:transparent;
}

.coupon-sign .form-control::-moz-placeholder  {
	color: #fff;
}

.coupon-sign .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .coupon-sign .mdl-textfield__label {
	color:#fff;
}

#coupon-register {
	max-width:350px;
}

#coupon-signin {
	max-width:350px;
}

.coupon-sign h4 {
	color:#fff;
}

.business-results .col-md-4 {
	margin:0px auto;
	text-align:center;
}

.business-results, .explore-results  {
	padding-bottom:100px;
  width:100%;
}

.business-search {
	padding: 28px 0;
}

.business-results .col-md-4 img {
	-moz-box-shadow: 0px 9px 25px #454242;
	-webkit-box-shadow: 0px 9px 25px #454242;
	box-shadow: 0px 9px 25px #454242;
}

.business-results .business-caption, .explore-results .business-caption {
	background:rgba(0,0,0,0.7);
	padding:20px;
	max-width:465px;
	color:#fff;
	font-family: 'libre_franklinthin';
	margin:0px auto;
	text-align:center;
	margin-top: -139px;
	position: relative;
	z-index: 1000;
}

.car-results {
	padding:40px;	
}

.inner-main-content.car-results .cars-caption-wrapper .cars-caption {
	background:#fff;
	padding:20px;
}

.inner-main-content.car-results .cars-caption-wrapper .cars-caption h4,
.inner-main-content.car-results .cars-caption-wrapper .cars-caption .small-desc {
	color:#000;
}

.inner-main-content.car-results .cars-caption-wrapper .cars-caption h4 {
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.cars-caption .owl-carousel {
	height:286px;
}

.cars-caption-link:hover {
	text-decoration:none;
}

.car-results .cars-caption-link:hover .cars-caption {
	-webkit-box-shadow: 0px 3px 12px 0px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  	-moz-box-shadow:    0px 3px 12px 0px #ccc;  /* Firefox 3.5 - 3.6 */
  	box-shadow:         0px 3px 12px 0px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */	
}

.cars-caption .small-desc {
	height:50px;
	margin-top: 10px;	
}

.car-results {
	margin-right:0px;	
}

.car-results .cars-caption,
.front-cars-outer .cars-caption {
	background:#fff;
	border: 1px solid #ccc;
	padding:20px;
	max-width:465px;
	color:#000;
	font-family: 'libre_franklinthin';
	margin:0px auto;
	text-align:center;
	position: relative;
	z-index: 1000;
}

.car-results .col-xl-3 {
	margin-top: 15px;	
}

.cars-book-now .explore-btn {
	background: #fff;
	color:#000;
	border:1px solid #000;
}

.cars-book-now .explore-btn:hover {
	background: #000;
	color:#fff;
}

.cars-caption h4 {
	margin: 0;	
}

.cars-caption .owl-dots {
	margin-top:0px!important;
}

.cars-caption .owl-stage-outer {
	padding:0px;
	background:#fff;
}

.cars-book-now {
	margin:0px auto;
	text-align:center;
}

.business-caption h4 {
	margin-bottom:5px;
	margin-top:0px;
}

.business-results a:hover, .explore-results a:hover {
	text-decoration:none;
}

.business-results a:hover .business-caption, 
.explore-results a:hover .business-caption {
	background:rgba(255,255,255,0.7);
	color:#000;
}

.reviews .form-row {
    margin-right: 0;
    margin-left: 0;
}

.my-reviews .outer-title {
  margin-top:30px;
  padding:10px;
  color:#FFF;
  background:#00aeef;
}

.reviews-outer-row {
  margin-top:30px;
}

.reviews-outer-row .reviews-star-rating {
  color:#00aeef;
}

.reviews-outer-row .reviews-title {
  border-bottom:none;
  font-weight: bold;
  margin-bottom:5px;
}

.reviews-outer-row .reviews-description {
  font-size:16px;
}

.reviews-outer-row .reviews-fullname {
  font-size:14px;
  font-style: italic;
}

.ribbon-title-under {
  font-size:20px;
  font-weight:bold;
  justify-content: center;
  text-align:center;
}

#no-results-msg-box {
  display:none;
}

.btn-link:hover {
  text-decoration: none;
}

.main-content .nav li a {
  display:inline-block;
  padding:8px;
  color:#000;
  background:#EAEAEA;
  margin:0 4px;
}

.main-content .nav li a:hover {
  text-decoration: none;
  background:#00aeef;
  color:#FFF;
}

.main-content .nav li a.active {
  text-decoration: none;
  background:#00aeef;
  color:#FFF;
}

.main-content .tab-pane {
  padding:20px 10px;
}

.main-content .tab-content ol {
  margin-top:10px;
}

.contact-page-content {
  font-size:16px;
}

.contact-page-form form .mdl-checkbox__label a {
	color:#1273b4;
}

.contact-page-form form .mdl-checkbox {
	margin-bottom:20px;
}

.contact-page-form form textarea {
	resize:none;	
}

.contact-page-form form .mdl-textfield {
	padding-top:0px;	
	width:100%;
}

.contact-page-form form {
	max-width:450px;	
}

.contact-page-form form .btn-success {
	padding: 10px 20px;	
}

.inner-ribbon a {
    color: #0099ff;
}

.inner-ribbon a:hover {
  color:#0020c3;
  text-decoration: none;
}

.contact-page-content a {
  color:#0099ff;
}

.contact-page-content a:hover {
  color:#0020c3;
  text-decoration: none;
}


.my-item-list {
  margin:30px 5px;
  padding:30px;
  min-height:200px;
}

.my-item-list img {
  width:100%;
  height:auto;
}
 

.height-gmap {
  height:450px;
  width:100%;
}

.main-map {
  margin:30px 0;
}

.height-gmap .gmap {
  height:450px;
  width:100%;
}

.content-outer {
  background:#FFF;
  padding:20px;
  border:1px solid #d7d7d7;
}

.main-content {
  line-height:28px;
}

.rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
}

.rating label:last-child .icon {
  color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #09f;
}

.rating .mdl-textfield__label::after {
    bottom: 23px !important;
}

#under_dev_popup {
  display:none;
}

#lightgallery img {
  margin:10px 5px;
}

#myDiffResult {
  font-size:24px;
  background:#09f;
  border:1px solid #CCC;
  padding:15px;
  color:#FFF;
}

.discounts-outer-no-margin {
  padding:0px;
}

.btn-dark {
  width:100%;
  text-align:center;
}

.food-perc {
  width:100%;
  max-width:100%;
}

.claim-disc {
  width:100%;
}

#couponModal {
  z-index:100000 !important;
}

#couponModal .modal-body-title {
  margin-bottom:30px;
  font-size:24px;
  font-weight:bold;
  text-align:center;
}

#couponModal .modal-body-body {
  margin-top:10px;
  margin-bottom:20px;
  font-size:18px;
}

#couponModal .modal-body-footer {
  margin-top:30px;
  font-size:12px;
}

#couponModal .modal-body-valid {
  margin-top:15px;
}


.btn-top.btn-getCoupon {
  background:#FFF;
  color:#193e8a;
  width:210px;
  font-size:20px;
  font-weight:bold;
}

#couponModal .coupon-my-amount {
  font-size:23px;
  font-weight:bold;
}

.my-discount-banner {
  width:auto !important;
  position:absolute;
  right:80px;
  top:28px;
  z-index:1001;
}

.main-content ol {
  font-size:18px;
  margin-top:40px;
}

.slides-navigation a {
  color:#FFF;
}

.slides-navigation {
	z-index: 10!important;
}

.slides-navigation a:hover {
  color:#00aeef;
}


.accommodation-facilities-outer .facility-icon {
  float:left;
  margin:1px;
}

.accommodation-request-form-outer .mdl-textfield {
    width: 230px;
}

.booking-request-outer {
  background:#e9edf4;
  margin:0;
  padding:10px;
  border:1px solid #43546c;
}


.prepare-experience-outer a {
  color:#00aeef;
}

.prepare-experience-outer a p {
  font-size:18px;
}

.prepare-experience-outer a:hover {
  text-decoration: none;
  color:#0020c3;
}

.ribbon-distance-icon img {
  margin-right:10px;
}


.my-height-30 {
  height:30px;
}

.my-sponsors-outer img {
  width:100%;
  height:auto;
  max-width:230px;
}

.my-sponsors-outer div {
  text-align: center;
}


.navbar.navbar-light {
  background:#1273b4;
  margin-right: 17px;
}

.top-header.fixed-header .navbar-light .navbar-brand {
  color:#FFF;
}

.top-header.fixed-header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.tour-book-outer {
  background: #2d73b7;
  padding:40px 20px;
  overflow: hidden;
  width:100%;
}

.tour-book-outer a {
  padding:15px;
  font-size:24px;
  color:#FFF;
  border:1px solid #FFF;
}

.tour-book-outer .mdl-checkbox a {
	border:0px;
	padding:0px;
	color:#fff;
	font-size: 16px;
	text-decoration: underline;
}

.tour-book-outer .mdl-checkbox__box-outline {
	border: 2px solid #fff;
}

.tour-book-outer .mdl-checkbox {
	text-align:left;	
}

.tour-book-outer a:hover {
  text-decoration:none;
  color:#2d73b7;
  background:#FFF;
  border:1px solid #FFF;
}


.tour-book-outer .card-body {
  background:#2d73b7;
  color:#FFF;
  border:none;
  margin-top:30px;
}

.tour-book-outer .card-body .mdl-textfield__label{
  color:#FFF;
}


.tour-book-outer .card-body .mdl-textfield__input {
  border-color:#FFF;
}

.tour-book-outer .mdl-textfield {
  width:100%;
}

.tour-book-outer .getmdl-select .mdl-icon-toggle__label {
  color:#FFF !important;
}

.tour-book-outer .mdl-button--raised {
  background:#FFF;
  border-radius: 0;
}

.tour-book-outer .my-total-price {
  font-size:22px;
}

.main-content img {
  max-width:100%;
  height:auto !important;
}


.tour-book-outer .mdl-textfield .mdl-button {
  position:relative;
}

.fpage-bag {
  margin-right:15px;
}

#video-gallery a {
  display:inline-block;
  margin:10px 15px 10px 0;
  overflow: hidden;
}

.search-bar .mdl-textfield .mdl-button {
  position:static;
}

.search-bar .mdl-textfield {
  width:auto;

}

.search-bar .mdl-textfield .select2-selection__rendered {
  font-size:14px;
  text-overflow: clip;
}

.tour-slides .banner-text {
  background-color:rgba(255,255,255,0.8);
  color:#000;
  text-shadow: none;
  font-size:2.4rem;
  font-family: 'libre_franklinbold';
  line-height: normal;
}


.tour-slides .banner-outer {
  top:auto;
  bottom:30%;
}

.tour-inner-carousel .image-item {
  height:150px;
}

.tour-inner-carousel .image-item img {
  height:150px;
}

.my-bottom {
  margin-top:-250px;
  margin-bottom:15px;
}


.tour-outer-carousel .owl-stage-outer {
  padding:0;
}

.tour-outer-carousel .owl-stage {
  padding-top:30px;
  padding-bottom:30px;
}

.tour-outer-carousel .owl-stage {
  background-color:rgba(0,0,0,0.8);
}

.my-bottom .my-carousel-controls {
  position:relative;
  bottom:150px;
  z-index:9999;
}

.my-bottom .my-carousel-controls .col-left {
  float:left;
  margin-left:-30px;
}

.my-bottom .my-carousel-controls .col-right {
  float:right;
  margin-right:-30px;
}

.my-bottom .my-carousel-controls a {
  cursor: pointer;
  color:#FFF;
}

.my-bottom .my-carousel-controls a:hover {
  color:#0b57a1;
}


.tours-outer .my-carousel-controls {
  position:relative;
  bottom:300px;
  z-index:9999;
}

.tours-outer .my-carousel-controls .col-left {
  float:left;
  margin-left:-10px;
}

.tours-outer .my-carousel-controls .col-right {
  float:right;
  margin-right:-10px;
}

.tours-outer .my-carousel-controls a {
  cursor: pointer;
  color:#FFF;
}

.tours-outer .my-carousel-controls a:hover {
  color:#0b57a1;
}


.sightseeing-outer .my-carousel-controls {
  position:relative;
  bottom:230px;
  z-index:9999;
}

.sightseeing-outer .my-carousel-controls .col-left {
  float:left;
  margin-left:-10px;
}

.sightseeing-outer .my-carousel-controls .col-right {
  float:right;
  margin-right:-10px;
}

.sightseeing-outer .my-carousel-controls a {
  cursor: pointer;
  color:#FFF;
}

.sightseeing-outer .my-carousel-controls a:hover {
  color:#0b57a1;
}


.tabs-tour .tour-description {
  border:5px solid #990000;
  border-radius: 20px;
  padding:20px;
  text-align: center;
}

.tabs-tour .card-header {
  background:#2c70ff;
  color:#FFF;
}

.tabs-tour .card-body {
  padding:0;
}

.my-star-rating {
  vertical-align: top;
  opacity:1;
}

.my-print-coupon-outer {
  display:inline-block;
  margin:30px auto;
  padding:30px;
  border:2px dashed red;
  font-size:24px;
  font-weight:bold;
  color: red;
}

.my-print-coupon-outer:hover {
  text-decoration:none;
}

.border-top-ribbon {
  border-top:1px solid #CCC;
}

.my-discount-coupons-btn {
  padding-top:5px;
  display:inline-block;
}

.my-footer .align-items-center .my-top {
  align-self: flex-start;
}

.tour-row-title {
  font-size:26px;
  font-weight:bold;
  padding:50px 0 20px 30px;
}

.area-tours-container  {
  width:100%;
}

.my-bookingcom-outer {
  background:#0396ca;
  font-family: 'libre_franklinthin';
  padding: 120px 40px;
}

.my-bookingcom-outer h2 {
  color:#FFF;
}

.owl-carousel .owl-stage {
    display: flex;
}

.personal-form-carrental {
	max-width:700px;
	margin-top:20px;
	margin:0px auto;
}

.car-results .cars-caption .owl-carousel .owl-item img {
	height: auto;
	width: 100%;
}

.cars-list-outer {
	padding:40px;	
}

#date_range {
	padding: .25rem .75rem;
	border: 1px solid #aaa;	
}

.cars-book-now button {
	cursor:pointer;	
}

.car-icon-extra {
	margin-top:-10px;	
}

.car-extra {
	margin:10px;	
}

.search-selection {
	font-size:17px;	
}

.car-rental-wrapper h4 {
	margin-bottom:20px;	
}

.car_incs .car-inc-title{
	font-size:12px;
	line-height:14px;
}

.content-outer.rental {
	padding:0px;
}

.explanation {
	font-size: 14px;
	font-style: italic;
}

.date_range_field {
	width:450px!important;
}

.blue-bg-rental {
	background:#1173b4;
	padding: 40px;
	color:#fff;	
}

.white-bg-rental {
	font-size:16px;	
}

.white-bg-rental h4 {
	font-weight:normal;
	font-size: 30px;
}

.car-details p {	
	font-size:16px;
}

.car-details {
	margin-bottom:50px;
}

.car-details.prices-inc {
	background:#1173b4;
	color:#fff;	
	padding:20px;
}

.car-details.prices-inc a {
	color:#fff;
	text-decoration:underline;
}

.car-details.prices-inc a:hover {
	color:#000;
}

.car-details-title {
	font-weight:bold;
}

.car-details .car-price {
	text-align:center;
	font-size:26px;
}

.car-extras label {
	margin-left:15px;
}


.car-rental-left {
	padding:40px;	
}

.carousel-inner-img {
	max-width:400px;
	margin: 0px auto;
	margin-top:40px;
}

.car-extras .carextra label{
	font-size: 14px;
}

.car_price {
	font-size:40px;	
	line-height: normal;
}

.personal-details {
	padding:50px;	
}

.personal-details h4 {
	text-align:center;	
}

.rental-price-left {
	margin-top:40px;	
}

.rental-price-left {
	margin-top:0;
	margin-bottom:40px;	
	text-align:center;
	font-family: 'libre_franklinbold';
}

.car-price-deposit {
	font-size: 47px;
	text-align:center;
}

.carsearch {
	max-width: 1400px;
	padding:20px;
}

.carousel-inner-img .owl-carousel .owl-stage-outer {
	padding:0px;	
}

.daterangepicker .svg-inline--fa.fa-clock-o {
	display:none;
}

.daterangepicker .svg-inline--fa.fa-calendar {
	position: absolute;
	top: 8px;
	left: 7px;
}

.daterangepicker td, .daterangepicker th {
	padding:5px;
}

.daterangepicker {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.daterangepicker.dropdown-menu {
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);	
}

.area-tours-container {
	width:1400px;
	margin:0px auto;
}

.area-tours-container > .content-outer {
	margin-bottom:40px;
}

.front-tours-area {
	max-width:1400px;
	margin:0px auto;	
}

.car-price-upon-arrival {
	font-size:16px;	
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
}

.paypal-deposit,
.pay-on-delivery {
	background:#fff;
	color: #333;
	padding:20px;
	max-width:500px;		
}

.paypal-deposit:hover,
.pay-on-delivery:hover,
.paypal-deposit.selected,
.pay-on-delivery.selected {
	background:#379E3B;	
	color:#fff;
	cursor:pointer;
} 

.paypal-deposit label:hover,
.pay-on-delivery label:hover {
	cursor:pointer;	
	background:#379E3B;	
} 

.paypal-deposit label,
.pay-on-delivery label {
	margin-left:10px;	
}

.payinadvance-title {
	display:flex;
	justify-content: space-between;
	border-bottom:1px solid #898989;
	margin-bottom: 15px;
	align-items: center;
	font-family: 'libre_franklinbold';
	font-size:24px;
}

.payondelivery-title {
	display:flex;
	border-bottom:1px solid #898989;
	margin-bottom: 15px;
	align-items: center;
	font-family: 'libre_franklinbold';
	font-size:24px;
	height:62px;
}

.car-price-deposit-percent {
	font-family: 'libre_franklinbold';
	font-size: 24px;
	margin-bottom: 20px;
}

.car-payment-methods {
	justify-content: space-evenly;	
}

.car-result-price {
	font-size:30px;	
	color:#1273b4;
	font-family: 'libre_franklinregular';
}

#rental-includes .modal-dialog, #modal-carterms .modal-dialog {
	max-width: 900px;
	color: #000;	
	top:100px;
}

.carterms {
	color:#1173b4;	
}

.carterms:hover {
	color:#000;	
	text-decoration:none;
}

#flights-ferries {
	padding:120px 0;
	background:#1a3b49;	
}

#flights-ferries .align-items-center {
	margin:0px auto;
	text-align:center;
}

#flights-ferries .front-plane {
	background:url("../img/frontend/plane.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	height:450px;
}

#flights-ferries .book-flight-txt {
	color:#1a3b49;	
	font-size:52px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 20px;
}

#flights-ferries .book-flight-txt-smaller {
	font-size:38px;
}

#flights-ferries .container {
	max-width: 1370px;
}

#flights-ferries .book-now-flights a {
	border:1px solid #fff;
	padding:10px;
	color:#fff;
}

#flights-ferries .book-now-flights a:hover {
	background:#1a3b49;	
	border:1px solid #1a3b49;
}

#flights-ferries .book-now-flights a:hover {
	text-decoration:none;	
}

#flights-ferries .flights-left {
	float:right;	
	margin-top: 120px;
	margin-right: 30px;
}

.explore-wrapper .my-item-list {
}

.explore-wrapper {
	margin:0px auto;
	text-align:center;	
	margin-bottom:100px;
}

.daterangepicker.ltr .ranges {
	display:block;
	float:none !important;
}

.range_inputs .applyBtn {
	background:#357ebd;	
	border:1px solid #357ebd;
	padding: 5px 20px;
	font-size: 15px !important;	
}

.range_inputs .cancelBtn  {
	padding: 5px 20px;
	font-size: 15px !important;	
}

#flights-ferries .front-ferries .front-ferries-desktop {
		display:block;
	}
	
#flights-ferries .front-ferries .front-ferries-mobile {
	display:none;	
}

#sights-carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}

#sights-carousel .owl-nav .owl-prev {
    font-size: 72px;
    position: absolute;
    left: 0;
	color:#fff;
	outline:none;
}

#sights-carousel .owl-nav .owl-next {
    font-size: 72px;
    position: absolute;
    right: 0;
	color:#fff;
	outline:none;
}
	
#sights-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
	background:transparent;	
}


.rental.group .full-desc {
	font-size:18px;
	text-align:center;
	margin-bottom:50px;
}

.rental.group .main-title {
	background:#1173b4;
	color:#fff;
	padding: 20px 40px;
	margin-top:0px;
	margin-bottom:0px;
}

.bold-txt {
	font-family: 'libre_franklinbold';
}

.rental.group .group-content {
	padding:40px;	
}

.rental.group .carincludes {
	margin: 20px 0;
	list-style: none;
}

.rental.group .carincludes img {
	margin-right: 10px;	
}

.rental.group .car-group-price {
	margin-top:50px;	
}

.rental.group .group-includes ul {
	padding-left: 20px;
}

.cargroupsearch .date_range_field {
    width: 350px !important;
}

.cargroupsearch {
	background:#1173b4;
	color: #fff;
	padding: 20px 0;
}

.cargroupsearch .title {
	font-size:26px;
	text-align:center;
	width: 100%;	
}

.cargroupsearch .mdl-button--raised.mdl-button--colored {
	background:#fff;
	color:#000;
}

#car-price-upon-arrival-amount {
	font-size:26px;	
}

.transfer-form .mdl-textfield {
	padding-bottom: 0;
	width: 500px!important;
}

.transfer-form .mdl-textfield .mdl-button {
	position:static;
}

.transfer-form select {
	width:100%;
}

.transfer-form textarea {
	resize:none;
}

.transfer-form .select2-container--default .select2-selection--single {
	height: 30px;
	font-size: 14px;
}

.transfer-form .destination4, .transfer-form .destination8 {
	display:none;
}

.required-fields {
	font-size: 14px;
	margin-top: 10px;
}

.transfer-form .select2-container {
	max-width: 100% !important;	
	width:500px!important;
}

.taxi-transfer {
	background:url("../img/frontend/taxi-transfer-small.jpg");
	background-repeat:no-repeat;	
	height:258px;
	background-position: center;
}

.taxi-transfer .transfer-title {
	font-size:55px;
	color:#fff;
	line-height: normal;
	font-family: 'libre_franklinbold';
	text-shadow: 2px 2px 3px #00000075;
	letter-spacing: 2px;
}

.taxi-transfer {
	display: flex;
	justify-content: flex-end;	
	align-items: center;
}

.taxi-transfer .transfer-title.line3 {
	margin-left: 80px;
}

.taxi-transfer .transfer-title.line2 {
	margin-left: -120px;
}

.taxi-transfer .taxi-transfer-txt {
	margin-right:190px;	
}

a.taxi-link  {
	display:block;
	width:100%;	
}

a.taxi-link:hover {
	text-decoration:none;
}

.taxi-transfer .transfer-title:hover {
	text-decoration:none;	
}

.taxi-transfer-wrapper {
	margin-top:50px;	
}

.car-details.prices-inc-paypal {
	font-size:16px;
	margin-bottom: 0;
}

.paypal-deposit,
.pay-on-delivery {
	font-size:16px;	
	line-height: 20px;
}

.paypal-deposit .car-price-deposit,
.paypal-deposit .car-price-upon-arrival,
.paypal-deposit #car-price-upon-arrival-amount {
	font-size:16px;	
	text-align:left;
	font-weight:normal;
}

.sidebar-banner {
	margin-bottom:30px;
}

.margin-left-15 {
	margin-left:15px;
}

/* FULL SCREEN MODAL STYLES
	-------------------------------------------------- */

  #menuModal {
    padding-right:0 !important;
    z-index:20000;
  }

  .modal-header .close {
    position:relative;

  }

	#menuModal.fullscreen .modal-dialog {
		margin: 0 0 0 0;
		width: 100%;
		height: 100%;
		min-height: 100%;
		padding: 0;
		color: #333;
		max-width: 100%;
	}

	#menuModal.fullscreen .modal-content {
		height: 100%;
		min-height: 100%;
		border-radius: 0;
		color: #333;
		background: rgba(255, 255, 255, 0.97);
		overflow:auto;
	}

	#menuModal.fullscreen .modal-body ul {
		padding: 100px 0 0 0;
	}

	#menuModal.fullscreen .modal-body li {
		padding: 10px 0 10px 0 ;
	}

	#menuModal.fullscreen .modal-body a {
		color: #333;
		font-size: 2.2rem;
	}

  #menuModal.fullscreen .modal-body {
    padding:5rem 1rem;
  }

	@media (max-width: 480px){
		#menuModal.fullscreen .modal-body ul {
			padding: 30px 0 0 0;
			overflow: auto;
		}

		#menuModal.fullscreen .modal-body li {
			padding: 4px 0 4px 0 ;
		}

		#menuModal.fullscreen .modal-body a {
			color: #333;
			font-size: 1.8rem;
			text-transform: none;
			font-weight: 700;
		}
		
		
		
	}




/* FULL SCREEN MODAL STYLES
	-------------------------------------------------- */


.front-cars-outer {
	background: #0396ca;
	padding: 100px 40px;
}

.front-cars-outer h2 {
    color: #fff;
    text-align: center;
    font-family: 'libre_franklinthin';
}

.front-cars-outer #car-carousel h4,
.front-cars-outer #car-carousel .small-desc  {
	color: #000;
	line-height: normal;
}

.front-cars-outer #car-carousel h4 {
	font-size: 20px;
}

.front-cars-outer #car-carousel .small-desc {
	font-size: 16px;
}

.front-cars-outer #car-carousel .cars-box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	max-width: 465px;
	color: #000;
	font-family: 'libre_franklinthin';
	margin: 0px auto;
	text-align: center;
}

.page-main-content h3 {
	font-size: 26px;
}

.page-main-content ul {
	font-size:18px;
	line-height:normal;
}

.inner-main-txt big a {
	background: #fff;
	border: 1px solid #1273b4;
	padding: 10px;
	font-size: 16px;
	color:#1273b4;
	width: 140px;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.inner-main-txt big {
	margin-right:10px;
	
}

.inner-main-txt big a:hover {
	color:#fff;	
	background:#1273b4;
	text-decoration:none;
}

.inner-main-txt big a ins {
	text-decoration:none;
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1400px) {
	.my-coupon-outer .coupon-right-txt {
		padding-right:50px;
	}

	.my-coupon-outer h2 {
		margin-bottom:20px;
		margin-top:20px;
		font-size:34px;
	}

	.my-coupon-outer .subtitle {
		margin-bottom: 20px;
		font-size:22px;
	}

	.my-coupon-outer .discount {
		margin-bottom: 20px;
	}

	.my-coupon-outer p {
		font-size:18px;
	}

	.inner-header-left-txt {
		margin-left: 20px
	}

	.bold-header {
		font-size: 50px;

	}

  .my-box {
    width:180px;
    justify-content: center;
    height:90px;
    margin:2px;
    text-align: center;
    color:#FFF;
    background: #00aeef;
    line-height:110px;
  }

  .boxes-menu-outer {
    position: absolute;
    z-index: 21;
    margin-bottom: 100px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .top-header .top-logo {
    float: left;
    margin-left: 15px;
  }

}

@media (max-width: 1280px) {
	#flights-ferries .front-ferries {
		margin:0px auto;
		text-align:center;
	}
	
	#flights-ferries .flights-left {
		background: rgba(255,255,255,0.8);
		padding: 50px;
		max-width: 400px;
		margin: 0px auto!important;
		margin-top: 80px!important;	
		margin-right:0px;
		float:none;
	}
	
	#flights-ferries .book-now-flights a {
		color:#fff;	
		background:#1a3b49;
		border:1px solid #1a3b49;
	}
	
	#flights-ferries .book-now-flights a:hover {
		background:#fff;
		color:#1a3b49;	
	}
	
}
	

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px) {

	.boxes-menu-outer {
		position:absolute;
		padding:40px 0;
    bottom: 20px;
	}

	.what-is-near .near-box {
		padding: 20px 15px;
	}

	.bold-header {
		font-size: 42px;
	}

  .top-header .top-menu {
    float: left;
    margin-left:0px;
    margin-right: 0px;
    padding-top: 25px;
    position:absolute;
    right:10px;
  }

  .my-header-logo-original img {
    width:120px;
    height:auto;
    float:left;
    margin-left:10px;
  }

	.car-extras label {
		margin-left: 0;	
	}
	
	#flights-ferries .front-ferries {
		max-width: 100%;	
	}
	
	#flights-ferries .front-plane {
		max-width: 100%;
		margin: 0px auto;
		margin-bottom: 20px;	
	}
	
	.transfer-img {
		display:none;
	}
	
	.taxi-transfer .taxi-transfer-txt {
		margin-right: 0px;	
		text-align: center;
		background: rgba(0,0,0,0.9);
		padding:15px;
		border: 2px dashed #F7E9BA;
	}
	
	.taxi-transfer .transfer-title.line3, .taxi-transfer .transfer-title.line2 {
		margin-left:0px;	
	}
	
	.taxi-transfer {
		justify-content: center;	
	}
	
	.taxi-transfer .transfer-title {
		color: #F7E9BA;	
	}
	

}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 1000px) {
	.my-coupon-outer .coupon-right-txt {
		padding:20px;
	}

  .inner-ribbon {
    font-size:16px;
  }

}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 990px) {

  .inner-ribbon .ribbon-icon {
    font-size:18px;
  }

  .business-results .business-caption {
    background: rgba(0,0,0,0.7);
    padding: 5px 20px;
    max-width: 465px;
    color: #fff;
    font-family: 'libre_franklinthin';
    margin: 0px auto;
    text-align: center;
    margin-top: -105px;
    position: relative;
    z-index: 1000;
  }

  .business-results .business-caption p {
    font-size:16px;
  }

  .business-results .business-caption h4 {
    font-size:20px;
  }

  .my-discount-banner {
    width: 60px !important;
    position: absolute;
    right: 50px;
    top: 4px;
    z-index:1001;
  }

  .boxes-menu-outer {
    bottom:20px;
  }

  .boxes-menu::before, .boxes-menu::after {
    content: '';
    width: 100%;
    order: 1;
  }
  .boxes-menu a:nth-child(n + 4) {
    order: 1;
  }
  .boxes-menu a:nth-child(n + 7) {
    order: 2;
  }

  .my-box {
    width:135px;
    justify-content: center;
    height:120px;
    margin:2px;
    text-align: center;
    color:#FFF;
    background: #00aeef;
    line-height:10px;
  }

  .my-box img {
    margin:25px 5px 5px 5px;
  }

  .my-box span {
    display:block;
  }

	.inner-header-left-txt {
		margin-left:0px;
	}

  .my-item-list {
    margin: 15px;
    padding: 10px;
  }

	.what-is-near .near-box {
		height:150px;
		text-align:center;
	}

	.what-is-near .near-box .near-box-txt {
		margin-left: 0px;
	}

	.what-is-near .near-box .fa-utensils {
		float:none;
	}

	.disc-coupon {
		width:auto;
	}

	.claim-disc {
		width:auto;
	}

	.innner-header {
		font-size:16px;
	}

	.bold-header {
		font-size: 32px;
	}

	.banner-outer {
		top: 25%;
	}

  .boxes-menu-outer {
    top: 65%;
  }

  .banner-text h1 {
    font-size:34px;
    font-family: 'libre_franklinbold';
  }

  .banner-text h3 {
    font-size:20px;
    font-family: 'libre_franklinmedium';
  }

  .banner-text h6 {
    font-family: 'libre_franklinthin';
    font-size:18px;
  }

	.top-header .top-logo {
    height:auto;
		margin: 0px auto;
		text-align: center;
		float:none;
	}

	.top-header .top-menu {
		float: left;
		margin-left:0px;
		margin-right: 0px;
		margin-top: 5px;
	}

	.top-header .book-top {
		float: right;
		margin-right: 0px;
		margin-top:25px;
	}

	.top-header {
		margin: 0px auto;
		text-align: center;
    padding:10px;
	}

	.top-header.fixed-header .my-header-logo img {
    	width: auto;
	}

	.top-header.fixed-header .my-header-logo-original img {
		width:120px;
    height:auto;
	}

  .my-header-logo-original img {
    width:120px;
    height:auto;
  }


	.top-header .collapse.show .nav-item {
		float:none;
		padding:0px;
	}

	.top-header .collapsing .nav-item {
		float:none;
		padding:0px;
	}

	.top-header #navbarNavDropdown.collapse.show {
		top: 0px;
		left:35px;
	}

	.top-header #navbarNavDropdown.collapsing {
		top: 0px;
		left:35px;
	}

	.top-header .navbar-light .navbar-toggler {
		position:static;
		width:auto;
	}

	.top-header .navbar-light .navbar-brand {
		position:static;
	}

	.top-header {
		text-align: left;
	}

	.top-header .top-menu .navbar {
		display: block;
		padding: 0;
	}

	.top-header {
		position: fixed;
		background: #fff;
	}

	.top-header .my-header-logo-original {
		display: block;
    margin:0 auto;
	}

	.top-header .my-header-logo-white {
		display: none;
	}

	.top-header{
		-moz-box-shadow: 0 3px 5px rgba(66, 64, 64, 0.8);
		-webkit-box-shadow: 0 3px 5px rgba(66, 64, 64, 0.8);
		box-shadow: 0 3px 5px rgba(66, 64, 64, 0.8);
	}

	.top-header .book-top a {
		color: #193E8A;
	}

	.top-header .navbar-light .navbar-toggler-icon {
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

	.top-header .navbar-light .navbar-brand {
		color: #FFF;
	}

	.top-header .navbar-light .navbar-nav .nav-link {
		color: #000;
	}

	.innner-header {
		padding-top: 120px;
	}

	.inner-header-left .container {
		padding-right: 25px;
		padding-left: 25px;
	}

	.inner-header-left-txt {
		padding-top:50px;
	}

	.tab-based .tab-content {
		padding: 40px;
	}

	.tab-based .nav-tabs {
		background:#fff;
		border:1px solid #ccc;
	}

	.nav-tabs-title {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-top:0px;
		border-left:0px;
	}

	.tab-based .nav-tabs .nav-link.active {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	
	.car-price-deposit {
		font-size: 36px;	
	}
	
	.car_price {
	 	font-size: 30px;	
	}
	
	.rental-price-left {
		margin-bottom:20px;	
		text-align:center;
	}
	
	.paypal-deposit {
		margin-bottom: 20px;	
	}
	
	.personal-form-carrental .mdl-textfield {
		width: 100%;	
	}
	
	.paypal-deposit-img {

	}
	
	   .date_range_field {
		width:auto!important;
	}
	
	.search-bar .carsearch-col {
		flex: inherit;
	}
	
	.search-bar .mdl-textfield {
		width:100%;
		text-align: center;	
	}
	
	.my-bookingcom-outer, .my-guide-outer {
		padding:20px;	
	}
	
	.rental.group .group-includes ul {
		padding-left: 0px;
	}

	.rental.group .group-includes .carincludes {
		margin:0px;
		padding: 5px;
	}
	
	.rental.group .group-content {
		padding-bottom:0px;	
	}
	
		
	.explore-btn {
		font-size:14px;	
	}
	
	.car-payment-methods {
		flex-direction:column;
		justify-content: center;
	}
	
	.paypal-deposit, .pay-on-delivery {
		float:none;
		max-width:none;
	}
	
	.paypal-deposit {
		margin-bottom:20px;
	}
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 990px) {

	.carincludes {
		max-width: 1400px;
		padding:20px;
	}

}

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 767.98px) {


  .top-header .top-logo-index {
    float: left;
    margin-left: 10px;
  }

	.banner-outer {
    top:20%;
		margin-top: 50px;
		padding: 20px 70px;
	}

  .boxes-menu-outer {
    bottom: 300px;
  }

	.sightseeing-outer {
		padding: 40px 20px;
	}

	.my-coupon-outer {
		padding: 40px 20px;
	}

	.tours-outer {
		padding: 40px 20px;
	}

	.my-sponsors-outer {
		padding: 40px 20px;
	}

	#beach .beach-txt {
		padding: 100px 0px;
	}

	.my-footer .col-xs-12 {
		margin: 0px auto;
		margin-bottom:20px;
		text-align:center;
	}

	.banner-text h1 {
    font-size:34px;
    font-family: 'libre_franklinbold';
  }

  .banner-text h3 {
    font-size:20px;
    font-family: 'libre_franklinmedium';
  }

  .banner-text h6 {
    font-family: 'libre_franklinthin';
    font-size:18px;
  }

	.fil-cat {
		margin-bottom: 10px;
	}

	.my-footer ul {
		text-align:center;
	}

	.my-footer h5 {
		text-align:center;
	}

	.social-icon {
		text-align:center;
		margin: 0px auto;
		margin-bottom: 10px;
	}

	.my-footer .follow-us {
		text-align: center;
		margin: 0px auto;
	}

	.my-footer .middle-col {
		width:100%;
		flex:none;
	}

	.my-footer .right-col {
		width:100%;
		flex:none;
	}
c

	.my-footer .left-col {
		width:100%;
		flex:none;
	}

	.inner-header-left {
		padding: 0 50px;
	}


	.what-is-near .near-box  {
		margin-bottom:10px;
	}

	.what-is-near .near-box .fa-utensils {
		margin: 0px auto;
		display: block;
	}

	.what-is-near .near-box .near-box-txt {
		float:none;
		display: block;
		margin: 0px auto;
	}

	.btn-newsletter {
		margin-top:10px;
	}

	.newsletter-input {
		margin-top:10px;
	}

	.what-is-near a:hover {
		text-decoration:none;
	}

	#coupon-register {
		margin-bottom:50px;
	}

  .my-footer .second-row {
    margin-top: 10px;
  }
  
  .search-bar .mdl-textfield {
  	padding: 7px;
  }
  
  .inner-ribbon .ribbon-icon {
    	border: 1px solid #ccc;
    	padding: 5px;
    	margin: 5px;
	}
	
   .car-results {
		padding:0px;	
   }
   
	.daterangepicker.dropdown-menu {
		left: 0!important;
		right: 0!important;
		margin: 0px auto;
		width:530px;
	}
	
	.banner-outer {
		padding:0px;
	}
	
	.sightseeing-outer .my-carousel-controls .col-left, .sightseeing-outer .my-carousel-controls .col-right {
		margin-top: 50px;	
	}
	
	#sights-carousel.owl-carousel .owl-item:hover .my-short-title {
		display:block!important;	
	}
	
	#sights-carousel .item:hover .overlay, #sights-carousel .item:hover .figure {
		opacity:0;	
	}
	
	#PopupSignupForm_0 .mc-banner {
		top:15%;
		width:300px;
		margin:0px auto;
		right:0;
		left:0;
	}
	
	#PopupSignupForm_0 .mc-modal {
		top:15% !important;
	}

	#PopupSignupForm_0 .mc-layout__modalContent {
		overflow-y:scroll;	
		height:600px;
	}
	
	.my-guide-outer {
		padding-bottom:80px!important;	
	}
	
	.rental.group {
		max-width: 640px;  
    }
	
	.rental.group .full-desc {
		margin-bottom:50px;
	}
	
	.taxi-transfer .transfer-title, .taxi-transfer .transfer-title.line2, .taxi-transfer .transfer-title.line3 {
		font-size: 50px;	
	}
	
	.select2-container--default .select2-selection--single,
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height:40px!important;	
	}
	
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 38px!important;
	}
	
	#date_range {
		height: 40px;
		background: #fff;	
	}
	
	.cars-caption .owl-carousel {
		height:auto;	
	}
	
	.my-footer .align-items-center .my-top {
		margin: 0px auto;
	}
	
	.front-cars-outer {
		padding: 20px;
	}
	
	.front-cars-outer .btn-centered {
		margin-bottom: 20px;
	}
	
	.prepare-experience-outer,
	#flights-ferries {
		padding: 50px 0px;
	}
}

@media (max-width: 677px) {
	.sightseeing-outer .owl-carousel .owl-item {
		left:-17px;	
	}
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.my-coupon-outer .coupon-right-txt {
		padding:0px;
	}

  .boxes-menu-outer {
    display:none;
  }

  .banner-outer h3 {
    font-size:16px;
    line-height:22px !important;
  }

  .banner-outer h6 {
    font-size:16px;
    line-height:20px !important;
  }

  .daterangepicker.dropdown-menu {
		width:300px;	
  }
  
  
}
@media (max-width: 500px) {
	
	.front-ferries-desktop img {
		width: 100%!important;
		height: auto!important;
	}
}


@media (max-width: 450px){ 
	
	.transfer-form .select2-container {
		width: 400px !important;
	}
	
	.taxi-transfer .transfer-title, .taxi-transfer .transfer-title.line2, .taxi-transfer .transfer-title.line3 {
		font-size: 40px;	
	}

			
}

@media (max-width: 400px){
	
	.explore-btn {
		border:0px;
		padding:0px;	
	}
	
	.explore-btn:hover {
		background:transparent;	
	}
	
	.cars-book-now .explore-btn {
		padding:10px 20px;
	}


}