﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/
.no-gutter {box-sizing: border-box !important;}

* {box-sizing: border-box !important;}

.topwhite {font-size: 14px; color: white !important; font-family: 'Montserrat', sans-serif; font-weight: 700; display: inline-block;}
.twi {height: 30px; margin-right: 10px;}
.twt {display: inline-block !important; position: absolute;}

.padme {padding-top: 100px; padding-bottom: 100px;}
.padme2 {padding-top: 200px; padding-bottom: 200px;}
.padme3 {padding-top: 50px; padding-bottom: 50px;}

.lighter {font-weight: 400 !important;}
.bolder {font-weight: 700 !important;}

.myinvrow {background-image: url("../siteart/sideangles.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;}
.headrow {background-image: url("../siteart/headerbg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;}
.homerow {background-image: url("../siteart/mainbg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;}
.washedout {background-image: url("../siteart/washedout.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;}
.blackbg {background-color: black;}

.aquabtn {color: white !important; padding: 6px 30px !important; background-color: #25bdd3 !important; font-family: 'Montserrat', sans-serif; font-size: 20px; border-color: transparent !important;}
.aquabtn:hover {transition-duration: .8s; background-color: black !important;}

.myh1 {font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 35px;}
.myp {font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 18px;}

.theclaw {float: right;}
.mapcol {padding-left: 4% !important; padding-right: 8% !important;}

.invbox {margin: auto; display: block;}
.invbox:hover {transition-duration: .9s; cursor: pointer;}

.footheader  {font-family: 'Montserrat', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 20px; color: #1be3f9 !important;}
.footlink {font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 15px; color: white !important; display: block;}


/* ----------------------------------------------
 * Generated by Animista on 2021-6-29 16:34:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation wobble-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-20px) rotate(6deg);
            transform: translateX(-20px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
            transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-10px) rotate(3.6deg);
            transform: translateX(-10px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
            transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
            transform: translateX(-6px) rotate(1.2deg);
  }
}
@keyframes wobble-hor-top {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-20px) rotate(6deg);
            transform: translateX(-20px) rotate(6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(-6deg);
            transform: translateX(15px) rotate(-6deg);
  }
  45% {
    -webkit-transform: translateX(-10px) rotate(3.6deg);
            transform: translateX(-10px) rotate(3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(-2.4deg);
            transform: translateX(9px) rotate(-2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(1.2deg);
            transform: translateX(-6px) rotate(1.2deg);
  }
}

.wobble-hor-top:hover {
	-webkit-animation: wobble-hor-top 1s both;
	        animation: wobble-hor-top 1s both;
	display: block; width: max-content;
}

.carda {
	display: block; width: max-content; margin: auto;
}

/*===================== 
	my navbar
=======================*/

.logo {margin: auto; max-height: 130px;}

.navbar-collapse {
	padding: 0px !important;
}

.navbar-nav > li {
	float: none !important;
	    display: inline-block !important;
    text-align: center !important;
	color: white !important;
	font-family: 'Montserrat', sans-serif;
}

.navbar-nav {
	text-align: center !important;
	float: none !important;
	background-color: black !important;
	padding-top: 20px; padding-bottom: 20px;
}

.navbar-inverse {
	background-color: black !important;
	border: 0px solid !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 16px !important;

}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #25bdd3 !important; transition-duration: .5s;
}

.navbar-collapse.in {
    overflow-y: auto;
    overflow: hidden !important;
}

.nav > li > a {
		color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}

.navbar-nav > li > a {
			color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}    

nav ul li a {
				color: white !important;
	font-weight: 700 !important;
	font-family: 'Montserrat', sans-serif;
	    letter-spacing: 1px !important;
	font-size: 16px !important;
}

.navbar {
	margin-bottom: 0px !important;
}
	.navbar-toggle {
	border: 0px solid !important;
	border-color: transparent !important;
}





.option-name {margin-top: 0px !important;}

.selected-facet {background-color: #1BA6BB !important;}

.view-listing-details-link {background-color: #1BA6BB !important; color: white !important;}

.contact-options a {background-color: black !important;}

.listing-portion-title {font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important; color: #1BA6BB !important;}

.detail-title {font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important;}

.dealer-name {font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important; color: #1BA6BB !important;}

.price {font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important;}

.list-title-text {font-family: 'Montserrat', sans-serif !important; font-weight: 500 !important; color: #1BA6BB !important;}

.body-content { padding: 0!important; font-family: 'Montserrat', sans-serif !important;}


.mobile-done-button {background-color: black !important;}

.detail-btn-calc {padding-top: 20px !important; padding-bottom: 20px !important;}

.offer-btn {background-color: #1BA6BB !important;}

.data-label {
	background-color: #1BA6BB !important;
}

.contact-bar-btn {
	background-color: #1BA6BB !important;
}

.offer-btn-mobile {
	background-color: #1BA6BB !important;
}

.dealer-phone-mobile {
		background-color: #1BA6BB !important;
}

.send-email-btn-mobile {
	background-color: #1BA6BB !important;
}

.fin-calc-btn-mobile {
		background-color: #1BA6BB !important;
}









/*===================== 
	base styles 
=======================*/

html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0; line-height: inherit !important; font-size: initial !important;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

/*===================== 
	contact form
=======================*/
.contactrow1 {
		padding-top: 50px;
	padding-bottom: 50px;
	background-color: #1BA6BB;
}

.contact-form {
	font-family: 'Montserrat', sans-serif;
}

.contactformpage {


}

form {

}

form, #formpage { margin: 0 auto; padding-top:30px;padding-bottom:30px;}
	
	#formpage { width: 100%;
	display: block;
	float: none !important;

	   min-height: 700px;
	

}
	
	tbody > tr > td {
		display: block;
		}
	
	table, input {
		width: 100%;
		}

.attachment-search > table, input {
	width: 25px;
}
	
	input, select {
		
		font-size: 1.5rem;
		margin-bottom: 2rem;
		padding:5px;
		font-weight: normal;
		}	
	
	input {
		border: none;
		border: 0px solid;
		background: none;
		}
		
	select {
		border: 2px solid #ECECEC ;
		color: #717171;
		}
	
	textarea {
		width: 94%;
		margin-left: 15px;
		border: 2px solid #1BA6BB ;

		font-weight: normal;
		box-sizing: border-box;
		padding: .8rem .8rem;
		font-size: 1.5rem;
		}
	textarea:active, textarea:focus {
		border: 0px solid #004f38 ;
		box-shadow: 0.4em 0.4em 2px #ECECEC ;
		}
		
	input.button {
		border: 0px solid #004f38 ;
	
		font-size: 1.5rem;
		color:#717171;
	}
	
	input.button:hover {
		color: white;
		background-color: black;
		border: 2px solid black;
	}

.submitbtn {
	color: white;
	background-color: black !important;
	margin-bottom: 40px;
	font-weight: 700;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	    max-width: 500px;
    margin: auto; font-size: 17px; 
    display: block; padding: 10px;
}

.submitbtn:hover {background-color: dimgray !important; transition-duration: .4s; cursor: pointer;}


.CaptchaWhatsThisPanel > a {
    color: white !important;
}

.scroll-list > label {
	padding-left: 10px;
}

.col-xs-12 > input {
	width: 100%;
	  border: 0px solid #004f38 ;
	    background-color: white;
	    margin-bottom: 20px;
}

.CaptchaAnswerPanel > input {
	width: 100%;
	    background-color: white;
	   	    max-width: 500px;
    margin: 0px !important;
    display: block;
}


.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px;
    font-weight: bold;
    color: white;
	font-family: 'Montserrat', sans-serif;
}

.CaptchaWhatsThisPanel {
    padding: 5px 5px 10px 5px;
   
}

.CaptchaAnswerPanel {
  padding: 0px !important;
}

.consignform {
	font-size: 25px;
	font-weight: 700;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Montserrat', sans-serif;
}

.send-a-message-form {
	background-color: white !important;
}

detail-form {
	background-color: white !important;
}

.displaytest {
	margin: 0px !important;
}

.CaptchaPanel {
	text-align: left !important;
	padding: 0px !important;
}

.CaptchaImagePanel {
	padding: 0px !important;
}

.contactheader {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px; color: white;
	font-weight: 700;
}

.wparagraph2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: white;
}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}

	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}




/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
	}
	
a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/
    color: #aaa; 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #ccc;
		}  

/*===================== 
	header styles 
=======================*/


header {
	margin: 0 auto;
	width: 100%;
	}

/*===================== 
	nav styles 
=======================*/

nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
	}

nav ul {
	padding:0;
	margin:0;
}

nav ul li {

}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
	text-align: ;
	padding: ;
}

nav ul li a {
	font-family: ;
	font-size: ;
	font-weight: ;
	color:;
}	
			
nav ul li a:hover {
	color: ;
}


/* Appearance of the sub-level links */

nav.primary ul li li a { 
	line-height: ;
	color: ;
	text-align:;
	font-size: ;
	font-weight:;
	}
	
nav.primary ul li li a:hover { 
	color: ;
	text-align: ;
	font-size:  ;
	font-weight: ;
	}
	
nav.primary ul li li:hover { 
	}
	
	
/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
	max-width: 235px;
	background: ;
	/*margin-top: 21px;*/
}
nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
nav.primary ul li:hover > ul {  
    display: block;
    line-height:18px; 
    z-index: 2000 !important;
}
nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
	padding-left: ;
	padding-right: ;
}

.dropdown_arrow {
	display: inline-block !important;
}

.dropdown_style {
	font-size: ;
	font-weight: ;
}


/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/

#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	padding: ;
	background: rgba(117,56,8,0.6);
	border-bottom: ;
	text-align: right;
	min-height: 0 !important;
	}
	#menu-button a{
		 color:#000;
		 text-decoration: none;
		 text-align: right !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #000;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}
nav.mobile h3 { /* Menu header styles */
	position: relative;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
.menu-toggle {
	text-align: right;
	font-size: 28px;
	color: #000;
}

.menu-toggle a:hover {
	color: #000 !important;
}

.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}
nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}
nav.mobile ul li {
	padding: 8px 0 6px 0 !important;
}
nav.mobile ul li a {
	position: relative;
	display: block;
	padding-left: 14px;
	color: #999;
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 1px;
}
nav.mobile ul li a:hover {
	background:;
	color: #2b2b2b;
}


nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 15px;
	color: #000;
	text-decoration: none;
	text-transform: none !important;
}
nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 25px;
	color: #000;
	text-decoration: none;
}
nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}
nav.mobile ul li span.click:hover{
	background-size:60%;
}





