/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}
.clear{clear:both;}	

/***** END RESET *****/


/***** TYPOGRAPHY *****/

h1{
	font-family: 'Anton', sans-serif;
	font-size: 27px;
	color:#1d5e21;
	text-align:center;
	margin: 0 0 20px 0;
	font-weight:400;
}

h2{
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 20px;
	color:#1d5e21;
	text-align:left;
	margin:0 0 5px 0;
}

h3{
	font-family: 'Anton', sans-serif;
	font-size: 35px;
	color:#252a30;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 20px 0;
	font-weight:400;
}

h4{
	font-family: 'Anton', sans-serif;
	font-size: 57px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	line-height:2.2em;
	font-weight:400;
	z-index:99999;
	position:relative;
}

h5{
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 47px;
	color:#fff;
	text-align:center;
	z-index:99999;
	position:relative;
}

h6{
	font-family: 'Lobster', cursive;
	font-weight: normal;
	font-size: 24px;
	color:#bdbdbd;
	text-align:left;
	margin:115px 0 0 0;
}

h6 span{
	font-family: 'Anton', sans-serif;
	font-weight:400;
	font-size: 19px;
	color:#fff;
	text-align:left;
}

#slogan{ 
	padding:10% 0 0 0;
	width:555px;
	margin:0 auto
}

p{
	font-size: 15px;
	color:#252a30;
	font-family:Arial, sans-serif;
	line-height:1.4em;
}

#center{text-align:center; margin:0 auto;}
a {color:#000; text-decoration:none;}
a:hover {color:#1d5e21;}

::-moz-selection {
    background: #1d5e21;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1d5e21;
    color: #fff;
    text-shadow: none;
}

/***** SITE FRAMEWORK *****/

html, body{
	background: #252a30; 
	font-size: 18px;
	color: #252a30;
}

.header{
	background:#fff;
	padding: 15px 0;
	width:100%;
}

#header-wrap{
	background:#373f46 url(../siteart/headerbg.jpg) repeat-x;
	width:100%;
	margin:0 auto;
}

.wrapper{
	width:100%;
	max-width: 1030px;
	margin: 0 auto;
}

.smallwrapper{
	width:100%;
	max-width: 740px;
	margin: 0 auto;
}

.white {
	background-color:#fff;
	padding: 40px 0;
}

.bordertop{
	background:url(../siteart/riptop.png) repeat-x; 
	height:26px; 
	width:100%; 
	margin:-50px auto 0 auto;
}

.borderbottom{
	background:#252a30 url(../siteart/ripbottom.png) repeat-x; 
	height:26px; 
	width:100%;
}

/***** SIDE TABS *****/

#fb {
    top: 400px;
    left: -300px;
    z-index: 99999;
}

.side {
	background: #fff;
    width: 300px;
    height: 510px;
    position: fixed;
    z-index: 100;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

#facebookTab {
    display: block;
	height: 150px;
	width: 55px; 
	background: url(../siteart/fb.jpg);
    position: absolute;
    right: -55px;
    top: 0px;
}

#facebookTab:hover {
	background: url(../siteart/fb2.jpg);
}

#weather {
    height: 159px;
	top: 225px;
    left: -300px;
    z-index: 99999;
}

#weatherTab {
    display: block;
	height: 150px;
	width: 55px; 
	background: url(../siteart/weather.jpg);
    position: absolute;
    right: -55px;
    top: 0px;
}

#weatherTab:hover {
	background: url(../siteart/weather2.jpg);
}

#markets {
    width: 330px;
    height: 520px;
    top: 225px;
    right: -330px;
    z-index: 99999;
}

#marketTab {
    display: block;
	height: 150px;
	width: 55px; 
	background: url(../siteart/markets.jpg);
    position: absolute;
    left: -55px;
    top: 0px;
}

#marketTab:hover {
	background: url(../siteart/markets2.jpg);
}

/***** NAV *****/

#nav{
	width:100%;
	background:#252a30;
	margin:0 auto;
	height:45px;
	text-align:center;
}

#nav ul {
	margin:0 auto;
}

#nav ul li{
	display:inline-block;
}

