@charset "utf-8";
/* CSS Document */

@import url('font-awesome.min.css');
@import url('animate.min.css');
@import url('swiper.min.css');
@import url('cd-schedule.css');
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

*{
	outline: none !important;
}
body{
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
a{
	-webkit-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
}
.btn{
	-webkit-transition: all ease-in-out 200ms;
	transition: all ease-in-out 200ms;
	border: none;
	padding: 10px 15px;
}
.container-fluid{
	max-width: 1600px;
}
.main-wrap{
	padding-top: 90px;
}
.site-header{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	-webkit-transition: all ease-in-out 300ms;
	transition: all ease-in-out 300ms;
}
.site-header.fixed{
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.site-header .top-part{
	background: #f1f1f1;
	display: none;
}
.site-header .top-part .site-info{
	font-size: 20px;
	font-weight: 400;
	line-height: 80px;
	color: #7d7d7d;
}
.site-header .top-part .search-wrap{
	text-align: right;
}
.site-header .top-part .search-wrap .icon,
.js .search .icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	fill: currentColor;
}
.site-header .top-part .search-wrap .icon{
	margin-top: 22px;
}
.site-header .top-part .search-wrap .btn--search,
.js .search .btn--search-close{
	padding: 0;
	color: #7c7c7c;
	background: none;
	box-shadow: none;
	border: none;
}
.site-header .top-part .search-wrap .btn--search:hover,
.js .search .btn--search-close:hover{
	color: #eb058c;
}
.btn--search-close{
	color: #dce6e6;
}

.site-header .navbar{
	border: none;
	margin: 0;
}
.site-header .navbar-brand{
	height: 90px;
	padding: 10px 15px;
}
.site-header .navbar-brand > img{
	width: 150px;
	height: auto;
}
.site-header .navbar-nav{
	margin-top: 22px;
}
.site-header .navbar-nav > li > a{
	padding: 10px 15px;
	background: none !important;
	color: #0c0c0c;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	border: 1px solid transparent;
	border-radius: 8px;
}
.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li.active > a{
	color: #eb058c;
}
.site-header .navbar-nav > li.border-nav > a{
	border-color: #333;
}
.site-header .navbar-nav > li.bg-nav{
	margin-left: 20px;
}
.site-header .navbar-nav > li.bg-nav > a{
	background: #93268f !important;
	color: #fff !important;
}
.site-header .navbar-nav > li.bg-nav > a:hover{
	background: #eb058c !important;
}
.site-header .navbar-nav > li{
	/*display: none;*/
}
.site-header .navbar-nav > li.border-nav,
.site-header .navbar-nav > li.bg-nav,
.site-header .navbar-nav > li.map-nav{
	display: block;
}
.site-header .navbar-nav > li.map-nav img{
	position: relative;
	top: -5px;
}
label.lan-tog{
	margin: 25px 0 0 20px;
	vertical-align: top;
	opacity: 0.6;
	transition: all ease-in-out 200ms;
	cursor: pointer;
}
label.lan-tog:hover{
	opacity: 1;
}
label.lan-tog > input{
    display:none;
}
label.lan-tog > span{
    display:inline-block;
    width:56px;
    height:29px;
    background: url(../images/flags.png) no-repeat 0 0;
    transition: all ease-in-out 200ms;
}
label.lan-tog > input:checked + span{
    background: url(../images/flags.png) no-repeat 0 -29px;
}

.home-banner{
	position: relative;
	height: 350px;
	margin-bottom: 80px;
}
#parallax-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.arrow{
  position: absolute;
	width: 166px;
	height: 201px;
	background: url(../images/arrow.svg) no-repeat;
	right: 80px;
	top: 10px;
}
.roundlines{
	width: 320px;
	height: 270px;
	background: url(../images/roundlines.svg) no-repeat;
	position: absolute;
	right: -50px;
	top: 150px;
}
.circleblack{
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 100%;
	position: absolute;
	right: 100px;
	bottom: -80px;
}

