/* ubuntu-300 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ubuntu-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Light'), local('Ubuntu-Light'),
       url('fonts/ubuntu-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v14-latin-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ubuntu-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('fonts/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ubuntu-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
       url('fonts/ubuntu-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v14-latin-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ubuntu-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('fonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ubuntu-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ubuntu-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ubuntu-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}


/***Bootstrap***/
.container{
    max-width: 990px;
    min-width: 300px;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.col-md-4 > .row,
.col-md-6 > .row,
.col-md-8 > .row{
    margin-left: -10px;
    margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-left: 10px;
    padding-right: 10px;
}
.form-group{
    margin-bottom: 21px;
}
.panel-group .panel{
    border: none;
    margin-bottom: 3px;
    box-shadow: none;
}
.panel-group .panel-heading{
    background: #f7d900;
    cursor: pointer;
    padding: 10px 15px;
    font-weight: 700;
    color: #000000;
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}
.panel-group .panel-heading:after{
    content: "";
    float: right;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top: 10px solid #000000;
    border-bottom: 0;
    margin-top: 5px; 
}
.panel-group .panel-heading.collapsed{
    background: #fbef9f;
    font-weight: 400;
}
.panel-group .panel-group .panel-heading{
    background: #cfcfcf;
    font-weight: 400;
}
.panel-group .panel-group .panel-heading.collapsed{
    background: #e9e9e9;
}


.panel-group .panel-heading.collapsed:after{
    border: 7px solid transparent;
    border-left: 10px solid #000000;
    border-right: 0;
    margin-top: 2px; 
}
.panel-group .panel-collapse .panel-body{
    padding: 0;
    border: none !important;
}
.panel-group .panel-collapse .panel-content{
    padding: 25px 10px;
}
/***Bootstrap fix***/

*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;  
    box-sizing: border-box;  
}
body{
    font: 14px 'Ubuntu', sans-serif;
    color: #4e4e4e;
    line-height: 18px;
}
img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
}
img.auto{
    width: auto;
    height: auto;
    vertical-align: middle;
}
a{
    color: #000000;
    text-decoration: none;
}
p{
    margin-bottom: 20px;
}
strong{
    font-weight: 700;
}
ul{
    list-style:none;
}
p + ul.contentlist,
p + ul.disk{
    margin: -20px 0 20px;

}
ul.contentlist li,
ul.disk li{
    position: relative;
    padding-left: 8px;
}
ul.contentlist li:before,
ul.disk li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #4e4e4e;
}
h1{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px 0;
}
h1.bg_yellow{
    background: #f7d900;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 5px;
    margin-bottom: 38px;
}
h1.bg_yellow .it_img + .it_text{
    margin-left: 0;
}
h1.bg_black{
    text-transform: uppercase;
    text-align: center;
    padding: 4px 5px;
    margin-bottom: 20px;
    background: #000000;
    color: #f7d900;
}
h2{
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 21px 0;
}
h3{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000000;
}
.it_img,
.it_text{
    display: inline-block;
    vertical-align: middle;
}
.it_img img{
    width: auto;
}
.it_text + .it_img{
    margin-left: 5px;
}
.it_img + .it_text{
    margin-left: 5px;
}
.yellow{
    color: #f7d900;
}
.btn_yellow{
    background: #f7d900;
    color: #000000;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    text-decoration: none !important;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    border: none;
}
.btn_icon{
    text-decoration: none !important;
    font-weight: 700;
    color: #000000;
}

.video_wrapper{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video_wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#about.fixed{
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    background: #f7d900;
    text-align: center;
    padding: 10px;
}
#about.fixed a{
    display: block;
    width: 33.33%;
    float: left;
    text-decoration: none;
    border-right: 1px solid #555555;
    padding: 3px 10px;
}
#about.fixed a:last-of-type{
    border: none;
}
#about .toggle{
    display: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    background: #545454;
    color: #ffffff;
    padding: 15px 0;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;  
    box-sizing: border-box;
}
#about.fixed .toggle{
    top: auto;
    bottom: 100%;
    width: 100%;
    margin: 0 -10px;
}
#about .toggle .col1{
    float: left;
    width: 50%;
    padding: 0 50px;
    border-right: 1px solid #ffffff;
}
#about .toggle .col2{
    float: left;
    width: 50%;
    padding: 0 50px;
}
#about .toggle .head{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    white-space: nowrap;
}
#res32 p {
    white-space: nowrap;
}