nav a{
	position: relative;
	font-family: 'Anton', sans-serif;
	display: inline-block;
	margin: 10px 12px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:100;
	font-size:16PX;
	color: #fff;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 15: scale down, reveal */
.cl-effect-15 a {
	color:#374149;
	font-weight: 400;
	text-shadow: none;
}

.cl-effect-15 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}

/***** BUBBLES *****/

#bubles{
	width:100%; 
	background:#dedede; 
	padding:50px 0; 
	margin:20px auto 0 auto;
}

.onethird{
	width:33%; 
	float:left; 
}

.onethirdpad{
	width:33%; 
	padding:0 0 0 2%;
	float:left; 
	text-align:left;
}

/***** ZOOM *****/

.zoom-container {
	width: 80%;
	position: relative;
	display: inline-block;
	overflow:hidden;
	vertical-align: top;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}

.zoom-container img {
	width: 100%;
	height: auto;
}

.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.zoom-container:hover .zoom-caption {
	background: none;
}

/***** STYLES *****/

#logo{
	float:left;
	padding: 20px 0;
}
#logo img{display:inline-block; max-width: 280px}

#map {
	float: left;
}

#contact {
	float: left;
	margin: 165px 0 0 25px;
}

.lengendary{
	float:right;
	padding:0 0 20px 50px;
}

.lengendary p{
	font-size:12px;
}

/***** SOCIAL MEDIA LOGOS TOP*****/

#top {
	display: inline;
	padding: 80px 0 0 0;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	float: right;
	text-align: right;
}

#top a {margin: 0 0 0 7px;}

#facebook {
	background:url(../siteart/fb.png) no-repeat;
	height: 30px;
	width: 30px; 
	display: inline-block;
	border:2px solid #ffef00;
}

#facebook:hover {
	border:2px solid #000;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

#twitter {
	background:url(../siteart/twitter.png) no-repeat;
	height: 30px;
	width: 30px; 
	display: inline-block;
	border:2px solid #ffef00;
}

#twitter:hover {
	border:2px solid #000;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

#googleplus{
	background:url(../siteart/googleplus.png) no-repeat;
	height: 30px;
	width: 30px; 
	display: inline-block;
	border:2px solid #ffef00;
}

#googleplus:hover {
	border:2px solid #000;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

#youtube {
	background:url(../siteart/youtube.png) no-repeat;
	height: 30px;
	width: 30px; 
	display: inline-block;
	border:2px solid #ffef00;
}

#youtube:hover {
	border:2px solid #000;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

#flickr {
	background:url(../siteart/flickr.png) no-repeat;
	height: 30px;
	width: 30px; 
	display: inline-block;
	border:2px solid #ffef00;
}

#flickr:hover {
	border:2px solid #000;
	transition:background-color 300ms ease, background-color 300ms ease, all 300ms ease
}

/***** FORM STYLES *****/

.halfpage{
	float:left;
	width:45%;	
}

.halfpagepad{
	float:left;
	width:45%;	
	padding:1.4% 0 0 8%;
}

.darkbg{
	background:#353d44;
	width:100%;
	padding:40px 0; 
}

.twothird{
	width:60%; 
	float:left; 
	padding: 0 0 0 7%;
}

.greenheading { 
	font-family: 'Anton', sans-serif;
	font-size: 27px;
	color:#1d5e21;
	text-transform:uppercase;
	text-align:left;
	letter-spacing: 1px;
	font-weight:400;
}

.formheading { 
	font-family: 'Anton', sans-serif;
	font-size: 24px;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	letter-spacing: 1px;
	font-weight:400;
}

#author.input-name, #email.input-email{
    border: 1px solid #d2d2d2;
    width: 49%;
    font-size: 12px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 2%;
    float: left;
    margin:0 1% 3% 0;
}

#wider.input-name, #emailwide.input-email{
    border: 1px solid #d2d2d2;
    width:100%;
    font-size: 12px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 0;
    float: left;
    margin:3% 0;
}

#Message.input-text{
    border: 1px solid #d2d2d2;
    font-family:Arial, sans-serif;
    width: 99%;
    font-size: 12px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 2%;
    float: none;
    margin:0 1% 3% 0;
    height: 80px;
}

.submit-button {
	color:#353d44;
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	background: #fff; 
    border: 2px solid #a1a1a1;
    padding: 3px 25px;
	font-size: 15px;
}

.submit-button:hover {
	background: #feef00; 
}

