html {
	height:100%;
	background: #f5f5f5;
	background-attachment: fixed;
}
html * {max-height:1000000px;}
.bottomtext {
display: none;
}
.showleft { 
display:none !important;
height:1px;
padding: 0px; margin: 0px !important;
}
body {
max-width: 100%;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
	margin: 0;
	padding: 0;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
    -webkit-text-size-adjust: 100%;
}
.showdetail { 
margin: 90px 5px 0px 10px !important;
}
#toTop {
width: 100px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center;
    padding: 27px;
    position: fixed;
    bottom: 30px;
    color: #f00;
    height: 100px;
    left: 10px;
    cursor: pointer;
    display: none;
    opacity: 0.9;
    border-radius: 100px;
    z-index: 999;
    font-weight: 900;
    color: #f00;
    font-family: verdana;
    box-shadow: 0 0 70px rgba(0,0,0,0.3);
    font-size: 11px;
}
body>header { position: fixed !important}
h1, h2, h3, h4, h5, h6 {

    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
h2 {
		position: relative;
	padding: 20px 0px 20px;
	font-size: 1.0em;
background: -moz-linear-gradient(top, rgba(255,255,255,1) 49%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 49%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	z-index: 2;
} 
section.boat h2 {
font-size:2.7em;
padding: 0px 0px 20px;
}
h3 {
	    padding: 20px 0px 20px 20px;
	font-size: 2.5em;
	text-align: left;
}
h4 {
    padding: 0px 20px 20px 0; 
    font-size: 1.75em;
	text-align: left;;
}
.list_item_mini h2 {
margin: 15px 0;
}
	
h5 {
	color: #224466;
	font-weight: 400;
    font-size: 1.2em;
	margin-top: 10px;
    margin-bottom: 10px;
}
h5 a {color: #224466; text-decoration: none;}
*, ::before, ::after {
    box-sizing: border-box;
}

.pdf {
display:inline-block;
height:50px;
}
.pdf:before {
  display:inline-block;
  content:url('/include/pdf.png'); /* with class ModalCarrot ??*/
  position:relative; /*or absolute*/
  z-index:1; /*a number that's more than the modal box*/
  left:0px;
  top:25px;
}

main {
	position: relative;
	overflow: hidden;
}
#content {
overflow: hidden;
}
section {
	position: relative;
    background: #fff;
}
section.boat, section.text { 
	display: flex;    
	flex-direction: row;  
	justify-content: center;    
	align-items: flex-start;/*stretch; */ 
	flex-wrap: nowrap;
}
.boat>aside {
	width:50%;
}.boat>div {
	width:50%;
}
.boat article {
margin: 0px 10px 20px;
}


.monopic { 
	min-height: 40px;
	background: url('/images/monopic.png') top center no-repeat;
}
.lengthpic { 
	min-height: 40px;
	background: url('/images/lenght.png') top center no-repeat;
}
.agepic {min-height: 40px;
	background: url('/images/age.png') top center no-repeat;
}
.buypic {min-height: 40px;
	background: url('/images/buy.png') top center no-repeat;
}
.pricepic {min-height: 40px;
	background: url('/images/price.png') top center no-repeat;
}
article .details {
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

.details>.lengthpic, .details .agepic, .details .buypic, .details .pricepic, .details .monopic {
	padding-top: 110px !important;
	background-position: top center;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
}
.details .paypic {
	background-position: top center;
	min-width: 100px;
	min-height: 100px;
	text-align: center;
}

.details>div>div:nth-of-type(odd) {
	font-size: 9pt;
}
.details>div>div:nth-of-type(even) {
	font-size: 12pt;
}

.overlay {
position: fixed;
top: 0px;
left:0px;
margin: 0px;
display: none;
background-color: rgba(70,70,70,.6);
z-index: 97;
width:100%;
max-width: 100%;
height: 100%;
}
body>header,header>.content,footer{position:relative;width:100%;text-align:center}
header>.content {
	    border-bottom: 2px solid #900;
}
body>header{
	min-height: 90px;
	background-image: url('/images/customer-footer.jpg');
	background-color: #224466;
	background-position: 0px;
}
footer{    padding: 15px 0;
    background: #e5e5eb;
    border-top: 1px solid #c5c5c5;
	bottom: 0px;
	position: relative;
	    z-index: 99;
	}
header .item{position: relative;
    display: inline-block;
    color: #4b4b4b;
    vertical-align: middle;
    width: auto;
    padding: 10px 0 10px 70px;
	right: 0px;
	 text-decoration: none;
	}
header .item:last-child{padding-right:0;width:auto;}
header .logo{width:auto;height:100%; left: 0px;	}
header a {  text-decoration: none;	}
header .logo {padding:17px 0 17px 0px;}
footer .logo{text-align:left;background:url('../img/logotip_bely.png') no-repeat left center;background-size:40px}
header .phone, header .email, header .insta, header .phone a, header .email a, header .insta a{
	text-align:right; color: #fff; 
	text-decoration: none;	
    font-size: .975em;
    text-transform: uppercase;
    letter-spacing: 1.1px;	
    display: inline-block;
	}
header .logo div {
	    text-shadow: -1px 0px white, 0px -1px white, 1px 0px white, 0px 1px white, -1px -1px white, 1px 1px white, -1px 1px white, 1px -1px white, 1px 0px 4px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white;
    font-size: 38pt;
    text-decoration: none;
    color: #ed1b24;
    font-style: italic;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: tahoma;
}
header .logo span {
	    text-shadow: -1px 0px white, 0px -1px white, 1px 0px white, 0px 1px white, -1px -1px white, 1px 1px white, -1px 1px white, 1px -1px white, 1px 0px 4px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 2px white, 0px 0px 3px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white;
    font-size: 11pt;
    text-decoration: none;
    color: #ed1b24;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: tahoma;
}
	
footer .phone, footer .email, footer .insta, footer .phone a, footer .email a, footer .insta a{
	text-align:right; color: #224466; 
	text-decoration: none;	
    font-size: .975em;
    text-transform: uppercase;
    letter-spacing: 1.1px;	
    display: inline-block;
	}
header .phone    {
    max-width:220px;
	}
header .email:before, footer .email:before, .contact .email:before  {
	content: '\f0e0';
	padding:0 5px;
	color: #fff;
	display:inline-block;
	/*background:url('../img/menu-slideDown.png') no-repeat right center;*/
	font-family: FontAwesome;	
	
}


header .phone:before, footer .phone:before, .contact .phone:before {
	content: '';
	background-image: url(img/vv.png);
	width: 25px;
	height: 25px;
	vertical-align:middle;
	padding:0 5px;
	color: #fff;
	display:inline-block;
	/*background:url('../img/menu-slideDown.png') no-repeat right center;*/
	font-family: FontAwesome;	
}
header .phone>a {
border-bottom: 1px dotted #fff;
}
header .phone:after {
content: '(Online chat WhatsApp)';
font-size: 10px;
verical-align: middle;
display: inline-block;
width:190px;
}

header .insta:before, footer .insta:before, .contact .insta:before {
	content: '\f16d';
	padding:0 5px;
	color: #fff;
	display:inline-block;
	/*background:url('../img/menu-slideDown.png') no-repeat right center;*/
	font-family: FontAwesome;	
}

.block_insta .insta {

}
.insta>div {display: none}	
.content .block_cont {
display:inline-block;
}
.content .block_insta {
display:inline-block;
}
.headder .block_insta>div {
padding:0px;
}

.contact {
font-size: 1em;
}
.contact>div {
	font-size: 1.2em;
	display: inline-block;
	    margin: 0 0 15px;
		width: 100%;
		text-align: left;
		padding: 0;
}
 .contact .email:before, .contact .phone:before, .contact .insta:before {
	font-size: 2em;
    color: #ed1b24;
    display: inline-block;
    vertical-align: middle;
 }

footer .phone:before, footer .email:before, footer .insta:before {
	color: #224466;
}
footer .contacts>div {
    display: inline-block;
    font-size: 1.09em;
    padding: 5px 17px;
}
footer .contacts>div.copy {
	width: 100%;
    padding: 10px 17px;
	color: #224466;
	font-size: .905em;
}

.sort {
	display: inline-block;
	float:right;
	height: 30px;	margin: 0 25px 0 0;
	font-size: 12pt;	
	
}
.sort>a {
	display: inline-block;
	color: #224466;
}
.sort>div { font-size: 11pt; padding-top: 7px !important;}
.sort a>div, .sort>div {
	display: inline-block;
	min-width: 25px;
	height: 25px;
	vertical-align: middle;
    padding-top: 4px;

}
.sort a>div:first-child {
	border-bottom: 1px dashed #aaa;
}
.up{
	background: url(/images/sortUp.png) center center no-repeat;
		background-size: 20px;	
}
.down {
	background: url(/images/sortDown.png) center center no-repeat; 
		background-size: 20px;
}
.sort >a > .active {
	background-size: 20px;
	border-radius: 3px;
	border: 1px solid #999;
}
nav{
    position: relative;
    z-index: 999;
    width: 100%;
  /*  height: 100%;*/
    background-color: #efefef;
    /* height: 40px; */
    /* box-shadow: 0 0 20px rgba(0,0,0,0.3); */
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
	}
#nav{ 
    position: relative;
    width: 100%;
    line-height: 100%;
    height: auto /*100%; */
    overflow: hidden;
    display: block;
    /* max-width: 1080px; */
    text-align: center;
    margin: 0;
    margin-bottom: -2px;
	margin-left: 8px;
	}
#nav>li{
    margin: 0px 0px 0px -3px;
    /* height: 40px; */
    color: #224466;
    vertical-align: top;
    display: inline-block;
    font-size: .850em;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    /* border: 1px solid #DDD; */
    list-style: none;
    font-weight: 600;
    background: url(../img/menu-border.png) left center;
    background-repeat: repeat-y;
    z-index: 998;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
	}
#nav>li:last-child>a{
	/*padding-right: 3px; */
    border-right: 0px;}
