@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);

@import url("font-awesome.min.css");
/* -----------------------------------------------------------------------------
    GENERAL
----------------------------------------------------------------------------- */
html {overflow-x: hidden;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-text-size-adjust: 100%;}
body {font:normal 300 16px/22px 'Oswald', Arial;background:#F5F6F6;color:#4B4B4B;letter-spacing:0.5px;}

b, strong {font-weight:400;}
/* -------------------------------------------------------------------------
    TYPOGRAPHY
------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6,hgroup,form,ul,ol,dd,figure,pre,table,button,fieldset,hr,iframe {margin: 0;font-family: 'Oswald', sans-serif;}
h1 {font:300 25px/30px "Oswald";}
h2 {font:300 23px/30px "Oswald","Oswald";color:#C0B874;}
h3 {font:300 20px/30px "Oswald","Oswald";color:#C0B874;}
h4 {font:300 18px/30px "Oswald","Oswald";}
h5 {font:300 16px/30px "Oswald","Oswald";}
h6 {font:300 14px/30px "Oswald","Oswald";}
h3,
h4,
h5,
h6 {margin-top: 30px;margin-bottom: 10px;}
p {margin: 0;font: 300 16px/25px 'Oswald', sans-serif;}
li {}
a {text-decoration: none;letter-spacing: 1px;color: rgba(26, 26, 26, 0.5);-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}

li:hover a,
li.active a {color: #1a1a1a;text-decoration: none;}
img { max-width: 100%;}
table { width: 100%;}
ul > li { position: relative;}
ul > li:first-child {margin-left:0;}
ul > li:last-child {margin-right:0;} 
.more {color:#3F6DAA;margin-left:10px;}

.clearfix {clear:both;}
/* -------------------------------------------------------------------------
    FORMS
------------------------------------------------------------------------- */
.default-form input[type=text],
.default-form input[type=password],
.default-form input[type=date],
.default-form select,
.default-form textarea {-webkit-border-radius:initial;-moz-border-radius:initial;border-radius:initial; color:#303233;background:#F4F4F4;padding:8px 10px;width:100%;font:300 15px/25px 'Oswald';border:1px solid rgba(30, 46, 66, 0.3);-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.default-form textarea {height:auto;min-height:190px;max-height:250px;min-width:100%;max-width:100%;}
.default-form input[type=text]:focus,
.default-form input[type=password]:focus,
.default-form input[type=date]:focus,
.default-form select:focus,
.default-form textarea:focus {border-color: rgba(30, 46, 66, 0.6);outline: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.default-form label {font: normal normal 14px/30px 'Oswald', sans-serif;color: #1a1a1a;}
.default-form span i {position: absolute;padding: 5px;font-size: 14px;color: #fff;}
.default-form select {-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;}

.default-form input[type=button],
.default-form input[type=submit],
.default-form button {height:auto;line-height:28px;-webkit-border-radius:initial;-moz-border-radius:initial;border-radius:initial;}

.default-form input[type=text].error,
.default-form input[type=password].error,
.default-form input[type=date].error,
.default-form select.error,
.default-form textarea.error {border-color:#d00!important;}

.default-form .calendar i {right:15px;top:13px;cursor:pointer;}
.default-form .select-box i {right:15px;cursor:pointer;z-index:20;font-size:20px;padding:0 10px 0 100px;}
.default-form .select-box .arrow-up {top:8px;}
.default-form .select-box .arrow-down {top:20px;}
.default-form .value-holder {position:relative;width:100%;z-index:10;}
.default-form .radio-input input[type="radio"] { display: none; }
.default-form .radio-input label { cursor: pointer; }
.default-form .radio-input label:before {position:relative;display:inline-block;top:3px;margin-right:10px;width:14px;height:14px;line-height: 0;font-size: 0;border-radius: 50%;border: 3px solid #f5f5f5;-webkit-box-shadow: 0 0 0 1px #C0B874;box-shadow: 0 0 0 1px #C0B874;content: "";}
.default-form .radio-input.active label:before { background-color: #C0B874; }
.default-form .checkbox-input input[type="checkbox"] { display: none; }
.default-form .checkbox-input label {margin-bottom: 0;display: block;cursor: pointer;}
.default-form .checkbox-input {white-space:nowrap;}
.default-form .checkbox-input label:before {position:relative;display:inline-block;top:3px;margin-right:10px;width:17px;height:17px;line-height:30px;text-align: center;color: #C0B874;border: 1px solid #C0B874;content: "";}
.default-form .checkbox-input.active label:before {top: 0;font: normal normal 14px/17px "fontawesome";-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content: "\f00c";}

::-webkit-input-placeholder {color:#000;opacity:0.6;}
:-moz-placeholder {color:#000;opacity:0.6;}
::-moz-placeholder {color:#000;opacity:0.6;}
:-ms-input-placeholder {color:#000;opacity:0.6;}


/* -------------------------------------------------------------------------
    DATE PICKER
------------------------------------------------------------------------- */
.ui-datepicker {padding:10px;display:none;width:260px;z-index:10000!important;background:#C0B874;}
.ui-datepicker table th {background:#fff;color:#999;font-weight: normal;}
.ui-widget {font-size:1em!important;}
.ui-widget button {line-height:18px;}
/* -------------------------------------------------------------------------
    OFFERS
------------------------------------------------------------------------- */
#offersBanner {margin:80px 0 10px 0;float:left;padding:0px;}
#offers {width:100%;float:left;position:relative;padding:0px;
-webkit-box-shadow: 2px 2px 8px #000;box-shadow:2px 2px 8px #000;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(89,151,200,0.56) 75%, rgba(89,151,200,0.74) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(75%,rgba(89,151,200,0.56)), color-stop(99%,rgba(89,151,200,0.74)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(89,151,200,0.56) 75%,rgba(89,151,200,0.74) 99%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(89,151,200,0.56) 75%,rgba(89,151,200,0.74) 99%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(89,151,200,0.56) 75%,rgba(89,151,200,0.74) 99%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(89,151,200,0.56) 75%,rgba(89,151,200,0.74) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bd5997c8',GradientType=0 );
}
#offers > i.sunny {position:absolute;top:-40px;right:0px;z-index:1;width:95px;height:95px;float:left;background:url('../images/specialOffer.png') no-repeat left top;}
#offers > .rowEntry {margin:0;width:100%;padding:20px 20px 0 20px;display:table;float:left;}
#offers > .rowEntry h3 {margin:0 0 10px 0;float:left;}
#offers > .rowEntry a {letter-spacing:0px;float:left;}
#offers > .rowEntry div.slogan {line-height:25px;font-size:18px;width:100%;float:left;margin-bottom:5px;}
#offers > .rowEntry div.slogan a {color:#C0B874;}
#offers > .rowEntry div.details {width:100%;float:left;border-bottom:1px dotted #ccc;padding-bottom:20px;}
#offers .rowEntry:last-child div.details {border-bottom:none!important;}
#offers > .rowEntry ul {list-style:none;padding:0px;width:100%;float:left;margin:15px 0 0 0;}
#offers > .rowEntry ul li {font-size:15px;width:100%;float:left;}
#offers > .rowEntry ul li span {width:40px;margin:0 4px 0 0;float:left;color:#000;}
#offers > .rowEntry div.details a {width:100%;border:2px solid #fff;float:left;}
#offers > .rowEntry div.details img {width:100%;float:left;}

.no-padding {padding:0px;}
.no-padding-left {padding-left:0px;}
.no-padding-right {padding-right:0px;}
/* -------------------------------------------------------------------------
    INDEX
------------------------------------------------------------------------- */
.pageTitle {text-align:left;margin-bottom:20px!important;font-weight:400;}

/* -------------------------------------------------------------------------
    UTILITIES
------------------------------------------------------------------------- */

	/* -------------------------------------------------------------------------
		BACK TO TOP BUTTON
	------------------------------------------------------------------------- */
	#back-to-top {position:fixed;z-index:2;padding:10px 14px;right:20px;bottom:20px;display:none;color:#fff;background:#504E38;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
	#back-to-top:hover {background:#C1BA75;}
/* -------------------------------------------------------------------------
    TABLE
------------------------------------------------------------------------- */
table {width: 100%;font-family: 'Oswald',sans-serif;}
table th {text-align: left;padding: 10px 20px;font-size: 16px;color: #FFF;background-color: #C0B874;}
table td {padding: 10px 20px;font-family: 'Oswald';border-bottom: 1px solid transparent;}
.fleet-details table td {border-color:#e5e5e5;}
	/* -------------------------------------------------------------------------
	   THUMB
	------------------------------------------------------------------------- */
	.thumb {position:relative;display: block;overflow:hidden;min-height:150px;}
	.thumb img {display: block;width: 100%;height: auto;}
	.offers .thumb {min-height:190px;}
	/* -------------------------------------------------------------------------
		PREAMBLE
	------------------------------------------------------------------------- */
	.preamble {position:relative;text-align:center;font-size:18px;line-height:25px;}
	.preamble img {margin:20px 0;}
	.preamble h1 {margin:0!important;font-size:23px;color:#C0B874;}
	.preamble h2 {font-size:20px;}
	.preamble h3 {margin:0;}
	.preamble h4 {margin:10px 0 0 0;font-size:18px;}
	
/* -------------------------------------------------------------------------
    ALERTS
------------------------------------------------------------------------- */
.alert-message {position:relative;display:none;border:1px solid transparent;color:#fff;}
.alert-message .close {position:absolute;top:0;right:2px;cursor:pointer;}

	/* -------------------------------------------------------------------------
	   Custom Period Chart
	------------------------------------------------------------------------- */
	/*
	#chartPosition {width:100%;height:auto;float:left;margin:20px 0 50px 0;}
	#chartPosition .percent {float:left;height:auto;border-left:solid 1px #fff;position:relative;}
	#chartPosition .percent .colorBar {width:100%;float:left;height:10px;}
	#chartPosition .percent .date {font-size:12px;width:100%;float:left;}
	#chartPosition .percent .date .arrow {width:5px;height:10px;margin:0 5px 0 0;float:left;background:none;border-style:solid;border-width:0px 0px 1px 1px;}
	*/
	#chartPosition {width:100%;height:400px;float:left;margin:0;}
	#chartPosition .percent {float:left;width:100%;border-bottom:solid 1px #fff;position:relative;}
	#chartPosition .percent .colorBar {height:100%;float:right;width:10px;}
	#chartPosition .percent .details {font-size:14px;width:auto;float:right;text-align:right;}
	#chartPosition .percent .details > div {float:right;margin-top: -10px;}
	#chartPosition .percent .details .arrow {width:20px;height:12px;margin:0 0 0 5px;float:right;background:none;border-style:solid;border-width:1px 0px 0px 0px;}
	#chartPosition .percent .details strong{font-style:italic;font-size:17px;line-height:30px;}
	#chartPosition .percent .details .period {margin-right:20px;}
	.deposit {width:100%;float:left;font:14px/20px "Oswald";}
	.deposit strong {}
	
	
	
	#periodsStamp {width:100%;float:left;text-align:center;font:16px/20px "Oswald";position:relative;}
	#periodsStamp h4 {font-size:20px;line-height:25px;margin:63px 0 0 0;font:16px/20px "Oswald";width:100%;text-align:right;}
	.priceList {width:100%;display:table;}
	.priceList > div {width:auto;float:left;text-align:center;margin-right:1px;}
	.priceList > div > strong {margin-top:3px;float:left;}
	.priceList > div > span {width:auto;float:left;}
	.priceList > div > span > i {width:100px;height:10px;float:left;margin:10px 10px;}
	.priceList > div > span > p {width:80px;float:left;}

#maxDiscountYachtView {font-family:Oswald, "Oswald", Arial;color:#C0B874;width:100%;float:left;margin:0 0 20px 0;font-size:17px;line-height:25px;}
#maxDiscountYachtView span {font-size:25px;}

#totalAmount {display:none;width:auto;padding:0 0 10px 0;float:right;font-size:18px;}
#totalAmount span {width:auto;float:right;font-size:25px;padding:0 0 0 20px;}
#includedNotIncluded {width:100%;padding:30px 0;float:left;}
#resInfo {width:100%;float:left;margin:20px 0 0 0;}
#resInfo .perTitle {width:100%;float:left;margin:0 0 5px 0;position:relative;padding:0px;}
#resInfo .perTitle > i {margin-right:10px;text-align:center;width:20px;}
#resInfo .perTitle > i.grey {color:#9E9E9E;}
#resInfo .perTitle > i.open {float:right;margin:12px 0 0 0;color:#c1c1c1;}
#resInfo .resInfoText {width:100%;float:left;margin:0 0 20px 0;padding:0px;}
#resInfo ul {list-style:none;margin:0px;padding:0px;}
#resInfo ul li {margin:0px;padding:5px 0px;font-size:16px;line-height:20px;}
#resInfo ul li i {font-size:12px;color:#666666;}
#resInfo ul li span {font-size:16px;color:#666666;}

.bannerDiscounts {margin:40px 0 20px 0;float:left;width:100%;color:#fff;font-family:Anton, "Oswald", Arial;box-shadow:2px 2px 8px #000;-webkit-box-shadow:2px 2px 8px #000;background:#0A263C;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.bannerDiscounts > div {font-size:30px;line-height:30px;float:left;width:150px;text-align:left;margin:0px;padding:20px 0 0 15px;}
.bannerDiscounts > div > span {font-size:20px;width:100%;float:left;}
.bannerDiscounts > div > span.disc {font-size:60px;line-height:65px;}
.bannerDiscounts > div > span.disc i {font-style:normal;font-size:35px;}
.bannerDiscounts ul.discount {list-style:none;padding:15px 0px 15px 10px;margin:0;float:right;width:210px;width: -webkit-calc(100% - 150px);width: -moz-calc(100% - 150px);width:calc(100% - 150px);background:#5997C8;font-family:"Oswald", Arial;font-weight:300;-webkit-border-top-right-radius: 5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.bannerDiscounts ul.discount li {font-size:18px;line-height:25px;width:100%;float:left;}
.bannerDiscounts ul.discount li > div {}
.bannerDiscounts ul.discount li > div > span {font-size:20px;font-family:Oswald, "Oswald", Arial;text-align:right;width:40px;margin-right:15px;float:left;}
.bannerDiscounts ul.discount li > div > span > i {font-family:"Oswald", Arial;font-style:normal;font-weight:400;}

	/* -------------------------------------------------------------------------
	   BUTTONS
	------------------------------------------------------------------------- */
	button {padding: 0;line-height: 30px;background: transparent;border-radius: 0;outline: none;border: none;-webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
	button:hover {-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-ms-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
	.btn {padding: 5px 25px;border-radius: 0;font-weight:400;font-family: 'Oswald', sans-serif;vertical-align: inherit;text-transform: uppercase;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	.btn:hover {-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	.btn.dark {color:#292929;background:#F4F4F4;border: 2px solid #292929;}
	.btn.dark:hover {color:#fff;background:#292929;}
	.btn.light {color:#292929;padding:0px;}
	.btn.light:hover {color:#C0B874;}
	.btn.right {float:right;}
	
	
	/* -------------------------------------------------------------------------
		MARGINS SHORTCODES
	------------------------------------------------------------------------- */
	.mt100 { margin-top: 100px;}
	.mt90 { margin-top: 90px;}
	.mt80 { margin-top: 80px;}
	.mt70 { margin-top: 70px;}
	.mt60 { margin-top: 60px;}
	.mt50 { margin-top: 50px;}

	/* -------------------------------------------------------------------------
		LISTS
	------------------------------------------------------------------------- */
	.custom-list {padding: 0;margin: 0;list-style-type: none;}
	.custom-list > li {padding: 0;margin: 0;list-style-type: none;}
	.custom-list > li:first-child { margin-left: 0; }
	.custom-list > li:last-child { margin-right: 0; }
	
	.categories-list {font-weight:400;}
	/* -------------------------------------------------------------------------
		PAGINATIONS
	------------------------------------------------------------------------- */
	.owl-pagination {position:absolute;width:100%;}
	.owl-buttons .owl-prev {left:30px;}
	.owl-buttons .owl-next {right:30px;}
	.owl-buttons .owl-next:before {content:"\f105";}
	.owl-buttons .owl-prev:before {content:"\f104";}
	.owl-buttons .owl-prev:before,
	.owl-buttons .owl-next:before {font-family: FontAwesome;color:#C8C8C8;font-size: 80px;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
	
	/* -----------------------------------------------------------------------------
		HEADER
	----------------------------------------------------------------------------- */
	#header {height:auto;position:relative;color:#fff;}
	#header .header-inner {height:auto;position:fixed;top:0;right:0;bottom:0;left:0;z-index:8000;}
	#header .header-nav {background:#F4F4F4;}
	#header:not(.open) .header-nav {-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);}

	
	#header .header-logo {z-index: 5;}
	#header .header-logo a {padding:10px 0;float:left;}
	#header .header-logo a > img {height:110px;z-index:5;float:left;}
	
	/* -------------------------------------------------------------------------
		HEADER NAVBAR NAV
	------------------------------------------------------------------------- */
	#header .header-nav {float:left;width:100%;}
	#header .header-nav ul li {margin-right:5px;z-index: 5;margin-top:30px;margin-bottom:30px;line-height:30px;}
	#header .header-nav ul li:last-child { margin-right: 0; }
	#header .header-nav ul li a {font-weight:400;font-size:18px;line-height:70px;padding: 0 10px;display: inline-block;color:#403F3A;text-transform: uppercase;font-family: "Oswald";}
	#header .header-nav ul li:hover > a,
	#header .header-nav ul li.active > a {color:#C0B874;}
	
	
	/* -------------------------------------------------------------------------
		HEADER NAVBAR NAV > SUB NAV
	------------------------------------------------------------------------- */
	#header .header-nav .has-submenu > .sub-menu {position: absolute;display: none;left: 0px;list-style: none;z-index: 100;-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);background:#fff;padding:10px 0;}
	#header .header-nav .sub-menu .sub-menu {padding-left: 3px;top: 0;left: 100%;z-index: 999;}
	#header .header-nav .has-submenu li {position: relative;padding:0px 20px;width: 230px;margin: 0;display: inline;float: right;line-height: 30px !important;}
	#header .header-nav .has-submenu li > a {font-weight:300;width: 190px;padding:5px 10px;height: auto;line-height: 29px;text-transform: none;color: #403F3A;text-shadow: none;border-bottom: 1px solid #e0e3e5;}
	#header .header-nav .has-submenu li:hover > a {/* background: #e0e2e5; */color: #C0B874;font-weight:400;}
	#header .header-nav .has-submenu li a:after {display: block;content: "";width: 100%;margin: 0;background: transparent;}
	#header .header-nav .has-submenu li:last-child a:after {display:none;}
	#header .header-nav .has-submenu li.has-submenu:after {position: absolute;top: 10px;right: 15px;width: 19px;height: 15px;font-family: 'fontawesome';font-size: 14px;content: "\f0da";color: #414141;}
	#header .header-nav .has-submenu .submenu-toggle {display: none;}
	
	/* -------------------------------------------------------------------------
		HEADER TITLE
	------------------------------------------------------------------------- */
	.header-title {height:70px;z-index:99;}
	.header-title .header-title-inner {bottom:0px;color:#504E38;}

	.header-title .header-title-inner {padding:30px 0px 20px 0;width:100%;}
	.header-title .header-title-inner h1 {text-transform:uppercase;font-size:20px;text-align:left;}
	.header-title .header-title-inner h1 a {color: #4B4B4B;}
	.header-title .header-title-inner h3 {margin: 0;color: #fff;}

	/* -----------------------------------------------------------------------------
		HOME SLIDER
	----------------------------------------------------------------------------- */
	
/* -------------------------------------------------------------------------
    HEADER TOGGLE
------------------------------------------------------------------------- */
#toggle {position: absolute;margin-bottom: 0;display: none;top: 0;z-index: 99999;width: 100%;cursor: pointer;color: #fff;font-family: 'FontAwesome';font-size: 20px;height: 40px;line-height: 40px;background: #C0B874;text-align: center;outline: none;}
#toggle:after { content:'\f0c9'; }
#toggle.toggled:after { content:'\f077' }
.enable-fixed-header #toggle {/*  position: absolute;  */}


article {font-size:16px;}
/* -------------------------------------------------------------------------
    Itineraries
------------------------------------------------------------------------- */
.textView {float:left;width:100%;margin-top:20px;}
.openseamap {float:right;margin-top:25px;}
/* -----------------------------------------------------------------------------
    WELCOME
----------------------------------------------------------------------------- */ 
.welcome {padding:70px 0px 30px;}
.welcome .preamble img {margin:0px;}
.welcome .preamble .text > div {width:100%;float:left;display:block;}
/* -----------------------------------------------------------------------------
    ABOUT
----------------------------------------------------------------------------- */ 
.about .preamble {margin-bottom:0px;}
.feature,
.member {margin-top: 20px;}
.feature h5 { margin: 25px 0 17px 0; }
.feature p {text-align:justify;}
.feature .btn { margin-top: 10px; }
.member h5 {margin-top: 28px;margin-bottom: 0;line-height: 18px;}
.member span {margin: 0;font: italic normal 18px/28px 'Oswald',sans-serif;color: rgba(26, 26, 26, 0.5);}
.member p { margin-top: 10px;}

/* -------------------------------------------------------------------------
   FLEET
------------------------------------------------------------------------- */
.fleets { padding: 30px 0px 0 0; }
.filtersPos {}
.filtersPos .piePadding {margin:30px 0 0 0;padding:0px 0 30px 0;-webkit-box-shadow:2px 2px 8px rgba(0, 0, 0, 0.45);box-shadow:2px 2px 8px rgba(0, 0, 0, 0.45);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.filtersPos #chartPosition {float:left;}
.fleets-listing-header a {float:right;font-size:20px;line-height:30px;}
.periodsPie {border-top:1px solid #E5E5E5;}


#vesselImages {margin-bottom:20px;}




.accomOpts {width:100%;float:left;margin:0 0 20px 0;}
.accomOpts h4 {width:100%;float:left;margin:10px 0 10px 0;text-align:center;font-weight:400;}
.accomOpts ul {width:100%;float:left;list-style:none;padding:0px;margin:0px;line-height:25px;}
.accomOpts li {padding:0px;margin:0px;text-align:center;}
.accomOpts li span {width:100%;float:left;}
.accomOpts li.bords {border-left:solid 1px #ccc;border-right:solid 1px #ccc;}

.ratesOpts {width:100%;float:left;margin:0 0 30px 0;}
.ratesOpts h4 {width:100%;float:left;margin:10px 0 10px 0;text-align:center;font-weight:400;}
.ratesOpts ul {width:100%;float:left;list-style:none;padding:0px;margin:0px;line-height:25px;}
.ratesOpts li {padding:0px;margin:0px;text-align:center;}
.ratesOpts li span {width:100%;float:left;}
.ratesOpts li > span {margin-top:5px;}
.ratesOpts li span > span {font-size:14px;}
.ratesOpts li.bords {border-left:solid 1px #ccc;}

/* -------------------------------------------------------------------------
    FLEET LISTING 
------------------------------------------------------------------------- */
.fleets .fleets-listing-header,
.fleets .fleets-listing-footer {position: relative;padding: 10px 30px 10px 20px;background: #f5f5f5;}
.fleets .fleets-listing-header h3 {margin: 0;display: inline-block;line-height: 30px;}
.fleets .fleet-list { margin-bottom: 10px;}


.list-yacht-details {margin-top:20px;}
.fleet-thumb {overflow:hidden;position:relative;}
.fleet-thumb .discountOffer {font-size: 16px;padding: 5px 20px;position:absolute;bottom:50px;right:5px;background:#C5BD77;font-weight: 700;color:#3A3935;-webkit-border-top-left-radius: 100px;-webkit-border-bottom-right-radius: 100px;-webkit-border-bottom-left-radius: 1px;-moz-border-radius-topleft: 100px;-moz-border-radius-bottomright: 100px;-moz-border-radius-bottomleft: 1px;border-top-left-radius: 100px;border-bottom-right-radius: 100px;border-bottom-left-radius: 1px;}
.fleet-vechicle-content {margin:5px;padding:15px 15px;background:#F8F8F8;}
.fleet-vechicle-content:after {display: table;clear: both;content:"";line-height:0;}
.fleet-vechicle-content h3 {margin:0 0 10px;padding:0px;}
.fleet-vechicle-content h3 > a{color: #C0B874;font-weight: 400;}
.fleet-vechicle-content .base {margin:5px 0 3px 0;} 
.list-yacht-details .viewMore {width:100%;float:left;margin-top:5px;}
.list-yacht-details .viewMore a {width:100%;float:left;text-align:center;}

.fleet-vechicle-properties {padding-left:0;margin-bottom:10px;float:left;width:100%;}
.fleet-vechicle-properties li {font-size:16px;text-align:center;}
.fleet-vechicle-properties li span {float:right;width:100%;}
.fleet-vechicle-properties li .amountBeforeOffer {float:right;width:100%;text-align:center}
.fleet-vechicle-properties li .amountBeforeOffer del {display:inline-block;width:initial;color:#999;padding-right:5px;}

.lastPrice {font-weight:700;letter-spacing: 1px;}

.fleet-vechicle-properties:after {display:table;content:"";}
.fleet-vechicle-properties li.text-right {margin-top:10px;}

.requestForm {width:100%;display:block;float:left;text-align:center;}
.makeRequest {width:auto;text-align:center;margin:20px auto 50px auto;}

.requestForm .select-clone {width:calc(100% - 30px);}
.requestForm .calendar i {right:20px;}
.requestForm .form-row {border:solid 1px transparent;margin-bottom:10px;}
.requestForm .form-row.error {border:solid 1px #d00;}

.specialOffer {cursor:pointer;font-size:20px;font-weight:400;line-height:45px;letter-spacing:0;font-family:"Oswald";color:#D0441E;text-shadow:1px 1px 3px rgba(0, 0, 0, 0.29);}
.specialOffer:hover {color:#0A263C;text-shadow:2px 2px 5px rgba(0, 0, 0, 0.65);}

.specialOfferOpen {margin:30px 0 30px 0;float:left;width:100%;}
.specialOfferOpen h6 {float:left;margin:0 20px 0 0;font-size:20px;font-weight:400;line-height:25px;letter-spacing:0;font-family:"Oswald";color:#D0441E;text-shadow:1px 1px 3px rgba(0, 0, 0, 0.29);}
.specialOfferOpen div {float:left;padding-top:3px;}
.specialOfferOpen div span {font-weight:400;}
/* -------------------------------------------------------------------------
    FLEET UNIT DETAILS
------------------------------------------------------------------------- */
.fleets .fleet-details .main-photo { margin-bottom: 20px; }

.fleets .fleet-details .fleet-vechicle-header {position:relative;padding:0px 0px 12px;margin-bottom:20px;border-bottom:1px solid #dfe1e3;line-height:20px;}
.fleets .fleet-details .fleet-vechicle-header h2 {padding-right:10px;display:inline-block;}
.fleets .fleet-details .fleet-vechicle-header span {color:#3F6DC8;font-size:25px;}
.fleets .fleet-details .fleet-vechicle-content p { margin-bottom: 20px;}
.fleets .fleet-details .fleet-vechicle-content p:last-child { margin-bottom: 0;}
.fleets .fleet-details .fleet-vechicle-content > div {font-size:16px;line-height:25px;}
.fleets .fleet-details-sidebar {position:relative;}
.fleets .fleet-details-sidebar h5 {position: relative;padding-bottom: 11px;margin-top: 0;margin-bottom: 22px;border-bottom: 1px solid #dfe1e3;}
.fleets .fleet-details-sidebar .fleet-vechicle-properties li { font-size: 16px;}
.fleets .fleet-details-sidebar .fleet-vechicle-properties li strong { float: right; }
.fleets .fleet-details h3 {font-weight:400;}

.yachtVideo {width:100%;height:auto;min-height:400px;border:none;}

	.yachtSpecs {width:100%;float:left;margin:0px 0 30px 0;}
	.yachtSpecs > div {float:left;margin-bottom:10px;width:100%;}
	.yachtSpecs > div.hr {width:100%;border-bottom:1px #bbb dotted;float:left;}
	.yachtSpecs > div > label {width:125px;float:left;font-weight:400;margin-bottom:0px;}
	.yachtSpecs > div > span {font-size:12px;color:#777;}
	
	.layout {width:100%;float:left;margin:35px 0 50px 0;}
	.layout h4 {float:left!important;}
	.layout img {max-width:100%;}
	
	.fleet-text-content {margin:0 0 35px 0;}




#yacht-slider-thumbs {margin-bottom:50px;}

	/* -------------------------------------------------------------------------
		MODAL
	------------------------------------------------------------------------- */
	.modal-dialog {padding:50px;margin:90px auto;width:770px;background:#fff;}
	.modal-dialog .close {position:absolute;right:-35px;top:-35px;}
	.modal-dialog .close i {color:#B9B9B9;font-size:18px;}

	/* -----------------------------------------------------------------------------
		pageContainer
	----------------------------------------------------------------------------- */ 
	.pageContainer {padding:0px 0 0px 0;}
	.pageContainer img {padding:5px;border: solid 1px #ccc;}
	.pageContent ul {padding:20px 0 0 0;float:left;width:100%;list-style:none;}
	.pageContent ul li {width:100%;float:left;margin-bottom:30px;}
	.pageContent li .post-header {padding:0px;}
	.pageContent li .post-header h3 {margin:0px;font-size:18px;font-weight: 400;}
	.pageContent li .post-header h3 a {color:#C0B874;}
	.pageContent li .post-header h3 a i {font-size:12px;float:left;margin:9px 5px 0 0;}
	


	.post-header {position:relative;margin-bottom:20px;padding:0 0 12px 0;line-height:20px;border-bottom:1px solid #dfe1e3;display:table;width:100%;}
	.post-header h1,
	.post-header h2 {font-weight:400!important;font-size:18px!important;text-transform:uppercase;color:#C0B874;}
	.post-header h3 {margin:0px;padding:0px;color:#403F3A;}
	.post-header span {float:right;font-size:14px;color:#4B4B4B;}
	.post-header.no-border {border:none;margin-bottom:10px;}
	.fleet-details .post-header h4 {text-align:right;margin:0px;line-height: 35px;}
	
	
	
	/* .post .post-header h5 {display:inline-block;margin:0px 0 10px 0;line-height:20px;color:#3F6DAA;}
	.post .post-header h5 > a {color:#1a1a1a;letter-spacing:0;}
	.post .post-header h5 > a:hover { color: #C0B874; }
	.post .post-header h3 {display:inline-block;margin:0;line-height:20px;font-size:18px;}
	.post .post-header h3 > a {color:#1a1a1a;letter-spacing:0;}
	.post .post-header h3 > a:hover { color: #C0B874; }
	.post .post-header span {position:absolute;top:0;right:0;color:rgba(26, 26, 26, 0.5);line-height:20px;}
	.post .post-header span.title {position:relative;color:#3F6DAA;} */

	/* -------------------------------------------------------------------------
		SIDEBAR
	------------------------------------------------------------------------- */
	.widget li {font-size:18px;}
	.widget .widget-title {color:#C0B874;padding:0 0 12px 0px;margin:0;font-weight:400;font-size:18px;text-transform:uppercase;}
	.widget .list {padding: 0;border-top: 1px solid #e5e5e5;}
	.widget .list li {border-bottom:1px solid #e5e5e5;}
	.widget .list a {padding:10px;display:block;color:#403F3A;}
	.widget .list li a i {margin-right:5px;}
	.widget .list li.active > a,
	.widget .list li > a:hover:before,
	.widget .list li > a:hover { color: #C0B874; }
	.widget .list li ul {list-style:none;padding:0 0 0 30px;margin:5px 0;}
	.widget .list li ul li {width:100%;border:none;margin:0;padding:0 0 10px 0;}
	.widget .list li ul li a {padding:0px;}
	
	/* -----------------------------------------------------------------------------
		POPUP
	----------------------------------------------------------------------------- */ 
	#popUpToUser {padding:5px;float:left;width:100%;min-height:120px;}
	#popUpToUser > #popLogo {width:100%;height:auto;float:left;display: block;overflow:hidden;text-align:center;border-bottom:solid 1px #ccc;padding-bottom:10px;}
	#popUpToUser > #popLogo > img {width:200px;}
	#popUpToUser > #popMessage {float:left;font-size:18px;margin:0 0;line-height:25px;text-align:center;width:100%;}
	#popUpToUser > #popMessage h4 {font-weight:300;color:#222222;float:left;line-height:25px;width:100%;}
	#popUpToUser > #popMessage h4.error {color:#d00;}
	/* -----------------------------------------------------------------------------
		CONTACT
	----------------------------------------------------------------------------- */
	.map {position: relative;}
	.map img {max-width:none!important;}
	#map-contact {width:100%;height:600px;z-index:90;}
	#map_canvas {width:100%;height:600px;z-index:90;}
	.tabContainer {height:100%;position:absolute;top:0px;right:10%;float:left;padding:0px;background:rgba(199, 191, 120, 0.7);z-index:91;}
	.tabContainer ul {position:absolute;bottom:0px;list-style:none;padding:30px 0;margin:0px;float:left;width:100%;}
	.tabContainer ul > li {width:100%;float:left;padding:20px 20px;margin:5px 0;background:rgba(41, 41, 41, 0.7);color:#fff;border-bottom:solid 1px #15150E;}
	.tabContainer ul > li.active p {display:none;}
	.tabContainer ul > li.active,
	.tabContainer ul > li:hover {background:rgba(255, 255, 255, 0.9);color:#000;cursor:pointer;}
	.tabContainer ul > li h6 {padding:0px;margin:0px;font-size:18px;font-weight:400}
	.tabContainer ul > li p {color:#ddd;font-size:14px;}
	.tabContainer ul > li.active p,
	.tabContainer ul > li:hover p {color:#444;}
	.tabContainer ul > li.active h6 {margin-bottom:5px;padding-bottom:5px;width:100%;border-bottom:solid 1px #ccc;}
	.tabContainer ul > li .moreDetails {display:none;font-size:14px;}
	.tabContainer ul > li .moreDetails strong {font:14px/16px 'Oswald'}
	.tabContainer ul > li.active .moreDetails {display:block;}


	.contact-map {}
	.contact-map .contact-form {padding:50px 0px 0px 0px;text-align:left;float:left;width:100%;}
	.contact-map .contact-form .form-row {margin-top:20px;}
	.contact-map .contact-form textarea {margin-bottom:20px;display:inherit;width:100%;resize:none;outline:none;}
	.contact-form .alert-message {padding-top: 17px;}
	.contact-map h5 { color: #fff; }

	/* -----------------------------------------------------------------------------
		Home Banners
	----------------------------------------------------------------------------- */ 
	.homeBanners {position: relative;padding:50px 0 100px 0;color: #000;}
	.homeBanners .row {margin:20px 0;font-family: 'Oswald';text-align: center;}
	.homeBanners .bannerDesc {padding-top:0px;text-align:justify;}
	.homeBanners .bannerDesc h3 {padding:0px;margin:0 0 20px 0;}
	.homeBanners .morebtn {color:#fff;display:block;margin-top:10px;}
	.homeBanners .morebtn:hover {color:#E0E0E0;}

	/* -----------------------------------------------------------------------------
		MEMBER OF
	----------------------------------------------------------------------------- */ 
	.memberOf {padding:50px 0 20px 0;}
	.memberOf a {float:left;padding:0 30px 0 0;float:left;}
	.memberOf a:hover {text-decoration:none;}
	.memberOf .memBlogos img {max-width:80px;max-height:80px;float:left; -webkit-filter: grayscale(1); /* Webkit */ filter: gray; /* IE6-9 */ filter: grayscale(1); /* W3C */ }
	.memberOf .memBlogos img:hover {-webkit-filter: grayscale(0); /* Webkit */ filter: gray; /* IE6-9 */ filter: grayscale(0); /* W3C */ }
	/* -----------------------------------------------------------------------------
		FOOTER
	----------------------------------------------------------------------------- */ 
	#footer {padding:0px;margin-top:70px;color:#c8cbd0;position:relative;overflow:hidden;}
	#footer > img {position:absolute;width:100%;height:auto;z-index:0;}
	#footer #footContent {z-index:1;position:relative;}
	#footer .basesInfo {background:rgba(0, 0, 0, 0.8);padding:50px 0;}
	#footer .basesInfo .footer-content {padding-bottom:10px;}
	#footer .basesInfo .footer-content h3 {color:#fff;font-size:28px;margin:0;}
	#footer .basesInfo .footer-content h5 {width:100%;float:left;color:#fff;font-size:19px;margin:0 0 10px 0;padding:0 0 2px 0;line-height:27px;border-bottom:solid 1px rgba(223, 225, 227, 0.33);}
	#footer .basesInfo .footer-content p,
	#footer .basesInfo .footer-content a {color:#c8cbd0;font-size:17px;letter-spacing:0px;}
	#footer .basesInfo .footer-content .widget {margin:0 0 20px 0;}
	#footer #giveUsYourPhone {border-bottom:solid 1px rgba(223, 225, 227, 0.33);padding:0 0 10px 0;margin:0 0 30px 0;}
	#footer #giveUsYourPhone p {color:#fff;}
	#footer #giveUsYourPhone p span {font-size:14px;color:#ccc;}
	#footer #giveUsYourPhone .textRight{text-align:right;}
	#footer #giveUsYourPhone .formInputWithBtn {float:left;width:100%;position:relative;}
	#footer #giveUsYourPhone .formInputWithBtn input[type=text] {color:#000;width:100%;border:solid 1px #015088;padding:10px 20px;font-size:18px;line-height:20px;}
	#footer #giveUsYourPhone .formInputWithBtn input[type=submit] {color:#fff;padding:10px 20px;background:#015088;border:none;position:absolute;top:1px;right:1px;}
	
	#footer .footer-copyrights {padding:15px 0 10px 0;background:#292929;}
	#footer .footer-copyrights p {margin:0;color:#9F9F9F;font-size:14px;font-weight:300;}
	#footer .footer-copyrights a {margin:0;color:#9F9F9F;font-size:12px;}
	#footer .footer-copyrights a:hover {text-decoration:underline;}
	#footer .footer-copyrights p.webdesign {text-align:right;}
	
	
	#searchFields {}
	#searchFields h5 {float:left;margin:0px 35px 0px 0px;font-weight: 400;}
	#searchFields h5 a {font-size:18px;color:#403F3A;}
	#searchFields h5 a.active {color:#C0B874;}
	#amount {color:#05568E!important;}
	
	#searchFormBareboat {font:300 16px/30px "Oswald","Oswald";}

	.form-control.error {border-color:#dd0000;outline: 0px none;box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 6, 6, 0.6);}
	
	.moreList a.more {font-style:italic;margin-left:10px;color:#808080;}
	.moreList a.more:hover {color:#C0B874;}
	
	.fleet-listing.opacity .fleet-vechicle {opacity:0.4;}
	
	
	.imgPostThumb {float:left;margin:0 10px 5px 0;}

	.page404 {margin:100px 0 150px 0; }

	#yachtLoader {width:100%;float:left;display:block;}
	#yachtLoader #loadingText {text-align:center;font-size:70px;line-height:70px;height:70px;margin:100px 0;padding:0px;width:100%;display:block;}


#blocksit {position:relative;transition:all 0.5s ease 0s;margin-bottom: 100px;}

.extra_trip {float:left;width:100%;}
.extra_trip h5 {}
.extra_trip > div {font-size:14px;text-align:center;}
.extra_trip > div img {max-width:60%!important;margin:0 auto;}
.extra_trip .baseCountry {text-align:left;min-height: 60px;}


.content_price {margin-top:20px;float:left;width:100%;}
.content_price > a {font-size:14px;background-color:#1D8BCB;padding:10px 30px 8px 30px;color:#ffffff;float:left;margin-right:1px;cursor:pointer;}
.content_price > a.link {background:#BCBDBF;color:#0A1221;}
.content_price > a.link:hover {background:#0A1221;color:#fff;}
.content_price .conclusionAmount {width:100%;margin-bottom:10px;font-size:14px;min-height: 18px;}
.content_price .conclusionAmount del {margin-right:20px;}
.content_price .conclusionAmount del span {color:#d00;}
.content_price .conclusionAmount .deposit {}

.parentTheBox {margin-bottom:10px;}
.box {position:relative;max-width:100%;font-size:12px;line-height:20px;float:left;}
.box h2 {font-size:14px;font-weight:200;}
.box img {margin:0 auto;display:block;}
.box > a {float:left;width:100%;height:198px;overflow:hidden;position:relative;z-index:90;background:#f1f1f1;border-bottom:solid 1px #F1F1F1;}
.box > a img {max-height:198px;max-width:100%;min-width:100%;position:absolute;bottom:0px;left:0px;right:0px;z-index:91;}

.box .discountPercentage {width:80px;height:80px;font-family:"Oswald";font-weight:400;font-size:18px;position:absolute;top:50px;right:5px;background:#eae3b1;text-align:center;color:#504E38;line-height:80px;z-index:99;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}
.box .discountPercentage span {font-size:12px;}

#searchResultCounter {display:none;color: #fff;float:right;margin-right:15px;}
#pagination {display:none;}

.fright {float:right;}
.aligh-right {text-align:right;}
.align-left {text-align:left;}

.yachtstyle {padding-top:50px;}
.yachtstyle h1 {font-size:25px;}
.yachtstyle ul {margin:0px;padding:0px;}
.yachtstyle ul li {list-style:none;}

#totalPriceView {margin:20px 0 0 0;font-weight:400;font-size:20px;}

#yachtImages {float:left;width:100%;height:200px;overflow:hidden;}
#yachtImages .loader {float:left;display:block;width:100%;position:relative;margin:50px 0;font-size:50px;color:#C7C079;line-height:60px;text-align: center;}
#yachtImages > img {}
#yachtImages .yachtSlider li {}
#yachtImages .yachtSlider li img {margin:0 auto;}

#yachtForm h3 {margin-top:0px;}

header.post-header h3 {font-weight:400}

.darkblue {color:#504E38}

.bookingDetails h3 {float:left;width:auto;color: #403F3A;font-weight: 400;}
.bookingDetails h4 {float:left;width:auto;margin-left:10px;}
.bookingDetails .fright {float:right;}
.discounts {color: #403F3A;font-weight: 400;}
.discounts span {font-size:18px;font-weight:300;}
.yacht_description h3 {color: #403F3A;font-weight: 400;}
.blackBold {color: #403F3A;font-weight: 400;}



.yacht_info {}
.yacht_info ul {padding:0px;margin:20px 0 20px;}
.yacht_info ul li {list-style:none;}
.yacht_info ul li span {color:#000039;}
.yacht_description {margin:20px 0px;padding-bottom:20px;padding-top:5px;}
.yacht_description ul {}
.yacht_description ul.discountDetails {background-color:#C4BC77;}

.yacht_description ul li {width:100%;float:left;padding:5px 0;margin:0px;}
.yacht_description ul li:hover {background:#F1F1F1;}
.yacht_description ul li .selectOption {}
.yacht_description ul li .selectOption label {margin:0 10px 0 0;float:left;width:30px;cursor:pointer;}
.yacht_description ul li .selectOption label i {font-size:20px;float:left;margin-left:7px;}
.yacht_description ul li .selectOption label i.chOpen{display:block;}
.yacht_description ul li .selectOption label i.chClose{display:none;}
.yacht_description ul li .selectOption label.active i.chOpen,
.yacht_description ul li .selectOption:hover label i.chOpen{display:none;}
.yacht_description ul li .selectOption label.active i.chClose,
.yacht_description ul li .selectOption:hover label i.chClose{display:block;}

.yacht_description ul li .selectOption input[type=text]{border:solid 1px #717171;width:30px;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.yacht_description ul li .selectOption input[type=checkbox]{display:none;}
.yacht_description ul li .priceInfo {text-align:right;}
.yacht_description ul li .cost {text-align:right;}
.yacht_form {}
.yacht_form form {float:left;width:100%;}
label {font-weight:normal;font-size:16px;line-height:34px;margin-bottom:0px;}
.red,
.yacht_form form label span {color:#d00;}


.amountPos {min-height:60px;}

#searchTop {padding:30px 0px 10px;background:#2f2f2e;-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.5);box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);display:none;-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;-o-transition:all 0.2s ease-in;-ms-transition:all 0.2s ease-in;transition:all 0.2s ease-in;}
#searchFormBareboat {display:none;}
#searchFormCrewed {display:none;}
#header.openbareboat #searchTop,
#header.opencrewed #searchTop {display:block;}
#header.openbareboat #searchTop #searchFormBareboat {display:block;}
#header.opencrewed #searchTop #searchFormCrewed {display:block;}
#searchFields .default-form input[type="text"] {padding:6px 10px 7px 10px;color:#333;background-color:#FFF;border-color:#CCC;}
#searchFields .default-form input[type="text"]:hover {color:#333;background-color:#E6E6E6;border-color: #ADADAD;}
#searchFields .default-form .btn.dark.searchBareboat {padding:4px 25px;}

#amountView {color:#fff;}




.calendar {background:#FFF url("../images/calendar.png") no-repeat right center!important;padding-left:8px!important;padding-right:8px!important;}

.error input,
.error .bootstrap-select .dropdown-toggle {border-color:#d00!important;}


.basesList {}
.basesList .textView a {color:#717171;}
.basesList .textView a:hover {color:#000;}






#offersInHome { position: relative; margin:50px 0 20px 0;/* height:540px; */}
#offersInHome h2 {font-size: 25px;font-weight: 400;text-align:left;}
#offersInHome ul {list-style:none;padding:0px;}
#offersInHome ul li {}
#offersInHome .textPosition {width:100%;float:left;display:inline;padding:15px 0;}
#offersInHome .textPosition a {}


#offersInHome .textPosition {box-sizing:border-box;display:block;text-align:left;}
#offersInHome .textPosition  h5 a {font-size:20px;line-height:30px;border-bottom:solid 3px #C6BE78;font-weight:400;}
#offersInHome .textPosition  h5 a:hover {text-decoration:none;}
#offersInHome .textPosition  h5 {margin:10px 0 15px 0;}
#offersInHome .textPosition  p {}
#offersInHome .textPosition  p .discount {margin:0 0 5px 0;width:100%;display:block;font-size:20px;line-height:30px;font-weight:400;}
#offersInHome .textPosition  p .discount del {font-weight:300;}
#offersInHome .textPosition  p .sliderPrice {margin:0 0 15px 0;width:100%;display:block;font-size:18px;line-height:30px;font-weight:400;}
#offersInHome .textPosition  p .sliderPrice del {font-size:18px;line-height:30px;font-weight:300;}
#offersInHome .textPosition  p .route {margin:0 0 10px 0;width:100%;display:block;font-size:17px;line-height:20px;}
#offersInHome .textPosition  p .date {margin:0 0 20px 0;width:100%;display:block;font-size:17px;line-height:20px;}

#offersInHome .buttonToOffers {color:#f1f1f1;padding:5px 20px;background:#111;font-weight:400;margin:10px 0 10px 0;display: inline-block;}
#offersInHome .buttonToOffers:hover {color:#ffffff;background:#000;text-decoration:none;}


@media (max-width:1200px){
	#offersInHome .imagePosition {width:600px;}
	#offersInHome .textPosition {width:340px;}
	#offersInHome .textPosition h5 {margin:0 0 25px 0;}
	#offersInHome .textPosition h5 a {font-size:30px;line-height:30px;}
	#offersInHome .textPosition p .sliderPrice {margin-bottom:20px;}
	#offersInHome .textPosition p .discount {font-size:20px;line-height:20px;}
	#offersInHome .textPosition p .sliderPrice {font-size:25px;line-height:25px;}
	#offersInHome .textPosition  p .route,
	#offersInHome .textPosition  p .date {font-size:16px;line-height:16px;}
}
@media (max-width:992px) {
	#offersInHome .slider-item {position:relative;}
	#offersInHome .imagePosition {width:100%;min-height:350px;}
	#offersInHome .textPosition {width:340px;position:absolute;bottom:0px;right:0px;background:rgba(0,0,0,0.6);}
}
@media (max-width:650px) {
	#offersInHome .imagePosition img {min-width: initial;max-width: initial;}
}
@media (max-width:400px) {
	#offersInHome .textPosition {width:100%;}
}
