.boatlist {
	font-size: 0;
	width:104%;
	margin-left:-2%;
}

.boatlist-item {
	display:inline-block;
	margin:0;
	margin-top:2%;
	font-size: 13px;
	width:25%;
	padding:0 2%;
}

.boatlist-item .image {
	position: relative;
	display: block;
}

.boatlist-item .image img {
	width:100%;
	display: block;
}

.boatlist-item .image .link {
	position: absolute;
	bottom:-17px;
	right:0;
}

.boatlist-item .boatname {
	margin-top:40px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	text-align: center;
}

.boatlist-item .boatname .constructor {
	display:inline-block;
	font-size:1.5em;
	background:white;
	position: relative;
	top:-10px;
	padding:0 15px;
}

.boatlist-item .boatname .model {
	display:block;
	font-style: italic;
	font-weight: bold;
	font-size:1.3em;
	position: relative;
	top:-5px;
	height:25px;
	overflow: hidden;
}

/*  ------------------------------------------------
	ZOOM
	------------------------------------------------ */

#boatzoom {
	position: relative;
	margin-top:40px;
}

#boatzoom .ref {
	display: inline-block;
	position: absolute;
	top:-8px;
	right:0;
	font-size:1.2em;
	background:white;
	padding:0 0 0 20px;
}

#boatzoom h1 {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	text-align: center;
	padding:0;
}

#boatzoom h1 .constructor {
	display:inline-block;
	background:white;
	position: relative;
	top:-17px;
	padding:0 20px;
}

#boatzoom h1 .model {
	display:block;
	font-weight: bold;
	font-style: italic;
	margin-top:-25px;
}

#boatzoom .buttons {
	margin-top:20px;
}

#boatzoom .buttons .button-contact {
	float: right;
}

#boatzoom .content {
	margin-top:20px;
}

#boatzoom .left {
	width:60%;
	float:left;
}

#boatzoom .right {
	margin-left:65%;
}

#boatzoom .boat-description--below-media {
	margin-top:24px;
	clear:both;
}

#boatzoom .boat-description--below-media h2.inherit {
	margin:0 0 12px;
	font-size:1.25em;
}

#boatzoom .boat-description__body p {
	margin:0 0 1em;
}

#boatzoom .boat-description__body h2,
#boatzoom .boat-description__body h3 {
	margin:1.25em 0 0.5em;
	font-size:1.1em;
}

#boatzoom .boat-resume {
	margin:0 0 16px;
	line-height:1.5;
}

#boatzoom .listimg {
	clear:both;
	display:none;
	position: relative;
}

#boatzoom .listimg .item {
	background:white;
	position: relative;
}

#boatzoom .listimg .item img {
	display:block;
	margin:auto;
	max-width:100%;
	width:auto;
	height:auto;
}

#boatzoom .listimg .item iframe {
	width:100%;
	height:450px;
}

#boatzoom .listimg .item .legend {
	position: absolute;
	bottom:0;
	left:0;
	width:90%;
	text-align: center;
	padding:10px 5%;
	color:white;
	text-shadow:0px 0px black 5px;
	font-size:1.2em;
}

#boatzoom .listthumbs {
	display:none;
	margin-top:10px;
	background:white;
	padding:10px;
	position: relative;
}

#boatzoom .listthumbs .listthumbsowl {
	width:90%;
	margin:auto;
	height:100px;
}

#boatzoom .listthumbs .item {
	margin-right:10px;
	cursor:pointer;
}

#boatzoom .listthumbs .item img {
	margin:auto;
	width:auto;
	height:80px;
	/*position: relative;*/
	/*top:10px;*/
	border:3px solid white;
}

#boatzoom .listthumbs .item.active img {
	/*top:0px;*/
	/*height:100px;*/
	border:3px solid #1C70B0;
}

#boatzoom .listthumbs .prev {
	position: absolute;
	left:10px;
	top:40px;
	color:#EFEFEF;
}

#boatzoom .listthumbs .next {
	position: absolute;
	right:10px;
	top:40px;
	color:#EFEFEF;
}

#boatzoom .listthumbs .prev:hover , #boatzoom .listthumbs .next:hover {
	color:#BABABA;
	cursor:pointer;
}

#boatzoom .price {
	position: absolute;
	right:0;
	top:0;
	background:url("img/price.png");
	width:301px;
	height:102px;
	z-index:5;
	text-align: right;
	padding:10px 20px;
	font-weight: bold;
	font-style: italic;
	font-size:2.0em;
}

#boatzoom .price .from {
	color:white;
	font-size: 0.5em;
	line-height: 0.5em;
}

#boatzoom .right ul.details li.group {
	padding:7px 25px;
	border:1px solid #D7D7D7;
	margin-top:10px;
	position: relative;
	cursor:pointer;
}

#boatzoom .right ul.details li.group .arrow {
	display: block;
	width:0;height:0;
	border:7px solid #D7D7D7;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	position: absolute;
	right:15px;
	top:15px;
}

#boatzoom .right ul.details li.group.open .arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	top:5px;
}

#boatzoom .right ul.details li.group h2.inherit {
	color:#666;
	padding:0;
	font-size: 16px;
}

#boatzoom .right ul.details li.group .content {
	display:none;
}

#boatzoom .right ul.details li.group h3 {
	font-size:1.1em;
	margin:10px 0;
	border-bottom:1px dashed #EEE;
}

#boatzoom .right ul.details li.group .legend {
	display:block;
	width:150px;
	float:left;
}

#boatzoom .right ul.details li.group .value {
	display:block;
	margin-left:170px;
	font-weight: bold;
}

#boatzoom .right ul.details li.group ul li {
	margin-left:10px;
	overflow: hidden;
}
#boatzoom .right ul.details li.group ul li:before {
	content:"\f054";
	padding-right:10px;
	font-family: "FontAwesome";
	color:#EEE;
	float:left;
}

#boatzoom .right .picto {
	height:20px;
}

@media screen and (max-width: 1200px) {

	.boatlist-item {
		width:33.333333%;
	}

	#boatzoom .content {
		display:flex;
		flex-direction:column;
	}

	#boatzoom .left {
		float:none;
		width:100%;
		display:contents;
	}

	#boatzoom .boatzoom-media {
		order:1;
		width:100%;
	}

	#boatzoom .right {
		display:contents;
		margin-left:0;
	}

	#boatzoom .boat-resume {
		order:2;
		margin-top:20px;
	}

	#boatzoom .right ul.details {
		order:3;
	}

	#boatzoom .boat-description--below-media {
		order:4;
		margin-top:20px;
	}

}

@media screen and (max-width: 600px) {

	.boatlist-item {
		width:50%;
	}

	#boatzoom .buttons .button span.text {
		display:none;
	}

}