
/* modal bootstrap 3.3.5 */


.htq_class .modal-footer:before,
.htq_class .modal-footer:after {
    display: table;
    content: " ";
}
.htq_class .modal-footer:after {
    clear: both;
}
.htq_class .modal-open {
    overflow: hidden;
}
.htq_class .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.htq_class .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.htq_class .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.htq_class .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.htq_class .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.htq_class .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.htq_class .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.htq_class .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.htq_class .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.htq_class .modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.htq_class .modal-header .close {
    margin-top: -2px;
}
.htq_class .modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.htq_class .modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.htq_class .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.htq_class .modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.htq_class .modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.htq_class .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .htq_class .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .htq_class .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .htq_class .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .htq_class .modal-lg {
        width: 900px;
    }
}
.htq_class .col-xs-1, .htq_class .col-sm-1, 
.htq_class .col-md-1, .htq_class .col-lg-1, 
.htq_class .col-xs-2, .htq_class .col-sm-2, 
.htq_class .col-md-2, .htq_class .col-lg-2, 
.htq_class .col-xs-3, .htq_class .col-sm-3, 
.htq_class .col-md-3, .htq_class .col-lg-3, 
.htq_class .col-xs-4, .htq_class .col-sm-4, 
.htq_class .col-md-4, .htq_class .col-lg-4, 
.htq_class .col-xs-5, .htq_class .col-sm-5, 
.htq_class .col-md-5, 
.htq_class .col-lg-5, .htq_class .col-xs-6, 
.htq_class .col-sm-6, .htq_class .col-md-6, 
.htq_class .col-lg-6, .htq_class .col-xs-7, 
.htq_class .col-sm-7, .htq_class .col-md-7, 
.htq_class .col-lg-7, .htq_class .col-xs-8, .htq_class .col-sm-8, .htq_class .col-md-8, 
.htq_class .col-lg-8, .htq_class .col-xs-9, 
.htq_class .col-sm-9, .htq_class .col-md-9, 
.htq_class .col-lg-9, .htq_class .col-xs-10, .htq_class .col-sm-10, .htq_class .col-md-10, 
.htq_class .col-lg-10, .htq_class .col-xs-11, .htq_class .col-sm-11, .htq_class .col-md-11, 
.htq_class .col-lg-11, .htq_class .col-xs-12, .htq_class .col-sm-12, .htq_class .col-md-12, 
.htq_class .col-lg-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.htq_class .col-xs-1, .htq_class .col-xs-2, .htq_class .col-xs-3, .htq_class .col-xs-4, .htq_class .col-xs-5, .htq_class .col-xs-6, .htq_class .col-xs-7, .htq_class .col-xs-8, .htq_class .col-xs-9, .htq_class .col-xs-10, .htq_class .col-xs-11, .htq_class .col-xs-12 {
    float: left;
}


html[lang="fa-IR"] .htq_class .htq_reqord
{
    font-family: IRANSansX;
}

html[lang="fa-IR"] .htq_class .col-xs-1, 
html[lang="fa-IR"] .htq_class .col-xs-2, 
html[lang="fa-IR"] .htq_class .col-xs-3, 
html[lang="fa-IR"] .htq_class .col-xs-4, 
html[lang="fa-IR"] .htq_class .col-xs-5, 
html[lang="fa-IR"] .htq_class .col-xs-6, 
html[lang="fa-IR"] .htq_class .col-xs-7, 
html[lang="fa-IR"] .htq_class .col-xs-8, 
html[lang="fa-IR"] .htq_class .col-xs-9, 
html[lang="fa-IR"] .htq_class .col-xs-10, 
html[lang="fa-IR"] .htq_class .col-xs-11, 
html[lang="fa-IR"] .htq_class .col-xs-12 {
    float: right;
}

