* {
	color: #FFFFFF;
}

body {
	background-color: #000000;
	font-family: 'museo_sans500', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;
}

.container {
	background-color: #000000;;
}

/* 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;
}

a {
	color: #949494;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

h1,h2,h3,h4,h5 {
	font-family: 'aaarghnormal', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;
}

h3 {
	font-size: 22px;
	text-transform: uppercase;
}

.bg-black {
	background-color: #000000;
}

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: #ffffff;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  margin-left: -20px;
}
blockquote:after{
  color: #ffffff;
  content: close-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  
}
blockquote p {
  display: inline;
}

/* header area */
#hd {
	background-color: #000000;
}

#logo {
	height: 59px;
}

#logo a {
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/logo.png') no-repeat;
	width: 299px;
	max-width: 100%;
	height: 59px;
}

.lnm_navbar {
	height: 59px;
	background-color: #000000;
	border: 0px solid;
}

.lnm_navigation {
	background-color: #000000;
}

.lnm_navbar-header {
	background-color: #000000;
}
/* 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;
}

.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*/
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
	color: #949494;
	font-size: 12px;
	padding: 20px 10px;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-text:hover{
	color: #ffffff;
}

.navbar-default .navbar-header .navbar-nav>li>a:hover,.navbar-default  .navbar-header .navbar-text:hover{
	border-top: 4px solid #ffffff;
	padding-top: 16px;
}

.navbar-nav .current {
	border-top: 4px solid #ffffff;
}

.navbar-nav .current a {
	padding-top: 16px !important;
	color: #ffffff !important;
}

.navbar-nav .current a:hover {
	border-top: 0px !important;
	color: #ffffff !important;
}

.nav>li>a:focus,.nav>li>a:hover {
	background-color: transparent;
}

.lnm_socialicon_01 {
	height: 50px;
	width: 21px;
	text-indent: -9999px;
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/icon_facebook.png') no-repeat 0px 15px;
	margin-right: 15px;
}

.lnm_socialicon_02 {
	height: 50px;
	width: 21px;
	text-indent: -9999px;
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/icon_instagram.png') no-repeat 0px 15px;
	margin-right: 15px;
}

.lnm_socialicon_03 {
	height: 50px;
	width: 21px;
	text-indent: -9999px;
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/icon_soundcloud.png') no-repeat 0px 15px;
}

/* middle */
.lnm_middle {
	background-color: #000000;
}

.lnm_middle h3 {
	height: 42px;
	background-color: #212121;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
}

.lnm_carousel-indicators {
	bottom: 0px;
	background-color: transparent;
}

.lnm_newmerch img,.lnm_discography img,.lnm_poetry img,.lnm_artwork img, .lnm_tourdates img, .lnm_music img
	{
	width: 100%;
}

.lnm_readmore {
	font-family: 'aaarghnormal', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;
	height: 42px;
	background-color: #212121;
	display: block;
	position: absolute;
	width: 60px;
	right: 15px;
	top: 20px;
	padding-top: 10px;
}

.lnm_follow {
	font-family: 'aaarghnormal', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;
	height: 42px;
	padding-top: 0px;
	position: relative;
	top: 30px;
	left: 20px;
}

.lnm_upcomingevents {
	
}

.lnm_hometourdatesgrid {
	height: 216px;
	overflow: hidden;
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/tour_background.jpg') no-repeat center top;
	padding: 15px;
	background-size: cover;
}

.lnm_upcomingdate {
	font-family: 'blahausregular', "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", sans-serif;
	font-size: 20px;
	float: left;
	width: 20%;
}

.lnm_upcominglocation {
	padding-top: 7px;
	float: right;
	width: 80%;
}

.lnm_facebook h3,.lnm_instagram h3,.lnm_soundcloud h3 {
	background-color: transparent;
	float: left;
}

.lnm_facebook h3 {
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/headericon_facebook.png') no-repeat left center;
	padding-left: 40px;
}

.lnm_instagram h3 {
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/headericon_instagram.png') no-repeat left
		center;
	padding-left: 40px;
}

