@charset "UTF-8";
/* CSS Document */
.partners {
	text-align:center;
}



.block-18 .icon > i {
	
	font-size: 48px;
    color: #59b7ff;
}

h1 > span.small {
		font-size:34px !important;
	font-weight:300 !important;
		
	}

/* HEADER */
@media (max-width: 991.98px) {
	#timer {
		width: 65% !important;
	}
	
	h1 > span {
		display:block;
		
	}
	
	h1 > span.bold {
		font-size:46px !important;
		
	}
	
	
	
	
	
	.slider-text h1 {
		font-size: 36px !important;
	}
	
	img.main-logo {
		width:80px;
		
	}
	
	img.main-logo-md {
		display:none;
	}
}

@media (min-width: 992px) {
	img.main-logo-md {
		width:80px;
		vertical-align: bottom;
		display:inline-block;
	}

	img.main-logo {
		display:none;
	}
}

.slider-text .breadcrumbs {
    margin-bottom: 40px;
}
/*SUPPORTING ORGANISATONS*/
.supporting-logos > div > img {
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	max-height:100px;
}

/* JUDGES */
.speaker-img > i {
	font-size: 5em;
    text-align: center;
    color: #59b7ff;
}

.speaker-wrap h2 > i{
	color: #59b7ff;
}

.speaker-img {
	
	text-align:center;
}

@media (max-width: 991.98px) {
	.speaker-wrap	{
		padding:15px;
	}
	.speaker-wrap .text	{
		width:100%;
	}
	.speaker-wrap > .speaker-img {
		display:none;
	}
	
	.speaker-wrap .text h2 {
		font-size: 18px;
		font-weight: 700;
	}
}

.judge-link > span {
	color: #999999 !important;
}

.judge-link > span:hover {
	color: #6b76ff !important;
	cursor:pointer;
}

.judges-profile-social {
	
	margin-block-start:0px;
	padding-inline-start:0px;
}

.judges-profile-social > li {
	display:inline-block;
		font-size:12px;
	margin-right:2rem;
}

.judges-profile-social > li i {
	font-size:40px;
}

@media (max-width: 991.98px) {
	
	.judges-profile-social {

		text-align: center;
	}

	.judges-profile-social > li {
		margin-right:1rem !important;
		margin-left:1rem !important;
	}
}

/* NAV BAR */
@media (max-width: 992px)
{
	.ftco-navbar-light 
	{
			background: #fff !important;

	}


	.ftco-navbar-light .navbar-toggler
	{
		color: rgba(0, 0, 0, 0.5) !important;
		border-color: rgba(0, 0, 0, 0.5) !important;
	}
	
}
/* DETAILS */
.testimony-section .owl-carousel .owl-stage-outer {
    padding-bottom: 0em !important;
}

.testimony-wrap .user-img {
    width: 200px;
    height: 200px;
}

/* SCHEDULE */

@media (max-width: 991.98px) {
	.ftco-search .nav-pills .nav-link {
		color: inherit;
		padding: 5px !important;
		font-size:22px;
	}
}

/* lucky hand map */

.lucky-hand-map {
	height:60vh !important;
}

@media (max-width: 991.98px) {
	.lucky-hand-map {
		min-height: 300px !important;
	}
}


@media (max-width: 1199.98px) {
	.lucky-hand-map {
		min-height: 450px !important;
	}
}

@media (min-width: 1200.00px) {
	.lucky-hand-map {
		min-height: 600px !important;
	}
}


/* FOOTER */
i.footer-icon {
	
	font-size:30px;
	margin-left:10px;
	margin-top:10px;
}
@media (max-width: 991.98px) {
	.ftco-footer .legal-text {
		font-size:10px !important;
	}
}
.ftco-footer .legal-text {
	font-size:12px !important;
}

/* REGISTRATION FORM */
.select-box {
	color:#6c757d !important;
    text-indent: 7px;
}