* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a:hover{
  text-decoration: none;
}
body {
  font-family: sans-serif !important;
  background: #021c2b !important;
}
/************** Socila media btn style *****************/
.btn-outline-facebook {
  color: #1877f2;
  background-color: #ffffff;
  border-color: #1877f2;
  font-weight: bold;
  border-radius: 3;
}

.btn-outline-facebook:hover,
.btn-outline-facebook:active,
.btn-outline-facebook:focus,
.btn-outline-facebook.active {
  background: #1877f2;
  color: #ffffff;
  border-color: #1877f2;
  
}
.btn-outline-twitter {
  color: #1ca1f2;
  background-color: #ffffff;
  border-color: #1ca1f2;
  font-weight: bold;
  border-radius: 3;
}

.btn-outline-twitter:hover,
.btn-outline-twitter:active,
.btn-outline-twitter:focus,
.btn-outline-twitter.active {
  background: #1ca1f2;
  color: #ffffff;
  border-color: #1ca1f2;
  
}
.btn-outline-pinterest {
  color: #e60022;
  background-color: #ffffff;
  border-color: #e60022;
  font-weight: bold;
  border-radius: 3;
}

.btn-outline-pinterest:hover,
.btn-outline-pinterest:active,
.btn-outline-pinterest:focus,
.btn-outline-pinterest.active {
  background: #e60022;
  color: #ffffff;
  border-color: #e60022;
  
}
.btn-outline-mailto {
  color: #009688;
  background-color: #ffffff;
  border-color: #009688;
  font-weight: bold;
  border-radius: 3;
}

.btn-outline-mailto:hover,
.btn-outline-mailto:active,
.btn-outline-mailto:focus,
.btn-outline-mailto.active {
  background: #009688;
  color: #ffffff;
  border-color: #009688;
  
}
.btn-outline-stumbleupon {
  color: #F04F23;
  background-color: #ffffff;
  border-color: #F04F23;
  font-weight: bold;
  border-radius: 3;
}

.btn-outline-stumbleupon:hover,
.btn-outline-stumbleupon:active,
.btn-outline-stumbleupon:focus,
.btn-outline-stumbleupon.active {
  background: #F04F23;
  color: #ffffff;
  border-color: #F04F23;
  
}
/***************************************** nav style *******************************/
.navbar{

  padding: .2rem 2rem;
  background-color: #021c2b;
}
.navbar-brand{
      font-size: 1.2rem;
      color: #ffbb00 !important;
      font-family: Aclonica;
    font-weight: 300;
    font-size: 25px;
    letter-spacing: .2px;
}
.navbar-brand:hover{
      color: #ffd700 !important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffbb00 !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #e5e5e5;
}
.nav-logo{
  width: 50px;
    height: 50px;
    margin-right: 10px;
}
/******************/
.header-cover{
      height: 560px;
      background-image: url('../images/header-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
          background-attachment: fixed;
}
.jumbotron{
  height: 100%;
    background: rgba(0, 0, 0, 0.41);
}
.title-site{
  margin-top: 100px;
      color: #fafafa;
}
.subtitle-sit{
  color: #f7f7f7;
  font-size: larger;
  text-align: center;
}
.title-site,.subtitle-sit{
  text-align: center;
}
/*.form-control{
  background-color: rgba(2, 28, 43, 0.85);
    border: 1px solid #021c2b;
}
.form-control:focus{
  background-color: rgba(2, 28, 43, 0.96);
    border: 1px solid #021c2b;
}*/
.header-cover #btnItems{
    font-size: 1.3rem;
    color: #999797;
  }
.header-cover .btn-search {
    background: #0d3f5b;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding: 0.8rem 1rem;
  }
 .header-cover .btn-search:link, .btn-search:visited {
    color: #fff;
  }
 .header-cover .btn-search:active, .btn-search:hover {
    background: #05324b;
    color: #fff;
  }
 

  /************************** home content style *******************************/
  .bw-container{
    margin:auto;
    width: 19.7% ;
    max-height: 650px;
    margin-top: 5px;
  }