#nav li.block{ padding:13px 23px 7px;width:204px;background:#fcdd9c;color:#3f3f3f;text-align:center;z-index:2;margin-right:-8px;position:relative;background:url(../img/arrowDown.png);background-position:center 0;height:30px}
#nav a{    
    padding: 13px 15px 0px 20px;
    display: block;
    color: #224466;
    text-decoration: none;
    display: block;
    margin: 0;
    /* -webkit-border-radius: 8px; */
    -moz-border-radius: 8px;
    border-right: 1px solid #ddd;
    -o-border-radius: 8px;
    /* text-shadow: 0 1px 1px rgba(0,0,0,.3); */}
#nav a.select:after{
	content:'\f078';
	padding:0 5px;
	width:15px;
	height:10px;
	display:inline-block;
	/*background:url('../img/menu-slideDown.png') no-repeat right center;*/
	font-family: FontAwesome;
}
#nav .current a,#nav li:hover > a ,#nav a.active{    
	color: #ed1b24;
    background-color: #f1f1f1;}
#nav .current li:hover > a{display:block;cursor:pointer;color:#fcde96}
.current li > a:hover{color:#fff;display:block}
#nav ul li{position:relative;float:none;font-size:11pt;margin:0;background-image:url(../img/menu-borderTop.png);background-position:top center;background-repeat:repeat-x;line-height:14pt;display:block;width:98%;height:auto}
#nav ul li:hover a,#nav ul li:hover li{background:none;border:none;color:#fcde96;font-size:11pt;z-index:9999;height:auto}
#nav ul li a{display:block;padding:15px 15px;width:81%;height:100%;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out}
#nav ul a:hover{color:#fcde96 !important;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:10px;text-shadow:0 1px 1px rgba(0,0,0,.1);z-index:9999}
#nav li ul{z-index:99999;margin:0;padding:0;position:absolute;top:39px;left:2px;background-color:#3f3f3f;background-position:left center;background-repeat:repeat-y;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out;overflow:hidden;max-height:0;min-width:102%}
#nav li:hover > ul{max-height:500px}
#nav ul ul{left:181px;top:-3px}
#nav ul li:first-child > a{-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;-o-border-radius-topleft:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;-o-border-radius-topright:5px}
#nav ul li:last-child > a{-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;-o-border-radius-bottomleft:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;-o-border-radius-bottomright:5px}
#nav:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#nav{display:inline-block}

.list_item {
    border-top: solid 0px #007b5e;
    background-color: #FFF;
    width: 102%;
}

.list_item_mini {
    border-top: solid 0px #007b5e;
    background-color: #ddd;
	padding-top: 25px;
    
}
.list_item_mini h2, .list_item h2  {
	background: none;
	text-align: center;
}


.list_item .item {
	display: inline-block;
    vertical-align: top;
	width: 24%;
	margin-bottom: 15px;
	position: relative;
    min-height: 1px;
    padding: 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;	
	top: 0px;	
}

.list_item_mini .item {
	display: inline-block;
    vertical-align: top;
	width: 19%;
	position: relative;
    min-height: 1px;
    padding: 15px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;	
	top: 0px;	
}
.listing a { display: block; width:100%;
height:100%;}
.list_item .item:hover,.list_item_mini .item:hover {
    /*margin: -100px -15px 0px -15px;
    background: #f9f9f9;*/
   /* padding: 100px 30px 25px 30px;*/
    cursor: pointer;
    box-shadow: 0 0 70px rgba(0,0,0,0.3);
    z-index: 19;
    box-sizing: inherit;
}
.list_item .item:hover .listing-thumb, .list_item_mini .item:hover .listing-thumb {
background-size: 120%;

}

.list_item .item:hover h5,.list_item .item:hover h5 a,.list_item_mini .item:hover h5,.list_item_mini .item:hover h5 a{
	color: #ed1b24;
}

.button {
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.listing {
    padding: 5px;
    background-color: #FFF;
    position: relative;
    clear: both;
}

.listing-thumb {
    position: relative;
    /* height: 100%; */
    overflow: visible;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 60%;
    margin: -5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;    
}
.listing-thumb .img-responsive {
    width: 100%;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.listing-thumb:before {
	content: ' ';
	width:100%;
	position:absolute;
	z-index: 2;
	height: 100%;
	top: 0px;
}
img {
    vertical-align: middle;
}
.listing-price {
	font-family: 'Proxima Nova',Helvetica,Arial,sans-serif;
	font-size: 1.75em;
	margin-bottom: 20px;
}
.listing-detail .table {
	width:100%;
	margin-bottom: 5px;
	font-size: 11pt;
}
.listing-detail td {
	padding: 7px 0px;
}
.listing-detail tr {  /*:nth-of-type(odd)*/
	border-bottom: 1px solid #ddd;
}
.leftdetails .details {
width: 280px;
}
.details div.table {
    width: 35%;
    max-width: 340px;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px !important;
	background: #ddd !important;
	padding: 0 10px 10px;
	box-shadow: 0 5px 35px -11px rgba(100,100,100,1);
	margin-top: 20px;
}

.details table td:nth-of-type(odd) {
    width: 75%
}
.details table td:nth-of-type(even) {
    width: 25%;	
}
section.details .columns {
	width:55%;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	    float: right;
    margin-right: 25px;
    background-color: rgba(230,230,230,1);
    box-shadow: 0 5px 35px -16px rgba(100,100,100,1);
    padding: 0 20px 20px;
    font-size: 10pt !important;
margin-top: 20px;	
}

table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
div.table {
border: 1px solid #DDD;
    background: #EFEFEF none repeat scroll 0% 0%;
    padding: 10px;
}
table.table >thead>tr>th, .table>table>tbody>tr>th, .table>table>tfoot>tr>th, .table>table>thead>tr>td, .table>table>tbody>tr>td, .table>table>tfoot>tr>td {
    padding: 8px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #adadad;
}
div.table>table>tbody>tr:first-child>td {
border-top: 0px;
}
.details tr:nth-of-type(odd) {
    background-color: #eee;
	
}

.listing-action a {
    margin-bottom: 0px;
	display: block;
}
div.btn {
	display: inline-block;

}
a.btn, input[type="button"] {
	text-decoration: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857143;
	color: #fff;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #245580;	
	border: solid 1px #224466;
    background-image: none;
    background-color: #224466;
	border-radius: 0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.btn:hover { 
	background-color: #ed1b24;
    border: solid 1px #ed1b24;
}

.product {
	overflow: visible;
	width: 100%;
	z-index: 2;
	position: relative;
	color: #444;
	overflow: hidden;
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: -1000% -1000%;
}
.product header {
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 1.75em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product>header>h2{
/* box-shadow: 0 0 40px rgba(255,255,255,1); */	
    margin: 0;
    position: relative;
    z-index: 999;
    margin: 0px;
    padding: 20px 20px;
    text-align: center;
	width: 100%;
}

.product header>.details {
    right: 50%;
    margin-right: -490px;
	text-align: left;
}
.product header>.banner {
    position: relative;
    height: 550px;
    text-align: center;
    display: inline-block;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.product header>.banner img {
	display: inline-block;
    width: 100%;
    height: auto;
    top: 0px;
    max-width: 1940px;
}
.ad-loader,
.ad-loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.ad-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
.product header>div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-image: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 0;
	opacity: 1;
	padding-top: 100%;
	visibility: visible;
	transition: opacity .2s ease-in-out,visibility .2s linear;
	padding-bottom: 0;
	background-position: center center;
}*/
.product section {
	text-align: center;
	display: block;
	vertical-align: top;
}
.product .column { display: inline-block; vertical-align: top}
.product .column:nth-of-type(odd) {
	width:35%
}
.product .column:nth-of-type(even) {
	width:60%;
}
.product section.gallery, .product section.contacts {
    box-shadow: 0 0 40px rgba(255,255,255,1);
    margin-top: 0px;
    z-index: 99;
    position: relative;
    padding-top: 20px;
}

main .product #gallery, main .product .contacts>div, main .product .contacts>form>div {
    z-index: 100;
    position: relative;
    top: 0px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    padding: 0 0px 40px;
    max-width: 920px;
    width: 100%;
    text-align: left;
}
header>.details {
    position: absolute;
    bottom: 100px;
    font-size: 11pt;
    background: #fff;
    padding: 10px 20px 10px 20px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 50px rgba(100,100,100,0.3);
    margin-left: 30px;
	/*border-radius: 150px 150px 0 0;*/
	}
header>.details>div { margin: 10px 0 0; padding-top: 60px !important;}	
header>.details>div>div { margin: 2px 0 0;}	
header>.details>div>div:nth-of-type(even) {
	font-weight: 900;
}
.product>.details {
	width:100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
	padding: 20px;
}

/* ====     бХДЕН video ==== */

.thumb-video {
position: relative;
height: auto;
padding: 10px;
border: 1px solid #DDD;
background: #EFEFEF none repeat scroll 0% 0%;
width: 48%;
box-sizing: border-box;
overflow: hidden;
margin: 0px 5px 5px 0px;
}

.thumb-video:hover {
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.3);
}


.thumb-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.thumb-video a {
display: block;
width: 100%;
}

.thumb-video a>img {
position: relative;
width: 100%;
}
/*
.send-email {
	text-align: left;	
    padding: 13px 10px 10px 0px;
    cursor: pointer;
    font-size: .875em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #224466;
    font-weight: 700;
	
}
*/
/*
.send-email:before {
	content: '\f0e0';
    padding: 0 10px 0 0px;
	color: #224466;
	font-size: 2.3em;
	display:inline-block;
	vertical-align: middle;	
	font-family: FontAwesome;	
    margin-top: -4px;	
}*/
.send-email:hover {
	color: #ed1b24;
	border-radius: 3px;
	text-decoration: underline;	
}

label  {
    display: inline-block;
    width: 100%;
	text-align: left;
}
input[name="phone"], input[name="name"], input[name="email"], input[name="company"], textarea#text,textarea#text_b { 
    padding: 5px 5px 5px 10px;
    border: 0px;
    border-bottom: 1px solid #ababab;
    font-size: 1.35em;
}
textarea#text {
width: 220px;
}
textarea#text_b {
width: auto;
}
label[for="text"]:before  {
    content: '\f044';
    margin-left: 10px;
    margin-top: 25px;
    position: absolute;
    color: #224466;
    font-size: 1.7em;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;	
}

