.btps {
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
     border-bottom:1px solid #444; 
     cursor: pointer;
     position: absolute; 
     top: 55px;
     left: 1175px;
     color: blue;
}

.btps2on {
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     /**border is optional**/
     border-bottom:1px solid #444; 
     cursor: pointer;
     color: blue;
}

.btps2off {
	display: none;	
}

.footer {
	width: 98vw;
	margin:0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	vertical-align: bottom;
	text-align: center;
	display: none;
}

.logo1 {
	position: absolute;
	left: 20px; 
	top: 30px; 
	background-color: black; 
	z-index: 10;
}

.logo2 {
	position: relative;
	margin:0 auto; 
	top: 5px; 
	font-size: 50px; 
	color: white;
	z-index: 1;
}

.content {
	width: 98vw;
}

.subcontent {
	position: relative; 
	margin:0 auto; 
	display: table; 
	width: auto; 
	height: auto; 
}

.ad1 {
	position: absolute;
	left: 5vw; 
	top: 230px; 
	width: 120px; 
	height: 240px; 
	text-align: center;
	overflow: hidden; 
}

.ad2 {
	position: absolute; 
	right: 5vw; 
	top: 230px; 
	width: 120px; 
	height: 240px; 
	text-align: center;
	overflow: hidden; 
}

.ad1Small {
	position: relative;
	width: 120px; 
	height: 240px; 
	text-align: center;
	display: inline-block;
	overflow: hidden;
	padding: 0 6vw 0 6vw;
}

.ad2Small {
	position: relative;   
	width: 120px; 
	height: 240px; 
	text-align: center;
	display: inline-block;
	overflow: hidden;
	padding: 0 6vw 0 6vw;
}

.pic1 {
	position: absolute;
	left: 2vw; 
	top: 230px; 
	width: 120px; 
	height: 240px; 
	text-align: center;
	overflow: hidden;
}

.pic2 {
	position: absolute; 
	right: 2vw; 
	top: 230px; 
	width: 120px; 
	height: 240px; 
	text-align: center;
	overflow: hidden;
}

.pic1Small {
	position: relative;
	width: 120px; 
	height: 240px;
	display: inline-block;
	overflow: hidden;
	padding: 0 6vw 0 6vw;
}

.pic2Small {
	position: relative;   
	width: 120px; 
	height: 240px;
	display: inline-block;
	overflow: hidden;
	padding: 0 6vw 0 6vw;
}

.pagerWrapper {
    margin:0 auto;
    padding: 0;
    width: 98vw;
    text-align: center;
}

.pager {
    display: inline-block;
	margin:0;
	color:blue;
	text-align: center;
	width: 100%;
}

.dlsWrapper {
    margin:0 auto;
    padding: 0;
    text-align: center;
}

.borderBlack {
	border: solid;
}

.borderGray {
	border: solid;
	border-color: lightgray;
}

.imgs {
	width: 98vw;
	top: 20px;
}

.imgsInner {
	margin: 0 auto; 
	display: table;
}

.imghide {
	width: 0;
	height: 0;
	border: none;
	overflow: hidden;
}

/* The Modal (background) */
.modalBtn {
	position:relative; 
	background:none; 
	border:none; 
	padding:0 50px 0 50px;
	font:inherit;
	color:blue;
	cursor:pointer;
	//border-bottom:1px solid #444;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  //padding-top: 25px; /* Location of the box */
  margin: auto;
  left: 26.5%;
  top: 10px;
  width: auto;
  height: auto;
  overflow: auto; /* Enable scroll if needed */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 45vw;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 0.0;
    filter: 'alpha(opacity=0.0)';
    display: block;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
