/**/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import url(http://fonts.googleapis.com/css?family=Audiowide);/*font-family: 'Audiowide', cursive;*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,900);/*font-family: 'Lato', sans-serif;*/
/* Getting the new tags to behave */


 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}

input {
	border-radius: 0 !important;
}
/**/
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html, body {width:100%; padding:0; margin:0; height:100%;}

body {
	font-family: Arial, Helvetica, sans-serif ; 	 
	font-size:13px; 
	line-height:25px;
	color:#C9C9C9;
	min-width:960px;
	background:#181514;
 
	}
	#page{}
.main{
	width:100%;
	min-height:100%;
	height: auto; 
	background: url(../images/bg-body.png) center 0 no-repeat #110e0e;
	}
.main-1{
	width:100%;
	height: auto; 
	background: #110e0e;
	}
	.div-main{}

	img {
		max-width: 100%;
	}
/***********************************************************************/
/*================================>Block-classes<==========================*/
.txt-dec-n{text-decoration:none !important;}
.txt-dec-u{text-decoration: underline;}
.txt-up-n{text-transform:none !important;}
.txt-up{text-transform:uppercase;}
.txt-al{text-align:center;}
.txt-alr{text-align:right;}
.bold{font-weight:bold;}
.link{
	font-size:11px;
	color:#e03c0f;
	}
	.link:hover{color:#fff;}
.font-11{
	font-size:11px;}
.font-12{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}

.col{color:#43342f;}
.col-1{color:#fff;}

.hov:hover{color:#e03c0f;}

.border-none{border: none !important;}
.bg-none{background: none !important;}

.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.bord-bot{
	border-bottom:1px solid #292727;
	padding-bottom:19px;
	margin-bottom:20px;}
.bord-bot-1{
	border-bottom:1px solid #292727;
	padding-bottom:15px;
	margin-bottom:20px;}

.col a {
	color: inherit;
}

.col a:hover {
	color: #fff;
}
/*===============================>Indent<==================================*/

.top{padding-top:4px;}
.top-1{margin-top:-6px;}

.bot{margin-bottom: 63px;}
.bot-1{margin-bottom: 33px;}
.bot-2{margin-bottom:11px;}
.bot-3{margin-bottom:27px;}
.bot-4{margin-bottom:20px;}

.left{margin-left: 16px;}

.right{padding-right:20px;}
.right-1{margin-right:20px;}
.right-2{margin-right:12px;}

/*================================link-button===============================*/
a {text-decoration:none; cursor:pointer;}
a:hover {text-decoration:none;}
p{padding-bottom:20px;font-size:15px;}

ul {
	margin:0; 
	padding:0;
	list-style-image:none;
	}
.button{
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 11px; 
	line-height: 16px;
	padding: 8px 15px 11px 15px;
	position:relative;
	color:#ff6236 ; 
	background:#43180d ;
	border-radius: 5px;
	z-index:1;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
	.button span{
		display:block;
		position:absolute;
		background:#43180d ;
		z-index:-1; 
		top:0;
		left:50%;
		bottom:0;
		right:50%;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		border-radius: 5px;
		}
.button:hover span{
	background:#fff ;
	top:0;
	left:0;
	bottom:0;
	right:0;
	}
.button:hover{}
/******************************************************************/
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{overflow:hidden;}
.wrapper-after:after{
 clear:both;
 content:".";
 display:block;
 height:0;
 visibility:hidden;}
.fleft {float:left;}
.fright {float:right;}
/*===============================>H-logo-properties=========================*/
h1{
	display: inline-block;
	float:left;
	margin:27px 0 0 0;
	}
h1 a{display:inline-block;}
h2{ font-size:24px; 
	font-family: 'Lato', sans-serif;
	color:#fff; 
	line-height:30px;
	font-weight: 900;
	/*text-transform:uppercase;*/
	}
h3{font-size:18px; 
   font-family: 'Lato', sans-serif;
   color:#ebebeb; 
   line-height: 22px; 
   font-weight:900;
   }
h4{}

/*********************************header*************************************/
.main-head{
	background: url(../images/bg-body.png) center 0 no-repeat;}
.head{
	width:100%;  
	position:relative; 
	z-index:2;
	background: url(../images/bg-head.png) center 0 repeat;
	}
header{
	margin: 0 auto;
	position:relative;
	}
/*********************************content*************************************/
#page-1 #content{padding:0 0 66px 0;}
#content{
	width:100%; 
	padding:83px 0 53px 0; 
	margin:0;
    position:relative; 
	z-index:1;
	/*    height: 100vh;*/
	}


#map_canvas{
	width: 535px;
	height: 277px;
	}
.adress{
	font-size: 13px; 
	} 
.adress dd{text-align:left;}
.adress a{ 
    color:#e03c0f ; 
	display:inline-block;
	font-size: 12px;
	margin-left: 2px; 
	}
.adress a:hover{
	color:#fff ; 
	text-decoration:underline;
	}
		.adress span{
			display:inline-block; 
			width:69px;
			}
		.adress strong{
			display:inline-block;
			font-weight:normal;
			}
		.title1{
			letter-spacing:0; 
			text-align:left; 
			font-size: 15px;
			margin: 0 0 20px 0; 
			display:inline-block; 
			font-weight: bold; 
			color:#ffffff ;
			}
.pp{
	display:inline-block; 
	margin:18px 0 0 0; 
	color:#e03c0f; 
	}
.pp:hover{
	color:#fff ; 
	text-decoration:underline;
	}
.list li{
	font-size:12px;
	line-height:18px;
	padding:6px 0 6px 0;
	display:block;
	overflow:hidden;
	}
.list li span{
	display:block;
	overflow:hidden;}
.list li strong{
	display:block;
	margin-right:8px;
	float:left;
	color:#fff;
	}
.list li a{
	color:#827e7c;}
.list li a:hover{color:#fff;}

.list-1{}
.list-1 li{
	font-size:12px;
	line-height:18px;
	padding:6px 0 6px 12px;
	display:block;
	background: url(../images/bg-list-1-li.png) 0 10px no-repeat;
	}
.list-1 li a{color:#e03c0f;}
.list-1 li a:hover{color:#fff;}

.list-2{}
.list-2 li{
	background: url(../images/bg-list-2-li.jpg) 9px 13px no-repeat;
	font-size:11px;
	line-height:18px;
	padding:6px 0 6px 21px;
	}
.list-2 li a{color:#ebebeb;}
.list-2 li a:hover{color:#e03c0f;}
/**********************************index***********************************/
.big-banner{
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	text-align:center;
	letter-spacing:-3px;
	padding:50px 0 30px 0;
	}
.big-banner span{
	font-weight:bold;
	font-size:60px;
	display:block;
	line-height:90px;
	color:#fff;
	}
.big-banner span+span{
	font-size:120px;
	line-height:140px;
	margin:-29px 0 0 0;
	font-weight:900;
	}
.big-banner span+span span{
	font-size:120px;
	line-height:140px;
	margin:-29px 0 0 0;
	font-weight:900;
	}
	.big-banner span+span span em{font-weight:300;font-style:normal;}
.big-banner strong{
	font-weight:bold;
	font-size:30px;
	color:#ff4714;
	line-height:36px;
	display:block;
	margin:3px 0 0 0;
	letter-spacing: -1px;
	text-shadow: 0px 1px 15px rgba(92, 62, 62, 1);;
	}
.clients{
	background:#ff4714;
	display:inline-block;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	padding:8px 3px 8px 19px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	}
	.clients:after{
		background: url(../images/client-after.png) 0 0 no-repeat;
		width:18px;
		height:40px;
		display:block;
		position:absolute;
		content:'';
		top:0;
		right:-18px;
		}
.block{
	font-size:18px;
	line-height:24px;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	position:relative;
	overflow: hidden;
 
	}
	.block:hover span{bottom: 50px;}
	.block span{
		display:block;
		position:absolute;
		background: url(../images/bg-block.png) 0 0 repeat;
		font-size:12px;
		line-height:20px;
		text-transform:none;
		font-family: Arial, Helvetica, sans-serif;
		color:#ffffff;
		padding:24px 30px 26px 30px;
		bottom: -50%;
		left:0;
		-moz-transition:all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		width:80%;
		}
	.block-2 a{
		font-size:16px !important;
		}
	.block-2 a:hover{
		}
.block a{
	background: url(../images/bg-block-a.png) right 0px no-repeat;
	color:#fff ;
	width:41px;
	height:41px;
	display:inline-block;
	position:relative;
	z-index:1;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	float:right;
	}
	
	.blockIn {
	background:#a22f0f ;
	color:#fff ;
	display:block;
	padding:13px 0 13px 12px;
	position:relative;
	z-index:1;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	}
	.blockIn:hover{background-color: #222 !important;}
	
/**********************************index-1*********************************/
.block-1{
	background: url(../images/bg-block-1.png) 0 0 no-repeat;
	padding:5px 0 38px 20px;
	}
/**********************************index-2*********************************/

/**********************************index-3*********************************/

/**********************************index-4*********************************/

/**********************************index-5*********************************/

/**********************************index-6*********************************/

/****************************footer************************/
footer{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#4d4a48;
	background:#181514 ; 
	text-indent:0;
	text-align:right;
	}
.main-footer{
	padding-top: 20px; 
	padding-bottom: 20px;
	}
footer a{color:#4d4a48;}
footer a:hover{color:#fff;}
/*=======================superfish=========================*/


/******************* carousel ***************/
.carousel {
	overflow:hidden;
	}
.carousel-box {position:relative;}
.carousel ul li {}

#next,
#prev {
	display:inline-block;
	width:31px;
	height:31px;
	margin:61px 0 0 0;
	}
#next{background: url(../images/next.png) 0 bottom no-repeat;}
#prev{background: url(../images/prev.png) 0 bottom no-repeat;margin-right:10px;}
#next:hover {background-position:0 0;}
#prev:hover {background-position:0 0;}


.ff_right {
	float: right !important;  
}




figure img {
	max-width: 100%;

}




/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
 body {
min-width:768px;
}



.block:hover span {
	bottom: 50px;
	top: auto;
}
 .map figure, .map figure iframe, #form input, #form textarea, #form .success {
 width: 100% !important;
 float: none;
}
 #form .success {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}

figure {
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
}
 .map figure {
 height: auto !important;
}

.extra_wrapper {
	overflow: visible ;
}

.block_box {
	margin-right: 0 !important;
}
.box_1 > .block_box {
	margin: 0 15px 20px 0 !important;
}

figure iframe {
	width: 100%;
}

.block img {
	width: 100%;
	max-width: 100%;
}

.right {
	padding-right: 0;
}
.rt1 {
	float: none;
	margin-right: 0;
	margin: 0 auto;
	display: block;
}

.vis {
	overflow: visible;

}

#map_canvas{
	width: 100%;
}

}
 @media only screen and (max-width: 767px) {
 body {
min-width:420px;
}

.full {
	margin-right: 0 !important;
	margin-bottom: 25px;
	width: 100%;
	float: none;
}


.ff_right {
	float: none !important;
	clear: both;

}


.img_inner {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;		
}

header h1 {
	padding-top: 10px;
}



h1.logo {
	float: none;
}

header h1 a {
	margin: 0 auto;
	width: 186px;
}


figure  img {
	margin: 0 auto;
}


.map address  {
	float: none;
	margin-right: 0px;
}


header {
	position: relative;
	padding-top: 20px;
}
header h1 {
	float: none;
	top: 0;
	text-align: center;
	margin-left: 0 !important;
	padding-left: 0;
	padding-bottom: 40px !important;
}


header h1 .logo {
	margin: 0 auto;
}

.map figure iframe {
	width: 100%;
	height: 300px;
}


.map address {
	float: none;
	margin-right: 0;
}

.content .noresize {
	width: auto !important;
	float: left !important;
	margin-right: 20px !important;
}

.header_top {
	margin-bottom: 40px;
}

figure {
	width: 100%;
}

figure img {
	width: 100%;

}


figure {
	margin-right: 0 !important;
	margin-bottom: 20px;
}

.head {
	background-repeat: repeat;
}

.big-banner span{
	font-size: 65px !important;
	line-height: 100px !important;
	font-weight: normal !important;
}

.big-banner strong {
	font-size: 40px !important;
	line-height: 60px !important;
}

.block {
	margin-bottom: 34px;
}

.rt1 {
	float: left;
	margin-right: 20px;
}

.offtop {
	padding-top: 40px;
}

#map_canvas {
	width: 100%;
	margin-bottom: 30px;
}

ul.list {
	margin-bottom: 20px;
}


.videocon_h a {
    background: none repeat scroll 0 0 #e57424;
    color: #fff;
    display: block;
    font-size: 18px !important;
    margin: 20px 10px 0 0 !important;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
}	

}

 @media only screen and (max-width: 479px) {



.big-banner span{
	font-size: 55px !important;
	line-height: 80px !important;
	font-weight: normal !important;
}

body {
min-width:300px;
}

.autorization .mail {
	float: none;
}

.menu {
	width: 300px;
	margin: 0 auto;
	float: none !important;
}

footer .logo a {
	float: none;
}

.banner {
	background: none !important;
}

}


/*------------------------------------*/

.videocon{
	padding:0px;
	margin:0px;
  }


.videocon_h{
	padding:30px 0;
	margin:0px;
  }
  

.videocon_h a{
  	margin:0px 10px 0 0;
 	font-size:20px; 
  	color:#fff;
	background:#e57424;
	padding:10px 30px;
	text-transform:uppercase;
	}
	
.videocon_h a:hover{
 	background:#a22f0f;
 	}	
	
.videocon_txt{
	padding:0px 0;
	margin:10px 0;
	background:#383838;
	padding:20px;
  }	
.videocon_txt p{
	 font-size:13px;
  }	
  
.videocon_back {
    padding: 30px 0;
    margin: 0px;
    display: inline-flex;
}
  
.videocon_back span{
	color:#757575;
    font-size:26px;
	padding:0 10px 0 0;
	text-transform:uppercase;
}
.videocon_back a{
  	margin:0px 10px 0 0;
 	font-size:19px; 
  	color:#fff;
	background:#a22f0f;
	padding:5px 20px;
	border-radius:5px;
	}
	
.videocon_back a:hover{
 	background:#e57424;
 	}	
	
	

.wine_video_h{
  	margin:0px 10px 0 0;
 	font-size:28px; 
  	color:#fff;
	background:#e57424;
	padding:10px 30px;
	}
.wine_video{
  	margin:0px 0;
 	padding:0px;
	text-align:center;
	}	
	
.wine_video img {
    margin: 0px 0;
    padding: 0px;
    text-align: center;
    width: 100%;
    height: auto;
}
	
.big_banner1{
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	text-align:center;
	letter-spacing:-3px;
	padding:0px 0 76px 0;
	}
.big_banner1 span{
	font-weight:bold;
	font-size:60px;
	display:block;
	line-height:90px;
	color:#fff;
	margin-top:25px;
	} 

 
.big_banner1 strong{
	font-weight:bold;
	font-size:60px;
	display:block;
	line-height:90px;
	color:#fff;
	} 
	
	
.disterbuter{
	padding:0px;
	margin:0px 0 30px 0;
}
	
	
.disterbuter a{
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	margin:0 20px 10px 0;
	background:#a22f0f;
	padding:10px 20px;
	}
.disterbuter a:hover{
	background:#ff4714;
}	
  
.soldout{
	position:absolute;
	top:0px;
}
		
  
.whitelable{
	position:absolute;
	top:0px;
}


.productBox{
	background:#FFFFFF;
	padding:5% 0;
	margin: 2% 0 0;
	text-align:center;
}
.infoBox{
	float:left;
}
.textInfo{
	color:#FFFFFF;
	font-size:25px;
}



/*-- pop up --*/
.popupBox1{
	width:960px;
	margin:auto;
}
.clearIn{
	clear:both;
}
.popupInner{
	width:97%;
	background:#FFFFFF;
	margin:0 20px;
	position:relative;
}
.popupInner:after{
	content:"";
	display:block;
	clear:both;
}

.easy_rose_logo{
	margin:0;
	position:absolute;
	top:5px;
	right:20px;
	text-align:right;
	}
	
.easy_rose_logo img{
	width:80%;
	}
	
.popupInner h1{
	color:#f8a28e;
	font-family: 'Lato', sans-serif;
	font-size:50px;
	line-height:50px;
	padding:20px;
}
.boxIn1{
	width:59%;
	float:left;
	margin:2%;
}

.boxIn2{
	width:20%;
	float:left;
	margin:2%;
}
.bannerIn{
	margin:0px;
	width:100%;
	position:relative;
}
.bannerImage{
	width:100%;
}
.innerBox{
	margin:50px 0 0 0;
	padding-bottom:5%;
}
.innerBox:after{
	content:"";
	display:block;
	clear:both;
}
.inImageBox{
	margin:0px;
	position:absolute;
	top:5%;
	right:5%;
}
.infoBox1{
	margin:0 0 5% 0;
}
.infoBox1 h2{
	color:#757575;
	font-size:18px;
}
.footIn{
	background:#f7a28e;
	margin:auto; 
	padding: 2%;
    width: 85%;;
}
.footIn h3{
	font-size:22px;
	font-family: 'Lato', sans-serif;
	color:#FFFFFF;
}
.footIn h3 span{
	font-size:18px;
	font-weight:bold;
	text-align:right;
	float:right;
}
.footIn p{
	font-size:18px;
	font-family: 'Lato', sans-serif;
	color:#FFFFFF;
	padding:0px;
}
.buttonInner{
	padding-left:20px;
}
.footout{
 margin: 110px 0 0; }
.boxout
{
width:72%;
}
.inline-content {
     border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid #D5D5D5;
    
    margin: 20px 22px 0 0;
    position: relative;
   
}
.inline-content.inline-photo img {
    float: left;
}
.newimg
{

width: 100% !important;
}
.pb-caption {
    color: #6E6E6E;
    font: 15px/20px "FranklinITCProLight","HelveticaNeue","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
div.subhead, .pb-f-article-article-body div.sublabel {
    display: block;
    font-family: "FranklinITCProBold",sans-serif;
    font-size: 1.3em;
    padding-bottom: 15px;
    padding-top: 10px;
font-weight: bold;
}
a
{  color: #E03C0F;
}
table,th,td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    
    text-align: center;    
}
.newth{
   border:3px solid black;
padding: 4px;
    width: 10%;
font-size: 15px;
  
   
}

.td1{padding: 5px;
border:1px solid black;
font-size: 15px;}
.newth1{
font-size: medium;
vertical-align:middle;
}
.thfirst{border: medium none;}
.tdnew
{
border: 1px solid white;
}
.boxIn33 {
    
    width: 60%;
}
.newimg5
{ width: 225px;
}

/*.inImageBox img{
width:280px;
}
.inImageBox img
{
margin:0 -12px 0 60px; 
}
*/
/*.innerBox .footIn {
    background: #a09e9e;
}*/
.popupInner h1 {
    color: #a09e9e;
}
/*#display_popup_3 .popupBox1 .boxIn1 {
    width: 33%;
}*/
.grid_4.new_class {
    margin: 0 9px;
}
.videocon_back a {
    display: inline-block;
    margin: 10px 0;
}
.videocon_back span {
    margin: auto;
}
.videocon_back a {
    margin-right: 15px;
}
.infoBox1 strong {
    font-size: 18px;
}
.abt_wine_img {
    float: left;
    width: 100%;
    padding: 0 15px;
/*    margin-bottom: 40px;
*/    display: inline-flex;
    box-sizing: border-box;
}

.abt_wine_img .infoBox1 {
    float: left;
    width: 35%;
    text-align: center;
}

.abt_wine_img .infoBox1 p {
    word-wrap: break-word;
    font-size: 15px;
    margin-top: 3px;
}

.wine_ryt_img {
    float: left;
    width: 65%;
    padding: 0px 30px;
    box-sizing: border-box;
}

.abt_wine_img > div {
    margin: auto;
}
.wine_video iframe {
    height: 100vh !important;
        width: 100%;
}
.abt_wine_img {
    background: #918b7b;
    color: #fff;
}
.abt_wine_img .infoBox1 h2 {
    color: #fff;
}
.wine_ryt_img {
    float: right !important;
}
#display_popup_14 .footIn {
    width: 100%;
    box-sizing: border-box;
}
@media only screen and (max-width: 767px){
.wine_video iframe {
    height: auto !important;
    width: 100%;
}	
}