/* - - - - - Reset - - - - - */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

/* - - - - - General - - - - - */
body {
    background-color: #000;
    color: #FFF;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 12px;
}

a {
    color: #f3d042;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #b49612;
}

h1,
h2,
h3 {
    font-weight: normal;
    color: #FFF;
    text-align: left;
    font-family: Georgia, "Times New Roman", Serif;
}

h1 {
    margin: 10px 0;
    border-bottom: 1px dashed #f3d042;
    font-style: italic;
    color: #f3d042;
    font-size: 2.6em;
}

h2 {
    margin: 10px 0;
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

img {
    max-width: 100%;
    height: auto;
}

#Main {
    margin: 0;
    padding: 0;
}

/* - - - - - Container - - - - - */
#Container {
    background-color: #4C4C4C;
    background-image: url(images/mainBG.jpg);
    background-position: left -200px;
    background-repeat: repeat-x;
    max-width: 100%;
}

/* - - - - - Header - - - - - */
#Header {
    text-align: center;
    margin: 0 auto 80px;
    height: 120px;
    width: 100%;
    max-width: 790px;
    position: relative;
}

#Header h2 {
    padding-top: 20px;
}

#Header #SiteTitle {
    position: absolute;
    top: 0px;
    left: 0;
    width: 191px;
    height: 144px;
    background-image: url(images/ImageLogo.jpg);
    background-position: -1px center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#Header #LanguageSelection {
    color: #7C7C7C;
    width: 125px;
    position: absolute;
    margin-left: 240px;
    top: 50px;
    right: 0;
}

#Header #LanguageSelection a {
    color: #7C7C7C;
}

#Header #LanguageSelection a:hover {
    color: #b49612;
}

/* - - - - - Main Menu - - - - - */
#MainMenu {
    width: 100%;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
}

#MainMenu ul {
    list-style: none;
    position: relative;
    top: 140px;
    left: 0;
    z-index: 2;
    font-weight: normal;
    border-bottom: 4px solid #f3d042;
    text-align: center;
}

#MainMenu ul li {
    padding: 4px 2px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

#MainMenu ul li a {
    padding: 6px 10px;
    outline: none;
    display: block;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

#MainMenu .MainMenu-Selected {
    color: #000;
    background-color: #f3d042;
}

#MainMenu ul li a:hover {
    border-bottom: 4px solid #202020;
}

/* - - - - - SubMenu - - - - - */
#MainMenu ul li ul {
    position: absolute;
    top: 36px;
    width: 210px;
    background-color: #000;
    display: none;
}

#MainMenu ul li:hover ul {
    display: block;
}

@media screen and (max-width: 575px) {
    #MainMenu ul li ul {
        display: none !important;
    }
}

#MainMenu ul li ul li {
    text-align: left;
    margin: 0;
}

#MainMenu ul li ul li {
    padding-top: 1px;
    float: none;
}

#MainMenu ul li ul li a {
    font-weight: normal;
}

#MainMenu ul li ul li a:hover {
    border-bottom: 4px solid transparent;
}

/* - - - - - Footer - - - - - */
#Footer {
    clear: both;
    color: #ccc;
    text-align: center;
    padding: 1em;
    background-color: #202020;
    background-image: url(images/footerBG.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    position: relative;
    z-index: 9998;
    bottom: 0;
    height: 250px;
}

#Footer #FooterContent {
    margin: 0 auto;
    width: 100%;
    max-width: 850px;
    padding: 0;
}

#Footer #SocialMedia ul,
#Footer #FooterMenu ul {
    text-align: left;
    float: left;
    margin-bottom: 2em;
}

#Footer #SocialMedia li,
#Footer #FooterMenu li {
    list-style: none;
    margin: 0.75em 1em 0.25em;
}

#Footer p {
    clear: both;
}

#CopyRight {
    clear: both;
    padding: 5px 0;
}

#DesignedBy {
    color: #000;
}

#Footer-Curve {
    width: 100%;
    position: relative;
    z-index: 9999;
    top: 0;
    background-image: url(images/curveFooterBG.png);
    background-position: center top;
    background-repeat: repeat-x;
    height: 48px;
    clear: both;
}

/* - - - - - Main Content - - - - - */
#Main #Content {
    clear: both;
    max-width: 790px;
    padding: 1em;
    margin: 10px auto;
    background-image: url(images/bg_light.png);
    background-repeat: repeat;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    #Main #Content {
        padding-top: 3em !important;
    }
}

#Content ul li {
    padding: 3px 5px;
    list-style: none;
}

#Content p {
    line-height: 1.6em;
    text-align: left;
    padding: 15px 0;
    font-size: 14px;
}

#Content a {
    border-bottom: 1px dotted #ccc;
}

#Content h1 {
    margin-bottom: 30px;
}

#Content .SectionDiv {
    float: left;
    width: 359px;
    padding: 10px 20px;
}

#Content .PageImg {
    border: 3px solid #f3d042;
    margin-bottom: 1em;
    padding: 5px;
    box-sizing: border-box;
}

#Content ul {
    text-align: left;
}

/* - - - - - Footer Brands - - - - - */
#Brands {
    margin: 10px 0;
    padding: 3px;
    max-width: 500px;
    float: right;
    display: block;
}

#Brands .panel {
    margin: 2px;
    padding: 0 3px;
    display: inline-block;
    text-align: center;
    width: 150px !important;
}

#Brands .gallerylayer {
    background-color: #181818;
    text-align: center;
}

#Brands img {
    border: 0 !important;
    float: left;
}

/* - - - - - Home Slides - - - - - */
#Slides {
    margin: 0 auto;
    padding: 0 12px;
}

#s1,
#s2,
#s3,
#s4 {
    margin: 0 10px;
    height: 300px;
    display: inline-block;
}

@media screen and (max-width: 575px) {
    #s1,
    #s2,
    #s3,
    #s4 {
        height: 200px;
    }
}

#s1 img,
#s2 img,
#s3 img,
#s4 img {
    padding: 0;
}

/* - - - - - Products Page - - - - - */
#Prod_Accesories,
#Prod_Cosmetics,
#Prod_Liquor,
#Prod_Perfume {
    width: 100%;
    max-width: 790px;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 0 10px 0;
    background-size: cover;
}

#Prod_Accesories {
    background-image: url(images/prod_accesories.jpg);
}

#Prod_Cosmetics {
    background-image: url(images/prod_cosmetics.jpg);
}

#Prod_Liquor {
    background-image: url(images/prod_liquor.jpg);
}

#Prod_Perfume {
    background-image: url(images/prod_perfume.jpg);
}

#Prod_Accesories h2,
#Prod_Cosmetics h2,
#Prod_Liquor h2,
#Prod_Perfume h2 {
    position: relative;
    top: 0;
    left: 0;
    padding: 155px 20px 0 0;
    text-align: right;
}

.productList {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

@media screen and (max-width: 575px) {
    .productList {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    } 
}

.ps-map {
    display: inline-block;
    margin: 0 1em 2em 0;
    float: left;
}

.about-block {
    display: inline-block;
    width: 40%;
    background-color: #333333;
    padding: 1em 4%;
    vertical-align: top;
}

@media screen and (max-width: 575px) {
    .about-block {
        display: block;
        width: 90%;
        background-color: #333333;
        padding: 1em 4%;
        vertical-align: top;
    }
}

.about-img {
    float: left;
    margin: 1em 2em 0em 0;
}

.home-slide {
    width: 24%;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.home-slide > div > div {
    background-position: center center !important;
}

@media screen and (max-width: 575px) {
    .home-slide {
        width: 48%;
    }
}

.justified p {
    text-align: justify !important;
}