/*

Theme Name: Bollywoodclub

Theme URI: http://bollywoodclub.com

Author: Sunlevigon ESolutions & Services

Author URI: http://sunlevigon.com

Description: The site deals with evenet managament

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, event management

Text Domain: bollywoodclub



This theme, like WordPress, is licensed under the GPL.

*/





/* CSS Document */



/*@font-face

--------------------------------*/

@font-face {

    font-family: 'proxima_novalight';

    src: url('fonts/proximanova-light-webfont.eot');

    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/proximanova-light-webfont.woff2') format('woff2'),

         url('fonts/proximanova-light-webfont.woff') format('woff'),

         url('fonts/proximanova-light-webfont.ttf') format('truetype'),

         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'montserratregular';

    src: url('fonts/montserrat-regular-webfont.eot');

    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),

         url('fonts/montserrat-regular-webfont.woff') format('woff'),

         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),

         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'montserratlight';

    src: url('fonts/montserrat-light-webfont.eot');

    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/montserrat-light-webfont.woff2') format('woff2'),

         url('fonts/montserrat-light-webfont.woff') format('woff'),

         url('fonts/montserrat-light-webfont.ttf') format('truetype'),

         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');

    font-weight: normal;

    font-style: normal;

}



@font-face {

    font-family: 'montserratbold';

    src: url('fonts/montserrat-bold-webfont.eot');

    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),

         url('fonts/montserrat-bold-webfont.woff2') format('woff2'),

         url('fonts/montserrat-bold-webfont.woff') format('woff'),

         url('fonts/montserrat-bold-webfont.ttf') format('truetype'),

         url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');

    font-weight: normal;

    font-style: normal;

}



/* Primary Styles

---------------------------------*/

body {

	background-color:#f6f6f6;

	font-family: 'proxima_novalight';

	font-size:14px;

	font-weight:400;

	color:#202020;

	margin:0;

}



img{

	height:auto;

	width:auto;

	max-width:100%;

	vertical-align:top;

}



a{

	text-decoration:none;

}



a:focus{

	outline:none;

}



p{

	margin:0;

}



ul{

	list-style:none;

	padding:0;

	margin:0;

}



	

/* Theme Style

---------------------------------*/



.header-section{

	background-color:#ffffff;

	border-bottom:1px solid #e5e5e5;

	padding:14px 0 18px;

}



.logo{

	text-align:center;

	margin:0 0 15px;

}



.logo a{

	display:inline-block;

}



nav.main-nav ul{

	text-align:center;

}



nav.main-nav ul li{

	display:inline-block;

	margin:0 18px;

	position:relative;

	text-transform:uppercase;

}



nav.main-nav ul li:after{

	position:absolute;

	content:"";

	right:-18px;

	top:4px;

	width:1px;

	height:11px;

	background-color:#202020;

}



nav.main-nav ul li:last-child:after{

	content:none;

}



nav.main-nav ul li a{

	font-family: 'proxima_novalight';

	font-weight:300;

	font-size:16px;

	line-height:20px;

	color:#202020;

	text-transform:uppercase;

	display:block;

	padding:0 10px;

	transition:all 0.25s ease-in-out;

	-webkit-transition:all 0.25s ease-in-out;

	-moz-transition:all 0.25s ease-in-out;

	-ms-transition:all 0.25s ease-in-out;

}



nav.main-nav ul li a:hover, nav.main-nav ul li.current-menu-item a{

	color:#c30e2e;

	text-decoration:none;

}



.banner-slider{

	/*padding:60px 0 50px;*/

	padding: 0;

	border-bottom:1px solid #efefef;

	position:relative;

}



/*.slider ul li{

	position:relative;

}*/



.event-content{

	position:absolute;

	width:100%;

	text-align:center;

	left:0;

	top:50%;

	transform:translateY(-50%);

	-webkit-transform:translateY(-50%);

	-moz-transform:translateY(-50%);

	-ms-transform:translateY(-50%);

}



/*.event-date{

	background-color:rgba(0,0,0,0.88);

	color:#ffffff;

	display:inline-block;

	font-family: 'montserratlight';

	font-weight:400;

	font-size:16px;

	line-height:normal;

	padding:4px 6px;

	margin:0 0 102px;

}*/



.event-date{

	background-color:rgba(0,0,0,0.88);

	color:#ffffff;

	display:inline-block;

	font-family: 'montserratlight';

	font-weight:400;

	font-size:16px;

	line-height:normal;

	padding:4px 6px;

	margin:0 0 102px;

	display: none;

}



.event-date span{

	display:inline-block;

	color:#c30e2e;

}



h4{

	font-family: 'montserratlight';

	font-weight:400;

	font-size:23px;

	line-height:25px;

	color:#ffffff;

	margin:0 0 25px;

}

h3{

	font-family: 'montserratbold';

	font-weight:400;

	font-size:47px;

	line-height:50px;

	color:#ffffff;

	margin:0 0 45px;

}

.event-content h3{

	position:relative;

        display: none;

}



.event-content h3:before{

	background-image:url(images/title-bg-left.png);

	background-repeat:no-repeat;

	background-position:0 0;

	width:20px;

	height:20px;

	position:absolute;

	content:"";

	left:20px;

	top:-3px;

}



.event-content h3:after{

	background-image:url(images/title-bg-right.png);

	background-repeat:no-repeat;

	background-position:0 0;

	width:20px;

	height:20px;

	position:absolute;

	content:"";

	right:25px;

	bottom:-5px;

}



.event-content-odd {

  	padding: 0 25px;

}



.event-content-odd .event-date {

  	margin: 0 0 112px;

}



.event-content-odd h3{

	position:static;

	margin:0;

	font-size:45px;

	border:1px solid rgba(255,255,255,0.66);

	padding:8px 15px;

}



.event-content-odd h3:before, .event-content-odd h3:after{

	content:none;

}



.event-title{

	background-color:rgba(193,15,47,0.70);

	margin:0 0 45px;

	padding:11px;

        display: none;

}



.event-content.odd h3.odd-event{

	position: static;

	margin: 0;

	font-size: 45px;

	border: 1px solid rgba(255,255,255,0.66);

	padding: 8px 15px;

}



.event-content.odd h3.odd-event::after{

	display: none;

}



.event-content.odd h3.odd-event::before{

	display: none;

}





.event-content-odd h3 span{

	display:inline-block;

	font-family: 'montserratlight';

	font-weight:400;

}



/*.owl-wrapper{

	width: 0!important;

}*/



/*.owl-wrapper .owl-item li{

	display: inline-block!important;

	float: left!important;

}*/



/*.slider .owl-item {

  	padding: 0 15px;

}



.slider .owl-controls {

    text-align: center;

	padding:30px 0 0;

}



.slider .owl-controls .owl-page {

    display: inline-block;

}



.slider .owl-controls .owl-page span {

    background-color: #dbdbdb;

	border-radius:50%;

    display: block;

    height: 13px;

    margin: 0 3px;

    width: 13px;

	transition:all 0.25s ease-in-out;

	-webkit-transition:all 0.25s ease-in-out;

	-moz-transition:all 0.25s ease-in-out;

	-ms-transition:all 0.25s ease-in-out;

}



.slider .owl-controls .owl-page.active span, .slider .owl-controls .owl-page span:hover {

	background-color:#c30e2e;

}*/



/*site-info

---------------------------*/



.site-info{

	text-align:center;

	background-color:#fbfbfb;

	padding:48px 0 44px;

	border-bottom:1px solid #efefef;

}



.site-info .container {

  	padding: 0 125px;

}



h2{

	font-family: 'montserratbold';

	font-weight:400;

	font-size:50px;

	line-height:30px;

	color:#202020;

	margin:60px 0 5px;

	letter-spacing:normal;

	display:none;

}



.site-info h2{

	position:relative;

	display:block;

}



.site-info h2:before{

	position:absolute;

	content:"";

	left:50%;

	margin-left:-19px;

	top:-30px;

	width:38px;

	height:2px;

	background-color:#cccccc;

}



.site-info .row small{

	text-transform:uppercase;

	display:block;

	font-family: 'montserratlight';

	font-weight:400;

	font-size:20px;

	line-height:24px;

	color:#838383;

}



/*site-features*/



.site-features{

	padding:30px 0 20px;

	border-bottom:1px solid #efefef;

}



.site-features .row .col-lg-6{

	margin:0 0 30px;

}



.grid-box{

	background-color:#ffffff;

	padding:20px 22px 8px;

	border:1px solid #efefef;

}