.banner-txt-area{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.banner-txt-area .welcone-txt{
	position: absolute;
	max-width: 430px;
	color: #0e0e0e;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	display: none;
}
.banner-txt-area .welcone-txt h1{
	margin: 0;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 10px;
	z-index: 2;
}
.banner-txt-area .icon-and{
	width: 190px;
	height: 220px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: -30px;
}
.banner-txt-area .icon-and > span{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/and.svg) no-repeat center center;
	background-size: auto 100%;
	opacity: 0.15;
}
.banner-txt-area .welcone-txt p{
	font-size: 50px;
	line-height: 50px;
	min-height: 100px;
	margin: 0;
	font-weight: 400;
}
.banner-txt-area .time-and-date{
	position: absolute;
	font-size: 40px;
	line-height: 45px;
	left: 50px;
	top: 180px;
	text-transform: uppercase;
	font-weight: 400;
}
.banner-txt-area .time-and-date span{
	display: block;
}
.post-block-blank{
	background: #4c4c4c;
	height: 350px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.post-blocks .post-block{
	height: 350px;
	position: relative;
	margin-bottom: 30px;
	-moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    cursor: pointer;
}

.post-blocks .post-block .post-thumb{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}
.post-blocks .post-block .post-thumb img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.post-blocks .post-block .post-thumb:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	/*transition: all ease-in-out 300ms;*/

	background: rgba(147,38,143,0.6);
	background: -moz-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(147,38,143,1)), color-stop(100%, rgba(236,0,142,1)));
	background: -webkit-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -o-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93268f', endColorstr='#ec008e', GradientType=1 );
	mix-blend-mode: hard-light;
	opacity: 0;
}
.post-blocks .post-block:hover .post-thumb:after{
	opacity: 0.9;
}
.post-blocks .post-block .post-details{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 30px;
	color: #fff;
	max-width: 650px;
	
	-moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -webkit-perspective: 1000px;

    -webkit-transition: all ease-in-out 400ms;
    transition: all ease-in-out 400ms;
	transform: translate3d(0px,90px,0px);
}
.post-blocks .post-block:hover .post-details{
	-webkit-transform: translate3d(0px,0px,0px);
	transform: translate3d(0px,0px,0px);
}
.post-blocks .post-block .movement-3d{
	position: relative;
	height: 100%;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}
.post-blocks .post-block .movement-3d > a{
	display: block;
	transition: none;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.post-blocks .post-block .post-details .p-date{
	font-size: 14px;
}
.post-blocks .post-block .post-details .p-heading{
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 20px;
}
.post-blocks .post-block .post-details .p-txt{
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all ease-in-out 400ms;
	transition: all ease-in-out 400ms;
	opacity: 0;
	min-height: 60px;
}
.post-blocks .post-block:hover .post-details .p-txt{
	opacity: 1;
}


.site-stat{
	background: #efefef;
	margin-top: 30px;
	padding: 20px 0;
}
.site-stat .stat-block{
	padding: 30px;
}
.site-stat .stat-block .nmb-count{
	margin: 0 0 5px;
	font-size: 60px;
	color: #ec008c;
}
.site-stat .stat-block p{
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.site-footer{
	background: #fff;
	padding: 30px 0;
}
.site-footer .copyright-info{
	float: left;
}
.site-footer .copyright-info .footer-logo{
	max-width: 50px;
	height: 60px;
	display: inline-block;
	margin-right: 5px;
}
.site-footer .copyright-info .footer-logo img{
	width: 50px;
	height: auto;
}
.site-footer .copyright-info .c-info{
	display: inline-block;
	vertical-align: bottom;
	color: #bdbdbd;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.site-footer .social-icons{
	float: right;
	margin: 12px 0;
}
.site-footer .social-icons ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-footer .social-icons ul li{
	display: inline-block;
	margin: 0 10px;
}
.social-icons a{
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    border-radius: 50%;
    text-align: center;
    font-smoothing: antialiased;
}
.social-icons .fb:hover{
	background: #46629E;
	color: #fff;
}
.social-icons .fb:hover:before,
.social-icons .fb:hover:after{
    border-color: #46629E;
}

.social-icons .vm:hover{
	background: #d00c8d;
	color: #fff;
}
.social-icons .vm:hover:before,
.social-icons .vm:hover:after{
    border-color: #d00c8d;
}

.social-icons .in:hover{
	background: #3c7bb9;
	color: #fff;
}
.social-icons .in:hover:before,
.social-icons .in:hover:after{
    border-color: #3c7bb9;
}
.social-icons a:before,
.social-icons a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
    border: 3px solid transparent;
}
.social-icons a:hover:after{
   -webkit-transform: scale(1.5);
}
.social-icons a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}

