* {
	margin: 0;
	padding: 0;
    }

html {
    background-color: transparent;
    }

body {
	font-family: CalvertMTStd-Light;
	font-weight: normal; 
	font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #dc1915;
    text-decoration: none;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    }
   
   
.CalvertMTStd-Light { 
	font-family: CalvertMTStd-Light;
	font-weight: normal;
	font-style: normal;
}







/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/*              T E M P L A T E               */	

.logo {
	font-size: 54px;
	line-height: 48px;
	padding-top: 30px;
	padding-left: 30px;
	width: 250px;
	position: fixed;
	display: block;
	z-index: 10;
	}
	
.logo a {	
	text-decoration: none; 
    color: #dc1915;
    opacity: 1.0;
    }
    
.logo a:hover, a:active, a:focus {	
    opacity: 0.5;
    }    
       
       
.menu-desktop {
	position: fixed;
	overflow: hidden;
	margin: 0;
	left: 50%;
	margin-left: -410px; /* -410px */	
	padding-top: 10px;
	width: 820px; /* -810px */
	height: 270px;
	border: 0px;
	display: initial;
	background: transparent;
	z-index: 9;
	}
	
.menu-desktop-bg {
	display: block;	
	position: fixed;
	width: 100%;
	height: 53px;
	top: 0px;
	z-index: 8;
	background: #FFF;	
	}
 
 .menu-mobile {
	font-size: 14px;
 	overflow: hidden;
	position: fixed;
 	float: right;
 	display: none;
 	right: 0px;
 	width: 30px;
 	height: 30px;
 	padding: 8px;
 	margin-top: 0px;
 	margin-right: 7px;	
	z-index: 11;
 	}
 	
 .menu-mobile img {
	width: 100%;
	height: 100%;
 	} 	
 	
.menu-mobile-bg {
	display: none;	
	position: fixed;
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #dc1915;
	top: 0px;
	z-index: 8;
	background: #FFF;	
	}
		
.menu-mobile-wrapper  {
	overflow: hidden;
	width: 100%;
	position: absolute;
	height: 	auto;
	top: 46px;
	z-index: 5;
	}
			
.wrapper {    
	position: relative;
	top: 200px;
	width: 930px;
	height: 	auto;
	padding-left: 30px;
	padding-right: 30px;
	border: 0px solid blue;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto; 
	text-align: left;
	z-index: 5;
	}
	
a:link { 
	text-decoration: none; 
	color: #dc1915; 
	}
	
a:visited {
	text-decoration: none; 
	color: #dc1915; 
	}
	
a:hover { 
	text-decoration: none; 
	color: #dc1915; 
	opacity: 0.5;
	}
	
a:active { 
	text-decoration: none; 
	color: #dc1915; 
	}	
	
.bottom-info { 
	overflow: hidden;
	border-top: 0px;
	position: relative;
	padding-top: 100px;
	padding-right: 30px;
	border: 0px;
	width: 900px;
	height: 350px;
	left: auto;
	right: auto;
	z-index: 1; 
	}
	
.footer-text hr { 
	width: 100%;
	height: 1px;
	border-top: 1px solid #dc1915;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 10px;
	}	

.footer-section { 
	float: left;
	width: 195px;
	margin-right: 30px;
	padding-bottom: 0px;
	}
	
.footer-section-last { 
	float: left;
	width: 195px;
	margin-right: 0px;
	}
	
.footer-text  { 
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	}
	
.footer-text  a:link { 
	text-decoration: none; 
	color: #dc1915; 
	}
	
.footer-text  a:visited {
	text-decoration: none; 
	color: #dc1915; 
	}
	
.footer-text a:hover { 
	text-decoration: none; 
	color: #dc1915; 
	opacity: 0.5;
	}
	
.footer-text a:active { 
	text-decoration: none; 
	color: #dc1915; 
	}	
	
	
h2 { 
	font-size: 10px;
	line-height: 14px;
	font-weight: normal; 
	font-style: normal;
	padding-top: 5px;
	}
			
/* one column */		

.one-column {
	width: 900px;
	border: 0px solid blue;
	height: auto;
	padding-right: 0px;
	position: relative;
	float: left;
	padding-bottom: 45px;
	padding-top: 30px;
	}	
	
.one-column span.fthenakis {
	max-width: 630px;
	display: block;
	padding-bottom: 20px;
	}		
			
.one-column hr { 
	width: 100%;
	height: 1px;
	border-top: 1px dotted #dc1915;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 15px;
	}	
	
.one-column .poster img {
	width: 50%;
	height: auto;
	left: 25%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 45px;
	}	
	
.one-column img.vert {
	width: 50%;
	height: auto;
	position: relative;
	}		
	
.one-column img.hori {
	width: 75%;
	left: 12.5%;
	height: auto;
	position: relative;
	}			
	
	
.one-column .poster-horizontal img {
	width: 80%;
	height: auto;
	left: 10%;
	position: relative;
	padding-top: 60px;
	padding-bottom: 45px;
	}		
	
