body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) {
    .navigation .small-screen {
        display: none;
    }

    .navigation .navbar-right {
        margin-right: 30px;
    }

    .navigation .navbar-right .big-screen a img:hover {
        -webkit-animation: spin .8s  linear;
        animation: spin .8s  linear;
    }

    @-webkit-keyframes spin {
        100% { -webkit-transform: rotate(360deg); }
    }
    @-moz-keyframes spin {
        100% { -moz-transform: rotate(360deg); }
    }
    @keyframes spin {
        100% {
            -moz-transform:rotate(360deg);
            -o-transform:rotate(360deg);
            transform:rotate(360deg);
        }
    }

}

@media (max-width: 992px) {
    .navigation .big-screen {
        display: none;
    }
}

.bg-image {
    background-image: url(../imagefiverr16/EmpowermentIsAnInsideJob.jpg);
    background-size: cover;
    background-attachment: fixed;
    height:600px;
}

.navbar-default {
    background-image: none;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}

.navbar .container {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .navbar .container ul {
        position: relative;
        left: 10%;
    }
}

.navbar .container ul li a {
    font-size: 16px;
    color: #489b49;
}

.navbar .container ul li a:hover {
    color: #333333;
    border-bottom: 2px solid #489b49;
}

@media (max-width: 992px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        margin-top: 50px;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav li a {
        font-size: 16px;
        color: #489b49;
    }

    .navbar-default .navbar-nav li a:hover {
        color: #333333;
    }
}

@media (max-width: 576px) and (min-width: 480px) {
    .navigation .container-fluid .navbar-img img {
        width: 300px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .navigation .container-fluid .navbar-img img {
        width: 220px;
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        background-color: #FFFFFF;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar .navbar-img .navbar-brand {
        position: relative;
        top: -20px;
    }
    .navbar-default .container {
        display: none;
    }
}

@media (max-width: 480px) {
    .video-section .video-section-content p iframe {
        width: 100%;
        height: 375px;
    }
}

@media (max-width: 768px) {
    .audio-section .audio-section-content object,embed {
        width: 100%;
        height: 50%;
    }
}

hr {
    border-top: 5px solid #489b49;
}

.success-stories-section .ssc-content {
    margin-top: 30px;
}

.testimonials-section {
    margin-top: 50px;
}

.testimonials-section .testimonials-content {
    margin-top: 30px;
}

.audio-section {
    margin-top: 50px;
}

.audio-section .audio-section-content {
    margin-top: 30px;
}

.video-section {
    margin-top: 50px;
}

.video-section .video-section-content {
    margin-top: 30px;
}

.interviews-section {
    margin-top: 50px;
}

.interviews-section .interviews-section-content {
    margin-top: 30px;
}

.tv-section {
    margin-top: 50px;
}

.tv-section .tv-section-content {
    margin-top: 30px;
}

.misc-section {
    margin-top: 50px;
}

.misc-section .misc-section-content {
    margin-top: 30px;
}

.testimonials-section .testimonials-content .testimonial {
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
}

.testimonial {
    margin: 10px 0;
    padding: 10px;
    width: 30%;
    height: auto;
    margin-left: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

@media (max-width:768px) {
    .testimonial {
        margin-left: 0px;
        width: 100%;
    }
}

footer {
    margin-top: 70px;
}

#footer-links {
    background-image: url(../imagefiverr16/bg_21.gif);
    padding: 20px 0 20px 0;
}

ul {
    list-style: none;
}

#footer-links ul li {
    display: inline;
    font-size: 12px;
    margin: 0 6px;
}

.container #footer-links a {
    font-size: 12px;
}

#footer-links ul li a {
    color: #489b49;
    text-decoration: none;
}

#footer-links ul li a:hover {
    color: #333333;
    text-decoration: underline;
}

#footer-links p {
    color: #1b6784;
    margin: 7px 0;
    font-weight: bold;
}

.small {
    font-size: 9px;
}

#footer-links .small a {
    color: #489b49;
    text-decoration: none;
    font-size: 9px;
}

#footer-links .small a:hover {
    color: #489b49;
    text-decoration: underline;
}