.post-newsletter{
	background: #f3f3f3;
	border: 1px solid #363636;
	padding: 30px 100px;
	text-align: center;
	border-radius: 10px;
	min-height: 350px;
	position: relative;
	overflow: hidden;
}
.post-newsletter:before{
	width: 200px;
	height: 200px;
	background: url(../images/and.svg) no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: -11px;
	bottom: -15px;
	content: "";
	opacity: 0.1;
	z-index: 1;
}
.post-newsletter .heading{
	font-size: 30px;
	font-weight: 400;
	color: #ea018c;
	margin: 10px 0 30px;
}
.post-newsletter .form-block{
	position: relative;
	z-index: 2;
}
.post-newsletter .form-block .form-control{
	min-height: 60px;
	font-size: 20px;
	font-weight: 400;
	color: #999999;
	border: 1px solid #959595;
	border-radius: 10px;
	padding: 10px 20px;
}
.btn-violet{
	background: #93268f;
	color: #fff;
	border: none;
}
.btn-violet:hover{
	background: #ea018c;
}
.post-newsletter .form-block .btn{
	font-size: 20px;
	border-radius: 10px;
	min-height: 60px;
}
.single-banner{
	height: 450px;
	position: relative;
	background: #332e2d;
}
.single-banner .arrow{
	right: auto;
	left: 80px;
	background: url(../images/arrow-right.svg) no-repeat;
	background-size: auto 190px;
	top: 30px;
}
.single-banner .roundlines{
	background: url(../images/roundlines-right.svg) no-repeat;
    background-size: auto 320px;
	right: auto;
	left: -60px;
	top: 100px;
}
.single-banner .circleblack{
	right: auto;
	left: 130px;
	bottom: -40px;
}
.single-banner .banner-featured{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}
.single-banner .banner-featured img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-banner .featured-txt{
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 100%;
	z-index: 2;
	color: #fff;
}
.single-banner .featured-txt h2{
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 20px;
}
.single-banner .featured-txt p{
	font-size: 18px;
	font-weight: 400;
}
.single-banner .featured-txt a{
	color: inherit;
	text-decoration: underline;
}
.single-banner .featured-txt a:hover{
	color: #eb058c;
}
.single-post{
	padding: 80px 0 50px;
	font-weight: 400;
	color: #757575;
}
.single-post p{
	margin-bottom: 20px;
}
.single-post p:last-child{
	margin-bottom: 0;
}
.single-post blockquote{
	padding: 50px;
	text-align: center;
	margin: 0;
	border: none;
	font-family: 'Adobe Caslon Pro', 'Times New Roman';
	font-size: 40px;
	line-height: 45px;
	font-style: italic;
}
.single-post blockquote p:before{
	content: '"';
}
.single-post blockquote p:after{
	content: '"';
}
.social-log{
    position: relative;
    margin-top: 50px;
    text-align: center;
}
.apss-single-icon{
	display: inline-block;
	margin: 0 10px;
}
.social-log .apss-icon-block{
    display: inline-block;
	padding: 15px 15px 15px 50px;
	text-decoration: none !important;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	min-width: 300px;
	position: relative;
	overflow: hidden;
}
.social-log .apss-icon-block .fa{
    position: absolute;
	margin-right: 15px;
	background: rgba(0,0,0,0.1);
	font-size: 25px;
	left: 0;
	top: 0;
	padding: 14px;
	min-width: 60px;
}
.social-log .apss-icon-block .apss-share{
	display: none;
}
.social-log .apss-facebook .apss-icon-block{
    background: #3b5998;
}
.social-log .apss-facebook .apss-icon-block:hover{
    background: #223c6c;
}
.social-log .apss-twitter .apss-icon-block{
    background: #08aced;
}
.social-log .apss-twitter .apss-icon-block:hover{
    background: #0089bf;
}
.social-log .log-btn.btn-gplus{
    background: #d3492c;
}
.social-log .log-btn.btn-gplus:hover{
    background: #b82c0f;
}


