body {
    color: #555555;
    font-family: 'Noto Sans',sans-serif;
}
/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Roboto Condensed',sans-serif;
}
p {
    line-height: 1.6;
    font-size: 16px;
}
a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.vis-hidden {
    visibility: hidden !important;
}
a {
    transition: 0.25s;
}
h2.sectionTitle {
    color: var(--theme);
    font-size: 50px;
    margin-top: 1em;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #f7f7f7;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar {
    margin-bottom: 0;
}

.navbar-inverse {
    background: #fff;
    border: 0 none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.navbar-brand {
    line-height: 1;
    height: 40px;
    margin-top: 14px;
    margin-bottom: 26px;
    padding: 0;
    width: 100%;
    font-size: 40px;
    letter-spacing: -2px;
    font-weight: 700;
}
.navbar-inverse .navbar-brand {
    color: var(--theme);
}
.navbar-inverse .navbar-brand .fa-stack {
    font-size: 28px;
}
.navbar-inverse .navbar-brand .title {
    color: #888;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    background: none;
    color: var(--theme);
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-nav {
    float: right;
}
.navbar-inverse .navbar-nav > li > a {
    font-family: 'Roboto Condensed',sans-serif;
    color: #333333;
    display: block;
    font-size: 20px;
    font-weight: 400;
    padding: 30px 15px;
    text-shadow: none;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color: var(--theme-focus);
}
.navbar-inverse .navbar-toggle {
    background: #FFFFFF;
    border: 0 none;
    margin: 19px 15px 19px 0;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #eee;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #333;
}

a.navbar-cart{
    border: solid .1em;
    border-radius: .5em !important;
    padding: 0.9em !important;
    margin: .5em !important;
}

a.navbar-cart:hover, a.navbar-cart.hovered {
    border: solid var(--theme) .1em;
    background: var(--theme) !important;
    color: #fff !important;
}

/**********************************************************************/
/************************** JUMBOTRON ********************************/
/********************************************************************/
/*.jumbotron {
    background: url('../img/bigBG.jpg') no-repeat center center scroll;
    background-size: cover;
    padding-bottom: 0;
    padding-top: 140px;
    color: #fff;
    margin-bottom: 0;
}
.jumbotron .mobile {
    background-image: url('../img/mobile.png');
    background-repeat: no-repeat;
    height: 499px;
    margin-left: -96px;
    margin-top: 0;
    overflow: hidden;
    width: auto;
}
.jumbotron h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    text-shadow: 0 1px 5px #222222;
}
.jumbotron h2 {
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 5px #222222;
    margin-bottom: 30px;
}
.jumbotron .actionBtn .line1 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    width: 140px;
    margin-top: 10px;
}
.jumbotron .actionBtn .line2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1;

}*/

/**********************************************************************/
/************************** WHAT WE DO *******************************/
/********************************************************************/

#featureWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
#featureWrap .icon {
    -webkit-transition:All 0.2s linear;
    -moz-transition:All 0.2s linear;
    -o-transition:All 0.2s linear;
}
#featureWrap .fa-stack.icnC {
    color: var(--theme);
    font-size: 74px;
}
#featureWrap .icon {
    background-color: var(--theme);
    border: 4px solid var(--theme);
    border-radius: 50%;
    color: #FFFFFF;
    display: block;
    font-size: 80px;
    height: 148px;
    line-height: 140px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 148px;
}
#featureWrap .icon:hover {
    color: var(--theme);
    background-color: #fff;
    cursor: default;
}
#featureWrap h3 {
    font-weight: 700;
}

/**********************************************************************/
/************************ PRODUCT ************************************/
/********************************************************************/

#productWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
#productWrap .productFeatures {
    margin-top: 20px;
}
#productWrap .productFeatures h3 {
    margin-top: 0;
    color: var(--theme);
}
#productWrap .productFeatures p {
    margin-bottom: 50px;
}
#productWrap .productFeatures .icon {
    text-align: right;
    color: var(--theme);
    font-size: 20px;
}

/**********************************************************************/
/************************ PRICING ************************************/
/********************************************************************/

#pricingWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

#pricingWrap div.feature > img{
    border-radius: 2em;
    width: 100%;
}