label[for="name"]:before  {
    content: '\f007';
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    color: #224466;
    font-size: 1.7em;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;	
}
label[for="email"]:before  {
	content: '\f0e0';
    margin-left: 10px;
    margin-top: 5px;
    position: absolute;
    color: #224466;
    font-size: 1.7em;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
}
label[for="phone"]:before {
	content: '\f10b';
    margin-left: 10px;
    margin-top: 0px;
    position: absolute;
    color: #224466;
    font-size: 2.3em;
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
}

.titleform {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.3px;
    position: relative;
    /* border: 1px solid #DDD; */
    list-style: none;
    font-weight: 600;
    margin: 0px 0 20px;

}

.sendformhide {
	position: fixed;
    width: 350px;
    left: 50%;
    margin-left: -155px;
    top: 50%;
    margin-top: -250px;
    z-index: 999;
}
.sendformhide>div.form {
	box-shadow: 0 0 30px rgba(40,80,120,0.8);
	background: #fff;
	padding: 20px;
    width: 300px;
}
.sendformhide>div.close {
	position:absolute;
	top:0;
	right: 0;
	width: 45px;
	height: 45px;
}
.close:before {
content: "\f00d";
    font-family: FontAwesome;
    position: absolute;
    margin-top: -5px;
    z-index: 999;
    width: 40px;
    height: 40px;
    overflow: visible;
    cursor: pointer;
    display: block;
    z-index: 999;
    color: #fff;
    font-size: 26pt;
    font-weight: 100;
}

