/*-----------------------------------------------------------------------------------
    Website: S-widodo.com Digital Marketing
    Author: S-widodo.com Digital Marketing
    Version: 1.2
    Copyright (c) 2017 s-widodo.com Digital Marketing
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
@import url('https://fonts.googleapis.com/css?family=Rancho');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('sw-plugins.css');

:focus {outline: 0;}
a{outline:none!important}
*::-moz-selection {background:transparent;
  color:#6F4E37;
  text-shadow: none}
a:hover{transition: .1s}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea,select{
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    min-height:35px;
    padding:6px 9px 6px;
    width: 100%;
    border-radius: 0px;
}

textarea:focus,select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
.form-control:focus{
     -webkit-box-shadow: none;
     box-shadow: none;
     border-color: #6F4E37;
     background:#F4F4F4;

}

.form-control{resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    min-height:35px;
    padding:6px 9px 6px;
    width: 100%;
    border-radius: 0px;
}

label span{
  color:#E24227
}

.input-group-addon{
  border-radius:0;
  max-width:50px;
  min-width:50px
}

.btn{
  display:inline-block;
  font-size:15px;
  text-decoration:none;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  cursor:pointer;
  border-radius:3px;
  border-color: none;
  outline: none!important;
  box-shadow: 0 0 15px rgba(40, 47, 60, 0.05), 0 10px 15px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);

}

.btn-danger{
   text-transform: uppercase;
   box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);
}

.btn-warning{
  background: #FF8400;
}

.btn-warning:hover{
  background: #FF8400;
}

.btn-primary.btn-alt {
    background-color: #ffffff;
    color: #1bbae1;
    border-radius: 4px;
}

.btn-info.btn-alt {
    background-color: #ffffff;
    color: #3498db;
    border-radius: 4px
}

.btn-warning.btn-alt {
    background-color: #ffffff;
    color: #f39c12;
    border-radius: 4px
}


.modal-title {
    font-weight: 300;
}

.modal-content {
    border-radius: 3px;
    border:solid 4px #6F4E37;
}
.modal-body p{
  font-size: 14px;
  line-height: 27px;
}

.modal-footer {
    margin-top: 0;
    padding: 14px 15px 15px;
    border-top: 1px solid #eeeeee;
    background-color: #f9f9f9;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.modal-padding[style] {
  overflow: auto;
    padding-right:0 !important;
}

:focus {
  outline: 0;
}

.notif {
  width:300px;
  z-index: +999999;
  position: fixed;
  right: 10px;
  top:20%;
  display: inline-block;
  display:none;
}


img {
  max-width:100%;
  height:auto
}
h1, h2, h3, h4, h5, h6 {
  color: #252525;
  font-family: 'Merriweather Sans', Merriweather Sans, sans-serif;
  font-weight:600;
  line-height: 1.35;
  margin: 0 0 5px;
}
p:last-child {
  margin-bottom: 0;
}
a, button{
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration:none;
  color: #252525;
 }
a::before, img, span, input, .owl-nav > div, .single-blog {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:focus , *:focus {
  outline:0px solid
}
a:focus {
  color: ;
  outline: medium none;
  text-decoration: none;
}
a:hover {
  color:#6F4E37;
  text-decoration: none;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}
.fix {
  overflow:hidden
}
.clear{
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

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

.margin-top-10 {
  margin-top: 10px!important;
  position: relative;
}
.margin-bottom-10 {
  position: relative;
  margin-bottom:10px;
}

.margin-top-20 {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.margin-bottom-20 {
  display: table;
  position: relative;
  margin-bottom:20px;
  width: 100%;
}

.margin-top-30 {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.margin-bottom-30 {
  display: table;
  position: relative;
  margin-bottom:20px;
  width: 100%;
}


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

.margin-bottom-100{
  margin-bottom:100px;
  position: relative;
}
.margin-left-20 {
  margin-left:20px;
}

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

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

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

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

.no-bottom-padding {
    padding-bottom: 0;
}


.padding-70 {
  padding-bottom: 70px;
  padding-top: 70px;
}
.padding-120 {
  padding-bottom: 120px;
  padding-top: 120px;
}
.padding-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

label.error {
  display: inline-block;
  color: #CD3F45!important;
  font-size:12px!important;
  text-shadow: none;
  text-transform:capitalize;
  font-weight: 200!important;
  text-decoration: none; width:auto;
  padding: 2px 0px;
}

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
body {
  color: #252525;
  font-family: 'Merriweather Sans', Merriweather Sans, sans-serif!important;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  word-wrap:break-word;
  position: relative;
  width: 100%;
  display:block;
  padding:0 auto;
  overflow-x: hidden;
  
}



header{
  width:100%;
  z-index:222;
  position:relative;
  top: 0px;
}

.header{
  width:100%;
  z-index:222;
  position:relative;
  top: 0px;
}


/*
================================
Top Bar
================================
*/

.header-top {
  background: #6F4E37;
  padding:2px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-top .top-contact {
  float: left;
  line-height: 30px;
}

.header-top .top-contact .list {
  float: left;
  color: #fff;
  margin-right: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
}

.header-top .top-contact .list:last-child:after {
  display: none
}
.header-top .top-contact .list a {
  color: #fff;
}

.header-top .top-contact .list i {
  margin-right: 5px;
}



.header-top .item {
    display: inline-block;
    line-height: 35px;
    margin-right: 15px;
    font-size: 13px;
    position: relative;
    float: right;

}

.header-top .item:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #c4c4c4;
    height: 35%;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}


.header-top .item > ul{
  padding: 0px;
}

.header-top .item > ul > li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

.header-top .item > ul > li > a {
  line-height: 25px;
  color:#fff;
  float: left;
  text-align: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  font-size: 14px;
  font-weight:200;
  margin:0px 5px;
}
/* ===========================================
    HEADER
============================================= */

.navbar-me{
    padding:5px 0px!important;
    background-color: transparent;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    transition: all 1s;
}

.fixed-me{
  transition: all 1s ;
  width:100%;
  z-index:222;
  position: fixed;
  padding: 0px 0px!important;
  background-color: rgba(255, 255, 255, 0.9)!important;
  top: 0px;
    
}

.fixed-me .navbar-brand {
    padding: 0px 0px;
    line-height: 20px;
    margin-top:3px!important;
}

.fixed-me.navbar-default .navbar-nav > li > a {
    font-size:14px;
    font-family: 'Merriweather Sans', Merriweather Sans, sans-serif;
    color:#333;
    padding:20px 18px 20px;
}

.fixed-me.navbar-default .navbar-nav > li > a:hover {
    color:#333;
}


/* ================= NAVBAR ================= */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0!important;
}


.navbar-default {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
    border:none;
    margin:0 auto;
    padding: 0px;
    min-height: 30px;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.1);
}



.navbar-default .navbar-toggle {
    color:#6F4E37;
    border-radius: 0px;
    width:45px;
    float:right;
    margin-top:15px;
}

.navbar-default .navbar-toggle i {
    font-size:20px;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  color:#6F4E37;
  background:transparent;

}

.navbar-default .navbar-collapse {
    border-top: none;
    float: none;
    margin:auto;
    padding:0px;
}


.navbar-brand {
    float: left;
    height:auto;
    padding: 5px 0px;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    font-size:14px;
    font-family: 'Merriweather Sans', sans-serif;
    color:#333;
    font-weight:400;
    text-transform: uppercase;
    padding:26px 19px 26px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: .4s;
    transition-property: initial;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
   
}

