/** TYPOGRAPHY **/
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i|Montserrat:400,400i,700,700i&display=swap');
h1 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h5 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h6 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
p a {
    border-bottom: 1px dotted #fff;
}
a {
    color: inherit;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,p a {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
strong {
    font-weight: 700;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
em {
    font-style: italic;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}
ul > li {
    list-style: disc;
}
ol > li {
    list-style: decimal;
}
ul li, ol li {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 -1px 0;
    padding: 0 0 0 0;
}
a:hover, a:focus {
    text-decoration: none;
    outline-offset: 0px;
    outline: transparent;
}

/** General **/

img, input {
    border: 0 none;
    outline: 0 none;
}
hr {
    height: 1px;
    background: #868686;
    margin: 0 0 20px 0;
    border: none;
}
iframe {
    width: 100%;
    margin: 0;
    padding: 0;
}
/** Table **/

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}
table tr td {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 5px 10px 5px 0px;
    vertical-align: middle;
}
table tr th {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 5px 10px 5px 0px;
    vertical-align: middle;
}
table tr td p,
table tr td strong,
table tr td a,
table tr td h1,
table tr td h2,
table tr td h3,
table tr td h4,
table tr td h5,
table tr td h6,
table tr th p,
table tr th strong,
table tr th a,
table tr th h1,
table tr th h2,
table tr th h3,
table tr th h4,
table tr th h5,
table tr th h6{
    margin: 0;
}
table tr td strong,
table tr th strong{
    color: #fff;
}
/** FORM **/

form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
label {
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}
form input {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px 10px 15px;
    border: 1px solid #868686;
    background: 0 none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form textarea {
    display: block;
    width: 100%;
    min-height: 150px;
    margin: 0 0 20px 0;
    padding: 15px 15px 15px 15px;
    color: #fff;
    resize: none;
    font-size: 14px;
    background: 0 none;
    border: 1px solid #868686;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form input[type="submit"] {
    width: auto;
    height: auto;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 15px 48px;
    border: 1px solid #868686;
    background: 0 none;
    line-height: normal;
}
form input:hover, form input:focus, form textarea:hover, form textarea:focus {

}
form input[type="submit"]:hover {

}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
    opacity: 1;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:ms-input-placeholder {
    color: #fff;
}
button {
    outline: 0 none;
}
.clear { clear: both; }
.parsley-error-list { display: none !important; }
.parsley-error { border: 1px solid #ff0000 !important; }
.checkbox_group.parsley-error { border: 0px solid #ff0000 !important; }
.checkbox_group .parsley-error { border: 0px solid #ff0000 !important; }
.selectparent.parsley-error { border: 0px solid #ff0000 !important; }
.selectparent.parsley-error .selectbox { border: 1px solid #ff0000 !important; }
.success {
    font-size: 20px !important;
    color: #5bd353 !important;
}
.error {
    font-size: 20px !important;
    color: #ff0000 !important;
}
.mt100 { margin-top: 100px !important; }
.mt80 { margin-top: 80px !important; }
.mt60 { margin-top: 60px !important; }
.mt50 { margin-top: 50px !important; }
.mt45 { margin-top: 45px !important; }

.mt35 { margin-top: 35px !important; }
.mt30 { margin-top: 30px !important; }
.mt25 { margin-top: 25px !important; }
.mt20 { margin-top: 20px !important; }
.mt15 { margin-top: 15px !important; }
.mt10 { margin-top: 10px !important; }
.mt5 { margin-top: 5px !important; }
.mt0 { margin-top: 0px !important; }
.mr100 { margin-right: 100px !important; }
.mr80 { margin-right: 80px !important; }
.mr60 { margin-right: 60px !important; }
.mr50 { margin-right: 50px !important; }
.mr45 { margin-right: 45px !important; }
.mr40 { margin-right: 40px !important; }
.mr35 { margin-right: 35px !important; }
.mr30 { margin-right: 30px !important; }
.mr25 { margin-right: 25px !important; }
.mr20 { margin-right: 20px !important; }
.mr15 { margin-right: 15px !important; }
.mr10 { margin-right: 10px !important; }
.mr5 { margin-right: 5px !important; }
.mr0 { margin-right: 0px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb0 { margin-bottom: 0px !important; }
.ml100 { margin-left: 100px !important; }
.ml80 { margin-left: 80px !important; }
.ml60 { margin-left: 60px !important; }
.ml50 { margin-left: 50px !important; }
.ml45 { margin-left: 45px !important; }
.ml40 { margin-left: 40px !important; }
.ml35 { margin-left: 35px !important; }
.ml30 { margin-left: 30px !important; }
.ml25 { margin-left: 25px !important; }
.ml20 { margin-left: 20px !important; }
.ml15 { margin-left: 15px !important; }
.ml10 { margin-left: 10px !important; }
.ml5 { margin-left: 5px !important; }
.ml0 { margin-left: 0px !important; }
.pt100 { padding-top: 100px !important; }
.pt80 { padding-top: 80px !important; }
.pt60 { padding-top: 60px !important; }
.pt50 { padding-top: 50px !important; }
.pt45 { padding-top: 45px !important; }
.pt40 { padding-top: 40px !important; }
.pt35 { padding-top: 35px !important; }
.pt30 { padding-top: 30px !important; }
.pt25 { padding-top: 25px !important; }
.pt20 { padding-top: 20px !important; }
.pt15 { padding-top: 15px !important; }
.pt10 { padding-top: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt0 { padding-top: 0px !important; }
.pr100 { padding-right: 100px !important; }
.pr80 { padding-right: 80px !important; }
.pr60 { padding-right: 60px !important; }
.pr50 { padding-right: 50px !important; }
.pr45 { padding-right: 45px !important; }
.pr40 { padding-right: 40px !important; }
.pr35 { padding-right: 35px !important; }
.pr30 { padding-right: 30px !important; }
.pr25 { padding-right: 25px !important; }
.pr20 { padding-right: 20px !important; }
.pr15 { padding-right: 15px !important; }
.pr10 { padding-right: 10px !important; }
.pr5 { padding-right: 5px !important; }
.pr0 { padding-right: 0px !important; }
.pb100 { padding-bottom: 100px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb0 { padding-bottom: 0px !important; }
.pl100 { padding-left: 100px !important; }
.pl80 { padding-left: 80px !important; }
.pl60 { padding-left: 60px !important; }
.pl50 { padding-left: 50px !important; }
.pl45 { padding-left: 45px !important; }
.pl40 { padding-left: 40px !important; }
.pl35 { padding-left: 35px !important; }
.pl30 { padding-left: 30px !important; }
.pl25 { padding-left: 25px !important; }
.pl20 { padding-left: 20px !important; }
.pl15 { padding-left: 15px !important; }
.pl10 { padding-left: 10px !important; }
.pl5 { padding-left: 5px !important; }
.pl0 { padding-left: 0px !important; }
.pd0 { padding: 0px !important; }
.mg0 { margin: 0px !important; }
.bt { border-top: 1px solid #fff !important; }
.br { border-right: 1px solid #fff !important; }
.bb { border-bottom: 1px solid #fff !important; }
.bl { border-left: 1px solid #fff !important; }
.pstatic { position: static !important; }
.prelative { position: relative !important; }
.dinblock { display: inline-block !important; }
.dblock { display: block !important; }
.dnone { display: none}
.osy { overflow-y: auto !important; }
.ohx { overflow-x: hidden !important; }
.oh { overflow: hidden !important; }
.fs0 { font-size: 0 !important; }
::i-block-chrome, .fs0 { font-size: initial !important; letter-spacing: -0.31em !important;}
::i-block-chrome, .fs0 > *{ letter-spacing: initial !important;}
.fnone { float: none !important; }
.height100 { height: 100% !important; }
.height50 { height: 50% !important; }
.width100 { width: 100% !important; }
.width50 { width: 50% !important; }
.width25 { width: 25% !important; }
.width20 { width: 20% !important; }
.vtop{ vertical-align: top !important; }
.vmiddle{ vertical-align: middle !important; }
.vbottom{ vertical-align: bottom !important; }
.text-uppercase { text-transform: uppercase; }
body .equale-childs { display: table; width: 100%; margin: 0; padding: 0; }
body .equale-childs > div { float: none; display: table-cell; vertical-align: top; }
#yourwebisonline-admin-toggle {  z-index: 999999999999999; }
.fancybox-margin { margin-right: 17px !important; }
.listinside li { list-style-position: inside; }
.myimg-responsive { display:block;width:100%;height:auto;}
.nobuton > .flex-direction-nav { display: none; }
.peventnone{ pointer-events: none; }
.zi9 { z-index: 9999; }
.popup_holder { visibility: hidden; height: 0; overflow: hidden; }
.div2colum {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
@media (min-width: 1200px){
    .container {
    width: 1200px;
}
}

/*.selectEnable img {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
    }*/
    /*html.fancybox-lock, html.fancybox-lock body{ overflow: visible !important; }*/
    .pabsolute {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .element {
        display: table;
        height: 100%;
        width: 100%;
    }
    .element-top {
        display: table-cell;
        vertical-align: top;
    }
    .element-middle {
        display: table-cell;
        vertical-align: middle;
    }
    .element-bottom {
        display: table-cell;
        vertical-align: bottom;
    }
    #loadingg {
        height: 100%;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 9999999;
    }
    #loadingg img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    html {
        height: 100%;
    }
    body {
        background: #0f0f0f none repeat scroll 0 0;
        color: #dddddd;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
		line-height: 2;
        height: 100%;
        min-height: 100%;
        /* min-width: 1200px; */
    }
    @media print {
        body {width:1200px;}
    }
    body#footerbottom {
        height: 100%;
        min-height: 100%;
    }
    body#footerbottom #wrapper-page {
        min-height: 100%;
        height: 100%;
        height: auto !important;
        margin: 0 auto -115px;
        border-bottom: 115px solid transparent;
    }
    body#footerbottom #footer {
        display: block;
        clear: both;
        height: 115px;
    }
    /*Bug for Chrome*/
/*	-ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;*/
    /** General **/
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
     max-width: 1200px;
     padding-left: 15px;
     padding-right: 15px;
 }
 .row {
    margin-left: -15px;
    margin-right: -15px;
}
.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: 15px;
    padding-right: 15px;
}

.formpadding {
margin-top: 30px;
}


#wrapper-page {
    border-bottom: 105px solid transparent;
    height: auto !important;
    margin: 0 auto -105px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.home #wrapper-page {
    border-bottom: 145px solid transparent;
    margin: 0 auto -145px;
}
#header {
    clear: both;
    display: block;
    height: 70px;
    position: relative;
    z-index: 999;
}
#header a.logo {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 10px;
    background: #fff;
}
#header a.logo img {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#header .nav {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 999;
    font-size: 0;
}
#header .nav > li {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    background: none;
    position: relative;
}
#header .nav > li > a {
    display: block;
    font-size: 14px;
    line-height: 70px;
    margin: 0 0 0 0;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header .nav > li.newsletter, 
#header .nav > li.facebook{
 margin: 0 15px;
}
#header .nav > li.newsletter > a, 
#header .nav > li.facebook > a {
    border: 1px solid #868686;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 42px;
}
#header .nav > li.newsletter > a i, 
#header .nav > li.facebook > a i{
    display: block;
    line-height: 40px;
}
#header .nav > li.newsletter .parsleyform{
    background-color: #0f0f0f;
    display: none;
    height: 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 57px;
    width: 200px;
}
#header .nav > li > a.active, #header .nav > li > a:hover {
    background-color: #890003;
    border-color: #fff;
    color: #fff;
}
#banner {
    position: relative;
    height: 450px;
}
.home #banner span.overlay{
    /*background: transparent url("../images/home_overlay.png") repeat-x scroll left bottom;*/
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
#banner #supersized {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
#banner #supersized li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

