@charset "UTF-8";
/* CSS Document */

body,html {
	height: 100%;
	padding:0;
	margin:0;
}
body{
	font-family:"Arial";
	font-size:12px;
}
.container {
	padding: 10px;
}

a{
	text-decoration:underline;
	color: #014b8e;	
}
p {
	font-size: 14px;
	line-height:1.5;
}
h1{
	font-size: 23px;	
}

h2{
	font-size: 20px;	
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4{
	font-size: 16px;
	color: #014b8e;	
	margin-bottom: 5px;
	margin-top: 10px;
}

.button{
	background-color: #666666;
	border: none;
	border-radius:5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	color: #ffffff;	
	text-decoration: none;
	font-size:13px;
	display: inline-block;
}
.img-responsive {
	width: 100%;
	height:auto;
}
.button:after{
	content: '\25BA';
	margin-left:10px;
}

.bg-container{
	width:100%;
	height:100%;
	background: url("../img/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;	
}

.top-bar{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height:50px;
	background: rgb(0,101,165); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,101,165,1) 0%, rgba(0,101,165,1) 66%, rgba(0,74,141,1) 66%, rgba(0,74,141,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,101,165,1)), color-stop(66%,rgba(0,101,165,1)), color-stop(66%,rgba(0,74,141,1)), color-stop(100%,rgba(0,74,141,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,101,165,1) 0%,rgba(0,101,165,1) 66%,rgba(0,74,141,1) 66%,rgba(0,74,141,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,101,165,1) 0%,rgba(0,101,165,1) 66%,rgba(0,74,141,1) 66%,rgba(0,74,141,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,101,165,1) 0%,rgba(0,101,165,1) 66%,rgba(0,74,141,1) 66%,rgba(0,74,141,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,101,165,1) 0%,rgba(0,101,165,1) 66%,rgba(0,74,141,1) 66%,rgba(0,74,141,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065a5', endColorstr='#004a8d',GradientType=0 ); /* IE6-9 */
}

.scroll-pane {
	overflow: auto;
	width: 100%;
	float: left;
	position:absolute;
	bottom:0;
	
}

.top-bar-title {
	padding:10px;
	text-align:right;
	text-transform: uppercase;
	color: #8ba7c7; 
	
	font-size:15px;
}
.top-bar-title a{
	color: #8ba7c7; 
	text-decoration: none;
	}

.scroll-title{
	color: #fff;
	width:500px;
	text-align:center;
	margin: 2% auto auto;
	padding:1px;
	background: -moz-linear-gradient(left,  rgba(30,74,150,0) 0%, rgba(0,101,165,0.5) 25%, rgba(0,74,141,0.8) 40%, rgba(0,74,141,1) 50%, rgba(0,74,141,0.8) 60%, rgba(0,101,165,0.5) 75%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,74,150,0)), color-stop(25%,rgba(0,101,165,0.5)), color-stop(40%,rgba(0,74,141,0.8)), color-stop(50%,rgba(0,74,141,1)), color-stop(60%,rgba(0,74,141,0.8)), color-stop(75%,rgba(0,101,165,0.5)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(30,74,150,0) 0%,rgba(0,101,165,0.5) 25%,rgba(0,74,141,0.8) 40%,rgba(0,74,141,1) 50%,rgba(0,74,141,0.8) 60%,rgba(0,101,165,0.5) 75%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(30,74,150,0) 0%,rgba(0,101,165,0.5) 25%,rgba(0,74,141,0.8) 40%,rgba(0,74,141,1) 50%,rgba(0,74,141,0.8) 60%,rgba(0,101,165,0.5) 75%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(30,74,150,0) 0%,rgba(0,101,165,0.5) 25%,rgba(0,74,141,0.8) 40%,rgba(0,74,141,1) 50%,rgba(0,74,141,0.8) 60%,rgba(0,101,165,0.5) 75%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(30,74,150,0) 0%,rgba(0,101,165,0.5) 25%,rgba(0,74,141,0.8) 40%,rgba(0,74,141,1) 50%,rgba(0,74,141,0.8) 60%,rgba(0,101,165,0.5) 75%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e4a96', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
	
}

.scroll-content {
	width: 8208px;
	float: left;
	height: 340px;
	position:relative;
}

.scroll-item{
	width: 300px;
	height: 250px;
	float:left;
	margin: 20px;
	
	position:relative;
	/*margin-top:480px;
	
	font-size: 3em;
	line-height: 96px;
	text-align: center;*/	
}
.scroll-content-item {
	background-color: rgba(242, 248, 250, 0.8);
	position:relative;
	border-radius: 5px;
	padding: 10px;
	line-height:10px;	
}

.scroll-content-item:after{
	border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(242, 248, 250, 0.8);
    bottom: -10px;
    content: ' ';
    left: 50%;
    margin-left: -10px;
    position: absolute;	
}
.time-bar{
	position:absolute;
	width:100%;
	height: 25px;
	background-color:#0065a5;
	color:white;
	bottom:-28%;
	text-align:center;
	/*border-left: 19px solid #0065a5;
	border-right: 19px solid #0065a5;*/
}

.time-bar p{
	margin-top:5px;	
}

.time-bar-container{
	position:absolute;
	bottom:0;
	height:25px;
	width:100%;
	background-color:#0065a5;	
	bottom:0;
}


.image-container {
    width: 100%;
    overflow: hidden;
    height: 160px;
    position: relative;
}

.image-container img {
	/*-webkit-transform: translate(0px; -50%);
	-moz-transform: translate(0px; -50%);
	-ms-transform: translate(0px; -50%);
	-o-transform: translate(0px; -50%);
	transform: translate(0px; -50%);*/
    /*position: absolute;*/
    /*top: 50%;*/
}

.scroll-bar-wrap {
	clear: left;
	padding: 0 4px 0 2px;
	margin: 0 -1px -1px -1px;
	
	position:relative;
	background-color: #004a8d;
}

.scala{
	position:absolute;
	background-image: url("../img/scala.png");
	background-repeat:repeat-x;
	bottom:20%;
	height:6px;
	width:100%;
}

.scroll-bar-items{
	position:absolute;
	width:100%;
	list-style:none;
	/*padding:0;
	margin:0;*/
	/*display:table;
	box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
	*/
	top:0;
	padding: 0;
	margin: 0;
}

.scroll-bar-items li{
	/*display:table-cell;
	*/
	position:relative;
	display: inline-block;

	font-size:12px;
	color: #8ba7c7;
	padding-top: 10px;
	text-align:center;
}


@media (max-width: 60em) {
	.scroll-bar-items li{
		width: 3.7%;
	}
}

@media (min-width: 60.063em){
	.scroll-bar-items li{
		width: 3.9%;
	}
}


.scroll-bar-items li:before{
	content: ' ';
	position:absolute;
	height: 15px;
	width: 1px;
	top:36px;
	margin-left:12px;
	background-color:#4570a1;	
}

.point{
	border-radius: 50%;
	width: 7px;
	height: 7px; 
	/*margin-left:50%;
	*/
	position:absolute;
	left: 50%;
	 transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
	background: none repeat scroll 0% 0% #ffee00;
}

/**********/
/* SLIDER */
/**********/

.ui-slider {
    position: relative;
}

.scroll-bar-wrap .ui-slider {
	height: 66px;
	
}
.scroll-bar-wrap .ui-handle-helper-parent {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 /*margin: 0 auto;*/
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    /*width: 1.2em;*/
    height: 55px;
    cursor: cursor;
}

.scroll-bar-wrap .ui-slider-handle {
    margin-top: 0.2em;
    border: 2px solid #dcdcdc;
	border-radius: 5px;
	background-color: rgba(255,0,0,0);
	cursor:crosshair;
}

.ui-slider-horizontal .ui-slider-handle {
    top: 0em;
    margin-left: 0px !important;
}


/**********/
/* LIGHTBOX */
/**********/

.inline_content{
	background-color: rgba(242, 248, 250, 1.0) !important;
	color: #666666;
	border-radius: 5px;
	padding:10px;
	min-height:520px;
}

.inline_content .foto{
	min-height:300px;	
}

.inline_content h2{
	color: #000;	
}

.inline_content img{
	float:left;
	width:400px;
	height:auto;
	margin-right:20px;
}
.inline_content iframe{
	float:left;
	width:400px;
	height:320px;
	margin-right:20px;
}

@media (max-width: 60em) {
	.inline_content img, .inline_content iframe{
	width:100%;
	margin-right:0;
	float:none;
	height:300px;
	
	}
}

#colorbox, #cboxOverlay, #cboxWrapper {
	width:100%;
	height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
    overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}

#colorbox, #cboxWrapper {
	background-color: transparent !important;
}

/**********/
/* CBOX */
/**********/

button{
	background-color: transparent;
	border: none;
	border-radius:5px;
	padding: 5px;
	color: #000;	
	text-decoration: none;
	font-size:13px;
	cursor:pointer;
}

#cboxPrevious{
	position:absolute;
	bottom:0;
	left:0;
	margin-left:30%;
	margin-bottom:10px;
}

#cboxPrevious:before{
	position:absolute;
	content: '\25BA';
	margin-left: -15px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#cboxNext:after{
	position:absolute;
	content: '\25BA';
	margin-left: 5px;
}
 
#cboxNext{
	position:absolute;
	bottom:0;
	right:0;
	margin-right:30%;
	margin-bottom:10px;
}

#cboxClose{
	position:absolute;
	top:0;
	right:0;	
}



