﻿@font-face Inder {
   font-family: 'Lato', sans-serif;
   local: Lato;
   src: url(Lato-Regular.ttf)
   }


@font-face {
	font-family: 'bpmenu';
	src:url('../fonts/bpmenu/bpmenu.eot');
	src:url('../fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpmenu/bpmenu.woff') format('woff'),
		url('../fonts/bpmenu/bpmenu.ttf') format('truetype'),
		url('../fonts/bpmenu/bpmenu.svg#bpmenu') format('svg');
	font-weight: normal;
	font-style: normal;
}


#wgtitle{
	display: none;	
}

/* Main menu wrapper */
.cbp-hsmenu-wrapper {
	position: relative;
}

/* Common style for all lists */
.cbp-hsmenu-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	
}

/* 100% width bar for menu */
.cbp-hsinner {
	background: #e7e7e7;
	position: relative;
	z-index: 100;
	font-family: 'Lato', sans-serif;
	font-size: 0.9em;
}



/* Main menu style */
.cbp-hsmenu-wrapper .cbp-hsmenu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}

.cbp-hsmenu > li {
	display: inline-block;
}

.cbp-hsmenu > li:first-child {
	margin-left: 0;
}

/* Main menu link style */
.cbp-hsmenu > li > a {
	color: #333333;
	line-height: 3em;
	display: inline-block;
	position: relative;
	z-index: 10000;
	padding: 0px 33px;
	outline: none;
	text-transform: uppercase;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	color: #fff;
	background-color: #d0ad6d;
	padding: 0px 33px;
}

/* Add an arrow to the main menu link if it has a submenu (not the only child) */
.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: 'bpmenu';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	font-size: 13px;
	margin-right: 0.5em;
	opacity: 0.4;
	vertical-align: middle;
}

.cbp-hsmenu > li.cbp-hsitem-open > a:not(:only-child):before {
	content: "\f106";
}

/* Add a triangle to currently open menu item link */
.cbp-hsmenu > li.cbp-hsitem-open > a:after {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #c8bd9f;
	border-width: 10px;
	left: 50%;
	margin-left: -10px;
}

/* Submenu style */
.cbp-hssubmenu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 0;
	text-align: center; /* for aligning the sub items */
	display: none;
}

.cbp-hssubmenu:before, 
.cbp-hssubmenu:after { 
	content: " "; 
	display: table; 
}
.cbp-hssubmenu:after { 
	clear: both; 
}

/* Let's allow 6 item in a row */
.cbp-hssubmenu > li {
	width: 16.2%;
	display: inline-block;
	vertical-align: top;
	box-shadow: -28px 0 0 -27px #333333;
	opacity: 0;
	-webkit-transition: opacity 0.1s 0s;
	-moz-transition: opacity 0.1s 0s;
	transition: opacity 0.1s 0s;
}

/* First 6 items don't have upper box shadow */
.cbp-hssubmenu > li:nth-child(-n+6) {
	box-shadow: -28px 0 0 -27px #333333;
} 


/* The first one does not have any box shadow */
.cbp-hssubmenu > li:first-child {
	box-shadow: none;
}


.cbp-hssubmenu > li a {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 18px;
	outline: none;
	padding: 2em 1em 1em;
}

.no-touch .cbp-hssubmenu > li a:hover,
.no-touch .cbp-hssubmenu > li a:focus {
	color: #888;
}

