section {
	/*margin-top: 60px;
	padding-top: 100px;*/
}

/* index */

.tooltip-inner {
	max-width: 500px;
}

.hero-unit {
	padding-bottom: 5px;
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	text-align: center;
}

.hero-unit h1,
.hero-unit p {
	margin-bottom: 15px;
}

#social {
	display: inline-block;
	margin-top: 45px;
	text-align: center;
}

#gh-star {
	margin-right: 10px;
}

.twitter-share-button  {
	margin-right: 15px;
}

.rss-button {
	width: 40px;
	height: 14px;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 2px 5px 2px 4px;
}

.index h3 {
	text-align: center;
	font-size: 20px;
}

#ticker {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
}



h3 {
	font-family:'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size:150%;
	text-transform:uppercase;
}



.about_home h3, .links_home h3
{
	margin-left:50px;
	}
.about_home ul, .links_home ul {
/*	list-style-image:url(../images/arrow-side.png);
	list-style-position:outside;*/
	list-style:none;
	
	font-family:'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-weight:normal;
	font-size:130%;
	border-left: solid 1px rgb(252, 252, 252);
	margin-left: 50px;
	padding-left: 20px;
	
}

.about_home ul li, .links_home ul li
{
	padding: 10px 0px;
	}
.about_home ul li a, .links_home ul li a	
{
	color:#fff;
	}

.about_home ul li a:hover, .links_home ul li a:hover
{
	color:#08c;
	text-decoration:none;
	
	}
	
.about{
	
	position:relative;
	margin-top:10px;
	}

.about h3, .links h3
{
	color:#11405f;
	margin-left:10px;
	
	}

.about ul, .links ul {
/*	list-style-image:url(../images/arrow-side.png);
	list-style-position:outside;*/
	list-style:none;
	
	font-family:'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-weight:normal;
	font-size:115%;
	border-left: solid 1px #11405f;
	margin-left: 10px;
	padding-left: 20px;
	
}

.about ul li, .links ul li
{
	padding: 10px 0px;
	}
.about ul li a, .links ul li a	
{
	color:#11405f;
	}

.about ul li a:hover, .links ul li a:hover
{
	color:#08c;
	text-decoration:none;
	
	}

.arrow-indicator-inverse, .arrow-indicator
{
	width:6px;
	height:11px;
	position:absolute;
	margin-top:15px;
	top:100px;
	display:none;
	}
	
.arrow-indicator
{
	background:url(../images/arrow-side.png) no-repeat 0px 0px;
	left:10px;
	
	}

.arrow-indicator-inverse
{
	background:url(../images/arrow-side.png) no-repeat 0px -11px;
	left:50px;
}

.about i {
	margin-right: 8px;
	font-size: 1.3em;
}

#gallery {
	padding-top: 60px;
}

.thumbnail {
	margin-bottom: 20px;
	background-color: #f3f3f3;
	background-color: rgba(0, 0, 0, 0.05);
}

.thumbnail img {
	width: 100%;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.thumbnail .caption {
	color: inherit;
}

.thumbnail .caption p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thumbnail h3 {
	text-align: left;
	margin-bottom: 0;
}

.thumbnail .btn-toolbar {
	margin-top: 15px;
	text-align: right;
}

#more {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.links {
	margin-bottom: 20px;
	position: relative;
}

.links > a {
	margin-right: 10px;
}

.bsa {
	float: right;
	max-width: 400px;
	padding: 0;
}

body{
	margin-bottom: -10px;
/*	padding: 25px 25px 15px 25px;*/
	background:url(../images/bg.jpg) repeat-x;
	border: none;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	-webkit-font-smoothing: antialiased;
	color:#f4f4f4;
	font-size:13px;
}

body .one .bsa_it_ad .bsa_it_t,
body .one .bsa_it_ad .bsa_it_d {
	color: inherit;
	font-size: inherit;
}

body .one .bsa_it_p {
	display: none;
}

.bsap img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#footer {
	background:url(../images/footer-bg.jpg) repeat-x;
	min-height:150px;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
}

#footer .links a {
	margin:0px 10px;
	color:#FFF;
	
}
#footer .links a:hover
{
	color:#08c;
	text-decoration:none;
	}

/* */


/* override bootstap css*/

.shadow
{
	-moz-box-shadow: 0px 0px 25px #333;
	-webkit-box-shadow: 0px 0px 25px #333;
	box-shadow: 0px 0px 25px #333;
	width: 980px;
	margin:0px auto;
	position:relative;
	
	background:#FFF;
}

