/* CSS Document - Helper class */

/** elements ******************************************************************/

a:link    { color: #ED1C24; text-decoration: none; font-size: 16px; font-family: 'Poppins', Arial;font-weight: 400;}
a:visited { color: #ED1C24; text-decoration: none; font-size: 16px; font-family: 'Poppins', Arial;font-weight: 400;}
a:hover   { color: #ED1C24; text-decoration: none; font-size: 16px; font-family: 'Poppins', Arial;font-weight: 400;}
a:active  { color: #ED1C24; text-decoration: none; font-size: 16px; font-family: 'Poppins', Arial;font-weight: 400;}

.divider {
    height: 30px;
    clear: both;
}

.divider-15 {
    height: 15px;
    clear: both;
}

.divider-20 {
    height: 20px;
    clear: both;
}

.divider-40 {
    height: 40px;
    clear: both;
}

.divider-50 {
    height: 50px;
    clear: both;
}

.divider-100 {
    height: 100px;
    clear: both;
}

.divider-underline {
    margin: 25px auto;
    height: 2px;
    background-color:#CDBEB0;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

.float-none{
    float: none !important;
}

.image-background {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 70%;  
}

.image-background-inner{
    padding-top: 60%;   
}

.image-background-70 {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;   
}

.image-background-70 div{
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;
    padding-bottom: 70%;   
}

.no-padding {
    padding:0;
}

.col-padding-0 {
    padding-right:0;
    padding-left:0;
}

.gutter-32.row {
    margin-right: -30px;
    margin-left: -30px; 
}
.gutter-32 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 30px;
    padding-left: 30px; 
} 

.gutter-16.row {
    margin-right: -8px;
    margin-left: -8px; 
}
.gutter-16 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 8px;
    padding-left: 8px; 
} 

.gutter-8.row {
    margin-right: -4px;
    margin-left: -4px; 
}
.gutter-8 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 4px;
    padding-left: 4px; 
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0; 
}
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0; 
}

.no-border-radius{
    border-radius: 0 !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.align-center-sm-left {
    text-align: center !important;
}

.align-left-sm-center{
    text-align: left !important;
}

.align-right-sm-center{
    text-align: right !important;
}

.align-right-md-center{
    text-align: right !important;
}

.align-left-md-center{
    text-align: left !important;
}

.hide-xs {
    display: block;
}

.hide-md {
    display: block;
}

.hide-sm {
    display: block;
}

.show-md {
    display: none;
}

.show-sm {
    display: none;
}

.uppercase {
    text-transform: uppercase;  
}

.page-loader-wrapper{
    /*display: none;*/
}

.page-loader-wrapper p {
    font-size: 16px;
    font-weight: 700;   
}

.data-loader-wrapper{
    text-align: center;
    font-weight: 500;
}
                                                                            
/* scroll top */
.scroll-top{
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    background-color: rgba(30,30,30,0.5);
    color:#fff;
    margin-left: 10px;
    position:fixed;
    bottom: 20px; 
    right: 20px;
    display:none;
    z-index: 99999;
    text-align: center;
}
.scroll-top:hover{
    text-decoration:none;
}
.scroll-top i{
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}
/* end scroll top */


.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: 854px;
    max-height: 480px;
    overflow: visible;
    background: #fff;
}


.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #666 !important;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-right: 5px;
    border-radius: 0px !important;
    min-width: 35px;
    text-align: center;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #CEFFCE;
    border-color: #718393;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #ED1C24;
    border-color: #ED1C24;
}
.page-link:focus, .page-link:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #ED1C24;
    border-color: #ED1C24;
}
/* end pagination */


/** end elements **************************************************************/


/** error page ****************************************************************/

.error-content {
    padding: 0 15px;
    background-color: #fff;
    /*box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.15); */
}

.error-content-inner {
    max-width: 500px;
    margin: auto;
    padding: 80px 0;
    text-align: center;
}

.error-logo {
    text-align: center;
}

.error-logo img{
    max-height: 150px;
}

.error-title {
    font-size: 80px;
    line-height: 100px;
    color: #ED1C24;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.error-description {
    color: #AAA;
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 14px;
}

.error-back-btn {
    background-color: #ED1C24;
    color: #fff;
    font-size: 14px;
    font-weight: 500; 
    text-transform: uppercase; 
    padding: 10px 25px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 25px;
}

.error-back-btn:hover {
    background-color: #C9101A;
}

/** end error page ************************************************************/


@media screen and (max-width: 1920px){

}

/** max 1600  *****************************************************************/
@media screen and (max-width: 1600px){
    
}

/** max 1200  *****************************************************************/
@media screen and (max-width: 1200px){

}

/** max 992 *******************************************************************/
@media screen and (max-width: 992px){
    
    .divider-30-md-15 {
        height: 15px;
        clear: both;
    }
    
    .hide-md {
        display: none;
    }
    
    .show-md {
        display: block;
    }

    .align-right-md-center{
        text-align: center !important;
    }
    
    .align-left-md-center{
        text-align: center !important;
    }
}

/** max 768 *******************************************************************/
@media screen and (max-width: 768px){
    .show-sm {
        display: block;
    }
    
    .hide-sm {
        display: none;
    }
    
    .align-left-sm-center{
        text-align: center !important;
    }
    
    .align-right-sm-center{
        text-align: center !important;
    }
    
    .align-center-sm-left {
        text-align: left !important;
    }
}

/** max 576 *******************************************************************/
@media screen and (max-width: 576px){}

/** max 420 *******************************************************************/
@media screen and (max-width: 420px){}