/* MAIN */
.onlymobile {
	display:none;
}
.onlyweb {
	display:;
}
body {
	background-color:#f1f1f1;
	margin:0;
	padding:0;
	font-family: 'Dosis', sans-serif;
	font-size:14px;
	text-align:center;
	color:#4c4c4c;
	font-weight:300;
}
img {
	border:none;
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#2d3130;
}
a:hover {
	text-decoration:underline;
}
p {
	padding:0 0 20px 0;
	margin:0;
}
h1, h2, h3 {
	color:#333;
	padding:2px 0;
	margin:2px 0;
}
h1 {
	font-size:1.5em; 
}
h2 {
	font-size:1.2em; 
}
h3 {
	font-size:1.1em; 
}
.breaker {
	clear:both;
	font: 1px 'Monotype',sans-serif;
	line-height: 1px;
	width: 1px;
	height: 1px;
	zoom: 1;
}
.spacer {
	height:10px;
}
.spacer2 {
	height:25px;
}
.hr {
	padding:5px 0;
	height:1px background-color:#ccc;
	border-bottom:1px solid #ccc;
	width:100%;
}
.left {
	float:left;
	text-align:left;
}
.right {
	float:right;
	text-align:right;
}
small {
	color:#666;
}

.okBox {
	text-align:center;
	padding:10px;
	color:#390;
	background-color:#f9fff0;
	border:2px solid #390;
	margin:5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.errorBox {
	text-align:center;
	padding:5px;
	color:#c00;
	background-color:#fff7f0;
	border:2px solid #c00;
	margin:10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
ul.errors {
	min-width:300px;
	max-width:600px;
	color:#f00;
	text-align:left;
	margin:0 auto;
	padding:10px;
}
ul.errors a {
	color:#f00;
	text-decoration:underline;
}

/* xParts */
.contentBox {
	width:96%;
	max-width:1040px;
	padding:0 2%;
	margin:0 auto;
}
.btn {
	background-color:#be7736;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:2px;
	min-width:186px;
	padding:20px 20px;
	display:inline-block;
	font-weight:500;
	overflow:hidden;
	position:relative;
	z-index:100;
	text-shadow:none;
}
.btn:hover {
	background-color:#9d622d;
	text-decoration:none;
}

.messageTitle {
	font-size:3.2em;
	padding:90px 0 0 0;
}
.message {
	font-size:1.3em;
	line-height:28px;
	padding:30px 0;
}
.arrow {
	display:inline-block;
	width:34px;
	height:72px;
	background:transparent url('../i/arrows.png') top left no-repeat;
}
.arrow:hover {
	background-position:bottom left;
}
.arrowRight {
	background-position:top right;
}
.arrowRight:hover {
	background-position:bottom right;
}
.title {
	font-size:1.7em;
	display:block;
	padding-bottom:12px;
}

/* CONTENT */
#page {
	background-color:#fff;
}
#head {
	background:#3F342E url('../i/bg_headn.jpg') center 100% no-repeat;
	background-size:cover;
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
	color:#eee;
}
@media screen and (max-width: 1500px) {
	#head {
		background-size:auto;
	}
}
#head .contentBox {
	padding-top:30px;
	position:relative;
	z-index:2;
}
#head .logo {
	float:left;
}
#head .menu {
	float:right;
	margin-top:5px;
}
#head .menu a {
	text-transform:uppercase;
	padding:10px 10px;
	margin:0 1px;
	color:#fff;
	font-size:1em;
}
#head .menu a.active {
	background:#1b3161;
}
#head .menu a:hover {
	color:#bdff28;
	text-decoration:none;
}

#head .messageTitle {
	font-size:4.6em;
	line-height:1em;
	color:#fff;
	padding:240px 50px 0 50px;
}
#head .message {
	color:#eee;
}
#head .lightMessageBox {
	margin:170px 0 0 0;
	padding:20px;
}
@media screen and (max-width: 800px) {
	#head .lightMessageBox {
		text-shadow:1px 1px #000;
	}
}


#head .messageTitle {
	padding:0 50px 0 50px;
	color:#eee;
}

#scr .arrowLeft {
	float:left;
	margin:22% 5% 0 0;
}
#scr .arrowRight {
	float:right;
	margin:22% 0 0 5%;
}
#scr .scrItems {
	background-color:#9D622D;
	padding:0;
	max-width:858px;
	margin:0 auto;
	border:1px solid #cbcbcb;
	border-radius:2px;
	overflow:hidden;
	transition: margin-left 2s;
	box-shadow:0 6px 10px rgba(0, 0, 0, 0.3);
}

