/* ==========================================================================
Import
========================================================================== */

@import url('bootstrap.min.css');
@import url('../fonts/font-awesome.min.css');

/* ==========================================================================
Base
========================================================================== */

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {font-size: 1em}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "skolar-sans-latin",'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}

/* ==========================================================================
Typography
========================================================================== */

.text-caps {text-transform: uppercase}
.text-justify {text-align: justify}
.text-right{text-align:right;}
.text-center{text-align:center;}
.weight-bold {font-weight: 700}
.text-regular {font-size: 1em}
.text-lg {font-size: 2.074em}
.text-md {font-size: 1.44em}
.text-sm {font-size: 0.833em}
.text-read {line-height: 1.45em}
.text-italic {font-style:italic;}
.text-white {color:white;}
.text-black {color:black !important;}
.text-blue { color:#00559c; }
.color-primary {color: #e51a38 !important}
.error { color:#a94442;}

td {
	padding: 10px;
	text-align: left;
}

a, a:hover {color: #e35450}
a, a:active, a:focus{outline: none}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.btn {font-family: "skolar-sans-latin",'PT Sans Caption', sans-serif;}

a.view-more {
	/*border-left: solid 2px #e35450; padding-left: 10px;*/
}
a.view-more:hover {text-decoration: none}

.wrapper--nav-tabs a, a:hover{
	color: #e51a38;
}

hr { border-color:#e51a38; }



/* ==========================================================================
Icons	
========================================================================== */

/* ==========================================================================
Master
========================================================================== */


@media only screen and (min-width: 768px) {
/*	.page-content {position: relative}
	.page-content:before {
		content: '';
		position: absolute; top: -100px; left: 0; z-index: 1;
		width: 100%; height: 100px;
		background-image: url('../img/bg--gradient-white.png');
		background-repeat: repeat-x;
	}*/
}
.aside-header {border-bottom: solid 2px #333}

.footer {
	width: 100%;
	color: #333;
	background-color: #c3c3c3;
}
	/*.site-public .footer {background: #033a67}
	.site-trade .footer {background: #b1141f}*/

.footer a {color: #333;}
.footer a:hover {color: #333; text-decoration: underline}

.footer .btn {color: #333 !important}
.footer .btn.outline {border-color: #333}
.footer .row-aux {
	padding: 30px 0; 

}


.footer .row-aux a.btn-subscribe {color: #000;background-color: rgba(255, 221, 0, 1)}
.footer .bottom-bar {
	border-top: solid 1px #830c14;
	font-size: 14px; padding: 15px 0;
}

.footer .socicon {margin: 0 10px; color: #fff}
.footer .btn-subscribe {color: #fff; white-space: normal}

.logo--experia {
	background-image: url('../img/logo-experia-2.png');
	width: 140px; height: 60px;
	display: block;
}

#subscribe-mail img {margin-right: 10px;}
#subscribe-mail input {background: none; border-color: #e51a38; color: #e51a38;}

/* ==========================================================================
Masthead
========================================================================== */

#masthead,
#masthead .container {position: relative;height: 140px;}
#masthead {width: 100%}
#masthead .container {
	background-position: bottom right;
	background-repeat: no-repeat;
}
	.site-public #masthead {background-color: #005499}
	.site-public2 #masthead .container {
		background-image: url('../img/bg--wave--public.png');
	}
	.site-trade #masthead {background-color: #E30513}
	.site-trade2 #masthead .container {
		background-image: url('../img/bg--wave--trade.png');
	}
	
#masthead:before {
	content: '';
	position: absolute; top: 0; right: 50%; margin-right: 370px; z-index: 2;
	background-color: #fff;
	width: 2000px; height: 140px;
}
#masthead:after {
	content: '';
	position: absolute; bottom: 0; right: 0; z-index: 1;
	background-color: #fff;
	width: 100%; height: 40px;
}
	.site-trade #masthead:after {background-color: #005499}
	.site-public #masthead:after {background-color: #E30513}

#masthead .logo {
	position: absolute; top: 0; left: -1px; z-index: 3;
	width: 259px; height: 140px;
	background-image: url('../img/logo--airshow2018@2x.png')
}

#masthead .event-banner {
	position: absolute; top: 15px; left: 50%; margin-left: -225px; z-index: 1;
	background-image: url('../img/img--event-banner-withdate.png');
	width: 450px; height: 66px;
}

#masthead.affix {position: fixed !important; top: 0; left: 0 ;width: 100%; z-index: 20}

#search { position:absolute; top:12px; right:105px; }
#search i { color:#fff; }
#search .dropdown-menu { width:230px; padding-left:5px; }
@media only screen and (max-width: 991px) {
	#search { display:none; }
}

.site-selection {
	position: absolute; bottom: 0px; left: 50%; margin-left: -225px; z-index: 2;
}
.site-selection .btn {
	color: rgba(255,255,255,0.5);
	text-transform: uppercase; font-size: 14px; font-weight: 400;
	background-color: transparent; border: 0; border-radius: 0; height: 40px;
	padding: 9px 15px;
	box-shadow: none; -webkit-box-shadow: none;
}

.site-selection .btn.active {color: rgba(255,255,255,0.9); font-weight: 700}
	.site-public .site-selection .btn.active {background-color: #005499}
	.site-trade .site-selection .btn.active {background-color: #E30513}

.site-selection .btn:hover {color: rgba(255,255,255,1);}

@media only screen and (min-width: 768px) {
	#masthead.affix:before {height: 80px;}
	#masthead.affix:after {display: none}
	#masthead.affix .container {background-image: none !important}
	#masthead.affix, #masthead.affix .container {height: 80px;}
	#masthead.affix .logo {width: 148px; height: 80px;}
	#masthead.affix .event-banner {top: 20px; left: 170px; margin-left: 0; width: 379px; height: 40px;background-image: url('../img/img--event-banner.png');}
	#masthead.affix .site-selection {display: none}
}

@media only screen and (min-width: 992px) {
	#masthead:before {margin-right: 480px}	
	#masthead.affix:before {margin-right: 480px;}
}

@media only screen and (min-width: 1200px) {
	#masthead.affix:before {margin-right: 540px;}
}

@media only screen and (max-width: 991px) {
	.site-selection {margin-left: -105px}
	#masthead .event-banner {width: 325px; height: 48px; margin-left: -105px; top: 15px;}
}
@media only screen and (max-width: 767px) {
	#masthead:before {height: 90px;}
	#masthead:after {display: none}
	#masthead .container {background-image: none !important}
	#masthead, #masthead .container {height: 80px;}
	#masthead .logo {width: 148px; height: 80px;}
	#masthead .event-banner {left: 150px; margin-left: 0;background-image: url('../img/img--event-banner.png');height: 34px;top: 25px;}
}

@media only screen and (max-width: 540px) {
	#masthead .event-banner {left: 130px;width: 255px; height: 26px; top: 30px;}
}

@media only screen and (max-width: 440px) {
	#masthead, #masthead .container {height: 50px;}
	#masthead .logo {width: 107px; height: 60px;}
	#masthead .event-banner {left: 110px;width: 200px; height: 21px; top: 14px;}
}

@media only screen and (min-width: 992px) {
	
}


/* ==========================================================================
Sections
========================================================================== */

#partners {border-top: solid 1px #eee;}
#partners > .container > .row > div {padding: 20px 35px;}

@media only screen and (min-width: 768px) {
	#partners .right-divider {border-right: solid 1px #eee}
}

/* ==========================================================================
Components
========================================================================== */
.btn-banner {
	position: relative;
	width: 100%; height: 195px;
	background-color: #336E8A;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.btn-banner .img-banner {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.7;
	width: 100%; height: 195px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.btn-banner:hover .img-banner {
	opacity: 0.3;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.btn-banner figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.btn-banner figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.btn-banner figcaption::before,
.btn-banner figcaption::after {
	pointer-events: none;
}
.btn-banner figcaption,
.btn-banner figcaption > a {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.btn-banner h2 {
	word-spacing: -0.15em;
	font-weight: 400;
	margin-top: 20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	text-shadow: 1px 1px 20px black;
	font-size: 22px;
	color: #fff !important;
}
.btn-banner h2 span {font-weight: 800}
.btn-banner h2,.btn-banner p {margin: 0}

.btn-banner p {
	letter-spacing: 1px;
	font-size: 68.5%;
	margin: 1em 0 0;padding: 10px;
	background: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
	color: #000;
	font-weight: 700;
	text-align: center;
	border-radius: 6px;
}

.btn-banner:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.btn-banner:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

#top {background: #dcddde;}

@media only screen and (min-width: 768px) {
	.container--components .right-divider {border-right: solid 1px #eee}
}

.component {margin-bottom: 20px}

.component header.header--tab {
	border-bottom: solid 3px #e51a38;
	margin-bottom: 20px;
}
.component header.header--tab h3 {
	background: #e51a38; 
	color: #fff; 
	padding: 10px 10px 7px; margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
}

.component-header {
	position: relative;
	color: rgba(255,255,255,0);
	margin: 0; padding: 10px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}
.component-header:before,
.component-header:after {
	position: absolute; left: 0;
	background: #e51a38; color: #fff;
}
.component-header:before {
	content: '';
	bottom: 0;
	height: 3px; width: 100%;
	
}
.component-header:after {
	content: attr(data-title);
	top: 0; 
	padding: 10px;
	display: inline-block;
}

.component--carousel .carousel-inner {margin-bottom: 35px}
.component--carousel .carousel-indicators {
	bottom: -40px;
}
.component--carousel .carousel-indicators li {background: #ddd}
.component--carousel .carousel-indicators li.active {background: #e51a38}
.component--carousel .carousel-indicators li,
.component--carousel .carousel-indicators li.active {width: 14px; height: 14px;margin: 1px;border: none}
.component--carousel .carousel-caption {width: 100%; text-align: left; }
	.component--carousel .carousel-caption.bottom {
		bottom: 0; left: 0; right: 0;
		background: rgba(39,57,131,0.5);
		padding: 10px; 
	}
	.component--carousel .carousel-caption.label {top: 0; left: 0;}
	.component--carousel .carousel-caption.label span {
		position: absolute; left: 20px;
		display: inline-block;
		background: rgba(255,255,255,0.9);
		padding: 5px;
		font-size: 24px; 
		color: #e51a38;
		text-transform: uppercase;
		text-shadow: none;
	}
		.component--carousel .carousel-caption.label span.first {bottom: 80px;}
		.component--carousel .carousel-caption.label span.second {bottom: 40px;}

.component--tabs .header--tab {margin-bottom: 0 !important}
.component--tabs .nav-tabs li a {background-color: #eee; border-radius: 0; color: #999; }
.component--tabs .nav-tabs li a:hover {color: #e51a38}
.component--tabs .nav-tabs li.active a {background-color: #fff; color: #e51a38; font-weight: 700; }
.component--tabs .tab-content {padding: 15px 0}
.component--tabs .nav-tabs > li > a {
	border: none;
	font-size: 12px;
}

.component--list-group .panel {border-radius: 0}
.component--list-group .panel,
.component--list-group .list-group-item {border-color: #ffcccb}
.component--list-group .list-group-item:hover {color: #e35450}
.component--list-group .panel-heading {background-color: #e9cccb;border-radius: 0}
.component--list-group .panel-title {text-transform: uppercase; font-size: 15px; font-weight: 700; color: #e35450;}
.component--list-group .panel-title i {margin-right: 5px;}

.component--ticker {
	position: relative;min-height: 100px;
	border-top: solid 1px #f2f2f2;
	border-bottom: solid 1px #f2f2f2;
}
.component--ticker:before {
	content: "\f0a1";font-family: FontAwesome;
	position: absolute; top: 0; left: 0; 
	font-size: 40px;
}
.component--ticker ol {
	padding: 10px 0 10px 60px; margin: 0;
	overflow:hidden;
}
	.component--ticker ol li {
		display:none;
		overflow:hidden;
		font-size: 18px;
	}

.component--news span.date {color: #999; position: relative; padding-bottom: 5px; margin-bottom: 5px}
.component--news span.date:before {
/*	content: '';
	background: #999; 
	width: 50px; height: 2px;
	position: absolute; bottom: 0; left: 0;*/
}
.component--news h5 {font-weight: bold;}

.component--fb {width: 360px; margin: 0 auto;}

.component--breadcrumb .breadcrumb {display: inline-block; margin-bottom: 0;}

.page-banner {height: 220px;}

@media only screen and (min-width: 1200px) {
	.component--fb {width: 460px}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.component--fb {width: 370px}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.component--fb {width: 500px;}
}

@media (min-width: 480px) and (max-width: 767px) {

}
	
#sitemap {background-color: #f2f2f2; padding: 50px 0 20px 0;}
#sitemap .list-group-item {background: none;border-left: 0; border-right: 0;padding: 5px 15px}
#sitemap .title {margin-left: 15px; color: #336E8A;}
	.site-trade #sitemap .title{color: #d9232f}
	.site-public #sitemap .title {color: #005499}
#sitemap .list-group {font-weight: 400}
#sitemap a {color: #000}
#sitemap strong {color: #666;}

.btn.trigger-sitemap {
	background-color: #f2f2f2 !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #ee1c24 !important;
	border-bottom: 0;
	font-size:15px;
	font-weight:bold;
}
.btn.trigger-sitemap i {
	font-size:15px;
	font-weight:bold;
}
.site-public .btn.trigger-sitemap {
	color:#034A9A !important;
}	
	
.btn.trigger-sitemap:hover {background-color: #f2f2f2 !important;}
	.site-trade .btn.trigger-sitemap:hover {color: #d9232f !important}
	.site-public .btn.trigger-sitemap:hover {color: #EE1C24 !important}

#contactsCarousel {margin-bottom: 20px}
#contactsCarousel .carousel-indicators {bottom: -35px}
#contactsCarousel .carousel-indicators li {background: #c5c5c5; border: 0; width: 12px; height: 12px; margin: 1px;}
#contactsCarousel .carousel-indicators .active {background-color: #333;  border: 0}
#contactsCarousel .glyphicon.glyphicon-menu-left {left: -15px}

/* ==========================================================================
Article Content
========================================================================== */
.container--article {
	background-size: contain;
	background-position: top center !important; min-height: 500px;
	background-repeat: no-repeat;
}
.article-content {margin: 20px 0;}
.article-title {color: #e51a38; margin: 0 0 30px} 

.article-content h1,
.article-content h2,
.article-content h4,
.article-content h5,
.article-content h6 {color: #EE1C24; font-weight: 700}

.article-content h1 { font-size:30px; margin-top: 0; }
.article-content h2 { font-size:28px; }
.article-content h3 { font-size:26px; font-weight:bold; }
.article-content h4 { font-size:20px; }

.post.hentry {padding: 10px}
.post.hentry:hover {background: #f9f9f9}
.post.hentry .entry-meta {color: #aaa; font-size: 12px}
.post.hentry .entry-header {margin-bottom: 10px}
	.post.hentry .entry-title {margin: 0}
	.post.hentry .entry-title a {color: #333}
	
.entry-meta .comments-link {float: right}
	
.post.hentry .post-body .thumb {float: left; width: 120px; margin-right: 20px;}
.post.hentry .post-body .thumb-lg {width: 350px; margin-bottom: 10px; display: block;}
.entry-footer {font-size: 12px}

.tagcloud a {color: #666}
.tagcloud a:hover {color: #273983}

@media only screen and (max-width: 991px) {
	.container--article {background: none !important;}
}
@media only screen and (max-width: 767px) {

}




/* ==========================================================================
Navigation
========================================================================== */

.cd-nav-trigger {
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: uppercase
}
.cd-nav-trigger:hover {text-decoration: none;color: rgba(255,255,255,0.8);}
.cd-nav-trigger span {font-weight: bold;border: solid 1px rgba(255,255,255,0.8);; border-radius: 3px; padding: 1px 5px 4px;font-size: 16px;-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
.cd-nav-trigger:hover, .cd-nav-trigger:focus {color: #fff; text-decoration: none}
.cd-nav-trigger:hover span, .cd-nav-trigger:focus span {border-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8); text-decoration: none; }
	.site-trade .cd-nav-trigger:hover span, .site-trade .cd-nav-trigger:focus span {color: #d9232f}
	.site-public .cd-nav-trigger:hover span, .site-public .cd-nav-trigger:focus span {color: #005499}
.cd-nav-trigger-outside {position: absolute; top: 20px; right: 10px;}
.cd-nav-trigger-inside {
	position: absolute; top: 20px; right: 20px;
	border: solid 1px rgba(255,255,255,0.8);
	border-radius: 50%;
	width: 30px; height: 30px;
	line-height: 26px; text-align: center;
}
	.site-trade .cd-nav-trigger-inside{color: #d9232f; border-color: #d9232f}
	.site-public .cd-nav-trigger-inside {color: #005499; border-color: #005499}
.cd-nav-trigger-inside:hover {
	color: #fff !important;
}
	.site-trade .cd-nav-trigger-inside:hover {background-color: #d9232f}
	.site-public .cd-nav-trigger-inside:hover {background-color: #005499}

.cd-nav {
	position: fixed;z-index: 10;top: 0;right: 0;
	height: 100%;width: 320px;
	background-color: #f2f2f2;
	z-index:999;
	-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);
	-webkit-transform: translateX(100%);-moz-transform: translateX(100%);-ms-transform: translateX(100%);-o-transform: translateX(100%);transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.7s;-moz-transition: -moz-transform 0.7s;transition: transform 0.7s;
	-webkit-backface-visibility: hidden;backface-visibility: hidden;
}
.cd-nav .cd-navigation-wrapper {
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 20px;
}

body .curtain {background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; right: 0; width: 100%; height: 100%; display: none; z-index: 10;}
body.navigation-is-open .curtain {display: block;}
.navigation-is-open .cd-nav {
	-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);
	-webkit-transition: -webkit-transform 0.5s;-moz-transition: -moz-transform 0.5s;transition: transform 0.5s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {}
.cd-nav h2 {
	position: relative;
	margin-top: 17px;
	padding-left: 15px;
	font-size: 1.3rem;font-weight: 800;color: #666;
	text-transform: uppercase; margin: 0;
}
.cd-nav h2::after {
	content: '';
	position: absolute;left: 15px;bottom: -20px;
	height: 1px;width: 60px;
	background-color: #666;
}
.cd-nav .panel-group {margin-top: 40px;}
.cd-nav .panel {background: none; border: none}
.cd-nav .panel-heading {background: none; border-radius: 0;}
.cd-nav .accordion-toggle { font-weight: bold; text-decoration: none;}
	.site-trade .cd-nav .accordion-toggle {color: #d9232f}
	.site-public .cd-nav .accordion-toggle {color: #005499}
.cd-nav .accordion-toggle.collapsed {font-weight: normal}
.cd-nav .accordion-toggle:hover {
	text-decoration: none;
}
.cd-nav .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "-";
    float: right; color: #f07402;
    font-weight: normal
}
	.site-trade .cd-nav .accordion-toggle:after {color: #d9232f}
	.site-public .cd-nav .accordion-toggle:after {color: #005499}
.cd-nav .accordion-toggle.collapsed:after {content: "+"}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.cd-nav .list-group {padding-bottom: 20px}
.cd-nav .list-group-item {background: none; border: none;color: #666; padding: 2px 15px}
.cd-nav .list-group-item:hover {background: transparent; color: #f07402}
.site-trade .cd-nav .list-group-item:hover {color: #034a9a}
.site-public .cd-nav .list-group-item:hover {color: #005499}

.cd-nav span.list-group-item,
.cd-nav span.list-group-item:hover {color:#034a9a; cursor: default; font-weight: bold;padding: 5px 15px}

#sitemap .list-group-item strong { color:#034A9A;}


.cd-nav .cd-primary-nav {margin-top: 60px}
.cd-nav .cd-primary-nav a {
	font-size: 1.44em;
	text-transform: uppercase;
	color: #086a4f;
	display: inline-block;
}
.cd-nav .cd-primary-nav a.selected {color: #ffffff}

.no-touch .cd-nav .cd-primary-nav a:hover {color: #ffffff}
.no-js main {height: auto;overflow: visible}
.no-js .cd-nav {position: static;visibility: visible}
.no-js .cd-nav .cd-navigation-wrapper {
	height: auto;
	overflow: visible;
	padding: 100px 5%;
	-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);
}

@media only screen and (max-width: 767px) {
	.cd-nav-trigger-outside {top: 25px;}
}
@media only screen and (max-width: 440px) {
	.cd-nav-trigger-outside {top: 10px;}
}

	
.btn-group--social a {margin: 5px; padding: 10px; background-color: transparent !important; border: solid 1px #333;}
	.btn-group--social a.btn-facebook:hover {background-color: #3b5998 !important}
	.btn-group--social a.btn-youtube:hover {background-color: #e52d27 !important}
	.btn-group--social a.btn-linkedin:hover {background-color: #007bb6 !important}
	.btn-group--social a.btn-google:hover {background-color: #d34836 !important}
	.btn-group--social a.btn-twitter:hover {background-color: #55acee !important}


.navbar-right > .dropdown-menu{ padding: 5px; }

.navbar--footer {
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
	border: none;
}	
.navbar--footer a.btn {height: 55px; border-left: solid 1px #777; }
.navbar--footer a.btn {background: #999;color: #fff}
.navbar--footer .open > .btn {
	background: #273983 !important;color: #f2f2f2 !important}
.navbar--footer a.btn:active, .navbar--footer a.btn.active {background: #273983;box-shadow: none}

.navbar--footer a span {font-size: 11px; text-transform: uppercase; margin-top: 5px}

.navbar--footer .dropdown-menu--call {border-radius: 0; padding: 0}
.navbar--footer .dropdown-menu--call li {border-top: solid 1px #ccc}
.navbar--footer .dropdown-menu--call li:first-child {border: 0}
.navbar--footer .dropdown-menu--call a, .navbar--footer .dropdown-menu--language a {
	padding: 15px 20px;
}

.navbar--footer .dropdown-menu--search {padding: 20px; min-width: 260px}
.navbar--footer .dropdown-menu--search .btn {width: 100%;}

.list-group--categories {
	border-top: solid 1px #eee; padding: 10px 0; border-bottom: solid 1px #eee;
}
.list-group--categories .list-group-item.disabled {
	cursor: default;
	color: #fff;
	font-weight: bold;
	border-color: #273983;
	background-color: #273983;
}

.cd-top {
	display: inline-block;
	height: 40px; width: 40px;
	position: fixed; bottom: 40px;right: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(4,73,151,0.7) url(../img/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s,visibility 0 .3s;
	-moz-transition: opacity .3s 0s,visibility 0 .3s;
	transition: opacity .3s 0s,visibility 0 .3s;
}

.cd-top.cd-is-visible,.no-touch .cd-top:hover, {
	-webkit-transition: opacity .3s 0s,visibility 0 0;
	-moz-transition: opacity .3s 0s,visibility 0 0;
	transition: opacity .3s 0s,visibility 0 0;
}

.cd-top.cd-is-visible {visibility: visible;opacity: 1}

.cd-top:hover,
.no-touch .cd-top:hover {
	background-color: #49A948;
	opacity: 1;
}

@media only screen and (min-width: 768px) {
	.cd-top {right: 20px;bottom: 20px}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 40px;width: 40px;
		right: 30px;bottom: 30px;
	}
}
.mobile-top ul {margin: 0; padding: 0;}
.mobile-top ul li { border-left: solid 1px #ccc}
	.mobile-top ul li:first-child {border: none}
.mobile-top a {width: 100%; display: block; color: #30a465}
.mobile-top a {padding: 10px; text-align: center;}
.mobile-top a:hover {background-color: #f2f2f2}
.mobile-top .dropdown-menu-search {
	padding: 10px; top: 40px; width: 100%;
}
.mobile-top .col-xs-4.open {position: static !important}
.mobile-top .dropdown-menu-search .form-group {float: left; width:80%}
.mobile-top .dropdown-menu-search button{ width: 20%}

/* ==========================================================================
Carousel Home
========================================================================== */

#carousel-home .carousel-inner>.item {height: 500px}
#carousel-home .carousel-inner .item.carousel--trade {height: 350px}
#carousel-home .carousel-inner .item.item-default {
	background-image: url('../img/bg--sky.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#carousel-home .carousel-inner .carousel--trade.item-default {
	background-position: center center;
}

#carousel-home .carousel-inner>.item .container {height: 500px}
#carousel-home .carousel-inner>.item .container .col-sm-6 {position: relative;}

#carousel-home .carousel-indicators li {background: #c5c5c5; border: 0; width: 12px; height: 12px; margin: 1px;}
#carousel-home .carousel-indicators .active {background-color: #333;  border: 0}

#carousel-home .carousel-cta {
	position: absolute; top: 50px; right: 50%; z-index: 1;
	margin-right: -500px;
	width: 360px; min-height: 200px;
}

.row--countdown {position: relative;height: 80px;}
.row--countdown a {
	position: absolute;top: 0; right: 50%; margin-right: -143px;
	width: 60px; height: 58px;
	padding: 11px 10px 10px;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 5px;
}
.row--countdown a i {display: block}
#event-countdown {
	position: absolute;top: 0; right: 50%; margin-right: -75px;
	width: 240px; 
	font-size: 30px;
	text-align: center;
}
#event-countdown > div {
	float: left;
	width: 60px; margin: 0 10px;
	color: #fff; 
}

#event-countdown .number {
	width: 100%;height: 40px;
	line-height: 32px;
	padding: 0 10px; margin-bottom: 5px;
	border-radius: 5px;
	background: rgb(81,108,129); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(81,108,129,1) 0%, rgba(81,108,129,1) 51%, rgba(36,63,80,1) 51%, rgba(36,63,80,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(81,108,129,1) 0%,rgba(81,108,129,1) 51%,rgba(36,63,80,1) 51%,rgba(36,63,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(81,108,129,1) 0%,rgba(81,108,129,1) 51%,rgba(36,63,80,1) 51%,rgba(36,63,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516c81', endColorstr='#243f50',GradientType=0 ); /* IE6-9 */
	display: block;
}
#event-countdown .number.divider {
	position: relative;
}
	#event-countdown .number.divider:before {
		content: ":";
		position: absolute; top: -3px; right: -15px; z-index: 10;
		width: 10px; 
		color: #3d4245;
		font-size: 30px;
		font-weight: bold
	}

#event-countdown .label {
	padding: 0;
	font-size: 50%; text-transform: uppercase;
	font-weight: 400;
	display: block;
}
.row--event-details {padding-bottom: 10px;}
.row--event-details span {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display: block;
}
	.row--event-details span.event-date {
		font-weight: 700; font-size: 54px; line-height: 50px;
	}
	.row--event-details span.event-location {
		font-weight: 700; font-size: 26px;
	}
	
.row--primary-cta .btn {margin: 2%;width: 96%; font-weight: bold;}

.key-visual {
	position: absolute; z-index: 1;
}
.key-visual.visual--text {
	top: 110px; left: 50%;
	margin-left: 50px;
	background-image: url('../img/img--key-visual--text.png');
	width: 255px; height: 250px;
}
.key-visual--trade.visual--text {top:60px; left: 60%; width: 215px; height: 220px;}

.key-visual.visual--text2 {
	top: 310px; left: 50%;
	margin-left: 110px;
	background-image: url('../img/img--key-visual--text2.png');
	width: 349px; height: 70px;
}
.key-visual--trade.visual--text2 {top:150px; width: 289px; height: 58px; margin-left: 100px;}

.key-visual.visual--text3 {
	top: 100px; left: 53%;
	margin-left: -10px;
	background-image: url('../img/img--key-visual--text3.png');
	width: 500px; height: 324px;
	z-index: 3;
}

.key-visual.visual--ribbon {
	top: 10px; left: 50%;
	margin-left: -280px;
	background-image: url('../img/img--key-visual--ribbon.png');
	width: 288px; height: 500px;
}
.key-visual--trade.visual--ribbon {top:10px; margin-left: -200px; width: 210px; height: 360px;}

.key-visual.visual--globe {
	top: -10px; left: 50%;
	margin-left: -340px;
	background-image: url('../img/img--key-visual--globe.png');
	width: 459px; height: 600px;
}
.key-visual--trade.visual--globe {top: 30px; margin-left: -240px; width: 290px; height: 380px;}

.key-visual.visual--infinity {
	top: 100px; left: 50%;
	margin-left: -300px;
	background-image: url('../img/img--key-visual--infinity.png');
	width: 400px; height: 259px;
}

@media only screen and (max-width: 991px) {
	#carousel-home .carousel-cta {margin-right: -370px;}
	.key-visual.visual--text {margin-left: -110px; z-index: 2}
	.key-visual.visual--ribbon {margin-left: -170px}
	.key-visual.visual--infinity { width: 500px; height: 324px; margin-left:-300px; }
	.key-visual.visual--text2 {top: 350px}
	.key-visual--trade.visual--text2 {top: 220px;}
	.key-visual.visual--text3 { width: 500px; height: 142px; margin-left:-170px; top:325px; }
}


@media only screen and (max-width: 767px) {
	#carousel-home .carousel-cta {
		width: 90%; bottom: 50px; top: auto;
		right: 5%; margin-right: 0;
	}
	#carousel-home .carousel-cta--trade {bottom: 0; min-height: 170px;}
	
	#carousel-home .carousel-inner>.item.carousel--trade {height: 390px}
	#carousel-home .carousel-inner img {max-width: 320px; margin: 10px auto 0}
	.row--event-details img {max-width: 320px; margin: 0 auto ;}
	/* #carousel-home .carousel-indicators {bottom: 310px} */
	#carousel-home .carousel-indicators--trade {bottom: 170px}
}
@media only screen and (max-width: 440px) {

}


/* ==========================================================================
Helper Classes
========================================================================== */

.bottom-margin-none {margin-bottom: 0 !important}
.bottom-margin-xs {margin-bottom: 5px !important}
.bottom-margin-sm {margin-bottom: 10px !important}
.bottom-margin-md {margin-bottom: 20px !important}
.bottom-margin-lg {margin-bottom: 40px !important}
.top-margin-none {margin-top: 0 !important}
.top-margin-xs {margin-top: 5px !important}
.top-margin-sm {margin-top: 10px !important}
.top-margin-md {margin-top: 20px !important}
.top-margin-lg {margin-top: 40px !important}
.vertical-margin-none {margin-top: 0 !important; margin-bottom: 0 !important;}
.vertical-margin-sm {margin-top: 10px !important; margin-bottom: 10px !important}
.vertical-margin-md {margin-top: 20px !important; margin-bottom: 20px !important}
.vertical-margin-lg {margin-top: 40px !important; margin-bottom: 40px !important}
.remove-bottom-padding {padding-bottom: 0 !important}
.remove-top-padding {padding-top: 0 !important}
.no-padding {padding: 0 !important}
.no-list-type{list-style-type: none;}

.bg-size-cover, .img-size-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	@media only screen and (max-width: 767px) {
		.bg-size-cover-sm,
		.bg-size-cover-md,
		.bg-size-cover-lg {background: none !important}
	}
	@media only screen and (max-width: 991px) {
		.bg-size-cover-md,
		.bg-size-cover-lg {background: none !important}
	}
	@media only screen and (max-width: 1199px) {
		.bg-size-cover-lg {background: none !important}
	}


.centered {
	position: absolute;top: 50%;left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
@media only screen and (min-width: 768px) {
	.centered-sm {
		position: absolute; top: 50%; left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%)
	}
}
.img-responsive {
	max-width:100%;
}

.image-border{
    border-width: 1px;
    border-color: Black;
}
.img-center {display:block; margin-left:auto; margin-right:auto;}

/* ==========================================================================
Bootstrap Mods
========================================================================== */

.block {display: block;}

@media only screen and (min-width: 800px) {
	.container-narrow {
		width: 800px
	}
}

.sharp {border-radius:0 !important}

.label-lg {font-size: 100%}

.nav-pills > li > a {background: #eee; color:#034A9A;}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #005499;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
	padding-right: 0;
	padding-left: 0;
}

.row.with-gutters {
	margin-right: -15px;
	margin-left: -15px;
}
.row.with-gutters [class^="col-"],
.row.with-gutters [class*=" col-"]{
	padding-right: 15px;
	padding-left: 15px;
}

hr.divider {
	width: 100%; height: 10px;
	background: url('../img/bg-divider.png') center center repeat-x;
	border: none;
}

.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}@media (min-width: 480px) and (max-width: 767px){.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11{float:left}.col-ms-1{width:8.33333%}.col-ms-2{width:16.66667%}.col-ms-3{width:25%}.col-ms-4{width:33.33333%}.col-ms-5{width:41.66667%}.col-ms-6{width:50%}.col-ms-7{width:58.33333%}.col-ms-8{width:66.66667%}.col-ms-9{width:75%}.col-ms-10{width:83.33333%}.col-ms-11{width:91.66667%}.col-ms-12{width:100%}.col-ms-push-1{left:8.33333%}.col-ms-push-2{left:16.66667%}.col-ms-push-3{left:25%}.col-ms-push-4{left:33.33333%}.col-ms-push-5{left:41.66667%}.col-ms-push-6{left:50%}.col-ms-push-7{left:58.33333%}.col-ms-push-8{left:66.66667%}.col-ms-push-9{left:75%}.col-ms-push-10{left:83.33333%}.col-ms-push-11{left:91.66667%}.col-ms-pull-1{right:8.33333%}.col-ms-pull-2{right:16.66667%}.col-ms-pull-3{right:25%}.col-ms-pull-4{right:33.33333%}.col-ms-pull-5{right:41.66667%}.col-ms-pull-6{right:50%}.col-ms-pull-7{right:58.33333%}.col-ms-pull-8{right:66.66667%}.col-ms-pull-9{right:75%}.col-ms-pull-10{right:83.33333%}.col-ms-pull-11{right:91.66667%}.col-ms-offset-1{margin-left:8.33333%}.col-ms-offset-2{margin-left:16.66667%}.col-ms-offset-3{margin-left:25%}.col-ms-offset-4{margin-left:33.33333%}.col-ms-offset-5{margin-left:41.66667%}.col-ms-offset-6{margin-left:50%}.col-ms-offset-7{margin-left:58.33333%}.col-ms-offset-8{margin-left:66.66667%}.col-ms-offset-9{margin-left:75%}.col-ms-offset-10{margin-left:83.33333%}.col-ms-offset-11{margin-left:91.66667%}.container{max-width:748px}.form-horizontal .form-group .control-label{text-align:right}}

.modal--full-screen .modal-dialog {
	position: fixed; margin: 0; padding: 0;
	width: 100%; height: 100%;
}
.modal--full-screen .modal-content,
.modal--full-screen .modal-header,
.modal--full-screen .modal-body,
.modal--full-screen .modal-footer {
	position: absolute; left: 0; right: 0;
}
.modal--full-screen .modal-content {
	top: 0; bottom: 0;
	border: 10px solid rgba(130, 33, 36, 0.9);
	border-radius: 0; box-shadow: none;
}
.modal--full-screen .modal-header {
	top: 0;
	height: 70px;
	padding: 18px 20px;
	background: #882c2f;
	border: 0;
}
.modal--full-screen .modal-title {color: #fff}
.modal--full-screen .modal-body {
	top: 70px; bottom: 60px; width: 100%;
	overflow: auto;
}
.modal--full-screen .modal-footer {
	bottom: 0;
	height: 60px; padding: 10px;
}

.list-group.list-group-outline a {background: none; border: none; padding: 5px 0;}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {background: #e51a38}

.list-group-sm .list-group-item {padding: 5px 9px;}

.list-group--arrow .list-group-item:after {
	content: "\f105";font-family: FontAwesome;
	position: absolute; top: 0; right: 10px;
	font-size: 24px;
}


.list-group--tick .list-group-item {padding-left: 40px}
.list-group--tick.list-group-sm .list-group-item {padding-left: 30px}

.list-group--tick .list-group-item:after {
	content: "\f046";font-family: FontAwesome;
	position: absolute; top: 2px; left: 10px;
	font-size: 24px;
}
	.list-group--tick.list-group-sm .list-group-item:after {font-size: 16px;top: 5px;}

.well {box-shadow: none;}
.well.well-transparent {background: none}

@media (max-width: 767px) {
	.container .jumbotron, .container-fluid .jumbotron {padding: 20px}
}

.tab-content-bordered {border: solid 1px #ccc; border-top: none; padding: 15px;}
.tab-pane { background-color: #fff; border:1px solid #034A9A;}

@media (min-width: 768px) {
	.list-group-horizontal .list-group-item {display: inline-block;}
	.list-group-horizontal .list-group-item {margin-bottom: 0;margin-left:-5px;margin-right: 0}
	.list-group-horizontal .list-group-item:first-child {border-top-right-radius:0;border-bottom-left-radius:4px;margin-left:0}
	.list-group-horizontal .list-group-item:last-child {border-top-right-radius:4px;border-bottom-left-radius:0;}
}

/* ==========================================================================
Buttons
========================================================================== */

.btn {
		-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.btn.round {border-radius: 16px}
.btn-lg.round {border-radius: 24px}
.btn.btn-lg {font-size: 16px;}
.btn.outline {background: none; border-width: 1px; border-style: solid}
.btn-wrap {white-space: normal}

.btn-default {background: #939597;color: #fff}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background: #939597 !important;color: #f2f2f2 !important}
.btn-default:active, .btn-default.active {background: #939597;box-shadow: none}

.btn-blue {
	background: rgb(0,82,155); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0,82,155,1) 0%, rgba(0,82,155,1) 45%, rgba(21,40,86,1) 46%, rgba(3,69,143,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,82,155,1) 0%,rgba(0,82,155,1) 45%,rgba(21,40,86,1) 46%,rgba(3,69,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,82,155,1) 0%,rgba(0,82,155,1) 45%,rgba(21,40,86,1) 46%,rgba(3,69,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529b', endColorstr='#03458f',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: 0;
	box-shadow: 1px 1px 0px black;
}
.btn-red {
	background: rgb(229,25,55); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(229,25,55,1) 0%, rgba(229,25,55,1) 45%, rgba(177,26,37,1) 46%, rgba(224,25,47,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(229,25,55,1) 0%,rgba(229,25,55,1) 45%,rgba(177,26,37,1) 46%,rgba(224,25,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(229,25,55,1) 0%,rgba(229,25,55,1) 45%,rgba(177,26,37,1) 46%,rgba(224,25,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e51937', endColorstr='#e0192f',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: 0;
	box-shadow: 1px 1px 0px black;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .open > .dropdown-toggle.btn-blue,
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .open > .dropdown-toggle.btn-red {
	opacity: 0.8;
	color: #fff;
}
.btn-blue:active, .btn-blue.active,
.btn-red:active, .btn-red.active {
	opacity: 0.8;
}

.btn-green {background: #e51a38;color: #fff}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
	background: #e51a38 !important;color: #f2f2f2 !important}
.btn-green:active, .btn-green.active {background: #e51a38;box-shadow: none}
.btn-green.outline {border-color: #e51a38;color: #e51a38}
.btn-green.outline:hover, .btn-green.outline:focus, .btn-green.outline:active, .btn-green.outline.active, .open > .dropdown-toggle.btn-green {color: #e51a38;border-color: #e51a38}
.btn-green.outline:active, .btn-green.outline.active {border-color: #e51a38;color: #e51a38;box-shadow: none}

.btn-gray {background: #999;color: #fff}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .open > .dropdown-toggle.btn-gray {
	background: #666 !important;color: #f2f2f2 !important}
.btn-gray:active, .btn-gray.active {background: #999;box-shadow: none}

.btn.btn-icon {padding: 0;}
.btn.btn-icon span {
	font-weight: 700; font-size: 14px;letter-spacing: 0.05em;
	position: relative;
	height: 35px;
	padding: 0 50px 0 15px;
	text-transform: uppercase;
	line-height: 35px;
}

.btn.btn-icon span:after {
	width: 40px; height: 35px;
/*	content: "\f145";
*/
	font-family: FontAwesome;
	top: 0; right: 0;
	background-color: #30a465;
	text-align: center;
	border-top-right-radius: 5px; 
	border-bottom-right-radius: 5px;
}
.btn.btn-icon, .btn.btn-icon span:after {position: absolute}
.btn.btn-icon span, .btn.btn-icon span:after {display: block;}

@media only screen and (min-width: 992px) {
	.btn.btn-icon span {height: 45px;line-height: 45px;padding: 0 70px 0 25px;font-size: 16px}
	.btn.btn-icon span:after {width: 50px; height: 45px;}
}

@media only screen and (max-width: 440px) {
	.btn.btn-icon span {height: 25px;line-height: 25px;padding: 0 5px 0 5px;font-size: 12px}
	.btn.btn-icon span:after {display: none}
}

#btn-register { background-color:#e35450; border-color:#e35450 !important; }
#btn-register span, #btn-book span { font-size: 13px !important; padding: 0 10px 0 10px; height:26px; line-height: 26px; }

/* ==========================================================================
Animations https://daneden.github.io/animate.css/
========================================================================== */
.transition {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/* ==========================================================================
Gallery
========================================================================== */

.grid-custom .col-sm-6,
.grid-custom .col-xs-6,
.grid-custom .col-xs-12,
.grid-custom .col-sm-3 {
	padding:8px;
}
 .grid.block-remove-padding{
	margin-left: -15px;
 }
/*.grid-item--width-50 { height:445px; width: 445px;}
.grid-item--width-25 { height:212.5px; width: 212.5px;}*/
.grid-item--width-50 { width: 48%; padding-bottom: 7px;}
.grid-item--width-25 { width: 23%; }
@media only screen and (max-width: 767px) {
	.grid-item--width-50 { width: 98%; padding-bottom: 0px;}
	.grid-item--width-25 { width: 48%;}

	.grid-item--width-25.grid-mobile-98 {width: 98%;}
	.grid-item--width-50.grid-mobile-48 {width: 48%;}
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item{
	float: left;
	margin:1%;
}
.container.grid-custom{
	height: 100%;
	width: 100%;
	background-color: #FFFFFF!important;
}

.first-block{
	border-bottom: 0px #000 solid;
}

.gallery-nav{
	margin-top: 8px!important;
	margin-left: 8px;

}
.nav-margin{margin:0 0 0 -8px;}
.gallery-nav>li>a{
	color: #fff;
	margin-right: 0;
}
.gallery-nav> li > a:hover {
	 background: #50504E!important;
	}
.gallery-nav > li.active > a, .gallery-nav > li.active > a:focus  li.active > a:hover {
	background: #50504E!important;
	color:#F58A22!important;
	font-weight: bold;
}
.gallery-nav>li>a{
	background-color: #272624;
	border: 1px solid #50504E!important;
	border-radius: 0px;
}
	
.gallery-nav>li+li{
	margin-left: 0px;
}
.gallery-nav>.tab-content{
	margin:0;
	padding: 0;
}

.this_hover>a>img:hover{
	outline: 3px solid #F58A22;
}

.modal-backdrop {z-index: -1;}
@media only screen and (min-width: 768px) {
	.modal-dialog { width:800px; }
}


/* ==========================================================================
Carousel 
========================================================================== */
.carousel {
	margin-bottom: 0;
}
.carousel .thumbnail {margin-bottom: 0;	padding: 0; border:none;}

/* Reposition the controls slightly */
.carousel-control {
	background-image: none !important;
	width: 0;
	opacity: 1;
	top: 35%;
}
.carousel-control.right {
	right:6px;
}

/* Hide Spinner in Numeric Input Fields */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.current a { background-color: #ccc !important;}
.pagination>li>a {color: #e51a38 !important}
.pagination>li.active>a {color: #fff !important}

/* ==========================================================================
contact us
========================================================================== */
.red-border{ border-bottom: 1px solid #e51a38; padding:10px 0 10px 0}
.carousel-inner>.item>li>h5{font-weight: 700; color: #333; margin-top: 5px; margin-bottom: 2px;}
.white-bg{background-color: white!important;}
.carousel-control.right{background-image: none!important;  color: #333;}
.carousel-control.left{background-image: none!important;  color: #333;}
.item li p { color:#333; line-height: 1.2em;}
.item li p a { color:#333; }
.carousel-indicators li {color: #F07402}
.contactus { border:1px solid #ee1c24; padding-bottom:20px;}

/* ==========================================================================
Quick Links
========================================================================== */
.btn-aside {
	position: relative;
	color: white;
	border: 0;
	border-bottom: 2px solid #530d12;
	cursor: pointer;
	-webkit-box-shadow: inset 0 -2px #530d12;
	box-shadow: inset 0 -2px #530d12;
	text-align: left;
	padding-left: 70px;
	font-size: 13px;
}
	.site-trade .btn-aside {background-color: #E30513}
	.site-public .btn-aside {background-color: #E30513 }
.btn-aside:hover {color: #fff}
.btn-aside .glyphicon {
	position: absolute; top: 0; left: 0;
	padding: 14px; font-size: 20px;
}
	.site-trade .btn-aside .glyphicon {background-color: #90010a}
	.site-public .btn-aside .glyphicon {background-color: #90010a}
.btn-aside .glyphicon:after {
	content: '';
	position: absolute; top: 0; left: 37px;
	width: 20px; height: 48px;
	-webkit-transform: skew(20deg);
	-ms-transform: skew(20deg);
	transform: skew(20deg);
}
	.site-trade .btn-aside .glyphicon:after {background-color: #90010a}
	.site-public .btn-aside .glyphicon:after {background-color: #90010a}