#content {
    position: relative;
}
/*Accordion and Tab*/
.member img {
    display: block;
    width: 100%;
}
#content .panel-title > a.collapsed {
    background-color: #333;
}
.accoardionii {
    width: 100%;
}
.accoardionii .panel {
    color: #000;
    box-shadow: none;
    background: inherit;
    border: 0 none;
    border-radius: 0px;
    margin-bottom: 10px;
}
.accoardionii .panel-heading {
    border: 0 none;
    border-radius: 0;
    padding: 0;
}
.accoardionii .accordion-toggle
{
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 50px 15px 20px;
    background: #d51e17 url(../images/minus.html) no-repeat 97% center;
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out; 
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.accoardionii .accordion-toggle .new_collapsed:hover {
    background-color: #666666;
}
.accoardionii .accordion-toggle.new_collapsed {
    background: #000 url(../images/plus.html) no-repeat 97% center;
}
.accoardionii .panel .panel-body {
    padding: 10px 0px 0 0px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
}
.tab_list {
    display: block;
    padding: 0;
}
.tab_list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_list li a {
    display: block;
    padding: 20px 40px;
    margin: -1px 0 0 0;
    color: #505050;
    font-size: 20px;
    line-height: 26px;
    border: 1px solid #b1b1b1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.tab_list li:hover a,
.tab_list li.active a {
    background: #161415;
    color: #fff;
}
.tab-pane {
    padding: 10px;
}
.pdf {
    border: 1px solid;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf i{
    display: inline-block;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pdf:hover {
    background-color: rgba(189, 0, 0, 0.6);
    border-color: #fff;
}
.pdf:hover i{
    color: #fff;
}
.newsletter form {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
}
.newsletter form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
    border: 0 none;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    outline: medium none;
    padding: 0 40px 0 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter button {
    background-color: transparent;
    border: 0 none;
    font-size: 16px;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
}
.newsletter button i {
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newsletter form button:hover i {
    color: #fff;
}
#footer {
    bottom: 0;
    clear: both;
    display: block;
    font-size: 0;
    /* height: 105px; */
    position: relative;
    z-index: 10;
}
.home #footer {
    height: 145px;
}
#footer .navf {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#footer .navf > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .navf > li > a {
    font-size: 14px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer  p {
    font-size: 14px;
    line-height: 50px;
    margin: 0;
}
#footer p a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer p a:hover{
    color: #fff
}
#footer .navf > li > a:hover, #footer .navf > li > a.active {
    color: #f2f2f2;
}
#footer .design_by {
    height: 50px;
    margin: 0;
    padding: 12px 0;
    text-align: right;
}
#footer .design_by li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
}
#footer .design_by li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .design_by li a:hover {
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.home h1.slogan {
    color: #fff;
    font-size: 46px;
	line-height: 50px;
    font-weight: 400;
    margin-bottom: 60px;
}
.home h1.slogan span{
    font-weight: 700;
    text-transform: uppercase;
}
#footer .foot-nav,
#content .sub-nav{
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
#content .sub-nav{
    background-color: #1b1b1b;
		font-size: 0.2rem;

}
#footer .foot-nav > li,
#content .sub-nav > li{
    display: table-cell;
    text-align: center;
    width: 100%;
}
#content .sub-nav > li{
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .foot-nav > li{
    height: 55px;
    position: relative;
}
.home #footer .foot-nav > li {
    height: 95px;
}
#footer > .foot-nav > li > a,
#content .sub-nav > li a{
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
#content .sub-nav > li:hover{
 background-color: #890003;
}
#footer .foot-nav > li a{
    height: 55px;
}
#content .sub-nav > li a{
    line-height: 20px;
    border-right: 1px solid #acacac;
}
#content .sub-nav > li.active{
    background-color: #890003;
}
#content .sub-nav > li:last-child a{
    border-right: 0 none;
}
.home #footer > .foot-nav > li > a{
    border-top: 5px solid #818080;
    height: 95px;
}
.home .col1{background: url(../images/img1.jpg) no-repeat center 5px;}
.home .col2{background: url(../images/img2.jpg) no-repeat center 5px;}
.home .col3{background: url(../images/img3.jpg) no-repeat center 5px;}
.home .col4{background: url(../images/img4.jpg) no-repeat center 5px;}
.home .col5{background: url(../images/img5.jpg) no-repeat center 5px;}

