/****************************************************************************************************** 
										 general classes 
******************************************************************************************************/
@font-face
{
    font-family: BEBAS;
    /*src: url('../fonts/BEBAS.eot');
    src: url('../fonts/Bebas.eot?iefix') format('opentype'),
         url('../fonts/Bebas.woff') format('woff'),
         url(../fonts/BEBAS.ttf) format('truetype');*/
	sec: url(../fonts/BEBAS.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.drop-shadow
{            
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyNTI1MjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MiUiIHN0b3AtY29sb3I9IiMyNTI1MjUiIHN0b3Atb3BhY2l0eT0iMC4xOCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiMyNTI1MjUiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiMyNTI1MjUiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(37,37,37,1) 0%, rgba(37,37,37,0.18) 62%, rgba(37,37,37,0) 76%, rgba(37,37,37,0) 95%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(37,37,37,1)), color-stop(62%,rgba(37,37,37,0.18)), color-stop(76%,rgba(37,37,37,0)), color-stop(95%,rgba(37,37,37,0)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(37,37,37,1) 0%,rgba(37,37,37,0.18) 62%,rgba(37,37,37,0) 76%,rgba(37,37,37,0) 95%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(37,37,37,1) 0%,rgba(37,37,37,0.18) 62%,rgba(37,37,37,0) 76%,rgba(37,37,37,0) 95%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(37,37,37,1) 0%,rgba(37,37,37,0.18) 62%,rgba(37,37,37,0) 76%,rgba(37,37,37,0) 95%);
	background: radial-gradient(ellipse at center,  rgba(37,37,37,1) 0%,rgba(37,37,37,0.18) 62%,rgba(37,37,37,0) 76%,rgba(37,37,37,0) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#00252525',GradientType=1 );
}

.pointer
{
	cursor:pointer; 
        opacity:0.8;
       
}
    .pointer:hover {
        opacity:1;
    }

HTML
{
    font-family:BEBAS;
	font-size:10px;    
}

HTML,
BODY,
.main-container{
	height:100%;
}



.logo
{
    width: 12.2rem;
    height: 4rem;
    position: absolute;
    right: 0.7rem;
    bottom: 5rem;
	background:url('../img/crazeLogo.png') no-repeat;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
.cleat {
    clear:both;
}
/****************************************************************************************************** 
										 header 
******************************************************************************************************/
HEADER
{
	height:5.6rem;
	text-align:center;
	background-color:#000;  
    box-shadow: -2px 1px 7px #101010;  
}

UL
{
	margin:0;    
	padding:0;
}


/****************************************************************************************************** 
										 nav 
******************************************************************************************************/
HEADER  NAV {
	line-height: 3.5rem;   
    margin: 0 auto;
    overflow: hidden;

}

HEADER  NAV:first-child
{
	/*display: inline-block;*/
	line-height: 4.5rem;   
   /* min-width: 70rem; */
}

NAV LI {
	display: inline-block;
	float:left;
	padding: 0 10px;
	text-transform: uppercase;
	cursor: pointer;
}

NAV SPAN {
    display: inline-block;
	font-family: bebas;
	font-size: 2.4rem;
	color:#dfe2e9;
    padding: 0 10px 1px;
}
NAV LI.more .traingle, NAV LI.moreother .traingle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #dfe2e9 transparent transparent transparent;
    display:inline-block;
    margin: 0 0 3px 3px;
    }
NAV .subCategory LI.active SPAN {
    color: #ea0047;
}
NAV LI SPAN.active {
    background:#ea0047;
    color: #dfe2e9;
}

NAV LI.more, NAV LI.moreother{
	overflow: visible;
	position: relative;
	}

NAV .other {
	display: block;
    width: 18rem;
	height: auto;
	overflow: auto;
	position: absolute;
	z-index: 100;
    left: -2px;
    padding: 0 10px 10px;
    top: 0;
    padding-top: 38px;
}

NAV .other li {
	float: none;
	display: block;
	text-align: left;
    background-color: rgba(48,48,48,.85);
    box-shadow: 0px 2px 7px #101010;

	}
    NAV .subCategory {
        clear:both;
        margin: 0 auto;
    }
    NAV .subCategory LI {
        padding: 0 0;
    }
    NAV .subCategory LI SPAN{
        font-size: 1.4rem;

    }
    .navSubCategory {
     overflow:visible;
    }
/****************************************************************************************************** 
										 content (main area) 
******************************************************************************************************/
.mainShadow {
    box-shadow: 2px 3px 8px #101010;
    background-color: #000;
    height: 800px;

}
.skinable-shade-h,
.content-wrapper
{
	width:90%;
	margin:0 auto;    
}

.skinable-shade-h
{
	height: 10px;
    min-width: 70rem;
}

.content-wrapper
{
	
	height:72%;/*temp?*/
	position:relative;
    margin-bottom: 1rem;
    min-width: 53rem;
}

/* arrows */
.left .pattern {
    background:url(../img/pagger_bak.png) -1px 0 no-repeat;
    height:150px;
}
.right .pattern {
    background:url(../img/pagger_bak.png) -1px 0 no-repeat;
    height:150px;

}
.arrow-container{
	width: 6.5rem;
	height: 15rem;
	background-color: #303030;
	position: absolute;
	top: 50%;
	margin-top: -7.6rem;
	text-align:center;
    opacity:0.8;
}

.arrow-container.left{
	border-radius: 0.5rem 0 0 0.5rem;
	-moz-border-radius: 0.5rem 0 0 0.5rem;
	-webkit-border-radius: 0.5rem 0 0 0.5rem;
	left: 0;
	margin-left: -6.5rem;
    box-shadow: -1px 4px 4px #000;
}

.arrow-container.right{
	border-radius: 0 0.5rem 0.5rem 0;
	-moz-border-radius: 0 0.5rem 0.5rem 0;
	-webkit-border-radius: 0 0.5rem 0.5rem 0;
	right: 0;
	margin-right: -6.5rem;
    box-shadow: 1px 4px 4px #000;
}

.arrow:before
{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-bottom: 1.5rem solid transparent;
	border-top: 1.5rem solid transparent;
	margin-top:-1.5rem;
}
.arrow
{
	display:inline-block;
	width: 0;
	height: 0;
	border-bottom: 2.3rem solid transparent;
	border-top: 2.3rem solid transparent;   
	opacity:0.7;
	margin-top: 5.1rem;/*50%;*/
}
.arrow:after
{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-bottom: 1.1rem solid transparent;
	border-top: 1.1rem solid transparent;
	margin-top:-2.6rem;
}

.arrow.left:before
{    
	border-right: 2.6rem solid rgb(48, 48, 48);
	margin-left:2rem;
}

.arrow.left
{   
	border-right: 4.1rem solid #fff;   
}

.arrow.left:after
{   
	border-right: 1.8rem solid rgb(48, 48, 48);
	margin-left:1rem;
}

.arrow.right:before
{    
	border-left: 2.6rem solid rgb(48, 48, 48);
	margin-left:-4.7rem;
}

.arrow.right
{   
	border-left: 4.1rem solid #fff;   
}

.arrow.right:after
{   
	border-left: 1.8rem solid rgb(48, 48, 48);
	margin-left:-2.9rem;
}
.page {
    float:left;
    margin:0;
    padding:0;
}


/****************************************************************************************************** 
										 thumbnails 
******************************************************************************************************/
.thumbnails
{
	padding-top:0.8rem;  
	height:100%;
	overflow:hidden;
	min-width: 33.3rem;
	min-height: 45.2rem;  
    margin-left: 2rem;
    margin-right: 2rem; 
}

.thumbnails UL
{    
	/*size of a thumbnail, including surrounding spaces - 141px x 199px
	the container is set to a size of 10x5 thumbnails grid    
	*/   
	width:137rem;
	/*height: 79rem;
    overflow: hidden;*/
}

.thumbnails .drop-shadow
{
	width: 137px;
	height: 15px;
    color:#ffffff;
	
}

.thumb
{
	background: rgb(224,226,234);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(224,226,234,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,226,234,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(224,226,234,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,226,234,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,226,234,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2ea', endColorstr='#000000',GradientType=0 );
    text-align: center;
	width: 13.7rem;
	height: 19.5rem;
	padding: 2px 1px 0;  
	margin: 0 2rem 3.5rem 0rem;
	float:left;  
}



.thumb IMG {
    opacity:1;
}


/****************************************************************************************************** 
										 footer 
******************************************************************************************************/
FOOTER {   
	text-align:center;   
	position:relative;
    margin-top: 3px;
}

FOOTER UL {
	display:inline-block;  
    padding: 0.5rem 3.2rem;  
    border-radius: 8px 8px 0 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background-color: #000000;
    padding-top: 10px;
}

FOOTER LI
{
	width:9.7rem;
	float:left;
	margin:0 1.2rem 0;
	color:#dfe2e9;
	list-style:none;
	text-align: center;
	line-height: 2.7rem;
    background-size: 0.5rem 0.5rem;
    font-size: 2rem;

}
    FOOTER LI a {
        cursor:pointer;
    }
/* FF */
@-moz-document url-prefix() {
}

FOOTER LI {	 
 
}

FOOTER LI.dots {
	background:none;  
	line-height: 4rem;     
}


FOOTER LI.active {
    background-color:#6f0324;   
}
FOOTER LI.active:hover {
    opacity:0.8;
}
FOOTER .shadowContainer {
    padding: 0 10px;
    background-color:#000000;
    height: 10px;
    width: 261px;
    margin: 0 auto;
    padding-bottom: 9px;
    border-radius: 0px 0px 8px 8px;
    position: relative;
    top: -1px;
}
FOOTER .edit-player .drop-shadow {
    border-radius:45px;
    opacity: 0.2;
	width: 250px;
	height: 10px;
	margin: 0 auto 0;
    background: #848484; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #848484 26%, #242424 68%, #000000 84%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(26%,#848484), color-stop(68%,#242424), color-stop(84%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #848484 26%,#242424 68%,#000000 84%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #848484 26%,#242424 68%,#000000 84%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #848484 26%,#242424 68%,#000000 84%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #848484 26%,#242424 68%,#242424 84%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#242424',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
FOOTER .paggerCover {
    background-image:url(../img/pagger-cover.png);
    min-height:27px;
    min-width:27px;
}
FOOTER .edit-player {
    display:none;
    height: 6.7rem;
}
/****************************************************************************************************** 
										 Player 
******************************************************************************************************/
.display-player {
    position: relative;
}

.content-wrapper .display-player {
    min-height: 41rem;
}


#movie-title {
    background: #070707;
    font-family: bebas;
    font-size: 2.4rem;
    
    text-transform: uppercase;
    padding-bottom: 1.2rem;
    width: 64.4rem;
    margin: auto;
}

.player-wrap {
    position: absolute;
    z-index: 10;
    left: 50%;
    margin: 0 auto auto -32.1rem;
	width: 64.2rem;
	height: 35.6rem;
	padding: 2px 1px  ;  
	background: rgb(224,226,234);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTJlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(224,226,234,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,226,234,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(224,226,234,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,226,234,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,226,234,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e2ea', endColorstr='#000000',GradientType=0 );
    text-align: center;
}

#movie-info {

    background: rgba(0, 0, 0, 0.5);
    width: 64.2rem;
	height: 20rem;
    background-color: #7b7B7B; /* layer fill content */
    -moz-box-shadow: 4px 6px 0 rgba(0,0,0,.75); /* drop shadow */
    -webkit-box-shadow: 4px 6px 0 rgba(0,0,0,.75); /* drop shadow */
    box-shadow: 4px 6px 0 rgba(0,0,0,.75); /* drop shadow */
}
#movie-info .fll {
    width: 11.2rem;
}

#movie-info .flr {
    width: 52.8rem;
    padding-top: 1rem;
    text-align: left;
}

#movie-info .fll #info-title {
    padding: .5rem 0;
    background: #070707;
    font-family: bebas;
    font-size: 1.5rem;
    color: #dfe2e9;
    text-transform: uppercase;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

#movie-info .thumb {
    width: 7.9rem;
    height: 10.7rem;
    padding: 0.2rem;
    margin : 1.4rem;
    }

#movie-info .thumb img{
    width: 7.5rem;
    height: 10.3rem;
    }
#movie-info .info-line {
    padding-bottom: 1rem;
}

