/* Fix for Bootstrap row-fluid spans in content using jce templates or bootstrap 2 row-fluid */
@media (min-width:768px) and (max-width:979px) {
    [class*="span"], .row-fluid [class*="span"] {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-left: 0 !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
}

/* Smartphones */
@media (max-width:480px) {
}
@media (max-width:767px) {
    #rt-copyright div {
        float: none !important;
        text-align: center !important;
    }
}

/* Smartphones to Tablets */
@media (min-width:481px) and (max-width:767px) {
}

/* Tablets */
@media (min-width:768px) and (max-width:959px) {
}

/* Desktop */
@media (min-width:960px) and (max-width:1199px) {
}

/* Large Display */
@media (min-width:1200px) {
}
#rt-showcase {
}
.logo-block {
    margin: 20px 10px !important;
    padding: 0 15px;
}
.gf-menu {
    list-style: none outside none;
    margin: 10px auto 0;
    margin-top: 15px !important;
}
#rt-header {
    background: none repeat scroll 0 0 #000 !important;
    border-bottom: 5px solid;
    color: #ffffff;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 9999 !important;
}
div.gf-menu-toggle {
    z-index: 999999;
}
body {
    background: #000 !important;
}
.menu-block {
    margin: 0;
    padding: 0;
    text-align: right !important;
    float: right !important;
}
#rt-feature .title {
    border-bottom: medium none;
    box-shadow: none;
    color: #ffffff;
    text-shadow: none;
    text-align: center;
}
h3 {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 27px !important;
}
h2 {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.rsform h2 {
    display: none !important;
}
.formResponsive .formHorizontal .formControlLabel {
    float: left;
    padding-top: 5px;
    text-align: left !important;
    width: 140px;
}
#rt-footer-surround {
    border-top: 5px solid #fff !important;
}
a:hover {
    color: #fff !important;
    text-decoration: underline;
}
.gf-menu.l1 > li > .item {
    font-size: 13px !important;
    line-height: 24px;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
}
h4 {
    color: #fff !important;
}

#rt-header div.rt-container div.rt-grid-8.rt-omega div.rt-block.menu-block ul.gf-menu.l1 li {
	margin-right: 7px !important;
}