.related-post{
	background: #efefef;
	padding: 30px 0;
	font-weight: 400;
}
.related-post .heading{
	font-size: 30px;
	font-weight: 400;
	color: #000;
	margin: 0 0 30px;
}
.rl-post-blocks .rl-post{
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	overflow: hidden;
}
.rl-post-blocks .rl-post .post-thumb img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.rl-post-blocks .rl-post .post-details{
	padding: 30px 50px;
	min-height: 265px;
}
.rl-post-blocks .rl-post .rl-meta{
	color: #7c7c7c;
	margin-bottom: 20px;
}
.rl-post-blocks .rl-post .rl-meta a{
	color: inherit;
	text-decoration: underline;
}
.rl-post-blocks .rl-post .rl-meta a:hover{
	color: #eb058c;
}
.rl-post-blocks .rl-post .rl-txt{
	color: #000;
	font-size: 20px;
	margin-bottom: 40px;
}
.rl-post-blocks .rl-post .rl-link{
	color: #0095fe;
}
.rl-post-blocks .rl-post .rl-link a{
	color: inherit;
}
.rl-post-blocks .rl-post .rl-link a:hover{
	text-decoration: underline;
}

.competition-intro{
	max-width: 900px;
	margin: 20px auto 50px;
}
.competition-intro .heading{
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 30px;
	color: #d00c8d;
}
.video-thumb{
	height: 400px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 50px;
	box-shadow: 20px 25px 55px rgba(0,0,0,0.4);
}
.video-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-thumb:after{
	/*width: 70px;
	height: 70px;
	background: url(../images/play-icon.png) no-repeat;
	background-size: auto 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	content: "";*/
}
.tab-links .nav-tabs{
	display: inline-block;
	text-align: center;
	border: 1px solid #595959;
	border-radius: 10px;
	margin-bottom: 30px;
}
.tab-links .nav-tabs > li {
    margin: 0;
    border-right: 1px solid #595959;
    width: 25%;
    min-height: 101px;
}
.tab-links .nav-tabs > li:last-child{
	border: none;
}
.tab-links .nav-tabs > li > a{
	margin: 0;
	border: none !important;
	background: none !important;
	color: #a2a2a2;
	padding: 5px 15px;
}
.tab-links .nav-tabs > li.active > a{
	color: #d00c8d;
}
.tab-links .nav-tabs > li > a span{
	display: block;
	font-size: 30px;
	font-weight: 400;
	line-height: normal;
}
.tab-links .tab-content h3{
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 20px;
}