.lnm_soundcloud h3 {
	background: url('http://cdn.trans-siberian.com/non_secure/skin/images/headericon_soundcloud.png') no-repeat left
		center;
	padding-left: 70px;
}

.lnm_section_title {
	display: block;
}

.lnm_section_title h4 {
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	background-color: #1b1b1b;
}

.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: 1px solid #212121;
}
.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>th {
	font-size: 16px;
}

.lnm_subnav {
	padding-top: 5px;
}

.lnm_subnav_current a{
	background-color: #2e2e2e;
	padding: 8px;
	border-radius: 10px;
	color: #ffffff;
}

.tour_dropdown .btn {
	font-size: 16px;
}

/* footer  */
#ft {
	background-color: #000000;
	font-size: 11px;
	height: inherit;
	width: 100%;
}

.lnm_ft .nav {
	float: right;
}

.copyright {
	margin-right: 15px 0px 0px;
	padding-top: 10px;
}

/*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: #B3B6BD;
	height: 120px;
	width: 2px;
	margin: 40px auto 0;
}

.login_seperator_bottom {
	margin: 0 auto;
	height: 140px;
}

.login_seperator_middle {
	color: #B3B6BD;
	font-size: 1.6em;
	margin: 5px auto;
}
/* Login */

/* Forms  */
::-webkit-input-placeholder { /* WebKit browsers */
	color: #99a0a0;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #99a0a0;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #99a0a0;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #99a0a0;
}

.form_label {
	height: 15px;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
	text-transform: uppercase;
}

.responsive_form_element.form_element_half {
	width: 48%;
	margin: 6px 0;
	float: left;
	height: 80px;
}

.responsive_form_element.form_element_full {
	width: 96%;
	margin: 6px 0;
	float: left;
}

#loginForm_container .responsive_form_element.form_element_full {
	width: 93%;
}

.responsive_form_element input,.responsive_form_element select,.responsive_form_element textarea{
	height: 33px;
	transition: all 0.25s ease-in-out 0s;
	padding: 2px 5px;
	font-size: 15px;
	color: #000000;
	margin-bottom: 4px;
	border: 1px solid #B3B6BD;
}

.responsive_form_element select {
	border-radius: 0px;
	border: 1px solid #B3B6BD;
	background-color: #FFFFFF;
	-webkit-appearance: none;
	background:
		url(http://cdn.trans-siberian.com/non_secure/skin/form/dropdownarrow_grey.png)
		no-repeat 97% 50% #FFFFFF;
	appearance: none;
	-moz-appearance: none;
}

.responsive_form_element select:optoin {
	color: #000000;
}
select *{
	color: #000000;
}
.responsive_form_element textarea {
	height: 120px;
}

.responsive_form_element input[type=file] {
	border: 0px solid #FFFFFF;
}

.responsive_form_element input[type=checkbox],.responsive_form_element input[type=radio]
	{
	border: 0px solid #FFFFFF;
	margin-right: 5px;
	margin-left: 3px;
	height: auto;
}

.responsive_form_element input:focus,.responsive_form_element select:focus
	{
	color: #000000;
	border: 1px solid #000000;
}

.placeholder {
	color: rgb(159, 159, 159) !important;
}

input[type=submit] {
	-webkit-appearance: none;
	width: 200px;
	height: 33px;
	background-color: #B3B6BD;
	color: #FFFFFF;
	border-radius: 7px;
	border: 0px;
	margin: 20px 0px;
	text-transform: uppercase;
}

input[type=text],input[type=password],input[type=email],textarea,select
	{
	width: 95%;
	height: 34px;
}

input[type="text"]#birthDay {
	background-color: #EEEEEE;
	border-color: #EEEEEE;
}

.form-errors {
	display: none;
}

#loginForm_container .form-errors {
	display: block;
}

.element_has_error {
	border: 1px solid red !important;
}
ul.errors {
	-webkit-padding-start: 0px;
	padding:5px;
}
.errors li,.errors a {
	color: red;
	font-size:11px;
	line-height: 1em;
	list-style-type: none;
}

.errors a {
	text-decoration: underline;
}

