/*----------  1.1. Scaffolding  ----------*/

html * {
    outline: 0 !important;
}

html,
body {
    height: 100%;
    margin: 0 auto;
    padding: 0;

    -webkit-font-smoothing: subpixel-antialiased;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 24px;

    color: #666260;
    background-color: #ffffff;
}

a {
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;

    border-bottom: none;
}

.body-wrapper {
    position: relative;

    overflow: hidden;
}

.fa-custom:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.main-contents {
    position: relative;
    z-index: 10;

    background-color: #ffffff;
}

.main-right {
    float: right;
}

/*----------  1.2. CSS for page  ----------*/

.padding-top-100 {
    padding-top: 100px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-top-50 {
    margin-top: 50px;
}

/*================================
======   END GLOBAL STYLE   ======
=================================*/

/*================================
========      HEADER      ========
=================================*/

/*----------  2.0. Global Header  ----------*/

.navbar-default {
    background-color: #000;
}
.navbar-brand { padding: 2px 15px;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #000000;
}

/*----------  2.2. Main Header  ----------*/

.header-main {
    position: relative;
    z-index: 100;

    width: 100%;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    box-shadow: none;
}


/*----------  2.3. Menu PC  ----------*/

.navigation {
    position: relative; float:right;
}

.navigation .nav-links {
    position: relative;
}

.navigation .nav-links li.active .main-menu,
.navigation .nav-links li:hover .main-menu {
    color: #ffffff;
}

.navigation .nav-links li + li:before {
    font-family: 'FontAwesome';
    font-size: 5px;

    position: absolute;
    top: 25%;
    content: '\f111';

    color: #b6b6b6;
}

.navigation .nav-links .main-menu {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 50px;

    position: relative;

    margin: 0 24px;
    padding: 0;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    text-transform: uppercase;
    border: none;
    color: #b6b6b6;
}
nav.navbar.navbar-default.navbar-fixed-top.nav-position {
    background-color: #1f16165e;
    position: absolute;
    left: 0;
    top: 0px;
    box-shadow: none;
    height: 123px;
}

.navbar.nav-position .navbar-brand img {
    display: inline-block;
    max-width: 207px;
}
.navbar .navbar-brand img {
    display: inline-block;
    max-width: 90px;
}.nav-position .navbar-nav {
    margin-top: 33px;
}
.navigation .nav-links .main-menu .icons-dropdown {
    padding-left: 5px;
}

.navigation .nav-links .main-menu .icons-dropdown i {
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}

.button-search {
    float: right;

    cursor: pointer;
}

.button-search .main-menu {
    font-size: 1.143rem;
    line-height: 100px;

    position: relative;

    margin: 0 10px 0 24px;
    margin-right: 0;
    padding: 0;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    color: #e3e3e3;
    background-color: transparent;
}

.button-search .main-menu i {
    position: relative;
    top: -2px;
}

.button-search:hover {
    color: #614a3d;
}

/* MENU MOBILE */

.wrapper-content {
    -webkit-transition:         transform .7s ease;
       -moz-transition:         transform .7s ease;
         -o-transition:         transform .7s ease;
            transition: -webkit-transform .7s ease;
            transition:         transform .7s ease;
            transition:         transform .7s ease, -webkit-transform .7s ease;
    -webkit-transform-origin: 15% 100px 0;
        -ms-transform-origin: 15% 100px 0;
            transform-origin: 15% 100px 0;
}


.mb-socials ul {
    margin: 0;
}

.mb-socials .link {
    display: block;

    width: 30px;

    text-align: center;

    color: #ffffff;
}

.mb-button-close {
    font-size: 20px;

    position: relative;
    z-index: 200;

    float: right;

    color: #ffffff;
}


.nav-links {
    margin: 0;
}

.nav-links li {
    position: relative;
}

.nav-links li:last-child {
    margin-bottom: 0;
}

.nav-links .main-menu {
  font-family: 'Roboto Slab', serif;
    font-size: 14px;
    position: relative;
    margin: 0 24px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    text-transform: uppercase;
    color: #ffffff !important;
}

.nav-links .main-menu:hover,
.nav-links .main-menu:focus {
    background-color: transparent;
}


.mb-nav .mb-menu-dropdown,
.mb-nav .mb-menu-dropdown-2 {
    overflow: hidden;

    max-height: 0;
    margin: 0;
    padding: 0;

    list-style: none;

    transition: all .5s ease;
    transition: max-height .5s cubic-bezier(.77, 0, .175, 1), opacity .5s cubic-bezier(.77, 0, .175, 1);

    opacity: 0;
}
.messagesent {
    bottom: 0px;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    background-color: #ccbbb2;
    text-align: center;
    color: #fff;
    padding: 14px 0px 10px 5px;
    font-weight: normal;
    font-size: 25px;
}.messagesent span {
    display: block;
    border: solid 1px;
    float: right;
    padding: 3px; cursor: pointer;
}
/*================================
=======   End of HEADER   ========
=================================*/

/*================================
========      FOOTER      ========
=================================*/

/*----------  3.1. Main Footer  ----------*/

.footer {
    position: fixed;
    z-index: 0;
    bottom: 0;
    left: 0;

    display: table;

    width: 100%;
    height: 100vh;

    color: #787675;
    background-color: #000205;
    background-image: url('../images/background-full/footer.jpg');
    background-position: center;
    background-size: cover;
}

.footer-wrapper {
    display: table-cell;

    vertical-align: middle;
}

.footer-wrapper .footer-main {
    padding-bottom: 60px;
}

.footer-wrapper .widget { color: #fff;
    text-align: left;
}

.footer-wrapper .widget .title {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-size: 1.143rem;

    position: relative;

    text-transform: uppercase;

    color: #ffffff;
}

.footer-wrapper .widget .content-widget {
    margin-top: 30px;
}

.footer-logo {
    display: inline-block;

    margin-bottom: 40px;
}


/*----------  3.2. Copyright  ----------*/

.hyperlink {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 0 16px 0;

    color: #787675;
    background-color: #0f0b05;
}

.hyperlink .name-company {
    font-weight: bold;
}

.hyperlink .social-footer ul {
    margin-bottom: 0;
}

.hyperlink .social-footer .link {
    font-size: 16px;

    display: block;

    width: 28px;

    text-align: center;

    color: #787675;
}

.hyperlink .social-footer .link:hover {
    color: #ffffff;
}

/*----------  3.3. Widget Footer  ----------*/

.djliquor-info .info-list {
    margin-bottom: 0;
}

.djliquor-info .info-list li {
    display: table;

    width: 100%;
    padding: 0 0 10px;

    border: none;
}

.djliquor-info .info-list li:last-child {
    padding-bottom: 0;
}

.djliquor-info .info-list li .icons {
    display: table-cell;

    width: 25px;
}

.djliquor-info .info-list li .link {
    display: table-cell;

    -webkit-transition: all .6s ease;
       -moz-transition: all .6s ease;
         -o-transition: all .6s ease;
            transition: all .6s ease;

    color: #fff;
}

.djliquor-info .info-list li .link:hover {
    color: #ffffff;
}

.djliquor-info .info-list li .link-2 {
    line-height: 28px;
}

.modal-content img.img.img-cup {
    position: absolute;
    top: -98px;
    left: -157px;
}
.modal-body { color: #fff;
    margin-left: 139px;
}
.modal-dialog input {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 2px 10px;
}button.close {
    color: #fff;
    opacity: 10;
}

#mc_embed_signup label {
    width: 33%;
}
.modal-content {
    background-image: url(/assets/images/background-full/stock-photo-bourbon-barrels-99856951.jpg);
}
.modal-footer {
	padding: 15px 0px; }

