@charset "utf-8";
/* CSS Document */

/* ########## RESET STYLES ########## */ 
* {margin:0; padding:0; line-height:1; font-family:Georgia, Times, serif}

/* ########## STRUCTURE ########## */ 
body {
	background-image:url(../img/isihac-background.png);
	background-repeat:repeat-x;
	background-color:#1a3539;
}

body #terms {background-color:#FFF}

html {overflow: -moz-scrollbars-vertical;}
#mostouterwrapper {
	width:100%;
	margin: 0 auto 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

@media screen and (min-width: 960px) {
    #mostouterwrapper {
        width:953px;
        }
}

#outerwrapper {
	background-repeat:repeat-y;
	width:100%;
	margin: 0 auto 0 auto;
}

@media screen and (min-width: 960px) {
    #outerwrapper {
        width:953px;	background-image:url(../img/outer-body_bg_y-slice.png);
        }
}

#wrapper {
	width:100%;
	margin: 0 auto 0 auto;
}

@media screen and (min-width: 960px) {
#wrapper {
	width:909px;
    }
}

/* Content Wrapper */

#contentwrapper {
    clear: both;
	width:100%;
	min-height:100px;
	background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-y;
	padding-top: 20px;
}

@media screen and (min-width: 960px) {
    #contentwrapper {
	width:909px;
    }
}


#leftcontent p#red-text{
    position: relative;
    font-family: Times, serif;
    font-style: italic;
    font-weight: bold;
    margin: 35px 0;
    color: #ae1f23;
    font-size: 18px;
    line-height: 25px;
}
#leftcontent p#red-text img {
    float: right;
    margin: -35px 0 0 3px;
}
#header {
	width:100%;
	height:auto;
}

@media screen and (min-width: 960px) {
    #header {
        width:953px;
        height:143px;
        background: url(../img/header_bg.png) no-repeat left bottom;
    }
}

.logo {
    margin: 20px auto 0;
    background: url('../img/header_title_2.png') no-repeat center top;
        width: 372px;
        height: 131px;
}

@media screen and (min-width: 920px) {
    .logo {
        float: left;
        display: block;
        margin-left:27px;
        background: url('../img/header_title.png') no-repeat left top;
        width: 656px;
        height: 98px;
    }
}

#navigation {
	width:636px;
	height:95px;
	padding-left:16px;
}
#content {
	width:100%;
	background-repeat: repeat-y;
	background-position: 670px 100px;
}

@media screen and (min-width: 960px) {
    #content {
	width:909px;
	background-image: url(../img/content-border.gif);
    }
}

.cig-container {
    position: relative;
}

@media screen and (min-width: 960px) {
    .cig-container {
        text-align: left
        z-index: 9990;
    }
}

#cig-cards {
    margin: 0 auto;
    position: relative;
    z-index:9990;
    width: 263px;
    height: 370px;
}

@media screen and (min-width: 960px) {
    #cig-cards {
        position:absolute;
        top:150px;
        right:0px;
        margin: 0;
    }
}

.roundplayer {
	width:361px;
	background-color:#fee9c1;
	border: 2px solid black;
	border-top:none;
	padding: 0 16px 11px 16px;
	background-image:url(../img/microphone_small.png);
	background-repeat:no-repeat;
	background-position:320px bottom;
}
.rpHeader {
	width:393px;
	height:55px;
	background-color:#444445;
	border: 2px solid black;
	border-bottom:none;
}
.player {
	width:374px;
	padding-top: 11px;
}
.playerContent {
	height: 155px;
	padding:11px 0 22px 0;
	border-bottom:double #c9c8bf;
}
.playerLinks {margin-top:12px;}
.links_container {
	width:374px;
	margin:0 0 16px 2px;
}
.player_foot {height:32px;}

.archive_box {
    width: 100%;
	margin: 0 0 30px 0;
	padding: 0 20px 30px 0;
	border-bottom: 1px dotted #000000;
}

@media screen and (min-width: 960px) {
    .archive_box {
	    width:580px; 
    }
}

#leftcontent .archive_box p {
	font-size:14px;
	padding-top:10px;
}

.archive_box p span {line-height:20px;}

.left_left_col_archive {
	width: 275px;
	float:left;
	padding:0 10px 20px 0;
}press

@media screen and (max-width: 680px) {
    .left_left_col_archive {
        float: none;
    }
}