#about .toggle .address{
    margin-bottom:18px;
}
#about .toggle table{
    width: 100%;
    font-weight: 700;
}
#about .toggle table td:first-of-type{
    padding-right: 10px;
}
#about .toggle a{
    color: #f7d900;
}

#jPanelMenu-menu{
    background: #333333;
    padding-top: 73px;
}
#jPanelMenu-menu li{
    padding: 15px;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
#jPanelMenu-menu li:last-of-type{
    border-bottom: none;
}
#jPanelMenu-menu li a{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
#jPanelMenu-menu li.active > a{
    color: #f7d900;
}
#jPanelMenu-menu li ul{
    display: none;
}
#jPanelMenu-menu li .arrow{
    display: block;
    float: right;
    margin-top: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #ffffff;
    border-right: 0;
}
#jPanelMenu-menu li .arrow.open{
    margin-top: 5px;
    border: 8px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 0;
}
#jPanelMenu-menu li li a{
    text-transform: none;
}
#mobile_bottom{
    position: fixed;
    bottom: 0;
    background: #f7d900;
    width: 100%;
    height: 30px;
}
#top{
    background: #333333;
    padding: 14px 0 23px 0;
    position: relative;
}
#top.fixed{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;  
    box-sizing: border-box;
}
#top .container{
    min-width: 280px;
}
#header #about{
    float: left;
    padding: 4px 0 0 85px;
}
#header #about a{
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    margin: 0 34px 0 0;
}
#header #about a:last-of-type{
    margin-right: 0;
}
#header #about a .it_text{
    vertical-align: bottom;
}
#header #about .toggle table a{
    color: #f7d900;
}

#top .logo{
    display: block;
    float: right;
    margin: 0 48px 0 0;
}
#top #btn_menu{
    float: right;
    display: none;
}
#header #main_slider{
    position: relative;
}
#header #main_slider .item{
    min-height: 390px;
}
#header #main_slider .img_holder{
    float: right;
    padding-top: 12px;
    /*margin-bottom: 57px;*/
}
#header #main_slider .img_holder img{
    width: auto;
    height: auto;
    max-height: 300px;
}
#header #main_slider .text_holder{
    padding: 60px 0 30px 0;
    margin: 0 92px;
    color: #000000;
}
#header #main_slider .text_holder .head{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    /*margin-bottom: 24px;*/
  margin-bottom:16px
}
#header #main_slider .text_holder .text{
    /*font-size: 30px;*/
  font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 10px;
}
#header #main_slider .text_holder .price{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 36px;
  padding-top:5px;
}
#header #main_slider .text_holder .btn_yellow{
    max-width: 204px;
    margin: 0 0 17px -12px;
  font-size:18px;
}
#header #main_slider .text_holder .btn_yellow:hover{
    color: #ffffff;
}
#header #main_slider .text_holder .note{
    font-size: 14px;
    font-weight: 300;
    color: #4e4e4e;
}
#header #main_slider .prevBtn,
#header #main_slider .nextBtn{
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 42px;
    height: 42px;
    text-indent: -9999px;
}
#header #main_slider .prevBtn{
    left: 3px;
    background: url('images/icon5.png') no-repeat;
    background-size: contain;
}
#header #main_slider .nextBtn{
    right: 3px;
    background: url('images/icon6.png') no-repeat;
    background-size: contain;
}
#header #main_slider .carousel-indicators{
    display: none;
    position: static;
    bottom: 0;
    width: 100%;
    margin: 10px 0 20px;
    text-align: center;
}
#header #main_slider .carousel-indicators li{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #545251;
    border: none;
    margin: 0;
}
#header #main_slider .carousel-indicators li.active{
    background: #f7d900;
}
#header #main_banner{
    background: #333333;
}
#header .bottom{
    background: #333333;
    height: 26px;
}
#header nav{
    border-top: 1px  solid #5f5f5f;
    border-bottom: 1px solid #464646;
    background: #8b8b8b;
    background: -moz-linear-gradient(top, #8b8b8b 0%, #585858 100%);
    background: -webkit-linear-gradient(top, #8b8b8b 0%,#585858 100%);
    background: linear-gradient(to bottom, #8b8b8b 0%,#585858 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b8b8b', endColorstr='#585858',GradientType=0 );
}
#header #main_menu li{
    float: left;
    border-right: 1px solid #ffffff;
    padding: 15px 14px 16px;
    position: relative;
}
#header #main_menu li:first-of-type{
    border-left: 1px solid #ffffff;
}
#header #main_menu li.active,
#header #main_menu li:hover{
    background: #f7d900;
}
#header #main_menu li a{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}
#header #main_menu li.active a,
#header #main_menu li:hover a{
    color: #000000;
}
#header #main_menu li .arrow{
    display: none;
}
#header #main_menu ul{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #ffffff;
    display: none;
}
#header #main_menu ul:before {
    position: absolute;
    content:"";
    width: 15px;
    height: 15px;
    top: -7px;
    left: 10px;
    background: #f7d900;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