.CaptchaMessagePanel{
	font-weight:normal!important;
	font-size:12px;
	color:#bdbdbd;
	padding:0 !important;
}

.CaptchaPanel{
	padding:0 !important;	
	margin:0 !important;
}

.CaptchaImagePanel{
	padding:0 !important;
}

.CaptchaWhatsThisPanel {
	padding:0 !important;
}

.CaptchaWhatsThisPanel a{
	font-weight:normal!important;
	font-size:14px;
	color:#bdbdbd;
}

#comment-input {margin-bottom:3%;}

#comment.textarea-comment {
    border: 1px solid #d2d2d2;
    width: 100%;
    height: 80px;
	max-width:333px;
    font-size: 13px;
    color: #747474;
    -webkit-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.1);
    padding: 8px 0;	
	font-family: Arial, sans-serif;
}

#comment-submit{
	margin:0 auto;
	text-align:center;
}


/******** LYTEBOX STYLES ***********/

 #gal_container {
        	margin:0 auto;
        	text-align:center;
			width: 1060px;
			padding-bottom: 20px;
			border-top: 1px solid #181818;
        }
        #gal_container img {  /*Style to make the thumbnail image style on the gallery page.*/
        	height:215px;
			max-width: 323px;
			width:100%;
        	margin:20px 10px 0 10px;
        }
		
#gal_container1 {
	margin:5px;
	text-align:left;
	padding:10px 10px;
	border: 1px dotted #525252;
	color:#fff;
	float:left;
	position:relative;
	max-width:202px;
	width:100%;
	height:230px;
}

#gal_container1 img {  /*Style to make the thumbnail image style on the gallery page.*/
	max-width:200px;
	width:100%;
	border:1px #fff solid;
	margin:0 0 4px 0;
}

#gal_container1 p {
	font-size: 12px;
	padding:0;
	margin:0;
	line-height:16px;
}

/***** SCROLLING INVENTORY *****/

.scrolling-wrap {
    width: 100%;
    height: 90px;
    overflow: hidden;
	background:#252a30;
}

.scrolling{
    width:100%;
    height:92px;
}	
	

/***** FOOTER STYLES *****/

.footer {
	width:100%;
	background: #252a30;
	font-family: Arial, sans-serif;
	padding:50px 0; 
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{color:#c6c6c6; text-decoration:underline;font-size:12px; }
a.footerlink:hover { color:#959595; text-decoration:none; font-size:12px; }
.footertext{font-size:12px; color:#959595;}
.smallfootertext{ font-size:11px; color:#959595; }
.divfooter { text-align:left; font-weight:600; line-height:.95em;}
 




.hosted-content h1{text-align:left!important}

/***** RESPONSIVE STYLES *****/

.show-menu-for-mobile {display:none;}  

@media screen and (max-width: 1280px) and (min-width:1026px) {
.show-menu-for-mobile {display:none;}



}

@media screen and (max-width: 1025px) and (min-width:911px) {
.show-menu-for-mobile {display: none;}
#fb {display: none;}
#markets {display: none;}
#weather {display: none;}

#logo {
	margin: 0 auto;
}
#logo img{
	width:50%;
}
}


@media screen and (max-width: 910px) and (min-width:831px) {
.show-menu-for-mobile {display: none;}
#fb {display: none;}
#markets {display: none;}
#weather {display: none;}
h2{text-align:center;}
h6 { margin:0;}

.smallwrapper{width:90%; margin:0 auto;}
.wrapper{ width:90%; margin:0 auto;}

#logo {
	width:83%;
}

#slogan{ 
	padding:4% 0 0 0;
	width:555px;
	margin:0 auto
}

#top{padding:40px 0 0 0;}

.onethird{
	float:none; 
	margin:0 auto;
}

.twothird{
	float:none; 
	margin:0 auto;
	width:100%;
	padding:0;
}

.onethirdpad{
	width:100%; 
	float:none; 
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}

#disapper{display:none;}

}


@media screen and (max-width: 830px) and (min-width:521px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#fb {display: none;}
#markets {display: none;}
#weather {display: none;}
.divfooter {max-width:90%}
h2{text-align:center;}
h6{margin:0}

.smallwrapper{width:90%; margin:0 auto;}
.wrapper{ width:90%; margin:0 auto;}


#navicon {
	font-size: 25px;
	text-transform:uppercase;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	color:#fff;
	background:#252a30;
	font-family: 'Anton', sans-serif;
	padding:0 0 0 10px;
}

.hidemobile{display:none}

#logo {
	float: none;
	text-align:center;
}

