.blur {
  filter: blur(10px);
}

body {
  margin: 0;
  font-family: 'arial', serif;
  background-color: white;
  
  

}

a {
  color: #fff;

  text-decoration: none;

}

p {
 font-size: 14px;
 line-height: 15px;

}

/* header */

.header {
 /* background-color:#93785b;*/
 background-color:#000;
 /*  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
 position: fixed;
  width: 100%;
  z-index: 3;
  height: 50px;
  
}

.header.sticky {
   /* background: transparent;*/
    background-color: #000;
    opacity: 85%;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); 
    transition: 0.8s ease-in-out;
   
    
    }

.header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
  font-size: 14px;
}

.header li a {
  display: block;
  padding: 20px 20px;
  margin-top: 0px;
  /*border-right: 1px solid #f4f4f4; */
  text-decoration: none; 
  /*background-color: #3e362e;*/
 /* background-color: #fff;*/
  color: white

  
}

.header li a:hover,
.header .menu-btn:hover {
 /* background-color: #f4f4f4; */
 color: #dadada;
 
}

.menu .button:hover{

  color:#000;
}

.menu .button {
  background-color: #eaad15;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  cursor: pointer;
  border-radius:10px;
  padding: 10px 20px;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px;
  
}



.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
 

 /* background-color: white;*/
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0px;
  transition: max-height .2s ease-out;
 /* background-color: white;*/

}


/* menu icon */

.header .menu-icon {
  cursor: pointer;
  /*display: inline-block;*/
  float: right;
  padding: 20px 20px;
  position: relative;
  user-select: none;
  
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
  
}

.header .menu-btn:checked ~ .menu  {
  max-height: 320px;
  background-color: black;
  margin-top: 0px;
  padding-top: 0px;
  text-align: center;

 
}

.header .menu-btn:checked ~ .menu-icon .navicon { 
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
  background-color: white;
}


/* content */


.home {
    
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0px;
    
    
}

    
.content {
    width: 100%;
    margin: auto;
    padding: 20px;
    line-height: 30px;
    
    }
    
.content h2 {
    font-size: 3rem;
    color: #133337;
    margin-bottom: 30px;
    margin-top: 30px;
    
    }

.img:hover {
      opacity: 0.3;
    }
    
.img {
      opacity: 1;
      display: block;
      width: auto;
      height: auto;
      transition: .5s ease;
      backface-visibility: hidden;
      
      border: 4px;
      border-color: #ffffff;
     
   }

   


/* gallery image */

div.gallery {
  border: 0px solid #ccc;
}

div.gallery:hover {
  border: 0px solid #777;
  opacity: 65%;
  transition: .3s ease;
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  

}

div.responsive_ads img {
  width: 100%;
  height: auto;
  padding: 0 0px;

}

div.responsive_join img {
  width: 100%;
  height: auto;
  padding: 0 0px;
  text-align: center;

}


* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 16.66%;
  margin-top: 10px;
}


.responsive_ads {
  padding: 0 6px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin-top: 0px;

}

div.responsive_ads:hover {
  border: 0px solid #777;
  opacity: 70%;
  transition: .5s ease;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
 
/* Navagition Gallery */
.topnav {
  background-color: #333;
  overflow: hidden;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 5px;
  margin: 6px;


}

.uppercase {

  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  padding-left: 10px;
}


/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 16px;
  text-decoration: none;
 
 
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Create a right-aligned (split) link inside the navigation bar */
.topnav a.split {
  float: right;
  background-color: #cd7b05;
  color: white;
}



/* Search 

input[type=text] {
  
  width: 0;
  border: 1px #ccc;
  box-sizing: border-box;
  border-radius: 20px;
  font-size: 14px;
  background-color: white;
  background-image: url('images/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 10px 0px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  
}

input[type=text]:focus {
  width: 180px;
 



}*/
/* Pagination */
.pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 20px;
  
}

.pagination a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  margin-top: 20px;
  
}

.button {
background-color: #000;
padding: 20px;
border-radius: 30px;

}

.button:hover {
  background-color:#dadada;

  
  
  }

.pagination a:hover

