/*------------ GENERAL STYLES -----------*/
body {
    color: #444444;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
  	line-height: 1.55;
}

.container {
    padding-left:8px;
    padding-right: 8px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.row {
    margin-right: -8px!important;
    margin-left: -8px!important;
}

h1 {color:#000000; font-family: 'Roboto Condensed', sans-serif; font-size:32px; font-weight: normal; margin:10px 0 15px;}
h2 {color:#ed1c24; font-family: 'Roboto Condensed', sans-serif; font-size:28px; font-weight: normal; margin:10px 0 15px;}
h3 {color:#ed1c24; font-family: 'Roboto Condensed', sans-serif; font-size:26px; font-weight: normal; margin:10px 0 15px;}
h4 {color:#000000; font-family: 'Roboto Condensed', sans-serif; font-size:24px; font-weight: bold; margin:10px 0 15px;}
h5 {color:#ed1c24; font-family: 'Roboto Condensed', sans-serif; font-size:22px; font-weight: bold; margin:10px 0 10px;}
h6 {color:#000000; font-family: 'Roboto Condensed', sans-serif; font-size:20px; font-weight: bold; margin:10px 0 10px;}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

a {
    color: #ed1c24;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}

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

strong {
    color: #222;
}

.custom-btn {
    background-color: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 30px;
    display: inline-block;
}

.custom-btn:hover{
    color: #fff;
    background-color: #333333;
}

.red-text {
    color: #ed1c24;
}

.custom-list {
    list-style: none;
}

.custom-list li {
    margin-bottom: 7px;
}

.custom-list i {
    color: #ed1c24;
    margin-right: 8px;
}


/*------------ SUBPAGE STYLES -----------*/
#sp-banner-out {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 180px;
    margin-bottom: 30px;
}
.sp-banner-title {
    background-color: rgba(237, 28, 36, 0.65);
    padding: 35px 0;
}
.sp-banner-title h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
	  line-height: normal;
    margin: 0;
}
.calloutbox {
    font-size: 13px;
    background-color: #fbf2f2;
    padding: 15px 15px 5px;
    border: 1px solid #eedbdb;
    margin-bottom: 15px;
}


/*------------HEADER -----------*/
.header-out {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 160px;
    padding: 22px 0 10px;
    background-color: #fff;
}
.header-row {
    display: table;
    width: 100%;
}
.header-col {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.header-text {
    text-align: center;
}
#header-col2 h1 {
    color: #222;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}
.header-text ul {
    color: #ed1c24;
    font-size: 16px;
    text-transform: uppercase;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.header-text li {
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    border-right: 2px solid #c8d9e2;
    padding-right: 10px;
    margin-right: 10px;
}
.header-text li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.header-text i {
    font-size: 16px;
    padding: 0 4px;
}
.sm-logo {
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.sm-logo img {
    margin-bottom: 5px;
}
.sm-logo p {
    font-weight: bold;
    margin-bottom: 0;
}
.sm-logo i {
    margin-right: 3px;
}


/*------------ NAVIGATION -----------*/
.menu-out {
    position: fixed;
    top: 160px;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #444;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.33);
}
.menu-out .container {
    padding: 0;
}
#menu_row {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 0;
    min-height: auto;
}
#mainmenu {
    padding: 0;
}
#mainmenu .navbar-nav{
	  float: none;
    margin: 0 auto;
    display: table;
}
#mainmenu .navbar-nav li a {
    color: #fff;
    font-size: 16px;
    padding: 15px 19px;
  	text-transform: uppercase;
}
#mainmenu .navbar-nav li a:hover {
	  color: #fff;
    background-color: #222;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}


/*------------ HOMEPAGE --------------*/
.hp-hero-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 600px;
}
.hp-hero-wrapper img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.hero-text-out {
    padding: 70px 0 190px;
}
.hero-text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.hero-text h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}
.hero-ctas-out{
    background-color: rgba(237, 28, 36, 0.75);
    padding: 30px 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.hp-cta-item {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.5);
    display: block;
    padding: 15px 10px;
    margin: 0 0 10px;
}
.hp-cta-item:hover {
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    border-color: transparent;
}
.hp-featured-out {
    padding: 45px 0 60px;
}
.hp-featured-out h1 {
    text-align: center;
}
.border {
    border-top: 3px solid #ed1c24;
    width: 50px;
    margin: 15px auto 35px;
}
.featured-content {
    font-size: 16px;
    margin-top: 40px;
}
.featured-content h5 {
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 15px;
}
.featured-content img {
    padding-left: 5%;
    max-width: 100%;
    height: auto !important;
}
.content-header {
    text-align: center;
    background-color: #eee;
    padding: 45px 0 65px;
}
.content-boxes {
    margin-top: -70px;
}
.text-box {
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.1);
    padding: 10px 20px;
    margin-bottom: 20px;
    min-height: 245px;
}


/*------------ SUBPAGE --------------*/
.pagebody-out {
    margin-top: 210px;
    /*padding-bottom: 60px;*/
}


/*------------ SCHEDULE --------------*/
.sp-btn {
    padding: 0 0 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.sp-btn .custom-btn {
    margin-top: 10px;
}
.nav-tabs {
    border-bottom: 2px solid #ccc;
}
.nav-tabs li a {
    background: transparent;
    border: none;
    border-bottom: 1px solid transparent;
    color: #222;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 25px;
    display: inline-block;
}
.nav-tabs li a:hover {
    color: #ed1c24;
    border: none;
    border-bottom: 2px solid #ed1c24;
    background: #f8f8f8;
}
.nav-tabs li h5 {
    font-size: 20px;
    margin: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #666;
    color: #fff;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}
.nav-tabs>li.active>a h5, .nav-tabs>li.active>a:focus h5, .nav-tabs>li.active>a:hover h5 {
    color: #fff;
}
#agendaTabs .panel-body {
    padding: 0;
}
.agenda-item {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    padding: 10px 15px;
}
.agenda-item:last-child {
    border-bottom: none;
}
.agenda-item:nth-child(even) {
    background: #f8f8f8;
}
.agenda-time, .agenda-description {
    display: inline-block;
    vertical-align: middle;
}
.agenda-time {
    color: #777;
    margin-bottom: 0;
    font-size: 14px;
	  font-style: italic;
    width: 20%;
}
.agenda-description {
    color: #777;
    width: 78%;
    padding-left: 15px;
}
.agenda-description strong{
	color: #000;
}
.agenda-description .btn-info {
    color: #ed1c24 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.agenda-description .btn-info:hover {
    color: #9b5f0e !important;
}


/*------------ SPEAKERS --------------*/
.speaker {
    padding: 50px 0;
    border-top: 1px solid #ddd;
}
.speaker:first-child {
    padding-top: 20px;
    border-top: none;
}
.speaker-img {
    padding-right: 5%;
}
.speaker-img img {
    max-width: 260px;
    width: 100%;
}
.speaker-name {
    color: #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
}
.speaker-company {
    color: #888;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.speaker-tags {
    margin-bottom: 15px;
}
.speaker-tag {
    display: inline-block;
    vertical-align: top;
    background-color: #222;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
}


/*------------ ACTIVITIES --------------*/
#sp-top-info-out {
    padding-bottom: 30px;
}
.activity-item {
    padding: 50px 0;
    border-top: 1px solid #ddd;
}
.activity-img {
    margin-right: 5%;
    position: relative;
    max-width: 270px;
}
.activity-img img {
    max-width: 100%;
}
.img-header {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -ms-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
}
.activity-img:hover .img-header {
    background-color: #ed1c24;
}


/*------------ HOTEL/TRAVEL --------------*/
#sp-hotel-out {
    padding: 0 0 30px;
}
#sp-travel-out {
    background-color: #eee;
    padding: 30px 0 40px;
}


