@import url(https://fonts.googleapis.com/css?family=Tinos);


@font-face {
    font-family: font;
    src: url(../fonts/Adventure.ttf);
}

.font{
	font-family: font;
}

.arial{
	font-family: Times;
	font-style: italic;
}

.fontsize{
	font-size: 26px !important;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.slim{
	width: 90%;
	margin-left: 5%;
	background-image: repeating-linear-gradient(-45deg, #ebf0b8, #ebf0b8 0.5px, transparent 1px, transparent 6px);
}

.grape-wrapper{
	position: relative;
	width: 100%;
}


.logo{
	position: absolute;
	z-index: 500;
	width: 158px;
	top: 23px;
	left: 5%;
}


.grape-block img{
	width: 215px;
}

.cgrape{
	position: absolute;
	z-index: 5000;
	top: 0;
	right: 4%;
	
}

.grape-text{
	width: 215px;
	position: absolute;
	z-index: 5005;
	top: 0;
	right: 4%;
}

.grape-text p{
	margin-top: 6px;
	width: 100px;
	margin-left: 48px;
	font-size: 12px;
	color: #004F2C;
	 font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: bold;
}

.ogrape{
	position: absolute;
	z-index: 5000;
	top: 0;
	right: 4%;
	display: none;
}

.opengrape{
	height: 20px;
	width: 215px;
	background: transparent;
	position: absolute;
	z-index: 5001;
	top: 100px;
	right: 4%;
	cursor: pointer;

}

.closegrape{
	height: 20px;
	width: 215px;
	background: transparent;
	position: absolute;
	z-index: 5001;
	top: 250px;
	right: 4%;
	cursor: pointer;
}

.grape-form{
	width: 215px;
	position: absolute;
	z-index: 5002;
	background: transparent;
	height: 180px;
	top: 75px;
	right: 4%;
	display: none;
}

.grape-form p{
	margin-left: -40px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	 font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.grape-form input{
	width: 90px;
	height: 16px;
	display: block;
	margin-left: 46px;
	margin-top: 0;
	font-style: italic;
	border-radius: 3px;
	line-height: 10px !important;

}

.complete-div{
	text-align: center;
}

.complete{
	margin-top: -50px !important;
	display: inline-block;
	font-size: 12px;
	text-decoration: none !important;
	color: #CB320C;
}

.send{
	margin-top: -5px;
	height: 20px !important;
	font-size: 10px;
	display: inline-block;
	width: 150px !important;
	margin-left: 20px !important;
	text-decoration: none !important;
	color: #CB320C;
	outline: none !important;
}

.flags{

	height: 55px;
}

.flag-icons{
	width: 100px;
	float: right;
	margin-top: 15px;
	margin-right: 14px;

}

.flag-icons img{
	width: 25px;
}

.icon-dvdr{
	color: #D1EAD7;
	float: right;
	font-weight: bold;
	font-size: 1.8em;
	display: inline-block;
	margin-top: 6px;
}

.search{
	margin-left: -20px;
	margin-top: 4px;
	height: 50px;
}


.search-block{
	height: 55px;
	padding: 0 !important;
	margin: 0 !important;
}

.stylish-input-group{
	width: 200px;
	height: 5px;
	margin-top: 8px;
	margin-left: 35px;
}


#imaginary_container{
 width: 250px;
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}

.stylish-input-group input, .input-group-addon button{
	height: 30px !important;
}

.input-group-addon{
		padding: 0 12px !important;
		border: 0 !important;

}

.stylish-input-group button{
    border:0;
    background:transparent;
}



.top-block{
	background-color: #035E2B;
	  background-image: repeating-linear-gradient(-45deg, #007236, #007236 0.5px, transparent 1px, transparent 6px);
	height: 55px;
	width: 100%;


}




.navbar{
	border-top: 1px #AEE051 solid !important;
	border-bottom: 3px #005826 solid !important;
	border-left: none;
	border-right: none;
	background: #99CA3B !important;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
}

.nav a, .dropdown-menu > li > a{
	color: #005825 !important;
	font-weight: bold;
	font-style: italic;
	 font-family: "Times New Roman", Times, serif;
}

.navbar-nav > li > a{
	outline: none !important;
}

.nav a:hover{
	color: #D7371F !important;
}

.dvdr{
	color: #005826 !important;
	font-weight: bold;
	font-size: 1.6em;
	display: inline-block;
	float: right;
	margin-top: -42px;
	background: 005825;
	color: 005825 !important;
}

.dropdown-menu{
	background: #99CA3B !important;
}

.active a, .open a{
	background: #99CA3B !important;
	border: none !important;
	outline: 0 !important;
	color: #D7371F !important;
}

.navmenu{
	padding-left: 22% !important;
}

.g-menu{
	font-size: 1.1em;
}

.dropdown-menu{
	padding: 0 !important;
}

.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.banner{
	background: blue;
	height: 325px;
	position: relative;
}

.banner-inner{
	background: #fff;
	position: absolute;
	height: 120px;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0.7;
}

.banner-text{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 120px;
	width: 50%;
	margin-left: 28%;
	background: transparent;
}

.banner-text h3{
	margin-top: 16px;
	color: #06491E;
	font-size: 2.4em;
		font-weight: 500;


}

.banner-text p{
	margin-top: -5px !important;
	color: #06491E;
	font-weight: 500;
	font-size: 1.05em;
	font-style: italic;
	 font-family: "Times New Roman", Times, serif;
}

.lbar{

}

.menu-wrapper{
	float: right;
	height: auto;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 165px;
	margin-top: 63px;
	margin-bottom: 30px;
	  margin-right: 20px;
	border-radius: 10px 0 0 10px;
	background-color: #035E2B;
	  background-image: repeating-linear-gradient(-45deg, #0B743C, #0B743C 0.5px, transparent 1px, transparent 6px);

}



#menu,
#menu ul,
#menu ul li,
#menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#menu {
  float: right;
  border-top: 10px solid #FAB62F;
  border-bottom: 10px solid #FAB62F;
  width: 165px;
   font-family: "Times New Roman", Times, serif;
  color: #ffffff;
  /*
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
  */
}
#menu ul ul {
  display: none;
  border: none !important;
  outline: none !important;
}
.align-right {
  float: right;
}
#menu > ul > li > a {
  padding: 10px 15px;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  cursor: pointer;
  z-index: 2;
   font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #005825;
  font-style: italic;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #FFDA00 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.has-sub li a{
     font-family: "Times New Roman", Times, serif;
    font-style: italic;

}

.has-sub li{

}

#menu > ul > li > a:hover{

}


#menu > ul > li.active > a,
#menu > ul > li.open > a {
  color: #005825 !important;
  font-weight: bold;
  background: #FFDA00 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#menu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
#menu > ul > li:last-child > a,
#menu > ul > li.last > a {
  border-bottom: 1px solid #E1E1E1;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#menu > ul > li > a:hover > span::after,
#menu > ul > li.active > a > span::after,
#menu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#menu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 6px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #005825 !important;
  outline: none !important;
  border: none !important;
  /*
  background: #D4DD5C !important;
  */
  background: #D5E15B !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#menu ul ul li:hover > a,
#menu ul ul li.open > a,
#menu ul ul li.active > a {
  border-left: 10px #fff solid !important;
  background: #D5E15B;
  color: #fff;
  font-weight: bold;
}
#menu ul ul li:first-child > a {
  box-shadow: none;
}
#menu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#menu ul ul ul li a {
  padding-left: 30px;
}
#menu > ul > li > ul > li:last-child > a,
#menu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#menu > ul > li > ul > li.open:last-child > a,
#menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#menu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#menu ul ul li.active > a::after,
#menu ul ul li.open > a::after,
#menu ul ul li > a:hover::after {
  border-color: #ffffff;
}