.pink-block{
	position: relative;
	padding: 50px;
	border-radius: 10px;
	margin: 50px 0 30px;
	overflow: hidden;

	background: rgba(147,38,143,0.6);
	background: -moz-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(147,38,143,1)), color-stop(100%, rgba(236,0,142,1)));
	background: -webkit-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -o-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93268f', endColorstr='#ec008e', GradientType=1 );
}
.pink-block:after{
	width: 230px;
	height: 270px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: url(../images/and.svg) no-repeat center center;
	background-size: auto 100%;
	content: "";
	filter: invert(100%);
	opacity: 0.1;
}
.pink-block .block-content{
	position: relative;
	height: 100%;
	min-height: 170px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	z-index: 2;
	color: #fff;
	max-width: 900px;
	margin: auto;
}
.pink-block .block-content h3{
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 20px;
}
.pink-block .block-content .btn-border{
	background: none;
	border: 1px solid #fff;
	margin: auto;
	padding: 6px 15px;
	color: #fff;
}
.pink-block .block-content p{
	font-size: 16px;
	color: #d0d0d0;
}
.pink-block .block-content p a{
	color: inherit;
	text-decoration: underline;
}
.compet-txt{
	margin: 50px 0;
}
.prize-blocks{
	margin: 30px 0 60px;
}
.prize-blocks .heading{
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 30px;
	color: #d00c8d;
}
.prize-blocks .prize-block{
	border: 1px solid #343434;
	border-radius: 10px;
	padding: 20px;
	text-transform: uppercase;
	width: 250px;
	display: inline-block;
    margin: 5px 20px;
}
.prize-blocks .prize-block .pz-amt{
	font-size: 50px;
	margin: 0 0 15px;
	color: #d00c8d;
}
.prize-blocks .prize-block p{
	margin: 0;
	font-size: 18px;
}
.gal-content{
	margin: 20px auto;
}
.gal-content .heading{
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px;
	color: #d00c8d;
	text-align: center;
}
.gal-content .gal-tabs{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #bdbdbd;
}
.gal-content .gal-tabs > ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	border: 1px solid #595959;
	border-radius: 10px;
}
.gal-content .gal-tabs > ul > li{
	display: inline-block;
	border-right: 1px solid #595959;
}
.gal-content .gal-tabs > ul > li:last-child{
	border: none;
}
.gal-content .gal-tabs > ul > li > a{
	display: block;
	padding: 10px 20px;
	color: #181818;
	min-width: 150px;
	text-decoration: none !important;
}
.gal-content .gal-tabs > ul > li > a:hover, 
.gal-content .gal-tabs > ul > li.active > a{
	color: #d00d8d;
}

.gal-content .gal-box ul{
	padding: 0;
	margin: 0 -10px;
	list-style: none;
}
.gal-content .gal-box ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.gal-content .gal-box.sm-box ul li{
	width: 16.66%;
}
.gal-content .gal-box.lg-box ul li{
	width: 33.33%;
}
.gal-content .gal-box .brand-block,
.gal-content .gal-box .bio-block{
	background: #ccc;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.gal-content .gal-box.sm-box .brand-block{
	height: 245px;
}
.brand-block .thumb-placeholder, 
.brand-block .thumb-placeholder img{
	position: relative;
	width: 100%;
	height: 100%;
}
.brand-block .brand-info{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	font-size: 12px;
	z-index: 2;
}
.brand-block .brand-info .name{
	opacity: 0;
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px;
	transition: all ease-in-out 400ms;
	transform: translate3d(0px,130px,0px);
}
.brand-block:hover .brand-info .name{
	opacity: 1;
	transform: translate3d(0px,0px,0px);
}
.brand-block .brand-info .brand-txt{
	opacity: 0;
	transition: all ease-in-out 450ms;
	transform: translate3d(0px,130px,0px);
}
.brand-block:hover .brand-info .brand-txt{
	opacity: 1;
	transform: translate3d(0px,0px,0px);
}