.responsive_form_element.form_element_full.form_checkbox {
	margin-top: 20px;
}

.form_checkbox_input {
	text-align: right;
}

.form_offer {
	width: 100% !important;
}

.form_offer li {
	display: inline;
	float: left;
	margin-right: 10px
}

.form_offer li:last-of-type {
	margin-right: 0px;
}

.offer_container {
	width: 260px;
	margin-bottom: 5px;
}

.offer_container img {
	width: 100%;
}

.offer_image {
	width: 260px;
	border: 3px solid #FFFFFF;
}

.offer_title {
	position: relative;
	background-color: #93959b;
	display: block;
	height: 60px;
	width: 256px;
	color: #FFFFFF;
	padding: 0px 3px;
	font-weight: bold;
	margin-top: -4px;
	text-align: center;
}

.offer_selected .offer_image {
	border: 3px solid #8fcb5c;
}

.offer_selected .offer_title {
	background-color: #8fcb5c;
}

.offer_selected  label,.offer_selected .view_offer_detail {
	color: #8fcb5c;
	font-weight: bold;
}

.offer_detail {
	position: absolute;
	width: 248px;
	z-index: 2;
}

.offer_detail_top {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/offer_detail_up.png")
		no-repeat scroll 0 0 #FFFFFF;
	background-size: 100%;
	height: 13px;
	width: 100%;
}

.offer_detail_content {
	border: 1px solid #B3B6BD;
	border-top: 1px;
	width: 100%;
	margin-top: 0px;
	background-color: #FFFFFF;
	color: #000000;
	box-shadow: 5px 5px 5px #B3B6BD;
}

.offer_detail_content h4 {
	background-color: #f7f7f7;
	color: #000000;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #B3B6BD;
}
.offer_detail_content li{
	color: #000000;
}
.offer_detail_close {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/close.png")
		no-repeat scroll 0 0 #FFFFFF;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin-top: -4px;
}

.view_offer_detail:hover {
	cursor: pointer;
	color: rgb(179, 182, 189);
}

.offer_detail_content ul {
	padding: 5px 10px 10px 18px;
}

.offer_detail_content li {
	display: list-item;
	float: none;
	list-style: disc outside none;
}

#SubscribeResponsiveOneForm_container {
	position: relative;
}

.form_disable_wrapper {
	position: absolute;
	top: 412px;
	width: 100%;
	height: 422px;
	background-color: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.fb_subscription iframe {
	clear: both;
	padding: 20px 0;
}

.form_messaging {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}

.subscribe_seperator {
	height: 15px;
	width: 100%;
	margin-bottom: 30px;
}

.subscribe_seperator_left,.subscribe_seperator_right {
	background-color: #B3B6BD;
	float: left;
	height: 2px;
	margin: 6px 0;
	width: 40%;
}

.subscribe_seperator_right {
	float: right;
}

.subscribe_seperator_middle {
	float: left;
	width: 20%;
	font-size: 28px;
	font-weight: bold;
	color: #B3B6BD;
	text-align: center;
}

.offer_notes {
	clear: both;
	padding: 40px 0 20px;
}

select.month {
	width: 45% !important;
	margin: 0px 5px 0px 0px;
}

select.year {
	width: 24.3% !important;
}

select.day {
	width: 24.3% !important;
}

.reg_step_one,.reg_step_two,.upgrade_renew_process {
	width: 100%;
	height: 95px;
}

.reg_step_one {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/reg_step1.png")
		no-repeat scroll 0 0 transparent;
	background-size: 100%;
}

.reg_step_two {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/reg_step2.png")
		no-repeat scroll 0 0 transparent;
	background-size: 100%;
}

.upgrade_renew_process {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/purchase_process1.png")
		no-repeat scroll 0 0 transparent;
	background-size: 100%;
}

.validator_container {
	color: #FFFF00;
	float: left;
	height: 40px;
	margin: 30px 0 6px;
	width: 20px;
}

.validator_container.invalid_input {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/invalid.png")
		no-repeat scroll 0 50% transparent;
	background-size: cover;
}

.validator_container.valid_input {
	background:
		url("http://cdn.trans-siberian.com/non_secure/skin/form/valid.png")
		no-repeat scroll 0 50% transparent;
	background-size: cover;
}

input[type=submit].form_valid {
	background-color: #8fcb5c;
}
/* Forms  */

/* Miscileneous */
.clear_both {
	clear: both;
}

.margin_b_20 {
	margin-bottom: 20px;
}

.container_box {
	padding: 15px;
}

.content_area {
	height: 75px;
	border: 1px solid blue;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.modal-header{
	color: #000000;
}
/* media queries */

/* Large desktops and laptops */
@media ( min-width : 1200px) {

}

/* Portrait tablets and medium desktops */
@media ( min-width : 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
		padding: 20px 5px
	}
	.navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;
	}
	#logo a {
		width: 287px;
	}
	.nav_upgrade {
		border-left: 1px solid #949494;
	}
	#news .news_title {
		height: 5em;		
	}	
}