.htq_class .col-xs-12 {
    width: 100%;
}
.htq_class .col-xs-11 {
    width: 91.66666667%;
}
.htq_class .col-xs-10 {
    width: 83.33333333%;
}
.htq_class .col-xs-9 {
    width: 75%;
}
.htq_class .col-xs-8 {
    width: 66.66666667%;
}
.htq_class .col-xs-7 {
    width: 58.33333333%;
}
.htq_class .col-xs-6 {
    width: 50%;
}
.htq_class .col-xs-5 {
    width: 41.66666667%;
}
.htq_class .col-xs-4 {
    width: 33.33333333%;
}
.htq_class .col-xs-3 {
    width: 25%;
}
.htq_class .col-xs-2 {
    width: 16.66666667%;
}
.htq_class .col-xs-1 {
    width: 8.33333333%;
}
.htq_class .col-xs-pull-12 {
    right: 100%;
}
.htq_class .col-xs-pull-11 {
    right: 91.66666667%;
}
.htq_class .col-xs-pull-10 {
    right: 83.33333333%;
}
.htq_class .col-xs-pull-9 {
    right: 75%;
}
.htq_class .col-xs-pull-8 {
    right: 66.66666667%;
}
.htq_class .col-xs-pull-7 {
    right: 58.33333333%;
}
.htq_class .col-xs-pull-6 {
    right: 50%;
}
.htq_class .col-xs-pull-5 {
    right: 41.66666667%;
}
.htq_class .col-xs-pull-4 {
    right: 33.33333333%;
}
.htq_class .col-xs-pull-3 {
    right: 25%;
}
.htq_class .col-xs-pull-2 {
    right: 16.66666667%;
}
.htq_class .col-xs-pull-1 {
    right: 8.33333333%;
}
.htq_class .col-xs-pull-0 {
    right: auto;
}
.htq_class .col-xs-push-12 {
    left: 100%;
}
.htq_class .col-xs-push-11 {
    left: 91.66666667%;
}
.htq_class .col-xs-push-10 {
    left: 83.33333333%;
}
.htq_class .col-xs-push-9 {
    left: 75%;
}
.htq_class .col-xs-push-8 {
    left: 66.66666667%;
}
.htq_class .col-xs-push-7 {
    left: 58.33333333%;
}
.htq_class .col-xs-push-6 {
    left: 50%;
}
.htq_class .col-xs-push-5 {
    left: 41.66666667%;
}
.htq_class .col-xs-push-4 {
    left: 33.33333333%;
}
.htq_class .col-xs-push-3 {
    left: 25%;
}
.htq_class .col-xs-push-2 {
    left: 16.66666667%;
}
.htq_class .col-xs-push-1 {
    left: 8.33333333%;
}
.htq_class .col-xs-push-0 {
    left: auto;
}
.htq_class .col-xs-offset-12 {
    margin-left: 100%;
}
.htq_class .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.htq_class .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.htq_class .col-xs-offset-9 {
    margin-left: 75%;
}
.htq_class .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.htq_class .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.htq_class .col-xs-offset-6 {
    margin-left: 50%;
}
.htq_class .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.htq_class .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.htq_class .col-xs-offset-3 {
    margin-left: 25%;
}
.htq_class .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.htq_class .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.htq_class .col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .htq_class .col-sm-1, .htq_class .col-sm-2, .htq_class .col-sm-3, .htq_class .col-sm-4, .htq_class .col-sm-5, .htq_class .col-sm-6, .htq_class .col-sm-7, .htq_class .col-sm-8, .htq_class .col-sm-9, .htq_class .col-sm-10, .htq_class .col-sm-11, .htq_class .col-sm-12 {
        float: left;
    }

    html[lang="fa-IR"] .htq_class .col-sm-1, 
    html[lang="fa-IR"] .htq_class .col-sm-2, 
    html[lang="fa-IR"] .htq_class .col-sm-3, 
    html[lang="fa-IR"] .htq_class .col-sm-4, 
    html[lang="fa-IR"] .htq_class .col-sm-5, 
    html[lang="fa-IR"] .htq_class .col-sm-6, 
    html[lang="fa-IR"] .htq_class .col-sm-7, 
    html[lang="fa-IR"] .htq_class .col-sm-8, 
    html[lang="fa-IR"] .htq_class .col-sm-9, 
    html[lang="fa-IR"] .htq_class .col-sm-10, 
    html[lang="fa-IR"] .htq_class .col-sm-11, 
    html[lang="fa-IR"] .htq_class .col-sm-12 {
        float: right;
    }
    .htq_class .col-sm-12 {
        width: 100%;
    }
    .htq_class .col-sm-11 {
        width: 91.66666667%;
    }
    .htq_class .col-sm-10 {
        width: 83.33333333%;
    }
    .htq_class .col-sm-9 {
        width: 75%;
    }
    .htq_class .col-sm-8 {
        width: 66.66666667%;
    }
    .htq_class .col-sm-7 {
        width: 58.33333333%;
    }
    .htq_class .col-sm-6 {
        width: 50%;
    }
    .htq_class .col-sm-5 {
        width: 41.66666667%;
    }
    .htq_class .col-sm-4 {
        width: 33.33333333%;
    }
    .htq_class .col-sm-3 {
        width: 25%;
    }
    .htq_class .col-sm-2 {
        width: 16.66666667%;
    }
    .htq_class .col-sm-1 {
        width: 8.33333333%;
    }
    .htq_class .col-sm-pull-12 {
        right: 100%;
    }
    .htq_class .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .htq_class .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .htq_class .col-sm-pull-9 {
        right: 75%;
    }
    .htq_class .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .htq_class .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .htq_class .col-sm-pull-6 {
        right: 50%;
    }
    .htq_class .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .htq_class .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .htq_class .col-sm-pull-3 {
        right: 25%;
    }
    .htq_class .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .htq_class .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .htq_class .col-sm-pull-0 {
        right: auto;
    }
    .htq_class .col-sm-push-12 {
        left: 100%;
    }
    .htq_class .col-sm-push-11 {
        left: 91.66666667%;
    }
    .htq_class .col-sm-push-10 {
        left: 83.33333333%;
    }
    .htq_class .col-sm-push-9 {
        left: 75%;
    }
    .htq_class .col-sm-push-8 {
        left: 66.66666667%;
    }
    .htq_class .col-sm-push-7 {
        left: 58.33333333%;
    }
    .htq_class .col-sm-push-6 {
        left: 50%;
    }
    .htq_class .col-sm-push-5 {
        left: 41.66666667%;
    }
    .htq_class .col-sm-push-4 {
        left: 33.33333333%;
    }
    .htq_class .col-sm-push-3 {
        left: 25%;
    }
    .htq_class .col-sm-push-2 {
        left: 16.66666667%;
    }
    .htq_class .col-sm-push-1 {
        left: 8.33333333%;
    }
    .htq_class .col-sm-push-0 {
        left: auto;
    }
    .htq_class .col-sm-offset-12 {
        margin-left: 100%;
    }
    .htq_class .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .htq_class .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .htq_class .col-sm-offset-9 {
        margin-left: 75%;
    }
    .htq_class .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .htq_class .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .htq_class .col-sm-offset-6 {
        margin-left: 50%;
    }
    .htq_class .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .htq_class .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .htq_class .col-sm-offset-3 {
        margin-left: 25%;
    }
    .htq_class .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .htq_class .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .htq_class .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .htq_class .col-md-1, .htq_class .col-md-2, .htq_class .col-md-3, .htq_class .col-md-4, .htq_class .col-md-5, .htq_class .col-md-6, .htq_class .col-md-7, .htq_class .col-md-8, .htq_class .col-md-9, .htq_class .col-md-10, .htq_class .col-md-11, .htq_class .col-md-12 {
        float: left;
    }

    html[lang="fa-IR"] .htq_class .col-md-1, 
    html[lang="fa-IR"] .htq_class .col-md-2,
    html[lang="fa-IR"] .htq_class .col-md-3,
    html[lang="fa-IR"] .htq_class .col-md-4,
    html[lang="fa-IR"] .htq_class .col-md-5,
    html[lang="fa-IR"] .htq_class .col-md-6,
    html[lang="fa-IR"] .htq_class .col-md-7,
    html[lang="fa-IR"] .htq_class .col-md-8,
    html[lang="fa-IR"] .htq_class .col-md-9,
    html[lang="fa-IR"] .htq_class .col-md-10,
    html[lang="fa-IR"] .htq_class .col-md-11,
    html[lang="fa-IR"] .htq_class .col-md-12 {
        float: right;
    }


    .htq_class .col-md-12 {
        width: 100%;
    }
    .htq_class .col-md-11 {
        width: 91.66666667%;
    }
    .htq_class .col-md-10 {
        width: 83.33333333%;
    }
    .htq_class .col-md-9 {
        width: 75%;
    }
    .htq_class .col-md-8 {
        width: 66.66666667%;
    }
    .htq_class .col-md-7 {
        width: 58.33333333%;
    }
    .htq_class .col-md-6 {
        width: 50%;
    }
    .htq_class .col-md-5 {
        width: 41.66666667%;
    }
    .htq_class .col-md-4 {
        width: 33.33333333%;
    }
    .htq_class .col-md-3 {
        width: 25%;
    }
    .htq_class .col-md-2 {
        width: 16.66666667%;
    }
    .htq_class .col-md-1 {
        width: 8.33333333%;
    }
    .htq_class .col-md-pull-12 {
        right: 100%;
    }
    .htq_class .col-md-pull-11 {
        right: 91.66666667%;
    }
    .htq_class .col-md-pull-10 {
        right: 83.33333333%;
    }
    .htq_class .col-md-pull-9 {
        right: 75%;
    }
    .htq_class .col-md-pull-8 {
        right: 66.66666667%;
    }
    .htq_class .col-md-pull-7 {
        right: 58.33333333%;
    }
    .htq_class .col-md-pull-6 {
        right: 50%;
    }
    .htq_class .col-md-pull-5 {
        right: 41.66666667%;
    }
    .htq_class .col-md-pull-4 {
        right: 33.33333333%;
    }
    .htq_class .col-md-pull-3 {
        right: 25%;
    }
    .htq_class .col-md-pull-2 {
        right: 16.66666667%;
    }
    .htq_class .col-md-pull-1 {
        right: 8.33333333%;
    }
    .htq_class .col-md-pull-0 {
        right: auto;
    }
    .htq_class .col-md-push-12 {
        left: 100%;
    }
    .htq_class .col-md-push-11 {
        left: 91.66666667%;
    }
    .htq_class .col-md-push-10 {
        left: 83.33333333%;
    }
    .htq_class .col-md-push-9 {
        left: 75%;
    }
    .htq_class .col-md-push-8 {
        left: 66.66666667%;
    }
    .htq_class .col-md-push-7 {
        left: 58.33333333%;
    }
    .htq_class .col-md-push-6 {
        left: 50%;
    }
    .htq_class .col-md-push-5 {
        left: 41.66666667%;
    }
    .htq_class .col-md-push-4 {
        left: 33.33333333%;
    }
    .htq_class .col-md-push-3 {
        left: 25%;
    }
    .htq_class .col-md-push-2 {
        left: 16.66666667%;
    }
    .htq_class .col-md-push-1 {
        left: 8.33333333%;
    }
    .htq_class .col-md-push-0 {
        left: auto;
    }
    .htq_class .col-md-offset-12 {
        margin-left: 100%;
    }
    .htq_class .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .htq_class .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .htq_class .col-md-offset-9 {
        margin-left: 75%;
    }
    .htq_class .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .htq_class .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .htq_class .col-md-offset-6 {
        margin-left: 50%;
    }
    .htq_class .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .htq_class .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .htq_class .col-md-offset-3 {
        margin-left: 25%;
    }
    .htq_class .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .htq_class .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .htq_class .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) 
{

    .htq_class .col-lg-1, .htq_class .col-lg-2, 
    .htq_class .col-lg-3, .htq_class .col-lg-4, 
    .htq_class .col-lg-5, .htq_class .col-lg-6, 
    .htq_class .col-lg-7, .htq_class .col-lg-8, 
    .htq_class .col-lg-9, .htq_class .col-lg-10, 
    .htq_class .col-lg-11, .htq_class .col-lg-12 {
        float: left;
    }

    html[lang="fa-IR"] .htq_class .col-lg-1, 
    html[lang="fa-IR"] .htq_class .col-lg-2, 
    html[lang="fa-IR"] .htq_class .col-lg-3, 
    html[lang="fa-IR"] .htq_class .col-lg-4, 
    html[lang="fa-IR"] .htq_class .col-lg-5, 
    html[lang="fa-IR"] .htq_class .col-lg-6, 
    html[lang="fa-IR"] .htq_class .col-lg-7, 
    html[lang="fa-IR"] .htq_class .col-lg-8, 
    html[lang="fa-IR"] .htq_class .col-lg-9, 
    html[lang="fa-IR"] .htq_class .col-lg-10, 
    html[lang="fa-IR"] .htq_class .col-lg-11, 
    html[lang="fa-IR"] .htq_class .col-lg-12 {
        float: right;
    }

    .htq_class .col-lg-12 {
        width: 100%;
    }
    .htq_class .col-lg-11 {
        width: 91.66666667%;
    }
    .htq_class .col-lg-10 {
        width: 83.33333333%;
    }
    .htq_class .col-lg-9 {
        width: 75%;
    }
    .htq_class .col-lg-8 {
        width: 66.66666667%;
    }
    .htq_class .col-lg-7 {
        width: 58.33333333%;
    }
    .htq_class .col-lg-6 {
        width: 50%;
    }
    .htq_class .col-lg-5 {
        width: 41.66666667%;
    }
    .htq_class .col-lg-4 {
        width: 33.33333333%;
    }
    .htq_class .col-lg-3 {
        width: 25%;
    }
    .htq_class .col-lg-2 {
        width: 16.66666667%;
    }
    .htq_class .col-lg-1 {
        width: 8.33333333%;
    }
    .htq_class .col-lg-pull-12 {
        right: 100%;
    }
    .htq_class .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .htq_class .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .htq_class .col-lg-pull-9 {
        right: 75%;
    }
    .htq_class .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .htq_class .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .htq_class .col-lg-pull-6 {
        right: 50%;
    }
    .htq_class .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .htq_class .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .htq_class .col-lg-pull-3 {
        right: 25%;
    }
    .htq_class .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .htq_class .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .htq_class .col-lg-pull-0 {
        right: auto;
    }
    .htq_class .col-lg-push-12 {
        left: 100%;
    }
    .htq_class .col-lg-push-11 {
        left: 91.66666667%;
    }
    .htq_class .col-lg-push-10 {
        left: 83.33333333%;
    }
    .htq_class .col-lg-push-9 {
        left: 75%;
    }
    .htq_class .col-lg-push-8 {
        left: 66.66666667%;
    }
    .htq_class .col-lg-push-7 {
        left: 58.33333333%;
    }
    .htq_class .col-lg-push-6 {
        left: 50%;
    }
    .htq_class .col-lg-push-5 {
        left: 41.66666667%;
    }
    .htq_class .col-lg-push-4 {
        left: 33.33333333%;
    }
    .htq_class .col-lg-push-3 {
        left: 25%;
    }
    .htq_class .col-lg-push-2 {
        left: 16.66666667%;
    }
    .htq_class .col-lg-push-1 {
        left: 8.33333333%;
    }
    .htq_class .col-lg-push-0 {
        left: auto;
    }
    .htq_class .col-lg-offset-12 {
        margin-left: 100%;
    }
    .htq_class .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .htq_class .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .htq_class .col-lg-offset-9 {
        margin-left: 75%;
    }
    .htq_class .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .htq_class .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .htq_class .col-lg-offset-6 {
        margin-left: 50%;
    }
    .htq_class .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .htq_class .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .htq_class .col-lg-offset-3 {
        margin-left: 25%;
    }
    .htq_class .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .htq_class .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .htq_class .col-lg-offset-0 {
        margin-left: 0;
    }
}

