@charset "utf-8";
/* CSS Document */

.mobile-break { display: none; }
.navbar-right {
    float: initial !important;
    margin-right: 0px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.navbar-custom.affix {
    transition: .5s;
}

.press-caption h4 { font-size: 14px; line-height: 18px; }
#press .press-item .press-caption p { font-size: 12px; } 

@media only screen and (min-width : 320px) and (max-width : 768px) {
.modal-body { width: 80% !important; }
.press-modal .close-modal { top: 25px; right: 145px !important; width: 25px; height:25px; }
.press-modal .close-modal .lr { height: 35px !important; }
.press-modal .close-modal .lr .rl { height: 35px !important; }
.press-modal .modal-content { padding: 50px 0 !important; }
.intro-heading img {
    width: 90%;
    height: 90%;
}
.mobile-break { display: inline-block; }
ul.social-buttons{margin-bottom:0; margin-top: 15px;}    
}