@media ( max-width: 1024px ) {
#home{
	background: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
}

.imageholder-reviews {
	display:block;
	width: 100%;
	height: 100%;
	float: none;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 25px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: right;
	color: #666666;
	text-align: left;
}

/* Left content on page
-------------------------------------------------------------- */
.home-left {
	position: relative;
	max-width: 1080px;
	padding: 0 2%;
	margin: 0 auto;
	float:left;
}
}

@media ( max-width: 800px ) {
	@media ( max-width: 400px ) {
.backstretch {
  display: none;
}
#hdr {
    min-height: 200px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	z-index: 9999;
	margin-top: 40px;
}

#hdr #logo {
	float: center;
	position: absolute;
	z-index: 10;
	left: 0;
}
#hdr #logo img {
	max-width: 100%;
	display: block;
	width: 250px;
	height: 44px;
	margin-top: 80px;
}   
    body {
        padding-top: 40px;
		background-color:#FFF;
    }
	h3 {
		font-size: 18px;
	}
    #nav-expand {
        display: block;
    }
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #f3f7fa;
        border: none;
		list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0px dashed #bbb;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
	
    #nav.visible {
        display: block;
    }
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
		width: 100%;
        float: none;
        margin: 0;        
        text-align: center;
        color: #0F1B2F;
        font-size: 15px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 0px solid #e6ecf1;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }
	
.imageholder-wide {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}
	
/* MR Home Page
-------------------------------------------------------------- */

#home1-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#home1-cnt .home1-cnt-inner {
		padding-left:0px;
		padding-right: 0px;
		float:left;
		width: auto;
		left: 0%;
}

/* About Page
-------------------------------------------------------------- */
    #about-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #about-cnt .about-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
    }
/* About Page
-------------------------------------------------------------- */
    #comp-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #comp-cnt .comp-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
    }
	
/* MR Concert Page
-------------------------------------------------------------- */
    #concert-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #concert-cnt .concert-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
    }

/* MR press Page
-------------------------------------------------------------- */
#press-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#press-cnt .press-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
		left: 0%;
}
#presspage-title {
	position: relative;
	width: auto;
	background-color: none;
	margin-top: 120px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
	left: 0%;
}
/* MR Media Page
-------------------------------------------------------------- */
#media-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#media-cnt .media-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
		left: 0%;
}
    .slogan {
        margin: 0;
        padding: 0 20px;   
    }
    .slogan > span {
		font-size: 18px;
        text-align: center !important;
    }
    #NewsBar > ul li {
		font-size: 13px;
        text-align: center !important;
		width:auto;
        padding: 10px 10px;
		margin-left:auto;
		margin-right:auto;
    }
    .gallery {
        
    }
    .gallery img {
        width: 49% !important;
    }
    
 
    #testimonials blockquote {
        width: 94%;
    }

#home{
	background: #FBFBFB url(../images/bg/home-top-phone-1400.jpg) no-repeat top center;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%;
	margin-top: 100px;
}

    .slogan {
        margin: 0;
        padding: 0 20px;   
    }
    .slogan > span {
		font-size: 14px;
        text-align: center !important;
    }

/* Footer
-------------------------------------------------------------- */
.footer-home {
	bottom: 0;
	width: 100%;
	height: 125px;
	color: #292929;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 14px;
	background-repeat:repeat;
	padding: 20px 0;
}



/* MR press Page
-------------------------------------------------------------- */
#press-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#press-cnt .press-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
}


/* Media Table styles
-------------------------------------------------------------- */    
#media-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:100%;
   margin-right: 4%;
   }
#right_col {
   float:right;
   width:100%;
   margin-top: 20px;
}


/* collaborations Table styles
-------------------------------------------------------------- */    
#collaborations-wrap {
   width:100%;
   margin:0 auto;
   display:block;
}
#left_col {
   float:left;
   width:100%;
   }
#right_col {
   float:left;
   width:100%;
}


/* Footer featured News
-------------------------------------------------------------- */
#ftr .featured-News {
	display:none;
}
#ftr .featured-News  a {    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#ftr .featured-News {
    opacity: 0.5;
}

}
}

/* iPhone 8 Plus. iPhone 6+/6s+/7+/8+-------------------------------------------------------- */ 	
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
.backstretch {
  display: none;
}
.imageholder-wide {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}		
#homesummery-title {
	display: none;
}		
/* Main navigation styles
-------------------------------------------------------------- */    
    #nav-expand {
        display: block;
		margin-top: 0px;
    }
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #f3f7fa;
        border: none;
    }
    #nav.visible {
        display: block;
    }
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: center;
        color: #0F1B2F;
        font-size: 20px;
        letter-spacing: 1px;
        border-bottom: none;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 0px solid #e6ecf1;
    }
    #nav li a {
        padding: 20px 20px ;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }
		
