/*  fonty */
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('lato-v23-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('lato-v23-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato-v23-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('lato-v23-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato-v23-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('lato-v23-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('lato-v23-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato-v23-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato-v23-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('lato-v23-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato-v23-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}






/* Page */

body {
	background-color:#e7d4b3;
	background-image:url(../gfx/bg.png);
	background-repeat:repeat-x;
	background-position:top center;
	margin: 0px;
}

body,td,th {
	font-family: 'Lato', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#000000;
}

body img {
	border:none;
}

a:link {
	color:#ac4581;
	text-decoration: none;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color:#ac4581;
}

a:hover {
	text-decoration: underline;
	color:#000;
}

a:active {
	color:#ac4581;
	text-decoration: none;
}






/* containers ----------------------------------------------- */

#page {
	background-image:url(../gfx/bg_main.png);
	background-repeat:repeat-x;
	background-position:top center;
	min-width:960px;
	position:relative;
}

.margin {
	width:960px;
	margin:0 auto;
}








/* top ----------------------------------------------- */

#top {
	position:relative;
	padding-top:0px;
	position:relative;
	height:556px;
}

#menu {
	position:absolute;
	height:50px;
	overflow:hidden;
	top:100px;
	right:2px;
	text-transform:uppercase;
	z-index:2000;
	text-align:right;
}


#menu2 {
	position:absolute;
	height:50px;
	top:140px;
	left:2px;
	text-transform:uppercase;
	z-index:2000;
	text-align:right;
}

#logo {
	position:absolute;
	top:40px;
	left:10px;
}

#logo img {
	width:200px;
}

#mobile_menu, #logo_mobile, #banner_left_mobile {
	display:none;
}



#info {
	position:absolute;
	top:40px;
	right:10px;
	text-align:right;
	color:#aaaeb1;
	font-size:13px;
}

#info a {
	color:#aaaeb1;
}

#info span {
	font-weight:bold;
	text-transform:uppercase;
	font-size:22px;
}

#banner {
	position:absolute;
	background-image:url(../gfx/banner.png);
	background-repeat:no-repeat;
	top:231px;
	right:0px;
	width:960px;
	height:325px;
	overflow:hidden;
}

#slider {
	position:relative;
	float:right;
	width:650px;
	height:290px;
}

#banner_left {
	float:left;
	width:270px;
	padding-top:25px;
	padding-left:25px;
	padding-right:10px;
	overflow:hidden;
	color:#fff;
	font-size:17px;
}

#banner_left span {
	font-size:28px;
}

#banner_left p {
	margin-bottom:30px;
}







/* content ----------------------------------------------- */

#content {
	position:relative;
	background:#f1e6d3;
	color:#3b3021;
	font-size:15px;
	line-height:23px;
	width:100%;
}

#content_text {
	margin:0 auto;
	padding-bottom:70px;
}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-top:0px;
}

#content h1, #content h2, #content h3 {
	font-size:24px;
	margin-bottom:20px;
	color:#fb8700;
	font-weight:700;
}

#car_left, #slogan {
	display:none;
}

#text_left {
	position:relative;
	float:left;
	background-image:url(../gfx/column_left_bg.png);
	background-repeat:no-repeat;
	width:270px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:10px;
}

#user {
	position:absolute;
	top:-77px;
	right:0px;
}

#text_left a{
	color:#3b3021;
}

#text_left span {
	font-size:25px;
}

#text_right {
	position:relative;
	float:right;
	width:590px;
	min-height:0px;
	
	padding-top:30px;
	padding-bottom:10px;
	padding-left:30px;
	padding-right:30px;
}


#main_left {
	float:left;
	width:55%;
}

#main_right {
	float:right;
	width:42%;
	font-weight:bold;
	color:#fb8700;
}


#main_left.image_page {
	float:left;
	width:48%;
}

#main_right.image_page {
	float:right;
	width:48%;
}

#main_right h3 {
	font-size:23px;
	color:#903302;
}






/* CONTACT ----------------------------------------------- */

#form {
	margin-left:-5px;
}

form {
	margin-top:0px;
}

form table {
	background:none;
}

form table td{
	background:none;
	padding:5px;
}


#contact_left {
	float:right;
	width:40%;
}

#contact_right {
	float:left;
	width:55%
}

.form_input label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin-top:0px;
	margin-right:17px;
	width:120px;
}

.form_input input {
	display:block;
	box-shadow: inset #c6d7e5 0px 2px 5px;
  border: solid 1px #c6d7e5;
	margin-top:5px;
	padding:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	color:#000;
	margin-right:0px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.form_input textarea {
	display:block;
	box-shadow: inset #c6d7e5 0px 2px 5px;
  border: solid 1px #c6d7e5;
	padding:8px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100px;
	color:#000;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.form_input2 input {
	display:block;
	box-shadow: inset #c6d7e5 0px 2px 5px;
  border: solid 1px #c6d7e5;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:270px;
	margin-bottom:10px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.border_red input , .border_red textarea {
	border:1px solid red;
}


.form_submit input {
	padding:5px 22px 5px 11px;
	margin-top:10px;
	border:none;
	background-color:#4a6f97;
	color:#000;
	float:right;
	font-size:12px;
	font-weight:bold;
}

.form_submit_mail input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
}

#error {
	color:red;
	margin-bottom:20px;
}







