/* include fonts */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans_regular/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans_regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_regular/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans_regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans_regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans_light/OpenSans-Light-webfont.eot');
    src: url('../fonts/opensans_light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_light/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/opensans_light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/opensans_light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans_extrabold/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/opensans_extrabold/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_extrabold/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/opensans_extrabold/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/opensans_extrabold/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans_bold/OpenSans-Bold-webfont.eot');
    src: url('../fonts/opensans_bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans_bold/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/opensans_bold/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans_bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* end of fonts */

/* general css */
* {
    font-family: 'open_sansregular';
}
body {
    /*background: #f6f9fb url(../images/background-lines.png) no-repeat bottom center; /* Old browsers */
    /*background: url(../images/background-lines.png) no-repeat bottom center, -moz-linear-gradient(top, #f6f9fb 0%, #dfedf3 42%, #a4dae4 100%); /* FF3.6+ */
    /*background: url(../images/background-lines.png) no-repeat bottom center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f9fb), color-stop(42%,#dfedf3), color-stop(100%,#a4dae4)); /* Chrome,Safari4+ */
    /*background: url(../images/background-lines.png) no-repeat bottom center, -webkit-linear-gradient(top, #f6f9fb 0%,#dfedf3 42%,#a4dae4 100%); /* Chrome10+,Safari5.1+ */
    /*background: url(../images/background-lines.png) no-repeat bottom center, -o-linear-gradient(top, #f6f9fb 0%,#dfedf3 42%,#a4dae4 100%); /* Opera 11.10+ */
    /*background: url(../images/background-lines.png) no-repeat bottom center, -ms-linear-gradient(top, #f6f9fb 0%,#dfedf3 42%,#a4dae4 100%); /* IE10+ */
    /*background: url(../images/background-lines.png) no-repeat bottom center, linear-gradient(to bottom, #f6f9fb 0%,#dfedf3 42%,#a4dae4 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9fb', endColorstr='#a4dae4',GradientType=0 ); /* IE6-9 */
}
.row {
    margin:0px;
}
.container {
        padding-left:0px;
        padding-right:0px;
    }
    
.main-container {
        margin-top:20px;
    }
	
.styled-select  select{
	background: transparent;
	width: 228px;
	padding: 5px;
	font-size: 13px;
	line-height: 18px;
	border: 0px none;
	border-radius: 0px;
	height: 30px;
	-webkit-appearance: none;
	cursor:pointer;
}
.styled-select {
	width: 200px;
	height: 30px;
	overflow: hidden;
	background:#fff url(../images/select_arrow.gif) no-repeat top right;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
}
.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:0px;
}
.emp-o{
    font-weight:bold;
    color:#e57314;
}
.bold {
    font-weight:bold;
}
.preview-filter {
    display:none;
}
em.info {
    width:15px;
    height:15px;
    background:transparent url(../images/giant_sprite.png) no-repeat -328px -175px;
    display:inline-block;
    vertical-align:middle;
    margin-left:7px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'open_sansbold';
}
/* end of general css */

/* header area css */
.navbar-header {
    float:none;
}
header.navbar {
    height:117px;
    /*background:transparent url(../images/header-other-tile.gif) repeat-x top left;*/
	background: #fff;
    width:100%;
    padding:0px 0px 0px 0px;
    border:0px none;
    border-radius:0;
    margin-bottom:0px;
    border-color:transparent;
}
header.navbar-home {
    /*background:transparent url(../images/header-tile.gif) repeat-x top left;*/
	background: #fff;
}
.navbar-default .navbar-collapse {
    border:0px none;
    border-color:transparent;
    line-height:16px;
    padding:0px;
	float: right;
	width: 72%;
}
.navbar-default .navbar-collapse ul{
    max-height:43px;
}
.navbar-default .navbar-nav {
    text-align: justify;
    width:100%;
    padding-right:15px;
}

.navbar-default .navbar-nav > li {
    margin:0px 0px 0px 0px;
    display: inline-block;
    float:none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #e57314;
    background-color: #fff;
}

.navbar-default .navbar-nav:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

.navbar-default .navbar-nav > li.last {
    margin:0px 0px 0px 0px;
}

.navbar-default .navbar-nav > li > a {
    font-size:17px;
    text-transform:uppercase;
    font-family: 'open_sanslight';
    padding:12px 0px 11px 0px;
}
.navbar-default .navbar-nav > .active > a {
    color: #e57314;
    font-weight:bold;
    background:transparent none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #e57314;
    background:transparent none;
}
.navbar-default .navbar-nav > li.active > a:hover {
    color: #e57314;
    background:transparent none;
}
.navbar-default .navbar-collapse ul li ul.dropdown-menu{
    max-height: none;
}
.navbar-default .navbar-collapse ul.secondary{
    max-height:none;
    position:fixed;
    top:100px;
    right:-175px;
    display:block;
    width:210px;
    padding:10px 40px 10px 20px;
    margin:0px 0px 0px 0px;
    background-color:#fff;
    border-radius:3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    z-index:999;
}
.navbar-default .navbar-collapse ul.secondary:hover {
	right:0px;
}
.navbar-default .secondary > li {
    margin:0px 0px 0px 0px;
    display: block;
    float:none;
}

.navbar-default .secondary:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: block;
}

.navbar-default .secondary > li.last {
    margin:0px 0px 0px 0px;
}

.navbar-default .secondary > li > a {
    font-size:15px;
    text-transform:uppercase;
    font-family: 'open_sanslight';
    padding: 5px 0;
    display:block;
}
.navbar-default .secondary > .active > a {
    color: #e57314;
    font-weight:bold;
    background:transparent none;
}
.navbar-default .secondary > li > a:hover {
    color: #e57314;
    background:transparent none;
}
.navbar-default .secondary > li.active > a:hover {
    color: #e57314;
    background:transparent none;
}

header#navbar .navbar-header ul {
    list-style-type:none;
    float:right;
    padding:10px 0px 0px 30px;
    margin:0px;
}
header#navbar .navbar-header ul li{
    /*display:inline-block;*/ /* Removed becaouse of SuperFish */
    padding:0px 0px 0px 9px;
    margin:0px 10px 0px 0px;
}
header#navbar .navbar-header ul li.mail{
    background:transparent url(../images/giant_sprite.png) no-repeat -97px -174px;
}
header#navbar .navbar-header ul li.tel{
    background:transparent url(../images/giant_sprite.png) no-repeat -347px -145px;
}
header#navbar .navbar-header ul li.skype{
    background:transparent url(../images/giant_sprite.png) no-repeat -347px -168px;
}
header#navbar .navbar-header ul li a{
    color:#777;
}
header#navbar .navbar-header ul li a:hover{
    text-decoration:none;
}
header.navbar .navbar-header div.language-selector {
    float:right;
    background-color:#5761a1;
    padding:4px;
    margin:-13px 0px 0px 0px;
    border-radius:0px 0px 4px 4px;
    
    -moz-box-shadow: 1px 1px 1px rgba(68,68,68,0.6);
    -webkit-box-shadow: 1px 1px 1px rgba(68,68,68,0.6);
    box-shadow: 1px 1px 1px 1px rgba(68,68,68,0.6);
    zoom: 1;
}
header .navbar-header div.language-selector{
    margin:-13px 15px 0px 0px;
}
header#navbar .navbar-header div.language-selector select{
	position: relative; /* This protects the inner element from being blurred */
}

.breadcrumb {
    padding: 30px 0px 15px 0px;
    margin-bottom: 20px;
    list-style: none;
    background:transparent none;
    border-radius: 0px;
}
.breadcrumb span.inline{
    margin:0px 5px 0px 5px;
}
.breadcrumb span.first{
    margin:0px 5px 0px 0px;
}
.breadcrumb a{
    color:#777;
}

.home-search {
    width:100%;
    padding:7px 0px 10px 0px;
    margin:0px;
    list-style-type:none;
    position:relative;
}
.home-search .styled-select{
    background-color:#fff;
    border-radius:3px;
}
.home-search li {
    display:block;
    width:210px;
    float:left;
    margin:0px 0px 0px 0px;
}
.home-search li select{
    width:200px;
    height:30px;
    border-radius:3px;
    border:1px solid #bcbcbc;
    padding: 0px 5px 1px 5px;
}
.home-search li.date-picker input{
    width:200px;
    height:30px;
    border-radius:3px;
    border:1px solid #bcbcbc;
    padding-left:10px;
    background:#fff  url(../images/calendar_small.png) no-repeat 95% center;
   
}
dd.date-picker input { background:#fff  url(../images/calendar_small.png) no-repeat 95% center;}
.home-search li label{
    display:block;
    color:#fff;
    font-weight:bold;
    font-size:14px;
}
.home-search li.submit{
    text-align:right;
}
.home-search li.submit button{
    margin:10px 0px 0px 20px;
}
.home-search li .home-submit span.text{
    width:130px;
}
/* end of header area css */

/* big promobox styles */
#big-promobox-container {
    position:relative;
}
#big-promobox-container ol.bjqs-markers {
    position:absolute;
    left:10px;
    bottom:13px;
    list-style-type:none;
    width:600px;
}
#big-promobox-container ol.bjqs-markers li a{
    display:block;
    line-height:4px;
    font-size:1px;
    height:4px;
    width:25px;
    float:left;
    margin-right:7px;
    text-indent:-9999px;
    background-color:#b0b8b9;
}
#big-promobox-container ol.bjqs-markers li a:hover{
    background-color:#e66c15;
}
#big-promobox-container ol.bjqs-markers li.active-marker a{
    background-color:#e66c15;
}
#big-promobox-container ul{
    list-style-type: none;
    margin:0px;
    padding:0px;
    -webkit-margin-after:0px;
}

#big-promobox-container ul li{
    list-style-type: none;
    float:left;
    position:relative;
    display:block;
}
#big-promobox-container ul li .image-container{
    max-width:953px;
    float:left;
    overflow:hidden;
}
#big-promobox-container ul li .data-container{
    width:312px;
    background-color:#749ab3;
    display:block;
    float:left;
    height:351px;
    color:#fff;
    text-align:center;
    font-size:28px;
}

#big-promobox-container ul li .data-container h2{
    margin:10px 20px 12px 20px;
    padding:0px 15px 10px 15px;
    border-bottom:1px solid #fff;
    font-size:1em;
    font-family: 'open_sansregular';
    font-weight:bold;
    line-height:24px;
}
#big-promobox-container ul li .data-container h4{
    font-size:0.7em;
    margin:0px 0px 0.4em 0px;
    padding:0px;
    line-height:20px;
}
#big-promobox-container ul li .data-container h3{
     font-family: 'open_sansbold';
     font-size:1.7em;
     padding:0px;
     margin:0px;
}
#big-promobox-container ul li .data-container h3.stripe{
    height:64px;
    background:transparent url(../images/home_slider_tile.gif) repeat-x top left;
    padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
    font-family: 'open_sansregular';
    position:relative;
}
#big-promobox-container ul li .data-container h3.stripe span{
    display:inline-block;
}
#big-promobox-container ul li .data-container h3.stripe span.discount{
    font-size:0.35em;
    font-family: 'open_sanslight';
    width:auto;
    margin-right:35px;
    text-align:center;
    margin-top:5px;
}
#big-promobox-container ul li .data-container h3.stripe span.discount em{
    font-size:34px;
    font-family: 'open_sansbold';
    font-style: normal;
    display:block;
}
#big-promobox-container ul li .data-container h3.stripe span.old-price{
    font-size:0.55em;
    font-family: 'open_sanslight';
    text-decoration:line-through;
    vertical-align:top;
    margin-top:20px;
    
}
#big-promobox-container ul li .data-container h3.stripe span.ribbon{
    display:block;
    width:15px;
    height:79px;
    position:absolute;
    right:-15px;
    top:-7px;
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -314px;
}
#big-promobox-container ol.dots li{
    list-style-type: none;
    float:left;
    background-color:#333;
    color:#fff;
    margin:0px 3px 0px 3px;
    padding:3px;
    cursor:pointer;
    display:block;
    width:20px;
}
.col-sm-12 {
    padding-right:0px;
    padding-left:0px;
}
/* end of big promobox styles */

/* promobox styles */
.promobox-wrapper {
    margin-top:13px;
}
.promobox-container {
    width:23%;
    float:left;
    margin-right:22px;
    background-color:#fff;
    text-align:center;
    padding:4px;
    border-radius:3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
	position: relative;
}
.promobox-wrapper .promobox-container {
    padding:0px 40px 0px 40px;
    overflow:hidden;
}
.promobox-wrapper .promobox-container .promo-slider{
    width:100%;
    position:relative;
}
.promobox-wrapper .promobox-container .promo-slider:before, .promobox-container .promo-slider:after{
    content: " ";
    display: table;
    clear:both;
    width:100%;
    position:relative;
}
.promobox-wrapper .promobox-container .promo-left-vstrip{
    position:absolute;
    top:0px;
    left:0px;
    width:30px;
    height:300px;
    background-color:#fff;
    display:block;
}
.promobox-wrapper .promobox-container a.promo-prev{
    position:absolute;
    bottom:0px;
    left:0px;
    width:26px;
    height:43px;
    background-color:#d2d2d2;
    display:block;
}
.promobox-wrapper .promobox-container .promo-right-vstrip{
    position:absolute;
    top:0px;
    right:0px;
    width:30px;
    height:300px;
    background-color:#fff;
    display:block;
}
.promobox-wrapper .promobox-container a.promo-next{
    position:absolute;
    bottom:0px;
    right:0px;
    width:26px;
    height:43px;
    background-color:#d2d2d2;
    display:block;
}
.promobox-wrapper .last {
    margin-right:0px;
}
.promobox-container h2{
    text-align:center;
    color:#e57314;
    font-weight:bold;
    font-size:25px;
    margin:0px 0px 0px 0px;
    padding:0px;
    position:relative;
    background-color:#fff;
}
.promobox-container .imageContainer{
    margin-bottom:10px; 
    position:relative;
}
.promobox-container .imageContainer img{
    border-radius:2px;
	width: 95%;
}
.promobox-container .imageContainer em{
    position:absolute;
    top:-10px;
    right:2px;
    z-index:99;
    width:65px;
    height:65px;
    font-style:normal;
    border-radius:50%;
    vertical-align:middle;
    font-size:22px;
    color:#fff;
    font-weight:bold;
    padding:16px 0px 0px 0px;
    background-color:#ec7b1a;
    
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-gradient(linear, left top, right top, from(#e77216), to(#fd9826));

    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -webkit-linear-gradient(left, #e77216, #fd9826);

    /* Firefox 3.6 - 15 */
    background-image: -moz-linear-gradient(left, #e77216, #fd9826);

    /* Opera 11.1 - 12 */
    background-image: -o-linear-gradient(left, #e77216, #fd9826);

    background-image:linear-gradient(to right, #e77216, #fd9826);
}
.promobox-container article{
    position:relative;
    background-color:#fff;
    padding:0px;
    margin:0px;
    color:#58595b;
}
.promobox-container article:before, .promobox-wrapper .promobox-container article:after{
    content: " ";
    display: table;
    clear:both;
}
.promobox-container article h4{
    font-size:19px;
    color:#777;
    font-weight:normal;
    padding:0px 10px 3px 10px;
    min-height:40px;
}
.promobox-container article strong.price{
    font-weight:bold;
    color:#e57314;
    font-size:17px;
}
.promobox-container article strong.price span{
    font-weight:normal;
    color:#58595b;
    font-size:17px;
    text-decoration: line-through;
    margin-right:5px;
}
.promobox-container article span.base{
    display:block;
    font-size: 17px;
}
.promobox-container article p{
    width:137px;
    display:block;
    margin:0px;
    padding:0px 0px 0px 13px;
    float:left;
    text-align:left;
    font-size:14px;
}
.promobox-container article dl{
    width:140px;
    display:block;
    margin:0px;
    padding:0px;
    float:right;
    text-align:left;
}
.promobox-container article dl dt{
    width:78px;
    display:block;
    margin:0px;
    padding:0px;
    float:left;
    font-size:14px;
    font-weight:normal;
}
.promobox-container article dl dd{
    width:46px;
    display:block;
    margin:0px;
    padding:0px;
    float:left;
    font-size:14px;
}
.promobox-container article .promo-tirq{
    margin:10px 0px 10px 0px;
}

.promobox-container a.see-all{
    color:#e87417;
    font-size:17px;
    font-weight:bold;
    text-decoration:underline;
    margin:15px 0px 30px 0px;
    display:block;
    position:relative;
}
/* end of promobox styles */

/* article list on homepage */
.home-articles {
    margin:20px 15px 0px 0px;
    background-color:#fff;
    padding:0px;
    border-radius:3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
}
.home-articles section {
    background-color:#fff;
    padding:18px;
    position:relative;
}
.home-articles article {
    width:31%;
    float:left;
    margin-right: 2%;
    text-align:center;
}
.home-articles article.last {
    margin-right:0px;
}
.home-articles article h2{
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    text-align:center;
    color:#e57314;
    font-size:25px;
    font-weight:normal;
}
.home-articles article img {
    border-radius:3px;
    width:282px;
    height:132px;
}
.home-articles article div.body{
    margin-top:15px;
    text-align:left;
}
.home-articles article div.body p{
    font-size:14px;
}
.home-articles article .homeart-tirq{
    margin-top:30px;
    margin-bottom:10px;
    
}
/* end of article list on homepage */

/* Search Results default css */
#boats-filter{
    background-color:#fff;
    border-radius:3px;
    width:300px;
    padding:20px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    color:#777;
    position:relative;
}
#boats-filter h5{
	font-weight:normal;
}
#boats-filter .recommended-area, #boats-filter .slider-area, #boats-filter .main-filters{
    position:relative;
    padding:0px 10px 25px 10px;
    margin:0px 1px 0px 1px;
    border-bottom:1px solid #d7d7d7;
    background: #fff none; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 32%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(32%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#fff 32%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f3 0%,#fff 32%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f3 0%,#fff 32%,#fff 100%); /* IE10+ */
    background: linear-gradient(to top, #f3f3f3 0%,#fff 32%,#fff 100%); /* W3C */
   
}
#boats-filter .boat-specs{
	padding:0px 10px 25px 10px;
	position:relative;
}
#boats-filter .main-filters input#datepick{
	width: 260px;
	height: 30px;
	overflow: hidden;
	padding:5px;
	background: url(../images/giant_sprite.png) no-repeat 247px -399px;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
	cursor:pointer;
}
#boats-filter select{
	width:300px;
	font-size:14px;
}
#boats-filter .styled-select{
	width:260px;
	margin-bottom:20px;
}
#boats-filter .recommended-area #orderby-select{
	width:150px;
	display:inline-block;
}
#boats-filter .recommended-area #asc-select{
	width:120px;
	display:inline-block;
}
#boats-filter .recommended-area select#orderby_select{
	width:200px;
	font-size:14px;
}
#boats-filter .recommended-area select#ascending_select{
	width:150px;
	font-size:14px;
}
#boats-filter .recommended-area .big-tirq{
	margin-bottom:25px;
}
#boats-filter .boat-specs .big-tirq{
	margin-top:40px;
}
#boats-filter .boat-specs .jslider_round_plastic{
	margin-top:25px;
}
#boats-filter .slider-area{
	padding-bottom:5px;
}
#boats-filter .slider-area h5{
	margin-bottom:20px;
}
#boats-filter .jslider_round_plastic{
	margin-bottom:30px;
}

#search-results{
    position:relative;
    width:980px;
    padding:0px 0px 0px 25px;
}
#search-data{
    position:relative;
}
.ajax-pager{
    position:relative;
}

#search-results article {
    padding:0px 0px 0px 12px;
    border-top:12px solid #41a4ae;
    border-radius:4px;
    background-color:#fff;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    margin:20px 0px 0px 0px;
    color:#777;
}
#search-results article .sr-left{
    width:308px;
    float:left;
}
#search-results article .imageContainer{
    width:288px;
    height:210px;
    overflow:hidden;
    float:left;
    margin-bottom:20px;
}
#search-results article .imageContainer img{
    width:288px;
    border-radius:4px;
}
#search-results article h2{
    color:#e57314;
    font-size:25px;
    font-weight:normal;
    width:300px;
    margin:10px 0px 10px 0px;
    padding:0px;
}
#search-results article .sr-data{
    width:635px;
    float:left;
    margin-top:15px;
    overflow:hidden;
    position:relative;
}
#search-results article .sr-data h4{
    font-size:15px;
    font-family:'open_sanslight';
}
#search-results article .sr-data h4 strong{
    font-family:'open_sansregular';
    font-weight:normal;
}
#search-results article .sr-data ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#search-results article .sr-data ul li {
    float:left;
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #a1dce4;
    font-size:15px;
    font-family:'open_sanslight';
}
#search-results article .sr-data ul li.last{
	border-right:0px none;
}
#search-results article .sr-data ul.alt-bases li {
    float:none;
    display:inline-block;
    max-width:70%;
    margin-right:0px;
    padding-right:0px;
    border-right:0px none;
    font-family:'open_sansregular';
}
#search-results article .sr-data ul.alt-bases li.title {
    vertical-align:top;
    font-family:'open_sanslight';
}
#search-results article .sr-data ul li strong{
    font-family:'open_sansregular';
    font-weight:normal;
    margin-left:3px;
}
#search-results article .sr-data .periods{
    padding:10px 0px 0px 7px;
    margin:0px;
    height:200px;
    position:relative;
    z-index:1;
}
#search-results article .sr-data .periods div.no-info{
    color:#fff;
    background-color:#f69e35;
    border-radius:3px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    padding:10px;
    font-size:18px;
}
div.periods div.no-info p span{
    font-size:13px;
    display:block;
    margin-top:10px;
}
div.periods > div{
    width:180px;
    height:170px;
    float:left;
    margin-right:16px;
    padding:12px;
    border-radius:4px;
    background-color:#fff;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    text-align:center;
    position:relative;
}
div.periods div.main-box{
    width:220px;
    height:185px;
    float:left;
    margin-right:16px;
    margin-top:-7px;
    position:relative;
}
.sr-data div.periods div.main-box{
    -moz-box-shadow: 0px 0px 10px rgba(68,168,177,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,168,177,0.6);
    box-shadow: 0px 0px 10px 10px rgba(68,168,177,0.3);
}
div.periods div.selected{
    -moz-box-shadow: 0px 0px 10px rgba(68,168,177,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,168,177,0.6);
    box-shadow: 0px 0px 10px 10px rgba(68,168,177,0.3);
}
div.periods div span{
    display:block;
    padding:0px 0px 3px 0px;
}
div.periods div.main-box span{
    font-size:17px;
}
/*div.periods div .small-btn span{
    padding: 4px 0px 0px 8px;
}*/
div.periods div.main-box .small-btn span{
    font-size:19px;
    padding: 2px 3px 0px 7px;
}
div.periods div span.old-price{
    text-decoration:line-through;
    font-size:19px;
}
div.periods div.main-box span.old-price{
    font-size:23px;
}
div.periods div span.old-price.hide{
	visibility: hidden;
	margin-bottom: -10px;
	display: block !important;
}
div.periods div span.no-price{
    font-size:26px;
    color:#f69e35;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
    line-height:29px;
}
div.periods div span.price{
    font-size:30px;
    font-weight:bold;
    display:inline-block;
    color:#6ea002;
}