.htq_class .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.htq_class .btn:focus,
.htq_class .btn:active:focus,
.htq_class .btn.active:focus,
.htq_class .btn.focus,
.htq_class.btn:active.focus,
.htq_class .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.htq_class .btn:hover,
.htq_class .btn:focus,
.htq_class .btn.focus {
    color: #333;
    text-decoration: none;
}

.htq_class .btn:active,
.htq_class .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.htq_class .btn.disabled,
.htq_class .btn[disabled],
.htq_class fieldset[disabled] .btn 
{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.htq_class a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.htq_class .btn.btn-default
{
    color: #333;
}
.htq_class .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.htq_class .btn-default:focus,
.htq_class .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.htq_class .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.htq_class .btn-default:active,
.htq_class .btn-default.active,
.htq_class .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.htq_class .btn-default:active:hover,
.htq_class .btn-default.active:hover,
.htq_class .open > .dropdown-toggle.btn-default:hover,
.htq_class .btn-default:active:focus,
.htq_class .btn-default.active:focus,
.htq_class .open > .dropdown-toggle.btn-default:focus,
.htq_class .btn-default:active.focus,
.htq_class .btn-default.active.focus,
.htq_class .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.htq_class .btn-default:active,
.htq_class .btn-default.active,
.htq_class .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.htq_class .btn-default.disabled,
.htq_class .btn-default[disabled],
.htq_class fieldset[disabled] .btn-default,
.htq_class .btn-default.disabled:hover,
.htq_class .btn-default[disabled]:hover,
.htq_class fieldset[disabled] .btn-default:hover,
.htq_class .btn-default.disabled:focus,
.htq_class .btn-default[disabled]:focus,
.htq_class fieldset[disabled] .btn-default:focus,
.htq_class .btn-default.disabled.focus,
.htq_class .btn-default[disabled].focus,
.htq_class fieldset[disabled] .btn-default.focus,
.htq_class .btn-default.disabled:active,
.htq_class .btn-default[disabled]:active,
.htq_class fieldset[disabled] .btn-default:active,
.htq_class .btn-default.disabled.active,
.htq_class .btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.htq_class .btn-default .badge {
    color: #fff;
    background-color: #333;
}
.htq_class .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.htq_class .btn-primary:focus,
.htq_class .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.htq_class .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.htq_class .btn-primary:active,
.htq_class .btn-primary.active,
.htq_class .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    background-color: #174572 !important;
    border-color: #204d74;
}
.htq_class .btn-primary:active:hover,
.htq_class .btn-primary.active:hover,
.htq_class .open > .dropdown-toggle.btn-primary:hover,
.htq_class .btn-primary:active:focus,
.htq_class .btn-primary.active:focus,
.htq_class .open > .dropdown-toggle.btn-primary:focus,
.htq_class .btn-primary:active.focus,
.htq_class .btn-primary.active.focus,
.htq_class .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.htq_class .btn-primary:active,
.htq_class .btn-primary.active,
.htq_class .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.htq_class .btn-primary.disabled,
.htq_class .btn-primary[disabled],
.htq_class fieldset[disabled] .btn-primary,
.htq_class .btn-primary.disabled:hover,
.htq_class .btn-primary[disabled]:hover,
.htq_class fieldset[disabled] .btn-primary:hover,
.htq_class .btn-primary.disabled:focus,
.htq_class .btn-primary[disabled]:focus,
.htq_class fieldset[disabled] .btn-primary:focus,
.htq_class .btn-primary.disabled.focus,
.htq_class .btn-primary[disabled].focus,
.htq_class fieldset[disabled] .btn-primary.focus,
.htq_class .btn-primary.disabled:active,
.htq_class .btn-primary[disabled]:active,
.htq_class fieldset[disabled] .btn-primary:active,
.htq_class .btn-primary.disabled.active,
.htq_class .btn-primary[disabled].active,
.htq_class fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.htq_class .btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.htq_class .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.htq_class .btn-success:focus,
.htq_class .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.htq_class .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.htq_class .btn-success:active,
.htq_class .btn-success.active,
.htq_class .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.htq_class .btn-success:active:hover,
.htq_class .btn-success.active:hover,
.htq_class .open > .dropdown-toggle.btn-success:hover,
.htq_class .btn-success:active:focus,
.htq_class .btn-success.active:focus,
.htq_class .open > .dropdown-toggle.btn-success:focus,
.htq_class .btn-success:active.focus,
.htq_class .btn-success.active.focus,
.htq_class .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.htq_class .btn-success:active,
.htq_class .btn-success.active,
.htq_class .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.htq_class .btn-success.disabled,
.htq_class .btn-success[disabled],
.htq_class fieldset[disabled] .btn-success,
.htq_class .btn-success.disabled:hover,
.htq_class .btn-success[disabled]:hover,
.htq_class fieldset[disabled] .btn-success:hover,
.htq_class .btn-success.disabled:focus,
.htq_class .btn-success[disabled]:focus,
.htq_class fieldset[disabled] .btn-success:focus,
.htq_class .btn-success.disabled.focus,
.htq_class .btn-success[disabled].focus,
.htq_class fieldset[disabled] .btn-success.focus,
.htq_class .btn-success.disabled:active,
.htq_class .btn-success[disabled]:active,
.htq_class fieldset[disabled] .btn-success:active,
.htq_class .btn-success.disabled.active,
.htq_class .btn-success[disabled].active,
.htq_class fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.htq_class .btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.htq_class .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.htq_class .btn-info:focus,
.htq_class .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.htq_class .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.htq_class .btn-info:active,
.htq_class .btn-info.active,
.htq_class .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.htq_class .btn-info:active:hover,
.htq_class .btn-info.active:hover,
.htq_class .open > .dropdown-toggle.btn-info:hover,
.htq_class .btn-info:active:focus,
.htq_class .btn-info.active:focus,
.htq_class .open > .dropdown-toggle.btn-info:focus,
.htq_class .btn-info:active.focus,
.htq_class .btn-info.active.focus,
.htq_class .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.htq_class .btn-info:active,
.htq_class .btn-info.active,
.htq_class .open > .dropdown-toggle.btn-info {
    background-image: none;
}
.htq_class .btn-info.disabled,
.htq_class .btn-info[disabled],
.htq_class fieldset[disabled] .btn-info,
.htq_class .btn-info.disabled:hover,
.htq_class .btn-info[disabled]:hover,
.htq_class fieldset[disabled] .btn-info:hover,
.htq_class .btn-info.disabled:focus,
.htq_class .btn-info[disabled]:focus,
.htq_class fieldset[disabled] .btn-info:focus,
.htq_class .btn-info.disabled.focus,
.htq_class .btn-info[disabled].focus,
.htq_class fieldset[disabled] .btn-info.focus,
.htq_class .btn-info.disabled:active,
.htq_class .btn-info[disabled]:active,
.htq_class fieldset[disabled] .btn-info:active,
.htq_class .btn-info.disabled.active,
.htq_class .btn-info[disabled].active,
.htq_class fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.htq_class .btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.htq_class .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.htq_class .btn-warning:focus,
.htq_class .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.htq_class .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.htq_class .btn-warning:active,
.htq_class .btn-warning.active,
.htq_class .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.htq_class .btn-warning:active:hover,
.htq_class .btn-warning.active:hover,
.htq_class .open > .dropdown-toggle.btn-warning:hover,
.htq_class .btn-warning:active:focus,
.htq_class .btn-warning.active:focus,
.htq_class .open > .dropdown-toggle.btn-warning:focus,
.htq_class .btn-warning:active.focus,
.htq_class .btn-warning.active.focus,
.htq_class .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.htq_class .btn-warning:active,
.htq_class .btn-warning.active,
.htq_class .open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.htq_class .btn-warning.disabled,
.htq_class .btn-warning[disabled],
.htq_class fieldset[disabled] .btn-warning,
.htq_class .btn-warning.disabled:hover,
.htq_class .btn-warning[disabled]:hover,
.htq_class fieldset[disabled] .btn-warning:hover,
.htq_class .btn-warning.disabled:focus,
.htq_class .btn-warning[disabled]:focus,
.htq_class fieldset[disabled] .btn-warning:focus,
.htq_class .btn-warning.disabled.focus,
.htq_class .btn-warning[disabled].focus,
.htq_class fieldset[disabled] .btn-warning.focus,
.htq_class .btn-warning.disabled:active,
.htq_class .btn-warning[disabled]:active,
.htq_class fieldset[disabled] .btn-warning:active,
.htq_class .btn-warning.disabled.active,
.htq_class .btn-warning[disabled].active,
.htq_class fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.htq_class .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.htq_class .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.htq_class .btn-danger:focus,
.htq_class .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.htq_class .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.htq_class .btn-danger:active,
.htq_class .btn-danger.active,
.htq_class .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.htq_class .btn-danger:active:hover,
.htq_class .btn-danger.active:hover,
.htq_class .open > .dropdown-toggle.btn-danger:hover,
.htq_class .btn-danger:active:focus,
.htq_class .btn-danger.active:focus,
.htq_class .open > .dropdown-toggle.btn-danger:focus,
.htq_class .btn-danger:active.focus,
.htq_class .btn-danger.active.focus,
.htq_class .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.htq_class .btn-danger:active,
.htq_class .btn-danger.active,
.htq_class .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.htq_class .btn-danger.disabled,
.htq_class .btn-danger[disabled],
.htq_class fieldset[disabled] .btn-danger,
.htq_class .btn-danger.disabled:hover,
.htq_class .btn-danger[disabled]:hover,
.htq_class fieldset[disabled] .btn-danger:hover,
.htq_class .btn-danger.disabled:focus,
.htq_class .btn-danger[disabled]:focus,
.htq_class fieldset[disabled] .btn-danger:focus,
.htq_class .btn-danger.disabled.focus,
.htq_class .btn-danger[disabled].focus,
.htq_class fieldset[disabled] .btn-danger.focus,
.htq_class .btn-danger.disabled:active,
.htq_class .btn-danger[disabled]:active,
.htq_class fieldset[disabled] .btn-danger:active,
.htq_class .btn-danger.disabled.active,
.htq_class .btn-danger[disabled].active,
.htq_class fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.htq_class .btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.htq_class .btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.htq_class .btn-link,
.htq_class .btn-link:active,
.htq_class .btn-link.active,
.htq_class .btn-link[disabled],
.htq_class fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.htq_class .btn-link,
.htq_class .btn-link:hover,
.htq_class .btn-link:focus,
.htq_class .btn-link:active {
    border-color: transparent;
}
.htq_class .btn-link:hover,
.htq_class .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.htq_class .btn-link[disabled]:hover,
.htq_class fieldset[disabled] .btn-link:hover,
.htq_class .btn-link[disabled]:focus,
.htq_class fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.htq_class .btn-lg,
.htq_class .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.htq_class .btn-sm,
.htq_class .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.htq_class .btn-xs,
.htq_class .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.htq_class .btn-block {
    display: block;
    width: 100%;
}
.htq_class .btn-block + .btn-block {
    margin-top: 5px;
}
.htq_class input[type="submit"].btn-block,
.htq_class input[type="reset"].btn-block,
.htq_class input[type="button"].btn-block {
    width: 100%;
}

