@import url(reset.css);
@import url(fonts.css);

h1 {
	font-family: 'PlayfairDisplay-Black';
	font-size: 45px;
	margin: 50px auto;
	text-align: center;
	text-decoration: underline;
}
h1 span {
	display: block;
	font-size: 60px;
}
.recipees {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1120px;
	min-height: 375px;
	margin: 15px auto;
	padding-top: 45px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}  
.recipees figure {
	width: 313px;
	margin: 0 5px;
}   
.recipees figure .recipees-foto {
	display: block;
	width: inherit;
	height: 208px;
	margin: 0 auto;
}
.recipees figure figcaption {
	display: block;
	width: 282px;
	margin: 15px auto 33px;
}
.recipees figure figcaption h4 {
	font-family: JosefinSans-Light;
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	text-align: left;
	line-height: 150%;
	}
.recipees figure figcaption .icon {
	display: block;
}
.recipees figure figcaption .icon p, 
.recipees figure figcaption .icon > img {
	display: inline-block;
	font-family: 'Open Sans';
	color: #555555;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	padding-left: 15px;
}
.recipees figure figcaption .icon p:first-child {
	background: url(../img/Icon/Clock_Icon.png) no-repeat left center;
}
.recipees figure figcaption .icon p:nth-child(3) {
	background: url(../img/Icon/Comment_Icon.png) no-repeat left center;
}
.recipees figure figcaption .icon p:last-child {
	background: url(../img/Icon/View_Icon.png) no-repeat left center;
}
.nombers_wrap {
	display: none;
	position: relative;
	width: 100%;
	height: 100px;
	margin: 15px auto 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.nombers_wrap .nombers {
	position: relative;
	width: 300px;
	height: inherit;
	margin: auto;
	padding: 0 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.nombers_wrap .nombers ul li {
	display: inline-block;
/*	width: 50px;  */
	margin: 0 16px;
	
}
.nombers_wrap .nombers ul li a {
	font-family: JosefinSans-Light;
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
.nombers_wrap .nombers ul li a:hover {
	color: #6b9a9a;
}
.nombers_wrap .nombers .nombers_const {
	width: 315px;
}
.nombers_wrap .nombers .nombers_slids {
	width: calc(10*50px);
}
.nombers_wrap .nombers .nomber_slider {
	width: 390px;
	overflow: hidden;
}  
.nom_sl {
	display: none;   
}  
#numeral_3_6:checked ~ #controls_nomber label:nth-child(7), 
#numeral_4_7:checked ~ #controls_nomber label:nth-child(1), 
#numeral_5_8:checked ~ #controls_nomber label:nth-child(2), 
#numeral_6_9:checked ~ #controls_nomber label:nth-child(3), 
#numeral_7_10:checked ~ #controls_nomber label:nth-child(4), 
#numeral_8_11:checked ~ #controls_nomber label:nth-child(5), 
#numeral_9_12:checked ~ #controls_nomber label:nth-child(6) {
	background: url("../img/Icon/Left Icon.png") no-repeat;
	width: 8px;
	height: 14px;
	display: block;
	position: absolute;   
	top: 45%;
	left: 20px;
	z-index: 100;
}  
#numeral_3_6:checked ~ #controls_nomber label:nth-child(2), 
#numeral_4_7:checked ~ #controls_nomber label:nth-child(3), 
#numeral_5_8:checked ~ #controls_nomber label:nth-child(4), 
#numeral_6_9:checked ~ #controls_nomber label:nth-child(5), 
#numeral_7_10:checked ~ #controls_nomber label:nth-child(6), 
#numeral_8_11:checked ~ #controls_nomber label:nth-child(7), 
#numeral_9_12:checked ~ #controls_nomber label:nth-child(1) {
	background: url("../img/Icon/Right Icon.png") no-repeat;
	width: 8px;
	height: 14px;
	display: block;
	position: absolute;   
	top: 50%;
	right: : 20px;
	z-index: 100;
}  
#numeral_3_6:checked ~ .nombers_slids {
	margin-left: 0;
}
#numeral_4_7:checked ~ .nombers_slids {
	margin-left: -45px;
}
#numeral_5_8:checked ~ .nombers_slids {
	margin-left: -90px;
}
#numeral_6_9:checked ~ .nombers_slids {
	margin-left: -139px;
}
#numeral_7_10:checked ~ .nombers_slids {
	margin-left: -180px;
}
#numeral_8_11:checked ~ .nombers_slids {
	margin-left: -225px;
}
#numeral_9_12:checked ~ .nombers_slids {
	margin-left: -270px;
}

@media (max-width: 576px) {
	h1 {
		font-size: 37px;
	}
	h1 span {
		font-size: 50px;
	}
}