div.periods div span.booked-message{
    font-size:20px;
    font-weight:bold;
    display:block;
    color:#777;
}
div.periods div.main-box span.booked-message{
    font-size:22px;
}
div.periods div.main-box span.price{
	font-size:35px;
}
div.periods div em{
    position:absolute;
    top:35px;
    right:5px;
    z-index:100;
    width:39px;
    height:37px;
    font-style:normal;
    border-radius:50%;
    vertical-align:middle;
    font-size:14px;
    color:#fff;
    font-weight:normal;
    font-family:'open_sansbold';
    padding:8px 3px 0px 3px;
    background-color:#44a8b1;
}
div.periods div.main-box em{
    width:49px;
    height:47px;
    font-size:19px;
    color:#fff;
    font-weight:normal;
    font-family:'open_sansbold';
    padding:9px 3px 0px 3px;
    background-color:#44a8b1;
}
a.period-prev{
    width:20px;
    height:30px;
    font-size:1px;
    background:#bcbec0 url(../images/pager_prev.png) no-repeat center center;
    position:absolute;
    bottom:80px;
    left:0px;
    z-index:10;
    border-radius:3px;
}
a.period-next{
    width:20px;
    height:30px;
    font-size:1px;
    background:#bcbec0 url(../images/pager_next.png) no-repeat center center;
    position:absolute;
    bottom:80px;
    right:5px;
    z-index:10;
    border-radius:3px;
}
.tooltip-inner {
    max-width:600px;
    text-align:left;
    padding:10px;
}

.price_holder {
    font-size:11px;
    padding:20px 0px 0px 0px;
}
.ajax-pager {
    padding:5px;
    margin:0px 0px 0px 0px;
    text-align:right;
    background-color:#f69e35;
    border-radius:3px;
    color:#fff;
    position:relative;
}
#ajax-pager-bottom {
	margin-top:20px;
}
.ajax-pager ul{
    list-style-type: none;
    padding:0px;
    margin:0px;
}
.ajax-pager ul li{
    display:inline-block;
    margin:0px 10px 0px 0px;
	vertical-align:middle;
}
.ajax-pager ul li.data{
	vertical-align:top;
}
.ajax-pager ul li.disabled a{
    cursor: no-drop;
    color:#d2d2d2;
}
.ajax-pager ul li.disabled a:hover{
    text-decoration:none;
}
.ajax-pager ul li.prev a{
    display:inline-block;
    background:transparent url(../images/giant_sprite.png) no-repeat -170px -147px;
	width:8px;
	height:13px;
}
.ajax-pager ul li.first a{
    display:inline-block;
    background:transparent url(../images/giant_sprite.png) no-repeat -170px -134px;
    width:13px;
    height:13px;
    display:none;
}
.ajax-pager ul li.next a{
    display:inline-block;
    background:transparent url(../images/giant_sprite.png) no-repeat -178px -147px;
	width:8px;
	height:13px;
}
.ajax-pager ul li.last a{
    display:inline-block;
    background:transparent url(../images/giant_sprite.png) no-repeat -183px -134px;
    width:13px;
    height:13px;
    display:none;
}
ul.legend-info{
	margin:22px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
ul.legend-info li{
	display:inline-block;
	vertical-align:middle;
	line-height:1px;
	margin-right:15px;
}
ul.legend-info li.available{
	background:transparent url(../images/giant_sprite.png) no-repeat -213px -134px;
	width:15px;
	height:16px;
	margin-right:5px;
}
ul.legend-info li.reserved{
	background:transparent url(../images/giant_sprite.png) no-repeat -228px -134px;
	width:15px;
	height:16px;
	margin-right:5px;
}
ul.legend-info li.unknown{
	background:transparent url(../images/giant_sprite.png) no-repeat -198px -134px;
	width:15px;
	height:16px;
	margin-right:5px;
}

#ajax-pager ul.legend-info{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
	display:inline-block;
	position:absolute;
	top:4px;
	left:10px;
}

/* END OF Search Results default css */

/* Boat Info default css */
article.boat-info {
    width:790px;
    color:#777;
    float:left;
}
article.boat-info section{
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    margin-bottom:25px;
}
section h2.title-strip{
    font-size:20px;
    color:#e57314;
    line-height:22px;
    border-radius: 5px 5px 0px 0px;
    margin:0px;
    padding:15px 0px 15px 0px;
    text-align:center;
    border-bottom:1px solid #d7d7d7;
    background: #f8f8f8 none; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f3 0%, #fff 50%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(50%,#fff), color-stop(100%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#fff 50%,#fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f3f3f3 0%,#fff 50%,#fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f3f3f3 0%,#fff 50%,#fff 100%); /* IE10+ */
    background: linear-gradient(to top, #f3f3f3 0%,#fff 50%,#fff 100%); /* W3C */
}
article.boat-info section.boat-details:before, article.boat-info section.boat-details:after{
    content: " ";
    display: table;
    clear:both;
}
article.boat-info section.boat-details, article.boat-info section.base-info{
	padding-bottom:25px;
}
article.boat-info section.boat-details h3 {
	font-size:20px;
	color:#e57314;
	line-height:22px;
	margin:0px 25px 0px 25px;
	padding:20px 0px 20px 0px;
}
article.boat-info section.boat-details .imageContainer {
	width:93%;
	overflow:hidden;
	margin:0px auto;
}

article.boat-info section.boat-details .boat-data {
	margin:20px 0px 0px 25px;
	width:550px;
	float:left;
}
article.boat-info section.boat-details .boat-data ul {
	margin:0px 10px 0px 0px;
	padding:0px;
	list-style-type:none;
        float:left;
        width:135px;
        color:#777;
}
article.boat-info section.boat-details .boat-data ul li{
	display:block;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #d2d3d3;
}
article.boat-info section.boat-details .boat-data ul li.last{
	border-bottom:0px none;
}
article.boat-info section.boat-details .boat-data ul li:before, article.boat-info section.boat-details .boat-data ul li:after{
    content: " ";
    display: table;
    clear:both;
}
article.boat-info section.boat-details .boat-data ul li span, article.boat-info section.boat-details .boat-data ul li strong{
	display:block;
        float:left;
}
article.boat-info section.boat-details .boat-data ul.first-row li span{
	width:90px;
        padding-left:5px;
}
article.boat-info section.boat-details .boat-data ul.first-row li strong{
	width:45px;
}

article.boat-info section.boat-details .boat-data ul.second-row{
	width:185px;
        margin-right:10px;
}
article.boat-info section.boat-details .boat-data ul.second-row li span{
	width:115px;
        padding-left:5px;
}
article.boat-info section.boat-details .boat-data ul.second-row li strong{
	width:70px;
}

article.boat-info section.boat-details .boat-data ul.third-row{
	width:210px;
        margin-right:0px;
}
article.boat-info section.boat-details .boat-data ul.third-row li span{
	width:140px;
        padding-left:5px;
}
article.boat-info section.boat-details .boat-data ul.third-row li strong{
	width:70px;
}
article.boat-info section.boat-details button.see-bdetail {
	display:block;
	float:left;
	text-align:center;
	text-decoration:underline;
	color:#777777;
}
article.boat-info section.boat-details button.see-bdetail.btnLAng_de {
	width: 330px;
}
article.boat-info section.boat-details a.see-bdetail:hover {
	text-decoration:none;
}
article.boat-info section.boat-availability {
    position:relative;
}
article.boat-info section.boat-availability .periods-holder{
    position:relative;
	overflow:hidden;
	margin:0px 70px 0px 70px;
	padding:45px 0px 45px 0px;
}
article.boat-info section.boat-availability .periods{
    position:relative;
    padding:10px 0px 0px 0px;
    margin:0px;
    height:200px;
    position:relative;
    z-index:1;
}

article.boat-info section.boat-availability a.period-prev {
	bottom:130px;
	left: 40px;
}
article.boat-info section.boat-availability a.period-next {
	bottom:130px;
	right: 40px;
}
article.boat-info section.boat-availability div.periods div {
	margin-right: 20px;
}
article.boat-info section.base-info .data-holder{
	padding:25px 25px 0px 25px;
}
article.boat-info section.base-info .base-floater h3{
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
article.boat-info section.base-info .base-floater {
	width:50%;
    float:left;
	padding-left:23px;
}
article.boat-info section.base-info .first {
	padding-right:23px;
	padding-left:0px;
}
article.boat-info section.base-info .base-floater .styled-select{
	width:100%;
}
article.boat-info section.base-info .base-floater .styled-select select{
	width:100%;
	padding-right:30px;
}
article.boat-info section.base-info p.msg-alternative {
	font-size:13px;
	padding:20px 0px 0px 0px;
	margin:0px;
	clear:both;
}
article.boat-info section.base-info #base-map{
	border:1px solid #a7a9ac;
	border-radius:4px;
	margin-top:10px;
}

article.extras-info {
    width:460px;
    color:#777;
    float:left;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    margin:0px 0px 0px 30px;
}
article.extras-info {
    width:460px;
    color:#777;
    float:left;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 20px 0px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    margin:0px 0px 0px 30px;
    position:relative;
}
article.extras-info .big-tirq{
    margin-top:15px;
    margin-bottom:0px;
}
article.extras-info .big-blue{
    margin-top:15px;
    margin-bottom:0px;
}
article.extras-info .form{
    padding:25px 20px 0px 20px;
    display:none;
    z-index:100;
    position:relative;
}
article.extras-info .extras-holder{
    padding:25px 20px 0px 20px;
}
article.extras-info .extras-holder .date-strip{
    padding:0px;
    margin:0px;
    width:100%;
}
article.extras-info .extras-holder .date-strip strong{
    display:inline-block;
    width:60%;
    font-size:17px;
}
article.extras-info .extras-holder .date-strip span{
    display:inline-block;
    width:40%;
}
article.extras-info ul.extras-list{
    list-style-type:none;
    margin:15px 0px 0px 0px;
    padding:0px;
    border-bottom:1px solid #d2d3d3;
    width:100%;
}
article.extras-info ul.extras-list li{
    display:block;
    margin-bottom:12px;
    font-size:14px;
    width:100%;
}
article.extras-info ul.extras-list li.title{
    font-size:17px;
    font-weight:bold;
    margin-bottom:6px;
}
article.extras-info ul.extras-list li span{
    display:inline-block;
    text-align:right;
    width:21%;
    vertical-align:middle;
}
article.extras-info ul.extras-list li span.value em{
    display:block;
    font-size:11px;
}
article.extras-info ul.extras-list li span.addon{
    text-align:left;
    padding-left:7px;
}
article.extras-info ul.extras-list li span.data{
    width:57%;
    text-align:left;
}
article.extras-info ul.extras-list li#waiver-litem span.data{
    width:40%;
    text-align:left;
}
article.extras-info ul.extras-list li#waiver-litem span.value{
    width:38%;
}
article.extras-info .final-price{
    color:#fff;
    background-color:#f7941d;
    padding:20px;
    margin:25px 0px 10px 0px;
}
article.extras-info .final-price div{
    width:100%;
}
article.extras-info .final-price div h3{
    float:left;
    width:50%;
    font-size:25px;
    font-weight:normal;
    margin:0px;
}
article.extras-info .final-price div h3.second{
    text-align:center;
}
article.extras-info .final-price div h3 em{
    display:block;
    font-style:normal;
    font-size:14px;
    font-weight:normal;
}
article.extras-info .msg-alternative{
    display:block;
    font-size:14px;
    padding:5px 25px 10px 25px;
}
article.extras-info .big-green {
    margin:25px auto 0px auto;
    display:inline-block;
}
article.extras-info .contact-form .green-small {
    margin:25px auto 0px auto;
    display:block;
}
article.extras-info .big-green span.text{
    width:360px;
}

article.extras-info .big-tirq span.text{
    width:360px;
}
article.extras-info .big-blue span.text{
    width:360px;
}
article.extras-info .extras-form{
    padding:0px 10px 20px 10px;
    margin: 0px 24px 0px 24px;
    position:absolute;
    z-index:100;
    background:#44a8b1;
    background: rgb(68, 168, 177); 
    width:auto;
    display:none;
    color:#fff;
}
article.extras-info .extras-form .button-area{
    padding:40px 10px 40px 10px;
}
article.extras-info .extras-form .overflower{
    margin-right:-10px;
}
article.extras-info .extras-form .button-area .green-small span.text, article.extras-info .extras-form .button-area .orange-small span.text,
article.extras-info .extras-form .button-area .grey-small span.text{
    padding-left:0px;
    padding-right:0px;
}
article.extras-info .extras-form .button-area .orange-small,
article.extras-info .extras-form .button-area .grey-small{
    float:right;
}
article.extras-info .extras-form ul.extras-list li span.data{
    width:56%;
    text-align:left;
}
article.extras-info .extras-form ul.extras-list li span.data input{
    margin-right:5px;
}
article.extras-info .extras-form ul.extras-list li span.addon{
    width:21%;
    font-size:12px;
}
article.extras-info .extras-form ul.extras-list li span.value{
    width:22%;
    font-weight:bold;
}
article.extras-info .contact-form{
    padding:20px 20px 0px 20px;
    position:relative;
    display:none;
}
article.extras-info .contact-form div.form-row{
    padding:0px 0px 10px 0px;
    width:100%;
}
article.extras-info .contact-form div.form-row:before, article.extras-info .contact-form div.form-row:after{
    content: " ";
    display: table;
    clear:both;
}
article.extras-info .contact-form div.form-row p{
    width:50%;
    display:block;
    float:left;
}
article.extras-info .contact-form div.form-row p.second{
    padding-left:20px;
}
article.extras-info .contact-form div.form-row p.full-row{
    width: 100%;
}
article.extras-info .contact-form div.form-row p span.styled-select{
    width:100%;
    display:block;
    overflow: hidden;
}
article.extras-info .contact-form div.form-row p span.styled-select select{
    width:120%;
}
article.extras-info .contact-form div.form-row p input{
    width:90%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    padding-left: 10px;
}
span.errorMsg, span.errorMsg2{
    font-size:11px;
    color:#ff0000;
    display:none;
}
article.extras-info .contact-form div.form-row p.second input{
    width:100%;
}
article.extras-info .contact-form div.form-row textarea{
    width:100%;
    max-width:100%;
    border-radius: 3px;
    border: 1px solid #bcbcbc;
    padding: 10px;
    min-height:100px;
}
article.extras-info .contact-form div.form-row label{
    display:block;
    font-weight:bold;
}
/* END OF Boat Info default css */
/* Boat New Search css */
#new-search {
    width:75%;
    float:left;
    /*background-color: #fff;*/
    border-radius: 5px;
    padding: 0px 0px 20px 0px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    /*padding:0px 30px 30px 30px;*/
	
	box-shadow: none;
	border: 8px solid #f5f5f5;
	padding: 0px 22px 22px 22px;
}
#new-search .row {
    margin-bottom:10px;
}
#new-search h1 {
	color: white !important;
	margin: -8px -30px 25px -30px;
	border-radius: 3px 3px 0px 0px;
	padding: 10px;
	background: -moz-linear-gradient(top, #0072b1 0%, #0097fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072b1), color-stop(100%,#0097fc));
	background: -webkit-linear-gradient(top, #0072b1 0%,#0097fc 100%);
	background: -o-linear-gradient(top, #0072b1 0%,#0097fc 100%);
	background: -ms-linear-gradient(top, #0072b1 0%,#0097fc 100%);
	background: linear-gradient(to bottom, #0072b1 0%,#0097fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b1', endColorstr='#0097fc',GradientType=0 );
    font-size:33px;
    /*color:#e57314;*/
    text-align:center;
}
#new-search .departure-date {
    width:35%;
    float:left;
}
#new-search .departure-date input#datepick{
    width: 90%;
    height: 30px;
    overflow: hidden;
    padding:5px;
    background: url(../images/small_calendar.gif) no-repeat top right;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    cursor:pointer;
}
#new-search .duration {
    width:64%;
    float:left;
}
#new-search .duration .styled-select{
    width:100%;
}
#new-search .duration .styled-select select{
    width:130%;
}
#new-search .country {
    width:35%;
    float:left;
}
#new-search .country .styled-select{
    width:90%;
}
#new-search .country .styled-select select{
    width:120%;
}
#new-search .area, #new-search .base {
    width:32%;
    float:left;
}
#new-search .base {
    padding-left:20px;
}
#new-search .area .styled-select, #new-search .base .styled-select {
    width:100%;
}
#new-search .area .styled-select select, #new-search .base .styled-select select{
    width:120%;
}
#new-search .boat-type {
    width:35%;
    float:left;
}
#new-search .boat-type .styled-select{
    width:90%;
}
#new-search .boat-type .styled-select select{
    width:120%;
}
#new-search .boat-brand, #new-search .cabins {
    width:32%;
    float:left;
}
#new-search .cabins {
    padding-left:20px;
}
#new-search .boat-brand .styled-select, #new-search .cabins .styled-select {
    width:100%;
}
#new-search .boat-brand .styled-select select, #new-search .cabins .styled-select select{
    width:120%;
}
#new-search .weekly-price {
    padding-top:20px;
}
#new-search button {
    display:block;
    margin:50px auto 0px auto;
    width:90%;
    position:relative;
}
#new-search button span.text{
    width:100%;
    float:none;
}
#new-search button span.end{
    position:absolute;
    top:0px;
    right:-10px;
}
.pb-new-search {
    margin-right:0px;
    float:right;
}
/* END OF Boat New Search css */

/* Boat order successful css */
.order-successful {
    padding:25px;
    background-color: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
}
.order-successful:before, .order-successful:after{
    content: " ";
    display: table;
    clear:both;
}
.order-successful h1{
    text-align:center;
    font-size:29px;
    color:#777;
    padding-bottom:20px;
}
.order-successful h1 em{
    display:block;
    margin:20px auto 20px auto;
    background:transparent url(../images/giant_sprite.png) no-repeat -945px -170px;
    text-indent:-9999px;
    width:79px;
    height:71px;
}
.order-successful .img-cont{
    width:45%;
    float:left;
    height:410px;
    overflow:hidden;
}
/*.order-successful .data-cont{
    width:54%;
    float:left;
    padding-left:30px;
}*/
.order-successful .big-tirq {
    display:inline-block;
    margin-right:10px;
}
.order-successful .big-tirq span.text{
    font-size:14px;
}
.order-successful a.last-btn {
    margin-right:0px;
}
.order-successful .button-area {
    margin-top:30px;
}

/* END OF Boat order successful css */

/* custm pages css */
.navbar-btn {
    margin-top: 0px;
    width: 28%;
}
a.logo{
	height:99px;
	margin-top: 10px;
}
.navbar-btn img {
	width: 100%;
}

footer.footer {
	background: #414141;
	min-height: 259px;
	min-width: 450px;
	padding: 20px 0px 20px 0px;
	margin-top: 55px;
	position:relative;
}

header.navbar {
    height:117px;
	background: #fff;
    /*background:transparent url(../images/header-other-tile.gif) repeat-x top left;*/
	-moz-box-shadow: 0px 0px 5px rgba(68,68,68,0.8);
    -webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.8);
    box-shadow: 0px 0px 5px 1px rgba(68,68,68,0.4);
    width:100%;
    padding:0px;
    border:0px none;
    border-radius:0;
    margin-bottom:0px;
    border-color:transparent;
	z-index: 100;
}
header div#contact-us-form {
	position: fixed;
	top: 20px;
	right: 50px;
	z-index: 99999;
	width: 500px;
	background-color: white;
	border-radius: 3px;
	display: none;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #428bca;
}


header div#contact-us-form * {
	color: #777;
}
header div#contact-us-form .close-window {
	color: white;
}

header div#contact-us-form dd{
	color: #777;
	width: 50%;
	float:left;
	padding-right: 24px;
	padding-bottom: 15px;
}

