@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');

body{
	width: 100%;
	height: 100%;
    margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #ffffff;
	color: black;
	transition: 2s all;
	}

.changeColor{
	background: #000000;
	color: white;
}


/* Navbar */

.logo-img{
	    padding-top: 45px;
}

.custom-nav{   left: 0;
    top: 0px;
    width: 350px;
    position: fixed!important;
    z-index: 3;
    background-color: #1a1a1a;
    height: 100%;
    background-repeat: repeat;
    background-size: contain;
    background-position: 15px 0px;

} 

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    color: rgba(255,255,255,1.0)!important;
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.navbar-dark .navbar-nav .active > .nav-link {
    color: rgba(245,78,62,1.0)!important;
    line-height: 2;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.menu-names-right {
    padding-left: 80px;
}
/* Navbar */

/* top nav */

#main{
	padding:0!important;
	margin-top:80px;
	}

.bt-menu {
   min-width: 125px;
   /* height: 70px; */
   /* border-right: 1px solid #000; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	padding-top: 10px;
    padding-left: 20px;
}

.ico-menu .bar:nth-child(1):after {
    transition-delay: 0.1s;
}

.ico-menu .bar:nth-child(2):after {
    transition-delay: 0.2s;
}

.ico-menu .bar:nth-child(3):after {
    transition-delay: 0.3s;
}


.ico-menu .bar:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #A6ABAB;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: 0.3s;
}



.ico-menu .bar:nth-child(1) {
    top: 0;
}
.ico-menu .bar:nth-child(2) {
    top: 8px;
}
.ico-menu .bar:nth-child(3) {
    top: 16px;
}
.ico-menu .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #202121;
    border-radius: 2px;
    overflow: hidden;
}

.bt-menu .ico-menu {
    top: 0px;
    margin-right: 10px;
    vertical-align: middle;
	height:20px;
}
.ico-menu {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 13px;
}


.social-ico{
	text-decoration:none;
}

.has-tablet{
	padding-top: 10px;
	font-size: 14px;
}

.social-ico{
	color:black;
	text-decoration:none;
}
.social-ico:hover{
	color:black;
	text-decoration:none;
}

.digi-logo{
	max-height:80px;
	width:auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* top nav */

/* left nav */
.closebtn{
	color:white;
	text-decoration:none;
}

.closebtn:hover{
	color:#A6ABAB;
	text-decoration:none;
}

.sidenav{
	background-color: #000 !important;
	margin-left:-35px;
}
/* left nav */

/* Common css */
.sm-gap{
	height: 25px;
}

.md-gap{
	height: 50px;
}

.xl-gap{
	height: 100px;
}

.pt-200{
	padding-top:15px;
}

.pl-200{
	padding-left:15px;
}

.pl-100{
	padding-left:15px;
}

.pr-100{
	padding-right:15px;
}

.pl-50{
	padding-left:50px;
}

.pr-50{
	padding-right:50px;
}

.ml-75{
	margin-left:75px;
}

.mr-75{
	margin-right:75px;
}
/* Common css */

/* Awards Category page*/

.trophy-canvas{
	padding-top:70px;
}

.bg-trophy{
	position: fixed;
	bottom: -100px;
	right: 5%;
	height: 100%;
	width: auto;
	z-index: -999;
}

.award-head{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
}

.category-head{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.para{
	font-size: 15px;
    line-height: 1.4;
    max-width: 90ch;
}

.cat-sub-head{
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.bg-peach{
	background-color: rgba(39, 82, 160, 0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}


.bg-brown{
	background-color: rgba(124,93,52,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}


.bg-green{
	background-color: rgba(113,173,151,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.bg-blue{
	background-color: rgba(48,140,160,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.bg-orange{
	background-color: rgba(204,102,0,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.bg-purple{
	background-color: rgba(130,80,180,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.bg-grey{
	background-color: rgba(72,72,72,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:0px;
	margin-right:0px;
}

.sub-cat-descriptor{
	color: white;
	font-size: 15px;
	padding-right:10px;
}

.right-border{
	border-right: white thin solid;
}

.btn-peach{
	background-color: #f54e52;
	color: white;
	border-radius: 10px;
	text-transform: uppercase;
	margin-bottom: 15px;
	/*position: absolute;
	right:25px;
	bottom:55px;*/
}

.award-logo{
padding-top: 25px;
}

.logo-tagline{
	color:white;
	font-size:16px;
	text-align: center;
}

.entries-open{
	color:white;
	font-size:36px;
	font-weight:800;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.early-bird-line{
	color:white;
	font-size: 16px;
	text-align: center;
	margin-top:-25px;
}

/* Awards Category */

/* Expo */

.expo-blue{
	background-color: rgba(39, 82, 160, 0.8);
	padding:10px;
}

.expo-green{
	background-color: rgba(73,146,119,1.00);
	padding:10px;
}

.expo-subhead{
	color: white;
	font-weight: 600;
	padding-left:20px;
	text-transform: uppercase;
}

.expo-blue,.expo-green >ul>li{
	color: white;
	line-height: 2;
}
/* Expo */

/* Contact */
.mailid-link{
	color: #000;
	font-weight:600;
	text-decoration:none;
}

.font14{
	font-size:14px;
}
/* Contact */

/* Conference */


.string-digipub{
	padding-top:80px;
}

.bg{
		background-color: #07055f;
		height: 100%;
		position: absolute;
		top:0;
		z-index: -1;
	}
	

	.strings{
		position: absolute;
		
	}
	
#one{
		-webkit-animation: onestring 5s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: onestring 5s linear infinite alternate;
	background-position: 0px 0px;
	left:2%;
		top:-100px;
	
}

@-webkit-keyframes onestring {
  0%   { top:-100px }
  100% { top:5px;}
}

/* Standard syntax */
@keyframes onestring {
   0%   { top:-100px }
  100% { top:5px;}
}
		
	
#two{
		-webkit-animation: twostring 7s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: twostring 7s linear infinite alternate;
	background-position: 0px 0px;
	left:7%;
		top:-100px;
	
}

@-webkit-keyframes twostring {
  0%   { top:-100px }
  100% { top:5px;}
}

/* Standard syntax */
@keyframes twostring {
   0%   { top:-100px }
  100% { top:5px;}
}
		
	
	
#three{
		-webkit-animation: threestring 9s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: threestring 9s linear infinite alternate;
	background-position: 0px 0px;
	left:10%;
	top:-200px;
	
}

@-webkit-keyframes threestring {
  0%   { top:-200px }
  100% { top:8px;}
}

/* Standard syntax */
@keyframes threestring {
   0%   { top:-200px }
  100% { top:8px;}
}
		
	
	
#four{
	-webkit-animation: fourstring 3s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: fourstring 3s linear infinite alternate;
	background-position: 0px 0px;
	left:13%;
		top:-50px;
	
}

@-webkit-keyframes fourstring {
  0%   { top:-50px }
  100% { top:30px;}
}

/* Standard syntax */
@keyframes fourstring {
   0%   { top:-50px }
  100% { top:30px;}
}
		
	
#five{
		-webkit-animation: fivestring 5s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: fivestring 5s linear infinite alternate;
	background-position: 0px 0px;
	left:18%;
		top:-90px;
	
}

@-webkit-keyframes fivestring {
  0%   { top:-90px }
  100% { top:5px;}
}

/* Standard syntax */
@keyframes fivestring {
   0%   { top:-90px }
  100% { top:5px;}
}
	
	
	
#six{
		-webkit-animation: sixstring 2.7s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: sixstring 2.7s linear infinite alternate;
	background-position: 0px 0px;
	left:25%;
		top:-100px;
	
}

@-webkit-keyframes sixstring {
  0%   { top:-100px }
  100% { top:10px;}
}

/* Standard syntax */
@keyframes sixstring {
   0%   { top:-100px }
  100% { top:10px;}
}
	
	
	
	
	
	
#oneright{
		-webkit-animation: oneright 5s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: oneright 5s linear infinite alternate;
	background-position: 0px 0px;
	right:2%;
		top:-100px;
	
}

@-webkit-keyframes oneright {
  0%   { top:-100px }
  100% { top:5px;}
}

/* Standard syntax */
@keyframes oneright {
   0%   { top:-100px }
  100% { top:5px;}
}
		
	
#tworight{
		-webkit-animation: tworight 7s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: tworight 7s linear infinite alternate;
	background-position: 0px 0px;
	right:7%;
		top:-100px;
	
}

@-webkit-keyframes tworight {
  0%   { top:-100px }
  100% { top:5px;}
}

/* Standard syntax */
@keyframes tworight {
   0%   { top:-100px }
  100% { top:5px;}
}
		
	
	
#threeright{
		-webkit-animation: threeright 9s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: threeright 9s linear infinite alternate;
	background-position: 0px 0px;
	right:10%;
	top:-200px;
	
}

@-webkit-keyframes threeright {
  0%   { top:-200px }
  100% { top:8px;}
}

/* Standard syntax */
@keyframes threeright {
   0%   { top:-200px }
  100% { top:8px;}
}
		
	
	
#fourright{
	-webkit-animation: fourright 3s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: fourright 3s linear infinite alternate;
	background-position: 0px 0px;
	right:13%;
		top:-50px;
	
}

@-webkit-keyframes fourright {
  0%   { top:-50px }
  100% { top:30px;}
}

/* Standard syntax */
@keyframes fourright {
   0%   { top:-50px }
  100% { top:30px;}
}
		
	
#fiveright{
		-webkit-animation: fiveright 5s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: fiveright 5s linear infinite alternate;
	background-position: 0px 0px;
	right:18%;
		top:-90px;
	
}

@-webkit-keyframes fiveright {
  0%   { top:-90px }
  100% { top:5px;}
}

/* Standard syntax */
@keyframes fiveright {
   0%   { top:-90px }
  100% { top:5px;}
}
	
	
	
#sixright{
		-webkit-animation: sixright 2.7s linear infinite alternate; /* Safari 4.0 - 8.0 */
  animation: sixright 2.7s linear infinite alternate;
	background-position: 0px 0px;
	right:25%;
		top:-100px;
	
}

@-webkit-keyframes sixright {
  0%   { top:-100px }
  100% { top:10px;}
}

/* Standard syntax */
@keyframes sixright {
   0%   { top:-100px }
  100% { top:10px;}
}	
	
	.logo-padding{
		padding-top: 220px;
	}	
	
.tagline-convention{
	color: #5b8df3;
		font-size: 18px;
		line-height: 1.0;
		margin-bottom: 15px;
}

	.text-pad{
		margin-left: 0px;
		
	}	
	
	.gap-home{
		height: 100px;
	}	
	
	.sign-btn{
		    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	}
	
	.sign-btn:hover{
		    color: #6299d0;
    background-color: #007bff;
    border-color: #007bff;
	}
	
	.sign-up{
		 color: #fff;
    background-color: #007bff;
    border-color: #007bff;
	}
	
	.sign-up:hover{
		 color: #6299d0;
    background-color: #007bff;
    border-color: #007bff;
	}
	
	.error{
		color: red;
		font-style:italic;
		font-size:11px;
	}
	
.showdownline{
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
	
/* Conference */

/* Jury */
.red-bg{
	background-color: #f77175;
	color: white;
	min-height: 120px;
	max-height: 200px;
	padding-bottom: 5px;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
 border-bottom: 30px solid #f77175;
	position: absolute;
	right:15px;
	top:-30px;
	
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
	 border-bottom: 30px solid #f77175;
	position: absolute;
	right:15px;
	top:-30px;
	
}

.jury-name{
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top:0;
	padding-bottom:0!important;
}

.jury-company{
	font-size: 14px;
    padding: 10px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.1;
    padding-bottom: 0!important;
}

.jury-social-media-icons{
	padding:0px;
	
}

.fa-jury-color{
	color: white;
	text-decoration: none;
	padding:10px;
}

.fa-jury-color:hover{
	color:firebrick;
	text-decoration: none;
	padding:10px;
}

.change-column{
	display: flex;
    flex-direction: column;
}
/* Jury */

/* Agenda */

.card-header {
    padding: 0.5rem 1.25rem;
    margin-bottom: 0;
    color: white;
    background-color: rgba(0, 0, 255, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	text-transform: uppercase;
	font-size: 20px!important;
	font-weight: 700;
	
}

.agenda-ul{
	margin-left: -25px;
	list-style:none;
}

.strong-agenda-point{
	font-weight:600;
	color: #007bff !important;
}

.strong-agenda-point-black{
	font-weight:600;
	color: black!important;
}

.agenda-li-color-blue{
	color: #007bff !important;
	
}

.agenda-ul li{
	margin-top:-15px;
	margin-bottom: -15px;
	font-size: 17px!important;
	line-height:1.2!important;
}

.agenda-ul li::before {
  content: "\2022";
  color: #007bff !important;
  font-weight: bold;
	font-size: 20px;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
	
}

.agenda-card-body{
	border: #007bff thin solid!important;
}
/* Agenda */

/* Agenda timeline */


/* Layout */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Styling */
.timeline {
  margin: 4em auto;
  position: relative;
	margin-left:-60px;
	list-style: none;
 
}
.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 4.5em;
  width: 2px;
  height: 100%;
  display:none;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #5b8df3;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #5b8df3;
  -webkit-box-shadow: inset 40em 0 0 0 #5b8df3;
  box-shadow: inset 40em 0 0 0 #5b8df3;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: -0.5em;
  width: 100%;
  padding-bottom: 0.1rem;
  padding-right: 0.1em!important;
}
.timeline-event-copy h3 {
  font-size: 1.2em;
}
.timeline-event-copy h4 {
  font-size: 1.0em;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 0.8em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: none;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #007bff;
  -webkit-box-shadow: inset 0 0 0 0em #007bff;
  box-shadow: inset 0 0 0 0em #007bff;
  display: block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

.spkr-img-agenda{
	width: 110px;
	height: auto;
	/*border: black thin solid;*/
	margin-right:15px
}

.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; 
	max-width:110px; 
	min-height:75px;
}
.agenda-moderator{
	text-transform: uppercase; 
	color: #ec2323; 
	font-weight: 700;
}

.tablinks{
	    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    background-color: white;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
    width: 120px;
    height: 40px;
    text-transform: uppercase;
    border: black thin solid;
}

.tablinks.active {
    background-color: #007bff;
    color: #fff;
	border: #007bff thin solid;
}
/* Agenda timeline */

/* Media Query */

@media (min-width: 576px) {
	
	
	.change-column{
	display: flex;
    flex-direction: column-reverse;
}	
	

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
	border-bottom: none!important;
	 border-top: 30px solid #f77175!important;
	position: absolute;
	right:15px;
	top:inherit!important;
	bottom:-30px!important;
	
}
	

 }

 
 
@media (min-width: 768px) { 

.pt-200{
	padding-top:25px;
}

.pl-200{
	padding-left:200px;
}


	.pl-100{
	padding-left:100px;
}

.pr-100{
	padding-right:100px;
}
	
	

	
 }
 
 
 
@media (min-width: 992px) { 




	.gap-home{
		height: 200px;
	}


   .bt-menu {
   min-width: 125px;
    height: 70px;
   /* border-right: 1px solid #000; */
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
	padding-top: 20px;
    padding-left: 20px;
}


	#one{
		max-width: 70px;
		height:auto;
	}
	
	#two{
		max-width: 60px;
		height:auto;
	}
	
	#three{
		max-width: 95px;
		height:auto;
	}
	
	#four{
		max-width: 80px;
		height:auto;
	}
	
	#five{
		max-width: 90px;
		height:auto;
	}
	
	#six{
		max-width: 60px;
		height:auto;
	}
	
	#oneright{
		max-width: 70px;
		height:auto;
	}
	
	#tworight{
		max-width: 60px;
		height:auto;
	}
	
	#threeright{
		max-width: 95px;
		height:auto;
	}
	
	#fourright{
		max-width: 80px;
		height:auto;
	}
	
	#fiveright{
		max-width: 90px;
		height:auto;
	}
	
	#sixright{
		max-width: 60px;
		height:auto;
	}
	
	.tagline-convention{
	color: #5b8df3;
		font-size: 24px;
		line-height: 1.0;
		margin-bottom: 15px;
}
	
	.bg-peach{
	background-color: rgba(39, 82, 160, 0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}


.bg-brown{
	background-color: rgba(124,93,52,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}


.bg-green{
	background-color: rgba(113,173,151,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}

.bg-blue{
	background-color: rgba(48,140,160,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}

.bg-orange{
	background-color: rgba(204,102,0,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}

.bg-purple{
	background-color: rgba(130,80,180,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}

.bg-grey{
	background-color: rgba(72,72,72,0.8);
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
}
	
	.award-logo{
padding-top: 5px;
}


/* Agenda timeline */


/* Layout */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Styling */
.timeline {
  margin: 4em auto;
  position: relative;
	margin-left:-60px;
	list-style: none;
 
}
.timeline:before {
  background-color: black;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 4.5em;
  width: 2px;
  height: 100%;
  display:block;
}

.timeline-event {
  position: relative;
}
.timeline-event:hover .timeline-event-icon {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #5b8df3;
}
.timeline-event:hover .timeline-event-thumbnail {
  -moz-box-shadow: inset 40em 0 0 0 #5b8df3;
  -webkit-box-shadow: inset 40em 0 0 0 #5b8df3;
  box-shadow: inset 40em 0 0 0 #5b8df3;
}

.timeline-event-copy {
  padding: 2em;
  position: relative;
  top: -1.875em;
  left: 4em;
  width: 80%;
  padding-bottom: 0.1rem;
  padding-right: 2em!important;
}
.timeline-event-copy h3 {
  font-size: 1.75em;
}
.timeline-event-copy h4 {
  font-size: 1.2em;
  margin-bottom: 1.2em;
}
.timeline-event-copy strong {
  font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
  padding-bottom: 1.2em;
}

.timeline-event-icon {
  -moz-transition: -moz-transform 0.2s ease-in;
  -o-transition: -o-transform 0.2s ease-in;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: black;
  outline: 10px solid white;
  display: block;
  margin: 0.5em 0.5em 0.5em -0.5em;
  position: absolute;
  top: 0;
  left: 2em;
  width: 1em;
  height: 1em;
}

.timeline-event-thumbnail {
  -moz-transition: box-shadow 0.5s ease-in 0.1s;
  -o-transition: box-shadow 0.5s ease-in 0.1s;
  -webkit-transition: box-shadow 0.5s ease-in;
  -webkit-transition-delay: 0.1s;
  transition: box-shadow 0.5s ease-in 0.1s;
  color: white;
  font-size: 0.75em;
  background-color: black;
  -moz-box-shadow: inset 0 0 0 0em #007bff;
  -webkit-box-shadow: inset 0 0 0 0em #007bff;
  box-shadow: inset 0 0 0 0em #007bff;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.25em 1em 0.2em 1em;
}

.spkr-img-agenda{
	width: 110px;
	height: auto;
	/*border: black thin solid;*/
	margin-right:15px
}

.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; 
	max-width:110px; 
	min-height:75px;
}
.agenda-moderator{
	text-transform: uppercase; 
	color: #ec2323; 
	font-weight: 700;
}

.tablinks{
	    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    background-color: white;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
    width: 120px;
    height: 40px;
    text-transform: uppercase;
    border: black thin solid;
}

.tablinks.active {
    background-color: #007bff;
    color: #fff;
	border: #007bff thin solid;
}
/* Agenda timeline */




	
}


@media (min-width: 1200px) {
	
	
	.showdownline {
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
	
	.logo-tagline{
	color:white;
	font-size:12px;
	text-align: center;
}
	
	.early-bird-line {
    color: white;
    font-size: 14px;
    text-align: center;
    margin-top: -25px;
}
	
	.trophy-canvas{
		margin-top:-20px;
		padding-top:0px!important;
		max-height: 650px;
		width:auto;
	}

.pl-200{
	padding-left:350px;
}

.pt-200{
	padding-top:50px;
}

.logo-padding {
    padding-top: 120px;
}


	.tagline-convention{
	color: #5b8df3;
		font-size: 30px;
		line-height: 1.0;
		margin-bottom: 15px;
}
	.gap-home{
		height: 170px;
	}
	
	#digipub-con-img{
		max-width: 345px;
		height: auto;
	}
	
	.text-pad{
		margin-left: 40px;
		
	}
	
	.para {
    font-size: 15px;
    line-height: 1.4;
    max-width: 100ch;
}

}
@media (min-width: 1400px) {
	
	.showdownline {
    color: white;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
	
	
	.logo-padding {
    padding-top: 220px;
}

	
	.logo-tagline{
	color:white;
	font-size:16px;
	text-align: center;
}
	
	.early-bird-line {
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: -25px;
}
	
	
	.trophy-canvas{
		max-height: 100%;
		width:auto;
	}
	
	.pl-200{
	padding-left:425px;
}
	
	.pt-200{
	padding-top:100px;
}
	
	.para {
    font-size: 15px;
    line-height: 1.4;
    max-width: 130ch;
}
	
	#digipub-con-img{
		max-width: 445px;
		height: auto;
	}
	
	.text-pad{
		margin-left: 70px;
		
	}
	
	.gap-home{
		height: 250px;
	}

	
	#one{
		max-width: 80px;
		height:auto;
	}
	
	#two{
		max-width: 75px;
		height:auto;
	}
	
	#three{
		max-width: 117px;
		height:auto;
	}
	
	#four{
		max-width: 93px;
		height:auto;
	}
	
	#five{
		max-width: 110px;
		height:auto;
	}
	
	#six{
		max-width: 76px;
		height:auto;
	}
	
	#oneright{
		max-width: 80px;
		height:auto;
	}
	
	#tworight{
		max-width: 75px;
		height:auto;
	}
	
	#threeright{
		max-width: 117px;
		height:auto;
	}
	
	#fourright{
		max-width: 93px;
		height:auto;
	}
	
	#fiveright{
		max-width: 110px;
		height:auto;
	}
	
	#sixright{
		max-width: 76px;
		height:auto;
	}
	
}
/* Media Query */