
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700,700i');

body{background:#FFFFFF; color:#000000;  margin:0px; padding:0px;}
/*
*{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}*/
.window, .window2 {
background-color:#FFFFFF; 
	width: 1294px;
margin:0 auto;
}
.disclaimer {
clear: both;
margin: 0 auto;
}
.officeButtonDiv select{font-size:15px !important;}
.officeButtonDiv input{ padding:3px !important; padding-left:6px !important; padding-right:6px !important;}
.cameraOptionLightbox .mfp-img{ padding:0px !important; border:1px solid #FFF;}

.builder-container *, .builder-container *:before, .builder-container *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.variation{cursor:pointer;}

#content h2{
	font-size:36px;
}

#builderSidebarPreviewImage {
	width: 1294px; 
	position: relative;
}
#engineDescription{padding-top:5px;}

#boatModel {
	position: absolute;
	top: 10px;
	left: 10px; 
	/*color: #3A91E1;*/
	color: #484848;
	font-size: 36px;
	letter-spacing: -1px;
	z-index: 10;
}
#buildYourMonterey {
	position: absolute;
	top: 10px;
	right: 10px; 
	color: #FEFEFE;
	font-size: 36px;
	text-align: right;
	letter-spacing: -1px;
	z-index: 10;
}
#boatImage {
	position: relative;
	top: 0;
	left: 0;
	width: 1294px;
	height: 661px;
	z-index: 0;
}

#boatImage .boatLayer {
	width: 1294px;
	height: 661px;
	position: absolute;
	top: 0;
	left: 0;
}
#boatImage .boatLayer img{ width:100% !important;}


#boatImage img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

#boatImage #boatBase {
	text-align: center;
}

#boatImage #boatBottom {
	z-index: 2;
}
#boatImage #boatTop, #boatImage #boatHull {
	z-index: 1;
}
#boatImage #boatMiddle, #boatImage #boatAccentStripe {
	z-index: 3;
}
#boatImage #boatSilverBar {
	z-index: 4;
}
#boatImage #boatDecal {
	z-index: 5;
}
#boatImage #boatOther {
	z-index: 6;
}

#navigation {
	position: relative;
	/*top: -30px;*/
	width: 920px;
	height: 51px;
	overflow: hidden;
}
#navigation ul {
	margin: 0;
	padding: 0;
	display: block;
	width: 920px;
	height: 51px;
}
#navigation li {
	display: inline-block;
	float: left;
	height: 51px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/builder/navigationBackground.png) no-repeat;
}
#navigation #step0 {
	display: none;
}
#navigation #step1 {
	width: 223px;
	background-position: 0 0;
}
#navigation #step1.active {
	background-position: 0 -51px;
}
#navigation #step2 {
	width: 229px;
	background-position: -223px 0;
}
#navigation #step2.active {
	background-position: -223px -51px;
}
#navigation #step3 {
	width: 227px;
	background-position: -450px 0;
}
#navigation #step3.active {
	background-position: -450px -51px;
}
#navigation #step4 {
	width: 241px;
	background-position: -691px 0;
}
#navigation #step4.active {
	background-position: -691px -51px;
}

#content {
	position: relative;
	/*top: -30px;*/ 
	float: left;
	margin: 10px 0 0 10px;
	padding: 10px;
	width: 704px; 
}

#content h1 { 
	margin: 0;
	font-size:36px;
	padding: 0;
	margin-bottom:10px;
	line-height: 1em;
}
#content p {
	font-size: 18px;
	line-height: 1.25em;
}


#sidebar {
	border-left: 1px solid #9A9A9A; 
	position: relative;
	/*top: -30px;*/
	float: right;
	margin: 10px 10px 0 20px;
	width: 253px; 
	padding: 10px; 
	position: relative;
}
#sidebar dl {
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar dt {
	clear: both;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
#sidebar dd {
	margin: 0;
	padding: 0 0 10px 20px;
}
#sidebar a {
	color: #3A91E1;
}
#sidebar .totalPrice {
	display:none;
	font-size: 32px;
	padding-top: 10px; 
	padding-bottom: 10px; 
}
#sidebar .totalPrice span {
	color: #3A91E1;
	font-weight: bold;
	letter-spacing: -1px;
	float: right;
}


