* {
    font-family: 'Roboto Condensed';
}
#logo {
    margin: 0px auto;
}
nav {
    background-color: black;
}
.nav li a {
    font-size: 20px;
    color: white;
}
.nav .open a {
    background-color: black !important;
}
nav .open .dropdown-menu {
    background-color: #222;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 3px;
    border: none;
    box-shadow: none;
    margin: 0;
}
nav .open .dropdown-menu li a {
    background-color: #222 !important;
    border-bottom: 1px #444 solid;
    color: #FFF;
}
nav .open .dropdown-menu li:last-child a {
    border-bottom: none;
}

.nav li a:hover {
    background-color: black;
    text-decoration: underline;
}
.nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}
.nav-pills {
    text-align:center;
}
h2 {
    text-align: center;
}
.description {
    text-align: justify;
    margin: 0 auto;
    font-size: 17px;
}
.icons {
    clear: both;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}
.row {
    margin: 30px auto;
}
.icon {
    display: inline-block;
    margin: 0 10px;

    -webkit-transition: -webkit-transform .75s ease-in-out;
    -ms-transition: -ms-transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
}
.icon:hover {
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
footer {
    background-color: black;
    color: white;
    padding: 30px 0 30px 0;
    font-size: 20px;
}
footer .company-info {
    text-align: left;
}
footer .company-logo {
    text-align: right;
}

@media screen and (min-width: 1000px) {
    .description,
    .icons {
        width: 800px;
    }
    .container {
        width: 1300px;
    }
}
@media screen and (max-width: 600px) {
    .dropdown-backdrop {
        display: none !important;
    }
    .container {
        padding-right: 5px;
        padding-left: 5px;
    }
    nav li {
        display: block !important;
    }
    .open .dropdown-menu {
        position: static;
        background-color: red;
        float: none;
        text-align: center;
        background-color: #222;
    }
    footer .company-info {
        text-align: center;
    }
    footer .company-logo {
        padding: 50px 0 20px 0;
        text-align: center;
    }
}
@media screen and (min-width: 886px) {
    #sfx-pro-photos {
        width: 885px;
        margin: 0 auto
    }
}
@media screen and (max-width: 885px) {
    #sfx-pro-photos img {
        display: block;
        max-width: 100%;
        width: 100%;
        height: auto;
        margin: 15px 0;
    }
}
.full-width {
    width: 100%;
}