html, body {height: 100%;}
body {
	color: #f6f6f6;
	font-family: Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #000;
}
#pageload,
.pageload {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000000000;
}
#progress {
	position: absolute;
	top: 45%;
	left: 40%;
	z-index: 1000000001;
}
#progress div {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#progressBar {
	float: left;
	margin: 4px 0 0 6px;
	width: 150px;
	height: 22px;
	border: 1px solid #111;
	background-color: #1e272e;
}

#progressBar div {
	height: 100%;
	color: #fff;
	text-align: right;
	line-height: 22px; /* same as #progressBar height if we want text middle aligned */
	width: 0;
	background-color: #364248;
	-webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    5px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow:         5px 0px 10px rgba(0, 0, 0, 0.25);
}
#progress .text {
	height: 15px;
	font-size: 13px;
	float: left;
	width: 35px;
	background-color: #1e272e;
	color: #ccc;
	padding: 9px;
	font-weight: normal;
}
	
img {text-decoration: none; border: 0px}
a {
	color: #f6f6f6;
	text-decoration: none;
}
a:hover,
.international:hover,
button:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#wrap {
	min-height: 100%;
	min-width: 768px;
	position: relative;
}
#main {
	padding-bottom: 80px; /* must be same height as the footer */
}  
#content {
	min-height: 600px;
}
.clearfix {
	clear: both;
}
.scroll-pane {
	width: 100%;
	height: 285px;
	overflow: auto;
}
.left .scroll-pane {
	width: 270px;
	height: 196px;
	margin: 0 0 15px 20px;
	overflow: auto;
}
.scroll-pane:focus {
	outline: none;
}
a.screen:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.screen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	background-image: url(../images/transparent_black.png);
}
.left {
	float: left;
}
.left.text {
	width: 280px;
}
.text {
	padding: 20px;
	float:left;
}
.btn img {
	float: left;
}

/*
 * Header
 */
 
.logo {
	text-align: center;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	z-index: 1;
}
.logo img {
	width: 288px;
	height: 66px;
}

/*
 * Navigation
 */
.sidebar-left {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3000;
	width: 250px;
}
#nav {
	width: 205px;
	padding: 0;
	text-transform: uppercase;
	z-index: 2000;	
}
#nav .nav-title {
	background: #4d6b8c;
	padding: 15px;
	font-weight: normal;
	position: relative;
}
.nav-close {
	height: 21px;
	width: 21px;
	background: #7991b5 url(../images/nav_close.png) no-repeat center center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:absolute;
	top: 14px;
	right: 14px;
}
#nav li {
	background: url(../images/transparent_black.png) repeat;
	padding: 0;
	margin-top: 4px;
	width: 100%;
	float: left;
}
#nav li a {
	padding: 10px 8px 8px 30px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
}

/*
 * Modal Navigation 
 */
.modal-nav #list li {
	overflow: hidden;
}
.modal-nav #list li.active,
.modal-nav #list li:hover,
#nav li.active,
#nav li:hover {
	background: #3d4e65 url(../images/nav_active.png) no-repeat -12px center;
}
.news {
	width: 185px; 
	background: url(../images/news_background.png) repeat;
	margin-top: 10px;
	padding: 0 10px;
	float: left;
	/*position: absolute;
	left: 10px;
	top: 245px;*/
	z-index: 3000;
}
.news .news-close {
	background: url(../images/news_close.png) no-repeat center 4px #25425d;
	height: 20px;
	width: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
	margin-right: 8px;
}
.news-title, .news h4 {
	margin: 12px 0;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}
.news h4 { 
	/*display: none;*/
}
.news h5 {
	margin: 20px 0;
}
.news p {
	text-transform: uppercase;
	font-size: 11px;
}
#news-window {
	padding: 0 10px 10px 10px;
	background: url(../images/transparent_black.png) repeat;
	overflow: hidden;
	height: 190px;
	margin-bottom: 10px
}
#news-window .news-article {
	border-bottom: 1px solid #f6f6f6;
	width: 140px;
	padding-bottom: 10px;
}
#news-window .news-article:first-child h5 {
	margin-top: 10px;	
}
#news-window .news-article:last-child {
	border-bottom: none;
}
.news .scroll-pane {
	width: 100%;
	height: 180px;
	overflow: auto;
	margin-top: 10px;
}
.news .jspContainer {
	width: 100%;
}
.news .read-more {
	font-size: 10px;
	text-align: right;
	width: 100%;
	display: block;
	margin-top: -10px;
}


