@font-face {
    font-family: LietzLindauHamburg;
    src: url(/fonts/LietzLindauHamburg.otf);
}


body {
  /*min-width: 1030px;*/
  padding-top: 20px;
  padding-bottom: 30px;
  background: url(/img/background-pattern.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}

/* Reset the container */
.container {
/*  min-width: 1030px;*/
  /*max-width: none !important;*/
  background: white;  
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;  
}

/*.container > .sidebar {
    position: relative;
    top: 0;
    left:auto;
    width: 180px;
}*/

.left {
    float:left;
}

.right {
    float:right;
}

.fixed-fluid {
    /*margin-left: 200px;*/
}
.fluid-fixed {
    /*margin-right: 200px;*/
    margin-left:auto !important;
}
.fixed-fixed {
    /*margin: 0 200px;*/
}

#banner{
/*    padding-bottom: 20px;
    background: url(/img/egyptian-woman.gif) ;
    background-repeat: no-repeat;
    background-position: 95% bottom;*/
}

#mobile-strap{
    font-family: LietzLindauHamburg;
    color: grey;
    text-align: center;
    padding-top: 10px;
}

.navbar-nav > li > a, .navbar-brand {
    padding-top:4px !important; 
    padding-bottom:0 !important;
    height: 32px;
}
.navbar {min-height:32px !important;}

footer{
 font-family: LietzLindauHamburg;
    color: white;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
#mobile-strap .hd{
    font-size: 25px;
    line-height: 27px;
}

#date-and-place{
    padding-bottom: 20px;
}

#latest-news{
    background: #c6c4da;
}

footer{
    text-align: center;
}

#latest-news li a{
    color: #6c6698;
    font-weight: bold;
}



p{
    padding-bottom: 0px;
   
}

a{color: #4a466b;}
a:hover{color:red;}

.panel {
      -webkit-box-shadow:none;
}
.panel img{
    width: 100%;
    max-width: 250px;
}

.sidebar{
    text-align: center;
}
h1 {
    font-size: 20px;
    line-height: 30px;
      color: white;
    background: #cd171e;
    padding: 0 0 0 10px;
    font-weight: bold;
    width: 100%;
    margin-top: 0;
}
    
h2{
    font-size: 16px;
    color: #4a466b;
} 

h3{ font-size: 14px; font-weight:bold;}

.content .grey-arrow, .content ul {
    list-style-image:url('/img/chevron-bullet.png');
    margin-left: 40px;    
}



#cycle-wrapper{
    width: 100%;
    background: #dcdbe6;
    padding: 20px 0 20px 0;
}


#theme-of-the-week p{
	font-weight: bold;
}

