/*@font-face {
  font-family: 'PTF-NORDIC';
  src: url('../fonts/PTF-NORDIC-Std-Lt.ttf');
}*/

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

/* BASE STYLES */

html * {
  padding: 0;
  margin: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family:'Playfair Display', serif;
  font-size: 15px;
  color: #333;
}

#siteWrapper {
	position: relative;
	background-color: #E6E0D8;
	z-index: 1;
}


/* TYPOGRAPHY */
h1 {
	font-size: 2rem;
	font-family: 'Balboa', sans-serif;
	text-transform: uppercase;
}

h2 {
	text-transform: uppercase;
	font-size: 3rem;
	line-height: 3rem;
	padding-bottom: 30px;
}

.row-header h2 {
	font-family: 'Balboa';
	font-weight: 100 !important;
	font-size: 4rem;
	line-height: 4rem;
	padding-right: 30px;
}

.row-header p {
	padding-right: 45px;
}

h3 {
	text-transform: uppercase;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	padding-bottom: 15px;
}

h4 {
	font-size: 1rem;
	text-align: center;
	padding-bottom: 15px;
}

h2.exhibit {
	text-align: center;
	font-family: 'Balboa', sans-serif;
	font-size: 60px;
	font-weight: 100;
	text-transform: uppercase;
	padding-bottom: 30px;
}

h2.exhibit span {
	text-transform: none;
	font-size: 45px;
	font-weight: 800;
}

h4.exhibit {
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

h5.exhibit {
	font-family: 'Balboa';
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
	padding-bottom: 10px;
}

h6.exhibit {
	font-family: 'Balboa';
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
	padding-top: 5px;
}

p.exhibit {
	padding-top: 25px;
}

p {
	font-size: 13px;
}

ul, ol {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: white;
	cursor: pointer;
}
/* END TYPOGRAPHY */


/* STYLESSSS */
.flex-alignTop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.padding-top-sm {
	padding-top: 15px;
}

.active {
	border-bottom: solid 10px #FF0076;
}

.bkg-gray {
	background-color: #ACA9AD;
}

.bkg-black {
	background-color: #2F2F2F;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.lowercase {
	text-transform: lowercase;
}

.balboa {
	font-family: 'Balboa', sans-serif;
	letter-spacing: 1px;
}


/* HEADER & LANDING */
.landing-container {
	height: 100vh;
	min-height: 640px;
}

header {
	height: 30vh;
	min-height: 200px;
	padding: 30px 15px 0 15px;
	z-index: 3;
	position: relative;
}

main, .main-header {
	padding: 45px 15px 15px;
}

.main-content {
	font-family:'Balboa', Sans-Serif;
	font-size: 40px;
	line-height: 44px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.main-content > a {
	color: #FF0076;
}

.main-content > a:hover {
	color: white;
	background-color: #FF0076;
}

section {
	height: 70vh;
	min-height: 440px;
	width: 100%;
	background-color: mistyrose;
}

#logo {
	display: inline-block;
	padding-right: 15px;
}

.bgvide {
	position: relative;
	z-index: 2;
}



/* MAIN NAV  */
.main-nav {
	display: inline-block;
	padding-right: 15px;

}

.nav-link {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2rem;
	padding-right: 15px;
	margin-bottom: 2px;
}

.nav-link:hover {
	color: white;
	background-color: #FF0076;
}

.social-icon-container {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2rem;
	padding-right: 15px;
	margin-bottom: 2px;
}
/* END MAIN NAV */


/* MOBILE NAV */
.mobile-nav-btn-wrapper {
	display: none;
}

.mobile-nav {
	background-color: #ACA9AD;
	position: relative;
	z-index: 30;
	width: 100%;
}

.mobile-nav-toggle {
	display: none;
}
/* END MOBILE NAV */
/* END HEADER & LANDING */



/* MAIN CONTENT STYLES */
.content-card {
	display: inline-block;
	background-color: white;
	border-bottom: solid 15px #FF0076;
	padding: 60px 75px;
	position: absolute;
	right: 100px;
	top: 50px;
	max-width: 600px;
}

main.exhibit {
	background: url(../img/exhibit/bkg-collage2.png);
	background-color: #2F2F2F;
	height: auto;
	position: relative;
	min-height: 800px;
}
/*END MAIN STYLES */

/* COLLECTION STYLES */

.mag-row-container {
	padding: 45px;
}

.mag-card {
	width: 260px;
	margin: 0 auto;
	height: 380px;
	transition: 1s all ease;
	background-color: white;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.mag-card-description {
	height: 100%;
	background-color: white;
	opacity: 0;
	padding: 30px;
	transition: 1s all;
}

.mag-card:hover {
	background-image: none;
	border-bottom: solid 15px #FF0076;
	cursor: pointer;
}

.mag-card:hover > .mag-card-description {
	opacity: 1;
}


.mag-card:focus {
	outline: none;
}

.mag-card-container > div > .mag-card :focus {
	outline: none;
}

.mag-card-container:focus {
	outline: none;
}

/* PDF OBJECT & DIALOG  */
.ui-dialog {
	position: fixed !important;
	top:0 !important;
	left:0 !important;
	width: 100vw !important;
	height: 100vh !important;
	background-color: #B3B3B4 !important;
	z-index: 200;
}

.dialog {
	height: 100% !important;
	width: 100% !important;
	position: relative !important;
	/*right: 100px !important;
	top: 50% !important;
  	transform: translateY(-50%) !important;*/
}

.mag-pdf {
	position: absolute;
	right: 0;
	top: 50% !important;
  	-webkit-transform: translateY(-50%) !important;
  	        transform: translateY(-50%) !important;
  	width: 80%;
  	height: 88%;
  	padding: 100px;
}

.dialog-description {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	padding: 100px 0 100px 100px;
}

.ui-dialog-title {
	display: none;
}

button.ui-dialog-titlebar-close {
	content: "";
	border-radius: none;
	position: absolute;
	z-index: 350;
	top: 15px;
	right: 15px;
	color: white;
	background-color: transparent;
	border: none !important;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'Balboa', sans-serif;
	transition: 1s color ease;
}

button.ui-dialog-titlebar-close:hover {
	color: #FF0076;
	cursor: pointer;
}

button.ui-dialog-titlebar-close:focus {
	outline: none;
}

button.ui-dialog-titlebar-close[title] {
	content: 'X';
}

.pdfobject-container {
	height: 100%;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
     opacity: 1; 
}
/* END PDF OBJECT */

/* EXPERIENCE SECTION */
#experience-rev-text {
	position: absolute;
	z-index: 2;
}
.experience {
	height: 2200px;
	position: relative;
	background-color: #E6E0D8;
	z-index: 1;

	background-image: url(../img/experience/rev-text.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.experience img, .experience a {
	position: absolute;
}

.exp-mag-card {
	display: block;
	width: 300px;
	height: 420px;
	transition: 1s all ease;
	background-color: white;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.exp-mag-card-description {
	height: 100%;
	background-color: white;
	opacity: 0;
	padding: 30px;
	transition: 1s opacity ease;
	display: block;
	color: black;
}

.exp-mag-card:hover {
	
}

.exp-mag-card:hover > .exp-mag-card-description {
	opacity: 1;
	background-image: none;
	border-bottom: solid 15px #FF0076;
	cursor: pointer;
}

#section2 #img1 {
	top: 8%;
	left: 10%;
	width: 50%;
}

#section2 #img2 {
	top: 3%;
	right: 3%;
	
	background-image: url(../img/experience/section2/TheOracle_Vol.1_No10.jpg);
}

#section2 #img3 {
	top: 15%;
	left: 20%;
	background-image: url(../img/experience/section2/BerkeleyTribe_Vol.3_No2.jpg);
	z-index: 4;
}

#section2 #img4 {
	top: 19%;
	left: 4%;
	width: 30%;
}

