@import url(tablesaw.stackonly.css);

/*Remove JFMobile Image*/
img.jf_mm_a_img.menu-image {
    display: none;
}

/*default transition contributed by Sean J.*/
a {
    -webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
    transition: all 0.3s;
}
object#rtmp_api {
}
#rtmp {

    /*min-width: 720px!important;*/
}
#rt-header .rt-omega {
    text-align: right
}
.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th {
    background-color: #ffffff;
}

/* Smartphones */
@media (max-width:480px) {
    #rtmp {
        display: block;
        width: 200px;
        max-width: 100%;
        height: 150px;
        margin: 0px auto 20px;
        cursor: pointer;
    }
    .video span {
        background-size: 400%;
    }
    .videos img {
        width: 200px !important;
        height: auto;
    }
}
@media (max-width:767px) {
    #rt-header .rt-omega {
        text-align: center !important;
    }
    .userwelcome {
        float: none !important;
    }
    ul.dropdown-menu {
        right: 0;
        left: 0;
    }
    #rt-copyright div.rt-container div.rt-grid-6.rt-alpha div.rt-block {
        text-align: center;
    }
}

/* Smartphones to Tablets */
@media (min-width:481px) and (max-width:767px) {
    #rtmp {
        display: block;
        width: 360px;
        max-width: 100%;
        height: 270px;
        margin: 0px auto 20px;
        cursor: pointer;
    }
    .video span {
        background-size: 200%;
    }
    .videos img {
        width: 360px !important;
        height: auto;
    }
}

/* Tablets */
@media (min-width:768px) and (max-width:959px) {
    #rtmp {
        display: block;
        width: 680px;
        max-width: 100%;
        height: 510px;
        margin: 0px auto 20px;
        cursor: pointer;
    }
    .video span {
        background-size: 150%;
    }
    .videos img {
        width: 680px !important;
        height: auto;
    }
}

/* Desktop */
@media (min-width:960px) and (max-width:1199px) {
    #rtmp {
        display: block;
        width: 560px;
        max-width: 100%;
        height: 420px;
        margin: 0px auto 20px;
        cursor: pointer;
    }
    .video span {
        background-size: 200%;
    }
    .videos img {
        width: 560px !important;
        height: auto;
    }
}

/* Large Display */
@media (min-width:1200px) {
}

/* 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;
    }
}

#rt-copyright a{
    color: #FFF;
}


#gantry-totop {
    background: unset;
    border: 1px solid #d5d5d5;
    box-shadow: unset;;
}

#rt-top-surround a:hover {
    color: #000;
}

#rt-header .rt-block {
    padding: 0;
    margin: 0;
}

.userwelcome{
    margin-top: 20px;
}