.col1 > a{background-color: #313131;}
.col2 > a{background-color: #2a2a2a;}
.col3 > a{background-color: #232323;}
.col4 > a{background-color: #1c1c1c;}
.col5 > a{background-color: #121212;}
#footer > .foot-nav > li.active > a,
#footer > .foot-nav > li > a:hover{
    background-color: #890003;    
}
.home #footer .foot-nav > li.active a,
.home #footer .foot-nav > li a:hover{
    border-color: #fff;
    background-color: transparent;
}
#footer .foot-nav > li a h3{
    color: #fff;
    position: relative;
    z-index: 2;
}
#footer .foot-nav > li a span{
    background-color: rgba(189, 0, 0, 0.6);
    height: 90px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#footer .foot-nav > li.active a span,
#footer .foot-nav > li a:hover span{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#accesories {
    margin: -130px 0 0;
    padding: 0;
    position: fixed;
    right: 10px;
    text-align: right;
    top: 50%;
    z-index: 10;
}
#accesories li{
    display: block;
    list-style: outside none none;
    margin-bottom: 10px;
}
#accesories li a{
    border: 2px solid #fff;
    display: inline-block;
    height: 50px;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    text-align: left;
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#accesories li a div{
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 0 0 46px;
    position: relative;
}
#accesories li a div span{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 46px;
    width: 46px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#accesories li a div span.icon1{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