.cbp-hssubmenu > li a img {
	border: none;
	outline: none;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	height: 160px;
	padding-right: 15px;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.no-touch .cbp-hssubmenu > li a:hover img {
	opacity: 0.5;
}

.cbp-hssubmenu > li a span {
	min-height: 3em;
	margin-top: 0.4em;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
	z-index: 1000;
	display: block;
}

.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu > li {
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.1s;
	-moz-transition: opacity 0.5s 0.1s;
	transition: opacity 0.5s 0.1s;
}


	/* Helper div for animating the background */
	.cbp-hsmenubg {
		background: #fefbf3;
		position: relative;
		overflow: hidden;
		width: 100%;
		top: 100%;
		left: 0;
		z-index: 0;
		height: 0px;
		border-bottom: solid;
		border-bottom-color: #333333;
		border-bottom-width: 2px;
		margin-top: -2px;
	}

.no-touch .cbp-hsmenubg {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}



@media screen and (max-width: 980px){
.cbp-hsinner {
	background: #eaeaea;
	position: relative;
	z-index: 100;
	font-family: 'Lato', sans-serif;
	text-align: left;
	font-size: 0.9em;
}

.header_inner{
	margin: auto;
	max-width: 960px;
	width: 100%;
	height: 130px;
}



.prem_line{
	width: 100%;
	height: 3px;
	position: relative;
	top: 75px;
	background-color: #d0ad6d;
	}

.prem_inner{
	margin: auto;
	width: 100%;
	max-width: 960px;
	height: 90px;
}

.prem_inner_logos{
	margin: auto;
	width: 100%;
	max-width: 960px;
	
}


.prem{
	margin-top: 15px;
	width: 100%;
	
}

.logo_1{
	width: 190px;
	height: 140px;
	margin-right: 4%;
	margin-left: 5%;
	float: left;
}




.header_text{
	margin: auto;
	padding-top: 45px;
	text-align: center;
	width: 75%;
	height: 115px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #333333;
}

.header_search{
	margin: auto;
	padding-top: 25px;
	min-width: 340px;
	width: auto;
	height: 115px;
	float: right;
}


.footer_inner{
	margin: auto;
	width: auto;
	max-width: 960px;
	height: 30px;
}

.footer_links{
	width: 50%;
	height: 15px;
	float: left;
	padding: 5px 5px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #ffffff;
}


.footer_right{
	width: auto;
	height: 15px;
	float: left;
	padding: 5px 5px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	float: right;
	word-spacing: 10px;
	text-align: right;
}





}

@media screen and (max-width: 900px){
	
.cbp-hsinner {
	background: #eaeaea;
	position: relative;
	z-index: 100;
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
}

.cbp-hsmenu > li > a {
	padding: 0px 20px;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	padding: 0px 20px;
}


.header_text{
	margin: auto;
	padding-top: 45px;
	text-align: center;
	width: 75%;
	height: 115px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #333333;
}

.prem{
	margin-top: 15px;
	width: 100%;
	
}
	
}

@media screen and (max-width: 825px){
	
.cbp-hsinner {
	background: #eaeaea;
	position: relative;
	z-index: 100;
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
}



.header_text{
	padding-top: 45px;
	padding-left: 10px;
	text-align: center;
	width: 70%;
	height: 115px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	color: #333333;
}

.header_search{
	padding-top: 25px;
	width: auto;
	min-width: 40%;
	z-index: 5;
	right: 0px; 
	position: absolute;
	height: 115px;
	float: right;
}




.logo_1{
	width: 190px;
	height: 140px;
	margin-right: 4%;
	margin-left: 4%;
	float: left;
}

.prem_line{
	width: 100%;
	height: 3px;
	position: relative;
	top: 75px;
	background-color: #d0ad6d;
	}


.prem{
	margin-top: 15px;
	width: 100%;
	
}

.footer_inner{
	margin: auto;
	width: auto;
	max-width: 960px;
	height: 30px;
}

.footer_links{
	width: 52%;
	height: 15px;
	float: left;
	padding: 5px 5px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #ffffff;
}


.footer_right{
	width: auto;
	height: 15px;
	float: right;
	padding: 5px 5px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #ffffff;
	word-spacing: 10px;
	text-align: right;
}


}

@media screen and (max-width: 768px){
.cbp-hssubmenu > li a{
	color: #868686 !important;	
}
.header_inner{
	margin: auto;
	max-width: 960px;
	width: 100%;
}

.cbp-hsinner {
	background: #eaeaea;
	position: relative;
	z-index: 100;
	font-family: 'Lato', sans-serif;
	text-align: center;
	font-size: 16px;
}


.prem{
	margin-top: 15px;
	width: 100%;
	
}

.prem_inner_logos{
	margin: auto;
	max-width: 960px;
	width: auto;
	
}

.logo_1{
	width: 150px;
	height: 140px;
	margin-right: 6%;
	margin-left: 3%;
	float: left;
}

.wein{
	margin: auto;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
	display: inline-block;
	display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: column;
	-webkit-flex-wrap: wrap;
	
}

.wein_img{
	padding-top: 6px;
	width: 95px;
	height: auto;
	float: left;
	margin-right: 3px;
	background-color: #333333;
}

.wein_text{
	margin-top: 15px;
	width: 100%;
	max-width: 630px;
	height: auto;
	float: left;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #868686;
	background-color: #333333;
}


.wein_pdf{
	margin-top: 15px;
	max-width: 135px;
	width: auto;
	height: auto;
	float: left;
	background-color: #c1b695;
}


.header_text{
	padding-top: 45px;
	padding-left: 10px;
	text-align: center;
	width: 70%;
	height: 115px;
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 2.0em;
	color: #333333;
}

.header_search{
	padding-top: 25px;
	width: auto;
	min-width: 40%;
	z-index: 5;
	right: 0px; 
	position: absolute;
	height: 115px;
	float: right;
}


	.cbp-hsmenu-wrapper {
		font-size: 100%;
	}

	.cbp-hsmenu-wrapper .cbp-hsmenu {
		padding: 0;
		max-width: none;
		width: 100%;
	}

	.cbp-hsmenu > li {
		border-top: 1px solid rgba(255,255,255,0.5);
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.cbp-hsmenu > li:first-child {
		border-top: none;
	}

	.cbp-hsmenu > li > a {
		display: block;
	}

	.cbp-hsmenu > li > a:not(:only-child):before {
		line-height: 1.8;
		right: 0;
		position: absolute;
		font-size: 200%;
	}

	.cbp-hsmenubg {
		display: none;
	}

	.cbp-hssubmenu {
		background: #f7f7f7;
		position: relative;
		overflow: hidden;
		height: 0;
	}

	.cbp-hsmenu > li.cbp-hsitem-open .cbp-hssubmenu {
		height: auto;
	}

	/* Let's only allow 3 item in a row now */
	.cbp-hssubmenu > li {
		width: 30%;
	}

	/* Reset box shadows for the 6 items in row case */
	.cbp-hssubmenu > li:nth-child(-n+6),
	.cbp-hssubmenu > li:nth-child(6n+1) {
		box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
	}

	/* First 4 items don't have upper box shadow */
	.cbp-hssubmenu > li:nth-child(-n+3) {
		box-shadow: -28px 0 0 -27px #ddd;
	} 

	/* Every 5th item does not have a left box shadow */
	.cbp-hssubmenu > li:nth-child(3n+1) {
		box-shadow:  0 -28px 0 -27px #ddd;
	}

.footer_inner{
	margin: auto;
	width: auto;
	max-width: 960px;
	height: 30px;
}

.footer_links{
	display: none;
}


.text_font_pdf{
	display: none;
}

.footer_right{
	display: none;
}

.text_logos {
 
    margin-left: 30px;
}

#footer {
    background-color: #fff;
}

.footer_phone_left{
	width: 50%;
	height: 30px;
	float: left;
	padding: 5px 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #868686;
	text-align: center;
	margin-right: 1px;
	background-color: #d0ad6d;
}


.footer_phone_right{
	width: 49.5%;
	height: 30px;
	float: right;
	padding: 5px 5px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #868686;
	text-align: center;
	background-color: #d0ad6d;
}

.box_imp {
    background-color: #333333;
    float: left;
    height: 75px;
    padding: 15px;
    width: 45%;
	color: #868686;
	margin-right: 10px;
}

.box_imp_long {
    float: left;
    height: 75px;
    padding: 15px;
    width: 80%;
	margin-right: 10px;
}

}

@media screen and (max-width: 640px){
	/* Let's only allow 1 item in a row now */
	.cbp-hssubmenu > li {
		width: 100%;
		display: block;
	}

	.cbp-hsmenu-wrapper .cbp-hssubmenu > li {
		box-shadow: 0 1px #cecece;
		text-align: left;
	}

	.cbp-hssubmenu > li a {
		text-align: left;
		padding: 0.8em 0.4em;
	}
	
	.cbp-hssubmenu > li a img {
		float: left;
		max-height: 50px;
	}

	.cbp-hssubmenu > li a span {
		min-height: 0;
		margin: 0;
	}
.cbp-hssubmenu {
	position: static !important;
	left: 0  !important;
	top: 0  !important;
}
	
.cbp-hsmenu > li {
	text-align: left;
}

.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
		color: #333333;
	background-color: #c8bd9f;
	

}


.header_text{
	margin: auto;
	padding-top: 14px;
	width: 55%;
	height: 80px;
	float: left;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 1.4em;
	color: #333333;
}



#header{
	margin: auto;
	width: 100%;
	height: 60px;
	background-color: #868686;
}

