html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { height: 101%; }











article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

p { font-size: 1.35em; line-height: 1.25em; font-weight: normal; margin-bottom: 12px; }

a { color: #444; text-decoration:none;  margin:0 6px 0 0; }

a:hover { color: #bedeec; }


#wrap {
	position: relative;
	color: #fff;
	margin: 50px 20px 420px 100px;
	padding: 25px 35px;
	width: 550px;
  background: rgba(0,0,0,0.55);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#nav {
	position:absolute;
	top:5%;
	left:75%;
	}

.playlisting { list-style: none; }
.playlisting li { display: inline-block; font-size: 1.45em; margin-right: 10px; }

.playlist-links { font-weight: bold; }

#MainContent { width:100%; margin:0 auto; padding-top:30px; background: none; padding-bottom: 30px; z-index:5000; }

div.gallery-row:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
div.gallery-item { float: left; width: 50%; }
div.gallery-item a { display: block; margin: 1%; }
div.gallery-item img { display: block; width: 100%; height: auto; border:none 4px #e8d7b8; padding:1px;z-index:5000;
-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; }
div.gallery-item img:hover { opacity:.5; 
-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;}

@media only screen and (max-width : 480px){
   /* Smartphone view: 2 tile */
   div.gallery-item {
      width: 50%;}
	  #MainContent {
	  width:96%;
	}
   }
}
@media only screen and (max-width : 768px) and (min-width : 481px){
   /* Tablet view: 2 tiles */
   div.gallery-item {
      width: 50%;
   }
   #MainContent {
	  width:96%;
	}
}
@media only screen and (max-width : 1024px) and (min-width : 769px) {
   /* Small desktop / ipad view: 3 tiles */
   div.gallery-item {
      width: 25%;
   }
      #MainContent {
	  width:96%;
	}
}

@media only screen and (max-width : 1824px) and (min-width : 1025px) {
   /* Small desktop / ipad view: 3 tiles */
   div.gallery-item {
      width: 16.6%;
   }
      #MainContent {
	  width:96%;
	}
}
@media only screen and (min-width : 1825px) {
   /* Small desktop / ipad view: 3 tiles */
   div.gallery-item {
      width: 16.6%;
   }
      #MainContent {
	  width:96%;
	}
}