.grid-heading{

	overflow:hidden;

	padding:0 0 14px;

	border-bottom:1px solid #e3e3e3;

	margin:0 0 18px;

}



.grid-heading img{

	display:inline-block;

	vertical-align:middle;

}



.grid-heading h5{

	display:inline-block;

	position:relative;

	top:3px;

	left:10px;

}



h5{

	font-family: 'montserratregular';

	font-weight:400;

	font-size:21px;

	line-height:24px;

	color:#202020;

	margin:0;

	text-transform:uppercase;

}



a.view-btn{

	display:block;

	float:right;

	font-size:16px;

	line-height:18px;

	color:#c30e2e;

	font-family: 'proxima_novalight';

	font-weight:400;

	margin:4px 0;

	padding:4px 0;

}



.grid-content{

	overflow:hidden;

	

}



#home-grid{

	text-align: center;

	height: 261px;

	}



.info-box{

	float:left;

	/*width:116px!important;*/

	margin:0 10px 14px 0!important;

	position:relative;

}



.info-box:nth-child(4n){

	margin-right:0;

}



.info-box a{

	display:block;

	color:#ffffff;

}



.info-box .event-title,

.gallery-box .event-title{

	margin:0!important;

	background-color:rgba(0,0,0,0.77);

	color:#ffffff;

	display:block;

	width:100%;

	left:0;

	bottom:0;

	position:absolute;

	font-family: 'proxima_novalight';

	font-weight:400;

	font-size:14px;

	text-align:center;

	padding:3px 0;

}



.info-box a:hover span{

	text-decoration:underline;

}



.featured-video{

	float:left;

	width:100%;

}



.video-playlist{

	float:right;

	width:88px;

}



.video-box{

	margin:0 0 15px;

	position:relative;

}



.video-box a{

	display:block;

}



.video-box a small{

	background-image:url(images/icon-play.png);

	background-repeat:no-repeat;

	background-position:0 0;

	position:absolute;

	width:28px;

	height:28px;

	left:50%;

	margin-left:-14px;

	top:50%;

	margin-top:-14px;

}



.post-box{

	overflow:hidden;

	margin:0 0 14px;

}



.post-image{

	float:left;

}



.post-image a{

	display:block;

}



.post-content{

	float:left;

	overflow:hidden;

	padding:0 0 0 15px;

}



.post-content h5{

	text-transform:none;

	font-size:16px;

	margin:0;

	color:#202020;

	transition:all 0.25s ease-in-out;

	-webkit-transition:all 0.25s ease-in-out;

	-moz-transition:all 0.25s ease-in-out;

	-ms-transition:all 0.25s ease-in-out;

}



.post-content h5 a{

	display:block;

	color:#202020;

	transition:all 0.25s ease-in-out;

	-webkit-transition:all 0.25s ease-in-out;

	-moz-transition:all 0.25s ease-in-out;

	-ms-transition:all 0.25s ease-in-out;

}



.post-content p{

	margin:8px 0;

}



.post-meta{

	color:#838383;

}



.post-meta#event{

	color:#838383;

	font-size:14px;

	padding-top: 5px;

	

}

.post-meta span{

	color:#c30e2e;

	display:inline-block;

}



/*newsletter

---------------------------------*/



.newsletter{

	padding:19px 0;

	background-color:#c30e2e;

	color:#ffffff;

	font-size:16px;

}



.newsletter h3{

	margin:0 0 5px;

	font-size:26px;

	color:#ffffff;

	line-height:26px;

	text-transform:uppercase;

}



.newsletter .col-lg-6:last-child{

	text-align:right;

}



.newsletter input[type="text"], .contact-form input[type="text"], .contact-form input[type="email"],

.contact-form select, .enquery-form input[type="text"], .enquery-form input[type="email"]{

	background-color:#ffffff;

	border-radius:2px;

	font-family: 'proxima_novalight';

	font-weight:400;

	font-size:15px;

	line-height:18px;

	color:#a7a7a7;

	border:none;

	box-shadow:none;

	text-shadow:none;

	height:43px;

	width:360px;

	display:inline-block;

	padding:0 20px;

	appearance:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	-ms-appearance:none;

}



input:focus, input:active, select:focus, select:active,

textarea:focus, textarea:active{

	outline:0;

}



::-webkit-input-placeholder {

   color: #000;

   

}



::-moz-placeholder { 

   color: #000;  

  

}



:-ms-input-placeholder {  

   color: #000;  

   

}



.newsletter input[type="submit"],

.contact-form input[type="submit"],

.enquery-form input[type="submit"]{

	font-family: 'montserratregular';

	font-size:15px;

	font-weight:400;

	color:#ffffff;

	text-transform:uppercase;

	display:inline-table;

	border-radius:2px;

	height:46px;

	text-align:center;

	padding:0 32px;

	box-shadow:none;

	text-shadow:none;

	border:0;

	background-color:#0b0b0b;

	appearance:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	-ms-appearance:none;

}



/*sponsor

----------------------------*/



.sponsor{

	padding:25px 0 15px;

}



.sponsor h3{

	font-size:26px;

	line-height:26px;

	text-transform:uppercase;

	text-align:center;

	font-family: 'montserratregular';

	color:#202020;

	margin:0;

}



.sponsor-slider {

  	padding: 5px 0 0;

	position:relative;

	text-align:center;

}



/*.sponsor-slider .owl-carousel .owl-item {

  	padding: 0 15px;

	display:inline-block;

}*/



/*.sponsor-slider .owl-carousel .owl-wrapper-outer{

	margin:0 -15px;

}

*/





.sponsor-slider .owl-buttons .owl-prev {

	background-image:url(images/sponsor-prev.png);

	background-repeat:no-repeat;

	background-position:0 0;

	height: 13px;

	position: absolute;

	text-indent: -9999px;

	width: 8px;

	right:18px;

	top:-38px;

}



.sponsor-slider .owl-buttons .owl-prev:hover, .sponsor-slider .owl-buttons .owl-next:hover {

	background-position:0 -17px;

}



.sponsor-slider .owl-buttons .owl-next {

	background-image:url(images/sponsor-next.png);

	background-repeat:no-repeat;

	background-position:0 0;

	height: 13px;

	position: absolute;

	text-indent: -9999px;

	width: 8px;

	right:0px;

	top:-38px;

}



/*footer

----------------------------*/



.footer-top{

	background-color:#ffffff;

	text-align:center;

	padding:40px 0 50px;

	border-bottom:1px solid #f0f0f0;

}



.social a{

	color:#d4d4d4;

	display:inline-block;

	margin:0 10px;

	padding:0 5px;

	font-size:26px;

}



.footer-top-content{

	color:#838383;

	font-size:15px;

	margin:10px 0 55px;

}



.footer-top-content a{

	display:inline-block;

	margin:0 15px;

}



.footer-top-content p {

  	margin: 16px 0 0;

}



.footer-top-content a img{

	vertical-align:middle;

}



.contact-desc{

	overflow:hidden;

	float:left;

	text-align:left;

	width:calc(100% - 362px);

	padding:0 60px 0 0;

}



.contact-desc h2{

	font-size:56px;

	line-height:60px;

	color:#202020;

	margin:0;

	display:block;

}



.contact-desc h4{

	color:#838383;

	font-size:26px;

	line-height:30px;

	margin:12px 0 30px;

}



.service-box{

	float:left;

	width:45%;

	padding:0 0 0 35px;

	position:relative;

	font-size:16px;

	color:#202020;

	line-height:22px;

	margin:0 8% 27px 0;

}



.service-box:before{

	position:absolute;

	content:"";

	background-image:url(images/icon-checked.png);

	background-repeat:no-repeat;

	background-position:0 0;

	width:22px;

	height:22px;

	left:0;

	top:3px;

}



.service-box:nth-child(2n){

	margin-right:0;

}



.service-box:before{

	position:absolute;

	content:"";

	background-image:url(images/icon-checked.png);

	background-repeat:no-repeat;

	background-position:0 0;

	width:22px;

	height:22px;

	left:0;

	top:3px;

}



.contact-form{

	background-color:#c30e2e;

	padding:25px 28px;

	float:right;

	width:362px;

	text-align:center;

	font-size:16px;

	color:#ffffff;

}



.contact-form h3{

	color:#ffffff;

	font-size:34px;

	margin:0;

	line-height:36px;

	text-transform:uppercase;

}