.bw-container:hover .wall-block-img{
    opacity: 0.4;
  }
  .bw-container:hover .wall_image_title{

    opacity: 1;
  }
  .block_wallpaper{
    background: black;
    height: 100%;
    width: 100%;
    max-height: 650px;
  }
  .wall-block-img{
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.4s;
    max-height: 650px;
  }

  .wall_image_title{
    height: 30px;
    position: absolute;
    color: white;
    opacity: 0;
    transition: 0.4s;
    z-index: 1000;
        background: #00000075;
    padding: 2px 10px;
    margin-top: -30px;
  }
   .wall_image_title ul{
    list-style: none;
    display: flex;
  }
  .wall_image_title ul li{
    margin-left: 10px;
  }
  .wall_image_title ul li a{
    color: #01c0d0;
  }
/*********************/
.pagination {
  font-size: 17px;
  margin: 0;
  display: inline-flex;
}
.pagination > li > a, .pagination > li > span {
  color: #444;
  border-radius: 2px;
  border-color: #dfe6e8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: 2px;
  padding: 4px 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #444;
  /*border-radius: 2px;*/
  /*border-color: #dfe6e8;*/
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
  /*margin-left: 2px;*/
  background-color: #d6d6d6;
  text-decoration: none;
}
.pagination > li.active > a, .pagination > li.active > span {
  
  background-color: #343a40;
  color: #fff;
}
.pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span:hover, .pagination > li.active > span:focus {
  
  background-color: #343a40;
  color: #fff;
}
.pagination_item_block {
  padding:25px 0 50px 0px;
  text-align: center;
  margin-top: 30px;
}

