body {
    /*font-size:12pt;*/
    /*font-size:11pt;*/
    font-size:13px;
}
html,body {
	padding: 0;
	margin: 0;
}

@font-face {
    font-family: 'centurygothic';
    src: url('/font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('/font/CenturyGothic.woff') format('woff'),
    url('/font/CenturyGothic.ttf')  format('truetype'),
    url('/font/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kozgopro';
    src: url('/font/Kozuka-GoPro.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kozgoprobold';
    src: url('/font/Kozuka-GoPro-Bold.otf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kozgoprolight';
    src: url('/font/kozuka_gopro_extralight.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kozgoprolight2';
    src: url('/font/KozGoPro-ExtraLight.otf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KozGoPro-Bold';
    src: url('/font/KozGoPro-Bold.otf')  format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'KozGoPro-ExtraLight';
    src: url('/font/KozGoPro-ExtraLight.otf')  format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'KozGoPro-Heavy';
    src: url('/font/KozGoPro-Heavy.otf')  format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'KozGoPro-Light';
    src: url('/font/KozGoPro-Light.otf')  format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'KozGoPro-Medium';
    src: url('/font/KozGoPro-Medium.otf')  format('truetype');
    font-weight: normal; font-style: normal;
}
@font-face {
    font-family: 'KozGoPro-Regular';
    src: url('font/KozGoPro-Regular.otf')  format('truetype');
    font-weight: normal; font-style: normal;
}

* {
    /*font-family: KozGoPro-Light;*/
    font-family: kozgoprolight2;
    color: #7c7b7b;
    /*font-weight: 600;*/
}

a {
    color: #1b8ec9;
}

a, a:active, a:focus,
input:focus,
.bootstrap-select .dropdown-toggle:focus,
.btn:active, .btn:focus {
    outline: none!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: KozGoPro-Regular;
}

h4, h5, h6 {
    margin-bottom: 2px;
}

.b-hide {
    display: none!important;
}

strong {
    color: #000;
}

#main-logo {
    margin:20px auto;
    text-align:center;
}

#main-logo a img {
    max-height: 90px;
}

#main_menu {
    display:inline-block;
    padding:0;
    background: #fff;
    width: auto;
    height: 34px;
    margin-top: 0;
}

#main_menu li {
    width: auto;
    height: 35px;
    float: left;
    list-style: none;
    line-height: 34px;
    text-align: center;
    padding: 0 30px;
    border-top: 1px solid #ccc;
}

#main_menu .current_prev {
    border-radius: 0;
    border-right: 0;
}

#main_menu .current_next {
    border-radius: 0;
    border-left: 0;
}

#main_menu li:first-child {
    border-radius: 0;
    border-left: 0;
    padding: 0 17px 0!important;
    width: 85px;
}

#main_menu li:first-child img{
    width: 100%;
    margin-top: -2px;
}

#main_menu li:first-child.current_prev {
    border-radius: 3px 3px 0 3px;
}

#main_menu li:last-child {
    /*width: 76px;*/
    /*width: 5.69em;*/
    width: 6.77em;
    border-radius: 0;
    position: relative;
    border-right: 0;
    /*float: right;*/
    /*padding: 0 22px 0 0!important;*/
}

#main_menu li:last-child.current_next {
    border-radius: 0;
}


/*#main_menu li:last-child input{
    width: 20px;
    height:20px;
    margin:auto;
    line-height:20px;
    background-image:url(../img/lupe_search.png);
    background-repeat:no-repeat;
    background-position: 2px 2px;
    padding-left:20px;
    border: 0;
    border-radius:5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 7px;
}*/

#main_menu li:hover a {
    color: #000;
}

#main_menu li.search-open {
    padding: 0 20px;
}

#main_menu li.search-open:last-child {
    /*width: 16.6em;*/
    width: 19.08em;
}

.sub-menu div {
    float: left;
    font-size: 11px;
    padding: 6px 7px 0 7px;
    text-align: center;
}

.sub-menu .sub-menu-content {
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.sub-menu .sub-menu-content div {
    background: url("/img/sub-menu-tiny-line.png") no-repeat scroll right 4px rgba(0, 0, 0, 0) !important;
    padding: 6px 7px 0 7px!important;
    width: auto!important;
    height: 20px!important;
}

.sub-menu .sub-menu-content div:last-child {
    border-right: none;
    background: #fff!important;
}

.sub-menu div a.current {
    text-decoration: underline;
}

#main_menu_outer {
    max-width: 1014px;
    margin: -1px auto 0;

}

#sub_menu_wrapper {
    max-width: 980px;
    margin: 15px auto 10px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 20px;
    height: 35px;
}

.sub-menu {
    margin: -1px 0 0 0;
    height: 35px;
    float: left;
}

.sub-menu div {
    line-height: 10px;
    background: #fff;
}

.sub-menu div:first-child {
    background: url("/img/sub-menu-lines.png") no-repeat;
    height: 21px;
    padding-right: 0;
    width: 10px;
}

.sub-menu div:last-child {
    background: url("/img/sub-menu-lines.png") no-repeat scroll -56px center rgba(0, 0, 0, 0);
    padding-left: 0;
    height: 21px;
    width: 10px;
}
.sub-menu.sub-menu-slider div:first-child {
    background: rgba(0, 0, 0, 0) url("/img/sub-menu-lines.png") no-repeat scroll -3px 0;
    width: 17px;
}

.sub-menu.sub-menu-slider div:last-child {
    background: url("/img/sub-menu-lines.png") no-repeat scroll -46px center rgba(0, 0, 0, 0);
    width: 17px;
}


#main_menu a {
    color: #606060;
    font-family: KozGoPro-Regular;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

#main_menu a:hover {
    text-decoration: none;
}

a,
.pointer {
    cursor: pointer;
}

#meta_menu {
    float:right;
}

#header {
    padding:5px;
    margin-bottom:50px;
}

.menu_selected {
    font-weight: bold;
}

.clear {
    clear:both;
}

#artist_right {
    float:left;
}

#artist_left {
    float:left;
}

.bar {
    height: 18px;
    background: green;
}

.img1 {
    width:100%;
}

#map-canvas {
    height:60%;
    min-height:500px;
}

.artist_item {
    padding:10px;
}
.artist_item:hover {
    background:#eeeeee;

}

.searchOuter {
    padding:0;
    margin-bottom:10px;
}

.searchSplash {
    margin:auto;
    float:none;
}

.warning {
    color: #b80000;
}

.none {
    display: none;
}

.middy {
    font-size:600%;
    line-height: 90%;
    text-align:center;
    margin-bottom:10px;
}

.motto {
    color:#a7a7a7;
    font-size:200%;
    text-align:center;
    margin-top:0;
    font-weight: 400;
}

.middy_content {
    margin:50px auto;
    text-align: center;
}

.more-information {
    display: none;
}

.label-code {
    font-weight: 600;
    font-size:350%;
    letter-spacing: 0.2em;
}

.label-content * {
    font-family: KozGoPro-Regular, arial;
    font-size: 16px;
    color: #a7a7a7;
}

.label-content h1 {
    font-size: 32px;
    margin: 40px 0 ;
    letter-spacing: -0.02em;
    color: rgba(51, 51, 51, 1);
}

.label-content h2,
.label-content h3,
.label-content h4,
.label-content h5 {
    /*font-size: 32px;*/
    font-size: 23px;
    margin: 20px 0 30px;
    letter-spacing: -0.02em;
}

.label-content a {
    color: #1b8ec9;
}

.label-content p {
    margin: 0 0 25px;
}

.label-content ul {
    margin-bottom: 25px;
}

.label-content ul li {
    list-style: none;
}

.start_page_img {
    height: 615px;
}

#page_number {
    font-family: KozGoPro-Regular;
}

.input-sm {
    height: 27px;
    padding: 0 10px;
}

select.input-sm {
    height: 27px;
    line-height: 30px;
}

.sub_menu {
    bottom: 30px;
    position: absolute;
    width: 100%;
    padding: 0;
}

.sub_menu p {
    margin: 0 auto;
    text-align: center;
}

.sub_menu a.label-link {
    font-size: 21px;
}

.sub_menu a.label-link:hover {
    color: #1b8ec9!important;
    text-decoration: none;
}

.sub_menu a {
    color: #fff;
    font-size:100%;
    background-image: url(/img/link_grey_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
    list-style: outside none none;
    margin: 0 60px 0 0;
}

.sub_menu a:hover {
    background-image: url(/img/link_blue_arrow.png);
}

.sub_menu a:last-child{
    margin: 0;
}

.sub_menu a.label-link-play {
    margin: 0 115px 0 0;
    padding-right: 30px;
    background-image: url('/img/report/white-play-link.png');
}

.sub_menu a.label-link-play:hover {
    background-image: url(/img/report/blue-play-link.png);
}

.label-bg .sub_menu {
    bottom: 20px;
}

.main-bg .sub_menu {
    bottom: 45px;
}

#card .sub_menu {
    bottom: 0;
}

#connect .sub-menu a {
    color: #fff;
}

#label .sub_menu a,
#card .sub_menu a {
    color: #a7a7a7;
}

.label-bg {
    background: rgba(0, 0, 0, 0) url("/img/label/b_c_Lab_Foto_l.jpg") no-repeat scroll center center;
    height: 578px;
    width: 100%;
}

.card-bg {
    background: rgba(0, 0, 0, 0) url("/img/card/b_c%20card_Start_ok.png") no-repeat scroll center center;
    height: 578px;
    width: 100%;
}

.hotel-bg {
    background: rgba(0, 0, 0, 0) url("/img/hotel/bc_hotel_start.png") no-repeat scroll center center;
    height: 578px;
    width: 100%;
}

.clear {
    clear:both;
}

.footer-features-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
}

.footer-feature {
    float: left;
    width: 20%;
    border-right: 1px solid #ccc;
    height: 185px;
    padding: 15px 10px;
}

.footer-feature:hover {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
}

.footer-feature:hover .footer-feature-hl{
    color: #111;
}

.footer-feature-link:last-child .footer-feature{
    border: none;
}

.footer-feature-img {
    background: url("/img/footer-img-video.png") no-repeat scroll center center / auto auto rgba(0, 0, 0, 0);
    height: 60px;
    margin: 0 auto 7px;
    width: 82%;
}

.footer-feature-hl {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 2px;
    color: #111;
}

.footer-feature-text {
    font-size: 13px;
    line-height: 18px;
}

#footer_top {
    display:inline-block;
    width:100%;
    padding-left:0;
    margin-bottom: 0;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.footer-top-slider-navi #footer_top{
    border: none;
    width: 322px;
    float: left
}

.footer-top-slider-navi {
    border: 1px solid #ccc;
    border-radius: 4px;
}

#footer img {
    vertical-align: inherit;
}
#footer_bottom > li {
    float: left;
    font-size: 10px;
    letter-spacing: 0.07em;
    list-style: outside none none;
}

#footer_top li {
    color: #9e9e9e;
    float: left;
    font-size: 12px;
    line-height: 21px;
    list-style: outside none none;
    text-align: center;
    height: 34px;
}

