@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?1131336');
  src: url('fontello.eot?1131336#iefix') format('embedded-opentype'),
       url('fontello.woff2?1131336') format('woff2'),
       url('fontello.woff?1131336') format('woff'),
       url('fontello.ttf?1131336') format('truetype'),
       url('fontello.svg?1131336#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-anchor:before { content: '\e800'; } /* '' */
.icon-anchor-2:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-calendar-1:before { content: '\e803'; } /* '' */
.icon-calendar-inv:before { content: '\e804'; } /* '' */
.icon-calendar-2:before { content: '\e805'; } /* '' */
.icon-calendar-alt:before { content: '\e806'; } /* '' */
.icon-updown-circle:before { content: '\e807'; } /* '' */
.icon-down:before { content: '\e808'; } /* '' */
.icon-exchange:before { content: '\f0ec'; } /* '' */
.icon-anchor-1:before { content: '\f13d'; } /* '' */
.icon-euro:before { content: '\f153'; }
html, body {
	background: #F4F4F4;
}
body {
	margin: 0;
	text-align: center;
}
body.wftl-detail {
	text-align: center;
}
@media (max-width: 1355px) and (min-width: 1024px){
	body.wftl-detail  {
	    width: 1355px;
	    min-width: 1355px;
	}
}
div{
	box-sizing: border-box;
}
.wftl-header{
	background-color: #010066;
	padding: 13px 0;
	margin-bottom: 20px;
	text-align: left;
}
.wftl-header .wftl-header-wrap{
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.wftl-header .wftl-header-wrap div#logo{
  display: inline-block;
  padding-right: 4em;
  padding-left: 1em;
  height: 35px;
  overflow: hidden;
}
.wftl-header .wftl-header-wrap div#logo img{
	width: 250px;
	height: 45px;
}
@media (max-width: 600px){
	.wftl-header .wftl-header-wrap div#logo img{
		width: 125px;
		height: auto;
	}
}
.wftl-header .wftl-header-wrap div.claim{
	display: inline-block;
}
@media (max-width: 650px){
	.wftl-header .wftl-header-wrap div.claim{
		display: none;
	}
}
div.lang{
	width: 54px;
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0px;
}
@media (max-width: 640px){
	div.lang{
		right: 10px;
	}
}
div.lang ul{
	list-style-type: none;
	position: absolute;
	z-index: 10;
	right: 10px;
	top: 0px;
	margin: 0;
}
div.lang ul li{
	list-style-type: none;
	display: none;
	margin: 0;
	display: inline-block;
	visibility: hidden;
	float: left;
  line-height: 0;	
}
div.lang ul li.selected{
	visibility: visible;
}
div.lang ul:hover li{
	visibility: visible;	
}
div.lang ul li a{
	display: block;
}
.wftl-footer{
	padding: 13px 0;
	margin: 20px 0;
	font-family: verdana, arial;
	font-size: 12px;
}
.wftl-footer .wftl-footer-wrap{
	max-width: 1024px;
	xmargin: 0 auto;
	position: relative;
	text-align: center;
}
.body{
	max-width: 1004px;
	background: #F4F4F4;
	border-radius: 10px;
	box-shadow: 4px 4px 10px grey;
	padding: 15px 30px;
	color: #656565;
	margin: 0 auto;
	font-family: verdana, arial;
	font-size: 12px;
	color: #656565;
	text-align: left;
}
@media (max-width: 600px){
	.body{
		padding: 5px 20px;
	}	
}
h1{
	font-size: 22px;
	margin: 0;
	padding: 0;
}
a {
	color: #656565;	
}
body.wftl-detail h1 {
	font-size: 18px;
	color: #FF8601;
	margin: 10px 0 20px;
}
@media (max-width: 600px){
	body.wftl-detail h1{
		font-size: 16px;
	}	
}
body.wftl-index h2 {
	font-size: 17px;
	color: #FF8601;
	margin: 20px 0 10px 0;
	width: 100%;
	text-indent: 20px;
	float: left;
	position: relative; 
}
body.wftl-index h2:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #DDDDDD;
	margin-top: 5px;
}
body.wftl-index h2:before{
	content: "»";
	position: absolute;
	left: -20px;
	top: 0px;
	font-weight: 100;
	font-size: 19px;
}
div.introduction{
	margin: 10px 0;
}
div.introduction div.slideshow{
	display: none;
}
div.index{
	margin: 20px 0;
	font-size: 14px;
}
div.index span{
	background: #FF8601;
	padding: 5px;
	color: white;
	display: inline-block;
}
@media (max-width: 800px) {
	div.index span{
		width: 100%;
		text-align: center;
	}
}
div.index a{
	background: #656565;
	padding: 5px;
	color: white;
	text-decoration: none;
	display: inline-block;
}
@media (max-width: 800px) {
	div.index a{
		margin-top: 10px;
	}
}
div.section {
	padding: 10px 0;
	float: left;
	width: 100%;
}
div.section div{
	width: 32%;
	margin-right: 1%;
	float: left;
	margin-top: 5px;
}
div.brand {
	width: 32%;
	margin-right: 1%;
	float: left;
	margin-top: 5px;
}
@media (max-width: 800px) {
	div.section div{
		width: 49%;
	}
}
@media (max-width: 500px) {
	div.section div{
		width: 100%;
		margin-right: 0;		
	}
}
div.section div a{
	text-decoration: none;
	color: #656565;
	font-size: 14px;
	letter-spacing: 1px; 
}
div.clear{
	clear: both;
}
body.wftl-detail .kat_error{
	background: red;
	color: white;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
body.wftl-detail h2{
	font-size: 16px;
	color: #FF8601;
	display: inline-block;
	margin: 20px 0;
}
body.wftl-detail div.sort{
	float: right;
	display: inline-block;
	margin-top: 20px;
}
body.wftl-detail div.detail-left{
	width: 624px;
	float: left;
	margin-right: 20px;
}
@media (max-width: 1023px){
	body.wftl-detail div.detail-left{
		width: 100%;
		float: left;
		margin-right: 0;
	}
}
body.wftl-detail div.detail-left img{
	width: 100%;
}
body.wftl-detail div.detail-right{
	width: 300px;
	float: left;
}
@media (max-width: 1023px){
	body.wftl-detail div.detail-right{
		width: 100%;
		float: left;
	}
}
body.wftl-detail form section{
	position: relative;
	display: block;
	width: 100%;
	margin-top: 10px;
	float: left;
}
body.wftl-detail form section:first-of-type{
	margin-top: 0;	
}
body.wftl-detail form section.half{
	width: 49%;
}
body.wftl-detail form section.half.first{
	margin-right: 2%;	
}
body.wftl-detail form section.more{
	display: none;
}
body.wftl-detail form section.more.open{
	display: block;	
}
body.wftl-detail form section select,body.wftl-detail form section input[type=text]{
	width: 100%;
	border: 1px solid #DFDFDF;
	padding: 4px;
	box-sizing:border-box;
	border-radius: 3px;
}
body.wftl-detail form section input.werftfulltext{
	font-size: 16px;
}
body.wftl-detail form section input::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1;
}
body.wftl-detail form section input:-moz-placeholder {
  color: #000000 !important;  
  opacity: 1;
}
body.wftl-detail form section input::-moz-placeholder {
  color: #000000 !important;  
  opacity: 1;
}
body.wftl-detail form section input:-ms-input-placeholder {  
  color: #000000 !important;  
  opacity: 1;
}
body.wftl-detail form section input[type=submit]{
	width: 100%;
	color: white;
	background-color: #FF8601;
	border: 0px solid #dfdfdf;
	padding: 7px 0;
	font-weight: bold;	
}
body.wftl-detail form a.show_more{
	color: #333;
	display: block;
	margin-top: 10px;
	text-align: right;
	float: right;
	padding-left: 14px;
	position: relative;
}
body.wftl-detail form a.show_more:before{
	content: '»';
	color: #FF8601;
	position: absolute;
	left: 0px;
	top: 0;
}
body.wftl-detail form a.show_more.closed{
	display: none;
}
body.wftl-detail .boats .boat{
	width: 100%;
	float: left;
	margin-top: 20px;
	border: 1px solid #D0D0D0;
	border-bottom: 2px solid #D0D0D0;
}
body.wftl-detail .boats .boat .boat_left{
	min-height: 245px;
	display: table;
}
body.wftl-detail .boats .boat.txt .boat_left{
	min-height: 200px;  
}
body.wftl-detail .boats .boat .boat_left div.image{
	line-height: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
body.wftl-detail .boats .boat .boat_left div.image img{
	max-width: 100%;
	max-height: 245px;
	width: auto;
}
body.wftl-detail .boats .boat .boat_left{
	width: 39%;
	float: left;
	border-right: 2px solid #FF8601;	
}
@media (max-width: 540px){
	body.wftl-detail .boats .boat .boat_left{
		width: 100%;
		float: left;
		border-right: 0px solid #FF8601;
	}
}
body.wftl-detail .boats .boat .boat_right{
	width: 61%;
	float: left;
	position: relative;
	min-height: 245px;
}
@media (max-width: 540px){
	body.wftl-detail .boats .boat .boat_right{
		width: 100%;
		min-height: 197px;
	}
}
body.wftl-detail .boats .boat.txt .boat_right{
	min-height: 200px;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap{
	padding: 10px;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap h3{
	color: #FF8601;
	margin: 0 0 10px 0;
	font-size: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D0D0D0;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .details_list{
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 10px;
	padding-bottom: 10px;	
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .details_list .txt{
	font-size: 10px;
}
@media (max-width: 690px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .details_list .txt{
		display: none;
	}
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details{
	padding-bottom: 10px;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 60%;
}
@media (max-width: 690px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details ul{
		width: 100%;
	}	
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details ul li{
	list-style-type: none;
	margin-bottom: 5px;
	font-weight: bold;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details ul li span{
	font-weight: normal;
	display: inline-block;
	width: 60px;
}
@media (max-width: 690px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details ul li span{
		width: 70px;
	}
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .more_details ul li i{
	margin-right: 10px;
	color: #FF8601;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place{
	text-align: right;
}
@media (max-width: 690px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place{
		text-align: left;
    width: 100%;
    float: left;
	}
}
@media (max-width: 540px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place strong{
    padding-left: 26px;
    padding-top: 5px;
    display: block;
	}
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place span{
	display: block;
	font-size: 8px;
	padding-top: 5px;
}
@media (max-width: 690px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place span{
		display: inline-block;
	}
}
@media (max-width: 540px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place span{
		 padding-left: 26px;
	}
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .place i{
	margin-right: 10px;
	color: #FF8601;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .price{
	padding-left: 10px;
	display: inline-block;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 540px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .price{
    margin-left: 20px;
    margin-top: 10px;
    text-align: left;
	}
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .price i{
	margin-right: 0px;
	color: #FF8601;
	font-size: 20px;
	position: relative;
	width: 10px;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .price i:before{
	position: absolute;
	top: 6px;
	left: -26px;
}
body.wftl-detail .boats .boat .boat_right .boat_right_wrap .price span{
	font-size: 10px;
	font-weight: normal;
}
@media (max-width: 540px){
	body.wftl-detail .boats .boat .boat_right .boat_right_wrap .price span{
    position: absolute;
    top: -26px;
    right: 0;
    display: block;
	}
}
div.pages{
	padding: 10px 0;
	float: left;
	margin-top: 10px;
  line-height: 36px;
}
div.pages a{
	padding: 5px;
	background-color: #FF8601;
	color: white;
	font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
  display: inline-block; 
  line-height: 16px;
}
div.pages a.page-numbers.current{
	background-color: white;
	color: #FF8601;
	border: 1px solid #FF8601;	
}
body.wftl-detail div.detail-right .search_form{
	float: right;
}
@media (max-width: 1023px){
	body.wftl-detail div.detail-right .search_form{
		display: none;
	}	
}
body.wftl-detail .search_form_mobile{
	display: none;
	float: left;
}
@media (max-width: 1023px){
	body.wftl-detail .search_form_mobile{
		display: block;
	}	
}
body.wftl-detail div.detail-right .modellinks{
	float: right;
	margin-top: 20px;
}
@media (max-width: 1023px){
	body.wftl-detail div.detail-right .modellinks{
		display: none;
	}
}
body.wftl-detail div.detail-right .modellinks:before,
body.wftl-detail div.detail-right .service:before,
body.wftl-detail div.detail-right div.finance:before,
body.wftl-detail div.detail-right div#video:before,
body.wftl-detail div.detail-right div.boombox:before{
	content: '';
	display: block;
	width: 90%;
	margin: 0 auto;
	background: darkblue;
	height: 1px;
	margin-bottom: 20px; 
}
body.wftl-detail div.detail-right .modellinks{
	color: #FF8601;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	width: 100%;
	max-height: 10000px;
	overflow-y: auto;
}
body.wftl-detail div.detail-right .modellinks br{
	line-height: 0;
}
body.wftl-detail div.detail-right .modellinks a{
	font-size: 12px;
	font-weight: normal;
	display: block;		
}
body.wftl-detail div.detail-right .modellinks a:first-of-type{
	margin-top: 20px;
}
body.wftl-detail div.detail-right div.service{
  float: right;
  margin-top: 20px;
	width: 100%;	
}
body.wftl-detail div.detail-right h4{
	color: #FF8601;
	font-size: 14px;
	font-weight: bold;	
}
body.wftl-detail div.detail-right h4 span{
	color: #656565;
	display: block;
}
body.wftl-detail div.detail-right div.service h5{
	font-size: 13px;
}
body.wftl-detail div.detail-right div.boombox{
	margin-top: 20px;
	width: 100%;
  float: left;
}
body.wftl-detail div.detail-right div.finance{
	width: 100%;
	float: left;
	margin-top: 20px;
}
body.wftl-detail div.detail-right div.finance iframe{
	border: 0px;
	width: 100%;
	xheight: 180px;
}
body.wftl-detail div.detail-right div#video {
    width: 100%;
    float: left;
    margin-top: 20px;
    xdisplay: none;
}
body.wftl-detail div.detail-right div#video div#youtube{
	width: 300px;
  height: 169px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
body.wftl-detail div.detail-right div#video div#youtube img{
	position: absolute;
  left: 125px;
  top: 50px;
}
body.wftl-detail div.detail-right div#video div#youtube_description{
	margin-top: 10px;
}
.tablewrap{
	display: table;
  margin: 0 auto;
}
.body_right{
  vertical-align:top;
  display: table-cell;
  width: 300px;
}
.body_right.hockey{
	padding-left: 0;
}
.wftl_hockeystick_top{
	text-align: left;
	margin-bottom: 20px;
  margin-left: 25px;
  width: 1015px;
}
@media (max-width: 1023px){
	.body_right {
	  display: none;
	}
	.wftl_hockeystick_top{
		display: none;
	}
}
.mainbody{
	width: 1024px;
	display: table-cell;
}
@media (max-width: 1355px) and (min-width: 1024px){
	.mainbody{
		width: 1024px;
	}
}
.table_wrap{
	display: table;
	width: 100%;
	height: 100%;
}
.cell_wrap{
	display: table-cell;
	width: 1024px;
}
.wftl_hockeystick_right{
	width: 100px;
	height: 500px;
	background: red;
}
div#ads {
  position: relative;
  top: 0;
}
div#ads.fixed {
  position: fixed;
}

#content_footer{
	max-width: 1024px;
	text-align: left;
	color: #656565;
  margin: 0 auto;
}
#content_footer a {
    text-decoration: none !important;
}
#content_footer h3 {
	font-size: 12px;
	color: #FF8601;
}
ul.multicolumnContainer {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.multicolumnContainer .column {
    float: left;
}
ul.csc-bulletlist {
    padding-left: 22px;
    
}
.csc-bulletlist-111 {
    list-style-image: url(//www2.best-boats24.net/fileadmin/templates/images/list_arrow_circle.png);
}
#content_footer .csc-firstHeader {
    border-bottom: 2px solid #ddd;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #FF8601;
}
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
    float: left;
    clear: both;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
#content_footer h5.csc-firstHeader {
    font-weight: normal;
    font-size: 1em;
    color: #656565;
}
@media (max-width: 1024px){
	.footer li.column {
	    width: 50% !important;
	}
}
@media (max-width: 600px){
	.footer li.column {
	    width: 100% !important;
	}
}

