.reserve {
    /*background:#fab;*/
    padding:20px;
}

#navigation .menu_item { 
    /*width:104px;*/
    width:105px;
    /*/border-bottom: 7px solid; */
    padding-top:16px;//12px;
    //border-left: solid #262626 1px;
}

#navigation .drop_item { 
    /*width:104px;*/
    width:105px;
    /*/border-bottom: 7px solid; */
    padding-top:16px;
    //border-left: solid #262626 1px;
}
#sticky-header {
    background:#000;
    //background-image:url('/images/bg/top_bar_gradient2.jpg');
    //border-bottom: 1px solid #aaa;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: repeat-x;
    position:fixed;
    z-index:999;
    width:100%;
    height:50px;
    //-webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.5);
    //box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.5);
    //border-bottom: #fc424a 1px solid;
    
}
#navigation h2 a {
    color:#FFF;
}

#settings_container {
    background-image: url('/i/icons/cog_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    float: right;
    height: 100%;
    width: 45px;
    margin-right: 10px;

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;

}

#settings_container:hover {
    background-image: url('/i/icons/cog_red.png');
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

#settings_preload {
    display: none;
    background-image: url('/i/icons/cog_red.png');

}

body.noskin #header_inner > #header {
    padding-top:40px;
}

nav {
    position:absolute;
    right:0;
    bottom:0;
    height: 100%;
}
#dp_logo img {
    margin:6px 0 9px;
}
#top_logo_banner {
    position:relative;
}
#change_city_cont {
    background:#fc424a;//#fee301;
    text-transform:uppercase;
    padding-left:10px;
    color: white;
}

#events_bar {
    position: fixed;
    height: 35px;
    width: 100%;
    background-color: #fc424a;
    top: 50px;
    z-index:998;
    //border-bottom: 1px solid #fa9095;
    //border-top: 1px solid #fa9095;
    -webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.5);
}

#events_bar_search {
    float: right;
    padding-top: 6px;
    color: white;
    font-family: 'DIN';
    font-size: 20px;
}

#events_label {
    height: 100%;
    width: 100px;
    font-family: 'DIN';
    color: white;
    font-size: 20px;
    padding-top: 7px;
    float: left;
    cursor: default;
}

#events_filter {
    float: left;
    color: white;
    padding-top: 6px;
    padding-right: 8px;
    padding-left: 3px; 
}

#event_search {
    border: none;
}

#select_date_left {
    background-image:url('/i/common/triangle_left_white.png');
}

#select_date_left:hover {
    background-image:url('/i/common/triangle_left_black.png');
}

#select_date_right {
    background-image:url('/i/common/triangle_right_white.png');
}

#select_date_right:hover {
    background-image:url('/i/common/triangle_right_black.png');
}

#events_date {
    color: white;
    cursor: pointer;
    border:none;
    font-family:DIN;
    font-size:20px;
    background-color:#fc424a;
    color: white; 
    float: left;
    text-align: center;
}

#events_date:hover {
    color: black;
}

#event_category_button {
    cursor: pointer;
    color: white;
    padding-top:7px;
    float: left;
    padding-left: 10px;
    padding-right: 4px;
    font-family:'DIN';
    font-size: 20px;
    height: 28px;
    border-right: solid 1px #fa9095;
}

#event_category_button:hover {
    color: black;
}

#close_event_button {
    color: white;
}

#close_event_button:hover {
    color: #fc424a;
}



@media screen and (orientation:portrait){
  #navigation .menu_item{
    width: 80px;
  }
    #navigation .drop_item{
    width: 80px;
  }

    #sticky-header {
    min-width: 100%;
    //width: 660px;
  }



}

#venue_map_list_item{
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration:    0.5s;
    -o-transition-duration:      0.5s;
    transition-duration:         0.5s;
}

#venue_map_list_item a{
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration:    0.2s;
    -o-transition-duration:      0.2s;
    transition-duration:         0.2s;
    //font-weight:bold;
}

#venue_map_list_item:hover {
    //background-color: #eee;
    cursor: pointer;
}

#venue_map_list_item:hover a{
    
    //font-weight:bold;
    color: #fc424a;
    cursor: pointer;
}
#design-brief-content {
    width: 100%;
}


@media screen and (max-width: 1500px){
    #design-brief-content {
        width: 420px;
    }
}