@charset "UTF-8";


/* Defaults */

*, *:after, *::before {-webkit-tap-highlight-color:rgba(255,255,255,0);}

::-moz-selection {background:rgba(216,209,186,0.5); color:rgba(35,31,32,1); text-shadow:none;}
::selection      {background:rgba(216,209,186,0.5); color:rgba(35,31,32,1); text-shadow:none;}

html, body {
    background-color:rgb(27,70,111);
    width:100%;
    height:100%;
}


/* Global */

.inline_wrapper {text-align:center;}
.inline {display:inline-block;}

.lcol {float:left;}
.rcol {float:right;}

.clear {
    float:none;
    clear:both;
    width:100%;
}

.clearfix:before, 
.clearfix:after {
    display:table;
    content:"";
}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}




/* Responsive */

@media only screen and (max-width : 747px) {
    
    /* Defaults */
    
    /* Global */
    
    .mobile--hide {display:none !important;}
    .mobile--show {display:block !important;}

}