.gal-content .gal-box.lg-box .bio-block{
	height: 510px;
}
.bio-block .thumb-placeholder, 
.bio-block .thumb-placeholder img{
	position: relative;
	width: 100%;
	height: 100%;
}
.bio-block .thumb-placeholder img{
	object-fit: cover;
}
.bio-block .people-info{
	position: absolute;
	left: 0;
	right: 0;
	/*top: 0;*/
	bottom: 30px;
	padding: 20px 30px;
	color: #fff;
	font-size: 14px;
	z-index: 2;
}
.bio-block:hover .people-info{
	top: 0;
	bottom: 0;
}
.bio-block:hover .people-info,
.brand-block:hover .brand-info{
	background: rgba(147,38,143,0.6);
	background: -moz-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(147,38,143,1)), color-stop(100%, rgba(236,0,142,1)));
	background: -webkit-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -o-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93268f', endColorstr='#ec008e', GradientType=1 );
	mix-blend-mode: hard-light;
}
.bio-block .people-info .name{
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 10px;
	transition: all ease-in-out 500ms;
	/*transform: translate3d(0px,360px,0px);*/
}
.bio-block:hover .people-info .name{
	transform: translate3d(0px,0,0px);
}
.bio-block .people-info .desig{
	margin-bottom: 20px;
	text-transform: uppercase;
	transition: all ease-in-out 550ms;
	/*transform: translate3d(0px,360px,0px);*/
}
.bio-block:hover .people-info .desig{
	transform: translate3d(0px,0,0px);
}
.bio-block .people-info .bio-txt{
	opacity: 0;
	transition: all ease-in-out 600ms;
	position: absolute;
	/*transform: translate3d(0px,360px,0px);*/
}
.bio-block:hover .people-info .bio-txt{
	position: relative;
	opacity: 1;
	transform: translate3d(0px,0,0px);
}


.visitor-intro{
	max-width: 900px;
	margin: 20px auto 50px;
}
.visitor-intro .heading{
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #d00c8d;
}
.tickets-col{
	margin-bottom: 30px;
}
.tickets-col .tkt-txt h3{
	font-size: 30px;
	font-weight: 400;
	color: #d00d8d;
	margin: 0 0 10px;
}
.tickets-col .input-group{
	max-width: 160px;
	margin: auto;
}
.tickets-col .input-group .form-control{
	background: none;
	border: none;
	padding: 10px;
	box-shadow: none;
	font-size: 30px;
	font-weight: 400;
	height: auto;
	text-align: center;
}
.tickets-col .input-group .btn{
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #919191;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #8d8d8d;
	padding: 0;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.3) inset;
}
.tickets-col .input-group .btn:hover{
	color: #d00d8d;
}
.tickets-col .input-group .btn[disabled]{
	color: #8d8d8d !important;
	opacity: 0.7;
}
.tickets-col .tkt-price-block{
	line-height: 20px;
}
.tickets-col .tkt-price-block .final-price{
	font-size: 40px;
	font-weight: 400;
	color: #d00d8d;
	line-height: 40px;
}
.tickets-col .tkt-price-block .final-price .info{
	display: inline-block;
	font-size: 20px;
	vertical-align: bottom;
	line-height: 30px;
}
.tickets-col .tkt-price-block .price-msg{
	font-weight: 400;
	font-size: 20px;
	color: #575757;
	text-transform: uppercase;
}
.tickets-col .tkt-price-block .price-old{
	font-size: 40px;
	font-weight: 400;
	line-height: 40px;
	color: #d00d8d;
	text-decoration: line-through;
}
.tickets-col .tkt-price-block .price-old span{
	color: #dedede;
}

.coupon-discount{
	background: #f7f7f7;
	padding: 30px;
	margin: 50px 0;
}
.coupon-discount .form-group label{
	font-size: 18px;
	font-weight: 400;
	color: #575757;
	margin: 0;
}
.coupon-discount .form-control{
	width: 1000px;
	border: 1px solid #b8b8b8;
	box-shadow: none;
	min-height: 50px;
	font-size: 16px;
	margin: 0 50px;
}
.coupon-discount .btn-lg{
	font-weight: 400;
	padding: 13px 30px;
	color: #fff !important;
}


.form-blocks .row .col:first-child{
	padding-right: 40px;
}
.form-blocks .row .col:last-child{
	padding-left: 50px;
}
.form-blocks .form-block{
	margin-bottom: 50px;
}
.form-blocks .form-block h3{
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}
.form-blocks .form-block .form-group{
	margin-bottom: 25px;
}
.form-blocks .form-block .control-label{
	font-weight: 400;
	font-size: 16px;
	color: #575757;
}
.form-blocks .form-block .form-control{
	border: 1px solid #b8b8b8;
	box-shadow: none;
	min-height: 50px;
	font-size: 16px;
}
.form-blocks .form-check{
	display: inline-block;
	margin-right: 10px;
}
.form-blocks .form-check label{
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #919191;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 30px;
    color: #8d8d8d;
    padding: 0;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3) inset;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.form-blocks .form-check input[type=checkbox]{
	display: none;
}
.form-blocks .form-check input[type=checkbox]:checked + label:after{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	background: #d00d8d;
	border-radius: 100%;
}