input#mc-embedded-subscribe { background-color: #bd1c1e;
    color: #fff9f9; float: left;
}

/*================================
========   End of FOOTER   =======
=================================*/

/*================================
=======      SIDEBAR       =======
=================================*/

/*----------  4.1. Main Sidebar  ----------*/

.sidebar .col-2:last-child .widget:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget .title-widget {
    font-size: 1.286rem;
    font-weight: bold;
    line-height: 50px;

    display: inline-block;

    width: 100%;
    height: 45px;
    margin-bottom: 25px;

    text-align: center;
    text-transform: uppercase;

    color: #614a3d;
    border-bottom: 2px solid #614a3d;
    background-color: #fafafa;
}

/*================================
 =======   End of SIDEBAR  =======
 ================================*/

/*================================
 ======        WIDGET       ======
 ================================*/

/*----------  5.0. Global Style  ----------*/

.thumb {
    position: relative;

    display: block;

    width: 100%;
    padding: 0;
}

.thumb:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);

    background-color: rgba(0, 0, 0, .5);
}

.thumb img {
    width: 100%;
}

.thumb:hover:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}


/*----------  5.2. Recent Post  ----------*/

.single-recent-post-widget {
    display: table;

    margin-bottom: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #f5f5f5;
}

.single-recent-post-widget .img-wrapper {
    display: table-cell;

    width: 100px;

    vertical-align: top;
}

.single-recent-post-widget .img-wrapper img {
    width: 100%;
}

.single-recent-post-widget .post-info {
    display: table-cell;

    padding-left: 15px;

    vertical-align: top;
}

.single-recent-post-widget .post-info .meta-info {
    font-size: 12px;
    font-style: italic;
    line-height: 12px;

    margin-top: 5px;

    color: #81878f;
}

.single-recent-post-widget .post-info .meta-info .comment-count:before,
.single-recent-post-widget .post-info .meta-info .view-count:before {
    margin-right: 4px;
}

.single-recent-post-widget .post-info .meta-info .comment-count:before {
    content: '\f075';
}

.single-recent-post-widget .post-info .meta-info .view-count {
    margin-right: 10px;
}

.single-recent-post-widget .post-info .meta-info .view-count:before {
    content: '\f007';
}

.single-recent-post-widget .post-info .meta-info .sep {
    font-style: normal;

    margin: 0 10px;
}

.single-recent-post-widget .post-info .description {
    font-size: 14px;

    color: #614a3d;
}

.single-recent-post-widget .post-info .description:hover {
    color: #614a3d;
}

.single-recent-post-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border: none;
}

.single-recent-post-widget:hover .thumb:after {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

/*----------  5.3. Categories  ----------*/

.categories-widget .widget-list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.categories-widget .widget-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.categories-widget .widget-list .single-widget-item .link {
    font-size: 14px;

    display: block;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    color: #666260;
}

.categories-widget .widget-list .single-widget-item .count {
    float: right;

    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.categories-widget .widget-list .single-widget-item:first-child {
    padding-top: 0;

    border-top: none;
}

.categories-widget .widget-list .single-widget-item:last-child {
    padding-bottom: 0;
}

.categories-widget .widget-list .single-widget-item:hover {
    box-shadow: 2px 3.5px 10px 0 rgba(0, 0, 0, .1);
}

.categories-widget .widget-list .single-widget-item:hover .link {
    -webkit-transform: translateX(15px);
       -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
         -o-transform: translateX(15px);
            transform: translateX(15px);
}

.categories-widget .widget-list .single-widget-item:hover .count {
    -webkit-transform: translateX(-30px);
       -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
         -o-transform: translateX(-30px);
            transform: translateX(-30px);
}

/*================================
=====       END WIDGET      ======
=================================*/