#sidebar #controls {

} 


#boat {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	padding: 0.25em 0.5em;
	margin-bottom: 10px;
}

#colorListContainer {
	display: block;
	float: left;
	width: 100%;
}
#graphicsContainer {
	display: inline-block;
	float: right;
	width: 180px;
}
#colorListContainer dl,
#graphicsContainer dl {
	margin: 0;
	padding: 0;
}
#colorListContainer dt,
#graphicsContainer dt {
	clear: both;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
#colorListContainer dd,
#graphicsContainer dd {
	margin: 0;
	padding: 0;
}
.colorList {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 10px 20px;
}
.colorList li {
	list-style: none;
	display: inline-block;
	float: left;
	border: 1px solid #666666;
	width: 48px;
	height: 48px;
	margin: 0 0 10px 15px;
	cursor: pointer;
}
.colorList li:hover {
	border: 1px solid #000000;
}

#graphicsList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#graphicsList li {
	float: left;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 5px 10px;
	cursor: pointer;
	width:400px;
	max-width:100%;
}
#graphicsList #standardGraphic img{height:126px;}
#standardGraphic{ width:126px !important;}
#graphicsList li:hover img {
	border: 1px solid #000000;
}
#graphicsList li img {
	float: left;
	border: 1px solid #666666;
}
#graphicsList li span {
	clear: both;
	margin: 0 auto;
	display: block;
	font-size: 16px;
}

/* new 2019 */
.newGraphicsList {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 10px 20px;
}
.newGraphicsList li {
	list-style: none;
	float: left;
	border: 1px solid #666666;
	width: 48px;
	height: 48px;
	margin: 0 0 10px 15px;
	cursor: pointer;
}
.newGraphicsList li:hover {
	border: 1px solid #000000;
}
#graphicEnabled {
	width:174px !important; height:77px; margin:0;
}

#engineBrands {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

#engineBrands li {
	display: inline-block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	height: 94px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;

	cursor: pointer;
}
#engineBrands li#volvo {
	width: 264px;
	background-position: 0 0;
}
#engineBrands li#volvo.active,
#engineBrands li#volvo:hover {
	background-position: 0 -94px;
}
#engineBrands li#mercury {
	width: 295px;
	background-position: -264px 0;
}
#engineBrands li#mercury.active,
#engineBrands li#mercury:hover {
	background-position: -264px -94px;
}
#engineBrands li#yamaha {
	width: 295px;
	margin-right:0px !important;
	background-position: -562px 0;
}
#engineBrands li#yamaha.active,
#engineBrands li#yamaha:hover {
	background-position: -562px -94px;
}

#selectEngine{ padding-right:0px !important;}
#selectEngine #engineHorsePower {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	padding: 0.25em 0.5em;
	width: 560px;
	margin-bottom: 10px;
}

#engineFeature {
	float: left;
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
#engineFeature li {
	list-style: none;
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-right: 10px;
	padding: 0.5em 1em;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #A3A3A3;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom:5px;
}
#engineFeature li.active,
#engineFeature li:hover {
	background: #484848;
}


#enginePrice {
	float: right;
	font-size: 24px;
	line-height: 1.5em;
}
#enginePrice span {
	color: #3A91E1;
	letter-spacing: -1px;
}
#engineDescription p {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	padding-bottom: 0;
	margin-top: 7px;
	margin-bottom: 0;
}

#selectVisualOption .mainImageVisualOption{ width:100%; float:left; margin-bottom:20px;}
#selectVisualOption ul{list-style:none; margin:0px; padding:0px; text-align:center;}
 
#selectVisualOption ul{display:block; width:100%; float:left;}
#selectVisualOption ul li{ display:inline-block;  margin-right:10px;
	padding:5px;
    border: 2px solid #FFF;
	transition:border ease-in 0.2s;
}
#selectVisualOption ul li:hover{
    border: 2px solid #999;
}
#selectVisualOption ul li.active {
    border: 2px solid #999;
    padding: 5px;
}

