@media print {
	header, #menu, .print, footer{
		display: none;
	}
}

/*  General
-------------------------------------------------- */
body{
	font-size: 16px;
	padding-bottom: 54px;
}

body #eng-wrap {
	font-size: 14px;
}

header{
	background-size:cover !important;
	height: 200px;
	background-position: center;
	background-repeat: no-repeat !important;
	width:100%;
}

h1,h2,h3,h4,h5,h6,p,div{
	color: #333232;
}

h1{
	font-size: 46px;
}

#eng-wrap h1{
	font-size: 36px;
}

h2{
	font-size: 25px;
}

#eng-wrap h2{
	font-size: 20px;
}

ul{
	list-style: none;
	padding: 0;
}

p {
	margin: 0 0 15px;
	font-size: 16px;
}

#eng-wrap p{
	font-size: 14px;
}

a{
	color: black;
}

.accent{
	font-weight: bold;	
}
.error{
    color: red;
}
.container{
	max-width: 960px !important;
}

.greybutton{
	height: 55px;
	background: #ecf0f1;
	border: solid 1px #d7dedf;
	top: 5px;
	font-size: 18px;
	display: block;
	line-height: 55px;
	text-align: center;
}

#footer-en .greybutton, #eng-wrap .greybutton{
	font-size: 15px;
}

footer{
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 100;
	font-size: 14px;
}

#footer-contact{
	text-align: right;
	line-height: 20px;
	background-color: white;
	padding-left: 5px;
	padding-right: 15px;
	border-top: solid 4px #849798;
}

#footer-en #footer-contact{
	text-align: left;
	padding-left: 11px;
	padding-right: 11px;
}

#buttonstrip{
	background: #849798;
	margin-left: auto;
	margin-right: auto;
}

#buttonstrip .greybutton{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6px;
    width: 100%;
    position: relative;
}

#footer-toggle-container{
	height: 40px;
	background-color: #849798;
	top: 0;
	border: none;
}

#strip-toggle {
	position: relative;
	left: 5px;
}

#footer-en #strip-toggle{
	left: initial;
	right: 3px;
}

footer .caret-up{
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-bottom: 13px solid white;
}

footer .caret-down{
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 13px solid white;
}

footer .container-fluid.in {
	position: relative;
	bottom: 0;
}

#scrollTop{
	display: block;
	margin: auto;
	background: #849798;
	width: 120px;
	text-align: center;
	border-radius: 50% 50% 0 0;
	height: 100px;
	line-height: 75px;
	color: white;
	position: relative;
	bottom: -100px;
	font-size: 50px;
	cursor: pointer;
}

#contact #scrollTop{
	bottom: 0;
}

@media(min-width: 960px){
	body{
		padding-bottom: 200px;
	}
	
	header{
		height: 345px;
		position: relative;
	}
	header::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 500;
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */

	}
	footer{
		font-size: 18px;
	}
	
	#footer-en{
		font-size: 15px;
	}
	
	section h1{
		margin-bottom: 35px;
		margin-top: 67px;
	}
	
	#footer-contact {
		line-height: 50px;
		text-align: center !important;
		border-top: solid 1px #849798;
	}
	
	#buttonstrip {
		height:100px;
		border-top: solid 1px #666666;
		display: block;
	}
	
	.greybutton{
		top: 22px;
	}
	
	#footer-he .greybutton{
/*		margin-left: 8px;*/
	}
	
	#footer-en .greybutton{
/*		margin-right: 8px;*/
	}
	
	.greybutton:hover {
		cursor: pointer;
	}
	
	#footer-en #buttonstrip > div > a:nth-child(2) {
		line-height: 20px;
		padding-top: 7px;	
	}
	
	#buttonstrip .container{
		margin: auto;
	}
    #buttonstrip .greybutton{
        width: 16.666666666666664%;
    }
}

@media(max-width: 960px){
	.col-xs-offset-1 {
		margin-left: 8.333333333333332% !important;
	}
}

/*  Navigation
-------------------------------------------------- */
.navbar-nav {
	margin-top: 0;
}