/*
 * Social
 */
.sidebar {
	position: inherit;
	margin: 310px 10px 10px 10px;
}
.social {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 350px;
	z-index: 3000;
	margin: 0;
	width: 354px;
}
#fullscreen,
#btnAudio.play,
#btnAudio.pause {
	background: url(../images/sound_icon.png) no-repeat center center #222d36;
	height: 48px;
	width: 48px;
	float: right;
	margin-right: 3px;
	cursor: pointer;
}
#btnAudio.pause {
	background: url(../images/sound_icon_pause.png) no-repeat center center #222d36;
}
#fullscreen {
	background: url(../images/full_screen.png) no-repeat center center #222d36;
	display:none;
}
.follow {
	background: #222d36;
	float:right;
	padding: 11px 8px 11px 12px;
}
.follow h4 {
	float: left;
	margin: 5px 0 0 0;
	font-weight: normal;
	font-size: 14px;
	display: none;
}
.follow ul {
	float: right;
}
.follow li {
	float: left;
	margin-right: 5px;
	height: 26px;
}
.social-count {
	position: absolute;
	right: 0;
	top: 64px;
	background: none;
	width: 253px;
	padding: 8px 0 5px 10px;
	z-index: 3000;
}
.gplus {
	margin-left: -20px;
}
#___plusone_0,
#___plusone_0 iframe {
	width: 72px !important;
}
.twitter-share-button {
	width: 80px !important;
	margin-left: 5px;
} 



/*
 * Modal styles
 */
#modal {
	height: 330px;
	width: 470px;
	margin: 0 auto;
	position: absolute;
	z-index: 4000;
	top: 140px;
	left: 160px;
	right: 0;
}
#modal.wide {
	width: 590px;
}
.wide .modal-content {
	padding: 0;
	margin-bottom: 3px;
}
/* loading of modal content */
.loading {
}
#load {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
.modal-content {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 5px;
	height: 290px;
	background: url(../images/news_background.png) repeat;
	padding: 20px 0;
	font-size: 12px;
}
#modal.wide .modal-content {
	height: 327px;
}
#video .modal-content {
	background: url(../images/ajax-loader.gif) no-repeat center center #000;
}
#modal-close {
	position: absolute;
	z-index: 4000;
	top: -37px;
	right: 0;
}
#modal.wide .modal-inner-content {
	margin: 0;
}
.modal-content h4 {
	font-size: 14px;
}
.modal-content h4:first-child {
	margin-top: 0;
}
.modal-nav {
	width: 470px;
	margin: 3px 0 0 -3px;
	position: absolute;
	top: 330px;
	left: 0;
}
#modal.wide .modal-nav {
	width: 100%;
}
.modal-nav #thumbnail-holder {
	margin: 0 0 3px 3px;
	overflow: hidden;
	width: 147px;
	height: 120px;
	display: none;
}
.modal-nav #thumbnail {
	position: relative;
}
.modal-nav #thumbnail li {
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
}
.close a,
.close-txt a, 
.close-x a{ 
	padding: 10px;
	display: block;
}
.close,
.modal-nav #list li,
.close-txt, 
.close-x {
	margin: 0 0 3px 3px;
	background: url(../images/news_background.png) repeat;
	float: left;
	cursor: pointer;
	color: #90959a; /* was #b4b4b4; */
}
#modal.wide .modal-nav li {
	clear: none;
}
.modal-nav #list li a {
	padding: 10px 7px 10px 5px;
	display: block;
}
.modal-nav #list li {
	clear: both;
	width: 200px;
}
.modal-nav #list li.active,
.modal-nav #list li:hover {
	color: #fff;
}

