@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: "bodoni";
    src: url("../fonts/BOD_I.TTF");
}

@font-face {
    font-family: "calibri";
    src: url("../fonts/calibri.ttf");
	src: url("../fonts/calibrib.ttf");
	src: url("../fonts/calibril.ttf");
}

body{
	font-family: "calibri";
	font-size: 100%;
}

.purple-box{
	background-color: #8c288f;
	min-height: 78px;
	width: 100%;
	color: white;
}

.pink-box{
	background-color: #ec008c;
	min-height: 78px;
	width: 100%;
	color: white;
}

.main-logo-big{
	padding-top: 10px;
}

.hashtag{
	font-size: 18px;
	position:absolute; 
	top:5px; 
	right:12px; 
	z-index:-9; 
	color: blue;
}

.menu-head{
	position: fixed;
	top:0;
	z-index: 999;
	background-color: white;
}

.pt150{
	padding-top: 150px;
}

.social-menu{
	margin-top:0;
	padding-right: 10px;
}

.social-head li{
	display: inline;
	color: black;
}
.social-head li>a{
	text-decoration: none;
	font-weight: 400;
	color: black;
}
.navbar{
	padding: 0;
}

.navbar-brand img{
	padding-left: 10px;
}

.navbar-dark .navbar-toggler-icon {
   background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .nav-item > .nav-link.active, .nav-link:active {
    color:white;
	font-size: 16px!important;
}

.nav-link::after{
	 content: '';
    display: block;
    width: 0;
    height: 3px;
    background: white;
    transition: width .3s;
}

.nav-link:hover::after{
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: white medium solid;
	padding-bottom: 0;
	width: 100%;
	
}
.nav-link:hover{
	color:white!important;
	
}

.navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
	margin-right:10px;
	margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}


#navbarSupportedContent{
	position: relative;
	width: 100%;
	background-color: black;
}
.navbar-nav{
	position: relative;
	padding-left: 2rem;
	padding-top:0.5rem;
	padding-bottom:0.5rem;
	bottom: 0;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
	
}

.nav-item{
	text-transform: uppercase;
	padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.nav-item {


	
}

.no-border-card{
	border:none!important;
}

.white-bg-collapse{
	background-color: white!important;
	border:#47096a thin solid!important;
	border-radius:0!important;
	text-transform: uppercase;
	color: black!important;
	text-align: left;
	padding:0.25rem;
	margin-bottom: 1px!important;
}

.white-bg-collapse >h2 button{
	color: black!important;
	text-transform: uppercase;
	text-decoration: none;
}

.white-bg-collapse >h2 button:hover{
	color: black!important;
	text-transform: uppercase;
	text-decoration: none;
}

.pink-bg-collapse{
	background-color: #47096a!important;
	border:none!important;
	border-radius:0!important;
	text-transform: uppercase;
	color: white!important;
	text-align: left;
	padding:0.25rem;
}

.pink-bg-collapse >h2 button{
	color: white!important;
	text-transform: uppercase;
	text-decoration: none;
}

.pink-bg-collapse >h2 button:hover{
	color: white!important;
	text-transform: uppercase;
	text-decoration: none;
}

h1{
	font-family: "bodoni";
}

p{
	font-size:110%;
}

.pl100{
	padding-left: 10px;
}

.pr100{
	padding-right: 10px;
}

.register-bg{
	background-color: #f8f8f8;
	background-image:none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 0;
}

.categories-bg{
	background-color: #f8f8f8;
	background-image:none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 0;
}

.about-bg{
	background-color: #f8f8f8;
	background-image:none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right;
	height:100vh;
	position: fixed;
	margin-top: 0;
}

.contact-bg{
	background-color: #f8f8f8;
	background-image:none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right;
	height:100vh;
	position: fixed;
	margin-top: 0;
}

.others-bg{
	background-color: #ffffff;
	background-image:none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right;
	height:100vh;
	position: fixed;
	margin-top: 0;
}

.jury-bg{
	background-color: #ffffff;
	background-image:none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:right;
	height:100vh;
	position: fixed;
	margin-top: 0;
}


.btn-pink{
	background-color: #e5048c;
	border:#e5048c thin solid;
	width: 120px;
	font-size: 110%;
}

.btn-pink:focus, .btn-pink:active, .btn-pink:hover {
	background-color: #c0188d;
	border:#c0188d thin solid;
	width: 120px;
	font-size: 110%;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow:none!important;
}


.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #e5048c;
  border-color: #e5048c;
}

.bp-box{
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	
}
.bp-label{
	cursor: pointer;
	padding-left: 1rem;
	font-weight: 600;
    font-size: 90%;
}

.bp-label::before{
	left: -1rem!important;
}

.bp-label::after{
	left: -1rem!important;
}

.bp-details{
	background-color: transparent;
	color: black;
	border: none;
	padding-left:1rem;
}

.no-txt-decor {
    text-decoration: none!important;
    color: black;
}

