
.note{
	color: red;
}
html,body{
		height: 100%;
}
body{
	background-repeat: repeat-y;
	font-family: "aaux-next",arial,sans-serif;
	background-image: url(../img/common/bg.gif);
	background-repeat: no-repeat;
}
body.home{
	background-image: url(../img/common/bg-home.gif);
}
a{
	color: #37AD68;
}
a.h_headline{
	display: inline-block;
    font-size: 1.2em;
    margin-bottom: 1em;
    background-color: #37AD68;
    color: #fff;
    padding: 15px;
    border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 0px solid #000000;
}

b{
	font-weight: 600;
}
hr{
	border-top: 0;
    border-bottom: 1px solid #37AD68;
    margin-bottom: 30px;
    margin-top: 30px;
}
i{
	font-style: italic;
}
.clearfix, .clear-fix{
	clear: both;
}
#wrapper{
	-webkit-transiton: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#content-wrapper{
	min-height: 1057px;
}
#content{
	margin-top: 80px;
	line-height: 1.4em;
}
#content p{
	margin-bottom: 1.1em;
}
#content p.h_attrib {
    color: #37AD68;
    font-size: 0.9em;
    margin-bottom: 0.6em;
}

#content p.h_quote{
	color: #666;
	text-indent: -5px;
    padding-left: 5px;
    margin-left: -5px;
    font-size: 1.1em;
	
}

p.smallprint{
	font-size: 0.9em;
}
#content p.quote{
	text-indent: -7px ;
	margin-bottom: 0;
}
p.attrib{
	font-style: italic;
}
#content p.body-credit{
	color: #999;
    font-size: 0.8em;
    line-height: 1.3em;
    margin-top: -11px;
    margin-bottom: 30px;
}
#content ul{
	list-style-image: url('../img/common/bullet.gif');
	margin-bottom: 1.1em;
}
.content-column{
	float: left;
	width: 50%;
	margin-bottom: 1.1em;
}
.lo{
	color: #999;
}
.hi{
	color: #37AD68;
}
#sidebar{
	float: left;
	width: 370px;	
	color: #37AD68;
}
.home #sidebar{
	color: #fff;
}
.sidebar-logo.home{
	display: none;
}
.home .sidebar-logo{
	display: none;
}
.home .sidebar-logo.home{
	display: block;
}
#sidebar-sub{
	padding-left: 47px;
	padding-top: 40px;
}
#sidebar-sub p{
	margin-top: 20px;
    width: 224px;
    font-size: 0.9em;
    line-height: 1.3em;
}
#hamburger{
	display: none;
}
#mobile-menu{
	display: none;
	-webkit-transiton: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#menu{
	height: 83px;
	margin-top: 34px;
	padding-top: 17px;
	color: #46a1bf;
	float: right;
}
#menu li{
	float: left;
	height: 48px;
	overflow: visible;
}
#menu li+li{
	border-left: 1px solid #46a1bf;	
}
#menu li+li a{
	padding-left: 23px;
}
#menu li:last-child{
	padding-right: 0;
}
#menu a{
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.9em;
	color: #46a1bf;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 23px 50px 15px;
	display: inline-block;
	float: left;
}
#menu a#menu-1.here{
	background-image: url(../img/common/menu-marker1.png);
}
#menu a#menu-2.here{
	background-image: url(../img/common/menu-marker2.png);
}
#menu a#menu-3.here{
	background-image: url(../img/common/menu-marker3.png);
}
#menu a#menu-4.here{
	background-image: url(../img/common/menu-marker4.png);
}
#menu a#menu-5.here{
	background-image: url(../img/common/menu-marker5.png);
}
#submenu{
	margin-top: 50px;
}
#submenu a{
	display: block;
	text-decoration: none;
	font-size: 1.8em;
	margin-bottom: 35px;
	color: #999;
	font-weight: 600;
}
#submenu a:hover{
	color: #37AD68;
}
#submenu a.here{
	color: #37AD68;
}
#submenu a .sub{
	font-size: 0.5em;
	margin-bottom: 5px;
}
#maincontent{
	width: 700px;
	float: left;
	padding-bottom: 50px;
}
#content{
	font-size: 1.1em;
}
h1{
    color: #37AD68;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 2px;
}
h2{

}
p+h3{
	margin-top: 1.5em;
}
h3{
	color: #37AD68;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}
h4{
	color: #999;
	font-size: 0.9em;
	line-height: 1.1em;
}
h5+h4, h6+h4{
	margin-top: 1em;
}
h6{
	color: #999;
}
#footer-wrap{
	width: 100%;
	background-color: #f2f2f2;
}
#footer{
    box-sizing: border-box;
    /* width: 1140px; */
    color: #37AD68;
    /* padding: 37px 40px; */
    width: 100%;
    background: #f1f1f1;
}
#footer-left{
    box-sizing: border-box;
    font-size: 0.9em;
    line-height: 1.4em;
    float: left;
    width: 344px;
    height: 270px;
    
    padding: 37px 40px;
    /* display: table; */
}
.home #footer-left{
	background: #4bb477;
}
#footer-left a{
	color: #37AD68;
}
.home #footer{
	color: #fff;
}
.home #footer-wrap{
	box-sizing:border-box;
	background-color: none;
	background-color: rgba(0,0,0,0);
}
.home #footer-left a{
	color: #fff;
}
#footer-mid{
    box-sizing: border-box;
    float: left;
    width: 650px;
    /* background: #f1f1f1; */
    padding: 37px 0 0 16px;
    
}
.home #footer-mid{
	padding: 37px 0 0 40px;
}

