/********************************************
	Mickey Hart Custom CSS based on WSD BASECODE
	Responsive Layout - Mobile First
*********************************************/

/* Century Gothic Standard */
@font-face {
	font-family: 'CenturyGothic';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/2C6820_1_0.eot');
	src: url('fonts/2C6820_1_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C6820_1_0.woff2') format('woff2'),
		 url('fonts/2C6820_1_0.woff') format('woff'),
		 url('fonts/2C6820_1_0.ttf') format('truetype'),
		 url('fonts/2C6820_1_0.svg#wf') format('svg');
}
  
/* Century Gothic Bold */
@font-face {
	font-family: 'CenturyGothic';
	font-weight: bold;
	font-style: normal;
	src: url('fonts/2C6820_0_0.eot');
	src: url('fonts/2C6820_0_0.eot?#iefix') format('embedded-opentype'),
		 url('fonts/2C6820_0_0.woff2') format('woff2'),
		 url('fonts/2C6820_0_0.woff') format('woff'),
		 url('fonts/2C6820_0_0.ttf') format('truetype'),
		 url('fonts/2C6820_0_0.svg#wf') format('svg');
}


/******** BROWSER CSS 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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*** Include Padding/Borders in width for all elements ***/
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Responsive images & embedded objects (remove for image cropping) */
img, object, embed { max-width: 100%; }

/****** GLOBAL ELEMENT CSS ******/
html * { max-height: 999999px; } /* Android mobile font sizing fix */

body { 
	line-height: normal;
	font-size: 18px;
	font-family: 'CenturyGothic', AppleGothic, sans-serif;
	background: #fff; 
	-webkit-text-size-adjust: none;
}

body, select, input, textarea { color: #000; }

ins { background-color: #fcd700; color: #000; text-decoration: none; }
mark { background-color: #fcd700; color: #000; font-style: italic; font-weight: bold; }

h1, h2, h3, h4, h5, h6 { 
	margin: 0px 0px 20px;
	color: #000; 
	line-height: 1.1em;
	font-family: 'CenturyGothic', AppleGothic, sans-serif;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; color: #512667; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

a, a:visited { color: #666; text-decoration: none; }
a:hover, a:active { color: #888; text-decoration: underline; }
a:link { -webkit-tap-highlight-color: initial; } 

p { margin: 0px 0px 20px; }
img { border: none; }

b, strong { font-weight: bold; }
i, em { font-style: italic; }

.nosho { display: none; }
.clear { clear: both; }
.fl { float: left; }
.fr { float: right }

/*** Basic List Styling ***/
ul { 
	margin: 0px; 
	padding: 0px; 
	list-style-type: disc; 
}
ul li { margin-bottom: 5px; } 
ul li ul li { margin-top: 5px; }
ul li ol li { margin-top: 5px; } 

ol { 
	margin: 0px 0px 20px; 
	padding: 0px 0px 0px 20px; 
	list-style-type: decimal;
}
ol li { margin-bottom: 5px; } 
ol li ol li { margin-top: 5px; }
ol li ul li { margin-top: 5px; }

blockquote {
	border-left: 5px solid #e0e0e0;
    font-weight: bold;
    margin: 30px 0;
    padding-left: 15px;
}

/*** CKEditor Image Alignment Classes Hack for Mobile See desktop ***/
.align-left {
	margin: 10px;
    float: none;
}
.align-right {
	margin: 10px;
    float: none;
}
.align-center { text-align: center; }
.align-center > figure { display: inline-block; }


/****** FRONTEND LAYOUT ******/
#page {
	margin: 0px auto;
	width: 100%;
	min-width: 480px;
	max-width: 1300px;
	position: relative;
	background: #fff;
	padding: 10px;
	/*box-shadow: 0px 0px 5px #aaa;*/
}

#page.homepage {
	max-width: 100%;
}

/*** Header ***/
#header {
	margin: 0px;
	padding: 0;
	background: #fff;
	position: relative;
}

#logo {
	color: #000;
    display: inline-block;
    font-family: 'CenturyGothic', AppleGothic, sans-serif;
    font-size: 36px;
    font-weight: 300;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: 70%;
    left: 8%;
    bottom: -10px;
    }

#menuBtn { 
	background: #fff none repeat scroll 0 0;
    clear: right;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    margin: 75px 0 0 28px;
    vertical-align: top;
  }
  
#menuBtn.open { background-color: transparent; }

#searchBtn { 
	display: block; 
	float: right;
	margin: 4px 10px 0px;
	padding: 7px;
	width: 40px;
	height: 40px;
	font-weight: bold;
	text-indent: -9999px;
	background: #999 url('../images/iconSearch.png') no-repeat center center;
	background-size: 90% 90%;
}
#searchBtn.open { background-color: #7f7f7f; }

#header .searchBox { 
	display: none; 
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 9998;
	margin: 2px 0px 0px;
	padding: 20px 0px;
	width: 100%;
	text-align: center;
	background: #999;
	border-bottom: 2px solid #666; 
}
#header .searchBox input[type=text] {
	width: 300px;
	height: 28px;
	font-size: 1em;
	padding: 5px;
	border-radius: 0px;
	border: none;
	-webkit-appearance: none; 
}
#header .searchBox input[type=submit] {
	padding: 10px 20px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: none; 
	border-radius: 0px;
	-webkit-appearance: none; 
	text-shadow: 1px 1px 1px #444;
	background: #7f7f7f;
}
#header .searchBox input[type=submit]:hover { background: #666; }

#header .loginBox { display: none; }

#header #social { display: none; }

/*** Main Menu ***/
#mainmenu { 
	background: #e5dcca none repeat scroll 0 0;
    border: 2px solid #fff;
    display: none;
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 314px;
    z-index: 9999;
    top: 115px;
    left: 10px;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0px; 
	float: none; 
	border-left: none;
	border-top: 1px solid #aaa;
}
#mainmenu ul li:first-child { border-top: none; }
#mainmenu ul li a {
	display: block;
	padding: 15px 0;
	color: #e36b1a;
	font-size: 24px;
	text-decoration: none;
	text-shadow: none;
	background-color: transparent;
	text-transform: uppercase;
}
#mainmenu ul li:hover > a, #mainmenu ul li:active > a  {
	background-color: transparent;
}
#mainmenu ul li > ul { display: none; }
#mainmenu ul li:hover > ul { display: none; }


/* Banner images from Page Content (force full width so they are outside the main page and content) */
.featuredImg {
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	width: 100%;
}

.featuredImg img {
	width: 100%;
}


/*** Content Area ***/
#content {
	clear: both;
	margin: 0px;
    padding: 20px;
	min-height: 20px;
	line-height: 1.3em;
}

.homepage #content {
	padding: 0;
}
#content .featuredImg {
	display: block;
	margin: -20px -20px 20px;
	height: auto;
	max-height: 300px;
	overflow: hidden;
}
#content .featuredImg img { 
	display: block;
	width: 100%; 
}

#content #sidebar {
	float: none; 
	width: auto; 
	margin: 30px 0px 0px;
	padding: 30px 0px 0px; 
	border-right: none;
	border-top: 1px solid #ccc;
}

#content #main {
	float: none; 
	width: auto;
	margin: 0px;
	padding: 0px; 
}

/* MUSIC & MUSIC LIST STYLES */

.musicList h3, .mediaVideo h2 {
	 color: #512667;
    font-size: 22px;
    text-transform: uppercase;
    /*margin: 10px;*/
}

.musicList p {
  /*  margin: 20px 10px; */
}

ul.musics li {
    display: inline-block;
    list-style-type: none;
    margin: 10px 3%;
    vertical-align: top;
    width: 43%;
}

ul.musics li p {
    font-size: 18px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }
  
ul.musics li a img {
     border-bottom: 10px solid #e36b1a;
}

    
    
/*** Footer ***/
#footer {
	background: #fff url("../images/footer-bg.jpg") repeat scroll bottom center / cover;
    border-top: medium none;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
}

#footer.homepage {
	padding-top: 30px;
}
#footer .footer-bg {
	background: transparent url("../images/white-background.png") no-repeat scroll bottom center / cover;
}

#footer .footer-inner {
	margin: 0 auto;
    max-width: 1300px;
    padding: 20px 5% 2%;
    width: 100%;
}
#footer .end-quote {
		color: #39124c;
		font-weight: bold;
		font-size: 18px;	
		margin-bottom: 5px;
}
#footer a { 
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
    font-size: 16px;
	}
#footer #social { display: block; margin: 0px auto 20px; }

#footer #social a { 
	margin: 0px 3px;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	border-radius: 9999px;
	background-image: url('../images/social-sprite.png');
	background-size: 290px 86px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#footer #social a.fb { background-position: -6px -44px; }