#movie-info .title {
    text-transform: uppercase;
    width: 8rem;
    padding-left: 2rem;
    font-size: 1.5rem;
    display: inline-block;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    vertical-align: top;
    }
#movie-info .plotContent {
    height: 123px;
    overflow-x: auto;
    width: 79%;
    display: inline-block;
}

#movie-info .content {
    display: inline-block;
    font-size: 1.2rem;
    width: 75%;
    padding-left: 2rem;
    vertical-align: top;
    font-family: arial;
}
#movie-plot .content {
    height: 123px;
    
}

.back-gradient {
    position: absolute;
    bottom: 15%;
    width: 100%;
    height: 2.5rem;
    z-index: 1;
    background: rgb(9,0,1); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(9,0,1,1) 0%, rgba(25,0,6,1) 33%, rgba(35,0,9,1) 45%, rgba(45,0,11,1) 48%, rgba(46,2,15,1) 55%, rgba(59,0,16,1) 61%, rgba(59,0,18,1) 64%, rgba(32,2,10,1) 70%, rgba(27,4,12,1) 73%, rgba(24,5,11,1) 79%, rgba(13,7,9,1) 88%, rgba(7,7,7,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(9,0,1,1)), color-stop(33%,rgba(25,0,6,1)), color-stop(45%,rgba(35,0,9,1)), color-stop(48%,rgba(45,0,11,1)), color-stop(55%,rgba(46,2,15,1)), color-stop(61%,rgba(59,0,16,1)), color-stop(64%,rgba(59,0,18,1)), color-stop(70%,rgba(32,2,10,1)), color-stop(73%,rgba(27,4,12,1)), color-stop(79%,rgba(24,5,11,1)), color-stop(88%,rgba(13,7,9,1)), color-stop(100%,rgba(7,7,7,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(9,0,1,1) 0%,rgba(25,0,6,1) 33%,rgba(35,0,9,1) 45%,rgba(45,0,11,1) 48%,rgba(46,2,15,1) 55%,rgba(59,0,16,1) 61%,rgba(59,0,18,1) 64%,rgba(32,2,10,1) 70%,rgba(27,4,12,1) 73%,rgba(24,5,11,1) 79%,rgba(13,7,9,1) 88%,rgba(7,7,7,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(9,0,1,1) 0%,rgba(25,0,6,1) 33%,rgba(35,0,9,1) 45%,rgba(45,0,11,1) 48%,rgba(46,2,15,1) 55%,rgba(59,0,16,1) 61%,rgba(59,0,18,1) 64%,rgba(32,2,10,1) 70%,rgba(27,4,12,1) 73%,rgba(24,5,11,1) 79%,rgba(13,7,9,1) 88%,rgba(7,7,7,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(9,0,1,1) 0%,rgba(25,0,6,1) 33%,rgba(35,0,9,1) 45%,rgba(45,0,11,1) 48%,rgba(46,2,15,1) 55%,rgba(59,0,16,1) 61%,rgba(59,0,18,1) 64%,rgba(32,2,10,1) 70%,rgba(27,4,12,1) 73%,rgba(24,5,11,1) 79%,rgba(13,7,9,1) 88%,rgba(7,7,7,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(9,0,1,1) 0%,rgba(25,0,6,1) 33%,rgba(35,0,9,1) 45%,rgba(45,0,11,1) 48%,rgba(46,2,15,1) 55%,rgba(59,0,16,1) 61%,rgba(59,0,18,1) 64%,rgba(32,2,10,1) 70%,rgba(27,4,12,1) 73%,rgba(24,5,11,1) 79%,rgba(13,7,9,1) 88%,rgba(7,7,7,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090001', endColorstr='#070707',GradientType=0 ); /* IE6-9 */

}
FOOTER .display-player  {
    position: absolute;
    left: 50%;
    margin: 0 auto auto -32.1rem;
	width: 64.2rem;
}

FOOTER .display-player .drop-shadow {
	width: 64rem;
	height: 10px;
	margin: 10px auto;
}
.errorMsg {
    position: absolute;
    top: 0;
    background: #000;
    color: red;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 80px 40px;
}

.popFooter {
    display: none;
    color: #ffffff;
    font-size: 1.6rem;
    width: 70rem;
    margin: auto;

}
    .popFooter a {
        color:#ffffff;
    }
.overlayMore {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 display:none;
 z-index:100;

}

.overlay {
 position:absolute;
 top:0;
 left:0;
 height:100%;
 width:100%;
 background-color:black;
 opacity:0.5;
 z-index: 10000;

}
#spinner {
position:absolute;
top:50%;
left:50%;
color: white;
font-size: 60px;
z-index: 10000;
}

#nPagination{
    text-align: center;
}

#nPagination span{
    display: inline-block;
    font-size: 24px;
    color: #ea0047;
    cursor: pointer;
    margin: 0 10px;
}