@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900');
a{
	-webkit-transition: all linear 300ms;
	-moz-transition: all linear 300ms;
	transition: all linear 300ms;
}
input, textarea, select, body{
	font-size:14px;
	font-family: 'Lato';
	font-weight: normal;
	}
header{
	background-color: #3C3C3B;
	color: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1111;
	padding: 0 80px;
	box-sizing: border-box;
}
.logoHolder{
	padding-top:50px;
	float: left;
}
.logoHolder a, .eventionsLogo, .eventLocation:before, .eventTime:before, .hasDropdown>a:after, .bottomLogo a, .flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before{
	background-image:url(../images/sprite.png);
	background-repeat: no-repeat;
}
.logoHolder a{
	display: block;
	width: 162px;
	height: 45px;
}
.rightHeader{
	float: right;
}
header .rightAlign{
	margin-bottom: 30px;
}
.organizedBy{
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 5px;
}
.eventionsLogo{
	display: block;
	width: 68px;
	height: 17px;
	background-position: 0 -45px;
	margin-left: 10px;
	margin-bottom: 10px;
	pointer-events: none;
}
.boxItem{
    width: 335px;;
    height: 340px;
}
.infoBox{
    height: 340px;
}
.mainNav{
	text-align: right;
	margin-bottom: 20px;
}
.mainNav li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px;
}
.mainNav li:last-child{
	margin-right: 0;
}
.mainNav a{
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-transform: uppercase;
	display: block;
}
.languagesSwitch li{
	display: inline-block;
	margin-left: 5px;
}
.languagesSwitch a{
	display: block;
	padding: 15px 10px 5px 10px;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
	color: #3C3C3B;
}
.languagesSwitch a:hover, .languagesSwitch a.active{
	color: #fff;
	background-color: #B7182E;
}
.languageMain{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
/* Banner tile layout */
.bannerTile{
	padding-left: 0;
	padding-right: 0;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.bannerInfoBar{
	display: flex;
	align-items: stretch;
	background-color: #B7182E;
	color: #fff;
	padding: 0;
	height: 110px;
}
.bannerLeft{
	flex: 1;
	display: flex;
	align-items: center;
	padding: 0px 80px;
}
.bannerEventTitle{
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 22px;
	color: #fff;
	margin: 0;
}
.bannerRight{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 18px 15px 0px 15px;
	min-width: 210px;
}
.bannerDate{
	padding-left: 20px;
	position: relative;
	line-height: 17px;
	color: #fff;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 4px;
}
.bannerDetails{
	background-color: rgba(0,0,0,0.15);
	padding: 6px 10px;
	min-width: 300px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bannerLocation,
.bannerTime{
	padding-left: 20px;
	position: relative;
	line-height: 18.73px;
	color: #fff;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.bannerDate .fa,
.bannerLocation .fa,
.bannerTime .fa{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	font-size: 12px;
	color: #fff;
	width: 14px;
	text-align: center;
}
.bannerDate .fa{
	font-size: 13px;
}
.bannerLearnMore{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	text-align: center;
}
.bannerLearnMore .primaryBtn{
	color: #fff;
	border: 1px solid #fff;
	min-width: 111px;
	padding: 7px 15px;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}
.bannerLearnMore .primaryBtn:hover{
	background-color: #B7182E;
	border-color: #B7182E;
}
.topBannerImage{
	position: relative;
}
.topBannerImage img{
	display: block;
	width: 100%;
	height: 455px;      
    object-fit: cover; 
}
.eventLocation, .eventTime{
	padding-left: 25px;
	position: relative;
	padding-top: 2px; 
	padding-bottom: 2px; 
}
.eventLocation:before, .eventTime:before{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	width: 20px;
	height: 20px;
}
.eventLocation:before{
	background-position: 0 -70px;
}
.eventTime:before{
	background-position: 0 -90px;
}
.continueLeft{
	margin-right: -15px;
}
.continueRight{
	margin-left: -15px;
}
.primaryBtn{
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 15px;
}
.listingLink .primaryBtn{
	color: #fff;
	border: 1px solid #fff;
}
.listingLink .primaryBtn:hover{
	background-color: #B7182E;
	border-color: #B7182E;
}
.bannerSection{
	padding: 30px 0 0 15px;
}
.bannerSection:last-child{
	padding-bottom: 30px;
}
.bannerSection img{
	display: block;
	width: 100%;
}
.contentPad{
	position: relative;
	padding: 80px 0;
}


.organisersSection .width30{
	background-color: #3d3d3c !important;
}
.organisersSection .contentPad{
	padding: 150px 0px 250px 80px; 
	box-sizing: border-box; 
}
.blockTitle{
	font-size: 32px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 50px;
	letter-spacing: 2px;
	font-weight: 400;
}
.continueLeftBg{
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.redBg{
	background-color: #B7182E;
}
.organizersInner{
	margin-right: -190px;
	position: relative;
	z-index: 1;
}
.noRightPad{
	padding-right: 0;
}
.darkestBg{
	background-color: #801335;
}
.darkBg{
	background-color: #fff;
}
.tableDisplay, .tableCell{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.tableCell{
	display: table-cell;
}
.padding30{
	padding: 30px 20px 0px 40px;
}
.rightImagePad{
	padding: 20px;
	background-color: #9D9D9C;
}
.rightImagePad img{
	display: block;
	width: 100%;
}
h4{
	font-size: 32px;
	text-transform: uppercase;
	color: #801335;
	margin-bottom: 15px;
	font-weight:400;

	
}
.organizerText{

	color: #3d3d3c;
	font-weight:400;
}
.width20, .width80, .width70, .width30{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.width20{
	width: 20%;
}
.width80{
	width: 80%;
}
.width30{
	width: 30%;
}
.width70{
	width: 70%;
}

.noPad{
	padding: 0;
}
.listingImage img{
	display: block;
	width: 100%;
}
.absBottomLine{
	position: absolute;
	height: 12px;
	border-top:3px solid #801335;
	border-bottom:3px solid #801335;
	bottom: 0;
	left: 15px;
	right: 15px;
}
.vinifestSection .listingText{
	color: #3d3d3c;
	margin-right: 25px;
}
.vinifestSection .contentPad {
    padding: 80px 0px 60px 100px;  
    box-sizing: border-box;
}
.activitiesSection{
	color: #fff
}
.activitiesList .listingItem{
	display: inline-block;
	text-align: center;
	margin-right: 80px;
	color: #fff;
}
.activitiesList{
	margin-top: 20px;
	margin-bottom: 30px;
}
.activitiesList .listingTitle{
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 900;
}
.activitiesList a .listingTitle{
	color: #fff;
}

.activitiesList .listingImage img{
	max-width: 86px;
	display: inline;
	margin-bottom: 40px;
}
.logosCarousel .flexslider .slides img{
	display: inline;
	width: auto;   
}

.logosCarousel{
	margin: 20px 0;
	text-align: center;
}
.flexslider{
	border: 0 none;
	margin-bottom: 0;
	background-color: transparent;
}
.containerHalfGrid{
	position: relative;
    margin-right: -32.5%;

}
.iconsList .listingItem{
	display: inline-block;
	margin-right: 15px;
	max-width: 75px;
}
.iconsList .listingImage img{
	max-width: 75px;
}
.iconsList{
	padding-top: 50px;
	padding-bottom: 50px;
}
.iconsList:empty{
	display: none;
}
.whiteColorText *, .whiteColorText .listingText{
	color: #fff;
}
.whiteColorText .absBottomLine{
	border-color: #fff;
}
.innerGallery{
	margin-right: -278%;
	position: relative;
}
.innerGallery .flexslider .slides li{
    margin-right: 28px; 
}
.gallerySection .contentPad{
	padding: 60px 60px; 
    box-sizing: border-box; 
}
.listingImage{
	position: relative;
}
.listingImage .caption{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;display: block;
	padding: 20px;
	background-color: #878787;
	font-size: 14px;
}
.testimonialSaying{
	font-size: 16px;
	color: #fff;
	background-color: #801335;
	text-align: center;
	padding: 14px; 
}

.testimonialSaying strong{
	font-weight: 900;
}
.testimonialSection{
	padding: 140PX 0PX 0PX  80px;
	position: relative;
	height: 660px;
}

.testimonialSection .blockTitle{
	color: #fff;
}
.testimonialSection .listingTitle{
	margin-bottom: 10px;
}
.testimonialSection .listingItem{
	background: #fff;
	padding: 15px;
	color: #646363;
}
.testimonialSection .contentPad {
    padding: 60px 60px; 
    box-sizing: border-box; 
}
.contactFrame{
	height: 100%;
	margin-right: -15px;
}
.innerContact{
	position: relative;
	margin-right: -100%;
	z-index: 11;
}
.contactFrame iframe{
	height: 100%;
	width: 100%;
}
.contactSection .contentPad {
    padding: 80px 0px 80px 80px;
    box-sizing: border-box; 
}

.contactSection .col-md-3{
    height: 752px; 
    
}
.innerContact input[type="text"], .innerContact textarea{
	display: block;
	width: 100%;
	border: 0 none;
	height: 49px;
	color: #3c3c3b;
	padding: 0 10px;
	line-height: 30px;
}
.innerContact textarea{
	height: 135px;
}
.innerContact input[type=submit]{
	color: #fff;
	background-color: #3d3d3c;
	border: 0 none;
	padding: 16px 45px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 17px;
	letter-spacing: 2px;
	
}
.innerContact input[type=submit]:hover{
	background-color: #b7182e;
}
.innerContact .inputEntity{
	margin-bottom: 5px;
}
section .blockTitle{
	color: #801335;
}
.activitiesSection .blockTitle, .whiteColorText .blockTitle{
	color: #fff;
}
.activitiesSection .contentPad {
    padding: 120px 0px 120px 80px;  
    box-sizing: border-box; 
}
.hasDropdown{
}
.mainNav{
	position: relative;
}
.hasDropdown>a{
	padding-right: 25px;
	position: relative;
}
.hasDropdown>a:after{
	display: block;
	content: '';
	position: absolute;
	right: 2px;
	width: 20px;
	height: 20px;
	background-position: 0 -110px;
	top: 50%;
	margin-top: -10px;
}
.hasDropdown:hover .dropDownMenu{
	display: block;
}
.dropDownMenu ul{
	background-color: #b7182e;
	width: 550px;
	margin-top: 20px;
	padding: 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-right: 30px
}
.dropDownMenu a{
	color: #fff;
	padding: 3px 10px;
	border-right: 2px solid #fff;
	display: block;
	text-align: left;
}
.dropDownMenu li{
	margin: 0;
	width: 33.33%;
	float:left;
}
.dropDownMenu{
	right: 0;
}
.dropDownMenu ul:after{
	clear: both;
	content: '';
	display: block;
}
.galleryMenu ul{
	width: auto;
	padding-right: 250px;
}
.galleryMenu .dropDownMenu li{
	width: auto;
}
.dropDownMenu li:nth-child(3n) a{
	border-right: 0 none;
}
.listingImage .flexslider .caption{
	padding-right: 100px;
}
.listingImage .flexslider .flex-control-nav{
	width: auto;
	right: 5px;
	bottom: 5px;
	z-index: 111;
}
.listingImage .flexslider .flex-control-paging li a{
	background: transparent;
	border: 1px solid #fff;
}
.listingImage .flexslider .flex-control-paging li a:hover, .listingImage .flexslider .flex-control-paging li a.flex-active{
	background-color: #fff;
}
.listingImage .flexslider .flex-direction-nav{
	display: none;
}
.gallerySection .flex-next:after, .gallerySection .flex-next:before{
	color: #9D9D9C !important
}
.logosCarousel .flex-next:before, .logosCarousel .flex-prev:before{
	color: #9D9D9C !important
}
.logosCarousel .flex-direction-nav a{
	text-align: center;
	line-height: 40px;
}
.dropDownMenu a:hover{
	color: rgba(255,255,255,0.8);
}
.playIcon a:after, .playIcon a:before{
	display: block;
	position: absolute;
	content: '';
}
.playIcon a:after{
	width: 96px;
	height: 96px;
	top: 50%;
	margin-top: -48px;
	left: 50%;
	margin-left: -48px;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0.2);
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.playIcon a:before{
	border-top: 14px solid rgba(0,0,0,0);
	border-bottom: 14px solid rgba(0,0,0,0);
	border-left: 21px solid #fff;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	margin-top: -14px;
}
footer{
	color: #fff;
}
.upperFooter{
	padding: 70px 80px 60px 80px; 
	background-color: #3C3C3B;
	box-sizing: border-box;
}
.upperFooter .inlineMiddle+.inlineMiddle{
	margin-left: 300px;
}
.socialMedia{
	float: right;
}
.socialMedia li{
	display: inline-block;
	margin-left: 15px;
}
.socialMedia li a{
	display: block;
	width: 38px;
	height: 38px;
	color: #3C3C3B;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
}
.socialMedia li a:hover{
	background-color: #b7182e;
	color: #fff;
}
.bottomLogo a{
	display: block;
	width: 146px;
	height: 36px;
	background-position: 0 -130px;
	pointer-events: none;
}
.lowerFooter{
	background-color: #2E2e2d;
	height: 40px;
	color: #fff;
	font-size: 11px;
	padding: 30px 80px 30px 80px; 
    box-sizing: border-box; 
}
.maxArea {
	background-color: rgb(255, 255, 255);
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}
.mainBanner .maxArea{
    padding-left: 50px;  
    padding-right: 50px; 
    box-sizing: border-box;
}
strong{
	font-weight: 900;
}
body{
	background-color: #dedede;
	padding-top: 125px;
}
.listingImage .flex-control-paging li a{
	width: 8px;
	height: 8px;
}
.listingImage .flex-control-paging li{
	margin-left: 0;
}
.flex-direction-nav a{
	position: absolute;
}
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before{
	content: '';
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	background-position: 0 -170px;
	right: inherit;
	position: absolute;
}
.flex-direction-nav a.flex-prev:before{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.innerGallery .flex-direction-nav a.flex-prev:before, .testimonialSection .flex-direction-nav a:before, .testimonialSection .flex-direction-nav a:after{
	background-position: 0 -190px;
}
.lowerFooter a{
	color: #fff;
	text-decoration: underline;
}
.lowerFooter a:hover{
	text-decoration: none;
}
.activitiesList .listingItem:focus, .activitiesList .listingItem:hover, .iconsList .listingItem a:hover, .mainNav a:hover, .mainNav a.active{
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}
.mainBanner{
    margin-left: 0;
    margin-right: 0; 
    box-sizing: border-box;
}
.mainBanner .row{
	margin-left: 0;
	margin-right: 0;
}



.continueLeftBg{}
.addresses_list span{
	width: 20px;
	margin-right: 25px;
	display: inline-block;
	text-align: center;
	padding-left: 50px;
	height: 20px;
}
.addresses_list li{
	margin-bottom: 3px;
}
.blockTitle strong{
	font-weight: 900;
}
.absBottomLineParent{
	padding-bottom: 10px;
}
.listingText p{
	line-height: 29px;
	
}
.footer_value, .footer_label{
	display: inline-block;
}
.footer_label{
	margin-right: 5px;
}
.footer_value{
	margin-right: 15px;
}
.footer_value{
	color: #9D9D9C;
}
.footer_value a{
	color: #fff;
}
.no_icon:before{
	display:none;
	}
.topSection .listingText{
	padding:20px;
}
.bottomSection .listingLink{
	text-align:center;
	}
#contact .continueLeft{
	left:15px;
}
.hidden_gallery{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:-1;
	opacity:0;
	visibility:hidden;
}
.visible_gallery{
	position:static;
	}
.sliders_parent{
	
    text-align: center;
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;

}
.iconsList .listingItem a{
	-webkit-opacity:0.7;
	-moz-opacity:0.7;
	opacity:0.7;
	}
.iconsList .listingItem.active a{
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	}
.galleryDropdown{
	position: relative;
}
.galleryDropdown .dropDownMenu{
	left: 0;
	right: inherit;
}
.galleryDropdown .dropDownMenu ul{
	width: 200px;
}
.galleryDropdown .dropDownMenu li{
	width: 50%;
}
.galleryDropdown .dropDownMenu li:last-child a{
	border-right: 0 none;
}
.gallerySection h2.blockTitle{
	margin-bottom: 25px;
}
	
/* Back to top button */
.backToTopBtn {
	display: block !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #B7182E;
	color: #fff;
	font-size: 28px;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	transition: opacity 0.3s, background-color 0.2s;
	opacity: 0.85;
}
.backToTopBtn.visible {
	display: block;
}
.backToTopBtn:hover {
	background-color: #801335;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

.hero-learn-more-btn {
    position: absolute;
    bottom: 50px;                    
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: inline-block;
    min-width: 200px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.hero-learn-more-btn:hover {
	background-color: #801335;
}

.container{
    max-width:100% !important;
    width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
	box-sizing:border-box;
}

html, body{
    overflow-x: hidden;
}

.vinifestSection .continueLeftBg{
    background-color: #ffffff !important;
}
.vinifestSection .width30 {
    background-color: #ffffff !important;
}



.gallerySection .innerGallery {
    margin-right: -478% !important;  
    position: relative !important;
    z-index: 10 !important;

}

.gallerySection .images_slider .slides li {
    display: inline-block !important;
    width: 350px !important;          
    margin: 0 10px !important;         
    
}


.gallerySection .images_slider .slides li img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;      
   
}

.gallerySection .images_slider .slides {
    display: block !important;
    text-align: center !important;
    white-space: nowrap !important;  
    overflow-x: auto !important;      
    padding: 20px 0 !important;
}
.gallerySection .images_slider .slides li .caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    padding: 8px !important;
    font-size: 14px !important;
    text-align: center !important;
}