#pricingWrap .priceTable {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none outside none;
    text-align: center;
}
#pricingWrap .priceTable .title {
    color: #333333;
    font-size: 34px;
    font-weight: 700;
    padding: 20px 10px 0;
    font-family: 'Roboto Condensed',sans-serif;
}
#pricingWrap .priceTable .description {
    color: #777777;
    font-size: 14px;
    padding: 10px 10px 20px;
}
#pricingWrap .priceTable .price {
    background: #F2F2F2;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #333333;
    font-size: 26px;
    margin-bottom: 20px;
    padding: 15px 10px;
}
#pricingWrap .priceTable ul.features {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}
#pricingWrap .priceTable ul.features li {
    border-bottom: 1px dotted #D2D2D2;
    color: #333333;
    font-size: 16px;
    margin: 0 30px;
    padding: 15px 0;
    text-align: center;
}
#pricingWrap .priceTable .call {
    margin: 30px 10px;
}
#pricingWrap .priceTable .call .btn {
    width: 70%;
}
#pricingWrap .priceTable.alt {
    border-color: var(--theme);
    background: var(--theme);
}
#pricingWrap .priceTable.alt .title {
    color: #fff;
}
#pricingWrap .priceTable.alt .description {
    color: #fff;
}
#pricingWrap .priceTable.alt .price {
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #333333;
}
#pricingWrap .priceTable.alt ul.features li {
    border-bottom: 1px dotted #fff;
    color: #fff;
}
#pricingWrap .priceTable.alt .call .btn {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #333;
}


/**********************************************************************/
/************************ TESTIMONIALS *******************************/
/********************************************************************/

#testimonialsWrap {
    padding-top: 60px;
    padding-bottom: 40px;
}
#testimonialsWrap .slides {
    text-align: center;
}
#testimonialsWrap .quote {
    color: #777777;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 15px;
}
#testimonialsWrap .author {
    color: var(--theme);
    font-size: 20px;
}

/**********************************************************************/
/************************ CONTACT ************************************/
/********************************************************************/
#contactWrap {
    padding-top: 60px;
    padding-bottom: 60px;
}
#contactWrap .overlay {
    /*background: url("../assets/img/60.png");*/
    padding-bottom: 60px;
}
#contactWrap h2.sectionTitle {
    border-bottom: 1px solid #fff;
}
#contactWrap .blurb {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}
#contactWrap label {

}
#contactWrap .form-control {
    /*border: 1px solid #c5c5c5;*/
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px;
    padding: 8px 5px;
    width: 100%;
    /*border-radius: 0;*/
    color: #555;
    /*box-shadow: none;*/
}
#contactWrap .form-control:focus {
    /*border-color: #aaa;*/
    /*box-shadow: none;*/
}
#contactWrap textarea.form-control {
    margin: 0 0 10px;
    max-height: 300px;
    max-width: 100%;
    width: 100%;
    min-height: 120px;
}
#contactWrap button.btn {
    margin-top: 15px;
    width: 100%;
}

/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
footer {
    /*background: #f5f5f5;*/
    background: var(--theme);
    padding: .5em 0;
}
footer p {
    /*color: #6c757d;*/
    color: var(--theme-focus);
    font-weight: 300;
    font-size: small;
    padding-top: .5em;
}
footer p a{
    color: #fff ;
}
footer .social {
    margin: 0;
}
footer .social a {
    text-decoration: none;
}
footer .social a:hover {
    color: #fff;
}
footer .social a .fa-inverse {
    color: #242424;
}