#list {
	position: relative;
	top: 0;
}
#list-holder {
	height: 130px;
	overflow: hidden;
	position: relative;
	width: 150px;
	float: left;
}
.images #list-holder {
	height: inherit;
	width: 100%;
}
.images #list-more {
	display: none;
}
#list-more .arrow-up,
#list-more .arrow-dn {
	height: 38px;
	width: 38px;
	float: left;
	margin: 0 0 0 3px;
	background: url(../images/arrow_up.png) no-repeat #01060c center center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#list-more .arrow-dn {
	background-image: url(../images/arrow_dn.png);
}
.arrow-next {
	background-image: url(../images/arrow_next.png);
}
.arrow-prev {
	background-image: url(../images/arrow_prev.png);
}
.list-tablet {
	display: block;
}
#list-more .no {
	cursor: auto;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
#list-more div:hover {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.modal-nav li.active,
.modal-nav li:hover {
	color: #f6f6f6;
	background: #3d4e65;
}
.close-x a {
	float: left;
}
.close-x .rotate {
	/* FF Chrome Opera etc */
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	/* IE */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transition:             transform 250ms ease;
        -moz-transition:    -moz-transform 250ms ease;
        -ms-transition:     -ms-transform 250ms ease;
        -o-transition:      -o-transform 250ms ease;
        -webkit-transition: -webkit-transform 250ms ease;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.nav-arrow {
	background: url(../images/modal_active.png) no-repeat center center;
	height: 10px;
	width: 10px;
	float: left;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.modal-nav li.active .nav-arrow,
.modal-nav li.active-hover .nav-arrow {
	display: block;
}
.modal-nav li.active a .nav-arrow,
.modal-nav li a:hover,
.modal-nav li.active-hover a .nav-arrow {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.modal-nav h5 {
	margin: 0;
	padding-left: 15px;
	font-weight: normal;
	font-size: 9px;
}
.modal-nav .new-content{
	display: none;
}
 

/*
 * News Page
 */
.modal-inner-content {
	margin-right: 18px;
}

/*
 * Images Page
 */
#modal.wide.images .modal-content {
	width: 500px;
	text-align: center;
}
#modal.wide.images .modal-nav #list li {
	padding: 0;
	clear: none;
	width: 50px;
	height: 50px;
}
#modal.wide.images .modal-nav #list li.active {
	border: 2px solid #FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	overflow: hidden;
}
#modal.wide.images .modal-nav {
	width: 100%;
}
#modal.wide.images {
	width: 500px;
}


/*
 * Photo Page
 */
#photos .close-x {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5000;
}
.fullscreen {
	position: relative;
	z-index: 100000000;
	top: 0px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	margin-left: 0;
	background:#000;
}
.fullscreen .carousel {
	height:100%;
	margin-bottom:0;
}
.fullscreen .carousel-inner {
	height:100%;
	position: relative;
}
.fullscreen .carousel-inner .item {
	width:100%;
	height:100%;
}
.fullscreen .carousel-inner .item img {
	max-width:100%;
	max-height:100%;
	margin: 0 auto;	
}
.fullscreen .carousel-control {
	top:45%;
}
.photo {
	max-width:none !important;
	max-height:none !important;
}
 
 
 
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
.carousel {
  position: relative;
  z-index: 4000;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
position: absolute;
top: 45%;
left: 15px;
width: 40px;
height: 31px;
margin-top: -20px;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: #ffffff;
text-align: center;
background: #222222;
border: 1px solid #ffffff;
opacity: 0.5;
filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  padding-top: 11px;
  height: 29px;
}
.carousel-control.left img {
	margin-left: -2px;
}
.carousel-control.right img {
	margin-right: -2px;
}
.carousel-control.right {
right: 15px;
left: auto;
padding-top: 9px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}




/*
 * About Page
 */