#footer #social a.fb:hover { background-position: -6px -7px; }

#footer #social a.tw { background-position: -46px -44px; }
#footer #social a.tw:hover { background-position: -46px -7px; }

#footer #social a.in { background-position: -86px -44px; }
#footer #social a.in:hover { background-position: -86px -7px; }

#footer #social a.gp { background-position: -125px -44px; }
#footer #social a.gp:hover { background-position: -125px -7px; }

#footer #social a.sc { background-position: -167px -44px; }
#footer #social a.sc:hover { background-position: -167px -7px; }

#footer #social a.sp { background-position: -206px -44px; }
#footer #social a.sp:hover { background-position: -206px -7px; }

#footer #social a.yt { background-position: -246px -44px; }
#footer #social a.yt:hover { background-position: -246px -7px; }

#footmenu { display: none; }

#footer .anno-bar-wrapper { display: none; }

#footer.homepage .anno-bar-wrapper {
		width: 100%;
		background-color: #fff;
		padding: 5% 5% 15%;
		display:block;
		min-height: 550px;
}
	
#footer .anno-bar {
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
		max-height: 280px;
}
	
#footer .anno-bar div {
		display: block;
		background-color: transparent;
		width: 100%;
		text-align: left;
		padding: 2% 0;
}
	
#footer .anno-bar h5 {
	font-size: 16px;
	margin: 10px 5px 10px 0;	
}
	
#footer .anno-bar p {
	font-size: 16px;
	color: #000;
	margin: 0;
}

#footer .anno-bar p img {
	max-width: 125px;
}


#footer .anno-bar p.app-title {
	font-weight: bold;

}
#footer .anno-bar div.news {
	border-bottom: 1px solid #bfbfbf;
}

#footer .anno-bar div.news h5 img {
	position: relative;
	top: 5px;
}


#footer .anno-bar div.appearance div {
	color: #000;
	font-size: 16px;
	padding: 0;
	width: 40%;	
	margin: 10px 5px 10px 0;
	position: static;
}

#footer .anno-bar div.appearance div:last-child {
	left: 60%;
    position: relative;
    top: -60px;
	max-width: 100px;
}


#footer .anno-bar div.appearance div img {
	display: block;
}

#footer .wsd-tagline {
	color: #666;
    font-size: 12px;
    padding-top: 1%;
    text-transform: none;
   }

#footer .facebook a {
    color: #000;
    font-size: 16px;
    font-weight: none;
    text-transform: none;
}

#footer .facebook p {
    margin-bottom: 5px;
}

#footer .g-recaptcha {
	width: 304px;
	margin: 4px auto 0 auto;
}

/****** HOMEPAGE ******/
.homepage { }
.homepage .homeWrap { } /* for table display of homepage columns on desktop */

/* Homepage Content */
.homeContent {
	float: none;
	margin: 0px 0px 30px;
	width: auto;	
}

/* Homepage Contact */
.homeContact {
	float: none;
	margin: 0px 0px 30px;
	padding: 30px 0px 0px;
	border-top: 1px solid #ccc;
	width: auto;
}

/*** Homepage Featured Properties Slideshow ***/
.featuredProperties { 
	float: none; 
	margin: 0px; 
	padding: 30px 0px 0px;
	border-top: 1px solid #ccc;
	width: auto; 
}
.featuredProperties ul { 
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 
}
.featuredProperties ul li { 
	margin: 0px; 
	padding: 0px;
}
.featuredProperties ul li img { 
	display: block;
	margin: 0px 0px 20px; 
	width: 100%; 
	height: auto; 
}
.featuredProperties ul li h3 { margin: 0px 0px 5px; }

/* Homepage Banner / Slideshow */
.slideshow { 
	margin: 10px; 
	width: auto;
	position: relative; 
	min-height: 100px;
	overflow: hidden;
	
}
.slideshow .slide { display: none; width: 100%; }

/*.slideshow .slide img { 
	display: block;
	width: 100%; 
}

.slideshow .slide img:first-child {
    display: block;
    float: none;
    width: 100%;
}*/

.slideshow .slide-container {
	width: 100%;
}

/* homepage */

.homepage #content .blur-box {
	background-color: rgba(23, 5, 32, 0.7);
    color: #fff;
    /*height: 100%;
    max-height: 50%;*/
    position: absolute;
    right: 0;
    top: -1.6%;
    width: 100%;
    z-index: 999;
    padding-bottom: 20%;
    min-height: 420px;
    max-height: 420px;
}

.homepage #content .article-dec {
	padding: 5% 5% 0;
	text-align: left;
	color: #fff;
}

.homepage #content .article-dec a {
	text-decoration: none;
}

.homepage #content .article-dec p {
	color: #fff;
	font-family: 'CenturyGothic', AppleGothic, sans-serif;
	font-size: 18px;
}

.homepage #content .blur-box h1 {
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
}

.homepage #content .article-dec img {
	width: 210px;
	height: auto;
	margin: 0 auto;
	float: none;
}

.homepage #content .article-dec a.read-more {
	margin: 0 -5px;

}


	


/* Remove if no slideshow pager */
.slideshow .slidePager {
	margin: 0px;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0px;
	z-index: 499;
	text-align: center
}
.slideshow .slidePager span {
	margin: 0px 1px;
	font-size: 36px;
	color: #fff;
	cursor: pointer;
}
.slideshow .slidePager span.cycle-pager-active { color: #ccc; }
/* Remove if no slideshow arrows */
.slideshow .slidePrev,
.slideshow .slideNext { 
	position: absolute;
	top: 0px;
	z-index: 498;
	width: 60px;
	height: 100%;
	text-indent: -9999px;
}
.slideshow .slidePrev { left: 0px; background: url('../images/slideArrows.png') no-repeat 0px center; }
.slideshow .slidePrev:hover, 
.slideshow .slidePrev:active { background: url('../images/slideArrows.png') no-repeat -120px center; }
.slideshow .slideNext { right: 0px; background: url('../images/slideArrows.png') no-repeat -60px center; }
.slideshow .slideNext:hover, 
.slideshow .slideNext:active { background: url('../images/slideArrows.png') no-repeat -180px center; }

.frame {
    display: inline-block;
    height: 1px;
    overflow: hidden;
    padding-bottom: 56%;
    width: 100%;
}

.frame-blur {
	display: inline-block;
    min-height: 400px;
    position: relative;
    width: 100%;
    top: 
}

.frame-blur img {
	display: inline;
    float: none;
    width: 100%;
    height: 400px;
}


/****   NEWSLETTER   *****/

.newsletter form {
	font-family: 'CenturyGothic', AppleGothic, sans-serif;
    font-size: 16px;
    margin: 1.5% 0;
}

.newsletter label {
    position: relative;
    top: 0px;
    display: block;
}

.newsletter input.field {
    border: 0 none;
    height: 24px;
    margin: 0;
    padding: 4px 8px;
    width: 305px;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

.newsletter input.submit {
    position: relative;
    top: 12px;
}

/*****   FOUR WORDS   *****/
	
	div.four-words-row {
		background: transparent url("../images/four-words/four-wds-bg.png") repeat scroll center bottom / cover ;
		height: 550px;
		margin: 0 auto;
		padding: 3%;
		width: 100%;
		z-index: 999;
	}
	
	div.news-categories {
		height: 467px;
		margin: 0 auto;
		width: 98%;	
	}
	
	div.news-categories div { float: left; margin: 3%; width: 43%; 
		height: 43%; }
	
	div.news-categories div:nth-child(1) {  }
	
	div.news-categories div:nth-child(2), div.news-categories div:nth-child(3) {  }
	
	div.news-categories div:nth-child(4) { }
	
	div.news-categories div.news-hear {
		background: transparent url("../images/four-words/hear.jpg") no-repeat scroll 0 0 / contain;	
	}
	
	div.news-categories div.news-see {
		background: transparent url("../images/four-words/see.jpg") no-repeat scroll 0 0 / contain;
	}
	
	div.news-categories div.news-discover {
		background: transparent url("../images/four-words/discover.jpg") no-repeat scroll 0 0 / contain;
	}
	
	div.news-categories div.news-read {
		background: transparent url("../images/four-words/read.jpg") no-repeat scroll 0 0 / contain;	
	}
	
	div.news-categories div.news-hear:hover {
		background: transparent url("../images/four-words/hear-over.jpg") no-repeat scroll 0 0 / contain;
	}
	
	div.news-categories div.news-see:hover {
		background: transparent url("../images/four-words/see-over.jpg") no-repeat scroll 0 0 / contain;
	}
	
	div.news-categories div.news-discover:hover {
		background: transparent url("../images/four-words/discover-over.jpg") no-repeat scroll 0 0 / contain;
	}
	
	div.news-categories div.news-read:hover {
		background: transparent url("../images/four-words/read-over.jpg") no-repeat scroll 0 0 / contain;
	}
	
/* Inner Pages */

.bio #content p img {
    border-bottom: 10px solid #e36b1a;
    margin: 0 -450px 15px 15px;
}

.bio #content h2 {
	font-size: 24px;
	color: #512667;
}

