﻿@charset "utf-8";
/* CSS Document */
/*div {
	border: 1px solid green;
}
*/
.overlap {
margin: 0 -5px !important;
	}


/* - - - - - - egenskaper galleri - - - - - */
.revsearch {
     display:inline-block;
 margin: 10px;
 background-color: black;
 	color: #fefef8;
}

#revform {
background-position: center;
background-size: 100% auto;
background-repeat: no-repeat;
margin: 0 auto;
padding: 50px 0 0 0;
max-width: 900px;	
min-height: 115px;
	}

#revalph {
display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
justify-content: center; /* align horizontal */
align-items: center;
margin: 0 auto;
background-position: center;
background-size: 100% auto;
background-repeat: no-repeat;
max-width: 900px;
	}

#revalph img {
	margin: 0 5px;
	}

#revmap {
margin: 0 auto;
max-width: 900px;
padding: 10px 0;
background-position: center;
background-size: 75% 100%;
background-repeat: no-repeat;
}
#rev-year {
margin: 20px auto;
max-width: 900px;
min-height: 41px;
background-position: center;
background-repeat: no-repeat;
}

@media only screen and (min-width:650px)
{
#revmap {
background-image: url("../rev/images/worldmap.gif");
}
#revalph {
background-image:url("../rev/images/sword-straight.gif");
}	
#revform {
background-image:url("../rev/images/shovel-straight.gif");
}
#rev-year {
background-image:url("../rev/images/rev-years.png");
}	
}

#rev-yr-wri {
	font-weight: bold;
	font-size:larger;
	margin: 10px;
		}
#rev-yr-wri div {
display: inline-block;
margin: 10px;
		}

div.revcount {
	font-weight: bold;
	font-size:larger;
	margin: 10px;
	}

.revimg {
	margin: 5px;
	}

.revartist {
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

.revtitle {
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
}

.revformat {
	font-style: italic;
/**	font-size: smaller; **/
}
.revyear {
	font-style: italic;
/**	font-size: smaller; **/
}

.revcountries {
	display: inline-block;
	color: #fefef8;
	background-color: black;
	margin: 4px 0px;
	padding: 2px;
	height: 16px;
	width: auto;
	text-align: center;
	
}

.revcountries a {
    text-decoration: none;
	color: #fefef8;
}
.revcountries img {
	vertical-align: middle;
  margin-bottom: 0.25em;
  margin-right: 2px;
}

/**************/

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }

.indent p {
padding-left: 0.7em;
text-indent: -0.7em;
}

.rev-trans {
 text-align: center;
 color: #ccccc6;
 font-style: italic;
 font-size: smaller;
 margin: 10px 0px;
}
.rev-trans img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.rev-trans div {
 display: inline;
}
.rev-trans select {
color: #fefef8;
background: black;
border-color: #c00;
}

.rev-mp {
float: clear;
margin: 10px 0px;
display:block;	
}

.rev-background {
margin: 0 auto;
  max-width: 650px;	
  	overflow-x:hidden;
}

/**************** GRID *****************/
.rev-grid {
  display: grid;
  display:-ms-grid;
  grid-gap: 0px;
  max-width: 650px;
  background-image:url(../rev/images/rev-background.gif);
  background-position: center top;
  margin: 0 auto;
  background-repeat:repeat-y;
  color: #fefef8;
}

.rev-0band { 
	max-width: 100%;
	grid-area: band;
	text-align: center; 
    text-transform: uppercase;
	color:#C00;
	font-size:x-large;
	font-weight:bold;
		padding: 10px 2px;
	}

.rev-1title { 
	max-width: 100%;
	grid-area: title;
	text-align: center; 
	text-transform: capitalize;
	font-size: large;
	font-weight:bold;
		padding: 10px 2px;
	}
	
