body {
	width:100%;
	padding:0;	
	margin:0;
	font-size: 14px;
    font-family: 'BPG Excelsior';
}

.text .description p a {
    font-size: 16px;
    color: #b2936d;
    text-decoration:none;
}

.text .description p a:hover {
    font-size: 16px;
    color: #b2936d;
    text-decoration:none;
}

.wrapper img {
	transition: transform 1.25s ease;
}

.wrapper img:hover {
  	transform: scale(1.05); 
}

.header {
	width:100%;
	background:#121212;
	height:100px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 1;
}

.header .container {
	width:1550px;
	margin:auto;	
}

.header .logo {
	float:left;	
	margin-right:35px;
	margin-top:15px;
}

.header .menu {
	float:left;	
	margin-left:0;
	margin-right:10px;
	position: relative;
	display: inline-block;
}

.header .menu .item {
	float:left;	
	margin-top:40px;
	position:relative;
	margin-right:30px;
}

/*
.header .menu .item:last-child {
	border:3px solid #907f58;
	padding:4px 12px 4px 12px;
	margin-top:34px;
	margin-right:0;
	margin-left:20px;
}
*/

.header .menu .item a {
	font-size:16px;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	text-decoration:none;
	color:white;
}

.ptitle {
	font-family:'BPG Excelsior Caps DejaVu 2010' !important;
}

.products a {
	text-decoration:none;
}

/*
.header .menu .item:last-child a {
	color:#b2936d;
}
*/

.header .menu .item a:hover {
	color:#b2936d;
}

.header .menu .item:hover::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: -40px;
    border-bottom: 5px solid #b2936d;	
}

.header .menu .item:last-child:hover::before {
    top: -38px;
}

/* dropdown */
.sub-menu {
	padding-top:35px;
	position: absolute;
	left:-40px;	
	display: none;
	z-index:999999;
}

.sub-items {
	background-color: #121212;
	/* border:1px solid #b2936d; */
	padding:0 40px 40px 40px;
	min-width: 220px;
}

.item:hover .sub-menu {
	display: block;
}

.sub-items .sub-item {
	padding:5px 3px 10px 3px;
}

.sub-items .sub-item a {
	color:white;
}

.sub-items .sub-item a:hover {
	color:#b2936d;
}

/* dropdown */



.header .search {
	font-size:20px;
	float:right;	
	margin-left:0;
	margin-right:20px;
	padding-top:40px;
	color:#b2936d;
}

.header .language_selector {
	font-size:20px;
	float:right;	
	margin-left:0;
	margin-right:0;
	padding-top:40px;
	color:#b2936d;
	position:relative;
}

.header .language_selector .languages {
	position:absolute;
	display:none; 
	background:black; 
	color:#b2936d;
	right:0;
	border-radius:2px;
	border: 1px solid #b2936d;
	padding: 20px;
}

.header .language_selector:hover .languages {
	display:block;
}

.languages ul {
	list-style-type: none;
	padding-left:10px;
}

.languages ul li a {
    color: #b2936d;
    font-size:14px; 
    text-decoration: none;
}



.slider, .page-slider {
	width:100%;
	height:790px;
	background-size:cover;
}

.page-secondary-slider {
	width:100%;
	height:790px;
	margin-top:30px;
	margin-bottom:30px;
	background-size:cover;
}

.about {
	height:745px;
	background:#e9e9e9;
}

.about .img {
	width:40%;
	float:left;
	height:745px;
	background-image:url('../img/about.png');
	background-position:right;
}

.about .text {
	width:60%;
	float:left;
	background:#e9e9e9;
	height:745px;
}

.about .text h1 {
	font-size:48px;
	color:#b2936d;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	text-align:left;
	margin-top:70px;
	margin-bottom:70px;
}

.about .text .description {
	margin-bottom:30px;
}

.about .text .description p {
	font-size:16px;
	color:#000000;
	font-family:'BPG Excelsior';
	text-align:left;
	margin-top:0px;
	margin-bottom:30px;
}

.about .text .see_more {
	margin-top:70px;
	padding:30px;
	color:#b2936d;
	border:1px solid #b2936d;
	width:300px;
	font-size:20px;
	text-align:center;
}	