/*===================== 
	content styles 
=======================*/


	
/*===================== 
	slideshow styles 
=======================*/



/*===================== 
	banner styles 
=======================*/



/*===================== 
	layout styles 
=======================*/




/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {
	font-size:13px; 
	color:#666;
	}

.smallfootertext {
	font-size:10px; 
	color:#666;
	}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

	.footcol1 {padding-top: 50px; padding-bottom: 50px;}
	.footcol2 {padding-top: 50px; padding-bottom: 50px;}

/*========================= 
	 Responsive styles 
===========================*/

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.footlink {font-size: 14px;}
	.footheader {font-size: 18px;}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footlink {font-size: 16px;}
	.footheader {font-size: 22px;}
	.footcol1 {padding-top: 50px; padding-bottom: 25px;}
	.footcol2 {padding-top: 25px; padding-bottom: 50px;}
	.contentcol {padding-left: 8% !important; padding-right: 8% !important;}
	.contentcol2 {padding-left: 6% !important; padding-right: 6% !important;}
	.mapcol {padding-left: 8% !important; padding-right: 8% !important;}
	.theclaw {max-height: 325px !important; float: left;}
	.topwhite {display: none;}
}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.contentcol {padding-left: 8% !important; padding-right: 8% !important;}
		.contactformpage {height: 1050px;}
	
	.navbar-nav > li {float: none !important; display: block !important; text-align: center !important;}
	
	.navbar-inverse .navbar-toggle {margin: auto !important; display: block !important; float: none !important;}
	
.navbar-toggle .icon-bar + .icon-bar {margin-top: 7px !important;}

.navbar-toggle .icon-bar {display: block !important; width: 50px !important; height: 8px !important; border-radius: 1px !important;}
	.navbar-header {padding-top: 10px; padding-bottom: 10px;}	
	.padme {padding-top: 70px; padding-bottom: 70px;}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
 	.footlink {font-size: 14px;}
	.footheader {font-size: 19px;}
	.myh1 {font-size: 27px !important;}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {


}