.total-price-box{
	background: #f7f7f7;
	max-width: 500px;
	padding: 30px;
	text-align: center;
	display: inline-block;
}
.total-price-box h4{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}
.total-price-box .total-price{
    font-size: 40px;
    font-weight: 400;
    color: #d00d8d;
    line-height: 40px;
    border-bottom: 1px solid #bbbebe;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.total-price-box .total-price .info {
    display: inline-block;
    font-size: 20px;
    vertical-align: bottom;
    line-height: 30px;
}
.total-price-box p{
	color: #575757;
	margin-bottom: 0;
}
.total-price-box .btn-cont{
	margin-top: 30px;
}
.total-price-box .info-foot{
	margin-top: 15px;
	font-size: 14px;
	color: #d0d0d0;
}
.total-price-box .info-foot a{
	color: inherit;
	text-decoration: underline;
}
.total-price-box .info-foot a:hover{
	color: #989898;
}
.form-blocks .form-block .btn-lg{
	font-weight: 400;
	padding: 20px 30px;
	color: #fff !important;
}

.whoyou-banner{
	height: 450px;
	position: relative;
}
.whoyou-banner .wh-txt{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.whoyou-banner .wh-txt p{
	margin: 0;
	font-size: 70px;
	color: #d00d8d;
}
.wh-blocks{
	margin: 0 50px 50px;
}
.wh-blocks .wh-block{
	height: 320px;
	padding: 30px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	margin: 30px 15px;
	position: relative;
	z-index: 9;

	background: rgba(147,38,143,0.6);
	background: -moz-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(147,38,143,1)), color-stop(100%, rgba(236,0,142,1)));
	background: -webkit-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -o-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
	background: linear-gradient(45deg, rgba(147,38,143,1) 0%, rgba(236,0,142,1) 100%);
}
.wh-blocks .wh-block .title{
	font-size: 50px;
	font-weight: 400;
	margin: 10px 0 20px;
}
.wh-blocks .wh-block .btn-border{
	padding: 13px 30px;
	color: #fff !important;
	border: 2px solid #fff;
	font-size: 18px;
	margin-top: 30px;
	border-radius: 10px;
	text-transform: uppercase;
}
.wh-blocks .wh-block .btn-border:hover{
	background: #fff;
	color: #bc158e !important;
}

.program-content{
    margin: 20px auto;
}
.program-content .heading{
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #d00c8d;
    text-align: center;
}
.prog-tab{
    text-align: center;
    margin: 30px 0;
}
.prog-tab > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
    border: 1px solid #595959;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}
.prog-tab > ul > li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #595959;
}
.prog-tab > ul > li:last-child {
    border: none;
}
.prog-tab > ul > li > a {
    display: block;
    padding: 10px 20px;
    color: #181818;
    min-width: 150px;
    text-decoration: none !important;
}
.prog-tab > ul > li.pr-1 > a{
	color: #2e3192;
}
.prog-tab > ul > li.pr-2 > a{
	color: #93268f;
}
.prog-tab > ul > li.pr-3 > a{
	color: #240d46;
}
.prog-tab > ul > li.pr-4 > a{
	color: #ec008c;
}

.prog-table table tr td{
	font-size: 12px;
	color: #fff;
	padding: 15px 10px;
}
.prog-table table tr th{
	text-align: center;
	font-weight: 400;
	padding: 15px 10px;
}
.prog-table .cl-1{
	background: #2e3192;
}
.prog-table .cl-2{
	background: #93268f;
}
.prog-table .cl-3{
	background: #240d46;
}
.prog-table .cl-4{
	background: #ec008c;
}
.prog-table .cl-wh{
	background: #fff;
}
.prog-table .cl-gr{
	background: #f1f1f1;
}

