@font-face {
	font-family: 'MuseoSans100';
	src: url('../fonts/museosans-100-webfont.eot');
	src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museosans-100-webfont.woff') format('woff'),
		url('../fonts/museosans-100-webfont.ttf') format('truetype'),
		url('../fonts/museosans-100-webfont.svg#MuseoSans100') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans300';
	src: url('../fonts/museosans-300-webfont.eot');
	src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museosans-300-webfont.woff') format('woff'),
		url('../fonts/museosans-300-webfont.ttf') format('truetype'),
		url('../fonts/museosans-300-webfont.svg#MuseoSans300') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans500';
	src: url('../fonts/museosans-300-webfont.eot');
	src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/museosans-300-webfont.woff') format('woff'),
		url('../fonts/museosans-300-webfont.ttf') format('truetype'),
		url('../fonts/museosans-300-webfont.svg#MuseoSans500') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Disabling responsiveness */
html, body { min-width: 980px; }
.container { width: 970px !important; }
.container-1170 { min-width: 970px; max-width: 1170px; }
.container-970 { min-width: 970px; max-width: 970px; }

/* Styles */
body { background-color: #000; font-size: 14px; line-height: 1.5em; color: #666; }

a:active, a:focus { text-decoration: none; outline: none; }

h1, h2, h3 { color: #900; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, p:first-child { margin-top: 0; }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child { margin-bottom: 0; }
h1 { border-bottom: 1px solid #bebebe; }
h1, h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; color: #000; text-transform: uppercase; }
h6 { font-size: 18px; color: #000; }

.heading-borderline { border-bottom: 1px solid #d6d6d6; }

.btn { position: relative; padding-bottom: 4px; background-color: #666; color: #fff; border-radius: 0; text-transform: uppercase; }
.btn:hover { background-color: #808080; color: #fff; outline: none; }
.btn:active, .btn:focus { color: #fff; outline: none; }
.btn-fa { background-color: #666; padding-right: 50px; }
.btn-fa > .fa-container { position: absolute; top: 0; bottom: 0; right: 0; height: 100%; padding-left: 12px; padding-right: 12px; background-color: #525252; text-align: center; }
.btn-fa > .fa-container > .fa { position: relative; top: 50%; font-size: 1.6em; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.btn-fa:hover > .fa-container { background-color: #676767; }
.btn-primary { background-color: #004890; }
.btn-primary:hover { background-color: #005bb6; }
.btn-fa.btn-primary > .fa-container { background-color: #003a7a; }
.btn-fa.btn-primary:hover > .fa-container { background-color: #004796; }

.btn-graphic { display: block; padding: 15px; background-color: #fff; color: #666; font-size:  26px; text-align: center; }
.btn-graphic:hover { color: #333; text-decoration: none; }
.btn-graphic img { width: 100%; max-width: 100%; height: auto; }

.img-icon { position: relative; vertical-align: baseline; margin-top: -6px; margin-bottom: -6px; }

.title-ribbon { position: relative; left: -10px; display: inline-block; margin-bottom: 20px; padding: 10px 10px 10px 20px; background-color: #666; color: #fff; font-size: 26px; }
.title-ribbon:before { content: ""; position: absolute; left: 0; bottom: -10px; width: 0px; height: 0px; border-top: 0 solid transparent; border-bottom: 10px solid transparent; border-right: 10px solid #525252; }
.title-ribbon-blue { background-color: #039; }
.title-ribbon-blue:before { border-right-color: #003; }

.img-wide { margin-bottom: 10px; }
.img-wide img { display: block; margin: 0 auto; width: 100%; max-width: 100%; height: auto; }

.control-label { font-weight: normal; }
.recaptcha-container { margin-bottom: 20px; }

header { height: 130px; background-color: #252525; color: #fff; }
header .container-fluid { position: relative; padding-left: 0; padding-right: 0; height: 130px; background: url(../img/gray-dot.png) 0 75px repeat-x; }
header .logo { position: absolute; top: 18px; left: 15px; display: block; width: 286px; height: 82px; background: url(../img/logo.png) center no-repeat; }
header .nav { position: absolute; right: 15px; }
header .nav > ul { margin: 0; padding: 0; list-style: none; }
header .nav > ul > li { display: inline; }
header .nav > ul > li > a { position: relative; display: inline-block; color: #999; text-transform: uppercase; }
header .nav > ul > li > a:hover { text-decoration: none; }
header .nav > ul > li > a:hover, header .nav > ul > .active > a { color: #fff; }
header .nav > ul > li > a .fa { display: none; position: absolute; bottom: 2px; left: 50%; margin-left: -6px; width: 12px; text-align: center; }
header .nav > ul > .active > a .fa { display: inline-block; }
header .nav-top { top: 18px; }
header .nav-top > ul > li > a { padding: 10px 15px; background-color: #000; }
header .nav-main { top: 75px; }
header .nav-main > ul > li > a { padding: 15px; }

.sidebar-menus { padding-left: 20px; }
.sidebar-menus > ul { margin: 0; padding: 0; list-style: none; }
.sidebar-menus > ul > li > .btn-fa { display: block; margin-bottom: 2px; line-height: 1em; text-align: left; white-space: normal; }
.sidebar-menus > ul > .active > .btn-fa { background-color: #039; }
.sidebar-menus > ul > .active > .btn-fa > .fa-container { background-color: #002985; }

.home-carousel .item { height: 400px; background-color: #c5c5c5; overflow: hidden; }
.home-carousel .item .bg { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height: 400px; background-position: center; background-repeat: no-repeat; background-size: auto 100%; }
.home-carousel .item .container-fluid { position: relative; height: 400px; }
.home-carousel .item .carousel-caption { top: 50px; bottom: 30px; left: 60px; color: #333; text-shadow: none; text-align: left; }
.home-carousel .item .carousel-caption .lead { font-size: 42px; line-height: 1em; text-transform: uppercase; }
.home-carousel .carousel-control { width: 100px; background-image: none; z-index: 100; }
.home-carousel .carousel-control .fa { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; line-height: 50px; background-color: #333; }
.home-carousel .carousel-control .fa-angle-left { left: 0; }
.home-carousel .carousel-control .fa-angle-right { right: 0; }

.page-banner { position: relative; height: 250px; background-color: #000; background-position: center; background-repeat: no-repeat; background-size: auto 100%; overflow: hidden; }

.page-content { padding: 40px 0; background-color: #eee; }
.page-content .container-fluid > h1 { margin-bottom: 20px; }

.secondary-content { position: relative; padding: 15px; background-color: #252525; color: #666; }
.secondary-content .container-fluid { position: relative; }
.secondary-content .nav > ul { margin: 0; padding: 0; list-style: none; }
.secondary-content .nav > ul > li { display: inline; margin-right: 10px; }
.secondary-content .nav > ul > li:last-child { margin-right: 0; }
.secondary-content .nav > ul > li > a { display: inline-block; padding: 5px; color: #999; text-transform: uppercase; }
.secondary-content .nav > ul > li:last-child a { padding-left: 15px; padding-right: 15px; background-color: #000; }
.secondary-content .nav > ul > li > a:hover { text-decoration: none; }
.secondary-content .nav > ul > li > a:hover, .secondary-content .nav > ul > .active > a { color: #fff; }
.secondary-content .social-container { position: absolute; top: 0px; right: 0; }
.secondary-content .social-container a { display: inline-block; margin: 0 5px; }
.secondary-content .social-container a img { opacity: .6; }
.secondary-content .social-container a:hover img { opacity: 1; }
.secondary-content .social-container .img-icon { vertical-align: top; margin-top: 0; }

.section { position: relative; margin-bottom: 20px; padding: 15px; }
.section .title-ribbon { left: -25px; }
.section-white { background-color:  #fff; }

.point-item { position: relative; margin-bottom: 20px; padding: 0px 0 10px 20px; color: #333; border-bottom: 1px dotted #ccc; }
.point-item-fa { position: absolute; top: -1px; left: 0; color: #ccc; font-size: 22px; line-height: 1em; }

.accordion-panel { margin-bottom: 15px; padding-left: 10px; padding-right: 10px; font-size: 16px; }
.accordion-panel .fa { position: absolute; top: 2px; left: 10px; }
.accordion-panel-title { position: relative; margin-bottom: 7px; padding-left: 30px; border-bottom: 1px solid #d6d6d6; cursor: pointer; }
.accordion-panel-title .fa-plus, .accordion-panel-body .fa-minus { opacity: .6; }
.accordion-panel-title:hover .fa-plus, .accordion-panel-body .fa-minus:hover { opacity: 1; }
.accordion-panel-body { position: relative; background-color: #fff; overflow: hidden; }
.accordion-panel-body .fa { top: 12px; }
.accordion-panel-body .fa-minus { cursor: pointer; }
.accordion-panel-body-inner { padding: 10px 10px 10px 30px; border-bottom: 1px solid #bebebe; }

.map-container { position: relative; width: 100%; height:  350px; }
.map-container .map { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height:  350px; }
.map-container .container-fluid { position: relative; height:  350px; pointer-events: none; }
.map-container .contact-info { position: absolute; right: 15px; bottom: 20px; padding: 15px; width: 380px; height: 150px; background-color: #fff; }
.map-container .contact-info .link { color: #3366cc; pointer-events: auto; }
.map-container .contact-info .link:hover { color: #4177e1; text-decoration: none; }

.modal-content { border: 10px solid rgba(0,0,0,.1); border-radius: 20px; -webkit-box-shadow: none; box-shadow: none; }

footer { position: relative; padding: 15px; min-height: 50px; background-color: #000; color: #666; }
footer span.seperator { margin-left: 15px; margin-right: 15px; }
footer a { color: #999; }
footer a:hover { color: #fff; text-decoration: none; }

/* Typography */
.MuseoSans100, .home-carousel .item .carousel-caption .lead, h1, h2, h3, .title-ribbon { font-family: 'MuseoSans100', Arial, Helvetica, sans-serif; font-weight: normal; }
.MuseoSans300, body { font-family: 'MuseoSans300', Arial, Helvetica, sans-serif; font-weight: normal; }
.MuseoSans500 { font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; font-weight: normal; }

/* Temporary hide element */
header .nav-top, .secondary-content .nav > ul > li:last-child { display: none; }

/*Steven*/
.country-list p { margin: 0 10px; font-size: 12px; letter-spacing: -0.05em; }
.pull-right img { margin: 0 0 0 20px; }