.navbar .nav>li>a
{
	font-weight:bold;
	text-transform:uppercase;
	} 


/*
.navbar-fixed-top {
top: 0px;
}*/
.divider
{
	background:url(../images/nav-divider.png) center center;
	width:1px;
	height: 48px;
	}
.navbar-inverse .navbar-inner
{
	background:url(../images/nav-bg.png) repeat-x;
	height:48px;
	
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 0px 0px rgba(0,0,0,0.065);
	box-shadow: 0 0px 0px;
	}
.navbar-inverse .brand, .navbar-inverse .nav>li
{
	line-height: 28px;
	}

.navbar-inverse .brand, .navbar-inverse .nav>li>a
{
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 18px;
	font-weight:bold;
	color:#FFF;
}

.navbar-inverse .nav>li>a:hover, .navbar-inverse .nav .active>a:hover
{
	background:#333;
	}

.navbar-inverse .nav .active>a
{
	background:#586470;
}

.nav-collapse.collapse {
	
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
}


.dropdown-menu {
	
	background:#015a95;
	border: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 15px 0 5px;

}

.dropdown-menu>li>a {
	line-height: 20px;
		
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 18px;
	font-weight: normal !important;
	color: #FFF;
	padding: 7px 15px;
}
.dropdown-menu>li>a:hover
{
	background:#11405f}

.navbar .nav>li>.dropdown-menu:after {
	position: absolute;
	top: 0px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	border-bottom:none;
	border-left: 6px solid transparent;
	content: '';
}

.navbar .nav>li>.dropdown-menu:before {
	position: absolute;
	top: 0px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-bottom:none;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
color: #fff;
background-color: #586470;
}


.logo
{
	padding:10px 0px;}

	
	
	
.span3, .span2
{
	position:relative;
	}

.more
{
	color:#e3e3e3;
	background:none;
	border-color: #e3e3e3 #e3e3e3 #e3e3e3;
	text-shadow:none;
	text-transform:uppercase;
	font-weight:bold;
	
	
		
	}
	
.more:hover
{
	color:#fff;
	background:none;
	border-color: #fff;
	
	
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0px 0px 5px #fff;
	
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -kthtml-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
	

.btn-small {
	padding: 1px 5px;
	font-size: 13px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

	
.info
{
	background:#222222;
	padding: 0px 20px 10px;
	color:#f4f4f4;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;

	}

.info >.desc
{
	height:60px;
	overflow:hidden;
	margin-top: -5px;
	}

.showcaseMovie 
{
	cursor:pointer;
	overflow:hidden;
}

.showcaseMovie > .info
{
	bottom:-400px;
	position: absolute;
	
	}

.movieItem
{
	overflow:hidden;
	}
.movieItem > .info
{
	margin-bottom:20px;
	padding-top:10px;
	height:120px;
	}
.movieItem > .info > h3
{
/*	line-height: 40%;*/
	font-size: 105%;
	margin-top: -5px;
	}
.movieItem > .movieImg
{
	padding:10%;
	background:#11405f;
}
	
.moreHolder
{
	position:absolute;
	bottom: 20px;
	width: 85%;
	height: 30px;
	background: #222222;
	padding: 10px 0px;
	}

#home-holder
{

	/*background: red;*/
}

.homeBlueArea
{
	background:#015a95;
	margin-top:20px;
	padding:20px 0px 60px;
	
	}
	
.page-title
{
	font-weight:bold;
	font-size:130%;
	color:#FFF;
	text-transform:uppercase;
	padding:5px;
	background:#015a95;
	z-index:999;
	/*margin-bottom:10px;*/
	border-bottom: #fff 1px solid;
	
}
	
	.bluePanel2
{
	background:#015a95;
	margin-bottom:20px;
	border:#07416a solid 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	width:100%;
	float: left;
}

.bluePanel2 > .title
{
	width:96%;
	background:url(../images/footer-bg.jpg) repeat;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 160%;
	line-height:100%;
	font-weight: bold;
	text-transform:uppercase;
	padding: 13px 2%;
	border-bottom: #07416a solid 2px;
	margin-bottom: 10px;

}

.bluePanel2 p
{
	font-family: Helvetica, sans-serif !important;
	padding: 0px 2%;

}

.bluePanel2 a
{
	color:#e49a0b;
}

.bluePanel2 a:hover
{
	color:#e3e3e3;

}

	.bluePanel3
{
	background:#015a95;
	margin-bottom:20px;
	border:#07416a solid 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	width:100%;
	margin-left:2%;
}

.social_icon
{
display:flex;
justify-content:center;
align-items:center;
height: 65%;

	
}

.social_icon img {
   /*height: 100%;*/
   /*width: 100%;*/
   padding: 11px 15px 15px 10px;
}

@media (max-width: 1199px) {
.social_icon img {
   /*height: 100%;*/
   /*width: 16%;*/
   padding: 30px 8px 37px 8px;
}
	
}

@media (max-width: 979px) {
.social_icon img {
   /*height: 100%;*/
    width: 70%;
    padding: 45px 2px 57px 12px;
	
}
}

@media (max-width: 767px) {
.social_icon img {
   /*height: 100%;*/
      /* height: 100%; */
    width: 60%;
    padding: 11px 25px;
	
}
}

@media (max-width: 450px) {
.social_icon img {
   /*height: 100%;*/
      /* height: 100%; */
    width: 80%;
    padding: 7px;
	
}
}

.top_container {
display: flex;	
}

@media (max-width: 768px) {
.top_container {
display:initial;
}
}

.bluePanel3 > .title
{
	width:96%;
	background:url(../images/footer-bg.jpg) repeat;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 160%;
	line-height:100%;
	font-weight: bold;
	text-transform:uppercase;
	padding: 13px 2%;
	border-bottom: #07416a solid 2px;
	margin-bottom: 10px;

}

.bluePanel3 p
{
	font-family: Helvetica, sans-serif !important;
	padding: 0px 2%;

}

.bluePanel3 a
{
	color:#e49a0b;
}

.bluePanel3 a:hover
{
	color:#e3e3e3;

}
	
.bluePanel
{
	background:#015a95;
	margin-bottom:20px;
	border:#07416a solid 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
	
	}

.bluePanel > .title
{
	width:96%;
	background:url(../images/footer-bg.jpg) repeat;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 160%;
	line-height:100%;
	font-weight: bold;
	text-transform:uppercase;
	padding: 13px 2%;
	border-bottom: #07416a solid 2px;
	margin-bottom: 10px;

}

.bluePanel > .movieTitle
{
	width:96%;
	background:url(../images/footer-bg.jpg) repeat;
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 220%;
	line-height:100%;
	font-weight: bold;
	text-transform:uppercase;
	padding: 13px 2%;
	border-bottom: #07416a solid 2px;
	margin-bottom: 10px;

}

.social
{
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	font-size: 80%;
	text-align:right;
	}
	
.social div
{
	width:24px;
	height:26px;
	cursor:pointer;
	display:inline-block;
	margin-top: 1px;
	}



.fbLink
{
	background:url(../images/social.png) -24px 4px no-repeat;
	margin-left: 5px;
	}

.twitterLink
{
	background:url(../images/social.png) -48px 4px no-repeat;
	}

.youtubeLink
{
	background:url(../images/social.png) 0px 4px no-repeat;
	}

	
.bluePanel p
{
	font-family: Helvetica, sans-serif !important;
	padding: 0px 2%;

}

.bluePanel a
{
	color:#e49a0b;
}

.bluePanel a:hover
{
	color:#e3e3e3;

}

.sideNav 
{
	font-family: 'Oswald','Roboto Condensed', Helvetica, sans-serif !important;
	}

		
.sideNav div
{
	background: #586470;
	text-transform: uppercase;
	font-size: 160%;
	font-weight:bold;
	padding: 0px 10px;
	line-height: 160%;
	cursor:pointer;
	margin:1px 0px;
	}

.sideNav div:hover, .sideNavActive
{
	background:#212121 !important;
	}

.oneSheet
{
	float: left;
	width: 36.1%;
	}
	
.video
{
	float:right;
	width:62%;
	}
	
.hide
{
	display:none !important;
	}
	
.contact
{
	background:url(../images/contact-bg.png) no-repeat top right #015a95;
	position:relative;
	}
	
#regions
{
	margin: 0px 2%;
	position: relative;
}

.nav-tabs {
	border-bottom:none;
	float: left;
	height: 290px;
	width:25%;
	
}



.active > .nav-tabs
{
	width:100%;
	}

.nav-tabs>li, .nav-pills>li {
	float: none;
	margin: 0px 0px 2px;
}

.nav-tabs>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	
	background-color: #000;
	color:#FFF;
	
	
}

.nav-tabs>li>a:hover {
	
	background-color:#586470;
}


.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
	color: #f4f4f4;
	cursor: default;
	background-color: #11405f;
	border: none;
	
}

.nav-tabs2 {
	border-bottom:none;
	float: right;
	/*height: 290px;*/
	width:30%;
	margin-right: 15px;
	
}



.active > .nav-tabs2
{
	width:100%;
	}

.nav-tabs2>li, .nav-pills>li {
	float: none;
	margin: 0px 0px 2px;
}

.nav-tabs2>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	
	background-color: #000;
	color:#FFF;
	
	
}

