﻿@font-face {
    font-family: 'GillSansHelBd';
    src: url('fonts/GillSansHelBd.eot');
    src: url('fonts/GillSansHelBd.eot') format('embedded-opentype'),
         url('fonts/GillSansHelBd.woff2') format('woff2'),
         url('fonts/GillSansHelBd.woff') format('woff'),
         url('fonts/GillSansHelBd.ttf') format('truetype'),
         url('fonts/GillSansHelBd.svg#GillSansHelBd') format('svg');
}
@font-face {
    font-family: 'FLBaskervilleLight';
    src: url('fonts/FLBaskervilleLight.eot');
    src: url('fonts/FLBaskervilleLight.eot') format('embedded-opentype'),
         url('fonts/FLBaskervilleLight.woff2') format('woff2'),
         url('fonts/FLBaskervilleLight.woff') format('woff'),
         url('fonts/FLBaskervilleLight.ttf') format('truetype'),
         url('fonts/FLBaskervilleLight.svg#FLBaskervilleLight') format('svg');
    font-weight: 300;
}
@font-face {
    font-family: 'GillSansHelRg';
    src: url('fonts/GillSansHelRg.eot');
    src: url('fonts/GillSansHelRg.eot') format('embedded-opentype'),
         url('fonts/GillSansHelRg.woff2') format('woff2'),
         url('fonts/GillSansHelRg.woff') format('woff'),
         url('fonts/GillSansHelRg.ttf') format('truetype'),
         url('fonts/GillSansHelRg.svg#GillSansHelRg') format('svg');
}
@font-face {
    font-family: 'FLBaskervilleLightItalic';
    src: url('fonts/FLBaskervilleLightItalic.eot');
    src: url('fonts/FLBaskervilleLightItalic.eot') format('embedded-opentype'),
         url('fonts/FLBaskervilleLightItalic.woff2') format('woff2'),
         url('fonts/FLBaskervilleLightItalic.woff') format('woff'),
         url('fonts/FLBaskervilleLightItalic.ttf') format('truetype'),
         url('fonts/FLBaskervilleLightItalic.svg#FLBaskervilleLightItalic') format('svg');
}
@font-face {
    font-family: 'GillSansHelLg';
    src: url('fonts/GillSansHelLg.eot');
    src: url('fonts/GillSansHelLg.eot') format('embedded-opentype'),
         url('fonts/GillSansHelLg.woff2') format('woff2'),
         url('fonts/GillSansHelLg.woff') format('woff'),
         url('fonts/GillSansHelLg.ttf') format('truetype'),
         url('fonts/GillSansHelLg.svg#GillSansHelLg') format('svg');
}


.swiper-button-next, .swiper-button-prev {
    background-color: rgba(0,0,0,0.1);
}


html{
      font-size: 21px;
      height: 100%;
    }


body {
	height: 100%;
	

}

div, p, td, a, span, li {
	font: normal 21px/18.4px 'FLBaskervilleLight';
	
	color: #000000;
	
}


 h2 {
    font-size: 108px;
    display: table;
    background: #fff;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'FLBaskervilleLight';
    font-weight: 300;
    text-transform: uppercase;
}


a {
	color: #000000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #000000;
	}

.navbar {
	    padding-top: 0px;
    padding-bottom: 0px;
	
}

#logo {
	max-height:80px;
	/*width:470px;*/
	/*position: absolute;
    top: 0;
	z-index: 90;*/
}
#logo img{
	/*width:100%;*/
	
}


figcaption {
	margin-top: 5px;
	text-align: left;
}

.navbar-collapse {
    
    flex-grow: inherit;
   
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border:none;
}


.nav-link {
	    font-family: 'GillSansHelBd';
    font-weight: 300;
    text-transform: uppercase;
	font-size: 13px;
  color: #000000!important;
}