#section2 #img5 {
	top: 22%;
	right: 10%;
	width: 50%;
	z-index: 5;
}
#section2 #img6 {
	bottom: 25%;
	left: 20%;
	width: 24%;
	z-index: 5;
}

#section2 #img7 {
	bottom: 5%;
	left: 5%;
	background-image: url(../img/experience/section2/TheBlackPanther_Vol.IX_No26.jpg);
	z-index: 4;
}

#section2 #img8 {
	bottom: 10%;
	right: 9%;
	background-image: url(../img/experience/section2/Juche.jpg);
	z-index: 6;
}

#section2 #img9 {
	bottom: 10%;
	right: 30%;
	width: 50%;
	z-index: 2;
}

#section1 {
	
}

/* preloader */
/*.js div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background: #2F2F2F url(../img/loading-img.png) no-repeat center 20px;
	background-size: contain; }*/

/* Grid */
.row {
	clear: both;
	padding: 0px;
	margin: 0px;
}

[class|=col] {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}

[class|=col]:first-child { margin-left: 0; }

.row:before,
.row:after { content:""; display:table; }
.row:after { clear:both;}
.row { zoom:1; /* For IE 6/7 */ }

.col-8-8 {
	width: 100%;
}

.col-7-8 {
  	width: 87.37%;
}

.col-6-8 {
  	width: 74.75%;
}

.col-5-8 {
  	width: 62.12%;
}

.col-4-8 {
  	width: 49.5%;
}