.footer_menu {
    padding: 0;
}

.footer_menu > li {
    padding:0 20px;
    border-left:1px solid #ccc;
}

.footer_menu > li:first-child {
    padding: 0 20px 0 10px;
    border-left:0;
}

.footer_menu > li:last-child {
    padding: 0 10px 0 20px;
}

#footer_top.film li:last-child {
    float: left;
    border: none;
}


.footer_menu li {
    float:left;
    list-style:none;
}

#footer_top li:first-child {
    width: 100px;
    padding: 7px 20px;
    border-right: 1px solid #ccc;
}

#footer_top li:first-child img{
    max-width: 100%;
}

#footer_top li.country-select  {
    /*width: 165px;*/
    float: right;
    border-left: 1px solid #ccc;
}

#footer_top li:nth-child(2),
#footer_top li.arrow {
    text-align: left;
    padding: 7px 10px;
}

#footer_top li:nth-child(3),
#footer_top li.name {
    padding: 7px 0;
}

#footer_top ul {
    left: unset;
    right: 5px;
}

#footer_top ul li {
    padding: 0!important;
    border: 0!important;
    height: auto;
    float: none!important;
    text-align: left;
    width: 100% !important;
}

#footer_top ul li a {
    margin: 0;
}

#footer {
    margin: 0 auto 50px;
    max-width: 1010px;
    text-align: center;
}

#footer_bottom {
    padding-left: 0;
    width: 100%;
    font-size: 85%;
    margin: 5px 0 0 0;
    float: left;
}

#footer_middle {
    margin-bottom:10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 11px;
    /*height: 26px;*/
    padding: 5px 10px 0;
    box-sizing: border-box;
}

#footer_middle .footer-middle-text {
    float: left;
}

#footer_middle .footer-middle-ul {
    float: right;
}

#footer_bottom > li:first-child {
    width:68%;
    min-height: 1px;
}

#footer_bottom > li:last-child {
    width:32%;
    text-align: right;
}

#footer .film-footer-ul {
    margin: 20px 0 10px;
}

#footer .film-footer-ul div {
    padding-left: 0;
}

#footer .film-footer-ul div ul{
    list-style: outside none none;
    padding: 0;
    text-align: left;
    font-size: 10px;
    margin-bottom: 20px;
}

#footer .film-footer-ul div ul li {
    margin-bottom: 4px;
    font-family: KozGoPro-Regular;
}

#footer .film-footer-ul div ul a{
    color: #666;
}

#footer .film-footer {
    text-align: left;
    font-size: 11px;
    color: #b0afaf;
}

#footer .film-footer a {
    color: #898888;
}

#footer .film-footer div {
    margin-bottom: 8px;
}

#footer .film-footer .film-footer-right {
    text-align: right;
}

#footer .film-footer .film-footer-link a {
    margin: 0 8px;
}

#footer .film-footer .film-footer-link .footer-country-select {
    float: right;
}

#footer .film-footer .film-footer-link .footer-country-select .more-countries-img {
    float: none;
    padding: 0;
}




/* COUNTRY START */

.country-event-row {
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    height: 108px;
    margin: 0 0 57px;
    overflow: hidden;
    padding: 57px 0 0;
    width: 100%;
}

.country-event-row:first-child {
    border: none;
}

.country-event-row:last-child {
    margin-bottom: 130px;
}

.country-event-row.small-last {
    margin: 0 0 57px;
}

.country-event-row.click .row.click {
    cursor: pointer;
}

.country-event-row .plus {
    background: rgba(0, 0, 0, 0) url("/img/bike_plus_plus.png") no-repeat scroll right center;
    float: right;
    height: 19px;
    width: 19px;
    margin: 15px 0 0 0;
    transition: all 0.6s ease-out 0s;
}

.country-event-row.country-event-row-active .plus {
    -ms-transform: rotate(495deg); /* IE 9 */
    -webkit-transform: rotate(495deg); /* Chrome, Safari, Opera */
    transform: rotate(495deg);
}

.country-hl {
    font-family: KozGoPro-ExtraLight;
    font-size: 40px;
    margin: 0 0 60px;
}

.country-hl span,
.country-hl span.none {
    font-family: KozGoPro-ExtraLight;
    font-size: 40px;
    padding: 0 20px 0 0;
}

.country-hl span small {
    font-family: KozGoPro-ExtraLight;
    color: #333;
    display: none;
    font-size: 25px;
}

.country-hl span.none {
    padding: 0 20px 0 15px;
    display: none;
}

.country-hl span.arrow-black {
    background: rgba(0, 0, 0, 0) url("/img/bc_arrow_black.png") no-repeat scroll right center;
}

.country-hl span.arrow-black:last-child {
    background: rgba(0, 0, 0, 0) url("/img/bc_arrow_black_down.png") no-repeat scroll right center;
}

.country-hl-small {
    font-family: KozGoPro-ExtraLight;
    color: #333;
    font-size: 25px;
    margin: 0 0 30px;
}

.countries-side-header .current-country,
.countries-side-header .current-language{
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 15px;
}

.countries-side-header .countries-side {
    margin: 6px 30px 0 0;
    float: right;
}

