.clearfix { clear: both; }

.clearfix:after { visibility:hidden; display:block; content:""; clear:both; height:0; }

* html .clearfix, *:first-child+html .clearfix { zoom: 1; } /* IE6 IE7 */

figure { padding:0; margin:0; }

.row { max-width:1152px !important; }

.desktop, .mobile { display: none !important }

.body-content { overflow:hidden }

header .top-bar {
    margin: 0;
    padding: 0;
    height: auto;
    background: transparent; 
}

button#alertify-ok:hover, button#alertify-cancel:hover {
    color:#ffffff;
}


@media only screen and (min-width: 940px) {
    .desktop { display: block !important; }
    .mobile { display: none !important; }
    .active [role="main"] { margin-right: 0; }
}

@media only screen and (max-width: 939px) {
    .desktop { display: none !important; }
    .mobile { display: block !important; }
}