header div#contact-us-form dd.contact-us-destination { 
	clear: left;
}

header div#contact-us-form dd.contact-us-gender,
header div#contact-us-form dd.contact-us-notes,
header div#contact-us-form dd.contact-us-button { 
	width:100%;
}
header div#contact-us-form dd.contact-us-button { 
	text-align: center;
}

header div#contact-us-form div.contact-us-header {
	padding: 24px;
	margin: 0 auto;
	border-bottom: 1px solid #d7d7d7;
	background: #428bca; /* Old browsers */
	border-radius: 5px 5px 0px 0px;
	height: 100px;
}
header div#contact-us-form div.contact-us-header p{ 
	color: white;
}

.close-window {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
header div#contact-us-form  span.contact-us-mailError{
    font-size:11px;
    color:#ff0000;
    display:block;
    display:none;
}

/*
header div#contact-us-form  span.contact-us-phoneError{ 
	height: 16px;
	line-height: 20px;
	width: 100%;
	display: none;
}
*/
header div#contact-us-form dl {
	padding: 14px 0px 0px 24px;
	position: relative;
	margin: 0px;
	width: 100%;
}

header div#contact-us-form div.contact-us-header h3 {
	color: white;
	font-size: 18px;
	margin-top: 0px;
}

header div#contact-us-form dl dt {
	display: none;
}

header div#contact-us-form dl dd input[type=radio],
header div#contact-us-form dl dd input[type=checkbox] {
	height: 10px;
	width: auto;
}

header div#contact-us-form dl dd input,
header div#contact-us-form dl dd textarea,
header div#contact-us-form dl dd select {
	width: 100%;
	margin-top: 5px;
	border-radius: 3px;
	border: 1px solid #bcbcbc;
	padding: 3px 0px 3px 10px;
}

header div#contact-us-form dl dd textarea {
	resize: vertical;
	min-height: 95px;
}

header div#contact-us-form dl dd a.small-btn {
	margin: 5px auto 10px;
}

header div#contact-us-form dl dd a.small-btn span.text {
	color: white;
	padding: 4px 62px 0px 62px;
}
.google-map {
    width:100%;
    height:100%;
    background:transparent;
}
article.details .map-wrapper {
	width:100%;
	height:400px;
        margin-top: 35px;
}
header.navbar-home {
	background: white;
	z-index: 100;
}
div.homepage-background ul.bjqs {
	position: absolute;
}
header.navbar div.navbar-header div.language-selector {
	padding: 4px;
	margin: 10px 0 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	width: 60px;
	background: white url(../images/select_arrow-blue.png) no-repeat center right;
}

header.navbar div.navbar-header div.language-selector select#language-picker {
	border: none;
	color: #777;
	width: 150%;
	background-color: transparent;
}

header.navbar div.navbar-header div.language-selector select#language-picker:hover {
	cursor: pointer;
}

header.navbar div.navbar-header div.contact-us {
	float: right;
	margin: 15px 0px 0 0px;
}

header.navbar div.navbar-header div.contact-us a {
	/*padding: 4px;*/
	color: #777;
	text-decoration: underline;
}

/* Homepage */
body {
	min-width: 450px;
}

div.main-container {
	margin-top: 0px;
	min-width: 450px;
}

div.main-container div.region.region-content {
	margin-top: 0px;
}

div.main-container div.region.region-content div#home-cont {
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 86px;
}

div.main-container div.region.region-content div#home-cont:after {
	content: " ";
	display: block;
	clear: both;
}

div.main-container div.region.region-content > div#home-cont > div.node {
	width: 1280px;
	margin: 0 auto;
}

#home-region-content {
	background: #f5f5f5;
}

#home-search-border {
	float: right;
	display: block;
	margin-right: 15px;
	width: 50%;
	border: 15px solid rgba( 255, 255, 255, 0.5 );
	border-radius: 20px;
	position: relative;
	top: 40px;
}
ol.bjqs-markers {
    position:absolute;
    left:50%;
    bottom:13px;
    list-style-type:none;
    width:50% !important;
	margin-left: -37.5px !important;
}
div.homepage-background {
	height: 400px !important;
}
div.homepage-background ul.bjqs {
	height: 400px !important;
}
div.homepage-background ul.bjqs li.bjqs-slide {
	height: 400px !important;
}
ol.bjqs-markers li a{
    display:block;
    line-height:4px;
    font-size:1px;
    height:4px;
    width:25px;
    float:left;
    margin-right:7px;
    text-indent:-9999px;
    background-color:#b0b8b9;
}
ol.bjqs-markers li a:hover{
    background-color: rgba( 255, 255, 255, 0.5 );
}
ol.bjqs-markers li.active-marker a{
    background-color:#22689b;
}
#home-search-border ul.home-search {
	background-color: white;
	padding: 10px 30px;
	border-radius: 5px;
}

#home-search-border ul.home-search > li {
	float: left;
	width: 45%;
	margin: 10px 0px;
}

#home-search-border ul.home-search > li.odd {
	clear: both;
}

#home-search-border ul.home-search > li.even {
	float: right;
}

#home-search-border ul.home-search > li label {
	color: #777;
}

#home-search-border ul.home-search > li button {
	margin: 15px 0px 0px 12%;
}

#home-search-border ul.home-search li > div {
	overflow: hidden;
	background: #fff url(../images/select_arrow-blue.png) no-repeat center right;
	background-color: #fbf9f9;
	border: 1px solid #efeeee;
	border-bottom-color: #bfbfbf;
	border-radius: 3px;
}

#home-search-border ul.home-search input {
	width: 100%;
	color: #777;
	border: none;
	background-color: #fbf9f9;
	border: 1px solid #efeeee;
	border-bottom-color: #bfbfbf;
	border-radius: 3px;
}
 
#home-search-border ul.home-search select {
	width: 120%;
	color: #777;
	border: none;
	background: none;
}

#big-promobox-container ul.clearfix {
	position: absolute;
	top: 0;
}

#big-promobox-container ul li .image-container {
	width: 100%;
	max-width: initial !important;
}

#big-promobox-container ul li .image-container img {
	width: 100%;
}

div.main-container div.region-content div.homepage-background {
	width: 100%;
	height: 400px;
}

div.promobox-wrapper {
	width: 100%;
}

div.promobox-wrapper h2.header-title {
	color: #777;
	border-bottom: 2px solid #d6d6d6;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
}

div.promobox-wrapper div.promobox-container {
	border: none;
	width: 100%;
	background: #f5f5f5;
}

div.promobox-wrapper div.promobox-container.last {
	padding-bottom: 80px;
}

div.promobox-wrapper div.promobox-container h2 {
	color: #777;
	border-bottom: 2px solid #d6d6d6;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
	background: none;
	font-weight: normal;
	filter: none;
	width: 100%;
}

div.promobox-wrapper div.promobox-container div.promo-left-vstrip,
div.promobox-wrapper div.promobox-container div.promo-right-vstrip {
	background-color: #f5f5f5;
}

div.promobox-wrapper div.promobox-container div.promo-left-vstrip a {
	position: absolute;
	bottom: 65px;
	left: 0px;
	width: 26px;
	height: 36px;
	display: block;
	background: transparent url(../images/giant_sprite.png) no-repeat -1002px -38px;
}

div.promobox-wrapper div.promobox-container div.promo-right-vstrip a {
	position: absolute;
	bottom: 65px;
	right: 0px;
	width: 26px;
	height: 36px;
	display: block;
	background: transparent url(../images/giant_sprite.png) no-repeat -1002px 0px;
}

div.promobox-wrapper div.promobox-container div.promo-left-vstrip a.stop,
div.promobox-wrapper div.promobox-container div.promo-right-vstrip a.stop {
    opacity: 0.2;
	cursor: default;
}

div.promobox-wrapper div.promobox-container article {
	float: left;
	width: 400px;
	background: #f5f5f5;
}

div.promobox-wrapper div.promobox-container article h4 {
	text-align: left;
	color: #22689b;
	padding-left: 0px;
	height: auto;
	padding-top: 15px;
	width: 100%;
}

div.promobox-wrapper div.promobox-container article div.imageContainer {
	float: left;
	width: 230px;
}

div.promobox-wrapper div.promobox-container article div.imageContainer:after {
	display: block;
	content: " ";
	clear: both;
}

div.promobox-wrapper div.promobox-container article img {
	float: left;
	width: 230px;
	height: 140px;
}

div.promobox-wrapper div.promobox-container article .price-strip strong.original-price {
	display: block;
	width: 110px;
	text-align: left;
	float: left;
	font-weight: 100;
	text-decoration: line-through;
}

div.promobox-wrapper div.promobox-container article .price-strip strong.discount-price {
	display: block;
	width: 110px;
	text-align: right;
	float: right;
	color: #22689b;
}

div.promobox-wrapper div.promobox-container article dl {
	width: 140px;
	display: block;
	margin-left: 12px;
	padding: 0px;
	float: left;
	text-align: left;
}

div.promobox-wrapper div.promobox-container article .promo-tirq {
	margin: 6px 0px 10px 0px;
}

div.home-articles {
	position: relative;
	top: -85px;
	background-color: transparent;
	padding: 0px;
	border-radius: 3px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.home-articles section {
	padding: 0px 0px 18px 38px;
	background: transparent;
}

div.home-articles article h2 {
	color: #22689b;
	padding: 55px 0px;
	border-radius: 50%;
	background-color: white;
	margin-bottom: -20px;
}

/* Charter-information */

.subsection-header,
div.article-detail .subsection-header{
    position:relative;
    width:100%;
    background-color:#fff;
    padding:0px;
    margin:0px;
    height:400px;
    overflow:hidden;
    display:inline-block;
    /*margin-top:-34px;*/
    text-align:center;
	background-position: center center;
}

.subsection-header img{
	
object-fit: cover;
width: 100%;
height: 400px;
}

.subsection-header div.header-picture {
	height: 100%;
	width: 100%;
	background-image: url('../images/charter-information-header.png');
	background-size: 100% auto;
}

div.article-detail .subsection-header div.header-picture {
	height: 100%;
	width: 100%;
	background-image: url('../images/how-charter-boat-header.png');
	background-size: 100% auto;
}

div.section-detail .subsection-header div.header-links, 
.subsection-header div.header-links {
	padding: 13px 0;
	background-color: rgba( 255, 255, 255, 0.7);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.subsection-header div.header-links a, 
div.article-detail .subsection-header div.header-links a {
	padding: 13px 10px; 
	color: #000;
}

div.section-detail h2.header-title,
div.article-detail h2.header-title {
	color: #777;
	border-bottom: 2px solid #d6d6d6;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}

div.section-detail article {
	margin-top: 40px;
	width: 49%;
	float: left;
	font-size: 12px;
	padding-bottom: 5px;
}

div.section-detail article div.image-area h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #22689b;
	padding: 15px 0px 15px 30px;
	background: transparent url('../images/bullet-charter-information.png') left center no-repeat;
}
div.section-detail article div.image-area{
    width:100%;
    height:211px;
    overflow:hidden;
}
div.section-detail article.odd {
	clear: both;
}

div.section-detail article.even {
	float: right;
}

div.section-detail article img {
   width: 100%;
}

div.section-detail h2,
div.article-detail h2 {
	font-size: 18px;
	font-weight: normal;
	color: #22689b;
	padding: 15px 0px 15px 30px;
	background: transparent url('../images/bullet-charter-information.png') left center no-repeat;
}

div.article-detail article.details {
	float: left;
	margin-top: 40px;
	width: 67%;
	font-size: 14px;
	padding-bottom: 5px;
}

div.article-detail article.details div.rights-area .blue-small span.text{
	width: 120px;
}

div.article-detail article.details section table {
	width: 100% !important;
}

div.article-detail article.details h1 {
	margin-top: 25px;
	margin-left: 0px;
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #22689b;
	padding: 15px 0px 15px 30px;
	background: transparent url('../images/bullet-charter-information.png') left center no-repeat;
}

div.article-detail article.details img:first-of-type {
	width: 100%;
	/* align-content: center; */
}

div.article-detail article.details section.read-more ul,
div.article-detail article.details section.data div.read-more-articles ul {
	list-style-type: none;
}

div.article-detail article.details section.data pre {
	word-break: normal;
}

div.article-detail article.details section.data section.read-more a,
div.article-detail article.details section.data div.read-more-articles a {
	color: #58595b;
	font-weight: bold;
	border-bottom: 1px solid #c1c1c2;
}

div.article-detail article.details section.data section.read-more a:hover,
div.article-detail article.details section.data div.read-more-articles a:hover {
	text-decoration: none;
	border-bottom: 1px solid #58595b;
}
div.article-detail article.details section.data iframe table h2.iframeNoshow{
	display:none;
}
div.article-detail article.downloads {
	margin-top: 40px;
	width: 100%;
	font-size: 12px;
	padding-bottom: 5px;
}

div.article-detail article.downloads section.data {
	float: right;
	width: 49%;
}

div.article-detail article.downloads section.left {
	float: left;
	width: 49%;
}

div.article-detail article.downloads section.downloads div.table {
	padding-left: 10px;
	color: #777777;
}

div.article-detail article.downloads section.downloads div.table div.row.odd {
	width: 100%;
	padding: 5px 10px;
}

div.article-detail article.downloads section.downloads div.table div.row.even {
	width: 100%;
	padding: 5px 10px;
	background-color: #d8e6fb;
} 

div.article-detail article.downloads section.downloads div.table span.download-link {
	float: right;
}

div.article-detail article.downloads section.read-more ul {
	list-style-type: none;
}

div.article-detail article.downloads section.read-more a {
	color: #58595b;
	font-weight: bold;
	border-bottom: 1px solid #c1c1c2;
}

div.article-detail article.downloads section.read-more a:hover {
	text-decoration: none;
	border-bottom: 1px solid #58595b;
}

#block-system-main article.details section.data form {
    width: 100%;
    position: relative;
    background: #fff;
    text-align: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    padding: 0px;
}
#block-system-main article.details section.data form #feedback-questions-error {
    font-size: 12px;
    color: #ff0000;
    margin-bottom:10px;
}
#block-system-main article.details section.data form .feedback-formular .hider{
    display:none;
}
#block-system-main article.details section.data form .feedback-formular .question{
    padding:10px 0px 10px 0px;
    border-bottom:1px solid #d2d2d2;
    line-height:21px;
}
#block-system-main article.details section.data form .feedback-formular .question:before, #block-system-main article.details section.data form .feedback-formular .question:after{
    content: " ";
    display: table;
    clear:both;
}
#block-system-main article.details section.data form .feedback-formular .question .num{
    float:left;
    width:20px;
    text-align:left;
    vertical-align:top;
    line-height:18px;
    margin-right:25px;
}
#block-system-main article.details section.data form .feedback-formular .question .anwsers{
    float:left;
    width:90%;
    text-align:left;
}
#block-system-main article.details section.data form .feedback-formular .question textarea{
    border:0px none;
    margin:10px 0px 10px 0px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    width:300px;
    height:100px;
    padding:10px;
    font-size:13px;
}
#block-system-main article.details section.data form .feedback-formular .question h4{
    font-size:14px;
    font-weight:500;
    padding:0px;
    margin:0px 0px 10px 0px;
    font-family: 'open_sansregular';
}
#block-system-main article.details section.data form .feedback-formular .question strong{
    display:block;
    font-weight:normal;
    font-size:14px;
    vertical-align:middle;
    margin-bottom:5px;
}
#block-system-main article.details section.data form .feedback-formular .question strong input{
    margin:0px 10px 0px 0px;
    vertical-align:middle;
}
h1.big-title {
    color:#777;
    text-align:center;
    font-family: 'open_sansregular';
    border-bottom:2px solid #d2d2d2;
    padding:0px 0px 10px 0px;
}
#block-system-main article.details section.data form .user-data .form-data{
    padding:0px 0px 0px 40px;
}
#block-system-main article.details section.data form .user-data .form-data .errorMsg{
    margin-bottom:10px;
}

#block-system-main article.details section.data form .user-data strong{
    display:block;
    font-weight:normal;
    font-size:13px;
    margin:5px 0px 5px 0px;
    vertical-align:middle;
}
#block-system-main article.details section.data form .user-data .form-data strong{
    font-size:14px;
    font-weight:normal;
    margin:0px 0px 10px 0px;
}
#block-system-main article.details section.data form .user-data .form-data input{
    border:0px none;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    width:300px;
    margin-bottom:10px;
    height:30px;
    padding:0px 0px 0px 10px;
}
#block-system-main article.details section.data form .user-data .question h4{
    font-size:14px;
    font-weight:normal;
    margin:0px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    font-family: 'open_sansregular';
}
#block-system-main article.details section.data form .user-data .question h4{
    font-size:14px;
    font-weight:normal;
    margin:20px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    font-family: 'open_sansregular';
}
#block-system-main article.details section.data form .user-data .question .anwsers{
    padding:0px 0px 0px 40px;
}
#block-system-main article.details section.data form .user-data .question input{
    margin:0px 10px 0px 0px;
    padding:0px;
    vertical-align:middle;
}
#block-system-main article.details section.data form a.blue-small{
    margin:20px 0px 0px 320px;
}
div.article-detail article.details .formular-success h1{
    text-align:center;
    font-size:29px;
    color:#777;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    font-weight: normal;
    padding: 0px 0px 20px 0px;
    background: none;
}
.formular-success h1 em{
    display:block;
    margin:20px auto 20px auto;
    background:transparent url(../images/giant_sprite.png) no-repeat -945px -170px;
    text-indent:9999px;
    width:79px;
    height:71px;
}
div.article-detail article.details .formular-success .success-btn-area{
    margin:30px 0px 0px 0px;
    text-align:center;
}
div.article-detail article.details .formular-success .success-btn-area a{
    display:inline-block;
    width:300px;
}
/* Custom search */

div.new-search.container {
	margin-top: 60px;
}

div.new-search.container article p {
	width: 115px;
	padding-left: 10px;
}

div.new-search.container article h4 {
	/*height: auto;*/
}

#search-results {
	margin-top: -30px;
}

#search-results div.ajax-pager ul.clearfix li.data em {
	font-style: normal;
}

#search-results div.ajax-pager ul.clearfix li.prev a {
	background: transparent url(../images/giant_sprite.png) no-repeat -994px -13px;
}

#search-results div.ajax-pager ul.clearfix li.next a {
	background: transparent url(../images/giant_sprite.png) no-repeat -994px 0px;
}

#search-results article {
	margin: 0px;
	border-top: 12px solid #22689b;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#search-results .ajax-pager {
	background: transparent;
	color: #777;
}

#search-results article section.sr-left h2 {
	color: #22689b;
}

#search-results article section.sr-data div.periods > div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d8d8d8;
}

div.periods div em, div.periods div.main-box em {
	padding: 16px 0px 0px 0px;
	background: transparent url('../images/discount_rectangle_red2.png');
	top: 28px;
	right: -8px;
	width: 54px;
	height: 54px;
	background-size: 100% 100%;
	font-size:15px;
}
div.periods div.main-box em {
        font-size:17px;
}
#search-results article section.sr-data div.periods div.main-box {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d8d8d8;
}

#search-results article section.sr-data div.periods div.main-box em {
	padding-top: 19px;
	top: 32px;
	width: 65px;
	height: 65px;
}

#search-results article section.sr-data div.periods div.main-box span.date {
	font-weight: bold;
}

#search-results > ul.legend-info {
	margin-top: -28px;
}

div.region-content.tight {
	margin-top: 0px;
}

div.region-content {
	margin-top: 60px;
}

div.region-content #new-search {
	box-shadow: none;
	border: 8px solid #f5f5f5;
	padding: 0px 22px 22px 22px;
}

div.region-content h1.title {
	color: white;
	margin: -8px -30px 25px -30px;
	border-radius: 3px 3px 0px 0px;
	padding: 10px;
	background: -moz-linear-gradient(top, #0072b1 0%, #0097fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072b1), color-stop(100%,#0097fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0072b1 0%,#0097fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0072b1 0%,#0097fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0072b1 0%,#0097fc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0072b1 0%,#0097fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b1', endColorstr='#0097fc',GradientType=0 ); /* IE6-9 */
}

div.region-content h5 {
	font-weight: bold;
	font-size: 14px;
	color: #777777;
}

div.region-content .departure-date input#datepick, div.region-content div.styled-select {
	background-color: #fbf9f9 !important;
	border-color: #efeeee #efeeee #bfbfbf !important;
	color: #777777;
}

div.region-content div.styled-select {
	background: #fff url(../images/select_arrow-blue.png) no-repeat center right;
}

/*div.region-content div.boat-type {
	width: 80% !important;
}*/

div.region-content div.boat-type .styled-checkbox-option{
	display: table-cell;
	width: 160px;
	float: left;
}

div.region-content div.boat-type .styled-checkbox-option span{
	vertical-align: top;
}

.jslider_round_plastic .jslider-bg i, .jslider_round_plastic .jslider-pointer {
	background-image: url('../images/jslider.round-blue.png') !important;
}

div.promobox-container {
	box-shadow: none;
	border: 8px solid #f5f5f5;
	padding: 0px;
}