.navbar-default .navbar-nav > li > a:hover {
    color: #6F4E37!important;
    background:transparent;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color:#6F4E37!important;
  background:transparent;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #6F4E37;
    background:transparent;
}

.main-navbar-nav li > .dropdown-menu {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   min-width: 225px;
   border: none;
   background:#fff;
   box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
   -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}


.main-navbar-nav li > .dropdown-menu >  li > a {
    font-family: 'Merriweather Sans',sans-serif;
    width: 100%;
    padding:5px 15px 5px 15px;
    clear: both;
    color: #111;
    font-size:13px;
    letter-spacing: 1px;
    display: table;
    line-height: 25px;
    text-transform: uppercase;
}


.main-navbar-nav li > a i {
  float: right;
  margin-left: 5px;
  line-height: 20px;
  font-size: 14px;
}


.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
    color:#6F4E37;
    background:#eee;
  }

@media (max-width: 991px) and (min-width: 768px){
.navbar-default .navbar-nav > li > a {
    font-size:13px;
    font-weight:300;
    padding:30px 5px 22px;
  }
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left:0px;
    height: auto;
    padding:10px 0px;
    font-size: 18px;
    line-height: 20px;
    margin-top:0px;
}

}


@media screen and (min-width: 760px) {
    .main-navbar-nav .dropdown:hover > .dropdown-menu {
        display: block;
    }
    .main-navbar-nav .dropdown:hover > .dropdown-menu .dropdown:hover .dropdown-menu {
        left: 225px;
        top: 0;
    }
}

@media screen and (min-width:630px) and (max-width:768px) {
  .navbar-default .navbar-collapse {
      display: inline-block;
      margin:auto!important;
      padding: 0px;
  }

.fixed-me.navbar-default .navbar-nav > li > a {
    font-size:13px;
    font-weight:500;
    padding:26px 7px 15px 7px!important;
    display:table;
    width: 100%;
    clear: both;
}

.fixed-me .navbar-brand {
    padding: 0px 0px;
    line-height: 20px;
    margin-top:5px!important;
}
.fixed-me .navbar-brand img{
  height: 40px;
}

}


@media screen and (max-width:610px) {
  .navbar-default .navbar-collapse {
      padding-left: inherit;
      padding-right: inherit;
      width: 100%;
      margin:auto!important;
      padding: 0px;
  }

.navbar-default {
  background:#fff;
}

.sw-top-header {
  display: none;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding:7px 0px;
    font-size: 18px;
    line-height: 20px;
    margin-top:0px;
}

}

@media (max-width: 700px){
.nav.navbar-nav {
    float: none;
    margin: 0px;
}


.navbar-default .navbar-nav > li{
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     margin: auto!important;
}


.navbar-default .navbar-nav > li > a {
    font-size:13px;
    font-weight:500;
    padding:10px 7px 10px 7px!important;
    display:table;
    width: 100%;
    clear: both;
  }


.main-navbar-nav li > .dropdown-menu >  li{
     border-bottom: 1px solid rgba(255, 255, 255, 0.1);
     margin: auto!important;
}


.main-navbar-nav li > .dropdown-menu >  li > a {
    color:#333!important;
    padding:15px 0px 15px 17px!important;
    display: block;
    border:none;
    background: transparent;
    display: table;
}

.main-navbar-nav li > .dropdown-menu > li > a:hover,
.main-navbar-nav li > .dropdown-menu > li > a:focus {
    color:#6F4E37!important;
    border:none;
    background:#eee;
  }

}


/* page_head Title
====================================*/
.title_page{
  background: url(../img/bread-crumb-bg.jpg) no-repeat center;
  padding:40px 0px;
}


.content-breadcrumbs {
  background: rgba(0, 0, 0, 0.35);
  width: 350px;
  padding: 10px 30px;
  display: inline-block;
}

.title_page h2 {
    color: #fff;
    display: inline-block;
    font-family:'rancho',Merriweather Sans;
    font-size:45px;
    font-weight:300;
    line-height:28px;
    padding: 0px;
    margin:20px 0px 15px;

}

/*-------------------------------------------------*/
/* =  BREADCRUMBS
/*-------------------------------------------------*/
#breadcrumbs {
    display:block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}

#breadcrumbs ul {
    font-size: 13px;
    margin: 0 auto;
    font-weight: 200;
    padding:5px 0px;
}

#breadcrumbs ul li {
    display: inline-block;
    color:#ffffff;
    padding: 0 10px 0 0;
    margin: 0 0 0 5px;
    background: url(../img/arow-breadcrumbs.png) no-repeat 100% 50%;
}

#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a { color:#ffffff; }
#breadcrumbs ul li a:hover { color:#ffffff; }
#breadcrumbs ul li:last-child {color:#ffffff;background: none;}
#breadcrumbs ul li:last-child { padding:0; background: none; font-weight:200;}

.search_breadcrumbs{
  margin-top:43px;
}

.search_breadcrumbs .search-input{
  height: 45px;
}

.search_breadcrumbs .btn-search{
    height:35px;
    text-align: center;
    border-radius: 0px;
    background-color: #F26149;
    font-size:12px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border: 0px;
}



/* Carousel HOME slider
------------------------------------ */

.home-slider{
  margin-top:auto;
}

.home-slider .carousel-control {
    width:150px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow:none;
    filter: alpha(opacity=50);
    opacity: .5;
}

.home-slider .carousel-control.left{
  background-image:none;
}


.home-slider .carousel-control.right{
  background-image:none;
}

.home-slider .carousel-control .glyphicon-chevron-left, .home-slider .carousel-control .glyphicon-chevron-right, .home-slider .carousel-control .icon-next, .home-slider .carousel-control .icon-prev {
    font-size: 16px;
    color: #bbbbbb;
    border: 2px solid #ededed;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height:30px;
    text-align: center;
    margin-top: -15px;
    font-size: 30px;
}

/* Carousel nav
------------------------------------ */
.owl-nav {
  position: absolute;
  right: 0;
  top: -30px;
}
.owl-nav > div {
  border:solid 1px transparent;
  width: 30px;
  height: 30px;
  color: #acacac;
  display: inline-block;
  font-size: 24px;
  line-height: 25px;
  font-weight: 200;
  text-align: center;
}
.owl-nav > div:hover {
  color: #ff343b;
  border:solid 1px #ff343b;
}
.owl-nav .owl-prev{}
.owl-nav .owl-next {
  margin-left: 15px;
}
.owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-dots .owl-dot {
  background: #f1f1f1 none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  height: 12px;
  margin: 0 7px;
  width: 12px;
}
.owl-dots .owl-dot.active {
  background:#E74C3C none repeat scroll 0 0;
}
.owl-dots .owl-dot span{}



/* --------------------------------
    LIST SERVICE
---------------------------------- */
.services-block {
    border-top: 1px solid #eee;
    overflow: hidden;
    background:#F6F6F6;
    padding: 30px 0px;
}

.service-block-item {
  position: relative;
  margin-bottom: 0px;
}


.service-block-item .icon {
    text-align: center;
    color: #6F4E37;
    font-size:20px;
    line-height:50px;
    margin: auto;
    margin:10px 0px;
    height:50px;
    width: 50px;
    border-radius: 50%;
    border: dashed 1px #333;
    float: left;
    margin-right: 10px;
}

