body {

    background-color: #C5C5C5;

    background-image: url(images/body-bg.png);

    background-position: center top;

    background-repeat: repeat-y;
}




/**

 * SCAFFOLDING

 */

#top {

    background-color: #002C78;

    height: 5px;

    margin: 0;
}



#primary {

    margin: 30px auto;
}



img {

    height: auto;

    max-width: 100%;
}



h1,
h3 {

    font-family: Arial, Helvetica, sans-serif;

    font-size: 22px;

    font-weight: normal;

    padding-bottom: 5px;
}




/**

 * HEADER

 */

header {

    margin-top: 30px;
}



.nav {

    margin: 12px 0;
}



.nav ul {

    float: right;

    margin: 0;

    padding: 0;

    text-align: right;
}



.nav li {

    display: inline-block;

    float: none;

    margin: 0;
}



.nav li a {

    color: #2E3436;

    display: block;

    float: left;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;

    margin: 0;

    padding: 10px;

    text-align: center;

    text-decoration: none;
}



.nav li a.active {

    background-color: #FFD200;

    color: #2E3436;
}



.header-top {

    position: relative;
}



.header-top .inner {

    text-align: right;
}



.header-top .mobile {

    display: none;
}



.header-top a {

    color: #2E3436;

    position: absolute;

    z-index: 1000;

    right: 70px;

    bottom: 10px;

    font-size: 15px;

    font-family: Arial;

    font-weight: bold;

    text-align: justify
}



.logos ul {

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: justify;
}



.logos ul:after {

    content: '';

    width: 100%;
    /* Ensures there are at least 2 lines of text, so justification works */
    display: inline-block;
}



.logos li {

    display: inline-block;

    list-style: none;

    margin: 2px 0;
}



@media (max-width: 991px) {

    .logos li {

        margin-bottom: 10px;

        padding: 0 8px;

        width: 107px;
    }
}



@media (max-width: 600px) {

    .logos li {

        float: left;

        width: auto;
    }
}




/**

 * FOOTER

 */

footer .inner {

    border-top: 1px solid #CECECE;

    padding-top: 15px;
}



footer .right {

    text-align: right;
}




/**

 * PAGES

 */

.heading {

    margin-bottom: 30px;
}



.heading .inner {

    border-bottom: 1px solid #CECECE;

    margin-bottom: 30px;
}



.heading h1 {

    color: #224390;
}



.single-page-top {

    margin-bottom: 50px;
}



.single-page-top .right {

    text-align: center;
}

.slick-slide img {
    margin: 0 auto;
}

.projector-carousel img {
    display: none;
}

.projector-carousel li {
    list-style: none;
}



/**

 * HOMEPAGE

 */

.home-top {

    background: #EDEDED;

    border-radius: 30px;

    -webkit-border-radius: 30px;

    overflow: hidden;

    padding: 30px 15px;
}



.home-top .left {

    text-align: center;
}



.home-top .right img {

    max-width: 230px;

    width: 100%;
}



.home-top .inner {

    background: #0042B5;

    color: #FFD200;

    font-size: 16px;

    padding: 29px 15px;
}


.home-top .left .inner {

    padding: 0;
}


.home-top .right .inner {

    min-height: 244px;
    padding-bottom: 0;
}



.home-top .vendors-wrap {

    margin-top: 30px;
}



.home-top .vendors {

    list-style: none;

    margin: 0;

    /*padding: 0;*/
    padding: 10px 0;
    overflow: hidden;
}


.home-top .vendors li {
    margin-top: 10px;
    text-align: center;
}


ul.brands {

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: justify;
}



ul.brands li {

    display: inline-block;
}




/**

 * HELPERS

 */

.m10-btm {

    margin-bottom: 10px;
}




/**

 * BUTTONS

 */

.btn-default {

    background-color: #FFD200;
}



.btn-default:hover {

    background-color: #002c78;

    color: white;
}



.page-btn {

    border-radius: 6px;

    -webkit-border-radius: 6px;

    display: block;

    font-size: 16px;

    font-weight: bold;

    line-height: 1;

    padding: 10px;

    position: relative;

    text-transform: uppercase;

    text-align: center;
}



.page-btn a {

    color: black;
}



.page-btn:hover a {

    color: white;
}




/**

 * FORMS

 */

.form-header {

    background-color: #002c78;

    color: white;

    padding: 15px;

    text-align: center;
}



.form-header p {

    max-width: 280px;

    margin: 0 auto;

    line-height: 1.1em;
}



.form-control {

    border: 0;

    border-radius: 0;
}



textarea {

    resize: vertical;
}



form.pss-form,

form#book-technian {

    background: #e9e9e9;

    padding: 15px;
}



form.pss-form label,

form#book-technian label {

    display: none;
}



button.btn-default {

    border: 0;

    border-radius: 0;

    font-weight: bold;
}




/**

 * OTHER

 */

.bottom-buttons {

    margin-top: 30px;
}



.bottom-buttons .btn-wrap>div {

    max-width: 350px;

    margin: 0 auto;

    width: 100%;
}




/**

 * ALERTS

 */

.alert {

    padding: 15px;

    margin-bottom: 20px;

    border: 1px solid transparent;

    border-radius: 4px;
}



.alert-danger {

    color: #a94442;

    background-color: #f2dede;

    border-color: #ebccd1;
}



.alert-info {

    color: #31708f;

    background-color: #d9edf7;

    border-color: #bce8f1;
}



ul.form-errors {

    padding-left: 50px;

    padding-right: 50px;
}




/**

 * GOOGLE MAP

 */

#contact-map {

    width: 100%;
}


.disclaimer {
    font-size: 12px;
    padding: 15px;
    text-align: center;
}


@media (min-width: 768px) and (max-width: 1000px) {

    footer .container,

    header .container {

        width: 100%;
    }
}



@media (min-width: 768px) and (max-width: 900px) {

    .nav li a {

        font-size: 12px;

        padding-left: 5px;

        padding-right: 5px;
    }
}



@media (max-width: 768px) {

    .logo-wrap {

        text-align: center;
    }



    .logo-wrap a {

        display: block;

        margin-bottom: 12px;
    }



    .nav ul {

        float: none;

        text-align: center;
    }



    .nav li {

        float: none;
    }



    .nav li a {

        padding: 10px 5px;
    }



    .header-top .inner {

        font-size: 20px;

        text-align: center;
    }



    .header-top .desktop {

        display: none;
    }



    .header-top .mobile {

        display: block;
    }



    .header-top a {

        display: inline;

        font-size: 20px;

        position: inherit;
    }



    /**

     * PAGES

     */
    .single-page-top .left,

    .single-page-top .right {

        margin-bottom: 30px;
    }





    /**

     * FOOTER

     */
    footer .left,

    footer .right {

        text-align: center;
    }



    footer .left {

        margin-bottom: 15px;
    }



    footer .left>div,

    footer .right>div {

        display: inline;
    }



    /**

     * OTHER

     */
    .bottom-buttons .btn-wrap>div {

        margin: 10px auto 0;
    }
}



@media (max-width: 450px) {

    .header-top .mobile span {

        display: block;
    }
}



@media (max-width: 420px) {



    .home-top .right .col-xs-6 {

        width: 100%;
    }



    .home-top .vendors li {

        width: 50%;
    }
}


@media (max-width: 320px) {
    .home-top .vendors li {
        width: 100%;
    }
}