.about .text .see_more a {
	color:#b2936d;
	text-decoration:none;
}

.catalog {
	background-image:url('../img/catalog_bg.png');
	background-size:cover;
	background-position:50% 0;
	height:996px;
	background-color:white;
}

.catalog .container {
	width:1550px;
	margin:auto;	
}

.catalog .container h1 {
	color:#b2936d;
	font-size:72px;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	margin-bottom:20px;
	margin-top:370px;
}

.catalog .container h2 {
	color:#b2936d;
	font-size:48px;
	font-family:'BPG Excelsior';
	margin-bottom:20px;
}

.catalog .container h3 {
	color:#b2936d;
	font-size:60px;
	font-family:'Georgia';
}

.catalog .container img {
    margin-top: 50px;
}

.catalog .container .description {
	color:#555555;
	font-size:16px;
	font-family:'BPG Excelsior';
	margin-bottom:40px;
	margin-top:400px;
	padding-left:70px;
}

.catalog .container .description p {
	padding-bottom:0;
	margin-bottom:0;
}

.catalog .container .navigation {
	padding-left:70px;
}

.catalog .container .navigation a{
	display:block;
	float:left;
	margin-right:10px;
	padding-top:30px;
	color:white;
	border:1px solid #b2936d;
	width:90px;
	height:90px;
	font-size:20px;
	text-align:center;
}	

.catalog .container .see_more {
	margin-top:70px;
	margin-left: 70px;
	padding:30px;
	color:#b2936d;
	border:1px solid #b2936d;
	width:300px;
	font-size:20px;
	text-align:center;
}	

.catalog .container .see_more a {
	color:#b2936d;
	text-decoration:none;
}



.shop {
	margin-top:150px;
	height:724px;
	position: relative;
	z-index: 1;   
}

.shop:after {
	content: "";
	background-image: url('../../uploads/home/shop_bcgr.png');
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	background-size: cover;
}

.tour {
	margin-top:150px;
	height:724px;
	position: relative;
	z-index: 1;   
}

.tour:after {
	content: "";
	background-image: url('../../uploads/home/tunnel_bcgr.png');
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	background-size: cover;
}

.tour .container {
	filter: opacity(100%);
}

.restaurant {
	margin-top:150px;
	height:724px;
	position: relative;
	z-index: 1;   
}

.restaurant:after {
	content: "";
	background-image:url('../../uploads/home/onl_shop_bcgr.png');
	opacity: 0.3;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
	background-size: cover;
}

.restaurant .container {
	filter: opacity(100%);
}



.group .container {
	width:1550px;
	margin:auto;	
}

.group .container .image{
	text-align:center;	
	padding-top:70px;
}

.group .container h1 {
	color:#b2936d;
	font-size:72px;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	margin-bottom:20px;
	margin-left:20px;
	margin-top:140px;
}

.group .container p {
	color:white;
	font-size:16px;
	font-family:'BPG Excelsior';
	margin-left:20px;
	margin-bottom:20px;
}

.group .container .see_more {
	margin-top:70px;
	padding:30px;
	color:#b2936d;
	border:1px solid #b2936d;
	width:300px;
	font-size:20px;
	text-align:center;
	margin-left:20px;
}	

.group .container .see_more a {
	color:#b2936d;
	text-decoration:none;
}

.partners {
	height:200px;
	padding-top:70px;
}

.partners .container {
	width:1550px;
	margin:auto;	
}

.partner_item {
 	text-align:center;
}

.gallery {
	margin-top:30px;
	height:579px;
	background-image:url('../img/gallery.jpg');
	background-size:cover;
}

.gallery .container {
	width:1550px;
	margin:auto;	
}

.gallery .container h1 {
	color:#b2936d;
	font-size:72px;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	text-align:center;
	margin-top:70px;
	margin-bottom:70px;
}

.gallery_item {
 	text-align:center;
 	padding:5px;
 	height:180px;
 	overflow:hidden;
}

.gallery_item img {
	width:150% !important;
   	-webkit-filter: grayscale(100%);
   	-moz-filter: grayscale(100%);
   	filter: grayscale(100%);
   	transition: all 1.25s ease;
}