.news.articles #content h1 {
	display: none;
}

/* News Categories */

.news-mobile { display: block; }

.featuredImg-news-mobile {
	display: block;
}

.featuredImg-news {
	display: none;
}



/* Appearances */

.appearanceList #content img {
	display: none;
	
}

.appearanceList #content img.ticket-btn, .appearanceList #content img.detail-btn {
	display: block;
    position: relative;
    top: 10px;
    left: 80px;
}

.appearanceList #content img.ticket-btn-both {
	display: block;
    left: 100px;
    position: relative;
    top: -24px;
}

.appearanceList #content img.detail-btn-both {
	display: block;
    position: relative;
    top: 10px;
    left: 0;
}

.appearanceList .appearance {
	display: block;
    margin: 30px 0 0;
    vertical-align: top;
}

.appearanceList .appearance .details {
	/*left: 110px;
    position: relative;
    top: -80px;
    max-width: 100%;
    overflow: hidden;*/
}

.appearanceList h1 {	
	font-size: 22px;
	font-family: 'CenturyGothic', AppleGothic, sans-serif;
	color: #512667;
}

.appearanceList .appearance h2.day-month, .appearanceDetail h2.day-month {
	background-color: #333;
    border: 5px solid #dcdcdc;
    border-radius: 5px;
    color: #fff;
    font-size: 50px;
    margin: 0 3% 2% 0;
    max-width: 100px;
    overflow: hidden;
    padding: 1%;
    text-align: center;
    float: left;
}

.appearanceDetail h2.day-month {
	float: none;

}

.appearanceList .appearance p {	
	margin: 0;
}

.appearanceList .appearance h2 {	
	margin: 0 0 10px;
}

.appearanceList .appearance a img {	
	display: inline-block;
}

/*  Music and Appearances Detail */

.musicDetail h1, .appearanceDetail h1 {
	color: #512667;
	font-size: 33px;
	font-weight: bold;
}

.musicDetail .track-list {
	left: 0px;
    position: static;
    top: 100px;
}

.appearanceDetail .appearance-det {
	left: 0px;
    position: relative;
    top: 0;
    margin: 40px 0 20px;
    max-height: 200px;
}


.musicDetail .track-list h2 {
	text-transform: uppercase;
	color: #512667;
	font-size: 22px;
	font-weight: bold;
	
}

.musicDetail .dec, .appearanceDetail .dec {
	margin-top: 30px;
}


.musicDetail .dec h2 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.appearanceDetail .details {
    left: 110px;
    position: relative;
    top: -85px;
    width: 70%;
}


.appearanceDetail .appearance-dec {
	margin-top: 2%;
}

.musicDetail .dec h3, .appearanceDetail .appearance-dec h2 {
	color: #512667;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

.musicDetail h4.back-link a, .appearanceDetail h4.back-link a {
	position: absolute;
	right: 10px;
	top: -10px;
	font-size: 22px;
	color: #512667;
	font-family: 'CenturyGothic', AppleGothic, sans-serif;
}

.musicDetail img.subImg, .appearanceDetail img.subImg {
	border-bottom: 10px solid #e36b1a;
	max-width: 350px;
}

.appearanceDetail #content img.ticket-btn, .appearanceDetail #content img.detail-btn {
	display: block;
    position: relative;
    top: 10px;
    left: 0px;
}

.appearanceDetail #content img.ticket-btn-both {
	display: block;
    left: 100px;
    position: relative;
    top: -24px;
}

.appearanceDetail #content img.detail-btn-both {
	display: block;
    position: relative;
    top: 10px;
    left: 0;
}

.appearanceDetail .appearance-det p {	
	margin: 0;
}

.appearanceDetail .appearance-det .details h2 {	
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.appearanceList .appearance h2, .appearanceDetail .appearance-det h2 {
    margin: 0 0 10px;
    
}

.appearanceList .appearance h2 a, .appearanceDetail .appearance-det h2 a {
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.appearanceList .appearance .details h2 {
	line-height: 18px;
}






/****** FORMS STYLING ******/
div.form {
	margin: 0px auto;
	max-width: 600px;
}
div.form label { 
	display: block; 
	font-weight: normal;
}
div.form input,
div.form textarea,
div.form select {
	box-sizing: border-box;
	margin: 5px 0px;
	font-size: 100%;
}
div.form fieldset {
	border: 1px solid #aaa;
	padding: 10px;
	margin: 0px 0px 10px;
}
div.form input[type=text], 
div.form input[type=number], 
div.form input[type=password] { 
	padding: 4px; 
	width: 100%;
	max-width: 600px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 0px;
	-webkit-appearance: none;
}
div.form textarea { 
	padding: 4px; 
	width: 100%;
	max-width: 600px;
	height: 120px;
	resize: none;
	border: 1px solid #aaa;
	border-radius: 0px;
	-webkit-appearance: none;
}
div.form select { 
	padding: 4px; 
	width: 100%;
	max-width: 600px;
	height: 30px;
	border: 1px solid #aaa;
	border-radius: 0px;
}
div.form .note {
	font-size: .9em; 
	font-style: italic;
}
div.form span.required { color: red; }
div.form .row { margin: 0px 0px 10px; }
div.form .row.checkbox,
div.form .row.radio {  }
div.form .row.checkbox label,
div.form .row.radio label { 
	float: none;
	padding: 0px;
	display: inline-block;
	width: auto;
}
div.form .row.captcha {  }
div.form .row.captcha a { font-size: 14px; }
div.form .row.captcha p { font-size: 14px; }
div.form .row.buttons { text-align: center; }
div.form input[type=submit] {
	padding: 10px 40px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none; 
	border-radius: 0px;
	-webkit-appearance: none; 
	background: #7f7f7f;
	box-shadow: 1px 1px 1px #aaa;
}
div.form input[type=submit]:hover,
div.form input[type=submit]:active { background: #666; }

/*** Form Errors ***/
div.form div.error label,
div.form label.error,
div.form span.error {
	color: #C00;
}
div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error {
	background: #FEE;
	border-color: #C00;
}
div.form .errorSummary {
	border: 2px solid #C00;
	padding: 10px;
	margin: 0px 0px 20px;
	background: #FEE;
}
div.form .errorMessage { color: red; }
div.form .errorSummary p { margin: 5px; }
div.form .errorSummary ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}


/***** SEARCH RESULTS PAGE *****/
.results { }
.results #content .searchBox {
	margin: 0px 0px 20px;
}
.results #content .searchBox input[type=text] {
	width: 300px;
	height: 28px;
	font-size: 1em;
	padding: 4px;
	border-radius: 0px;
	border: 1px solid #ccc;
	-webkit-appearance: none; 
}
.results #content .searchBox input[type=submit] {
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: none; 
	border-radius: 0px;
	-webkit-appearance: none; 
	text-shadow: 1px 1px 1px #444;
	background: #7f7f7f;
}
.results #content .searchBox input[type=submit]:hover { background: #666; }
.results .resultSet {
	margin: 0px 0px 20px;
	padding: 20px 0px 0px;
	border-top: 1px solid #ccc;
}
.results .resultSet .resultList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.results .resultSet .resultList li { margin: 0px 0px 20px; }
.results .resultSet .resultList li img {
	float: left;
	margin: 0px 20px 20px 0px;
	width: 100px;
}
.results .resultSet .resultList li h4 { margin: 0px 0px 5px; }
.results .resultSet .resultList li p.date { margin: 0px 0px 10px; }