#offerout {
	display:none;
    z-index: 11;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    /* left: 10%; */
    width: 600px;
    margin-left: 0px;
    min-height: 400px;
    margin-top: -480px;
    /* max-height: 100%; */
    padding: 10px;
    /* bottom: 0px; */
    border: 1px solid #d5cf9c;
    border-radius: 8px;
    background-color: rgb(255, 251, 240);
    box-shadow: 9px 10px 60px -19px #520;
}

section.other {
width: 100%;
overflow: hidden;
height: auto;
}
section.other>.list_item_mini {

height:auto;

}
@media screen and (max-width:400px){
main { pading-right:5px; }
#nav>li:nth-last-child(2n) {
max-width: 195px;
letter-spacing: 0.5px;
}
}
@media screen and (min-width:401px) and (max-width: 700px){
main { pading-right:5px; }
#nav>li:nth-last-child(2n) {
max-width: 185px;
letter-spacing: 0.7px;
}
}
@media screen and (max-width:700px){
.fotorama__fullscreen-icon {
content: "";
    background: url(../css/img/view.png) no-repeat center center !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
}
main { padding-right:5px; }
.showleft { height:35px; display:block !important;position: fixed; left:-15px;bottom: 0px; width: 108%; z-index:9999;
padding: 5px 10px; margin: 5px 5px 0px 10px !important;
}
.showmore {
display: block;
width: 90%;
}
body {
max-width: 100%;
overflow-x: hidden;
}
.bottomtext {
width: 50%;
position: relative;
bottom: 0px;
height: 50px;
background: transparent url("/images/textbottom.png") repeat scroll left bottom;
overflow: hidden;
display: block;
}
.showdetail { 
margin: 0px 5px 0px 10px !important;
}
header>.content {
text-align:left;
vertical-align:top
}
section.text {
overflow: hidden;
padding: 0 10px;
}
.boat article.opis {

max-height: 250px; overflow-y: hidden; display:block
}
.text .opis { padding-top:10px; width: 95% !important; }
.text .opis img {
width:95% !important;
height: auto !important;
}
.text .opis div, .text .opis p, .text .opis {
width:100% !important;
margin-left:0px !important;
}
.text .opis {
padding-right:0;
padding-top:10px;
}
section.boat, section.text {
	margin-top: 0px;
	display: flex;    
	flex-direction: row-reverse;  
	justify-content: center;    
	align-items: stretch; 
	flex-flow: wrap;
}
.boat>aside, .boat>div {
	width:100%;
}
	.list_item .item {
		width: 100%
	}
	h5, h6 {
		font-size: 1.5em;
	}
div.btn { width: 100%;}
.listing-action a { width: auto; display: block}
.list_item .item:nth-last-child(2n+1) {  margin-right: 0; }	
#nav>li { width: 50%; height: 28px; overflow:hidden; max-width: 170px; }
#nav>li:last-child>a {
border-right: 1px solid #ddd;
} 
#nav>li>a {
padding: 13px 5px 0px 10px;
}
section.boat h2 {
font-size:2.0em;
display:block;
height:50px; overflow:hidden;
padding: 0px;
}
#nav { 
	padding: 0;
	padding-left:10px;
	text-align: left;
	margin: 0px 0px -2px 0px;
	
}
	header .item, header .item:last-child {
	width: 100%;
	padding: 10px 10px 10px 20px;
	text-align: left;
	}	