.contact-form p{

	line-height:22px;

	margin:10px 0 20px;

}



.contact-form input[type="text"], .contact-form input[type="email"],

.enquery-form input[type="text"], .enquery-form input[type="email"],

.contact-form select{

	width:100%;

	display:block;

	margin:0 0 10px;

}



.contact-form textarea, .enquery-form textarea, .widget textarea{

	font-family: 'proxima_novalight';

	font-weight:400;

	font-size:15px;

	line-height:18px;

	width:100%;

	display:block;

	resize:none;

	padding:10px 20px;

	height:108px;

	margin:0 0 10px;

	box-shadow:none;

	text-shadow:none;

	border:none;

	border-radius:2px;

	appearance:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	-ms-appearance:none;

	color: #a7a7a7;

}



.contact-form input[type="submit"],

.enquery-form input[type="submit"]{

	width:100%;

	display:block;

}



.contact-form select{

	padding:0 15px;

}



.select-option{

	position:relative;

}



.select-option:after{

	position:absolute;

	content:"";

	right:20px;

	top:19px;

	background-image:url(images/icon-downarrow.png);

	background-repeat:no-repeat;

	background-position:0 0;

	display:block;

	cursor:pointer;

	width:11px;

	height:7px;

}



.footer-bottom{

	padding:30px 0;

	text-align:center;

}



.footer-menu ul li{

	display:inline-block;

	position:relative;

	margin:0 12px;

	text-transform:uppercase;

}



.footer-menu ul li.current-menu-item a{

	color:#c30e2e;

	text-decoration:none;

}



.footer-menu ul li::after {

	background-color: #202020;

	content: "";

	height: 11px;

	position: absolute;

	right: -13px;

	top: 4px;

	width: 1px;

}



.footer-menu ul li:last-child:after {

	content:none;

}



.footer-menu ul li a{

	display:block;

	font-size:16px;

	color:#202020;

	padding:0 10px;

}



.copyright{

	font-size:16px;

	color:#838383;

	line-height:18px;

	margin:12px 0 0;

}



.copyright a{

	color:#838383;

	display:inline-block;

}



/*mobile-menu

-----------------------------*/

.logo{

	position:relative;

}



.logo a.mobile-menu1 {

  	display: none;

  	height: 32px;

  	position: absolute;

  	right: 2px;

  	top: -2px;

  	width: 32px;

  	background-image:url(images/mobile-menu.png);

  	background-repeat:no-repeat;

  	background-position:0 0;

  	z-index: 99;

	transform:rotate(0deg);

	-webkit-transform:rotate(0deg);

	-moz-transform:rotate(0deg);

	-ms-transform:rotate(0deg);

	transition:transform 250ms ease-out 0s;

	-webkit-transition:transform 250ms ease-out 0s;

	-moz-transition:transform 250ms ease-out 0s;

	-ms-transition:transform 250ms ease-out 0s;

}



a.mobile-menu1.open {

  	background-position: 0 -32px;

	background-size:29px auto;

  	transform: rotate(-180deg);

	-webkit-transform: rotate(-180deg);

	-moz-transform: rotate(-180deg);

	-ms-transform: rotate(-180deg);

  	transition: transform 250ms ease-out 0s;

	-webkit-transition: transform 250ms ease-out 0s;

	-moz-transition: transform 250ms ease-out 0s;

	-ms-transition: transform 250ms ease-out 0s;

}



/*back-to-top

------------------------------*/



a.top{

	background-image:url(images/icon-uparrow.png);

	background-repeat:no-repeat;

	background-position:0 0;

	width:44px;

	height:44px;

	position:absolute;

	right:0;

	bottom:0;

}



/*enquery form

-----------------------------*/

.site-enquery {

	height: 190px;

	position: fixed;

	right: 0;

	top: 300px;

	width: 44px;

	z-index: 9999;

	display: none; 

}



a.sticky-block {

	background-color: #c30e2e;

	color: #ffffff;

	display: block;

	font-size: 18px;

	height: 190px;

	right: 0;

	line-height: 25px;

	position: absolute;

	text-align: center;

	text-decoration: none;

	text-transform: uppercase;

	top: 0;

	width: 44px;

	z-index: 99;

	border-radius:2px 0 0 2px;

}



a.sticky-block:before {

	background-image:url(images/icon-leftarrow.png);

	background-repeat:no-repeat;

	background-position:0 0;

	position:absolute;

	content:"";

	left:-17px;

	top:50%;

	width:28px;

	height:28px;

	margin-top:-14px;

}



a.sticky-block small {

	background-color: #9d011d;

	display: block;

	padding: 9px 0;

	text-align: center;

}



a.sticky-block span {

	display: block;

	font-family: "montserratregular";

	font-size: 16px;

	font-weight: 400;

	height: 44px;

	position: absolute;

	right: -43px;

	text-transform: uppercase;

	top: 94px;

	transform: rotate(90deg);

	-webkit-transform: rotate(90deg);

	-moz-transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	width: 150px;

}



.enquery-form {

	background-color: #9d011d;

	margin-right: -17px;

	overflow: hidden;

	padding: 20px 80px 18px 20px;

	position: absolute;

	right: -325px;

	top: 0;

	width: 325px;

	transition: all 0.3s ease 0s;

	-webkit-transition: all 0.3s ease 0s;

	-moz-transition: all 0.3s ease 0s;

	-ms-transition: all 0.3s ease 0s;

}



.site-enquery:hover .enquery-form {

	right:0;

}



.site-enquery:hover a.sticky-block:before{

	content:none;

}



.enquery-form input[type="text"], .enquery-form input[type="email"]{

	height:40px;

	padding:0 10px;

	font-size:14px;

}



.enquery-form textarea{

	height:80px;

	padding:10px;

	font-size:14px;

}



.enquery-form input[type="submit"] {

  	font-size: 14px;

  	height: 40px;

  	line-height: 43px;

}



/*Gallery

-----------------------------*/



.main-content{

	padding:45px 0 150px;

}



.main-content#event-details{

	padding:45px 0 30px;

}



.main-content#event{

	padding:45px 0 30px;

}



.main-content#vip-birthday{

	padding:45px 0 30px;

}





.gallery-box{

	margin:15px 0;

	position:relative;

}



.gallery-box > img, .blog-box img{

	width:100%;

}



.gallery-box .event-title{

	text-align:left;

	font-size:15px;

	padding:4px 10px!important;

	line-height:19px;

}



.gallery-box .event-title a.gallery-title{

	display:block;

	float:left;

	color:#ffffff;

}



.social-share{

	position:absolute;

	width:33px;

	height:32px;

	text-align:center;

	right:8px;

	top:7px;

	z-index:20;

	transition:all 0.35s ease-in-out;

	-webkit-transition:all 0.35s ease-in-out;

	-moz-transition:all 0.35s ease-in-out;

	-ms-transition:all 0.35s ease-in-out;

}



.social-share:hover{

	height:128px;

	background-color:#c30e2e;

}



.social-share:hover .social-share-content{

	display:block;

	height:128px;

}



.social-share:hover span.share-btn{

	display:none;

}



.social-share a{

	color:#ffffff;

}



span.share-btn{

	display:block;

	border-radius:50%;

	background-color:#c30e2e;

	width:33px;

	height:32px;

	padding:8px 0;

	transition:all 0.35s ease-in-out;

	-webkit-transition:all 0.35s ease-in-out;

	-moz-transition:all 0.35s ease-in-out;

	-ms-transition:all 0.35s ease-in-out;

	cursor:pointer;

}



.social-share-content {

	display: none;

	background-color:#c30e2e;

	height:33px;

	width:33px;

	transition:all 0.35s ease-in-out;

	-webkit-transition:all 0.35s ease-in-out;

	-moz-transition:all 0.35s ease-in-out;

	-ms-transition:all 0.35s ease-in-out;

}



.social-share-content a{

	display:block;

	padding:6px 0;

	position:relative;

}



.social-share-content a:first-child{

	padding-top:9px;

}



.social-share-content a:after{

	position:absolute;

	left:4px;

	bottom:2px;

	content:"";

	background-color:#d0435c;

	width:25px;

	height:1px;

}



.social-share-content a:last-child:after{

	content:none;

}



.site-pagination{

	text-align:center;

	margin:35px 0 0;

}



.site-pagination ul li a.site-prev{

	background-image:url(images/icon-site-prev.png);

	background-repeat:no-repeat;

	background-position:center 13px;

	text-indent:-9999px;

}



