/* VIEWPORT */
@-ms-viewport{
	width: device-width;
}

/* BODY */
body {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #cfcfcf;
}

/* Fonts */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	color: #999999;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
	color: #019ddd;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.big:not(.glyphicon), .extra-big:not(.glyphicon) {
	font-family: 'Roboto Condensed', sans-serif;
}

h5, .h5 {
	font-size: 16px;
}

strong {
	color: #019ddd;
}

hr {
	margin-top: 0;
	border-top-color: #cfcfcf;
}

/* Glyphicons Fix */
button > span.glyphicon {
	height: 20px;
	line-height: 18px;
}

/* Boxed Design */
#main_wrapper, #header_wrapper {
	position: relative;
	margin: auto;
	padding: 0 !important;
}

#header_wrapper {
	margin-top: 20px;
}

#main_wrapper {
	margin-top: 30px;
}

#header_wrapper {
	/*z-index: 2147483649;*/
	z-index: 0 !important;
}

.nativendo-overlay + .nativendo-wrapper + #header_wrapper {
	z-index: 199 !important;
}

.modal-backdrop {
	/*z-index: 2147483648;*/
}

#main_wrapper {
	z-index: 1038;
}

#header_wrapper.nav-affix {
	padding-top: 39px !important;
}
nav, header, main, footer {
	position: relative;
	z-index: 1;
}

/* Navbar Affix */
nav {
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	padding: 0 !important;
	overflow: hidden;
}

nav.affix {
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0 !important;
}

/* header Styling */
#header_wrapper {
	background-color: #019ddd;
	background-image: url('/img/bg_headphones_home_100.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: white !important;
}

#header_wrapper small a {
	color: white;
	text-decoration: underline;
}

body.page_main #header_wrapper {
	background-image: url('/img/bg_headphones_home_50.jpg');
}

#header_wrapper > #brand {
	z-index: 300;
	position: absolute;
	left: 40px;
	top: 20px;
}

#header_wrapper.nav-affix #secondary_brand {
	display: block;
}

#secondary_brand {
	float: right;
	padding-top: 5px;
	display: none;
	height: 32px;
}

#secondary_brand > img {
	height: 30px
}

/* Header Wrapper Brand-Image Media Switch :: 991 || 1199 */
@media (max-width: 991px) {
	#header_wrapper > #brand {
		left: 20px;
		width: 170px;
	}
	#header_wrapper > #brand > img {
		width: 170px;
	}
}

#header_wrapper > div.spacer {
	z-index: 100;
	color: white;
	background-color: rgba(255,255,255,.5);
	height: 157px;
}

#header_wrapper #language_selector {
	width: 100%;
	z-index: 200;
	right: 10px;
	height: 39px;
	line-height: 39px;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#header_wrapper #language_selector > div {
	position: absolute;
	right: 0;
	margin-top: 18px;
	margin-right: 10px;
}
#header_wrapper #language_selector > div > a > .lang {
	display: inline-block;
	top: 18px;
	width: 42px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center -94px;
}
#header_wrapper #language_selector > div > a > .lang.lang_de {
	background-image: url(../img/language_de.png);
}
#header_wrapper #language_selector > div > a > .lang.lang_en {
	background-image: url(../img/language_en.png);
}
#header_wrapper #language_selector > div > a > .lang.lang_es {
	background-image: url(../img/language_es.png);
}
#header_wrapper #language_selector > div > a > .lang:hover {
	background-position: center -47px;
}
#header_wrapper #language_selector > div > a > .lang.active,
#header_wrapper #language_selector > div > a > .lang.active:hover {
	background-position: center 0;
}

/* Header Navbar Fixes */
nav ul.nav {
	position: relative;
	background-color: rgba(0, 0, 0, .5);
}

nav.affix ul.nav {
	background-color: rgba(0, 0, 0, .9);
}

/* Navbar Tweaks */
nav ul.nav > li > a {
	position: relative;
	border-radius: 0;
	color: white;
	padding: 10px;
}

#nav_charts, #nav_support {
	display: none;
}

nav ul.nav > li:hover > a {
	background-color: rgba(255,255,255,.25);
}

nav ul.nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 0;
}

nav ul.nav > li:hover > .dropdown-menu {
	display: block;
}

nav ul.nav > li > a:focus,
nav ul.nav > li > a:active {
	color: white;
	background-color: transparent;
	border-color: transparent;
}

