/*
Theme Name: O3 Framework
Theme URI: http://www.WeAreO3.com/
Version: 2.0
Description: Designed by <a href="http://www.WeAreO3.com">O3</a>.
Author: O3
Author URI: http://www.WeAreO3.com
*/

/*-------------------------------------------------------------------------------------------*/
/* FRAMEWORK */
/*-------------------------------------------------------------------------------------------*/
.container {
	max-width: 1030px;
	width: 100%;
}
article {
	overflow: hidden;
}

.v-align {
	display: inline-block;
	float: none;
	vertical-align: middle;
}

.row {
	margin-top: 30px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

.button-link {
	text-decoration: none !important;
}
@media (max-width: 480px) {
	.button-column, .button-column .button-link {
		width: 100% !important;
	}
	.button-column {
		padding: 0 15px !important;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* DEFAULT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/
body {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 1;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {

}
h1, .h1 {
	font-size: 36px;
	font-weight: 600;
}
h1, .h1, h3, .h3 {
	color: #b41f24;
}
h2, .h2 {
	font-size: 19px;
	font-weight: 600;
	color: #656565;
}

h3 a {
	color: #b41f24;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}
a:hover {
	color: #b41f24;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?w5jc58');
	src:url('fonts/icomoon.eot?#iefixw5jc58') format('embedded-opentype'),
		url('fonts/icomoon.ttf?w5jc58') format('truetype'),
		url('fonts/icomoon.woff?w5jc58') format('woff'),
		url('fonts/icomoon.svg?w5jc58#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

.icon-pinterest-p:before {
	content: "\e600" !important;
}
.icon-menu:before {
	content: "\e9bd" !important;
}
.icon-facebook:before {
	content: "\ea8c" !important;
}
.icon-twitter:before {
	content: "\ea91" !important;
}
.icon-youtube3:before {
	content: "\ea99" !important;
}

/*-------------------------------------------------------------------------------------------*/
/* WP CONTENT TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------*/
h1.entry-title,
h2.entry-title,
h1.page-title {
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 10px;
	font-weight: 600;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
	margin: 0 0 30px 0;
}
.entry-content h1,
.entry-content h2 {
	font-size: 30px;
	line-height: 30px;
}
.entry-content h3 {
	font-size: 24px;
	line-height: 28px;
}
.entry-content h4 {
	font-size: 20px;
	line-height: 26px;
}
.entry-content h5 {
	font-size: 18px;
	line-height: 26px;
}
.entry-content h6 {
	font-size: 16px;
	line-height: 26px;
}

/* Paragraphs, Lists, Elements */
.entry-content p {
	font-size: 14px;
	line-height: 20px;
}
.entry-content a,
.entry-content a:link,
.entry-content a:visited {
	text-decoration: none;
}
.entry-content ul {
	margin: 0 0 0px 15px;
	padding-left: 20px;
	list-style-type: disc;
	font-size: 14px;
}
.entry-content ol {
	margin: 0 0 30px 0px;
	padding-left: 20px;
	list-style-type: decimal;
}
.entry-content li {
	font-size: 14px;
	line-height: 20px;
}
.entry-content ul ul,
.entry-content ol ol {
	margin-bottom: 0px;
}
.entry-content blockquote {
}
.entry-content table {
	width: 100%;
	margin-bottom: 30px;
}
.entry-content table th {
	padding: 10px 15px;
}
.entry-content table td {
	padding: 15px 15px;
	line-height: 24px;
}
.entry-content dl {
	margin-bottom: 30px;
}
.entry-content dt {}
.entry-content dd {
	margin-bottom: 10px;
}
.entry-content address {
	margin-bottom: 30px;
}
.entry-content pre {
	margin-bottom: 30px;
}


/* Alignments */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter {
	display: block;
	margin: 0 auto 30px auto;
}

/* Images and Captions */
.entry-thumbnail {}
.wp-caption img {}
.wp-caption .wp-caption-text {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}

.button-link {
	display: block;
	width: 150px !important;
	background: #b41f24;
	border: 3px solid #b41f24;
	color: white !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-align: center;
	margin-top: 30px;
	padding: 10px !important;
}
.button-link:hover {
	background: #780000;
	border: 3px solid #780000;
/* 	color: #b41f24 !important; */
}

/*-------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------*/
.search-bar {
	padding: 15px 0;
	background: #d2d2d2;
}
#searchform {
	text-align: right;
}
.main-nav {
	margin-bottom: 0px !important;
}
.menu ul {
	padding-left: 0;
	text-align: center;
}
.menu li {
	display: inline-block;
	position: relative;
	border-right: 2px solid #d2d2d2;
	font-family: 'Open Sans', arial;
	font-size: 19px;
	font-weight: 500;
	list-style: none;
	padding: 0 30px;
}
.menu li:last-of-type {
	border-right: none;
}
.menu li a {
	color: #656565;
}
.menu li a:hover, .main li a:hover h2 {
	color: #b41f24;
}
.main-nav li:hover .sub-menu, .menu .sub-menu:hover {
	display: block;
}
.main-nav .sub-menu {
	display: none;
	position: absolute;
	left: -25.5%;
	padding-top: 10px;
	z-index: 10;
}
.main-nav .sub-menu li {
	display: block;
	background: #f1f1f1;
	border-bottom: solid 1px #cbced3;
	border-right: none;
	color: #787878;
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
	width: 230px;
}
.main-nav .sub-menu li:last-of-type {
	border-bottom: none;
}
.main-nav .sub-menu li a {
	text-decoration: none;
}

.screen-reader-text {
	margin-right: 5px;
	font-weight: 500;
}
.screen-reader-text a {
	color: #000;
}
.screen-reader-text:before {
	display: inline-block;
	background: url('images/user_icon.png');
	background-size: 100%;
	background-repeat: no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	margin-right: 7px;
	vertical-align: middle; 
}
.search-wrapper {
	position: relative;
}
#searchform input[type="text"] {
	border: 1px solid black;
	height: 30px;
	width: 200px;
	padding-left: 10px;
}
#searchform input[type="text"]::-webkit-input-placeholder {
	padding-top: 3px;
}
#searchsubmit {
	position: absolute;
	right: 5px;
	top: 6px;
	background: transparent;
	background-image: url('images/searchglass.png');
	background-repeat: no-repeat;
	background-size: 18px;
	border: none;
	text-align: center;
	width: 20px;
	height: 20px;
}

.mobile-nav, .menu-row {
	display: none;
}
.toggle-bar {
	text-align: right;
}
.mtoggle {
	color: #b41f24;
	font-size: 34px;
	text-decoration: none !important;
}
.mtoggle:focus {
	color: #b41f24;
}

@media (max-width: 1020px) {
	#menu-main-nav li {
		font-size: 16px;
	}
	#menu-main-nav .sub-menu li {
		font-size: 14px;
	}
}
@media (max-width: 940px) {
	#menu-main-nav li {
		padding: 0 15px;
	}
	#menu-main-nav .sub-menu li {
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.main-nav {
		display: none;
	}
	.search-bar {
		display: none;
	}
	[class*="col-xs"], [class*="col-sm"] {
		padding-left: 0px;
		padding-right: 0px;
	}
	header [class*="col-xs"], header [class*="col-sm"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.row {
		margin-top: 0;
		margin-bottom: 0;
	}
	header .row {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.service-cta {
		margin: 0 !important;
	}
	.service-cta .col-sm-9 {
		padding: 0 15px;
	}
	footer .row {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}
	.social-icons {
		margin-top: 15px !important;
		text-align: center !important;
	}
	
	
	.menu-row {
		display: block;
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.menu-row .col-xs-12 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.mobile-nav {
		display: inline-block;
		float: right;
	}
	.mmenu {
		background: #ededed;
	}
	.mmenu li {
		padding: 15px 0;
	}
	.mmenu li:first-of-type {
		margin-top: 0;
	}
	.mmenu li, .mmenu .sub-menu li {
		display: block;
		border-right: none;
	}
	#menu-main-nav-1 {
		margin: 0;
	}
	.mmenu ul {
		padding-left: 0;
		text-align: center;
	}
	.mmenu .sub-menu {
		display: block;
		position: relative;
		left: auto;
	}
	.mmenu .sub-menu li {
		margin: 15px auto;
		padding: 0;
		font-size: 15px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* GENERAL INTERIOR */
/*-------------------------------------------------------------------------------------------*/
#ticketing-frame {
	background: #b41f24;
	min-height: 476px;
}
.panel {
	padding: 0px 15px;
}
#ticketing-frame #id162-w-lbl {
	text-align: left !important;
}
.ticket-portal {
	width: 100%;
	height: auto;
}
.ticket-column {
	background: #b41f24;
}
/*
.slider-column {
	background: grey;
}
*/

.home-slider {
	border: 6px solid #d1d3d4;
	border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	margin-bottom: 0px;
}
/*
.home-slider .slide-img {
	height: 306px;	
}
*/
.flex-control-nav li a {
	background: none;
	border: solid 2px #cbcdcf;
	box-shadow: none;
	height: 15px;
	width: 15px;
}
.flex-control-nav li a.flex-active {
	background: #6c6d70;
}
@media (max-width: 767px) {
	.home-slider {
		display: none;
	}
	.home-slider, .home-slider .slide-img {
		height: auto;
	}
}
.flex-control-nav {
	right: 15px;
	bottom: 15px;
	width: auto;
	z-index: 10;
}

.service-cta {
	padding: 15px;
	margin: 30px 0;
	margin-bottom: 0;
	background: #ededed;
}
.service-cta [class*="col-xs"], .service-cta [class*="col-sm"] {
	display: inline-block;
	float: none;
	vertical-align: bottom;
}
.service-cta .button-link {
	float: right;
}
.service-cta .row {
	margin-top: 0;
	margin-bottom: 0;
}
.service-cta h1, .service-cta p {
	margin: 0;
}
.service-cta p {
	margin-top: 10px;
}
@media (max-width: 767px) {
	.service-cta .h1, .service-cta .entry-content {
		padding: 0px 15px;
	}
	.service-cta .button-link {
		margin-top: 15px;
		margin-left: 15px;
	}
}

.primary-cta, .secondary-cta {
	background: #ededed;
}
.primary-slide, .secondary-slide {
	position: relative;
}
.primary-slide .h1, .secondary-slide .h1 {
	position: absolute;
	bottom: 15px;
	left: 10px;
	margin: 0;
	color: white;
}
.primary-slide img, .secondary-slide img {
	max-height: 234px;
	width: 100%;
}
@media (max-width: 767px) {
	.primary-cta,
	.secondary-cta {
		display: none;
	}
	.primary-slide, .secondary-slide {
		background: #ededed;
	}
	.primary-slide img, .secondary-slide img {
		width: auto;
		padding: 0 15px;
		margin-bottom: 15px;
/* 		margin: 0 auto; */
	}
	.primary-slide .h1, .secondary-slide .h1 {
		color: #b41f24;
		position: relative;
		left: 0;
		top: 0;
		padding: 0 15px;
		background: #ededed;
	}
}
.primary-info, .secondary-info {
	padding: 15px;
	background: #ededed;
}
.primary-info a, .secondary-info a {
	color: #b41f24;
	font-weight: 900 !important;
}
.primary-info p, .secondary-info p {
	margin-top: 0;
	margin-bottom: 30px;
}
.primary-cta .entry-content a, .secondary-cta .entry-content a {
	position: absolute;
	bottom: 15px;
}

.ad img {
	width: 100%;
}

/*-------------------------------------------------------------------------------------------*/
/* INTERNAL PAGE */
/*-------------------------------------------------------------------------------------------*/
.single article .row {
	margin-top: 0px;
}
.single .entry-thumbnail img {
	width: 100%;
}
.single .entry-title {
	margin-top: -5px
}

.entry-masthead {
	position: relative;
	margin: 0px 0 30px;
}
.entry-masthead .entry-title {
	position: absolute;
	left: 15px;
	bottom: 15px;
	margin: 0;
	color: white;
}
.entry-masthead img {
	width: 100%;
}
.entry-title.no-masthead {
	margin-top: 10px !important;
}
.entry-content a {
	color: #b41f24;
	font-weight: 500;
	font-size: 14px;
}

@media (max-width: 767px) {
	.page .main {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* BLOG */
/*-------------------------------------------------------------------------------------------*/
.blog-title, .archive-title {
	margin-top: 0px;
	margin-bottom: 5px;
}
.blog article.post, .archive article.post {
	border-top: 2px solid #d2d2d2;
	padding-top: 30px;
}
.blog article .row, .archive article .row {
	margin-top: 0;
	margin-bottom: 0;
}
.blog article .entry-thumbnail img, .archive article .entry-thumbnail img {
	width: 100%;
}
.blog article .entry-thumbnail, .blog article .entry-wrapper.min-wrapper {
	display: inline-block;
	vertical-align: top;
}
.archive article .entry-thumbnail, .archive article .entry-wrapper.min-wrapper {
	display: inline-block;
	vertical-align: top;
}
/*
.blog article .entry-thumbnail {
	margin-right: 15px;
}
*/
.blog article .entry-wrapper.min-wrapper, .archive article .entry-wrapper.min-wrapper {
	width: 78%;
}
@media (max-width: 1024px) {
	.blog article .entry-wrapper.min-wrapper {
		width: 77%;
	}
}
.blog article .entry-title, .archive article .entry-title {
	margin: 5px 0;
	margin-top: -2px;
}
.blog article .entry-title:hover, .archive article .entry-title:hover {
	color: #b41f24;
}
.blog article .entry-meta, .archive article .entry-meta {
	margin-bottom: 10px;
}
.blog article .entry-content, .archive article .entry-content {
	line-height: 18px;
}
.blog article .entry-content p, .archive article .entry-content p {
	display: inline;
}
.blog article .entry-read-more, .archive article .entry-read-more {
	color: #b41f24;
	font-weight: 900;
}

@media (max-width: 767px) {
	.blog article [class*="col-xs"], .archive article [class*="col-xs"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.single article [class*="col-xs"] {
		display: block;
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 540px) {
	.blog article [class*="col-xs"], .archive article [class*="col-xs"] {
		display: block;
		width: auto;
	}
}

.pagination {
	text-align: center;
}
.page-numbers {
	color: #595959;
	font-weight: 900;
}
.page-numbers.current {
	color: #b42026;
} 
.next {
	margin-left: 30px;
}
.prev {
	margin-right: 30px;
}

.share-buttons {
	margin-top: 45px !important;
	margin-bottom: 10px !important;
	text-align: right !important;
}
.share-buttons span {
	margin-right: 5px !important;
	color: #373737 !important;
	font-weight: 900 !important;
}
.share-buttons span, .share-buttons .social-icons {
	display: inline-block !important;
	vertical-align: middle !important;
}
.share-buttons .social-icons a {
	background: #bebebf !important;
	width: 30px !important;
	height: 30px !important;
}
.share-buttons .social-icons a:before {
	color: white !important;
	font-size: 24px !important;
}

@media (max-width: 767px) {
	.blog .main, .single .main, .archive .main {
		padding: 15px;
		padding-top: 0;
	}
	.entry-thumbnail {
		margin-bottom: 15px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* TICKET FORM */
/*-------------------------------------------------------------------------------------------*/
.form-header {
	background: #8d181c;
	padding: 15px 0;
}
.form-header h3 {
	margin: 0;
	color: white;
	text-align: center;
}
.ticketing-form {
	padding: 15px;
}
.ticketing-form label {
	color: white;
	font-weight: 900;
}
.ticketing-form input {
	margin: 15px 0;
}
.ticketing-form input[type="text"] {
	height: 35px;
	width: 100%;
	border: solid 1px grey;
	border-radius: 5px;
}
.ticket-type-inputs {
	color: white;
	text-align: center;
}
.ticket-type-inputs input {
	margin: 15px 5px;
}
.travel-dates input {
	display: inline-block;
	height: 35px;
	width: 48.25%;
	border: solid 1px grey;
	border-radius: 5px;
}
.number-traveling-inputs {
	text-align: center;
}
.number-traveling-inputs input {
	height: 35px;
	border: solid 1px grey;
	border-radius: 5px;
}
#depart, #seniors {
	float: left;
}
#return, #children {
	float: right;
}
#seniors, #children {
	width: 34%;
}
#adults {
	width: 25%;
}

#search {
	margin: 0;
	width: 50%;
	float: right;
	padding: 13px 0;
	background: #8d181c;
	border: solid 1px #8d181c;
	color: white;
	font-weight: 900;
}

/*-------------------------------------------------------------------------------------------*/
/* HOME PAGE */
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* SPECIALTY */
/*-------------------------------------------------------------------------------------------*/

#locationSelect {
	width: 100%;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 120px;
	padding: 15px 0;
	background: #fefefe;
	overflow: scroll;
	border-spacing: 0;
    border-collapse: collapse;
}
#locationSelect thead {
	background-color: #b41f24;
	color: #ffffff;
}
#locationSelect th,
#locationSelect td {
	text-align: left;
}
.map-form {
	margin-top: 30px;
	margin-bottom: 15px;
}
.default-map-search {
	display: block;
	color: lightgray;
	padding: 15px 30px;
}
.map-form input,
.map-form select {
	margin-right: 5px;
	padding-left: 4px;
	padding-right: 4px;
}
.map-filter {
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
}
.map-filter input {
	margin-right: 0;
}
.location {
	padding: 15px 30px;
}
@media( max-width:480px ) {
	#locationSelect {
		width: 100%;
		height: auto;
		float: none;
	}
}