.site-pagination ul li a.site-next{

	background-image:url(images/icon-site-next.png);

	background-repeat:no-repeat;

	background-position:center 13px;

	text-indent:-9999px;

}



.site-pagination ul li a.site-prev:hover,

.site-pagination ul li a.site-next:hover{

	background-position:center -28px;

}



.site-pagination ul li a:hover{

	background-color:#c30e2e;

	border-color:#c30e2e;

	color:#ffffff;

	text-decoration:none;

}



.site-pagination ul li{

	display:inline-block;

}



.site-pagination ul li a{

	border-radius:2px;

	border:1px solid #efefef;

	display:block;

	background-color:#ffffff;

	background-image:none;

	font-size:15px;

	line-height:36px;

	font-weight:400;

	color:#838383;

	width:36px;

	height:36px;

	transition:all 0.25s ease-in-out;

	-webkit-transition:all 0.25s ease-in-out;

	-moz-transition:all 0.25s ease-in-out;

	-ms-transition:all 0.25s ease-in-out;

}



/*blog

---------------------------------*/



.blog-box{

	margin:15px 0;

}



.blog-content{

	background-color:#ffffff;

	font-size:15px;

	color:#838383;

	border:1px solid #efefef;

	padding:8px 6px;

}



.blog-content h4 {

	margin:0 0 8px;

	font-size:17px;

	font-family: "montserratregular";

	font-weight:400;

	line-height:20px;

}



.blog-content#event{

	background-color:#F4F4F4;

	font-size:15px;

	color:#838383;

	border:1px solid #efefef;

	padding:8px 6px;

	border:1px solid #ECD9D9;

}



.blog-content h4 a{

	display:block;

	color:#202020;

}



.blog-content h4#event-details {

	margin:0 0 8px;

	font-size:15px;

	font-family: "montserratregular";

	font-weight:400;

	line-height:20px;

	color: #585858;

}



.blog-content h4#event-details a{

	display:block;

	/*color:#202020;*/

	/*font-size:15px;*/

	/*line-height:19px;*/

	color: #585858;

}



/*Video

---------------------------------*/



.video .grid-box{

	padding-bottom:12px;

	margin:15px 0;

}



.video .grid-box:last-child{

	margin-bottom:0;

}



.video .info-box{

	width:100%!important;

	float:none!important;

	margin:0 0 15px!important;

}



.info-box#video_info{

	height: 300px!important;

}



.video .blog-content{

	border:0;

	padding:8px 0 0;

}



.video .blog-content h4{

	font-size:19px;

	line-height:24px;

	margin:0 0 6px;

}



/*contact us

---------------------------------*/



.contact .contact-form{

	float:none;

	width:100%;

	padding:23px;

	margin:15px 0;

}



.map-section{

	margin:15px 0;

}



.map-section img{

	width:100%;

}



.content-box.event{



	margin:15px 0 0;

	background-color:#ffffff;

	border:1px solid #efefef;

	padding:20px 23px 10px;

	font-size:16px;

	color:#838383;

	/*height:300px!important*/

}



.content-box-heading > img{

	display:inline-block;

	vertical-align:middle;

	position:relative;

	top:-2px;

	margin:0 10px 0 0;

}



.content-box h5{

	display:inline-block;

}



.content-box-heading{

	padding:0 0 10px;

	border-bottom:1px solid #e3e3e3;

	margin:0 0 19px;

}



.contact-info-box{

	background-color:#ffffff;

	border:1px solid #efefef;

	padding:20px;

	margin:0 0 8px;

	font-size:15px;

	color:#838383;	

	font-weight:400;

}



.contact-info-box:first-child{

	margin-top:15px;

}



.contact-info-box:last-child{

	margin:0;

}



.contact-info-box h5{

	margin:0 0 8px;

}



.contact-info-box p{

	line-height:21px;

}



.contact-info-box p a{

	text-transform:uppercase;

	color:#c30e2e;

	text-decoration:underline;

}



.contact-info-box p strong{

	font-weight:400;

}



.contact-info-box p strong a{

	text-transform:none;

	color:#838383;

	text-decoration:none;

}



.contact-info-box p strong a:hover{

	text-decoration:underline;

}



a:focus{

	text-decoration:none;

}



a.acc-trigger{

	display:block;

	border:1px solid #efefef;

	padding:18px 23px;

	color:#838383;

	margin:0 0 9px;

	line-height:22px;

	background-image:url(images/icon-acc-sprite-red.png);

	background-repeat:no-repeat;

	background-position:96% 10px;

	background-color:#ffffff;

	font-size:16px;

}



.acc-cont-box:last-child a.acc-container{

	margin:0;

}



a.acc-trigger:hover{

	text-decoration:none;

}



a.acc-trigger.odd{

	background-position:96% 22px;

}



a.acc-trigger.active{

	background-position:96% -52px;

}



a.acc-trigger.odd.active{

	background-position:96% -40px;

}



.acc-container{

	background-color:#ffffff;

	border:1px solid #efefef;

	padding:15px 23px;

	color:#838383;

	line-height:20px;

	font-size:14px;

	text-align:justify;

	margin:0 0 9px;

}



/*vip-birthday

----------------------------*/



.contact .contact-form.odd{

	padding:23px 21px 20px;

	font-size:19px;

	margin:0 0 22px;

	position:relative;

}



.contact .contact-form.odd p{

	margin-top:0;

	font-family: 'montserratlight';

	font-weight:400;

	line-height:25px;

}



.terms-content{

	position:relative;

	margin:15px 0 0;

	text-align:left;

	font-size:14px;

}



.check-policy {

	display:inline-block;

}



.check-policy:last-child {

	margin:0;

}



.check-policy input[type="checkbox"] {

  	margin: 0;

  	display: none;

}



.check-policy input[type="checkbox"]:checked + label::before {

  	border:1px solid #838383;

	background-clip:content-box;

	background-color:#838383;

	padding:4px;

}



.check-policy label::before {

	background-color: #ffffff;

	border: 1px solid #efefef;

	border-radius: 2px;

	content: "";

	/*display: inline-block;*/

	float: left;

	height: 17px;

	margin-left: -25px;

	position: relative;

	top: 0;

	width: 17px;

	display:none;

}



.check-policy label, .check-policy span {

  	color: #838383;

  	display: inline-block;

  	margin: 0 0 0 3px!important;

  	position: relative;

	font-size:16px;

	font-weight:400;

	line-height:18px;

}



.check-policy span{

	margin:0;

}



.terms-content p strong{

	font-family: 'montserratregular';

	font-weight:400;

	font-size:14px;

	line-height:16px;

	color:#ffffff;

	display:block;

}



.terms-content p{

	margin:0 0 10px;

	line-height:18px !important;

	font-family: 'proxima_novalight' !important;

	font-weight:400 !important;

}



.terms-content p:last-child{

	margin:0 !important;

}



.contact-info {

  	padding: 0 0 0 40px;

	background-image:url(images/icon-faq.png);

	background-repeat:no-repeat;

	background-position:0 1px;

	margin:0 0 20px;

}



.contact-info.odd {

	background-image:url(images/icon-call.png);

	background-position:0 2px;

}



.contact-info h3{

	text-transform:none;

	font-family: 'proxima_novalight';

	font-weight:400;

	font-size:30px;

	line-height:40px;

	color:#c30e2e;

	margin:0;

}



.contact-info h4{

	font-size:25px;

	color:#202020;

	text-transform:none;

	line-height:35px;

	margin:0;

}



.contact-info h4 span{

	color:#c30e2e;

}



.contact-top-content{

	font-size:22px;

	line-height:28px;

	margin:0 0 24px;

	border-bottom:1px solid #e8e8e8;

	padding:0 0 15px;

}



.page-top-content{

	font-size:22px;

	line-height:28px;

	margin:0 0 24px;

	padding:0 0 15px;

}



.contact-top-content#promoters{

	font-size:22px;

	line-height:28px;

	margin:0 0 24px;

	border-bottom:none;

	padding:0 0 15px;

}





.contact-top-content p{

	margin:0 0 18px;

}



.contact-bottom-content {

	color: #838383;

	font-size: 18px;

	line-height: 22px;

	margin:0 0 20px;

}



.acc-content.odd {

  	margin: 0 0 20px;

}



.acc-content.odd a.acc-trigger{

	height:74px;

	display:table;

	width:100%;

	padding:0 23px;

	background-image:url(images/icon-acc-sprite-grey.png);

	background-position:96% 12px;

}