.about .modal-content h5,
.about .modal-content h6 {
	margin: 0 0 5px;
}
.disc-list {
	float: left;
	width: 182px
}
.disc-list ul {
	width: 170px;
	font-size: 9px;
	line-height: 13px;
	list-style: disc;
	margin: 10px 0 20px 12px;
}
.watchvideo {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.watchvideo iframe {
	border: none;
}
#video-close {
	position: absolute;
	top: -37px;
	right: 0;
	height: 32px;
	width: 95px;
	z-index: 10000000;
	display: none;	
}
.buy-label {
	float: left;
	margin: 0 5px 5px 0;
}
.buy-label p {
	margin: 0;
	padding: 0 0 0 5px;
}
#modal.wide.about {
	height: 340px;
}
#modal.wide.about .modal-content {
	height: 337px;
}
#modal.wide.about .modal-nav {
	top: 337px;
}


/*
 * Downloads Page
 */
#downloads .modal-content li img,
#downloads .modal-content li {
	float: left;	
}
#downloads .modal-content li img {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
#downloads .modal-content li img:hover {
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#downloads .modal-content li {
	margin: 0 0 3px 3px;
	position: relative;
	background: #fff;
	overflow: hidden;
}
#downloads .modal-content li .links {
	position: absolute;
	right: 0;
	top: 20px;
	}
#downloads .modal-content li .links a {
	background: #222d36;
	clear:both;
	margin-bottom: 3px;
	color: #90959a;
	display: block;
	padding: 1px 5px;
	width: 100px;
	position: relative;
}
#downloads .modal-content li .links a:hover {
	background: #38424a;
	color: #fff;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#downloads .modal-nav {
	top: 333px;
}
#modal.wide.downloads .modal-content {
	overflow: hidden;
	height: 333px;
}
#modal.wide.downloads .modal-inner-content {
	margin-left: -3px;
	position: relative;
}
#modal.wide.downloads {
	width: 539px;
	height: 336px;
}


/*
 * Email Form
 */
#modal.email {
	height: 335px;
}
#email .modal-content {
	margin-left: 10px;
	height: 315px;
}
#email .modal-inner-content {
	background: url(../images/transparent_black.png) repeat;
	margin: 0 0 10px 0;
	padding: 15px;
}
#email .modal-inner-content h4 {
	text-transform: none;
	font-weight: normal;
	color: #fff;
} 
input[type="text"], input[type="submit"], input[type="email"] {
	display: block;
	margin-bottom: 1em;
	clear: both;
}
input[type="text"],
input[type="email"] {
	background: url(../images/news_background.png) repeat;
	border: none;
	padding: 10px;
	color: #707273;
	margin: 15px 0;
}
form {
	color: #676a6b;
}
label {
	margin-top: 1em 1em 1em 0;
	color: #676a6b;
	font-weight: bold;
}
.error {
    height:15px;
    font-size:11px;
    border:2px solid red;
    padding:4px 10px;
    display:none;
}

.error p {
    margin:0;
}
button {
	outline: 0;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	background: none;
	color: #fff;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}
input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 0 0 4px;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) -39px top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -58px top no-repeat;
}



/*
 * Error Page
 */
#error .modal-content {
	height: 310px;
}



/*
 * Footer
 */
#footer {
	position: relative;
	margin-top: -216px; /*-296px;*/
	clear: both;
	width: 100%;
	overflow: hidden;
}
/*Opera Fix for footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#scroll-nav {
	bottom: 15px;
	padding-left: 10px;
	padding-right: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	left: 0;
	/*width:125%;
	left: -25%;*/
}


/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}