.service-block-item .icon .number {
    position: absolute;
    font-size:14px;
    width:30px;
    height:30px;
    top: 0px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    line-height: 27px;
    background-color: #fff;
    color: #3f3e44;
    font-family: "Merriweather Sans";
}

.service-block-info {
    overflow: hidden;
    padding-left:10px;
}

.service-block-item .service-block-info h3{
    text-align: left;
    font-size:15px;
    font-weight:600;
    color: #666;
    padding:5px 0px 2px;
    margin:0px;
}

/* --------------------------------
Home title
---------------------------------- */
.sw-title {
    text-align: center;
    margin-bottom:70px;
}

.sw-title .title-white{
  color: #fff;
}

.sw-title p{
  color: #333;
  font-size:14px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}


.sw-title h3{
    font-family: 'Rancho', sans-serif;
    font-size:45px;
    text-transform: capitalize;
    color: #29272e;
    margin: 0;
    line-height:45px;
}


/* start contact */
.sw-contact {
    background: #E91E63;
    padding:30px 0px;
}

.sw-contact h2{
        text-align:center;
        padding-bottom: 10px;
        color: #ffffff;
        font-size: 26px;
        font-weight:500;
        line-height:35px;
        padding-top:15px;s
    }

.sw-contact h2.phone{
        padding-bottom: 10px;
        color: #ffffff;
        font-size: 26px;
        font-weight:500;
        line-height:35px;
        padding-top:15px;
        margin-top: 10px;
}




/* -------------------------------
    CONTAINER
--------------------------------- */
.sw-container {
    position: relative;
    padding:40px 0px 40px;
    margin:50px 0px 0px;
}

/* ----------------------------------------
    abouts US
-------------------------------------------*/
.sw-abouts-us {
  padding:90px 0px;
  background:#090909;
  position: relative;
}

.sw-abouts-us .top-title {
    font-weight: 500;
    font-size: 16px;
    color: #6F4E37;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}

.sw-abouts-us .top-title span {
    position: relative;
}

.sw-abouts-us .top-title span:after {
    right: -65px;
}


.sw-abouts-us .top-title span:after {
    content: '';
    position: absolute;
    width: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6F4E37;
    top: 50%;
    margin-top: 0px;
}

.sw-abouts-us .top-title:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #6F4E37;
    top: 50%;
    margin-top: -1px;
    right: -65px;
}


.title {
    font-family: 'Rancho', sans-serif;
    font-size: 50px;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.title.white-color {
    color: #ffffff;
}

.sw-abouts-us-body .desc {
  margin-top: 30px;
}

.sw-abouts-us-body .desc p{
  font-size: 15px;
  line-height: 28px;
  color: #eee;
}

.sw-abouts-us-body img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
}