.navbar-default .navbar-nav>li>a{
	color:#333333 !important;
	padding-top: 6px;
	margin-top: 7px;
	border-top: solid 2px rgba(66, 188, 112, 0);
}

.navbar-default .navbar-nav>li>a:hover, .selected-page,  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
	cursor: pointer;
	border-top: solid 2px rgba(66, 188, 112, 1) !important;
}

.navbar-nav>.open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: rgb(248, 248, 248) !important;
	border-top: solid 2px rgba(66, 188, 112, 0);
}	

#header-en .nav a {
	font-size: 15px;
}

.dd {
	position: absolute;
	top: 16px;
	left: 10px;
}

#header-en .dd {
	left: auto;
	right: 10px;
}

.dd .icon-bar {
	background: black;
	display: block;
	width: 10px;
	height: 1px;
	margin-bottom: 1px;
}

.dropdown-menu {
	background-color: rgb(248,248,248);
	font-size: 16px;
	border:none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	z-index:990;
}

#eng-wrap .dropdown-menu {
	font-size: 14px;
}

#brandlogo {
	margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 15px;
    padding: 3px;
/*    width: 48px;*/
    overflow: hidden;
    height: 48px;
/*    background-color: #42bc70;*/
/*    border: solid 2px #42bc70;*/
/*	border-radius: 50%;*/
}
.logo-text{
    color: #333232;
    font-size: 21px;
    margin-right: 8px;
    vertical-align: middle;
}

.navbar{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 600;
	border-radius: 0;
}

#heb-nav-collapse{
	width: auto;
}
/*
.navbar > .container .navbar-brand{
    margin-right: 0!important;
}
*/
.navbar-brand img {
	height: 100%;
    border: solid 2px #333232;
	border-radius: 50%;
}

#header-en #brandlogo {
	width: 80%;
}

#header-en .navbar-brand img {
	width: 92%;
}

.hidden-sm.hidden-md.hidden-md.hidden-lg.lang2 a {
	background: #ddd;
	color: #555 !important;
	width: 50%;
	display: inline-block;
	margin: 0;
	padding: 10px;
	text-align: center;
}

#eng-navbar-nav > li.hidden-sm.hidden-md.hidden-lg.lang2 > a:nth-child(2) {
	border-top: solid 2px rgba(66, 188, 112, 1) !important;
}

#heb-navbar-nav > li.hidden-sm.hidden-md.hidden-lg.lang2 > a:nth-child(1) {
	border-top: solid 2px rgba(66, 188, 112, 1) !important;
}

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
	border: none;
}

.navbar-header button{
	top: auto;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}

.navbar .container {
	position: relative;
}

#header-en .lang{
	right: 15px;
	left: auto;
}

.lang{
	position: absolute;
	left: 15px;
	top: 5px;
	z-index: 1000;
	font-family: helvetica;
	color: #333232;
}

.lang a {
	font-size: 14px;
}

#heb-contact-button{
	padding-left: 0 !important;
}


#eng-contact-button{
	padding-right: 0 !important;
}

.navhide{
	display: none;
}

.navshow{
	border-top: solid 2px #42bc70;
	top: 10px;
	right: 0;
	width: 100%;
	position: absolute;
}

@media (min-width: 960px){
	.navbar{
		position:relative;
	}
	
	.navbar.navbar-default {
		background: none;
		box-shadow: none;
		border: none;
	}

	.lang {
		position: absolute;
		left: 15px;
		top: 0;
		z-index: 1000;
		font-family: helvetica;
		color: #333232;
		border: solid 2px white;
		border-top: none;
		background: black;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		background: rgba(0,0,0,0.1);
	}
	.lang:hover{
		background: rgb(66,188,112);
	}
	.lang a{
		margin-right:10px;
		margin-left: 10px;
	}
	.lang a:hover{
		text-decoration: none;
		color: white;
	}
	
	#header-en .lang a{
		margin-left:10px;
		margin-right: 10px;
	}
	
	.nav.navbar-nav {
		margin-top: 29px;
	}
	
	#heb-navbar-nav{
		float: left;
	}
	
	#eng-navbar-nav{
		float: right;
	}
	
	#heb-nav-collapse{
		padding-left: 0; 
	}
	
	#eng-nav-collapse{
		padding-right: 0; 
	}
	
	.navbar-brand img {
		height: initial !important;
	}
	
	#brandlogo {
		margin-top: 0 !important;
        margin-bottom: 15px !important;
        margin-right: 0!important;
        padding: 15px;
        padding-top: 25px;
        width: 400px;
        height: auto;
        overflow: visible;