#stateSelect {
	display: inline-block;
	background: transparent;
	width: 268px;
    height: 30px;
    padding-left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 1;
	border: 1px solid black;
	border-radius: 0;
	-webkit-appearance: none;
}
#selectSubmit {
	display: inline-block;
	border: 1px solid black;
    height: 30px;
    width: 40px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    background: url("images/bg_search.jpg") no-repeat scroll 0 0 transparent;
	color: #000000;
	cursor: pointer;
}


/*-------------------------------------------------------------------------------------------*/
/* SIDEBAR */
/*-------------------------------------------------------------------------------------------*/
.sidebar {
	padding: 15px;
	background: #f2f2f3;
}

#annual_archive_widget-2 ul {
	padding-left: 0;
}
#annual_archive_widget-2 li {
	display: inline-block;
	margin: 3px 0;
}
#annual_archive_widget-2 li:before {
	content: "/ ";
}
#annual_archive_widget-2 li:first-of-type:before {
	content: none;
}
#annual_archive_widget-2 li a {
	color: black;
}

.featured-posts ul {
	padding-left: 18px;
}
.featured-posts .featured-post {
	margin: 15px 0 !important;
}
.featured-posts .featured-post h4 {
	font-size: 14px !important;
	font-weight: 500 !important;
}
.featured-posts .featured-post a {
	color: black;
}