/*** CUSTOM ***/
.row-verical{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@keyframes focusblink {
    50% {
        border-color: #66afe9;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }
}

.alert-focused{
    animation-name: focusblink ;
    animation-duration: 1s ;
    animation-timing-function: ease-in-out ;
    animation-iteration-count: 6 ;
    animation-direction: alternate ;
    outline: 0;
}

.text-underline{
    text-decoration: underline;
}

.text-old{
    background-image: linear-gradient(45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5 100%);
    background-size: .6em .6em;
}

.after-price{
	font-size:12px;
}

.priceTable:hover{
    box-shadow: 0px 10px 30px 0px rgba(66, 139, 202, 0.2);
}

.priceTable::before {
    background-image: url('../img/dots.svg');
    content: "";
    width: 171px;
    height: 134px;
    position: absolute;
    right: 15px;
    bottom: 2px;
    margin-right: 10px;
    z-index: -1;
    transition: .4s;
    transition-timing-function: ease;
    transform-origin: 0 0;
}
.priceTable:hover::before {
    right:-20px;
    bottom:-21px
}

#pricingWrap .priceTable .price, #pricingWrap .priceTable ul.features li{
    text-align: center;
}

.right_span, .right_btn{
    float: right;
    margin-left: 0.5em;
}

.right_div{
    text-align: right ;
}

a.a-no-underline{
    text-decoration: none;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}
.btn-file-hidden{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    filter: alpha(opacity=0);
    opacity:0;
    background-color:transparent;
    color:transparent;
}

.header-bizinfo{
    border-bottom: 1px dotted #000;
    font-size: 15pt;
}

.panel-black > .panel-heading {
    color: #fff;
    background-color: #181818;
    border-color: #181818;
}

/**********************************************************************/
/****************** MEDIA QUERIES ************************************/
/********************************************************************/
@media(max-width:1200px){
    .jumbotron .mobile {
        margin-left: -164px;
    }
}
@media(max-width:979px){
    .navbar-collapse {
        float: right;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 16px;
        padding: 25px 12px;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        font-size: 28px;
        float: left;
        margin: 15px 0;
        width: auto;
    }
    .navbar-inverse .navbar-brand .fa-stack {
        font-size: 22px;
    }
    .navbar-nav {
        float: left;
    }
    .jumbotron {
        padding-top: 100px;
    }
    .jumbotron .jumboText {
        text-align: center;
    }
    .jumbotron h1 {
        font-size: 64px;
    }
    .jumbotron .actionBtn {
        margin-bottom: 50px;
    }
    .jumbotron .mobile {
        margin-left: -48px;
    }
    #productWrap .imgWrap img {
        margin: 0 auto 60px;
    }
    #contactWrap .blurb {
        font-size: 20px;
    }

}
@media (max-width: 767px) {
    .navbar-collapse {
        float: none;
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        float: left;
        margin: 15px 0 15px 15px;
    }
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        padding: 12px 15px;
    }
    .jumbotron {
        padding-left: 0;
        padding-right: 0;
    }
    .jumbotron h1 {
        font-size: 48px;
    }
    .jumbotron h2 {
        font-size: 22px;
    }

    #featureWrap .feature {
        margin-bottom: 40px;
    }
    #productWrap .productFeatures .icon {
        font-size: 14px;
    }
    #pricingWrap .priceTable {
        margin-bottom: 60px;
    }
    #pricingWrap .priceTable .price{
        /*font-size: 28px;*/
    }
    .right_div{
        text-align: left ;
    }
}
.main .main-raised{overflow-x: hidden;}
#col-dataview{min-height: 25em;}
a.nolink{cursor: pointer;}
.label-flag{width: 1em; height: 1em;}
.label-icon{width: 1.2em; height: 1.2em;}
/*article{padding-top: .7em;}*/
.page-header{border-bottom: none;}
.panel{box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);}
.na{
    text-decoration: line-through;
    filter:Alpha(Opacity=30);
    opacity:.3;
}

.slide-contents{
    padding-left: 2em;
    padding-right: 2em;
}

.slide-img{
    filter: grayscale(100%);
    border-radius: 50%;
    margin: 10px;
    box-shadow: 0 2px 5px #bbb;
    transition: .3s ease-in-out;
}

.slide-img:hover{
    filter: none;
    box-shadow: 0 4px 8px #bbb;
}

#contactWrap .form-control {
    line-height: normal;
}

.div-ticket-txt{
    /*min-height: 6em;*/
    padding-bottom: 2em;
}

.read-more{
    padding-left: 1em;
}

body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main{
    flex: 1;
    padding-top: 80px;
}

main.main-bg{
    background-image: url('../img/favicon.svg');
    background-color: rgba(255,255,255,0.6);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 30vh;
}

a#to-top{
  cursor: pointer;
}

.badge-tickets-sum{
    background-color: #8a6d3b;
    font-size: 16px;
    font-weight: normal;
}

.badge-tickets-count{
    background-color: #31708f;
    font-size: 16px;
    font-weight: normal;
}

.badge-info{
    background-color: #31708f;
}

.badge-success{
    background-color: #3c763d;
}

.badge-danger{
    background-color: #a94442;
}

.badge-primary-heading{
    color: var(--theme);
    background-color: #fff;
}

.div-ticket-contact{
    padding-top:0.7em;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fbfbfb;
    font-size: small;
}

.div-ticket-contact .badge{
    font-weight: normal;
    background-color: var(--theme) ; /* #31708f; */
    padding: 2px 7px;
}