/***** BREADCRUMBS *****/
ul.breadcrumbs {
	margin: 0px;
	padding: 5px 10px;
	color: #666;
	font-size: 14px;
	list-style-type: none; 
	border-bottom: 1px solid #aaa;
	background: #e9e9e9;
}
ul.breadcrumbs li { 
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
ul.breadcrumbs li.active { background: none; }
ul.breadcrumbs li a { text-decoration: underline; color: #666; }


/***** PAGER / PAGINATION *****/
.pager {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
}
.pager ul.yiiPager  { margin: 0px; padding: 0px; }
.pager ul.yiiPager li {
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}
.pager ul.yiiPager li a {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0px;
	text-align: center;
	border: none;
	color: #000;
	background-color: #ddd;
}
.pager ul.yiiPager li a:hover,
.pager ul.yiiPager li a:active  {
	color: #fff;
	background-color: #666;
}
.pager ul.yiiPager li.selected a,
.pager ul.yiiPager li.selected a:hover, 
.pager ul.yiiPager li.selected a:active {
	font-weight: normal;
	color: #000;
	background-color: #ababab;
	cursor: default;
}

.pager ul.yiiPager li.previous a,
.pager ul.yiiPager li.next a { 
	width: auto; 
	padding: 0px 6px;
	font-weight: normal;
}
.pager ul.yiiPager li.previous a:hover,
.pager ul.yiiPager li.previous a:active,
.pager ul.yiiPager li.next a:hover,
.pager ul.yiiPager li.next a:active {  }


/********************** MODULE-SPECIFIC STYLES ***********************/
/* Feel free to remove all styles for modules that aren't being used.*/

/*** Photo Thumbnails Slider/Carousel ***/
.thumbsPrev, 
.thumbsNext {
	position: absolute;
	top: 0px;
	width: 30px;
	height: 100px;
	font-size: 42px;
	line-height: 94px;
	text-align: center;
	color: #333;
	text-decoration: none;
	background-color: #ddd;
}
.thumbsPrev:hover, .thumbsPrev:active,
.thumbsNext:hover, .thumbsNext:active { 
	color: #fff; 
	background-color: #666; 
	text-decoration: none;
}
.thumbsPrev { left: 0px; }
.thumbsNext { right: 0px; }
.thumbsCarousel { 
	margin: 0px;
	position: relative;
    overflow: hidden;
}
.thumbsCarousel ul { 
	width: 20000em;
    position: relative;
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
}
.thumbsCarousel ul li { 
	float: left; 
	margin: 0px 10px 0px 0px; 
}
.thumbsCarousel ul li img { 
	display: block; 
	width: auto; 
	height: 100px; 
	cursor: pointer;
}
.thumbsCarousel ul li img.activeImg { opacity: 0.6; cursor: default; }

/****** REALTY / REAL ESTATE MODULE ******/
/*** Property Categories / Project Categories / Locations Listing ***/
.categories,
.locations { 
	list-style-type: none; 
	margin: 0px; 
	padding: 0px;
}
.categories li,
.locations li {	
	float: left;
	margin: 0px 2.5% 20px; 
	width: 45%; 
	height: auto; 
	text-align: center;  
}
.categories li img,
.locations li img { 
	display: block;
	margin: 0px 0px 5px;
	width: 100%; 
	height: auto; 
}

/*** Location Detail Page ***/
.locationDetail .locImg { 
	display: block;
	width: 100%; 
	margin: 0px 0px 20px; 
}

/*** Property Listings ***/
.propertiesList { 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
}
.propertiesList li { 
	margin: 0px 0px 20px; 
	padding: 0px 0px 20px; 
	border-bottom: 1px solid #ccc; 
	clear: both; 
}
.propertiesList li h3 { margin: 0px 0px 5px; }
.propertiesList li img { 
	float:left;
	margin: 0px 20px 10px 0px;
	width: 50%; 
	max-width: 400px;
	height: auto;  
}

/*** Property Detail Pages ***/
.propertyDetail #photos { margin: 0px 0px 30px; }
.propertyDetail #photos #ftrImg { 
	width: 100%;
	overflow: hidden; 
	height: 400px;
}
.propertyDetail #photos #ftrImg img { 
	display: block; 
	margin: 0px auto; 
	max-width: none;
	height: 400px;  
}
.propertyDetail #photos #thumbs { 
	margin: 20px 0px 0px;
	padding: 0px 40px;
	position: relative;
}
.propertyDetail #details { margin: 0px 0px 30px; }
.propertyDetail #description { 
	padding: 30px 0px 0px; 
	border-top: #ddd 1px solid; 
}


/****** PROJECTS MODULE ******/
/*** Project Listing Page ***/
.projectsList { 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
}
.projectsList li { 
	margin: 0px 0px 20px; 
	padding: 0px 0px 20px; 
	border-bottom: 1px solid #ccc; 
}
.projectsList h3 { margin: 0px 0px 5px; }
.projectsList li img { 
	float:left;
	margin: 0px 20px 10px 0px;
	width: 50%; 
	max-width: 400px;
	height: auto;  
}

/*** Project Detail Pages ***/
.projectsModule.detail #photos { margin: 0px 0px 30px; }
.projectsModule.detail #photos #ftrImg { 
	width: 100%;
	overflow: hidden; 
	height: 400px;
}
.projectsModule.detail #photos #ftrImg img { 
	display: block; 
	margin: 0px auto; 
	max-width: none;
	height: 400px;
}
.projectsModule.detail #photos #thumbs { 
	margin: 20px 0px 0px;
	padding: 0px 40px;
	position: relative;
}
.projectsModule.detail #details { margin: 0px 0px 30px; }
.projectsModule.detail #description { 
	padding: 30px 0px 0px; 
	border-top: #ddd 1px solid; 
}


/****** COMPANY MODULE / LEGAL MODULE ******/
/*** Team / Attorneys / Locations Listing Pages ***/
.teamList .team, 
.legalModule .team, 
.locationList .company { 
	list-style-type: none; 
	margin: 0px;
	padding: 0px;
}
.teamList .team li,
.legalModule .team li,
.locationList .company li { 
	margin: 0px 0px 20px; 
	padding: 0px 0px 20px; 
	border-bottom: 1px solid #ccc; 
}
.teamList .team li h3,
.legalModule .team li h3,
.locationList .company li h3 { margin: 0px 0px 5px; }
.teamList .team li img, 
.legalModule .team li img { 
	float:left; 
	margin: 0px 20px 0px 0px;
	width: 200px; 
	height: 200px;  
}
.locationList .company li img { 
	float:left; 
	margin: 0px 20px 0px 0px;
	width: 330px; 
	height: 250px; 
}

/*** Team / Attorney Detail Page ***/
.teamDetail img, 
.legalModule.detail img { 
	float: left; 
	width: 200px; 
	margin: 0px 20px 20px 0px; 
}


/****** NEWS MODULE ******/
/*** News Listing Pages ***/

.news-mobile { display: block; }
.news-desk { display: none; }


.newsListings {  
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.newsListings li { 
	display: inline-block;
    margin: 0 4% 40px;
    max-width: 100%;
    width: 90%;
    vertical-align: top;
}  
 
.newsListings li img { 
    border-bottom: 10px solid #e36b1a;
    margin: 0 20px 10px 0;
    width: 100%;
    height: auto;
}
.newsListings li h2, .newsListings li h2 a { 
	margin: 0px 0px 2px;
	font-size: 16px;
	line-height: 1.1em;
	color: #512667;
}
.newsListings li .date {
	margin: 0px 0px 10px;
	font-style: italic;
}


/*** News Detail Pages ***/
.newsModule.detail h1 { 
	margin: 0px 0px 10px;
	 color: #512667;
    font-size: 24px;
   }

/* creates footer conflict */
.newsModule.detail img { 
	float: none;
	max-width: 100%;
	margin: 0px 20px 20px 0px; 
}

/* fix footer conflict */
#footer.newsModule.detail img { 
	float: none;
	max-width: inherit;
	margin: inherit; 
}
.newsModule.detail .tags { 
	padding: 15px 0px 0px;
	font-size: 0.9em;
	border-top: 1px solid #ddd;
}
.newsModule.detail .tags a::after {
	content: ','
}