nav ul.nav > li > a.active:after {
	content: ' ';
	width: 100%;
	height: 4px;
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media (min-width: 768px) {
	nav.affix ul.nav > li > a.active:after {
		top: 0;
	}
}

#page-nav-primary-control {
	height: 39px;
	line-height: 39px;
	padding-left: 10px;
	padding-right: 10px;
	color: white !important;
	cursor: pointer;
	text-decoration: none !important;
	font-size: 1.2em;
}
#page-nav-primary-control:hover {
	background-color: rgba(255,255,255,.25);
}

@media (max-width: 767px) {
	#page-nav-primary-container {
		background-color: rgba(1, 157, 221, 1);
	}
	nav.affix > #page-nav-primary-container {
		background-color: rgba(1, 157, 221, 1);
	}
	nav {
		overflow: visible;
		z-index: 1040;
	}
	nav ul.nav {
		position: absolute !important;
		top: 39px;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-color: black;
		margin-left: -15px;
		margin-right: -15px;
		transition-property: height;
		transition-duration: 250ms;
	}
	nav.affix ul.nav {
		background-color: black;
	}
	nav ul.nav.open {
		height: auto;
	}
	nav ul.nav > li {
		margin: 0;
		width: 100%;
	}
	.btn.inline-button {
		width: 100%;
	}
	.btn.inline-button + .btn.inline-button {
		margin-top: 1em;
	}
}
@media (min-width: 768px) {
	nav ul.nav:before,
	nav ul.nav:after {
		content: '';
		position: absolute;
		display: block;
		width: 400%;
		height: 100%;
		background-color: rgba(1, 157, 221, 1);
	}

	nav ul.nav:before {
		right: 100%;
	}

	nav ul.nav:after {
		left: 100%;
	}

	nav.affix ul.nav:before,
	nav.affix ul.nav:after {
		background-color: rgba(1, 157, 221, 1);
	}

	#secondary_brand {
		position: absolute;
		float: left;
		margin-left: 20px;
	}
}

/* Main Area and Footer */
main, footer {
	color: #3c3c3c;
}

footer {
	font-size: 8pt;
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
}

#footer_popin {
	padding-top: 1em;
	background-color: white;
	position: fixed;
	width: 100%;
	bottom: -100%;
	border-top: 1px solid #ccc;
	z-index: 2147483650;

	transition-property: top, bottom;
	transition-duration: 1000ms;
}
#footer_popin.in {
	bottom: 0;
}
#footer_popin_close {
	position: absolute;
	top: .5em;
	right: .5em;
	cursor: pointer;
}
#footer_popin_close:hover {
	color: #ad0b1e;
}

main .nav-pills>li {
	margin: 0;
}

main .nav-pills>li.active>a,
main .nav-pills>li.active>a:focus,
main .nav-pills>li.active>a:hover {
	background-color: #019ddd;
}

@media (min-width: 768px) {
	main .nav-pills > li > a {
		border-radius: 0;
	}

	main .nav-pills > li:first-child > a {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}

	main .nav-pills > li:last-child > a {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

main .nav-pills>li>a {
	background-color: rgba(1, 157, 221, .5);
	color: white;
}

main .nav-pills>li>a:hover {
	background-color: rgba(1, 157, 221, .9);
}

/* Row Spacing */
.row.block-row,
div.block-col {
	padding: 15px;
}

.advert-col {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.advert-col > div {
	margin: auto !important;
}

.block-row > .block-row-image-wrapper {
	position: relative;
	margin-top:-15px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom: 15px;
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
	background-color: #019ddd;
}
.block-row > .block-row-image-wrapper.left {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	border-top-right-radius: 0;
}
.block-row > .block-row-image-wrapper.right {
	margin-left: 0;
	margin-right: -30px;
	margin-bottom: -15px;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	border-top-left-radius: 0;
}
.block-row > .block-row-image-wrapper.right,
.block-row > .block-row-text.right,
.block-row > .block-row-image-wrapper.left,
.block-row > .block-row-text.left {
	float: left;
	width: 50%;
}
.block-row > .block-row-image-wrapper.right {
	width: 50%;
}
.block-row > .block-row-text.right {
	width: 50%;
}
.block-row > .block-row-image-wrapper > .block-row-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/bg_headphones_home_100.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: inherit;
}

.block-row-image-float {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-right: -15px;
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.block-row > .block-row-image-wrapper.left {
	margin-right: 0;
	margin-bottom: -15px;
}
.block-row > .block-row-image-wrapper,
.block-row > .block-row-image-wrapper > .block-row-image {
	height: 150px;
}
.block-row > .block-row-image-wrapper.left,
.block-row > .block-row-image-wrapper.left > .block-row-image {
	height: 310px;
}
.block-row > .block-row-image-wrapper.right,
.block-row > .block-row-image-wrapper.right > .block-row-image {
	height: 300px;
}

.block-row > .block-row-text {
	height: 130px;
}
.block-row > .block-row-text.left {
	margin-left: 15px;
	height: 280px;
}
.block-row > .block-row-text.right {
	margin-right: 15px;
	height: 270px;
}

#header_wrapper > .row + .row {
	margin-top: 40px;
}

#header_wrapper > .row:last-child:not(:first-child) {
	margin-bottom: 40px;
}

main > .row,
#header_wrapper {
	border-radius: 4px;
}