body>header {
	position:relative !important;
	}
header .item>div, header .item:last-child>div {
		text-align: left;
		padding: 0;
	}
.block_insta .insta {
    font-size: 5em;
    margin-top: -40px;
    font-size: 4em !important;
}	
.content .block_cont {
display:inline-block;width:65%;
min-width:235px;
}
.content .block_insta {
width:15%;display:inline-block
}
.insta>div {display: none}
.headder .block_insta>div {
padding:0px;
}
.column { padding: 10px;}
.column>div {
width:100% !important;
}
.product header>.details {
	position: relative;
    bottom: 0; 
    font-size: 10pt;
    background: #fff;
	padding: 20px 5px 0px 15px;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 0 0px rgba(0,0,0,0.0); 
    margin-left: 0px;	
    right: 0%;
	margin-right:0px;
    text-align: center; 	
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: baseline;
}
.product header>.details>div {
width: 50%;
}
.send-email { text-align: center;}

.product header>.banner {
	max-height: 220px;
}
.product header>.banner img {
	position: relative;
}

.ad-gallery { min-height: 350px;}
.wrap { height: 350px;}

.ad-thumbs {
	height: 203px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.ad-thumbs>ul {
	list-style: none;
    width: 2000px;
    display: inline-block;
}

.sort {
    margin: 0px 5px 0 0;
    }
.product .column:nth-of-type(odd), .product .column:nth-of-type(even) {
	width:100%;
}
.product>header>h2,.list_item_mini h2 *{ 
	padding: 20px 10px 0px;
	font-size: 22pt !important;
	font-size: 2rem;
	margin: 10px 0 0;
	
}

.list_item_mini {
    padding-top: 0px;
}
.text h2 {
padding: 0px 0px 10px;
margin: 10px 0 10px 0; 
font-size: 1.3em;
}
section.boat h2 { font-size: 2.2em}
h3 {
    padding: 0px 0px 10px !important;
    font-size: 1.3em;
    text-align: left;
    margin: 0px 0px 10px;
}
h4 {     padding: 0px 10px 0px 0; margin: 5px 5px 10px 5px;}
.sendformhide {
    overflow: hidden;
    top: 0px;
    margin: 5px 5px;
    left: 0px;
    width: 98%;
    box-sizing: border-box;
}
input[name="phone"], input[name="name"], input[name="email"], textarea#text,textarea#text_b {
	width: 90%;
}
.sendformhide>div.form {     
	margin-right: 50px;
    max-width: 100%;
    width: auto; }
	