#accesories li a.active div span.icon1,
#accesories li a:hover div span.icon1{
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#accesories li a div span.icon2{
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
#accesories li a.active div span.icon2,
#accesories li a:hover div span.icon2{
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

#accesories li a div h3{
    color: #1c1c1c;
    line-height: 46px;
    margin: 0;
    text-transform: uppercase;
}
#accesories li a.active,
#accesories li a:hover{
    background: #fff;
}
#accesories li.btn1 a:hover,
#accesories li.btn2 a:hover{
    width: 195px;
}
#accesories li.btn2 a.active, #accesories li.btn2 a:hover {
    width: 190px;
}

#accesories li.btn3 a.active, #accesories li.btn3 a:hover{
     width: 160px;
}
#accesories li.btn4 a:hover,
#accesories li.btn3 a:hover{
    width: 130px;
}
#accesories li.btn5 a:hover{
    width: 140px;
}
body .modal-dialog{
    width: auto;
}
body .modal-backdrop.in {
    opacity: 0.7;
}
body .modal-dialog .modal-header{
    border: 0 none;
    padding: 0;
}
body .modal-dialog .modal-header .element-middle{
    padding-left: 25px;
}
body .modal-dialog .modal-header .close{
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    height: 26px;
    line-height: 26px;
    margin: 0 15px 0 0;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    text-shadow: unset;
    width: 26px;
}
body .modal-dialog .modal-content{
    background-color: initial;
    border: 0 none;
    border-radius: 0;
    box-shadow: initial;
}
body .modal-vcenter{
    background-color: rgba(255,255,255, 0.5);
}
body .modal-dialog .modal-body{
    padding: 0;
}
body .modal-dialog .container{
    background-color: #0f0f0f;    
    padding: 0;
}
body .modal-dialog .modal-body .container{
    padding-bottom: 25px;
}
body .modal-dialog .modal-header .container{
    height: 60px;
}
body .modal-dialog .modal-header h3{
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}
body .modal-dialog h6{
    color: #fff;
}
.cuscol {
    background-color: #1b1b1b;
    margin-bottom: 20px;
    padding: 20px 25px;
	margin: 20px;
}
.more {
    background-color: transparent;
    border: 1px solid #dddddd;
    color: #dddddd;
    display: inline-block;
    font-weight: 700;
    line-height: 18px;
    outline: 0 none;
    padding: 15px 48px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mybox img {
    display: block;
    width: 100%;
    height: auto;
}
.more:hover {
    background-color: rgba(137, 0, 3, 0.5);
    border: 1px solid #ffffff;
    color: #fff;
}
.title {
    border-bottom: 1px solid;
}
.member{
    position: relative;
}
.member .text {
    background-color: rgba(189, 0, 0, 0.6);
    color: #fff;
    cursor: pointer;
    height: 100%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.member:hover .text {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.box {
    border: 1px solid #919191;
    padding: 20px 20px 0;
}
.nav-links {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 285px;
    z-index: 5;
}
.nav-links li{
    list-style: outside none none;
}
.nav-links li a{
    background: url(https://www.mueller-fahrschule.ch/wp-content/uploads/2019/09/map_bg.png) no-repeat right top;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 34px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-links li.active a,
.nav-links li a:hover{
    color: #fff;
}
.links-content{
    float: left;
    height: 300px;
    margin-left: -20px;
    position: relative;
    width: 300px;
    z-index: 4;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
    color: #fff;
}
#content a,
.sbHolder {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#content a:hover {
    color: #fff;
}
.prelative iframe{
    position: absolute;
}
#content .panel-group .panel{
    background-color: transparent;
    border-radius: 0;
}
#content .panel-collapse .panel-body{
    padding: 10px 0px 0px 0px;
}
#content .panel-group .panel-heading + .panel-collapse .panel-body{
    border: 0 none;
}
#content .panel-title > a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #890003;
}
.panel-body .table_new_style tr:hover {
    background-color: #890003;
    color: #1b1b1b;
}
#content .panel-title > a.new_collapsed {
	background-color: #333;
}
#content .panel-heading{
    background-color: #333;
    border-radius: 0;
    padding: 0;
}
.panel-body > table > tbody > tr:nth-child(2n){
    background-color: #1b1b1b;
}
.panel-body > table > thead th {
    background: #333333 none repeat scroll 0 0;
    padding: 10px 15px;
    text-transform: uppercase;
}
.panel-body > table > tbody > tr > td{
    background: none;
    padding: 10px 15px;
    vertical-align: top;
}
.panel-body table tr td:last-child{
    background: none;
}
.panel-body table tr td strong{
    white-space: nowrap;
}
.panel-body .table_new_style tr:hover {
 background-color: #890003;
 color: #1b1b1b;
}
.panel-body .table_new_style {
	border-top: 1px solid #1b1b1b;
}
.panel-body .table_new_style tr td {
	padding: 0;
    background: none; 
}
.panel-body .table_new_style tr td:last-child{
    background: none; 
}
.panel-body .table_new_style tr td:first-child{
    background: none;
}
.panel-body .table_new_style tr:hover td strong,
.panel-body .table_new_style tr td a:hover,
.panel-body .table_new_style tr:hover td {
 color: #fff !important;
}
.panel-body .table_new_style tr td a {
 display: block;
 margin: 0;
 padding: 10px 15px;
 -webkit-transition: all 0.0s ease-in-out !important;
 -moz-transition: all 0.0s ease-in-out !important;
 -o-transition: all 0.0s ease-in-out !important;
 -ms-transition: all 0.0s ease-in-out !important;
 transition: all 0.0s ease-in-out !important;
}
.panel-body .table_new_style tr .kaufen_td a {
  -webkit-opacity: 0.0;
  -moz-opacity: 0.0;
  -o-opacity: 0.0;
  -ms-opacity: 0.0;
  opacity: 0.0;
  filter: alpha(opacity=00);
}
.panel-body .table_new_style tr:hover .kaufen_td a {
   -webkit-opacity: 1;
   -moz-opacity: 1;
   -o-opacity: 1;
   -ms-opacity: 1;
   opacity: 1;
   filter: alpha(opacity=100);
}
.panel-body .table_new_style tr .kaufen_td {
 background: transparent !important;
}
.panel-body .table_new_style tr:hover .kaufen_td {
 background: none;
}
form .form-control{
    background-color: transparent;
    border-color: #868686 -moz-use-text-color #868686 #868686;
    border-radius: 0;
    border-right: 0 none;
    color: #fff;
    height: auto;
    padding: 10px 15px;
}
form .form-control:focus{
    border-color: #868686;
    box-shadow: unset;
    outline: 0 none;
}
form .input-group-addon{
    background-color: transparent;
    border-color: #868686;
    border-radius: 0;
}
.mybox{
    position: relative;
}
.mybox .pabsolute{
    background: transparent url("https://www.mueller-fahrschule.ch/wp-content/uploads/2019/09/mybox_bg.png") repeat-x scroll left bottom;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mCustomScrollbar {
    margin-top: 20px;
}
.parsley-error .sbHolder {
    border: 1px solid #ff0000 !important;
}
#footer .foot-nav .hover-nav {
    background-color: rgba(15,15,15,0.5);
    border-top: 0px solid #fff;
    bottom: 55px;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0px 30px 0px;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#footer .foot-nav .smallnav .hover-nav {
 bottom: 55px;
}
#footer .foot-nav li:hover .hover-nav {
    border-top: 5px solid #fff;
    padding: 30px 30px 0px;
}
#footer .foot-nav li.smallnav:hover .hover-nav {
 padding: 30px 30px 0px;
}
#footer .foot-nav .hover-nav li{
    display: block;
    list-style: outside none none;    
}
#footer .foot-nav .hover-nav li a{
    border-top: 0px solid #65645e !important;
    color: #fff;
    display: block;
    height: 0px;
    line-height: 40px;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#footer .foot-nav li:hover .hover-nav li a{
    border-top: 1px solid #65645e !important;
    height: 40px;
}
#footer .foot-nav .hover-nav li a.active,
#footer .foot-nav .hover-nav li a:hover{
    background-color: #890003;
}
.kontaktmaps {
	z-index: 1;
  margin-top: 63px;
}
.moreapsolute {
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: -55px;
    width: 286px;
    z-index: 5;
}
.recaptcha_isnot_showing_audio {
	background: #fff;
}
.recaptchatable #recaptcha_response_field {
    font-size: 20pt !important;
}
.gut_radio .iradio_minimal{
    display: block;
        margin-right: 44px;
}
.gut_radio {
    padding: 0;
}
.gut_radio span.wpcf7-list-item-label {
    padding-top: 10px;
    display: block;
}