.series {
    left: 83%;
	position:absolute;
	top:31px;
	color:#FFF;
}



.series span {
	font-size:24px;	
	font-family:Arial, Helvetica, sans-serif;
}
#content .series span p {
	padding:0;
	margin:0;
	font-size:24px;	
	font-family:Arial, Helvetica, sans-serif;
}

.theme_tune {
    text-align: center;
	float:none;
	margin-right:20px; 
	margin-top:10px;
}

@media screen and (min-width: 680px) {
    .theme_tune {
/*        float: left;*/
    }
}

@media screen and (min-width: 920px) {
    .theme_tune {
        text-align: left;
        float:right;
        width:220px;
        height:100px;
    }
}

#leftcontent{
	width:100%;
	float:left;
	padding-right:20px;
}

@media screen and (min-width: 960px) {
    #leftcontent {
        width:650px;
    }
}

@media screen and (max-width: 960px) {
    #leftcontent {
	    padding-right:0px;
    }    
}

.content_header {
	width:88%;	
	margin:12px 0 26px 35px;
	padding:19px 0 24px 0;
	border-bottom:1px solid #c9c8bf;
}

@media screen and (max-width: 420px) {
    .content_header {
	    width:82%;	
    }
}

@media screen and (min-width: 960px) {
    .content_header {
	    width:600px;	
    }
}

.index_leftcol{
    width: 85%;
	float:left;
	margin-left:35px;
	padding:0 20px 20px 0;
}

@media screen and (min-width: 960px) {
    .index_leftcol{
	    width:267px;
        padding:0 20px 242px 0;
    }
}

.index_rightcol {
    width: 85%;
	float:left;
    margin-left: 35px;
}

@media screen and (min-width: 960px) {
    .index_rightcol {
	    padding-left:17px;
	    border-left:1px solid #c9c8bf;
	    width:310px;
        margin-left: 0;
    }
}

.radio {
    position: relative;
    width: 295px;
}

@media screen and (min-width: 960px) {
    .radio {
        position:absolute;
        left:-30px;
        bottom:0;
    }
}

.mic {
    display: none;
}

@media screen and (min-width: 960px) {
    .mic {
        display: block;
        position:absolute;
        left:240px;
        top:-210px;
    }
}

.merchandise_body {
	width:100%;
	border-left:1px solid #c9c8bf; 
	position:relative;
	top:-30px;
}

@media screen and (min-width: 960px) {
    .merchandise_body {
	    width:610px;
	    padding-left:35px;
    }
}

.default_body {
/*
	width:610px;
	padding:35px 0 0 35px;
	border-left:1px solid #c9c8bf; 
	position:relative;
	top:-30px;
*/
}

.default_body {
    width: 85%;
    float: left;
    margin-left: 35px;
    padding: 0 20px 20px 0;
}

.left_merch {
    width:517px;
}

#lefttopcol{
    width: 100%;
	display:block;
	float:left;
	margin-bottom:3px;
}

@media screen and (min-width: 960px) {
    #lefttopcol{
        width:600px;
    }
}

.left_default {
    width: 100%;
    line-height: 22px;
}

@media screen and (min-width: 960px) {
    .left_default {
        width:600px;
    }
}

#lefttopcol.twit {padding-top:20px;}
.merch_box {
    display: block;
	width:600px;
	margin-top:26px;
	padding-bottom:15px;
	border-bottom:1px dotted #000;
}
.merch_box img{border:none;}
.radio_banner {
	margin-top:15px;
	padding:20px 0 20px 0;
	border-top:double #c9c8bf;
}
.press .radio_banner {padding:11px 0 20px 0;}
.merch_banner {
	border-bottom:none;
	border-top:double #c9c8bf;
	margin-top:27px;
}
#mini-newsletter-wrapper {
    border-top:double #c9c8bf;
    padding-top:28px;
    margin-bottom: 30px;
}
.tour #mini-newsletter-wrapper {
    border:none;
    padding-top:0;
}

.sidebar {
	padding-top:0;
    padding-bottom: 200px;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .sidebar {
        text-align: left;
        padding-top:0px;
    }
}

@media screen and (max-width: 960px) {
    .sidebar {
        padding-bottom: 0;
    }
}

.home .sidebar {
	padding-top:0;
    padding-bottom: 0;
}