/** COUNTER **/

.counter{
	padding-bottom: 10px;
	padding-top:20px;
	
	}

#text_left .counter h3{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	}

.counter tr{
	border-bottom: 1px solid #999;
	}

.counter tr td.first{
	padding:2px 0px 2px 0px;
	width: 100px;
	text-align:left;
	font-size:13px;
	}
	
.counter tr td.last{
	padding:2px 0px 2px 0px;
	width: 120px;
	text-align:right;
	font-size:13px;
	}	

.counter-number{
	color: #fb8700;
	font-size:13px;
	}
	
	
#text_left .counter span {
	font-size:13px;
}








/* footer ----------------------------------------------- */

#footer {
	background-image:url(../gfx/bg_footer.png);
	background-repeat:repeat-x;
	background-position:top center;
	padding-top:1px;
	min-width:960px;
	height:190px;
	color:#000;
	font-size:13px;
	z-index:2000;
	position:relative;
}

#footer .margin {
	background-image:url(../gfx/bg_footer2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:190px;
}

#footer a, #footer a:hover {
	color:#000;
}

#footer .car_left {
	float:left;
	margin-top:-80px;
	margin-left:10px;
}
#footer .car_right {
	float:right;
	margin-top:-100px;
	margin-right:10px;
}

#footer .right {
	float:right;
	margin-top:40px;
	margin-right:0px;
}

#footer .copyright {
	float:left;
	padding-top:70px;
	margin-top:20px;
	font-size:12px;
}

#footer .copyright span {
	margin-right:50px;
}







/* classes ----------------------------------------------- */


.line_footer {
	background-image:url(../gfx/bg_line.png);
	height:2px;
	margin-top:25px;
	margin-bottom:15px;
}

.clear {
	clear:both;
}

.space {
	height:25px;
	clear:both;
}

.line {
	background-color:#ccc;
	height:1px;
	margin-top:12px;
	margin-bottom:12px;
	clear:both;
}


.pea_cook_wrapper {
    position: fixed;
    padding: 8px 21px;
    margin: 0;
    border-radius: 5px;
    z-index: 10000;
	text-align: center;
}

.pea_cook_control {
	width:80%;
    padding: 8px 21px;
    margin: 20px auto;
    border-radius: 5px;
    z-index: 10000;
	text-align: center;
	color:white;
}

.eu_control_btn {
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	cursor:pointer;
	margin: 10px;
}

.pea_cook_wrapper.pea_cook_topleft {
    top:30px;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_topright {
    top:30px;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_topcenter {
    top:30px;
    left:30px;
	margin: 0 25%;
}
.pea_cook_wrapper.pea_cook_bottomleft {
    bottom:30px;
    left:30px;
	margin-right:5%;
}
.pea_cook_wrapper.pea_cook_bottomright {
    bottom:30px;
    right:30px;
	margin-left:5%;
}
.pea_cook_wrapper.pea_cook_bottomcenter {
    bottom:30px;
    left:30px;
	margin: 0 25%;
}

.pea_cook_wrapper p{
    bottom: 30px;
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-size: 11px;
    margin: 0;
    font-weight: bold;

}
.pea_cook_wrapper a {
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.pea_cook_wrapper a:hover {
    text-decoration: none;
    border-bottom-style: solid;
}


a#fom, a#pea_close {border-bottom: 1px dotted;}

a#pea_close {
padding-top: 20px;
display: block;
}


button.pea_cook_btn {
  background: #e3e3e3;
  border: 1px solid #bbb;
  border-radius: 5px;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 5px 0;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 100px; 
  margin-left: 20px;
}

  button.pea_cook_btn:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; }

  button.pea_cook_btn:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }


.pea_cook_more_info_popover {
    display:none;
    position: absolute;
    top: 0;
    z-index: 1000000;
    height: 80%;
    width: 100%;
    left: 0;
}
.pea_cook_more_info_popover_inner {
    margin: 40px auto;
    min-width: 50%;
    min-height: 200px;
    padding: 50px;
    max-width:60%;
   background-color: rgba(0,0,0,0.75);
    /* For IE 5.5 - 7*/
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";    
}
.pea_cook_more_info_popover_inner a {
    border-bottom: dotted thin #eee;
    text-decoration: none;
}
.pea_cook_more_info_popover_inner a:hover {
    text-decoration: none;
    border-bottom-style: solid;
    color: #ddd;
}

.pea_cook_more_info_popover h2{
    font-size: 22px;
    font-weight: bold;
}
.pea_cook_more_info_popover h3{
    font-size: 22px;  font-weight: bold;
}
.eucookie {
	float:left;
	border-radius: 5px;
	transition: background 0.5s;
	margin: 10px;
}
.eucookie:hover {
	cursor: pointer;
	background-position: -20px -10px!important;
	transition: background 0.5s;
}
.eucookie span {
	width: 100%;
	padding: 10px;
	text-align: center;
	float:left;
}