/*#recaptcha_image ,
.recaptcha_image_cell {
	width: 200px !important;
  height: auto !important;
}
.recaptcha_input_area  input {
	width: 200px !important;
}
#recaptcha_image img {
	width: 100% !important;
  height: auto !important;
}
body .recaptchatable {
	border: 1px solid #333333 !important;
    }*/
    .kontakt_f .sbHolder:hover {
       background-color: rgb(76, 8, 9);
   }
   .kontakt_f .sbOptions a:hover {
       background-color: rgb(76, 8, 9);
   }
   #col_auto-2-2 .dnone {
       display: block;
   }
   .selectbox_fahrstundenabo .sbOptions a{
       position: relative;
   }
   .selectbox_fahrstundenabo .ch_price{
       position: absolute;
       right: 20px;
       top: 11px;
   }
   .selectbox_fahrstundenabo .sbOptions a:hover, .selectbox_fahrstundenabo .sbOptions a:focus, .selectbox_fahrstundenabo .sbOptions a.sbFocus {
    color: #fff;
    background: #890003;
    padding-right: 25px;
}
/**captcha**/

input.defaultReal,
input#defaultReal{
  /*background: #1d82c5;
  color: #fff;
  width: 262px;
  border-color: #1d82c5;*/
  width: 262px;
  margin: 0 auto;
}
.realperson-challenge {
  display: block;
  margin: 2px auto;
  display: block;
  width: 162px;
}
.realperson-text {
  font-family: "Courier New",monospace;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 3px;
}
.realperson-regen {
  color: #575757;
  font-family: Latobold;
  padding-top: 8px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  font-family: 'Lato', 'arial', 'georgia', sans-serif;
  
}
.bootstrap-datetimepicker-widget li {
	list-style: none;
}
.bild-kunden {
	position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  margin: 0;
  display: inline-block;
}
.home #banner .container .element {
	position: relative;
}
.fahrzeugmiete_bild {
  position: absolute;
  right: 390px;
  top: 60px;
  z-index: 99;
}
.aktuelles_bild {
  position: absolute;
  right: 30%;
  bottom: 45%;
  z-index: 99;
}
.more_index {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(137, 0, 3, 0.5);
  border: 1px solid #ffffff;
  color: #fff;
  margin: 0;
}
.aktuelles1_bild {
    position: absolute;
    right: 4%;
    bottom: 35%;
    z-index: 99;
}
.pdf:hover i {
    color: white;
}
/*10-09-2019*/
.home #footer .foot-nav li:hover .hover-nav{
    padding: 30px 30px 50px;
}
.home #footer .foot-nav .hover-nav{
    bottom: 95px;
}
.feedback {
    float: left !important;
    padding: 15px 48px !important;
}
.pabsolute .activeslide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.feedback{
    margin-bottom: 0 !important;
}
.more {
    background-color: transparent;
    border: 1px solid #dddddd !important;
    color: #dddddd !important;
    display: inline-block;
    font-weight: 700;
    line-height: 18px;
    outline: 0 none;
    padding: 15px 48px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel-body table tr td {
    white-space: nowrap !important;
}
.box img {
    margin: 0 auto;
}
.btn-space input[type="submit"] {
    margin-top: 25px;
}
span.wpcf7-not-valid-tip{
    text-align: left;
    padding-top: 10px;
}
/* XS from 768<  */
@media only screen and (max-width: 767px) {
    #header .nav {
        text-align: center;
        padding: 10px 0;
        margin-bottom: 0;
    }
    #header .nav > li {
        display: block;
        margin: 0;
    }
    #header .nav > li > a {
        display: block;
        padding: 5px 0 5px;
        line-height: 30px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        left: -15px;
        top: -1px;
        right: -15px;
        background: #0f0f0f;
    }
    #header .nav > li.newsletter > a, #header .nav > li.facebook > a {
        border: 1px solid #868686;
        line-height: 35px;
        position: relative;
        text-align: center;
        width: 42px;
        left: 50%;
        margin-left: -21px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #header .nav > li.newsletter, #header .nav > li.facebook {
        margin: 0 15px;
        display: inline-block;
    }
    #header
    {
        height: auto;
    }
    .aktuelles_bild {
        position: absolute;
        right: inherit;
        bottom: 45%;
        z-index: 99;
        width: 40%;
        left: 0;
    }
    .aktuelles1_bild {
        position: absolute;
        right: 18%;
        bottom: 35%;
        z-index: 99;
        width: 40%;
    }
    .aktuelles1_bild  img
    {
        display: block;
        width: 100%;
        height: auto;
    }
    .aktuelles_bild img
    {
        display: block;
        width: 100%;
        height: auto;
    }
    #footer .foot-nav > li, #content .sub-nav > li {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .elementmobile
    {
        display: block !important;
        vertical-align: top;
    }
    .home h1.slogan {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
		line-height: 32px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    #footer
    {
        z-index: 999;
    }
    #footer .navf
    {
        text-align: center;
    }
    #footer .text-right
    {
        text-align: center;
    }
    #footer p
    {
        text-align: center;
    }
    #footer .design_by
    {
        text-align: center;
    }
    #banner {
        position: relative;
        height: 320px;
    }
    .member .text {
        position: relative;
        width: 100%;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -o-opacity: 1;
        -ms-opacity: 1;
        opacity: 1;
        text-align: center;
        padding-top: 10px;
    }
    .box
    {
        text-align: center;
    }
    .linksc
    {
        text-align: center;
    }
    .nav-links {
        width: 100%;
    }
    .links-content {
        float: left;
        height: 300px;
        margin-left: 0;
        position: relative;
        width: 100% !important;
        z-index: 4;
    }
    .kontakt
    {
        margin-top: 120px;
        text-align: center;
    }
    .kontakt .text-right
    {
        text-align: center;
        width: 100%;
    }
    .more
    {
        margin-bottom: 20px !important;
    }
    .textm
    {
        text-align: center;
    }
    .textcm
    {
        text-align: center;
    }
    .alignm
    {
        text-align: center;
    }
    #accesories {
        margin: -130px 0 0;
        padding: 0;
        position: absolute;
        right: 10px;
        text-align: right;
        top: 50%;
        z-index: 10;
    }
    
}
/* XS from 500<  */
@media (max-width: 992px){
    h3 {
        font-size: 15px;
        line-height: 25px;
    }
}
@media only screen and (max-width : 500px) {
    .panel-body > table > tbody > tr > td {
        padding: 0;
    }
    .panel-body table tr td strong {
        white-space: inherit;
    }
}
/*   SM   768>    */
@media (max-width: 1200px){
  #content .sub-nav li a {
    font-size: 13px;
}
}
@media (max-width: 1199px){
    .gut_radio .iradio_minimal{
        margin-right: 18px;
    }
    .page-template-prakt-fahren #recaptcha {
    transform: scale(0.7);
    margin: -12px 0 0 -32px;
}
}
/*   MD   992>    */
@media (max-width: 1024px){
    label{
        font-size: 15px;
    }
 /*  .feedback{
   margin-bottom: 130px !important;
 } */
  
}
@media only screen and (max-width: 992px){
.aktuelles_bild {
    position: absolute;
    right: 40%;
    bottom: 45%;
    z-index: 99;
}

.aktuelles1_bild {
    position: absolute;
    right: 60px;
    bottom: 35%;
    z-index: 99;
}
#content .sub-nav > li a {
    line-height: 20px;
    border-right: none !important;
    font-size: 13px;
}
    #content .sub-nav > li a{
        /* opacity:0.8 */
    }
    #content .sub-nav > li {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.imgleft img {
    display: block;
    width: 100%;
    height: auto;
}
.aktuelles_bild {
    position: absolute;
    right: 40%;
    bottom: 45%;
    z-index: 99;
}
}
@media (max-width: 991px){
    .custom-space {
    margin-bottom: 30px;
}
.accordian-space{
  margin-top: 0 !important;
}
}
@media (max-width:767px){
	#mobile-menu{
	background: rgba(0,0,0,0.75);
	}	
    .#mobile-menu.nav {
    display: none;
      position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
	
}
#mobile-menu.nav.new_collapsed {
    display: block !important;

}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
    .navbar-default .navbar-toggle.new_collapsed .icon-bar{
        background-color: #509e2f;
}

