/*
 * blueimp Gallery Demo CSS 2.0.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
/* 
  max-width: 750px;
  margin: 0 auto;
  padding: 0em;
 */
    font-family: "adelle-sans",sans-serif;
font-weight: 400;
  font-size: 1.em;
  line-height: 1.4em;
  background: #000;
  color: #fff;

}

#wrap {
	width:100%;
/* 
	margin:10px auto;
 */
}
#header {
	width:750px; /*** this sets the width of the logo placeholder inside the browser window ***/
	margin:0 auto;
	text-align:center;
}

#header img {
	margin-bottom:10px;
   width:718;
	max-width:768px;
	height: auto;
	margin-bottom: 0px;
}

#buttonImage {
   float: left;
   position: relative;
}

.container {
  background: #000;
  width: 90%;

  margin: 0 auto;
}


.item_video {
        border: 0px solid #333;
        margin-top: 0px;
        margin-bottom: 0px;
}

.grid_sizer,.grid-item {
   width: 24%;
   margin-bottom: 0;
}

.grid-item-wide {
   width: 48%;
   margin-bottom: 0;
}

.thumb {
   width: 100%;
   margin-bottom: 5px;
}

.thumb_wide {
   width: 100%;
   margin-bottom: 12px;
}

#copyright {
   margin-top: 100px;
   text-align: center;
   font-size: .7em;
   color: #777777;
}
#copyright a {
   color: #777777;
   text-decoration: none;
}

.bottom-nav {
   position: fixed;
   top: 6px;
   right: 26px;
   z-index: 1001;
   margin-bottom: 20px;
   opacity: 0.5;
}
/* 
.video_thumb {
   width: 260px;
   margin-bottom: 5px;
}
 */

.thumbmobile {
   width: 300px;
}


.item {
       overflow: hidden;
/*         height: 50px; */
        float: left;

        background: #000000;
        border: 0px solid #333;
        margin-bottom: 10px;
        line-height: 0px;
/* 
        margin-right: 2px;
 */
}

video::-webkit-media-controls {
   display: none !important;
}
#menu li {
		display:inline-block;
		padding:0.0em 0.70em;
	}

#navigation {
   position: fixed;
   top: 0;
   width: 100%;
   color: #ffffff;
   height: 150px;
   text-align: center;
   padding-top: 0px;
   /* Adds shadow to the bottom of the bar */
   -webkit-box-shadow: 0px 0px 8px 0px #000000;
   -moz-box-shadow: 0px 0px 8px 0px #000000;
   box-shadow: 0px 0px 8px 0px #000000;
   /* Adds the transparent background */
   background-color: rgba(1, 1, 1, 1);
   color: rgba(1, 1, 1, 0.1);
   z-index: 999;
}

#header a {
   font-size: 1.2em;
   color: #777777;
   text-decoration: none;
}
#header a:hover {
   font-size: 1.2em;
   color: white;
} 

#imagemap area {
   outline:none;
}

#main {
   max-width: 1080px;
   padding-top: 150px;
   padding-bottom: 30px;
   margin: 0 auto;
}

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 70em) {
	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	.js #navigation {
		top:none;
		position: relative;
		height:120px;
		-webkit-box-shadow: 0px 0px 0px 0px #000000;
      -moz-box-shadow: 0px 0px 0px 0px #000000;
      box-shadow: 0px 0px 0px 0px #000000;
	}
	.js #main {
	   width: none;
      padding-top: 30px;
      padding-bottom: 30px;
      margin: 0 auto;
	}
	.js .grid_sizer{
      width: 0%;
      margin-bottom: 0;
   }
   .js .grid-item{
      width: 32%;
      margin-bottom: 0;
   }

   .js .grid-item-wide {
      width: 49%;
      margin-right: 4px;
      margin-bottom: 0;
   }
}
}