html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/*--------------------------------------main style---------------------------------------------*/
a {
    color: #000;
    text-decoration: underline
}
a:hover{
    color: #000;
    text-decoration: none
}
body{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #e6e8e9;
    font-size: 11px;
    height: 100%;
    width: 100%;
    color: #000;
}
.wrap{
    margin: 0 !important;;
    min-height: 100%;
    padding: 0 !important;
    float: left;
    width: 100%;
}
.footer {
    background-color: #e6e8e9;
    border-top: none;
    height: auto;
    padding: 20px 0;
    text-align: center;
    float: left;
    width: 100%;
}
.footer .container{
    text-align: center;
}
.container, .site-index{
    width: 100% !important;
}
.container{
    padding: 0 !important;
}
.site-index{
    display:table;
}
.left-side, .right-side, .body-content{
    vertical-align: top;
}
.left-side{
    width: 15%;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 0%, #e6e7eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e6e7eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffffff 0%,#e6e7eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffffff 0%,#e6e7eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffffff 0%,#e6e7eb 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffffff 0%,#e6e7eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7eb',GradientType=1 ); /* IE6-9 */
    display: table-cell;
}
.right-side{
    width: 15%;
    background: #e6e7eb; /* Old browsers */
    background: -moz-linear-gradient(left,  #e6e7eb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6e7eb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #e6e7eb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #e6e7eb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #e6e7eb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right,  #e6e7eb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7eb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    display: table-cell;
    padding: 20px 0;
    box-sizing: border-box;
}
.body-content{
    width: 70%;
    display: table-cell;
    background: #fff;
    border: 1px solid #000;
    padding: 20px 15px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
}
/*--------------------------------------header---------------------------------------------*/
.header{
    -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    border-bottom: 1px solid #ff3333;
    background: url(/frontend/web/uploads/deutschland-tickets/top_bar_bg.gif) repeat-x left bottom;
}
.header h1{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}
.header .top_sitedescription{
    font-size: 10px;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.header .top_sitedescription h2, .header .top_sitedescription h3{
    margin: 0;
    float: left;
    width: 100%;
    font-size: 10px;
}
.header .top_sitedescription h2{
    margin: 0 0 10px;
}
.top_header{
    float: left;
    width: 100%;
    background: url(/frontend/web/uploads/deutschland-tickets/header_bg.png) no-repeat #000066;
    height: 33px;
}
.header .logo{
    float: left;
    margin: -31px 0 0 8px;
}
#menu_hide{
    border: 1px solid rgba(255, 255, 255, 0.7);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: none;
    height: 24px;
    padding: 4px 0;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 40px;
    z-index: 99;
}
#menu_hide .icon-bar {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    display: block;
    height: 2px;
    margin: 0 0 4px 9px;
    width: 20px;
}
#menu_hide:hover .icon-bar{
    background: rgba(255, 255, 255, 1);
}
#menu_hide:hover{
    border: 1px solid rgba(255, 255, 255, 1);
}
.mobile_menu_show{
    display: block !important;
}
/*--------------------------------------left sidebar---------------------------------------------*/
.search{
    float: left;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}