/*        border-color: white;*/

	}
	.logo-text{
/*        font-size: 46px;*/
        font-size: 25px;
        margin-right: 12px;
        
    }
	#header-en #brandlogo {
		width: 100% !important;
		padding-top: 18px !important;
	}
	
	.dd {
		left: 0;
		top: 22px;
	}
	
	#header-en .dd {
		left: auto;
		right: 0;
	}
}

/*  Homepage
-------------------------------------------------- */
#homepage{
	padding-bottom: 0;
}

#home{
	color:white;
    padding-top: 50px;
}

#home h1, #home h2, #home h3, #home h4, #home h5, #home h6, #home p, #home div{
	color:white;
}

#home h1, #home h2, #home h3, #home h4, #home h5, #home h6{
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

#home a {
	color: white;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
}

#home-wrap {
	background: url('../img/bg-home-page.jpg');
	background-repeat: no-repeat;
	background-position: 60% top;
	background-size: cover;
	height: 100%;
	min-height: 960px;
}

#eng-wrap #home-wrap {
	background: url('../img/home-page-en-bg.jpg');
	background-size: cover;
}

#odot-wrap {
	margin-bottom: 50px;
}
#home #login {
}

tr, td {
	padding: 0;
	margin: 0;
}

#cphPage_lblLoginData {
	font-size: 25px;
}

#eng-wrap #cphPage_lblLoginData {
	font-size: 20px;
}

#cphPage_lblLoginData::after {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url('../img/login-icon.png');
	background-repeat: no-repeat;
	border: solid 2px white;
	border-radius: 50%;
	background-position: center;
	margin-right: 16px;
	position: relative;
	top: 15px;
}

#eng-wrap #cphPage_lblLoginData::after {
	margin-right: auto;
	margin-left: 16px;	
}

#cphPage_txtUserLogin {
	margin-top: 33px;
}

#home input, #login-dropdown {
	background: none;
	border: solid 2px white;
	height: 32px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	text-indent: 20px;
	width: 100%;
	border-radius: 0;
	margin-bottom: 3px;
}

#login-dropdown{
	border-radius: 0 !important;
	right: 1px;
}

#eng-wrap #login-dropdown{
	right: auto;
}

#login-dropdown ul{
	width: 100%;	
}

#login-dropdown ul a{
	color: #333333;
	text-shadow: none;
}

#dLabel{
	line-height: 29px;
	display: block;
}

#dLabel .dd{
	top: 11px;
	left: 13px;
}

#eng-wrap #dLabel .dd{
	left: auto;
	right: 13px;
}

#dLabel .dd .icon-bar{
	background-color: white;	
}

#home table{
	width: 100%;
}

#cphPage_btnSubmit{
	text-indent: 0px !important;
	font-size: 18px;
	margin-bottom:33px !important;
	line-height: normal !important;
}

#eng-wrap #cphPage_btnSubmit{
	font-size: 15px;
}

#cphPage_btnSubmit:hover{
	background-color: #42bc70;
}

*::-webkit-input-placeholder {
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}   

*:-moz-placeholder {
	/* FF 4-18 */
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

*::-moz-placeholder {
	/* FF 19+ */
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}   

*:-ms-input-placeholder {
	/* IE 10+ */
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);;
}

#foodcenter-link {
	line-height: 32px;
	font-size: 25px;
}
#foodcenter-link:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url('../img/miloubar-icon.png');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 45px;
}

#foodcenter-link span{
	font-size: 18px;
}

#foodcenter-link a {
	display: block;
	text-indent: 65px;
}

#eng-wrap #foodcenter-link {
	font-size: 20px;
}

#eng-wrap #foodcenter-link span{
	font-size: 16px;
}

.round-btn {
	border: solid 2px white;
	text-align: center;
	font-size: 25px;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
	width: 190px;
	height: 190px;
	border-radius: 50%;
	margin-top:25px;
	position: relative;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
}