{
  /*background-color: #93785b;*/
  color: #dadada;
  
}




/* thumb container 
.responsive-two-column-grid {
    display:block;
}

/* columns 
.responsive-two-column-grid > * {
    padding:1rem;
}*/


.two-columns-grid {
  display: grid;
  grid-template-columns: 20% 80%;
}

/* columns */
.two-columns-grid > * {
  padding-top:0px;
}

.title_thumb {
  padding-left: 0px;
  text-align: left;
  line-height: 15px;
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
  width: auto;

}

.sitename_thumb {
  padding-left: 0px;
  text-align: left;
  font-size: 12px;
  margin-top: 0px;
  color:#865d36;
 

}

/* tablet breakpoint */
@media (max-width:800px) {
  .two-columns-grid {
      display: grid;
      grid-template-columns: 10% 90%;
  }
}

/* Video Page */
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 10px;


}
.column1 {
  float: left;
  width: 65%;
  padding: 10px;
 

}

.column2 {
  float: left;
  width: 35%;
  padding: 0px;
 
}


.responsive_sidebar {
  padding: 0 6px;
  float: left;
  width: 50%;
  margin-top: 0px;
 
}

.column_title {

  font-size: 18px;
 
}

.sidebar {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  
  
  }

/* tablet breakpoint */
@media (max-width: 600px) {
.column1 {
    display: block;
    width: 100%;
}

.column2 {
  display: block;
  width: 100%;
}

.column {
  display: block;
  width: 100%;
}

.responsive_sidebar {
  display: block;
  width: 50%;

}

.column_tags {
  
 display: block;
 width: 100%;
 

 /*flex-wrap: wrap; */

}

.column_title {

  font-size: 14px;
  line-height: 16px;
}

}

@media (max-width: 1200px) {


  
}

@media (max-width: 1080px) {
  .column1 {
      display: block;
      width: 100%;
  }
  
  .column2 {
    display: block;
    width: 100%;
  }
  
  .column {
    display: block;
    width: 100%;
  }
  
  .responsive_sidebar {
    display: block;
    width: 25%;
  
  }

  .navbar .button {

    width: 170px;
    padding: 6px 4px;

  }
  
  }

@media (max-width: 800px) {
  .column1 {
      display: block;
      width: 100%;
  }
  
  .column2 {
    display: block;
    width: 100%;
   
  }
  
  .column {
    display: block;
    width: 100%;
  }
  
  .responsive_sidebar {
    display: block;
    width: 50%;
  
  }
  
  }

/* Video */

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column_title {
  float: left;
  width: 90%;
  padding: 0px;
 

}

.column_time {
  float: right;
  width: 10%;
  padding: 0px;

}

.column_logo {
  float: left;
  width: 5%;
  padding: 0px;

}

.column_model {
  float: left;
  width: 20%;
  padding: 0px;
  
}

.column_date {
  float: left;
  width: 100%;
  padding: 0px;
  margin-top: 0px;
  
}

.column_tags {
  float: left;
  width: 100%;
  padding: 0px ;
  margin-top: 6px;
  
}

.column_tags button {
  border-radius: 8px;
  background-color: white;
  border: solid 1px;
  border-color: #c5c5c5;
  color:#7a7a7a

}

.tags {
  font-size: 14px;
  padding: 0px 10px;

}

.tags_button {
  font-size: 12px;
  background-color: white;
  border-radius: 8px; 
  border:  solid 1px ;
  padding: 2px 8px;
  margin: 4px;
  border-color: #a8a8a8;
  color: #333;
  width: 100%;

}



.column_model2 {
  float: left;
  width: 40%;
  padding-left: 30px;
 

}
.column_button {
  float: right;
  width: 75%;
  padding: 0px;
 
}

.column_button3 {
  float: right;
  width: 55%;
  padding: 0px;
 
}

.column_button2 {
 
  width: 100%;
  padding: 10px;
 
}