@media screen and (min-width: 960px) {
    .home .sidebar {
        padding-top:349px;
    }
}

.sidebar a {
    display: block;
}

.merch_banner {
	position:relative;
	border-bottom:double #c9c8bf;
}
.merch_left_box {
	width:128px;
	float:left;
	margin-top:5px;
}
.merch_left_box img{padding-right:25px;}
.merch_right_box {
	width:460px;
	float:left;
}
.merch_body {
	line-height: 20px;
	font-size:12px;
}
.merch_left_box.best {width: 194px; position: relative;}
.merch_right_box.best {width: 394px}
.merch_right_box a{color:#000;}
.press_quotes {margin-bottom:28px;}
.tour_dates {margin-bottom:24px;}
.tour_dates_padding {margin:4px 0 0 15px;}
.episodes {margin-bottom:26px;}
.mornington_rules {
	width:395px;
	margin:21px 20px 0 0;
	font-style:italic;
}
.mornington_rules img {margin-right:15px;}
.collumns .col {
	margin:27px 0 0 0;
	float:left;
	width:200px;
}
.sidebar {
    clear: both;
	width:100%;
	margin-top:14px;
	padding-right:18px;
    float: none;
	position:relative;
}

@media screen and (max-width: 960px) {
    .sidebar {
        padding-right:0;
    }
}

@media screen and (min-width: 960px) {
    .sidebar {
        clear: none;
	    float:right;
	    width:205px;
    }
}

.sidebar_box {
	border-bottom:double #c9c8bf;
	padding-bottom:26px;
}
.dates .sidebar_box {padding-bottom:5px;}

.tickets {
    margin-bottom: 30px;
    padding-top: 14px;
    text-align: center;
}
.mornington {
	border-top:double #c9c8bf;
	margin-top:5px;
}
input.newsletter {
	background-image:url(../img/input_fields.png); 
	background-repeat:no-repeat; 
	border-style: none; 
	height: 21px; 
	width: 191px; 
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}
input.newsletterTop {margin-bottom:10px;}
#content ul {margin:0 0 28px 18px;}
#content li {margin-bottom:7px;}

#bottomfooter {
	background-image:url(../img/footer_bottom-bg.png);
}

@media screen and (min-width: 960px) {
    #bottomfooter {
	    width:953px;
	    height:31px;
    }
}

.logo_box_right {
	width:90px;
	margin:0 18px 30px 26px;
	padding-top:8px;
}
.logo_box_left {
	width:114px;
	padding:0 26px 5px 0;
	border-right:1px #aebabb solid;
}
.news_img_container {
	width:89px;
	height:89px;
	padding:7px 9px 9px 7px;
    margin-right: 20px;
	background-image:url(../img/news_bg_img.png);
	float:left;
}
.news_item {
	padding: 29px 0 12px 30px;
	border-bottom: 1px #aebabb solid;
}

@media screen and (min-width: 960px) {
    .news_item {
        padding-left: 15px;
    }
}

.news_content {
	float: left;
    margin-top: 20px;
}

@media screen and (max-width: 480px) {
    .news_content {
        clear: both;
    }
}

@media screen and (min-width: 960px) {
    .news_content {
	    width:460px;
    }
}


.newsArticle_img {
	width:230px;
	height:229px;
	background-image:url(../img/newsArticleImg_bg.png);
	padding: 13px 18px 16px 13px;
	margin: 5px 20px 30px 0;
}

.newsArticle_content {
    width:100%;
}

@media screen and (min-width: 960px) {
    .newsArticle_content {
        width:319px;
    }
}

.newsArticle_container {border-bottom: 1px #aebabb solid;}

#footer {
	margin-top:17px;
	position:relative;
	margin:18px 20px 0 21px;
    padding-bottom: 40px;
}

@media screen and (min-width: 960px) {
    #footer {
        border-top:1px solid #c9c8bf; 
	    height:41px;
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 680px) {
    #footer {
        text-align: center;
    }
}

.trivia_corner {
	margin-bottom: 22px;
	margin-top:20px;
}

.trivia_corner img {
    transform: rotate(5deg);
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.trivia_corner a.popup {
    width: 100%;
}

@media screen and (min-width: 960px) {
    .trivia_corner a.popup {
        width: 250px;
    }
}

.tour_styles {margin:12px 0 26px 35px;width:600px;}
.feature {
	padding:20px 30px 10px;
	background:url(../img/body_gray_bg.jpg);
	border:3px double #ccc;
	border-radius:10px;
	color:#472113;	
}
#content .tour_styles .feature h2 {
	font-size:29px;
	font-weight:bold;
	line-height:1.5;
}