.round-btn:hover {
	background-color: #42bc70;
	cursor: pointer;
}

#eng-wrap .round-btn{
	font-size: 20px;
}

.round-btn a {
	position: relative;
	top: 20px;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
}

.round-btn img {
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 20px;
}

#eng-wrap #icons > a > div > img{
	margin-bottom: 8px;
}

hr{
	margin-top: 40px;
	margin-bottom:60px;
}

#news {
	font-size: 16px;
	margin-bottom: 120px;
	float: left !important;
}

#eng-wrap #news {
	font-size: 14px;
}

#news a{
	text-decoration: underline;
}

#news > button {
	background: none;
	border: solid 2px white;
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	width: 100%;
	height: 32px;
	font-size: 18px;
}

#eng-wrap #news > button {
	font-size: 15px;
}

#news button:hover {
	background-color: #42bc70;
}

#news > hr {
	margin: 5px 0 0 0;
}

#news > ul {
	margin-right: 0;
	list-style: none;
	padding: 20px 0 0 0;
	height: 145px;
	overflow: hidden;
	margin-bottom: 20px;
}

#news li{
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top:0;
}

#news ul li {
	margin-bottom: 20px;
}

.newsdate{
	font-weight: bold;
	margin-left: 6px;
}

#eng-wrap .newsdate {
	margin-right: 6px;
	margin-left: 0;
}

@media (min-width: 960px){
	#homepage, html{
		height: 100%;
	}

	#home-wrap {
		background-position: center top !important;
	}
    
    #home{
        padding-top: 0;
    }
	
	.round-btn {
		float: right;
		margin-left: 12px;
	}
	
	#eng-wrap .round-btn {
		float: left;;
		margin-right: 12px;
		margin-left: auto;
	}
	
	#home input, #login-dropdown{
		width: 310px;
	}
}

#homepage #footer-contact{
	border-top: solid 1px #849798;
}

#homepage #footer-contact div{
	width: 100% !important;
}

#homepage #buttonstrip, #contact #buttonstrip {
	display:none !important;
}

#homepage #footer-toggle-container {
	display: none !important;
}

/*  About
-------------------------------------------------- */

#about header{
	background: url('../img/bg-about.jpg');
	background-position: center;
}

#circlepic{
	margin-bottom: 33px;
	border-radius: 50%;
	margin: 0 auto 25px;
	display: block;
}

#carousel-about-gallery {
	margin-top: 25px;
}

.carousel-arrow {
	display:none;
}


@media(min-width: 960px){
    #about h1{
        padding: 0;
    }

	#circlediv {
		padding-right: 0;
	}
	
	#circlepic{
		margin: 0;
	}
	
	.carousel-inner>.item>img{
		margin: auto;
	}
	
	.carousel-control {
		background: none !important;
	}
	
	.carousel-arrow{
		position: absolute;
		top: 50%;
		margin-top: -30px;
		vertical-align: middle;
		z-index: 5;
		display: inline-block;
	}
	
	#arrow-left{
		border-top: 30px solid transparent;
		border-right: 18px solid #849798 ;
		border-bottom: 30px solid transparent;
		left: 50%
	}
	
	#arrow-right{
		border-top: 30px solid transparent;
		border-left: 18px solid #849798 ;
		border-bottom: 30px solid transparent;
		right: 50%
	}
	
	#left-chevron, #right-chevron{
		display:none;
	}
}

/*  Feeding
-------------------------------------------------- */
#feeding header{
	background: url('../img/hazana-bg.jpg');
	background-position: center;
}

#content{
	margin-top: 10px;
}
#feeding #content img {
	max-width: 675px;
}

#menu #dLabel{
	line-height: inherit;
	font-size: 25px;
	cursor: pointer;
}

#eng-wrap #menu #dLabel {
	font-size: 20px;
}

#menu{
	border-bottom: solid 1px #b6b6b6;
	margin-bottom:55px;
	width: 100%;
	margin: auto;
}

#menu h1 {
	font-size: 35px;
	line-height: 45px;
	margin: 0;
	margin-right: -15px;
	margin-top: 20px;
}