/* Portrait tablets and small desktops */
@media ( min-width : 768px) and (max-width: 991px) {
	#hd {
		height: 108px;
	}
	/* news */
	#news .news_title {
		height: 6em;		
	}	
	.news_teaser {
		min-height: 76px;
	}
	.news_date {
		font-size: 12px;
	}
	.news_list_item {
		height: 380px;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
		padding: 20px 5px;
	}
}

/* Landscape phones and portrait tablets */
@media ( max-width : 767px) { /* navigation */

	#hd {
		height: 108px;
	}
	#member_nav_header .nav>li {
		display: inline-block;
	}
	.lnm_navigation .navbar-header.pull-left {
		float: none !important;
	}
	.navbar-right {
		margin-right: 20px;
	}
	.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
	color: #949494;
	font-size: 12px;
	padding: 5px 10px;
	}

	.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-text:hover{
		color: #ffffff;
	}

	.navbar-default .navbar-header .navbar-nav>li>a:hover,.navbar-default  .navbar-header .navbar-text:hover{
		border-top:0px solid #ffffff;
		padding-top: 5px;
	}

	.navbar-nav .current {
		border-top: 0px solid #ffffff;
	}

	.navbar-nav .current a {
		padding-top: 5px !important;
		color: #ffffff !important;
	}

	.navbar-nav .current a:hover {
		border-top: 0px !important;
		color: #ffffff !important;
	}
	/* middle */
	.lnm_middle {
		margin-top: 60px;
		padding: 30px;
	}
	.lnm_facebook h3,.lnm_instagram h3,.lnm_soundcloud h3 {
		width: 100%;
	}
	
	.lnm_follow {
		position: absolute;
		display: block;
		float: left;
		top: 30px;
		margin-left: 300px;
		background-color: transparent;
	}
	#tour td {
		border-bottom: 0px solid;
	}
	#tour tr {
		border: 1px solid #212121;
	}
	.news_list_item {
		height: auto;
	}
	.carousel {
		z-index: -1;
	}
	#news .news_title {
		height: 5em;		
	}

	.responsive_form_element.form_element_half {
		width: 100%;
		
	}

	.validator_container{
		display: none;
	}
	.login_container, .login_container.fb_login  {
		width: 97%;
	}
	.login_seperator {
		display: none;
	}	
}

/* Portrait phones and smaller */
@media ( max-width : 480px) { /*navigation */
	#hd {
		height: 158px;
	}
	/* middle */
	#tour_leg_display h4 {
		margin-top: 30px;
	}
	#news .news_title {
		height: auto;		
	}
	.news_footer *{
		font-size: 14px;
	}
}

#google_translate_element{
   margin-left:240px;
 }
 
@media ( min-width : 270px) and (max-width: 480px) {
	#google_translate_element {
			transform: scale(0.77);
            margin:0;
           
		}
		

	}

.g-recaptcha{
    float:left;
    padding-top:8px;
    width: 100%;
    transform: scale(0.87);
    transform-origin: left;
 
    
}


@media ( min-width : 270px) and (max-width: 480px) {
	.g-recaptcha {
			transform: scale(0.67);
            transform-origin: left;
            margin:0;
           
		}
		

	}