html,
body {
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

img {
    border: 0px;
}

a,
a:hover {
    text-decoration: none;
}

.fullWrapper {
    width: 100%;
}

.centerWrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

#headerTopFull {
    border-bottom: 1px solid #ccc;
    background: #666;
    position: fixed;
    z-index: 100000;
}

#headerTopSection {
    font-size: 12px;
}

#logoBorder {
    position: absolute;
    width: 100px;
}

#logoImage {
    height: 95px;
    margin-bottom: -40px;
    position: absolute;
    padding: 10px 0;
    left: 50%;
    transform: translateX(-50%);
}

#headerTopSection span {
    padding: 0px 10px;
    color: #696969;
}

#headerTopSection a {
    color: #000;
}

#headerTopSection a:hover {
    text-decoration: underline;
}

#headerFull {
    height: 100px;
}

#menuFull {
    border-bottom: 1px solid #ccc;
}

#menuSection {}

#menuBlock {
    display: none;
}

#fullMenu {
    visibility: hidden;
    width: 0;
    height: 0;
}

.showDiv {
    display: none;
}

.menuContainer {
    dsiplay: inline-block;
    text-align: center;
    margin-left: 100px;
}

.dropTab {
    vertical-align: top;
    float: left;
    margin-left: 20px;
}

.menuContainer .dropName {
    padding: 22px 10px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

#rightMenu .dropName {
    padding: 5px;
    line-height: 33px;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-align: center;
}

#rightMenu .dropName:hover {
    background: #333 !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0px;
}

.menuContainer .dropBox {
    width: 200px;
    background: #333;
    border: 1px solid #ccc;
    text-align: left;
    padding: 5px;
    margin-left: 0px !important;
}

.menuContainer .dropBox .dropName {
    color: #fff;
    border-radius: 0px;
    text-transform: capitalize;
}

.menuContainer .dropBox .dropName:hover {
    text-decoration: underline;
}

.menuContainer .activeDrop {
    background: #333 !important;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0px;
}

.activeDrop {
    color: #fff !important;
}

.activeLeft {
    margin-left: -200px;
}

.activeRight {
    margin-left: 200px;
}

.fa-angle-down {
    display: none;
}

#searchBox {
    display: block;
    vertical-align: top;
    transition: all 0.3s ease;
}

#searchIcon {
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    float: right;
}

#searchIcon:hover {
    background: #dfdfdf;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0px;
}

#searchEngine {
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
    border-bottom: #dfdfdf;
    height: 0;
    padding: 0 15px;
}

#searchInputBox {
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #333;
    background: transparent;
    border-right: 0px;
    height: 55px;
    width: 90%;
}

#searchInputBox input {
    border: 0px;
    background: transparent;
    margin: 2px;
    padding: 10px;
    width: 100%;
    font-size: 26px;
    color: #333;
    font-weight: 300;
}

#searchSubmitBtn {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    line-height: 55px;
    padding: 0px 15px 0px 10px;
    color: #6d6d6d;
    cursor: pointer;
    border-bottom: 1px solid #333;
    margin-left: -5px;
    font-size: 18px;
}

#searchSubmitBtn:hover {
    color: #999;
}

#lowerHeaderFull {
    border-bottom: 1px solid #ccc;
    padding: 3px 0;
    font-weight: 700;
    color: #666;
    font-size: 12px;
    background-color: #f4f4f4;
}

#bodyFull {
    padding-bottom: 50px;
    min-height: 650px;
}

#passportRules {
    text-align: center;
    background: #cc0000;
    padding: 1px 0;
    margin-top: -10px;
    color: #fff;
}

#passportRules p {
    text-align: center;
}

.rulesBtn {
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background: #3b5998;
    width: 160px;
    margin: 10px auto 0;
    font-size: 14px;
    font-weight: bold;
}

#footerFull {
    padding: 50px 0;
    background: #666;
    font-size: 16px;
    border-top: 2px solid #666;
}

.footerCol {
    float: left;
    padding: 50px 35px;
    box-sizing: border-box;
}