#logo img{
	margin:0 auto;
	width:60%;
	height: auto;
}

.wrapper{
	padding: 0 15px;
}

#slogan{ 
	display:none;
}

#nav  {display:none;}
#top  {display:none;}

.onethird{
	width:50%;
	float:none; 
	margin:0 auto;
}

.twothird{
	float:none; 
	margin:0 auto;
	width:100%;
	padding:0;
}

.onethirdpad{
	width:100%; 
	float:none; 
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}

#disapper{display:none;}

.lengendary{
	float:none;
	padding:0 0 20px 0;
}
.lengendary img{width:90%;}

}

@media screen and (max-width: 520px) and (min-width:321px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#fb {display: none;}
#markets {display: none;}
#weather {display: none;}
.divfooter {max-width:90%}
h2{text-align:center;}
h4{font-size:60px; line-height:1.5em;}
h5{font-size:44px;}
h6{margin:0;}

.smallwrapper{width:90%; margin:0 auto;}
.wrapper{ width:90%; margin:0 auto;}


#navicon {
	font-size: 25px;
	text-transform:uppercase;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	color:#fff;
	background:#252a30;
	font-family: 'Anton', sans-serif;
	padding:0 0 0 10px;
}

.hidemobile{display:none}

#logo {
	float: none;
	text-align:center
}

#logo img{
	margin:0 auto;
	width: 80%;
	height: auto;
}

#slogan{ 
	display:none;
}
#nav  {display:none;}
#top  {display:none;}

.onethird{
	width:100%; 
	float:none; 
	margin:0 auto;
}

.twothird{
	float:none; 
	margin:0 auto;
	width:100%;
	padding:0;
}

.onethirdpad{
	width:100%; 
	float:none; 
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}

.halfpage{
	float:none;
	width:90%;	
	margin:1% auto;
}

.halfpagepad{
	float:none;
	width:90%;
	margin:1% auto;
	padding:0;
}

#comment.textarea-comment{ margin:3% auto}

#disapper{display:none;}

#author.input-name, #email.input-email{width:100%; float:none; margin:0 auto 2% auto;}
#Message.input-text{width:100%; float:none; margin:0 auto; height: 100px;}

.lengendary{
	float:none;
	padding:0 0 20px 0;
}
.lengendary img{width:90%;}

}
 
 
@media screen and (max-width: 320px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}
#fb {display: none;}
#markets {display: none;}
#weather {display: none;}
.divfooter {max-width:90%}
h2{text-align:center;}
h4{font-size:41px; line-height:1.8em;}
h5{font-size:26px;}
h6{margin:0;}

.smallwrapper{width:90%; margin:0 auto;}
.wrapper{ width:90%; margin:0 auto;}

#navicon {
	font-size: 25px;
	text-transform:uppercase;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	color:#fff;
	background:#252a30;
	font-family: 'Anton', sans-serif;
	padding:0 0 0 10px;
}

.hidemobile{display:none}

#logo {
	float: none;
	text-align:center
}

#logo img{
	margin:0 auto;
	width: 80%;
	height: auto;
}
#slogan{ 
	display:none;
}
#inventory{
	display: none;
}

#nav  {display:none;}
#top  {display:none;}

.onethird{
	width:100%; 
	float:none; 
	margin:0 auto;
}
.twothird{
	float:none; 
	margin:0 auto;
	width:100%;
	padding:0;
}
.onethirdpad{
	width:100%; 
	float:none; 
	text-align:center;
	margin:0 auto;
	padding:20px 0;
}

.halfpage{
	float:none;
	width:90%;	
	margin:1% auto;
}

.halfpagepad{
	float:none;
	width:90%;
	margin:1% auto;
	padding:0;
}

#comment.textarea-comment{ margin:3% auto}

#disapper{display:none;}

#author.input-name, #email.input-email{width:90%; float:none; margin:0 auto 2% auto;}

.lengendary{
	float:none;
	padding:0 0 20px 0;
}
.lengendary img{width:90%;}

}