.sw-abouts-us-body .btn-abouts{
    margin-top: 20px;
    display: inline-block;
    padding:10px 30px;
    background: #6F4E37;
    color: #fff;
    border: 0px;
    border-radius: 20px;
    font-family: 'Merriweather Sans Condensed', Merriweather Sans, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/*------------------------------------------------------ */
/* Start Feature Section                              */
/*------------------------------------------------------ */
.sw-service {
  padding:90px 0px 100px;
  position: relative;
  background:#F6F6F6;
  display: table;
  width: 100%;
}

.ptb-100 {
    padding: 80px 0;
}

.service-item {
  padding: 20px;
  position: relative;
  background: #fff;
  color: #333;
  min-height:320px;
}

.service-item:hover{
  background:url(../img/bg-item-service.jpg) no-repeat;
  background-size: cover;
  color: #ffffff!important;
  transition: all .5s ease;
}

.service-item .des .s-title:hover .service-item{
  color: #fff;
}

.service-item .icon{
  text-align: center;
  color:#6F4E37;
  font-size:35px;
  line-height:110px;
  margin: auto;
  margin-bottom: 20px;
  height:110px;
  width:110px;
}

.service-item .icon .number {
    position: absolute;
    font-size: 15px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid #f3f3f3;
    line-height: 30px;
    background-color: #fff;
    color: #3f3e44;
    font-family: "Merriweather Sans";
}

.service-item .des p{
  line-height:25px;
  font-size: 13px;
}

.service-item .des .s-title{
  font-size:15px;
  font-weight:600;
  text-transform: uppercase;
  font-family: "Merriweather Sans";
  margin-bottom: 10px;
}



/* -------------------------
   Service model 2
-------------------------------- */
.sw-front_service{
  padding:90px 0px;
  position: relative;
  background: #fff;
}


.front_service {
  position: relative;
  margin: 30px 0px;
  min-height:140px;
}

.front_service:hover .icon_service i{
  background:#6F4E37;
  color:#fff;
  transform:rotate(45deg);
  cursor: pointer;
}
.rs_box {
    position: relative;
    margin:0 auto;
}
.icon_service {
    display: block;
    position: relative;
    margin-bottom:10px;
}
.icon_service h3 {
    display: inline-block;
    font-size:18px;
    font-weight: 600;
    position: relative;
    margin:10px 10px 10px;
}
.icon_service i {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height:49px;
    height:50px;
    width:50px;
    text-align:center;
    border:dashed 1px #6F4E37;
    color:#6F4E37;
    border-radius:50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fr_content {
    position: relative;
}
.fr_content > h3 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 15px;
    margin-left: 35px;
    line-height:20px;
    -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.fr_content > p {
    font-family: Lato,sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

/*----------------------------
    PRODUCT
----------------------------------- */
.sw-product {
  padding: 90px 0px 100px;
  background: #fff;
}


.sw-widget-product{
  width: auto;
  height: auto;

}
.sw-widget-product .block-img {
  width: auto;
  height: auto;
}

.sw-widget-product h3{
  text-align: left;
  font-size:25px;
  font-family: 'Rancho', sans-serif;
  border:solid 3px #ccc;
  padding: 10px;
  text-align: center;
}


.sw-widget-product .sw-desc{
  text-align: left;
  font-size: 15px;
  color: #666;
  line-height: 27px;
  margin-top: 30px;
}



.sw-product .product-grid{
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 40px;
}

.sw-product .product-grid:after {
    content: '';
    position: absolute;
    border: 0;
    height: 2px;
    width: 0;
    left: 50%;
    bottom: 0;
    background-color:#6F4E37;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sw-product .product-grid:hover:after {
      left: 0;
      width: 100%;
      right: 0px;
}


.sw-product .product-grid .block-img{
  overflow: hidden;
  position: relative;
}

.sw-product .product-grid .block-img img{
  width: 100%;
  height: auto;
 }


.product-grid .block-img .options-cart {
  position:absolute;
  right:9%;
  bottom:15%;
  display:none;
  transition: all 0.3s ease;
}


.product-grid .block-img:hover .options-cart, .product-grid:hover .options-cart {
  display:block;
  transition: all 0.3s ease;
  bottom:10%;
  -webkit-animation: fadeInUp .5s ease;
  -moz-animation: fadeInUp .5s ease;
  -ms-animation: fadeInUp .5s ease;
  -o-animation: fadeInDown .5s ease;
  animation: fadeInUp .5s ease;
}

.product-grid .block-img a.btn-link{
    margin-bottom: 8px;
    background-color: #8d8d8d;
    border-color: #8d8d8d;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    color: #fff;
    line-height:34px;
    text-align: center;
}

.product-grid .block-img a.btn-link:hover{
  background:#6F4E37
}
.sw-product .product-grid .info .price {
    position: absolute;
    top: -23px;
    right: 15px;
    text-align: center;
    width: 100px;
    line-height:38px;
    height:40px;
    border-radius: 20px;
    color: #ffffff;
    background: #6F4E37;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);

}


.sw-product .product-grid .info{
  padding:30px 10px 15px;
  position: relative;
}


.sw-product .product-grid .info h3{
  text-align: left;
  font-size: 18px;
  font-family: 'Merriweather Sans';
  font-weight: 500;
}

.sw-product .product-grid .info h3 a{
  color: #333;
}

.sw-product .product-grid .info h3 a:hover{
  color: #6F4E37;
}
 
.sw-product .product-grid .info .sw-meta {
    font-size: 12px;
    line-height: 20px;
    padding: 8px 0px;
    color: #898c90;
    position: relative;
}

.sw-product .product-grid .info .sw-meta .user{
  color: #6F4E37
}

.sw-product .product-grid .btn-product-order{
  background:#f7f7f7;
  color: #333;
  border:none;
  letter-spacing:1 px;
  border-radius: 0px;
  display:block;
  box-shadow:none;
}


.sw-product .btn-loadmore {
    margin-top: 20px;
    height:40px;
    display: inline-block;
    padding: 7px 30px;
    background:#eee;
    color: #333;
    border: 0px;
    border-radius: 20px;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans Condensed', Merriweather Sans, sans-serif;
    font-weight: 400;
    box-shadow:none;
}

.rating-box {
    margin:0px 0;
    color:#fbc02d;
    height: 10px;
    float: right;
}

.rating-box small{
  font-size: 12px;
  color: #ccc;
}

.rating-box span.stars, span.stars span {
    display:block;
    padding-right: 4px;
    background: url(../img/stars.png) 0 -13px repeat-x;
    width:82px;
    height:13px;
}

.rating-box span.stars span {
    background-position: 0 0;
}

/*----------------------------
    PRODUCT
----------------------------------- */
.sw-singgle-product {
  padding: 41px 40px 45px;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,.1);
  margin: 0px 0px 5px; 
  position: relative;
  display:table;
  width: 100%;
  background: url(../img/bg-product.jpg);
}

.sw-singgle-product .single-heading h2 {
  margin: 0px 0px 4px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 30px;
}

.sw-summary .summary-top {
  margin-bottom: 16px;
}

.sw-summary .summary-top a {
  color: #898c90;
  font-size: 14px;
  line-height: 24px;
}

.sw-summary .summary-top .star-rating {
  display: inline-block;
  margin-right: 5px;
}

.sw-summary .summary-top .star-rating {
  display: block;
  position: relative;
  line-height: 0;
}

.sw-summary .summary-top .star-rating ul{
  list-style: none;
  display:inline-block;
  padding: 0px;
  float: left;
  margin-right: 10px;
}

.sw-summary .summary-top .star-rating ul li{
  list-style: none;
  display: inline-block;
  margin: 5px 0;
  color: #fbc02d;
}
.sw-summary .summary-top .star-rating ul li i{
  color: #fbc02d;
}

.sw-summary .summary-top .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  overflow: hidden;
}


.sw-summary .summary-top .rating-box {
    margin:4px 8px 0px 0px;
    color:#fbc02d;
    height: 10px;
    float:left;
}

.sw-summary .summary-top .rating-box small{
  font-size: 12px;
  color: #ccc;
}

.sw-summary .summary-top .rating-box span.stars, span.stars span {
    display:block;
    padding-right: 4px;
    background: url(../img/stars.png) 0 -13px repeat-x;
    width:82px;
    height:13px;
}

.sw-summary .summary-top .rating-box span.stars span {
    background-position: 0 0;
}

.block-img-product {
  width: 100%;
  height: auto;
}
.block-img-product img{
  width: 100%;
  height: auto;
}

.sw-singgle-product .desc-product {
  margin: 10px 0px 10px 0px;
}

.sumary-price {
    display: table;
    width: 100%;
    padding: 5px 0px 10px;
    position: relative;
}

.sumary-price h5.price {
    color:#6F4E37;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
    float: left;
    margin-right: 20px;
}


.sumary-price p.old {
    text-decoration: line-through;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #666;
    
}

.sw-singgle-product .desc-product p{
  color: #333;
  font-size: 16px;
  line-height: 28px;
  font-weight: 200;
}

.sw-singgle-product .btn-order {
    padding: 12px 20px;
    font-size: 13px;
    border: solid 0px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 4px 10px 0px;
}
.sw-singgle-product .btn-order .fa{
  margin-right: 5px;
}

.sw-singgle-product .btn-order.bg-hijau {
    background:#6F4E37;
    color: #fff;
}


.sw-singgle-product .btn-order.bg-blue {
    background:#1EBEA5;
    color: #fff;
}



.sw-singgle-product .btn-order.bg-red{
    background:#DC483C;
    color: #fff;
}


/*----------------------------------
SHARE
------------------------------------------*/
.share-wrapper{
    background: url(../img/bg-product.jpg);
    padding:18px 55px;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,.1);
    border-radius: 2px;
    margin-bottom: -5px;
    position: relative;
    display: table;
    width: 100%;
    margin:10px 0px;
}

.share-wrapper h3{
  float: left;
  margin:2px 15px 0px 0px;
  font-size: 18px;
  font-weight: 200;
  line-height:25px;
  text-transform:capitalize;
  color: #666666;
  padding: 0px;
}

.share-item{

}

.share-item ul{
  list-style: none;
  padding:0px;
  margin:0px;
}

.share-item ul li{
  list-style: none;
  display: block;
  float: left;
}

.share-item ul li a{
  border-radius:3px;
  margin-right:10px;
  padding:7px 10px;
  color: #ffffff;
  font-size:15px;
  text-align: center;
  line-height:30px;
 
}

.share-item ul li a i{
  margin-right: 10px;
}
.share-item ul li a span{
  font-size: 14px;
  line-height: 20px;
}
.share-item ul li a:hover{
  opacity: 0.9;
}
.share-wrapper .fb{
  background: #536CA4;
}
.share-wrapper .tw{
  background:#74BFE6;
}
.share-wrapper .google{
  background: #DC483C;
}
.share-wrapper .wa{
  background: #1EBEA5;
}

/* -------------------------------------------
  TAB PRODUCT
---------------------------------------------- */
.sw-product-tab{
  padding: 15px 0px;
  background:#fff;
  border:solid 1px #eee;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,.1);
  border-radius: 2px;
  margin-top: 30px;
}

.sw-pro-tab{
  margin-bottom:10px;
}

.sw-pro-tab-list ul{
  margin: auto;
  padding:0px;
  list-style: none;
}

.sw-pro-tab ul {
  list-style: none;
  padding: 0px;
}


.sw-pro-tab-list {
    display: block;
    float: left;
    padding-bottom:4px!important;
    width: 100%;
}


.sw-pro-tab-list li {
  display: block;
  float: left;
  margin-right:0px;
  padding: 0px;
}

.sw-pro-tab-list li a {
    padding:14px 30px;
    background: #fff;
    color: #000;
    font-family: "Merriweather Sans",sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-right: solid 1px #eee;
    margin: 0px;
    text-transform: uppercase;
}
.sw-pro-tab-list li:hover a {
  color: #333;
  background: #eee;
  position: relative;
}

.sw-pro-tab-list li:hover a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #eeeeee;
  border-width: 10px;
  margin-left: -10px;
}


.sw-pro-tab-list li.active a {
  color:#333;
  position: relative;
}

