@charset "utf-8";
/* CSS Document */


@font-face {
	font-family:'OpenSans-Regular';
	src: url('../font/OpenSans_gdi.eot');
	src: url('../font/OpenSans_gdi.eot?#iefix') format('embedded-opentype'),
		url('../font/OpenSans_gdi.woff') format('woff'),
		url('../font/OpenSans_gdi.ttf') format('truetype'),
		url('../font/OpenSans_gdi.svg#OpenSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family:'OpenSans-Light';
	src: url('../font/OpenSans-Light_gdi.eot');
	src: url('../font/OpenSans-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('../font/OpenSans-Light_gdi.woff') format('woff'),
		url('../font/OpenSans-Light_gdi.ttf') format('truetype'),
		url('../font/OpenSans-Light_gdi.svg#OpenSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
}

html { /*width:80%; margin:0 auto; max-width: 1000px;*/ font-family:'OpenSans-Regular';}
Body { background-color:#000; padding:0; color:#fff; margin:0;}
h4 { font:normal 14px/22px "Open Sans Light", Arial, Helvetica, sans-serif;}
img { border:0;}
center b { font-size:18px;}
p { font-size: 16px; }

/*****Header****/

ul{
	padding: 0;
	list-style: none;
}
ul li{
	display: inline-block;
	position: relative;
	text-align: left;
}
ul li a{
	display: block;
	text-decoration: none;
}
ul li a:hover{
}
ul li ul.dropdown{
	min-width: 105px; /* Set width of the dropdown */
	background: rgba(242,242,242,0.4);
	display: none;
	position: absolute;
	z-index: 999;
	left: -6%;
	margin-top: 0;
}
ul li ul li:hover {border-top: 1px solid #d0b171; border-bottom: 1px solid #d0b171;}
ul li ul li a:hover { border:none;}

ul li ul li { margin-bottom:10px; margin-top:10px; padding-top:5px; padding-bottom:5px; padding-left:12px; padding-right:8px; text-align:center;}
ul li:hover ul.dropdown{
	display: block;	/* Display the dropdown */
}
ul li ul.dropdown li{
	display: block;
}
li.events_menu a { padding-bottom:10px;}


.header { height: 80px; font-size:14px; margin-top:20px;}
.header .left { float:left; width:30%;}
.header .right { float:right; width:70%; text-align:right;}
/*****Menu*****/
ul { list-style-type: none; margin: 0; padding: 0; margin-top: 20px; color:#d0b171;}
li {display: inline; padding-left: 15px;}
li a { text-decoration:none; color:#d0b171;}
li a:hover { border-top: 1px solid #d0b171;border-bottom: 1px solid #d0b171;}
.home li.current a,.event li.current a  {border-top: 1px solid #d0b171; border-bottom: 1px solid #d0b171;}
li.rsvp { padding-left:25px;}
li.rsvp a { background-color: #b7995a; color:#fff; padding:5px 20px 5px 20px;}
li.rsvp a:hover { border:none; color:#333}

/*****Banner*****/
.banner { width:100%; height: 300px; background-image:url(../images/banner.jpg); background-position: top center; background-size:cover;-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;}
.title { color:#ffffff; width:80%; max-width:1000px; margin:0 auto; position:relative; height: 300px;}
.title span { position:absolute; bottom:0; font-size:58px;}



/*****HOME start here*********/

/*****Intro*****/
.wrapper {width:80%; margin:0 auto; max-width: 1000px; font-family:'OpenSans-Light'; padding-top:30px;}
.gold { color:#d0b171}
.wrapper .left { width:71%; float:left; padding-right:5%; padding-bottom:20px;}
.wrapper .right { float:left; width:23%; position: absolute; bottom: 0; right: 0;}
.part1 { background: url(../images/diviLine.png) 50% 100% no-repeat; overflow: hidden; position:relative;}

/*****3 discussions Area*****/
.part2 { margin-top:70px; background: url(../images/diviLine.png) 50% 100% no-repeat; overflow: hidden; position:relative; padding-bottom:70px;}
.area { width:30%; float:left; margin-right:4%; margin-top:30px;}
.area.three { margin-right:0%;}

/*****Brands*****/
.part3 { margin-top:70px; background: url(../images/diviLine.png) 50% 100% no-repeat; overflow: hidden; position:relative; padding-bottom:70px;}
.brands { width:18%; float:left; margin-right:2%; margin-top:30px;}

/*****Quote******/
.part4 { margin-top:40px; background: url(../images/diviLine.png) 50% 100% no-repeat; overflow: hidden; position:relative; padding-bottom:60px;}

/*****Home event******/
.baguetteBoxTwo.gallery img { width:16%;  padding: 2px;
    border: 1px solid rgb(0, 0, 0);}
.home_event p { color: #fff; margin-bottom: 0}
.home_event .baguetteBoxTwo.gallery {margin-top:20px;}
.home_event a { text-decoration: none}


/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 15px;
}
/* Control buttons  */
#quote-carousel .carousel-control {
	background: none;
	color: #222;
	font-size: 13px;
	text-shadow: none;
	margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
	left: -12px;
	width:10%;
	top:20%;
}
/* Next button  */
#quote-carousel .carousel-control.right {
	right: -12px !important;
	width:10%;
	top:20%;
}

/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
	right: 90%;
	top: 90%;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
	background: #333333;
	padding-left:0;
}

#quote-carousel .carousel-indicators .active {
	background: #c0c0c0;
}

/* End carousel */

.item blockquote {
	border-left: none;
	margin: 0;
	padding:0 5%;
}
.item blockquote img {
	margin-bottom: 10px;
}
/*.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}*/
blockquote { color:#fff;}
blockquote small { text-align:right; color:rgb(208, 177, 113);}
.fa-chevron-left:before { content: "<"; color:#fff; font-weight:bold; font-size:20px; font-family:arial}
.fa-chevron-right:before { content: ">"; color:#fff; font-weight:bold; font-size:20px; font-family:arial}




/* animated elements */
.animateblock {
  padding: 8px 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.animateblock.animated {
  opacity: 1;
}

/* animation transition styles */
.animateblock.left1 {
  margin-left: -5%;
}
.animateblock.left1.animated {
  margin-left: 0%;
}

.animateblock.right1 {
  display: block;
  margin-right: -5%;
}
.animateblock.right1.animated {
  margin-right: 0%;
}

.animateblock.top {
  display: block;
  text-align: center;
  margin-top: 0px;
}
.animateblock.top.animated {
  margin-top: 30px;
}

.animateblock.btm {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.animateblock.btm.animated {
  margin-top: 20px;
}

.animateblock.centerleft {
  display: block;
  text-align: center;
  margin-right: -10%;
}
.animateblock.centerleft.animated {
  margin-right: 0;
}

.animateblock.centerright {
  display: block;
  text-align: center;
  margin-left: -10%;
}
.animateblock.centerright.animated {
  margin-left: 0;
}

.animateblock.center {
  margin-left: 2%;
}
.animateblock.center.animated {
  margin-left: 42%;
}

.animateblock.size {
  display: block;
  width: 15%;
  text-align: center;
  margin-left:15%;

}
.animateblock.size.animated {
  width: 30%;
  margin-left:0;
}

.animateblock.size3 {
  display: block;
  width: 50%;
  text-align: center;
  margin-left:0%;

}
.animateblock.size3.animated {
  width: 100%;
  margin-left:0;
}

.animateblock.size2 {
  display: block;
  width: 70%;
  text-align: center;
  margin-left:0;

}
.animateblock.size2.animated {
  width: 100%;
  margin-left:0;
}

.animateblock.size img {
  max-width: 100%;
  height: auto;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
 margin-bottom: 0;
 padding: 0 40px 30px 40px;
}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
#quote-carousel .carousel-indicators {
 bottom: -20px !important;
}
 #quote-carousel .carousel-indicators li {
 display: inline-block;
 margin: 0px 5px;
 width: 15px;
 height: 15px; margin-top:30px;
}
 #quote-carousel .carousel-indicators li.active {
 margin: 0px 5px;
 width: 15px;
 height: 15px;
}
}
/*********HOME end here**********/


/*******EVENT start here*********/
.event .upcoming { margin-bottom:50px;}
.event .part1 { margin-top:0px; background: url(../images/diviLine.png) 50% 100% no-repeat; overflow: hidden; position:relative; padding-bottom:50px;}
.eventtitle { font-size:20px; font-family:'OpenSans-Regular'; font-weight:bold;}
.eventguest { font-size:15px;}

/********EVENT end here**********/


/*******UPCOMING EVENT*************/

.upcoming_rsvp {background-color:rgb(183, 153, 90); color:#fff; display:inline-block; padding:10px 15px;}
.upcoming_rsvp a { color:#fff; text-decoration:none; font-weight:bold;}
.upcoming_rsvp a:hover { color:#333}

.upcoming ul li {
	list-style: disc outside none;
	display: list-item;
	margin-left: 1em;
	color: white;
}

/**********RSVP******************/
.rsvp_event.left { width:28%; float:left; padding-right:5%; padding-bottom:20px;}
.rsvp .part1 { padding-bottom:30px;}
.rsvp_event.right2 { float:left; width:65%;}
.rsvp .part2 { margin-top:30px; margin-bottom:30px; padding-bottom:0;}
.rsvpform.left { width:71%; float:left; padding-right:5%; padding-bottom:20px;}
.rsvpform.left input { width:65%; background-color:#f0f0f0; border:none; margin-left:10px; float: right; margin-right: 10%; padding: 5px 5px;}
.rsvpform.left .form1 input { margin-bottom:15px;}
#form1 { min-height:300px;}
.rsvpform.left input[type="submit"] { width:120px; margin-right: 45%;}
.rsvpform.right2 { float:left; width:23%; position: absolute; right: 0; bottom: 0;}
/*.addguest:before { content:url('../images/addguest.png'); padding-right:10px;margin-left: -35px; position: relative; top: 15px;}*/
.addbutton:hover, .removebutton:hover { cursor: pointer;}
.guest_details { display:none;}
.removeguestdiv { display:none;}



/*****Footer******/
.footer { width:80%; margin:0 auto; max-width: 1000px; font-family:'OpenSans-Light'; color:#999999; text-align:center; font-size:13px; margin-top:60px; padding-bottom:40px}
.footer a { color:#999999;}
.footer a:hover { color:#d0b171;}
.footer img:hover { opacity:0.6;}



/*******IE8*********/
.ie8 .banner { background-image:url(../images/banner_ie8.jpg) !important;}


@media  screen and (max-width: 450px) {
	.wrapper .left { width:100%;}
	.wrapper .part1 .right { display:none;}
	.brands, .area { width:100% !important; text-align:center;}
	.brands img { width:50% !important; margin:0 auto;}
	 .area img { width:75% !important; margin:0 auto;}
	 .homewrap .left { width:100%; text-align:center; }
	 .homewrap .left img{ width:50%;}
	 .homewrap .right { width:100%;  text-align:center; margin:0 auto;}
	 .homewrap, .wrapper, .title { width:92% !important;}
	 .header { width:100% !important;}
	 .header { margin-top:10px; height:120px;}
	 .homewrap ul { margin-top:10px;}
	 .homewrap li { padding-left:10px;}
	 .wrapper { padding-top: 10px;}
	 .title span { font-size:36px;}
	 .title, .banner { height:200px;}
	 .baguetteBoxTwo.gallery a img, .baguetteBoxTwo.gallery img { width:48% !important;}
	 #baguetteBox-overlay .full-image img {  width:100% !important; height:auto !important;}
	 .rsvp_event.right2 { width:100% !important;}
	 .rsvpform.right2 { display:none;}
	 .rsvpform.left input { width:100%; float:left; margin-left:0;}
	 .rsvpsubmittable { width:100% !important;}
	 .addguest { font-size:12px;}
	 #map_canvas { width:100% !important;}
	 .rsvp_event.left { height: 180px; overflow: hidden;}
	 .rsvp .part1 { margin-top:20px;}	
}

@media  screen and (max-width: 520px) and (min-width: 450px) {
	 body .homewrap .left { width:100% !important; text-align:center !important; }
	 body .homewrap .left img{ width:50% !important;}
	 body .homewrap .right { width:100% !important;  text-align:center !important; margin:0 auto !important;}
	 .header { margin-top:10px; height:120px !important;}
	 body.home .wrapper { padding-top:10px !important;}
}

@media  screen and (max-width: 768px) and (min-width: 451px) {
	.wrapper .left { width:100%;}
	.wrapper .part1 .right { display:none;}
	/*.brands { width:31%; text-align:center;}
	.brands img { width:100%; margin:0 auto; max-width:200px;}*/
	#quote-carousel .carousel-control.right { right:0px !important;}
	#quote-carousel .carousel-control.left { left:0px !important;}
	.baguetteBoxTwo.gallery { margin-top:20px !important;}
	.rsvp_event.right2 { width:100% !important;}
	#map_canvas { width:100% !important;}
	.rsvp_event.left { height: 210px; overflow: hidden;}
	.rsvpform.right2 { display:none;}
	.homewrap { width:90% !important;}
	.homewrap .left { width:40% !important}
	.homewrap .right { width:60% !important;}
	.homewrap li { padding-left: 10px !important;}
	.rsvpform.left input { width:100% !important; float:left; margin-left:0;}
	.addguest { font-size:13px;}
	.baguetteBoxTwo.gallery a img, .baguetteBoxTwo.gallery img { width:30% !important;}
	.title, .wrapper { width:90%;}
	.title span { font-size:45px !important;}
	
}


@media  screen and (max-width: 768px) and (min-width: 600px) {
	.rsvp_event.left { height: auto !important; }
	.rsvp_event.left img { width:33%; float:left;}
	.baguetteBoxTwo.gallery a img, .baguetteBoxTwo.gallery img { width:30% !important;}
}

@media  screen and (max-width: 950px) and (min-width: 769px) {
	.rsvp_event.left { width:45%;}
	.rsvp_event.right2 { width:48%}
	#map_canvas { width:100% !important;}
	.rsvpform.left { width: 100% !important;}
	.rsvpform.right2 { display:none;}
	.baguetteBoxTwo.gallery a img, .baguetteBoxTwo.gallery img { width:24% !important;}
	.home_event .baguetteBoxTwo.gallery a img, .baguetteBoxTwo.gallery img { width:32% !important;}
	
}
@media  screen and (max-width: 900px){
    ul li ul.dropdown{
        background: rgba(242,242,242,0.9) !important;
		left:-30% !important;
    }
}
/* Landscape */
@media only screen 
  and (orientation: landscape) {

	#baguetteBox-overlay .full-image img { height:100%; width:auto !important;}
	
}

/* Zoe Add-on */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
}
.divider1 {
	margin-top: 28px;
	background: url(../images/divider.png) 100% 0% no-repeat;
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
	width: 1400px;
	left: -200px;
}
.divider2 {
	margin-top: 40px;
	background: url(../images/divider.png) 100% 0% no-repeat;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	width: 1400px;
	left: -200px;
}
#tabs .col-sm-4, #tabs .col-sm-3 {
	text-align: center;
}

.col-sm-3.last { /*width: 10%!important;*/}

#tabs a {
	color: #d0b171;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
#tabs a.button1:hover {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 45px;
}
#tabs a.button2:hover {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 20px;
}
#tabs a.button3:hover {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 46px;
}

#tabs a.button4:hover {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 46px;
}
#tabs a.active1 {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 45px;
}
#tabs .active2 a.button2 {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 20px;
}
#tabs a.active3 {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 46px;
}

#tabs a.active4 {
	color: #fff;
	background: url(../images/button.png) no-repeat;
	background-size: 100% 100%;
	padding: 8px 46px;
}

@media only screen and (max-width: 1416px) {
	.divider1, .divider2 {
		background: url(../images/divider.png) 50% 0% no-repeat;
		width: 100%;
		left: 0px;
	}
}

@media only screen  and (min-width: 991px) {
	#tabs a {
		padding: 8px 19px!important;
	}
	#tabs a:hover {
		padding: 8px 19px!important;
	}
	.col-sm-3 { /*width: 28%!important;*/}
}

@media only screen  and (max-width: 1171px) and (min-width: 991px) {
	#tabs a {
		padding: 8px 19px!important;
	}
	#tabs a:hover {
		padding: 8px 19px!important;
	}
	.col-sm-3 { width: auto!important}
}


@media only screen and (max-width: 990px) and (min-width: 576px) {
	#tabs a {
		padding: 8px 19px!important;
	}
	#tabs a:hover {
		padding: 8px 19px!important;
	}
	.col-sm-3 { width: auto!important}
}

@media only screen  and (max-width: 968px) and (min-width: 576px) {
	#tabs div{ margin: 10px!important; }
}

@media only screen  and (max-width: 576px) {
	#tabs div{ margin: 10px!important; }
	.col-sm-3.last { width: 100%!important;}
}

/* Ends here */

.videoWrapper {
	position: relative;
	padding-bottom: 50%; /* 16:9 */
	padding-top: 32px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 920px) {
	.videoWrapper {
	position: relative;
	padding-bottom: 40%; /* 16:9 */
	padding-top: 32px;
	height: 0;
	}
}


@media only screen and (min-width: 1200px) {
	.videoWrapper {
	position: relative;
	padding-bottom: 35%; /* 16:9 */
	padding-top: 32px;
	height: 0;
	}
}