.nav-link.active {
	    text-decoration: underline;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.register {
	color:#ff0000!important;
}

.register:hover {
	color:#ffffff!important;
	background-color: #ff0000;
}

.nav-item.dropdown:hover .dropdown-menu {
	display: block;
	animation: slideDown 0.3s ease-in-out;
}

.dropdown-menu {
	display: none;
	margin-top: 0;
	transform-origin: top;
	position: absolute;
right: 0;
    left: auto;
    max-width: 90vw;
    border: none;
    border-radius: 0;
    min-width:auto
}

.dropdown-item {
	font-family: 'GillSansHelBd';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 13px;
	color: #000000;
}

@media (max-width: 991px) {
	.dropdown-menu {
		position: static;
		float: none;
		width: auto;
	}
	
	.dropdown-item {
		text-align: center;
	}
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}



.myswiper1 {
    width: 96%;
    margin: 22px auto;
    margin-bottom: 22px;
    padding: 0 2%;
    margin-top: 0;
}


.swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #fff;
}



.halfbxbg{
    position: absolute;
    z-index: 98;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: #f00;
    mix-blend-mode: multiply;
}
.halfbx{
    width: 50%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: right;
    box-sizing: border-box;
    padding: 5% 6%;
    color: #fff;
    font-size: 21px;
	    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.halfbx h4{
    font-size: 60px;
    line-height: 48px;
    font-family: 'GillSansHelBd';
    font-family: 'GillSansHelRg';
    font-family: 'GillSansHelLg';
    font-family: 'FLBaskervilleLightItalic';
    font-family: 'FLBaskervilleLight';
    margin-bottom: 10px;
    letter-spacing: -2px;
    position: relative;
    z-index: 99;

}
.halfbx p{
    position: relative;
    z-index: 99;
	color:#ffffff;
	line-height: 24.5px;
}
.readmore{
    color: #fff;
    background: #000;
    padding: 7px 14px;
    padding-right: 34px;
    background: #000 url(img/arrowwhite.svg) no-repeat 116px 15px;
    background: #000 url(img/arrowwhite.svg) no-repeat 111px 13px;
    font-size: 22px;
    position: relative;
    z-index: 99;
}

.halfbx h4 span{
    font-family: 'FLBaskervilleLightItalic';
    font-size: 80%;
	color:#ffffff;
}

.p22{
    margin-top: 20px;
}

.halfbx a:hover {
	color: #5e6163;
}

.readmore.mobread {
   display: inline-block;
    margin-top: 50px;
}


.quoteswrap {
    background:#ebebeb;
  
    padding-top: 75px;
    padding-bottom: 100px;
}

.quoteswrap .myswiper2 p{
   
    font-size: 44px;
    line-height: 44px;
    text-align: center;
}

.quoteswrap .myswiper2 p small{
   
  font-family: 'GillSansHelRg';
    font-size: 13px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 15px;
    
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px!important;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 12px!important;
    height: 12px!important;

}


#videos-container {
	padding-bottom: 130px;
}

#videos-container h2{
	position: relative;
    top: -50px;
}

#photos-container {
	background: #ebebeb;
	padding-bottom: 130px;
   
}

#photos-container h2{
	position: relative;
    top: -50px;
}

#speakers {
	
	padding-bottom: 130px;
   
}


#speakers-container h2 {
	position: relative;
    /*top: -50px;*/
}




.hovimg{
    position: absolute;
    top: 0;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    right: 0;
    background-blend-mode: multiply;   
    background-size: contain;
}
.gitem:hover .hovimg{
    mix-blend-mode: multiply;
    background-color: #f00;
}
.gitem .hoveredtxt{
position: absolute;
    top: 0;
    opacity: 0;
    font-family: 'GillSansHelLg';
    font-size: 28px;
    padding: 50px;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
	line-height: 28px;
}
.gitem:hover div{
    opacity: 1;
}

#partners-container {
	    background: #ebebeb;
    font-size: 60px;
    padding-bottom: 50px;
    
}