.pagination-tickets{
    margin: 0;
}

th[data-sort]{
    cursor:pointer;
}

th[data-sort]:after{
    content: ' \f0dc';
    font-family: 'FontAwesome';
}

th.last-sort{
    color: var(--theme-focus);
    text-decoration: dotted;
}

.navbar-brand img{
    height: 1.5em;
}

.span-ticket-status > .label-info{
    box-shadow: 0 1px 10px rgb(95, 146, 171);
    margin: .5em;
}

.span-ticket-status > .label-warning{
    box-shadow: 0 1px 10px rgb(152, 126, 80);
    margin: .5em;
}

.span-ticket-status > .label-danger{
    box-shadow: 0 1px 10px rgb(169, 68, 66);
    margin: .5em;
}

.span-ticket-status > .label-success{
    box-shadow: 0 1px 10px rgb(81, 133, 81);
    margin: .5em;
}

.span-popover, .span-collapse{
    font-weight: bold;
}

.span-popover:hover, .span-collapse:hover, .car-customer-popover, .car-supplier-popover{
    cursor: pointer;
}

/*.popover-content{
    font-size: 14px;
    font-family: 'Consolas', monospace;
    color: #000;
}*/

.disabled.allow-events{
    pointer-events: auto;
    cursor: default;
}

.lang-flags{
    text-align: center;
    padding: 8px;
    white-space: nowrap;
}

.lang-flags label{
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: var(--theme);
}

.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #000;
}

.nav-pills-requests > li > a, .nav-pills-suppliers > li > a {
    background-color: #f9f9f9;
    font-weight: bold;
}
.nav-pills-requests > li, .nav-pills-suppliers > li {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    border-radius: 5px;
}
.nav-pills-requests > li.active > a::after, .nav-pills-suppliers > li.active > a::after {
    content: '\279C';
    float: right;
}
.nav-pills-requests > div{
    padding-top: .5em;
    padding-bottom: .5em;
    color: var(--theme);
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
a.nav-lang:hover{
    cursor: pointer;
}
a.nav-lang img{
    height: .8em;
    margin-bottom: .2em;
}
table.request-data td:first-child:after{
    content: ':';
    float: right;
    padding-right: .5em;
    padding-left: .5em;
}
table.request-data td.no-semicolon:first-child:after{
    content: unset;
}
.panel-footer span.badge{
    margin: 5px 0;
    padding: 5px 12px;
}

.form-control.input-error {
    border-color: rgb(204, 72, 72);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 51, 51, 0.6);
}
.form-control.input-error:focus {
    border-color: rgb(204, 158, 72);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(177, 137, 51, 0.6);
}
.row-request-confirmation > div:first-of-type > hr, .col-client > hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #ddd;
}

.col-client > hr{
    display: none;
}

h1.suppliers-view-title{
    color: var(--theme);
    font-size: 35px;
    text-align: center;
    font-weight: 700;
}
.supplier-view-buttons{
    text-align: center;
}
.supplier-view-buttons button{
    min-width: 40%;
    margin-left: .5em;
}

.panel-request{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.panel-request.panel-danger{
    background-image: linear-gradient(rgb(255, 255, 255), rgba(242, 222, 222, 0.5)), url('../img/panel-bg-rejectt.svg');
}

.panel-request.panel-success{
    background-image: linear-gradient(rgb(255, 255, 255), rgba(223, 240, 216, 0.5)), url('../img/panel-bg-accept.svg');
}

.panel-request.panel-warning{
    background-image: linear-gradient(rgb(255, 255, 255), rgba(252, 248, 227, 0.5)), url('../img/panel-bg-wait.svg');
}

.panel-request.panel-primary{
    background-image: linear-gradient(rgb(255, 255, 255), rgba(219, 245, 248, 0.5)), url('../img/panel-bg-request.svg');
}

.panel-request.panel-default{
    background-image: linear-gradient(rgb(255, 255, 255), rgba(240, 240, 240, 0.5)), url('../img/panel-bg-form.svg');
}
.alert-primary {
    background-color: rgb(249, 249, 249);
    border-color: rgb(225, 225, 225);
    color: #3393b1;
}

.btn.pull-right{
    margin-left: .3em;
}

.col-client{
    border-right: #ddd 1px solid;
}

a.caradmin-slot{
    color: #000;
    cursor: pointer;
}
a.caradmin-slot i.fa{
    opacity: .6;
}

.form-inline .form-group{
    padding: 1em .5em;
}

#car-table-avails th, #car-table-avails td{
    text-align: center;
}
#car-table-avails td:nth-child(1), #car-table-avails td:nth-child(2){
    text-align: left;
}