#footer-logos{
	display: block;
}
#footer-logos-sm{
	display: none;	
}
#footer-right{
    box-sizing: border-box;
    color: #37AD68;
    /* float: right; */
    font-size: 0.9em;
    line-height: 1.2em;
    /* background: #f1f1f1; */
    padding: 37px 0 0 40px;
}
#footer-right p{
	margin-bottom: 7px;
}
#sm-icons{
	margin-top: 40px;
}
#sm-icons a+a{
	margin-left: 7px;
}
#sm-icons img.h{
	display: none;
}
.home #sm-icons img{
	display: none;
}
.home #sm-icons img.h{
	display: inline;
}

a.download-panel{
	display: block;
	float: left;
	width: 50%;
	text-decoration: none;
	margin-bottom: 20px;
}

.download-panel p{
	color: #666;
	padding-right: 30px;
	font-size: 0.9em;
}
.download-panel h2{
	font-size: 1.3em;
	margin-bottom: 5px;
	margin-top: 10px;
}

a.listing-block {
	display: block;
	text-decoration: none;
	
}
.listing-block img{
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}

.listing-block h2{
	color: #666;
	font-size: 1.1em;
}
.listing-block h3{
	color: #999;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
.listing-info-wrap{
	position: relative;
	width: 280px;
	height: 270px;
	float: left;
}
.listing-info{
	position: absolute;
	bottom: 0;
}
.listing-single-title{
	margin-bottom: 20px;
}
.listing-single-title h2{
	color: #666;
	font-size: 1.1em;
	line-height: 1.2em;
    margin-bottom: 5px;
}
.hanging-info{
	position: absolute;
    left: 110px;
    width: 220px;
    font-size: 0.9em;
    color: #999;
}
.hanging-info h2{
	color: #000;
}
.hanging-info.inline h2{
	display: inline-block;
	float: left;
	margin-right: 4px;
}
.hanging-info.inline p{
	margin-bottom: 0.2em !important;
}
    

.slideshow{
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 500px;
	width: 700px;
}
.slide{
	position: absolute;
	height: 500px;
	width: 700px;
}
.slide-meta{
	position: absolute;
    left: -260px;
    top: 0;
    width: 200px;
    background: #fff;
    height: 270px;
    font-size: 0.9em;
    color: #999;
}

.slideshow-controls-wrap{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}

.slideshow-controls{
	margin: 0 auto 30px auto;
	height: 20px;
	float: left;
	display: block;
	position: relative;
	left: 50%;
}
.slideshow-controls a{
	display: block;
	float: left;
	position: relative;
	right: 50%;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	border: 2px solid #808080;
	margin:0 5px;
}

.slideshow-controls a:hover{
	background-color: #ccc;
}

.slideshow-controls a.here{
	background-color: #808080;
}
.artist-boss-bath-spa #content{
	min-height: 1100px;
}
.home #content{
	width: 540px;
    float: right;
    margin-top: 20px;
}
.home .slideshow{
	height: 430px;
}
.home .slide{
	width: 540px;
}
.home .slide img{
	width: 540px;
	display: block;
}
.home .slide-meta{
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.2em;
	position: static;
	height: 50px;
	background: #f2f2f2;
	width: 530px;

}

.interview{
	margin-bottom: 20px;
}
.interview h5{
	color:#37AD68;
	font-weight: 600;
	font-size: 1.2em;
}