.acc-content.odd a.acc-trigger.active{

	background-position:96% -60px;

}



.acc-content.odd a.acc-trigger span{

	display:table-cell;

	vertical-align:middle;

}



h1{

	font-size:86px;

	margin:15px 0 35px;

	font-family: 'montserratbold';

	font-weight:400;

	line-height:86px;

	text-align:center;

	color:#202020;

}



.term-list ul li{

	margin:0 0 10px;

	font-size:14px;

	color:#838383;

	line-height:20px;

	padding:0 0 0 9px;

	position:relative;

}



.term-list ul li:before{

	position:absolute;

	content:"*";

	color:#838383;

	left:0;

	top:1px;

	display:block;	

}



.contact .contact-form.odd img.ui-datepicker-trigger {

	bottom: 170px;

	position: absolute;

	right: 45px;

	width:11px;

	height:7px;

	display:none;;

}



/*blog-single

-------------------------------------*/



.post-box-single{

	background-color:#ffffff;

	padding:15px 18px;

	border:1px solid #efefef;

	margin:15px 0 0;

}



.post-box-single h4{

	font-size:28px;

	line-height:32px;

	font-family: 'montserratregular';

	font-weight:400;

	margin:0;

	text-transform:none;

	color:#202020;

}



.single .post-meta{

	margin:14px 0 25px;

}



.post-image-single{

	position:relative;

	margin:0 0 30px;

}



.post-content-single{

	border-top:1px solid #efefef;

	padding:20px 0 50px;

	font-size:15px;

	line-height:22px;

}



.post-content-single p{

	margin:0 0 20px;

}



.sidebar{

	margin:15px 0 0;

}



.widget{

	background-color:#ffffff;

	padding:20px;

	border:1px solid #efefef;

	margin:0 0 30px;

	font-size:14px;

}



.widget h4 {

	background-image:url(images/logo-small.png);

	background-position: 0 0;

	background-repeat: no-repeat;

	border-bottom: 1px solid #efefef;

	font-size: 18px;

	padding: 5px 0 12px 40px;

	margin:0 0 15px;

	text-transform:uppercase;

	color:#202020;

	font-family: 'montserratregular';

	font-weight:400;

}



.widget p{

	line-height:20px;

	margin:0 0 12px;

}



a.widget-btn{

	font-family: 'montserratregular';

	font-weight:400;

	font-size:13px;

	line-height:13px;

	text-transform:uppercase;

	display:inline-block;

	background-color:#c30e2e;

	border-radius:2px;

	color:#ffffff;

	padding:11px 16px 9px;

	margin:5px 0 0;

}



.widget input[type="email"], .widget input[type="text"], .widget input[type="password"] {

	text-shadow:none;

	box-shadow:none;

	border:1px solid #efefef;

	display:block;

	width:100%;

	height:45px;

	font-size:15px;

	color:#a7a7a7;

	border-radius:2px;

	font-family: 'proxima_novalight';

	font-weight:400;

	padding:0 18px;

	margin:0 0 9px;

	appearance:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	-ms-appearance:none;

}



.widget textarea{

	border:1px solid #efefef;

}



.widget input[type="submit"]{

	font-family: 'montserratregular';

	font-weight:400;

	font-size:13px;

	line-height:13px;

	text-transform:uppercase;

	display:inline-block;

	background-color:#c30e2e;

	border-radius:2px;

	color:#ffffff;

	padding:11px 20px 9px;

	margin:5px 0 0;

	cursor:pointer;

	text-shadow:none;

	box-shadow:none;

	appearance:none;

	border:0;

	-webkit-appearance:none;

	-moz-appearance:none;

	-ms-appearance:none;

}



.widget .post-image{

	width:117px;

}



.widget .post-content{

	width:calc(100% - 117px);

}



.widget .post-content p{

	margin:3px 0 8px;

}



.single .widget .post-meta{

	margin:0;

}



.widget .post-box:last-child, .widget:last-child{

	margin:0;

}



.post-image-single .social-share{

	right:12px;

	top:12px;

}



/*event

------------------------------*/



.event-box{

	position:relative;

	margin:15px 0;

}



.event-box img:first-child{

	width:100%;

}



.event-box .event-content.odd{

	padding:0 20px;

	min-height:385px;

}



.event-box .event-content.odd .event-date {

  	margin: 0 0 140px;

        display: none;

}



.event-box .event-content.odd h4 {

	margin:0 0 10px;

}



.event-box .event-content.odd h3 {

	font-size: 43px;

	line-height: 43px;

	padding: 5px 0;

	margin:0;

}



.event-box .event-title{

	padding:10px;

	margin:0;

}



.event-container{

	padding:30px 19px 35px;

	text-align:center;

	background-color:#ffffff;

	border:1px solid #efefef;

	margin:15px 0;

}



.event-container h4{

	font-family: 'montserratregular';

	font-weight:400;

	font-size:25px;

	line-height:40px;

	color:#c30e2e;

	margin:0;

}



.event-content-top{

	border-bottom:1px solid #e3e3e3;

	padding:0 0 40px;

}



.event-meta {

	margin: 10px 0 55px;

	font-size:17px;

	color:#838383;

	line-height:19px;

}



.event-meta span{

	display:inline-block;

	margin:0 10px;

}



.event-meta span img{

	display:inline-block;

	vertical-align:middle;

	margin:0 6px 0 0;

}



.event-share{}



.event-share ul li{

	display:inline-block;

	font-size:14px;

	margin:0 -2px;

}



.event-share ul li.title{

	padding:12px 22px;

	background-color:#f6f6f6;

	color:#202020;

}



.event-share ul li.twitter{

	background-color:#55acee;

}



.event-share ul li.facebook{

	background-color:#3b5998;

}



.event-share ul li.whatsapp{

	background-color:#2cb742;

}



.event-share ul li a{

	color:#ffffff;

	display:block;

	padding:13px 12px 11px;

}



.event-share ul li a i{

	display:inline-block;

	margin:0 8px 0 0;

}



.event-content-bottom {

  	padding: 35px 0 0;

}



.sidebar.event .widget{

	text-align:center;

	font-size:15px;

	padding:27px 20px 29px;

}



.term-panel{

	border:1px solid #efefef;

	font-size:11px;

	color:#a7a7a7;

	padding:10px 12px;

	text-align:left;

}



.term-panel p{

	margin:0 !important;

	line-height:18px !important;

}



.widget .scroll-pane{

	height:90px;

}



.widget textarea{

	height:70px;

}



.dob{

	margin:0 0 9px;

}



.dob input[type="text"]{

	float:left;

	width:135px;

	text-align:center;

	margin:0 5px 0 0;

}



.dob input[type="text"]:nth-child(3){

	width:98px;

}



.dob span:last-child{

	border-radius:2px;

	border:1px solid #efefef;

	display:block;

	float:left;

	width:45px;

	height:45px;

	background-color:#f6f6f6;

	background-image:url(images/icon-calender-small-dob.png);

	background-repeat:no-repeat;

	background-position:center center;

}



.widget h3, .event-content-bottom h3 {

	color:#202020;

	margin:0 0 12px;

	font-size:28px;

	line-height:34px;

	text-transform:uppercase;

}



.sidebar.event .widget p{

	margin:0 0 14px;

}



.sidebar.event .widget p a{

	color:#c30e2e;

	display:inline-block;

}



.event-content-bottom h3{

	margin:0;

}



.event-ticket-type{

	margin:0 0 22px;

}



.sidebar.event .widget input[type="submit"]{

	display:block;

	width:100%;

	font-size:16px;

	height:46px;

	margin:11px 0 0;

}



.process{

	padding:23px 0 0;

}



.process ul li{

	display:inline-block;

	position:relative;

	font-size:14px;

	color:#838383;

	width:32%;

}



.process ul li:after{

	position:absolute;

	content:"";

	right:-28px;

	top:64px;

	background-image:url(images/icon-process-step.png);

	background-repeat:no-repeat;

	background-position:0 0;

	width:56px;

	height:15px;

}



.process ul li:last-child:after{

	content:none;

}



.process ul li h4{

	text-transform:uppercase;

	font-size:18px;

	line-height:20px;

	margin:25px 0 8px;

	color:#202020;

}



.process ul li p{

	line-height:18px;

}



.acc-container ul li{

	margin:0 0 10px;

}



.acc-container ul li:last-child{

	margin:0;

}



