

body,td,th {
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C0392B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C0392B;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #C0392B;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #C0392B;
}

::selection {
    color: #fff; 
    background: #C0392B;
}

.navCon {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 0 5px 0 #333333;
	box-shadow: 0 0 5px 0 #333333;
	z-index: 999;
}
.navLogo {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 240px;
	height: 60px;
	cursor: pointer;
}
.navBtn {
	position: fixed;
	top: 0px;
	left: 50%;
	width: auto;
	height: 60px;
	color: #222222;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navBtn:hover {
	color: #C0392B;
}
#nav-Ico {
	-webkit-box-shadow: 0 0 1px 0 #bcbcbc;
	box-shadow: 0 0 1px 0 #bcbcbc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 5px !important;
}
#nav-Btn-01 {
	margin-left: -250px;	
}
#nav-Btn-02 {
	margin-left: -150px;	
}
#nav-Btn-03 {
	margin-left: -50px;	
}
#nav-Btn-04 {
	margin-left: 50px;	
}


.conHeadline {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: auto;
	color: #222222;
	border-bottom: double #000000;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	z-index: 2;
}
.conHeader {
	position: relative;
	background-image: url(../img/bg-0.jpg);
	background-attachment: fixed;
	background-size: cover;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 550px;
	z-index: 2;
}
.conStore {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 700px;
	z-index: 2;
}
.conStoreframe {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	max-width: 1000px;
	height: 600px;
	z-index: 2;
}
.conVideo {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 700px;
	z-index: 2;
}
.conVideoFrame {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	max-width: 1000px;
	height: 600px;
	z-index: 2;
}

.conContact {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	height: 700px;
	z-index: 2;
}
.contactContent {
	position: absolute;
	top: 140px;
	left: 0px;
	width: 100%;
	max-width: 1000px;
	height: 500px;
	z-index: 2;
}
.conFooter {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #222;
	width: 100p%;
	height: 30px;
	z-index: 2;
}
.footerContent {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	max-width: 1000px;
	height: 20px;
	color: #fff;
	padding: 5px;
	line-height: 18px;
	text-align: left;
	font-size: 10px;
	text-transform: none;
	font-family: 'Oswald', sans-serif;
	z-index: 2;
}





label {
    display: inline-block;
    width: 11%;
    text-align: right;
    margin-top: 10px;
    margin-right: 4%;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
	font-family: 'Oswald', sans-serif;
}
.input {
    display: inline-block;
    width: 80%;
}
input[type="text"], input[type="password"] {
    height: 30px;
    padding: 0px 5px;
}
input[type="text"], input[type="password"], textarea {
    margin: 10px 0px;
}
.input input, .input textarea {
    border: 1px solid #101010;
	font-family: 'Oswald', sans-serif;
}
.input input {
    width: 70%;
}
.input input, .input textarea {
    border: 1px solid #101010;
    font-family: 'Oswald', sans-serif;
}
.input textarea {
    width: 90%;
}
textarea {
    padding: 5px;
    height: 150px;
    width: 70%;
}
input[type="submit"] {
    padding: 5px 10px;
    cursor: pointer;
    border: none !important;
    background-color: #222;
    color: #fff !important;
    float: right;
    margin-right: 10%;
    font-weight: bold;
}
.hidden {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    text-indent: -9999px;
    height: 0px !important;
    line-height: 0 !important;
    visibility: hidden;
    border: 0px none;
    display: block;
}
#resultatAjax {
	font-family: 'Oswald', sans-serif;
}

.socialWidget {
    position: fixed;
	right: 0px;
	top: 35%;
	width: 48px;
	height: auto;
	overflow: hidden;
	z-index: 3;	
}
.socialBtn {
    position: fixed;
	right: 0px;
	width: 48px;
	height: 48px;
	overflow: visible;	
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-o-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.socialBtn:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}





#em {
	top: 96px;
	background-image:url(../img/sb3_mail.png);
	background-color: #000;
}
#applemusic {
	top: 144px;
	background-image:url(../img/applemusic.png);
}
#soundclick {
	top: 192px;
	background-image:url(../img/soundclick2.png);
	background-color: #000;
}
#airbit {
	top: 240px;
	background-image:url(../img/airbit4.jpg);
}
#soundcloud {
	top: 288px;
	background-image:url(../img/soundcloud.jpg);
}
#spotify {
	top: 336px;
	background-image:url(../img/spotify.jpg);
}
#youtube {
	top: 384px;
	background-image:url(../img/youtube.png);
}