/* HOMEPAGE ANNOUNCEMENTS */
.important-message {
	text-align: center;
	background: #f9de4b;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-radius: 10px;
}

.important-message h4 {
	font-size:32px !important;
	line-height:42px;
	margin-bottom:28px;
    font-weight: normal;
}

.important-message a {
	background: #ae1f23;
	color: #fff !important;
	display: inline-block;
	border-radius: 10px;
	padding: 8px 16px;
	text-decoration: none !important;
	font-size: 15px;
}

.important-message a:hover {
	background: #E25C60;
}

/* ########## HOME NEWSLETTER SIGNUP ########## */
#home-mini-newsletter-wrapper #mini-newsletter-signup {
	background: #305458;
    margin-bottom: 30px;
    padding: 10px;
}

#home-mini-newsletter-wrapper #min-newsletter-body {
    padding:0 25px 0;
}

#home-mini-newsletter-wrapper #min-newsletter-foot {
    padding:0 25px 15px;
}

#home-mini-newsletter-wrapper #mini-newsletter-signup h4 {
	font-size:36px;
	line-height:42px;
	color:#fff;
	margin-bottom:18px;
	text-align:center;
    font-weight: normal;
    padding-top: 5px;
}

#home-mini-newsletter-wrapper #mini-newsletter-signup h4 span {
    font-size:25px;
    font-style: normal;
    text-transform: uppercase;
}

#home-mini-newsletter-wrapper #mini-newsletter-signup p {
	color:#fff;	
	font-size:18px;
	line-height:28px;
	margin-bottom:17px;
}

#home-mini-newsletter-wrapper #mini-newsletter-signup #min-newsletter-foot p {
	font-size:15px;
	line-height:23px;
	margin-top:	14px;
}

#home-mini-newsletter-wrapper #mini-newsletter-signup input.newsletter {
	width:93%;
}

/* ########## MINI NEWSLETTER SIGNUP ########## */
#mini-newsletter-signup {
    margin: 0 20px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:url(../img/min-newsletter-microphone.png) bottom right no-repeat #305458;
}

@media screen and (min-width: 960px) {
    #mini-newsletter-signup {
        margin: 0;
    }
}

#min-newsletter-head {padding:12px 0 0 0;}
#min-newsletter-body {padding:0 12px 0;}
#min-newsletter-foot {padding:0 80px 17px 12px;}
#mini-newsletter-signup h4 {
	font-size:18px;
	line-height:23px;
	color:#fff;
	margin-bottom:11px;
	text-align:center;	
}
#mini-newsletter-signup h4 .small_news {font-size:15px;}
#mini-newsletter-signup h4 .medium_news {font-size:16px;}
#mini-newsletter-signup p {
	color:#fff;	
	font-size:12px;
	line-height:22px;
	margin-bottom:17px;
}
#mini-newsletter-signup #min-newsletter-foot p {
	font-size:11px;
	line-height:19px;
	margin-top:	14px;
}
#mini-newsletter-signup input.newsletter {
	font-size:12px;
	width:156px;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	-webkit-box-shadow: inset 3px 3px 10px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 3px 3px 10px -3px rgba(0,0,0,0.6);
	box-shadow: inset 3px 3px 10px -3px rgba(0,0,0,0.6);
	background:#fff;
	margin-bottom:16px;
}

/* ########## TOURS NEWSLETTER SIGNUP ########## */ 
#tour-newsletter-signup {
	padding:22px 22px 0;
	background:#305458;	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	float:left;
	margin-bottom:40px;
	color:#fff;
}
.signup-wrap {float:left;width:100%;}
.signup-left {height:185px;}
.signup-right {height:201px;}
.signup-left {float:left;width:438px;padding-top:16px;}
.signup-right {float:right;width:100px;text-align:right;}
#tour-newsletter-signup p.header {
	font-size:31px;
	text-align:center;
	line-height:45px;
	margin-bottom:22px;
}
#tour-newsletter-signup p.header .large {font-size:41px;}
#tour-newsletter-signup p.header .medium {font-size:37px;}
#tour-newsletter-signup p.medium {font-size:18px;line-height:31px;margin-bottom:5px;} 
#tour-newsletter-signup input[type=text] {
	font-size:19px;
	width:408px;
	padding:5px 15px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	-webkit-box-shadow: inset 3px 3px 10px -3px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 3px 3px 10px -3px rgba(0,0,0,0.6);
	box-shadow: inset 3px 3px 10px -3px rgba(0,0,0,0.6);
	margin-bottom:13px;
}
#tour-newsletter-signup input[type=image] {float:right;}
#tour-newsletter-signup p.small {
	font-size:16px;
	line-height:25px;
	margin-top:22px;
	direction:block;
}