.list_item_mini .item { 
    width: 48%;
	padding-left: 5px;
    padding-right: 5px;
}
h5,.listing-price { font-size: 1.1em}


.list_item_mini .listing h5 {
	/*height: 43px;*/
    font-size: 1.2em;
    overflow: hidden;
    margin: 5px 0 0;
}
.list_item .listing h5 {
	/*min-height: 40px;*/
	font-size: 1.2em;
}	
.details div.table {
    width: 100%;
	display: inline-block;
	vertical-align: top;
	max-width:100%;
}
.details table td:nth-of-type(odd) {
    width: 75%
}
.details table td:nth-of-type(even) {
    width: 25%;	
}
.details > .lengthpic, .details .agepic, .details .buypic, .details .pricepic
{
display: inline-block;
padding-top: 80px !important;
min-width: 80px;
min-height: 80px;
background-size: 65px;
vertical-align:top;
}
section.details .columns {
	width:100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
    margin-right: 10px;
		float: none;
	clear: both;
}
#nav li {
font-size: 12px;
    letter-spacing: 0.7px;
}
footer .contacts>div {
padding: 5px 17px;
width: 100%;
text-align: left;
}
.thumb-video {
width: 100%;
}
p {
margin: 5px 0px;
}
.listing-detail .table, p, div {
font-size: 10pt;
}
}
@media screen and (min-width: 701px) and (max-width:850px){
section.boat, section.text {
margin-top: 0px;
}
.details>div {
padding-top: 80px !important;
min-width: 75px;
min-height: 75px;
background-size: 70px;
}
	.list_item .item {
		width: 49%;
	}
	div.btn { width: 100%;}
	.listing-action a { width: auto; display: block}
	#nav>li { width: 50%; letter-spacing: 0.5px; font-size: 12px;
}
body > header {
position:relative !important;
}
	#nav { text-align: left;}
	header .item {

	padding: 10px 10px 10px 20px;
	}