.deal-sidebar {
	padding: 15px;
}
.deal-sidebar h3:first-of-type {
	margin-top: 0;
} 
.deal-image {
	margin-bottom: 15px;
}
.deal-wrapper {
	margin-bottom: 50px;
}
.deal-content {
	margin-bottom: 15px;
	line-height: 18px;
}
.deal-content p {
	display: inline;
}
.deal-content a {
	color: #b41f24;
	font-weight: 900;
}

.tw-recent-posts h3 {
	margin-top: 0;
}
.widget_archive ul {
	margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------*/
/* FOOTER */
/*-------------------------------------------------------------------------------------------*/
#footer .row:nth-of-type(2) {
	margin-top: -30px;
}

#footer .container-fluid {
	background-color: #ac1e1d;
	background: url(/wp-content/themes/o3framework/images/footer_bg.jpg);
	background-size: cover;
}
#footer .menu {
	padding-left: 0;
}
#footer .menu li {
	padding-left: 0;
	border-right: none;
	float: left;
	font-size: 16px;
	text-align: left;
	vertical-align: top;
	width: 32%;
}
#footer .menu li:last-of-type {
	margin-top: 20px;
}
#footer .menu .parent-item {
	font-weight: 900;
}
#footer .menu li a {
	color: white;
}
#footer .sub-menu {
	margin-top: 20px;
}
#footer .sub-menu li {
	display: block;
	padding: 3px 0;
	float: none;
	font-weight: 100;
	width: 100%;
}
#footer .sub-menu li:last-of-type {
	margin-top: 0;
}
#footer .primary-cta, #footer .secondary-cta {
	margin: 15px 0;
	width: 100%;
}
#footer .primary-cta {
	margin-top: 0;
}
.disclaimer {
	color: white;
	font-size: 11px;
	font-weight: 100;
	line-height: 13px;
	max-width: 55%;
	-webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
	.disclaimer {
		max-width: 100%;
	}
}