.countries-side-header .countries-side div:first-child {
    /*background: rgba(0, 0, 0, 0) url("/img/bc_countries.png") no-repeat scroll 0 0 / 2900% 6900%;*/
    background: rgba(0, 0, 0, 0) url("/img/bc_countries_small.png") no-repeat scroll 0 0;
    float: right;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.countries-side-hl {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.hidden-content {
    border-top: 1px solid #ccc;
    padding: 70px 0 0;
    margin: 10px -15px 0;
    display: none;
}

.hidden-content p {
    font-size: 17px;
    font-family: KozGoPro-ExtraLight;
    line-height: 27px;
}

.hidden-content-action-row {
    margin-top: 35px;
    padding: 0 25px;
}

.hidden-content-action-row a:hover {
    color: #1b8ec9;
    text-decoration: none;
}

.hidden-content-action-row textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 40px;
    display: none;
    color: #333;
    font-size: 17px;
    padding: 5px 10px;
    height: 185px;
}

div.see-txt {
    display: none;
}

.countries-side-hl:first-child {
    margin-top: 0;
}

.countries-side {
    margin-bottom: 45px;
}

.countries-side a {
    font-size: 12px;
    color: #898989;
}

.countries-side a div {
    background: rgba(0, 0, 0, 0) url("/img/bc_countries.png") no-repeat scroll 0 0;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.countries-side a div span {
    display: inline-block;
    line-height: 15px;
    padding-left: 40px;
    vertical-align: middle;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 120px;
}

/* Europe */

.countries-side .c_be { background-position:  -4px -7px!important; }
.countries-side .c_bg { background-position:  -297px -7px!important; }
.countries-side .c_cz { background-position:  -442px  -7px!important; }
.countries-side .c_dk { background-position:  -589px  -7px!important; }
.countries-side .c_de { background-position:  -734px  -7px!important; }

.countries-side .c_be_small { background-position:  0 5px!important; }
.countries-side .c_bg_small { background-position:  -224px 5px!important; }
.countries-side .c_cz_small { background-position:  -337px  5px!important; }
.countries-side .c_dk_small { background-position:  -450px  5px!important; }
.countries-side .c_de_small { background-position:  -562px  5px!important; }

.countries-side .c_ee { background-position:  -4px -85px!important; }
.countries-side .c_es { background-position:  -150px -85px!important; }
.countries-side .c_fr { background-position:  -296px -85px!important; }
.countries-side .c_gf { background-position:  -442px -85px!important; }
.countries-side .c_hr { background-position:  -589px -85px!important; }
.countries-side .c_ie { background-position:  -734px -85px!important; }

.countries-side .c_ee_small { background-position:  0 -55px!important; }
.countries-side .c_es_small { background-position:  -112px -55px!important; }
.countries-side .c_fr_small { background-position:  -224px -55px!important; }
.countries-side .c_gf_small { background-position:  -337px -55px!important; }
.countries-side .c_hr_small { background-position:  -450px -55px!important; }
.countries-side .c_ie_small { background-position:  -562px -55px!important; }

.countries-side .c_it { background-position:  -4px -157px!important; }
.countries-side .c_lv { background-position:  -150px -157px!important; }
.countries-side .c_li { background-position:  -296px -157px!important; }
.countries-side .c_lt { background-position:  -442px -157px!important; }
.countries-side .c_lu { background-position:  -589px -157px!important; }
.countries-side .c_mk { background-position:  -734px -157px!important; }

.countries-side .c_it_small { background-position:  0 -110px!important; }
.countries-side .c_lv_small { background-position:  -112px -110px!important; }
.countries-side .c_li_small { background-position:  -224px -110px!important; }
.countries-side .c_lt_small { background-position:  -337px -110px!important; }
.countries-side .c_lu_small { background-position:  -450px -110px!important; }
.countries-side .c_mk_small { background-position:  -562px -110px!important; }

.countries-side .c_hu { background-position:  -4px -229px!important; }
.countries-side .c_mt { background-position:  -150px -229px!important; }
.countries-side .c_md { background-position:  -296px -229px!important; }
.countries-side .c_me { background-position:  -442px -229px!important; }
.countries-side .c_nl { background-position:  -589px -229px!important; }
.countries-side .c_no { background-position:  -734px -229px!important; }

.countries-side .c_hu_small { background-position:  0 -166px!important; }
.countries-side .c_mt_small { background-position:  -112px -166px!important; }
.countries-side .c_md_small { background-position:  -224px -166px!important; }
.countries-side .c_me_small { background-position:  -337px -166px!important; }
.countries-side .c_nl_small { background-position:  -450px -166px!important; }
.countries-side .c_no_small { background-position:  -562px -166px!important; }

.countries-side .c_at { background-position:  -4px -301px!important; }
.countries-side .c_pl { background-position:  -150px -301px!important; }
.countries-side .c_pt { background-position:  -296px -301px!important; }
.countries-side .c_ro { background-position:  -442px -301px!important; }
.countries-side .c_ru { background-position:  -589px -301px!important; }
.countries-side .c_sk { background-position:  -734px -301px!important; }

.countries-side .c_at_small { background-position:  0 -221px!important; }
.countries-side .c_pl_small { background-position:  -112px -221px!important; }
.countries-side .c_pt_small { background-position:  -224px -221px!important; }
.countries-side .c_ro_small { background-position:  -337px -221px!important; }
.countries-side .c_ru_small { background-position:  -450px -221px!important; }
.countries-side .c_sk_small { background-position:  -562px -221px!important; }

.countries-side .c_si { background-position:  -4px -373px!important; }
.countries-side .c_ch { background-position:  -296px -373px!important; }
.countries-side .c_fi { background-position:  -442px -373px!important; }
.countries-side .c_se { background-position:  -589px -373px!important; }
.countries-side .c_tr { background-position:  -734px -373px!important; }

.countries-side .c_si_small { background-position:  0 -276px!important; }
.countries-side .c_ch_small { background-position:  -224px -276px!important; }
.countries-side .c_fi_small { background-position:  -337px -276px!important; }
.countries-side .c_se_small { background-position:  -450px -276px!important; }
.countries-side .c_tr_small { background-position:  -562px -276px!important; }

.countries-side .c_gb { background-position:  -4px -445px!important; }

.countries-side .c_gb_small { background-position:  0 -332px!important; }

/* Asia Pacific */

.countries-side .c_au { background-position:  -4px -595px!important; }
.countries-side .c_cn { background-position:  -150px -595px!important; }
.countries-side .c_hk { background-position:  -296px -595px!important; }
.countries-side .c_id { background-position:  -589px -595px!important; }
.countries-side .c_jp { background-position:  -734px -595px!important; }

.countries-side .c_au_small { background-position:  0 -447px!important; }
.countries-side .c_cn_small { background-position:  -112px -447px!important; }
.countries-side .c_hk_small { background-position:  -224px -447px!important; }
.countries-side .c_id_small { background-position:  -450px -447px!important; }
.countries-side .c_jp_small { background-position:  -562px -447px!important; }

.countries-side .c_kr { background-position:  -4px -673px!important; }
.countries-side .c_my { background-position:  -150px -673px!important; }
.countries-side .c_nz { background-position:  -296px -673px!important; }
.countries-side .c_ph { background-position:  -442px -673px!important; }
.countries-side .c_sg { background-position:  -589px -673px!important; }
.countries-side .c_tw { background-position:  -734px -673px!important; }

.countries-side .c_kr_small { background-position:  0 -507px!important; }
.countries-side .c_my_small { background-position:  -112px -507px!important; }
.countries-side .c_nz_small { background-position:  -224px -507px!important; }
.countries-side .c_ph_small { background-position:  -337px -507px!important; }
.countries-side .c_sg_small { background-position:  -450px -507px!important; }
.countries-side .c_tw_small { background-position:  -562px -507px!important; }

.countries-side .c_th { background-position:  -4px -745px!important; }
.countries-side .c_vn { background-position:  -151px -745px!important; }
.countries-side .c_oa { background-position:  -297px -745px!important; }

.countries-side .c_th_small { background-position:  0 -563px!important; }
.countries-side .c_vn_small { background-position:  -112px -563px!important; }
.countries-side .c_oa_small { background-position:  -224px -563px!important; }

/* Africa, Middle East and India */

.countries-side .c_am { background-position:  -4px -895px!important; }
.countries-side .c_bh { background-position:  -150px -895px!important; }
.countries-side .c_bw { background-position:  -296px -895px!important; }
.countries-side .c_cm { background-position:  -442px -895px!important; }
.countries-side .c_cf { background-position:  -589px -895px!important; }
.countries-side .c_ci { background-position:  -734px -895px!important; }

.countries-side .c_am_small { background-position:  0 -679px!important; }
.countries-side .c_bh_small { background-position:  -112px -679px!important; }
.countries-side .c_bw_small { background-position:  -224px -679px!important; }
.countries-side .c_cm_small { background-position:  -337px -679px!important; }
.countries-side .c_cf_small { background-position:  -450px -679px!important; }
.countries-side .c_ci_small { background-position:  -562px -679px!important; }

.countries-side .c_eg { background-position:  -4px -973px!important; }
.countries-side .c_gw { background-position:  -150px -973px!important; }
.countries-side .c_gn { background-position:  -296px -973px!important; }
.countries-side .c_gq { background-position:  -442px -973px!important; }
.countries-side .c_in { background-position:  -589px -973px!important; }
.countries-side .c_il { background-position:  -734px -973px!important; }

.countries-side .c_eg_small { background-position:  0 -739px!important; }
.countries-side .c_gw_small { background-position:  -112px -739px!important; }
.countries-side .c_gn_small { background-position:  -224px -739px!important; }
.countries-side .c_gq_small { background-position:  -337px -739px!important; }
.countries-side .c_in_small { background-position:  -450px -739px!important; }
.countries-side .c_il_small { background-position:  -562px -739px!important; }

.countries-side .c_jo { background-position:  -4px -1051px!important; }
.countries-side .c_ke { background-position:  -150px -1051px!important; }
.countries-side .c_kw { background-position:  -296px -1051px!important; }
.countries-side .c_mg { background-position:  -442px -1051px!important; }
.countries-side .c_ml { background-position:  -589px -1051px!important; }
.countries-side .c_ma { background-position:  -734px -1051px!important; }

.countries-side .c_jo_small { background-position:  0 -799px!important; }
.countries-side .c_ke_small { background-position:  -112px -799px!important; }
.countries-side .c_kw_small { background-position:  -224px -799px!important; }
.countries-side .c_mg_small { background-position:  -337px -799px!important; }
.countries-side .c_ml_small { background-position:  -450px -799px!important; }
.countries-side .c_ma_small { background-position:  -562px -799px!important; }

.countries-side .c_mu { background-position:  -4px -1123px!important;}
.countries-side .c_mz { background-position:  -150px -1123px!important;}
.countries-side .c_ne { background-position:  -296px -1123px!important;}
.countries-side .c_ng { background-position:  -442px -1123px!important;}
.countries-side .c_om { background-position:  -589px -1123px!important;}
.countries-side .c_qa { background-position:  -734px -1123px!important;}

.countries-side .c_mu_small { background-position:  0 -855px!important;}
.countries-side .c_mz_small { background-position:  -112px -855px!important;}
.countries-side .c_ne_small { background-position:  -224px -855px!important;}
.countries-side .c_ng_small { background-position:  -337px -855px!important;}
.countries-side .c_om_small { background-position:  -450px -855px!important;}
.countries-side .c_qa_small { background-position:  -562px -855px!important;}

.countries-side .c_sa { background-position:  -4px -1195px!important;}
.countries-side .c_sn { background-position:  -150px -1195px!important;}
.countries-side .c_za { background-position:  -296px -1195px!important;}
.countries-side .c_tn { background-position:  -442px -1195px!important;}
.countries-side .c_ug { background-position:  -589px -1195px!important;}
.countries-side .c_ae { background-position:  -734px -1195px!important;}

.countries-side .c_sa_small { background-position:  0 -910px!important;}
.countries-side .c_sn_small { background-position:  -112px -910px!important;}
.countries-side .c_za_small { background-position:  -224px -910px!important;}
.countries-side .c_tn_small { background-position:  -337px -910px!important;}
.countries-side .c_ug_small { background-position:  -450px -910px!important;}
.countries-side .c_ae_small { background-position:  -562px -910px!important;}

/* Latin America and the Caribbean */

.countries-side .c_ai { background-position:  -4px -1345px!important;}
.countries-side .c_ag { background-position:  -150px -1345px!important;}
.countries-side .c_ar { background-position:  -296px -1345px!important;}
.countries-side .c_bb { background-position:  -442px -1345px!important;}
.countries-side .c_bz { background-position:  -589px -1345px!important;}
.countries-side .c_bm { background-position:  -734px -1345px!important;}

.countries-side .c_ai_small { background-position:  0 -1025px!important;}
.countries-side .c_ag_small { background-position:  -112px -1025px!important;}
.countries-side .c_ar_small { background-position:  -224px -1025px!important;}
.countries-side .c_bb_small { background-position:  -337px -1025px!important;}
.countries-side .c_bz_small { background-position:  -450px -1025px!important;}
.countries-side .c_bm_small { background-position:  -562px -1025px!important;}

.countries-side .c_bo { background-position:  -4px -1423px!important;}
.countries-side .c_br { background-position:  -150px -1423px!important;}
.countries-side .c_vg { background-position:  -296px -1423px!important;}
.countries-side .c_ky { background-position:  -442px -1423px!important;}
.countries-side .c_cl { background-position:  -589px -1423px!important;}
.countries-side .c_co { background-position:  -734px -1423px!important;}

.countries-side .c_bo_small { background-position:  0 -1085px!important;}
.countries-side .c_br_small { background-position:  -112px -1085px!important;}
.countries-side .c_vg_small { background-position:  -224px -1085px!important;}
.countries-side .c_ky_small { background-position:  -337px -1085px!important;}
.countries-side .c_cl_small { background-position:  -450px -1085px!important;}
.countries-side .c_co_small { background-position:  -562px -1085px!important;}

.countries-side .c_cr { background-position:  -4px -1501px!important;}
.countries-side .c_dm { background-position:  -150px -1501px!important;}
.countries-side .c_do { background-position:  -296px -1501px!important;}
.countries-side .c_ec { background-position:  -442px -1501px!important;}
.countries-side .c_sv { background-position:  -589px -1501px!important;}
.countries-side .c_gd { background-position:  -734px -1501px!important;}

.countries-side .c_cr_small { background-position:  0 -1145px!important;}
.countries-side .c_dm_small { background-position:  -112px -1145px!important;}
.countries-side .c_do_small { background-position:  -224px -1145px!important;}
.countries-side .c_ec_small { background-position:  -337px -1145px!important;}
.countries-side .c_sv_small { background-position:  -450px -1145px!important;}
.countries-side .c_gd_small { background-position:  -562px -1145px!important;}

.countries-side .c_gt { background-position:  -4px -1579px!important;}
.countries-side .c_gy { background-position:  -150px -1579px!important;}
.countries-side .c_hn { background-position:  -296px -1579px!important;}
.countries-side .c_jm { background-position:  -442px -1579px!important;}
.countries-side .c_mx { background-position:  -589px -1579px!important;}
.countries-side .c_ms { background-position:  -734px -1579px!important;}

.countries-side .c_gt_small { background-position:  0 -1206px!important;}
.countries-side .c_gy_small { background-position:  -112px -1206px!important;}
.countries-side .c_hn_small { background-position:  -224px -1206px!important;}
.countries-side .c_jm_small { background-position:  -337px -1206px!important;}
.countries-side .c_mx_small { background-position:  -450px -1206px!important;}
.countries-side .c_ms_small { background-position:  -562px -1206px!important;}

.countries-side .c_ni { background-position:  -4px -1651px!important;}
.countries-side .c_pa { background-position:  -150px -1651px!important;}
.countries-side .c_py { background-position:  -296px -1651px!important;}
.countries-side .c_pe { background-position:  -442px -1651px!important;}
.countries-side .c_kn { background-position:  -589px -1651px!important;}
.countries-side .c_lc { background-position:  -734px -1651px!important;}

.countries-side .c_ni_small { background-position:  0 -1261px!important;}
.countries-side .c_pa_small { background-position:  -112px -1261px!important;}
.countries-side .c_py_small { background-position:  -224px -1261px!important;}
.countries-side .c_pe_small { background-position:  -337px -1261px!important;}
.countries-side .c_kn_small { background-position:  -450px -1261px!important;}
.countries-side .c_lc_small { background-position:  -562px -1261px!important;}

.countries-side .c_vc { background-position:  -4px -1729px!important;}
.countries-side .c_sr { background-position:  -150px -1729px!important;}
.countries-side .c_bs { background-position:  -296px -1729px!important;}
.countries-side .c_tt { background-position:  -442px -1729px!important;}
.countries-side .c_tc { background-position:  -589px -1729px!important;}
.countries-side .c_uy { background-position:  -734px -1729px!important;}

.countries-side .c_vc_small { background-position:  0 -1321px!important;}
.countries-side .c_sr_small { background-position:  -112px -1321px!important;}
.countries-side .c_bs_small { background-position:  -224px -1321px!important;}
.countries-side .c_tt_small { background-position:  -337px -1321px!important;}
.countries-side .c_tc_small { background-position:  -450px -1321px!important;}
.countries-side .c_uy_small { background-position:  -562px -1321px!important;}

.countries-side .c_ve { background-position:  -4px -1825px!important;}
.countries-side .c_alc { background-position:  -297px -745px!important;}
.countries-side .c_lac { background-position:  -297px -745px!important;}

.countries-side .c_ve_small { background-position:  0 -1395px!important;}
.countries-side .c_alc_small { background-position:  -224px -563px!important;}
.countries-side .c_lac_small { background-position:  -224px -563px!important;}

/* The United States, Canada and Puerto Rico */

.countries-side .c_ca { background-position:  -4px -2012px!important;}
.countries-side .c_pr { background-position:  -296px -2012px!important;}
.countries-side .c_us { background-position:  -589px -2012px!important;}

.countries-side .c_ca_small { background-position:  0 -1539px!important;}
.countries-side .c_pr_small { background-position:  -224px -1539px!important;}
.countries-side .c_us_small { background-position:  -450px -1539px!important;}


/* COUNTRY ENDE */


.section_header {
    color: #898989;
    padding: 0 15px;
    margin-top: 5px;
    font-size: 34px;
    /*font-size: 232%;*/
}

.section_header_new {
    color: #333333;
    font-size: 24px;
    font-family: KozGoPro-Regular, arial;
    margin: 10px 0;
}

#maincontent {
    /*max-width:980px;*/
    max-width:1010px;
    margin:0 auto;
}

.section_main {
    min-height: 200px;
    margin-bottom: 20px;
}

.section_inner {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px;
    overflow: hidden;
    box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.65);
}

