#poll_options {
    margin-top: 42px !important;
}

#poll_results{
    margin-top: 42px !important;
}

#poll_results .option .mb5{
    margin-bottom: 3px !important;
    line-height: 17px;
}



body{
    background-color: #000;
}

*{
    font-family: Helvetica;
    font-size: 16px;
}

p{
    margin-bottom: 10px;
    color: #f0da5a !important;
}

h2{
    color: #c09a19 !important;
    font-family: 'TrajanPro-Bold';
    font-size: 25px;
}

h2 {
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px;
}
h2:before,
h2:after {
    background-color: #807777;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    bottom: 5px;
}
h2:before {
    right: 0.5em;
    margin-left: -50%;
}
h2:after {
    left: 0.5em;
    margin-right: -50%;
}



#mainContainer{
    width: 990px;
    /*width: 100%;*/
    margin: 0 auto;
    margin-top: 80px;
}

#mainDescription{
    width: 100%;
}

#logoHolder img{
    width: 300px;
}

.halfWidth{
    width: 48%;
    float: left;
    text-align: justify;
}

.halfWidth:first-child{
    margin-right: 3%;
}

.halfWidth img{
    float: left;
    margin: 10px;
}

iframe{
    min-height: 405px;
}

.imgOptions img{
    margin: 2px;
}

#fs-20{
    font-size: 18px;
}

.buttonContainer{
    margin-bottom: 80px;
}

.btnAnchor{
    display: inline-block;
    color: #000;
    font-family: 'TrajanPro-Bold';
    font-size: 18px;
    padding: 8px 10px 5px;
    line-height: 25px;
    cursor: pointer;
    background: #c1a855; /* Old browsers */
    background: -moz-linear-gradient(top,  #c1a855 0%, #a5851b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1a855), color-stop(100%,#a5851b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c1a855 0%,#a5851b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c1a855 0%,#a5851b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c1a855 0%,#a5851b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c1a855 0%,#a5851b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a855', endColorstr='#a5851b',GradientType=0 ); /* IE6-9 */
}

.backtop{
    position: absolute;
    right: 10px;
    font-size: 13px;
    padding: 2px 10px 0px;
    line-height: 24px;
    bottom: 5px;
}

footer{
    width: 990px;
    /*width: 100%;*/
    margin: 100px auto 20px;
    text-align: center;
}

footer ul{
    margin: 10px auto;
}

footer li{
    display: inline-block;
}

.social a{
    display: inline-block;
    width: 32px;
    height: 31px;
    background-image: url('../img/social-sprites.png');
    background-repeat: no-repeat;
    margin: 0 2px;
}


.social #fb{
    background-position: 0 0;
}
.social #twitter{
    background-position: -38px 0;
}
.social #instagram{
    background-position: -73px 0;
}
.social #youtube{
    background-position: -108px 0;
}

footer li a{
    text-decoration: none;
}

footer li p{
    font-family: "Century Gothic";
    font-weight: bold;
    color: #FFF !important;
    text-decoration: none;
    font-size: 18px;
    margin-top: -22px;
}

/* Header */

.vertical-menu ul{
    padding-left: 0;
}

.vertical-menu ul> li > a {
    text-decoration: none;
}

ul.social{
    padding-left: 0;
}
ul.social{
    padding-left: 0;
}

/* Poll Style Overrides */

#poll_wrapper{
    margin: 0 auto;
    box-shadow: none !important;
    background-color: #FFF;
    border: 2px solid gray;
    min-height: 400px !important;
    height: 400px !important;
}

.poll_question{
    background-color: rgba(56, 55, 55, 0.9);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.poll_question h1 {
    font-family: 'TrajanPro-Bold';
    font-size: 24px;
    text-align: center;
    color: #f0da5a !important;
    padding: 6px 0 1px !important;
    margin: 0;
}


#frmPoll{
    height: initial !important;
    display: initial;
}

.poll_options_wrapper {
    margin: 25px 0 !important;
}

.poll_options li{
    line-height: 20px;
}

.poll_options label{
    color: #c09a19 !important;
    font-family: 'TrajanPro-Bold';
    font-size: 15px;
}

.poll_options input[type="radio"] {
    margin: 2px 3px 0px 5px !important;
}

#validation_errors{
    color: red !important;
}

input[type="submit"]{
    font-size: 13px;
}
/*
.fancybox-lock .fancybox-overlay {
    overflow-y: initial !important;
}
.fancybox-overlay-fixed {
    position: fixed !important;
}*/

/* Mobile Styles */

@media only screen and (max-width: 480px) {

    #mainContainer{
        width: 300px;
        overflow: hidden;
    }

    #logoHolder img{
        width: 220px;
        height: auto;
    }

    .halfWidth{
        width: 100%;
    }

    .halfWidth p{
        font-size: .92em;
        line-height: 18px;
    }

    .halfWidth img {
        float: left;
        margin: 2px;
        width: 145px;
    }

    #fs-20 {
        font-size: 1.1em;
        text-align: center;
    }

    .buttonContainer {
        margin: 25px auto;
    }

    .btnAnchor{
        font-size: 1em;
        padding: 8px 32px 6px;
        margin-bottom: 9px;
        line-height: 21px;
    }

    h2{
        font-size: 1.3em;
    }

    h2:before, h2:after {
        display: none;
    }

    iframe{
        width: 300px;
        margin-bottom: 10px;
    }

    iframe body{
        margin: 0;
    }

    .imgOptions img{
        width: 140px;
        margin: 3px 0px;
    }

    #poll_wrapper {
        max-width: 300px;
        min-height: 365px !important;
        height: 370px !important;
    }


    .backtop {
        position: static;
        text-align: center;
        padding: 4px 0 2px !important;
        width: 37% !important;
        font-size: .7em;
    }

    .poll_question h1 {
        font-size: 1.2em;
        line-height: 22px;
    }

    .poll_options label {
        font-size: .8em;
    }

    .resultsWrap .option p:first-of-type{
        color: black !important;
        font-size: .96em;
    }

    .resultsWrap .option p:last-of-type{
        margin-top: 0px;
    }

    footer {
        width: 300px;
    }

    footer #networklogo{
        height: 40px !important;
    }
}