#header #main_menu li:last-of-type ul{
    left: auto;
    right: 0;
}
#header #main_menu li:last-of-type ul:before{
    left: auto;
    right: 10px;
}
#header #main_menu li:hover ul{
    display: block;
}
#header #main_menu ul li{
    float: none;
    padding: 7px 5px;
    border: none;
    border-top: 1px solid #dddddd;
    white-space: nowrap;
}
#header #main_menu ul li:first-of-type{
    border: none;
    border-top: none;
}
#header #main_menu ul li a{
    color: #000000;
}
#header #main_menu ul li.active a,
#header #main_menu ul li:hover a{
    color: #ffffff;
}
#main{
    background: #333333;
}
#main .content p{
    color: #ffffff;
}
#main .breadcrumbs{
    padding: 18px 10px 15px;
    font-weight: 300;
}
#main .breadcrumbs span{
    color: #ffffff;
    margin-right: 5px;
}
#main .breadcrumbs a{
    margin-right: 5px;
    color: #ffffff;
}
#main .billet{
    margin-bottom: 20px;
    background: #ffffff;
}
#main .billet p{
    color: #4e4e4e;
}
#main .billet .text_holder{
    background: #ffffff;
    padding: 16px 18px;
}
#main .billet.big_padding .text_holder{
    padding: 43px 43px 24px;
}
#main .billet .img_holder + .text_holder{
    border-top: 9px solid #f7d900;
}
#main .billet .text_holder .date{
    color: #000000;
    font-size: 14px;
    margin-bottom: 25px;
}
#main .billet.horizontal .text_holder{
    border: none;
}
#main .billet.horizontal.big_padding .text_holder{
    padding-top: 30px;
}
#main .billet.horizontal .img_holder img{
    width: auto;
    height: 100%
}
#main .billet.img_padding .img_holder{
    padding: 18px;
}
#main .billet.img_padding .img_holder img{
    width: auto;
    height: auto;
}
#main .billet.horizontal .video_holder,
#main .billet.horizontal .img_holder{
    overflow: hidden;
}
#main .billet.horizontal.w33 .video_holder,
#main .billet.horizontal.w33 .img_holder{
    width: 33.2%;
}
#main .billet.horizontal.w50 .video_holder,
#main .billet.horizontal.w50 .img_holder{
    width: 49.4%;
}
#main .billet.horizontal.w66 .video_holder,
#main .billet.horizontal.w66 .img_holder{
    width: 66.5%;
}
#main .billet.horizontal.fl_left .video_holder,
#main .billet.horizontal.fl_left .img_holder{
    float: left;
}
#main .billet.horizontal.w33.fl_left .text_holder{
    margin-left: 33.2%;
    border-left: 9px solid #f7d900;
}
#main .billet.horizontal.w50.fl_left .text_holder{
    margin-left: 49.4%;
    border-left: 9px solid #f7d900;
}
#main .billet.horizontal.w66.fl_left .text_holder{
    margin-left: 66.5%;
    border-left: 9px solid #f7d900;
}
/*#main .billet.horizontal.fl_left .text_holder h1{
    text-align: left;
}*/
#main .billet.horizontal.fl_right .video_holder,
#main .billet.horizontal.fl_right .img_holder{
    float: right;
}
#main .billet.horizontal.w33.fl_right .text_holder{
    margin-right: 33.2%;
    border-right: 9px solid #f7d900;
}
#main .billet.horizontal.w50.fl_right .text_holder{
    margin-right: 49.4%;
    border-right: 9px solid #f7d900;
}
#main .billet.horizontal.w66.fl_right .text_holder{
    margin-right: 66.5%;
    border-right: 9px solid #f7d900;
}
#main .billet.no_sep .text_holder{
    border: none !important;
}
#main .billet .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap{
    width: 49.4%;
    margin-right: 1.2%;
}
#main .billet .csc-textpic-intext-left-nowrap .csc-textpic-text{
    width: 49.4%;
    float: left;
    margin: 0;
}
#main .billet.search_form h1{
    border: 1px solid #ffffff;
    background: #000000;
    padding: 16px 10px 13px;
    text-align: center;
    font-size: 20px;
    color: #f7d900;
    margin-bottom: 0;
}
#main .billet.search_form form{
    background: #ffffff;
    padding: 24px 8px 32px;
}
#main .billet.search_form label{
    color: #545454;
    font-weight: 700;
    margin-bottom: 2px;
}
#main .billet.search_form select{
    width: 100%;
    color: #000000;
    border: 1px solid #bebebe;
    background: #ffffff url('images/icon9.png') no-repeat 98% 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 7px 6px;
}
#main .billet.search_form .btn_yellow{
    margin-top: 42px;
}
#main .billet.bg_yellow{
    margin-bottom: 20px;
    background: #f7d900;
    text-align: center;
    padding: 28px 15px 15px;
    color: #000000;
}
#main .billet.bg_yellow img{
    width: auto;
    margin-bottom: 18px;
}
#main .billet.bg_yellow.no_margin img{
    margin-bottom: 0;
}
#main .billet.bg_yellow .text{
    font-size: 35px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 18px;
}
#main .billet.bg_yellow.no_margin .text{
    margin-bottom: 5px;
}
#main .billet.bg_yellow h1{
    font-size: 35px;
    margin-bottom: 0;
}
#main .billet.upbeat{
    background: #616262;
    background: -moz-linear-gradient(-45deg, #616262 0%, #363535 100%);
    background: -webkit-linear-gradient(-45deg, #616262 0%,#363535 100%);
    background: linear-gradient(135deg, #616262 0%,#363535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616262', endColorstr='#363535',GradientType=1 );
    border: 3px solid;
    border-top-color: #3d3c3d;
    border-left-color: #3d3c3d;
    border-right-color: #1d1d1d;
    border-bottom-color: #1d1d1d;
    color: #ffffff;
    padding: 30px 20px;
    text-align: center;
}
#main .billet.upbeat img{
    width: auto;
    margin-bottom: 30px;
}
#main .billet.upbeat .head{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
}
#main .billet.upbeat .text{
    font-size: 16px;
}
#main .panel-group .panel-body .img_holder{
    float: left;
    width: 25%;
}
#main .panel-group .panel-body .text_holder{
    margin-left: 25%;
    border: none;
    padding: 0 18px;
}
#main .panel-group .panel-body .text_holder h3{
    margin-bottom: 0;
}
#main .panel-group .panel-body .text_holder .email{
    text-decoration: underline;
}
#main .panel-group .panel-body .text_holder .email:hover{
    text-decoration: none;
}
#footer{
    background: #000000;
    color: #ffffff;
}
#footer .container > .row{
    padding: 25px 10px;
}
#footer a{
    color: #ffffff;
    font-weight: 400;
}
#footer .menu ul{
    float: left;
    margin-right: 80px;
}
#footer .menu ul:last-of-type{
    margin-right: 0;
}
#footer .menu ul li{
    margin-bottom: 14px;
}
#footer .menu ul li a{
    color: #f7d900;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