.nav-tabs2>li>a:hover {
	
	background-color:#586470;
}

.relatedlinks-text {
	text-transform: none !important;
    font-weight: bold;
}

.nav-tabs2>.active>a, .nav-tabs2>.active>a:hover, .nav-tabs2>.active>a:focus {
	color: #f4f4f4;
	cursor: default;
	background-color: #11405f;
	border: none;
	
}

.tab-pane > .nav-tabs2>li>a {
	
	background-color:#11405f;
}


.tab-pane >.nav-tabs2>.active>a, .tab-pane >.nav-tabs2>.active>a:hover, .tab-pane >.nav-tabs2>.active>a:focus {
	color: #f4f4f4;
	cursor: default;
	background-color: #e49a0b;
	border: none;
}

.nav-tabs3 {
	border-bottom:none;
	float: right;
	/*height: 290px;*/
	width:30%;
	margin-right: 15px;
	
}



.active > .nav-tabs3
{
	width:100%;
	}

.nav-tabs3>li, .nav-pills>li {
	float: none;
	margin: 0px 0px 2px;
}

.nav-tabs3>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	font-weight:bold;
	
	background-color: #000;
	color:#FFF;
	
	
}

.nav-tabs3>li>a:hover {
	
	background-color:#586470;
}

.relatedlinks-text {
	text-transform: none !important;
    font-weight: bold;
}