div.promobox-container h2 {
	color: white;
	margin: -8px -8px 0px -8px;
	border-radius: 3px 3px 0px 0px;
	padding: 14px;
	background: -moz-linear-gradient(top, #0072b1 0%, #0097fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072b1), color-stop(100%,#0097fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0072b1 0%,#0097fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0072b1 0%,#0097fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0072b1 0%,#0097fc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0072b1 0%,#0097fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b1', endColorstr='#0097fc',GradientType=0 ); /* IE6-9 */
}

div.promobox-wrapper div.promobox-container article {
	margin-right: 10px;
}

div.promobox-container article strong.price {
	color: #22689b;
	font-size: 16px;
}

div.promobox-container article dl {
	margin-top: 4px;
}

div.promobox-container div.imageContainer em {
	font-size: 18px;
	padding: 20px 0px 0px 0px;
	background: transparent url('../images/discount_rectangle_red.png');
	top: 12px;
	right: 12px;
}

/* Order successful */

div.order-successful {
	width: 100%;
	padding: 0px;
	padding-bottom: 60px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f5f5f5;
}

div.order-successful > div.img-cont {
	width: 100%;
	background: #f7f7f7 url(../images/background-home-small.jpg) center center;
	background-repeat: no-repeat;
	height: 344px;
	position: relative;
}

div.order-successful > div.img-cont > img {
	display: none;
}

div.order-successful div.big-msg {
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 1px 0px 10px;
	background-color: rgba( 255, 255, 255, 0.3 );
	width: 100%;
	-moz-box-shadow: 0px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 0px 5px 5px 1px rgba(68,68,68,0.3);
}

div.order-successful div.big-msg  h1{
	padding: 1px 0px 20px;
	background-color: #f5f5f5;
}

div.data-cont.container {
	clear: both;
	text-align: center;
	padding: 40px 0px;
}

div.button-area {
	margin: 0 auto;
	position: relative;
	top: -55px;
	width: 870px;
	overflow: hidden;
}

div.button-area:after {
	content: " ";
	clear: both;
	display: block;
}

div.button-area p {
	float: left;
	background-color: white;
	padding: 55px 30px;
	/*margin-right: 31px;*/
	border-radius: 50%;
	margin-bottom: -55px;
	width: 33%;
}

/* Boat information */

div.boat-info.container {
	margin-top: 60px;
}

article.boat-info div.basic-boat-details:after {
	content: " ";
	display: block;
	clear: both;
}

article.boat-info section {
	padding-bottom: 25px;
	background-color: #fff;
	border-radius: 5px;
	padding: 0px 0px 0px 0px;
	border: 8px solid #f5f5f5;
	zoom: 1;
	margin-bottom: 25px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

article.boat-info section #complete-boat-info:before {
	content: " ";
	display: block;
	clear: both;
}

article.boat-info section #complete-boat-info {
	margin: 0 5px;
	margin-top: 32px;
	display: none;
}

article.boat-info section #complete-boat-info h1 {
	font-size: 19px;
	color: #22689b;
}

article.boat-info section h2.title-strip,
article.extras-info h2.title-strip {
	font-size: 20px;
	color: #fff;
	line-height: 22px;
	border-radius: 5px 5px 0px 0px;
	margin: -8px -8px 0px -8px;
	padding: 15px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	background: #0086d8 none;
	background: -moz-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#0072b2), color-stop(100%,#0094f5));
	background: -webkit-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
	background: -o-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
	background: -ms-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
	background: linear-gradient(to bottom, #0072b2 0%, #0094f5 100%);
}

article.boat-info section.boat-availability div.periods div {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #d8d8d8;
}

article.boat-info section.boat-details h3 {
	font-size: 20px;
	color: #22689b;
	line-height: 22px;
	margin: 0px 25px 0px 25px;
	padding: 20px 0px 20px 0px;
}
div.bx-wrapper {
	width: 93%;
}

div.bx-wrapper div.bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 5px solid #fff;
	left: -5px;
	background: #fff;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	height: 123px !important;
}

.bx-wrapper .bx-viewport img {
	width: 100%;
}

.bx-wrapper .bx-controls .bx-pager {
	display: none;
}

.bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
	background: transparent url('../images/giant_sprite.png') -954px -41px;
	width: 41px;
	height: 41px;
	margin-top: -25px;
}

.bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
	background: transparent url('../images/giant_sprite.png') -954px 0px;
	width: 41px;
	height: 41px;
	margin-top: -25px;
	right: 20px;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 101;
}

article.boat-info section.boat-details .imageContainer img {
	max-width: 100%;
	max-height: 100%;
}

article.boat-info section.boat-details button.big-blue.see-bdetail {
	margin-left: 15px;
	margin-top: 60px;
	float: left;
}

article.boat-info section.boat-details button.big-blue.see-bdetail span.text.btnLAng_en {
	font-size: 12px;
	padding: 8px 0px 8px 0px;
}

article.boat-info section.boat-details button.big-blue.see-bdetail span.end {
	background: transparent url(../images/giant_sprite.png) no-repeat -40px -194px;
	display: block;
	height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 10px;
	float: left;
}

article.extras-info {
	width: 460px;
	color: #777;
	float: left;
	background-color: #fff;
	border: 8px solid #f5f5f5;
	padding: 0px 0px 20px 0px;
	zoom: 1;
	margin: 0px 0px 0px 30px;
	position: relative;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.bx-wrapper {
	margin-bottom: 25px;
}

#eqHeaderPnl h2 {
	font-size: 20px;
	color: #22689b;
}

article.extras-info div.extras-form {
	background: rgb(0, 103, 186);
}
article.extras-info .big-blue.btnLAng_de + div.extras-form {
	margin: 0px 22px 0px 47px;
}
article.extras-info ul.extras-list li span#original-price {
	color: #22689b;
}

article.extras-info ul.extras-list em.info {
	background: transparent url(../images/giant_sprite.png) no-repeat -328px -193px;
}

article.extras-info div.final-price {
	background-color: #0094f5;
}

article.extras-info .contact-form div.form-row p span.styled-select {
	border: 1px solid #efeeee;
    border-bottom: 1px solid #bfbfbf;
	background: #fbf9f9 url(../images/select_arrow-blue.png) no-repeat center right;
}

article.extras-info .contact-form div.form-row p input{
    width:90%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #efeeee;
    border-bottom: 1px solid #bfbfbf;
    padding-left: 10px;
	background-color: #fbf9f9;
}
article.extras-info .contact-form div.form-row p.second input{
    width:100%;
}
article.extras-info .contact-form div.form-row textarea{
    width:100%;
    max-width:100%;
    border-radius: 3px;
    border: 1px solid #efeeee;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px;
    min-height:100px;
	background-color: #fbf9f9;
}
article.extras-info .contact-form div.form-row label{
    display:block;
    font-weight:bold;
}

article.extras-info div.button-area {
	width: 100%;
	top: 0px;
}

/* Search-results */

div.search-results.container {
	margin-top: 60px;
}

div#boats-filter {
	box-shadow: none;
	border: 8px solid #f5f5f5;
	padding-top: 10px;
}

div#boats-filter > div {
	border-bottom: none !important;
	background: white !important;
}

div#boats-filter h5 {
	margin-bottom: 10px !important;
}

#boats-filter div.recommended-area, #boats-filter div.boat-specs,
div#boats-filter div.main-filters {
	padding-bottom: 5px;
}

#boats-filter div.recommended-area div.styled-select {
	width: 100% !important;
}

#boats-filter div.recommended-area div.styled-select select {
	width: 120% !important;
}

div#boats-filter input.is-datepick {
	width: 260px;
	padding: 5px;
	background: url(../images/small_calendar.gif) no-repeat top right !important;
	background-color: #fbf9f9 !important;
	border-color: #efeeee #efeeee #bfbfbf !important;
	color: #777777;
}

div#boats-filter div.styled-checkbox div.styled-checkbox-option {
	float: left;
	width: 130px;
}

div#boats-filter div.styled-checkbox {
	margin-bottom: 20px;
}

div#boats-filter div.styled-checkbox:after {
	content: " ";
	clear: both;
	display: block;
}


/* Destinations */

div.section-detail h1.header-title, 
div.article-detail h1.header-title {
	color: #777;
	border-bottom: 2px solid #d6d6d6;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}

div.article-detail div.promobox-container.pb-new-search {
	width: 31%;
	border: none;
	margin-top: 40px;
}

div.article-detail div.promobox-container.pb-new-search h2 {
	margin-left: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #22689b !important;
	padding: 15px 0px 15px 30px;
	background: transparent url('../images/bullet-charter-information.png') left center no-repeat;
	text-align: left;
}

div.article-detail div.promobox-container.pb-new-search article {
	float: left;
	width: 100%;
}

div.article-detail div.promobox-container.pb-new-search article div.promo-data p {
	width: 39%;
	padding-left: 5px;
}

div.article-detail div.promobox-container.pb-new-search article h4 {
	text-align: left;
	color: #22689b;
	padding-left: 0px;
	min-height: 20px;
	
}

div.article-detail div.promobox-container.pb-new-search article div.imageContainer {
	float: left;
	width: 61%;
}

div.article-detail div.promobox-container.pb-new-search article div.imageContainer:after {
	display: block;
	content: " ";
	clear: both;
}

div.article-detail div.promobox-container.pb-new-search article img {
	float: left;
	width: 100%;
}

div.article-detail div.promobox-container.pb-new-search article .price-strip strong.original-price {
	display: block;
	width: 45%;
	text-align: left;
	float: left;
	font-weight: 100;
	text-decoration: line-through;
}

div.article-detail div.promobox-container.pb-new-search article .price-strip strong.discount-price {
	display: block;
	width: 45%;
	text-align: right;
	float: right;
	color: #22689b;
}

div.article-detail div.promobox-container.pb-new-search article dl {
	width: 36%;
	display: block;
	margin-left: 5px;
	padding: 0px;
	float: left;
	text-align: left;
}

div.article-detail div.promobox-container.pb-new-search article .promo-blue {
margin: 10px 0px 10px -10px;
}

/* Boat detail */

div.boat-detail {
	float: left;
	width: 67%;
	margin-top: 25px;
}

div.boat-detail article.boat {
	clear: both;
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}

div.boat-detail article.boat section.boat-data {
	float: left;
	width: 52%;
	margin-bottom: 20px;
}

div.boat-detail article.boat section.boat-data ul {
	list-style-type: none;
	float: left;
	padding-left: 0px;
}

div.boat-detail article.boat section.boat-data ul.first {
	width: 25%;
}

div.boat-detail article.boat section.boat-data ul.second {
	width: 27%;
}

div.boat-detail article.boat section.boat-data ul.third {
	width: 44%;
}

div.boat-detail article.boat section.boat-data ul li {
	list-style-type: none;
	float: left;
}

div.boat-detail article.boat section.boat-data ul li.blabel {
	clear: both;
}

div.boat-detail article.boat section.boat-data ul.first li.blabel {
	width: 55%;
}

div.boat-detail article.boat section.boat-data ul.second li.blabel {
	width: 35%;
}

div.boat-detail article.boat section.boat-data ul.third li.blabel {
	width: 65%;
}

div.boat-detail article.boat section.boat-data ul li.value {
	width: 35%;
	text-align: right;
}

div.boat-detail article.boat section.boat-data ul.second li.value {
	width: 47%;
}

div.boat-detail article.boat section.boat-image {
	width: 47%;
	position: absolute;
	top: 0px;
	right: 0px;
}

div.boat-detail article.boat section.boat-image img {
	max-width: 100%;
}

div.boat-detail article.boat div.boat-description {
	clear: both;
	width: 100%;
}

/* END OF custm pages css */

/* custom user admin styles */
.table>tbody>tr>td {
	margin: 0px;
}

.table>thead:first-child>tr:first-child>th {
	margin: 0px;
	border-bottom: 0px;
}

#block-system-main form, #block-system-main .view, .sticky-table {
    width:100%;
    position:relative;
    background:#fff;
    text-align:left;
    overflow:hidden;
    padding:0px;
    margin:0px 0px 0px 0px;
    border-radius:3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
    padding:0px 0px 20px 0px;
}
#block-system-main .rights-area form {
    width:100%;
    position:relative;
    background:#fff;
    text-align:left;
    overflow:hidden;
    padding:0px;
    margin:0px 0px 0px 0px;
    border-radius:0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    zoom: 1;
    padding:35px 5px 5px 5px;
}
#block-system-main .rights-area form input{
    margin:0px 10px 0px 0px;
}
#block-system-main .rights-area form p{
    margin:20px 0px 0px 0px;
    padding:0px 0px 0px 10px;
}
#block-system-main .rights-area form p select{
    vertical-align:middle;
    margin-right:15px;
    background:#fff;
    padding:4px;
    width:180px;
    border:0px none;
    border-radius:3px;
    -moz-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0px 0px 10px rgba(68,68,68,0.6);
    box-shadow: 0px 0px 10px 1px rgba(68,68,68,0.3);
    zoom: 1;
}
#block-system-main .rights-area form p a{
    vertical-align:middle;
}

#block-system-main .table{
    margin-bottom:20px;
}
#block-system-main .view {
    padding:0px 20px 0px 20px;
}
#block-system-main .view-Gastebuch {
    padding:0px 0px 0px 0px;
}

#block-system-main form#user-login input{
    width:300px;
}

.image-widget-data input.form-file{
    display:inline-block;
    width:auto;
}
.image-widget-data button{
    display:inline-block;
    margin-left:20px;
}
.help-block{
    padding-top:10px;
}
#block-system-main .view button.btn-primary{
    background-color:#22689b;
}
.views-table th, .table th{
    background-color:#22689b;
    color:#fff;
    border-bottom:0px none;
}
.views-table td a{
    color:#22689b;
    font-size:12px;
    font-weight:bold;
}
#i18n-node-select-translation {
    display:none;
}

div.panel-body div.field-type-text,
div.panel-body div.field-type-number-float {
	width: 18%;
	margin-right: 1%;
	float: left;
}

div.panel-body > div:last-of-type,
div.panel-body > table div:last-of-type {
	clear: both;
}

/* END of custom user admin styles */

/* Button styles */

.big-tirq{
    background:transparent url(../images/giant_sprite.png) no-repeat -335px -100px;
    height:45px;
    padding:0px 0px 0px 30px;
    margin:0px auto 0px auto;
    border:0px none;
    display:block;
    width:auto;
}
.big-tirq:before, .big-tirq:after{
    content: " ";
    display: table;
    clear:both;
}
.big-tirq span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -593px;
    display:block;
    height:45px;
    padding:14px 0px 10px 0px;
    margin:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    float:left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    vertical-align:middle;
    line-height:16px;
}
.big-blue{
    background:transparent url(../images/giant_sprite.png) no-repeat -20px -239px;
    height:45px;
    padding:0px 0px 0px 28px;
    margin:0px auto 0px auto;
    border:0px none;
    display:block;
}
.big-blue.btnLAng_de{
    background:transparent url(../images/giant_sprite.png) no-repeat -100px -249px;
    height:55px;
    padding:0px 0px 0px 30px;
    margin:0px auto 0px auto;
    border:0px none;
    display:block;
    width:auto;
}
div.button-area .big-blue.btnLAng_de {
    padding:0px 0px 0px 18px;
	background: transparent url(../images/giant_sprite.png) no-repeat -20px -239px;
	height: 45px;
}
div.button-area .big-blue.btnLAng_en{
    background:transparent url(../images/giant_sprite.png) no-repeat -20px -239px;
    height:45px;
    padding:0px 0px 0px 20px;
}
.big-blue:before, .big-blue:after{
    content: " ";
    display: table;
    clear:both;
}
.big-blue span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -768px;
    display:block;
    height:45px;
    padding:14px 0px 10px 0px;
	width: 87%;
    margin:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    float:left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    vertical-align:middle;
    line-height:16px;
}
.big-blue.btnLAng_de span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -888px;
    display:block;
    height:55px;
    padding:12px 0px 12px 0px;
    margin:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    float:left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    vertical-align:middle;
    line-height:16px;
}
div.button-area .big-blue.btnLAng_de span.text {
	font-size: 12px;
	padding: 8px 0px 10px 0px;
	height: 45px;
	background: transparent url(../images/giant_sprite.png) no-repeat 0px -768px;
}
div.button-area .big-blue.btnLAng_en span.text {
	padding: 8px 0px 10px 0px;
	width: 88%;
	background: transparent url(../images/giant_sprite.png) no-repeat 0px -768px;
}
span.text em.extras-arrows{
    background:transparent url(../images/giant_sprite.png) no-repeat -197px -151px;
    width:19px;
    height:19px;
    display:inline-block;
    line-height:19px;
    vertical-align:middle;
    margin:-2px 0px 0px 10px;
	position: relative;
	float: right;
	top: -9px;
	left: 20px;
}
.big-blue.btnLAng_de span.text em.extras-arrows {
	top: 0px;
	left: -10px;
}
article.extras-info span.text em.extras-arrows{
    background:transparent url(../images/giant_sprite.png) no-repeat -197px -151px;
    width:19px;
    height:19px;
    display:inline-block;
    line-height:19px;
    vertical-align:middle;
    margin:-2px 0px 0px 10px;
	position: relative;
	float: none;
	top: 0;
	left: 0px;
}
span.text em.extras-bigarrows{
    background:transparent url(../images/giant_sprite.png) no-repeat -223px -150px;
    width:26px;
    height:26px;
    display:inline-block;
    line-height:28px;
    vertical-align:middle;
    margin:-3px 0px 0px 13px;
}
.big-tirq span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -60px -139px;
    display:block;
    height:45px;
    padding:0px 0px 0px 0px;
    margin:0px;
    width:30px;
    float:left;
}
.big-blue span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -24px -194px;
    display:block;
    height:45px;
    padding:0px 0px 0px 0px;
    margin:0px;
    width:26px;
    float:left;
}
.big-blue.btnLAng_de span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -100px -194px;
    display:block;
    height:55px;
    padding:0px 0px 0px 0px;
    margin:0px;
    width:30px;
    float:left;
}
.button-area .big-blue.btnLAng_de span.end {
	width:16px;
	height: 45px;
	background: transparent url(../images/giant_sprite.png) no-repeat -32px -194px;
}
.button-area .big-blue.btnLAng_en span.end {
	width:19px;
	background: transparent url(../images/giant_sprite.png) no-repeat -32px -194px;
}
.big-green{
    background:transparent url(../images/giant_sprite.png) no-repeat -30px -376px;
    height:62px;
    padding:0px 0px 0px 30px;
    margin:0px;
    border:0px none;
    display:block;
    width:auto;
}
.big-green:before, .big-green:after{
    content: " ";
    display: table;
    clear:both;
}
.big-green span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -441px;
    display:block;
    height:62px;
    padding:14px 0px 10px 0px;
    margin:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:25px;
    float:left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
}

.big-green span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -30px -314px;
    display:block;
    height:62px;
    padding:0px 0px 0px 0px;
    margin:0px;
    width:30px;
    float:left;
}

.big-orange{
    background:transparent url(../images/giant_sprite.png) no-repeat -335px 0px;
    height:45px;
    padding:0px 0px 0px 30px;
    margin:0px;
    border:0px none;
    display:block;
    width:auto;
}
.big-orange:before, .big-orange:after{
    content: " ";
    display: table;
    clear:both;
}
.big-orange span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -723px;
    display:block;
    height:45px;
    padding:10px 0px 10px 0px;
    margin:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:19px;
    float:left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
}

.big-orange span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -30px -139px;
    display:block;
    height:45px;
    padding:0px 0px 0px 0px;
    margin:0px;
    width:30px;
    float:left;
}

.light-orange {
	background:transparent url(../images/giant_sprite.png) no-repeat -335px -45px;
    display:inline-block;
    margin-top:10px;
    height:55px;
}

.light-orange span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -668px;
    height:55px;
    padding-top:15px;
}

.light-orange span.end{
 	background:transparent url(../images/giant_sprite.png) no-repeat 0px -139px;   
    height:55px;
}

.small-btn {
	height:30px;
	padding: 0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
	border:0px none;
	display:inline-block;
	width:auto;
}
.small-btn span.text{
    display:block;
    height:30px;
    padding:4px 20px 0px 20px;
    margin:0px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    float:left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
}
.small-btn span.end{
    display:block;
    height:30px;
    padding:0px 0px 0px 0px;
    margin:0px;
    width:10px;
    float:left;
}
.tirq-small{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -284px;
}

.tirq-small span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -638px;
}

.tirq-small span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -150px -139px;
}

.green-small{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -224px;
}

.green-small span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -563px;
}

.green-small span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -120px -139px;
}
.blue-small{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -194px;
}

.blue-small span.text{
    background: transparent url(../images/giant_sprite.png) no-repeat 0px -533px;
}

.blue-small span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -100px -139px;
}
.orange-small{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -254px;
}

.orange-small span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -503px;
}

.orange-small span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -140px -139px;
}
.grey-small{
    background:transparent url(../images/giant_sprite.png) no-repeat -80px -224px;
}

.grey-small span.text{
    background:transparent url(../images/giant_sprite.png) no-repeat 0px -858px;
}

.grey-small span.end{
    background:transparent url(../images/giant_sprite.png) no-repeat -80px -194px;
}
/* end of Button styles */

/* Footer styles */
footer {
    background:transparent url(../images/footer_tile.png) repeat-x top left;
    min-height:259px;
    padding:20px 0px 0px 0px;
    margin-top:55px;
}
footer .region-footer:before, footer .region-footer:after{
    content: " ";
    display: table;
    clear:both;
}
footer section {
    width:300px;
    float:left;
    /* margin-top:34px; */
}
footer section h2 {
    font-size:17px;
    color:#fff;
    font-weight:normal;
	margin-top: 0px;
	text-align: center;
}
footer section ul.nav li a{
    padding:0px;
    color:#fff;
    padding:0px;
    margin:0px;
    display:inline;
}
footer section ul.nav li a:hover{
    background:transparent none;
    text-decoration:underline;
}
footer section#block-menu-menu-popular-brands ul.nav li a{
    width:115px;
    float:left;
    display:block;
}
footer section#block-menu-menu-popular-brands ul.nav:before, footer section#block-menu-menu-popular-brands ul.nav:after{
    content: " ";
    display: table;
    clear:both;
}
footer section div.banner {
    height:100%;
}
.banner > div {
    margin-bottom: 15px;
}