#partners h2 {
	    font-size: 60px;
    position: relative;
    top: -35px;
    text-transform: uppercase;
    font-family: 'FLBaskervilleLight';
}

#partners img {
	max-width: 300px;
}


#schedule-container {
	
       min-height: 800px;
    text-align: center;
    font-family: 'FLBaskervilleLight';
    font-size: 28px;
	padding-bottom: 80px;
}

#schedule h2 {

    display: table;
    background: #fff;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
	
    font-size: 60px;
    position: relative;
    top: -35px;
    text-transform: uppercase;
    font-family: 'FLBaskervilleLight';
}

#schedule h3 {
	font-size: 42px;
   margin-bottom: 30px;
	   
}

#schedule p {
	font-size: 28px;
	line-height: 31px;
   margin-bottom: 30px;
	   
}

#schedule span{
    font-family: 'GillSansHelBd';
    font-size: 19px;
    letter-spacing: 2px;
}

#schedule span.txtboldlight{
    font-family: 'GillSansHelLg';
    font-size: 27px;
}

#contact-container {
	padding-bottom: 100px;
}


#contact h2 {
	font-size: 60px;
    text-transform: uppercase;
    font-family: 'FLBaskervilleLight';
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 0;
}




#myTab button {
	width:100%;
	border-radius: 0;
}


#faq-container {
	
       min-height: 800px;
    
    font-family: 'FLBaskervilleLight';
    font-size: 28px;
	padding-bottom: 80px;
}

#faq h2 {
  
    background: #fff;
margin:20px 0;
	margin-bottom: 30px;
    font-size: 44px;
  padding:0;
    font-family: 'FLBaskervilleLight';
	font-weight: 600;
}

#faq h3 {
	font-size: 42px;
   margin-bottom: 0px;
	font-family: 'FLBaskervilleLight';
	   margin-top: 15px;
}

#faq p,#faq p a, #faq li, #faq li a {
	font-size: 26px;
	line-height: 34px;
   margin-bottom: 10px;
	   
}





#maintext-container {
	margin-top: 150px;
	margin-bottom: 150px;
}


#maintext-container  h1 {
    font-size: 45px;
    font-family: 'FLBaskervilleLight';
    margin-bottom: 12px;
}

#maintext-container  p {
        font: normal 21px/24px 'FLBaskervilleLight';
}

.back {
	color: #fff;
    background: #000;
    padding: 7px 14px;
    font-size: 22px;
    position: relative;
    z-index: 99;
    padding-right: 14px;
    padding-left: 28px;
    background: #000 url(img/leftarrowwhite.svg) no-repeat 9px 12px;
}

.mybutton {
	border-radius: 0;
}
.mybutton .btn .badge {
    position: relative;
    top: -3px;
}



#footer-container {
	/*background: #2c2d2e url(img/footer.png) no-repeat 0px 0px;
    background-size: cover;*/
	background-color: #000000;
   
	    align-items: center;
 padding-top: 50px;
    padding-bottom: 50px;
}

#footer-container a {
	
	color:#ffffff!important;
	text-decoration: none;
}

svg.svg-social-icon {
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            border: 1px solid #ffffff;
            padding: 10px;
            width: 46px;
            height: 46px;

           
}

 svg.svg-social-icon path {
              fill: #ffffff;
            }

svg.svg-social-icon:hover {
           border: 1px solid #ff0000!important;
            outline: #ff0000;
            transition: border-color 200ms ease 0s;

           
}

 svg.svg-social-icon:hover path {
              fill: #ff0000;
              transition: all 200ms ease 0s;
            }

#footer-container a {
	margin-right: 10px;
	margin-top:5px;
}
    


/* ----------------------- Extra small devices (phones, less than 576px) ----------------------- */
/* ----------------------- No media query since this is the default in Bootstrap ----------------------- */