.nav-tabs3>.active>a, .nav-tabs3>.active>a:hover, .nav-tabs3>.active>a:focus {
	color: #f4f4f4;
	cursor: default;
	background-color: #11405f;
	border: none;
	
}

.tab-pane > .nav-tabs3>li>a {
	
	background-color:#11405f;
}


.tab-pane >.nav-tabs2>.active>a, .tab-pane >.nav-tabs2>.active>a:hover, .tab-pane >.nav-tabs2>.active>a:focus {
	color: #f4f4f4;
	cursor: default;
	background-color: #e49a0b;
	border: none;
}
.regionsHolder
{
	    width: 25%;

}


.tab-content {
	background:#11405f;
	/*padding: 0px 0px 0px 10px;*/
	min-height: 310px;
	}
	
.tab-pane > .nav-tabs>li>a {
	
	background-color:rgb(9, 77, 122);
}


.tab-pane >.nav-tabs>.active>a, .tab-pane >.nav-tabs>.active>a:hover, .tab-pane >.nav-tabs>.active>a:focus {
	color: #f4f4f4;
	cursor: default;
	background-color: #e49a0b;
	border: none;
}

.address
{
	background:url(../images/global-directory-bg.jpg) no-repeat top right #015077;
	width: 50%;
	position: absolute;
	margin-left: 25%;
	top: 0px;
	
	}

.address > .tab-pane
{
	padding:15px;
    overflow-y: scroll;
    height: 275px;
	}
	
#global-directory
{
	padding-bottom:20px;}
	

/*#europe > .nav-tabs>li>a {
padding-top: 2px;
padding-bottom: 2px;
}*/


.movieTitle
{
	background:#222222;
	font-size: 120%;
	line-height: normal;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:20px;

}





.accordion-group {
	margin-bottom: 2px;
	border:none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

.accordion-heading {
	height: 2.6em;
	position: relative;
	z-index: 1;
	background:#000;
	text-transform: uppercase;
	font-weight: bold;
}

.accordion-inner {
	margin:1px 5px;
	padding: 9px 15px;
	border-top: none;
	background:#11405f;
}


.opened{

	background:#e49a0b;
}

.opened a{

	color:#f4f4f4;
}


/* scroll */

::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 

}
 
/* Handle */
::-webkit-scrollbar-thumb {

    background:#e3e3e3;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background:#ddd;
}