.one-column .info {
	position: relative;
	max-width: 270px;
	font-size: 10px;
	line-height: 12px;
	}		
	
.one-column span.subtext {
	display: visible;
	position: absolute;
	}
	
.one-column span.small {
	display: block;
	font-size: 10px;
	padding-bottom: 20px;
	}
	
.one-column .new-button {
	position: absolute;
	top: 100px;
	left: 630px;
	}		
	
.one-column .new-button img {
	position: absolute;
	width: 90px;
	height: auto;
	}		
	
/* two columns */		

.two-column {
	width: 420px;
	border: 0px solid blue;
	padding-bottom: 20px;
	padding-right: 30px;
	position: relative;
	float: left;
	padding-top: 30px;
	}
	
.two-column hr { 
	width: 100%;
	height: 1px;
	border-top: 1px dotted #dc1915;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 15px;
	}
	
.two-column .info {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	}		
		
.two-column img.poster {
	position: relative;
	width: 100%;
	height: auto;
	left: 50%;
	margin-left: -50%;
	padding-bottom: 3px;
	}	
		
.two-column img.horizontal {
	display: block;
	padding-bottom: 3px;
	padding-right: 0px;
	width: 100%;
	height: auto;
	padding-right: 0px;
	}
	
.two-column img.vertical {
	display: block;
	padding-bottom: 5px;
	padding-right: 30px;
	width: 60%;
	height: auto;
	padding-right: 15px;
	}
	
.two-column span.small {
	display: block;
	font-size: 10px;
	padding-bottom: 20px;
	}
	
.two-column .downloads {
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 15px;
	}
	
.two-column .downloads #one {
	width: 75px;
	padding-bottom: 15px;
	float: left; 
	}

.two-column .downloads #two {
	width: 270px;
	padding-bottom: 15px;
	float: left; 
	}
	
.two-column .downloads #three {
	width: 75px;
	padding-bottom: 15px;
	float: left; 
	}
	
	
	
		
/* three columns */		

.three-column {
	width: 270px;
	height: auto;
	border: 0px solid blue;
	padding-top: 0px;
	padding-bottom: 60px;
	padding-right: 30px;
	position: relative;
	float: left;
	}

.three-column hr { 
	width: 100%;
	height: 1px;
	border-top: 1px dotted #dc1915;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding-bottom: 15px;
	}	
	
.three-column .poster img {
	display: relative;
	width: 70%;
	height: auto;
	position: relative;
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 50%;
	margin-left: -35%;
	right: auto;
	}		
	
.three-column .poster-horizontal img {
	display: relative;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 0%;
	right: auto;
	border: 0.5px solid lightgrey; 
	}			
	
.three-column span.subtext {
	display: none;
	}	
	
.three-column .info {
	position: relative;
	font-size: 10px;
	line-height: 12px;
	}		
	
.three-column .new-button {
	position: absolute;
	top: 50px;
	left: 200px;
	}		
	
.three-column .new-button img {
	position: absolute;
	width: 60px;
	height: auto;
	}		
	
	
	
	
	
	
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/*       M E N U - D E S K T O P       */
	
.nav .menu {
    display: flex;
    flex-flow: row wrap;
	position: fixed;
	z-index: 1000;
	}
	
.nav .menu .menu-item:hover > .sub-menu, .nav .menu .menu-item:active > .sub-menu, .nav .menu .menu-item:focus > .sub-menu {
    width: 300px;
	}
	
.nav .menu .sub-menu {
    position: absolute;
    z-index: 3000;
    top: 100%;
    left: 0;
    border-width: 0;
	}
	
.nav .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
	}

.nav--cen .menu {
    justify-content: center;
    background: rgba(255,255,255,1.0);	
	}

.menu,
.sub-menu {
	margin: 0;
	padding: 0;
	}

.menu .menu-item {
	display: block;
	border-bottom: 0px solid #FFF;
	}
	
.menu .menu-item.has-children, .menu .menu-item.has-children .menu-item {
	position: relative;
	border-bottom: 0px solid #FFF;
	}
	
.menu .menu-item:not(:last-child) {
	border-bottom: 0px solid #FFF;	
	}
	
.menu .menu-item a {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	}
	
.menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	transition: visibility .25s, opacity .25s ease-in-out;
	}
	
.menu .sub-menu .menu-item {
	visibility: hidden;
	}
	
.menu .menu-item:hover > .sub-menu, .menu .menu-item:active > .sub-menu, .menu .menu-item:focus > .sub-menu {
	opacity: 1;
	height: auto;
	width: auto;

	}
	
.menu .menu-item:hover > .sub-menu,
.menu .menu-item:hover > .sub-menu .menu-item, .menu .menu-item:active > .sub-menu,
.menu .menu-item:active > .sub-menu .menu-item, .menu .menu-item:focus > .sub-menu,
.menu .menu-item:focus > .sub-menu .menu-item {
	visibility: visible;
	}

.nav {
	background-color: rgba(255,255,255,1.0);
	color: #dc1915;
	}