#footer .links{
    margin-bottom: 80px;
}
#footer .contact .address{
    margin-bottom: 15px;
}
#footer .contact .address img{
    float: left;
    width: auto;
}
#footer .contact .address .text_holder{
    font-style: normal;
    margin-left: 60px;
}
#footer .legal{
    text-align: right;
}

.news-img-wrap img {width:auto; float: right; padding-left:2em}
.news-img-wrap {clear:both}
.clear{clear:both}
.powermail_legend {display:none}
.tx-powermail h3 {display:none}


.form-control {
    background-color: #efefef;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 0px;
        margin-bottom: 7px;
        text-align: left;
    }
}

.btn.btn-primary {
    background: #f7d900;
    color: #000000;
    border-radius: 12px;
    cursor: pointer;
    display: block;
    padding: 8px 28px;
    text-decoration: none !important;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    border: none;
}


.row-line {margin-bottom: 20px;}
.row-line:last-child {margin-bottom: 0;}
.panel-content .text_holder a {text-decoration:underline}
.upbeat_link:hover,
.bg_yellow_link:hover {text-decoration: none}

#main .billet.horizontal.img-no-crop .img_holder img {
    width:100%; height: auto; vertical-align: middle;
}
#main .billet.horizontal.w50.fl_left.img-no-crop .text_holder {border-left: 9px solid #fff}
#main .billet.horizontal.w50.fl_right.img-no-crop .text_holder {border-right: 9px solid #fff}