.htq_class .btn-group,
.htq_class .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.htq_class .btn-group > .btn,
.htq_class .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.htq_class .btn-group > .btn:hover,
.htq_class .btn-group-vertical > .btn:hover,
.htq_class .btn-group > .btn:focus,
.htq_class .btn-group-vertical > .btn:focus,
.htq_class .btn-group > .btn:active,
.htq_class .btn-group-vertical > .btn:active,
.htq_class .btn-group > .btn.active,
.htq_class .btn-group-vertical > .btn.active {
    z-index: 2;
}
.htq_class .btn-group .btn + .btn,
.htq_class .btn-group .btn + .btn-group,
.htq_class .btn-group .btn-group + .btn,
.htq_class .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.htq_class .btn-toolbar {
    margin-left: -5px;
}
.htq_class .btn-toolbar .btn,
.htq_class .btn-toolbar .btn-group,
.htq_class .btn-toolbar .input-group {
    float: left;
}
.htq_class .btn-toolbar > .btn,
.htq_class .btn-toolbar > .btn-group,
.htq_class .btn-toolbar > .input-group {
    margin-left: 5px;
}
.htq_class .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.htq_class .btn-group > .btn:first-child {
    margin-left: 0;
}
.htq_class .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.htq_class .btn-group > .btn:last-child:not(:first-child),
.htq_class .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.htq_class .btn-group > .btn-group {
    float: left;
}
.htq_class .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.htq_class .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.htq_class .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.htq_class .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.htq_class .btn-group .dropdown-toggle:active,
.htq_class .btn-group.open .dropdown-toggle {
    outline: 0;
}
.htq_class .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.htq_class .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.htq_class .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.htq_class .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.htq_class .btn .caret {
    margin-left: 0;
}
.htq_class .btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.htq_class .dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.htq_class .btn-group-vertical > .btn,
.htq_class .btn-group-vertical > .btn-group,
.htq_class .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.htq_class .btn-group-vertical > .btn-group > .btn {
    float: none;
}
.htq_class .btn-group-vertical > .btn + .btn,
.htq_class .btn-group-vertical > .btn + .btn-group,
.htq_class .btn-group-vertical > .btn-group + .btn,
.htq_class .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.htq_class .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.htq_class .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.htq_class .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.htq_class .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.htq_class .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.htq_class .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.htq_class .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.htq_class .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.htq_class .btn-group-justified > .btn,
.htq_class .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.htq_class .btn-group-justified > .btn-group .btn {
    width: 100%;
}
.htq_class .btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
.htq_class [data-toggle="buttons"] > .btn input[type="radio"],
.htq_class [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.htq_class [data-toggle="buttons"] > .btn input[type="checkbox"],
.htq_class [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.htq_class .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.htq_class .input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.htq_class .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.htq_class .input-group-lg > .form-control,
.htq_class .input-group-lg > .input-group-addon,
.htq_class .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.htq_class select.input-group-lg > .form-control,
.htq_class select.input-group-lg > .input-group-addon,
.htq_class select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
.htq_class textarea.input-group-lg > .form-control,
.htq_class textarea.input-group-lg > .input-group-addon,
.htq_class textarea.input-group-lg > .input-group-btn > .btn,
.htq_class select[multiple].input-group-lg > .form-control,
.htq_class select[multiple].input-group-lg > .input-group-addon,
.htq_class select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.htq_class .input-group-sm > .form-control,
.htq_class .input-group-sm > .input-group-addon,
.htq_class .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.htq_class select.input-group-sm > .form-control,
.htq_class select.input-group-sm > .input-group-addon,
.htq_class select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
.htq_class textarea.input-group-sm > .form-control,
.htq_class textarea.input-group-sm > .input-group-addon,
.htq_class textarea.input-group-sm > .input-group-btn > .btn,
.htq_class select[multiple].input-group-sm > .form-control,
.htq_class select[multiple].input-group-sm > .input-group-addon,
.htq_class select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.htq_class .input-group-addon,
.htq_class .input-group-btn,
.htq_class .input-group .form-control {
    display: table-cell;
}
.htq_class .input-group-addon:not(:first-child):not(:last-child),
.htq_class .input-group-btn:not(:first-child):not(:last-child),
.htq_class .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.htq_class .input-group-addon,
.htq_class .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.htq_class .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.htq_class .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.htq_class .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.htq_class .input-group-addon input[type="radio"],
.htq_class .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.htq_class .input-group .form-control:first-child,
.htq_class .input-group-addon:first-child,
.htq_class .input-group-btn:first-child > .btn,
.htq_class .input-group-btn:first-child > .btn-group > .btn,
.htq_class .input-group-btn:first-child > .dropdown-toggle,
.htq_class .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.htq_class .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.htq_class .input-group-addon:first-child {
    border-right: 0;
}
.htq_class .input-group .form-control:last-child,
.htq_class .input-group-addon:last-child,
.htq_class .input-group-btn:last-child > .btn,
.htq_class .input-group-btn:last-child > .btn-group > .btn,
.htq_class .input-group-btn:last-child > .dropdown-toggle,
.htq_class .input-group-btn:first-child > .btn:not(:first-child),
.htq_class .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.htq_class .input-group-addon:last-child {
    border-left: 0;
}
.htq_class .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.htq_class .input-group-btn > .btn {
    position: relative;
}
.htq_class .input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.htq_class .input-group-btn > .btn:hover,
.htq_class .input-group-btn > .btn:focus,
.htq_class .input-group-btn > .btn:active {
    z-index: 2;
}
.htq_class .input-group-btn:first-child > .btn,
.htq_class .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.htq_class .input-group-btn:last-child > .btn,
.htq_class .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.htq_class .btn-group-vertical > .btn-group:before,
.htq_class .btn-group-vertical > .btn-group:after
{
    display: table;
    content: " ";
}
.htq_class .btn-group-vertical > .btn-group:after
{
    clear: both;
}
.htq_class .row {
    margin-right: -15px;
    margin-left: -15px;
}

.htq_class .row:before,
.htq_class .row:after
{
    display: table;
    content: " ";
}

.htq_class .row:after
{
    clear: both;
}

/*.htq_class .h1, 
.htq_class .h2,
.htq_class .h3,
.htq_class .h4,
.htq_class .h5,
.htq_class .h6, 
.htq_class h1,
.htq_class h2, 
.htq_class h3, 
.htq_class h4,
.htq_class h5, 
.htq_class h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.htq_class .h1, .htq_class h1 {
    font-size: 36px;
}
.htq_class .h2, .htq_class h2 {
     font-size: 30px;
}
.htq_class .h3, .htq_class h3 {
    font-size: 24px;
}

.htq_class .h4, .htq_class h4 {
    font-size: 18px;
}
.htq_class .h5, .htq_class h5 {
    font-size: 14px;
}

.htq_class .h6, .htq_class h6 {
    font-size: 12px;
}*/

.htq_class table {
    background-color: transparent;
}
.htq_class caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
.htq_class th {
    --text-align: left;
}

.htq_class .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.htq_class .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.htq_class .table > thead > tr > th,
.htq_class .table > tbody > tr > th,
.htq_class .table > tfoot > tr > th,
.htq_class .table > thead > tr > td,
.htq_class .table > tbody > tr > td,
.htq_class .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.htq_class .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.htq_class .table > caption + thead > tr:first-child > th,
.htq_class .table > colgroup + thead > tr:first-child > th,
.htq_class .table > thead:first-child > tr:first-child > th,
.htq_class .table > caption + thead > tr:first-child > td,
.htq_class .table > colgroup + thead > tr:first-child > td,
.htq_class .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.htq_class .table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.htq_class .table .table {
    background-color: #fff;
}
.htq_class .table-condensed > thead > tr > th,
.htq_class .table-condensed > tbody > tr > th,
.htq_class .table-condensed > tfoot > tr > th,
.htq_class .table-condensed > thead > tr > td,
.htq_class .table-condensed > tbody > tr > td,
.htq_class .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.htq_class .table-bordered {
    border: 1px solid #ddd;
}
.htq_class .table-bordered > thead > tr > th,
.htq_class .table-bordered > tbody > tr > th,
.htq_class .table-bordered > tfoot > tr > th,
.htq_class .table-bordered > thead > tr > td,
.htq_class .table-bordered > tbody > tr > td,
.htq_class .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.htq_class .table-bordered > thead > tr > th,
.htq_class .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.htq_class .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.htq_class .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.htq_class .table > thead > tr > td.active,
.htq_class .table > tbody > tr > td.active,
.htq_class .table > tfoot > tr > td.active,
.htq_class .table > thead > tr > th.active,
.htq_class .table > tbody > tr > th.active,
.htq_class .table > tfoot > tr > th.active,
.htq_class .table > thead > tr.active > td,
.htq_class .table > tbody > tr.active > td,
.htq_class .table > tfoot > tr.active > td,
.htq_class .table > thead > tr.active > th,
.htq_class .table > tbody > tr.active > th,
.htq_class .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.htq_class .table-hover > tbody > tr > td.active:hover,
.htq_class .table-hover > tbody > tr > th.active:hover,
.htq_class .table-hover > tbody > tr.active:hover > td,
.htq_class .table-hover > tbody > tr:hover > .active,
.htq_class .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.htq_class .table > thead > tr > td.success,
.htq_class .table > tbody > tr > td.success,
.htq_class .table > tfoot > tr > td.success,
.htq_class .table > thead > tr > th.success,
.htq_class .table > tbody > tr > th.success,
.htq_class .table > tfoot > tr > th.success,
.htq_class .table > thead > tr.success > td,
.htq_class .table > tbody > tr.success > td,
.htq_class .table > tfoot > tr.success > td,
.htq_class .table > thead > tr.success > th,
.htq_class .table > tbody > tr.success > th,
.htq_class .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.htq_class .table-hover > tbody > tr > td.success:hover,
.htq_class .table-hover > tbody > tr > th.success:hover,
.htq_class .table-hover > tbody > tr.success:hover > td,
.htq_class .table-hover > tbody > tr:hover > .success,
.htq_class .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.htq_class .table > thead > tr > td.info,
.htq_class .table > tbody > tr > td.info,
.htq_class .table > tfoot > tr > td.info,
.htq_class .table > thead > tr > th.info,
.htq_class .table > tbody > tr > th.info,
.htq_class .table > tfoot > tr > th.info,
.htq_class .table > thead > tr.info > td,
.htq_class .table > tbody > tr.info > td,
.htq_class .table > tfoot > tr.info > td,
.htq_class .table > thead > tr.info > th,
.htq_class .table > tbody > tr.info > th,
.htq_class .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.htq_class .table-hover > tbody > tr > td.info:hover,
.htq_class .table-hover > tbody > tr > th.info:hover,
.htq_class .table-hover > tbody > tr.info:hover > td,
.htq_class .table-hover > tbody > tr:hover > .info,
.htq_class .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.htq_class .table > thead > tr > td.warning,
.htq_class .table > tbody > tr > td.warning,
.htq_class .table > tfoot > tr > td.warning,
.htq_class .table > thead > tr > th.warning,
.htq_class .table > tbody > tr > th.warning,
.htq_class .table > tfoot > tr > th.warning,
.htq_class .table > thead > tr.warning > td,
.htq_class .table > tbody > tr.warning > td,
.htq_class .table > tfoot > tr.warning > td,
.htq_class .table > thead > tr.warning > th,
.htq_class .table > tbody > tr.warning > th,
.htq_class .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.htq_class .table-hover > tbody > tr > td.warning:hover,
.htq_class .table-hover > tbody > tr > th.warning:hover,
.htq_class .table-hover > tbody > tr.warning:hover > td,
.htq_class .table-hover > tbody > tr:hover > .warning,
.htq_class .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.htq_class .table > thead > tr > td.danger,
.htq_class .table > tbody > tr > td.danger,
.htq_class .table > tfoot > tr > td.danger,
.htq_class .table > thead > tr > th.danger,
.htq_class .table > tbody > tr > th.danger,
.htq_class .table > tfoot > tr > th.danger,
.htq_class .table > thead > tr.danger > td,
.htq_class .table > tbody > tr.danger > td,
.htq_class .table > tfoot > tr.danger > td,
.htq_class .table > thead > tr.danger > th,
.htq_class .table > tbody > tr.danger > th,
.htq_class .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.htq_class .table-hover > tbody > tr > td.danger:hover,
.htq_class .table-hover > tbody > tr > th.danger:hover,
.htq_class .table-hover > tbody > tr.danger:hover > td,
.htq_class .table-hover > tbody > tr:hover > .danger,
.htq_class .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.htq_class .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .htq_class .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .htq_class .table-responsive > .table {
        margin-bottom: 0;
    }
    .htq_class .table-responsive > .table > thead > tr > th,
    .htq_class .table-responsive > .table > tbody > tr > th,
    .htq_class .table-responsive > .table > tfoot > tr > th,
    .htq_class .table-responsive > .table > thead > tr > td,
    .htq_class .table-responsive > .table > tbody > tr > td,
    .htq_class .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .htq_class .table-responsive > .table-bordered {
        border: 0;
    }
    .htq_class .table-responsive > .table-bordered > thead > tr > th:first-child,
    .htq_class .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .htq_class .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .htq_class .table-responsive > .table-bordered > thead > tr > td:first-child,
    .htq_class .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .htq_class .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .htq_class .table-responsive > .table-bordered > thead > tr > th:last-child,
    .htq_class .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .htq_class .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .htq_class .table-responsive > .table-bordered > thead > tr > td:last-child,
    .htq_class .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .htq_class .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .htq_class .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .htq_class .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .htq_class .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .htq_class .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.htq_class .pagination {
    display:  flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    direction: ltr;
}
.htq_class .pagination > li {
    display: inline;
}
.htq_class .pagination > li > a,
.htq_class .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none !important;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: inherit;
}
.htq_class .pagination > li:first-child > a,
.htq_class .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.htq_class .pagination > li:last-child > a,
.htq_class .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.htq_class .pagination > li > a:hover,
.htq_class .pagination > li > span:hover,
.htq_class .pagination > li > a:focus,
.htq_class .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.htq_class .pagination > .active > a,
.htq_class .pagination > .active > span,
.htq_class .pagination > .active > a:hover,
.htq_class .pagination > .active > span:hover,
.htq_class .pagination > .active > a:focus,
.htq_class .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.htq_class .pagination > .disabled > span,
.htq_class .pagination > .disabled > span:hover,
.htq_class .pagination > .disabled > span:focus,
.htq_class .pagination > .disabled > a,
.htq_class .pagination > .disabled > a:hover,
.htq_class .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.htq_class .pagination-lg > li > a,
.htq_class .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.htq_class .pagination-lg > li:first-child > a,
.htq_class .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.htq_class .pagination-lg > li:last-child > a,
.htq_class .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.htq_class .pagination-sm > li > a,
.htq_class .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.htq_class .pagination-sm > li:first-child > a,
.htq_class .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.htq_class .pagination-sm > li:last-child > a,
.htq_class .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.htq_class .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.htq_class .pager li {
    display: inline;
}
.htq_class .pager li > a,
.htq_class .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.htq_class .pager li > a:hover,
.htq_class .pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.htq_class .pager .next > a,
.htq_class .pager .next > span {
    float: right;
}
.htq_class .pager .previous > a,
.htq_class .pager .previous > span {
    float: left;
}
.htq_class .pager .disabled > a,
.htq_class .pager .disabled > a:hover,
.htq_class .pager .disabled > a:focus,
.htq_class .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}


