/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;*/
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/2014/slider-arrows.png) no-repeat 0 0px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/2014/slider-arrows.png) no-repeat 0px -60px;
}

.bx-wrapper .bx-prev:hover {
	opacity: 1;
}

.bx-wrapper .bx-next:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 9999;
	opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


.slider-navigation {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 10000000;
	/*margin-left: -301px;*/
	
}

.slider-navigation ul {
	list-style-type: none;
	margin-left: -362px;
	
}

.slider-navigation ul li {
	display: inline-block;
	float:left;
	border-top: 0px solid #f1f1f1;
	margin-right: 1px;
	padding-top: 0px;
	margin-top: 5px;
}

.slider-navigation ul li.active a,.slider-navigation ul li:hover a {
	color: #0554a4 !important;
}

.slider-navigation ul li a {
	color: #4c4c4c !important;
}

.slider-navigation ul li.active, .slider-navigation ul li.active:hover
 {
	border-top: 5px solid #3498db;
	margin-top: 0px;
}

.slider-navigation ul li:hover {
	margin-top: 0px;
	border-top: 5px solid #4c4c4c;
}

.slider-navigation ul li:hover a {
	
}
.slider-navigation ul li.active {
	
}
.slider-navigation ul li.active a {
	
}

.slider-navigation ul li:first-child a {
	
}
.slider-navigation ul li a {
	display:block;
	padding: 15px 20px;
	background: white;
	width: 140px; /* 160px */
	font-size: 18px;
	line-height: 1.2em;	
	
}

.slider-navigation ul li a span {
	/*text-transform: uppercase;
	font-size: 14px;*/
}


.slider-navigation ul li.active a {
	background: url(../img/2014/blue_background_slider_30.png) top left #fff;
}
.slider-content {
	position: absolute;
	left: 10%;
	top: 36%;
}
.slider-content .slider-text {
	font-size: 50px;
	line-height: 1.2em;
	font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
}

@media (max-width: 1200px){
  .slider-content .slider-text {
		font-size: 40px;
		line-height: 1.2em;
		font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	}	
}

@media (max-width: 1060px){
  .slider-content .slider-text {
		font-size: 35px;
		line-height: 1.2em;
		font-family: "Open Sans Light", Helvetica, Arial, sans-serif;
	}	
}
.slider {
	position: relative;
}

.slider-link a {
	border: 1px solid #343434;
}
/*top navigation */
#page #top .logo a {
	display:block;
	background: url(../img/2014/metaio_logo_s.png) no-repeat left top !important;
	width: 163px !important;
	height: 49px !important;
}

.nav_bg {
	width: 940px;
	max-width: 940px;
	height: 90px !important;
	margin:0 auto;
	padding: 0 60px;
	position: relative;
}

#page #top .logo {
	/*margin: 22px 26px 22px 0;*/
	position: absolute;
	top: 22px;
	left: 60px;
}

#page #top .navigation ul {
	margin:0 auto !important;
	float:none;
	display:inline-block;
	width: auto;
	padding-top:32px !important;
}


/* counter */
#devCounter {
			font-size: 58px;
			font-weight: bold;
			font-family: "Lucida Console", Monaco, monospace;
			line-height: 1.2em;
		}

		.numbersHolder {
			float:left;
			width: 100%;
			height: auto;
		}
		.numberHolder {
			float:left;
			padding: 15px 4px 6px 4px;
			border-radius: 4px;
			background: #434343;
			color:white;
			margin-right: 2px;

		}
		.lastNumber {
			background: #0554a4;
		}
		.numberSeparator {
			width: 20px;
			float:left;
			height: 20px;
		}
.counterText {
	padding-top: 10px;
	float:left;
	
}

.counterText h3 {
	line-height: 1.3em !important;
}


/* reference list */
.logoList ul {
	float:left;
	width: 100%;
	height: 62px;
	margin:0;
	padding:0;
}

.logoList ul li {
	width: 77px !important;
	height: 62px !important;
	float:left;
	display:inline-block;
	list-style-type: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin:0 !important;
	
}

.logoList ul li a {
	display:block;
	width: 100%;
	height: 100%;
}
.logoList ul li a:hover {
	background-position: top left !important;
}
.logoList ul li a.refAdidas {
	background: url(images/IMG-brands_all_2014_def_hov_01.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refBen {
	background: url(images/IMG-brands_all_2014_def_hov_07.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refHonda {
	background: url(images/IMG-brands_all_2014_def_hov_04.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refMacys {
	background: url(images/IMG-brands_all_2014_def_hov_05.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refMan {
	background: url(images/IMG-brands_all_2014_def_hov_06.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refMitsubishi {
	background: url(images/IMG-brands_all_2014_def_hov_03.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refRedBull {
	background: url(images/IMG-brands_all_2014_def_hov_08.jpg) no-repeat 0px -62px;
}

.logoList ul li a.refStern {
	background: url(images/IMG-brands_all_2014_def_hov_02.jpg) no-repeat 0px -62px;
}

.no-link {
	cursor: default;
}

.eyecatcher {
	background: none !important;
	margin-top: 0px;
}