.sw-pro-tab-list li.active a:after,
.sw-pro-tab-list li.active a:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sw-pro-tab-list li.active a:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.sw-pro-tab-list li.active a:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #eeeeee;
  border-width: 12px;
  margin-left: -12px;
}

.sw-pro-tab-container {
    border-top: 1px solid #eee;
    padding:30px 30px 0px 30px;
    display: block;
    width: 100%;
}
.sw-pro-tab-container p {
  color: #333;
  font-size: 15px;
  line-height:26px;
}

.product_details ul{
  list-style: none;
}


.product_details ul li{
  list-style: none;
  margin: 10px 0px;
}

/*----------------------------------------*/
/*  Review
/*----------------------------------------*/
.review {
  width: 100%;
  background: #fbfbfb;
  display: table;
  padding:20px;
}

.review h3{
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-align: left;
}

.review .btn-ulasan {
    padding: 12px 20px;
    font-size: 13px;
    border: solid 0px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    margin: 10px 4px 10px 0px;
    background: #6F4E37;
    color: #fff;
}
/* Comment Style */
.comment-wrapper {
  margin-top: 60px;
}
.comments{}
.comments h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.comment-list{}
.comment-list li{}
.comment-list li ul {
  padding-left: 100px;
}
.sin-comment {
  margin-bottom:15px;
  overflow: hidden;
}
.sin-comment .avatar {
  display: block;
  float: left;
  margin-right: 20px;
  width: 80px;
}
.sin-comment .avatar img {
  width: 100%;
}
.sin-comment .comment-box {
  overflow: hidden;
}
.sin-comment .comment-box .comment-author{}
.sin-comment .comment-box .comment-author p {
  color:#232f3e;
  display: inline-block;
  font-size: 12px;
  font-weight:500;
  line-height: 12px;
  margin-bottom: 0;
  margin-right: 15px;
  padding:5px 0px 5px 0px;
  position: relative;
  text-transform: uppercase;
  background:#fff;

}

.sin-comment .comment-box .comment-author p:after {
  top: 100%;
  left:40%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width:7px;
  margin-top:0px;
}
.sin-comment .comment-box .comment-author .rate{
  color:#F99406;
}
/*.sin-comment .comment-box .comment-author p::before {
  background: #346786 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  height: 7px;
  position: absolute;
  right: 0;
  width: 7px;
}*/
.sin-comment .comment-box .comment-author a {
  color: #252525;
}
.sin-comment .comment-box .comment-author a:hover {
  color: ;
}
.sin-comment .comment-box .comment-author a::before {
  color: #363636;
  content: "/";
  margin-left: 5px;
  margin-right: 5px;
}
.sin-comment .comment-box .comment-text {
  background:#fbfbfb;
  padding:10px;
  border-radius: 5px;
}

.sin-comment .comment-box .comment-text p {
  color: #363636;
  font-size: 12px;
  margin: 0;
}
.children-comment {
  margin-left: 95px;
}
.comment-form{}
.comment-form h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
.comment-form form{}
.comment-form form label {
  display: inline-block;
  position: relative;
}
.comment-form form label sub {
  color: ;
  font-size: 13px;
  right: 0;
  top: 0;
}
.comment-form form input[type="text"] {
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 30px;
  padding: 8px 15px;
  width: 100%;
}
.comment-form form textarea {
  border: 1px solid #ddd;
  display: block;
  margin-bottom: 30px;
  padding: 8px 15px;
  width: 100%;
}
.comment-form form input[type="submit"] {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.comment-form form input[type="submit"]:hover {
  background:  none repeat scroll 0 0;
}

.comment-blank {
  text-align: center;

}
.comment-blank i{
  text-align: center;
  font-size:20px;
  color:#F5BD23;
  background: #eeeeee;
  padding: 10px;
  border-radius: 50%;
  margin: 10px;
}

/* -----------------------------------------------
    FORM ORDER 
------------------------------------------------ */
.sw-form-contact{
  position: relative;
}

.sw-form-contact .form-group {
  position: relative;
  margin:10px 0px;
}

.sw-form-contact .form-group label{
  font-weight: 200;
  font-size:14px;
}

.sw-form-contact .form-group .btn-send {
    padding: 12px 20px;
    font-size: 13px;
    border: solid 0px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    margin:5px 4px 5px 0px;
    background: #6F4E37;
    color: #fff;
}


/* ------------------------------------
    RESERVASE
--------------------------------------------- */
.reservation{
  background-image: url(../img/bg2.jpg);
  background-size: cover;
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important;
}

.ptn, .pvn, .pan {
  padding-top: 0 !important;
}

.reservation h3.title{
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}


.form-pos-01.section-dark {
    background-color: rgba(0, 0, 0, 0.97);
}


.form-pos-01 {
    position: relative;
    margin-top: -45px;
    margin-bottom: -45px;
    padding: 100px 55px;
}


.sw-contact-form .form-group {
    padding: 0 0px;
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.sw-contact-form .form-group .input-group {
    padding: 0px;
}


.sw-contact-form .form-group .input-group .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0;
    height: 40px;
    color: #a2a2a2;
    box-shadow: none;
}



.sw-contact-form .form-group .input-group .input-group-addon {
    background-color: rgba(255, 255, 255, 0.05);
    border: 0;
    border-radius: 0;
    color: #9d9d9d;
    position: relative;
    min-width: 40px;
}

.sw-contact-form .form-group .input-group .input-group-addon:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.15);
}