.rev-2lineup {
	max-width: 100%;
	grid-area: lineup;
	text-align: center;
		padding: 3px 2px 7px 2px;
		margin: 5px 0px;
		border: 4px solid transparent;
	border-image-source	:url(../rev/images/gridborder.png);
	 border-image-slice: 33%;
	 border-image-width: 4px;
	}	

.rev-3info {
	max-width: 100%;
	text-align: left;
	grid-area: info;
	padding: 10px 2px;
	}	

.rev-4songs {
	max-width: 100%;
	text-align: left;
	text-transform: capitalize;
	grid-area: songs;
		padding: 10px 2px;
	}

.rev-4songs ol li {
	margin-left: -20px;
}

.rev-5sleeve {
	grid-area: sleeve;
	text-align: center;
	font-size: x-small;
	padding: 5px 3px;
}

.rev-5sleeve img {
	max-width: 100%;
	height: auto;
	border: 4px solid #555550;	
}
.rev-rarity {
	max-width: 100%;
	text-align: center;
	grid-area: rarity;
	border: 4px solid transparent;
	border-image-source	:url(../rev/images/gridborder.png);
	border-image-slice: 33%;
	border-image-width: 4px;
	margin: 20px 2px 10px 2px;
	padding: 5px;	
}
.rev-rarity img {
		 vertical-align:middle;
}

.rev-6review {
	max-width: 100%;
	grid-area: review;
	padding: 10px 2px 10px 2px;
	}

.rev-6review p {
	margin: 20px 0 !important;
	}
	
.rev-author {
	max-width: 100%;
	grid-area: author;
	font-style: italic;
	text-align: right;
}

.rev-7listen {
	grid-area: listen;
	padding: 10px 2px;
}

.rev-top {
  margin: inherit;
  max-width: inherit;	
  height: 80px;
  background-image:url(../rev/images/rev-top.gif);
  background-repeat:no-repeat;
  background-position: center bottom;
}

.rev-bottom {
  margin: inherit;
  max-width: inherit;	
  height: 105px;
  color: #fefef8;
  background-image:url(../rev/images/rev-bottom.gif);
  background-repeat:no-repeat;
  background-position: center top;
}


/******************* REVIEWS PC ***********/

@media only screen and (min-width:650px)
{
		
div.revthumb {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images.*/
    width: 225px;
	height: 260px;  
	padding: 0 10px;
}

.rev-0band { 
			   -ms-grid-row:1;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}

.rev-1title { 
		   -ms-grid-row:2;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}
	
.rev-2lineup {
		   -ms-grid-row:3;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}
	
.rev-3info {
		   -ms-grid-row:4;
   -ms-grid-column:1;
   -ms-grid-column-span:1;
	}
	
.rev-4songs {
		   -ms-grid-row:4;
   -ms-grid-column:2;
   -ms-grid-column-span:1;
	}

.rev-5sleeve {
	min-width: 200px;
	max-width: 90%;
	background-color:#555550;
	   -ms-grid-row:1;
   -ms-grid-column:3;
   -ms-grid-row-span:4; 
}

.rev-rarity {
		   -ms-grid-row:5;
   -ms-grid-column:1;
   -ms-grid-column-span:3;
}
.rev-6review {
		   -ms-grid-row:6;
   -ms-grid-column:1;
   -ms-grid-column-span:3;
   text-align: left;
	}
.rev-author {
		   -ms-grid-row:7;
   -ms-grid-column:1;
   -ms-grid-column-span:3;
}
.rev-7listen {
		   -ms-grid-row:8;
   -ms-grid-column:1;
   -ms-grid-column-span:3;
	}
	
.rev-grid {
  grid-template-areas:
    'band band sleeve'
    'title title sleeve'
    'lineup lineup sleeve'
    'info songs sleeve'
    'rarity rarity rarity'
    'review review review'
    'author author author'
    'listen listen listen';
  padding: 0 10%;
  background-size: 100% auto;
}

.rev-grid p {
	margin: 0;
	text-align: left;	
}


.rev-top {
  background-size: 100% auto;
}

.rev-bottom {
  background-size: 100% auto;
}
}

