* {
	color: #181818;
}

body {
	/*font-family: 'museo_sans500', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #f7f7f7;
}

.container {
	background-color: #f7f7f7;
}

/* Typography  */
@font-face {
	font-family: 'museo_sans500';
	src: url('/fonts/museosans_500-webfont.eot');
	src: url('/fonts/museosans_500-webfont.eot?#iefix')
		format('embedded-opentype'), url('/fonts/museosans_500-webfont.woff')
		format('woff'), url('/fonts/museosans_500-webfont.ttf')
		format('truetype'),
		url('/fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'aaarghnormal';
	src: url('/fonts/aaargh-webfont.eot');
	src: url('/fonts/aaargh-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/aaargh-webfont.woff') format('woff'),
		url('/fonts/aaargh-webfont.ttf') format('truetype'),
		url('/fonts/aaargh-webfont.svg#aaarghnormal') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'blahausregular';
	src: url('/fonts/blahaus-webfont.eot');
	src: url('/fonts/blahaus-webfont.eot?#iefix')
		format('embedded-opentype'), url('/fonts/blahaus-webfont.woff')
		format('woff'), url('/fonts/blahaus-webfont.ttf') format('truetype'),
		url('/fonts/blahaus-webfont.svg#blahausregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CgDavisonAmericana';
	src: url(../fonts/CgDavisonAmericana.ttf);
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'oswald_bold';
	src: url(../fonts/oswald_bold.ttf);
	font-weight: normal;
	font-style: normal;
}

a {
	color: #aa0000;
	text-decoration: none;
}

a:hover {
	color: #aa0000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	/*font-family: 'aaarghnormal', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 22px;
	text-transform: uppercase;
}

ul {
	list-style-type: none;
}

li {
	margin-left: 16px;
}

.media_head h4 .title {
	font-family: "CgDavisonAmericana";
	font-size: 24px;
}

h3.line {
	border-bottom: 1px solid #aa0000;
	color: #aa0000;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 10px;
	font-weight: bold;
	height: 14px !important;
	padding: 0 !important;
	text-transform: capitalize;
	margin: 0 0 6px !important;
}

.buy_text>a>h4 {
	font-size: 14px;
	font-weight: bold;
}

h4.album_h4 {
	color: #aa0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
}

.section_title>h4 {
	font-family: "CgDavisonAmericana";
	font-size: 24px;
	margin: 18px 0 10px;
}

.album_producer {
	font-size: 12px;
}

.bg-black {
	background-color: #000000;
}

.modal-title {
	word-wrap: break-word;
}

blockquote {
	font-size: 12px;
	font-style: italic;
	border-left: 0px;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote:before {
	color: #3A3A3A;
	content: open-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	margin-left: -20px;
}

blockquote p {
	display: inline;
}

/* header area */
#hd { /*     background-color: #000000;*/
	display: inline;
	height: auto;
	width: 100%;
}

#headerTop {
	margin: 0 auto;
	padding: 0 15px;
	width: 1170px;
}

.service_top>ul {
	float: right;
	list-style: none outside none;
	padding: 0;
}

.service_top li {
	display: inline;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.service_top a {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}

.service_top a:hover {
	color: #000;
	text-decoration: none;
}


/*header social icons */

.social_sprite_ul {
	float: left;
	list-style: outside none none;
	margin: 7px 0 0;
	padding: 0 0 0 7px;
}

.social_sprite_ul>li {
	float: left;
	margin: 0 0 0 5px;
}

/* main class, defining what icon sheet to use */
[class^="social-"], [class*=" social-"] {
	background-image: url("../images/social_sprite.png");
	background-position: 14px 14px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	vertical-align: text-top;
	width: 26px;
	background-size: 182px 52px;
}

.social-facebook {
	background-position: -26px 0;
}

.social-facebook:hover {
	background-position: -26px -26px;
}

.social-twitter {
	background-position: -52px 0;
}

.social-twitter:hover {
	background-position: -52px -26px;
}

.social-googleplus {
	background-position: -78px 0;
}

.social-googleplus:hover {
	background-position: -78px -26px;
}

.social-instagram {
	background-position: -156px 0;
}

.social-instagram:hover {
	background-position: -156px -26px;
}

.social-spotify {
	background-position: -130px 0;
}

.social-spotify:hover {
	background-position: -130px -26px;
}

.social-play {
	background-position: -104px 0;
}

.social-play:hover {
	background-position: -104px -26px;
}

.social-apple {
	background-position: 0 0;
}

.social-apple:hover {
	background-position: 0 -26px;
}
/*header social icons */

#back_height>a {
	background: url("../images/tobykeithBG_May.jpg") no-repeat scroll center
		top #f7f7f7;
	display: block;
	height: 323px;
}

.lnm_navbar {
	height: auto;
	background-color: #F7F7F7;
	border: 0px solid;
}

.lnm_navigation {
	background-color: #3a3a3a;
	box-shadow: 0 2px 5px 0 #555;
	height: 50px;
}

.lnm_navbar-header {
	background-color: #000000;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #fff;
	font-size: 18px; /*padding: 20px 10px;*/
	font-family: 'oswald_bold';
	text-transform: uppercase;
	padding: 15px 8px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-text:hover{
	color: #afafaf;
}


.navbar-nav .current a {
	color: #afafaf !important;
}

.navbar-nav .current a:hover {
	border-top: 0px !important;
	color: #ffffff !important;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.navbar-toggle {
	float: left;
	margin: 12px 0 -2px 10px;
	border: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: medium none;
}

.navbar-default .navbar-toggle:focus {
	background-color: rgba(0, 0, 0, 0)
}
/* navigation */

/*notification*/
.user_notification_container.level_red {
	height: 60px;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	padding-right: 30px;
	background: #e78586; /* Old browsers */
	background: -moz-linear-gradient(top, #e78586 1%, #d17978 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e78586),
		color-stop(100%, #d17978)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e78586 1%, #d17978 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e78586 1%, #d17978 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e78586 1%, #d17978 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e78586 1%, #d17978 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e78586',
		endColorstr='#d17978', GradientType=0); /* IE6-9 */
}

.user_notification_container a {
	color: #ffffff !important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive
	{
	height: auto !important;
}

.user_notification_container.level_red .user_notification_div {
	height: 30px;
	max-width: 1240px;
	padding-left: 40px;
	margin: 0 auto;
	padding-top: 12px;
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/images/icon_emergency2.png")
		no-repeat scroll 0px 7px;
}

.user_notification_container.level_green {
	height: 60px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	padding-right: 30px;
	background: #9cc674; /* Old browsers */
	background: -moz-linear-gradient(top, #9cc674 1%, #90b96a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #9cc674),
		color-stop(100%, #90b96a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9cc674 1%, #90b96a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9cc674 1%, #90b96a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9cc674 1%, #90b96a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #9cc674 1%, #90b96a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cc674',
		endColorstr='#90b96a', GradientType=0); /* IE6-9 */
}

.user_notification_container.level_green .user_notification_div {
	height: 30px;
	max-width: 1240px;
	padding-left: 40px;
	margin: 0 auto;
	padding-top: 12px;
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/images/icon_updates.png")
		no-repeat scroll 0px 7px;
}

.user_notification_container.level_orange {
	height: 60px;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-weight: bold;
	position: relative;
	padding-left: 45px;
	padding-right: 30px;
	background: #eacf7e; /* Old browsers */
	background: -moz-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eacf7e),
		color-stop(100%, #ebc654)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eacf7e 1%, #ebc654 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #eacf7e 1%, #ebc654 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacf7e',
		endColorstr='#ebc654', GradientType=0); /* IE6-9 */
}

.user_notification_container.level_orange .user_notification_div {
	height: 30px;
	max-width: 1240px;
	padding-left: 40px;
	margin: 0 auto;
	padding-top: 12px;
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/images/icon_notifications.png")
		no-repeat scroll 0px 7px;
}

.notification_close {
	width: 20px;
	height: 20px;
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/images/close3.png")
		no-repeat scroll 0px 0px;
	position: relative;
	right: 10px;
	top: 0px;
	display: block;
	float: right;
	margin-top: -2px;
	cursor: pointer;
	cursor: hand;
}

.user_notification_container.level_red .user_notification_div .notification_close
	{
	width: 20px;
	height: 20px;
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/images/close3wh.png")
		no-repeat scroll 0px 0px;
	position: relative;
	right: 10px;
	top: 0px;
	display: block;
	float: right;
	margin-top: -2px;
	cursor: pointer;
	cursor: hand;
}

.close_permanently {
	text-decoration: underline;
	color: #ffffff;
}

/*notification*/

/* middle */
.lnm_middle {
	background: url(../images/content_bg_980px.jpg) repeat scroll center top
		#ECECEC;
	min-height: 480px;
	padding-top : 25px;
}

.lnm_middle h3 {
	font-family: 'CgDavisonAmericana';
	height: 45px;
	padding-top: 10px;
	margin-bottom: 0px;
}

.container_box h3 {
	margin: 8px 0 0;
	padding-top: 0;
}

.lnm_carousel-indicators {
	bottom: 0px;
	background-color: transparent;
}


.lnm_readmore {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 42px; /*background-color: #212121;*/
	display: block;
	position: absolute;
	width: 60px;
	right: 15px;
	top: 20px;
	font-style: italic;
	padding-top: 10px;
	text-transform: capitalize;
}

.lnm_follow {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 42px;
	padding-top: 0px;
	position: relative;
	top: 30px;
	left: 7px;
	font-style: italic;
	text-transform: capitalize;
}

.lnm_facebook h3, .lnm_instagram h3, .lnm_soundcloud h3 {
	background-color: transparent;
	float: left;
}

.lnm_section_title {
	display: block;
}

.lnm_section_title h4 {
	font-family: "CgDavisonAmericana";
	font-size: 24px;
	margin: 0 0 10px;
	text-transform: uppercase;
	width: 100%;
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th,
	.table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th,
	.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-left: 1px solid #dddddd;
}

.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th,
	.table-bordered>thead>tr>th {
	font-size: 16px;
}

.lnm_subnav {
	padding-top: 5px;
}


.home_column .twitter_widget_container {
	margin-top: 0px;
}


/* footer  */
#ft {
	font-size: 11px;
	height: inherit;
	padding-bottom: 40px;
	width: 100%;
}

#ft .nav>li {
	border-right: 1px solid #000;
	display: inline-block;
	margin: 25px 0;
}

#ft .nav>li.last {
	border: 0 none;
}

.lnm_ft .nav {
	text-align: center;
}

#footer_nav {
	text-align: center;
}

.copyright {
	margin-right: 15px 0px 0px;
	text-align: center;
	padding-bottom: 20px;
}

.lnm_ft a {
	color: #000;
}

#footer_nav>li>a {
	color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 12px;
	text-transform: uppercase;
}