.sw-contact-form textarea {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 95px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.sw-contact-form textarea:focus,select:focus,
.sw-contact-form input[type="text"]:focus,
.sw-contact-form input[type="password"]:focus,
.sw-contact-form input[type="datetime"]:focus,
.sw-contact-form input[type="datetime-local"]:focus,
.sw-contact-form input[type="date"]:focus,
.sw-contact-form input[type="month"]:focus,
.sw-contact-form input[type="time"]:focus,
.sw-contact-form input[type="week"]:focus,
.sw-contact-form input[type="number"]:focus,
.sw-contact-form input[type="email"]:focus,
.sw-contact-form .form-control:focus{
     -webkit-box-shadow: none;
     box-shadow: none;
     background-color: rgba(255, 255, 255, 0.05);
}


.sw-contact-form .btn-reservation {
    margin-top: 20px;
    height: 45px;
    display: inline-block;
    padding: 7px 50px;
    background:#6F4E37;
    color: #fff;
    border: 0px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Merriweather Sans Condensed', Merriweather Sans, sans-serif;
    font-weight:400;
    box-shadow: 0 0 25px rgba(40, 47, 60, 0.05), 0 20px 25px rgba(40, 47, 60, 0.05), 0 3px 4px rgba(40, 47, 60, 0.05);
}


/* ---------------------------------------------
  TESTIMONIAL
------------------------------------------------ */
.sw-testimonial {
  position: relative;
  padding: 150px 0px 90px;
}

.sw-testimonial hr {
    margin-top:0px;
    margin-bottom:0px;
}


.sw-testimonial .img-left {
    left: -351px;
}

.sw-testimonial .img-right {
    right: -200px;
    top: 0px;
}

.img-bg {
    position: absolute;
}


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
    min-height: 250px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel p{
  font-weight: 200;
  font-size: 15px;
  line-height: 27px;
  color: #444;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width:80px;
    height:80px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}


/*----------------------------
    BLOG GRID
----------------------------------- */
.sw-blog {
  padding: 90px 0px;
  position: relative;
  background: #eee;
}

article.sw-blog-grid {
  background:#fff;
  position: relative;
  box-shadow: 0 0 10px -1px rgba(0,0,0,0.1);
  border:dashed 1px #333;
  margin-bottom: 25px;
}

article.sw-blog-grid:after {
    content: '';
    position: absolute;
    border: 0;
    height: 1px;
    width: 0;
    left: 50%;
    bottom: 0;
    background-color:#6F4E37;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

article.sw-blog-grid:hover:after {
      left: 0;
      width: 100%;
}

article.sw-blog-grid .blog-info-item{
  padding:5px 0px;
  position: relative;
} 


article.sw-blog-grid .blog-info-item span{
  margin: 0px 5px 0px 0px;
  font-size: 12px;
  color:#666;
}

article.sw-blog-grid .blog-featured-img{
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}



article.sw-blog-grid:hover .blog-featured-img img{
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}


article.sw-blog-grid .blog-content{
  position: relative;
  padding:20px 20px 20px 20px;
}

article.sw-blog-grid .blog-content p.category{
  font-size: 15px;
  text-transform: uppercase;
  padding:10px 0px;
  color: #6F4E37;
}

article.sw-blog-grid .blog-content h3{
  font-size:28px;
  font-weight: 500;
  line-height: 27px;
  color: #444;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  font-family: 'Rancho', sans-serif;
}

article.sw-blog-grid .blog-content h3 a{
  color: #444;
}

article.sw-blog-grid .blog-content h3 a:hover{
  color: #6F4E37
}

article.sw-blog-grid .blog-content .desc{
  margin:20px 0px 10px;
  font-size: 14px;
  font-family:'Merriweather Sans';
  color: #666;
  line-height: 27px;
}

article.sw-blog-grid .blog-readmore{
  text-align: right;
  margin-top: 20px;
}

article.sw-blog-grid .blog-readmore a {
    color: #5f5e62;
    font-size:14px;
    font-family:'Merriweather Sans';
}

article.sw-blog-grid .blog-readmore a:hover {
    color:#6F4E37;
}



/* ------------------------------------------------
  Blog Detail
--------------------------------------------------*/
article .blog-detail{
  background: #ffffff;
  position: relative;
}

article .blog-detail h1.title {
    line-height:35px;
    margin:0px;
    padding: 0px;
    font-size:30px;
    font-weight:200;
    font-family: 'Merriweather Sans';
}

article .blog-detail h1.title a{
    text-decoration: none;
    color:#333;
}

article .blog-detail h1.title a:hover{
    color:#6F4E37;
}


article .blog-detail .post-meta{
    font-size: 14px;
    line-height: 22px;
    color:#6F4E37;
    padding:10px 0px 20px 0px;
    border-bottom:dashed 1px #ccc;
}

article .blog-detail .post-meta a{
  color:#6F4E37;
}

article .blog-detail .post-meta a:hover{
  color:#6F4E37;
}

article .blog-detail .post-meta span{
  margin:0px 5px;
}


article .blog-detail .entry_content {
    overflow: hidden;
    padding-bottom: 0;
    margin:25px 0px;
}



article .blog-detail .entry_content .video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

article .blog-detail .entry_content .video iframe, .video object, .video embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


article .blog-detail .entry_content .table{
  max-width: 100%;
  height: auto;
}

article .blog-detail .entry_content img{
    max-width: 100%;
    height: auto;
}

article .blog-detail .entry_content a{
  color: #000;
  text-decoration: none;
}

article .blog-detail .entry_content a:hover{
    color:#358E3C;
}

article .blog-detail .entry_content p{
    font-size:15px;
    line-height:27px;
    color:#222;
}

article .blog-detail .entry_content ul li{
  font-size:15px;
  line-height: 24px;
}

article.blog-detail.entry_content ol li{
    font-size:15px;
    line-height: 25px;
}

article .blog-detail .entry_content ol li{
  margin-bottom:5px;
}

article .blog-detail .entry_content ul li{
  margin-bottom:5px;
}



article .blog-detail .entry_content blockquote {
    border: 1px dashed #999999;
    margin:20px 0px 32px;
    text-align: center;
    font-size: 18px;
    color: #222222;
    font-style: italic;
    letter-spacing: 1.1px;
    line-height: 30px;
    position: relative;
    padding: 32px 60px 30px;
    overflow: hidden;
}

article .blog-detail .entry_content blockquote:before {
    content: "\f10e";
    font-family:FontAwesome;
    font-size: 90px;
    color: #222222;
    position: absolute;
    left: -12px;
    top: 6px;
    opacity: 0.1;
    font-style: normal;
}

article .blog-detail .entry_content blockquote:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 70px;
    position: absolute;
    right: 19px;
    bottom: 31px;
    font-style: normal;
    color: #cfe281;
}

/* -------------------------------
Entry Tag
-----------------------------------*/
article .blog-detail .entry_tags{
  width: 100%;
  display:table;
  overflow: hidden;
  clear: both;
  margin-top: 5px;
}


article .blog-detail .entry_tags span {
    height: 18px;
    line-height: 18px;
    font-size:15px;
    display: block;
    font-weight:500;
    float: left;
    margin-right: 5px;
    color: #999;
}

article .blog-detail .entry_tags a {
    float: left;
    height:22px;
    line-height:21px;
    position: relative;
    font-size: 13px;
    margin: 0 5px 5px 12px;
    padding: 0 10px 0 12px;
    background:#eeeeee;
    color: #666;
    font-weight:200;
    text-decoration:none;
   text-transform:capitalize;
}

article .blog-detail .entry_tags a:hover{
    text-decoration: none;
    color: #E2534B;
}

article .blog-detail .entry_tags a:before {
    content: " ";
    float: left;
    position: absolute;
    top: 0;
    left: -11px;
    width: 0;
    height: 0;
    border-top-color: transparent !important;
    border-right-color:#eee;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

article .blog-detail .entry_tags a:after{
    content: " ";
    position: absolute;
    top:8px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

article .post-tags-social {
    border-top: 1px dashed #999999;
    padding: 20px 0px 15px;
    border-bottom: 1px dashed #999999;
    margin: 0px 0px 40px;
}

article .post-social{
  position: relative;
  margin: 0px;
  padding: 0px;
}

article .post-social ul{
  float: right;
  padding: 0px;
  margin: auto;
}

article .post-social ul li {
    float: left;
    margin: 0px 0px 5px 10px;
    list-style: none;
}

article .post-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    border-radius: 3px;
    padding: 8px 0px 0px;
}

article .post-social ul li a.fa-facebook {
    background-color: #415598;
}

article .post-social ul li a.fa-facebook {
    background-color: #415598;
}
article .post-social ul li a.fa-twitter {
    background-color:#38a5df;
}
article .post-social ul li a.fa-google-plus {
    background-color:#DE4D38;
}

article .post-social ul li a.fa-whatsapp {
    background-color:#1EBEA5;
}

article .blog-detail .pages-prenxt-post {

}

article .blog-detail .pages-prenxt-post a{
  text-decoration: none;
  border:solid 1px #ccc;
  display: inline-block;
  padding: 20px;
  min-height: 70px;
}

article .blog-detail .pages-prenxt-post a p{
  font-size: 14px;
  color: #6F4E37;
}

article .blog-detail .pages-prenxt-post a h5{
  font-size:20px;
  text-transform: uppercase;
  font-weight: 200;
}


article .blog-detail .sw-coments{
  margin:20px 0px 20px;
}

article .blog-detail .sw-coments h3{
  margin: 0px;
  color: #333;
  font-size:30px;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: 'rancho',Merriweather Sans;
}


/* =======================================================
    PAGE SINGGLE
======================================================== */
article.page-detail {
    padding: 41px 40px 45px;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,.1);
    margin: 0px 0px 5px;
    position: relative;
    display: table;
    width: 100%;
    background: url(../img/bg-product.jpg);
}

article h1.title {
  line-height: 35px;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: 200;
  font-family: 'Merriweather Sans';
}

article.page-detail .post-meta {
    font-size: 14px;
    line-height: 22px;
    color: #6F4E37;
    padding: 10px 0px 20px 0px;
    border-bottom: dashed 1px #ccc;
}

article.page-detail .entry_content {
    overflow: hidden;
    padding-bottom: 0;
    margin: 25px 0px;
}

article.page-detail .entry_content p {
    font-size: 15px;
    line-height: 27px;
    color: #222;
}

/* ===================================================== */
/* PAGINATE                                           */
/* ===================================================== */
.paginations {
  margin:20px 0px  10px;
  display: table;
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.paginations {}
.paginations > ul {
  display: inline-block;
  padding: 0px;
}
.paginations > ul > li {
  display: block;
  float: left;
  margin-right:5px;
}
.paginations > ul > li:last-child {
  margin-right: 0;
}

.paginations > ul > li > a {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    font-weight:200;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    background: #fff;
    padding: 6px 14px;
    transition: .4s;
    margin:2px;
    line-height: 20px;
    border:dashed 1px #677978;
}


.paginations > ul > li > a i {
  display: block;
  font-size:15px;
  line-height: 23px;
}

.paginations > ul > li.active span {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    font-weight:200;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 14px;
    transition: .4s;
    margin:2px;
    background:#6F4E37;
    border:dashed 1px #677978;
}

.paginations > ul > li.prev a, .paginations > ul > li.next a {
    list-style: none;
    cursor: pointer;
    display: inline-block;
    font-weight:200;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    padding: 4px 14px;
    transition: .4s;
    margin:2px;
}

.paginations > ul > li:hover a {
  border-color:#6F4E37;
  background:#6F4E37;
  color: #fff;
}
.paginations > ul > li.prev:hover a, .paginations > ul > li.next:hover a {
  background:#6F4E37;
  color:#fff;
}


/* --------------------------------------------------
    WIDGET
----------------------------------------------------- */
.sidebar-wrapper {
    padding-right: 0px;
    padding-left: 30px;
}

/* ===================================
SIDEBAR
======================================*/
.sidebar{margin-left: 0px;}
/* end : sidebar abous us */

.sidebar-wrapper {
    padding-right: 0px;
    padding-left: 30px;
}

.sidebar-search {
  margin-bottom:40px;
  background: #fff;
  border:dashed 1px #444;
  padding: 10px 25px;
}

.sidebar-search input{
  border-radius: none!important;
}

.sidebar-search .btn-search{
  background: #6F4E37;
  color: #fff;
  box-shadow:none;
  border-radius: 0px;
}

.sidebar-content .sidebar-body {
    padding:10px 40px;
}

.sw-sidebar {
  margin-bottom:40px;
  background: #fff;
  min-height: 200px;
  border:dashed 1px #444;
}


.sw-sidebar .sw-title {
    font-family: 'Merriweather Sans', sans-serif;
    padding:15px 0px 0px 15px;
    margin:0px 0 20px;
    position: relative;
}

.sw-sidebar > .sw-title h3{
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 17px;
    font-weight:600;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    padding: 10px 0px 8px 10px;
}

.sw-sidebar .sw-title h3:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0px;
    width: 50px;
    height: 1px;
    background:#6F4E37;
}

.sw-sidebar > .sidebar-body > .sw-title {
    font-family: 'Montserrat', sans-serif;
    padding:15px 0px 0px 0px;
    margin:0px 0 20px;

}

.sw-sidebar > .sidebar-body > .sw-title h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
  }