#eng-wrap #menu h1{
	margin-left: -15px;
	margin-right: initial;
	font-size: 25px;
}

#menu .dropdown{
	background: #ecf0f1;
	line-height: 50px;
	margin-bottom:55px;
	margin-top: 55px;
}


#menu .dropdown-menu{
	background: #ecf0f1;
	width: 100%;
}

#menu .dropdown a{
	font-size: 20px;
	color: #333232;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background-image: none;
}

.dropdown a:hover, .dropdown a:active, .dropdown a:focus{
	text-decoration: none;
	outline: none;
}

#menu .dd{
	top: 14px;
}

#menu .dd .icon-bar{
	width:33px;
	background: #333232;
	height: 2px;
	margin-bottom: 5px;
}

@media(min-width: 960px){
	#menu{
		height: 130px;
	}
	
	#menu .dropdown{
		height:50px;
		margin-top: 44px;
	}
	
	#menu h1{
		line-height: 92px;
	}
}

/*  Prices
-------------------------------------------------- */
#prices header{
	background: url('../img/prices-bg.jpg');
	background-position: center;
}

#previous{ /* hide previous pricelists */
	display: none;
}

#prices a[data-target="#previous"]{ /* hide toggle for previous pricelists collaps */
	display: none;
}

#prices #eng-wrap a[data-target="#previous"]{
	width: 20%;
}

#prices #content ul > li {
	line-height: 100px;
	border-bottom: solid 1px #b6b6b6;
	font-size: 25px;
	padding-bottom: 102px;
}

#prices #eng-wrap #content ul > li {
	font-size: 17px;
}

.PListHeader{
	padding-bottom: 20px !important;
}

.pdf {
	background: url(../img/pdf.jpg);
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	background-position: left center;
}

#eng-wrap .pdf {
	float: right;
	background-position: right center;
}

.fancybox {
	display: block;
	color: inherit;
	float: right;
}

.fancybox:hover {
	text-decoration: none;
	color: inherit;
}

.fancybox-inner{
	width: 100% !important;
}

@media(min-width: 960px){
	#prices #eng-wrap #content ul > li {
		font-size: 20px;
	}
	
	#content > section > div > a > div {
		line-height: 100px;
		border-bottom: solid 1px #b6b6b6;
		font-size: 20px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	#content > section > div:nth-child(1) > a > div {
		font-size: 25px;
	}
	
	#eng-wrap #content > section > div:nth-child(1) > a > div {
		font-size: 23px;
	}
	
	#content > section > div > a > div > div.col-xs-9.col-md-11 {
		padding-left: 0;
	}
}
/*  Raw Materials
-------------------------------------------------- */
#raw header{
	background: url('../img/raw1-bg.jpg');
	background-position: center;
}

#raw-ingredients header{
	background: url('../img/raw2-bg.jpg');
	background-position: center;
	
}

#raw-shipment header{
	background: url('../img/raw3-bg.jpg');
	background-position: center;
}

#raw-material a{
	height: 55px;
	background: #ecf0f1;
	text-align: center;
	line-height: 55px;
}

#buttonrow .greybutton {
	margin-bottom: 15px;
	margin-left: 8px;
}
#eng-wrap #buttonrow .greybutton {
	margin-right: 8px;
	margin-left: initial;
	
}
#ingredientpic {
	max-width: 960px;
}
@media(min-width: 960px){
	#buttonrow .greybutton:first-child {
		margin-right: 15px;
	}
	#eng-wrap #buttonrow .greybutton:first-child{
		margin-left: 15px;
	}
}

/*  Contact
-------------------------------------------------- */
#contact{
	padding-bottom: 0;
}

#contact header{
	background: url('../img/bg-contact.jpg');
	background-position: center;
}

#contact h1{
	font-size: 35px;
	margin-top: 30px;
}

#contact #eng-wrap h1{
	font-size: 25px;
}

#contact #menu h2{
	line-height: 97px;
	margin: 0;
	font-size: 35px;
}

#contact #eng-wrap #menu h2{
	font-size: 25px; 
}

#contact-details h3 {
	margin-bottom: 38px;
	font-size: 25px;
}