.acc-container ul li img{

	max-width:35px;

	height:auto;

	vertical-align:middle;

	margin:0 10px 0 0;

}



.content-box.event a.acc-trigger{

	font-size:16px;

	color:#202020;

	text-transform:uppercase;

	background-position:97% 10px;

}



.content-box.event a.acc-trigger.active{

	background-position:97% -52px;	

}



.content-box.event .acc-container{

	color:#202020;

}



.acc-container.acc-container-type-2{

	display:none;

}



/*changes*/



.post-image-single .social-share:hover,

.post-image-single .social-share:hover .social-share-content {  

	height: 90px;

}



.post-image-single .social-share-content a {

	font-size: 15px;

}



.promoter h4 {

	border-bottom: 1px solid #efefef;

	font-size: 28px;

	padding: 0 0 12px;

	margin:0 0 15px;

	text-transform:uppercase;

	color:#202020;

	font-family: 'montserratregular';

	font-weight:400;

}



.promoter .contact-form{

	float:none;

	width:100%;

	background-color:#ffffff;

	padding:20px;

}



.promoter .contact-form label{

	display:block;

	width:200px;

	color:#202020;

	font-weight:400;

	font-family: 'montserratregular';

	float:left;

	line-height:42px;

	margin:0;

	text-align:left;

}



.promoter .contact-form label sup{

	color:#c30e2e;

}



.promoter .contact-form input[type="email"], .promoter .contact-form input[type="text"],

.promoter .contact-form .select-option{

	border:1px solid #efefef;

	float:right;

	width:calc(100% - 200px);

}



.promoter .contact-form .select-option select{ margin: 0; padding: 0 18px;}



.promoter .contact-form input[type="submit"] {

	background-color: #c30e2e;

	margin: 25px 0 0;

	width: 150px;

}



.promoter .dob{

	margin:0;

	position:relative;

}



.promoter .dob input[type="text"]{

	text-align:left;

	margin:0 0 10px;

}



.promoter .contact-form img.ui-datepicker-trigger{

	width:11px;

	height:7px;

	position:absolute;

	right:15px;

	top:19px;

}



.pro-info{

	margin:15px 0 40px;

	text-align:center;

}



.pro-info ul li{

	display:inline-block;

	font-size:17px;

	margin:0 25px;

}



.pro-info ul li span{

	display:block;

	margin:15px 0 0;

}



/**************************************************Event Hover************************************************/



.hovereffect {

  width: 100%;

  height: 100%;

  float: left;

  overflow: hidden;

  position: relative;

  text-align: center;

  cursor: default;

  background: #42b078;

}



.hovereffect .overlay {

  width: 100%;

  height: 100%;

  position: absolute;

  overflow: hidden;

  top: 0;

  left: 0;

  padding: 10px 20px;

}



.hovereffect img {

  display: block;

  position: relative;

  max-width: none;

  width: calc(100% + 10px);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: translate3d(-10px,0,0);

  transform: translate3d(-10px,0,0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

}



.hovereffect:hover img {

  opacity: 0.4;

  filter: alpha(opacity=40);

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}



.hovereffect h3 {

  text-transform: uppercase;

  color: #fff;

  text-align: center;

  position: relative;

  font-size: 17px;

  overflow: hidden;

  padding: 0.5em 0;

  background-color: transparent;

}



.hovereffect h3:after {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 2px;

  background: #fff;

  content: '';

  -webkit-transition: -webkit-transform 0.35s;

  transition: transform 0.35s;

  -webkit-transform: translate3d(-100%,0,0);

  transform: translate3d(-100%,0,0);

}



.hovereffect:hover h3:after {

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}



.hovereffect a, .hovereffect p {

  color: #FFF;

  opacity: 0;

  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;

  transition: opacity 0.35s, transform 0.35s;

  -webkit-transform: translate3d(100%,0,0);

  transform: translate3d(100%,0,0);

  text-decoration:none;

}



.hovereffect:hover a, .hovereffect:hover p {

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transform: translate3d(0,0,0);

  transform: translate3d(0,0,0);

}



/**********************************************PAGINATION********************************************************/



.nav-links {

  

  overflow: hidden;

  margin: 35px 0 0;

  text-align:center;

  display:inline-block;

}



.nav-links .page-numbers {

  /*! width: 35px; */

  /*display: inline-block;*/

  float: left;

  display: block;

  background: #fff;

  line-height: 36px;

  border-left: 1px solid #ddd;

  text-align: center;

  font-size: 15px;

  background-image: none;

  font-weight: 400;

  color: #838383;

  width: 36px;

  height: 36px;

  transition: all 0.25s ease-in-out;

  -webkit-transition: all 0.25s ease-in-out;

  -moz-transition: all 0.25s ease-in-out;

  -ms-transition: all 0.25s ease-in-out;

  border: 1px solid #efefef;

  border-radius: 2px;

}

.nav-links .page-numbers:first-child {

  border-left: 0;

  /*! border-right: 0; */

}



.page-numbers.current, .page-numbers.current:hover {

  background: #c30e2e;

  color: #fff;

}

.page-numbers:hover {

  	background-color:#c30e2e;

	border-color:#c30e2e;

	color:#ffffff;

	text-decoration:none;

}



.prev.page-numbers {

  	background-image:url(images/icon-site-prev.png);

	background-repeat:no-repeat;

	background-position:center 13px;

	text-indent:-9999px;

}



.next.page-numbers {

  	background-image:url(images/icon-site-next.png);

	background-repeat:no-repeat;

	background-position:center 13px;

	text-indent:-9999px;

}



.prev.page-numbers:hover, .next.page-numbers:hover{

	background-position:center -28px;

}



.mob{

	background-color:#ffffff;

	border-radius:2px;

	font-family: 'proxima_novalight';

	font-weight:400;

	font-size:15px;

	line-height:18px;

	color:#a7a7a7;

	border:none;

	box-shadow:none;

	text-shadow:none;

	height:43px;

	width:311px;

	display:inline-block;

	padding:0 20px;

	appearance:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	-ms-appearance:none;

}



.event-title a {

	color: #fff !important;

}



/**********************************************Video Gallery Homepage************************************************/



.featured-video #mainPlayer {

    text-align: center;

    padding: 5px;

    /*border: 1px solid #000;*/

    margin-bottom: 15px;

}

.video-playlist video-box #videoThumbnails {

    text-align: center;

    padding: 5px;

    border: 1px solid #000;

}



.featured-video #mainPlayer .video {

	  display: none;

  }



.thumbnail {

    cursor: pointer;

}





#loadMore{

    width: 300px;

    border: 1px solid black;

    cursor: pointer;

    text-align: center;

}



@media screen and (min-width: 900px) {

    .event-share ul li.whatsapp {

	background-color: #2cb742;

	display: none!important;

}

}



@media screen and (min-width: 900px) {

    .social-share-content #whatsapp {

	display: none!important;

        background: transparent;

}

}



.wpcf7-form-control.wpcf7-text.dob_text {

	

}



.dob_mm {

	height: 43px;

	border: 1px;

        text-align: center;

        color: #a7a7a7;

        font-size: 16px;

        float:left;

        border: 1px solid #efefef !important;

        width: 90px;

}

.dob_dd {

	height: 43px;

	border: 1px solid #efefef !important;

	width: 60px;

        float: left;

        margin-right: 5px;

        text-align: center;

        color: #a7a7a7;

        font-size: 16px;

        width: 80px;

}



@media screen and (max-width: 767px){

nav.main-nav {

	/* overflow: hidden; */

	/*height: 430px;*/

}

}



.header-section {

	min-height: 0px;

}



.check-policy input[type="checkbox"] {

	margin: 0;

	display: inline;

}



@media screen and (max-width: 767px){

#contact-form {

	position: relative;

	/* margin-bottom: 31px; */

	z-index: 2;

	top: 45px;

	left: 0px;

	/* bottom-margin: 55px; */

	/* width: 200px; */

	/* height: 645px; */

}

}





@media screen and (max-width: 767px){

#content-box {

	padding: 290px 23px 10px!important;

}



}



@media screen and (max-width: 767px){

.contact .contact-form {

	/*margin: -760px 0;*/

}



.contact-info-box:first-child {

	margin-top: 787px;

}

}



.footer-menu ul li::after {

	position: unset;

}



.footer-menu ul li a {

	font-weight: bold;

}



.event-date {

	display: none;

}



@media only screen and (min-width: 1200px) 

{

	 #past {

		width: 520px;

	}

}



