@charset "utf-8";
/* CSS Document styles23 */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #737373;
	margin: 0 auto;
    width:1550px;
	padding: 0;
	color: #fff;	
}

.before::before, .after::after {
            content: "\A";
            white-space: pre;
        }

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

pb { 
	color: #000000;
}

a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.noDeco {
     text-decoration-line: none !important;
}
.container {
	min-height: 2200;
	width: 80%;
	max-width: 1540px;
	min-width: 350px;
	background-color: #FFF;
	margin: 0 auto; 
}
.header {
	background-color: #FFFFFF;
	margin: 0 auto;
    
	position: fixed;
    justify-content: center;
}
.content {
	padding: 10px 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
button {
	font-size: 1.2em;
	margin: 0 1em 1em 0;
	padding: 0.4em 1em;
	border-radius: 0,8px;	
}
#eu_cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: 0;
	width: 100%;
	color: #555;
	border: none;
	border-bottom: none;
	background: #f5f5f5;
}
.images { 
  display: flex;
  padding: 5px;
}
.img-holder {
  position: relative;
  margin: 5px;
  align-self: flex-start;
}
.img-holder p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  margin: 0;
}

/* ---------  SEARCH window  ---------  */
iframe {
    padding: 0;
    margin: 0;
	width:100%;
    height:100%;
}
/* ---------  SEARCH window END  ---------  */

/* ---------  scrollBackToTOP  ---------  */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 70px; /* Place the button at the bottom of the page */
  justify-content: center; /* Place the button 20px from the right */
  align-items: center;
  z-index: 99; /* Make sure it does not overlap */
  border: 0.5px solid black; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #E0E0E0; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 4px; /* Rounded corners */
  font-size: 26px; /* Increase font size */
}
#myBtn:hover {
  background-color: #B0B0B0; /* Add a dark-grey background on hover */
}
@media screen and (max-width: 1200px) {
  #myBtn {
    padding: 8px; /* Some padding */
    font-size: 24px; /* Increase font size */
  }
}
/* ---------  backToTOPend  ---------  */

/*TOP-NAV*/
.topnav {
  overflow: hidden;
  background-color: #d0d0d0;;
  position: fixed;
  z-index: 100;
}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #cc0000;
  color: white;
}

.topnav a.active2 {
  background-color: #288208;
  color: white;
}

.topnav a.active22 {
  background-color: #859382;
  color: white;
}

.topnav a.active3 {
  background-color: #d0d0d0;
  color: black;
}

.topnav .icon {
  display: none;
}
.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*TOP-NAV --- END*/


.before::before, .after::after {
            content: "\A";
            white-space: pre;
        }
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1500px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}
.header {
	background-color: #FFFFFF;
	margin: 0 auto;
    width:1550px;
	position: fixed;
    justify-content: center;
}
.content {
	padding: 10px 0;
}
.content ul, .content ol { 

	padding: 0 15px 15px 40px; 
}
.footer {
	padding: 0px 0;
	background-color: #e7e7e7;
}
img {
    box-shadow: 3px 3px 5px silver;
}
.alignnone  {
    box-shadow: none !important;
}	
.stickyfooter  {
    background: black;
	width: 1550px;
    position: fixed; 
	bottom: 0px;
	box-shadow: none !important;}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
button {
	font-size: 1.2em;
	margin: 0 1em 1em 0;
	padding: 0.4em 1em;
	border-radius: 0,8px;
}

* {
    box-sizing: border-box;
}

/*ROWs and COLUMNs*/
/* TodaySpotOn and Films */
.column {
    float: left;
    width: 32.5%;
    padding: 3px;
	margin: 3px;
}
.column:hover {
  color: black;
  font-weight: bold;
  text-shadow: 5px 8px 6px #000000;
}
/* Cover xxxxxxxxxxxxxxxxxxx */	
.column2 {
    float: left;
    width: 49%;
    padding: 3px;
	margin: 3px;
}
.column2:hover {
  color: black;
  font-weight: bold;
  text-shadow: 5px 8px 6px #000000;
}
/* Portrait-Inner */
.column3 {
    float: left;
    width: 23.7%;
    padding: 5px;
	margin: 5px;
}
.column3:hover {
  color: black;
  font-weight: bold;
  text-shadow: 5px 8px 6px #000000;
}
/* Photo Tables */	
.column4 {
    float: left;
    width: 19%;
    padding: 3px;
	margin: 3px;
}
.column4:hover {
  color: black;
  font-weight: bold;
  text-shadow: 5px 8px 6px #000000;
}

.row {
    align: 100%;
	width: 100%:
}	

.clearfix {
    overflow: auto;
}
/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
	images: overflow-wrap;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


















ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: underline; 
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 80%;
	max-width: 1500px;
	min-width: 780px;
	background-color: #FFF;
	margin: 0 auto; 
}
.header {
	background-color: #FFFFFF;
	margin: 0 auto;
    width:1550px;
	position: fixed;
    justify-content: center;
}
.content {
	padding: 10px 0;
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
button {
	font-size: 1.2em;
	margin: 0 1em 1em 0;
	padding: 0.4em 1em;
	border-radius: 0,8px;
}
* {
    box-sizing: border-box;
}




/* ~////////////////////////~ BUTTONS ~///////////////////////~ */

/* --- Models Prev --- */
.previous {
  text-decoration-line: none !important;
  border: 1px solid black;
  background-color: #E0E0E0;
  color: black;
  width:120px; display:inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}
.previous:hover {
  text-decoration-line: none !important;
  border: 1px solid black;
  background: #404040;
  color: white;
}
/* --- Models Next --- */
.next {
  text-decoration-line: none !important;
  border: 1px solid black;
  background-color: #E0E0E0;
  color: black;
  width:120px; display:inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  cursor: pointer;
}
.next:hover {
  text-decoration-line: none !important;
  border: 1px solid black;
  background: #404040;
  color: white;
}
.round {
  text-decoration-line: none !important;
  border-radius: 5px;
}

.button2 {
  background-color: #c7320d; /* Red */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  width: 480px;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
.button6 {
	font-size: 1.2em;
	margin: 0 0.6em 0.6em 0;
	padding: 0.3em 0.33em;
	border-radius: 0,6px;
	width: 100%;	
}
.button100 {
	font-size: 1.2em;
	margin: 0 0.6em 0.6em 0;
	padding: 0.3em 0.33em;
	border-radius: 0,6px;	
}

.topnav {
  overflow: hidden;
  background-color: #ffffff;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 7px 12px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #cc0000;
  color: white;
}

.topnav a.active2 {
  background-color: #288208;
  color: white;
}

.topnav a.active22 {
  background-color: #859382;
  color: white;
}

.topnav a.active3 {
  background-color: #d0d0d0;
  color: black;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
