/* Google web fonts - thanks to Google */
@font-face {
font-family: 'roboto_regular';
src: url('../fonts/roboto-regular-webfont.eot');
src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/roboto-regular-webfont.woff') format('woff'),
	 url('../fonts/roboto-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'roboto_bold';
src: url('../fonts/roboto-bold-webfont.eot');
src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/roboto-bold-webfont.woff') format('woff'),
	 url('../fonts/roboto-bold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'rubik';
src: url('../fonts/rubik-medium-webfont.eot');
src: url('../fonts/rubik-medium-webfont.eot?#iefix') format('embedded-opentype'),
	 url('../fonts/rubik-medium-webfont.woff') format('woff'),
	 url('../fonts/rubik-medium-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body {
font-size: 90%;
font-family:"roboto_regular", "Helvetica", "Arial", sans-serif;
color: #d1d1d1;
background-color: #b7153c;
margin: 0 auto;
/*padding: 0 5%;*/
min-width: 320px;
}

/*
COLORS
text 
light d1d1d1
dark text 3c3c3b
dark 376129
red b7153c
*/

* {
color: #2f2f2f;
}

a.rec:hover *,.banners a:hover * {
color: #fff;
}

.rec {
display: inline-block;
padding: 10% 10% 0 10%;
}

/* links */
a {
color:inherit;
text-decoration:none;
}

article p a {
text-decoration:underline;
color: #3c3c3b;
}

a:hover,.active,nav li a:hover {
color: #fff;
}

nav li a {
color: #fff;
font-size: 1.3em;
}

/* texts */
h1,h2,h3,.perex {
font-weight: normal;
color: #3c3c3b;
}

h1 {
font-size: 2.2em;
}

h1.list {
font-size: 1.8em;
margin: 0;
}

article h1 {
font-size: 1.8em;
margin: 30px 0 20px 0;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.6em;
margin: .2em 0;
}

p {
margin-top: 0;
}

/* layout */
.header-box,.data-box,.footer-box {
max-width:1100px;
height: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}

.data-box {
background-color: #3c3c3b;
}

.data-box .col-1-3 * {
color: #d1d1d1;
}

.data-box .col-2-3 {
background-image:url("../images/content-bg.png");
background-position: 50% 50%;
background-repeat: repeat;
background-size: 100%;
background-color: #d1d1d1;
padding-bottom: 2em;
}

.detail .data-box .col-2-3 {
background-image: none;
}

header {
position: relative;
z-index: 2;
padding: 0 5%;
}

header * {
color: #d1d1d1;
}

#jp {

}

#jp img {
width: 100%;
float: left;
margin-bottom: -0.5%;
position: relative;
z-index: 1;
}

.detail #jp img {
width: 55%;
float: right;
}

#logo {
position: absolute;
top: 20%;
left: 0;
width: 66.66%;
z-index: 10;
font-size: 3em;
line-height: 1.1em;
}

#claim {
position: absolute;
bottom: 0;
left: 0;
width: 66.66%;
z-index: 10;
}

#claim span,#soc span {
display: block;
font-size: 1.4em;
line-height: 2.5em;
}

#soc {
position: absolute;
bottom: 0;
right: 0;
width: 33.33%;
z-index: 10;
}

#soc a {
display: block;
float: right;
width: 20%;
margin-left: 1em;
}

#soc span {
text-align: right;
}

#soc svg:hover path,#soc svg:hover polygon {
    fill: #3c3c3b;
}

footer svg:hover path,footer svg:hover polygon {
    fill: #fff;
}

.data {
position: relative;
z-index: 2;
padding: 0 5%;
}

footer {
position: relative;
z-index: 2;
padding: 0 5%;
}

.footer-box {
background-color: #3c3c3b;
}

footer * {
color: #d1d1d1;
}

footer svg {
width: 20%;
margin-right: 5%; 
}

.copy  {
padding: 15px 0;
text-align: center;
}

.copy * {
font-size: 10px;
}

/* columns */
.col-2 {
position: relative;
float: left;
width: 50%;
}

.col-3 {
position: relative;
float: left;
width: 33.33%;
}

.col-4 {
position: relative;
float: left;
width: 25%;
}

.col-1-3 {
position: relative;
float: left;
width: 33.33%;
}

.col-2-3 {
position: relative;
float: left;
width: 66.66%;
}

article {
margin-bottom: 20px;
padding: 5%;
}

article .btn {
float: right;
}

article sup,article sub {
font-size: .7em;
}

article h2 {
display: block;
font-size: 2.5em;
padding: 5px 10px 20px 0;
margin: 0;
}

article .pcs-left {
width: 47%;
margin-right: 4%; /*left*/
float: left; /*right*/
}

img {
border: 0;
width: 100%;
}

/* pcs */
.pcs-box {
}

.gallery .pcs-box {
}

.pcs-box img {
width: 100%;
float: left;
}

/* globals */
.right {
text-align: right;
}

.center {
text-align: center;
}

.to-right {
float: right;
}

.cl {
clear: both;
}
    
.hide {
display: none;
}

.facebook,.twitter {
    background-image: url("../images/facebook.png");
    height: 51px;
    top: 290px;
    width: 52px;
    display: block;
    right: 0;
    position: fixed;
    z-index: 9999;
}

.twitter {
    background-image: url("../images/twitter.png");
    top: 360px;
}

.instagram {
    background-image: url("../images/instagram.png");
    top: 430px;
}

.btn {
display: inline-block;
text-align: center;
background-color: #3c3c3b;
color: #fff;
font-size: 1.3em;
margin: 10px 5px 10px 2em;
padding: 5px 10px;
}

.btn:hover {
color: #3c3c3b;
background-color: #fff;
}

#cookieWarnBox .text .btn {
display: inline-block;
background-color: #376129;
color: #fff;
}

#cookieWarnBox * {
color: #82bb25;
}

body #cookieWarnBox {
   padding: 0;
}

/* responsive */ 

.mobile-hide {
display: block;
}
	    
.mobile-display,.mobile-nav {
display: none;
}

.parallax {
	position: absolute;
	top: 25%;
	z-index: 1;
	display: block;
	margin: 0 auto;
	height: 80vh;
	width: 100vw;
}
.one {
	background-image: url('../images/par-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
}
.sec {
	background-image: url('../images/par2-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
	position: fixed;
	height: 60vh;
	top: auto;
    bottom: 0px;
}

@media screen and (min-width: 1400px) {
	body {
		font-size: 90%;
	}
}

@media screen and (max-width: 1400px) {
	.scroll-header .header-box {
		width: auto;
	}
}

@media screen and (max-width: 1200px) {
	body {
		font-size: 90%;
	}
}

@media screen and (max-width: 1100px) {
	body {
		font-size: 88%;
	}
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 85%;
	}
}

@media screen and (max-width: 900px) {
	body {
		font-size: 80%;
	}
	
	.col-3 {
		width: 49%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 75%;
	}
}

@media screen and (max-width: 700px) {
	body {
		font-size: 80%;
	}
	
	.data,footer {
		padding: 0;
	}
	
	#claim h1 {
		display: none;
	}
	
	.col-2,.col-3,.col-4,.col-2-3,.col-1-3,.col-3-4 {
		width: 100%;
	}
	
	.data-box .col-2-3 {
		background-image: none;
	}
	
	.rec {
		padding: 5%;
	}
	
	.col-3 {
		border-right: none;
	}
}