footer .banner {
	text-align: center;
}
.yacht-pool a {
	height: 100%;
}
.yacht-pool img {
	margin: auto !important;
}

.zahlungsarten {
	color: #fff;
}
.zahlungsarten h1 {
	font-size: 16px;
	margin-top: 0;
}
.zahlungsarten .images {
	margin: 15px 0;
}
.zahlungsarten .images img {
	margin: 0 5px;
}
footer section#block-menu-menu-company-info {
    width:260px;
}
footer section#block-block-1 {
	float: left;
	width: 125px;
	margin-right: 0px;
	text-align: center;
	/* margin-top: 50px; */
}
footer section#block-block-2 {
    float:left;
    /* width:530px; */
    margin-top:0px;
    padding-bottom:10px;
}
footer section#block-block-2 img {
   margin-right:40px;
   vertical-align: top;
}
footer section#block-block-3 {
    float:left;
    width:auto;
	margin-right: 0px;
}
footer section#block-block-3 li a {
	color: white;
	font-size: 17px;
}
footer section#block-block-3 li a:hover {
	background: transparent none;
	text-decoration: underline;
}
footer section#block-block-3 ul {
	padding-left: 0px;
}
footer section#block-block-3 li {
	display: block;
	width: 100%;
	height: 30px;
	margin-right:10px;
	text-align: left;
}
footer section#block-block-4 {
	width: auto;
	margin-right: 20px;
	float: left;
}
footer section#block-block-4:after {
	content: " ";
	display: block;
	clear: both;
}
footer section#block-block-4 ul {
	float: left;
	padding-left: 25px;
}
footer section#block-block-4 ul:first-of-type {
	padding-left: 0px;
}
footer section#block-block-4 ul li {
	color: white;
	font-size: 16px;
}
footer section div#social-network:before, footer section div#social-network:after{
    content: " ";
    display: table;
    clear:both;
}
footer section div#social-networks {
	
}
footer section div#social-networks a {
    text-indent:-9999px;
    width: 67px;
    height: 67px;
    float:none;
    display:block;
    margin: 0px auto 5px auto;
}
footer section div#social-networks a.tweeter {
    background:transparent url(../images/giant_sprite.png) no-repeat -201px 0px;
}
footer section div#social-networks a.facebook {
    background:transparent url(../images/giant_sprite.png) no-repeat 0px 0px;
}
footer section div#social-networks a.youtube {
    background:transparent url(../images/giant_sprite.png) no-repeat -268px 0px;
}
footer section div#social-networks a.linkedin {
    background:transparent url(../images/giant_sprite.png) no-repeat -134px 0px;
}
footer section div#social-networks a.google {
    background:transparent url(../images/giant_sprite.png) no-repeat -67px 0px;
}

footer section p.pow-bb {
	float: left;
	color: white;
	width: 100%;
	margin-top: 13px;
	text-align: center;
}

footer section p.pow-bb a {
	color: white;
}
/*end of Footer styles */

.special-offers .promobox-wrapper .promobox-container .promo-left-vstrip {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 30px;
	height: 232px;
	background-color: #fff;
	display: block;
}

.special-offers .promobox-wrapper .promobox-container .promo-right-vstrip {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 40px;
	height: 232px;
	background-color: #fff;
	display: block;
}

/* let us set the width for all kind of resolutions */
@media (min-width: 1300px) {
    .container {
        padding-left:0px;
        padding-right:0px;
        width:1280px;
    }
    /* homepage responsive styles */
    #big-promobox-container ul li .image-container{
        max-width:953px;
    }
    #big-promobox-container ul li .data-container{
        width:312px;
    }
    /* end of homepage responsive styles */
	
	/*SuperFish menu*/
	header#navbar .navbar-header ul.sf-menu > li {
		margin: 5px 0px 0px 30px !important;
	}
	header#navbar .navbar-header ul li a {
		font-size: 15px;
	}
}

@media (max-width: 1299px) {
	.big-blue.btnLAng_de {
		padding: 0px 0px 0px 25px;
	}
	article.details .map-wrapper {
		height: 340px;
	}
	.big-blue.btnLAng_de span.end {
		background: transparent url(../images/giant_sprite.png) no-repeat -105px -194px;
		width: 25px;
	}
	
	article.extras-info .big-blue.btnLAng_de + div.extras-form {
		margin: 0px 190px 0px 215px;
	}
	
	article.extras-info .big-blue.btnLAng_en + div.extras-form {
		margin: 0px 189px 0px 189px;
	}
	
	article.boat-info {
		float: none;
		margin: 0 auto;
	}
	
	article.extras-info {
		float: none;
		width: 790px;
		margin: 0 auto;
	}

	header.navbar {
		height: 110px;
	}
	
	div.main-container div.region.region-content > div#home-cont > div.node {
		width: 1140px;
	}

    /* homepage responsive styles */
    #big-promobox-container ul li .image-container{
        max-width:863px;
    }
    #big-promobox-container ul li .data-container{
        width:292px;
    }
	
	.promobox-wrapper .promobox-container .promo-slider {
		left: 28px;
	}
	
	div.promobox-wrapper div.promobox-container article {
		width: 352px;
	}
	
    .home-search li {
        width: 190px;
    }
    .home-search li.submit {
        width: auto;
    }
    .home-search li select {
        width: 150px;
    }
    .home-search li.date-picker input {
        width: 150px;
    }
    #big-promobox-container ul li .data-container{
        font-size:23px;
    }
    .promobox-wrapper .promobox-container {
        width:276px;
        float:left;
        margin-right:16px;
        padding:4px;
    }
    .promobox-wrapper .promobox-container h2{
        font-size:18px;
    }
    .promobox-wrapper .promobox-container article h4{
        font-size:16px;
    }
    .promobox-wrapper .promobox-container article .imageContainer{
        width:240px;
        height:126px;
        margin-left:auto;
        margin-right:auto;
    }
    .promobox-wrapper .promobox-container article .imageContainer img{
        width:225px;
    }
	
	.promobox-wrapper .promobox-container .promo-slider {
		
	}
	
    .promobox-wrapper .promobox-container .imageContainer em {
        top: 5px;
        right: 16px;
        width: 45px;
        height: 45px;
        font-style: normal;
        vertical-align: middle;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        padding: 12px 0px 0px 0px;
		background-size: 100%;
    }
    .promobox-wrapper .promobox-container article p {
        width: 95px;
		padding: 0px 0px 0px 0px;
		margin-left: 5px;
		font-size: 12px;
    }
	
	div.promobox-wrapper div.promobox-container article dl {
		width: 100px;
		margin-left: 5px;
	}
	
    .promobox-wrapper .promobox-container article strong.price {
        font-size: 15px;
    }
    .promobox-wrapper .promobox-container article strong.price span {
        font-size: 14px;
    }
    .promobox-wrapper .promobox-container article dl {
        width: 110px;
        float:left;
    }
    .promobox-wrapper .promobox-container article dl dt {
        width: 70px;
        font-size: 12px;
    }
    .promobox-wrapper .promobox-container article dl dd {
        width: 30px;
        font-size: 12px;
    }
	
	.small-btn span.text {
		padding: 4px 5px 0px 5px;
	}
	
    .promobox-wrapper .promobox-container article .promo-tirq {
        margin:20px 0px 20px 0px;
    }
    .home-articles article {
        width: 28%;
		float: left;
		margin-right: 5%;
        text-align: center;
    }
    .home-articles article h2{
        font-size:21px;
    }
    .home-articles article div.body p{
        font-size:13px;
    }
    .home-articles article img{
        width: 100%;
    }
    footer section {
        width: 250px;
        float: left;
        margin-top: 34px;
    }
    footer section#block-menu-menu-company-info {
        width: 200px;
    }
    /* end of homepage responsive styles */
	
	
    /* search results responsive style */
	.big-blue {
		padding-left: 26px;
	}
	
	.big-blue span.end {
		width: 26px;
		background: transparent url(../images/giant_sprite.png) no-repeat -24px -194px;
	}
	
	.promobox-container article p {
		font-size: 11px;
	}
	
	.promobox-container article strong.price span {
		font-size: 14px;
	}
	
	.promobox-container article dl {
		width: 50%;
	}
	
	.promobox-container article dl dt {
		width: 60%;
		font-size: 12px;
	}
	
	.promobox-container article dl dd {
		width: 40%;
		font-size: 12px;
	}
	
    #boats-filter {
            width:270px;
    }
    #boats-filter .recommended-area #orderby-select {
            width: 133px;
    }
    #boats-filter .recommended-area #asc-select {
            width: 111px;
    }
    #boats-filter .main-filters input#datepick {
            width: 230px;
            background: url(../images/giant_sprite.png) no-repeat 218px -399px;
    }
    #boats-filter select {
            width: 280px;
    }
    #boats-filter .styled-select {
            width: 230px;
    }
    #search-results {
            width: 900px;
    }
    #search-results article .sr-left {
            width: 288px;
    }
    #search-results article .imageContainer {
            width: 268px;
            height:195px;
    }
    #search-results article .imageContainer img {
            width: 268px;
    }
    #search-results article h2 {
        font-size: 23px;
        width: 280px;
    }
    #search-results article .sr-data {
            width: 575px;
    }
    #search-results article .sr-data .periods div.main-box {
            width: 185px;
            margin-right: 15px;
    }
    #search-results article .sr-data .periods div {
            width: 170px;
            margin-right: 15px;
    }
    #search-results article .sr-data .periods div span.no-price {
            font-size: 22px;
    }
    #search-results article .sr-data .periods div.main-box span.old-price {
            font-size: 20px;
    }
    #search-results article .sr-data .periods div.main-box span.price {
            font-size: 32px;
    }
    #search-results article .sr-data .periods div span.price {
            font-size: 27px;
    }
    /* end of search results responsive style */
	
	/*SuperFish menu*/
	header#navbar .navbar-header ul.sf-menu > li {
		margin: 5px 0px 0px 18px !important;
	}
	header#navbar .navbar-header ul li a {
		font-size: 15px;
	}
		
	div.section-detail article div.image-area {
	   height: 193px;
	}
	footer section#block-block-2 {
		width: 480px;
	}
	footer section#block-block-2 img {
		margin-right: 10px;
	}
	footer section#block-block-3 {
		/*width: 17%;*/
	}

}

@media (max-width: 1200px) {
	article.extras-info .big-blue.btnLAng_de + div.extras-form {
		margin: 0px 24% 0px 217px;
	}
	
	article.extras-info .big-blue.btnLAng_en + div.extras-form {
		margin: 0px 24.7% 0px 194px;
	}
	
	header.navbar {
		height: 90px;
	}
	article.details .map-wrapper {
		height: 300px;
	}
	article.extras-info .extras-form {
		padding: 0px 10px 20px 10px;
		margin: 0px 25px 0px 25px;
	}
	
	#search-results .ajax-pager {
		font-size: 13px;
	}
	
	header#navbar .navbar-header ul {
		padding: 0px;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
	}
	
    .container {
        width:970px;
    }
	
	div.main-container div.region.region-content > div#home-cont > div.node {
		width: 865px;
	}
	
	.big-blue {
		padding-left: 17px;
		width: 190px;
	}
	
	.big-blue span.end, .button-area .big-blue.btnLAng_en span.end {
		width: 15px;
		background: transparent url(../images/giant_sprite.png) no-repeat -35px -194px;
	}
	
	div.promobox-container article dl {
		margin-top: 4px;
	}
	
	div.promobox-container article strong.price,
	div.promobox-container article strong.price span {
		font-size: 12px;
	}
	
    /* homepage responsive styles */
	
	.promobox-wrapper .promobox-container .promo-slider {
		left: 32px;
	}
	
	div.promobox-wrapper div.promobox-container article {
		width: 400px;
	}
	
	div.promobox-wrapper div.promobox-container article dl {
		width: 100px;
		margin-left: 15px;
	}
	
	#home-search-border ul.home-search > li button {
		margin-left: 0px;
	}
	
    #big-promobox-container ul li .image-container{
        max-width:733px;
    }
    #big-promobox-container ul li .data-container{
        width:222px;
    }
    .home-search li {
        width: 150px;
    }
    .home-search li.submit {
        width: auto;
    }
    .home-search li select {
        width: 140px;
    }
    .home-search li.date-picker input {
        width: 140px;
    }
    .home-search li.submit button {
        margin-left:0px;
    }
    .home-search li .home-submit span.text {
        width: 110px;
    }
    #big-promobox-container ul li .data-container{
        font-size:18px;
    }
    #big-promobox-container ul li .data-container h2 {
        margin: 10px 5px 2px 5px;
        padding: 0px 5px 5px 5px;
    }
    #big-promobox-container ul li .data-container h4 {
        font-size: 0.7em;
        margin: 0px 0px 0px 0px;
    }
    #big-promobox-container ul li .data-container h3.stripe {
        margin: 5px 0px 10px 0px;
        height:40px;
        background:transparent url(../images/home_slidersmall_tile.png) repeat-x top left;
    }
    #big-promobox-container ul li .data-container h3.stripe span.discount {
        margin-top:5px;
    }
    #big-promobox-container ul li .data-container h3.stripe span.discount em{
        font-size:20px;
    }
    #big-promobox-container ul li .data-container h3.stripe span.old-price{
        font-size:0.55em;
        font-family: 'open_sanslight';
        text-decoration:line-through;
        vertical-align:top;
        margin-top:13px;

    }
    #big-promobox-container ul li .data-container h3.stripe span.ribbon{
        display:block;
        width:15px;
        height:50px;
        position:absolute;
        right:-15px;
        top:-5px;
        background:transparent url(../images/giant_sprite.png) no-repeat -15px -314px;
    }
    .light-orange {
        margin-top: 10px;
    }
    .promobox-wrapper .promobox-container {
        float:left;
        margin-right:7px;
        padding:0px;
    }
    .promobox-wrapper .promobox-container h2{
        font-size:18px;
	padding:10px 0px 0px 0px;
    }
    .promobox-wrapper .promobox-container article h4{
        font-size:16px;
	padding:0px 5px 0px 5px;
    }
    div.promobox-wrapper div.promobox-container article div.imageContainer {
        width:266px;
        height:140px;
    }
    .promobox-wrapper .promobox-container article .imageContainer img{
        width:266px;
    }
    .promobox-wrapper .promobox-container .imageContainer em {
        top: 10px;
		right: 10px;
        width: 63px;
        height: 63px;
        font-style: normal;
        border-radius: 50%;
        vertical-align: middle;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        padding: 18px 0px 0px 0px;
    }
    .promobox-wrapper .promobox-container article p {
        width: 110px;
        padding: 0px 0px 0px 0px;
        margin-left: 15px;
        font-size: 12px;
    }
    .promobox-wrapper .promobox-container article .promo-tirq {
        margin:20px 0px 10px 0px;
    }
    .promobox-wrapper .promobox-container a.see-all {
        font-size: 15px;
    }
    .home-articles section {
        padding: 10px;
    }
    .home-articles article {
        float: left;
        text-align: center;
    }
    .home-articles article h2{
        font-size:17px;
    }
    .home-articles article div.body p{
        font-size:13px;
	padding:0px 5px 0px 5px;
    }
    .home-articles article img{
		height: 100px;
    }
    footer section#block-menu-menu-company-info {
        width: 150px;
    }
    footer section#block-block-2 {
        margin-right: 0px;
		clear: both;
		margin-top: 0px;
    }
	footer section#block-block-3 {
		/*width: 35%;
		margin-left:50px;*/
	}
	footer section#block-block-1 {
		float: right;
		margin: 40px 75px 0px 0px;
	}
    /* end of homepage responsive styles */
    /* search results responsive style */
	div.new-search.container article p {
		width: 38%;
		padding-left: 5px;
	}
	
	.promobox-container article dl {
		width: 62%;
	}
	
	.promobox-container article dl {
		padding-left: 0px;
	}
	
	div.promobox-container div.imageContainer em {
		width: 45px;
		height: 45px;
		background-size: 100%;
		top: 8px;
		font-size: 13px;
		padding: 13px 0px 0px 0px;
	}
	
	.promobox-container article dl dt,
	.promobox-container article dl dd {
		font-size: 11px;
	}
	
    #boats-filter {
            width:220px;
    }
    #boats-filter .recommended-area #orderby-select {
            width: 180px;
    }
    #boats-filter .recommended-area #orderby-select select{
            width: 210px;
            font-size:13px;
    }
    #boats-filter .recommended-area #asc-select {
            width: 180px;
    }
    #boats-filter .recommended-area #asc-select select{
            width: 210px;
            font-size:13px;
    }
    #boats-filter .main-filters input#datepick {
            width: 180px;
            background: url(../images/giant_sprite.png) no-repeat 170px -399px;
            font-size:13px;
    }
    #boats-filter .big-tirq span.text,
	#boats-filter .big-blue span.text{
        background: transparent url(../images/giant_sprite.png) no-repeat 0px -593px;
        display: block;
        height: 45px;
        padding: 14px 0px 10px 0px;
        margin: 0px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        float: left;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
        vertical-align: middle;
        line-height: 16px;
    }
	#boats-filter .big-blue.btnLAng_de {
		padding: 0px 0px 0px 20px;
	}
	#boats-filter .big-blue.btnLAng_de span.text{
        background: transparent url(../images/giant_sprite.png) no-repeat 0px -888px;
        display: block;
        height: 55px;
        padding: 12px 0px 12px 0px;
        margin: 0px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 12px;
        float: left;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
        vertical-align: middle;
        line-height: 16px;
    }
	.big-blue.btnLAng_de span.end {
		background: transparent url(../images/giant_sprite.png) no-repeat -110px -194px;
		width: 20px;
	}
	#boats-filter .big-blue span.text{
		background: transparent url(../images/giant_sprite.png) no-repeat 0px -768px;
		font-size: 11px;
		padding-top: 8px;
	}
    #boats-filter .recommended-area {
        padding: 0px 10px 10px 10px;
    }
    #boats-filter select {
            font-size:13px;
    }
    #boats-filter .styled-select {
            width: 180px;
    }
    #search-results {
            width: 750px;
    }
    #search-results article .sr-left {
            width: 213px;
    }
    #search-results article .imageContainer {
            width: 203px;
            height:148px;
    }
    #search-results article .imageContainer img {
            width: 203px;
    }
    #search-results article h2 {
        font-size: 18px;
        width: 200px;
    }
    #search-results article .sr-data {
            width: 500px;
    }
    #search-results article .sr-data ul li {
        margin-right: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    #search-results article .sr-data h4 {
        font-size: 14px;
    }
    #search-results article .sr-data .periods div.main-box {
        width: 170px;
        height: 160px;
        margin-right: 15px;
        font-size:13px;
    }
    #search-results article .sr-data .periods div {
        width: 140px;
        height: 140px;
        margin-right: 14px;
        font-size:13px;
    }
    div.periods div.main-box span {
        font-size: 13px;
    }
    #search-results article .sr-data .periods div span.no-price {
            font-size: 22px;
    }
    #search-results article .sr-data .periods div.main-box span.old-price {
            font-size: 16px;
    }
    #search-results article .sr-data .periods div.main-box span.price {
            font-size: 25px;
    }
    #search-results article .sr-data .periods div span.price {
            font-size: 23px;
    }
    div.periods div em {
        top: 28px;
        right: 1px;
        width: 32px;
        height: 31px;
        font-size: 12px;
        padding: 6px 1px 0px 1px;
    }
    #search-results article section.sr-data div.periods div.main-box em {
        width: 40px;
        height: 39px;
        font-size: 15px;
        padding: 8px 3px 0px 2px;
    }
    a.period-prev {
        width: 20px;
        height: 29px;
        font-size: 1px;
        bottom: 100px;
        left: 0px;
    }
    a.period-next {
        width: 20px;
        height: 29px;
        font-size: 1px;
        bottom: 100px;
        right: 0px;
    }
    /* end of search results responsive style */
	
	div.article-detail div.promobox-container.pb-new-search article h4 {
		font-size: 16px;
	}
	
	div.boat-detail article.boat section.boat-data {
		width: 100%;
		font-size: 11px;
	}
	
	div.boat-detail article.boat section.boat-image {
		clear: both;
		position: relative;
		padding-bottom: 10px;
		width: 100%;
		margin: 0 auto;
	}
	
	div.article-detail div.promobox-container.pb-new-search article div.imageContainer {
		float: none;
		width: 85%;
	}
	
	div.article-detail div.promobox-container.pb-new-search article dl {
		width: 42%;
		margin-top: 0px;
	}
	
	/*SuperFish menu*/
	header#navbar .navbar-header ul.sf-menu > li {
		margin: 5px 0px 0px 8px !important;
	}
	header#navbar .navbar-header ul li a {
		font-size: 13px;
	}
	
	div.section-detail article div.image-area {
	   height: 160px;
	}
	footer section#block-block-1 {
		float: left;
		margin: 40px 0px 0px 80px;
	}
	
}
@media (min-width: 1031px) { 
	.boat-info .big-blue span.text { 
		width: 135px;
	}
	.boat-info .boat-details .big-blue.btnLAng_de span.text {
		padding: 6px 0px 10px 0px !important;
		width: 135px;
		height:45px;
	}

	article.boat-info section.boat-details button.see-bdetail.btnLAng_de {
		width: auto;
		height:45px;
	}
}

