
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    margin-top: 0px !important;
    outline: none;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625em;
    font-display: swap;
}
*{
    outline: none;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    padding-right: 5px;
    padding-left: 5px;
}
.row {
    margin-right: -5px;
    margin-left: -5px;
}
.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
select.form-control,
input.form-control{
    border-radius: 4px;
    box-shadow: none;
    border:0px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-display: swap;
}
h1, .h1 {
    font-size: 50px;
}
h2, .h2 {
    font-size: 42px;
}
.block-title{
    text-transform: uppercase;
    text-align: center;
    color:#0092ac;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #0092ac;
    background-image: none;
    color: #fff;
}

#filters .form-actions button:active:focus,
#filters .form-actions button:active,
#filters .form-actions button:focus,
#filters .form-actions button,
.btn-info:active:focus,
.btn-info:active,
.btn-info:focus,
.btn-info,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary{
    display: inline-block;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
    background: #0092ac;
    color:#FFF;
    font-family: 'Poppins', sans-serif;
    box-shadow: none !important;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0;
    padding-left: 60px;
    padding-right: 60px;
    outline: none;
}
#filters .form-actions button,
.btn-info{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
#filters .form-actions button:hover,
.btn-info:hover,
.btn-primary:hover {
    outline: none;
    background: #FFF;
    box-shadow: none;
    color: #0092ac;
    border-color: #0092ac;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.p-2{
    padding: 2em;
}
.mb-col{
    margin-bottom: 10px;
}
.mb-1{
    margin-bottom: 1.3em;
}
.mb-2{
    margin-bottom: 2em;
}
.mt-1{
    margin-top: 1.3em;
}
.mt-2{
    margin-top: 2em;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3)
}
.p-relative{
    position: relative;
}
.p-bottomleft{
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.overflow-h{
    overflow: hidden;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.text-bold{
    font-weight: bold;
}
.video-top video{
    vertical-align: top;
    max-width: 100%;
    height: auto !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}

.h-100 {
    height: 100%!important;
}
.h-300 {
    max-height: 300px;
}
.h-f-150{
    height: 150px;
}
.d-block {
    display: block!important;
}
.d-inline-block {
    display: inline-block!important;
}
.text-info{
    color:#333;
}
.line-top::before{
    content: '';
    width: 90px;
    margin: 20px 0px;
    height: 2px;
    background: #0092ac;
    display: block;
}
.line-bottom::after{
    content: '';
    width: 90px;
    margin: 20px 0px;
    height: 2px;
    background: #0092ac;
    display: block;
}
.text-center.line-bottom::after,
.text-center.line-top::before{
    margin: 20px auto;
}

/** md */
@media (min-width: 768px) {
    .show-sm{
        display: block;
    }
}
@media (min-width: 992px) {
    .show-md{
        display: block !important;
    }
    .hide-md{
        display: none !important;
    }
}

.btn.btn-primary-special{
    font-size: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 10px;
}