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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* GLOBAL STYLES */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.75em;
	color: #666666;
}

em, i { font-style: italic; }
strong, b {font-weight: bold; }

ol, ul {
	list-style: square;
	margin: 0 0 0.5em;
}

p {
	margin: 0 0 0.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2em;
	padding: 1em 0 0.25em;
}

h1 {
	font-size: 4.5em;
	color: #000;
}

h2 {
	font-size: 2em;
	color: #000;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5, h6 {
	font-size: 1em;
}

a, a:link, a:visited {
	color: #ff3333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover, a:active {
	color: #000;
}

.caption {
	font-size: .8em;
	padding: 0 1.75em 0 1.75em;
}

blockquote {
	font-size: .8em;
	padding: 0 1.75em 0 1.75em;
}

img {
	max-width: 100%;
}

img {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

a:hover img {
	opacity: 0.75;
}

.grid {
	padding: 0 20px;
}

.row {
	margin-bottom: 1em;
}

/* END GLOBAL STYLES */


/* DROPDOWN */

/*Initialize*/
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
	z-index: 99;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    padding: 3px;
    display:inline-block;
}
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    height:0px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 120px; overflow:hidden;
    -moz-transition:all 500ms;
    -webkit-transition:all 500ms;
    -o-transition:all 500ms;
    transition:all 500ms;

}
ul#menu li:hover ul.sub-menu {
    display:block;
    height:180px
}

/* END DROPDOWN */


/* SECTIONS */

.nav {
	height: 100px;
}

.nav .row {
	margin-top: 50px;
}

.nav a {
	font-size: 1.15em;
	margin-right: 1.25em;
	color: #ff3333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nav a:hover {
	color: #000;
}

.nav #home {
	vertical-align: middle;
	float: left;
}

.nav #links {
	float: right;
	margin-top: 10px;
	z-index: 99;
}

.news_home .row {
	border-top: 1px #e5e5e5 solid;
	padding-top: 20px;
	padding-bottom: 20px;
}

.break .row {
	border-bottom: 1px #e5e5e5 solid;
}

#post {
	margin-top: 0px;
}

#post p {
	margin-bottom: 1.75em;
}

#social {
	margin-top: 20px;
}

.news .meta {
	border-top: 1px #e5e5e5 solid;
	padding-top: 20px;
}

.news .meta a {
	color: #898989;
}

.news .meta #date {
	font-size: .75em;
}

a.headline, a.headline:link, a.headline:visited {
	font-size: 2em;
	color: #ff3333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.headline:hover, a.headline:active {
	color: #000;
}

.twitter a {
	color: #898989;
}

.background {
	width: 100%; height: 100%;
	background: white;
}

.foreground {
	height: 30px;
	bottom: 0; right: 0;
	margin: auto;
	text-align: center;
}

.footer hr {
    border: 0;
    height: 12px;
	color: #e5e5e5;
    background: #e5e5e5;
}

.footer {
	margin-top: 60px;
}

.footer .social {
	margin-top: 8px;
}

.footer .social img {
	margin-right: 30px;
}

.footer .backtotop {
	float: right;
}

.footer .backtotop a {
	color: #898989;
}

/* END SECTIONS */


/* ARTISTS */

.artists .row {
	position: relative;
}

.artists .row a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.artists .row a {
	background: rgba(0,0,0,0);
}

.artists .row a:hover {
	background: rgba(0,0,0,0.25);
}

.artists .row .overlay-wrap {
	width: 100%;
	height: 100%;
	display: table;
}