/****** EVENTS MODULES ******/
/*** Events Listing Pages ***/
.eventListings {  
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.eventListings li { margin: 0px 0px 30px; }
.eventListings li img { 
	float: left;
	margin: 0px 20px 0px 0px;
	width: 120px;
}
.eventListings li .desc { margin: 0px 0px 0px 140px; }
.eventListings li .date {
	margin: 0px 0px 5px;
	font-weight: bold;
}
.eventListings li h2 { 
	margin: 0px 0px 10px;
	font-size: 22px;
	line-height: 1.1em;
}

/*** Events Detail Pages ***/
.eventsModule.detail img { 
	float: right;
	max-width: 50%;
	margin: 0px 0px 20px 20px; 
}

/****** CMS MODULE (IMAGE GALLERIES/VIDEOS/SUBPAGES/FAQ) ******/
/*** Image Gallery Listing ***/

.gallery { 
	display: inline-block;
    height: auto;
    margin: 20px 4%;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 40%;
}

.gallery .frame { 
	display: block;
	margin: 0px 0px 10px; 
	width: 100%; 
	height: 0; 
	padding: 100% 0px 0px;
	position: relative;
	overflow: hidden;
}
.gallery .frame a { 
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px -25%;
	width: 150%;
	height: 100%;
	overflow: hidden;
}
.gallery img { 
	display: block;
	margin: 0px auto; 
	max-width: none; 
	height: 100%; 
}
.gallery h3 { font-size: 16px;
    margin: 0 auto;
    max-width: 150px;
    text-align: center; }
.gallery h3 a { text-decoration: none; }
.gallery p { font-size: 16px;
    margin: 0 auto;
    max-width: 150px;
    text-align: center; }

/*** Image Gallery Page ***/
.photos { margin: 0px -6px; }
.photos .thumb { 
	margin: 0px 6px 20px; 
	padding: 0px;
	float: left;
	width: 180px;
	height: 255px; 
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.photos .thumb .frame { 
	display: block;
	width: 180px; 
	height: 180px; 
	margin: 0px 0px 8px; 
	overflow: hidden;
	background: #666;
}
.photos .thumb .frame a { 
	display: block;
	margin: 0px -50px;
	width: 380px;
	height: 180px;
	overflow: hidden;
	background: #ccc;
	position: relative;
}
.photos .thumb .frame img { 
	display: block;
	max-width: none; 
	height: auto; 
	margin: 0px auto; 
	position: absolute;
}

/*** Videos Listing Page ***/
.videoLink { 
	margin: 0px 2.5% 30px; 
	padding: 0px;
	display: inline-block;
	width: 44%;
	height: auto;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}
.videoLink .frame { 
	background: #666 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: -42px 0 10px;
    overflow: hidden;
    padding: 72% 0 0;
    position: relative;
    width: 100%;
}
.videoLink a.frame img { 
	display: block;
    height: 120%;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 120%;
}
.videoLink h3 { margin: 0px 0px 5px; font-size: 18px; }
.videoLink h3 a { text-decoration: none; }
.videoLink p { margin: 0px 0px 10px; }

/*** Videos Detail Page ***/
.mediaVideoDetail .video {
	display: block;
	margin: 0px 0px 20px; 
	width: 100%; 
	height: 0; 
	padding: 56.25% 0px 0px; /* maintain 16:9 video aspect ratio */
	position: relative;
	overflow: hidden;
	background: #666;
}
.mediaVideoDetail .video iframe,
.mediaVideoDetail .video embed {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	border: none;
}

/*** Subpage Listings ***/
.subpages { 
	margin: 0px; 
	padding: 0px;
	list-style-type: none; 
}
.subpages li {	
	float: left;
	margin: 0px 2.5% 20px;
	width: 45%; 
	height: auto; 
	text-align: center;  
}
.subpages li img { 
	display: block;
	margin: 0px 0px 5px;
	width: 100%; 
	height: auto; 
}

/*** Subpage Detail ***/
.subpageDetail .subImg { 
	display: block;
	width: 100%; 
	margin: 0px 0px 20px; 
}

/****** STORE MODULE ******/
/*** Product Listing / Categories Pages ***/
.storeModule .productCategories { margin: 0px 0px 20px; }
.storeModule .product { 
	float: left; 
	margin: 0px 2% 30px;
	padding: 10px; 
	width: 46%;
	height: auto; 	
	border: 1px solid #eee;
}
.storeModule .product img { 
	display: block; 
	margin: 0px auto 15px; 
	max-width: 240px;
	height: 150px; 
}
.storeModule .product h3 { 
	margin: 0px 0px 10px; 
	font-weight: bold; 
}
.storeModule .product p, 
.storeModule .product div { margin: 0px 0px 10px; }
.storeModule .product .price { font-weight: bold; }
.storeModule a.addToCart { 
	display: inline-block; 
	padding: 2px 10px; 
	background: #999; 
	color: #fff; 
	text-decoration: none; 
}
.storeModule a.addToCart:hover, .storeModule a.addToCart:active { background: #666; }

/*** Products Detail Page ***/
.productDetail #photos { margin: 0px 0px 30px; }
.productDetail #photos #ftrImg { 
	width: 100%;
	overflow: hidden; 
	height: 400px;
}
.productDetail #photos #ftrImg img { 
	display: block; 
	margin: 0px auto; 
	max-width: none;
	height: 400px;
}
.productDetail #photos #thumbs { 
	margin: 20px 0px 0px;
	padding: 0px 40px;
	position: relative;
}
.productDetail #details { margin: 0px 0px 30px; }
.productDetail #description { 
	padding: 30px 0px 0px; 
	border-top: #ddd 1px solid; 
}
.productDetail #upsells { 
	margin: 20px 0px 0px 0px; 
	padding: 20px 0px 0px 0px;
	border-top:#ddd 1px solid;
}

/*** Shopping Cart ***/
#cart { 
	border: none; 
	margin: 0px 0px 20px;
	width: 100%;
}
#cart th, td { padding: 5px 10px; }
#cart thead { margin: 0px; padding: 0px; }
#cart thead tr { margin: 0px; padding: 0px; }
#cart thead tr th { border-left: 1px solid #fff; background: #e9e9e9; }
#cart thead tr th.desc { border-left: none; text-align: left; }
#cart thead tr th.qty { text-align: center; }
#cart thead tr th.price { text-align: right; }
#cart tr.item { border-bottom: 1px solid #ddd; }
#cart tr.item td { padding: 10px; vertical-align: middle; }
#cart tr.item td.img { 
	padding: 5px 10px 5px 5px; 
	width: 60px; 
	text-align: left; 
}
#cart tr.item td.img img { 
	display: block; 
	max-width: 60px; 
	height: 60px; 
}
#cart tr.item td.desc {  }
#cart tr.item td.qty { width: 120px; text-align: center; }
#cart tr.item td.price { width: 80px; text-align: right; }
#cart tr input[type=button],
#cart tr input[type=submit] { 
	padding: 2px 5px;
	color: #fff;
	font-size: 0.8em; 
	font-weight: bold;
	border: none; 
	border-radius: 0px;
	-webkit-appearance: none; 
	background: #7f7f7f;
	box-shadow: 1px 1px 1px #aaa;
}
#cart tr input[type=button]:hover,
#cart tr input[type=submit]:hover { background: #666; }
#cart tfoot { text-align: right; }
#cart tfoot tr { text-align: right; }
#cart tfoot th { text-align: right; }

a.btnCheckout,
a.btnOrder { 
	display: block;
	float: right; 
	padding: 10px 30px; 
	border: 1px solid #666; 
	background: #999; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
}
a.btnCheckout:hover, a.btnCheckout:active,
a.btnOrder:hover, a.btnOrder:active { background: #666; }

/*** Checkout ***/
#checkoutSteps { 
	margin: 0px auto 20px; 
	padding: 0px; 
	list-style-type: none; 
	font-size: 11px; 
}
#checkoutSteps li { 
	display: inline; 
	margin: 0px 10px 0px 0px; 
	padding: 0px; 
}
#checkoutSteps li.current { font-weight: bold; }

.checkout .sameAddress { opacity: 0.5; }

/*** Payment Info / Review Order ***/
#billing, 
#shipping,
#payment { 
	float: left; 
	width: 50%; 
	margin: 0px 0px 30px; 
	padding: 0px 30px 0px 0px;
}
#billing h2, 
#shipping h2, 
#payment h2 {
	margin: 0px 0px 10px;
	font-weight: bold; 
	font-size: 16px;
}

@media(min-width: 519px) {
.homepage #content .blur-box {
	    top: -1.7%;	
	 }
	 }

@media(min-width: 600px) {
	
div.news-categories {
		height: 467px;
		margin: 0 5%;
		width: 98%;	
	}
	
}

@media(min-width: 650px) {
	
	#footer.homepage .anno-bar-wrapper {
		width: 100%;
		background-color: #fff;
		padding: 5% 5% 25%;
		display:block;
		min-height: 450px;
}
}


@media(min-width: 768px) {
		.homepage #content .blur-box {
	    top: -1.75%;	
	 }

	 .musicDetail h4.back-link a, .appearanceDetail h4.back-link a {
	    color: #512667;
	    font-family: "CenturyGothic",AppleGothic,sans-serif;
	    font-size: 22px;
	    position: absolute;
	    right: 10px;
	    top: 20px;
	}
}