.header_inner{
	margin: auto;
	height: 60px;
}

.header_logo{
	margin: auto;
	padding-top: 8px;
	width: 80px;
	height: 60px;
	float: left;
	background-image: url(../images/i_logo.jpg);
}

.header_search{
	width: auto;
	margin-top: -35px;
	position: absolute;
	min-width: 100%;
	z-index: 5;
	height: 60px;
	float: right;
}

.text_font_pdf{
	display: none;
}

.prem{
	margin-top: 5px;
	width: 100%;
	
}

.prem_inner_logos{
	margin: auto;
	max-width: 960px;
	width: auto;
	
}

.logo_1{
	width: 170px;
	height: 140px;
	margin-left: 30px;
	float: left;
}

.prem_inner{
	margin: auto;
	max-width: 960px;
	height: 120px;
}




.footer_links{
	display: none;
}


.footer_right{
	display: none;
}


.footer_phone_left{
	width: 50%;
	height: 30px;
	float: left;
	padding: 8px 5px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #868686;
	display: block;
	text-align: center;
	margin-right: 1px;
	background-color: #d0ad6d;
}


.footer_phone_right{
	width: 49.5%;
	height: 30px;
	float: right;
	display: block;
	padding: 5px 5px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #868686;
	text-align: center;
	background-color: #d0ad6d;
}