#scroll-nav li {
	margin: 60px 3px 3px 3px;
	width: 239px;
	float: left;
	position: relative;
	height: 216px;
}
#scroll-nav li a:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#scroll-nav .click {
	background: url(../images/footer_background.png) repeat;
	margin: -25px 0 0 0;
	float: left;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#scroll-nav .scroll-img {
	background: url(../images/footer_background.png) repeat;
	text-align: center;
	height: 156px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#scroll-nav .scroll-img p {
	text-align: left;
	margin: 8px 0 3px 10px;
	float: left;
	font-size: 12px;
}
#scroll-nav .scroll-img img {
	margin-top: 5px
}
#scroll-nav h6 {
	padding: 2px 12px 1px 18px;
	margin: 4px 0;
	font-weight: normal;
	background: url(../images/arrow_right_blue.png) no-repeat 6px center;
	font-size:9px;
}
#flags {
	text-align: center;
	background: url(../images/transparent_black.png) repeat;
	position: absolute;
	bottom: 95px; /* was 80px */
	left: 0;
	width: 100%;
}
#flags ul {
	text-align: left;
    display: inline-block;
    /* for ie6/7: */
    *display: inline;
    zoom: 1;
}
#flags li {
	display: inline;
	float: left;
}
#flags li a {
	float: left;
	
}
#flags img {
	height: 22px;
	width: 39px;
	margin: 15px 5px 20px 5px;
}
#flags li a:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
}
#flags img:hover{
	height: 31px;
	width: 56px;
	margin: 10px 5px;
}
#footer-text {
	width: 755px;
	margin: 0 auto;
	color: #999;
	position: relative;
}
#footer-text a {
	text-decoration: underline;
	color: #7991b5;
}
.international {
	padding: 0 0 0 20px;
} 
#footer-text li {
	float: left;
	margin-left: 10px;
}
#footer-text .logos {
	position: absolute;
	top: 30px;
	left: 20;
}
.open-flags {
	background: url(../images/arrow_solid_white_up.png) no-repeat 0 bottom;
	height: 8px;
	width: 8px;
	float: left;
	margin-top: 6px;
	background-size: 8px 8px;
}

/* for 180 degree rotating arrow image */
.over {
    transform:             rotate( -180deg );            
        -moz-transform:    rotate( -180deg );            
        -ms-transform:     rotate( -180deg );            
        -o-transform:      rotate( -180deg );            
        -webkit-transform: rotate( -180deg );            
    transition:             transform 250ms ease;
        -moz-transition:    -moz-transform 250ms ease;
        -ms-transition:     -ms-transform 250ms ease;
        -o-transition:      -o-transform 250ms ease;
        -webkit-transition: -webkit-transform 250ms ease;
}