/*
Title
{
	font-family: 'Helvetica-Bold-Condensed','Roboto Condensed', Helvetica, sans-serif !important;
	}

*/
@media (max-width: 480px) {
	
	
	.hero-unit {
		padding: 20px 20px 0;
		margin: 0 0 20px;
	}

	.hero-unit h1 {
		font-size: 36px;
	}

	.hero-unit iframe {
		margin-right: 0 !important;
	}

	#social {
		margin-top: 0px;
		margin-bottom: 20px;
	}

	#social > span {
		display: block;
	}

	#ticker {
		margin-top: 0;
	}

	.about {
		margin-top: 0;
	}

	.about h3 {
		margin-top: 30px;
	}

	.about p {
		margin-bottom: 0;
	}

	.thumbnail .btn {
		font-size: 15px;
	}

	.modal {
		position: fixed !important;
		top: 25% !important;
	}
	
	.navbar-fixed-top {
		/*top: 100px;*/
		}
		
	.navbar .brand {
			
		}
	
	.info
	{
		position:relative;
		display:block;
		bottom:0px;
	}
	
	#showcase >.row >.span3
	{
		background:#222;
		padding-bottom:5px;
		margin-bottom: 10px;
	}
	
	
	.shadow
	{
		-moz-box-shadow: 0px 0px 0px #333;
		-webkit-box-shadow: 0px 0px 0px #333;
		box-shadow: 0px 0px 0px #333;
		width:auto;
		margin:0px auto;
	}


	
	.navbar-fixed-top .navbar-inner
	{
		padding:0px;}
		
	.fullWidth
	{
		margin-left: -20px;
		}
	
	

	
	
}

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

	
	.hero-unit {
		margin-top: 0;
		padding: 30px;
	}

	.about {
		margin-top: 0;
	}
	
	.shadow
	{
		-moz-box-shadow: 0px 0px 0px #333;
		-webkit-box-shadow: 0px 0px 0px #333;
		box-shadow: 0px 0px 0px #333;
		width:auto;
		margin:0px auto;
	}
}

@media (max-width: 767px) {


	body{
		
		background:none;
		color:#f4f4f4;
	}
	
	.social
	{
		text-align:left;
	}
	
	section {
	/*	padding-top: 20px;*/
	}

	.bsa {
		float: none;
	}
	
	.oneSheet
	{
		display:none;
		float:none;
		}
		
	.video
	{
		float:none;
		width:100%;
		}

	.showcaseMovie > .info {
		bottom: 0px !important;
		position: relative;
		
		}
	
	
}

@media (max-width: 979px) and (min-width: 768px) {

	.index .navbar {
		margin-bottom: 0;
	}

	.hero-unit {
		border-radius: 0;
	}

	section {
		padding-top: 20px;
	}

	.thumbnail .btn {
		padding: 6px 10px;
		font-size: 14px;
	}
	
	/*.navbar-fixed-top {
		padding-top:100px;	
	}*/
	
	.shadow
	{
		-moz-box-shadow: 0px 0px 25px #333;
		-webkit-box-shadow: 0px 0px 25px #333;
		box-shadow: 0px 0px 25px #333;
		width:764px;
		margin:0px auto;
	}
}

@media (min-width: 980px) {

	.index {
		padding-top: 40px;
	}

	.preview {
	/*	padding-top: 100px;*/
	}
}

/* preview */

.subhead {
	padding-bottom: 0;
	margin-bottom: 9px;
}

.subhead h1 {
	font-size: 54px;
}

.subhead > div:first-child {
	/*min-height: 200px;*/
}

/* subnav */
 
.subnav {
	margin-bottom: 60px;
	width: 100%;
	height: 36px;
	background-color: #eeeeee; /* Old browsers */
	background-repeat: repeat-x; /* Repeat the gradient */
	background-image: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Chrome 10+,Safari 5.1+ */
	background-image: -ms-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* IE10+ */
	background-image: -o-linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* Opera 11.10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-image: linear-gradient(top, #f5f5f5 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
 
.subnav .nav {
	margin-bottom: 0;
}
 
.subnav .nav > li > a {
	margin: 0;
	padding-top:    11px;
	padding-bottom: 11px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
 
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
	padding-left: 13px;
	color: #777;
	background-color: #e9e9e9;
	border-right-color: #ddd;
	border-left: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.05);
}
 
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
	border-top-color: #777;
}
 
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
	border-left: 0;
	padding-left: 12px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
 
.subnav .nav > li:last-child > a {
	border-right: 0;
}
 