#menu-footer-menu {
	margin-top: 0;
/* 	text-align: center; */
}
/*
#menu-item-98 {
	float: left;
}
#menu-item-108 {
	float: right;
}
*/

@media (max-width: 950px) {
	#menu-footer-menu li {
		font-size: 14px !important;
		padding-right: 15px !important;
	}
	#menu-footer-menu .sub-menu li {
		padding-right: 0px !important;
	}
}

.social-icons {
	text-align: right;
}
.social-icons a {
	display: inline-block;
	position: relative;
	margin: 0px 5px;
	background: white;
	width: 40px;
	height: 40px;
	text-align: center;
}
.social-icons a:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	color: #b41f24;
	font-size: 26px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.social-icons a:last-of-type {
	margin-right: 0;
}

@media (max-width: 767px) {
	#footer .menu li {
		display: block;
		text-align: center;
		margin-bottom: 25px;
		padding-right: 0 !important;
		width: 100%;
	}
	#footer .sub-menu {
		margin-top: 15px;
	}
	#footer .sub-menu li {
		margin-bottom: 0px;
	}
	.disclaimer {
		text-align: center;
	}
	#footer .menu li:last-of-type {
		margin-top: 0px;
	}
}

/*-------------------------------------------------------------------------------------------*/
/* ELEMENTS */
/*-------------------------------------------------------------------------------------------*/
/*
.breadcrumb {
	margin-top: -23px;
}
*/
@media (max-width: 767px) {
	.breadcrumb {
		margin-top: 15px;
		margin-bottom: 15px;
		padding-left: 15px;
	}
}
.breadcrumb-trail a {
	color: black;
}
.trail-end {
	color: #b41f24;
}
.sep {
	margin: 0 5px;
}