/****************** sts-container *****************/
.sts-container{
  width: 100%;
  padding:150px 0px;
  background: linear-gradient( rgba(18, 42, 62, 0.91), rgba(70, 45, 19, 0.81) ),url(../images/header-bg.jpg);
  background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.card{
  width: 85%;
  margin: auto;
  background-color: transparent; 
  border: none;
  transition: 0.4s;
}
.card:hover{
  background-color: #021c2b;
}
.card-body{
  text-align: center;
}
.card-body i{
  color: #ffb100;
}
.card-body .content .value{
  font-size: 55px;
    font-weight: 600;
    color: #fff;
}
.card-body .content .title{
  font-size: 23px;
    font-weight: 500;
    color: #d6d6d6;
    text-transform: uppercase;
}
.fa-4x {
    font-size: 5em;
}
/****************************** Image show dialog style ****************************************/
.img-show-dialog{
  max-width: 82% !important;

}
.img-show-dialog .modal-body img{
  width: 100% !important;
  height: auto !important;
}
.img-show-dialog .modal-header .row{
  width: 100% !important;
  height: auto !important;
}
.img-show-dialog .modal-header .row .col-md-6{
  align-self: center;
}
.img-show-dialog .modal-header .row .col-md-6 ul{
  list-style: none;
    display: flex;
    margin:auto;
}

.img-show-dialog .modal-header .row .col-md-6 ul li{
    margin:0px 8px;
    font-size: 25px;
    padding: 0px 10px;
    border: 1px #dadada solid;
    border-radius: 5px;
    cursor: pointer;
}
.img-show-dialog .modal-header .row .col-md-6 ul .img-info-ul-firs-child{
  margin-left: auto;
  cursor: default;
}
.img-show-dialog .modal-header .row .col-md-6 ul li i .img-info-span{
    font-size: 20px;
    color:#111;
}
.fa-eye{
  color: #a5a5a5;
}
.fa-heart{
   color: #c8c8c8;
}
.fa-download{
  color: #0086ff;
}
.fa-share{
  color: #2e2e2e;
}
/* The Close Button */
          .closee {
              color: #5b5b5b;
              text-align: right;
              font-size: 25px;
              font-weight: 900;
              position: absolute;
              right: 8px;
              top: 2px;
              cursor: pointer;
          }

          .closee:hover,
          .closee:focus {
            color: #000;
            text-decoration: none;
          }

        .share-box{
           /* position: absolute;
    right: -30px;
    top: -500px;
    transition: 0.5s;
    background: #eaeaea;*/
    width: auto;
    height: auto;
    margin: auto;
    padding: 10px;
    display: grid;
    z-index: 1000;
    border-radius: 10px;
          }
      .share-box>a{
          padding: 9px;
          width: 170px;
          height: auto;
          border-radius: 5px;
          margin: auto;
          color: #fff;
          margin-top: 10px;
          text-align: center;
          transition: 0.4s;
      }
      .share-box>a:hover{
          opacity: 0.7;
      }

      .share-box>.fb-link{
        background-color: #29487d;
      }
      .share-box>.tw-link{
        background-color: rgba(29,161,242,1.00);
      }
      .share-box>.pt-link{
        background-color: #e60023;
      }
      .share-box>.ml-link{
        background-color: #0078d4;
      }
      .share-box>.st-link{
        background-color: #FD8235;
      }
      .share-box>a>i{
        font-size: 20px !important;    
        margin-left: 5px;
      }
      .share-box>a>i>span{
        font-size: 18px !important;
          font-family: monospace;
          margin-left: 5px;
      }

/***************************************** categories content style ****************************************/
.block-wallpaper-cat{
  width: 100%;
    height: 100%;
    background: black;
    border-radius: 10px;  
}
.block-wallpaper-cat:hover .wall-cat_image-title{
   opacity: 1;
}
.block-wallpaper-cat:hover .cat-image{
   opacity: 0.4;
}


.wall-cat_image-title>h2{
    font-size: 18px;
    width: 100%;  
    color: #c3c3c3;
}
.wall-cat_image-title{
        width: 85%;
    position: absolute;
    opacity: 0;
    transition: 0.4s;
    z-index: 1000;
    padding: 8px 10px;
}

.cat-image{
  border-radius: 10px;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.4s; 
}
.cat-container{
  margin-top: 50px;
}
.cat-block{
  margin-top: 10px;
}

/***************************** Footer Style **********************************/
footer.page-footer{
  background-color: #021c2b;
}
.footer-head a{
  color:#f7f7f7;
}
.footer-head a:hover{
      color: #ffa800;
}
.fb-ic, .tw-ic,.ins-ic,.pin-ic{
  color: #b5b5b5;
}
.fb-ic:hover, .tw-ic:hover,.ins-ic:hover,.pin-ic:hover{
  color: #fff;
}
.copyright{
  color: #bbb;
}
.out-link{
  color: #ffa800;
}
.out-link:hover{
  color: #ff7900;
}
@media screen and (max-width: 1030px) {

    .bw-container{
      width: 32% ;
    }
  }
@media screen and (max-width: 790px) {
    .wall_image_title{
      opacity: 1;

    }
   .bw-container{
      width: 48.8% ;
    }
    .navbar-brand {
      font-size: 23px;
  }
}
@media screen and (max-width: 580px) {
  .wall_image_title{
      opacity: 1;
    }
  .bw-container{
      width: 85% ;
    }
    .img-show-dialog {
      max-width: 95% !important;
  }
  .img-show-dialog .modal-header .row .col-md-6 ul li {
      margin: 0px 3px;
      font-size: 23px;
      padding: 0px 6px;
  }
  .img-info-col{
    padding-right: 0;
    padding-left: 10px;
    padding-top: 15px;
  }
  #search-form{
    text-align: center !important;
  }
  .txt-search{
    width: 70% !important;
  }
}
@media screen and (max-width: 430px) {
  .navbar-brand {
      font-size: 21px;
  }
  .navbar {
      padding: .1rem 1rem;
      background-color: #021c2b;
  }
 /* .path{
    display: block !important;
  }*/
  .path li i{
    font-size: 20px !important;
    top: 0px !important;
    /*right: 50% !important;*/
  }
  .path li{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 360px) {
  .navbar-brand {
      font-size: 19px;
  }
  .nav-logo {
      width: 45px;
      height: 45px;
  }
}