@media (max-width: 1750px)  {
	
	
}
@media (max-width: 1560px)  {
	
	
}



@media (max-width: 1399px)  {
	
}

@media (max-width: 1199px)  {
	
	
	
}

@media (min-width: 1200px) and (max-width:1280px) {
	#logo {
        width: 435px;
   
}
	
	
}

@media (max-width: 1310px) {
	
	
	
}

@media (max-width: 1230px) {
	
}


/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) { 
	
	
		.navbar-light .navbar-nav .nav-link {
    text-align: center;
}
	
	
	.halfbx{
    width: 50%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: right;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    font-size: 21px;
	    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.halfbx h4{
    font-size: 50px;
    line-height: 38px;
    font-family: 'GillSansHelBd';
    font-family: 'GillSansHelRg';
    font-family: 'GillSansHelLg';
    font-family: 'FLBaskervilleLightItalic';
    font-family: 'FLBaskervilleLight';
    margin-bottom: 10px;
    letter-spacing: -2px;
    position: relative;
    z-index: 99;

}
.halfbx p{
    position: relative;
    z-index: 99;
	color:#ffffff;
	line-height: 20px;
}

	
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 1024px) { 
	
	

 }

@media (min-width: 992px) and (max-width:1199px) { 
	
	
	



}

@media (min-width: 992px)  { 
	
	
	

}

@media (max-width: 991px) {
	


	
	.navbar-collapse {
    
    background-color: #ffffff;
    z-index: 100;
   
}
	

		.halfbx {
    width: 100%;
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 10% 8%;
    color: #000;
    font-size: 21px;
}
	
	.halfbx p{
    position: relative;
    z-index: 99;
	color:#000000;
	line-height: 20px;
}
	.halfbx h4 {
    font-size: 50px;
    line-height: 38px;
    font-family: 'GillSansHelBd';
    font-family: 'GillSansHelRg';
    font-family: 'GillSansHelLg';
    font-family: 'FLBaskervilleLightItalic';
    font-family: 'FLBaskervilleLight';
    margin-bottom: 10px;
    letter-spacing: -2px;
    position: relative;
    z-index: 99;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}

	
	
}

@media (max-width: 880px) { 

	
	
	
	
}

@media (min-width: 768px) {
	
}


@media (min-width: 768px) and (max-width: 800px) { 

	
	
	
	
}
 
@media (min-width: 576px) { 
	
	
}

@media (min-width: 768px) and (max-width:991px) { 


	
}
 
@media  (max-width:767px) {
	
	



}
 



@media (min-width: 426px) and (max-width:767px) { 

	

}

@media (max-width: 640px) {
	
	
	
	
	
	
}

@media (max-width: 575px) {
	
	h2 {
    font-size: 40px;
    
}
	
	.navbar {
    padding-top: 0;
    padding-bottom: 0px;
}
	
	#minilogo {
		width:300px;
	}

	.navbar-collapse {
   
		margin-top: 0;
	}
	

	
	.halfbx {
    width: 100%;
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 10% 8%;
    color: #000;
    font-size: 21px;
}
	
	.halfbx h4 span {
    font-family: 'FLBaskervilleLightItalic';
    font-size: 80%;
    color: #000000;
}
	
	.halfbx p {
   
		color: #000000;

	}
	
	#partners img {
    max-width: 100%;
}
	
	.quoteswrap .myswiper2 p {
		font-size: 26px;
		line-height: 26px;
		
	}
	
	#partners h2 {
    font-size: 45px;
}
	
}
 
@media (max-width: 480px) {
	
	


	
}
 
 @media (max-width: 425px) { 
 
	 
	 
	 
}

 @media (max-width: 375px) {
	 
	
	.navbar-brand {
		
		margin-right: 0;

	}
	 
}

 @media (max-width: 320px) {
	 
	 #partners h2 {
    font-size: 30px;
}
	 
}