.sw-sidebar > .sidebar-body{
  padding:15px 25px 15px 25px;
  position: relative;
  display: table;
  width: 100%;
}

.sw-sidebar > .sidebar-body > ul {
  margin: auto;
  padding: 0px;
}

.sw-sidebar > .sidebar-body > ul li {
  display: block;
  overflow: hidden;
  margin-bottom:18px;
}


.sw-sidebar > .sidebar-body > ul li .post-thumb {
  display: block;
  float: left;
  margin-right:10px;
  position: relative;
  width: 60px;
  overflow: hidden;
}

.sw-sidebar > .sidebar-body > ul li .post-thumb::before {
  background: rgba(148, 174, 36, 0.6) none repeat scroll 0 0;
  color: #fff;
  content: "\f0c1";
  display: block;
  font-family: FontAwesome;
  height: 100%;
  left: 0;
  opacity: 0;
  padding:20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.sw-sidebar > .sidebar-body > ul li:hover .post-thumb::before {
  opacity: 1;
}
.sw-sidebar > .sidebar-body > ul li .post-thumb img{
  height: 60px;
  width:60px;
}
.sw-sidebar > .sidebar-body > ul li .post-info {
  margin-top: 5px;
}
.sw-sidebar > .sidebar-body > ul li .post-info a {
  display: block;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  margin-bottom:3px;
}
.sw-sidebar > .sidebar-body > ul li .post-info a:hover {
  color:#000;
}

.sw-sidebar > .sidebar-body > ul li .post-info span {
  font-size: 12px;
  color:#6F4E37;
  font-family: arial;
  font-weight: 200;
}

/* ===========================================
CATEGORY
======================================== */
.category{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.category > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}
.category > ul > li {
  border-bottom:solid 1px #eee;
  padding:10px 0;
  position: relative;
  list-style: none;
  display:table;
  width: 100%
}

.category > ul > li:last-child{
  border-bottom: 0px;
}

.category > ul > li:first-child{
  padding:0px 0px 10px 0px;
}


.category > ul > li span{
  float:right;
  position: relative;
  padding:0px 7px;
  height: 20px;
  font-size:14px;

}

.category > ul > li > a {
  color: #111;
  font-size:14px;
  font-weight:200;
  text-transform:capitalize;
  text-decoration: none;
}

.category > ul > li > a i{
  color:#6F4E37;
  margin-right: 5px;
}

.category > ul > li > a:hover{
  color:#6F4E37;
}
.category > ul > li ul {
  color:#6F4E37;
  list-style: inside none disc;
  padding: 10px 0 0 15px;
}
.category > ul > li ul li {
  padding: 6px 0;
}
.category > ul > li ul li a{}

/* ===========================================
  tags
======================================== */
.tags{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}

.tags > ul{
    padding:0px;
    list-style: none;
    margin: 0 auto;
}
.tags > ul > li {
  list-style: none;
  display: inline-block;
  margin:3px 3px;
}

.tags > ul > li > a {
  padding:5px 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color:#999;
  font-weight: 500;
  display: inline-block;
  border:solid 1px #bbb;
}

.tags > ul > li > a:hover{
  background:#6F4E37;
  color: #fff;
  border-color#6F4E37;
}



/* --------------------------------------------
    CONTACT
--------------------------------------------- */
.sw-contact-us {
  float: left;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(0,0,0,0.15);
  padding: 50px 30px 30px 30px;
  margin-top:-200px;
  margin-bottom: 40px;
}

.sw-contact-us .sw-contact-info {
  width: 100%;
}


.sw-contact-info-wrap {
  float: left;
  width: 100%;
  text-align: center;
  padding: 48px 0 21px 0;
  line-height: 1;
  position: relative;
  margin: 29px 0 0 0;
  border: 1px solid #aaaaaa;
  margin-bottom: 50px;
}

.sw-contact-info-wrap i {
  position: absolute;
  left: 50%;
  top: -29px;
  color: #6F4E37;
  font-size: 30px;
  margin-left: -29px;
  background-color: #ffffff;
  height: 60px;
  width: 60px;
  border: 1px solid #aaaaaa;
  padding: 15px 0 0 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.sw-contact-info-wrap h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 9px;
    letter-spacing: 0.6px;
}

.sw-contact-info-wrap p {
    display: inline-block;
    margin: 0px;
    line-height: 20px;
    width: 70%;
    letter-spacing: 0.6px;
}

.sw-contact-form_2{}

.sw-contact-form_2 input[type=text],
.sw-contact-form_2 input[type=email],
.sw-contact-form_2 input[type=search],
.sw-contact-form_2 input[type=password],
.sw-contact-form_2 input[type=number],
.sw-contact-form_2 textarea{
    border:dashed 1px #ccc;
    border-radius: 0px;
}

.sw-contact-form_2 .form-group .btn-send {
    padding: 12px 20px;
    font-size: 13px;
    border: solid 0px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 20px;
    margin: 5px 4px 5px 0px;
    background: #6F4E37;
    color: #fff;
}

.sw-contact-form_2 textarea:focus,
.sw-contact-form_2 input[type="text"]:focus,
.sw-contact-form_2 input[type="email"]:focus,
.sw-contact-form_2 .form-control:focus{
     -webkit-box-shadow: none;
     box-shadow: none;
     border-color: #6F4E37;
     background:#F4F4F4;

}

/*  -------------------------------------------
  subscribe
------------------------------------------------ */
.subscribe-section {
    position: relative;
    background:#FCFCFC url(../img/bg5.png) no-repeat bottom left;
    background-size:200px;
}

.subscribe-wrapper {
    padding: 60px 0;
}

.subscribe-heading {
  float: left;
}
.subscribe-wrapper .title {
    font-family: "rancho";
    font-size: 40px;
    color: #29272e;
    margin-top: 0;
}

.subscribe-wrapper .widget-newsletter {
    position: relative;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 25px;
    float: right;
}

.subscribe-wrapper .widget-newsletter input {
    height: 40px;
    background-color: #f4f4f4;
    box-shadow: none;
    border: none;
}

.subscribe-wrapper .widget-newsletter .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height:40px;
    text-align: center;
    color: #333;
    background: transparent;
    border: 0px;
}

