

/********** General Styles **********/
html {
	position: relative !important;
	min-height: 100% !important;
}

/* Make body margin-bottom the same height as footer */

/* Make outer_table margin about 50% larger than footer height */
#outer_table {
	margin-bottom: 150px !important;
	min-height: 100%;
	overflow:visible !important;
}
.header{margin:5px !important;}
div.print_link a{color:#ffffff; float:right;}



/********** Typography ***********/
h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif !important;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
	font-size:20px;
	font-style:normal;
	line-height:22px;
}
h3 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p, span, div, table, tr, td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif !important;
	font-size: 15px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
a{text-decoration:none;}

a:hover{text-decoration:underline;}

/********** Header ***********/
.logo-img-container{
	
	width:100%;
	margin-bottom:0 50px !important;
	border-bottom:5px solid #c9cacc;
}

.event-logo{background:transparent; width:150px; float:left;}
.event-logo img{width:100px;}

.background-img-wrap {
  background-color: #052f5f;
 
  top: 0;
  left: 0;
  height: 300px;
  width: 100%;
  margin-top:-100px;
   }
  @media only screen and (min-width: 992px) {
    .background-img-wrap {
      margin-top:-100px;
      height: 450px; } }

.background-img {
  background: url(https://ps-etouches-com.s3.amazonaws.com/_internal-projects/event-templates/pst-master-template/images/london-skyline.jpg) center center/cover no-repeat;
  background-size:cover;
  width: 100%;
  opacity: 0.5;
  height: 100%; }

.intro-section {
  background: transparent !important;
  height: 300px;
  text-align:center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (min-width: 992px) {
    .intro-section {
      height: 450px;
      top:0; } }
  .intro-section img {
    max-width: 200px;
    display: inline !important; }
    @media only screen and (min-width: 992px) {
      .intro-section img {
        max-width: 300px; } }
  .intro-section h1, .intro-section h2, .intro-section h3 {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    color: #FFF; }
  .intro-section h1 {
    font-size: 20px;
    margin:30px
    ; }
    @media only screen and (min-width: 768px) {
      .intro-section h1 {
        font-size: 34px; } }
  .intro-section h2 {
    margin-top: 5px;
    border-bottom: 1px solid #FFF;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .intro-section h2 {
        font-size: 60px; } }
  .intro-section h3 {
    font-size: 16px;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .intro-section h3 {
        font-size: 22px; } }
/********** Main Section **********/

#main_section {
margin-top:20px !important;
}

/********** Navigation **********/
tr.tabmenu{
-webkit-box-shadow:0 3px 10px #777777;
-moz-box-shadow:0 3px 10px #777777;
box-shadow:0 3px 10px #777777;

}
  .ehtm ul > li{padding:0 10px;
text-align:center;}

.ehtm ul li{
  width:25%;
}

.ehtm ul li a:link, .ehtm ul li a:visited {color:#ffffff !important;}
.ehtm ul li a:hover{color:#ffffff; }

@media (max-width:991px){
.ehtm ul li{padding:0 !important;margin:0 !important;}
.ehtm ul.custom-nav{width:100%;}
}
/* $NAVIGATION */

    @media only screen and (min-width: 992px) {
  .mobile-toggle {
    display: none; }

  .tabmenu {
    z-index: 10;
    z-index: 100;
    width: 100%;

    }

  .ehtm {
    position: relative;
    margin:0 auto;
} }

@media only screen and (max-width: 991px) {
  .tabmenu {
    display: block !important;
    position: fixed;
    top: 60px;
    left: -200%;
    width: 80% !important;
    height: 100% !important;
    z-index: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.5);
     }
    body.show-nav .tabmenu {
      left: 0; }

  .ehtm ul {
    width: calc(100% + 30px);
    margin: 0 -15px !important;
    overflow: hidden; }
    .ehtm ul li {
      clear: both;
      width: 100%;
       }
      .ehtm ul li a {
        border-bottom: 2px solid #FFF;
        width: 96%;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        color: #FFF !important;
        line-height: 30px !important;
        font-weight: normal; }
  .ehtm > ul > li a:hover,
  .ehtm > ul > li a:focus,
  .ehtm > ul > li a.sel_top {
    }
  .ehtm :hover > a {
   } }



/* $MOBILE-TOGGLE*/
.mobile-toggle {
  position: fixed;
  right: 15px;
  top: 18px;
  z-index: 101;
  cursor: pointer;
  padding: 10px 35px 16px 0px; }
  .mobile-toggle span,
  .mobile-toggle span:before,
  .mobile-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .mobile-toggle span:before {
    top: -10px; }
  .mobile-toggle span:after {
    bottom: -10px; }
  .mobile-toggle.active span {
    background-color: transparent; }
    .mobile-toggle.active span:before, .mobile-toggle.active span:after {
      top: 0; }
    .mobile-toggle.active span:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mobile-toggle.active span:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #cccccc;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}



/********** Buttons **********/
img.r-desktop, input[type="image"]{ display:none !important;}
input.button.r-button{display:block !important;
padding:10px;
margin:5px;
background:inherit;
color:inherit;
border:2px solid;
width:200px;
-webkit-transition:width .5s;
transition:width .5s;
font-size:16px;
}

input.button.r-button:hover{
  width:230px;
  font-size:18px;
}

@media screen and (max-width:768px){
  input.button.r-button{
    width:100% !important;
  }
}
/********** About Marketing Sign up **********/

form#form-subscribe input{
  margin-bottom:10px;
  margin-left:5px;
  padding:5px;
}


/********** Agenda **********/
tr.data-group td{padding:20px;}


tr.data-group td:first-of-type{width:40%; border-right:3px solid #f1a208 !important;}
tr.data-group td:nth-child(2){
  width:50%;
}
tr.agenda_time_slot td{padding:10px;}

/********** Speakers **********/
@media screen and (max-width:768px){
body.eh-speakers #main_section td[width="110"] img{
  margin:10px;
}
}

/********** Hotel & Travel **********/
table.table_lodging_details{margin:20px 0;}
table.table_lodging_details tr td{padding:10px;}
table.table_lodging_details tr td:first-of-type{width:25%; text-align:left;}

/********** Sidebar **********/
#right_sidebar_section{
	border-left:1px solid #eeeeee;
	top:40px;
}
#left_sidebar_section{top:25px;}
/*********** Footer **********/

.sticky-footer{
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    bottom: 0;
    height:160px;
	background-color:#333333;
	color:#ffffff !important;
}

@media screen and (max-width:991px){
  .sticky-footer{
    height:260px;
  }
}



@media only screen and (min-width:992px){
div.logo img{width:100px; padding-top:35px;}
div.social{ padding-top:35px;}
}

div.logo img{padding-top:35px;}
div.social ul {list-style:none;}
div.social ul li a{color:#ffffff !important;}
div.social ul li{display:inline-block;}

/********** Media Queries **********/

@media(max-width:992px){
	.ehtm ul li{padding:0 15px;}
}

   @media only screen and (min-width: 992px){ 
   	.ehtm > ul{
 
    width: 100%;
    }
}
@media (max-width:767px){

	#right_sidebar_section{
		border-left:none;
		top:0;
	}

	#footer_section{
		background:#ffffff !important;
    height:1px;
	}
  form#form-subscribe table tr td:first-child{
  text-align:left !important;
  margin-bottom:5px;
}
}