/* social icons Top
-------------------------------------------------------------- */
#social-top {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 1%;
	margin-left: 1%;

}
#social-top img {
	width: 25px;
	height: 25px;
	margin-left: 8px;
	margin-right: 8px;
}
		
/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 250px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	z-index: 9999;
	margin-top: 40px;
}


/*Logo--*/
    #hdr #logo {
        position: static;
        display: block;
        float: none;
        margin: 0;
        clear: both;
    }
    #hdr #logo img {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
    }		
/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 15px;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
}
table tr td {
	background: none;
}
table tr:nth-child(odd) td {
    background: none;
}


table tr.hdr th {
    background: none;
}
table tr.bdy th {
}
table tr.bdy th a {
}
table tr.bdy th a:hover {
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}	

	
/* MR Home Page
-------------------------------------------------------------- */

#home1-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#home1-cnt .home1-cnt-inner {
		padding-left:0px;
		padding-right: 0px;
		float:left;
		width: auto;
		left: 0%;
}

/* About Page
-------------------------------------------------------------- */
    #about-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #about-cnt .about-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
    }
/* About Page
-------------------------------------------------------------- */
    #comp-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #comp-cnt .comp-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
    }
	
/* MR Concert Page
-------------------------------------------------------------- */
    #concert-cnt {
        margin: 0;
        min-height: 0;
        background: none;
    }
    #concert-cnt .concert-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
    }

/* MR press Page
-------------------------------------------------------------- */
#press-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#press-cnt .press-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
		left: 0%;
}
#presspage-title {
	position: relative;
	width: auto;
	background-color: none;
	margin-top: 120px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #76b4b7;
	left: 0%;
}
/* MR Media Page
-------------------------------------------------------------- */
#media-cnt {
        margin: 0;
        min-height: 0;
        background: none;
}
#media-cnt .media-cnt-inner {
		padding-left:10px;
		padding-right: 10px;
		float:left;
		width: auto;
		left: 0%;
}		
#top-bar .CD-jump-icon {
	width: 21%;
	height: auto;
	padding: 2px;
	float: left;
	display: inline;
	margin-right: 3px;
	opacity: 1;
	-moz-transition: opacity 1s ease 0s;
	-webkit-transition: opacity 1s ease 0s;
	-o-transition: opacity 1s ease 0s;
	transition: opacity 1s ease 0s;
}		
	}	


/* Portrait and Landscape */
@media screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 4) {
.backstretch {
  display: none;
}
.imageholder-wide {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	padding-top: 8px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
	text-align: left;
}	
	#home1-cnt .home1-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: auto;
	left: 0%;
}
    /* Clearfix
-------------------------------------------------------------- */
.home-left:before,
.home-left:after,
.clr:before,
.clr:after {
    content: ' ';
    display: table;
}

.home-left:after,
.clr:after {
    clear: both;
}

.clear {
    clear: both;
}
/* contact table */
table.contact, th, td {
	width: 90%;
}

input[type="submit"] {
			width: auto;
		}
		input[type="reset"] {
			width: auto;
		}

.g-recaptcha {
	float:left;
	z-index: 500;
}
/*MailChimp Signup Form*/
#newsletter-box {
	width:85%;
	border: thin solid #3D97AD;
	padding: 10px;
}


/* Main navigation styles
-------------------------------------------------------------- */    
    #nav-expand {
        display: block;
    }
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #f3f7fa;
        border: none;
		list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0px dashed #bbb;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
    #nav.visible {
        display: block;
    }
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
        display: block;
        float: none;
        margin: 0;        
        text-align: center;
        color: #0F1B2F;
        font-size: 15px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 1px solid #e6ecf1;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }


/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 200px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	z-index: 9999;
	margin-top: 40px;
}

/* social icons Top
-------------------------------------------------------------- */
#social-top {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 1%;
	margin-left: 1%;

}
#social-top img {
	width: 25px;
	height: 25px;
	margin-left: 8px;
	margin-right: 8px;
}
/*Logo--*/
    #hdr #logo {
        position: static;
        display: block;
        float: none;
        margin: 0;
        clear: both;
    }
    #hdr #logo img {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
    }

#hdr-r {
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    
    #home-links {
        margin: 0;
        padding: 10px;
    }
    #home-links > a {
        display: block;
        margin: 0 0 10px;
    }
    
#home{
	display: block;
	width: 100%;
	height: 100%;
	float: right;
	padding-top: 0px;
	padding-bottom: 25px;
	text-align: left;
	margin-bottom: 20px;
}



#home-cnt {
	overflow: visible;
	height: 10px;
	padding: 20px 0 20px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 80%;
	margin-top: 0px;
}
    #home-cnt a {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 20px;
    }

