/* CSS Document - Helper class */

/** elements ******************************************************************/

a:link    { color: #0095DA; text-decoration: none; font-size: 16px; font-family: 'Montserrat', Arial;font-weight: 400;}
a:visited { color: #0095DA; text-decoration: none; font-size: 16px; font-family: 'Montserrat', Arial;font-weight: 400;}
a:hover   { color: #333333; text-decoration: none; font-size: 16px; font-family: 'Montserrat', Arial;font-weight: 400;}
a:active  { color: #333333; text-decoration: none; font-size: 16px; font-family: 'Montserrat', 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-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-right-md-left{
    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: 60px;
    height: 60px;
    padding: 5px 16px;
    font-size: 24px;
    line-height: 1.33;
    background-color: rgba(0,149,218,1);
    color:#fff;
    margin-left: 10px;
    position:fixed;
    bottom: 20px; 
    right: 20px;
    display:none;
    z-index: 99999;
    text-align: center;
    border-radius: 5px;
}
.scroll-top:hover{
    text-decoration:none;
}
.scroll-top i{
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}
/* end scroll top */

/* cookie */
.cookie {
   position: fixed;
   left: 0px;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   background-color: rgba(255,255,255,.8);
   z-index: 1000;
   -webkit-box-shadow: 0 2px 60px rgba(0, 0, 0, .25);
   -moz-box-shadow: 0 2px 60px rgba(0, 0, 0, .25);
   box-shadow: 0 2px 60px rgba(0, 0, 0, .25);
   /*opacity: 0.9;*/ 
}

.cookie-inner{
    margin: 0 auto; 
    max-width: 1170px; 
    padding: 15px; 
    color:#333;  
    line-height: 15px; 
    font-size: 13px;
}

.cookie-inner a{
    font-size: 13px !important;
    color: #0095DA;
    text-decoration: underline;
    font-weight: 500;
}

.cookie-inner a:hover{
    color: #333;
}

.cookie-inner .btn-cookie {
    background-color: #0095DA;
    color: #fff;
    font-size: 14px;
    font-weight: 500; 
    text-transform: uppercase; 
    padding: 8px 15px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 25px;
}

.cookie-inner .btn-cookie:hover {
    background-color: #00699B;
}

.cookie-inner .btn-cookie:active {
    background-color: #00699B;
}
/* end cookie */


.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: 854px;
    max-height: 480px;
    overflow: visible;
    background: #fff;
}

/** end elements **************************************************************/


/** error page ****************************************************************/

.error-content {
    padding: 0 15px;
    background-color: #fff;
    margin-top: 80px;
    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: #00527D;
    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: #0095DA;
    color: #fff;
    font-size: 14px;
    font-weight: 500; 
    text-transform: uppercase; 
    padding: 8px 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: #00699B;
}

.error-back-btn:active {
    background-color: #00699B;
}

/** 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;
    }
    
    .error-content {
        margin-top: 0; 
    }
}

/** 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-right-md-left{
        text-align: left !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){}