#footer_nav>li>a:hover {
	text-decoration: underline
}



/*Contest Iframe Size*/
#contest iframe {
	background-color: #222222;
}

.background {
	padding: 10px;
	background-color: #000;
}

/** video player **/
#video_player_wrapper {
	max-height: 400px;
}

#video_player {
	margin: 0 auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#video_player iframe, #video_player object, #video_player embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/** video player **/

/* Login */
.login_container.fb_login {
	width: 41%;
}

.login_container {
	margin: 30px 10px;
	width: 44%;
	float: left;
	padding-left: 10px;
}

.login_seperator {
	width: 25px;
	float: left;
	height: 400px;
}

.login_seperator_top, .login_seperator_bottom {
	background-color: #181818;
	height: 120px;
	width: 2px;
	margin: 40px auto 0;
}

.login_seperator_bottom {
	margin: 0 auto;
	height: 140px;
}

.login_seperator_middle {
	color: #181818;
	font-size: 1.6em;
	margin: 5px auto;
}
/* Login */

/* Forms  */

label.optional {
	font-weight: normal;
}

.optional b {
	font-weight: normal;
}

.div_label {
	color: #aa0000;
	font-size: 14px;
	font-weight: bold;
}


/* Forms  */

/* Miscileneous */
.clear_both {
	clear: both;
}