/************************* REVIEWS MOBIL **************/

@media only screen and (max-width:650px)
{
	
div.revthumb {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images.*/
    width: 160px;
	height: 240px;  
	padding: 0 5px;
}

.revimg {
	width: 150px;
	height: auto;
	margin: 5px;
	}



.rev-0band { 
		   -ms-grid-row:1;
   -ms-grid-column:1;
   -ms-grid-column-span:2
	}

.rev-1title { 
		   -ms-grid-row:2;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}
	
.rev-2lineup {
		   -ms-grid-row:4;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}
	
.rev-3info {
		   -ms-grid-row:5;
   -ms-grid-column:1; 
	}
	
.rev-4songs {
		   -ms-grid-row:5;
   -ms-grid-column:2; 
	}

.rev-5sleeve {
	padding: 0px 1px;
	   -ms-grid-row:3;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
}

.rev-5sleeve img {
	max-width: 100%;
	height: auto;
	border: 4px solid #555550;	
}

.rev-rarity {
		   -ms-grid-row:6;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
}

.rev-6review {
		   -ms-grid-row:7;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}

.rev-author {
		   -ms-grid-row:8;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
}

.rev-7listen {
		   -ms-grid-row:9;
   -ms-grid-column:1;
   -ms-grid-column-span:2;
	}

.rev-grid {
  grid-template-areas:
    'band band'
    'title title'
    'sleeve sleeve'
	'lineup lineup'
    'info songs'
    'rarity rarity'
    'review review'
    'author author'
    'listen listen';
  padding: 0 10px;
  background-size: 120% auto;
}

.rev-top {
  background-size: 120% auto;
}

.rev-bottom {
  background-size: 120% auto;
}
}

@media only screen and (max-width:470px)
{
.rev-5sleeve img {
	width: 150px;
	height: auto;
	overflow: hidden;
}
}


.rev-featurelink {
font-style: italic;	
text-align: center;
}


/********************* REVIEWS BOTTOM LINKS  *********************************************/

.rev-links-text {
	display: inline-block;
		font-family: "Special Elite";
	color: #fefef8;
	font-size: 1.4em;
	text-align: center; 
	margin-bottom: 10px;
}
.rev-links-button {
	font-family:Special Elite; 
	font-weight:bold;
	font-size: 0.8em;
	padding: 10px 2px;
	border-radius: 50%;
	transform: rotate(10deg);
	background-color: #c00;
	color: #fefef8;
}
/********************* REVIEWS BOTTOM LINKS - PC-LÄGE *********************************************/
@media only screen and (min-width:900px)
{
.rev-links-mob {
	display: none;
}


.rev-links {
	background-image:url(../rev/images/rev-links-background.png); 
	position: relative;
	height: 173px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}

.rev-links-text {

	background-image:url(../rev/images/explore-background.png);
	background-size:  100% 100%;
	padding: 14px 30px 10px 50px;
}

img.rev-links, map area{
    outline: none;
}
}


/********************* REVIEWS BOTTOM LINKS - MOBIL-LÄGE *********************************************/

@media only screen and (max-width:899px)
{
.rev-links {
	display: none;
}


.rev-links-mob {
	background-image:url(../rev/images/rev-links-mob-background.png); 
	position: relative;
	height: 173px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 30px;
	box-sizing: border-box;
	display: table-cell; 
	vertical-align: middle;
}

.rev-links-mob a {
	font-family: "Special Elite";
	color: black;
	font-weight: bold;
	background-color: #fefef8;
	text-decoration: none;
	padding: 5px 5px 2px 5px;
	border: 2px solid black;
	margin: 5px;
	display: inline-block;
}


.rev-links-mob a:hover {
	color: #C00;
}

.rev-links-text {
	background-color: black;
	padding: 5px;
}

}