.acc-container .acc-container-type-2 p{

	line-height: 1.5em;

	padding-bottom: 15px;

}



.dob span:last-child{

	float: right;

}



.btn .btn-primary#event{

	border-color:#c30e2e;

	background: #c30e2e;

}



.dob_mm_vip#DOB_mm_vip{

	width: 80px!important;

}



#contact-content-box{

	height: auto!important;

}



.post-content p {

	margin: 12px 0!important;

}



.featured-video iframe {

	min-width: 100%;

	height: 250px;

}



#doe-txt {

	width: 270px;

}



@media(max-width: 360px){

	.slider {

		max-height: 100px !important;

		margin-bottom: 50px;

	}



	.wpsisac-slick-slider.design-1 .slick-arrow {

		top: 14% !important;

	}



	.wpsisac-slick-slider.design-1 .slick-image-slide img {

		max-width: 100%!important;

		height: auto!important;

	}

}



@media (min-width: 361px) and (max-width: 767px){



	.slider {

		max-height: 100px !important;

		margin-bottom: 50px;

	}



	.wpsisac-slick-slider.design-1 .slick-arrow {

		top: 14% !important;

	}



	.wpsisac-slick-slider.design-1 .slick-image-slide img {

		max-width: 100%!important;

		height: auto!important;

	}

}



@media (min-width: 767px) and (max-width: 1099px){



	.wpsisac-slick-slider.design-1 .slick-arrow {

		top: 30% !important;

	}



	.slider {

		max-height: 300px;

		margin-bottom: 50px;

	}

}





.event-img-venue {

	width: 95%;

	background: #e7ebed;

	bottom: 25px;

	margin-left: 30px;

}



.event-single-img {

	padding: 0 !important;

	flex: 0 0 50%;

	max-width: 50%;

}

	

.event-single-venue-details {

	width: 100%;

	padding-left: 50px;

	padding-top: 30px;

	flex: 0 0 50%;

	max-width: 50%;

}



.event-single-venue-details h3 {

	font-weight: 500;

	padding-bottom: 18px;

	line-height: 30px;

	font-size: 25px;

	color: #000;

	margin: 0;

}



.event-single-venue-details p{

	margin-top: 0;

	margin-bottom: 1rem;

}



.event-single-venue-details p .fa {

	color: #cc3131;

	margin-right: 10px;

	width: 20px;

	height: 20px;

	font-size: 15px;

	text-align: center;

	padding-top: 5px;

}



.event-single-venue-details p .fa:after {

	font-size: 20px;

}



.venue-price {

	border-radius: 50%;

	background: #cc3131;

	color: #fff !important;

}



.venue-ticket{

	font-size: 18px;

}



.venue-book-btn {

	margin-top: 36px;

	width: 200px;

	height: 50px;

	background: #3695d8;

	border: 1px solid #3695d8;

	border-radius: 5px;

	color: #fff;

	font-weight: bold;

	font-size: 20px;

	cursor: pointer;

}

/*.vip-reservation-btn{
	margin-top: 36px!important;

	width: 200px!important;

	height: 50px;

	background: #3695d8;

	border: 1px solid #3695d8;

	border-radius: 5px;

	color: #fff;

	font-weight: bold;

	font-size: 20px;

	cursor: pointer;
	float: right;
}
*/


.btn-tkt-buy{

	float: left;

	display: block;

	margin-top: 5px;

	width: 30%;

	min-width: 215px;

}



.social-icon {

	display: inline-block;

	width: 20%;

	margin-top: 47px;

	float: right;

}



.social-icon a .fb, .twt, .share-friends a .fb, .twt {

	width: 40px;

	height: 40px;

	color: #fff;

	border-radius: 50%;

	text-align: center;

	padding-top: 13px;

	cursor: pointer;

}



.social-icon a .fb, .share-friends a .fb{

	background: #3b5998;

}



.social-icon a .twt, .share-friends a .twt{

	background: #55acee;	

}



.event-description {

	margin-top: 30px;

	padding-left: 220px;

	padding-right: 190px;

}



.event-description h4 {

	color: #000;

	font-size: 20px!important;

	text-align: left;

	font-weight: bold;

	border-bottom: 1px solid #c20000;

	display: inline-block;

	padding-bottom: 10px;

	margin-top: 30px!important;

}



.event-description p {

	text-align: justify;

	font-size: 18px;

	display: block;

	padding-top: 10px;

	line-height: 30px;

}



.event-description ul{

	width: 100%;

	list-style: none;

}



.event-description ul li {

	font-size: 18px;

	line-height: 30px;

	/*margin-left: -40px;*/

}



.tc{

	padding-left: 220px;

	padding-bottom: 50px;

}



.tc a {

	text-decoration: none;

	color: #000;

	padding: 10px;

	font-size: 20px;

	font-weight: bold;

}



#plus{

	color: #c20000;

	border-bottom: 1px solid #000;

	display: inline-block;

	padding-bottom: 10px;

}



.show_hide {

    display:none;

}



.slidingDiv ul li{

	font-size: 18px;

	line-height: 30px;

}



.share-friends{

	width: 100%;

	background: #e7ebed;

	font-size: 14px;

	height: 50px;

	vertical-align: bottom;

	margin: 0 auto;

} 



.share-friends ul{

	display: inline-block;

	margin: 0;

	padding: 0;

	/* For IE, the outcast */

    zoom:1;

    *display: inline;

}



.share-friends ul li{

	float: left;

    padding: 2px 5px;

    list-style: none;

}



.share-friends ul li p{

	padding-top: 10px;

}	



.upcoming-event-txt h4, .gallery-heading h4 {

	font-weight: bold;

	font-size: 20px;

	padding-left: 14px;

	margin-top: 20px;

}



.gallery-heading h4{

	padding-left: 40px;

	color: #000;

}



.upcoming-event-list {

	display: inline-block;

	padding-right: 0px;

	padding-bottom: 20px;

	position: relative;

	width: 100%;

}



.upcoming-event-list img{

	/*width: 100%;*/

	height: 216px;

	opacity: 1;

	transition: .5s ease;

  	backface-visibility: hidden;

}



.upcoming-event-list img:hover{

	opacity: 0.3;

}





.upcoming-event-list ul {

	width: 98%;

	border: 1px solid #d0d0d0;

	padding-left: 5px;

}



.upcoming-event-list ul li{

	list-style: none;

	word-break: wrap;

}



.upcoming-event-list ul li a{

	color: #423821;

	font-size: 14px;

	text-decoration: none;

	padding-bottom: 5px;

}



.upcoming-event-list ul li:nth-child(1){

	color: #000;

	font-weight: bold;

	padding-bottom: 10px;

}



.upcoming-events-list ul li:nth-child(3){

	padding-bottom: 10px;

}



.upcoming-event-list ul li:nth-child(4){

	color: #000;

	font-weight: bold;

	padding-bottom: 10px;

}



.button {

	/* margin: 0 auto; */

	/* bottom: 60%; */

	position: absolute;

	/* left: 20%; */

	display: none;

	width: 150px;

	height: 50px;

	cursor: pointer;

	top: -100px;

	left: 0;

	/* margin: -30px 0px 0px 0px; */

	bottom: 0;

	right: 0;

	margin: auto;

}



.upcoming-event-list:hover .button{

	display: inline-block;

	opacity: 1;

	border: 2px solid #2e7ba5;

	background: #2e7ba5;

	color: #fff;

}





/* Style the buttons that are used to open and close the accordion panel */

button.accordion {

   	background-color: transparent !important;

    color: #000;

    cursor: pointer;

    padding: 18px;

    text-align: left;

    outline: none;

    font-size: 15px;

    transition: 0.4s;

    font-weight: bold;

    border-bottom: 1px solid #c20000;

	display: inline-block;

	padding-bottom: 10px;

	border-right: none;

	border-top: none;

	border-left: none;

}



button.accordion.active, button.accordion:hover {

    background-color: #ddd;

}



button.accordion::after {

	content: '\002B';

	color: #fff;

	font-weight: 700;

	float: left;

	margin-left: 5px;

	margin-right: 10px;

	font-size: 16px;

	width: 25px;

	height: 25px;

	background: #c20000;

	text-align: center;

	vertical-align: middle;

	border-radius: 50%;

	/* margin-bottom: 20px; */

}



button.accordion.active:after {

    content: "\2212";

}



div.panel {

    padding: 5px 20px;

    background-color: transparent!important;

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.2s ease-out;

    width: 85%;

}