#header_wrapper > .omega,
#header_wrapper > .omega > div:last-child {
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}


header > .row + .row,
header > .row > div > .row + .row,
main > .row + .row,
main > .row > div > .row + .row {
	margin-top: 20px;
}

header .row.bg-full,
header .row.bg-half,
main .row.bg-full,
main .row.bg-half {
	padding-top: 15px;
	padding-bottom: 15px;
}

main .row.bg-full,
div.bg-full {
	background-color: white;
	border-radius: 4px;
}
main .row.bg-half,
div.bg-half {
	background-color: #f3f3f3;
	border-radius: 4px;
}

#header_wrapper .bg-full,
#header_wrapper .bg-half {
	background-color: rgba(0,0,0,.5)
}

.bg-red {
	background-image: linear-gradient(to bottom, rgba(1, 157, 221, .5) 0%, rgba(1, 157, 221, 1) 100%);
}

main > .row:last-child:not(:first-child),
main > .row > div > .row:last-child:not(:first-child) {
	margin-bottom: 20px;
}

/* Buttons & Related Elements */
button.spaced-button, a.btn.spaced-button {
	margin-top: 4px;
	margin-right: 4px;
}

button.btn-primary,
a.btn.btn-primary {
	border-color: #27b2eb;
	background-color: #019ddd;
}

button.has-error,
a.btn.has-error {
	border-color: #a94442;
}
a.btn.btn-primary:hover,
a.btn.btn-primary.hover,
a.btn.btn-primary:active,
a.btn.btn-primary.active,
a.btn.btn-primary:focus,
a.btn.btn-primary.focus,
button.btn-primary:hover,
button.btn-primary.hover,
button.btn-primary:active,
button.btn-primary.active,
button.btn-primary:focus,
button.btn-primary.focus {
	border-color: #019ddd;
	background-color: #27b2eb;
}

a.btn.btn-primary:active:focus,
a.btn.btn-primary.active.focus,
button.btn-primary:active:focus,
button.btn-primary.active.focus {
	border-color: #27b2eb;
	background-color: #18a5df;
}

a {
	color: #019ddd;
}

a:hover, a:focus {
	color: #27b2eb;
}

/* Text Modifications */
span.big {
	font-size: 2em;
}
span.extra-big {
	font-size: 4em;
}