#footer{
	margin: auto;
	width: 100%;
	height: 30px;
	background-color: #ffffff;
}


.web_version{	
	width: 100%;
	height: 30px;
	float: left;
	padding: 6px 0px 0px 15px;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #868686;
	background-color: #c1b695;
	text-align: center;
}

.side_inner{
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 960px;
	width: 100%;
	height: auto;
	min-height: 345px;
}


.side_text{
	padding: 15px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #333;
}

.box_imp {
    background-color: #333333;
    float: left;
    height: 75px;
    padding: 10px;
    width: 100%;
	color: #868686;
	margin-top: 5px;
}

.box_imp_long {
    float: left;
    height: 75px;
    padding: 15px;
    width: 100%;
	margin-right: 10px;
}



.wein_img{
	width: 25%;
}

.wein_text{
	width: 70%;
}

.wein_container{
	margin: 3px auto;
}


.wein_col3 img{
	width: 100%;
}

.footer_phone_left a.rs-link{
	color: #ffffff;	
}

#backbutton{
	
	background-color: #333333;
    width: 100%;
	cursor: pointer;
	color: #868686;
	padding: 10px;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
}
#backbutton span:before {
		display: inline-block;
	font-family: 'bpmenu';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	font-size: 24px;

	margin-right: 0.5em;
	
	vertical-align: middle;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	color: #868686 !important;
	opacity: 1.0 !important;
}

.sb-search {
	margin-top: 0px !important;
}

.cbp-hssubmenu > li{
	background-color: #C8BD9F;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #333333;
}
.cbp-hssubmenu > li img,.cbp-hssubmenu > li br{
	display: none !important;	
}

.cbp-hsmenu > li.cbp-hsitem-open > a{
	background-color: #868686 !important;	
}
.cbp-hsmenu > li.cbp-hsitem-open > a:after{
	border: 0 !important;
}
.cbp-hsmenu > li{
	border-top-color: #ffffff !important;
	
}

	.cbp-hsmenu > li > a:before {
		line-height: 1.8;
		right: 0;
		position: absolute;
		font-size: 200%;
	}
.cbp-hsmenu > li > a:before,.cbp-hsmenu > li > a:not(:only-child):before {
	display: inline-block;
	font-family: 'bpmenu';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	content: "\f107";
	
	margin-right: 0.5em;
	opacity: 0.4;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	color: #868686 !important;
	opacity: 1.0 !important;
}


.no-touch .cbp-hsmenu > li > a:hover,
.no-touch .cbp-hsmenu > li > a:focus,
.cbp-hsmenu > li.cbp-hsitem-open > a {
	color: #ffffff;
	background-color: #d0ad6d;

}
.cbp-hsinner{
	font-size: 18px;	
}
.cbp-hsmenu > li > ul > li a:before {
 font-size: 200%;
    line-height: 1.8;
    position: absolute;
    right: 0;
}
.cbp-hsmenu > li > ul > li a:before {
    content: "";
    display: inline-block;
    font-family: 'bpmenu';
   
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
   line-height: 0.8;
    margin-right: 0.5em;
  
    text-transform: none;
    vertical-align: middle;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	color: #868686 !important;
	opacity: 1.0 !important;
	
}

#wgtitle{
	display: block !important;
	color: #333333;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

}