#contact-details h3 {
	font-size: 20px;
}

#address p {
	margin-bottom: 0;
}

#contact .greybutton {
	margin-bottom: 4px;
	text-align: center;
}

.greybutton .caret-left, .greybutton .caret-right{
	display: inline-block;
	margin: 12px 0 0 15px;
}

.greybutton .caret-left{
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid black;
	float:left;
	
}

.greybutton .caret-right{
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid black;
	float: right;
}

.greybutton .caret-down{
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
	display: inline-block;
	float:left;
	margin: 12px 0 0 15px;
}

#eng-wrap .greybutton .caret-down{
	float: right;
}

#delivery input, .input-field, #delivery #login-dropdown {
	background: none;
	height: 32px;
	margin-bottom: 3px;
	border: 2px solid #d7dedf;
	width: 100%;
	color: #333232;
	text-shadow: none;
	text-indent: 15px;
}


.send-button{
	height: 32px;
	background-color: #42bc70;
	border: solid 1px #d7dedf;
	color: white;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0;
}

#contact ::-webkit-input-placeholder { /* WebKit browsers */
	color:    black;
	text-shadow: none;
}
#contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    black;
	text-shadow: none;
}
#contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    black;
	text-shadow: none;
}
#contact :-ms-input-placeholder { /* Internet Explorer 10+ */
	color:    black;
	text-shadow: none;
}

.message-field{
	height: auto;	
}

#contact #menu{
	height: 190px;
	background: #849798;
	padding: 0 10px;
	margin-top: 15px;
}

#contact #menu div:first-child{
	padding: 0;
}

#contact #menu:after{
	display: block;
	content: "";
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 25px solid #849798;
	position: relative;
	top: -41px;
	width: 20px;
	margin-right: 50%;
	left: 10px;
}

#contact #menu .dropdown{
	margin-top: 24px;
}

#contact #menu .dropdown-menu {
	border: 2px solid #849798;
}

#contact-details{
	background: #ecf0f1;
	margin: auto;
	padding: 41px 10px 0 10px;
	margin-bottom: 150px;
}

#contact-details p {
	margin-bottom: 8px;
	font-family: 'reformaregular', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
}

#eng-wrap #contact-details, #eng-wrap #contact-details p, #eng-wrap #contact-details h4{
	font-size: 14px;
}

#contact #address .greybutton {
	height: 32px;
	line-height: 32px;
	background: #ecf0f1;
	border: solid 1px #d7dedf;
	top: 5px;
	text-align: right;
	padding-right: 20px;
}

#contact #eng-wrap #address .greybutton {
	text-align: left;
	text-indent: 20px;
}

.contact-person{
	margin-bottom: 15px;
}

@media(min-width: 960px){
	#address {
		width: 32%;
	}
	#contact-list {
		width: 68%;
	}
	#contact .col-md-offset-1{
		/* 	margin-left: auto; */
		padding: 0;
	}
	#contact #menu{
		height: 97px;
		padding: 0;
		margin-top: 0;
	}
	#contact-details{
		padding: 41px 0 0 0;
		min-height: 740px;
	}
    #contact #scrollTop{
/*        bottom: 100px;*/
    }
}

/*  Delivery
-------------------------------------------------- */
#delivery h1{
	font-size: 35px;
}

#delivery #eng-wrap h1{
	font-size: 25px;
}

#delivery h3{
	font-size: 25px;
}

#delivery #eng-wrap h3{
	font-size: 20px;
}

#delivery header{
	background: url('../img/delivery.jpg');
	background-position: center;
}
#delivery ::-webkit-input-placeholder { /* WebKit browsers */
    color: #333232;
	text-shadow: none;
}
#delivery :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333232;
	text-shadow: none;
}
#delivery ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333232;
	text-shadow: none;
}
#delivery :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333232;
	text-shadow: none;
}

#delivery #dLabel .dd .icon-bar {
	background-color: black;
}

@media(min-width: 960px){
	#delivery #login {
	}
	
	#delivery #cphPage_lblLoginData{
		margin-top:0;
	}
	#delivery h3{
		margin-top: 28px;
	}
	
}