.center{
	margin-top: 0 !important;
	height: auto;
	background: #fff !important;
		font-style: italic;
	color: #06491E;

}

.carousel-wrapper{
	background: #fff;
	padding-top: 60px;
	padding-bottom: 30px;
}

.carousel-control.right, .carousel-control.left{
	background: none;
}

.item img{
	
	margin: 0 auto !important;
}

.glyphicon-chevron-left, .glyphicon-chevron-right{


}

.carousel-indicators .active{
	background: #008C41;
}

.carousel-indicators{
	display: inline-block;
	bottom: -40px !important;
}



.carousel-indicators li{
	display: none;
}

.item h2{

}

.slider-text{
	text-align: left;
	 font-family: "Times New Roman", Times, serif;
	background: #fff;
	padding-bottom: 20px;
	margin-top: -10px !important;
}

.slider-text h2{
		font-size: 1.6em;
	font-weight: 400;
	font-style: italic;
	color: #02552B !important;
}

.top{
	margin-top: 45px;
}

.bottom{
	margin-bottom: 40px;
}

.products-img{
	margin-top: 20px;
	margin-bottom: 20px;
}

.inputs{

}

.inputs input{
	margin-bottom: 10px;
	width: 100%;
	background: #F9FAEC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	outline: none !important;
	border: 1px #222 solid !important;
}

.textarea{

}

.textarea textarea{
	width: 100%;
	height: 170px;
	background: #F9FAEC;
		border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	outline: none !important;
	border: 1px #222 solid !important;
}