/***************************************************
	DESKTOP LAYOUT BREAKPOINTS
****************************************************/
@media(min-width: 880px) {

	/****** GLOBAL ELEMENT CSS ******/
	body { font-size: 14px; }

	/****** FRONTEND LAYOUT ******/		
	#menuBtn { display: inline-block; }
	#searchBtn { display: none; }
	.news-mobile { display: none; }
	
	.featuredImg-news-mobile { display: none; }
	.featuredImg-news { display: block; }

	
	#logo {
	color: #000;
    display: inline-block;
    font-family: 'CenturyGothic', AppleGothic, sans-serif;
    font-size: 36px;
    font-weight: 300;
    padding: 0 75px 0 0;
    min-width: 526px;
    position: relative;
    text-decoration: none;
    width: 600px;
    left: 0;
    bottom: -10px;
    }

	
	/*** CKEditor Image Alignment Classes Hack for Mobile See desktop ***/
	.align-left {
		margin: 0px 15px 15px 0px;
	    float: left;
	}
	.align-right {
		margin: 0px 0px 15px 15px;
	    float: right;
	}
	
	#header .searchBox {
		display: block;
		float: right;
		position: static;
		margin: 8px 0px 0px 20px;
		padding: 0px;
		width: auto;
		text-align: right;
		border: none;
		background: none;
	}
	#header .searchBox input[type=text] {
		width: 200px;
		height: auto;
		padding: 4px;
		border: 1px solid #aaa;
	}
	#header .searchBox input[type=submit] { 
		font-size: 1em; 
		padding: 5px 10px;
	}

	#header .loginBox {
		display: block;
		margin: 14px 0px 0px 20px;
		float: right;
		font-size: 12px;
	}
	
	#header #social { 
		display: block;
		position: absolute;
		right: 15px;
		top: 60px; 
	}
	

#header #social a { 
	margin: 0px 3px;
	display: inline-block;
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	border-radius: 9999px;
	background-image: url('../images/social-sprite.png');
	background-size: 290px 86px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#header #social a.fb { background-position: -6px -44px; }
#header #social a.fb:hover { background-position: -6px -7px; }

#header #social a.tw { background-position: -46px -44px; }
#header #social a.tw:hover { background-position: -46px -7px; }

#header #social a.in { background-position: -86px -44px; }
#header #social a.in:hover { background-position: -86px -7px; }

#header #social a.gp { background-position: -125px -44px; }
#header #social a.gp:hover { background-position: -125px -7px; }

#header #social a.sc { background-position: -167px -44px; }
#header #social a.sc:hover { background-position: -167px -7px; }

#header #social a.sp { background-position: -206px -44px; }
#header #social a.sp:hover { background-position: -206px -7px; }

#header #social a.yt { background-position: -246px -44px; }
#header #social a.yt:hover { background-position: -246px -7px; }

	
	/*** Main Menu ***/
#mainmenu { 
	background: #e5dcca none repeat scroll 0 0;
    border: 2px solid #fff;
    display: none;
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 314px;
    z-index: 9999;
    top: 115px;
    left: 10px;
}
#mainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainmenu ul li {
	margin: 0px; 
	float: none; 
	border-left: none;
	border-top: 1px solid #aaa;
}
#mainmenu ul li:first-child { border-top: none; }
#mainmenu ul li a {
	display: block;
	padding: 15px 0;
	color: #e36b1a;
	font-size: 24px;
	text-decoration: none;
	text-shadow: none;
	background-color: transparent;
	text-transform: uppercase;
}
#mainmenu ul li:hover > a, #mainmenu ul li:active > a  {
	background-color: transparent;
}
#mainmenu ul li > ul { display: none; }
#mainmenu ul li:hover > ul { display: none; }


/* Banner images from Page Content (force full width so they are outside the main page and content) */
	.featuredImg {
		height: 100%;
		margin: 0 auto;
		padding: 10px;
		width: 100%;
    }
    
    .featuredImg img {
    	width: 100%;
    }
    
/******  CMS Module Styles   *******/

	/* Bio page specific styles */
	
	.bio #content p {
		max-width: 800px;
	}
    
    .bio #content p img {
		margin: 0 -4% 15px 15px;
		border-bottom: 10px solid #e36b1a;
	}
	
	.bio #content h2 {
		font-size: 33px;
		color: #512667;
	}
	
	    
/* change the homepage content settings */
	.homepage #content {
		max-height: 100% !important;
		overflow: hidden;
		padding: 5px 5px 0;
    }
    
    #content { padding: 30px 2.5%; }
    
	#content .featuredImg { margin: -30px -30px 30px; }
	
	.homepage #content .blur-box {
	   	background-color: rgba(23, 5, 32, 0.7);
	    color: #fff;
	    position: absolute;
	    right: 1%;
	    top: 4px;
	    width: inherit;
	    z-index: 999;	
	    padding-bottom: 33.95%;
	    min-height: 1px;
	    max-height: 1px;
	}
	
	@-moz-document url-prefix() {
	 .homepage #content .blur-box {
	   	background-color: rgba(23, 5, 32, 0.7);
	    color: #fff;
	    position: absolute;
	    right: 1%;
	    top: 4px;
	    width: inherit;
	    z-index: 999;	
	    padding-bottom: 33.89%;
	    }
	 }
	
	.homepage #content .article-dec {
		padding: 5% 5% 0;
		text-align: left;
		color: #fff;
	}
	
	.homepage #content .blur-box h1 {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;	
		}
	
	.homepage #content .article-dec p {
		color: #fff;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
		font-size: 14px;
	}
	
	.homepage #content .article-dec img {
		width: 180px;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	
	.homepage #content .article-dec a.read-more {
		margin: 0 -5px;
	
	}
	
	
	
.frame {
	width: 60%;
	height: auto;
	/*max-height: 500px;*/
	display: inline-block;
	padding-bottom: inherit; 
	
}

.frame img {
	display: inline-block;
    float: none;
    width: auto;
    height: auto;
}

.frame-blur {
    display: inline-block;
    height: 1px;
    margin-left: -5px;
    max-height: 500px;
    min-height: 100px;
    overflow: hidden;
    padding-bottom: 34.15%;
    position: static;
    width: 39%;
    vertical-align: top;
}

.frame-blur img {
	display: inline;
    float: none;
    width: 100%;
    height: 500px;
}


	
	#content #sidebar {
		float: left; 
		width: 25%; 
		margin: 0px;
		padding: 0px 0px 0px 30px; 
		border-left: 1px solid #ccc;
		border-top: none;
	}
	
	#content #main {
		float: left; 
		width: 100%;
		margin: 0px;
		padding: 0px; 
	}
	
	#footer { font-size: 12px; }
	#footer #social { display: none; }
	#footmenu { 
		display: block;  
		margin: 0px 0px 10px; 
	}
	#footmenu ul { 
		margin: 0px; 
		padding: 0px;
		list-style-type: none;
	}
	#footmenu ul li { display: inline; }
	#footmenu ul li::before { content: "  •  "; }
	#footmenu ul li:first-child::before { content: ""; }
	#footmenu ul li a { margin: 0px 3px; }
	#footmenu ul li > ul { display: none; }
	
	#footer .end-quote {
		color: #39124c;
		font-weight: bold;
		font-size: 18px;	
	}
	
	#footer .footer-inner {
	    margin: 0 auto;
	    max-width: 1300px;
	    padding: 5px 5% 2%;
	    width: 100%;
	}
	
	#footer.homepage .anno-bar-wrapper {
		width: 100%;
		background-color: #fff;
		min-height: 110px;
		box-shadow: 10px 2px 15px #000;
		padding: 0.5% 1% 21%;
		
	}
	
	#footer .anno-bar {
		max-width: 1300px;
		margin: 0 auto;
		background-color: #fff;
		padding: 2% 0;
		max-height: 130px;
	}
	
	#footer .anno-bar div {
		display: inline-block;
		background-color: transparent;
		width: 40%;
		text-align: left;
		padding: 5px 3%;
		vertical-align: top;
		/*position: relative;
		top: -23px;*/
	}
	
	#footer .anno-bar h5 {
		font-size: 16px;
			
	}
		
	#footer .anno-bar p {
		font-size: 16px;
		color: #000;
	}
	
	#footer .anno-bar div.news {
		border-right: 1px solid #bfbfbf;
		border-bottom: none;
		/*position: relative;
		top: -12px;*/
		min-height: 150px;
	}
	
	#footer .anno-bar div.appearance div {
	color: #000;
	font-size: 16px;
	padding: 0;
	width: 60%;	
	margin: 20px 5px 10px 0;    
	}
	
	#footer .anno-bar div.appearance div img {
		display: block;
	}
	
	#footer .anno-bar div.appearance div:last-child {
	    left: 50px;
	    position: relative;
	    top: 0;
    }
    
    .newsletter label {
    position: relative;
    top: 0px;
    display: inline-block;
	}
	
	
	
	
	/****** HOMEPAGE ******/
	.homepage { }
	
	.homepage .homeWrap { 
		display: none; 
		margin: 0px; 
		overflow: hidden;
	}
	
	
	
	/* Homepage Content */
	.homeContent {
		display: table-cell;
		margin: 0px;
		padding: 0px 30px 0px 0px;
		width: 32%;
		height: 100%;
	}
	
	/* Homepage Contact */
	.homeContact { 
		display: table-cell;
		margin: 0px;
		padding: 0px 30px;
		width: 36%;
		height: 100%;
		border-top: none;
		border-left: 1px solid #ccc;
	}
	.homeContact div.form input[type=text],
	.homeContact div.form textarea { width: 94%; }
	
	/*** Homepage Featured Properties ***/
	.featuredProperties {
		display: table-cell;
		margin: 0px;
		padding: 0px 0px 0px 30px;
		width: 32%;
		height: 100%;
		border-top: none;
		border-left: 1px solid #ccc;
	}
	.featuredProperties ul { }
	.featuredProperties ul li { }
	.featuredProperties ul li img { }
	.featuredProperties ul li h3 {  }
	
	/* Banner / Slideshow */
	
	/* Homepage Banner / Slideshow */