.col-3-8 {
  	width: 36.87%;
}

.col-2-8 {
  	width: 24.25%;
}

.col-1-8 {
  	width: 11.62%;
}

@media only screen and (max-width: 1100px) {
	.col-6-8 {
	  	width: 62.12%;
	}

	.col-2-8 {
	  	width: 36.87%;
	}

	.mag-pdf {
	  	width: 70%;
	  	padding: 100px 50px 100px 100px;
	}

	.dialog-description {
		width: 30%;
		padding: 100px 0 100px 50px;
	}
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 850px) {
	.content-card {
		position: static;
		display: inline-block;
		margin: 50px auto;
	}

	.exp-mag-card {
		width: 200px;
		height: 300px;
	
	}

	main.exhibit {
		position: static;

		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

	    -webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	[class|=col] {
		padding: 0 20px;
	}
	.col {  margin: 1% 0 1% 0%; }
	.col-1-8, .col-2-8, .col-3-8, .col-4-8, .col-5-8, .col-6-8, .col-7-8, .col-8-8 { width: 100%; }
}

@media only screen and (max-width: 600px) {
	main, section {
	height: auto;
	}
	header {
		display: flex;
		justify-content: space-between;

		min-height: 100px;
		height: 100px;
	}
	.main-nav {
		display: none;
	}
	.mobile-nav-btn-wrapper {
		display: flex;
		justify-content: flex-end;
	}


/*	#mobile-nav {
		display: block;
	}*/
}

/* PDF COVER IMAGES */
.americanReport1-img {
	background-image: url(../img/mag/americanReport/AmericanReport_Vol.111_No.22.jpg);
}

.bastaYa1-img {
	background-image: url(../img/mag/bastaYa/BastaYa!_November_No19.jpg);
}

.berkbarb1-img {
	background-image: url(../img/mag/berkeleyBarb/BerkeleyBarb_Issue672.jpg);
}

.berkbarb2-img {
	background-image: url(../img/mag/berkeleyBarb/BerkeleyBarb_Vol.7_No4.jpg);
}

.berkbarb3-img {
	background-image: url(../img/mag/berkeleyBarb/BerkeleyBarb_Vol.7_No9.jpg);
}

.berktribe1-img {
	background-image: url(../img/mag/berkeleyTribe/BerkeleyTribe_Vol.1_No13.jpg);
}

.berktribe2-img {
	background-image: url(../img/mag/berkeleyTribe/BerkeleyTribe_Vol.2_No19.jpg);
}

.berktribe3-img {
	background-image: url(../img/mag/berkeleyTribe/BerkeleyTribe_Vol.2_No6.jpg);
}

.berktribe4-img {
	background-image: url(../img/mag/berkeleyTribe/BerkeleyTribe_Vol.3_No2.jpg);
}

.berktribe5-img {
	background-image: url(../img/mag/berkeleyTribe/BerkeleyTribe_Vol.5_No20.jpg);
}

.blackpanther1-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.II_No2.jpg);
}

.blackpanther2-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.II_No10.jpg);
}

.blackpanther3-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.II_No19.jpg);
}

.blackpanther4-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.II_No25.jpg);
}

.blackpanther5-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.II_No30.jpg);
}

.blackpanther6-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No4.jpg);
}

.blackpanther7-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No5.jpg);
}

.blackpanther8-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No6.jpg);
}

.blackpanther9-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No12.jpg);
}

.blackpanther10-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No13.jpg);
}

.blackpanther11-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No14.jpg);
}

.blackpanther12-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.III_No28.jpg);
}

.blackpanther13-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No7.jpg);
}

.blackpanther14-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No8.jpg);
}

.blackpanther15-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No13.jpg);
}

.blackpanther16-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No18.jpg);
}

.blackpanther17-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No21.jpg);
}

.blackpanther18-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No24.jpg);
}

.blackpanther19-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No25_26.jpg);
}

.blackpanther20-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IV_No29.jpg);
}

.blackpanther21-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.V_No7.jpg);
}

.blackpanther22-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.V_No21.jpg);
}

.blackpanther23-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.V_No22.jpg);
}

.blackpanther24-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VI_No5.jpg);
}

.blackpanther25-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VI_No9.jpg);
}

.blackpanther26-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VI_No17.jpg);
}

.blackpanther27-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VI_No19.jpg);
}

.blackpanther28-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VII_No1.jpg);
}

.blackpanther29-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VII_No2.jpg);
}

.blackpanther30-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VIII_No5.jpg);
}

.blackpanther31-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VIII_No10.jpg);
}

.blackpanther32-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VIII_No17.jpg);
}

.blackpanther33-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VIII_No26.jpg);
}