.footerTitle {
    font-size: 16px;
    margin: 0 0 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.footerCol img {
    height: 180px;
}

.fa-arrow-right {
    display: none;
}

.colTitle {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 15px;
}

.colContent {
    line-height: 35px;
}

.colContent a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.slideContainer {
    background: transparent !important;
}

.footerBtn {
    float: left;
    margin: 0 5px;
}

.footerBtn:hover {
    text-decoration: underline;
}

.socialBtn {
    float: left;
    padding: 10px;
    margin: 0 0px 20px 5px;
    color: #fff;
    font-size: 32px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

#facebookIcon {
    transition: all .5s ease-in-out;
}

#facebookIcon:hover {
    color: #fff;
    background: #3b5998;
}

#pinterestIcon {
    transition: all .5s ease-in-out;
}

#pinterestIcon:hover {
    color: #fff;
    background: #cb2027;
}

#twitterIcon {
    transition: all .5s ease-in-out;
}

#twitterIcon:hover {
    color: #fff;
    background: #55acee;
}

#houzzIcon {
    transition: all .5s ease-in-out;
}

#houzzIcon:hover {
    color: #fff;
    background: #73ba37;
}

#poweredBy {
    font-size: 12px;
    color: #fefefe;
    text-align: center;
}

#poweredText {
    text-align: center;
}

#poweredBy img {
    margin: 10px 0 0;
    background: #fff;
    height: 25px;
    padding: 5px;
}

@media screen and (max-width:950px) {
    #logoBorder {
        height: 85px;
        width: 85px;
    }

    #leftRefineBox {
        top: 80px !important;
    }

    #logoImage {
        height: 65px;
    }

    .menuContainer {
        display: none;
    }

    #menuBlock {
        color: #000;
        transition: all 1s;
        cursor: pointer;
        overflow: hidden;
        font-size: 2em;
        display: block;
        float: right;
    }

    #fullMenu {
        width: 0;
        margin: 0 auto;
        color: #fff;
        cursor: pointer;
        height: 100%;
        transition: all .5s ease-in-out;
        font-size: 1.6em;
        position: fixed;
        z-index: 1000;
        visibility: hidden;
        right: 0;
        top: 62px;
    }

    #fullMenu.clicked {
        width: 350px;
        transition: all .5s ease-in-out;
        visibility: visible;
    }

    #dropDown {
        border-top: 2px solid #000;
        background: -webkit-linear-gradient(top, #3d3d3d, #212121);
        height: 100%;
    }

    .menuBtn {
        padding: 20px;
        min-width: 150px;
        width: 85%;
        float: left;
        background: transparent;
        position: relative;
        color: #fff;
    }

    .menuBtn:hover {
        background: #222;
    }

    .menuBtn i {
        float: right;
        margin: 0 10px;
    }

    .subMenu {
        background: #fff;
        color: #777;
        visibility: hidden;
        opacity: .5;
        position: absolute;
        left: 0;
        z-index: 1000;
        max-width: 350px;
        width: 100%;
        margin-top: 100px;
        border-top: 1px solid #d0d0d0;
        border-left: 1px solid #3d3d3d;
        transition: all .3s ease-in;
        border-bottom: 1px solid #d0d0d0;
    }

    .subMenu.tap {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        transition: all .3s ease-out;
        height: auto;
    }

    .subMenuBtn {
        text-indent: 20px;
        padding: 10px 0;
        color: #777;
    }

    .subMenuBtn:hover {
        color: #000;
    }

    .subMenu i {
        float: none;
    }

    .closeBtn {
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
    }

    .closeBtn:hover {
        background: #e0e0e0;
    }
}

@media (max-width:767px) {
    #logoBorder {
        transform: translateX(0);
        top: -8px;
        left: -10px;
    }
    .dropTab {
        margin-left: 0;
    }
    #rightMenu .dropName {
        padding: 5px 8px;
        line-height: 25px;
        font-size: 14px;
    }
}

@media screen and (max-width:550px) {
    #fullMenu.clicked {
        width: 100%;
    }

    .menuBtn {
        width: 93%;
    }

    .subMenu {
        max-width: 100%;
    }

    .dontDisplay {
        display: none;
    }

    .showDiv {
        display: block;
    }

    #searchInputBox {
        width: 75%;
    }
}