/* CSS Document - Helper class */

/** elements ******************************************************************/

a.link-footer:link    { color: #aaa; text-decoration: none; font-size: 12px; font-family: 'Roboto', Arial;}
a.link-footer:visited { color: #aaa; text-decoration: none; font-size: 12px; font-family: 'Roboto', Arial;}
a.link-footer:hover   { color: #fff; text-decoration: none; font-size: 12px; font-family: 'Roboto', Arial;}
a.link-footer:active  { color: #fff; text-decoration: none; font-size: 12px; font-family: 'Roboto', Arial;}

.divider-10 {
    height: 10px;
    clear: both;
}

.divider-15 {
    height: 15px;
    clear: both;
}

.divider {
    height: 30px;
    clear: both;
}

.divider-20 {
    height: 20px;
    clear: both;
}

.divider-40 {
    height: 40px;
    clear: both;
}

.divider-50 {
    height: 50px;
    clear: both;
}

.divider-underline {
    margin: 25px auto;
    height: 2px;
    background-color:#CDBEB0;
}

.float-right{
    float: right;
}

.image-background {
    background-repeat: no-repeat !important; 
    background-position: center center; 
    background-size: cover;  
    padding-bottom: 67%;  
}

.image-background-inner{
    padding-top: 60%;   
}

.no-padding {
    padding:0;
}

.col-padding-0 {
    padding-right:0;
    padding-left:0;
}

.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-justify{
    text-align: justify;
}

.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;
}

.hide-xs {
    display: block;
}

.hide-md {
    display: block;
}

.hide-sm {
    display: block;
}

.show-lg {
    display: none;
}

.show-md {
    display: none;
}

.show-sm {
    display: none;
}

.uppercase {
    text-transform: uppercase;  
}

.b-radius {
    border-radius: 2px;
}

/* page link */
.page-item.active .page-link {
    background-color: #EE1C25;
    color: #596882;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 0;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #333333;
    border-color: #333333;
}
.page-link {
    color: #333 !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 38px;
    border-width: 0;
    background-color: #dee2e6;
    margin: 0 1px 0 0;
    font-weight: 500;
}

.page-link:hover {
    background-color: #333;
    color: #fff !important;
}

.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;
    border-radius: 2px;
    font-size: 24px;
    line-height: 1.33;
    background-color: rgba(51,47,55,0.5) /*#332F37 /*rgba(0,177,240,0.5)*/;
    color:#fff;
    /*border: 1px solid #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 */

/** end elements **************************************************************/


/** error page ****************************************************************/

.error-content {
    padding: 0 15px;
    background-color: #332F37;
}

.error-content-inner {
    max-width: 500px;
    margin: auto;
    padding: 50px 0 30px 0;
    text-align: center;
}

.error-logo {
    text-align: center;
}

.error-logo img{
    max-height: 150px;
}

.error-title {
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    text-align: center;
    font-family: "Rubik", Arial;
    text-transform: uppercase;
    position: relative;
}

.error-description {
    color: #fff;
    text-align: center;
}

/** 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){

    .show-lg {
        display: block;
    }
}

/** 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;
    }
}

/** 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){
    
}