#scr .scrItems ul {
	float:left;
	list-style:none;
	margin:0 0 -4px 0;
	padding:0;
}
#scr .scrItems ul li {
	float:left;
}
#scr .scrItems ul li img {
	width:100%;
}
#scr .scrDots {
	margin:20px 0 40px;
}
#scr .scrDots span {
	cursor:pointer;
	display:inline-block;
	border:2px solid #ccc;
	border-radius:2px;
	width:7px;
	height:7px;
	margin:3px;
}
#scr .scrDots span.active {
	border:8px double #9b5a20;
	width:0;
	height:0;
	margin:0 2px;
}

#features {
	padding-bottom:150px;
	background:#f5f5f5;
}

#features .featureBox {
	float:left;
	width:50%;
	height:130px;
	line-height:24px;
	padding:70px 0 0 0;
	text-align:right;
	font-size:1.5em;
}
#features .rightFeatureBox {
	text-align:left;
}
#features .iconBox {
	display:inline-block;
	width:230px;
	height:230px;
	text-align:center;
	line-height:130px;
	vertical-align:middle;
	background-clip:padding-box;

	float:left;
	margin:-80px 30px -50px -15px;
}
#features .iconBox img {
	padding-top:32px;
}
#features .leftFeatureBox .iconBox {
	float:right;
	margin:-80px -15px -50px 30px;
}

#footer {
	padding:15px 0;
	background-color:#f1f1f1;
}
#footer .left {
	padding:23px 0;
}
#footer .left a {
	margin:5px 15px 0 0;
}

#footer .right a {
	opacity:0.9;
	width:39px;
	height:39px;
	display:inline-block;
	border-radius:40px;
}
#footer .right a:hover {
	box-shadow:0 0 3px rgba(0, 0, 0, 0.5) inset;
}
#contact {
	padding:0 0 100px 0;
	background:#51473E url('../i/bg_headn.jpg') center bottom no-repeat fixed;
	background-size:cover;
	color:#fff;
}
#contact a {
	color:#eee;
}
#contact .message {
	width:70%;
	margin:0 auto;
	font-size:1.6em;
}
#contact .left {
	width:33%;
}

#vinyl, #cassette {
	padding-bottom:90px;
	border-bottom:1px dotted #ddd;
}

#vinyl .left, #cassette .left {
	width:45%;
	padding:0 2%;
}
#vinyl .left:first-child, #cassette .left:first-child {
	border-right:1px dotted #ddd;
}
#vinyl img, #cassette img {
	float:right;
	border:5px solid #fff;
}

#gallery {
	padding-bottom:100px;
	background: linear-gradient(to bottom, #f7f5f4 0%,#fff 100%);
}
.gallery {
	text-align:left;
	max-height:115px;
	overflow:hidden;
}
.gallery a {
	float:left;
}
.gallery img {
	float:left;
	border:5px solid #fff;
	box-shadow:2px 2px 3px #000;
	border-radius:0 25px 0 25px;
	margin:3px 3px 5px 3px;
	transition: all 0.2s;
	opacity:0.7;
}
.gallery img:hover {
	border-radius:0;
	opacity:1;
}
fieldset {
	border:none;
	background:rgba(0, 0, 0, 0.3);
	width:70%;
	text-align:left;
	margin:0 auto;
}
legend {
	font-size:2em;
	margin-top:40px;
}
label {
	float:left;
	width:20%;
	text-align:right;
	padding:1%;
}
input, textarea {
	border:1px solid #8a7b71;
	background:#423934;
	color:#fff;
	padding:1%;
	border-radius:5px;
}
input:focus, textarea:focus, input:hover, textarea:hover {
	background:#322c27;
	box-shadow:0 0 3px #8a7b71;
}
fieldset .breaker {
	height:10px;
}

#eas {
	display:none;
	background:rgba(255, 255, 255, 0.95);
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1000;
}
#eas .contentBox {
	background:#fff;
	max-width:600px;
	font-size:1.5em;
	padding:20px;
	margin:20px auto;
	border-radius:10px;
	border:1px solid #ccc;
}
#eas .close {
	float:right;
	margin:0 0 -100px -100px;
	position:relative;
	opacity:0.6;
}
#eas .close:hover {
	opacity:1;
}
#eas strong {
	font-weight:500;
}
#easTop {
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	padding:3px 12px 0 12px;
	border-radius:0 0 0 10px;
	transition: all 0.5s;
	z-index:5;
}
#easTop:hover {
	padding-top:10px;
}
.langs {
	float:right;
	margin:-30px 12px;
}
.langs a {
	display:inline-block;
	margin-left:5px;
	opacity:0.6;
}
.langs a img {
	width:30px;
}
.langs a.active {
	opacity:0.9;
}
.langs a:hover {
	opacity:1;
}