body {
	margin:0;
	padding:0;
	background:#fff;
	font-size:100%;
	}

body a {color:#693333;}
body a:hover { color:#255472; text-decoration:none; }

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

blockquote {
	margin:20px 0;
	padding:20px;
	border:1px solid #aaa;
	background:#f2f5f7;
	font-size:1.25rem;
	}
	
hr {
	display:block;
	width:100%;
	clear:both;
	border-bottom:1px solid #eee;
	}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- TYPOGRAPHY ------ */

h1 {
	margin:0 0 25px 0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:4rem;
	font-style:italic;
	font-weight:700;
	line-height:1.2em;
	letter-spacing:-0.05em;
	color:#790C15;
	}
	
	h1.inventory {
		margin:0 0 5px 0;
		padding:0 0 15px 0;
		font-family: 'Open Sans', sans-serif;
		font-size:3.5rem;
		font-style:normal;
		font-weight:300;
		line-height:1.2em;
		letter-spacing:-0.05em;
		color:#fff;
		border-bottom:1px solid #195069; 
		}
		h1.inventory span { font-size:2.5rem; color:#bfced5; }

h2 {
	clear:left;
	font-family: 'Open Sans', sans-serif;
	font-size:1.8rem;
	font-weight:600;
	font-style:italic;
	line-height:1.2em;
	color:#255472;
	margin:50px 0 5px 0;
	}

	h2.price { margin:10px 0 5px 0; }
	
	h1 + h2 { margin: 15px 0 5px 0; }
	
h3 {
	margin:25px 0 15px 0;
	padding:15px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size:1.5rem;
	font-weight:700;
	line-height:1.2em;
	color:#790C15;
	border-top:1px solid #aaa;
	}
	
	.col-md-8 h3 {
		padding:0;
		margin:0 15px 5px 0;
		border-top:0;
		font-size:2.5rem;
		text-transform:uppercase;
		font-weight:300;
		}
		.col-md-8 h3 span { margin:0; padding:0 5px 0 0; color:#484848; font-size:2rem; }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- FORMS ------ */

form#sidebar, form#service {
	margin:-100px 0 25px 0;
	padding:0;
	}

form.boat_inquiry {padding-top:25px;}
	
	form#sidebar hr { margin:15px 0; border-top:0; border-left:0; border-right:0; border-bottom:1px dotted #1280b8; }
	
	form#sidebar fieldset, form#service fieldset {
		padding:10px 20px;
		border:1px solid #1280B8;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		background: #1280b8; /* Old browsers */
		background: -moz-linear-gradient(top,  #1280b8 0%, #00476c 79%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1280b8), color-stop(79%,#00476c)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1280b8 0%,#00476c 79%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1280b8 0%,#00476c 79%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1280b8 0%,#00476c 79%); /* IE10+ */
		background: linear-gradient(to bottom,  #1280b8 0%,#00476c 79%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1280b8', endColorstr='#00476c',GradientType=0 ); /* IE6-9 */
        -webkit-box-shadow: 0 -3px 15px 0 #666666;
		box-shadow: 0 -3px 15px 0 #666666;
		}
	
	form#sidebar span, form#service span {
		display:block;
		padding:0 0 10px 20px;
		margin:0 0 15px 0;
		background:none;
		color:#fff;
		font-weight:700;
		font-size:1.6rem;
		text-transform:uppercase;
		border-bottom:1px dotted #1280b8;
		}
		
	form#sidebar label { font-weight:400; text-transform:uppercase; font-size:1.25rem; color:#fff; padding-left:20px; }
	form.boat_inquiry label { font-weight:400; text-transform:uppercase; font-size:1.25rem; color:#fff; padding-top:10px; }
	
	form#service label { display:block; margin:0; padding:15px 0 0 0; font-weight:400; text-transform:uppercase; font-size:1.25rem; color:#fff; }
	form#service input { display:block; width:100%; margin:3px 0 0 0; padding:5px; border:0; background:#fff; font-size:1.25rem; color:#484848; }
	form#service textarea { display:block; width:100%; height:200px; margin:3px 0 0 0; padding:5px; border:0; background:#fff; font-size:1.25rem; color:#484848; }

	form#sidebar input[type=checkbox] {
		margin:0 -10px 0 20px; 
		height:2rem;
		width:2rem;
		color:#790C15;
		vertical-align:middle;
  		background-image:    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image:     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image:      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image: -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image:         linear-gradient(rgb(224,224,224),rgb(240,240,240));
		}
	
	form#sidebar select {
		margin: 0 0 0 15px;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		background-image:    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image:     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image:      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image: -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  		background-image:         linear-gradient(rgb(224,224,224),rgb(240,240,240));
		}
		
form.contact {
	margin:0;
	padding:0;
	}
	
	form.contact legend {
	margin-top: 30px;
    margin-bottom: 0px;
	}
	
	form.contact input, form.contact textarea { width:100%; border:1px solid #aaa; padding:5px; }
		form.contact input[type=radio] { width:auto; margin:0 15px; }
	form.contact textarea {height:150px;}
	form.contact label { padding:15px 0 0 0; }
	
	form.boat_inquiry input { border:0; padding:5px; color:#484848; }
	form.boat_inquiry textarea { border:0; padding:5px; color:#484848; height:100px; }
	
	form#sidebar input[type=submit], form.contact input[type=submit], form.boat_inquiry input[type="submit"], form#service input[type=submit] {
		display:block;
		width:auto;
		margin:15px 0;
		padding:15px;
		font-size:1.5rem;
		font-weight:400;
		font-style:italic;
		background:#1280b8;
		color:#fff;
		border:1px solid #1280b8;
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		}
		form#sidebar input[type=submit] { width:auto; margin:25px 0 0 0; }
		form.contact input[type=submit] { width:auto; margin:50px auto; }
		
		form#sidebar input[type=submit]:hover, form.contact input[type=submit]:hover, form.boat_inquiry input[type=submit]:hover, form#service input[type=submit]:hover { color:#fff; background:#00476c; border:1px solid #1280b8; cursor:pointer; }
		
		
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- NAVIGATION ------ */

.contactinfo {
	display:block;
    padding:0;
	background:#484848;
    font-size:1.25rem;
    color:#fff;
    font-weight:700;
    text-align:right;
	}
	.contactinfo span { display:block; float:right; padding-top:3px; }
	.contactinfo img { display:block; margin-left:10px; }


.navigation {
	display:block;
    height:75px;
	border-bottom:1px solid #aaa;
	background: #fff;
	}

.navbar { background:none; border:0; padding:0; margin:0; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: none;
	}	
	
	.nav > li {
		margin:15px 0 0 0;
		padding:0;
		border-right:1px solid #9b9b9b;
		}
		
		.nav > li:last-child {border-right:0;}

	.nav > li > a {
		margin:0;
		padding:7px 12px 9px 12px;
		font-family: 'Open Sans', sans-serif;
		font-size:1.55rem;
		font-weight:700;
		color:#255472;
		text-decoration:none;
		text-transform:uppercase;
		}
		.nav > li:last-child > a { padding:7px 0 9px 15px; }
		.nav > li > a:hover {color:#790C15;}

.dropdown-menu {
	font-family: 'Open Sans', sans-serif;
	font-size:1.35rem;
	font-weight:400;
	color:#255472;
    border:0;
    border-radius:0;
    -webkit-box-shadow: none;
    box-shadow: none;
	}
	ul.dropdown-menu li {
		margin:0 15px;
		padding:0;
		}
		
		ul.dropdown-menu > li > a {
			padding:10px 5px;
			margin:0;
			color:#255472;
			border-bottom:1px solid #9b9b9b;
			}
			ul.dropdown-menu > li > a:hover { color:#790C15; background:#fff; border-bottom:1px solid #255472; }
			ul.dropdown-menu > li:last-child > a, ul.dropdown-menu > li:last-child > a:hover {border-bottom:0;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- MAJOR SECTIONS ------ */

.content {
	display:block;
	padding-top:50px;
	font-family: 'Open Sans', sans-serif;
	font-size:1.5rem;
	font-weight:400;
	line-height:1.5em;
	color:#484848;
    border-top:1px solid #aaa;
	}
	
	.content .col-md-3 { font-size:1.2rem; line-height:1.35em; }
		
	.content ul { list-style:none; margin:5px 0 25px 0; padding:0 20px; overflow:hidden; _height:1%; }
		.content ul.sxs { display:block; float:left; width:48%; }
		.content .col-md-3 ul { padding:0 10px; }
		.content ul li { display:block; padding:10px 0; margin:10px 15px 0 0; border-bottom:1px solid #eee; }
			.content ul li:before {  
				display:block;
				float:left;
				font-family: 'FontAwesome';
				content: '\f18e';
				margin:0 15px 10px 0;
				color: #aaa;
				}
				
				.content #placeHolder ul { margin:0; padding:0; overflow:visible; }
				.content #placeHolder ul li { padding:0; margin:0; border-bottom:0; }
				.content #placeHolder ul li:before { content:''; margin:0; float:none;  }
	
.footer {
	display:block;
	clear:both;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	font:10px Verdana, Arial, Tahoma, sans-serif;
	text-align:center;
	background:#003d59;
	color:#fff;
	border-top:3px solid #bfced5;
	border-bottom:3px solid #bfced5;
	}

.footer ul {
	display:block;
	width:50%;
	list-style:none;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	_height:1%;
	}

.footer li {
	display:block;
	float:left;
	padding:2px 5px;
	margin:0 auto;
	border-left:1px solid #ffc;
	}

.footer li.first {border-left:0;}
.footer a {color:#c9d6dc;}
.footer a:hover { text-decoration:none; color:#ffc; }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- CLASSES ------ */

.home-table { width: 100%; }

.short {height:200px;}

.listing { padding:50px 0; border-bottom:1px solid #9b9b9b; }

.grey {background:#f2f5f7;}

.listing p { display:block; clear:both; font-size:1.5rem; padding:0 11px; }

.content ul.card_info {
	display:block;
	width:100%;
	list-style:none;
	margin:0 0 15px 0;
	padding:5px 0;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	}
	.content ul.card_info li { display:block; float:left; border-bottom:0; margin:0; padding:0 0 0 10px; font-weight:300; font-size:1.5rem; text-transform:uppercase; }
	.content ul.card_info li:before { content: '\f10c'; margin:0; padding:0 10px 0 0; font-size:0.8rem; }
	.content ul.card_info li.first:before { content:''; padding:0; }
	
.content ul.inv {
	list-style:none;
	color:#fff;
	}
	.content ul.inv li { display:block; border-bottom:0; margin:0; padding:0 0 10px 0; font-weight:300; font-size:1.5rem; }
	.content ul.inv li:before { content: ''; margin:0; padding:0; font-size:0.8rem; }
	.content ul.inv span { display:inline-block; width:50%; font-size:1.2rem; color:#bfced5; text-transform:uppercase; }

.invimage {
	margin:7px 0 0 0;
	}
	
.price {
	display:block;
	float:right;
	padding-top:15px;
	font-size:2rem;
	font-weight:400;
	color:#000;
	}
	.content ul.inv .price {
		float:none;
		padding-top:0 0 20px 0;
		color:#fff;
		font-weight:700;
		font-size:3rem;
		line-height:4rem;
		}
		.content ul.inv .price small { font-size:1.1rem; text-transform:uppercase; }
		
		.col-md-8 h3 span.sale { font-weight:700; color:#790C15; }
			.col-md-8 h3 span.sale strike { font-weight:300; color:#484848; font-size:1.25rem; }
	
a.details {
	display:block;
	padding:3px 11px;
	font-size:1.4rem;
	color:#003d59;
	text-transform:uppercase;
	font-weight:700;
	background:#f2f5f7;
	}
	a.details i { display:inline-block; padding-right:5px; font-weight:300; color:#484848; }
	
.blue { background:#003d59; padding:15px 0; }

.desc { padding:50px 15px; }

.contact_button {
	display:block;
	padding:15px;
	margin:15px 0;
	background:#001e2c;
	color:#fff;
	font-weight:500;
	font-size:1.5rem;
	border:1px solid #1a516a;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	}
	.contact_button i { display:block; float:left; font-size:2.5rem; padding:0 15px 5px 0; }
	.contact_button a { color:#fff; text-decoration:none; }
	.contact_button a:hover {color:#1280b8;}
	
	#contact_button_form, #trade_in_form, #email_form {
		display:none;
		-webkit-transition: display 2s ease;
		-moz-transition: display 2s ease;
		-ms-transition: display 2s ease;
		-o-transition: display 2s ease;
		transition: display 2s ease;
		}
	
#social { display:block; width:100%; text-align:center; padding:25px 0; }

.subimg {
	display:block;
	float:left;
	margin:15px 15px 15px 0;
	}
	
.slider-nav { margin:0 30px; }
	.content .slider-nav ul { list-style:none; margin:0; padding:0; overflow:hidden; _height:1%; }
	.content .slider-nav ul li { display:block; padding:0; margin:0; border-bottom:0; }
		.content .slider-nav ul li:before {  
			display:block;
			float:none;
			content: '';
			margin:0;
			}
			
.slick-prev {
	z-index: 30;
}
			
.slider-nav .slick-list { margin:0 10px; }
	.slider-nav .slick-list img { padding:0 5px; }
	
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videos { padding:50px 15px; }
	.videos .video-container {margin-bottom:25px;}
	
.video-wrapper {
	width: 400px;
	float:right;
	margin-left:auto;
	margin-right:auto;
	padding:25px 0 25px 25px;
	max-width: 100%;
	}
	
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
    }
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
    }
	
.map {
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	padding:25px 0;
	margin:25px 0;
	}
	
a.logo, a.nav-logo { display:block; float:left; border:0; overflow:hidden; _height:1%; }
a.nav-logo { width:173px; height:70px; background:url(https://www.krupas.com/images/logo.png) top left no-repeat scroll; }

.product_logos {text-align:center;}
	.product_logos img { display:block; margin:10px auto; }
	
.vcenter {
    display: inline-block;
    vertical-align: middle;
	}
	
.fb-page { 	margin:25px 0 15px 0; padding-top:15px; border-top:1px solid #aaa;}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- IMAGE SLIDER ------ */

.carousel { display:block; overflow:hidden; background:#333; vertical-align:center; }
	.carousel img {width:100%;}
	
	
	
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- MOBILE ------ */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		
	form#sidebar {display:none;}
	form#service {
		margin:0 0 25px 0;
		padding:0;
	}
	
	h1 { margin:50px 0 25px 0; }
	
	.contactinfo img {display:none;}
	.contactinfo span { display:block; width:100%; text-align:center; padding:10px 0; }
	
	.col-md-3 h3 { margin-top:0; border-top:0; }
	
	a.nav-logo { width:173px; height:104px; background:url(https://www.krupas.com/images/mobile-logo.gif) top left no-repeat scroll; }
	
	
	.footer ul { display:block; width:100%; font-size:1.5rem; }
	.footer li {
		float:none;
		padding:10px 5px;
		margin:0;
		border-left:0;
		}
		
	.navbar-toggle {
		margin:30px 25px 0 0;
		}
		
	.navigation {
		display:block;
	   	height:auto;
		border-bottom:1px solid #aaa;
		background: #fff;
		}
		
	.nav > li {
		width:100%;
		margin:5px 0 0 0;
		border-right:0;
		border-bottom:1px solid #9b9b9b;
		}
		
	.nav > li > a {
		padding:10px 12px 5px 12px;
		font-size:1.45rem;
		}
		.nav > li:last-child > a { padding:10px 12px 5px 12px; border-bottom:0; }
		
	.dropdown-menu {
		position:static;
		width:100%;
		font-family: 'Open Sans', sans-serif;
		font-size:1.35rem;
		font-weight:400;
		color:#255472;
    	border:0;
    	border-radius:0;
    	-webkit-box-shadow: none;
    	box-shadow: none;
		}
		ul.dropdown-menu li {
			margin:0 15px;
			padding:0;
			}
		
			ul.dropdown-menu > li > a {
				padding:10px 5px;
				margin:0;
				color:#255472;
				border-bottom:1px solid #9b9b9b;
				}
				ul.dropdown-menu > li > a:hover { color:#790C15; background:#fff; border-bottom:1px solid #255472; }
				ul.dropdown-menu > li:last-child > a, ul.dropdown-menu > li:last-child > a:hover {border-bottom:0;}
				
	.price {
		display:block;
		float:none;
		width:100%;
		margin:15px 0 0 0;
		}
	
	.short {height:auto;}
	
	form.boat_inquiry input {clear:right;}
	form.boat_inquiry label { display:block; clear:left; }
		
}

@media only screen and (max-width : 768px) {
	.fb_iframe_widget {
		display: none !important;
	}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

		
	.navbar-toggle {
		margin:30px 25px 0 0;
		}
		
	.navigation {
		display:block;
	   	height:auto;
		border-bottom:1px solid #aaa;
		background: #fff;
		}
		
	.nav > li {
		width:100%;
		margin:5px 0 0 0;
		border-right:0;
		border-bottom:1px solid #9b9b9b;
		}
		
	.nav > li > a {
		padding:10px 12px 5px 12px;
		font-size:1.45rem;
		}
		.nav > li:last-child > a { padding:10px 12px 5px 12px; border-bottom:0; }
		
	.dropdown-menu {
		position:static;
		width:100%;
		font-family: 'Open Sans', sans-serif;
		font-size:1.35rem;
		font-weight:400;
		color:#255472;
    	border:0;
    	border-radius:0;
    	-webkit-box-shadow: none;
    	box-shadow: none;
		}
		ul.dropdown-menu li {
			margin:0 15px;
			padding:0;
			}
		
			ul.dropdown-menu > li > a {
				padding:10px 5px;
				margin:0;
				color:#255472;
				border-bottom:1px solid #9b9b9b;
				}
				ul.dropdown-menu > li > a:hover { color:#790C15; background:#fff; border-bottom:1px solid #255472; }
				ul.dropdown-menu > li:last-child > a, ul.dropdown-menu > li:last-child > a:hover {border-bottom:0;}
				
		form.boat_inquiry input {clear:right;}
	form.boat_inquiry label { display:block; clear:left; }
	.footer ul { display:block; width:100%; font-size:1.5rem; }
	.footer li {
		float:none;
		padding:10px 5px;
		margin:0;
		border-left:0;
		}
		


}