.nav .menu > .menu-item, .nav .menu > .menu-item > a {
	color: #dc1915;
	}
	
.nav .menu > .menu-item > a:hover, .nav .menu > .menu-item > a:active, .nav .menu > .menu-item > a:focus {
	opacity: 0.3;
	color: #dc1915;
	}
	
.nav .sub-menu {
	color: #dc1915;
	background-color: rgba(255,255,255,1.0);
	}
	
.nav .sub-menu .menu-item,
.nav .sub-menu .menu-item a {
	color: #dc1915;
	}
	
.nav .sub-menu .menu-item a:hover, .nav .sub-menu .menu-item a:active, .nav .sub-menu .menu-item a:focus {
	text-decoration: none;
	opacity: 0.3;
	color: #dc1915;
	border-bottom: 0px solid #dc1915;	
	}
	
.menu-item img.arrow { 
	width: 10px; 
	height: 10px; 
	padding: 2px; 
	margin-left: 5px
	}






/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/*   M E N U   M O B I L E   N E W   */

.menu-link-main {
	display: block;
	border-top: 1px solid #dc1915;	
	position: relative;
	font-size: 14px;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	}	

.menu-link-main-first {
	display: block;
	border-top: 0px solid #dc1915;	
	position: relative;
	font-size: 14px;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	}	
	
.menu-link-main-last {
	display: block;
	border-top: 1px solid #dc1915;	
	border-bottom: 1px solid #dc1915;	
	position: relative;
	font-size: 14px;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	}	
	
.menu-link-sub {
	display: block;
	border-top: 1px dotted #dc1915;
	position: relative;
	width: 100%;
	height: auto;
	text-indent: 15px;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 15px;
	}		
	
.menu-mobile-wrapper a  {
	opacity: 1.0;
	}	
	 
.menu-mobile-wrapper a:hover, a:active, a:focus {
	opacity: 0.5;
	}


	
	
	
	
	
   
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/*   M  E  D I U M   S C R E E N S   */ 
@media only screen and (max-width: 1440px) { 



.logo {
	font-size: 36px;
	line-height: 32px;
	padding-top: 20px;
	padding-left: 20px;
	width: 225px;
	display: initial;
	}


/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/*   S M A L L   S C R E E N S   */ 
@media only screen and (max-width: 1024px) { 

.wrapper {    
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	top: 200px;
	padding-bottom: 100px;
	margin-right: auto;
    margin-left: auto; 
	}

.logo {
	font-size: 18px;
	line-height: 16px;
	padding-top: 17px;
	padding-left: 15px;
	width: 250px;
	}
	
.menu-desktop {
	display: none;
	}
	
.menu-desktop-bg {
	display: none;		
	}
	
 .menu-mobile-new {
 	display: initial;	
	}
		
.menu-mobile {
	display: initial;
	}		
	
.menu-mobile-bg {
	display: initial;	
	}	
	
.bottom-info { 
	padding-right: 15px;
	width: 100%;
	}	

.one-column {
	width: 100%;
	}		
	
.one-column .new-button {
	position: absolute;
	top: 100px;
	left: 70%;;
	}		
	
.two-column {
	padding-top: 20px;
	padding-bottom: 60px;
	width: 100%;
	position: relative;
	float: left;
	padding-right: 30px;
	}
	
.two-column img.poster {
	width: 80%;
	height: auto;
	left: 50%;
	margin-left: -40%;
	padding-bottom: 3px;
	}		
	
.three-column .new-button {
	position: absolute;
	top: 50px;
	left: 66%;
	}		
	
.one-column .new-button img {
	position: absolute;
	width: 75px;
	height: auto;
	}	

}   



/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/* / / / / / / / / / / / / / / / / / / / / / / / / / / / */
/*   M O B I L E   S C R E E N S   */ 
@media only screen and (max-width: 600px) { 



.one-column img.vert {
	width: 100%;
	height: auto;
	position: relative;
	}		
	
.one-column img.hori {
	width: 100%;
	height: auto;
	position: relative;
	}			

.one-column .poster img {
	width: 80%;
	height: auto;
	left: 50%;
	margin-left: -40%;
	}	
	
.one-column .poster-horizontal img {
	width: 90%;
	height: auto;
	left: 50%;
	margin-left: -45%;
	}
	
.one-column .new-button {
	position: absolute;
	top: 100px;
	left: 80%;
	}		
	
.one-column .new-button img {
	position: absolute;
	width: 60px;
	height: auto;
	}		
			
.two-column .downloads #one {
	width: 60px;
	}

.two-column .downloads #two {
	width: auto;
	}
	
.two-column .downloads #three {
	width: auto;
	padding-left: 20px;
	}


.three-column {
	width: 100%;
	height: auto;
	border: 0px solid blue;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 	15px;
	position: relative;
	float: left;
	}

.three-column .poster img {
	display: relative;
	width: 50%;
	height: auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	left: 50%;
	margin-left: -25%;
	right: auto;
	}	

}     
    