.blackpanther34-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.VIII_No27.jpg);
}

.blackpanther35-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IX_No19.jpg);
}

.blackpanther36-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IX_No20.jpg);
}

.blackpanther37-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IX_No22.jpg);
}

.blackpanther38-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IX_No26.jpg);
}

.blackpanther39-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.IX_No27.jpg);
}

.blackpanther40-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.X_No4.jpg);
}

.blackpanther41-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.X_No5.jpg);
}

.blackpanther42-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.X_No11.jpg);
}

.blackpanther43-img {
	background-image: url(../img/mag/blackPanther/TheBlackPanther_Vol.XV_No30.jpg);
}



.cathWorker1-img {
	background-image: url(../img/mag/cathWorker/CatholicWorker_Vol.XXXIV_No6.jpg);
}

.changeWeather1-img {
	background-image: url(../img/mag/changeWeather/ChangingWeather_NewMorning.jpg);
}

.dandelion1-img {
	background-image: url(../img/mag/dandelion/Dandelion_SpecialEdition.jpg);
}

.gidra1-img {
	background-image: url(../img/mag/gidra/Gidra_April_1973.jpg);
}

.haightashbury1-img {
	background-image: url(../img/mag/haightashbury/HaightashburyTribue_Vol.1_No6.jpg);
}

.hardcore1-img {
	background-image: url(../img/mag/hardcore/HardCore_March_1969.jpg);
}

.helix1-img {
	background-image: url(../img/mag/helix/Helix_Vol.9_No6.jpg);
}

.juche1-img {
	background-image: url(../img/mag/juche/Juche.jpg);
}

.libGard1-img {
	background-image: url(../img/mag/libGard/LiberatedGuardian_May1_1970.jpg);
}

.movement1-img {
	background-image: url(../img/mag/movement/Movement_Vol.5_No8.jpg);
}

.natural1-img {
	background-image: url(../img/mag/natural/Natural_Vol.4_No16.jpg);
}

.natural2-img {
	background-image: url(../img/mag/natural/Natural_Vol.4_No18.jpg);
}

.newLeft1-img {
	background-image: url(../img/mag/newLeft/NewLeftNotes_Vol.3_No13.jpg);
}

.oldMole1-img {
	background-image: url(../img/mag/oldMole/OldMole_No34.jpg);
}

.oldMole2-img {
	background-image: url(../img/mag/oldMole/OldMole_No44.jpg);
}

.oracle1-img {
	background-image: url(../img/mag/oracle/TheOracle_Vol.1_No8.jpg);
}

.oracle2-img {
	background-image: url(../img/mag/oracle/TheOracle_Vol.1_No10.jpg);
}

.oracle3-img {
	background-image: url(../img/mag/oracle/TheOracle_Vol.1_No11.jpg);
}

.other1-img {
	background-image: url(../img/mag/other/TheOther_Vol.4_No40.jpg);
}

.other2-img {
	background-image: url(../img/mag/other/TheOther_Vol.5_No5.jpg);
}

.other3-img {
	background-image: url(../img/mag/other/TheOther_Vol.5_No10.jpg);
}

.other4-img {
	background-image: url(../img/mag/other/TheOther_Vol.5_No26.jpg);
}

.other5-img {
	background-image: url(../img/mag/other/TheOther_Vol.6_No7.jpg);
}

.other6-img {
	background-image: url(../img/mag/other/TheOther_Vol.6_No39.jpg);
}

.patriot1-img {
	background-image: url(../img/mag/patriot/Patriot_Vol1_No1.jpg);
}

.realist1-img {
	background-image: url(../img/mag/realist/Realist_No75.jpg);
}

.righton1-img {
	background-image: url(../img/mag/rightOn/Right-On.jpg);
}

.sdsNewLeaf1-img {
	background-image: url(../img/mag/sdsNewLeaf/SDS-NewLeftNotes_Oct1968.jpg);
}

.seed1-img {
	background-image: url(../img/mag/seed/Seed_Vol.6_No2.jpg);
}

.seed2-img {
	background-image: url(../img/mag/seed/Seed_Vol.7_No9.jpg);
}

.seed3-img {
	background-image: url(../img/mag/seed/Seed_Vol.7_No10.jpg);
}

.seed4-img {
	background-image: url(../img/mag/seed/Seed_Vol.7_No11.jpg);
}

.seed5-img {
	background-image: url(../img/mag/seed/Seed_Vol.8_No7.jpg);
}

.youngSocial1-img {
	background-image: url(../img/mag/youngSocial/YoungSocialist_May_1974.jpg);
}

.youngSocial2-img {
	background-image: url(../img/mag/youngSocial/YoungSocialist_July_1975.jpg);
}




