/*------------ RATES/FAQS --------------*/
#sp-rates-out {
    margin-bottom: 10px;
}
.table-row {
    margin-bottom: 0;
    padding: 10px 5px;
}
.table-row:nth-child(even) {
    background: #f8f8f8;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.table-col {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.table-col1 {
    font-size: 16px;
}
.table-col2 {
    float: right;
    font-weight: bold;
}

/* Accordion Styles */
.panel {
    border: none;
    box-shadow: none;
    margin-bottom: 3px !important;
}
.panel-group .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
}
.panel-heading {
    padding: 0;
	  border-radius: 0;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: transparent;
}
.panel-title {
    font-size: 18px;
    font-weight: 500;
}
.panel-title a {
    display: block;
    padding: 15px 20px;
    background-color: #444;
    position: relative;
    text-decoration: none !important;
}
.panel-title i {
    margin-right: 10px;
    font-size: 18px;
}
.panel-title a:after{
    content: "\f078";
    font-size: 14px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 20px;
}
.panel-title a:hover{
    color: #fff;
    background-color: #444 !important;
}
.panel-title a.collapsed {
    background-color: #ed1c24;
}
.panel-title a.collapsed:after{
	 content: "\f054";
}
.panel-body {
    padding: 10px 0 20px;
    border-top: none !Important;
}
.panel-body h5 {
    display: inline-block;
}
/* End Accordion Styles */


