@media (min-width: 768px) {
 
}

@media (max-width: 767px) {
 
}
/* ================================
Bottom widget
================================= */
  #bottom-widget {
    overflow: hidden;
    background: #474647;
    color: #fff;
    padding: 20px 0px;
  }
  ul.social-network {
    margin: 0;
    margin-left:0;
    padding-left: 0;
    list-style: none;
  }
  .mobile ul.social-network,.mobile .social-network-h-t{
   text-align: center;
  }
  ul.social-network li {
    display: inline;
    margin: 5px 5px;
  }
  ul.social-network li a:hover span .fa-circle {
    color: #2b2b2b;
  }
  ul.social-network li a img{
    width: 50px
  }
  ul.social-network li a:hover img{
    opacity: 0.5;
    text-decoration-line: none;
  }

  ul.social-network>li>a {
      text-decoration: none;
  }
  ul.social-network li a i{
    transition: 0.3s
  }
  /* ================================
  Footer
  ================================= */
  footer {
    background: #474647;
    color: #fff;
    padding: 20px 0 20px;
    text-align: center;
    border-top: 1px solid white;
  }

  footer a {
    color: #fff;
  }

  footer a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .img-left{
    max-width: 160px;
    margin: auto;
    margin-top: 35px;
    float: left;
    margin-right: 15px;
  }    
  .mobile .img-left{
      max-width: 80%;
      margin: auto;
      margin-bottom: 20px;
      margin-left: 10%;
  }  

/* ================================
header
================================= */
  header.masthead{
      /*margin-bottom:50px;*/
      background:no-repeat center center;
      background-color:#868e96;
      background-attachment:scroll;
      position:relative;
      -webkit-background-size:cover;
      -moz-background-size:cover;
      -o-background-size:cover;
      background-size:cover
  }
  header.masthead .overlay{
      position:absolute;
      top:0;
      left:0;
      height:100%;
      width:100%;
      background-color:#212529;
      opacity:.5
  }
  header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading{
      padding:200px 0 150px;
      color:#fff
  }
  @media only screen and (min-width:768px){
      header.masthead .page-heading,header.masthead .post-heading,header.masthead .site-heading{
          padding:400px 0
      }
  }
  header.masthead .page-heading,header.masthead .site-heading{
      text-align:center
  }
  header.masthead .page-heading h1,header.masthead .site-heading h1{
      font-size:50px;
      margin-top:0
  }
  header.masthead .page-heading .subheading,header.masthead .site-heading .subheading{
      font-size:24px;
      font-weight:300;
      line-height:1.1;
      display:block;
      margin:10px 0 0;
      font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif
  }
  @media only screen and (min-width:768px){
      header.masthead .page-heading h1,header.masthead .site-heading h1{
          font-size:80px
      }
  }
  header.masthead .post-heading h1{
      font-size:35px
  }
  header.masthead .post-heading .meta,header.masthead .post-heading .subheading{
      line-height:1.1;
      display:block
  }
  header.masthead .post-heading .subheading{
      font-size:24px;
      font-weight:600;
      margin:10px 0 30px;
      font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif
  }
  header.masthead .post-heading .meta{
      font-size:20px;
      font-weight:300;
      font-style:italic;
      font-family:Lora,'Times New Roman',serif
  }
  header.masthead .post-heading .meta a{
      color:#fff
  }
  @media only screen and (min-width:768px){
      header.masthead .post-heading h1{
          font-size:55px
      }
      header.masthead .post-heading .subheading{
          font-size:30px
      }
  }
  .sub_header{
    text-align: center;padding: 40px 0px;background: #f0f0f0;margin-bottom:20px;
  }
  .sub_header>.brand-heading{
    font-size: 36px;font-style: italic;
  }
  .mobile .sub_header{
    padding: 25px 0px;
  }
  .mobile .sub_header>.brand-heading{
    font-size: 30px;
  }
/* ================================
sub_header_img
================================= */
  .sub_header_img{
    height: 150px;
    margin-top: -20px;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
  }
  .mobile  .sub_header_img{
    height: 90px;    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
  }
  #story .content{
    font-size: 18px;
    word-spacing: 2px;
  }
  .mobile #story .content{
    font-size: 18px;
  }
/* ================================
featured-coffe
================================= */
  section {
      display: block;
  }
  p.lead,.desc p{
    font-style: italic;
    letter-spacing: 2px;
    font-size: 20px;
  }
  @media (min-width: 992px){
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
      }
      .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

  }
  hr {
      height: 1px;
      width: 80%;
      text-align: center;
      position: relative;
      background: #42210b;
      margin: 0 auto;
      margin-bottom: 20px;
      margin-top: 20px;
      border: 0;
  }
  .featured-coffe {
    float: left;
    width: 100%;
  }
  .feature-full-1col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 30px;
  }
  .feature-full-1col .image, .feature-full-1col .desc {
    float: left;
    width: 50%;
  }
  @media screen and (max-width: 768px) {
    .feature-full-1col .image, .feature-full-1col .desc {
      flex-wrap: wrap;
      position: relative;
      width: 100%;
    }
  }
  .feature-full-1col .image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
  }
  .feature-full-1col .image .descrip {
    width: 180px;
    position: absolute;
    top: 0;
    right: -180px;
    padding: 10px;
    background: #FF5722;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .feature-full-1col .image .descrip p {
    margin: 0;
    color: #fff;
  }
  .feature-full-1col .image .descrip small, .feature-full-1col .image .descrip span {
    display: block;
  }
  .feature-full-1col .image .descrip small {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 12px;
  }
  @media screen and (max-width: 768px) {
    .feature-full-1col .image {
      height: 300px;
    }
  }
  .feature-full-1col .desc {
    padding: 50px;
    background: #fff;
  }
  @media screen and (max-width: 768px) {
    .feature-full-1col .desc {
      padding: 30px;
    }
  }
  .feature-full-1col:hover .image .descrip, .feature-full-1col:focus .image .descrip {
    right: 0;
  }
  .feature-full-1col:hover .image, .feature-full-1col:focus .image{
    right: 0;
  }
  .featured-coffe{
    /*padding: 1em 0;*/
    margin-bottom: 20px;
  }
  #hotel-facilities {
    float: left;
    width: 100%;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .desc h3{
    font-size: 35px;
    text-align: center;
  }
  
.product_tool {
  float: right;
}
.tools-box *{
    display: inline-block;
    /*margin: 2px;*/
}
/*._mybox-pagination{
  display: table;
  height: 40px;
  width: 100%;
  padding-left: 5px;
}
._mybox-pagination span{
    display: table-cell;
    vertical-align: middle;
}*/
._mybox-pagination{
    display: inline-block;
    text-align: right;
    position: relative;
    top: 3px;
    right: 1px;
}  
._mybox-pagination{
  padding: 4px;
}  
    
._mybox-pagination .pagination > li > a {
  padding: 10px 10px;
}
._my-pagination.pagination .page-item.disabled .page-link {
    color: #868e96;
    background-color: transparent;
}
._my-pagination.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    color: #212529;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px 11px;
    z-index: 0!important;
    width: 30px;
    height: 30px;
    text-align: center;
}
._my-pagination.pagination.pagination-circle .page-item.active .page-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
}