.ad-gallery { min-height: 400px;}
.wrap { height: 400px;}
.product header>.details {
    margin-right: 0px;
    left: 0;
    text-align: left;
    width: 100%;
    max-width: 920px;
    bottom: 0;
    text-align: ce;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
    border-radius: 0;
    margin-left: 0px;
}
.product .column:nth-of-type(odd), .product .column:nth-of-type(even) {
	width:100%;
}
.product header>.banner {
	max-height: 450px;
}
.product header>.banner img {
	position: relative;
	margin-top: -100px;
}
.product>header>h2 { 
    padding: 20px 20px 0px;
    font-size: 20pt;
}
h2 {
padding: 0px 5px 10px;
font-size: 2.5em;
}
h3 {
padding: 10px;
font-size: 2.0em;
}
h4 { padding: 0px 10px 0px 0;}

.list_item_mini .item { 
    width: 32%;
}
h5,.listing-price { font-size: 1.2em}

.thumb-video {
width: 100%;
}
.text .opis img {
width:95% !important;
height: auto !important;
}
.text .opis div, .text .opis p, .text .opis {
width:95% !important;
margin-left:0px !important;
}
.text .opis {
padding-right:0;
}
p {
margin: 5px 0px;
}
.list_item_mini .listing h5 {
	/*height: 35px;*/
	font-size: 1.2em;
}
.list_item .listing h5 {
	/*height: 40px;*/
	font-size: 1.3em;
}
.details div.table {
    width: 100%;
	max-width:100%;
	display: inline-block;
	vertical-align: top;
}
.details table td:nth-of-type(odd) {
    width: 75%
}
.details table td:nth-of-type(even) {
    width: 25%;	
}
section.details .columns {
	width:100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
    margin-right: 10px;
	float: none;
	clear: both;
}
}
@media screen and (min-width: 851px) and (max-width:1100px){
section.content {
padding-top:160px;
}
main.boat {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: stretch;
}
section.contboat {
max-width: 1100px;
}
section.boat, section.text {
margin-top: 40px;
}
	.list_item .item {
		width: 32%;
	}
	#nav>li { letter-spacing: 0.1px; font-size: 11px}
	div.btn { width: 100%;}
	.listing-action a { width: auto; display: block}

	.ad-gallery { min-height: 600px;}
	.wrap { height: 580px;}
.product header>.details {
    left: 0;
    text-align: left;
    width: 100%;
    bottom: 0;
    text-align: ce;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
	margin-left:0px;	
}
.product header>.banner {
	max-height: 550px;
	margin-top: -100px;
}
.product header>.banner img {
	position: fixed;
	margin-top: 20px;
	left:0px;
}
.product>header>h2 {
	padding: 30px 20px 40px;
}
body>header{
	min-height: 90px;
	position: relative;
	top: 0px;
	z-index: 90;
	/*box-shadow: 0 0 30px rgba(40,80,120,0.8)*/
}
.product {
/*margin-top: 20px;*/
}
main {/* margin-top: 152px;*/ }
.list_item_mini .item { 
    width: 24%;
}
.list_item_mini .listing h5 {
	/*height: 40px;*/
	font-size: 1.25em;
}
.list_item .listing h5 {
	/*height: 50px; */
	font-size: 1.5em;
}
}

@media screen and (min-width: 1101px){
section.contboat {
display: flex;
flex-direction: row;
flex-flow: row-reverse;
justify-content: center;
align-items: stretch;
}
section.content {
padding-top:160px;
}
.list_item {
padding-left: 20px;
}
section.boat, section.text {
width: 75%;
max-width: 1280px;
}
section.other {
margin-top: 0px;
width: 25%;
max-width: 350px;
}
.insta>div {display: inline-block}
.other .list_item_mini {
height: 100% !important;
display: flex;
flex-direction: row;
flex-flow: wrap;
align-content: flex-start;
justify-content: center;
align-items: flex-start;
align-self: stretch;
    padding-bottom: 15px;
/*    position:absolute;
    min-height: 500px;
    */
}
.list_item_mini {
padding-left:27px
}
.other .list_item_mini .item {
width: 50% !important;
margin-bottom:5px;
margin: auto !important;
}
.other .list_item_mini .listing-detail {
display: block;
}


.other .list_item_mini .listing .listing-price {
	min-height: 30px;
	height: auto !important;
}
.other .list_item_mini .listing .listing-price .price {
margin-bottom:0px;
}

.other .listing a {
line-height: 1.1
}

.other .list_item_mini .listing .listing-detail .table, .other .list_item_mini .listing .listing-action{
display: none;
}


.boat article.opis {
position: absolute;
max-width: 50%;
margin-right: 15px;
padding-right: 15px;
}

.bottomtext {
width: 50%;
position: absolute;
bottom: 0px;
height: 150px;
background: transparent url("/images/textbottom.png") repeat scroll left bottom;
overflow: hidden;
display: block;
}
	body>header{
    min-height: 90px;
    position: relative;
    top: 0px;
    z-index: 90;
   /* box-shadow: 0 0 30px rgba(40,80,120,0.8);*/
	}
	/*section>div {max-width: 920px;}*/
.product header>.banner {
	max-height: 700px;

}
.product header>.banner img {
	max-width: 920px;
    width: 100%;
	position: fixed;
	margin-left:-460px;
}
.product header>.details {
	left: 50%;
	left: 50%;
    margin-left: -460px;
    text-align: left;
    width: 100%;
    max-width: 920px;
    bottom: 0;
    text-align: ce;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    z-index: 999;
}
.product header {
    max-height: 550px;
	text-align: center;
}

.list_item .item:nth-last-child(4n-1) {
    margin-right: 0px;
}
.prodano {
padding-left: 28px;
}
.prodano .item {
	padding: 10px !important;
	width: 17% !important;
	margin: 0 -6px 10px -7px !important;	
	
}
.listing-price { margin: 0px;  font-size: 1.2em;/*border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;*/ }
.listing .listing-price { height: 40px;  }
.listing h5 {
	height: 20px;
}
.list_item_mini h5 {
	/*height: 45px; */
	font-size: 1.2em;
	line-height:1.3;
}
.list_item_mini .item { 
width:20%;
margin: -3px;
}
.price {
	margin-bottom: 20px;
    display: inline-block;
}
.ad-gallery { min-height: 800px;}
.wrap { height: 650px;}

/*
section.content { 
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}
section.other {
width: 300px;
overflow: hidden;
height: auto;
}
*/
section.other>.list_item_mini {

height:auto;

}

div.btn {
width: 102%;
}

.sort {margin: -20px 25px 10px 0;}
}