.section_inner_medium {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px 30px;
    overflow: hidden;
    box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.65);
}

.section_inner_small {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 30px 0 30px;
    overflow: hidden;
    box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.65);
}

.section_main_menu {
    margin:0px 0 30px 0px;
}

.section_main_menu a {
    display:block;
    float:left;
    border-left:1px solid #ccc;
    padding:0 15px;
    font-size: 11px;
    color: #939493;
}

.section_main_menu a:first-child {
    border:none;
}
.section_main_content .logo {
    margin:0 auto 30px auto;
    text-align: center;
}

.section_main_content .form .search-input input{
    display:inline-block;
    margin-bottom: 10px;
}
.section_main_content .form {
    text-align: center;
    margin-bottom: 50px;
}

.section_three_column {
    margin: 10px 0 40px 0;
}

.green_placeholder {
    color:#87af34
}


.search-info {
    display: inline-block;
    font-size: 10px;
    text-align: left;
}

.check_state_1 {
    color:#87af34;
}

.check_state_2 {
    color:#898989;
}

.check_state_3 {
    color:#e53436;
}

.check_bike {
    margin:10px 0 20px 0;
}

.check_bike img {
    border-radius: 4px;
    width:100%;
    height: auto;
}

.check_sentence {
    /*margin-bottom:20px;*/
    color:#898989;
    font-size: 15px;
    margin: 0;
}

.section_left {
    margin-bottom: 20px;
}

.check_state {
    margin-bottom:20px;
}

.check_link {
}

.bike_scheme {
    text-align: center;
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}

.bike_state {
    padding:20px 0 20px 0;
    text-align: center;
    color:#777777;
    border-bottom:1px solid #ccc;
}

.bike_state_promote {
    font-size: 18px;
    font-weight: bold;
    display:block;
    color:#777777;
    margin-bottom: 10px;
}

.bike_link {
    padding:20px 0 0px 0;
    text-align: center;
}

.sub-menu .sub-menu-content div.no-bg {
    background: none!important;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.overflow {
    overflow: visible;!important;
}

.m0 {
    margin: 0!important;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px
}

.mtb5 {
    margin: 5px 0;
}

.mr15 {
    margin-right: 15px;
}

.pt4 {
    padding-top: 4px;
}

.blue {
    color: #1b8ec9;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs75 {
    font-size: 75%;
}

.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2ba8ea+0,0081d5+100 */
    background: #2ba8ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #2ba8ea 0%, #0081d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ba8ea), color-stop(100%,#0081d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2ba8ea 0%,#0081d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2ba8ea 0%,#0081d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2ba8ea 0%,#0081d5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2ba8ea 0%,#0081d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba8ea', endColorstr='#0081d5',GradientType=0 ); /* IE6-9 */
}