@keyframes spinning {
	0%   {
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari */
		transform: rotate(0deg); /* Standard syntax */
	}
	100% {
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari */
		transform: rotate(360deg); /* Standard syntax */
	}
}
span.text-spin {
	-webkit-animation-name: spinning;
	animation-name: spinning;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: linear; /* Chrome, Safari, Opera */
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

/* Enhanced Form Elements */
div.dropdown.pseudo-select {
	width: 100%;
}
div.dropdown.pseudo-select > button,
div.dropdown.pseudo-select > ul {
	width: 100%;
}

div.dropdown.pseudo-select > button {
	text-align: left;
}

li.dropdown-header {
	font-size: 14px;
	font-weight: bold;
}

li.dropdown-nogroup > a,
li.dropdown-header {
	padding-left: 8px;
}

label.inline-label {
	line-height: 34px;
	margin-bottom: 0;
}

/* Stepper */
.row.steps > div > .glyphicon.extra-big {
	display: inline-block;
	width: 2em;
	background-color: white;
}

.row.steps > div:before {
	content: ' ';
	width: 100%;
	height: .5em;
	background-color: #eee;
	position: absolute;
	top: 2em;
	left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	.row.steps-md > div:first-child:before,
	.row.steps-lg > div:first-child:before {
		width: 50%;
		left: 50%;
	}
	.row.steps-md > div:last-child:before,
	.row.steps-lg > div:last-child:before {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.row.steps-sm > div:first-child:before,
	.row.steps-md > div:first-child:before,
	.row.steps-lg > div:first-child:before {
		width: 50%;
		left: 50%;
	}
	.row.steps-sm > div:last-child:before,
	.row.steps-md > div:last-child:before,
	.row.steps-lg > div:last-child:before {
		width: 50%;
	}
}

/* InView Effects */
.inview-fade {
	transition-property: opacity;
	transition-duration: 500ms;
}

.inview.inview-fade {
	opacity: 0;
}

.inview-fade {
	opacity: 1;
}

/* Image Icons */
span.icon16 {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

span.icon16.inactive {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

span.icon16.de {
	background-image: url(/img/de_16.png);
}

span.icon16.es {
	background-image: url(/img/es_16.png);
}

span.icon16.gb {
	background-image: url(/img/gb_16.png);
}

span.icon16.us {
	background-image: url(/img/us_16.png);
}

a.social_facebook,
a.social_twitter {
	display: inline-block;
	text-decoration: none !important;
	height: 33px;
	width: 33px;
	background-position: center center;
	background-repeat: no-repeat;
}
a.social_twitter {
	background-image: url(/img/twitter.png);
}
a.social_facebook {
	background-image: url(/img/facebook.png);
}

/* Cloud Storage */
.btn-cloud, .dropbox-dropin-btn {
	box-shadow: none !important;
	background-color: #ededed !important;
	background-image: -webkit-linear-gradient(top,#f5f5f5,#e6e6e6) !important;
	background-image: -moz-linear-gradient(top,#f5f5f5,#e6e6e6) !important;
	background-image: -ms-linear-gradient(top,#f5f5f5,#e6e6e6) !important;
	background-image: -o-linear-gradient(top,#f5f5f5,#e6e6e6) !important;
	background-image: linear-gradient(top,#f5f5f5,#e6e6e6) !important;
	border: 1px solid #c6c6c6 !important;
	color: #333333 !important;

	font-size: 11px !important;
	padding: 6px 10px 5px !important;
	line-height: 1.5 !important;
	font-weight: normal !important;
	font-family: inherit !important;
}
.btn-cloud {
	height: 29px !important;
}
.dropbox-dropin-btn {
	height: 16px !important;
}

.btn-cloud.btn-success, .btn-cloud.btn-success:hover {
	color: #fff !important;
	background-color: #515151 !important;
	background-image: -webkit-linear-gradient(top,#656565,#3d3d3d) !important;
	background-image: -moz-linear-gradient(top,#656565,#3d3d3d) !important;
	background-image: -ms-linear-gradient(top,#656565,#3d3d3d) !important;
	background-image: -o-linear-gradient(top,#656565,#3d3d3d) !important;
	background-image: linear-gradient(top,#656565,#3d3d3d) !important;
	border-color: #3d3d3d !important;
}

.btn-cloud:hover, .dropbox-dropin-btn:hover {
	background-color: #e8e8e8 !important;
	background-image: -webkit-linear-gradient(top,#f0f0f0,#e1e1e1) !important;
	background-image: -moz-linear-gradient(top,#f0f0f0,#e1e1e1) !important;
	background-image: -ms-linear-gradient(top,#f0f0f0,#e1e1e1) !important;
	background-image: -o-linear-gradient(top,#f0f0f0,#e1e1e1) !important;
	background-image: linear-gradient(top,#f0f0f0,#e1e1e1) !important;
	border-color: #c6c6c6 !important;
}

.btn-cloud img, .dropbox-dropin-btn img {
	width: 16px;
}

/* Debugger */
#debugger {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.1);
}

.cloud_save_wrapper {
	margin-top: 1em;
	display: none;
	margin-bottom: 0;
	padding: 1em;
	float: right;
}

.cloud_save_button_wrapper {
	position: relative;
	float: left;
	margin-right: .25em;
}

.cloud_save_button_wrapper:last-child {
	margin-right: 0;
}

@media (max-width: 767px) {
	.cloud_save_wrapper {
		float: left;
		width: 100%;
	}
	.cloud_save_button_wrapper {
		float: left;
	}
}

/* fixed height / width blocks */

div.col-w728 {
	max-width: 728px;
	margin: auto;
}

div.col-h90 {
	height: 90px;
}