#selectOptions {
	overflow-y: auto;
}

#optionsList {
	display: block;
	margin: 0;
	padding: 0;
}
#optionsList dt {
	margin-top: 20px;
	font-size: 24px;
}
#optionsList dd {
	margin: 0 0 20px;
	padding: 0;
}
#optionsList ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
#optionsList li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	font-family: "Arial", sans-serif;
}
#optionsList li span {
	color: #333333;
}

.clear {
	clear: both;
	height: 0;
}


.form_box {
	margin-top: 20px;
}

#infoForm label {
	text-align: right;
	font-weight: normal;
	font-size: 16px;
}



.builderDealerNetCostContainer{ display:none;}
.discountDealerNetCost{ display:none;}
.forceVisible{display:block !important;}


.navigation_view_top{width:920px; height:60px;}
.navigation_view_top img{margin-right:10px; opacity:.5;}
.navigation_view_top img.active{margin-right:10px; opacity:1;}

.both{clear:both;}

#model_name{font-size:22px; font-weight:bold; padding:0px; margin:0px; margin-left:10px;}

.navigation_view_bottom{z-index:999; position:absolute; bottom:7px; left:5px; width:910px; height:28px;}
.navigation_view_bottom img{cursor:pointer;}
.navigation_view_bottom img:first-child{float:left;}
.navigation_view_bottom img:last-child{float:right;}

/*		.sidebar{z-index:998; display:none; width:290px; height:417px; background:#222 url("/images/builder/sidebar.png") repeat-x;  }
.sidebar_active{z-index:998; position:absolute; top:50px; right:0px; width:290px; height:417px; background:#222 url("/images/builder/sidebar.png") repeat-x;  border-left:1px solid #999;}*/ 

.view_controller .view{
	padding: 10px;
	width: 100% !important; 
}


