.no-margin {
  margin: 0px;
}

div.panel.panel-default.no-margin {
  margin: 0px;  
}

.noreadf {
    background-color: #f7f9fa;
}

.foliotable tbody tr.noreadf:hover {
    background-color: #e4e8ea;
    transition: 0.2s;
}

.mr-9 {
	margin-right: 9px;
}

i.statusicon {
    vertical-align: middle;
    font-size: 17px;
    width: 20px !important;
    height: 20px !important;
    text-align: center;
    outline: 0px !important;
}

.yellow {
    color: #ffeb3b !important;
}

i.ion-android-document.statusicon {
    padding: 0px 4px;
}
i.ion-loop.statusicon {
    padding: 0px 4px;
}

.green {
    color: rgb(39, 174, 96) !important;
}

.red {
    color: #c0392b !important;
}

.pr-20 {
    padding-right: 20px;
}

ul.graficlist li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #000;
    margin-right: 5px;
}

ul.graficlist {
    list-style-type: none;
    padding-left: 0px;
}

.bl1 {
    border-left: 1px solid #f2f4f5;
}

.bt1 {
    border-top: 1px solid #f2f4f5;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.table > tbody > tr > td.tbcheckf {
    padding-top: 15px;
    padding-right: 0px;
/*  float: right;*/
    padding-left: 0px;
}

a.arrowscordion.collapsed:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
}

a.arrowscordion:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 5px;
}

.fs-16 {
    font-size: 16px !important;
}

.lh-23 {
    line-height: 23px !important;
}

.foliof .page-heading span.guestout {
    font-weight: normal;
    font-size: 15px;
}

.form-group.has-error {
    border-left-color: rgb(246, 153, 136);
}
.form-group.has-error .form-control {
    border-left-color: rgb(246, 153, 136);  
}

.form-group.has-error .form-control:focus, .form-group.has-error .form-control:hover { 
border-color: rgb(242, 112, 89);
border-left-color: rgb(242, 112, 89);
}

.pb-0 {
    padding-bottom: 0px !important;
}

div.graphicf1 > div > div {
    margin:0 auto;
}

.leftshashb {
    float: left;
    padding: 12px 5px 12px 0px;
}

.blocktitle.folioleftbutton {
    width: 50%;
    max-width: 100%;
}

span.bootstrap-switch.fswich.ingreenf {
    background-color: rgb(46, 204, 113);
    color: #fff !important;
}

span.bootstrap-switch-handle-off.bootstrap-switch-danger {
    color: #fff !important;
}

span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: rgb(46, 204, 113) !important;
    color: #fff !important;
}

span.bootstrap-switch-handle-on.bootstrap-switch-success i {
    color: #fff !important;
}

span.bootstrap-switch-handle-off.bootstrap-switch-danger i {
    color: #fff !important;
}