/* Nur Barrierefrei */
span.hidden, .h {position:absolute;left:-1000px;top:-1000px;width:0;height:0;overflow:hidden;display:inline;}


#carportal-plugin-select h1{
  background:#272727;
    color:#f7d900;
    text-align:center;
    text-transform:uppercase;
    font-weight:bold;
    padding:25px 10px;
    border-bottom:5px solid #f7d900;
    font-size:24px;
    margin:0;
}
#carportal-plugin-select{
    /*height:644px;*/
    background-color:#272727;
    position:relative;
    margin-bottom: 20px;
}
#carportal-plugin-select a,
#carportal-plugin-select a:active,
#carportal-plugin-select a:hover{
    color:#272727;
    text-decoration:none;
}
#carportal-plugin-select .image{
    padding:20px 20px 0 20px;
}
#carportal-plugin-select .wrap{
  padding:10px;
}
#carportal-plugin-select .button{
  background-color: #f7d900;
  margin:10px;
  padding:18px;
  font-size:16px;
  text-transform:uppercase;
  font-weight:bold;
  color:#272727;
  text-align:center;
  cursor:pointer;
}
#carportal-plugin-select .result{
    background-color: #f7d900;
  padding:24px;
  font-size:18px;
  text-transform:uppercase;
  font-weight:bold;
  color:#272727;
  text-align:center;
    text-align:center;
    width:100%;
    position: relative!important;
}
.tx-hxcarportal-quicksearch .switch,
.hx-mobile.quicksearch .switch{
    position: absolute;
  width: 100%;
  bottom: 72px;
  background-color:#272727;
  color:#fff;
    text-align:center;
    cursor:pointer;
    padding:5px;
    font-weight:bold;
}
.hx-plugin-switch{
    font-weight:bold;
    background-color:#f7d900 !important;
    text-align:center;
    padding-bottom:3px;
}
.portal-auswahl{
    background-color: #f7d900;
color: #272727;
padding: 40px 20px;
text-align: center;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
margin: 20px 0;
}


/*bank konfigurator*/
.bdk-monthly-installment-box {width:240px!important;}

.news-img-wrap .outer img { margin-bottom: 0.5em}