.artists .row .overlay-wrap .overlay {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.artists .row a .overlay-wrap {
	font-size: 3em;
	color: #fff;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.artists .row a:hover .overlay-wrap {
	font-size: 3em;
	color: #fff;
	opacity: 1;
}

.artists .row img {
	vertical-align: bottom
}

/* END ARTISTS */


/* RELEASES */

.releases .column {
	position: relative;
}

.releases .column a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.releases .column a {
	background: rgba(0,0,0,0);
}

.releases .column a:hover {
	background: rgba(0,0,0,0.25);
}

.releases .column .overlay-wrap {
	width: 100%;
	height: 100%;
	display: table;
}

.releases .column .overlay-wrap .overlay {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.releases .column a .overlay-wrap {
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.releases .column a:hover .overlay-wrap {
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	opacity: 1;
}

.releases .column img {
	vertical-align: bottom
}

.details {
	margin-top: 4em;
	padding: 2em;
}

.details p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	margin: 20px 0 20px 0;
}

.details h5 {
	margin-bottom: 20px;
}

.details h5 a {
	background: #ff0000;
	color: #fff;
}

.details h5 a:hover {
	background: #000;
	text-decoration: none;
}

.content .row hr {
    border: 0;
    height: 1px;
	color: #e5e5e5;
    background: #e5e5e5;
	margin: 40px 0 60px 0;
}

.credits p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	padding: 2em;
}

/* END RELEASES */


/* FAMILY */

.family .column {
	position: relative;
}

.family .column a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.family .column a {
	background: rgba(0,0,0,0);
}

.family .column a:hover {
	background: rgba(0,0,0,0.25);
}

.family .column .overlay-wrap {
	width: 100%;
	height: 100%;
	display: table;
}

.family .column .overlay-wrap .overlay {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.family .column a .overlay-wrap {
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	opacity: 0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.family .column a:hover .overlay-wrap {
	font-size: 1em;
	line-height: 1em;
	color: #fff;
	opacity: 1;
}

.family .column img {
	vertical-align: bottom
}

/* END FAMILY */


/* FAMILY ALBUM */

.rough {
	margin-top: -40px;
	text-align: center;
}

.rough p {
	padding: 20px 0 20px 0;
}

.rough_button h5 a {
	background: #ff0000;
	color: #fff;
}

.rough_button h5 a:hover {
	background: #000;
	text-decoration: none;
}

.trade {
	text-align: center;
}

.trade p {
	padding: 20px 0 40px 0;
}

.trade h2 {
	padding: 0 0 30px 0;
}

/* END FAMILY ALBUM */


/* BUTTONS */

h5 {
	font-size: .75em;
}

h5 a {
	background: #e5e5e5;
	color: #898989;
	padding: 10px 16px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

h5 a:hover {
	background: #f5f5f5;
	text-decoration: none;
}

/* END BUTTONS */


/* FORMS */

input:focus { outline: none; }

#s { font-family: Helvetica, Arial, sans-serif; font-size: .75em; line-height: none; color: #898989;  background: #e5e5e5; width: 75%; height: 35px; overflow: hidden; border: 0px; padding: 0 0 0 10px; margin: 0 20px 0 0; }

#y { font-family: Helvetica, Arial, sans-serif; font-size: .75em; line-height: none; color: #898989;  background: #e5e5e5; width: 90%; height: 35px; overflow: hidden; border: 0px; padding: 0 0 0 10px; margin: 0 20px 20px 0; }

#z { font-family: Helvetica, Arial, sans-serif; font-size: .75em; line-height: none; color: #898989;  background: #e5e5e5; width: 90%; overflow: hidden; border: 0px; padding: 10px 0 0 10px; margin: 0 20px 20px 0; }

#submit {
    height: 25px;
	width: 25px;
	margin-bottom: 2px;
}

/* END FORMS */


/* PAGINATION */

.wp-pagenavi {
	clear: both;
	font-size: .75em;
	margin-top: 100px;
}

.wp-pagenavi a, .wp-pagenavi span {
	background: #e5e5e5;
	color: #898989;
	padding: 10px 16px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wp-pagenavi .nextpostslink {
	background: #e5e5e5;
	color: #898989;
	padding: 10px 16px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #f5f5f5;
	text-decoration: none;;
}

.wp-pagenavi span.current {
	background: #fff;
	color: #898989;
	padding: 10px 16px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.wp-pagenavi span.extend {
	background: #fff;
	color: #898989;
	padding: 10px 16px;
	margin: 0 7px 0 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* END PAGINATION */


/* YOUTUBE */

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-container { margin-bottom: 40px; }

/* END YOUTUBE */


/* SLIDESHOW */

#slides {
	display: none;
	z-index: 79;
}

#slides02 {
	display: none;
	z-index: 79;
}

.slidesjs-pagination {
      position: relative;
	  bottom: 40px;
	  left: 50%;
	  margin-left: -13px;
      list-style: none;
	  z-index: 89;
}

    .slidesjs-pagination li {
      float: left;
      margin: 0 5px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(https://spacebombgroup.com/wp-content/images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      opacity: .75;
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

	#slides02 a:link,
    #slides02 a:visited {
      color: #333
    }

    #slides02 a:hover,
    #slides02 a:active {
      color: #9e2020
    }

/* END SLIDESHOW */


/* iPHONE */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {

.nav {
	padding-bottom: 60px;
	border-bottom: 1px #e5e5e5 solid;
}

.nav #home {
	position: absolute;
	width: 100%;
	left: 50%;
	margin-left: -55px;
	margin-bottom: 20px;
}

.nav #links {
	clear: both;
	text-align: center;
	font-size: .75em;
	margin-top: 60px;
}

.feature {
	display: none;
}

.meta h5 {
	display: none;
}

.footer_home {
	display: none;
}

.footer .social img {
	text-align: center;
	margin-right: 24px;
}

.footer .backtotop {
	margin-top: 10px;
	text-align: center;
	float: none;
}

.rough h1 {
	font-size: 2em;
	margin-top: 20px;
}

.trade h2 {
	font-size: 1em;
}

}

/* END iPHONE */