.gallery_item img:hover {
   	-webkit-filter: grayscale(0%);
   	-moz-filter: grayscale(0%);
   	filter: grayscale(0%);
   	transition: all 1.25s ease;
}



.footer {
	margin-top:0;
	padding-top:40px;
	height:355px;
	background:#222222;
}

.footer .container {
	width:1550px;
	margin:auto;	
}

.footer_item {
 	text-align:center;
 	padding:5px;
 	font-size:24px;
 	color:#b2936d;
}

.footer_item a {
 	text-decoration:none;
 	color:#b2936d;
}

.footer_item i {
	margin-left:5px; 
	margin-right:5px;
}

.footer_bottom {
	height:70px;
	background:#1b1b1b;
}

.footer_bottom .container {
	width:1550px;
	margin:auto;	
}

.footer .container h1 {
	color:white;
	font-size:16px;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	text-align:center;
	margin-top:30px;
	margin-bottom:20px;
}

.footer .container p {
	color:#b2936d;
	font-size:16px;
	font-family:'BPG Excelsior';
	margin-bottom:5px;
}

.footer_bottom .container h1 {
	color:#6c6c6c;
	font-size:16px;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	text-align:center;
	margin-top:20px;
}

.breadcrumb li {
	padding-left:20px;
}

.breadcrumb li a, 
.breadcrumb li i {
	color:#b2936d;
}

.breadcrumb li a:hover {
	color:#555555;
}

.textpage .container {
	width:1550px;
	margin:auto;	
}

.textpage .container .text {
	width:100%;
	margin-bottom:70px;
}

.textpage .text h1 {
	font-size:24px;
	color:#b2936d;
	font-family:'BPG Excelsior';
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}

.textpage .text h2 {
	font-size:20px;
	color:#b2936d;
	font-family:'BPG Excelsior';
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}

.textpage .shops h3 {
	font-size:20px;
	color:#000000;
	font-family:'BPG Excelsior';
	text-align:center;
	margin-top:30px;
	margin-bottom:30px;
}

.textpage .text h4 {
	font-size:20px;
	color:#b2936d;
	font-family:'BPG Excelsior';
	text-align:center;
	padding-top:10px;
	margin-bottom:10px;
}

.textpage .text h5 {
	font-size:16px;
	color:#000000;
	font-family:'BPG Excelsior';
	text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}

.textpage .container .text p {
	width:100%;
	font-size:16px;
	color:#b2936d;
	font-family:'BPG Excelsior';
	text-align:left;
	margin-top:0px;
	margin-bottom:10px;
}

.page-slider .title {
	padding-top:300px;
	color:#b2936d;
	font-family:'BPG Excelsior Caps DejaVu 2010';
	font-size:28px;
	width:100%;
	text-align:center;
}

.page-slider .title h3 {
	color:#b2936d;
}

.page-slider .title h4 {
	color:white;
}

.form-control {
	border:1px solid #dddddd;
	padding:1rem;
}

.feedback {
	border-right:1px solid #dddddd;
	padding-right:50px;
}

.contact {
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	margin-left:50px;
}

.contact-item-text {
	font-size:16px;
	color:#000000;
}

.form-group .see-more {
	margin-bottom:70px;
	margin-top:30px;
	padding:20px 30px;
	background:#b2936d;
	color:#ffffff;
	border:1px solid #b2936d;
	width:300px;
	font-size:20px;
	text-align:center;
}	

.contact-see_more {
	margin-bottom:70px;
	margin-top:30px;
	margin-left:50px;
	padding:20px 30px;
	color:#b2936d;
	border:1px solid #b2936d;
	width:300px;
	font-size:20px;
	text-align:center;
}	

.contact-see_more a {
	color:#b2936d;
	text-decoration:none;
}


.about .text .see_more {
	margin-top:70px;
	padding:30px;
	color:#b2936d;
	border:1px solid #b2936d;
	width:300px;
	font-size:20px;
	text-align:center;
}	

.contact-item {
	padding:30px 0;
	font-size:20px;
}