.htq_class .img-container{
    margin-bottom:20px;
}

.htq_class .img-container img
{
    height: auto;
}
.htq_class .btn_right{
    float:right;
    margin-right:20px;
}
.htq_class .read_more{
    background: #2aabc5;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    margin-bottom:20px;
    float:right;
}
.htq_class .read_more:hover{
    background: #343434;
    color: #fff;
}

.htq_class .read_more {
    font-size: 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.htq_class .fa {
    padding: 0 5px;
}

.htq_class .form-group {
    margin-bottom: 15px;
}

.htq_class .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.htq_class .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.htq_class .form-group-sm textarea.form-control,
.htq_class .form-group-sm select[multiple].form-control {
    height: auto;
}
.htq_class .form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.htq_class .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.htq_class .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: unset;
}
.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: unset;
}

.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.htq_class .radio, .htq_class .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.htq_class .panel-body::before, .htq_class .panel-body::after
{
    display: table;
    content: " ";
}

.htq_class .panel-body {
    padding: 15px;
}

.htq_class .panel {
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
}

.htq_class .panel-default {
    border-color: rgb(221, 221, 221);
}

.htq_class .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.htq_class .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.htq_class .radio label, 
.htq_class .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: unset;
}

.htq_class input[type="radio"], 
.htq_class input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

/*bs 4 w,h,p,m*/

.w-25 {
    width: 25% !important;
}

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

.w-75 {
    width: 75% !important;
}

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

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

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

.mh-100 {
    max-height: 100% !important;
}

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

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

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

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

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

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

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

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

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.htq_class  .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .htq_class .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .htq_class .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .htq_class .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .htq_class .container {
    max-width: 1140px;
  }
}

.htq_class .container-fluid, .htq_class .container-sm, .htq_class .container-md, .htq_class .container-lg, .htq_class .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .htq_class .container, .htq_class .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .htq_class .container, .htq_class .container-sm, .htq_class .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .htq_class .container, .htq_class .container-sm, .htq_class .container-md, .htq_class .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .htq_class .container, .htq_class .container-sm, .htq_class .container-md, .htq_class .container-lg, .htq_class .container-xl {
    max-width: 1140px;
  }
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
        url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), 
        url('fonts/glyphicons-halflings-regular.woff') format('woff'), 
        url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
        url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\002a";
}
.glyphicon-plus:before {
    content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}