/*------------FOOTER -----------*/
.footer-out {
    background-color: #333;
    padding: 30px 0 25px;
    margin-top: 60px;
}
.footer{
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.footer a{
  	color:#fff;
}
.footer a:hover {
    color: #999;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    border-right: 1px solid #fff;
    line-height: 13px;
}
.footer li:last-child {
    border-right: none;
}
#foot-row1 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
#foot-row1 li {
    font-size: 16px;
    line-height: 13px;
}
.copyright-out {
    background-color: #515151;
    padding: 0 0 20px;
}
.copyright{
	  color: #fff;
    font-size: 12px;
	  text-align: center;
}
.copyright a{
	  color: #fff;
}


/*------------ MEDIA QUERIES --------------*/

@media (min-width:768px){.container{width:750px}}
@media (min-width:960px){.container{width:900px}}
@media (min-width:1200px){.container{width:1170px}}

@media (max-width: 1350px){
  /* Homepage */
  .hero-text {
      font-size: 16px;
      left: 10%;
      right: 10%;
  }
  .hero-text h1 {
      font-size: 32px;
      margin-bottom: 5px;
  }
}

@media (max-width: 1199px){
  /* Header */
  .header-out {
      height: 140px;
      padding: 25px 0 10px;
  }
  #header-col2 h1 {
      font-size: 26px;
      margin-bottom: 0;
  }
  /* Main Menu */
  .menu-out {
      top: 140px;
  }
	#mainmenu .navbar-nav li a{
      font-size: 14px;
      padding: 15px 9px;
	}
  /* Pagebody */
  .pagebody-out {
      margin-top: 190px;
  }
  /* Homepage */
  .text-box {
      min-height: 285px;
  }
  .hp-cta-item {
      font-size: 16px;
  }
}

@media (max-width: 959px){
  /* Header */
  .header-out {
      padding: 37px 0 10px;
  }
  #header-col2 h1 {
      font-size: 22px;
      margin-bottom: 0;
  }
  .header-text ul {
      font-size: 13px;
  }
  .header-text i {
      font-size: 13px;
  }
  .sm-logo p {
      font-size: 10px;
  }
  /* Main Menu */
	#mainmenu {
  		padding: 0 20px;
	}
	#mainmenu .navbar-nav {
      float: none;
      margin: 7.5px -15px;
      display: block;
	}
  #mainmenu .navbar-nav li a{
      font-size: 13px;
      padding: 8px 10px;
      border-radius: 3px;
	}
	.navbar-collapse.collapse {
      display: none !important;
  }
  .navbar-collapse.collapse.in {
      display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
      display: block !important;
  }
  .navbar-header {
      float: none;
  }
	.navbar-nav>li {
		  float: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		  border-top: 1px solid rgba(255,255,255,0.3) !important;
	}	
	.nav-tabs li a{
      font-size: 15px;
      padding: 15px 10px;
	}
  /* Homepage */
  .hero-text-out {
      padding: 50px 0;
  }
  .hero-ctas-out {
      position: initial;
      background-color: rgba(237, 28, 36, 1);
  }
  .hp-cta-item {
      font-size: 15px;
  }
  .text-box {
      min-height: 355px;
  }
}