.slideshow { 
	margin: -10px 0 0 6px; 
	width: 100%;
	position: relative; 
	min-height: 100px;
	overflow: hidden;
}
.slideshow .slide { display: none; width: 100%; overflow:hidden; }

.slideshow .slide-container {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: 4px;
    width: 100%;
}

	
	/*****   FOUR WORDS   *****/
	
	div.four-words-row {
		background: transparent url("../images/four-words/four-wds-bg.png") repeat scroll center bottom / cover ;
		height: 270px;
		margin: 0 auto;
		padding: 3% 0 0;
		width: 100%;
		z-index: 999;
	}
	
	div.news-categories {
		margin: 0 auto;
		max-width: 1300px;
		height: 467px;
	}
	
	div.news-categories div { float: left; }
	
	div.news-categories div:nth-child(1) { margin: 0 1% 0 0; }
	
	div.news-categories div:nth-child(2), div.news-categories div:nth-child(3) { margin: 0 1%; }
	
	div.news-categories div:nth-child(4) { margin: 0 0 0 1%; }
	
	/* Below code with background responsive instead of fixed width */
	div.news-categories div.news-hear {
		background: transparent url("../images/four-words/hear.jpg") repeat scroll 0 0 / cover;
	    height: 1px;
	    margin: 0 0 0 3%;
	    padding-bottom: 18.5%;
	    width: 22%;	
	}
	
	div.news-categories div.news-see {
		background: transparent url("../images/four-words/see.jpg") repeat scroll 0 0 / cover;
	    height: 1px;
	    margin: 0 1% 0 2%;
	    padding-bottom: 18.5%;
	    width: 22%;	
	}
	
	div.news-categories div.news-discover {
		background: transparent url("../images/four-words/discover.jpg") repeat scroll 0 0 / cover;
	    height: 1px;
	    margin: 0 2% 0 1%;
	    padding-bottom: 18.5%;
	    width: 22%;	
	}
	div.news-categories div.news-read {
		background: transparent url("../images/four-words/read.jpg") repeat scroll 0 0 / cover;
	    height: 1px;
	    margin: 0;
	    padding-bottom: 18.5%;
	    width: 22%;	
	}

	
	/*div.news-categories div.news-hear {
		background: transparent url("../images/four-words/hear.jpg") repeat scroll 0 0;
	    width: 291px; 
		height: 242px;
	    margin: 0 1.5% 0 0.5%;
    }
	
	div.news-categories div.news-see {
		background: transparent url("../images/four-words/see.jpg") repeat scroll 0 0;
		width: 291px; 
		height: 242px;
		margin: 0 1.5%;
	}
	
	div.news-categories div.news-discover {
		background: transparent url("../images/four-words/discover.jpg") repeat scroll 0 0;
		width: 291px; 
		height: 242px;
		margin: 0 1.5%;
	}
	
	div.news-categories div.news-read {
		background: transparent url("../images/four-words/read.jpg") repeat scroll 0 0;
		width: 291px; 
		height: 242px;
		margin: 0 0 0 1.5%;
	}*/
	
	div.news-categories div.news-hear:hover {
		background: transparent url("../images/four-words/hear-over.jpg") repeat scroll 0 0 / cover;
	}
	
	div.news-categories div.news-see:hover {
		background: transparent url("../images/four-words/see-over.jpg") repeat scroll 0 0 / cover;
	}
	
	div.news-categories div.news-discover:hover {
		background: transparent url("../images/four-words/discover-over.jpg") repeat scroll 0 0 / cover;
	}
	
	div.news-categories div.news-read:hover {
		background: transparent url("../images/four-words/read-over.jpg") repeat scroll 0 0 / cover;
	}


/***** Inner Page Template ******/

/* Appearances */

.appearanceList #content img {
	display: none;
	
}

.appearanceList #content img.ticket-btn, .appearanceList #content img.detail-btn {
	display: block;
    position: relative;
    top: 10px;
    left: 0;
}

.appearanceList #content img.ticket-btn-both {
	display: block;
    left: 100px;
    position: relative;
    top: -24px;
}

.appearanceList #content img.detail-btn-both {
	display: block;
    position: relative;
    top: 10px;
    left: 0;
    
}

.appearanceList .appearance {
    display: inline-block;
    width: 30%;
    margin: 30px 3% 0 0;
}

.appearanceList .appearance .details {
	left: 110px;
    position: relative;
    top: -80px;
    max-width: 70%;
}

.appearanceList .appearance p, .appearanceDetail .appearance-det p {	
	margin: 0;
}

.appearanceList .appearance h2, .appearanceDetail .appearance-det h2 {	
	margin: 0 0 10px;
}

.appearanceList .appearance h2.day-month, .appearanceDetail h2.day-month {
	float: none;
}

.appearanceDetail h2.day-month {
	float: left;
}

.appearanceList .appearance a img {	
	display: inline-block;
}

.appearanceDetail .details {
    left: 110px;
    position: absolute;
    top: 0;
    width: 70%;
}



/*  Music and Appearances Detail */

.musicDetail .track-list {
	left: 50%;
    position: absolute;
    top: 100px;
}

/* Video Page */
	
	.videoLink h3 { margin: 0px 0px 5px; font-size: 16px; }
    
    .videoLink .frame { 
	background: #666 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: -29px 0 10px;
    overflow: hidden;
    padding: 72% 0 0;
    position: relative;
    width: 100%;
    }



/* News Category Pages */
.news-mobile { display: none; }
.news-desk { display: block; }