.bottom-bar{
	margin-top: 0;
	padding: 0 !important;
	height: auto;
background-color: #94C93D;
	  background-image: repeating-linear-gradient(-45deg, #91c039, #91c039 0.5px, transparent 1px, transparent 6px);
	text-align: center;
}

.items{
	margin-top: 30px;
}

.item-prod{
	margin-top: 20px;
}

.item-prod img{
	margin: 0 auto;
}


.top-header{
	color: #01520F;
	font-size: 1.7em;
	font-weight: 500;
	 font-family: font;
}

.product-images img{
	margin: 15px auto;
}

.bottom-header{
	color: #fff;
	font-size: 1.3em;
	font-weight: 550;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.bottom-logo-block{
	height: 100px;
	background: #94C93D;
	border-bottom: 3px #005826 solid;
	border-top: #91C13A 3px solid;
}

.bottom-logo-block img{
	border: none !important;
	border: 0 !important;
	margin-left: 60px;
	margin-top: 5px;
}

.bottom-link{
	border: none !important;
	outline: none !important;
	text-decoration: none !important;
}

.bottom-link h4{

}


.footer{
		height: 60px;
		background: #005826;
}

.url{
	color: #95CB39;
	font-weight: 400;
	font-family: 'Arial Bold';
	font-style: normal;
	font-variant: normal;
	float: left;
	display: inline-block;
	margin-top: 20px;
	margin-left: 6%;
}

.copy{
	color: #95CB39;
	font-weight: 400;
		font-family: 'Arial Bold';
	font-style: normal;
	font-variant: normal;
	float: right;
	display: inline-block;
	margin-top: 20px;
	margin-right: 6%;	
}

.contacts-send-message h4{
	margin-left: 20px;
}

.my-email, .email-addr {
    display: none !important;
}


@media screen and (max-width: 1200px){
	.grape-block img{
		width: 215px;
	}

	.cgrape{
		position: absolute;
		z-index: 5000;
		top: 0;
		right: -30px !important;
		
	}

	.grape-text{
		width: 215px;
		position: absolute;
		z-index: 5005;
		top: 0;
		right: -30px !important;
	}

	.grape-text p{
		margin-top: 6px;
		width: 100px;
		margin-left: 48px;
		font-size: 12px;
		color: #004F2C;
		 font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-variant: normal;
		font-weight: bold;
	}

	.ogrape{
		position: absolute;
		z-index: 5000;
		top: 0;
		right: -30px !important;
		display: none;
	}

	.opengrape{
		height: 20px;
		width: 215px;
		background: transparent;
		position: absolute;
		z-index: 5001;
		top: 100px;
		right: -30px !important;
		cursor: pointer;

	}

	.closegrape{
		height: 20px;
		width: 215px;
		background: transparent;
		position: absolute;
		z-index: 5001;
		top: 250px;
		right: -30px !important;
		cursor: pointer;
	}

	.grape-form{
		width: 215px;
		position: absolute;
		z-index: 5002;
		background: transparent;
		height: 180px;
		top: 75px;
		right: -30px !important;
		display: none;
	}

	.grape-form p{
		margin-left: -40px;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		 font-family: "Times New Roman", Times, serif;
		font-size: 11px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.grape-form input{
		width: 90px;
		height: 16px;
		display: block;
		margin-left: 46px;
		margin-top: 0;
		font-style: italic;
		border-radius: 3px;

	}
}


@media screen and (max-width: 992px) {
	.icon-dvdr, .dvdr, .lbar, .rbar, .search, .grape-block, .divider{
		display: none;
	}

	.logo{
		width: 120px;
		left: 2%;
	}

.navmenu{
	padding-left: 200px !important;
}



	.banner-text{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 120px;
		width: 80%;
		margin-left: 0;
		padding: 0 10px;
		background: transparent;
	}

	.banner-text h3{
		margin-top: 10px;
		color: #06491E;
		font-size: 1.4em;
			font-weight: 500;
		 font-family: font;
	}

	.banner-text p{
		margin-top: -5px !important;
		color: #06491E;
		font-weight: 500;
		font-size: 13px;
		font-style: italic;
		 font-family: "Times New Roman", Times, serif;
	}

	.bottom-bar{
		padding-top: 20px !important;
		margin-top: 0;
		height: 1000px;
	}

	.slim{
		width: 100%;
		margin-left: 0;
	}

	.no-padding-in-small{
		padding: 0 !important;
	}

	.g-menu{
		font-size: 1em;
	}

	.navmenu{
		padding-left: 0;
		text-align: center;
	}

	.dropdown-menu, .dropdown-submenu{
		text-align: center;
	}

	.content, .lbar, .main, .rbar{
		min-height: 500px;
	}
}


@media screen and (max-width: 768px) {
	.url, .copy{
		font-size: 12px !important;
		font-family: 'Arial Bold';

	}

	.content, .lbar, .main, .rbar{
		min-height: 500px;
	}

	.bottom-bar{
		height: 1100px;
	}

.navmenu{
	padding-left: 0 !important;
}

	.banner-text{
		position: absolute;
		bottom: 0;
		left: 0;
		height: 120px;
		width: 100%;
		margin-left: 0;
		padding: 0 10px;

		background: transparent;
	}



}

@media screen and (max-width: 480px) {
	.content, .lbar, .main, .rbar{
		min-height: 400px;
	}	
}


@media screen and (max-width: 380px) {
	.content, .lbar, .main, .rbar{
		min-height: 350px;
	}	
}