.contact-item i {
	color:#b2936d;
	font-size:22px;
}

.contact-item .soc {
	margin-left:20px;
	margin-right:20px;
} 

.gvirabi-slider {
	height:724px;
} 

.gvirabi-slider .container {
	display:block;
} 

.gvirabi-slider .container h1 {
	padding-top:150px;
	font-size:60px;
	color:#b2936d;
	font-family:'BPG Excelsior Caps DejaVu 2010';
} 

.gvirabi-slider .container h2 { 
	padding-top:160px;
	font-size:24px;
	color:#b2936d;
	font-family:'BPG Excelsior Caps DejaVu 2010';
} 

.gvirabi-slider .container h3 {
	padding-top:10px;
	font-size:18px;
	color:#ffffff;
	font-family:'BPG Excelsior';
} 

.gvirabi-booking {
	padding-top:70px
}

.gvirabi-booking .col-4 {
	border:1px solid #ffffff;
}

.shops {
	padding-bottom:70px;
}

.shops .shops-item {
	margin-top:70px;
}

.shops .shops-item h2 {
	margin-top:30px;
	font-size:30px;
}

.filter {
	margin-top:240px;
}

.wine-menu {
	border:1px solid #b2936d;
	height:100px;
}

.filter-items {
	border:1px solid #b2936d;
	height:80px;
}

.filter-item {
	text-align:center;
}

.hd {
	background:#b2936d;
}

.filter-item .nt {
	/* color:#b2936d; */
	color:#ffffff;
	line-height:80px;
}

.filter-item .ht {
	color:#ffffff;
	line-height:80px;
}

.filter-item a {
	text-decoration:none;
}

.products {
	padding:0 0 50px 0;
}

.products .product {
	padding:0 17px 0 17px;
}

.products .product .image {
	height:400px;
	background:#f1f1f1;
	text-align:center;
	float:left;
}

.image1 {
	width:40%;
	text-align:right;	
}

.image2 {
	width:60%;
	text-align:left;	
}

.products .product .image1 img {
	height:50%;
	margin-top:190px;
}

.products .product .image2 img {
	height:100%;
}

.products .product .text {
	height:80px;
	background:#e9e8e8;
	color:#000000;
	text-align:center;
}

.products .product .text:hover {
	background:#2e2e30;
	color:#ffffff !important;
	text-align:center;
}

.products .product .text:hover h4 {
	background:#2e2e30;
	color:#ffffff !important;
	text-align:center;
}

.products .product .text:hover h5 {
	background:#2e2e30;
	color:#ffffff !important;
	text-align:center;
}

.products .product .text h2 {
	padding-top:12px;
	font-size:18px;
	line-height:26px
}

.products .product .text h3 {
	font-size:14px;
	line-height:22px
}

.products .product .text h2:hover {
	font-size:18px;
}

.products .product .text h3:hover {
	font-size:14px;
}

.product-flex-info .title {
	margin-top:40px;
	font-size:32px;
	color:#000000;
	font-family:'BPG Excelsior';
}

.product-flex-info .subtitle {
	margin-top:26px;
	font-size:20px;
	color:#b2936d;
	font-family:'BPG Excelsior';
}

.product-flex-info .text {
	margin-top:20px;
	font-size:16px;
	color:#000000;
	font-family:'BPG Excelsior';
}

.product-flex-info .sec-title {
	margin-top:10px;
	font-size:20px;
	color:#000000;
	font-family:'BPG Excelsior Caps DejaVu 2010';
}

.product-flex-info .sec-text {
	margin-top:10px;
	font-size:20px;
	color:#000000;
	font-family:'BPG Excelsior';
}

.params {
	margin-top:10px;
	margin-bottom:10px;
}

.product-flex-info .description {
	margin-top:50px;
	margin-bottom:50px;
}

.similar {
	margin-top:100px;
}

.sproducts {
	padding-left:17px;
	padding-right:17px;
	margin-bottom:50px;
}

.winerey-h2 {
	font-size:32px;
	margin-bottom:20px;
	font-family:'BPG Excelsior Caps DejaVu 2010' !important;
}

