@import url('https://fonts.googleapis.com/css?family=EB+Garamond|Hind');
html, body{
	margin:0;
	padding:0;
	height:100%;
	background:#fff;
	position: relative;
}
body{
	font-family: 'Hind', sans-serif;
}
a:focus,
a:active {
	outline: none !important;
	box-shadow: none !important;
}
.h1, h1{
	font-size: 20px;
  color: #273478;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*#content_wrapper.grey{
	background:#f1f1f1;
}*/
#content_wrapper.push{
	right: 200px;
    position: relative;
    width: 100%;
    height: 100%;
}
#bookshelf_wrapper{
	margin-top:100px;
	margin-bottom: 100px;
}
.bookshelf {
    text-align: center;
    padding: 0px;
    counter-reset: section;
    counter-increment: section;
}

.bookshelf .covers {
    width: 100%;
    height: auto;
    z-index: 99;
    position: relative;
    text-align: center;
    margin-bottom: -15px;
}
.bookshelf .thumb {
    display: inline-block;
    cursor: pointer;
    margin: 0px 0.5%;
    width: 15% !important;
    box-shadow: 0px 1px 3px rgba(0,0,0,.3);
    max-width: 100px;
    position: relative;
}
.bookshelf .thumb::before {
		counter-increment: section;
		content: counter(section);
    position: absolute;
    top: -20%;
    width: 100%;
    left: 0;
    text-align: center;
    font-weight: bold;
    color: #273478;
}
.bookshelf .thumb img {
    width: 100%;
    display: block;
    vertical-align: top;
}
#sponsor{
	padding-top: 25px;
	padding-bottom: 40px;
	background:#fff;
}
/*#sponsor.marTop{
	padding-top:740px;
	background: transparent;
}*/
#sponsor_title{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#copyright{
	padding-top: 25px;
	background:#fff;
	border-top: solid 1px #eee;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#sidebar{
	opacity: 0;
	padding-top: 85px;
    position: fixed;
    z-index: 1000;
    width: 200px;
    background: #000;
    right: 0;
    top: 0;
    height: 100%;
}
#sidebar.push{
    opacity: 1;
}
#sidebar_close{
	display: block;
	text-align:center;
}
#sidebar ul{
	margin:40px 0 0 0;
	padding:0;
	list-style: none;
}
#sidebar ul li{

}

#sidebar ul li a{
	line-height: 16px;
	padding: 10px 0;
	color:#fff;
	display: block;
	text-decoration: none;
	font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    text-align: center;
}
#sidebar ul li a:hover{
	color: #ffc921;
}
#banner{
	position: absolute;
	width: 100%; height:100%;
	background-image: url('../images/banner.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color:rgba(0,0,0,0.6);
	background-blend-mode: luminosity;
	background-size: cover;
	-webkit-box-shadow: inset 0 0 400px rgba(0,0,0,.9);
	box-shadow: inset 0 0 400px rgba(0,0,0,.9);
	z-index:-1;
}

/*#myCarousel{
	position: absolute;
	width: 100%; height:100%;
	background-color:rgba(0,0,0,0.6);
	background-blend-mode: luminosity;
	background-size: cover;
	-webkit-box-shadow: inset 0 0 400px rgba(0,0,0,.9);
	box-shadow: inset 0 0 400px rgba(0,0,0,.9);
	z-index:-1;
}*/
#myCarousel .carousel-indicators{ display: none; }
#banner-inner{
	height: 100%;
}
.banner-nav-wrapper{
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    height: calc(100% - 35px);
}
.banner-nav{
    top: 50%;
    position: absolute;
	color:#fff; letter-spacing: 2px; text-transform: uppercase;
	font-size: 0.9em;
	background: transparent;
	display: inline-block;

	/* Safari */
	-webkit-transform: rotate(-90deg);

	/* Firefox */
	-moz-transform: rotate(-90deg);

	/* IE */
	-ms-transform: rotate(-90deg);

	/* Opera */
	-o-transform: rotate(-90deg);

	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

	transition: color 0.2s ease-in;
}
.banner-nav.pull-right{ right:0; margin-right: -40px;}
.banner-nav.pull-left{ margin-left: -18px; }
.banner-nav:hover{
	color:#ffc921;
	text-decoration: none;
}
.banner-content-wrapper{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-content-max{
	max-width: 1120px;
	margin:0 auto;
	padding-left: 50%;
	padding-top: 300px;
}
.carousel-control{
	width: 10%;
}
.carousel-img{
	width: 100%;
	min-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.carousel-caption{
	bottom: 40%;
}
.carousel-caption h3, .banner-content-highlight{
	color:#ffc921; font-size: 7em;
	font-family: 'EB Garamond', serif;
	font-weight: bold;
}
.carousel-caption p, .banner-content-caption{
	color:#000;
	text-shadow: 0px 20px 100px #fff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 220px;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1120px;
  /*padding-top: 35px;*/
}
.cover-container.pagetitle{     padding-top: 60px;}
#header{
	padding: 15px 0;
}
#header .icon{
	margin-top:55px;
	font-size: 2em;
}
#header .icon i.fa-facebook-official{
	color:#3b5998;
}
#content_wrapper.grey #header, #content_wrapper.grey #content_body{
	background:#f1f1f1;
}
#content_wrapper.grey #content_body{
	padding-bottom: 35px;
}
.menu{
	margin-top:54px;
	display: block;
	position: relative;
    z-index: 999;
	transition: all 0.2s ease;
}
.menu:hover{
	transform: rotate(90deg);
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
    right: 50%;
    margin-left: -10px;
}

@media screen and (min-width: 768px){
	.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    	margin-left: -10px;
	}
	.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	    width: 30px;
	    height: 30px;
	    margin-top: -10px;
	    font-size: 3em;
	}

}





@media (min-width: 1281px) {
  
  
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1121px) and (max-width: 1280px) {
  
  
  
}

@media (min-width: 1025px) and (max-width: 1120px) {
	.banner-nav-wrapper, 
	.banner-content-max,
	.cover-container{
		max-width: 960px;
	}
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  	.banner-nav-wrapper, 
	.banner-content-max,
	.cover-container{
		padding-left: 15px;
		padding-right: 15px;
		width: calc(100% - 30px);
	}
  
	.banner-content-max{ text-align: center; }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  	
  
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	.carousel-img{
		min-height: 500px;
	}
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	/*#logo{ margin-left: -30px; }
	#logo img{ width: 70%; }*/
	#logo img{ max-width: 70px; height: auto; }
	.menu{ margin-top: 23px; }
	.menu img{ width: 70%; }
	#header .icon{
		margin-left: 5px;
		margin-top:18px;
	}
  
  	#banner{
	  	-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,.9);
		box-shadow: inset 0 0 300px rgba(0,0,0,.9);  		
  	}
  	.banner-content-max{
  		padding-left: 0;
	    padding-top: 300px;
	    text-align: center;
  	}  
  	.banner-content-highlight{ 
  		font-size: 3em;
  		letter-spacing: 2px;
	}
	.banner-content-caption{
	    font-size: 0.9em;
	    letter-spacing: 1px;
	    padding-left: 0;
	}

	/*.carousel-inner .item a img, .carousel-inner .item img{
		display: unset !important;
		height: unset !important;
		max-width: unset !important;
		max-height: 500px !important;
	}*/
	.carousel-img{
		min-height: 400px;
	}

	.carousel-caption h3, .banner-content-highlight{
		font-size: 2em;
	}
	.carousel-caption p, .banner-content-caption{
		padding-left: unset;
	}
}
