/* ======= General style ======= */
body {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #999;
    height: 100%;
    background: #000;
    font-weight: 300;
}
p {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}
h3,
.h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}
h3 a,
.h3 a {
    color: inherit
}
.h3 a:hover {
    text-decoration: none
}
a {
    color: #fff;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}
a:hover,
a:focus {
    color: #fff;
    outline: none
}
a:focus {
    text-decoration: none
}


/* ======= Main style ======= */
.main {
    position: relative;
    padding: 90px 0 60px 0;
    text-align: center
}
.main .div-logo .logo {
    width: 150px;
    max-width: 150px;
    text-align: center;
    margin-bottom: 15px;
}
.main .div-logo p {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.main .item {
    margin: 60px 0 0 0;
}
.main .item h3 {
    margin-bottom: 20px
}
.main .item figure {
    position: relative
}
.main .item figure img {
    display: block
}
.main .item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.main .item figcaption .inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.main .item figure:hover figcaption {
    opacity: 1;
}
.main .btn {
    font-family: "Oswald", sans-serif;
    position: relative;
    display: inline-block;
    padding: 12px 32px;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #9c5451;
    line-height: 1.5em;
    color: #fff;
    border: 1px solid #9c5451;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important;
}
.main .btn:hover,
.main .btn:focus {
    background: #fff;
    color: #191919;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}


/* ======= Bottom style ======= */
footer.bottom {
    padding: 60px 0;
    text-align: center;
}
footer.bottom p {
    font-size: 13px;
    line-height: 1.5em;
    color: #999;
    text-align: center;
    font-weight: 300;
    margin: 0;
}
footer.bottom p a {
    color: #9c5451;
    text-decoration: none;
}


/* Animate Box */
.js .animate-box {
    opacity: 0;
}


/* ======= New popular style  ======= */
.new-popular {
    background-color: #ff0000;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    text-transform: uppercase;
}
.new-popular p {
    font-family: 'Oswald', sans-serif;
    padding-top: 19px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    line-height: 20px;
    letter-spacing: 2px;
}


/* ======= Double Button style  ======= */
.btn-double {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}
.btn-double img {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -27px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #000;
    border-radius: 100%;
    padding: 5px;
}
.btn-double > a + a {
    margin-left: 0px;
}
.btn-double > a {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: color .3s ease;
}
.btn-double > a span {
    font-size: 13px;
    margin-right: 3px;
}
.btn-double > a:nth-of-type(1) {
    background: #1b1b1b;
    color: #fff;
    border-radius: 30px 3px 3px 30px;
    padding: 12px 32px 12px 22px;
}
.btn-double > a:nth-of-type(1):hover {
    background: #fff;
    color: #000;
}
.btn-double > a:nth-of-type(2) {
    background: #1b1b1b;
    color: #fff;
    border-radius: 3px 30px 30px 3px;
    padding: 12px 22px 12px 32px;
}
.btn-double > a:nth-of-type(2):hover {
    background: #fff;
    color: #000;
}