.search .search_wr{
    padding: 5px 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.search .search_wr div{
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.search .search_wr a{
    display: block;
    float: left;
    margin-bottom: 3px;
    color: #000;
    text-decoration: underline;
    width: 100%;
}
.search .search_wr a:hover{
    text-decoration: none;
}
.search .search_wr div.city_check{
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.search .search_wr div.city_check label{
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-weight: normal;
    margin-top: -15px;
    padding-left: 20px;
    width: 100%;
}
.search .search_wr div.city_check input[type="checkbox"]{
    margin: 0 5px 0 0;
    float: left;
}
input.quicksearchText {
    float: left;
    height: 25px;
    margin: 0 3% 0 0;
    width: 70%;
    box-sizing: border-box;
}
input.quicksearchSubmit {
    display: block;
    float: left;
    font-size: 13px;
    height: 25px;
    padding: 0 10px;
    width: 27%;
    box-sizing: border-box;
    max-width: 45px;
}
.navigation, .wikipedia, .amazon {
    padding: 10px;
}
.top-events, .search, .navigation, div.category, .cities, .wikipedia, .amazon{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.title_sidebar{
    float: left;
    width: 100%;
    color: #000;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #ff3333;
}
.top-events ul, div.category ul, .cities ul{
    box-sizing: border-box;
    float: left;
    list-style-type: decimal;
    margin: 10px;
    padding: 5px 0 15px 20px;
}
.top-events ul li, div.category ul li, .cities ul li{
    float: left;
    width: 100%;
}
.top-events ul li a{
    color: #000;
    text-decoration: none
}
div.category ul li a, .cities ul li a{
    float: left;
    width: 100%;
    color: #000;
    text-decoration: none
}
div.category ul, .cities ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.category ul li a, .cities ul li a{
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    border-bottom: 1px solid #ddd;
    text-decoration: none
}
.cities ul li a{
    font-weight: normal
}
.cities-link, .topevent-link{
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    text-decoration: underline;
}
.cities-link{
    margin: 20px 0 0;
}
.cities-link:hover, .topevent-link:hover{
    color: #000;
    text-decoration: none;
}
.top-events ul li a:hover, div.category ul li a:hover, .cities ul li a:hover{
    text-decoration: underline;
}
.left-side .subcategory .subcategory-link{
    font-weight: normal;
    background: #fff;
}
.left-side .subcategory .subcategory-link:before{
    content: "- "
}
.statistic_box {
    box-sizing: border-box;
    float: left;
    padding: 10px;
    width: 100%;
}
.breadcrumb{
    background: transparent;
    padding: 0 0 20px;
    border-bottom: 1px dashed #d0d0d0;
    margin: 0 0 0
}
.cities-default-index .events_bx {
    float: left;
    text-indent: 10px;
    width: 100%;
}
/*--------------------------------------page cities---------------------------------------------*/
.title_page{
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
.title_form{
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 15px;
}
/*--------------------------------------pagination---------------------------------------------*/
.top-pagination, .bottom-pagination{
    float: left;
    max-width: 500px;
    padding: 0 0 30px;
    width: 60%;
}
.bottom-pagination{
    width: 100%;
    margin-top: 30px;
}
.top-pagination label, .bottom-pagination label{
    float: left;
    font-weight: normal;
    width: 100%;
}
.pagination{
    margin: 0 0 5px;
}
.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #000;
    border-color: #000;
}
.pagination > li > a, .pagination > li > span{
    color: #000;
}
.filter_letter{
    float: left;
    max-width: 300px;
    padding: 18px 0 30px;
    width: 100%;
}
.filter_letter .city-link {
    display: block;
    float: left;
    text-align: center;
    width: 20px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: underline;
}
.filter_letter .city-link:hover{
    text-decoration: none;
}
.filter_letter .city-link:active{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.pagination > li > a, .pagination > li > span{
    padding: 6px 10px;
}
p + .top-pagination{
    margin-top: 20px;
}
/*--------------------------------------list_cities---------------------------------------------*/
.list_cities{
    float: left;
    width: 100%;
    padding: 30px;
    border-top: 1px dashed #b0b0b0;
    border-bottom: 1px dashed #b0b0b0;
}
.er_list_table_short{
    width: 60%
}
.full_table{
    width: 100%;
}
.er_list_table_short td {
    border-bottom: 1px dashed #d0d0d0;
    font-size: 11px;
    font-weight: normal;
    margin: 1px;
    padding: 4px;
    text-align: left;
    vertical-align: top;
}
.er_list_table_short td + td{
    padding-left: 15px;
}
.er_list_table_short td span{
    color: #808080;
}
.er_list_table_short td a{
    color: #000;
}
.home_list{
    float: left;
    width: 100%;
}
.list_item{
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #b0b0b0
}
.title_box, .desc_box{
    float: left;
    width: 100%;
}
.title_box{
    margin-bottom: 10px;
}
.title_box div{
    float: left;
    width: 50%;
}
.date_list{
    text-align: right
}
.title_list a{
    font-weight: bold;
    font-size: 12px;
    text-decoration: none
}
.title_list a:hover{
    text-decoration: underline
}
.desc_box td{
    vertical-align: top;
    padding-right: 10px;
}
.desc_box td:first-child {
    width: 102px;
}
.desc_box img{
    border: 1px solid #000;
    max-width: 100px;
}
.title_page_list{
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px dashed #b0b0b0
}
.title_page_list h2{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
}
.title_page_list h3{
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 8px;
}
.title_page_list h1.category_caption, .title_page_list h3.category_caption{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 10px;
}
.title_page_list p.stichworte_box{
    padding-top: 10px;
    border-top: 1px dashed #b0b0b0
}
.title_page_list p{
    margin-bottom: 0
}
.title_page_list .top-pagination{
    padding-bottom: 0;
}
.nocities {
    text-align: center;
}
.pagination .disabled{
    display: none
}
.places {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.places_head, .wiki, .wiki_content{
    float: left;
    width: 100%
}
.places_head div{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px
}
.places ul{
    margin: 0 10px 10px 25px;
    padding: 0;
}
.places .city{
    float: left;
    width: 100%;
}
.places .city a{
    text-decoration: none;
}
.places .city a:hover{
    text-decoration: underline;
}
.places .city.inactive, .places .city.inactive a{
    color: #808080
}
.wiki_content{
    box-sizing: border-box;
    padding: 10px
}
/*--------------------------------------search_form---------------------------------------------*/
.search_form{
    float: left;
    border-bottom: 1px dashed #b0b0b0;
    float: left;
    padding: 0 0 10px;
    width: 100%;
    margin-bottom: 20px
}
.search_form + .top-pagination{
    padding: 0 0 20px;
}
.field_box{
    float: left;
    width: 100%;
    margin-bottom: 7px;
    padding-left: 7px;
}
.field_box label{
    float: left;
    width: 75px;
    font-weight: normal
}
.field_line_content{
    width: 235px;
    float: left;
}
.search_form .field_line_content{
    width: 295px;
}
.field_line_content .field_line{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.field_box > input[type="text"], .field_box > select{
    width: 235px;
    float: left;
    height: 22px;
}
.field_line_content .field_line label{
    width: 27px;
    line-height: 22px;
    margin-bottom: 0
}
.field_line_content .field_line.checkbox_line label{
    width: auto;
    line-height: 1.5;
    margin: 0
}
.field_line_content .field_line.checkbox_line input[type="checkbox"]{
    float: left;
    margin: 2px 4px 0 0;
}
.field_line_content select{
    height: 22px;
}
.field_box input[type="button"]{
    font-size: 12px;
    min-width: 70px;
}
.select_line select{
    width: 235px;
    float: left;
    height: 22px;
}
.search_message, .search_message_box{
    border-top: 1px dashed #b0b0b0;
    float: left;
    padding: 15px 0;
    width: 100%;
}
.search_message{
    border-bottom: 1px dashed #b0b0b0;
    margin-bottom: 20px;
}
.search_message_box label{
    width: 80px;
    float: left;
    font-weight: normal;
}
.search_message_box > div {
    float: left;
    width: 100%;
}
/*--------------------------------------info_page---------------------------------------------*/
.info_page{
    float: left;
    width: 100%;
    border-bottom: 1px dashed #b0b0b0;
    padding: 0 0 15px 0;
    text-align: justify
}
.info_page h2{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px;
}
.info_page h3{
    font-size: 11px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
}
.info_page p{
    font-size: 11px;
    padding: 0;
    line-height: 1.4;
    margin-bottom: 10px;
}
.rss_img{
    width: 40%;
    max-width: 120px;
    margin: 0 0 10px 10px;
}
/*--------------------------------------event_page---------------------------------------------*/
.event_img{
    float: right;
    margin: 0 0 15px 15px;
    border: 1px solid #000;
    max-width: 100px;
}
.title_table{
    margin: 30px 0 15px;
    display: block;
    float: left;
    width: 100%;
}
.event_p_table.er_list_table_short{
    width: 80%
}
.event_p_table.er_list_table_short td{
    padding: 6px
}
.event_p_table.er_list_table_short td:nth-child(1),
.places_p_table.er_list_table_short td:nth-child(1){
    width: 120px;;
}
.event_p_table.er_list_table_short td:nth-child(2),
.places_p_table.er_list_table_short td:nth-child(2){
    width: 50%;
}
.event_p_table.er_list_table_short td:last-child,
.places_p_table.er_list_table_short td:last-child{
    width: 50px;
}
.places_p_table{
    min-width: 80%;
}
.scrolltop{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.4
}
.scrolltop:hover{
    opacity: 0.6;
}
/*--------------------------------------new_start---------------------------------------------*/
.start_page #menu_hide{
    display: none;
}
.start_page .header{
    text-align: center
}
.start_page .header .logo {
    display: inline-block;
    float: none;
    margin: 0;
}
.start_page .top_sitedescription{
    display: none
}
.start_page .wrap{
    min-height: 0;
}
.keywords_list, .event_list, .category_list, .welcome_text{
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.keywords_list, .category_list{
    margin-bottom: 25px;
}
.category_list{
    background: #f3f3f3;
    padding: 0 20px 20px;
}
.column_content{
    float: left;
    width: 100%;
}
.column_content h3{
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    float: left;
    width: 100%;
}
.column_content .category-title{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px
}
.column_content ul{
    list-style-type: decimal;
    float: left;
    width: 100%;
}
.event_column{
    float: left;
    width: 33.33%;
    padding-right: 3.33%
}
.welcome_text h1{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px
}
.keywords_list h2, .event_list h2, .category_list h2{
    font-size: 18px;
}
.event_list h2{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.event_list ul, .category_list ul{
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 11px;
    line-height: 1.8;
}
.event_list ul a, .category_list ul a{
    text-decoration: none
}
.event_list ul a:hover, .category_list ul a:hover{
    text-decoration: underline
}
.event_list ul{
    list-style-type: decimal;
    float: left;
    width: 100%;
}
.event_list ul li:nth-child(1), .event_list ul li:nth-child(2), .event_list ul li:nth-child(3){
    font-weight: bold;
}
.event_list img{
    margin: 0 15px 10px 0;
    float: left;
    max-height: 60px;
}
.keywords_list a{
    display: inline-block;
    line-height: 1.2;
    background: #f3f3f3;
    padding: 0 10px;
    margin: 0 3px 5px 0;
    line-height: 25px;
    height: 25px;
    text-decoration: none;
    border-radius: 3px;
}
.keywords_list a:hover{
    background: #e7e7e7
}
/*--------------------------------------media---------------------------------------------*/
@media (max-width: 1024px) {
    .left-side{
        width: 20%;
    }
    .right-side{
        width: 20%;
    }
    .body-content{
        width: 60%;
    }
    .footer{
        padding: 20px;
    }
    .top-pagination, .bottom-pagination{
        float: left;
        width: 100%;
        max-width: none;
        padding-bottom: 0
    }
    .er_list_table_short{
        width: 100%
    }
    .scrolltop{
        display: block;
    }
}
@media (max-width: 940px) {
    .event_list h2{
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .header .top_sitedescription{
        padding: 0 20px 15px;
    }
    .welcome_text h1{
        font-size: 18px;
    }
    .column_content .category-title{
        width: 50%
    }
    .event_column {
        padding-right: 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .header .top_sitedescription{
        padding: 0 20px 15px;
    }
    .left-side, .right-side, .body-content{
        float: left;
        width: 100%;
        display: block;
        border: none
    }
    .right-side{
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(left,  #ffffff 0%, #e6e7eb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e6e7eb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  #ffffff 0%,#e6e7eb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  #ffffff 0%,#e6e7eb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  #ffffff 0%,#e6e7eb 100%); /* IE10+ */
        background: linear-gradient(to right,  #ffffff 0%,#e6e7eb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7eb',GradientType=1 ); /* IE6-9 */
    }
    .top-events ul, div.category ul, .cities ul{
        float: left;
        width: 97%;
    }
    div.category ul li a, .cities ul li a{
        padding: 10px 5px 10px 10px
    }
    .top-events ul li{
        line-height: 35px;
    }
    .top-events ul li a{
        padding: 11px 0;
        line-height: 1.2;
    }
    #menu_hide{
        display: block;
    }
    .left-side{
        display:  none
    }
}
@media (max-width: 640px){
    .list_cities{
        padding: 15px 0;
    }
}
@media (max-width: 480px) {
    .pagination > li > a, .pagination > li > span{
        padding: 8px 15px;
        width: 49px;
    }
    .pagination > li {
        display: block;
        float: left;
        margin-bottom: 10px !important;
    }
    .header .logo img{
        height: 32px;
    }
    .header .top_sitedescription{
        display: none
    }
    .desc_box td:first-child {
        width: 62px;
    }
    .desc_box img{
        width: 60px;
    }
    .title_box div{
        margin-bottom: 10px;
        width: 100%;
        text-align: left;
    }
    .er_list_table_short td{
        padding: 2px !important
    }
    .left-side, .right-side, .body-content {
        padding: 5px;
    }
    .start_page .body-content{
        padding: 15px;
    }
    .welcome_text h1{
        font-size: 14px;
    }
}
@media (max-width: 360px){
    .column_content .category-title{
        width: 100%;
    }
}
.start_search{
    float: left;
    width: 100%;
    background: #f3f3f3;
    margin-bottom: 20px;
    text-align: center;  
}
.start_search .search{
    margin: 0 0 10px 0;
    display: inline-block;
    float: none;
    padding: 10px 0 0 0;
    width: 350px;
}
.start_search .search .title_sidebar{
    float: left;
    width: auto;
    padding: 5px 10px;
    border-bottom: none;
}
.start_search .search .search_wr{
    width: 170px;
    display: inline-block;
    float: left;
    padding: 0;
}
.start_search .search .search_wr form{
    float: left;
    width: 245px;
}
.start_search .search .search_wr form input.quicksearchText{
    float: left;
    height: 25px;
    margin: 0 3% 0 0;
    width: 70%;
    box-sizing: border-box; 
}
.start_search .search .search_wr form input.quicksearchSubmit{
    max-width: 90px;
}
.start_search .search .search_wr a{
    line-height: 8px; 
    color:#000;
}
.start_search .search .search_wr a:last-child{
    display: none;
}
@media (max-width: 420px){
    .start_search .search .title_sidebar {
        width: 100%;
        padding: 5px 10px 5px 0;
    }
    .start_search .search .search_wr form{
        width: 100%
    }
    .start_search .search .search_wr{
        width: 100%;
        text-align: left;
    }
    .start_search .search {
        padding: 10px 10px 0;
        width: 100%;
    }
}