.btn-default {
    background-image: linear-gradient(to bottom, #e0e0e0 0px, #fff 20%, #fff 60%, #e0e0e0 100%);
    text-transform: uppercase;
}

.btn-info:hover {
    background: #2ba8ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #2ba8ea 0%, #0081d5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ba8ea), color-stop(100%,#0081d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2ba8ea 0%,#0081d5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2ba8ea 0%,#0081d5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2ba8ea 0%,#0081d5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2ba8ea 0%,#0081d5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ba8ea', endColorstr='#0081d5',GradientType=0 ); /* IE6-9 */
}

.btn-white {
    border: 1px solid #ccc;
    background: #fff;
    color: #555;
}

.btn-white:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.black,
.black:hover {
    color: #000;
}

.green,
.green:hover {
    color: #87af34;
}

.grey {
    color: #898989;
}

.dark-grey {
    color: #555;
}

a.grey:hover *{
    color: #555;
    text-decoration: underline;
}

label {
    font-weight: normal;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 4px;
}

textarea {
    resize: none;
    min-height: 150px;
}

h4, .h4 {
    font-size: 15px;
    font-weight: 600;
}

.h4-label {
    margin: 2px 0 4px 0;
}

.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.more-info {
    background: url("/img/link_blue_arrow.png") no-repeat 93px center;
    color: #1b8ec9;
    display: block;
    font-size: 100%;
    margin-top: 10px;
}

.more-countries-img {
    padding: 6px 15px;
    float: left;
    height: 33px;
}

.more-countries-img img {
    height: 23px;
    width: 24px;
}

.more-countries {
    float: left;
}

.more-countries a {
    background: rgba(0, 0, 0, 0) url("/img/link_blue_arrow.png") no-repeat scroll right center;
    padding-right: 20px;
    margin-right: 5px;
}

.more-countries ul li a{
    background: none;
}

.more-info-right {
    float: right;
    width: 110px;
    margin-top: 0;
}

.green-submit {
    background: url("/img/button_green.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    border: none;
    padding: 6px 40px;
}

.green-submit:hover,
.green-submit:active,
.green-submit:focus {
    background: url("/img/button_green.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    opacity: 0.9;
    color: #fff;
}

.blue-submit {
    background: url("/img/air-btn-2.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    border: none;
    padding: 5px 55px 6px;
    text-transform: none;
    font-family: Helvetica, Arial, sans-serif;
}

.blue-submit:hover,
.blue-submit:active,
.blue-submit:focus {
    background: url("/img/air-btn-2.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    opacity: 0.9;
    color: #fff;
}

.btn-delete {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #800000;
    font-weight: 600;
    padding: 10px 1px;
    text-transform: none;
}

.btn-delete:hover {
    text-decoration: underline;
    color: #800000;
}

.blue-submit-current {
    background: url("/img/air-btn-2.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
}

.loader {
    text-align: center;
    margin:100px auto;
}

.teaser-headline, h3 {
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 0;
    text-shadow: 1px 1px 1px rgba(250, 250, 250, 0.7);
}

.teaser-headline-big {
    font-size: 30px;
}

.tiny-bold {
    font-size: 75%;
    font-weight: bold;
    margin: 3px 0 0 0;
}

select.form-control {
    color: #999;
    padding-left: 6px;
    padding-top: 0;
}
.form-control {
    border-radius: 4px!important;
}

.a-right { text-align: right}
.a-left { text-align: left}

#page_2_premium_bike,
#page_3_premium_bike {
    display: none;
}

.main-bg {
    /*background: url("/img/start-background.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
    /*height: 597px;*/
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

#footer.slick-dots {
    margin-top: 592px;
}

#footer.home-footer {
    margin-top: 590px;
}

#footer.home-footer.footer-dots {
    margin-top: 610px;
}

.home-headline-wrapper {
    left: 0;
    margin: 0 auto;
    max-width: 960px;
    position: absolute;
    right: 0;
    width: 100%;
}

.home-headline {
    position: absolute;
    right: 23%;
}

h1.bh-home-hl-1 {
    font-size: 80px;
    color: #111;
}

h1.bh-home-hl-2 {
    color: #797979;
}


.check_bike ul li:before {
    content:"-";
    position:relative;
    left:-5px;
}

.check_bike ul li {
    text-indent:-5px;
    list-style-type: none;
}

.fullwidth {
    width: 100%;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}




.dataTables_wrapper .dataTables_paginate {
    border-radius: 4px!important;
    display: inline-block!important;
    margin: 20px 0!important;
    padding-left: 0!important;
}


.dataTables_wrapper .dataTables_paginate a {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    float: left!important;
    line-height: 1.42857!important;
    margin: 0 -1px 0 0!important;
    padding: 6px 12px!important;
    position: relative!important;
    text-decoration: none!important;
    color: #1b8ec9!important;
    border-radius: 0!important;
}

.dataTables_wrapper .dataTables_paginate a.paginate_active,
.dataTables_wrapper .dataTables_paginate a.paginate_active:hover {
    background-color: #337ab7!important;
    border-color: #337ab7!important;
    color: #fff!important;
    cursor: default!important;
    z-index: 3!important;
}

.dataTables_wrapper .dataTables_paginate a:hover {
    background-color: #eee!important;
}

.dataTables_wrapper .dataTables_paginate a:first-child {
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
    margin-left: 0!important;
}

.dataTables_wrapper .dataTables_paginate a:last-child {
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
}

.dataTables_wrapper .dataTables_paginate span a:first-child,
.dataTables_wrapper .dataTables_paginate span a:last-child {
    border-radius: 0!important;
}

.dataTables_wrapper .dataTables_paginate a.first {

}
.dataTables_wrapper .dataTables_paginate a.previous  {

}
.dataTables_wrapper .dataTables_paginate a.next {

}
.dataTables_wrapper .dataTables_paginate a.last {

}

.dataTables_wrapper table.data_table {
    float: left;
    margin: 7px 0 0;
}

.dataTables_wrapper table.data_table tr {
    background: #fff!important;
}

.dataTables_wrapper table.data_table tr td {
    padding: 0!important;
}

.dataTables_wrapper table.dataTable tr.even td.sorting_1,
.dataTables_wrapper table.dataTable tr.odd td.sorting_1 {
    background: #fff!important;
}

.dataTables_wrapper table.data_table tr:hover,
.dataTables_wrapper table.data_table tr:focus,
.dataTables_wrapper table.data_table tr:active,
.dataTables_wrapper table.data_table tr.even:hover td.sorting_1,
.dataTables_wrapper table.data_table tr.even:focus td.sorting_1,
.dataTables_wrapper table.data_table tr.even:active td.sorting_1,
.dataTables_wrapper table.data_table tr.odd:hover td.sorting_1,
.dataTables_wrapper table.data_table tr.odd:focus td.sorting_1,
.dataTables_wrapper table.data_table tr.odd:active td.sorting_1 {
    background: #f5f5f5!important;
}

.dataTables_wrapper table.data_table thead tr:hover,
.dataTables_wrapper table.data_table thead tr:focus,
.dataTables_wrapper table.data_table thead tr:active {
    background: #fff!important;
}

.dataTables_wrapper table.data_table thead tr th{
    padding: 8px 8px 8px 0!important;
    border-bottom: 2px solid #ccc!important;
}

.dataTables_wrapper table.data_table thead tr th,
.dataTables_wrapper table.data_table thead tr td {
    border-color: #ccc!important;
}

.dataTables_wrapper table.data_table tr td a {
    padding: 8px 8px 8px 0!important;
    display: block;
    text-decoration: none!important;
    color: #555!important;
}

.dataTables_wrapper table.data_table tr td a:hover,
.dataTables_wrapper table.data_table tr td a:focus,
.dataTables_wrapper table.data_table tr td a:active {
    text-decoration: none!important;
}

.dataTables_wrapper .dataTables_info {
    display: none!important;
}

.dataTables_wrapper select,
.dataTables_wrapper input {
    height: 27px!important;
    padding: 0 10px!important;
    font-size: 12px!important;
    line-height: 1.5!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset!important;
    color: #555!important;;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s!important;
    vertical-align: middle!important;
}

.dataTables_wrapper select {
    padding: 0 6px!important;
    width: 50px!important;
    margin: 0 3px!important;
}

.dataTables_wrapper select option {
    padding: 0 10px!important;
}

.dataTables_wrapper input:focus {
    border-color: #1b8ec9!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(66, 139, 202, 0.6)!important;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

.connect-login-select {
    min-height: 390px;
}

.connect-login-select-top {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    padding: 30px;
    height: 50%;
    right: 0;
    top: 0;
    width: 320px;
    position: absolute;
    background: -webkit-linear-gradient(#fff, #f6f9f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #f6f9f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #f6f9f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #f6f9f0);
}

.connect-login-select-bottom {
    border-left: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 30px;
    bottom: 0;
    height: 50%;
    right: 0;
    width: 320px;
    position: absolute;
    background: -webkit-linear-gradient(#f6f9f0, #eef2e1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f6f9f0, #eef2e1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f6f9f0, #eef2e1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f6f9f0, #eef2e1);
}

#main_menu li.current {
    background: transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    /*background: rgba(0, 0, 0, 0) url("/img/current-menu.png") no-repeat scroll -1px -1px;*/
    background: url("/img/bx-current-left-long.png") no-repeat scroll left -1px, rgba(0, 0, 0, 0) url("/img/bx-current-right-long.png") no-repeat scroll right -1px;
    margin: 0 -1px;
}

#main_menu li.current a {
    color: #1b8ec9;
}

.section-banner {
    background: url("/img/air-banner.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 138px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.news-section-banner {
    height: 213px;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 20px;
}

.news-section-banner img {
    width: 100%;
}

.air-report-img {
    background: url("/img/air-report.JPG") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 152px;
    width: 100%;
}

.air-right {
    min-height: 550px;
}

.air-right-top {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    padding: 15px 30px;
    height: 33%;
    right: 0;
    top: 0;
    width: 320px;
    position: absolute;
    background: #fff;
}

.air-right-middle {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    padding: 15px 30px;
    height: 34%;
    right: 0;
    top: 33%;
    width: 320px;
    position: absolute;
    background: -webkit-linear-gradient(#fff, #e5ebee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #e5ebee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #e5ebee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #e5ebee);
}

.air-right-bottom {
    border: 1px solid #ccc;
    border-top: none;
    border-right: none;
    border-bottom: none;
    padding: 15px 30px;
    height: 33%;
    right: 0;
    bottom: 0;
    width: 320px;
    position: absolute;
    background: -webkit-linear-gradient(#e5ebee, #e5ebee); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#e5ebee, #e5ebee); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#e5ebee, #e5ebee); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#e5ebee, #e5ebee);
}

.blue-arrow {
    background: url("/img/link_blue_arrow.png") no-repeat scroll 100% center rgba(0, 0, 0, 0);
    padding-right: 20px;
}

.blue-arrow-small {
    background: rgba(0, 0, 0, 0) url("/img/link_blue_arrow_small.png") no-repeat scroll right 4px;
    padding-right: 15px;
}

.store-overview-wrapper {
    width: 100%;
    display: inline-block;
}

.store-sub-wrapper {
    height: 100px;
}

.store-sub {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    height: 100px;
    margin-right: 1%;
    width: 15.83%;
    position: relative;
}

.store-sub:last-child {
    margin-right: 0;
}

.store-sub h4 {
    bottom: 0;
    color: #898989;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    font-weight: normal;
}

.store-info-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
}

.store-info {
    border-right: 1px solid #ccc;
    float: left;
    height: 150px;
    padding: 30px 30px 0;
    width: 33.3%;
}

.store-info:last-child {
    border: none;
}

.store-ul {
    display: inline;
    float: right;
    list-style: outside none none;
    margin: 21px 0 0;
    padding: 0;
}

.store-ul li {
    display: inline;
    padding: 0 3px;
    background: url("/img/sub-menu-tiny-line.png") no-repeat scroll right 4px rgba(0, 0, 0, 0) !important;
}

.store-ul li:last-child {
    background: none!important;
    padding: 0 0 0 10px;
}

.store-ul li a {
    color: #333;
    font-size: 11px;
    padding: 0 10px;
}

.account-img {
    background: url("/img/account.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 19px;
    padding: 2px 10px 0 25px !important;
}

.shop-img {
    background: url("/img/shop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 19px;
    padding: 2px 10px 0 25px !important;
}

.slick-prev {
    right: 55px;
    top: -41px;
    left: auto;
}

.slick-next {
    right: 25px;
    top: -41px;
}

.slick-prev::before, .slick-next::before {
    color: #898989;
}

.carousel .store-slider-content {
    width: 100%;
    margin: 0;
}

.carousel .store-slider-content {
    border: 1px solid #ccc;
    height: 150px;
    border-radius: 4px;
    margin: 0 6px;
}

.film-title {
    color: #fff;
    font-size: 50px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 999;
}

.film-title-sehen {
    background: rgba(0, 0, 0, 0) url("/img/link_arrow_white.png") no-repeat scroll right center;
    color: #fff;
    font-size: 18px;
    left: 0;
    margin: 0 auto;
    max-width: 160px;
    position: absolute;
    right: 28px;
    text-align: center;
    top: 63%;
    z-index: 999;
}



.slick-vertical .slick-slide {
    border: 0;
}

.home-slider-content {
    height: 100%;
}

.slick-slider {
    margin-bottom: 0;
}


.main-bg .slick-dots {
    bottom: -69px;
    margin: 0 auto;
    height: 25px;
    right: 0;
    left: 0;
    max-width: 450px;
}

.hot-slider .slick-dots {
    bottom: -144px;
    left: 0;
    margin: 0 auto;
    max-width: 200px;
    right: 0;
    z-index: 99;
}

.hot-slider .slick-dots li,
.main-bg .slick-dots li {
    margin-top: 5px;
}

.slick-dots li button::before,

.hot-slider .slick-dots li button::before,
.main-bg .slick-dots li button::before {
    background: rgba(0, 0, 0, 0) url("/img/slick-dots.png") no-repeat scroll -23px 0;
    content: "";
    opacity: 1;
}

.slick-dots li.slick-active button::before {
    background: rgba(0, 0, 0, 0) url("/img/slick-dots.png") no-repeat scroll 5px 0;
    content: "";
    opacity: 1;
}

.home-content-wrapper {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.home-content {
    left: 0;
    margin: 0 auto;
    max-width: 980px;
    padding-left: 90px;
    position: absolute;
    right: 0;
    width: 100%;
}

.home-content a {
    font-family: KozGoPro-Regular, arial;
    font-size: 21px;
    color: #fff;
}

.privacy-img {
    background: url("/img/privacy.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 265px;
    width: 100%;
}

.three-column-hl {
    margin-bottom: 30px;
}

.three-column-img img {
    border-radius: 4px;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

/*.bike-box-shadow {
    -webkit-box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 3px 2px -3px rgba(0, 0, 0, 0.75);
}*/

.more-p {
    padding: 20px 50px;
}

ul {
    padding-left: 20px;
}

.main-menu-wrapper {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #b9b8b8;
    height: 36px;
    margin-top: 0;
    width: 100%;
    box-shadow: 0 2px 2px -3px rgba(0, 0, 0, 0.65);
}

.main-menu-wrapper-line-one {
    border-bottom: 1px solid #dcdcdc;
    width: 100%;
}

.main-menu-wrapper-line-two {
    border-bottom: 1px solid #f7f6f6;
    width: 100%;
    margin-bottom: 0;
}

.h260 {
    height: 260px;
}

.h300 {
    height: 300px;
}

.h350 {
    height: 350px;
}

.hr-vertical {
    border-right: 1px solid #eee;
}

hr {
    border-top: 1px solid #d6d6d6;
    float: left;
    margin-top: 0;
    width: 100%;
}

.mt180 {
    margin-top: 180px;
}

.content-image {

}

.content-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/img/start-background.png") no-repeat scroll 0 0 / cover;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.content-image-connect:after {
    background: url("/img/connect/svgn_Foto_original.jpg") no-repeat scroll top center;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

.content-right-bottom {
    bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    right: 30px;
}

.register-info-link {
    margin-top: 15px;
}

.p20 {
    padding: 20px;
}

.section-left-8 {
    padding-right: 70px;
}

.section-right {
    padding: 0 20px;
}

h2 {
    margin-top: 0;
}

/*.form-control {
    color: greenyellow;
}*/

.form-control:focus {
    /*
    border-color: greenyellow;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset , 0 0 8px rgba(0,150,0,0.6) ;
    */

    border-color: #1b8ec9;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset , 0 0 8px rgba(66, 139, 202, 0.6) ;
}

.connect-bg {
    height: 587px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.connect-bg img {
    width: 100%;
}

.hotel-overview-wrapper-hidden {
    display: none;
}

.hotel-overview-wrapper,
.hotel-overview-wrapper-hidden {
    text-align: center;
    cursor: pointer;
}

.hotel-overview-wrapper .section_inner,
.hotel-overview-wrapper-hidden .section_inner {
    padding: 20px 30px;
    overflow: visible;
    height: 272px;
}

.hotel-overview-wrapper-hidden .section_inner,
.hotel-overview-wrapper:hover .section_inner {
    border-color: #3ca2d0;
}

.hotel-overview-wrapper-hidden .bootstrap-select {
    margin: 20px 0;
}

.hotel-overview-wrapper-hidden .bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
}

.hotel-overview-wrapper-hidden .bootstrap-select ul li {
    text-align: left;
}

.hotel-overview-wrapper-hidden .bootstrap-select .btn {
    background: #fff;
    border-color: #ccc;
}

.hotel-overview-wrapper img {
    margin: 0 auto;
    max-width: 322px;
    max-height: 120px;
    width: 100%;
}

.hotel-overview-wrapper h1,
.hotel-overview-wrapper-hidden h1 {
    color: #767676;
    font-family: KozGoPro-Regular, arial;
    margin: 20px 0;
    font-size: 30px;
}

.hotel-overview-wrapper-hidden h1 {
    margin: 15px 0 20px 0;
}

.hotel-overview-wrapper h3,
.hotel-overview-wrapper-hidden h3 {
    color: #767676;
    font-family: KozGoPro-Regular, arial;
    margin: 0 0 20px 0;
    font-size: 16px;
}

.hotel-overview-wrapper-hidden h3 {
    margin: 0 0 35px 0;
}

.hotel-btn {
    background: #008ffe;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    height: 32px;
    max-width: 92px;
    width: 100%;
}

.hotel-btn:hover {
    background: #3793f5;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(55,147,245,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(55,147,245,1);
    box-shadow: 0px 0px 6px 0px rgba(55,147,245,1);
}

.hotel-overview-wrapper-hidden input {
    background: url("/img/logo_small.png") no-repeat scroll 98% center, rgba(0, 0, 0, 0) url("/img/lupe_small.png") no-repeat scroll 10px center;
    font-size: 14px;
    height: 32px;
    padding: 5px 40px 5px 28px;
    line-height: normal;
}

.hotel-overview-wrapper-hidden input::-webkit-input-placeholder {
    color: #1b8ec9;
}

.hotel-overview-wrapper-hidden input:-moz-placeholder {
    color: #1b8ec9;
}

.hotel-overview-wrapper-hidden input::-moz-placeholder {
    color: #1b8ec9;
}

.hotel-overview-wrapper-hidden input:-ms-input-placeholder {
    color: #1b8ec9;
}

.hotel-list-select-wrapper {
    height: 85px;
    border-bottom: 1px solid #ccc;
}

.hotel-list-select-wrapper h1 {
    font-size: 20px;
    font-family: kozgoprolight2;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #000;
}

.hotel-list-select-wrapper .hotel-list-right {
    float: right;
}

.hotel-list-select-wrapper .hotel-list-right .bootstrap-select {
    margin-bottom: 25px;
    margin-top: 25px;
}

.hotel-list-select-wrapper .hotel-list-right .bootstrap-select .btn {
    background: #fff none repeat scroll 0 0;
    border-color: #ccc;
    height: 35px;
}

.hotel-list-wrapper {
    padding: 60px 65px;
    width: 100%;
}

.hotel-list-wrapper div .row{
    margin-bottom: 60px;
}

.hotel-list-wrapper div p,
.hotel-list-wrapper div h2 {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    font-family: kozgoprolight2;
}

.hotel-list-bottom {
    margin-bottom: 15px;
    line-height: 15px;
}

.hotel-list-bottom small {
    font-size: 10px;
    color: #5c5c5c;
}






.hotel-map-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.hotel-map-wrapper .hotel-map-header {
    padding: 19px 15px;
    border-bottom: 1px solid #ccc;
}

.hotel-map-wrapper .hotel-map-header h1 {
    color: #000;
    font-family: kozgoprolight2;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.hotel-map-wrapper .hotel-map-header .hotel-map-right {
    font-size: 13px;
    font-weight: 400;
    float: right;
}

.hotel-map-wrapper .hotel-map-header .hotel-map-right a {
    color: #9c9c9b;
}

.hotel-map-list-wrapper {
    width: 344px;
    float: left;
    border-right: 1px solid #ccc;
}

.hotel-map-list-wrapper .hotel-map-list {
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #ccc;
    padding: 13px 15px;
}

.hotel-map-list-wrapper .hotel-map-list .left {
    width: 25px;
    margin-right: 10px;
    float: left;
}

.hotel-map-list-wrapper .hotel-map-list .left p {
    width: 25px;
    height: 25px;
    background-color: #3489c5;
    border-radius: 4px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.hotel-map-list-wrapper .hotel-map-list .right {
    float: right;
    position: relative;
    width: 278px;
}

.hotel-map-list-wrapper .hotel-map-list .right .top {
    width: 100%;
    float: left;
}

.hotel-map-list-wrapper .hotel-map-list .right .bottom {
    width: 100%;
    float: left;
}

.hotel-map-list-wrapper .hotel-map-list .right .bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hotel-map-list-wrapper .hotel-map-list .right .bottom ul li {
    float: left;
    font-size: 11px;
    margin-right: 8px;
    color: #a9abc4;
}

.hotel-map-list-wrapper .hotel-map-list .right .top .hotel-category-button {
    position: absolute;
    right: 0;
    top: 0;
}

.hotel-map-list-wrapper .hotel-map-list-navi {
    width: 100%;
    height: 45px;
    padding: 13px 15px;
}

.hotel-map-list-wrapper .hotel-map-list-navi a {
    margin-right: 20px;
}

.hotel-map-list-wrapper .hotel-map-list-navi a:last-child {
    color: #000;
    font-size: 14px;
    float: right;
    margin: 0;
}

.hotel-iframe {
    width: 634px;
    height: 740px;
    float:right;
}



.hotel-category-wrapper {
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.hotel-category-button {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    cursor: default;
    pointer-events: none;
}

.hotel-category-wrapper p {
    color: #000;
}

.h1-hotel-detail {
    font-size: 37px;
    color: #333;
    text-align: center;
    font-family: kozgoprolight2;
    padding: 65px 0 85px;
    margin: 0;
}

.hotel-detail-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.hotel-detail-wrapper .hotel-detail {
    padding: 40px;
    font-size: 15px;
}

.hotel-detail-name-wrapper {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.hotel-detail-name-wrapper h2 {
    display: inline-block;
    font-size: 40px;
    color: #000;
    font-family: kozgoprolight2;
    margin: 0;
    padding: 0 15px 0 0;
}

.hotel-detail-name-wrapper p {
    display: inline-block;
    font-size: 20px;
    color: #999;
    margin: 0;
}

.hot-detail-slider-content div {
    background-position: center center ;
    background-repeat: no-repeat ;
    background-size: cover;
    height: 400px;
}

.hot-detail-slider-navi {
    height: 20px;
    margin: 0 0 70px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.hot-detail-slider .slick-dots {
    bottom: -71px;
    z-index: 9;
}

.hotel-services-slider-wrapper {
    margin: 0 0 115px 0;
}

.hotel-services-slider-wrapper h2 {
    display: inline-block;
    margin: 0 20px 0 0;
}

.hotel-services-slider-wrapper a {
    display: inline-block;
}

.hot-services-slider {
    width: 95%;
    margin: 0 auto;
}

.hot-services-slider-content {
    width: 30%;
    padding: 20px;
}

.hot-services-slider-content div {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display: table;
    height: 123px;
    padding: 20px;
    width: 100%;
}

.hot-services-slider-content div h3 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-family: kozgoprolight2;
    color: #666;
}

.hot-services-slider-content div h3 strong {
    font-family: KozGoPro-Regular;
    font-weight: 600;
    color: #666;
}

.hot-services-slider .slick-prev:before {
    content: '';
}

.hot-services-slider .slick-prev {
    background: #fff url("/img/bike_arrow_thin_left.png") no-repeat scroll left center;
    height: 123px;
    left: -23px;
    margin: 0;
    top: 20px;
    width: 43px;
}

.hot-services-slider .slick-next:before {
    content: '';
}

.hot-services-slider .slick-next {
    background: #fff url("/img/bike_arrow_thin_right.png") no-repeat scroll right center;
    height: 123px;
    right: -25px;
    margin: 0;
    top: 20px;
    width: 43px;
}

.hot-detail-bottom-slider .slick-dots {
    bottom: -85px;
}

.hot-detail-bottom-slider {
    margin: 0 0 115px 0;
}

.hot-detail-bottom-slider-content {
    padding: 0 3px;
    box-sizing: border-box;
}

.hot-detail-bottom-slider img {
    margin: 0 0 10px 0;
}

.hot-detail-bottom-slider h3,
.hot-detail-bottom-slider p,
.hot-detail-bottom-slider a {
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}

.upcomming-events-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 60px 30px 33px;
    background-color: #eee;
    margin: 0 0 70px 0;
}

.upcomming-events-wrapper h2 {
    margin: 0;
    font-size: 28px;
    font-family: kozgoprolight;
}

.upcomming-events-wrapper-filter {
    color: #000
}

.upcomming-events-wrapper-filter select {
    width: 100%;
}

.upcomming-events-wrapper-filter .bootstrap-select {
    width: 100%!important;
}

.upcomming-events-wrapper-filter button.btn-default {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: none;
    text-transform: capitalize;
}

.upcomming-events-wrapper-filter .btn-group.open .dropdown-toggle,
.upcomming-events-wrapper-filter .btn-default:hover,
.upcomming-events-wrapper-filter .btn-default:focus,
.upcomming-events-wrapper-filter .btn-default:active,
.upcomming-events-wrapper-filter .btn-default.active,
.upcomming-events-wrapper-filter .open .dropdown-toggle.btn-default {
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc;
    color: #000;
}

.dropdown-menu {
    box-shadow: none;
}

.hot-filter-ul div {
    width: 20%;
    float: left;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

.hot-detail-footer {
    font-size: 10px;
    color: #666;
    text-align: left;
}

.hot-detail-footer div {
    padding: 10px 0;
}

.hot-detail-footer hr {
    margin: 0;
}

.hot-detail-footer p,
.hot-detail-footer ul {
    float: left;
    margin-right: 20px;
}

.hot-detail-footer .current-country {
    padding: 0;
}

.hot-detail-footer .current-country {
    float: right;
}

.hot-detail-footer .current-country .more-countries-img {
    padding: 0;
}

.hot-detail-footer .current-country p {
    margin: 0 0 0 5px ;
}


/*
 *  HOTEL ENDE
*/

.slick-track {
    margin: 0 auto;
}


/*
 *  PARTNER START
*/


.partner-index-wrapper {
    margin-bottom: 30px;
}

.h1-partner {
    margin: 50px 0 20px;
    font-family: KozGoPro-ExtraLight;
    font-size: 33px;
    line-height: 45px;
}

.h2-partner {
    margin: 0 0 40px;
    font-family: KozGoPro-Light;
    font-size: 21px;
    color: #999;
    line-height: 30px;
}

.h3-partner {
    font-family: KozGoPro-Light;
    font-size: 30px;
    color: #333;
    margin: -10px 0 0;
}

.conti-wrapper {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    height: 240px;
}

.conti-wrapper:hover {
    border: 1px solid #3399cc;
}

.conti-wrapper p {
    color: #3399cc;
    margin: 15px 0 0;
    padding: 0 10px;
    font-family: KozGoPro-Regular;
}

.conti-wrapper .img {
    width: 151px;
    height: 148px;
    background: url("/img/partner/conties.png") no-repeat;
}

.conti-wrapper:hover .img {
    width: 151px;
    height: 148px;
    background: url("/img/partner/conties_active.png") no-repeat;
}

.conti-wrapper.eu .img { background-position: 0 0; }
.conti-wrapper.us .img { background-position: -237px 0; }
.conti-wrapper.as .img { background-position: -474px 0; }
.conti-wrapper.la .img { background-position: 0 -261px; }
.conti-wrapper.af .img { background-position: -237px -261px; }
.conti-wrapper.os .img { background-position: -474px -261px; }


/*
 *  PARTNER ENDE
*/

.btn-small {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #3399cc;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 2px;
    font-size: 14px;
}

.btn-small:hover {
    border: 1px solid #3399cc;
}

.helpful {
    padding: 3px 0;
    text-align: right;
    margin: 0;
    font-family: KozGoPro-Light;
}

.helpful.big {
    margin: 70px 0 100px;
    text-align: left;
}


/* REPORT START */

.rahmen-wrapper {
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    height: 240px;
    margin-bottom: 30px;
    padding: 20px 30px;
    text-align: center;
}

.rahmen-wrapper:hover {
    border: 1px solid #3399cc;
}

.rahmen-wrapper .img {
    background: url("/img/report/rahmen_grey_1.png") no-repeat;
    height: 149px;
    margin: 0 auto;
    width: 151px;
}

.rahmen-wrapper:hover .img {
    background: url("/img/report/rahmen_blue.png") no-repeat;
    height: 149px;
    margin: 0 auto;
    width: 151px;
}

.rahmen-wrapper p {
    color: #3399cc;
    font-family: KozGoPro-Regular;
    margin: 15px 0 0;
    padding: 0 10px;
}

.rahmen-wrapper.lk .img { background-position: 0 0; }
.rahmen-wrapper.lk:hover .img { background-position: 0 1px; }
.rahmen-wrapper.rr .img { background-position: -256px 0; }
.rahmen-wrapper.rr:hover .img { background-position: -256px 1px; }
.rahmen-wrapper.rs .img { background-position: -512px 0; }
.rahmen-wrapper.rs:hover .img { background-position: -512px 1px; }
.rahmen-wrapper.gt .img { background-position: -768px 0; }
.rahmen-wrapper.gt:hover .img { background-position: -768px 1px; }
.rahmen-wrapper.rsr .img { background-position: 0 -261px; }
.rahmen-wrapper.rsr:hover .img { background-position: 0 -260px; }
.rahmen-wrapper.tl .img { background-position: -256px -261px; }
.rahmen-wrapper.tl:hover .img { background-position: -256px -260px; }
.rahmen-wrapper.ag .img { background-position: -512px -261px; }
.rahmen-wrapper.ag:hover .img { background-position: -512px -260px; }
.rahmen-wrapper.or .img { background-position: -768px -261px; }
.rahmen-wrapper.or:hover .img { background: url("/img/report/rahmen_grey.png") no-repeat -768px -261px; }

.h3-rahmen {
    font-size: 22px;
    font-family: KozGoPro-Light;
    color: #999;
}

.report-rahmen-hover {
    position: absolute;
    height: 540px;
    width: 100%;
    display: none;
}

h2.report-rahmen-hover,
h3.report-rahmen-hover {
    position: relative;
    height: auto;
}

.report-rahmen-hover.lk.img { background: url("/img/report/Rahmen_Nummer_1.png") no-repeat ;}
.report-rahmen-hover.rr.img { background: url("/img/report/Rahmen_Nummer_2.png") no-repeat ;}
.report-rahmen-hover.rs.img { background: url("/img/report/Rahmen_Nummer_3.png") no-repeat ;}
.report-rahmen-hover.gt.img { background: url("/img/report/Rahmen_Nummer_4.png") no-repeat ;}
.report-rahmen-hover.rsr.img { background: url("/img/report/Rahmen_Nummer_5.png") no-repeat ;}
.report-rahmen-hover.tl.img { background: url("/img/report/Rahmen_Nummer_6.png") no-repeat ;}
.report-rahmen-hover.ag.img { background: url("/img/report/Rahmen_Nummer_7.png") no-repeat ;}
.report-rahmen-hover.bq.img { background: url("/img/report/Rahmen_Nummer_8.png") no-repeat ;}

.report-rahmen-hover button {
    position: absolute;
    background: rgba(0, 0, 0, 0) url("/img/bike_plus.png") no-repeat scroll right center;
    float: right;
    height: 19px;
    margin-top: 15px;
    transition: all 0.6s ease-out 0s;
    width: 19px;
    right: 30px;
    top: 0;
    border: none;
}




/* REPORT ENDE */


/* PROFIL START */

.countries-side ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.countries-side ul li {
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}

.countries-side ul li a {
    color: #333;
    font-size: 13px;
}

.countries-side ul li a:hover {
    color: #3399cc;
    text-decoration: none;
}

.countries-side ul li a.active {
    color: #3399cc;
}

.profil-double-input {
    background: rgba(0, 0, 0, 0) url("/img/profil/profil_double_input.png") no-repeat scroll 0 0 / 100% auto;
    height: 50px;
    margin: 0 0 20px;
    width: 100%;
}

.profil-double-input input {
    border: medium none;
    font-size: 17px;
    height: 47px;
    margin: 1px;
    width: 100%;
}

.profil-double-input input.land {
    width: 80%;
    float: left;
}

.profil-double-input div:last-child {
    padding-left: 20px;
}

.profil-double-input .play {
    background: rgba(0, 0, 0, 0) url("/img/profil/profil_play.png") no-repeat scroll right center;
    cursor: pointer;
    display: block;
    float: right;
    height: 49px;
    padding: 0 !important;
    width: 19%;
}

.profil-burger {
    background: rgba(0, 0, 0, 0) url("/img/profil/profil_burger.png") no-repeat scroll center / auto 100%;
    cursor: pointer;
    height: 49px;
    width: 47px;
    margin: 0 auto;
}


/* PROFIL ENDE */

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: auto;
    float: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    background: rgba(0, 0, 0, 0) url("/img/select_arrow.png") no-repeat scroll 0 0;
    border: 0 none;
    height: 6px;
    width: 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-right: 15px;
}

.bootstrap-select .dropdown-menu > li > a {
    padding: 3px 12px;
}

.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #427cd2;
    background-image: none;
}

.sub-menu-connect {
    left: 0;
    position: absolute;
    top: 480px;
    width: 280px;
}

.sub-menu-connect li{
    text-align: left;
    list-style: none;
}

.sub-menu-connect li a {
    color:#fff;
    font-size:100%;
    background-image: url(/img/link_arrow_white.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
}

.sub-menu-connect li a.label-link {
    font-size: 20px;
}

.sub-menu-connect li a.label-link:hover {
    color: #1b8ec9;
    text-decoration: none;
}

.news-content {
    margin-bottom: 40px;
    float: left;
    width: 100%;
 }

.news-content:last-child {
    margin-bottom: 0;
}

.news-content p{
    margin: 0;
}

.news-left {
    padding: 0;
}

.news-left-first p,
.news-left-second p,
.news-left-third p {
    margin: 0;
    color: #898989;
}

.news-left-first {
    text-align: center;
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #ccc;
}

.news-left-first header {
    font-size: 18px;
    font-weight: 600;
    color: #91ba40;
}

.news-left-second {
    padding: 30px 30px 20px 30px;
    border-bottom: 1px solid #ccc;
}

.news-left-second header {
    font-size: 16px;
    color: #91ba40;
}

.news-left-third {
    padding: 30px 30px 20px 30px;
}

.news-left-third header {
    font-size: 16px;
}

.news-footer-upper {
    text-align: left;
    /*padding: 0 10px;*/
}

.news-footer-upper:first-child {
    /*padding: 0 20px 0 0;*/
}

.news-footer-upper:last-child {
    /*padding: 0 0 0 20px;*/
}

.news-footer-upper p {
    margin: 10px 0 15px 0;
    float: left;
    width: 100%;
    font-size: 12px;
}

.news-footer-upper:last-child {
    margin-right: 0;
}

.news-footer-upper img {
    height: 100%;
    max-height: 182px;
    width: 100%;
    max-width: 312px;
}

.news-footer-upper h3 {
     font-size: 21px;
 }

.news-footer-upper a {
    float: left;
    font-size: 12px;
    margin: 0 0 15px;
    width: 100%;
}

.news-footer-upper a:last-child {
    margin: 0;
}

.news-footer {

}

.news-footer ul {
    height: 26px;
    margin: 5px 0 22px 0;
    width: 100%;
    padding: 0;
}

.news-footer li{
    display: inline-block;
    list-style: none;
    padding-right: 40px;
    vertical-align: middle;
}

.news-footer li:first-child {

}

.news-footer li:last-child {
    float: right;
    padding: 5px 0 0;
}

.news-footer select {
    width: 220px;
    color: #3e3e3e;
    font-size: 11px;
}

.news-footer .line:after{
    content: '|';
    color: #c6c6c6;
    font-size: 16px;
    margin-top: -3px;
}

#footer_top .line {
    color: #c6c6c6;
    font-size: 16px;
    float: left;
    margin: 0 10px;
}

.news-footer select.form-control {
    color: #3e3e3e;
    height: 26px;
    padding: 1px 6px;
}

.news-sub-menu {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 20px;
}

.rss-content {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.rss-content:last-child {
    margin-bottom: 0;
}

.rss-content hr {
    border-color: #a1a5a9;
    margin: 5px 0 10px 0;
}

.rss-content h5 {
    font-size: 14px;
    font-weight: 600;
}

.rss-content div {
    width: 33%;
    float: left;
    margin-bottom: 5px;
}

.rss-content div a {
    background: rgba(0, 0, 0, 0) url("/img/news/rss.png") no-repeat scroll 0 0;
    display: inline-block;
    font-size: 12px;
    padding: 0 0 0 35px;
}

.press-content {
    margin-bottom: 40px;
}

.press-content:last-child {
    margin: 0;
}

.press-content header {
    color: #333;
    font-weight: 600;
}

.press-content a,
.press-content a:hover {
    color: #333;
}

h4.event-headline {
    font-family: KozGoPro-Regular, arial;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
}

h3.event-headline {
    font-family: KozGoPro-Regular, arial;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 400;
    color: #999;
}

a.arrow-small-blue {
    background: rgba(0, 0, 0, 0) url("/img/arrow-small-blue.png") no-repeat scroll right center;
    padding-right: 12px;

}

.event-filter-wrapper {
    padding-top: 10px;
}

.event-label {
    text-align: right;
    padding-top: 4px;
}

.event-day-headline {
    font-weight: 600;
    font-size: 15px;
}

.event-time {
    padding: 10px 25px;
}

.event-img {

}

.event-list .btn {
    float: right;
}



.event-text {
    line-height: 18px;
    font-size: 15px;
}

.event-text small {
    font-size: 13px;
}


.event-list {

}

.footer-four-column-list {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-family: KozGoPro-Regular, arial;
}

.footer-four-column-list ul {
    list-style: none;
}

.footer-four-column-list ul li{
    text-align: left;
    line-height: 16px;
}

.footer-four-column-list ul li a {
    color: #777;
    font-size: 11px;
}

.footer-four-column-list img.round-icon {
    margin: 0 0 15px 0;
}

.footer-four-column-list h3 {
    margin-bottom: 20px;
    color: #484849;
}

.footer-four-column-list p {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.footer-four-column-list div p:last-child {
    margin: 0;
}

.footer-four-column-list.round-icon-footer {
    margin: 80px 0 50px 0;
    border: 0;
    padding: 0;
}

.sub-menu .sub-menu-content div.grey-line-arrow {
    background: rgba(0, 0, 0, 0) url("/img/movies/film-next.png") no-repeat scroll 0 5px !important;
    width: 20px !important;
}

.film-slider .slick-prev{
    background: url("/img/movies/film-prev.png") no-repeat!important;
    left: auto;
    right: 140px;
    top: -30px;
}

.film-slider .slick-next{
    background: url("/img/movies/film-next.png") no-repeat!important;
    right: 45px;
    top: -30px;
}

.hot-slider .slick-prev{
    background: url("/img/movies/film-prev.png") no-repeat!important;
    bottom: -132px;
    left: auto;
    right: -17px;
    top: auto;
    z-index: 9;
}

.hot-slider .slick-next{
    background: url("/img/movies/film-next.png") no-repeat!important;
    bottom: -132px;
    right: -85px;
    top: auto;
    left: auto;
    z-index: 9;
}

.hot-slider .slick-prev:before,
.hot-slider .slick-next:before,
.film-slider .slick-prev:before,
.film-slider .slick-next:before {
    content: '';
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.videocontent {
    width:80%;
    max-width: 640px;
    margin: 0 auto;
}

video{
    width:100%;
    height:100%;
}

.video-collection-section {
    padding: 80px 30px;
}

.video-collection-left {
    margin-left: -31px;
    padding-left: 0;
    height: 166px;
    max-height: 166px;
    width: 100%;
    max-width: 300px;
}

.video-collection-left img {
    border: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-radius: 0 4px 4px 0;
    width: 100%;
    height: 100%;
}

.video-collection-mid {
    padding-top: 30px;
    font-family: KozGoPro-Regular, arial;
}

.video-collection-mid p,
.video-collection-mid a {
    font-size: 14px;
    font-family: KozGoPro-Regular, arial;
}

.video-collection-mid h2 {
    font-size: 22px;
    padding: 5px 0;
    font-family: KozGoPro-Regular, arial;
}

.player-wrapper {
    margin-top: 97px;
}

.player-close {
    background: rgba(255, 255, 255, 1) url("/img/movies/bc_film_close.png") no-repeat scroll 0 0;
    height: 33px;
    left: 32px;
    position: absolute;
    top: 32px;
    width: 33px;
}

.player-logo{
    background: rgba(255, 255, 255, 1) url("/img/BC_LOGO.png") no-repeat scroll center center;
    height: 100%;
    left: 0;
    margin: 0 auto;
    min-width: 130px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    cursor: pointer;
}

.register-new {
    margin-bottom: 40px;
}


.register-new:last-child {
    margin-bottom: 0;
}

.password-forget .form-group {
    padding: 20px 0 0 0;
    margin: 0 0 5px 0;
}

.content-image-connect .password-forget .form-group {
    padding: 10px 0 0 0;
    margin: 0 0 5px 0;
}

.register-info {
    padding-left: 50px;
}

.register-info .form-group {
    margin-bottom: 35px;
}

.register-info .row:first-child .form-group.check_sentence {
    margin-bottom: 100px;
    margin-top: 20px;
}

.register-info .row .form-group.check_sentence {
    margin-top: 20px;
}

.register-info button {
    width: 100%;
}

.search-input .green_placeholder {
    max-width: 100%;
}

.input-wrapper {
    margin-bottom: 80px;
}



input[type="checkbox"].bc-checkbox,
input[type="radio"].bc-radio {
    display:none;
}
input[type="checkbox"].bc-checkbox + label span,
input[type="radio"].bc-radio + label span {
    background: rgba(0, 0, 0, 0) url("/img/icon-check-no.png") no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: -4px 4px 0 0;
    vertical-align: middle;
    width: 22px;
}
input[type="checkbox"]:checked.bc-checkbox + label span,
input[type="radio"]:checked + label span {
    background: rgba(0, 0, 0, 0.5) url("/img/icon-check-no.png") no-repeat scroll left top;
}






/*
*   SEARCH START
*/

.searchbox-input{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 34px;
    margin: 0;
    padding-left: 10px;
    font-size: 14px;
    color: #797979;
}

.searchbox-input::-webkit-input-placeholder {
    color: #797979;
}

.searchbox-input:-moz-placeholder {
    color: #797979;
}

.searchbox-input::-moz-placeholder {
    color: #797979;
}

.searchbox-input:-ms-input-placeholder {
    color: #797979;
}

.searchbox-icon,
.searchbox-submit{
    width: 25px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 15px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    color: #606060;
    background: #fff;
}

.searchbox{
    position: relative;
    min-width: 35px;
    width: 0;
    height: 35px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-open{
    width:100%;
}
.glyphicon.glyphicon-search:empty {
    width: 35px;
}

/*
*   SEARCH END
*/

/*
*   ADMIN START
*/

.report {
    border-radius: 20px;
    font-weight: 600;
    margin: 2px 0 0;
    padding: 3px 8px;
}

.report.success {
    border: 1px solid #008000;
    color: #008000;
}

.report.error {
    border: 1px solid #800000;
    color: #800000;
}

textarea.error,
select.error,
input.error {
    border-color: #800!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(180, 0, 0, 0.6)!important;
}

.ui-widget-content {
    margin: 0 0 15px;
    border: 1px solid #ccc;
    color: #555;
}

.font-sm {
    font-size: 11px!important;
}

.slider-admin {
    border-radius: 4px;
    padding: 15px 15px 0;
    margin: 0 0 15px;
    width: 100%;
    background: #fff;
}

.slider-admin label {
    margin: 0;
    line-height: 27px;
}
textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    line-height: 1.5;
    min-height: 200px;
    padding: 5px 10px;
}
.slider-admin .blue-submit {
    width: 100%;
}
.slider-admin .form-control {
    color: #555;
}
.full-width {
    width: 100%;
}
.list-group {
    box-shadow: none;
}
.list-group-item {
    border: 1px solid #ccc;
    padding: 10px 15px 10px 22px;
    text-transform: uppercase;
}
.text-uppercase {
    text-transform: uppercase;
}
h4.h4 {
    color: #959595;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 13px;
}

.dashed-placeholder {
    border: 1px dashed #ccc;
    border-radius: 4px;
    width: 100%;
    height: 320px;
    background: #fff;
    margin: 0 0 15px 0;
}

.slider-empty {

}

.img-thumbnail.img-empty {
    height: 161px;
    width: 100%;
}


/*
*   ADMIN END
*/


/*
*   RESPONSIVE START
*/

/* COL-MD */
@media (max-width: 1200px) {

    #main_menu_outer {
        max-width: 970px;
        width: 100%;
    }

    #main_menu li {
        padding: 0 27px;
    }

    #main_menu li:last-child {
        width: 5.05em;
    }

    #main_menu li.search-open:last-child {
        width: 17.05em
    }

    #main_menu li.search-open {
        padding: 0 16px;
    }

    .footer-feature {
        padding: 15px 5px;
    }

    .news-footer li {
        padding-right: 20px;
    }
}

/* COL-SM */
@media (max-width: 992px) {

    #main_menu_outer {
        max-width: 718px;
    }

    #main_menu li {
        padding: 0 17px;
    }

    #main_menu li:first-child {
        padding: 0 10px 0 0 !important;
        width: 40px;
    }

    #main_menu li:last-child {
        width: 1.85em;
    }

    #main_menu li:last-child {
        padding: 0!important;
    }

    #main_menu li.search-open {
        padding: 0 10px;
    }

    /*#main_menu li:first-child.search-open {
        display: none;
    }

    #main_menu li:nth-child(2).search-open {
        padding: 0 7px 0 0;
    }*/

    #main_menu li.search-open:last-child {
        width: 9.5em;
    }

    #main_menu li .glyphicon.glyphicon-search:empty {
        width: 20px;
    }

    .news-section-banner {
        display: none;
    }

    .footer-feature {
        padding: 15px 15px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ccc;
        height: auto;
    }

    #footer_bottom > li:first-child {
        width: 100%;
    }

    #footer_bottom > li:last-child {
        text-align: left;
        width: 100%;
        padding: 8px;
    }

    .content-right-bottom {
        position: relative;
        bottom: 0;
        right: 0;
    }

    .h300,
    .h350 {
        height: auto;
    }

    .check_sentence {
        margin: 20px 0;
    }

    .hr-vertical {
        border: 0;
    }

    ul {
        padding-left: 0;
    }

    #footer_middle ul li.line {
        display: none;
    }

    .news-footer select {
        width: 140px;
    }

    .event-label {
        text-align: left;
    }

    .register-new {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .section_inner {
        padding: 20px 15px 15px;
    }

    .section-right {
        padding: 0 15px;
    }

    .section_main {
        margin-bottom: 0;
    }

    .password-forget .form-group {
        padding: 10px 0 0 0;
    }

    .register-info .row:first-child .form-group.check_sentence {
        margin-bottom: 40px;
    }

    .register-info button {
        width: 50%;
    }

    .section_left {
        margin-bottom: 40px;
    }

    .countries-side {
        margin-bottom: 0;
    }

    .countries-side .col-sm-4 {
        margin-bottom: 45px;
    }

}

/* COL-XS */
@media (max-width: 768px) {

    #main_menu {
        display: none;
    }

    .footer_menu li {
        width: 100%;
        border-left: 0;
        padding: 8px 0!important;
        text-align: left;
    }

    #footer_top {
        margin-bottom: 20px!important;
    }

    #footer_top li:first-child {
        border-right: 0;
        display: none;
    }

    .event-day-wrapper .btn-info {
        float: none;
    }

    .news-footer-upper {
        text-align: center;
        margin-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .footer-four-column-list {
        margin: 10px -15px;
    }

    .news-footer select.form-control {
        color: #3e3e3e;
        height: 26px;
        padding: 1px 6px;
    }

    .news-footer {
        margin-bottom:10px;
        border-bottom:1px solid #ccc;
    }

    .news-footer ul {
        display: table;
    }

    #footer_middle {
        padding: 0;
        border: 0;
    }

    #footer_middle ul li {
        width: 100%;
        padding: 8px 0;
    }

    #footer_middle ul li:nth-child(1) {
        width: 110px;
    }

    #footer_middle ul li:nth-child(2) {
        width: 210px;
    }

    #footer_middle ul li.line {
        display: none;
    }

    #footer_bottom > li:last-child {
        padding: 8px 0;
    }

    .register-info button {
        width: 100%;
    }

    .form-group .right {
        float: left!important;;
    }





}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {

    .ipad-portrait {
        height:290px;
    } /* your css rules for ipad portrait */

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

    .ipad-landscape {
        height: 360px;
    }  /* your css rules for ipad landscape */
}