.th-color{
	background-color: #e5048c;
	color: white;
}



.table{
	background-color: white;
}

.form-head-bg{
	font-weight: 600;
}

.plus::after{
	float: right;
	font-weight: 600;
	content: "+";
	position: relative;
	color: white;
}

.minus::after{
	float: right;
	font-weight: 600;
	content: "-";
	position: relative;
	color: white;
}

.black-plus::after{
	float: right;
	font-weight: 600;
	content: "+";
	position: relative;
	color: #47096a;
}

.black-minus::after{
	float: right;
	font-weight: 600;
	content: "-";
	position: relative;
	color: #47096a;
}

.jury-show{
	position: relative;
	width: 100%;
	cursor: pointer;
}

.jury-data{
	display: none;
	position: absolute;
	bottom:0; 
}

.jury-design{
	display: none;
	position: absolute;
	bottom: 70px;
}

.jury-show:hover .jury-data {
	display: block;
	position: absolute;
	bottom:0;
}

.jury-show:hover .jury-design {
	display: block;
	position: absolute;
	bottom:70px;
}

.speakers{
	max-height: auto;
	max-width: auto;
	width: 100%;
	height: auto;
	display: block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.speaker-img-box{
		max-width: auto;
	}
	
	.right-seperator-footer{
		border-right: transparent thin dashed;
	}
	
	.text-flow-right{
	text-align:center;
}

.text-flow-left{
	text-align:center;
}

.disable-css-transitions{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.agenda-time{
	font-size: 18px;
	font-weight: 600;
}

.agenda-details-color{
	background-color: #8c288f;
	color: white;
}	

.agenda-details-color h5{
	font-size: 20px;
	font-weight: 600;
}

.agenda-details-color p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2!important;
}

.agenda-spkr{
	max-width: 110px;
	width:100%;
    height: auto;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.agenda-moderator {
    text-transform: uppercase;
    color: #f90df1;
    font-weight: 600;
	font-size: 13px;
}

.spkr-agenda-details {
    text-transform: none;
    text-align: left;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding-top: 5px;
   padding-bottom: 10px;
}

.spkr-name{
	line-height: 1.0;
	font-size:2.0rem;
}

.spkr-designation{
	line-height: 1.0;
	font-size:1.2rem;
}

.spkr-company{
	line-height: 1.0;
	font-size:1.2rem;
}
/* Media Queries */

@media (min-width: 576px) { 

	.pl100{
	padding-left: 10px;
}
	
	.pr100{
	padding-right: 10px;
}



 }

 
 
@media (min-width: 768px) { 

.text-flow-right{
	text-align:right;
}

.text-flow-left{
	text-align:left;
}

.right-seperator-footer{
		border-right: #ececec thin dashed;
	}

	.speakers{
	max-height: 320px;
	max-width: 245px;
	width: 100%;
	height: auto;
	display: block;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.speaker-img-box{
		max-width: 245px;
	}
	
	.pl100{
	padding-left: 10px;
}
	.pr100{
	padding-right: 10px;
}

.register-bg{
	background-color: #f8f8f7;
	background-image: url("../images/register-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 100px;
}	
	
	.categories-bg{
	background-color: white;
	background-image: url("../images/categories-bg.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 100px;
}
	
	.about-bg{
	background-color: white;
	background-image: url("../images/about-bg.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 100px;
}
	.contact-bg{
	background-color: #ededed;
	background-image: url("../images/contact-bg.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 100px;
}

	.others-bg{
	background-color: #f9f9f9;
	background-image: url("../images/others-bg.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 100px;
}
	
	.jury-bg{
	background-color: #f7fbfa;
	background-image: url("../images/jury-bg.jpg");
	background-repeat: no-repeat;
	background-size:contain;
	background-position: top right;
	height:100vh;
	position: fixed;
	margin-top: 100px;
}
	
 }
 

@media (min-width: 992px) { 

.spkr-name{
	line-height: 1.0;
	font-size:1.5rem;
}

.spkr-designation{
	line-height: 1.0;
	font-size:0.9rem;
}

.spkr-company{
	line-height: 1.0;
	font-size:0.9rem;
}	
	
.main-logo-big{
	padding-top: 100px;
}


.hashtag{
	font-size: 18px;
	position:absolute; 
	top:5px; 
	right:58px; 
	z-index:-9; 
	color: blue;
}

	.social-menu{
	margin-top:30px;
	padding-right: 50px;
}

	
	.pl100{
	padding-left: 100px;
}
	
	.pr100{
	padding-right: 100px;
}
	
	.navbar-brand img{
	padding-left: 100px;
}
	

	
 }
 

@media (min-width: 1400px) { 

.spkr-name{
	line-height: 1.0;
	font-size:2rem;
}

.spkr-designation{
	line-height: 1.0;
	font-size:1.2rem;
}

.spkr-company{
	line-height: 1.0;
	font-size:1.2rem;
}	
	
	.pl100{
	padding-left: 100px;
}
 }