#c_recaptcha > div {
    margin: 0 auto;
}
span.wpcf7-list-item {
    display: block;
}
.btn_send {
    text-align: left !important;
}
.btn-space input[type="submit"]{
    float: left;
}
}
@media (max-width: 480px){
    .home .element-bottom{
        vertical-align: top;
    }
    .gut_radio .iradio_minimal{
        display: inline-block;
        vertical-align: middle;
    }
    .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    transform: scale(0.8);
}
.page-content p
{
padding: 0px 60px;
}
/*     .elementmobile,.element-bottom {
display: block !important;
vertical-align: top;
} */
}
@media (max-width: 375px){
    #f-recapcha,#recaptcha {
    margin-left: -31px;
	
}
.page-template-prakt-fahren #recaptcha {
    margin: -12px 0 0 -50px !important;
}
}
@media (max-width: 320px){
    .wpcf7-recaptcha iframe {
    transform: scale(0.7);
}
   #f-recapcha ,#recaptcha{
    margin-left: -46px;
}
}
/*   LG   1200>    */
@media (min-width: 1200px){
    .fancybox-margin { margin-right: 17px !important; }
}
/*   LG2   1600>    */
@media (min-width: 1600px){

}

.navbar-default .navbar-toggle.menu-bar .icon-bar {
	    background-color: #509e2f !important;
}