.newsListings {  
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.newsListings li { 
	display: inline-block;
    margin: 0 2% 40px 0;
    width: 18%;
    vertical-align: top;
}  
.newsListings li:nth-child(5n) {
	margin: 0 0 40px;
}
.newsListings li img { 
    border-bottom: 10px solid #e36b1a;
    margin: 0 20px 10px 0;
    /*width: 220px;
    height: 150px;*/
}
.newsListings li h2, .newsListings li h2 a { 
	margin: 0px 0px 2px;
	font-size: 16px;
	line-height: 1.1em;
	color: #512667;
}
.newsListings li .date {
	margin: 0px 0px 10px;
	font-style: italic;
}

.newsModule.detail h1 { 
	margin: 0px 0px 10px;
	 color: #512667;
    font-size: 33px;
   }


/* LIST STYLES */

/* Discography */
	
	ul.musics {
    	list-style-type: none;
    	margin: 0;
    	padding: 0 0 0 5px;
    }

	/*ul.musics li {
		margin: 20px 30px 20px 0;
	}*/

ul.musics li {
    display: inline-block;
    list-style-type: none;
    margin: 10px 3.25% 10px 0;
    vertical-align: top;
    width: 17%;
    float: none;
}

ul.musics li:nth-child(5n) {
	margin: 10px 0;
}

ul.musics li p {
    font-size: 16px;
    margin: 0 auto;
    max-width: 150px;
    text-align: center;
  }
  
ul.musics li a img {
     border-bottom: 10px solid #e36b1a;
}



	
	
	
	/*   END INNER PAGE TEMPLATE   */
	
	/****** FORMS ******/
	div.form { max-width: none; }
	div.form label { 
		float: left;
		padding: 5px 0px 0px;
		width: 100px;
	}
	div.form input[type=text], 
	div.form input[type=number], 
	div.form input[type=password] { 
		width: 300px;
		height: 22px;
	}
	div.form textarea { 
		width: 400px;
		height: 120px;
	}
	div.form select { 	
		width: 300px;
		height: 22px;
	}
	div.form .row.checkbox,
	div.form .row.radio { margin-left: 100px; }
	div.form .row.captcha {  }
	div.form .row.captcha a { font-size: 12px; }
	div.form .row.captcha div { margin-left: 100px; }
	div.form .row.captcha p { font-size: 12px; margin-left: 100px; }
	div.form .row.buttons { text-align: left; }
	div.form input[type=submit] {
		margin-left: 100px;
		padding: 5px 30px;
		font-size: 20px;
	}
	div.form input[type=submit]:hover,
	div.form input[type=submit]:active { background: #666; }
	
	/***** BREADCRUMBS *****/
	ul.breadcrumbs {
		padding: 5px;
		font-size: 14px;
	}
	
	/***** PAGER / PAGINATION *****/
	.pager {
		font-size: 14px;
		line-height: 20px;
	}
	.pager ul.yiiPager  { }
	.pager ul.yiiPager li {
		font-size: 14px;
		line-height: 20px;
	}
	.pager ul.yiiPager li a {
		width: 20px;
		height: 20px;
	}

	/****** REALTY / REAL ESTATE MODULE ******/
	/*** Property Categories / Project Categories/ Locations List ***/
	.categories,
	.locations { }
	.categories li,
	.locations li {	
		float: left;
		margin: 0px 2.5% 20px; 
		width: 45%; 
		height: auto; 
		text-align: center;  
	}
	
	/*** Location Detail ***/
	.locationDetail .locImg { 
		float: right; 
		width: auto; 
		max-width: 50%; 
		margin: 0px 0px 20px 20px; 
	}
	
	/*** Property Detail Pages ***/
	.propertyDetail #photos { 
		float: left; 
		padding: 0px 40px 0px 0px;
		width: 60%;  
	}
	.propertyDetail #photos #ftrImg { height: 320px; }
	.propertyDetail #photos #ftrImg img { height: 320px; }
	.propertyDetail #photos #thumbs { }
	.propertyDetail #details { 
		float: left; 
		width: 40%; 
	}
	.propertyDetail #description { 
		margin: 20px 0px 0px 0px; 
		padding: 20px 0px 0px 0px; 
		border-top: #ddd 1px solid; 
	}
	
	/*** Project Detail Pages ***/
	.projectsModule.detail #photos { 
		float: left; 
		padding: 0px 40px 0px 0px;
		width: 60%;
	}
	.projectsModule.detail #photos #ftrImg { height: 320px; }
	.projectsModule.detail #photos #ftrImg img { height: 320px; }
	.projectsModule.detail #photos #thumbs { 
		float: left; 
		width: 40%; 
	}
	.projectsModule.detail #details { margin: 0px 0px 30px; }
	.projectsModule.detail #description { 
		margin: 20px 0px 0px 0px; 
		padding: 20px 0px 0px 0px; 
		border-top: #ddd 1px solid; 
	}
	
	/****** STORE MODULE ******/
	/*** Product Listing / Categories Pages ***/
	.storeModule .productCategories { margin: 0px 0px 20px; }
	.storeModule .product { 
		margin: 0px 1.66% 30px;
		width: 30%;
	}
	.storeModule .product img { 
		display: block; 
		margin: 0px auto 15px; 
		max-width: 240px;
		height: 150px; 
	}
	
	/*** Products Detail Page ***/
	.productDetail #photos { 
		float: left; 
		padding: 0px 40px 0px 0px;
		width: 60%;  
	}
	.productDetail #photos #ftrImg { height: 320px; }
	.productDetail #photos #ftrImg img { height: 320px; }
	.productDetail #photos #thumbs { 
		float: left; 
		width: 40%; 
	}
	.productDetail #details { margin: 0px 0px 30px; }
	.productDetail #description { 
		margin: 20px 0px 0px 0px; 
		padding: 20px 0px 0px 0px; 
		border-top: #ddd 1px solid; 
	}
	.productDetail #upsells {  
		margin: 20px 0px 0px 0px; 
		padding: 20px 0px 0px 0px; 
		border-top: #ddd 1px solid; 
	}
	
	/****** CMS MODULE (IMAGE GALLERIES/VIDEOS/SUBPAGES/FAQ) ******/
	/*** Image Gallery Listing ***/
	.gallery { 
		margin: 20px 4.5% 20px 0;
		width: 30%;
	}
	
	.gallery:nth-child(3n) {
		margin: 20px 0;
	}
	/*** Image Gallery Page ***/
	.photos {   }
	
	/*** Video Listing ***/
	.videoLink {  
		 margin: 0 3.35% 30px 0;
		 width: 22%;
	}
	.videoLink:nth-child(4n+1) {  
		 margin: 0 0 30px;
	}
	
	/*** Subpage Listings ***/
	.subpages {  }
	.subpages li {	
		margin: 0px 2.5% 30px; 
		width: 28.33%;
	}
	/*** Subpage Detail ***/
	.subpageDetail .subImg { 
		float: right;
		width: auto; 
		max-width: 50%; 
		margin: 0px 20px 20px 0px; 
	}
	
		
}  /* @media(min-width: 880px) */

/*** Main Menu Adjustment Breakpoint ***/
@media(min-width: 1020px) {
	
	
	#footer .anno-bar div.news {
		border-right: 1px solid #bfbfbf;
		border-bottom: none;
		position: relative;
		top: 5px;
		min-height: 150px;
	}
	
	
	.homepage #content .blur-box h1 {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
		text-decoration: none;
	}
	
	.homepage #content .article-dec p {
		color: #fff;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
		font-size: 16px;
		text-decoration: none;
	}
	.homepage #content .article-dec {
			padding: 5% 5% 0;
			text-align: left;
			color: #fff;
	}

	div.four-words-row {
	    background: transparent url("../images/four-words/four-wds-bg.png") repeat scroll center bottom / cover ;
	    height: 290px;
	    margin: 0 auto;
	    padding: 1.5% 0 0;
	    vertical-align: bottom;
	    width: 100%;
	    z-index: 999;
	}	
	
	 .bio #content p img {
		margin: 0 -24% 15px 15px;
		border-bottom: 10px solid #e36b1a;
	}	

}  /* @media(min-width: 1020px) */

@media(min-width: 1100px) {
	#footer.homepage .anno-bar-wrapper {
	    background-color: #fff;
	    box-shadow: 10px 2px 15px #000;
	    min-height: 110px;
	    padding: 0.5% 1% 13%;
	    width: 100%;
	}
	
	.homepage #content .article-dec img {
		width: 210px;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	
	 .bio #content p img {
		margin: 0 -32% 15px 15px;
		border-bottom: 10px solid #e36b1a;
	}
	
	.homepage #content .article-dec {
			padding: 10% 5% 0;
			text-align: left;
			color: #fff;
	}
	
	.homepage #content .blur-box h1 {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
		text-decoration: none;
	}
	
}

/*** Main Menu Adjustment Breakpoint ***/
@media(min-width: 1200px) {

	 .bio #content p img {
		margin: 0 -42% 15px 15px;
		border-bottom: 10px solid #e36b1a;
	}

}

/*** Main Menu Adjustment Breakpoint ***/
@media(min-width: 1299px) {

	 .bio #content p img {
		margin: 0 -56% 15px 15px;
		border-bottom: 10px solid #e36b1a;
	}

}

/*** Main Menu Adjustment Breakpoint ***/
@media(min-width: 1320px) {

/*.frame-blur img {
	display: inline;
    float: none;
    width: 100%;
    height: 460px;
}*/

/*.homepage #content .blur-box {
    width: 39.3%;
    }*/

	.homepage #content .blur-box h1 {
		color: #fff;
		font-size: 40px;
		font-weight: bold;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
		text-decoration: none;
	}
	
	.homepage #content .article-dec p {
		color: #fff;
		font-family: 'CenturyGothic', AppleGothic, sans-serif;
		font-size: 18px;
		text-decoration: none;
	}
	.homepage #content .article-dec {
			padding: 14% 5% 0;
			text-align: left;
			color: #fff;
	}
	
	#footer.homepage .anno-bar-wrapper {
	    background-color: #fff;
	    box-shadow: 10px 2px 15px #000;
	    min-height: 200px;
	    padding: 0.5% 5% 10%;
	    width: 100%;
	}

}  /* @media(min-width: 1320px) */

/*** Main Menu Adjustment Breakpoint ***/
@media(min-width: 1500px) {

	.frame-blur img {
	display: inline;
    float: none;
    width: 100%;
    height: 800px;
}}

/*** Main Menu Adjustment Breakpoint ***/
@media(min-width: 1800px) {
	
	/*.homepage #content .blur-box {
    width: 39.5%;
    }*/
    
    /*.frame-blur img {
	display: inline;
    float: none;
    width: 100%;
    height: 520px;
    }*/



}