.panel ul li {

	font-size: 18px;

	color: #000;

	line-height: 25px;

	list-style-type: disc;

}



.rsvp-form {

	padding-left: 0px;

	padding-top: 50px;

	text-align: center;

}



.rsvp-form h4 {

	font-weight: bold;

	text-align: left;

	padding-bottom: 20px;

	padding-left: 124px;

	color: #000;

	font-size: 1.5rem;

	line-height: 1.1;

}



.rsvp-form-input {

	width: 66%;

	background: #c30e2e;

	/*margin-left: 206px;*/

	min-height: 264px;

	padding-top: 30px;

	margin: 0 auto;

}





.rsvp-form-input input[type="text"], .rsvp-form-input select {

	height: 50px;

	min-width: 330px;

	margin-bottom: 10px;

	margin-top: 10px;

	margin-left: 10px;

	margin-right: 10px;

	color: #a7a7a7;

	border: 1px solid #a7a7a7;

}

.rsvp-form-input select{


  /* styling */
  background-color: white;
  border: none;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 10px;

}



.rsvp-form-submit {

	height: 50px;

	min-width: 200px;

	margin-bottom: 10px;

	margin-top: 10px;

	margin-left: 10px;

	margin-right: 10px;

	background: #3695d8;

	color: #fff;

	border: 1px solid #3695d8;

	cursor: pointer;

	border-radius: 5px;

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #000;

}

::-moz-placeholder { /* Firefox 19+ */

  color: #000;

}

:-ms-input-placeholder { /* IE 10+ */

  color: #000;

}

:-moz-placeholder { /* Firefox 18- */

  color: #000;

}



.bx-wrapper {

	margin-right: auto;

	margin-left: auto;

}



.rsvp-btn-responsive{

	position: relative;

	text-align: center;

	margin-bottom: -70px;

	z-index: 999;

	margin-left: -100px;

	display: none;

}



.rsvp-btn {

	width: 100px;

	height: 50px;

	background: #c30e2e;

	border: 1px solid #c30e2e;

	border-radius: 5px;

	color: #fff;

	font-size: 14px;

	position: fixed;

	cursor: pointer;

	text-decoration: none;

}



.scroll {

	width: 100%;

	height: 350px;

	margin: 30px auto;

	overflow-x: auto;

	overflow-y: hidden;

	white-space: nowrap;

	/*box-shadow: 0 0 10px #000;*/

}



.upcoming-event-list-heading h4 {

	margin-top: 40px;

	margin-bottom: 0;

	font-weight: bold;

	font-size: 22px;

	color: #000;

}





.hs {

	width: 100%;

	margin: auto;

	padding-top: 30px;

}



.hs ul{

	list-style:none;

	margin:0;

	padding:0;	

}



.hs ul li{

	width: 294px;

	float:left;

	margin-right:0px;

}



.showcase {

	position: relative;

	height: auto;

	width: 93%;

	overflow: auto;

	float: left;

}



.left-arrow {

	width: 20px;

	height: 20px;

	display: block;

	margin-right: 10px;

	float: left;

	margin-top: 9%;

}



.right-arrow {

	width: 20px;

	height: 20px;

	display: block;

	margin-left: 10px;

	float: left;

	margin-top: 9%;

}



.showcase_txt{

	margin-top: 20px!important;

}



.showcase_txt li {

	text-decoration: none;

	color: #000;

}



.showcase_txt li :nth-child(1){

	font-weight: bold;

	font-size: 18px;

}



.showcase_txt li :nth-child(2){

	font-weight: normal;

	font-size: 15px;

}

.btn-tkt{
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

.tkt-book-event{
	width: 200px;
	background-color: #55acee;
	color: #fff;
}



/*.multi-item-carousel{

  .carousel-inner{

    > .item{

      transition: 500ms ease-in-out left;

    }

    .active{

      &.left{

        left:-33%;

      }

      &.right{

        left:33%;

      }

    }

    .next{

      left: 33%;

    }

    .prev{

      left: -33%;

    }

    @media all and (transform-3d), (-webkit-transform-3d) {

      > .item{

        // use your favourite prefixer here

        transition: 500ms ease-in-out left;

        transition: 500ms ease-in-out all;

        backface-visibility: visible;

        transform: none!important;

      }

    }

  }

  .carouse-control{

    &.left, &.right{

      background-image: none;

    }

  }

}



.iframe-video{

	height: 315px;

	width: 340px;

}



@media (max-width: 767px){

	

	.carousel-inner{

		max-height: 315px!important;

	}



	.carousel-inner .item{

		width: 100%!important;

		height: auto!important;

	}



	.iframe-video {

		width: 100%!important;

		height: auto;

		overflow-x: hidden;

	}

}*/



.fluid-width-video-wrapper{

	height: 315px!important;

}



@media (max-width: 767px){

	.event-single-img {

		flex: none!important;

		max-width: 100%!important;

	}



	.event-single-venue-details {

		flex: none!important;

		max-width: 100%!important;

	}


	.test-1 {

		margin-top: 700px;

	}	

}



@media (min-width: 509px) and (max-width: 558px){



	.rsvp-form-input {

		width: 90% !important;

	}

}

.rsvp-form-input #date, #month, #year {

	max-width: 95px !important;

	min-width: 0 !important;

}

.rsvp-form-input table{

		margin: 0 auto!important;

}

.event-ticket h1{

	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0!important;
	line-height: 50px;

}

.event-details{
	background-color: #e0d9d9;
	margin-top: 20px;
	padding: 20px;
	margin-bottom: 20px;
}

.event-details p{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 10px;
}

.event-details h3{
	color: #000;
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 15px!important;
	margin-top: 15px!important;
	text-transform: uppercase;
}



.event-details p .fa {
	color: #cc3131;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	font-size: 15px;
	text-align: center;
	padding-top: 5px;
}

.ticket-date{
	font-size: 15px;
}

.postid-1587 .mega-menu-wrap #mega-menu-wrap-main_nav{ 

	display: none!important; 

}

.event-ticket .terms-conditions{
	margin-top: 30px;
	padding-bottom: 50px;
}

.event-ticket .terms-conditions h1{
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 50px;
	text-decoration: underline;
}

.event-ticket .terms-conditions p{
	font-size: 15px;
	line-height: 25px;
	text-align: justify;
	margin-bottom: 10px;
}

@media (max-width: 1023px){

	.rsvp-form-input tr td{

		display: block;

	}



	.rsvp-form-input #date, #month, #year {

		max-width: 70px !important;

	}



	.dob_read_only {

		display: none;

	}

	.dob_dd_sel#DOB_dd, .dob_mm_sel#DOB_mm {

		width: 123px!important;

	}

	.bc-event {

		width: 93% !important;

		margin-top: 10px;

	}

}



@media(min-width: 768px) and (max-width:1023px){

	.dob_dd_sel#DOB_dd, .dob_mm_sel#DOB_mm {

		width: 163px!important;

	}

}

@media(min-width:768px) and (max-width: 1023px){
	.rsvp-form-input select {
	 	margin-bottom: 10px;
	}	
}



@media(min-width: 768px) {

	.rsvp-form-input #date, #month, #year {

		max-width: 97px !important;

	}

}

@media(max-width: 767px){
	.rsvp-form-input select {

	 	min-width: 250px !important; 
	 	margin-bottom: 10px;
	}	
}



@media(max-width: 320px) {

	.rsvp-form-input #date, #month, #year {

		max-width: 55px !important;

	}

	.dob_read_only {

		display: none;

	}

	.dob_dd_sel#DOB_dd, .dob_mm_sel#DOB_mm {

		width: 106px!important;

	}



	.bc-event {

		width: 93% !important;

		margin-top: 10px;

	}

	input[type="text"], .rsvp-form-input select {

	 	min-width: 214px !important; 

	}

	.rsvp-form-input select{
		margin-bottom: 10px;
	}



	.social-icon a .fb {

		margin-left: -1px !important;

	}



}



.dob_read_only {

	width: 100px !important;

	min-width: 0 !important;

	margin: 0 !important;

	text-align: center;

}



.dob_dd_sel, .dob_mm_sel {

	width: 111px;

	height: 50px;

	color: #b4b4b4;

}



.bc-event {

	width: 330px;

	height: 47px;

}



#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu {

	top: 175%;

}



#mega-menu-wrap-main_nav #mega-menu-main_nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {

	background: #c30e2e;

	color: #fff;

}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}