/*-------------------------------------------------------------------------------------------*/
/* CHARTERS */
/*-------------------------------------------------------------------------------------------*/

.twlabel {
	font-size: 70%;
	width: auto;
	display: block;
	text-align: right;
}
.twradio {
	font-size: 75%;
}
.required {
	font-size: 90%;
	color: red;
}
.urlField {
	display:none
}
    
    

/*-------------------------------------------------------------------------------------------*/
/* RESPONSIVE */
/*-------------------------------------------------------------------------------------------*/
@media (max-width: 991px) {

}
@media (max-width: 767px) {

}
@media (max-width: 500px) {

}
@media (max-width: 350px) {

}


/*-------------------------------------------------------------------------------------------*/
/* NON RESPONSIVE */
/*-------------------------------------------------------------------------------------------*/
body.standard .container .navbar-header,
body.standard .container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* Always float the navbar header */
body.standard .navbar-header {
  float: left;
}

/* Undo the collapsing navbar */
body.standard .navbar-collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
  border-top: 0px;
}

body.standard .navbar-toggle {
  display: none;
}

/* Always apply the floated nav */
body.standard .navbar-nav {
  float: left;
  margin: 0;
}
body.standard .navbar-nav > li {
  float: left;
}
body.standard .navbar-nav > li > a {
  padding: 15px;
}

/* Redeclare since we override the float above */
body.standard .navbar-nav.navbar-right {
  float: right;
}

/* Undo custom dropdowns */
body.standard .navbar .open .dropdown-menu {
  position: absolute;
  float: left;
  background-color: #fff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-width: 0 1px 1px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
body.standard .navbar .open .dropdown-menu > li > a {
  color: #333;
}
body.standard .navbar .open .dropdown-menu > li > a:hover,
body.standard .navbar .open .dropdown-menu > li > a:focus,
body.standard .navbar .open .dropdown-menu > .active > a,
body.standard .navbar .open .dropdown-menu > .active > a:hover,
body.standard .navbar .open .dropdown-menu > .active > a:focus {
  color: #fff !important;
  background-color: #428bca !important;
}
body.standard .navbar .open .dropdown-menu > .disabled > a,
body.standard .navbar .open .dropdown-menu > .disabled > a:hover,
body.standard .navbar .open .dropdown-menu > .disabled > a:focus {
  color: #999 !important;
  background-color: transparent !important;
}

.link-nogo>a,
.link-nogo>a:hover {
	text-decoration: none;
	cursor: default;
	font-weight: bold;
}

/*------IFRAME--------*/
iframe {
	max-width: 100%;
}