/*
 * 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 {
   font-family: "futura-pt",sans-serif;
   font-style: normal;
   font-weight: 500;
   font-size: 1.0em;
   line-height: 1.4em;
   background: #ffffff ;
   color: #000000;
}

.myCaption{
   pointer-events:none; 
   background-color: #E8E8E8; 
   position: absolute; 
   top: -16px;
   padding: 10px 10px 10px 10px;
   left: 0px;
   opacity: 0.9;
}

.page {
   position: relative;
   top: 30px;
   width: 750px;
   margin: 0 auto;
   text-align:center;
}

.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;
   border: 1px solid #E8E8E8;
}

.thumb_wide {
   width: 100%;
   margin-bottom: 12px;
   border: 1px solid #E8E8E8;
}

#copyright {
   margin-top: 225px;
   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;
}
.page-close {
   position: relative;
   width: 50px;
   top: -30px;
   left: 760px;
   z-index: 1001;
   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: #000000;
   text-align: center;
   padding-bottom: 10px;
   /* Adds shadow to the bottom of the bar */
   -webkit-box-shadow: 0px 0px 8px 0px #ffffff;
   -moz-box-shadow: 0px 0px 8px 0px ;
   box-shadow: 0px 0px 8px 0px #ffffff;
   /* Adds the transparent background */
   background-color: #ffffff ;
   color: rgba(1, 1, 1, 1);
   z-index: 999;
}

#header {
	margin:0 auto;
	text-align:center;
	color: #000000;
}

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

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

#maintitle {
  margin: 0 auto;
  margin-top: 30px;
  font-size: 2.0em;
  line-height: 1.2em;
  text-align: left;
  padding-left: 50px;
}

#mainsubtitle {
  font-size: 0.9em;
  padding-left: 5px;
}

#main {
   position:absolute;
   top: 165px;
   margin: 0 auto;
   width: 90%;
   margin: 0 auto;
   max-width: 1080px;
   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;
		-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
      -moz-box-shadow: 0px 0px 0px 0px #ffffff;
      box-shadow: 0px 0px 0px 0px #ffffff;
	}
	.js #main {
	   width: none;
      padding-bottom: 30px;
      margin: 0 auto;
      top: 30px;
	}
	.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;
   }
   
   .js #maintitle {
      font-size: 2.5em;
      line-height: 1.0em;
}

   .js #mainsubtitle {
      font-size: 1.0em;
      line-height: 1.0em; 
   }
   .myCaption{
      font-size: 1.3em;
      top: -20px;
   }
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}


