* {
	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('//cdn.ontourmedia.io/tso/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("//cdn.ontourmedia.io/tso/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("//cdn.ontourmedia.io/tso/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("//cdn.ontourmedia.io/tso/non_secure/skin/images/icon_notifications.png")
		no-repeat scroll 0px 7px;
}

.notification_close {
	width: 20px;
	height: 20px;
	background: url("//cdn.ontourmedia.io/tso/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("//cdn.ontourmedia.io/tso/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;
}

.nav_mobile_item {
		display: none !important;
	}

.lnm_socialicon_01 {
	height: 50px;
}

.lnm_socialicon_02 {
	height: 50px;
}

.lnm_socialicon_03 {
	height: 50px;
}

.member_nav_desktop .fa {
	font-size: 20px;
}

/* 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;
	padding-right: 10px;
}

.lnm_upcomingevents {
	
}

.social_module_header {
	display: flex;
	flex-direction: row;
	background-color: #212121;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.social_module_title {
	padding-left: 10px;
}
.social_widget {
	width: 100%;
}

.social_widget iframe {
	width: 100%;
}

.lnm_hometourdatesgrid {
	height: 216px;
	overflow: hidden;
	background: url('//cdn.ontourmedia.io/tso/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;
	padding-top: 0px;
	margin-top: 0px;
	display: flex;
	align-items: center;
	
}

.lnm_facebook h3 {
	background: url('//cdn.ontourmedia.io/tso/non_secure/skin/images/headericon_facebook.png') no-repeat left center;
	padding-left: 40px;
}

.lnm_instagram h3 {
	background: url('//cdn.ontourmedia.io/tso/non_secure/skin/images/headericon_instagram.png') no-repeat left
		center;
	padding-left: 40px;
}

.lnm_soundcloud h3 {
	background: url('//cdn.ontourmedia.io/tso/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;
}
#tour_table .btn {
	padding: 0px !important;
}


.btn-primary, .btn-default {
	background-color: #8fcb5c;
	color: #ffffff;
	text-transform: uppercase;
	border: 0px solid;
	border-radius: 0px;
}

.btn-primary:hover, .btn-default:hover {
	background-color: #8fcb5c;
	color: #000000;
	text-transform: uppercase;
	border: 0px solid;
	border-radius: 0px;
}

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

.lnm_ft .nav {
	float: right;
}

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

.copyright_desktop {
		display: initial;
	}
	.copyright_mobile {
		display: none;
		text-align: center;
	}

/*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  */
.dataForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.dataForm__section {
    margin-top: 15px
}
.dataForm__section--combo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.dataForm__buttonPanel {
    margin-top: 25px
}
.dataInput {
    background-color: #fff;
    color: #000;
    border: 1px solid #333;
    border-radius: 0;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none
}

input {
    margin-bottom: 8px;
    border: none;
    padding: 25px 25px 10px;
    font-size: 18px;
    max-width: 100%;
    border: 2px inset initial
}
input:active,
input:focus {
    outline: none;
    border-color: #666
}
.inputGroup {
    position: relative
}
.inputGroup--country {
    width: 45%
}
.inputGroup--state {
    width: 35%
}
.inputGroup--zip {
    width: 20%;
    height: 70px;
    margin-top: 0;
    background-color: #fff
}
.inputGroup .dataInput--secondary {
    padding: 5px;
    font-size: 1.25rem
}
.inputGroup .inputGroup label.dataLabel--secondary {
    font-size: 14px
}
.inputGroup .dataInput--bordered {
    border: 1px solid #999;
    border-radius: 0
}
.inputGroup select.dataInput {
    height: 65px;
    padding-left: 25px;
    padding-top: 20px;
	font-size: 18px;
	margin-bottom: 7px;
}

.inputGroup select.dataInput+label {
    top: 30%
}
.inputGroup--textAreaWrapper {
    border: 1px solid #333;
    padding: 30px 10px 5px
}
.inputGroup--textAreaWrapper textArea+label.labelTextArea {
    top: 25px
}
.inputGroup--textAreaWrapper>textArea {
    width: 100%;
    border-style: none
}
.inputGroup label {
    position: absolute;
    top: 35px;
    left: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic;
    font-size: 18px;
    color: #999;
    pointer-events: none;
    -webkit-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
	font-weight: normal;
}
.inputGroup label.dropdownlabel {
    top: 20px
}
.inputGroup .psudoLabel {
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-style: italic;
    font-size: 18px;
    color: #999;
    pointer-events: none;
    -webkit-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s
}
option {
	color: #000000;
}
.inputGroup .psudoLabel.dropdownlabel {
    top: 20px
}
.inputGroup input.js-userData+label,
.inputGroup input:focus+label {
    top: 20px;
    font-size: 16px;
    color: #aaa
}
.dropdownPanel {
    background-color: #fff;
    height: 70px;
    padding-top: 30px
}
.dataForm__buttonPanel--secondary {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto
}
.dataForm__buttonPanel--tertiary {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto
}
.actionButton--bordered {
    border: 1px solid
}
.actionButton--bordered:hover {
    border-bottom-color: inherit
}
.tmot-offer-item-container {
    background: #212121;
    color: #000;
    margin-bottom: 50px
}
.tmot-offer-item-container img {
    width: 100%
}
.tmot-offer-item-container .tmot-offer-detail {
    padding: 10px 30px
}
.tmot-offer-item-container .tmot-offer-detail h2,
.tmot-offer-item-container .tmot-offer-detail h3 {
    font-weight: 700;
    text-align: center
}
.tmot-offer-item-container .tmot-offer-detail h3 {
    margin: 5px auto;
    color: #a1a1a1
}


.tmot-offer-item-container .tmot-offer-detail a {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
	background-color: #8fcb5c;
	border: 2px solid #8fcb5c;
}
.tmot-offer-item-container .tmot-offer-detail a:hover {
    color: #ffffff;
	background-color: #8fcb5c;
	border: 2px solid #8fcb5c;
}
.tmot-offer-item-container .tmot-offer-detail li {
    font-weight: 700
}
.tmot-offer-cart {
    background-color: #eee;
    padding: 20px
}
.tmot-offer-cart .tmot-offer-cart-title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid #000
}
.tmot-offer-cart ul {
    list-style-type: none
}
.tmot-offer-cart ul.tmot-offer-cart-content {
    margin-left: 0;
    padding-left: 0
}
.tmot-offer-cart ul.tmot-offer-cart-content li {
    font-weight: 700
}
.tmot-offer-cart .tmot-offer-cart-total {
    border-top: 1px solid #000;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700
}
.tmot-offer-cart .push-right {
    float: right
}
.tmot-offer__header h1 {
    color: #000;
    font-size: 1.875rem;
    font-weight: 700
}
.tmot-offer__header h2 {
    color: #000;
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: none
}

.form_element_container .checkbox {
	display: flex;
	padding-left: 0px;
}

.tmot-offer-detail a.sizeSelectionBtn {
    color: #fff;
    cursor: default;
	background-color: transparent;
}
.tmot-offer-detail a.sizeSelectionBtn:hover {
    color: #000!important;
}
.tmot-offer-detail a.sizeSelectionBtn:focus {
    outline: none;
    outline-offset: 0;
	color: #fff;
}
.tmot-offer-detail a.sizeSelectionBtn:active {
    box-shadow: none
}

.offerPrice {
		font-size: 30px;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
}
.sizeSelectorContainer {
    background-color: #bcbcbc;
    margin-left: auto;
    margin-right: auto;
    padding: 0
}
.sizeSelectorContainer h2.sizeSelectorLabel {
    font-size: 100%;
    font: inherit;
    font-weight: 700;
    text-align: left
}
.sizeSelectorContainer .cart__itemSizePanel {
    color: #646464;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px
}
.sizeSelectorContainer .cart__itemSizePanel ul {
    padding: 3px;
    overflow: auto;
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1e1e1e
}
.sizeSelectorContainer .cart__itemSizePanel li {
    border-collapse: collapse;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    margin: 3px
}
.sizeSelectorContainer .cart__itemSizePanel li:first-of-type {
    margin-left: 0
}
.sizeSelectorContainer .cart__itemSizePanel li:last-of-type {
    margin-right: 0
}
.sizeSelectorContainer .cart__itemSizePanel li:hover {
    cursor: pointer;
    cursor: hand
}
.sizeSelectorContainer .sizeBlock {
    padding: 18px 5px;
    color: #fff;
    background-color: #transparent;
    text-align: center;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: .125em;
    border: 2px solid #8fcb5c;
    line-height: normal
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sizeSelectorContainer .sizeBlock {
        font-size: 12px
    }
}
.sizeSelectorContainer .sizeBlock:hover {
    background-color: #8fcb5c;
}
.sizeSelectorContainer .sizeBlock--chosen {
    background-color: #8fcb5c;
    color: #000;
}
.sizeSelectorContainer .sizeBlock--faded {
    opacity: .3
}

.js-sizeSelectionBtn {
	color: #000;
}

.sizeSelectionBtn {
	color: #ffffff;
}

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

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

.validator_container.valid_input {
	background:
		url("//cdn.ontourmedia.io/tso/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 {
		
	}
	#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: 10px 0px;
		display: flex;
		justify-content: center;
		font-size: 20px;
	}

	.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: 10px;
	}

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

	.navbar-nav .current a {
		color: #ffffff !important;
	}

	.navbar-nav .current a:hover {
		border-top: 0px !important;
		color: #ffffff !important;
	}
	.member_nav_desktop {
		display: none;
	}
	.nav_mobile_item {
		display: flex !important;
	}
	.lnm_navigation {
		z-index: 100;
		position: relative;
	}
	/* middle */
	.lnm_middle {
		margin-top: 0px;
		padding: 10px 30px 30px 30px;
	}
	.lnm_facebook h3,.lnm_instagram h3,.lnm_soundcloud h3 {
		width: 100%;
	}
	
	.lnm_follow {

		left: initial;
		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%;
		
	}
	.news_image  {
		height: initial;
		line-height: initial;
	}

	.validator_container{
		display: none;
	}
	.login_container, .login_container.fb_login  {
		width: 97%;
	}
	.login_seperator {
		display: none;
	}
	.lnm_ft {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.lnm_ft .nav {
		float: none;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#ft  .nav > li	{
		float: none;
		font-size: 15px;
	}
	#google_translate_element {
		display: flex;
		justify-content: center;
		margin-left: 0px !important;	
	}
	.copyright_desktop {
		display: none;
	}
	.copyright_mobile {
		display: flex;
		text-align: center;
	}
	.navbar-collapse {
		max-height: 100% !important;
		border-bottom: 1px solid #333333 !important;
	}
	.lnm_socialicon_01, .lnm_socialicon_02, .lnm_socialicon_03 {
		width: 100%;
		display: flex;
		justify-content: center;
		color: #949494;
	}
	.nav_mobile_item .fa {
		font-size: 34px;
		color: #949494;
	}
	.lnm_socialicon_01 {
		margin-top: 10px;
	}
	.lnm_subnav {
		margin-bottom: 10px;
	}
	.lnm_subnav a {
		background-color: #2e2e2e;
	    padding: 8px;
	    border-radius: 10px;
	    color: #ffffff;
	}
	.mobile_nav_social {
		display: flex;
		flex-direction: row; 
		justify-content: center;
		align-items: center;
	}
	.mobile_nav_social li {
		width: 10%;
	}
	.news_teaser{
		padding: 0px 0px 0px 0px;
	}
	.news_list_item .news_teaser {
		padding: 0px 20px 10px 20px;
	}
	.lnm_pagination {
		font-size: 16px;
		background-color: transparent;
	}
	#paginationControl {
		padding: 20px;
		background-color: #2a2a2a;
	}
	.lnm_instagram {	
	}
	.lnm_soundcloud {	
	}
	.lnm_facebook 		
	}
}

/* Portrait phones and smaller */
@media ( max-width : 480px) { /*navigation */
	#hd {
		
	}
	/* 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;
           
		}
		

	}

.inputButton--facebook {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background-color: #39579d;
	font-weight: 400;
	width: 100%;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	letter-spacing: 1px;
	line-height: 56px;
	padding: 0;
	transition-duration: .3s;
	transition-property: background;
}

.inputButton--facebook:hover {
  background: #6179b1;
  color: #fff;
}

.inputButton--facebook .icon--facebook {
  font-size: 16px;
  margin-right: 5px;
}

.pac-container span {
   color: #000000;
}

.usererror {
	
}

.usererror ul {
	display: flex;
	position: absolute;
}

.usererror li {
	
}