@media (max-width: 1030px) {
	div.new-search.container article p {
		width: 50%;
	}
	article.details .map-wrapper {
		height: 270px;
	}
	.promobox-container article dl {
		width: 50%;
	}
	
	article.extras-info .big-blue.btnLAng_de + div.extras-form {
		margin: 0px 166px 0px 191px;
	}
	
	article.extras-info .big-blue.btnLAng_en + div.extras-form {
		margin: 0px 23% 0px 169px;
	}
	
	article.boat-info {
		float: none;
		margin: 0 auto;
	}
	
	article.extras-info,
	article.boat-info {
		float: none;
		width: 98%;
		margin: 0 auto;
	}

	#search-results .ajax-pager {
		font-size: 9px;
	}

	div.button-area {
		width: 720px;
	}

	div.button-area p .big-blue span.text {
		font-size: 12px;
	}

	div.main-container div.region.region-content > div#home-cont > div.node {
		width: 780px;
	}

	header#navbar .navbar-header {
		font-size: 9px;
		height: 90px;
		margin: 0px;
	}
	
	header.navbar div.navbar-header div.language-selector {
		margin-right: 30px;
	}
	
	header.navbar {
		height: 80px;
	}
	
    .navbar .container {
        padding-left: 5px;
    }
    .navbar-collapse.collapse {
        height: 43px !important;
        padding-bottom: 0;
        overflow: visible!important;
    } 
    .container > header.navbar {
        margin-right:auto;
        margin-left:auto;
    }
    a.logo {
        display:block;
        height:32px;
        margin-top:0px;
    }
    a.logo img{
        width:100%;
    }
    .container {
        width:753px;
    }
    header#navbar .navbar-header ul li a {
        font-size: 10px;
    }
    header#navbar .navbar-header ul {
        margin-top:0px;
		background-color: white;
    }
    .navbar-default .navbar-collapse {
        margin-top: -10px;
		padding: 0px 0px 0px 20px;
		overflow: initial;
    }
    .home-search li label {
        font-size: 12px;
    }
    /* homepage responsive styles */
	
	div.promobox-wrapper div.promobox-container article {
		width: 352px;
	}
	
	#home-search-border ul.home-search > li button {
		margin-left: 30px;
	}
	
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .home-search li {
        width: 130px;
    }
    .home-search li.submit {
        width:auto;
    }
	.home-search li.submit button{
        width: 70px;
		height:60px;
		margin-top:0px;
		margin-left:10px;
		background:transparent url(../images/giant_sprite.png) no-repeat -257px -134px;
    }
	.home-search li.submit button span{
        display:none;
    }
    .home-search li select {
        width: 125px;
    }
    .home-search li.date-picker input {
        width: 125px;
    }
    .home-search li .home-submit span.text {
        width: 120px;
    }
    #big-promobox-container {
        margin-left:5px;
    }
    #big-promobox-container ul li .image-container{
        max-width:565px;
    }
    #big-promobox-container ul li .image-container img{
        width:585px;
    }
    #big-promobox-container ul li .data-container{
        width:168px;
    }
	#big-promobox-container ul li .data-container{
        font-size:14px;
    }
    #big-promobox-container ul li .data-container h2 {
        margin: 5px 5px 2px 5px;
        padding: 0px 5px 5px 5px;
		line-height:18px;
    }
    #big-promobox-container ul li .data-container h4 {
        font-size: 14px;
        margin: 0px 0px 0px 0px;
		line-height:16px;
    }
	#big-promobox-container ul li .data-container h3 {
		font-size: 20px;
	}
    #big-promobox-container ul li .data-container h3.stripe {
        margin: 5px 0px 5px 0px;
        height:40px;
        background:transparent url(../images/home_slidersmall_tile.png) repeat-x top left;
    }
    #big-promobox-container ul li .data-container h3.stripe span.discount {
        margin-top:5px;
		margin-right:15px;
		font-size:12px;
    }
    #big-promobox-container ul li .data-container h3.stripe span.discount em{
        font-size:17px;
    }
    #big-promobox-container ul li .data-container h3.stripe span.old-price{
        font-size:14px;

    }
    .promobox-wrapper .promobox-container {
        width:360px;
        float:left;
        padding:4px;
        margin-top:20px;
    }
    .promobox-wrapper .promobox-container:nth-child(odd) {
        clear:left;
    }
    .promobox-wrapper .promobox-container h2{
        font-size:30px;
    }
    .promobox-wrapper .promobox-container article h4{
        font-size:20px;
		padding:10px 5px 10px 5px;
    }
    div.promobox-wrapper div.promobox-container article div.imageContainer {
		width: 230px;
		height: 140px;
        margin-left:auto;
        margin-right:auto;
    }
    .promobox-wrapper .promobox-container article .imageContainer img{
        width: 225px;
    }
    .promobox-wrapper .promobox-container .imageContainer em {
        top: 5px;
		right: 16px;
		width: 45px;
		height: 45px;
		font-style: normal;
		vertical-align: middle;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		padding: 12px 0px 0px 0px;
		background-size: 100%;
    }
    .promobox-wrapper .promobox-container article p {
        width: 95px;
		padding: 0px 0px 0px 0px;
		margin-left: 5px;
		font-size: 12px;
    }
	
	div.promobox-wrapper div.promobox-container article dl {
		width: 110px;
		margin-left: 5px;
	}
	
    .promobox-wrapper .promobox-container article strong.price {
        font-size: 20px;
    }
    .promobox-wrapper .promobox-container article strong.price span {
        font-size: 18px;
    }
    .promobox-wrapper .promobox-container article dl {
        width: 157px;
	float:right;
        margin-left:5px;
    }
    .promobox-wrapper .promobox-container article dl dt {
        width: 70px;
		font-size: 12px;
    }
    .promobox-wrapper .promobox-container article dl dd {
        width: 30px;
		font-size: 12px;
    }
    .promobox-wrapper .promobox-container article .promo-tirq {
        margin:20px 0px 20px 0px;
    }
    .promobox-wrapper .promobox-container a.see-all {
        font-size: 20px;
    }
    .light-orange{
            background:transparent url(../images/giant_sprite.png) no-repeat 0px -254px;
            height:30px;
            padding:0px 0px 0px 20px;
            margin:10px 0px 0px 0px;
            border:0px none;
            display:inline-block;
            width:auto;
    }
    .light-orange span.text{
            background:transparent url(../images/button/btn_orangesmall_tile.png) repeat-x top left;
            display:block;
            height:30px;
            padding:4px 10px 0px 10px;
            margin:0px;
            text-align:center;
            color:#fff;
            font-weight:bold;
            font-size:15px;
            float:left;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    }
    .light-orange span.end{
            background:transparent url(../images/giant_sprite.png) no-repeat -130px -139px;
            display:block;
            height:30px;
            padding:0px 0px 0px 0px;
            margin:0px;
            width:20px;
            float:left;
    }
    div.home-articles {
        top: -80px;
    }
    .home-articles section {
        padding: 10px;
    }
    .home-articles article {
		width: 31%;
		margin-right: 2%;
	}
	
    .home-articles article h2{
        font-size:13px;
		padding: 35px 0;
    }
    .home-articles article div.body p{
        font-size:16px;
	padding:0px 15px 0px 15px;
    }
	
    footer {
        padding-top:0px;
        background: #7096af; /* Old browsers */
        background: -moz-linear-gradient(top, #95bad2 0%, #7ca1b9 42%, #7096af 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95bad2), color-stop(42%,#7ca1b9), color-stop(100%,#7096af)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #95bad2 0%,#7ca1b9 42%,#7096af 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #95bad2 0%,#7ca1b9 42%,#7096af 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #95bad2 0%,#7ca1b9 42%,#7096af 100%); /* IE10+ */
        background: linear-gradient(to bottom, #95bad2 0%,#7ca1b9 42%,#7096af 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95bad2', endColorstr='#7096af',GradientType=0 ); /* IE6-9 */
    }
    footer div.region-footer {
        padding-left:20px;
        padding-bottom:20px;
		padding-right:20px;
        position:relative;
    }
    footer section {
        margin-top:0px;
    }
	footer section#block-menu-menu-company-info {
        width: 250px;
    }
	footer section#block-block-1 {
		float: right;
		margin: 40px 25px 0px 0px;
	}
	footer section#block-block-1 {
		float: left;
		margin: 40px 0px 0px 10px;
	}
    /* end of homepage responsive styles */
    /* search results responsive style */
	
	div.button-area p {
		margin-right: 0px;
	}
	
	div.region-content #new-search {
		width: 100%;
	}
	
	div.promobox-container.pb-new-search {
		margin-top: 15px;
		width: 100%;
	}
	
	div.promobox-container.pb-new-search article {
		float: left;
		width: 50%;
	}
	div.promobox-container.pb-new-search article:nth-child(even) {
		clear: left;
	}
	
	div.new-search.container article h4 {
		font-size: 15px;
	}
	
	div.promobox-container article strong.price {
		font-size: 14px;
	}
	
	div.new-search.container article p {
		font-size: 10px;
		padding-left: 20px;
	}
	
	.promobox-container article dl dt, .promobox-container article dl dd {
		font-size: 10px;
	}
	
	div.promobox-container div.imageContainer em {
		width: 65px;
		height: 65px;
		background-size: 100%;
		top: 8px;
		right: 18px;
		font-size: 18px;
		padding: 20px 0px 0px 0px;
	}
	
    #boats-filter {
        width:100%;
        padding-top:70px;
        padding-bottom:60px;
        display:none;
    }
    .preview-filter {
        display:block;
        clear:both;
        width:100%;
        padding:15px 15px 0px 15px;
        text-align:right;
    }
    #boats-filter .recommended-area, #boats-filter .slider-area, #boats-filter .main-filters, #boats-filter .boat-specs {
        width:50%;
        float:left;
        margin:0px;
        background: #fff none; /* Old browsers */
        border:0px none;
        position:static;
    }
    #boats-filter .slider-area , #boats-filter .boat-specs {
        width:47%;
    }
    #boats-filter .recommended-area #orderby-select {
        width: 80%;
        float:none;
    }
    #boats-filter .recommended-area #orderby-select select{
        width: 80%;
        padding-right:25px;
        font-size:15px;
        line-height: 19px;
    }
    #boats-filter .recommended-area #asc-select {
        width: 80%;
        float:none;
    }
    #boats-filter .recommended-area #asc-select select{
        width: 80%;
        padding-right:25px;
        font-size:15px;
        line-height: 19px;
    }
    #boats-filter .main-filters h5 {
        width: 130px;
        float:left;
        clear: left;
    }
    #boats-filter .boat-specs h5 {
        width: 130px;
        float:left;
        clear: left;
        margin:5px 5px 0px 0px;
    }
    #boats-filter .boat-specs .jslider_round_plastic {
        margin-top: 55px;
    }
    #boats-filter .main-filters input#datepick {
            width: 196px;
            background: url(../images/giant_sprite.png) no-repeat 170px -399px;
            font-size:13px;
            margin-bottom:20px;
    }
    #boats-filter .recommended-area .big-tirq {
        position: absolute;
        top: 10px;
        left:50%;
        margin-left:-182px;
    }
    #boats-filter .recommended-area .big-tirq {
        position: absolute;
        top: 10px;
        left:50%;
        margin-left:-182px;
    }
    #boats-filter .boat-specs .big-tirq {
        position: absolute;
        bottom: 20px;
        left:50%;
        margin-left:-182px;
    }
    #boats-filter .big-tirq span.text {
        background: transparent url(../images/giant_sprite.png) no-repeat 0px -593px;
        display: block;
        height: 45px;
        padding: 14px 50px 10px 50px;
        margin: 0px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 19px;
        float: left;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
        vertical-align: middle;
        line-height: 16px;
    }
    #boats-filter .recommended-area {
        padding: 0px 10px 10px 10px;
    }
    #boats-filter select {
            padding-right:25px;
            font-size:13px;
    }
    #boats-filter .styled-select {
            width: 196px;
    }
    #search-results {
            width: 100%;
            padding:0px 0px 0px 0px;
            margin-top:20px;
    }
    #search-results article .sr-left {
            width: 223px;
    }
    #search-results article .imageContainer {
            width: 203px;
            height:148px;
    }
    #search-results article .imageContainer img {
            width: 203px;
    }
    #search-results article h2 {
        font-size: 18px;
        width: 200px;
    }
    #search-results article .sr-data {
            width: 500px;
    }
    #search-results article .sr-data ul li {
        margin-right: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    #search-results article .sr-data h4 {
        font-size: 14px;
    }
    #search-results article .sr-data .periods div.main-box {
        width: 170px;
        height: 160px;
        margin-right: 16px;
        font-size:13px;
    }
    #search-results article .sr-data .periods div {
        width: 140px;
        height: 140px;
        margin-right: 16px;
        font-size:13px;
    }
    div.periods div.main-box span {
        font-size: 13px;
    }
    #search-results article .sr-data .periods div span.no-price {
            font-size: 22px;
    }
    #search-results article .sr-data .periods div.main-box span.old-price {
            font-size: 16px;
    }
    #search-results article .sr-data .periods div.main-box span.price {
            font-size: 25px;
    }
    #search-results article .sr-data .periods div span.price {
            font-size: 23px;
    }
    div.periods div em {
        top: 28px;
        right: 1px;
        width: 32px;
        height: 31px;
        font-size: 12px;
        padding: 6px 1px 0px 1px;
    }
    #search-results article section.sr-data div.periods div.main-box em {
        width: 40px;
        height: 39px;
        font-size: 15px;
        padding: 8px 3px 0px 2px;
		right: 5px;
    }
	div.periods div.main-box {
		width: 180px;
	}
    a.period-prev {
        width: 20px;
        height: 29px;
        font-size: 1px;
        bottom: 100px;
        left: 0px;
    }
    a.period-next {
        width: 20px;
        height: 29px;
        font-size: 1px;
        bottom: 100px;
        right: 0px;
    }
    /* end of search results responsive style */
	
	div.article-detail div.promobox-container.pb-new-search article h4 {
		font-size: 14px;
	}
	
	div.article-detail div.promobox-container.pb-new-search article div.imageContainer {
		width: 100%;
	}
	
	div.article-detail div.promobox-container.pb-new-search article div.promo-data p {
		width: 32%;
		padding-left: 0px;
		font-size: 11px;
	}
	
	div.article-detail div.promobox-container.pb-new-search article dl {
		width: 64%;
		margin-top: 0px;
	}
	.big-blue span.text.btnLAng_en {
		width: 90px;
	}
	article.boat-info section.boat-details button.big-blue.see-bdetail span.end {
		width: 15px;
		background: transparent url(../images/giant_sprite.png) no-repeat -35px -194px;
	}
	div.bx-viewport div.slide {
		width: 176px !important;
	}
	article.boat-info section.boat-details button.big-blue.see-bdetail {
		margin: 15px 25px 0px;
	}
	article.boat-info section.boat-details button.see-bdetail {
		width: 260px;
	}
	.boat-info section.boat-details .big-blue span.text {
		padding: 15px 15px 10px 0px;
	}
	span.text em.extras-arrows {
		margin: -2px 0px 0px 10px;
	}
	
	div.section-detail article div.image-area {
	   height: 124px;
	}
	
}

@media (max-width: 767px) {
/*    .container {
        width:670px;
    }
	
	article.extras-info .big-blue.btnLAng_de + div.extras-form {
		margin: 0px 19.5% 0px 23.5%;
	}
	
	article.extras-info .big-blue.btnLAng_en + div.extras-form {
		margin: 0px 19.5% 0px 128px;
	}
	
	header#navbar .navbar-header ul {
		border-radius: 3px;
		overflow: visible;
	}
	
	header#navbar .navbar-header ul ul {
		position: absolute;
		-moz-box-shadow: 0px 0px 5px rgba(68,68,68,0.8);
		-webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.8);
		box-shadow: 0px 0px 5px 1px rgba(68,68,68,0.4);
	}

	.navbar-default .navbar-collapse {
		overflow: visible;
        margin-top:5px;
		-moz-box-shadow: none; 0px 0px 5px rgba(68,68,68,0.8);
		-webkit-box-shadow: none; 0px 0px 5px rgba(68,68,68,0.8);
		box-shadow: none; 0px 0px 5px 1px rgba(68,68,68,0.4);
		width: 70%;
    }
	
	article.boat-info section.boat-details button.big-blue.see-bdetail.btnLAng_en {
		margin: 15px 20px 0px;
	}
	
	div.bx-viewport div.slide {
		width: 148px !important;
	}
	
	article.boat-info section.boat-details button.big-blue.see-bdetail {
		padding: 0px 0px 0px 10px;
	}
	
	.big-blue span.text {
		width: 87%;
	}
	
	article.boat-info section.boat-details button.big-blue.see-bdetail span.end {
		background: transparent url(../images/giant_sprite.png) no-repeat -40px -194px;
		width: 10px;
	}*/


	/*SuperFish Menu*/
	.sf-menu > li {
		display: block !important;   /* LI under LI style */
		width: 100% !important; 	/* LI under LI style */
		padding: 10px 0px 10px 0px !important;
		text-align: left !important;
	}
	.sf-accordion-toggle {
		display: none;
	}
	header.navbar {
		height: 50px;
	}
	header#navbar .navbar-header ul.sf-menu li > ul > li.sf-clone-parent {
		border-radius: 5px 5px 5px 5px;
	}
	.navbar-default .navbar-collapse {
		webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.8);
		/* box-shadow: 0px 0px 5px 1px rgba(68,68,68,0.4); */
	
	}
	header#navbar .navbar-header ul.sf-menu > li {
		margin: 10px 0px !important;
	}
	header#navbar .navbar-header ul.sf-menu > li > ul  {
		margin-top: -10px !important;
	}
	
	header#navbar .navbar-header ul.sf-menu {
		width: 150px;
		margin-right: 38%;
		margin-left: 50%;
		border: 1px solid #ddd;
		padding: 0px 5px;
	}
	
	/*Bootstrap navbar toggle*/
	.navbar-toggle {
		float: left;
		margin: 5px 13px 0px 20px;
		background: #22689b;
	}
	
	/*479*/
	.container {
        width:450px;
        padding: 0px 5px;
    }
    header#navbar .navbar-header ul.sf-menu {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    header div#contact-us-form {
        width: 400px;
        left: 0px !important;
    }
    header div#contact-us-form *,
    header div#contact-us-form dl dd input, header div#contact-us-form dl dd textarea, header div#contact-us-form dl dd select {
        font-size: 10px;
    }
    div.main-container div.region.region-content > div#home-cont > div.node {
        width: 450px;
    }
    
    div.promobox-wrapper div.promobox-container article {
        width: 385px;
    }
    .promobox-wrapper .promobox-container article p,
    div.promobox-wrapper div.promobox-container article dl{
        margin-left: 26px;
    }
    #home-search-border {
        width: 98%;
        float: none;
    }
    .home-articles article {
        width: 94%;
    }
    div.promobox-wrapper div.promobox-container {
        width: 100%;
    }
    div.bx-wrapper {
        width: 100%;
        padding: 0px 5px 0px 15px;
    }
    div.bx-viewport div.slide {
        width: 197px !important;
    }
    .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        right: 9px;
    }
	/*ARTICLES AND PROMOBOXES*/
    div.article-detail article.details {
		width: 100%;
	}
	div.article-detail div.promobox-container.pb-new-search {
		width: 100%;
	}
	div.article-detail div.promobox-container.pb-new-search article div.promo-data p,
	div.promobox-container article dl dt, .promobox-container article dl dd {
		font-size: 13px;
	}
	div.preview-filter {
		padding: 40px 15px 0px 15px;
	}
	
	article.boat-info section.boat-details .boat-data ul {
        width: 100px;
        font-size: 10px;
    }
    article.boat-info section.boat-details .boat-data ul.first-row li span,
    article.boat-info section.boat-details .boat-data ul.second-row li span,
    article.boat-info section.boat-details .boat-data ul.third-row li span {
        width: auto;
        float: left;
        padding-left: 0px;
    }
    article.boat-info section.boat-details .boat-data ul.first-row li strong,
    article.boat-info section.boat-details .boat-data ul.second-row li strong,
    article.boat-info section.boat-details .boat-data ul.third-row li strong {
        width: auto;
        float: right;
    }
    article.boat-info section.boat-details .boat-data ul.second-row {
        width: 125px;
    }
    article.boat-info section.boat-details .boat-data ul.third-row {
        width: 135px;
    }
	article.boat-info section.boat-availability .periods-holder {
		padding: 45px 0px 45px 6px;
		margin: 0px 70px 0px 68px;
	}
    #equipmentTable * {
        font-size: 8px;
    }
    div.periods div,
    div.periods div.main-box{
        width: 270px;
        margin: 0px;
    }