@media (max-width: 767px){
    .container {
      padding-left:15px;
      padding-right: 15px;
    }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
    }
    .row {
      margin-right: -15px!important;
      margin-left: -15px!important;
    }
	/* Header */
  .header-out {
      position: initial;
      height: auto;
      padding: 20px 0;
  }
  .header-row {
      display: block;
      width: auto;
  }
  .header-col {
      display: block;
  }
  #header-col2, #header-col3 {
      display: none;
  }
  .logo img {
      margin: 0 auto;
      width: 250px;
  }
  /* Main Menu */
  .menu-out {
      position: initial;
  }
  /* Pagebody */
  .pagebody-out {
      margin-top: 0;
  }
  /* Homepage */
	.hero-text {
      font-size: 14px;
      line-height: 1.4;
  }
	.hero-text h1 {
      font-size: 24px;
      margin-bottom: 5px;
  }
  .hp-cta-item {
      font-size: 18px;
  }
  .featured-content {
      text-align: center;
      font-size: 15px;
      margin-top: 0;
  }
  .featured-content img {
      margin-top: 20px;
      padding-left: 0;
  }
  .text-box {
      text-align: center;
      min-height: auto;
  }
  /* Subpage Hero */
  #sp-banner-out {
      background-attachment: initial;
      padding-top: 115px;
  }
	.sp-banner-title{
      text-align: center;
		  padding: 20px 0; 
	}
	.sp-banner-title h1{
		  font-size: 28px;
	}
	
  /* Schedule Page */
	.nav-tabs {
		  border-bottom: none;
	}
	.nav-tabs>li {
  		float: none;
	}
	.nav-tabs li a{
      display: block;
      color: #fff;
      background: #666;
      margin-bottom: 3px;
      border-radius: 0;
	}
  .nav-tabs li h5 {
      color: #fff;
  }
	.nav-tabs li a:hover{
      color: #fff;
      background: #ed1c24;
      border-bottom: none;
	}
	.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
      background: #ed1c24;
      border-bottom: none;
	}
	
  /* Speakers Page */
  .speaker-img {
      padding-right: 0;
      text-align: center;
      margin-bottom: 20px;
  }
	.speaker-bio {
      max-width: 600px;
      margin: 0 auto;
	}
	.speaker-name, .speaker-company, .speaker-tags {
  		text-align: center;
	}
  
  /* Activities Page */
  .activity-item {
      text-align: center;
  }
  .activity-img {
      margin: 0 auto 15px;
  }
  
  /* Footer */
  .footer-out {
      margin-top: 40px;
  }
  #foot-row1 {
      margin-bottom: 25px;
  }
  #foot-row1 li {
      line-height: 1.5;
      display: block;
      border-right: none;
      margin-bottom: 5px;
  }
  .footer li {
      display: block;
      border-right: none;
      line-height: 1.5;
      margin-bottom: 5px;
  }
  #copyright {
      margin-top: 20px;
  }
}

@media (max-width: 600px){
  /* General Styes */
  .custom-list {
      padding-left: 20px;
  }
  
  /* Rates/FAQs */
  .panel-title {
      font-size: 16px;
  }
  .panel-title a {
      padding: 15px 30px 15px 10px;
  }
  .panel-title a:after {
      right: 10px;
  }
  .panel-title i {
      display: none;
  }
  .table-col {
      text-align: center;
      display: block;
      width: 100%;
  }
  .table-col2 {
      float: none;
  }
}

@media (max-width: 480px){
  /* Schedule Page */
	.agenda-time{
		  width: 31%;
	}
	.agenda-description{
		  width: 67%;
	}
}