.similar-title {
	height:80px;
	text-align:center;
	line-height:80px;
	font-size:24px;
	color:#000000;
	font-family:'BPG Excelsior';
	background:#f1f1f1;
}


.export-item h2 {
	font-size:24px;
	color:#b2936d;
	font-family:'BPG Excelsior Caps DejaVu 2010' !important;
	text-align:center;
	padding-top:30px;
	margin-top:0 !important;
	margin-bottom:30px;
}

.export-item .text {
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	margin:0;
}

.export-item .image {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	margin:0;
}


.export-item .text .description {
	font-size:16px;
	color:#000000;
	font-family:'BPG Excelsior';
	text-align:center;
	padding-bottom:15px;
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
}

.export-item .text .description p {
	text-align:center;
}

.textpage .shoplist h2 {
	font-size:24px;
	color:#000000;
	font-family:'BPG Excelsior';
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

.textpage .shoplist h3 {
	font-size:16px;
	color:#b2936d;
	font-family:'BPG Excelsior';
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

.textpage .shoplist h4 {
	font-size:16px;
	color:#000000;
	font-family:'BPG Excelsior';
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

#vmap {
	width: 100%; 
	height: 600px; 
}



/* MEDIA (MOBILE ) */
@media (max-width: 576px) {

}

/* MEDIA (MOBILE ) */
@media (max-width: 768px) {

}

/* MEDIA (MOBILE ) */
@media (max-width: 992px) {

}

/* MEDIA (MOBILE ) */
@media (max-width: 1200px) {
	.container {
		width:100% !important;
	}
	
	.toggle-menu {
		background: none;
	    color: #b2936d;
	    border: none;
	    font-size: 24px;
	    margin-top: 35px;
	    margin-right: 5px;
	    margin-left: 15px;
	    float: right;
	}

	.header .menu {
	    margin-left: 20px;
	    margin-right: 0px;
	    float: right;
	    position: relative;
	    display: inline-block;
	}
	
	.about .text {
	    width: 100%;
    }	

	.catalog {
	    height: unset;
	    margin-bottom:30px;
	}

	.footer {
	    height: unset;
		text-align:center;
	}

	.about {
	    height: unset;
	    margin-bottom:30px;
	}


	.footer .container p, 
	.footer .container h1 {
	    text-align: center !important;
	}

	.partners {
	    height: unset;
	    margin-top:30px;
	    margin-bottom:30px;
	}

	.about .text {
	    height: unset;
	    margin-bottom:30px;
	}

	.partners .row .col-xl-2 {
		margin-top:4px;
		margin-bottom:4px;
	}

	.catalog .container {
	    background: none;	
	}
	
	.center-div {
		text-align:center;
	}

	.text {
		padding-left:30px;
	}		
	
	.catalog .container h1 {
	    margin-top: 30px;
	}
	
	.catalog .container .description {
	    margin-top: 30px;
	}	
	
	.catalog .container .see_more {
	    margin-bottom: 30px;
    }		
    
    .text h1,
    .group .container h1,
    .gallery .container h1,
    .catalog .container h1 {
    	font-size:48px;
    
    }
    
	.gallery_item {
    	height: unset;    
    }
    
	.page-slider .title {
    	padding-top: 30px;    
    }
    
	.page-slider {
    	height: 300px;    
    }
    
    .header .container .logo img {
	    width: 160px;
	    margin-top: 15px;    
	}
    
	.catalog .container .see_more {
    	margin-left: 10px;
    }    

	.catalog .container .description {
		padding-left:10px;
	}

	.group .container .see_more {
	    margin-left: 0px;
	}
	
	.winery .image {
		display:none;
	}
    
    
    .gvirabi-working h2, .gvirabi-slider h1 {
    	padding-top:10px !important;
    }
    
    .gvirabi-booking {
    	padding-top: 10px;
    }
    
    .gvirabi-slider {
    	height: 340px;
	}
	
	#vmap {
		width: 100%; 
		height: 240px;
	}

	.product-flex-info .sec-title {
	    font-size: 14px;
	}

	.glass {
		padding-top:220px !important; 
		height:400px !important;
	}
	
	.bottle {
		height:420px !important; 
	}
		
}