.subscribe-wrapper .widget-newsletter .submit:hover{
  color: #6F4E37;
}

.subscribe-wrapper .widget-newsletter .submit:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 50px;
    top: 50%;
    margin-top: -15px;
    background-color: #e2e2e2;
}





/*----------------------------------------*/
/*  27.  404 Page
/*----------------------------------------*/
.error-404 {
  padding:80px 0;
  text-align: center;
}

.not-found{
    width:auto;
    margin:auto;
    margin-bottom: 20px;
}

.not-found img{
    width:76%;
    margin:auto;
}
.error-404 h1 {
  color: #cccccc;
  font-size: 150px;
  font-weight: 900;
  letter-spacing: 10px;
  line-height:80px;
  margin-bottom: 15px;
}
.error-404 h3 {
  color: #cccccc;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.error-404 p {
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}
.error-404 a {
  background:#6F4E37 repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight:500;
  margin-top: 40px;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius:30px;
}
.error-404 a:hover {
  color: #fff;
  text-decoration: none;
  background: #ca392e
}



/* ----------------------------------------
    FOOTER
------------------------------------------ */

footer{
    background-color: #040609;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    position: relative;
  }


.ft-widget-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ft-widget-area .sw-wget-about{

}

.wget-logo {
    float: left;
}

ul.socials-about{
  float: right;
}

ul.socials-about>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}


ul.socials-about li a {
    display: inline-block;
    background-color: #0e1012;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
ul.socials-about li a:hover{
    background-color:#6F4E37;
}

.wget-about-content {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.wget-about-content p{
  color: #eee;
  font-size: 14px;
  line-height: 26px;
}

.about-contact-info{

}

.about-contact-info .address-info {
    width:35%;
    float: left;
    margin-right: 10px;
}

.about-contact-info .phone-info {
    width:25%;
    float: left;
}

.about-contact-info .email-info {
    width:35%;
    float: left;
}

.about-contact-info .info-icon {
    width: 35px;
    height: 50px;
    float: left;
    text-align: left;
    line-height: 50px;
    color: #fff;
}

.about-contact-info .info-icon i {
    color: #fff;
    font-size: 30px;
    padding-bottom: 5px;
}

.about-contact-info .info-content {
    margin-bottom: 10px;
}
.about-contact-info .info-content p{
  color: #eee;
  line-height: 26px;
}

.payment-list {
  border-top: 1px solid #3a3a3a;
  position: relative;
  padding: 20px 0px 0px 0px;
}

.payment-list p{
  color: #eee;
  line-height: 20px;
  font-size:12px;
}

.ft-fixed-area {
    position: relative;
}

.ft-fixed-area .reservation-box {
    color: #fff;
    background-color: #6F4E37;
    background-image: url(../img/ft-res-bg.jpg);
    background-size: cover;
    position: relative;
    top: -30px;
    padding: 20px;
}

.ft-fixed-area .reservation-wrap {
    border: 1px solid #fff;
    padding: 10px 25px 25px;
    position: relative;
}

.ft-fixed-area .reservation-wrap:before, .ft-fixed-area .reservation-wrap:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.ft-fixed-area .reservation-wrap:before {
    top: -5px;
    right: -5px;
}

.ft-fixed-area .reservation-wrap:after {
    bottom: -5px;
    left: -5px;
}

.ft-fixed-area .reservation-wrap .res-title {
    font-size: 40px;
    text-align: center;
    font-family: 'Rancho', cursive;
    color: #fff;
}

.ft-fixed-area .reservation-wrap h4.res-title {
    font-size: 30px;
    text-align: center;
    font-family: 'Rancho', cursive;
    color: #000;
}

.ft-fixed-area .reservation-wrap .res-date-time ul{
  padding:0px;
  margin: 0px;
}

.ft-fixed-area .res-date-time ul li{
  padding: 10px;
  list-style: none;
  font-size: 15px;
  color: #fff;
}

/* -------------------------------------
    CREDIT
----------------------------------------- */
.sw-credits {
  border-top: solid 1px rgba(255, 255, 255, 0.12);
  padding: 20px 0px;
}

.sw-credits p{
  text-align: center;
  color: #fff;
}

.sw-credits p a {
  color: #fff;
  text-decoration: none;
}


/*-------------------------------------------------*/
/* =  BOTTON UP
/*-------------------------------------------------*/
#back-to-top {
    position: fixed;
    bottom:80px;
    right:20px;
    z-index:+999999;
    width:50px;
    height:50px;
    text-align: center;
    line-height:50px;
    background:#6F4E37;
    color: #fff;
    cursor: pointer;
    border:0;
    border-radius:50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    background:#67432b;
}

#back-to-top.show {
    opacity: 1;
}