.video>div {
display: flex;    flex-direction: row;    justify-content:left;    align-items: stretch; flex-wrap: wrap;
}
fotorama__nav-wrap .fotorama__thumb {
width:100% !important;
}

.fotorama__stage__frame img {
display: inline-block;

}
.fotorama__stage__frame {
text-align: center;
}
.fotorama ul, #gallery ul {
-webkit-padding-start: 0px;
padding:10px;
background: #eee;
border:1px solid #ddd;
}

.addbasket {
position: fixed;
z-index: 900;
width: 650px;
min-height: 350px;
left: 50%;
margin-left: -325px;
top: 50%;
margin-top: -225px;
border: 1px solid #ddd;
background-color: #fff;
}

input[name=oplata] {
display: none;
}
input[name=oplata]+label:before {
content: ''; 
background-image: url("/images/checkbox.png");
width: 40px;
text-align: center;
font-size: 20pt;
display: inline-block;
vertical-align: middle;
padding-top: 5px;
padding-right:10px;
height: 40px;
margin: 10px;
}

input[name=oplata]:checked+label:before {
content: ''; 
background-image: url("/images/checked_checkbox.png");
width: 40px;
text-align: center;
font-size: 20pt;
display: inline-block;
vertical-align: middle;
}

.itemForm {
width: 100%;
}
.itemForm>div {
display:inline-block;
}

.itemForm>div:last-child {
min-width:250px;
}
.itemForm>div:first-child {
min-width:130px;
}


#toTop {
width:100px;
border:1px solid #ccc;
background:#f7f7f7;
text-align:center;
padding:5px;
position:fixed;
bottom:30px; /* отступ кнопки от нижнего края страницы*/
left:10px;
cursor:pointer;
display:none;
z-index:999;
color:#333;
font-family:verdana;
font-size:11px;
}



.fotorama img{width:auto}
.fotorama{padding-left:0 !important;margin:0 !important}
.fotorama .column{margin:0 35px 15px 20px;flex-direction:row;justify-content:center;align-items:center}
.fotorama .column>div{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-right:0}
.fotorama .column img{width:80px !important;height:80px !important;border-radius:80px;border:2px solid #61305e;margin:10px 15px 0;max-width:80px;max-height:80px;}
.fotorama .column h4{margin:0 0 5px}
.fotorama__stage{margin-bottom:5px}
.fotorama__stage__frame,.fotorama__stage__shaft {height:100% !important;}
#overfotorama{top:50%;left:50%;z-index:9999;position:fixed;margin-left:-300px;margin-top:-280px;width:700px;height:501px;display:none;overflow:hidden;box-shadow:4px -4px 50px rgba(255,255,255,0.4)}
#overlay{position:fixed;width:100%;height:100%;top:0;left:0;display:none;opacity:0.8;background:#000;z-index:9999}


.gallery{list-style-position:outside;list-style-type:none;padding:0;margin:0}
.gallery li{display:inline-block;margin:0 25px 25px 0;width:178px;vertical-align:top}
.gallery li .image-zoom>img{display:block;background:#fff;border-radius:0;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out}
.gallery li:hover>.image-zoom>img{background:#245580}
.gallery li:nth-child(4n){margin-right:0}
.gallery li img{max-width:172px;height:130px;padding:3px;cursor:pointer}
.gallery li h5,.gallery li p{font-size:9pt;margin:5px 0}
.gallery .item{position:relative}
.image-zoom,.image-zoom:before{position:relative;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;transition:all 0.5s ease-out;-webkit-transition:all 0.5s ease-out}
.gallery .item:hover>.image-zoom:before{content:"";background:url(/include/img/view.png) no-repeat center center;width:100%;height:100%;position:absolute;top:0;left:0;z-index:9;cursor:pointer}