/*    div.periods div em {
        width: 60px;
        height: 60px;
        padding: 20px 1px 0px 1px;
    } */
    .styled-select select,
    div.region-content h5 {
        font-size: 10px;
    }
    article.extras-info .big-blue.btnLAng_de + div.extras-form {
        margin: 0px 0px 0px 39px;
    }
    article.extras-info .big-green span.text {
        width: 320px;
    }
    article.extras-info .contact-form div.form-row label {
        font-size: 10px;
    }
    article.extras-info .extras-form ul.extras-list li span.data {
        width: 46%;
        text-align: left;
        font-size: 12px;
    }
    article.extras-info .extras-form ul.extras-list li span.addon {
        width: 30%;
        font-size: 12px;
    }
    div.section-detail article div.image-area {
        height: 80px;
    }
    div.article-detail div.promobox-container.pb-new-search h2 {
        font-size: 20px;
    }
    #search-results .ajax-pager {
        height: 50px;
    }
    #ajax-pager ul.legend-info {
        padding: 25px 0px 0px 0px;
    }
    div.search-results.container {
        margin-top: 0px;
    }
    #search-results article .sr-data {
        width: 420px;
    }
    #search-results article .sr-data .periods div,
    #search-results article .sr-data .periods div.main-box {
        width: 195px;
        height: 140px;
    }
    ul.legend-info li {
        font-size: 8px;
    }
    #search-results > ul.legend-info {
        margin-top: -70px;
    }
    ul.legend-info {
        padding: 0px 0px 0px 10px;
    }
    #search-results article section.sr-data div.periods div.main-box em,
    div.periods div em {
        width: 45px;
        height: 45px;
        font-size: 12px;
        padding: 14px 3px 0px 2px;
    }
    #search-results article section.sr-data div.periods div.main-box span.date {
        font-weight: bold;
    }
    #search-results article .sr-data .periods div.main-box span.old-price {
        font-size: 19px;
    }
    #search-results article .sr-data .periods div.main-box span.price {
        font-size: 23px;
    }
	div.promobox-wrapper .promobox-container .imageContainer em {
		font-size: 12px;
	}
	div.promobox-wrapper div.promobox-container article .promo-tirq {
		margin: 6px 0px 10px -8px;
	}
	.small-btn span.text {
		font-size: 12px;
	}
    #boats-filter .recommended-area, #boats-filter .slider-area, #boats-filter .main-filters, #boats-filter .boat-specs,
    #boats-filter .slider-area, #boats-filter .boat-specs {
        width: 100%;
    }
    #boats-filter .jslider_round_plastic {
        margin: 20px 0px 30px 20px;
        width: 90%;
    }
    div.periods div.main-box .small-btn span {
        font-size: 14px;
        padding: 4px 5px 0px 5px;
    }
    div#boats-filter h5 {
        font-size: 13px;
    }
	footer section#block-block-3 {
		float: left;
		/*width: 80%;
		margin-left: 0px;*/
	}
	footer section#block-block-4 {
		margin-bottom: 50px;
	}
	footer section#block-block-1 {
		float: left;
		margin: 0px 25px 0px 0px;
	}
	footer section#block-block-2 {
		width: 100%;
	}
	footer section div.banner {
		height: 210px;
		margin-top: 20px;
	}
	/*Contact us*/
	div#LCS-wrapper h4.lcs-title {
		font-size: 11px;
		margin-bottom: 5px;
	}
	#imgLCS {
		width: 40px;
	}
	div#LCS-wrapper {
		height: 80px!important;
		padding: 5px 5px 5px 0px!important;
		right: -15px!important;
		bottom: 10px!important;
		width: 85px!important;
	}
	/*Special Offers*/
	.promobox-wrapper .promobox-container {
		margin-right: 0px;
	}
	.special-offers .promobox-wrapper .promobox-container .promo-right-vstrip {
		position: absolute;
		top: 48px;
		right: -2px;
		width: 40px;
		height: 244px;
		background-color: #fff;
		display: block;
	}
	.special-offers .promobox-wrapper .promobox-container .promo-left-vstrip {
		position: absolute;
		top: 48px;
		left: 0px;
		width: 30px;
		height: 244px;
		background-color: #fff;
		display: block;
	}

}

@media (max-width: 479px) {
    .container {
        width:450px;
        padding: 0px 5px;
    }
    header#navbar .navbar-header ul.sf-menu {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    header div#contact-us-form {
        width: 400px;
        left: 0px !important;
    }
    header div#contact-us-form *,
    header div#contact-us-form dl dd input, header div#contact-us-form dl dd textarea, header div#contact-us-form dl dd select {
        font-size: 10px;
    }
    div.main-container div.region.region-content > div#home-cont > div.node {
        width: 450px;
    }
    
    div.promobox-wrapper div.promobox-container article {
        width: 385px;
    }
    .promobox-wrapper .promobox-container article p,
    div.promobox-wrapper div.promobox-container article dl{
        margin-left: 26px;
    }
    #home-search-border {
        width: 98%;
        float: none;
    }
    .home-articles article {
        width: 94%;
    }
    div.promobox-wrapper div.promobox-container {
        width: 99%;
    }
    div.bx-wrapper {
        width: 100%;
        padding: 0px 5px 0px 15px;
    }
    div.bx-viewport div.slide {
        width: 197px !important;
    }
    .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
        right: 9px;
    }
    article.boat-info section.boat-details .boat-data ul {
        width: 100px;
        font-size: 10px;
    }
    article.boat-info section.boat-details .boat-data ul.first-row li span,
    article.boat-info section.boat-details .boat-data ul.second-row li span,
    article.boat-info section.boat-details .boat-data ul.third-row li span {
        width: auto;
        float: left;
        padding-left: 0px;
    }
    article.boat-info section.boat-details .boat-data ul.first-row li strong,
    article.boat-info section.boat-details .boat-data ul.second-row li strong,
    article.boat-info section.boat-details .boat-data ul.third-row li strong {
        width: auto;
        float: right;
    }
    article.boat-info section.boat-details .boat-data ul.second-row {
        width: 125px;
    }
    article.boat-info section.boat-details .boat-data ul.third-row {
        width: 135px;
    }
    article.boat-info section.boat-availability .periods-holder {
        padding: 45px 0px 45px 6px;
    }
    #equipmentTable * {
        font-size: 8px;
    }
    div.periods div,
    div.periods div.main-box{
        width: 270px;
        margin: 0px;
    }
/*    div.periods div em {
        width: 60px;
        height: 60px;
        padding: 20px 1px 0px 1px;
    } */
    .styled-select select,
    div.region-content h5 {
        font-size: 10px;
    }
    article.extras-info .big-blue.btnLAng_de + div.extras-form {
        margin: 0px 0px 0px 39px;
    }
    article.extras-info .big-green span.text {
        width: 320px;
    }
    article.extras-info .contact-form div.form-row label {
        font-size: 10px;
    }
    article.extras-info .extras-form ul.extras-list li span.data {
        width: 46%;
        text-align: left;
        font-size: 12px;
    }
    article.extras-info .extras-form ul.extras-list li span.addon {
        width: 30%;
        font-size: 12px;
    }
    div.section-detail article div.image-area {
        height: 80px;
    }
    div.article-detail div.promobox-container.pb-new-search h2 {
        font-size: 20px;
    }
    #search-results .ajax-pager {
        height: 50px;
    }
    #ajax-pager ul.legend-info {
        padding: 25px 0px 0px 0px;
    }
    div.search-results.container {
        margin-top: 0px;
    }
    #search-results article .sr-data {
        width: 420px;
    }
    #search-results article .sr-data .periods div,
    #search-results article .sr-data .periods div.main-box {
        width: 195px;
        height: 140px;
    }
    ul.legend-info li {
        font-size: 8px;
    }
    #search-results > ul.legend-info {
        margin-top: -70px;
    }
    ul.legend-info {
        padding: 0px 0px 0px 10px;
    }
    #search-results article section.sr-data div.periods div.main-box em,
    div.periods div em {
        width: 45px;
        height: 45px;
        font-size: 12px;
        padding: 14px 3px 0px 2px;
    }
    #search-results article section.sr-data div.periods div.main-box span.date {
        font-weight: bold;
    }
    #search-results article .sr-data .periods div.main-box span.old-price {
        font-size: 19px;
    }
    #search-results article .sr-data .periods div.main-box span.price {
        font-size: 23px;
    }
    #boats-filter .recommended-area, #boats-filter .slider-area, #boats-filter .main-filters, #boats-filter .boat-specs,
    #boats-filter .slider-area, #boats-filter .boat-specs {
        width: 100%;
    }
    #boats-filter .jslider_round_plastic {
        margin: 20px 0px 30px 20px;
        width: 90%;
    }
    div.periods div.main-box .small-btn span {
        font-size: 14px;
        padding: 4px 5px 0px 5px;
    }
    div#boats-filter h5 {
        font-size: 13px;
    }

}
/* end of let us set the width for all kind of resolutions */




/* SuperFish Menu */

@media (min-width: 768px) {
	.sf-menu > li {
		display: table-cell !important;   /* justify LI */
	}
	.sf-menu > li.first {
		text-align: left;
	}
	.sf-menu > li.middle {
		text-align: center;
	}
	.sf-menu > li.last {
		text-align: right;
	}
	header#navbar .navbar-header ul.sf-menu {
	    width: auto; /* justify LI - 100% */
		margin: 0;
		padding: 0;
		padding: 10px 5px 0px 0px !important;
	}
	header#navbar .navbar-header ul.sf-menu > li > ul  {
		margin: -10px 0px 0px -35px !important;
	}
	
	header#navbar .navbar-header ul.sf-menu > li.first {
	margin-left: 0px !important;
}
}

header#navbar .navbar-header ul.sf-menu {
    display: table;  /* justify LI */
	text-align: right;
    list-style: none;  /* justify LI */
}

header#navbar .navbar-header ul.sf-menu > li {
	/*margin: 5px !important;*/
	padding: 0px !important;
}



header#navbar .navbar-header ul.sf-menu > li > ul  {
	/*width: 100% !important;*/
	/*margin: 0px !important;*/
	padding: 0px !important;
	text-align:center;
	width: 100%;
}


.sf-menu > li {
	float: left;  /* justify LI */
	/* display: table-cell !important;   /* justify LI */
	padding: 12px 0px 11px 0px;
}

.sf-menu > li > a {
	/*font-size: 17px;*/
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'open_sansregular';
	color: #777;
	display: inline;		 /* justify LI */
}

.sf-menu > li > a:hover {
	border-bottom: 2px solid #00689d;
}

.block-superfish #superfish-1 ul:before {
	content: "";
	border-bottom: 4px solid transparent; /* Arrow on top of first LI element*/
	position: absolute; /* Arrow on top of first LI element*/
	right: 0px; /* Arrow on top of first LI element*/
	top: -4px; /* Arrow on top of first LI element*/
	background: url(../images/menu-arrow-up.png) no-repeat center top; /* Arrow on top of first LI element*/
	width: 100%; /* Arrow on top of first LI element*/
}

.block-superfish #superfish-1:after {
	content: '';
	width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
	display: inline-block;
}

.sf-sub-indicator {
	background: none !important;
}

.sf-menu > li > ul {
	display: block;
	overflow: visible !important;
	background: none !important;
	background-color: none !important;
	max-height: none !important;
	margin: 0px !important;
	border-radius: 0px !important;
	background-color: red;
	padding: 0px 0px 0px 0px !important; /* zasto ne radi? */
}
.sf-menu > li > ul > li > ul {
	display: block;
	overflow: visible !important;
	background: none !important;
	background-color: none !important;
	max-height: none !important;
	margin: 0px !important;
	border-radius: 0px !important;
	padding: 0px !important; /* zasto ne radi? */
}

.sf-menu li > ul > li {
	background-color: #00689d;
	width: 100%;	
	display:inline-block;
}
.sf-menu li > ul > li:hover {
	background: #00b5e0; /* Old browsers */
	background: -moz-linear-gradient(top, #00b5e0 0%, #00a5d9 50%, #00b5e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b5e0), color-stop(50%,#00a5d9), color-stop(100%,#00b5e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b5e0 0%,#00a5d9 50%,#00b5e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b5e0 0%,#00a5d9 50%,#00b5e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00b5e0 0%,#00a5d9 50%,#00b5e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00b5e0 0%,#00a5d9 50%,#00b5e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5e0', endColorstr='#00b5e0',GradientType=0 ); /* IE6-9 */
	width: 100%;	
}

header#navbar .navbar-header ul.sf-menu li > ul > li {
	padding: 5px 0px;
}

.sf-menu li > ul > li.first {
	border-radius: 5px 5px 0px 0px;
}
.sf-menu li > ul > li.middle {
	border-radius: 0px;
}
.sf-menu li > ul > li.last {
	border-radius: 0px 0px 3px 3px;
}

.sf-menu li > ul > li > a {
	font-family: 'open_sansregular';
	font-weight: 950; /* bolder then normal but not bold */
	color: white !important;
	text-align: center !important;
	padding: 10px 0px 10px 0px;
}
.sf-menu li > ul > li > a:hover {
	text-decoration: none;
}

.sf-menu > li.active-trail > a{
	color: #22689b !important;
	font-weight: bold;
}

#equipmentTable * {
        font-size: 11px;
}
.order-successful .big-blue {
        display:inline-block;
        margin-right:10px;
}
.order-successful .big-blue span.text{
        font-size:14px;
}
.boat-info .big-blue{
        padding:0px 0px 0px 10px;
        margin:0px auto 0px auto;
        border:0px none;
        display:block;
        width:auto;
}
.boat-info .big-blue:before, .big-blue:after{
        content: " ";
        display: table;
        clear:both;
}
.boat-info .big-blue span.text{
        display:block;
        height:55px;
        padding: 14px 0px 10px 0px;
        margin:0px;
        text-align:center;
        color:#fff;
        font-weight:bold;
        font-size:16px;
        float:left;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
        vertical-align:middle;
        line-height:16px;
}
.boat-info .boat-details .big-blue span.text{
        padding: 8px 15px 10px 0px;
		font-size: 14px;
		font-weight: normal;
}
.boat-info .boat-details .big-blue.btnLAng_de span.text{
	padding: 14px 0px 10px 0px;
        height: 45px;
}
.boat-info .big-blue.btnLAng_de span.text {
	padding: 8px 0px 10px 0px;
	width: 310px;
}

#equipmentTable .row {
        padding: 5px 0px;
        border-bottom: 1px dotted gray;
}

#equipmentTable .row:before, #equipmentTable .row:before {
        content: " ";
        clear: both;
}

#equipmentTable .row.odd {
        background-color: #F4F4F4;
}

#equipmentTable .row .cell {
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	display: inline-block;
	word-break: break-word;
}

#equipmentTable .row .cell.first {
        font-weight: bold;
}

/* Contact us form */

#msg-overlay {
	background: url(../images/contact-us-background.png) no-repeat top left !important;
	width: 416px !important;
	height: 231px !important;
	padding: 50px 30px 30px !important;
	color: #22689b;
	border-radius: 1px;
	box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.5);
}

#msg-overlay .inner-cont h3 {
	font-size: 16px;
}

#msg-overlay .inner-cont p {
	padding: 10px 0px;
}

#msg-overlay .inner-cont strong {
	float: right;
	font-size: 13px;
}

/*Last minute offers*/

.special-offers  .promobox-wrapper {
	width: 100%;
}
.special-offers .promobox-wrapper .promobox-container {
	width: 100%;
	overflow: hidden;
	border: none;
	padding: 0px 40px 0px 40px;
	background: none;
}
.special-offers  h1 {
	font-family: 'open_sansregular';
	font-size: 26px;
	font-weight: normal;
	color: #787878;
	text-align: center;
	border-bottom: 2px solid #d5d5d5;
	padding-bottom: 5px;
}
.special-offers .promobox-wrapper .promobox-container h2 {
	font-family: 'open_sansregular';
	font-size: 18px;
	text-align: left;
	color: #0072b1;
	background: none;
	border-bottom: 2px solid #d5d5d5;
	padding: 10px 0px 0px 8px;
	margin: 0px -40px 0px -40px;
}

.special-offers .promobox-wrapper  .promo-slider article {
	float: left;
	width: 400px;
	background: none;
}

.special-offers .promobox-wrapper .promobox-container article h4 {
	text-align: left;
	color: #22689b;
	padding-left: 0px;
	height: auto;
	padding-top: 15px;
	width: 100%;
}

.special-offers .promobox-wrapper .promobox-container .imageContainer {
	float: left;
	width: 230px;
}

.special-offers .promobox-wrapper .promobox-container article img {
	float: left;
	width: 230px;
	height: 140px;
}

.special-offers .promobox-wrapper .promobox-container article .price-strip strong.original-price {
	display: block;
	width: 110px;
	text-align: left;
	float: left;
	font-weight: 100;
	text-decoration: line-through;
}

.special-offers .promobox-wrapper .promobox-container article .price-strip strong.discount-price {
	display: block;
	width: 110px;
	text-align: right;
	float: right;
	color: #22689b;
}

.special-offers .promobox-wrapper .promobox-container article p {
	width: 137px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 13px;
	float: left;
	text-align: left;
	font-size: 14px;
}

.special-offers .promobox-wrapper .promobox-container article dl {
	width: 140px;
	display: block;
	margin-left: 12px;
	padding: 0px;
	float: left;
	text-align: left;
}

.special-offers .promobox-wrapper .promobox-container div.promo-left-vstrip a {
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 26px;
	height: 36px;
	display: block;
	background: transparent url(../images/giant_sprite.png) no-repeat -1002px -38px;
}

.special-offers .promobox-wrapper .promobox-container div.promo-right-vstrip a {
	position: absolute;
	bottom: 80px;
	right: 0px;
	width: 26px;
	height: 36px;
	display: block;
	background: transparent url(../images/giant_sprite.png) no-repeat -1002px 0px;
}

@media (max-width: 1299px) { 
	.special-offers .promobox-wrapper  .promobox-container .promo-slider article {
		width: 355px;
		margin-right: 0px;
	}
	.special-offers .promobox-wrapper .promobox-container .imageContainer {
		width: 225px;
	}
	.special-offers .promobox-wrapper .promobox-container article img {
		width: 225px;
	}
	.special-offers .promobox-wrapper .promobox-container article p {
		width: 95px;
		padding: 0px 0px 0px 0px;
		margin-left: 5px;
		font-size: 12px;
	}
	.special-offers .promobox-wrapper .promobox-container article dl {
		width: 100px;
		margin-left: 5px;
	}
}

@media (max-width: 1200px) {
	.special-offers .promobox-wrapper  .promobox-container .promo-slider article {
		width: 400px;
		margin-right: 30px;
	}
	.special-offers .promobox-wrapper .promobox-container .imageContainer {
		width: 266px;
		height: 140px;
	}
	.special-offers .promobox-wrapper .promobox-container article img {
		width: 266px;
	}
	.special-offers .promobox-wrapper .promobox-container article p {
		width: 110px;
		padding: 0px 0px 0px 0px;
		margin-left: 15px;
		font-size: 12px;
	}
	.special-offers .promobox-wrapper .promobox-container article dl {
		width: 100px;
		margin-left: 15px;
	}
}

@media (max-width: 1030px) {
	.special-offers .promobox-wrapper .promobox-container .promo-slider {
		left: -10px;
	}
	.special-offers .promobox-wrapper  .promobox-container .promo-slider article {
		width: 352px;
		margin-right: 0px;
	}
	.special-offers .promobox-wrapper .promobox-container .imageContainer {
		width: 225px;
	}
	.special-offers .promobox-wrapper .promobox-container article img {
		width: 225px;
	}
	.special-offers .promobox-wrapper .promobox-container article p {
		width: 95px;
		padding: 0px 0px 0px 0px;
		margin-left: 5px;
		font-size: 12px;
	}
	.special-offers .promobox-wrapper .promobox-container article dl {
		width: 100px;
		margin-left: 5px;
	}
}
/*479*/
@media (max-width: 767px) {
    .special-offers .promobox-wrapper .promobox-container .promo-slider article {
        width: 390px;
    }
    .special-offers .promobox-wrapper .promobox-container article p,
    .special-offers .promobox-wrapper .promobox-container article dl{
        margin-left: 30px;
    }
}
.homepage-edit-form .form-item-language {
    display:none;
}

hr {
border-top: 1px solid #d2d2d2;
}

/* LIVEchatscript css */
div#LCS-wrapper {
    position: fixed;
    right: -20px;
    bottom: 150px;
    z-index: 300;
    background: white;
    border-radius: 20px 0px 0px 20px;
    padding: 10px 20px 10px 10px;
    text-align: center;
    -webkit-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
	height: 120px;
}

div#LCS-wrapper:hover {
    right: 0px;
    cursor: pointer;
}

div#LCS-wrapper h4.lcs-title {
    color: #22689b;
    margin-top: 0px;
}

div#LCS-wrapper table tr:nth-of-type(2) {
	visibility: hidden;
}

/* guestbook styles */
.view-Gastebuch {
    padding-top:0px;
}
.view-Gastebuch .view-left {
    width:75%;
    float:left;
}
.view-Gastebuch .promobox-container{
    margin-top:55px;
} 
.view-Gastebuch .view-left .add-new{
    text-align:left;
    padding:0px 0px 10px 30px;
}
.view-Gastebuch .view-left .views-row {
    padding:0px 0px 15px 0px;
}
.view-Gastebuch .view-left .views-row .title-bar {
    padding:5px 0px 5px 10px;
    background-color:#22689b;
    color:#fff;
    font-weight:bold;
}
.view-Gastebuch .view-left .views-row .title-bar div{
    display:inline-block;
    margin:0px 5px 0px 0px;
    
}

.view-Gastebuch .view-left .views-row .body-bar {
    padding:7px 0px 20px 10px;
}
.view-Gastebuch .view-left .views-row .body-bar span{
    display:block;
    padding:0px 0px 5px 0px;
    font-size:12px;
    font-weight:bold;
}
.view-Gastebuch .view-left .views-row .body-bar .admin-buttons span{
    display:inline-block;
    margin:0px 6px 0px 0px;
}

div.treeMap > div {
    float: left;
    margin: 20px;
	clear: both;
}

