@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
html {
    background-image: url("http://napoleongrills.com/Portals/_default/Skins/Napoleon/images/site-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-position: 50% 30% !important;
    -moz-background-position: 50% 30% !important;
    background-position: 50% 30% !important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='http://napoleongrills.com/Portals/_default/Skins/Napoleon/images/site-background.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://napoleongrills.com/Portals/_default/Skins/Napoleon/images/site-background.jpg', sizingMethod='scale')";
    overflow: auto;
}

body {
    font-family: 'Oswald', Helvetica, Arial, Sans-Serif;
    min-width: 330px;
}

a {
    text-decoration: none;
}

#main {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: white;
}

#countrySelect {
    text-align: right;
}

#countrySelect select:hover {
    cursor: pointer;
}

#countrySelectForm {
    position: relative;
    top: 24px;
    right: 24px;
    display: inline-block;
    background: url(../images/down_arrow_select.png) no-repeat 92% 55%;
    border: 2px solid rgba(28, 121, 185, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#countrySelect select {
    position: relative;
    z-index: 1;
    font-family: 'Oswald', Helvetica, Arial, Sans-Serif;
    background: transparent;
    width: 100%;
    font-size: 16px;
    border: 0;
    -webkit-appearance: none;
    padding: 5px 39px 5px 10px;
}

#headerTop {
    position: relative;
    height: 50px;
}

#headerTop #napoleon-logo {
    position: absolute;
    top: -28px;
    left: 20px;
    width: 165px;
}

#headerBottom {
    background: rgba(0, 101, 168, 1);
    background: -moz-linear-gradient(top, rgba(0, 101, 168, 1) 0%, rgba(0, 33, 56, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 101, 168, 1)), color-stop(100%, rgba(0, 33, 56, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 101, 168, 1) 0%, rgba(0, 33, 56, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 101, 168, 1) 0%, rgba(0, 33, 56, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 101, 168, 1) 0%, rgba(0, 33, 56, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 101, 168, 1) 0%, rgba(0, 33, 56, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0065a8', endColorstr='#002138', GradientType=0);
    height: 45px;
}

#cta-cont {
    position: relative;
}

#cta-cont #ctaBg {
    width: 100%;
}

#flag-cont {
    background: #00233E url('../images/grills-background.png') repeat;
    font-size: 0;
    margin-top: 20px;
}

#flag-outside {
    padding: 1% 15%;
    font-size: 0px;
}

.flag-each {
    display: inline-block;
    width: 20%;
    text-align: center;
}

.flag-each a {
    display: inline-table;
    position: relative;
    padding-bottom: 3px;
}

.flag-each a:hover {
    opacity: 0.7;
}

.flag-each img {
    text-align: center;
    margin: 0px auto;
    width: 95%;
}

.flag-each p {
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 100;
    margin: 5px 0;
}

#flag-cont #flag-header {
    text-align: center;
    height: 40px;
}

#flag-cont #flag-header img {
    position: relative;
    top: -11px;
    max-width: 90%;
    min-height: 36px;
}

#flag-cont #flag-header h1 {
    color: #FFF;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    top: -58px;
    text-transform: uppercase;
}

#products-cont {
    background: rgb(174, 174, 174);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(174, 174, 174, 1) 0%, rgba(170, 170, 170, 1) 100%, rgba(137, 137, 137, 1) 100%, rgba(203, 235, 255, 1) 100%, rgba(214, 214, 214, 1) 100%, rgba(170, 170, 170, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(174, 174, 174, 1) 0%, rgba(170, 170, 170, 1) 100%, rgba(137, 137, 137, 1) 100%, rgba(203, 235, 255, 1) 100%, rgba(214, 214, 214, 1) 100%, rgba(170, 170, 170, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(174, 174, 174, 1) 0%, rgba(170, 170, 170, 1) 100%, rgba(137, 137, 137, 1) 100%, rgba(203, 235, 255, 1) 100%, rgba(214, 214, 214, 1) 100%, rgba(170, 170, 170, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#aaaaaa', GradientType=0);
    font-size: 0;
    margin-top: 0px;
    padding: 15px;
}

#products-cont div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#products-cont img {
    margin: 0px 5%;
}

#products-cont h1 {
    text-align: center;
    font-size: 30px;
    color: black;
    font-weight: 400;
    margin: 0px 5%;
}

#footer {
    font-size: 0;
    padding: 15px;
}

#footer div {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#footer #copyright p {
    font-size: 16px;
    margin: 0;
}

#footer #footerlogo {
    text-align: right;
}


/*Media Queries*/

@media ALL and (max-width: 1015px) {
    #products-cont h1 {
        margin: 0px 30%;
    }
}

@media ALL and (max-width: 950px) {
    .flag-each {
        width: 25%;
    }
}

@media ALL and (max-width: 855px) {
    #products-cont div {
        width: 100%;
        text-align: center;
    }
    #products-cont h1 {
        margin: 0px;
    }
}

@media ALL and (max-width: 750px) {
    #headerTop {
        height: 35px;
    }
    #countrySelect select {
        font-size: 13px;
    }
    #headerBottom {
        height: 35px;
    }
    #countrySelectForm {
        top: 22px;
    }
    #headerTop #napoleon-logo {
        top: -25px;
        left: 10px;
        width: 125px;
    }
    .flag-each {
        width: 33.33%;
    }
}

@media ALL and (max-width: 565px) {
    .flag-each {
        width: 50%;
    }
    .flag-each p {
        font-size: 17px;
    }
    .flag-each a:after {
        bottom: 17px;
    }
    #products-cont img {
        max-width: 80%;
    }
    #products-cont h1 {
        font-size: 22px;
    }
}

@media ALL and (max-width: 475px) {
    #countrySelectForm {
        z-index: 1;
        background-size: 16px;
    }
    #countrySelectForm select {
        padding: 5px 24px 5px 2px;
    }
    #footer div {
        display: block;
        width: 100%;
        text-align: center !important;
    }
    #footer #copyright p {
        font-size: 13px;
        margin: 0 0 10px 0;
    }
    #footer #footerlogo img {
        max-width: 90%;
    }
}