.column_button2 a:hover {
 
color: #dadada;
 
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* footer */

.footer {

  /*  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1); */
   width: 100%;
   z-index: 3;
   background-color: #000;

 }


 .footer ul {
   margin: 0;
   padding: 0;
   list-style: none;
   overflow: hidden;
   display: inline-flex;
  
   
  /* background-color: #fff; */
 }
 
 .footer li a {
   display: block;
   padding: 20px;
   /*border-right: 1px solid #f4f4f4; */
   text-decoration: none;
   
 }
 
 .footer li a:hover,
 .footer .menu-btn:hover {
  /* background-color: #f4f4f4;*/
  color: #dadada;
 }
 
 .footer .logo {
   display: block;
   text-align: center;
   margin-top: 40px;
   text-decoration: none;
   padding-top: 20px;
   padding-bottom: 20px;
   
  /* background-color: white;*/
 }

/* menu */

.footer .menu {
  clear: both;
  margin-top: 0px;
  transition: max-height .2s ease-out;
  color: #fff;
 /* background-color: white;*/
}

.footer .text {
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  color: #bbbbbb;
  
 /* background-color: white;*/
}

.footer_hm {
  font-size: 14px;
  color: #eaad15;
  
 /* background-color: white;*/
}

/* container */
.responsive-four-column-grid {
  display:block;
  margin: auto;
  width: 80%;
  padding-bottom: 20px;
  

}

/* columns */
.responsive-four-column-grid > * {
  padding:10px;
  
}

.navbar {
  
  overflow: auto;
  
}
.navbar a {
  text-align: left;
  display: block;
  padding: 2px;
  color: #7a7a7a;
  text-decoration: none;
  font-size: 12px;
}
.navbar a:hover {
  color: #ffd100;
}



.navbar .button {
  background-color: #eaad15;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  cursor: pointer;
  border-radius:10px;
  width: 180px;
  padding: 8px;
  margin-bottom: 3px;
  
}



.info {
  
  overflow: auto;
  
}
.info a {
  text-align: left;
  display: block;
  text-decoration: none;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.info a:hover {
  color: #ffd100;
}
/* tablet breakpoint */
@media (max-width:600px) {
  .responsive-four-column-grid {
      display: grid;
      grid-template-columns: 50% 50%;
  }

  .navbar .button {

    width: 170px;
    padding: 6px 4px;

  }
}

@media (min-width:800px) {
  .responsive-four-column-grid {
      display: grid;
      grid-template-columns: 25% 25% 25% 25%;
  }
}

@media (max-width:800px) {
  .responsive-four-column-grid {
      display: grid;
      grid-template-columns: 50% 50%;
  }
}


/* MOBILE SETUP */


  @media only screen and (max-width: 1280px) {
    .content {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }



}

@media only screen and (max-width: 1280px) {
  .responsive {
    width: 24.99999%;
   
  }

  .column_tags button {

    margin-top: 6px;
 
}
}
  @media only screen and (max-width: 800px) {
    .responsive {
      width: 49.99999%;
    }
    .column_model {
      float: left;
      width: 25%;
      padding-left: 10px;
      
    }

    .column_button
    {
      float: right;
      width: 60%;
     
      
    }
  
     .column_tags {

      display: block;
      width: 100%;

     }

     .column_tags button {

      margin-top: 6px;
   
  }

}

  @media only screen and (max-width: 600px) {
    .responsive {
      width: 100%;
    }

    .pagination a{
     
      text-align: center;
      width: 100%;
      font-size: 12px;
    }
   
  
    .column_model {
      float: left;
      width: 25%;
      padding-left: 15px;
      
    }

    .column_button
    {
      float: right;
      width: 60%;
     
      
    }

    .column_button2
    {
   display: block;
   width: 100%;
      
    }

   
  }


  @media only screen and (min-width: 960px) {

    .header li {
      float: left;
      
    }
    .header li a {
      padding: 15px 15px;
      margin-top: 0px;
      
    }
   
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    
    .header .menu-icon {
      display: none;
  
   
   }
  }
   
 

@media only screen and (max-width: 800px) {
  .footer .menu {
    width: 100%;
    display: block;
    padding: 0px;
    text-align: center;
    
  }
}


@media only screen and (max-width: 500px) {
  .footer .menu {
    width: 100%;
    display: block;
    padding: 0px;
    text-align: center;

  }
}