/* ########## STYLES ########## */ 
#content .tour_styles h1,
#content .tour_styles h2 {
	font-size: 24px;
	line-height: 35px;
	font-style: italic;
	font-weight: normal;
}
#content .tour_styles p {
	font-size: 16px;
	line-height: 22px;
}
#content .tour_styles ul {
    list-style-type: none;	
	margin: 0;
	padding: 0;
	margin: 0 0 31px 0;
}
#content .tour_styles li {
	font-size: 16px;
	line-height: 22px;	
}
.content_header h1 {
	font-size:36px;	
	font-style:italic;
	font-weight:normal;
	margin-top:4px;
}
.content_header h1.news {
	font-size:24px;
	line-height:22px;
	font-weight:normal;
	margin-top:4px;
	font-style:italic;
}
.rpHeader h1 {
	font-size:25px;
	line-height:35px;
	color:#FFF;
	font-style:italic;
	text-decoration:none;
	font-weight:normal;
	text-align:center;
	margin-top:5px;
}
.roundplayer h2 {
	font-size:18px;
	font-style:italic;
	line-height:35px;
	font-weight:normal;
}
.roundplayer p {
	font-size:12px;
	line-height:20px;
	margin:0 0 0 15px;
	font-style:italic;
}
.roundplayer .playerLinks p {
	line-height:40px;
	margin:0;
}
.roundplayer .player_foot a {
	font-size:9px;
	color:#444445;
	margin-left:190px;
}
.roundplayer .player_foot a:hover {text-decoration:underline;}
.roundplayer .playerLinks li {
	font-size:17px;
	line-height:30px;
	font-style:italic;
}
.roundplayer .playerLinks ul {list-style-position:inside;}
.roundplayer .playerLinks li a {color:#000;}
.roundplayer .playerLinks li a:hover {
	color:#666;
	text-decoration:underline;
}
#content h2{
	font-size:19px;
	font-style:italic;
	font-weight:normal;
	line-height:27px
}
h2.intro {margin-top:6px;}
.content_header h2.news {
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}
.content_header h2 {line-height:27px}
#content h3{
	font-size:17px;
	font-weight:normal;
}
.sidebar h4{
	font-size:13px;
	font-weight:normal;
}
#leftcontent h4 {
	font-size:24px;
	line-height:35px;
	font-style:italic;
	font-weight:normal;
}
.newsArticle_content p {margin-bottom:26px;}
#leftcontent p {
	font-size:16px;
	line-height:22px;
}
.small_p {
	font-size:16px;
	margin-top:10px;
	line-height:20px;	
}
#mostouterwrapper .p1{
	font-size:16px;	
	line-height:25px;
}
#mostouterwrapper .p2{
	font-size:12px;	
	line-height:1.9;
}
#mostouterwrapper .p3{
	font-size:11px;	
	line-height:1.7;
	font-style:italic;
}
#mostouterwrapper .p4 {
	font-size:13px;	
	line-height:20px;
}
#mostouterwrapper .p5 {
	font-size:15px;	
	line-height:24px;
}
#mostouterwrapper .p3 a, #mostouterwrapper .p5 a {
	line-height:1.7;
	color:#000;
	text-decoration: none;
}
#mostouterwrapper .p4 a {color:#000;}
.indent {margin-left:15px;}
.br{padding-bottom:7px;}
.br2{padding-bottom:5px;}
.br3 {margin-bottom:28px}
.tour .br3 {margin-bottom:8px;}
.br4 {margin-bottom:9px}
.br5 {margin-bottom:20px}
.br6 {padding-bottom:15px}
.mornington_rules a {color:#444445;}
a.backnews {
	color:#ae1f23;
	font-weight:bold;
}
.news_content a {
	display:block;
	margin-top:30px;
	color:#ae1f23;
}
#content a{
	color:#ae1f23;
	font-style:italic;
	text-decoration:underline;
}
#content a:hover{
	color:#E25C60;
}
a {text-decoration:none;}
#footer a {color:#000;padding:8px;display:block;}
.merchandise_body p{
	font-size:14px;
	line-height:22px;
}
.merchandise_body p.margin{margin-bottom:20px;}
.nomargin {margin: 0;}
.bold_italic {
	font-weight:bold;
	font-style:italic;
}
.italic {
    font-style:italic;
}