.subnav .dropdown-menu {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

@media (max-width: 979px) {
	
	.nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #fff;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	 	font-size: 14px;
		font-weight: bold;
		text-shadow:none;
		text-transform: uppercase;
	}
	
	.nav-collapse .nav>li>a:hover, .nav-collapse .dropdown-menu a:hover {
	
		color: #fff;
		background:#333;
	}
		
	.nav-collapse {
		background:#56646f;
	}
	
	.nav-collapse.collapse{
		background:#56646f;
	}
	
	.nav-collapse .nav>li>.dropdown-menu:after
	{
		top:39px;
		}
	
	.nav-collapse .nav>li>.dropdown-menu:before
	{
		top:38px;
		}
		
	
	.navbar .btn-navbar
	{
		border:none;
		background:transparent none;
		margin-top:10px;
		}
		
	.navbar .btn-navbar .icon-bar {
		display: block;
		width: 32px;
		height: 3px;
		background-color: #005c97;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
		border: #024c7b solid 1px;
		
		
	}
	
	.movieTitle
	{
		font-size: 105%;
		
	}
	
	
}
 
@media (max-width: 767px) {
 
	.subnav {
		position: static;
		top: auto;
		z-index: auto;
		width: auto;
		height: auto;
		background: #fff; /* whole background property since we use a background-image for gradient */
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
 
	.subnav .nav > li {
		float: none;
	}
 
	.subnav .nav > li > a {
		border: 0;
	}
 
	.subnav .nav > li + li > a {
		border-top: 1px solid #e5e5e5;
	}
 
	.subnav .nav > li:first-child > a,
	.subnav .nav > li:first-child > a:hover {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
}
 
@media (min-width: 980px) {
  
	.subnav-fixed {
		position: fixed;
		top: 40px;
		left: 0;
		right: 0;
		z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */
		border-color: #d5d5d5;
		border-width: 0 0 1px; /* drop the border on the fixed edges */
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		box-shadow: inset 0 1px 0 #fff, 0 1px 5px rgba(0,0,0,.1);
		filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); /* IE6-9 */
	}
  
	.subnav-fixed .nav {
		width: 938px;
		margin: 0 auto;
		padding: 0 1px;
	}
  
	.subnav .nav > li:first-child > a,
	.subnav .nav > li:first-child > a:hover {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	
	
	.oneSheet {
		float: left;
		width: 33.5%;
	}
	
	.video {
		float: right;
		width: 65%;
	}
	
}
/*
@media (min-width: 1200px) {
	
	.shadow
	{
		-moz-box-shadow: 0px 0px 25px #333;
		-webkit-box-shadow: 0px 0px 25px #333;
		box-shadow: 0px 0px 25px #333;
		width: 1200px;
		margin:0px auto;
	}

}*/

	.contact-text 
	{
    font-family: Helvetica, sans-serif !important;
    padding: 0px 2% 10px;
	}

@media (min-width: 1200px) {
 
	.subnav-fixed .nav {
		width: 1168px; /* 2px less to account for left/right borders being removed when in fixed mode */
	}
	
	.shadow
	{
		-moz-box-shadow: 0px 0px 25px #333;
		-webkit-box-shadow: 0px 0px 25px #333;
		box-shadow: 0px 0px 25px #333;
		width: 1230px;
		margin:0px auto;
	}
	
	.oneSheet
	{
		float:left;
		width:27%;
		}
		
	.video
	{
		float:right;
		width:72%;
		}

}

	.links-holder
	{
		height:0;
	}

@media (max-width: 768px) {
	
	.contact-text 
	{
    font-family: Helvetica, sans-serif !important;
    padding: 0px 2% 5%;
	}
	
	.contact
	{
	padding-bottom:25%;	
	}
	
	
	.links-holder
	{
		position:absolute;
		bottom:150px;
		width:100%;
		margin-left: 1px;
	}
	.nav-tabs2
	{
		float:left;
		width: 100%;	
	}
	
	.nav-tabs3
	{
		float:left;
		width: 100%;		
	}
	
	.bluePanel3
{
	float:left;
	width:99%;
	margin-left: 0;
}

	.bluePanel2
{
	float:left;
	width:99%;
	margin-left: 0;
}


}

@media (max-width: 600px) {
	
	.contact-text 
	{
    font-family: Helvetica, sans-serif !important;
    padding: 0px 2% 10%;
	}
	
	.contact
	{
	padding-bottom:30%;	
	}

}

@media (max-width: 440px) {
	
	.contact-text 
	{
    font-family: Helvetica, sans-serif !important;
    padding: 0px 2% 20%;
	}
	
	.contact
	{
	padding-bottom:50%;	
	}

}


@-moz-document url-prefix() {
  body, h1, h2, h3, p, .navbar-inverse .brand, .navbar-inverse .nav>li>a{
	font-weight:normal;
	}
}