#Projects-cnt .Projects-cnt-inner {
	position: relative;
	background-image: none;
	background-repeat: repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	margin-bottom: 20px;
	width: 50%;
}
/* MR Home footer
-------------------------------------------------------------- */
#ftr-MRhome-right {
	text-align: left;
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	bottom: 0;
	float: left;
	width: 100%;
}
.footer_MRhome-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:11px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
	z-index: 40;
}
/* social2 icons
-------------------------------------------------------------- */
#social2 {
	width:100%;
	display:block;
	float:left; 
	padding: 0px 10px 0px 10px;
	margin-top: 10px;

}
#social2 img {
	width: 35px;
	height: 35px;
	margin-left: 0px;
	margin-right: 15px;
}
/* social 3 icons
-------------------------------------------------------------- */
#social3 {
	width:100%;
	display:block;
	float:left; 
	padding: 0px 10px 0px 10px;
	margin-top: 10px;

}
#social3 img {
	width: 35px;
	height: 35px;
	margin-left: 0px;
	margin-right: 15px;
}
/* Table styles
-------------------------------------------------------------- */    
table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
    padding: 10px;
    margin: 0 0 -1px;
    background: #eee;
    color: #555;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.4;
}
table tr th,
table tr td {
	padding: 10px;
	text-align: left;
	line-height: 1.3em;
	vertical-align: middle;
	font-size: 15px;
}
table tr th:last-child,
table tr td:last-child {
    
}
table tr th {
	background: none;
	color: #555;
}
table tr td {
	background: none;
}
table tr:nth-child(odd) td {
    background: none;
}


table tr.hdr th {
    background: none;
}
table tr.bdy th {
}
table tr.bdy th a {
}
table tr.bdy th a:hover {
}
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}


/* MRoss Home Page - summery 1
-------------------------------------------------------------- */
#homesummery-title {
	display: none;
}

/* Page Title
-------------------------------------------------------------- */
#page-title {
	position: relative;
	width: 100%;
	background-color: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
}
#presspage-title {
	position: relative;
	width: 100%;
	background-color: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
}

    .row {
        margin: 0;
    }
    .row > [class^='col-'] {
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    
    ul.form,
  
    ul.form > li {
        margin: 0 0 10px;
        padding: 0;
    }
    ul.form > li label {
        position: static;
        float: none;
        display: block;
        margin: 0 0 5px;
        padding: 0;
    }

    body {
        background: #fff;
    }
    
    table tr * {        
        white-space: normal !important;
    }


/************************/
/* featured Concert */
/************************/
.feature-calendar-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-bottom-color: #29577C;
	border-bottom-style: solid;
	background-image: url(../images/concert-feature-bg.png);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Ross Concerts */
#concerts {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

#concerts caption,
#concerts td,
#concerts th {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
    vertical-align: top;
    horizontal-align: left; 
}
#concerts .event-title{
	font-size: 18px;
    line-height: 1.2em;
	font-weight:lighter;
	width: auto;
}
#concerts .event-title a{
	font-size: 18px;
	font-weight:lighter;
	width: auto;
}
#concerts .event-title a:hover{
	font-size: 18px;
	font-weight:lighter;
	color: #52cfe2;
}

#concerts tr.hdr th,
#concerts tr.bdy td {
	text-align: left;
    vertical-align: top;
    horizontal-align: left;
}
#concerts tr.bdy td,
#concerts tr.bdy th {
	font-size: 15px;
	border-top: none;
	vertical-align: top;
	horizontal-align: left;
	line-height: 1.2em;
}
#concerts tr.hdr th {
    font-weight: lighter;
    text-transform: uppercase;
    line-height: 1.2em;
}
#concerts tr.bdy th {       
}
#concerts tr.bdy:hover td {
    background: none;
    vertical-align: top;
    horizontal-align: left;
}
#concerts tr.bdy:hover th {
    background: none;
	border-left-style: none;
	width: auto;
}

#concerts tr.bdy th.date  {
	width: 100%; 
	font-size: 18px;
	line-height: 1.2em;
	color: #3D97AD;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#concerts tr.bdy th.date a {
    font-size: 18px;
    line-height: 1.2em;
    color: #52cfe2;
}

#concerts tr.bdy th.date a:hover { 
    color: #ff8800;
    line-height: 1.2em;
}
#concerts tr.bdy th.date span {
	display: block;
	line-height: 1.2em;
	color: #000000;
}


#concerts tr.bdy th.place  {
	width: 100%;
	font-size: 13px;
	line-height: 1.2em;
	color: #2D2D2D;
	margin-top: 10px;
	margin-bottom: 30px;
}

#concerts tr.bdy th.place a { 
	font-size: 13px;
	line-height: 1.2em;
    color: #fff;
}

#concerts tr.bdy th.place a:hover { 
    color: #ff8800;
}
#concerts tr.bdy th.place span {
	display: block;
	color: #2D2D2D;
}
.smallinfo {
	display: block;
	font-size: 13px;
	color: #000000;
	margin-top: 8px;
}