h4.set {
    font-size: 15px;

    margin: 0px;
    font-weight: bold;
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.mh-270 {
    min-height: 270px;
}

.tab-container.tab-default.tabswithfield .tab-content {
    border: none;
    padding: 0px;
    padding-top: 5px;
}
.tab-container.tab-default.tabswithfield .nav.nav-tabs a {
    font-size: 11px;
    padding: 5px;
}

.tab-container.tab-default.tabswithfield {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bg-blue {
    background: #0377BD;
}

.color-white {
    color:#fff !important;
}

.color-white a {
    color:#fff !important;
    text-decoration: underline;
}


ul.ftabs li a {
    border: none;
    padding: 0 16px;
    font-weight: 600;
    line-height: 48px;
    border-radius: 0;
    color: rgba(27, 34, 44, 0.32);
}

ul.ftabs li {
    float: left;
    list-style-type: none;
    position: relative;
    display: block;
}

ul.ftabs {
    padding: 0px;
}

ul.ftabs li.active a {
    color: rgba(27, 34, 44, 0.88);
}

ul.ftabs li.active a:after {
    content: "";
    background: #03a9f4;
    height: 2px;
    transform: scale(0);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transition: all 200ms ease 0s;
    transform: scale(1);
}

ul.ftabs li:hover a {
    color: rgba(27, 34, 44, 0.88);
}

.acc-menu.topmenuf {
    background: #fff;
}

ul.acc-menu.topmenuf > li.active a {
    padding: 16px !important;
}

.layout-horizontal .static-leftbar-wrapper nav > ul.acc-menu.topmenuf > li.active a {
     padding: 16px !important;   
}

.mw-147 {
    min-width: 147px !important;
}

.questionf {
    position: absolute;
    padding-top: 0px;
    padding-left: 5px;
    font-size: 14px;
    color: #b6b8bb;
}

.questionf2 {
    position: absolute;
    padding-top: 0px;
    padding-left: 15px;
    font-size: 14px;
    color: #b6b8bb;
    margin-top: -5px;
}

.fs-14 {
    font-size: 14px !important;
}

.mw-55 {
    min-width: 55px !important;
}

.lineunder2 {
    font-weight: bold;
    border-bottom: 1px solid #f2f4f5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.lineunder {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.h-105 {
    height: 105px !important;
}

.titleft1 {
    font-size: 13px;
    color: rgba(27, 34, 44, 0.48);
    text-transform: none;
    padding: 8px 0px;
    margin: 0px;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs li a::after, .panel.panel-indigo-alt .panel-heading .nav-tabs li a::after {
    background: rgb(3, 169, 244) !important;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs li:hover a::after, .panel.panel-indigo-alt .panel-heading .nav-tabs li:hover a::after {
    background: rgb(3, 169, 244) !important;
    transform: scale(1);
}


.panel .panel-heading .nav-tabs.stylehotel li a {
    font-weight: 600;
    line-height: 30px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px 5px;
    border-radius: 0px;
}
.panel .panel-heading .nav-tabs.stylehotel {
    padding-left: 15px;
    padding-right: 15px;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li a, .panel.panel-indigo-alt .panel-heading .nav-tabs.stylehotel li a {
    color: rgba(27, 34, 44, 0.48) !important;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li a.blue, .panel.panel-indigo-alt .panel-heading .nav-tabs.stylehotel li a.blue {
        color: #03a9f4 !important;
}


.material-nav-tabs > li:hover > a:after, .dropdown-menu.tabbed > ul > li:hover > a:after {
    content: "";
    /* background: #4285F4; */
    height: 2px;
    transform: scale(0);
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transition: all 200ms ease 0s;
}


.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li a, .panel.panel-indigo-alt .panel-heading .nav-tabs.stylehotel li a {
    border-right: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    padding-top: 0px;
    line-height: 15px;
}

.material-nav-tabs.stylehotel > li > a:after {
    bottom: -12px;
}

.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li:last-child a {
    border-right: none;
}


.panel.panel-indigo.alt .panel-heading .nav-tabs.stylehotel li:nth-last-child(2) a {
    border-right: none !important;
} 

.ml-3 {
    margin-left: 3px !important;
}

.hourarrowl {
    position: absolute;
    right: 15px;
    top: 26px;
    font-size: 11px;
}
.hourarrowr {
    position: absolute;
    right: 15px;
    top: 40px;
    font-size: 11px;
}

.pl-20 {
    padding-left: 20px !important;
}

.fileinput .thumbnail {
    width: 100%;
    min-height: 120px;
}

.fileinput-preview.thumbnail.mb20.add {
    background: #e1e1e1 url(/assets/img/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
}

.fileinput-preview.thumbnail.mb20.add:hover {
    background-color: #0376bd;
}

.questionf.plus {
    padding-left: 25px;
    color: #39a7f1;
}



.questionf.st2 {
    right: -15px;
    top: 25px;

    z-index: 2;
}

.questionf.plus.st2 {
    right: -35px;
    top: 25px;

    z-index: 1;
}

.w-70 {
    width: 70px !important;
}

.w-150 {
    width: 150px !important;
}

.bluebg {
    background: #39a7f2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;

background: rgba(79,166,241,1);
background: -moz-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(79,166,241,1)), color-stop(100%, rgba(86,145,200,1)));
background: -webkit-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: -o-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
background: linear-gradient(135deg, rgba(79,166,241,1) 0%, rgba(86,145,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa6f1', endColorstr='#5691c8', GradientType=1 );
}
.bluebg p {
color:#fff !important;
}

.float-right {
    float: right;
}

.w-120 {
    width: 120px !important;
}

.bgtr {
    background: rgba(3, 169, 244, 0.1);
    padding: 6px 8px;
}

.ms-parent .ms-choice {
    background: #fff !important;
}

.ms-choice > span {
font-weight: normal !important;
    font-size: 12px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.btn-sm i .fs-15 {
    font-size: 15px !important;
}
/*
.translatefield:hover > .translatebutt {
opacity: 0
}

.translatesection .translatebutt {
display: none;
}

.translatesection .input:focus + .translatebutt {
display: block;
}
*/

.wt-100p {
    width: 100%;
}

.panel.panel-default.alt.langlf ul li a {
line-height: 30px;

}

.panel.panel-default.alt.langlf {
    box-shadow: none;
    margin-bottom: 0px;
}

.panel.panel-default.alt.langlf .panel-body {
    padding: 0px;
    padding-top: 5px;
}


.tarifname {
    border-bottom: 1px solid #f2f4f5;
    padding: 8px;
    font-size: 15px;
}

.tarifname:hover {
    background-color: #f7f9fa;
    transition: 0.2s;
}

.tarifin {
    padding-top: 15px;
}

.titleintarif {
    border-bottom: 1px solid #f2f4f5;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.pl-5 {
    padding-left: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.periodf .bootstrap-switch.bootstrap-switch-small {
    width: 48px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.mw-200 {
    min-width: 200px !important;
}

.mw-50 {
    min-width: 50px !important;
}

.w-10p {
    width: 10% !important;
}

.h-55 {
    height: 55px;
}
.h-49 {
    height: 49px;
}
.rangeslider {
    width: 300px !important;
    max-width: 100%;
    margin: 0 auto !important;
}

.rangeslider.styleslider2 {
    width: 220px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: left !important;
    float: left !important;
    padding-left: 15px !important;
}

td.bg-green {
    background: #27ae60;
    color: #fff;
}

td.bg-blue {
    color: #fff;
}

i.ion.ion-stop.marker.blue {
    color: #2177bd;
}

.foliotable .questionf {
    padding-left: 2px;
}

.itemsflist {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #39a7f2;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.itemsflist span {
    padding-right: 5px;
    padding-left: 5px;
}

.itemsflist.stf2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2177bd;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

.itemsflist.stf2 span {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #0288D1;
    padding: 7px;
    border-radius: 3px;
    margin: 5px 3px;
}

.itemsflist.stf3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f0f1f2;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

.itemsflist.stf3 span {
    padding-right: 5px;
    padding-left: 5px;
    background-color: #d4d4d4;
    padding: 7px;
    border-radius: 3px;
    margin: 5px 3px;
}

.rangeslider.styleslider2.w-100p {
    width: 100% !important;
}

.pt-100 {
    padding-top:100px;
}

.pt-8 {
    padding-top: 8px;
}
.pt-6 {
    padding-top: 6px;
}

@media (max-width: 1620px) {
    .calendarftab .table > tbody > tr > td, .calendarftab .table > tfoot > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > thead > tr > th {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    } 
    .calendarftab .table > tbody > tr > th {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > tfoot > tr > th {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > thead > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
    .calendarftab .table > tbody > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    } 
    .calendarftab .table > tfoot > tr > td {
        padding: 5px !important;
    padding: 2px !important;
    font-size: 12px;
    }
}

.rangeslider.w-100p {
    width: 100% !important; 
}

.tabrf {
    position: absolute;
    margin-top: -25px;
    font-size: 9px !important;
    margin-left: 14px;
}

.ml-20 {
    margin-left: 20px;
}

.input-group-btn.dropdown.blue button {
    background: rgb(3, 169, 244);
    color:#fff;
}

.mw-100 {
    min-width: 100px;
}

.w-100 {
    width: 100px;
}

.mw-160 {
    width: 160px;
}

.w-160 {
    width: 160px;
}

.inslidertumb {
    padding-top: 70px;
    margin-left: 20px;
    padding-right: 10px;
}

.w-200-mw-100p {
    width: 200px !important;
    max-width: 100% !important;
}

.rangeslider.w-500 {
    width: 500px !important;
}

.childstyle i {
    transform: rotate(180deg);
    font-size: 15px;
    color: #08a7f1;
}

.feestyle .bootstrap-switch {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.w-100-mw-100p {
    width: 100px !important;
    max-width: 100% !important;
}



.ml--1 {
    margin-left: -1px;
}

.ml--4 {
    margin-left: -4px;
}

.ml-1 {
    margin-left: 1px;
}

.minisf {
    display: block;
    float: left;
    padding-left: 5px;
    position: absolute;
    right: -50px;
}

.minisf span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: rgb(2, 135, 209) !important;
    color: #fff !important;
}

.minisf .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
    color: rgba(27, 34, 44, 0.48);
    background: rgba(27, 34, 44, 0.16);
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background: #3CBCD5;
}

.feestyle .input-group-btn.dropdown.blue {

}


.minisf-2 span.bootstrap-switch-handle-on.bootstrap-switch-success {
    background-color: #3BA7F0 !important;
    color: #fff !important;
}

.top-43 {
    top: 43px;
}


.questionf {
    z-index: 100;
}

.hourarrowlf {
    position: absolute;
    padding-top: 0px;
    margin-left: 23px;
    font-size: 14px;
    color: #b6b8bb;
    z-index: 0;
}

.hourarrowlf:hover {
    transition: 0.5s;
    color:#03a9f4;
}

.w-30 {
    width: 30px !important;
}

.form-group.has-error .form-control:focus, .form-group.has-error .form-control:hover, .form-group.has-error .form-control:visited {
    border-color: #03a9f4;
    border-left-color: #03a9f4;
    color: rgba(27, 34, 44, 0.72);
    background-color: #fff;
}
.form-group.has-error .form-control:focus::placeholder, .form-group.has-error .form-control:hover::placeholder {
    color: rgba(27, 34, 44, 0.72) !important;
}

.populated {
     border-color: #03a9f4 !important;
    border-left-color: #03a9f4 !important;
    color: rgba(27, 34, 44, 0.72) !important;
    background-color: #fff !important;
}

.w-250-mw-100 {
    width: 250px !important;
    max-width: 100% !important;
}

.bfh-selectbox-toggle.form-control {
    border-left: 3px solid #03a9f4;
}

.bfh-selectbox-toggle.form-control:focus {
    border-left: 6px solid #03a9f4;
    transition: 0.2s;
}
.bfh-selectbox-toggle .caret.selectbox-caret {
    display: none;
}

.questionf.selc{
    right: -11px;
    top: 0px;
}

.w-32 {
    width: 32px !important;
}

.w-100 {
    width: 100px !important;
}

.kkmtext i {
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}

.kkmtext ul {
    list-style-type:none;
}

.mh-50 {
    min-height: 60px;
}

.input-group .input-group-addon {

}



/*  */


.ftoggle input.switchery-sm {
    opacity: 0;
    position: absolute;
    z-index: 10000;
    width: 50px;
    height: 23px;
    cursor: pointer;
    display: block !important;
}

.switchery-sm + .switchery {
    background: rgb(46, 204, 113);
}

.f-block-relative {
    position: relative !important;
    display: block !important;
}

.ml-m1 {
    margin-left: -1px;
}

.h-90 {
    height: 90px !important;
}

@media (min-width: 992px) {

    .five-column .col-md-2 {
        width: 20%;
    }

}

.pt-3 {
    padding-top: 3px !important;
}

.vert-middle {
    vertical-align: middle !important;
}

.w-140 {
    width: 140px;
}

.form-control.w-140-mw-100 {
    width: 140px !important;
    max-width: 100% !important;
}

.rangeslider.w-200.fee {
    text-align: left;
    margin: 0 !important;
    width: 200px !important;
}

.mt--25 {
    margin-top: -25px !important;
}

.rangeslider.w-200.fee.mt--25 {
    margin-top: -25px !important;
}


.rangeslider.w-200.fee.mt--25 .irs-grid-pol.small {
    height: 0px !important;
}

.w-250 {
    width: 250px;
}

.sliderinmod .carousel-caption {
    top: -30px;
}

.sliderinmod .carousel-indicators {
    bottom: -10px;
}

.sliderinmod .carousel-caption {
    position: absolute;
    background: #02a6f0;
    color: #fff;
    border-radius: 0px 8px 8px 1px;
    left: 0px;
    padding-left: 5px;
    text-align: left;
    height: auto;
    bottom: inherit;
    top: 0px;
    padding: 5px;
    padding-right: 5px;
    width: auto;
    right: inherit;
}

.sliderinmod .carousel-caption h3 {
    margin: 0px;
    position: relative;
    font-size: 15px;
    padding: 0px 10px;
    text-align: left;
    box-shadow: none;
}

.calendarftab.style-in-modul td, .calendarftab.style-in-modul th {
    text-align: center;
    vertical-align: middle;
    height: 45px;
    font-size: 15px;
}

.calendarftab.style-in-modul td.close-day {
    background: #f7f9fa;
    color: #ccc;
}

.foliotable.calendarftab.style-in-modul tbody tr:hover {
    background: none;
}

.calendarftab.style-in-modul td.free-day {
    transition: 0.5s;
}
.calendarftab.style-in-modul td.free-day:hover {
    background: #03a9f4;
    color: #fff;
}

.free-days {
    text-align: center;
    border: 1px solid #03a9f4;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0 0 1px rgba(27, 34, 44, 0.12), 0 2px 2px -2px rgba(27, 34, 44, 0.16);
}

.free-days:hover {
    background: #03a9f4;
    color: #fff;
}

.free-days:hover .daysf-3 {
    border-top: 1px solid #fff;
}

.free-days .daysf-3 {
    background: #03a9f4;
    color: #fff;
    padding: 5px 0px;
    border-top: 1px solid #03a9f4;
}

.free-days .daysf-1 {
    padding: 10px 0px 5px 0px;
}

.free-days .daysf-2 {
    padding: 0px 0px 5px 0px;
}

.titlef.modul {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 14px;
}

.detailsicons .icons1 {
    position: absolute;
    margin-left: -30px;
}

.detailsicons .indetails {
    padding-left: 25px;
    padding-bottom: 10px;
}

.pl-30 {
    padding-left: 30px !important;
}

.w-200 {
    width: 200px !important;
}

.mw-100p {
    max-width: 100% !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.bold_new_chanel, .bold_new_chanel_title, .text-st10 {
    font-weight: bold;
}

.mr-9 {
    margin-right: 9px;
}

.logo-provider {
    width: 150px;
    max-width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.panel-inbox .note-editable {
    background: #fff !important;
}

.in-color-blue {
    color: #03a9f4;
}

.summernote-text {
    background: #cccccc1a;
    border: 1px solid #cccccc69;
    padding: 20px;
}

.pr-15 {
    padding-right: 15px;
}

.w-50 {
    width: 50px !important;
}

.imgofchanell .chname {
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 0px;
    color: #2278bd;
    font-size: 11px;
    text-align: right;
}

.imgofchanell {
    max-width: 170px;
    min-height: 44px;
}

.fs-14 {
    font-size: 14px;
}

.review-f a:hover {
    text-decoration: underline;
}

.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.rating > label:before {
    margin: 5px;
    font-size: 25px;
}

.rating {
    border: none;
    float: none;
    width: 170px;
    max-width: 100%;
}

.wizard-f .progress {
    height: 25px;
}

.wizard-f .progress-bar {
    line-height: 26px;
    font-size: 12px;
}

.box-body {
    min-height: 40px;
}

.wizard-f .br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    width: 620px;
    max-width:100%;
}

.wizard-f .progress-bar-success {
    background-color: #03a9f4;
}

.wizard-f .br-theme-bars-movie .br-widget .br-current-rating {
    color: #03a9f4;
}

.wizard-f .br-theme-bars-movie .br-widget a.br-active, .wizard-f .br-theme-bars-movie .br-widget a.br-selected {
    background-color: #03a9f4;
}

.wizard-f .br-theme-bars-movie .br-widget a {
    background-color: #06a9f46e;
}

.wizard-f input[type="checkbox"].tectonic + label:before {
    margin-top: 3px;

}

.wizard-f input[type="checkbox"].tectonic:checked + label:before {
content: "" !important;
}

.br-wrapper.br-theme-bars-movie .br-widget a.br-active:nth-child(1), .br-wrapper.br-theme-bars-movie .br-widget a.br-selected:nth-child(1) {

}


.wizard-f .br-theme-bars-movie .br-widget a {
    height: 30px;
}

.wizard-f .br-theme-bars-movie .br-widget a:nth-child(1):before {
    content: '1';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(2):before {
    content: '2';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(3):before {
    content: '3';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(4):before {
    content: '4';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(5):before {
    content: '5';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(6):before {
    content: '6';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(7):before {
    content: '7';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(8):before {
    content: '8';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(9):before {
    content: '9';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wizard-f .br-theme-bars-movie .br-widget a:nth-child(10):before {
    content: '10';
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 35px;
    width: 37px;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}

.box-body {
    min-height: 60px;
}

.wizard-f .progress {
    background: #fff;
    box-shadow: 0 0 1px rgba(27, 34, 44, 0.12), 0 2px 2px -2px rgba(27, 34, 44, 0.16);
}

@media(max-width: 780px) {
    .box-body {
        min-height: 100px;
    }    
}

.box-body .br-theme-bars-movie .br-widget {

}


.box-body .br-theme-bars-movie .br-widget a {

}

.wizard-f .br-theme-bars-movie .br-widget a {
    width: 39px;
    height: 37px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    margin: 0px;
    border-color: #D5D5D5;
    background: #FAFAFA;
    color: #666666;
    border-left: none;
    font-family: "Fira Sans", "Arial", "Helvetica", sans-serif;
}

.wizard-f .br-theme-bars-movie .br-widget a:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
    border-left: 1px solid #d5d5d5;
}

.wizard-f .br-theme-bars-movie .br-widget a:nth-child(10) {
    -moz-border-radius: 0 4px 4px 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0 !important;
}
.wizard-f .br-theme-bars-movie .br-widget a.br-active, .wizard-f .br-theme-bars-movie .br-widget a.br-selected {
    background: #7CB342;
    border-color: #7CB342;
    color: #FFFFFF;
    border-left-color: #fff;
    border-right-color: #fff;
}

.wizard-f .br-theme-bars-movie .br-widget a.br-active:before, .wizard-f .br-theme-bars-movie .br-widget a.br-selected:before {
    color:#fff;
}

.box-body {
    min-height: 60px;
    width: 390px;
    max-width: 100%;
}

.wizard-f .br-theme-bars-movie .br-widget .br-current-rating {
    color: #7CB342;
}
/*
.wizard-f .br-theme-bars-movie .br-widget .br-current-rating {
    background: #7CB342;
    border-color: #7CB342;
    color: #FFFFFF;
    border-radius: 4px;
    display: block;
    margin-top: 40px;
    position: absolute;
    width: 390px;
    max-width: 100%;
    height: 23px;
    line-height: 10px;
}
*/


.controls-b .multiple-choice {
    list-style: none;
    padding: 0;
    margin: 0;
}

.controls-b .multiple-choice li {
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    float: left;
    font-size: 1em;
    font-family: Roboto,Arial,Helvetica,sans-serif;
    padding: 20px 5px;
    border: 1px solid #d5d5d5;
    background: #04a8f4;
    color: #666;
    width: 20%;
    height: 90px;
    text-align: center;
    box-shadow: 0 0 1px rgba(27, 34, 44, 0.12), 0 2px 2px -2px rgba(27, 34, 44, 0.16);
}


.controls-b .multiple-choice li {
    border-color: #f0f1f2;
    /* border: none; */
    margin: 0px;
    background: #04a8f4;
    color: #FFFFFF;
    box-shadow: 0 0 1px rgba(27, 34, 44, 0.12), 0 2px 2px -2px rgba(27, 34, 44, 0.16);
    border-left: 1px;
}

@media (min-width: 993px) {
    .controls-b .multiple-choice li:first-child {
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px 0 0 5px;
    }
}

.controls-b .multiple-choice li .fa {
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
}

.controls-b .multiple-choice li span {
    font-size: .85em;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.controls-b .multiple-choice li:last-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
}

.controls-b .multiple-choice li:hover {
    background: #2977BC;
    cursor: pointer;
}

.controls-b .multiple-choice li:active {
    background: #2977BC;
    cursor: pointer;
}

.controls-b .multiple-choice li.current {
    background: #2977BC;
}
.controls-b .multiple-choice img {
    width: 40px;
}

.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(1), 
.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(2),
.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(3),
.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(4),
.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(5),
.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(6) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}

.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(7),
.wizard-f .br-theme-bars-movie .br-widget a.br-active:nth-child(8) {
    background: #FFA726;
    border-color: #FFA726;
    border-right-color: #fff;
}


.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(1) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}
.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(2) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}
.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(3) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}
.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(4) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}
.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(5) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}
.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(6) {
    background: #EF5350;
    border-color: #EF5350;
    border-right-color: #fff;
}


.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(7) {
    background: #FFA726;
    border-color: #FFA726;
    border-right-color: #fff;
}

.wizard-f .br-theme-bars-movie .br-widget a.br-selected:nth-child(8) {
    background: #FFA726;
    border-color: #FFA726;
    border-right-color: #fff;
}

@media(max-width: 720px) {
    .wizard-f .br-theme-bars-movie .br-widget a {
        width: 30px;
        height: 32px;
    }

    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(1):before, 
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(2):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(3):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(4):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(5):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(6):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(7):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(8):before,
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(9):before, 
    .wizard-f .br-theme-bars-movie .br-widget a:nth-child(10):before {
        height: 30px;
        width: 32px;
    }
}

.modulef .titlef2 {
    font-size: 20px;
    text-align: center;
    color: #06a9f4;
    font-weight: bold;
}

.box-header.error {
    color: #ef5350;
    font-weight: bold;
}
.error-f {
    color: #ef5350;
    font-weight: bold;
}

.text-negative {
    color: #ef5350!important;
    font-weight: bold;
    font-size: 11px;
}

.table-style-btn.btn.btn-primary.btn-label i {
    width: 20px;
    left: -4px;
}

.table > tbody > tr > td.table-btn {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.mw-110 {
    min-width: 110px !important;
}

.rate-b{
    font-size: 14px;
    font-weight: bold;
}

.w-630 {
    width: 630px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tb-btn {
    float: left;
    padding-right: 5px;
    min-width: 100px;
}

.wd-150 {
    width: 150px !important;
}

.bluebg.link-f a {
    color:#fff;
    text-decoration: underline;
}
.bluebg.link-f a:hover {
    text-decoration:none;
}

.bluebg.red {
background: #F00000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #DC281E, #F00000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #DC281E, #F00000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #fff !important;
}

.ingreen {
    color: #40b691;
    font-size: 14px;
}

.chat-green:before {
    content: '';
    width: 10px;
    height: 10px;
    background: green;
    position: absolute;
    border-radius: 100px;
    margin-left: 60px;
    margin-top: -3px;
}
.chat-red:before {
    content: '';
    width: 10px;
    height: 10px;
    background: red;
    position: absolute;
    border-radius: 100px;
    margin-left: 60px;
    margin-top: -3px;
}
.chat-green:after {
    content: '';
}

.tariff-price {
    font-size: 23px;
}

.card-inf {
    color: #000;
    font-size: 14px;
}
.smallgrey {
    color: #a0a0a0;
}

.pricing-table-1-container .pricing-box.pricing-info h3 {
    background: #008ad7 !important;
}

.pricing-table-1-container .pricing-box.pricing-info:hover {
    border: 2px solid #008ad7 !important;
}

.pricing-table-1-container .pricing-box.pricing-info:hover h4 {
    color: #008ad7 !important;
}

.pricing-table-1-container .pricing-box.pricing-indigo.pricing-active .pricing-head h3 {
    color: #fff !important;
    background: #0077c2 !important;
}

.pricing-table-1-container .pricing-box.pricing-indigo.pricing-active .pricing-head h4 {
    color: #0077c2 !important;
    background: rgba(63, 81, 181, 0.05) !important;
}

.pricing-table-1-container .pricing-box.pricing-indigo.pricing-active {
    border: 2px solid #0077c2 !important;
}


.btn-indigo {
    color: rgba(255, 255, 255, 0.8) !important;
    border-color: #0077c2 !important;
    background-color: rgba(0, 119, 194, 0.8) !important;
    transition: 0.5s;
}

.btn-indigo:hover {
    background-color: #0077c2 !important;
    transition:0.5s;    
    border-color: #0077c2 !important;
}

.btn-default-alt:hover, .btn-default-alt:active, .btn-default-alt.active, .btn-default-alt:focus {
    background: #008ad7 !important;
    border-color:#008ad7 !important;
    transition: 0.5s;
    color:#fff !important;
}

.pricing-footer a.f-style:hover {
    color:#fff !important;
}

.formf .pricing-table-1-container .pricing-box .pricing-head h3.pricing-head-title, .pricing-table-1-container .pricing-box .pricing-head h4.pricing-head-title {
    padding: 6px 0;
}

.formf .pricing-table-1-container .pricing-box .pricing-head h4 {
    color: rgba(27, 34, 44, 0.72);
    padding: 10px 0;
    font-size: 40px;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.015);
}

.formf .pricing-table-1-container .pricing-box .pricing-head h4 i {
    top: -10px;
}

.formf .pricing-table-1-container .pricing-box .pricing-footer {
    color: rgba(27, 34, 44, 0.32);
    font-size: 10.5px;
    text-align: center;
    padding: 20px 20px;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.015);
    padding-bottom: 10px;
}

.kptarrifslide .irs {
    height: 75px;
    margin-top: -23px;
    margin-bottom: 10px;
}


@media (min-width: 1000px) {
.pricing-table-1-container .pricing-box {
    margin-bottom: 0px !important;
}
}

.questionf.itprices {
    z-index: 100;
    color: #fff;
    font-size: 15px;
    opacity: .8;
    transition: 0.5s;
}

.questionf.itprices:hover {
    transition: 0.5s;
    opacity: 1;
    color: #fff;
}

@media (min-width: 992px) {
    .kp-tarrif .panel.panel-default.h-1 .panel-body {
    min-height: 245px;
    background: #fff;
    }
    .kp-tarrif .panel.panel-default.h-2 .panel-body {
    min-height: 167px;
    background: #fff;
    }
}

.tariffst-1 {
    color: rgba(27, 34, 44, 0.72);
    font-size: 14px;
}

.w-90 {
    width: 90px;
}

.page-heading.fstyle-2 {
    padding:10px;
}
.page-heading.fstyle-2 h1 {
    font-size: 18px;
}

.tariff-price b {
    font-size: 27px;
}

.formf .pricing-table-1-container .pricing-box .pricing-footer {
    min-height: 50px;
}

.pricing-table-1-container .pricing-box .pricing-head h4 span.apartments-f {
    position: absolute;
    right: 5px;
    top: 32px;
    background: #e11c23;
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
    height: 35px;
    width: 35px;
    vertical-align: middle;
    line-height: 35px;
}

.panel.panel-default.alt .panel-heading h2.fs-18 {
    font-size: 18px;
}

@media (min-width: 992px) {
.d-pt-50 {
    padding-top: 50px;
}
.d-pt-15 {
    padding-top: 15px;
}
.d-w-250 {
    width: 220px;
    max-width: 220px;
    min-width: 220px;
}
.d-w-400 {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
}
}
.panel-body.pt-0 {
    padding-top: 0px !important;
}

.modal-dialog.w-350 {
    width: 350px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kptype-f1 {
    font-size: 17px;
    float: left;
    min-width: 170px;
}

.kptype-f2 {
    font-size: 17px;
    font-weight: bold;
}
.fs-18 {
    font-size: 18px;
}

.kp-tarrif .panel.panel-default.h-2 .panel-body.add-payment-method {
    background: #f0f1f2 !important;
    box-shadow: none !important;
    min-height: 210px;
    border: 2px dashed #ccc;
    text-align: center;
    font-size: 25px;
    padding-top: 80px;
    color: #08a6f1;
    transition: 0.5s;
}
.kp-tarrif .panel.panel-default.h-2 .panel-body.add-payment-method:hover {
        transition: 0.5s;
        background: #E3E3E3 !important;
        cursor: pointer;
}

.tariff-price.fs-17 b {
    font-size: 20px;
}

.col-md-6.pb-5.tariff-price.fs-17.pl-20 i {
    color: #0277bd;
}

.pricing-table-1-container .irs-grid-text {
    display: none !important;
}

.kptarrifslide span.irs-grid span.irs-grid-pol:nth-child(1):before {
    content: "1 mon";
    position: absolute;
    font-size: 10px;
    margin-top: 7px;
    margin-left: -20px;
    color: #99a4ac;
    visibility: visible;
    width: 40px;
    text-align: center;
    opacity: 1;
}

.kptarrifslide span.irs-grid span.irs-grid-pol:nth-child(7):before {
    content: "3 mon";
    position: absolute;
    font-size: 10px;
    margin-top: 7px;
    margin-left: -20px;
    color: #99a4ac;
    visibility: visible;
    width: 40px;
    text-align: center;
    opacity: 1;
}

.kptarrifslide span.irs-grid span.irs-grid-pol:nth-child(13):before {
    content: "6 mon";
    position: absolute;
    font-size: 10px;
    margin-top: 7px;
    margin-left: -20px;
    color: #99a4ac;
    visibility: visible;
    width: 40px;
    text-align: center;
    opacity: 1;
}
.kptarrifslide span.irs-grid span.irs-grid-pol:nth-child(19):before {
    content: "12 mon";
    position: absolute;
    font-size: 10px;
    margin-top: 7px;
    margin-left: -20px;
    color: #99a4ac;
    visibility: visible;
    width: 50px;
    text-align: center;
    opacity: 1;
}
.kptarrifslide span.irs-grid span.irs-grid-pol:nth-child(25):before {
    content: "18 mon";
    position: absolute;
    font-size: 10px;
    margin-top: 7px;
    color: #99a4ac;
    visibility: visible;
    width: 50px;
    margin-left: -25px;
    text-align: center;
    opacity: 1;
}

.kptarrifslide .irs-grid-pol {
    opacity: 1;
    background: rgba(66, 139, 202, 0.5);
}

@media(min-width: 980px) {
.hide-abg {
    display: block;
    min-height: 40px;
}
}


.foliof .panel .panel-heading h2.f0001 {
    padding: 10px 0px;
    font-size: 16px;
}

.foliof .panel .panel-heading .panel-ctrls.f0002 {
    padding-top: 10px;
font-size: 15px;
}

.f0003 {
    font-weight: bold;
    font-size: 15px;
    float: left;
    color: rgba(27, 34, 44, 0.48);
    width: 110px;
}
.f0004 {
    font-size: 15px;
        float: left;
}
.f0004 span {
    font-size: 13px;
    color: rgba(27, 34, 44, 0.48);
}

.grbg {
    background: #f3f3f4;
    border-radius: 3px;
    padding: 15px;
}
.grbg .title-f {
    font-weight: bold;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.f0005 {
    float: left;
    font-size: 15px;
}
.f0006 {
    float: right;
    font-size: 15px;
}

.kp-img {
    width: 200px;
    max-width: 100%;
    box-shadow: 3px 3px 3px #f5f5f5;
}

.btn-primary.btn.uppnone.mw-100 {
    min-width: 100px;
}

.planf-1 {
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 10px;
}


.mh-70 {
    min-height: 70px !important;
}

.formf .pricing-table-1-container .pricing-box .pricing-footer {
    min-height: 80px;
}

.w-15p {
    width: 15%;
}
.w-20p {
    width: 20%;
}
.w-25p {
    width: 25%;
}
.w-30p {
    width: 30%;
}

.fileinput-preview.thumbnail.addimg {
    width: 175px;
    height: 175px;
    background: #e1e1e1 url(/assets/img/plus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    transition: 0.5s;
}

.incolor.b {
    color: #03a9f4 !important;
}

.pricing-table-1-container.style .pricing-box .pricing-content li {
    padding: 7px;
}

h2.canceled-f {
    text-align: center !important;
    width: 100% !important;
    text-transform: none !important;
}
h2.canceled-f.lh-25 {
    line-height: 25px !important;
}

.cancel-block.row {
    background-color: #f7f9fa;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.panel-heading h2.cancel {
    width: 100% !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.vaucher .col-md-8 {
    padding:0px;
}

.form-control.float-left.with-btn {
    width: calc(100% - 77px) !important;
    max-width: 100% !important;
    margin-right: 5px;
}

.order-template {
    width: calc(100% - 91px);
    padding-right: 25px;
}

.score-green {
    font-size: 15px;
    color: #27ae60;
}
.score-yellow {
    font-size: 15px;
    color: #FFA726;
}
.score-red {
    font-size: 15px;
    color: #EF5350;
}

td.btn-table {
    padding: 0px 8px 0px !important;
    vertical-align: middle !important;
}

td.btn-table a.btn-primary.btn.uppnone {
    padding: 6px 8px !important;
    height: auto !important;
    line-height: initial !important;
    min-width: 92px;
}

@media(min-width: 997px) {
.w15p {
    width: 15%;
}
}
.w-20 {
    width: 20px;
}

.options.datecopy {
    float: right;
    padding-top: 10px;
}

.options.datecopy .btn-label i {
    left: -3px;
}

.are-you-guest .bootstrap-switch {
    display: block;
}

.mh-100 {
    max-height: 100px;
}

.modul-logo {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hotel-info h3 {
    margin-bottom: 5px;
}

.logo-block.float-left {
    padding-right: 15px;
}

.hotel-info div {
font-size: 16px;
}

.hotel-contact {
    font-size: 15px;
    margin-top: 16px;    
}

.modul-logo.text-left {
    padding-top: 0px;
}
.modul-logo.text-center {
    padding-bottom: 0px;
    padding-top: 0px;
}

.fs-26 {
    font-size: 26px;
}

h3.fs-26 {
    font-size: 26px;
}


body.modul, .modul h1, .modul h2, .modul h3, .modul h4, .modul h5, .modul h6, .modul .h1, .modul .h2, .modul .h3, .modul .h4, .modul .h5, .modul .h6 {
    font-family: 'Roboto', sans-serif;
}

.hotel-info h3 {
    color:#000;
}