div.treeMap > div ul {
    list-style-type: none;
}

div.treeMap > div ul li {
    padding-left: 20px;
    background: transparent url('../images/treeMap-leaf.png') left center no-repeat;
}

div.treeMap > div ul li.last {
    background: transparent url('../images/treeMap-leaf-last.png') left center no-repeat;
}

div.treeMap > div.odd {
    float: right;
    clear: none;
}

div.error-page-wrapper {
    background: #446A86;
	margin-bottom: -55px;
}

div.error-page-wrapper div.container {
    background: rgba(255, 255, 255, 0.15);
}

div.error-page-wrapper div.container div.error {
    margin: 0px 5px;
    padding: 275px;
    background: white;
    text-align: center;
}

div.error-page-wrapper div.container div.error div.logo {
    padding-left: 110px;
    text-align: left;
}

div.error-page-wrapper div.container div.error div.message em {
    display: block;
    float: left;
    width: 110px;
    height: 70px;
    background: transparent url('../images/alert.png') center center no-repeat;
}

div.error-page-wrapper div.container div.error div.message p {
    font-size: 18px;
    color: #777;
    line-height: 40px;
    text-align: left;
}

div.error-page-wrapper div.container div.error a.button,
div.error-page-wrapper div.container div.error a.button:hover {
    padding: 15px 45px;
    border-radius: 3px;
    background: rgb(108,145,201); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(108,145,201,1) 0%, rgba(75,101,177,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,145,201,1)), color-stop(100%,rgba(75,101,177,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(108,145,201,1) 0%,rgba(75,101,177,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(108,145,201,1) 0%,rgba(75,101,177,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(108,145,201,1) 0%,rgba(75,101,177,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(108,145,201,1) 0%,rgba(75,101,177,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c91c9', endColorstr='#4b65b1',GradientType=0 ); /* IE6-9 */
    color: white;
    font-weight: bold;
    position: relative;
    top: 40px;
}
.euminia_ratings {
	background: transparent url('../images/euminia_rlogon.png') center left no-repeat;
	
	margin-bottom:5px;
	position:relative;
	padding-left:20px;
}
.euminia_ratings .eLogo{
	height:20px;
	width:20px;
	position:absolute;
	top:0px;
	left:0px;
}
.esLogo {
	background: transparent url('../images/euminia_rlogon.png') center left no-repeat;
	height:20px;
	width:20px;
	display:inline-block;
	position:absolute;
	top: 10px;
	left:10px;
}
.e-arrow{
	width:20px;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	display:inline-block;
}
.outstanding{
	background: transparent url('../images/outstanding.png') center left no-repeat;
}
.very-good{
	background: transparent url('../images/very_good.png') center left no-repeat;
}
.good{
	background: transparent url('../images/good.png') center left no-repeat;
}
.average{
	background: transparent url('../images/average.png') center left no-repeat;
}
.empy_arrows{
	width:92px;
	height:20px;
	display:inline-block;
	background: transparent url('../images/empty_star_strip.png') center left no-repeat;
}
.golden_arrows{
	height:20px;
	background: transparent url('../images/star_strip.png') center left no-repeat;
}
.euminia_ratings  .reviews{
	display:inline-block;
	height:20px;
	padding-left:10px;
	color:#22689b;
	vertical-align: top;
}
.empty_precentage{
	width:115px;
	height:17px;
	display:inline-block;
	background: transparent url('../images/euminia-precentage-gray.png') center left no-repeat;
}
.golden_precentage{
	height:17px;
	background: transparent url('../images/euminia-precentage.png') center left no-repeat;
}
article.boat-info section.boat-details .euminia-title {
    margin: 0px 25px 0px 25px;
    padding: 20px 0px 20px 0px;
}
article.boat-info section.boat-details .euminia-title h3 {
    font-size: 20px;
    color: #22689b;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}
article.boat-info section.boat-details .euminia_ratings {
	background: transparent url('../images/euminia_rlogon.png') top left no-repeat;
	margin-bottom:0px;
	padding-left:20px;
        display:inline-block;
        margin-left:10px;
}
article.boat-info section.boat-details .euminia_ratings  .reviews{
	margin-top: -5px;
}
article.boat-info section.boat-details .euminia-title span.text em.extras-arrows {
    background: transparent url(../images/giant_sprite.png) no-repeat -197px -151px;
    width: 19px;
    height: 19px;
    display: block;
    line-height: 19px;
    vertical-align: middle;
    margin: -1px 0px 0px 10px;
    position: absolute;
    float: none;
    top: 13px;
    left: auto;
	right:-15px;
}
article.boat-info section.boat-details .euminia-title span.text {
	padding: 12px 0px 0px 11px;
	width: 230px;
	height: 45px;
	text-align: left;
	margin-left: 20px;
	position:relative;
	font-size:15px;
	font-weight:bold;
}
.euminia-summary {
	padding:0px 9px 0px 9px;
}
article.boat-info section.boat-details .euminia-summary .imageContainer {
	width:42%;
	float:left;
}
.euminia-summary .imageContainer img{
	width:95%;
}
.euminia-summary .edata {
	width:58%;
	float:left;
}
.ratings-table {
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:100%;
}
.ratings-table li{
	display:inline-block;
	line-height: 35px;
}
.ratings-table li.name{
	width:54%;
}
.ratings-table li.stars{
	width:27%;
}
.ratings-table li.stars .empy_arrows{
	vertical-align: middle;
}
.ratings-table li.value{
	width:19%;
	text-align:center;
}
.ratings-table li.devider{
	width:100%;
	display:block;
	clear:both;
}
.euminia-summary .rt-addField li.name{
	width:37%;
}
.euminia-summary .rt-addField li.stars{
	width:24%;
}
.euminia-summary .rt-addField li.value{
	width:12%;
}
.euminia-summary .rt-addField li.add{
	width:27%;
}
.euminia-summary .rt-addField li.lname{
	width:24%;
	vertical-align:bottom;
	font-weight:normal;
	font-size:19px;
	font-family: 'open_sansbold';
	line-height: 29px;
}
.euminia-summary .rt-addField li.lstars{
	width:37%;
}
.euminia-summary .rt-addField li.lstars .euminia_ratings {
	vertical-align:middle;
	background: transparent url('../images/euminia_rlogon.png') center left no-repeat;
	margin-left: 8px;
}
.euminia-summary .rt-addField li.lstars .euminia_ratings .eLogo{
	top:50%;
	margin-top:-5px;
}
.euminia-summary .rt-addField li.lstars .euminia_ratings .e-arrow{
	vertical-align:middle;
}
.euminia-summary .rt-addField li.lstars .euminia_ratings .empy_arrows{
	vertical-align:middle;
}
.euminia-summary .rt-addField li.lvalue{
	width:12%;
	vertical-align:bottom;
	color:#22689b;
	font-family: 'open_sansbold';
	font-weight:normal;
	font-size:17px;
}
.euminia-summary .rt-addField li.ladd{
	width:27%;
	vertical-align:bottom;
}
article.boat-info section.boat-details .euminia-summary .euminia_ratings  .reviews{
	margin-top: 0px;
}
.euminia-summary .rt-addField li.pname{
	width:30%;
}
.euminia-summary .rt-addField li.pstars{
	width:31%;
	text-align:center;
	padding-left:8px;
	vertical-align: middle;
}
.euminia-reviews {
	padding:0px 8px 0px 8px;
}
.euminia-reviews  article.review{
	margin-bottom:30px;
}
.euminia-reviews h2{
	margin:35px 0px 25px 5px;
	font-size:20px;
	font-weight:normal;
	font-family: 'open_sansregular';
	color:#22689b;
}
.euminia-reviews .top-stripe{
	height:8px;
	width:100%;
	position:relative;
	line-height:8px;
	background-color:#22689b;
	margin-bottom:10px;
}
.euminia-reviews .top-stripe .beg{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:6px;
	height:8px;
	background: transparent url('../images/review-top-left.gif') top left no-repeat;
}
.euminia-reviews .top-stripe .end{
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	width:6px;
	height:8px;
	background: transparent url('../images/review-top-right.gif') top left no-repeat;
}
.euminia-reviews .left{
	display:inline-block;
	width:16%;
	vertical-align: top;
	line-height: 21px;
}

.euminia-reviews .left img{
	margin-bottom:12px;
}
.euminia-reviews .left span, .euminia-reviews .left strong{
	display:block;
	font-size:12px;
}
.euminia-reviews .middle{
	display:inline-block;
	width:45%;
}
.euminia-reviews .middle .ratings-table li{
	border-bottom:1px solid #d2d2d2;
}
.euminia-reviews .middle .ratings-table li.devider{
	border-bottom:0px none;
}
.euminia-reviews .middle .ratings-table li.nob{
	border-bottom:1px solid #d2d2d2;
}
.euminia-reviews .middle .ratings-table li.lname{
	width:44%;
	border-bottom:0px none;
}
.euminia-reviews .middle .ratings-table li.lstars{
	width:37%;
	text-align: right;
	border-bottom:0px none;
}
.euminia-reviews .middle .ratings-table li.lvalue{
	width:19%;
	text-align:center;
	border-bottom:0px none;
}
.euminia-reviews .middle .ratings-table .e-arrow{
	vertical-align:middle;
}
.euminia-reviews .middle .ratings-table .empy_arrows{
	vertical-align:middle;
}
.euminia-reviews .right{
	display:inline-block;
	width:39%;
	vertical-align: top;
	padding:0px 0px 0px 20px;
}
article.boat-info section.boat-details .euminia-reviews .right h3{
	font-size:20px;
	font-weight:normal;
	font-family: 'open_sansregular';
	color:#22689b;
	margin:0px;
	padding:0px;
}
.euminia-reviews .right .big-green-check{
	width:80px;
	height:50px;
	background: transparent url('../images/euminia-green-check.png') center center no-repeat;
	margin-bottom:5px;
}
.euminia-reviews .right .comment{
	padding:2px 0px 0px 0px;
}
.boat-details .euminia-title .euminia_ratings {
    margin-top: 40px;
}

.boat-details .euminia-title .euminia_ratings .reviews {
    top: -45px;
    left: -10px;
    width: 300px;
    position:absolute;
}
.safari header.navbar {
	z-index:auto;
}
.safari  .sf-menu li {
	z-index:auto;
}
.so-text {
	padding: 20px 10px 10px 10px;
}

article.details section.data p.partner {
	text-align:center;
	padding: 0px;
}

article.details section.data h3{
	font-size:20px;
	font-weight:bold;
	/*font-family: 'open_sansregular';*/
	color:#22689b;
	border-top: solid 1px silver;
	padding-top:10px;
}
article.details section.data p>a>img.partner:hover{
	box-shadow:0 0 10px black;
}
article.details section.data p img.partner{
	width: 190px;
	border: solid 2px #428bca;
	align-content: center;
}
@media (max-width: 1200px) { 
	article.details section.data p img.partner{
		width: 160px;
	}
}
@media (max-width: 1030px) {
	article.details section.data p img.partner{
		width: 120px;
	}
}
@media (max-width: 976px) {
	article.details section.data p img.partner{
		width: 160px;
	}
}

/* Gallery */
div.gallery-wrapper > div.gallery-container {
	overflow: hidden;
	padding: 0px 20px;
	text-align: right;
	position: relative;
	height: 168px;
}
div.gallery-wrapper > div.gallery-container > div.gallery-slider {
	display: block;
	width: 10000px;
	text-align: left;
	position: relative;
	left: 0px;
}
div.gallery-wrapper > div.gallery-container > div.gallery-slider > a.gallery-image {
	width: 195px;
	float: left;
	padding: 0px 5px;
	position: relative;
	overflow: hidden;
	height: 145px;
}
div.gallery-wrapper > div.gallery-container > div.gallery-slider > a.gallery-image > img {
	width: 100%;
}
div.gallery-wrapper > div.gallery-container > div.gallery-slider > a.gallery-image > span {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 5px;
	right: 5px;
	padding: 10px;
}

@media (min-width: 992px) {
	div.gallery-wrapper > div.gallery-container > div.gallery-slider > a.gallery-image {
		width: 206px;
		height: 150px;
	}
}
@media (min-width: 1200px) {
	div.gallery-wrapper > div.gallery-container > div.gallery-slider > a.gallery-image {
		width: 274px;
		height: 168px;
	}
}
div.gallery-wrapper > div.gallery-container > a.arrow-prev,
div.gallery-wrapper > div.gallery-container > a.arrow-next {
	text-align: center;
	font-size: 0;
	display: inline-block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 30px;
	vertical-align: middle;
	/* border: 1px solid; */
	line-height: 131px;
	/* border-radius: 10px; */
}
div.gallery-wrapper > div.gallery-container > a.arrow-prev {
	background: white url('../images/previous.png') center center no-repeat;
	background-size: 20px;
}
div.gallery-wrapper > div.gallery-container > a.arrow-next {
	left: auto;
	right: 0px;
	background: white url('../images/next.png') center center no-repeat;
	background-size: 20px;
}
div.gallery-wrapper > div.gallery-container > a.arrow-prev:before,
div.gallery-wrapper > div.gallery-container > a.arrow-next:before {
	font-size: 12px;
}
/* End of Gallery */

.kabinencharter-iframe-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.kabinencharter-iframe-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.charter-pool-planning {
    width: 100%;
    height: 800px;
}

.hb-searchbox-select {
    width: 100%;
    background-color: #fbf9f9 !important;
    border-color: #efeeee #efeeee #bfbfbf !important;
    color: #777;
    border: 1px solid #bcbcbc;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 15px;
}

section.hb-searchbox {
    box-shadow: none;
    border: 8px solid #f5f5f5;
    padding: 22px 0;
    display: inline-block;
    padding-top: 0;
}

section.hb-searchbox-header h2 {
    color: white !important;
    margin: -8px -8px 25px -8px;
    border-radius: 3px 3px 0px 0px;
    padding: 10px;
    background: -moz-linear-gradient(top, #0072b1 0%, #0097fc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0072b1), color-stop(100%,#0097fc));
    background: -webkit-linear-gradient(top, #0072b1 0%,#0097fc 100%);
    background: -o-linear-gradient(top, #0072b1 0%,#0097fc 100%);
    background: -ms-linear-gradient(top, #0072b1 0%,#0097fc 100%);
    background: linear-gradient(to bottom, #0072b1 0%,#0097fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072b1', endColorstr='#0097fc',GradientType=0 );
    font-size: 33px;
    /* color: #e57314; */
    text-align: center;
}

section.hb-searchbox .jslider {
    margin: 10px 0;
}

section.hb-searchbox label {
    color: #777;
}

button#hauseboat-searc.hidden {}

section.hb-searchbox .col-sm-11 {
}

section.hb-searchbox .slider {
    padding: 15px;
    display: inline-block;
}

.hb-searchbox-select #person {
    display: none;
}

section.hb.container {
    margin-top: 60px;
}

section.hb-pb-container {box-shadow: none;border: 8px solid #f5f5f5;padding: 22px 0;display: inline-block;padding-top: 0;width: 100%;}

section.houseboat-results {
    display: inline-block;
    margin-top: 60px;
    padding: 0;
    border: 8px solid #f5f5f5;
    /* padding-bottom: 30px; */
    width: 100%;
    border-top: 12px solid #22689b;
    border-bottom: none;
}

section.houseboat-results img {
    width: 100%;
    object-fit: cover;
    max-height: 145px;
    margin-bottom: 25px;
}

section.houseboat-results h2 {
    color: #22689b;
    font-size: 18px;
}

section.houseboat-results li {
    list-style: none;
    line-height: 32px;
}

section.houseboat-results button {
    background: transparent url(../images/giant_sprite.png) no-repeat 0px -563px;
    display: block;
    height: 30px;
    padding: 4px 20px 0px 20px;
    margin: 0px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    float: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.66);
    border: none;
}

section.houseboat-results span {
    line-height: 30px;
    padding: 0 !important;
    width: 100px;
}

section.houseboat-results a {
    text-decoration: none;
    color: #777;
}

section.houseboat-results .small-btn {
    margin-top: 25px;
}

section.hb-pager ul {display: inline-block;}

section.hb-pager {text-align: center;margin-top: 30px;}

span.current.prev {width: 115px;}

a.page-link.next {width: 115px;}

section.hb-pb-container h2,
section.hb-informations h2 {
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    border-radius: 5px 5px 0px 0px;
    margin: -8px -8px 0px -8px;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    background: #0086d8 none;
    background: -moz-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#0072b2), color-stop(100%,#0094f5));
    background: -webkit-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
    background: -o-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
    background: -ms-linear-gradient(bottom, #0072b2 0%, #0094f5 100%);
    background: linear-gradient(to bottom, #0072b2 0%, #0094f5 100%);
}

section.hb-informations {
    box-shadow: none;
    border: 8px solid #f5f5f5;
    padding: 22px 0;
    display: inline-block;
    padding-top: 0;
    width: 100%;
}

.hb-informations .flexslider {
    padding: 26px;
    padding-top: 0;
    padding-bottom: 0;
}

section.hb-informations h3 {
    font-size: 20px;
    color: #22689b;
    line-height: 22px;
    padding: 15px 30px;
    margin: 0;
}

section.hb-info li {
    list-style: none;
    line-height: 32px;
    color: #777;
    border-bottom: 1px solid #d2d3d3;
    padding: 0 5px;
}

section.hb-info {
    padding: 15px;
    margin: 15px 0;
}

section.hb-info li span {
    float: right;
}

section.hb-informations button {background: transparent url(http://www.charter-pool.com/sites/all/themes/bootstrap/images/giant_sprite.png) no-repeat 0px -768px;border: none;color: #fff;padding: 5px 15px;width: 100%;margin: 1px 0;}

section.hb-eq-button {}

section.hb-eq-container {
    padding: 20px;
    float: none;
    clear: both;
}

section.hb-eq-container li {
    color: #777;
}

section.hb-info h3 {
    padding-left: 20px;
}

section.hb-eq-container h3 {
    padding-left: 15px;
}

section.hb-button {
    height: 247px;
    margin: 15px 0;
    position: relative;
}

section.hb-layout-button {margin-top: 65px;}

section.hb-layout-container {
    clear: both;
    padding: 1px 30px;
    padding-top: 30px;
}

section.hb-layout-container img {
    width: 100%;
}

section.hb-layout-container h3 {
    padding-left: 5px;
}

.flexslider.hiden {
    display: none;
}

section.hb-informations.description {
    margin-top: 30px;
}

section.hb-informations.description p {
}

section.hb-desc-cont {
    padding: 15px 30px;
}

section.houseboat-results a.big-blue {
}

a.small-btn.blue-small.hb {
    background: transparent url(../images/giant_sprite.png) no-repeat 0px -768px;
}

a.small-btn.blue-small.hb span {
    background: transparent url(../images/giant_sprite.png) no-repeat 0px -768px;
}

a.page-link.prev {
    width: 115px;
}

span.current.next {
    width: 115px;
}

section.hb-request-cont label {
    display: block;
}

section.hb-request-cont input[type=email],
section.hb-request-cont input[type=text],
section.hb-request-cont textarea,
section.hb-request-cont select {
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #efeeee;
    border-bottom: 1px solid #bfbfbf;
    padding-left: 10px;
    background-color: #fbf9f9;
}

section.hb-request-cont {
    padding: 15px;
}

section.hb-request-cont form {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

section.hb-informations.request {
    margin-top: 30px;
}

section.hb-request-cont form div {
    margin-top: 25px;
}

.hb-textarea {clear: both;padding: 0 15px;padding-top: 25px;}

section.hb-request-cont textarea {
    height: 150px;
}

.hb-submit {
    text-align: center;
}

.hb-submit button {
    width: 300px !important;
}

section.hb.mail-message {
    margin: 60px 0;
    text-align: center;
}

section.hb.mail-message h3 {
    color: #22689b;
}

section.hb.mail-message p {
    color: #777;
}

sectiion.hb-promobox {
    padding: 0 10px;
}

section.hb-pb-container a {
    text-decoration: none;
    color: inherit;
}

section.hb-pb-container h4 {
    color: #777;
    font-size: 19px;
    text-align: center;
    clear: both;
    padding-top: 15px;
}

section.hb-pb-container img {
    width: 100%;
    object-fit: cover;
    max-height: 140px;
    padding: 0 10px;
}

section.hb-pb-container span {
    width: 100%;
    text-align: center;
    color: #58595b;
    font-size: 17px;
    display: inline-block;
    margin: 10px 0;
}

section.hb-pb-container li {
    list-style: none;
    color: #58595b;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    padding-right: 0;
}

a.hb-pb-button {
    background: transparent url(http://www.charter-pool.com/sites/all/themes/bootstrap/images/giant_sprite.png) no-repeat 0px -768px;
    border: none;
    color: #fff !important;
    padding: 5px 15px;
    width: 100%;
    margin: 1px 0;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

section.hb-pb-container section {
    clear: both;
}

p.hb-no-results {
    padding: 15px;
    color: #777;
    margin-bottom: 0;
}

.node-form {
    padding: 50px !important;
}

section.houseboat-results .houseboat {
    min-height: 437px;
    border-bottom: 12px solid #22689b;
}
section.houseboat-results .houseboat:nth-last-of-type(-n+4) {
	/* border-bottom: 12px solid #22689b; */
}

#edit-field-bases-und {
	width: 100%;
}

#slider a.flex-next,
#slider a.flex-prev {
    display: none;
}

sectiion.hb-promobox.article {
    width: 31%;
    border: none;
    margin-top: 40px;
    float: left;
}