.fld{
  	float: left;
  }
  .lbl, .short-lbl, .long-lbl{
  	float: left;
  	text-align: left;
  	margin-right: 10px;
  }
  
  .lbl{
  	width: 140px;
  }
  
  .long-lbl{
  	width: 210px;
  }
  
  .fld-long{
	  width: 280px;
	  max-height: 120px;
	  overflow-y: scroll;
  }
  
 
   #timetable{
        
    }
    
    #timetable .timeslot{        
        border: 0px solid yellow;
        margin-bottom: 5px;
        height: 140px;
    }
    
    #timetable .highlight{
       background-color: #eeaef8;
    }

    #timetable .timeslot .header{
    }   
    

    #timetable ul#venue-header {
        padding:0 0 10px 25px;
        margin: 0 0 0 0;
        list-style-type: none; 
        list-style-image: none;           
        height: 20px;
       
    }
    #timetable #venue-header li{
        float:left;              
        width: 200px;        
    }

    #timetable-wrapper {
        height: 100%;
        width: 100%;
        overflow: auto;
        padding-bottom: 20px;
      
    }
    
    #timetable #venue-header li, #timetable ul.events li{
        
    }
    
    #timetable ul.events, #timetable ul.entertainment  {
        padding:0 0 0 25px;
        margin:0 0 0 0px;
        list-style-type: none; 
        list-style-image: none;         
       
       
    }

    #timetable ul.events li{
        height: 140px;
        width: 200px;
        float: left;
        
    }
    #timetable ul.events .tile{
        position: relative;
    }
    #timetable ul.events .tile .title, #timetable ul.entertainment .title{        
        font-weight: bold;
        
        line-height: 14px;
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;        
    }
    #timetable ul.events .tile .speaker{        
        font-weight: bold;
        color: #640235;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
        line-height: 14px;
        font-size: 12px;
    }
    #timetable ul.events .tile .course{ 
        background: red;
        color: white;
        font-size: 10px;
        line-height: 12px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top:5px;
        padding-bottom: 5px;          
    }    
    
    #timetable ul.events .tile .course a{
    	color: white;
    }
    
    #timetable ul.events .tile .theme{ 
        font-size: 10px;
        line-height: 12px;
        font-style: italic;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top:5px;
        padding-bottom: 5px;
      
    }    
    
    .theme a {
        color: black;
    }

    .ts1{background: url(/img/timeslots/ts-1.png) left top no-repeat;}
    .ts2{background: url(/img/timeslots/ts-2.png) left top no-repeat;}
    .ts3{background: url(/img/timeslots/ts-3.png) left top no-repeat;}
    .ts4{background: url(/img/timeslots/ts-4.png) left top no-repeat;}
    .ts5{background: url(/img/timeslots/ts-5.png) left top no-repeat;}
    
    #timetable ul.entertainment {}        
     
    #timetable ul.entertainment li{
        height: 180px;                
        float: left;
        background: #eeaef8;
        width:400px;
        margin-right: 20px;    
        border-radius:15px;
        -moz-border-radius:15px; /* Old Firefox */
    }
    
    #timetable ul.entertainment .desc p{
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 5px;
        margin-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
        padding-top:5px;
        padding-bottom: 5px;
    }    
        
    #timetable ul.entertainment li  img{
        max-height: 120px;
        max-width: 120px;
        float:right;
        margin-left: 10px;
        margin-bottom: 10px;
    }
  
     #timetable-scroll-buttons{
        padding-right: 10px;
        line-height: 25px;       
    }
    
    #galleria{height:404px}    
    
    
   
    #main-content .info-panel li{
        font-size: 14px;
        line-height: 22px;
    }


    .btn-marxism{

        background-color: #640235;
        color: #FFFFFF; 
        background-image: none; /* the background-image needs to be reset */


}

#confirmation_iframe{
    width: 100%;
    height: 1000px;
    border: 0px solid blue;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#order_confirmation{
    background-image:none;
    background-color: white;
    margin: 0;
    padding: 0;
    height: 100%;
}

ul.tt-archives {margin-left: 0;}
ul.tt-archives >li  {list-style-type: none;  list-style-image: none;}
.tt-archives h3{font-size: 14px; line-height: 18px; padding: 2px 0 2px 5px; background-color: #dcdbe6; color: #4a466b;}
.tt-archives img {float: right; max-width: 70px;  margin-left: 10px; margin-bottom: 10px;}

.image-right{
    margin: 0 0 10px 10px;
}
.image-left{
    margin: 0 10px 0 10px;
}

ul.speakers {
    list-style-type: none;
    padding:0;
    margin:0;    
}

.speakers td{
    border: 0px solid yellow;
    width: 50%;
    vertical-align: top;
    font-size: 14px;
}
.speakers img{
    float:right;
    margin:0 0px 10px 10px;
}
.speakers .righttd{
    padding-left: 10px;
}

.speakers .lefttd{
    padding-right: 10px;
}

.speakers strong{
    background: #A80063;
    color: white;
    padding: 2px 5px 2px 5px;
    width: 100%;
    display: block;
}

.youtube-thumb{
    margin-top: -25px;
}
.youtube-thumb div, .youtube-thumb img{
}

.youtube-thumb p{
    color: white;
    text-align: center;
    position: relative;
    top: 25px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#timetable-days-nav{
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 15px;
}
#download-pdf{
    margin-right: 15px;
}

#timetable-days-nav li {
    display: inline;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}

#timetable-days-nav .selected a{
    background: #4a466b;
    color: white;
    padding: 0 5px 0 5px;
}

.tt-nav-btn{
    width: 70px;
}

ul.itinerary .it-event .remove-event{
    display: none;
}

.itinerary-btns a{
    visibility:hidden;
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 12px;
}

.itinerary-btns .show{
    visibility:visible;
}

.it-timeslot-1 .in-itinerary{
}
.day-ticket-qty{
    width:100px;
    margin-bottom: 5px;
}

#twitter, #facebook{
    width: 260px;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    /*color: red;*/
    background-color: #999;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    /*color: red;*/
    background-color: #080808;
    text-decoration: underline;
}
.navbar-default {
    /*background-color: #dcdbe6;
    border-color: #e7e7e7;*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
/*color: #555;
background-color: #e7e7e7;*/
}