@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext);

body{
	margin:0px;
	font-family: 'Roboto', sans-serif;
	color:#464646;
	font-weight:300;
	font-size:16px;
	line-height:24px;
}

a{
	text-decoration:none;
	font-weight:600;
	color:#000;
}

.clear{
	clear:both;
}

a.button_down{
	position:absolute;
	z-index:88888;
	bottom:0px;
	left:48.542%;
}

a.button_back{
	width:153px;
	height:36px;
	padding-right:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_back_bg.jpg);
	color:#FFF;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}

a.button_back_small{
	width:86px;
	height:36px;
	padding-right:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_back_small_bg.jpg);
	color:#FFF;
	text-align:right;
	font-size:15px;
	font-weight:bold;
}

a.button_forward_small{
	width:144px;
	height:36px;
	padding-left:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_forward_small_bg.jpg);
	color:#FFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

a.button_forward_big{
	width:171px;
	height:36px;
	padding-left:8px;
	display:block;
	line-height:36px;
	background-image:url(/images/button_forward_big_bg.jpg);
	color:#FFF;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}

.menu_container_floating{
	position:fixed !important;
	width:100%;
	top:0px;
	z-index:99999;
	background-color:#FFF !important;
	padding-bottom:2px;
}

.main{
	width:1100px;
	margin:auto;
}

.main_menu{
	height:60px;
	z-index:99997;
	background-color:#fff;
	width:100%;
	position:fixed;
	top:0px;
}

.main_menu .logo{
	width:257px;
	float:left;
	padding-top:10px;
}

.main_menu .menu{
	float:right;
}

.menu_links{
	height:37px;
	line-height:37px;
	margin-right:14px;
	float:left;
}

.menu_links a{
	color:#381102;
	font-size:16px;
	font-weight:normal;
	padding:12px 30px;	
	display:inline-block;
	padding-bottom:11px;
}

.menu_links a:hover{
	font-weight:bold;
}

.menu_links a.sel1{
	background-color:#e39d39 !important;
	color:#fff !important;
}

.main_menu .menu .order_button{
	width:98px;
	height:37px;
	line-height:37px;
	display:block;
	margin-right:4px;
	border-radius:1px;
	background-color:#8ac73b;
	text-align:center;
	color:#FFF !important;
	font-size:16px;
	float:right;
}

.main_menu .menu_contact{
	float:right;
}

.main_menu .menu_contact a{
	color:#595958;
	font-weight:600;
}

.main_menu .menu_contact a img{
	display:block;
	padding-right:7px;
	padding-top:2px;
	float:left;
}

.banners_container {
	width:350px;
	float:left;
}
.banners_container .banner {
	margin-top:40px;
	width:300px;
	height:295px;
}

.arts_container {
	width:750px;
	float:left;
}
.arts_container .arts {
	padding-top:30px;
	color:#636363;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}

.order_wrap{
	position:absolute;
	z-index:99999;
	bottom:0px;
}

.highlighted{
	padding-left:10px;
	padding-right:10px;
	margin-right:2px;
	border-radius:1px;
	background-color:#8ac73b;
	color:#FFF !important;
	font-size:22px;
	font-weight:bold;
}

.highlighted_standard{
	padding-left:5px;
	padding-right:5px;
	margin-right:2px;
	border-radius:1px;
	background-color:#8ac73b;
	color:#FFF !important;
	font-size:16px;
	font-weight:bold;
}

a.order_wrap .order_div{
	border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 35px;
}

.inquiry{
	width:100%;
	background-color:#88c03a;
	color:#FFF;
}

.inquiry .inq_top{
	padding-top:60px;
	padding-bottom:68px;
}

.inquiry .inq_top a{
	width:352px;
	display:block;
	margin:0 auto;
	color:#FFF;
}

.inquiry .inq_bottom{
	padding-bottom:38px;
	display:none;
}

.inquiry .inq_bottom .inq_wrap{
	width:459px;
	margin:0 auto;
}

.inquiry .inq_bottom .inq_wrap p{
	margin-bottom:8px;
}

.inquiry .inq_bottom .inq_wrap input{
	width:211px;
	height:20px;
	border:#e5e5e5 1px solid;
}

.inquiry .inq_bottom .inq_wrap textarea{
	width:455px;
	height:62px;
	border:#e5e5e5 1px solid;
}

.inquiry .inq_msg{
	display:none;
	text-align:center;
	padding-bottom:30px;
}

.footer{
	width:100%;
	padding-top:35px;
	padding-bottom:64px;
	background-color:#f7f7f7;
}

.footer .section{
	width:240px;
	margin-right:35px;
	float:left;
	font-size:14px;
	color:#464646;
	font-weight:300;
}

.footer .section p{
	color:#8fc73e;
	font-weight:bold;
	margin-bottom:12px;
}

.footer .section a{
	color:#464646;
	font-size:14px;
	font-weight:300;
}

.credits{
	line-height:29px;
	font-size:11px;
	font-weight:300;
	color:#000;
}
.credits a {
	color:#fff;
}
.credits .production {
	position:absolute;
	right:0px;
	bottom:0px;
	color:#fff;
}

a.send_button{
	border:1px solid #fff;
	padding:5px 50px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight:300;
}

a.order_button{
	padding:15px 65px 15px 20px;
	background:url(/images/cart_button_icon.png) center right 20px no-repeat #d71920;
	color:#fff;
	font-size:20px;
	font-weight:bold;
}

a.more_button,
span.more_button,
.more_button{
	color:#e39d39;
	display:inline-block;
	padding:15px;
	font-size:18px;
	padding-right:50px;
	background:url(/images/more_button_arrow.png) center right no-repeat;
	padding-left:0px;
}

.white ul{
	margin:0px;
	padding:0px;
}

.white li{
	line-height:30px;
	list-style:none;
	padding:0px;
	margin:0px;
}

.white a{
	color:#fff;
}

.responsive_header{
	display:none;
	position:relative;
}

.mnenja_floater{
	position:fixed;
	top:100px;
	left:-35px;
	z-index:2;
}

.mnenja_floater .mnenja_content{
	width:250px;
	height:250px;
	border-radius:100%;
	background-color:#e3a248;
	color:#fff;
	font-size:16px;
	font-weight:300;
	line-height:16px;
}

.mnenja_floater .mnenja_content a{
	color:#fff;
	font-size:16px;
	font-weight:300;
	line-height:16px;
}

.mnenja_floater .mnenja_content h1{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	line-height:20px;
	margin:0px;
}

.mnenja_floater .mnenja_content .close_button{
	position:absolute;
	right:0px;
	top:50px;
	font-weight:300;
	color:#fff;
}