.interview iframe{
	margin-bottom: 10px;
}
.interview p{
	margin-bottom: 0.6em !important;
}
.privacy h2, .terms h2{
	font-weight: bold;
}
.privacy h1, .terms h1{
	margin-bottom: 20px;
}
@media only screen and (max-width: 1245px) {
	body{
		background-image: url(../img/common/bg-med.gif);
	}
	body.home{
		background-image: url(../img/common/bg-home-med.gif);
	}
	#content-wrapper{
		min-height: 780px;
	}
	#sidebar{
		width: 277px;
	}
	#maincontent{
		width: 620px;
	}
	#sidebar-sub{
		padding-left: 35px;
		padding-top: 30px;
	}
	.sidebar-logo{
		width: 164px;
		height: 114px;
	}
	#menu{
		height: 62px;
		margin-top: 26px;
		padding-top: 13px;
		color: #37AD68;
		float: right;
	}
	#menu a.here {
	    background-position-y: 35px;
	}
	#menu li{
	    height: 33px;
	    overflow: visible;

	}
	#menu li a{
	    padding: 10px 18px 50px 18px;
	}
	#footer {
	  
	}
	#footer-mid{
		float: left;
		width: 600px;
	}
	#footer-left {
	    width: 261px;
	}
	.hanging-info{
	    left: 47px;
	}
	.slide img{
		width: 600px;
	}
	.slideshow, .slide{
		height: 420px;
	}
	.slide-meta{
		left: -230px;
	}
	.listing-info{
		position: static;
		top: 0;
		margin-bottom: 20px;
	}
	.listing-info-wrap{
		height: auto;
	}
	.listing-block img {
    	margin-bottom: 5px;

    }
}

@media only screen and (max-width: 1065px) {
	body, body.home{
		background-image: none;
		background-color: #f7f7f7;
	}
	#menu{
		display: none;
	}
	#wrapper{
		background: #fff;

	}
	#maincontent{
		width: 340px;
		float: none;
		margin:auto;
	}

	#content{
		width: 340px;
		margin: auto;

	}
	#hamburger{
		display: block;
		color: #37AD68;
		float: right;
		font-size: 1.4em;
		text-align: center;
		background-image:url(../img/common/menu-marker.png);
		background-repeat: no-repeat;
		background-position: top center;
		padding-top: 25px;
		text-decoration: none;
	}
	#hamburger img{

	}
	.home #hamburger{
		color: #fff;
		background-image:url(../img/common/menu-marker-home.png);
	}
	#mobile-menu{
		display: block;
	    position: fixed;
	    right: -220px;
	    width: 220px;
	    padding-top: 10px;
	}
	#mobile-menu li a{
		display: block;
		padding: 8px 20px;
		color: #46a1bf;
	}
	#sidebar{
		width: 100%;	
	}
	.home #sidebar{
		background-image:url(../img/common/mobile-header.gif);
		background-position: top center;
		background-repeat: no-repeat;
	}
	#sidebar-sub{
		width: 340px;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 20px;
	}
	#footer{
		width: 100%;
		padding: 0;
		background-color: #f2f2f2;
	}
	#footer-left{
		padding: 20px 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.home #footer-left{
		background-color: #37AD68;
	}
	#footer-left p, #sm-icons{
		float: none;
		width: 340px;
		margin: auto;
	}
	#footer-left p{
		margin-bottom: 20px;
	}
	#footer-mid,#footer-right{
		float: none;
		width: 340px;
		margin: auto;
		padding-bottom: 20px;
	}
	#footer-logos{
		display: none;
	}
	#footer-logos-sm{
		display: block;	
		width: 320px;
	}
	.peek{
		-webkit-backface-visibility: hidden;
		-moz-transform: translateX(-220px);
	    -ms-transform: translateX(-220px);
	    -webkit-transform: translateX(-220px);
	    transform: translateX(-220px);
	}
	.hanging-info{
		position: relative;
	    left:0;
	    margin-bottom: 20px;
	}
	.slide img{
		width: 340px;
	}
	
	.home #content{
		width: 340px;
		float: none;
	}

	.slideshow{
		position: static;
		width: 340px;
    	height: 350px;
	}
	.home .slideshow{
		width: 340px;
		height: 350px;
	}
	.slide, .slide img{
		width: 340px;
		max-height: 440px;
	}
	.home .slide, .home .slide img{
		width: 340px;
	}
	.home .slide-meta{
		width: 330px;
		height: auto;
    	min-height: 70px;
		padding-bottom: 10px;
	}
	.slide-meta{
		position: relative;
	    left:0;
	    top:0;
	}
	
    .slideshow-controls{
    	display: none;
    }
    #content img,#content iframe{
    	max-width: 340px;
    }
}
