
/*loader*/
#loader-wrapper{position: fixed; left: -100px; top: -100px; right: -100px; bottom: -100px; background: #fff; z-index: 12;}

ul { list-style: none; padding: 0; margin: 0; }
.page-height{position: relative;}
.full-size{position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.text-left{text-align: left;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.hidden{display: none!important;}
.visible{display: block!important;}
.clear { clear: both; }
.clearfix { clear: both; height: 20px; }
.big_clearfix { clear: both; height: 40px; }
.float-left { float: left; }
.float-right {float: right;}
.no-padding {padding: 0;}

/* Tablets (>=768px)*/
@media (max-width: 991px) {
    .mobile-margin-right { padding-right: 20px; }
    .mobile-margin-right-100 { padding-right: 20px; width: 100% !important; }
    .clearfix { height: 20px; }
    .big_clearfix { clear: both; height: 20px; }
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .mobile-margin-right { padding-right: 20px; }
    .mobile-margin-right-100 { padding-right: 20px; width: 100% !important; }
    .clearfix_mobile { height: 15px; }
    .clearfix { clear: both; height: 15px; }
    .big_clearfix { clear: both; height: 15px; }
    .no-mobile-padding { padding: 0px;}
}