.block_home{width:920px;}
.block_home .left{width:100%; float:left; padding:20px; font-size:12px;}
.block_home .right{width:400px; z-index:0; float:left; padding:20px;}
.block_home select{z-index:0; position:relative; font-size:24px; background:#333; border:1px solid #666; color:white; font-weight:normal;}
.window2 .block_home select{z-index:0; position:relative; font-size:inherit; background:#FFF; color:#000; border:1px solid #CCC; padding:5px;border-radius:5px; font-weight:normal;}
.sidebar_content .padding{padding:10px;}
.sidebar_content .padding h1,h2,h3{padding:0px; margin:0px; font-weight:normal;}
.sidebar_content .padding h2{font-size:24px; margin-top:10px;}

.color_boat{z-index:0; position:absolute; top:0px; left:0px; width:700px; height:269px; background:#333 url("/images/builder/color_background.png") repeat-x; }
.color_boat img{z-index:0; position:absolute; top:35px; left:90px;}
.color_box img:hover{border:1px solid white;}
.color_box{}

.block{width:300px; height:200px; float:left;}
.block_wide{width:600px; height:200px;}
.block_wide .left{float:left; min-height:200px; width:300px;}
.block_wide .right{float:right; min-height:200px;  width:300px;}
.padding{padding:20px;}

.color_box{position:absolute; top:270px; padding:15px; width:600px; background:#666; height:115px;  }
.color_box img{border:1px solid #333; margin:5px; height:25px; width:25px; cursor:pointer; }
.color_box img.active{border:1px solid white;}


.model_image{z-index:0; position:relative; top:0px; left:0px; width:267px; height:121px; margin:5px 10px 5px 10px;}
.model_image img{width:267px; height:121px; position:absolute;}

.extreme_box ul{list-style:none; margin:0px; padding:0px;}
.extreme_box ul li{float:left; width:50px; text-align:left;}
.extreme_box ul li img{display:block;}
.extreme_box img{border:1px solid #333; margin-bottom:5px; height:25px; width:25px; cursor:pointer; }
.extreme_box img.active{border:1px solid white;}

.sidebar_content ul{list-style:none; margin:0px; padding:10px; font-size:12px; }
.features{ height:200px; overflow:auto; width:630px; height:415px;}

.features h2{padding:5px; margin:0px;}
.features h3{padding:5px; margin:0px;}
.features div{background:#333 url("/images/builder/engineBackground.png") repeat-x; padding:2px; border-top:1px solid #999; border-bottom:1px solid #333;}

.features input{height:10px; width:10px;}
.features {font-size:12px;}
.features h2{font-size:25px;}
.features h3{font-size:18px; margin-top:15px;}
.features h3:first-child{margin-top:0px;}

.engine_view{width:630px; height:415px; overflow:auto;}

.engine_view h2{padding:5px; margin:0px;}
.engine_view div{background:#333 url("/images/builder/engineBackground.png") repeat-x; padding:2px; border-top:1px solid #999; border-bottom:1px solid #333;}
.color_box h3{font-size:10px; font-weight:bold;}
.color_box h2{font-size:16px; font-weight:bold; padding-bottom:4px;}
.extreme_box{border-left:2px solid #333; padding-left:15px; height:120px;}
.extreme_box h2{font-size:16px; font-weight:bold; padding-bottom:4px;}
.extreme_box ul{}
.extreme_box ul li{width:80px;}

.sidebar_content .price{font-size:20px;}
.sidebar_content ul li ul{ font-size:9px; color:#999; padding:4px; padding-left:20px; }
.sidebar_content ul li ul li{margin-bottom:5px;}

form input{margin-bottom:5px; border:1px solid #CCC; background:white; color:#333; padding:6px; border-radius:6px;}
.quote_dealer_wrapper{}
#model_items ul{height:130px; overflow:auto; display:block; padding:0px; margin:0px; margin-top:5px;}
#model_items ul a{font-weight:bold; color:white; text-decoration:none;}
/*.form_box{position:relaitve; top:0px; left:0px; background:#484848; padding:6px; margin-bottom:5px; width:570px; border-radius:8px; overflow:auto;}
.form_box input{border:1px solid #CCC; background:white; color:#333; padding:5px; border-radius:5px;}
.form_box label{font-size:14px; font-weight:bold; padding-right:20px; }*/
.form_box h3 { font-size: 20px !important; }

#model_items ul li{overflow:auto;}
#model_items ul li span{width:200px; display:block; float:left;}
#model_items ul li strong{display:block; float:right;}

.options_wrapper{overflow:auto;}
.options_wrapper span{display:block; width:500px; float:left; padding:3px;}
.options_wrapper strong{display:block; width:60px; float:right; padding:3px;}

.btnContact{display:block; width:118px; height:23px; cursor:pointer; background:url("/images/builder/btnContact.png"); border:0px; float:right; margin-top:4px;}
.btnEmail{display:block; width:118px; height:23px; cursor:pointer; background:url("/images/builder/btnEmail.png"); border:0px; float:right; margin-top:4px;}
.btnPrint{display:block; width:118px; height:23px; cursor:pointer; background:url("/images/builder/btnPrint.png"); border:0px; float:right; }

.disclaimer{font-family: Arial;  color:#666; text-align:center; font-size:12px; position: relative; /* top: -20px; */}

.btnNext{ width:100%; background-color:#0a3579; text-transform:uppercase; max-width:100%; color:#FFF !important; text-align:center; width:280px; padding-top:10px; display:inline-block; padding-bottom:10px;letter-spacing:2px; font-size:14px; font-weight:bold; }
.btnPrevious{ width:100%; color:#c8c8c8 !important; text-transform:uppercase; background:none; max-width:100%; text-align:center; width:280px; padding-top:10px; display:inline-block; padding-bottom:10px;letter-spacing:2px; font-size:14px; font-weight:bold; }




/*#builderPrintButton, #builderDealerButton {
display: block;
background: #FEC600 url(/images/builder/buttonArrowBg.png) top right no-repeat;
width: 562px;
margin: 40px 0 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 10px;
color: #000000;
cursor: pointer;
border: none;
text-align: left;
outline: 0;
}
#builderPrintButton strong, #builderDealerButton strong {
color: #000000;
font-size: 20px;
font-weight: normal;
}*/
#builderDealerButton, #builderDealerButton2, #builderPrintButtonDealer, #builderPrintButtonNoStandard {
margin: 0 0 20px 0;
}

#sidebar{overflow:auto;}

#builderEmailButton, #builderPrintButton, #builderPrintButton2, #infoFormSubmit, #builderPrintButtonDealer, #builderPrintButtonNoStandard, #builderSaveQuoteButton {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
color: #FFFFFF;
font-size: 18px; 
border: none;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background: #0a3579;
}

.optionNewTable th{text-align:left;font-size:16px; line-height:19px;}
.optionNewTable td{vertical-align:top; text-align:left; font-size:16px; line-height:19px;}

#builderPrintButton, #infoFormSubmit, #builderPrintButtonDealer, #builderPrintButtonNoStandard, #builderPrintButton2, #builderSaveQuoteButton {
background: #0a3579;
width: auto;
margin: 10px 0 0 10px;
text-align: left;
}

#infoFormSubmit {
margin-bottom: 10px;
width: auto;
}

.quote_dealer h3 {
margin-bottom: 0;
padding-bottom: 0;
font-size: 14px !important;
}

.quote_dealer p {
color: #666666 !important;
font-family: "Arial", sans-serif;
font-size: 12px !important;
margin: 0;
padding: 0;
}
#completePrint { overflow:auto;}
#completePrint .form_box { margin: 0; }
.error {
display: inline-block;
color: #FF3333;
font-family: "Arial";
font-size: 12px;
}
.errorClass {
border: 1px solid #FF6666 !important;
}

#discountPrice {
display:none;
/*
position: absolute;
right: 20px;
left: 20px;
top: 230px;*/
line-height: 1.1em;
padding: 0;
margin: 0;
font-size: 20px;
font-family: "Arial", sans-serif;
}
#discountPrice span {
float: right;
color: #FF0000;
font-weight: bold;
}
#discountSalePrice span {
float: right;
color: #000000;
font-weight: bold;
}
#discountPrice em {
float: right;
font-weight: bold;
font-style: normal;
}
body.hasDiscount .totalPrice {
/*margin-top: 42px;
*/

line-height: 1em !important;
font-size: 20px !important;
font-family: "Arial", sans-serif;
}
body.hasDiscount .totalPrice span {
letter-spacing: 0px !important;
}
body.hasDiscount #sidebar dl {
margin-bottom: 10px !important;
}
body.hasDiscount.international #sidebar dl {
margin-bottom: 40px !important;
}
/*
body.hasDiscount.international #discountPrice {
top: 270px !important;
}*/


#overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: url(/images/builder/overlay.png);
z-index: 100;
}
#modal {
position: absolute;
top: 100px;
left: 100px;
width: 738px;
max-width:100%;
background: #484848;
border: 5px solid #484848;
z-index: 200;
color: #FFFFFF;
font-family: "Arial", sans-serif;
font-size: 16px;
}
#modalImage {
width: 100%;
max-width:100%;
background: #333333;
overflow: hidden;
}
#modalDescription {
float: left;
padding: 15px 0 15px 20px;
width: 600px;
max-width:100%;
line-height: 1.25em;
}
#modalClose {
float: right;
padding: 5px 10px;
margin: 10px 20px 0 0;
cursor: pointer;
border: 1px solid #999999;
}
.camera {
cursor: pointer;
}