div.unique-content {
    text-align: center;
    margin-top: 50px;
}
.page-header-unique .width-title{
font-size: 80px;
}
/*.sbOptions .sbFocus
{
background: #890003;
    color: #fff;
}*/
.sbHolder .sbOptions a:hover{
	color: #fff !important;
    background: #890003 !important;
}

/* 23-09-2019 Hardik */
.dateformat
{
position: relative;
}
.dateformat .input-group-addon
{
position: absolute;
top: 0px;
right: 0px;
padding: 14px 13px;
display: inline-table;
border: 0px;
}
.dateformat input {
    line-height: 18px;
}
.dateformat input
    {
        padding: 10px 35px 10px 15px !important;
    }
	
/* 23-09-2019 Hardik */
/* 23-09-2019 husen */
.registerno {
    margin-bottom: 36px !important;
}
/* 23-09-2019 husen */


ul.menu-fuehrerschein {
	font-size: 2px;
}

.mobile-view #mobile-menu{
display:none;
}

@media screen and (max-width: 767px){

.mobile-view #mobile-menu{
display:none;
}
	.desktop-view #header-menu{
		display:none;
	}
}
#header .mobile-view .nav > li > a {
font-size: 20px;
}


.fancybox-close-small {
  background-image: url('https://cdn.jsdelivr.net/fancybox/1.3.4/fancybox.png');
  background-position: -40px 0px;
  width: 30px;
  height: 30px;
  top: -15px !important;
  right: -15px !important;
  text-indent: -9999px;
}