#footer .left li {
	font-size:10px;
	list-style:none;
	padding-right:10px;
    margin-bottom: 4px;
}

@media screen and (min-width: 960px) {
    #footer .left li {
        float:left;
	    font-size:8px;
        margin-bottom: 0;
    }
}


#footer .right li{
	float:right;
	font-size:8px;
	list-style:none;
	padding-left:10px;
}

/* ########## CIG JQUERY FADER CONTROLS ########## */
.nav {
	width: 150px;
	margin: 0 auto 20px auto;
	overflow: hidden;
    z-index: 9999;
    position: absolute;
    right: 60px;
    top: 500px;
}

@media screen and (max-width: 960px) {
    .nav {
        position: relative;
        right: 0;
        top: 0;
    }
}

.nav p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #457e84;	
	float: left;
	margin: 0 6px 0 8px;
}
.nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #457e84;
}

.nav a.left {
    float: left;
}

.nav a.right {
    float: rightt;
}

@media screen and (max-width: 768px) {
    .nav {
        display: block;
    }
}

/* TWITTER */

#twitter-widget-0{width:600px;}

.timeline-header {display:none!important;}

/* ########## COMMON STYLES ########## */ 
.floatright {
    float:right;
}

@media screen and (max-width: 480px) {
    .floatright {
        float: none;
        margin: 20px 0;
        display: block;
    }
}

.floatleft {
    float:left;
}

@media screen and (max-width: 480px) {
    .floatleft {
        float: none;
        margin: 20px 0;
        display: block;
    }
}

.clearme {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.noborder {border:none;}
hr.clearfix {
 visibility: hidden;
 clear: both;
 line-height:0px;
 font-size:0;
 height:0;
 margin:0;
 padding:0;
}
.imageright {
 float:right;
 padding: 0 0 0 10px;
}
.padunder {padding-bottom: 10px;}
.imageleft {
 float:left;
 padding: 0 10px 0 0;
}
#dsq-footer, .dsq-brlink, .dsq-avatar{
	display:none;
}

/* MOBILE NAV */

nav#main {
    text-align: center;
    display: none;
}


nav#main ul {
    margin-left: 34px;
    margin-bottom: 0;
}


nav#main ul li {
    list-style: none;
    margin-bottom: 10px;
}


nav#main ul li a {
    color: black;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

nav#main ul li a:hover {
    color: #575756;
}

@media only screen and (max-width: 680px) {
    nav#main {
        display: block;
    }
    nav#main ul {
        margin-left: 0;
    }
    #navigation {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    #leftcontent #animation_container canvas {
        left: 50%; margin-left: -319px !important;
    }
}

@media only screen and (max-width: 680px) {
    #leftcontent #animation_container {
        display: none;
    }
}

/* UPCOMING EVENTS */
#upcomming-events h2 {
	margin-bottom: 28px;
}

#upcomming-events .tour-info {
	border-radius: 10px;
	padding: 20px 20px;
	border: solid 2px #c9c8c0;
	margin-bottom: 15px;
}

#upcomming-events .tour-info h3, #upcomming-events .tour-info h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px !important;
}

#upcomming-events .tour-info h3 {
	color: #375358;
}

#upcomming-events .tour-info h4 {
	color: #9e1f15;
	margin-bottom: 15px;
}

#upcomming-events .tour-info p {
	margin-bottom: 15px;
}

#upcomming-events .tour-info p:last-child {
	margin-bottom: 0;
}

#upcomming-events .tour-info .link a {
	background: #ae1f23;
	color: #fff !important;
	display: inline-block;
	border-radius: 10px;
	padding: 8px 16px;
	text-decoration: none !important;
	font-size: 15px;
}

#upcomming-events .tour-info .link a:hover {
	background: #E25C60;
}