#lang_sel{
	margin: 5px 0 0 10px;
}
#lang_sel li::before{
	display: none !important;
}
#lang_sel img.iclflag{
	width: 56px !important;
	height: 29px !important;
}
#lang_sel a{
	background: none !important;
	padding: 0;
	line-height: normal;
	font-size: 0;
}
#lang_sel ul ul{
	top: 29px;
}
#lang_sel ul ul a{
	padding: 0;
}
.signinBtm_cls {
	color: #fff!important;
}
a.left_fst_btn {
	padding: 10px 15px;
    background: none !important;
    color: #0c0c0c;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #333 !important;
    border-radius: 8px;
    margin-right: 10px;
}
.single-post .container-fluid{
	max-width: 960px;
}

.compet-txt .icl_post_in_other_langs{
	display:none;
}
.partner-logo{ padding: 100px 0 ; text-align: center; position: relative;}
.partner-logo .container-fluid{ position: relative;}
.partner-logo h2{ font-weight: normal; color: #d00d8d; font-size: 80px; margin-bottom: 40px; }
.partner-logo .swiper-slide img{ margin: 0 auto; max-width: 100%; }
.partner-logo .swiper-slide{ padding: 0 30px; }
.partner-logo .swiper-button-next , .partner-logo .swiper-button-prev{ background-image: none; top: 68%;}
.partner-logo .swiper-button-next i , .partner-logo .swiper-button-prev i{ font-size: 60px; color: #bababb; }
.partner-logo .swiper-button-next{ right: 15px; }
.partner-logo .swiper-button-prev{ left: 15px; }
.partner-logo .container-fluid{ padding-left: 50px; padding-right: 50px; }

ul.partners-logo-list li{ padding: 15px; }
ul.partners-logo-list li .partner-inner{border: 1px solid #343434; padding: 20px; border-radius: 10px; position: relative; overflow: hidden;}
ul.partners-logo-list li .partner-inner:hover{ border-color: #eae7e7; }
ul.partners-logo-list li .part-logo-inner img{ max-width: 100%; }
ul.partners-logo-list li .partner-inner .people-info{ transition: all ease 0.5s; z-index: 5; position: absolute; left: 0; right: 0; opacity: 0; top: 0px; bottom: 0; margin: auto; height: 100%; width: 100%; text-align: center; }
ul.partners-logo-list li .partner-inner:hover .people-info{ transition: all ease 0.5s; top: 0; opacity: 1;
background: rgba(147,38,143,0.6);
background: -moz-linear-gradient(45deg, rgba(147,38,143,0.6) 0%, rgba(236,0,142,0.6) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(147,38,143,0.6)), color-stop(100%, rgba(236,0,142,1)));
background: -webkit-linear-gradient(45deg, rgba(147,38,143,0.6) 0%, rgba(236,0,142,0.6) 100%);
background: -o-linear-gradient(45deg, rgba(147,38,143,0.6) 0%, rgba(236,0,142,0.6) 100%);
background: -ms-linear-gradient(45deg, rgba(147,38,143,0.6) 0%, rgba(236,0,142,0.6) 100%);
background: linear-gradient(45deg, rgba(147,38,143,0.6) 0%, rgba(236,0,142,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93268f', endColorstr='#ec008e', GradientType=1 );

}
ul.partners-logo-list li .partner-inner .people-info h3.name{ color: #fff; text-transform: capitalize; }
ul.partners-logo-list li .partner-inner .people-info p{ color: #fff;}
/*ul.partners-logo-list li .partner-inner:before{top:0; content: ""; left: 0; right: 0; bottom: 0; display: block; margin: auto; height: 0%; width: 0%; z-index: 2;}
ul.partners-logo-list li .partner-inner:hover:before{height: 100%; width: 100%; z-index: 999;}*/
.display-table{ display: table; vertical-align: middle; width: 100%; height: 100%;}
.display-tablecell{ display: table-cell; vertical-align: middle; width: 100%; height: 100%; }