body,html{
    font-family: 'Lato', sans-serif !important;
    margin-top: 120px;
}

a{
    outline: none !important;
}




.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus{
    outline: none !important;
}


input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text]{
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: inherit !important;
    /*-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;*/
    transition: background-color 5000s ease-in-out 0s;
}

*:focus {
    outline: none;
}

.no-padding{
    padding:0 !important;
}

.no-margin{
    margin:0 !important;
}

.no-margin-lr{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-padding-l{
    padding-left: 0 !important;
}

.no-padding-r{
    padding-right: 0 !important;
}





.no-show{
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

.pb-10{
    padding-top: 10px !important;
}

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

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

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

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

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

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

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

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

.padding-10{
    padding: 10px;
}

.padding-15{
    padding: 15px;
}

.bg-truper{
    background: #262626 !important;
}

.truper-h2{
    color: #212322;
    font-size: 22px;
    line-height: 24px;
    text-transform: none !important;
    margin: 20px 0 !important;
    font-weight: bold;
    font-family: 'Lato', sans-serif !important;
}

.truper-h2 i{
    color: #ff6720;
    font-size: 12px;
    vertical-align: middle;
}

.btn-truper{
    font-family: 'Lato', sans-serif !important;
    background: #ff6720 !important;
    color: #fff !important;
    text-align: center !important;
    padding: 5px 20px !important;
    border-radius: 50px !important;
    min-width: 100px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: none !important;
}

.btn-truper:hover{
    text-decoration: none !important;
    color: #fff !important;
}

.btn-green{
    background: #00b852;
    color: #fff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 50px;
    min-width: 100px !important;
    font-size: 15px !important;
    font-weight: normal !important;
}


.btn-green:hover{
    text-decoration: none;
    color: #fff;
}

.truncate-name{
    display: block;
    display: -webkit-box;
    max-width: 200px;
    height: 38px;
    margin: 0 auto !important;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis !important;
}


.input-round-truper{
    border-radius: 50px !important;
    height: 30px !important;
    border: 1px solid #aeaeae !important;
}

.select-round-truper{
    -webkit-appearance: none;
    outline: none;
    border:1px solid #aeaeae;
    height: 30px;
    border-radius: 50px;
    background: none;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

.select-box{
    display: block;
    position: relative;
}

.select-box:after{
    content: "\f0d7";
    color: #ff6720;
    display: inline-block !important;
    margin-left: 15px;
    position: absolute;
    font-size: 10px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    top: 8px;
    right: 10px;
}


/** checkbox **/
.truper-check{
    display: inline-block;
}
.truper-check input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.truper-check label {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-left: 10px;
}

.truper-check label::before,
.truper-check label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.truper-check label::before{
    height: 14px;
    width: 14px;

    border: 2px solid #ff6720;
    border-radius: 2px;
    left: 0;

    top: 3px;
}


.truper-check input[type="checkbox"]:checked + label::before{
    background: #ff6720 !important;
}

.truper-check label::after {
    height: 4px;
    width: 7px;
    border-left: 2px solid #fff ;
    border-bottom: 2px solid #fff;

    transform: rotate(-45deg);

    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.truper-check input[type="checkbox"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.truper-check input[type="checkbox"]:checked + label::after {
    content: "";
}


.truper-check .validation-advice{
    margin-left: 10px;
}

/** truper check **/


/** truper radio **/

.truper-radio .validation-advice{
    margin-left: 10px;
}

.truper-radio{
    display: inline;
}
.truper-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.truper-radio label {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    margin-left: 10px;
}

.truper-radio label::before,
.truper-radio label::after {
    position: absolute;
    content: "";
    display: inline-block;
}

.truper-radio label::before{
    height: 14px;
    width: 14px;

    border: 2px solid #ff6720;
    border-radius: 2px;
    left: 0;

    top: 3px;
}


.truper-radio input[type="radio"]:checked + label::before{
    background: #ff6720 !important;
}

.truper-radio label::after {
    height: 4px;
    width: 7px;
    border-left: 2px solid #fff ;
    border-bottom: 2px solid #fff;

    transform: rotate(-45deg);

    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.truper-radio input[type="radio"] + label::after {
    content: none;
}

/*Unhide on the checked state*/
.truper-radio input[type="radio"]:checked + label::after {
    content: "";
}

/** truper radio **/

input[type=file]{
    border: none !important;
}

/** truper textarea **/
textarea{
    border-radius: 15px;
    border: 1px solid silver;
}



.cms-page-view .std p{
    font-family: 'Lato', sans-serif !important;
}

.cms-page-view .std p,
.cms-no-route .std p{
    color:#212322 !important;
    font-style: normal !important;
}



/** success message **/
.messages .success-msg li{
    position: absolute !important;
    width: 96% !important;
    z-index: 1 !important;
}

.messages{
    margin-top: 0 !important;
}




.breadcrumbs li{
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    text-transform: none !important;
    color: #212322 !important;
}

.breadcrumbs li strong{
    color: #ff6720 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    text-transform: none !important;
}


@media (min-width: 768px) {
    .col-sm-tf-7{
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        width: 14.2855555% !important;
        float: left;
    }
}


@media (max-width: 991px) {
    .no-margin-767{
        /*margin: 0 !important;*/
    }

    .center-block-767{
        margin: 0 auto !important;
        text-align: center !important;
    }
    .text-center-767{
        text-align: center !important;
    }

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

    body,html{

        margin-top: 0 !important;
    }
    .main-container{
        /*padding-top: 55px !important;*/
    }

}






@media (max-width: 524px) {
    .col-xxs-1,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9{float:left}
    .col-xxs-12{width:100% !important;}
    .col-xxs-11{width:91.66666667% !important; }
    .col-xxs-10{width:83.33333333% !important;}
    .col-xxs-9{width:75% !important;}
    .col-xxs-8{width:66.66666667% !important;}
    .col-xxs-7{width:58.33333333% !important;}
    .col-xxs-6{width:50% !important;}
    .col-xxs-5{width:41.66666667% !important;}
    .col-xxs-4{width:33.33333333% !important;}
    .col-xxs-3{width:25% !important;}
    .col-xxs-2{width:16.66666667% !important;}
    .col-xxs-1{width:8.33333333% !important;}
    .col-xxs-offset-0 {
        margin-left: 0 !important;
    }

    .no-pl-524{
        padding-left: 0 !important;
    }
}

footer.footer .main-container{
    padding-top: 0px !important;
}