#infoFormSubmit {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0.5em 1em;
	font-size: 18px; 
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0a3579;
	color: #FFFFFF;
	cursor: pointer;
}
#infoFormSubmit:hover {
	background: #484848;
}
#dealerNetContainer{ background-color:#0a3579 !important; color:#FFF !important; border-radius:0px !important;}
.quote_dealer h3 strong{ padding-right:5px !important;}
.markerHighlighted1{ background-color:#8a8a4e !important; color:#f7f7bb !important;}

.quote_dealer table{border-spacing:0px; width:100%;}
.markerHighlighted1 h3{ color: #f7f7bb !important;}
.markerHighlighted1 td{padding:3px !important; background-color: #8a8a4e !important;
color: #f7f7bb !important;}
.markerHighlighted1 p, .markerHighlighted1 .quote_dealer p{color: #f7f7bb !important;}
.markerHighlighted1 strong{  padding:0px !important;  background-color: #8a8a4e !important;  padding-right: 5px !important;
color: #f7f7bb !important;}



.z-container{width:1280px;}
.step-bar{position:relative; z-index:1;width:100%; float:left; background-image:url(/images/builder2/build.jpg); background-position:0px 0px; height:50px;}
.step-over{position:relative; z-index:2;width:100%; float:left; height:50px; background-image:url(/images/builder2/build.jpg); background-position:0px 59px; margin-top:-50px; 
transition: all ease-in 0.3s; }
.step-over.step1{width:16%;}
.step-over.step2{width:41%;}
.step-over.step3{width:62%;}
.step-over.step4{width:83%;}
.step-over.step5{width:100%;}


.variations-container .z-1of3 {position:relative; margin:0 10px 10px 0; padding: 0px;}

.variation-number {position:absolute; top:0; left:0; width:34px; height:34px; border:1px solid #333; background:#fafafa; padding:8px 12px;}
#graphicEnabled {background-image:url(/images/builder2/graphic.jpg); max-width:174px;}
.variation img {border:1pt solid #000;}
.colorSwatch.active, .stripeColor.active, .variation.active img, #graphicEnabled.active, .colorList li.active:hover, #standardGraphic img.active, #extremeGraphic img.active {border-color:#900;}
.colorList{ padding-left:0px;}
.colorList li{ margin:0 15px 10px 0px;}
#extremeGraphic {padding-left:0 !important;}
/*uncomment to hide price*/
/*
.builderDesktopPrice { display:none !important;}
.totalPrice{ display:none !important;}
#enginePrice{ display:none !important;}
#optionsList strong { display:none !important;}
#sidebarOptions strong { display:none !important;}*/

@media screen and (max-width: 1362px) {

	.window, .window2 {
		width: 948px;

	}
	#builderSidebarPreviewImage {
		width: 928px;
		height: 464px;
	}
	#boatImage {
		width: 928px;
		height: 464px;
	}

	#boatImage .boatLayer {
		width: 928px;
		height: 464px;
	}
	#content{
		width:655px;
	}
	#content h2{
		font-size:30px;
	}
	.z-container{width:960px;}
	.step-bar{background-size:960px auto; height:40px;}
	.step-over{background-size:960px auto;height:40px; margin-top:-43px; background-position:0px 47px;}
	.step-over.step1{width:16%;}
	.step-over.step2{width:40%;}
	.step-over.step3{width:60%;}
	.step-over.step4{width:82%;}
	.colorList li {
		width: 24px;
		height: 24px;
	}
}
@media screen and (max-width: 992px) {
	#content h2{
		font-size:24px;
	}
	.variations-container .z-1of3{ width:33%;}
	.z-container{width:100%;}
	.step-bar-container{display:none;}
	.btnNext img{display:none;}
	.btnPrevious img{display:none;}
	#rotateImageContainer1 .rotate-image-next {
		float: right;
		margin-left: auto;
		margin-right: 2%;
	}

	.window {
		width: 100%;
		height: auto;
		padding-bottom: 67px;
	}

	#builderSidebarPreviewImage {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
		height: auto;
		min-height: 40px;
	}

	#builderSidebarPreviewImage #boatImage {
		max-width: 100%;
		height: auto;
		/* padding-bottom: 32.4353%; /* 928x301 */
		padding-bottom: 55.4353%; /* 928x464 */
	}
	#builderSidebarPreviewImage #boatImage .boatLayer {
		max-width: 100%;
		height: auto;
	}
	#boatImage img {
		max-width: 100%;
		height: auto;
	}

	#navigation {
		width: 100%;
		height: auto;
		/*min-height: 51px;*/
		text-align: center;
	}
	#navigation ul {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	#navigation li {
		float: none;
	}

	#navigation #step1 { width: 57px; background-position: -9px 0; }
	#navigation #step1.active { width: 223px; background-position: -9px -50px; }
	#navigation #step2 { width: 57px; background-position: -233px 0; }
	#navigation #step2.active { width: 229px; background-position: -233px -50px; }
	#navigation #step3 { width: 57px; background-position: -461px 0; }
	#navigation #step3.active { width: 227px; background-position: -461px -50px; }
	#navigation #step4 { width: 57px; background-position: -686px 0; }
	#navigation #step4.active { width: 241px; background-position: -686px -50px; }


	.controls-mobile { 
		/*right: 0;
		bottom: 0;
		left: 0;*/
		z-index: 500;
		background-color: #FFF;
		padding: 10px 2%;
		margin: 0;
		width: 100%;
		margin-top:10px;
		margin-bottom:20px;
	}
	.controls-mobile #previous {
		float: left;
		display: block;
		padding: 10px 1em;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px; 
	}
	.controls-mobile #next {
		float: right;
		display: block;
		padding: 10px 1em;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 16px; 
	}


	#content {
		width: 100%;
		margin: 0 0 10px;
		border-left: 0;
		border-right: 0;
		padding: 10px;
		overflow: visible !important;
		height: auto;
		background: #FFFFFF;
	}

	#selectBoat, #selectColor, #selectEngine, #selectOptions, #completePrint {
		position: relative !important;
		top: auto !important;
		left: auto !important; 
		display: inline-block;
		width: 100% !important;
	}

	#selectEngine {
		text-align: center;
	}

	#engineBrands li {
		float: none;
	}

	#engineFeature {
		float: none;
		display: inline-block;
	}
	#enginePrice {
		float: none;
	}

	#colorListContainer {
		width: 100%;
	}

	.quote_dealer_wrapper {
		height: 204px !important;
		width: 100% !important;
	}

	#sidebar {
		width: 100%;
		margin: 10px 0;
		padding: 10px;
		float: left;
		clear: both;
		margin-left: auto;
		margin-right: auto;
		overflow: visible !important;
		height: auto;
		min-height: auto;
		background: #FFFFFF;
	}
	#sidebar #controls {
		display: none;
	} 
}