#promo_banners_bottom {
	margin: 20px 0px;
}

.margin_b_20 {
	margin-bottom: 20px;
}

.container_box {
	padding: 15px 0;
}

#about_nav>ul {
	list-style-image: url(../images/bullet.png);
}

#about_nav li {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8em;
	padding: 0 0 0 5px;
}

.content_area {
	height: 75px;
	border: 1px solid blue;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.modal-header {
	color: #000000;
}

.join_tag {
	float: left;
}

.restaurant_container{
	height: 150px;
}

.more_content{
    display: block;
    float: none;
    font-size: 14px;
}
/* Custom code for tobykeith */

#container_tourglance {
	width: 30%;
	float: right;
}



.newsHead {
	font-weight: bold !important;
	font-size: 18px !important;
}

.subTitle {
	font-size: 12px;
	margin-top: 4px;
}

.read_more {
	margin-left: 600px;
}

.tableHead {
	font-size: 14px;
	font-weight: bold;
	color: #aa0000;	
}

.segment_subhead {
	font-weight: bold;
	color: #aa0000;
	padding: 3px 0;
	border-bottom: 1px solid #000000;
	font-size: 14px;
}


#facebook_container_content {
	background-color: #FFFFFF;
	float: left;
	margin-top: -250px;
}

#dropCard {
	margin: 0 0 20px 0;
	width: 34% !important;
	height: 5% !important;
	margin-top: 320px !important;
}



