@font-face {
    font-family: calibri;
    src: url("../fonts/calibri.ttf");
}

@font-face {
    font-family: CarminaBT;
    src: url("../fonts/CarminaBT-Medium.otf");
}

body {
    font-family: calibri, sans-serif;
    font-size: 16px;
}

p {
    margin: 0;
}

#header {
    position: relative;
}

#navigation {
    font-size: 10.5pt;
    font-family: CarminaBT, sans-serif;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
}

.nav {
    display: inline-block;
}

.nav > li:first-child {
    padding-right: 30px;
}

.nav > li {
    float: left;
    padding: 10px 10px;
    line-height: 35px;
}

.nav > li > a {
    color: #ffffff;
    padding: 0 10px;
}

.nav > li > a:hover {
    background-color: unset;
    color: #f1a300;
}

.section {
    padding-top: 90px;
    padding-bottom: 110px;
}

.section-title {
    font-family: CarminaBT, sans-serif;
    text-align: center;
    font-size: 35pt;
    color: #3a3a3a;
    margin-bottom: 110px;
}

#about_us {
    background: url("../img/setion-bg1.jpg") no-repeat;
    background-size: cover;
}

.about_us_title {
    font-size: 24pt;
    padding-top: 10px;
}

.about_us_content {
    font-size: 18pt;
}

#products {
    background: url("../img/setion-bg2.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

#products-list {
    list-style: none;
}

#products-list li {
    float: left;
    padding: 10px;
    width: 33%;
}

#products img {
    width: 100%;
    cursor: pointer;
}

#img-viewer {
    display: none;
    position: absolute;
    width: 100%;
    top: 290px;
    bottom: 20px;
    text-align: center;
}

#products .product_name {
    margin-top: 46px;
    text-align: center;
    font-size: 20pt;
}

#contact_us {
    background: url("../img/setion-bg3.jpg") no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 24pt;
}

#contact_us .section-title {
    margin-bottom: 20px;
}

#contact_us .btn_send_msg {
    color: #ff1a5a;
    text-decoration: underline;
    margin: 10px 0;
    display: block;
}

#contact_us .btn_find_more {
    color: #ffffff;
    background-color: #ff1a5a;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14pt;
    padding: 8px 15px;
    outline: none;
}

#footer {
    background-color: #2a2929;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#footer .copyright {
    font-size: 18pt;
    color: #c0c5c6;
}

#footer .powered {
    font-size: 14pt;
    color: #919194;
}

#chapter {
    padding-bottom: 50px;
}

#chapter h1 {
    margin: 50px 0;
    font-size: 36pt;
    color: #ffffff;
}

#chapter h2 {
    margin: 50px 0;
    font-size: 30pt;
    color: #ffffff;
}

#chapter p, #chapter ul {
    font-size: 18pt;
    color: #888888;
}

#chapter li {
    color: #f8c1a7;
}

#chapter span {
    color: #888888;
}