/* CD listing
-------------------------------------------------------------- */


.CD {
	width: 100%;
	height: auto;
}

/* footer
-------------------------------------------------------------- */
.home-footer {
	font-family: 'Lato', sans-serif;
	position: relative;
	height: auto;
	font-size: 12px;
	bottom: 0;
	width: 100%;
	color: #000000;
	line-height: 14px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
.home-footer a:link {
	color: #414141;
	text-decoration: none;
}
.home-footer a:hover {
	color:#414141; 
	text-decoration:none; 
}
.footer_lab {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
}

.footer_lab a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#cccccc; 
	text-decoration:none; 
}

.footer_lab-right {
	font-family: 'Lato', sans-serif;
	position: relative;
	font-size:12px;
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #333333;
	line-height: 14px;
}

.footer_lab-right a {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	color:#cccccc; 
	text-decoration:none; 
}
/* General Usage Styles
-------------------------------------------------------------- */
.gallery {
    margin: 0 0% 0px;
	width: 70%;
}
    }
	



/* phone 320px Smartphones (portrait and landscape) */	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	
.backstretch {
  display: none;
}
.imageholder-wide {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	padding-top: 0px;
	padding-left:0px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.3em;
	text-align: left;
	color: #666666;
}	
	#home1-cnt .home1-cnt-inner {
	position: relative;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-bottom: 20px;
	width: auto;
	left: 0%;
}
    body {
        padding-top: 40px;
    }
/* Header & Footer styles
-------------------------------------------------------------- */
#hdr {
    min-height: 200px;
    padding: 15px 0;
	background-image:url(../images/nav-bg-MR.png);
	border-image-repeat: repeat;
	position: relative;
	width: 100%;
	z-index: 9999;
	margin-top: 40px;
}

/* Main navigation styles
-------------------------------------------------------------- */    
    #nav-expand {
        display: block;
    }
    #nav {
        display: none;
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 40px; left: 0; right: 0; bottom: 0;
        background: #f3f7fa;
        border: none;
		list-style: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 0px dashed #bbb;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    }
	
    #nav.visible {
        display: block;
    }
    #nav li,
    #nav li a,
    #nav li > ul > li,
    #nav li > ul > li a {
		width: 100%;
        float: none;
        margin: 0;        
        text-align: center;
        color: #0F1B2F;
        font-size: 15px;
        letter-spacing: 1px;
        border: none;
	font-family: 'Lato', sans-serif;
	font-weight: lighter;
    }
    #nav > li,
    #nav li > ul > li {
        margin: 0; padding: 0;
        border-top: 0px solid #333;
        border-bottom: 0px solid #e6ecf1;
    }
    #nav li a {
        padding: 15px 20px;
    }
    #nav li > ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
    #nav li > ul > li a {
        padding-left: 30px;
    }
    #nav li > ul > li:last-child {
        border-bottom: none;
    }
    #nav li > ul > li,
    #nav li > ul > li a {
        background: none;        
    }

/*Logo--*/
    #hdr #logo {
        position: static;
        display: block;
        float: none;
        margin: 0;
        clear: both;
    }
    #hdr #logo img {
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
    }
/* social icons Top
-------------------------------------------------------------- */
#social-top {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 1%;
	margin-left: 1%;

}
#social-top img {
	width: 25px;
	height: 25px;
	margin-left: 8px;
	margin-right: 8px;
}
/* Footer
-------------------------------------------------------------- */
#ftr-home {
	bottom: 0;
	width: 100%;
	height: 125px;
	color: #292929;
	position: relative;
    clear: both;
	padding-right: 2%;
	padding-left: 2%;
	margin-right:auto;
	margin-left:auto;

}
#ftr-home-right {
	bottom: 0;
	width: 100%;
	height: 125px;
	color: #292929;
	position: relative;
    clear: both;
	padding-right: 2%;
	padding-left: 2%;
	margin-right:auto;
	margin-left:auto;
}
/* Left content on page
-------------------------------------------------------------- */
.home-left {
	position: relative;
	max-width: 1080px;
	padding: 0 2%;
	margin: 0 auto;
	float:left;
}
#home-cnt {
	overflow: visible;
	height: 100px;
	padding: 5px 0 25px;
	margin-bottom: 65px;
	margin-top: 0px;
}
/* Home Qoutes
-------------------------------------------------------------- */
#NewsBar {
	float: left;
	width: 100%;
}
#NewsBar ul li {
	font-size: 15px;
	line-height: 1.6em;
	text-transform: none;
}
/************************/
/* featured Concert */
/************************/
.feature-calendar-box {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-bottom-color: #29577C;
	border-bottom-style: solid;
	background-image: url(../images/concert-feature-bg.png);
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
}