.out {
    transform:             rotate( -360deg );            
        -moz-transform:    rotate( -360deg );            
        -ms-transform:     rotate( -360deg );            
        -o-transform:      rotate( -360deg );            
        -webkit-transform: rotate( -360deg );            
    transition:             transform 250ms ease;
        -moz-transition:    -moz-transform 250ms ease;
        -ms-transition:     -ms-transform 250ms ease;
        -o-transition:      -o-transform 250ms ease;
        -webkit-transition: -webkit-transform 250ms ease;
}
.international {
	padding: 0;
}
.international span {
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
}
.footer-logo-fox {
	width: 26px;
	height: 21px;
	background: url(../images/footer_logo_fox.jpg) no-repeat;
	background-size: 26px 21px;
	float: left;
}
.footer-logo-lightstorm {
	width: 32px;
	height: 23px;
	background: url(../images/footer_logo_lightstorm.jpg) no-repeat;
	background-size: 32px 23px;
	float: left;
	margin-left: 10px;
}
.footer-ratings {
	width: 145px;
	height: 24px;
	background: url(../images/footer_rating.jpg) no-repeat;
	background-size: 145px 24px;
	margin-bottom: 5px;
}
.disclosure {
	width: 460px;
	font-size: 9px;
	line-height: 12px;
	padding: 0;
}
#footer .full-width {
	background: #000;
	padding: 10px 0;
	overflow: auto;
}
#footer .footer-rate-link {
	float: left;
	font-size: 7px;
	text-transform: uppercase;
	line-height: 12px;
	letter-spacing: 1px;
	text-align: center;
}
@media (min-width: 768px) {
	#flags {
	bottom: 80px;
	}
}
@media (min-width: 900px) {
	#fullscreen {
	display:block;
	}
	
	#modal {
	left: 220px;
	}
}
@media (min-width: 1024px) {
	.social {
	display: block;
	}
	/*
	#footer {
	margin-top: -282px;
	}
	*/
	#footer-text {
	width: 1000px;
	margin: 0 auto;
	}
	#footer-text li.disclosure {
	font-size: 10px;
	line-height: 14px;
	width: 600px;
	margin: 0 30px;
	}
	#modal {
	width: 620px;
	}
	#modal.wide.images,
	#modal.wide {
	width: 740px;
	}
	#modal.wide.downloads {	
	width: 689px;
	}
	#modal.wide.about .modal-nav,
	#modal .modal-nav, 
	#modal.wide .modal-nav {
	width: 150px;
	margin: 0;
	top: 36px;
	right: 0;
	left:auto;
	}
	#modal.wide.images .modal-nav {
	width: 240px;
	}
	#modal .modal-nav #list li,
	#modal.wide .modal-nav #list li {
	clear: both;
	width: inherit;
	}
	.modal-nav #thumbnail-holder {
	display: block;
	}
	.images #list-more {
	display: block;
	}

	#modal-close {
	top: 0;
	width: 150px;
	}
	#list-more {
	top: 300px;
	}
	.list-tablet {
	display: none;
	}
	.images #list-holder {
	height: 156px;
	width: inherit;
	}
	#list-more .arrow-up,
	#list-more .arrow-dn {
	margin: 3px 0 0 3px;
	}
	#flags {
	bottom: 76px;
	}
	.social-count {
	background: #222d36;
	right: 12px;
	width: 283px;
	padding: 8px 10px 5px 10px;
	}
	.follow h4 {
	display: block;
	width: 77px;
	}
	#video-close {	
	right: 0;
	top: 0;
	margin-right: 52px;
	}
}
@media (min-width: 1220px) {
	.logo img {
	width: 388px;
	height: 89px;
	}
	.modal-nav li {
	clear: both;
	}
	.international span {
	font-size: 14px;
	}
	.international {
	padding: 14px 0 0 20px;
	}
	.footer-logo-fox {
	width: 51px;
	height: 41px;
	background-size: 51px 41px;
	}
	.footer-logo-lightstorm {
	width: 65px;
	height: 45px;
	background-size: 65px 45px;
	margin-left: 30px;
	}
	#footer-text .logos {
	position: inherit;
	top: 0;
	left: 0;
	}
	.open-flags {
	height: 11px;
	width: 11px;
	margin-top: 2px;
	}
	#footer-text li {
	float: left;
	margin-left: 30px;
	}
	#footer-text {
	width: 1220px;
	}
	
}
@media (min-width: 1340px) {
	#modal {
	top: 180px;
	}
	.international {
	padding: 18px 0 0 20px;
	}
	.disclosure {
	font-size: 10px;
	line-height: 14px;
	width: 600px;
	}
	.sidebar-left {
	right: 0;
	width: inherit;
	}
	.news {
	width: 283px;/*334px;*/
	position: absolute;
	right: 12px;
	top: 85px;
	padding: 0 10px;
	}
	#news-window .news-article {
	width: 229px;/*280px;*/
	}
	#news-window {
	height: 308px;
	}
	.news .scroll-pane {
	height: 300px;
	}
	.news h4 { 
	display: block;
	}
	#modal {
	right: 340px;
	}
	#footer-text {
	width: 1340px;
	}
}
@media (min-width: 1500px) {
	#footer-text {
	width: 1500px;
	}
	.footer-rate-link div {
	float: left;
	margin-top: 12px;
	}
	.rating-reasons {
	margin-left: 30px;
	}
	#footer-text li.disclosure {
	width: 770px;
	margin: 0 0 0 30px;
	}
	/*
	#footer {
	margin-top: -281px;
	}
	*/
	.international {
	padding: 14px 0 0 20px;
	}
	#flags {
	bottom: 65px;
	}
}
@media screen and (max-height: 850px) {
	#modal {
	top: 100px;
	}
}
@media screen and (max-height: 750px) {
	#footer {
	margin-top: -180px;
	}
	#scroll-nav {
	height: 180px;
	bottom: 5px;
	}
	#scroll-nav li  {
	width: 180px;
	height: 185px;
	}
	#scroll-nav .scroll-img {
	height: 117px;
	}
	#scroll-nav .scroll-img img {
	width: 170px;
	height: 108px;
	}
	#scroll-nav .scroll-img img.smaller {
	width: 170px;
	height: 89px;
	}
	#scroll-nav .scroll-img p {
	margin: 3px 0 0px 10px;
	}
	#news-window {
	height: 150px;
	}
	.news .scroll-pane {
	height: 140px;
	}
}