@media screen and (max-width: 767px) {
	#boatModel {
		font-size: 24px;
		letter-spacing: 0;
	}
	#buildYourMonterey {
		font-size: 24px;
		letter-spacing: 0;
	}

	#navigation {
		background-color: #FFFFFF;
	}

	#selectEngine #engineHorsePower {
		max-width: 100%;
	}
	.controls-mobile #previous {
		width:50%;
	}
	.controls-mobile #next {
		width:50%; 
	}
	.variations-container .z-1of3{ width:47%;}

}
@media screen and (max-width: 650px) {
	#graphicsList #standardGraphic img{height:65px;}
	#standardGraphic{ width:65px !important;}
}

@media screen and (max-width: 479px) { 
	#buildYourMonterey {
		font-size: 18px;
	}

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 18px;
	}

	#colorListContainer dt, #graphicsContainer dt {
		font-size: 18px;
	}

	#navigation {
		width: 100%;
		text-align: left;
	}
	#navigation ul {
		width: 100%;
		display: block;
		white-space: nowrap;
	}

	#navigation #step1 { width: 47px; background-position: -14px 0; }
	#navigation #step1.active { width: 223px; background-position: -14px -50px; }
	#navigation #step2 { width: 47px; background-position: -238px 0; }
	#navigation #step2.active { width: 229px; background-position: -238px -50px; }
	#navigation #step3 { width: 47px; background-position: -466px 0; }
	#navigation #step3.active { width: 227px; background-position: -466px -50px; }
	#navigation #step4 { width: 47px; background-position: -691px 0; }
	#navigation #step4.active { width: 241px; background-position: -691px -50px; }

	#colorListContainer {
		text-align: center;
	}
	.colorList {
		padding: 10px 0;
	}
	.colorList li {
		float: left;
	}
	

	#selectEngine {
		text-align: center;
	}
	#engineBrands li {
		text-align: center;
		margin: 0 auto 10px;
		float: none;
	}

	#infoFormSubmit {
		width: 100%;
		margin-left: 0;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	#discountPrice {
		font-size: 18px;
	}

	#sidebar .totalPrice {
		font-size: 24px;
	}

}