input.datepicker, input.timepicker{text-align: center;}

input + span.validity {
    padding-right: 30px;
}

input:invalid + span.validity::after {
    position: absolute;
    content: "✖";
    padding-left: 5px;
}

input:valid + span.validity::after {
    position: absolute;
    content: "✓";
    padding-left: 5px;
}

input + span.validity.input-group-addon {
    padding-right: 2em;
    padding-bottom: 1.5em;
    padding-left: .5em;
    color: #fff;
    font-weight: bold;
}

input:invalid + span.validity.input-group-addon{
    background-color: #c9302c;
}

input:valid + span.validity.input-group-addon{
    background-color: #449d44;
}

.navbar-nav .dropdown-menu > li > a{
    font-size: 20px;
    font-family: 'Roboto Condensed',sans-serif;
    padding-bottom: .25em;
    padding-top: .25em;
}

a.admin-joinss-input-pcent{
    padding-left: 1em;
}

a.admin-joinss-input-pcent:hover{
    cursor: pointer;
}

#car-table-books td {
    vertical-align: middle;
}

#car-table-books tr.text-muted td,
#carcoadmin-table-books tr.text-muted td{
    background-color: #f5f5f5;
}

#car-table-voucher tbody td:first-child{
    width: 25em;
}

#car-table-voucher tfoot tr th:first-child{
    padding-top: 2em;
}
#car-table-voucher tfoot tr td {
    white-space: pre-wrap;
    font-size: smaller;
}

#car-table-voucher td small, #car-table-voucher th small{
    color: #999 !important;
}

#voucher-table .logos img{
    width: 10em;
    height: 10em;
}
#voucher-table .logos span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 22em);
    text-align: center;
    font-weight: normal;
    font-size: small;
}

.dropdown-menu > li > a {
    padding: .5em 1.5em;
}

.lightbox .modal-body{
    padding: 0;
    text-align: center;
    cursor: zoom-out;
}

.lightbox .modal-content{
    background: none;
    border: 0;
    box-shadow: unset;
}

.lightbox .modal-content .bootbox-body > *{
    background-color: #fff6;
    backdrop-filter: blur(2px);
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 10px;
}

[data-toggle="lightbox"]{
    cursor: zoom-in;
}

.step {
    position: relative; }
.step .number {
    font-weight: 900; }
.step > span {
    font-size: 100px;
    color: var(--theme-focus);
    font-weight: 900;
    top: 0;
    left: -30px;
    position: absolute; }
.step .step-inner {
    position: relative;
    padding: 40px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px; }
.step .step-inner h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700; }
.step .step-inner *:last-child {
    margin-bottom: 0; }
.step .step-inner p {
    color: #999; }

.masonry .item.item-template, .masonry .item.item-comb-template{
    display: none;
}
.masonry .item{
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    padding: 1em;
    margin: 2em 0;
    border-radius: .5em;
}
.masonry .item:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    /*margin-top: -.25em;*/
    transition: all .25s ease-in-out;
}
.masonry .item img{
    width: 100%;
    border-radius: .5em;
}

div.col-md-6 > div.switch{
    padding-top: .5em;
    padding-bottom: .5em;
}

.switch > span{
    padding-right: 1em;
}

.switch > input[type="checkbox"] {
    display: none;
}

.switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

option[selected][disabled]{
    display: none !important;
}

.feature[data-xpid]:hover, .item .row[data-xpid] img:hover, .item .row[data-xpid] h3:hover{
    cursor: pointer;
}

.feature[data-xpid]:hover > img{
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    transition: all .25s ease-in-out;
}

.masonry .item h3{
    margin: 0;
}

.masonry .item .certs{
    margin-bottom: .5em;
}

.masonry .item.item-comb{
    background-color: #fcf8e3;
}

@media(max-width: 767px){
    .btn.pull-right{
        margin-left: unset;
        float: unset !important;
    }
    .navbar-nav .dropdown-menu > li > a{
        font-size: 16px;
    }
}
@media(max-width: 989px) {
    .col-client{
        border-right: unset;
    }

    .col-client > hr{
        display: block;
    }
    .navbar-nav .dropdown-menu > li > a{
        font-size: 14px;
    }
}