strong {
	color: #aa0000;
}



.subTitle {
	font-size: 12px;
	margin-top: 4px;
}


/*twitter widget */
.twitter_widget_container{
	margin: 25px 0 15px;
}

.user {
	margin-top: 10px;
	margin-left: -18px;
}
/*twitter widget */

#twitterBox {
	
	height: 320px;
	padding-top: 4px;
	margin: 10px 0;
}

#tobyFacebook{
	
}


/**
Facebook connect
*/
.fb_connect_container{
	margin: 20px auto;
}

/* home tour section*/

.lnm_tourdates{
	margin-bottom: 20px;
}


.lnm_upcomingevents {
	margin-top: 10px;
}

.lnm_upcomingdate {
	font-size: 20px;
	float: left;
  	background-color: Black;
  	width: 70px;
  	height: 70px;
  	color: White;
	text-transform: uppercase;
	padding-top: 4px;
	text-align: center;
	padding-top:8px;
	test-transform:uppercase;
	font-family: Georgia;
    line-height:22px;
} 

.lnm_upcominglocation {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	float: left;
	padding-left: 12px;
	font-size: 14px;
	width: 80%;
}



.lnmtourmonth{
	 background-color: #000000;
	 color: #FFFFFF;
	 text-align: center;
	 position: relative;
	 top:-4px;
	 left: -3px;
	 font-size: 18px;
	 text-transform:uppercase;
}

.lnmtourday{
	 background-color: #000000;
	 color: #FFFFFF;
	 text-align: center;
	 position: relative;
	 top: -2px;
	 left: -2px;
	 font-size: 30px;
}
/* home tour section*/

/* Footer Promo Banner */
.col-p-20{
	width:20%;
	padding: 0px 5px 0 0;	
	float: left;
}
#promo_banners_bottom img{
	border:3px solid #DCDCDC;
	margin: 0 auto;
	display: block;
	width: 100%;
}
/* Footer Promo Banner */

.border {
	border: 1px solid Purple;
}
/* Pagination */
#paginationControl{
	margin: 20px 0px;;
	
}

#slider_border{
border: 10px solid #FFF;

}

/*For re-captcha*/

.g-recaptcha{
    float:left;
    padding-top: 18px;
    transform: scale(0.87);
    transform-origin: left;
    
}


@media ( min-width : 270px) and (max-width: 480px) {
	.g-recaptcha {
			transform: scale(0.77);
            transform-origin: left;
            margin:0;
           
		}
		

	}