
@font-face {
    font-family: 'PFDinTextCondPro Thin';
    src: url('fonts/pfdintextcondpro-thin.eot');
    src: url('fonts/pfdintextcondpro-thin.eot?#iefix') format('embedded-opentype'),
    url('fonts/pfdintextcondpro-thin.ttf')  format('truetype'),
    url('fonts/pfdintextcondpro-thin.woff') format('woff');
}

@font-face {
  font-family: "PFDinDisplayPro-Light";
  src: url("fonts/ufonts.com_pfdindisplaypro-light.eot");
  src: local("β "), 
  url("fonts/ufonts.com_pfdindisplaypro-light.woff") format("woff"), 
  url("fonts/ufonts.com_pfdindisplaypro-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
	color: ##6C7373;
}

em {
	font-style: italic;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}

/*-----------------------------------------*/


/* New micro CLEARFIX hack by Nicolas Gallagher *\
/* For modern browsers */

.clear:before,
.clear:after {
	content:"";
	display:table;
}

.clear:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */

.clear {
	*zoom:1;
}

/*-----------------------------------------*/


/* SELECTION COLORS */

::selection			{background: #CEDBDD; color: #000000;}
::-moz-selection	{background: #CEDBDD; color: #000000;}
img::selection		{background: transparent;}
img::-moz-selection	{background: transparent;}
body				{-webkit-tap-highlight-color: #CEDBDD; color: #000000;}

/*-----------------------------------------*/

body {
	/*background: url(images/bg_2015.png) no-repeat fixed 50% 60% #ddd;*/
	/*background-color: #F2F225;*/
	background: url(images/bg_20_blurred.png) no-repeat top center #f5f5f5;
	color: #636969;
	font-family: "PFDinDisplayPro-Light", "Trebuchet MS", sans-serif;
	font-size: 1em;
	line-height: 1.6;
	margin: 0px auto;
	overflow: auto;
	padding: 15px 0px;
	width: 100%;
	height: 100%;
}

ul, li {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

p {
	border: 0px none;
	margin: 0px 0px 18px;
	padding: 0px;
}

ul {
	list-style: none outside none;
}

a {
	-moz-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-ms-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-o-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-webkit-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	outline: medium none;
	text-decoration: none;
	transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
}

hr {
	border-color:#8C8982;
	border-style:solid;
	border-width:0 0 1px;
	color:#8C8982;
	display:block;
	height:1px;
	margin:0 0 18px;
}


/* WINDOW BORDER */

/*	.border_top, 
	.border_right, 
	.border_bottom, 
	.border_left {
	background: url("images/saw_bg.png") repeat scroll;
	display: block;
	position: fixed;
	z-index: 25;
}*/

	.border_top {
	height: 5px;
	top: 15px;
	left: 15px;
	right: 15px;
}
	.border_right {
	right: 15px;
	width: 5px;
	top: 15px;
	bottom: 15px;
	background-position: 5px 5px;
}
	.border_bottom {
	bottom: 15px;
	height: 5px;
	left: 15px;
	right: 15px;
	background-position: 15px 5px;
}
	.border_left {
	left: 15px;
	width: 5px;
	top: 15px;
	bottom: 15px;
}

/*-----------------------------------------*/

center {
    margin: 0 auto;
    width: 980px;
}

/* NAVIGATION, DROPDOWN & SUBMENU */

.head_img img {
    float: right;
    overflow: hidden;
    display: block;
    clear: both;
    margin: 0 auto;
    max-width: 990px;
}

.head_img span {
    background: url(images/20.png) no-repeat scroll 0 15px;
    display: inline-block;
    position: absolute;
    width: 320px;
    height: 260px;
    top: 0;
    left: 0;
}

/*#navigation {
	height: 50px;
	margin: 0 0 25px;
	position: relative;
	width: inherit;
	z-index: 15;
	background: url(images/bg_20_blurred.png) no-repeat fixed 50% 60% #f5f5f5;
}
*/

#navigation {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #000000;
  height: 48px;
  margin: 0 0 25px;
  position: relative;
  width: inherit;
  z-index: 15;
}

#mainmenu ul {
	list-style: none outside none;
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

#mainmenu ul li.current,
#mainmenu ul li.current:hover {
	background-color: #7968ac;
}

#mainmenu ul li:hover, 
#mainmenu ul li.over {
	background-color: #7968ac;
}

#mainmenu ul li:hover a {
		color: #fff;
}

#mainmenu ul li:hover ul, 
#mainmenu ul li.over ul {
	display: block;
}

#mainmenu ul li {
	float: left;
	position: relative;
	-moz-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-ms-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-o-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-webkit-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
}

#mainmenu ul li a {
	color: #7968ac;
	display: block;
	outline: medium none;
	text-decoration: none;
	font: bold 1.15rem/20px "Roboto Condensed",sans-serif;
	padding: 14px;
}

#mainmenu ul li.current a,
#mainmenu ul li.current a:hover {
	color: #fff;
}


#mainmenu ul li a:hover {
	color: #fff;
	display: block;
	text-decoration: none;
}
#mainmenu ul li ul {
	background-color: #7968ac;
	border: 1px solid #7968ac;
	display: none;
	position: absolute;
	box-sizing: border-box;
}

#mainmenu ul li ul li {
  border-right: medium none;
  display: block;
  padding: 15px 15px 0;
  width: 220px;
}

#mainmenu ul li ul li a,
#mainmenu ul li:hover ul li a{
    padding: 0 0 14px;
    border-bottom: 1px solid #9d86ba;
    font-weight: normal;    
    color: #FFF;
	display:block;
	text-align:left;
	font: bold 1rem/14px "PFDinDisplayPro-Light",sans-serif;
}

#mainmenu ul li ul li:hover a {
	color: #fff;
}

#mainmenu ul li ul li:last-child a {
	border-bottom: none;
}

#submenu {
	background-color: #000000;
	height: 40px;
	margin: -25px 0 0;
}
.submenu41900, .submenu41908, .submenu42727, .submenu42728 {
    display: none;
} 


#submenu ul {
    border-top: 1px solid #FFF;
}

#submenu ul li {
  background-color: #000000;
  border-right: 1px solid #ffffff;
  float: left;
}

#submenu ul li a {
	color: #fff;
	display:table-cell;
	font-size: 0.9em;
	height:100%;
	line-height: 9px;
	padding: 15px 11px 15px 11px;
	text-align:left;
	vertical-align:middle;
	cursor: pointer;
}

#submenu ul li a:hover, #submenu ul li a:hover {
	background-color: #7968ac;	
}

#submenu ul li.on a,
#submenu ul li.on a:hover {
	color: #FFF;
	background-color: #7968ac;
}


/*-----------------------------------------*/

/* HEADER */

.hyperhead {
	/*border-bottom: 5px solid #103c66;*/
	
	font-size: 0.625em;
	font-weight:bold;
	height: 30px;
	margin:0;
	text-align:right;
}

.hyperhead a:link, 
.hyperhead a:active, 
.hyperhead a:hover, 
.hyperhead a:visited {
	color: #7968ac;
}

.cinehome {
	background: url("images/cinemag_logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 26px;
	margin: 5px 20px 0 0;
	position: relative;
	width: 127px;


	display: none;
}

.cinehome:hover {
	background: url("images/cinemag_logo_on.png") no-repeat scroll 0 0 transparent;
}

.enflag, 
.elflag {
	display: block;
	float: right;
	height: 18px;
	margin: 7px 0 7px 20px;
	position: relative;
	width: 24px;
	font-size: 1rem;
}

.enflag {
	/*background:url("images/flags.png") no-repeat scroll 0 0 transparent;*/

}

.elflag {
	/*background:url("images/flags.png") no-repeat scroll -36px 0 transparent;*/
}

.enflag:hover{
	background-position: 0 -22px;
}

.elflag:hover{
	background-position: -36px -22px;
}

.head_img {
    display: block;
    overflow: hidden;
    /* position: relative; */
    width: 980px;
}

.headertext {
	height: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 980px;
	position: relative;
}

.headertext h1 {
	clear: both;
	color: #AAB4BB;
	font-family: "PFDinTextCondPro Thin",sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 0.9;
	margin: 25px 15px 0;
	text-align: left;
	text-rendering: optimizelegibility;
	display: none;
}

.headertext h1 sup {
	display:inline-block;
	font-size:0.75em;
	vertical-align:super;
}

.headertext h1 a:link, 
.headertext h1 a:active, 
.headertext h1 a:hover, 
.headertext h1 a:visited {
	color: #DCDCDC;
	font-family:"PFDinTextCondPro Thin","Arial",sans-serif;
  font-weight: 700;
}

.headertext h2 {
	position: relative;
	z-index: 50;
	left: 50%;
	top: 50%;
	margin: 0 0 0 -50%;
	width: 100%;
}

.headertext h2 a:link, 
.headertext h2 a:active, 
.headertext h2 a:hover, 
.headertext h2 a:visited {
	color: #C2C2C2;
	font-family: "PFDinTextCondPro Thin","Arial",sans-serif;
  font-weight: 700;
}

.btrfl {
    position: absolute;
    display: block;
}

.btrfl.fl01 {
	top: 440px;
	left: -500px;
	width: 15%;
}
.btrfl.fl02 {
	top: 30px;
	left: 1261px;
	width: 12%;
}
.btrfl.fl03 {
	top: 50px;
	left: -526px;
	width: 18%;
}
.btrfl.fl04 {
	right: -150px;
	top: 400px;
	width: 10%;
}
.btrfl.fl05 {
	right: -185px;
	top: 1160px;
	width: 12%;
}

-----------------------------------------

/* FOOOOOOTER */

#footer {
	border-top:2px solid #000000;
	color:#000000;
	display:block;
	height:198px;
	margin:0 20px;
	padding:10px 0;
	text-align:left;
}
.footer {
	background: #fff;
}
.footer__txt {
    font-weight: 600;
    padding: 10px 0 0 0;
    color: #000000;
}
.foot_wrapper {
    /* height: 54px; */
    margin: 20px 0 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    display: block;
    float: left;

}

.foot_wrapper span {
	bottom:-3px;
	left:0;
	position:absolute;
}

.cinefooter{
	color:#000000;
	display:block;
	float:right;
	font-size:0.75em;
	padding:0 0 10px;
	position:relative;
	text-align:right;
	width:200px;
}

.cinefooter img {
	float: right;
	margin: 5px 0 0;
}

.legal {
    /* border-top: 1px solid #000000; */
    margin: 0 auto;
    position: relative;
    width: inherit;
    /* background-color: #FFF; */
    width: 45%;
    display: block;
    float: left;
}

.legal p {
	color: #495058;
	display:block;
	font-weight:bold;
	height:auto;
	margin: 0 0 15px;
	text-align:left;
	font: normal 0.575rem/1.45 'Helvetica', Arial, sans-serif;
	word-spacing: 0px;
	letter-spacing: -0.02em;
}

.legal p span {
	color:#444444;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	letter-spacing:0;
	line-height:1.25;
	text-align:left;
}

.logo_wrapper {
	width: auto;
}

.ft_logos {
	/*border-bottom:1px solid #000000;*/
	display:block;
	margin:10px auto 6px;
	font-size: 10px;
	text-align: left;
}

.ft_logos img{
	margin: 0 10px 0 0;
	float: left;
}

/*-----------------------------------------*/

/* RIGHT COLUMN */

#rightcol {
	/*box-shadow: 1px 0 0 #000000 inset;*/
	float: right;
	padding: 15px;
	width: 300px;
}

.banner300250 {
	display: block;
	margin: 0 0 30px 0;
	text-align: center;
}

.downloads,
.photocont {
	background-color: #FFFFFF;
	behavior:url(PIE.htc);
	border: 1px solid #000000;
	box-shadow: 0 2px 10px -5px rgba(4, 21, 38, 0.85);
	margin: 0 0 36px;
	padding: 12px 5px 0;
}


.downloads h1, 
.photocont h1 a {
	border-bottom: 1px solid #000000;
	color: #000000;
	float: left;
	font-family: "Tahoma",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.35;
	margin: 0 10px 10px;
	padding: 0 0 5px;
	text-align: left;
	width: 270px;
}
 
.downloads h2 {
	color: #000000;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 10px;
	padding: 0 10px;
	text-align: left;
}

.callendar, 
.newsletter {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #000000;
	box-sizing: border-box;
	margin: 0 0 15px;
	padding: 0;
	background-color: #FFF;
}

.callendar h1, 
.newsletter h1 {
    background-color: #000000;
    color: #FFF;
    margin: 0 0 10px;
    padding: 15px;
    text-align: left;
    font: 24px/15px "PFDinTextCondPro Thin",Arial,sans-serif;
    text-transform: uppercase;
}

.callendar ul h2, 
.newsletter h2 {
	color: #000000;
	font-size: 1em;
	margin: 10px 0 10px;
	padding: 0 15px;
	text-align: left;
}

.callendar ul {
	clear: both;
	text-align: center;
	width: 280px;
}

.callendar ul li a{
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 0 3px -1px rgba(255, 255, 255, 0.65) inset;
	-webkit-box-sizing: border-box;
	background-color: #F9FBF0;
	behavior:url(PIE.htc);
	border: 1px solid #D1D4C5;
	box-sizing: border-box;
	color: #A0A297;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1;
	margin: 0 5px 10px;
	padding: 5px;
	width: 30px;
}

.callendar ul li a:hover {
	background-color:#fff;
	border:1px solid #6E6D6A;
}

.callendar ul li a:active {
	border: 1px solid #C8C5BC;
	box-shadow: 0 0 3px -1px rgba(255, 255, 255, 0.65) inset;
}

.callendar ul li:hover a:link, 
.callendar ul li:hover a:hover, 
.callendar ul li:hover a:active, 
.callendar ul li:hover a:visited {
	color:#6E6D6A;
}

.callendar ul li:nth-child(4) a,
.callendar ul li:nth-child(8) a,
.callendar ul li:nth-child(9) a,
.callendar ul li:nth-child(19) a,
.callendar ul li:nth-child(20) a,
.callendar ul li:nth-child(22) a,
.callendar ul li:nth-child(24) a {
	background-color: #fff;
	border: 1px solid #103c66;
	color: #103c66;
}

.callendar ul li:nth-child(4) a:hover,
.callendar ul li:nth-child(8) a:hover,
.callendar ul li:nth-child(9) a:hover,
.callendar ul li:nth-child(19) a:hover,
.callendar ul li:nth-child(20) a:hover,
.callendar ul li:nth-child(22) a:hover,
.callendar ul li:nth-child(24) a:hover {
	background-color: #103c66;
	border: 1px solid #103c66;
	color: #fff !Important;
}

.agendatable {
	border-collapse: collapse;
	float: right;
	margin: 0 14px 15px;
	width: 270px;
	background-color: #fff;
}

.agendamonth {
	color: #333;
	display: block;
	float: left;
	margin: 10px 15px 5px;
	text-align: left;
	width: 170px;
}

.agendamonth a {
	color: #103c66;
}

.agendamonth a:hover {
	border-bottom: 1px solid #103c66;
}

.agendaday, 
.agendaoff, 
.agendatd, 
.agendacurrent, 
.agendaempty {
  font-size: 1.2em;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
}

.agendaday {
	background-color: ##000000;
	border: 1px solid ##000000;
	color: #fff;
	font-size: 0.625em;
	font-weight: bold;
	height: 16px;
	letter-spacing: 0.1em;
	margin: 5px 0 2px;
}

.agendaempty {
	border: 1px solid #000000;
	color: #000000;
}

.agendaoff {
	border: 1px solid #1a4061;
	color: #fabe60;
	background-color: #faf5e9;
}

.agendacurrent {
	background-color:#f09937;
	border:1px solid #f09937;
	cursor:pointer;
	font-weight:normal;
	color: #fff;
}

.agendatd {
	border: 1px solid #000000;
	cursor:pointer;
	font-weight:normal;
}

.agendatd:hover,
.agendacurrent:hover {
}

/*	.agendacurrent {	
	background-color:#fff;
	border:1px solid #103c66;
	cursor:pointer;
	display:block;
	float:left;
	font-weight:normal;
	line-height:1;
	width:30px;
}*/


.agendaday a {
}

.agendatd a {	
	color:#7968ac;
	display: block;
	font-weight: 600;
	font-size: 22px;
}

.agendacurrent a {	
	color:#fff;
	display:block;
	font-weight: 600;
	font-size: 22px;
}


.agendatd a:hover,
.agendacurrent a:hover {
	color: #FFFFFF;
	background-color: #7968ac;
}

.agendatd a:hover {
	
}

.agendanav {
	float: right;
	margin: 10px 15px 5px 0;
	width: 70px;
}

.agendanav > .nav_but{
	margin: 0;
}

.nav_but {
	display:block;
	float:left;
	height:27px;
	margin:0 15px 0 0;
	text-align:center;
	width:35px;
}

.nav_but a {
	color: #333;
	display: block;
	font-size: 1.6em;
	height: 27px;
	line-height: 20px;
	width: 35px;
}

.nav_but a:hover {
	color: #1a4061;
}

.social, .timer {
	background-color: #FFF;
	border: 1px solid #000000;
	margin: 0 0 14px;
	padding: 0 0 10px;
}

.timer {
	box-shadow: 0 -1px 15px -5px rgba(81, 1, 9, 0.85) inset;
	background-color: #5C6467;
}

.publication {
  float:left;
  margin: -10px 0 15px;
}
.publication h1 {
    color: #7968ac !important;
    border-bottom: 1px solid #000000 !important;
    font-size: 16px;
    /* display: none; */
    line-height: 18px;
    padding: 0 0 10px 0;
}
.publication h1 a {
	color: #7968ac !important;
}

.issuu {
  color: #3F4849;
  font-size: 0.75em;
  font-weight: normal;
  text-align: center;
  text-shadow: 0 1px 0 #828C91;
  width:300px;
}

.issuu a{
  color:#B2B6B7;
  text-shadow: 0 1px 0 #303638;
}

.issuu a:hover{
  color: #253133;
  text-shadow: 0 1px 0 #828C91;
}

.publication iframe + a {
    display: block;
    float: left;
    margin: 15px 0 5px 0;
    width: 100%;
    padding: 10px 0;
    background-color: #000000;
    color: #FFF;
}

.publication iframe + a:hover {
    background-color: #000000;
}

/* .publication h1 {
  color: #98A4A5;
  font-family: "Tahoma",Helvetica,Arial,sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 10px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.52);
} */


.social h1 {
	background-color: #000000;
	color: #FFF;
	margin: 0 0 10px;
	padding: 15px;
	text-align: left;
	font: 24px/15px "PFDinTextCondPro Thin",Arial,sans-serif;
	text-transform: uppercase;
}

.social ul li a {
	color: #000000;
	display: block;
	float: left;
	font-size: 0.75em;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
	margin: 5px 9px 5px 15px;
	text-align: left;
	width: 16%;

}
.social ul li a:hover {
	color: #000000;
}

.social ul li a img {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	behavior:url(PIE.htc);
	border: 0px solid #000000;
	box-sizing: border-box;
	display: block;
	float: left;
	height: 36px;
	margin: 0 10px 0 0;
	width: 36px;
	/*border-radius: 20px;
	border: 1px solid #000000;*/
}

.social ul li a:hover img {

}

.header__rightcol {
	background-color: #000000;
	color: #FFF;
	margin: 0;
	padding: 15px;
	text-align: left;
	font: 24px/22px "PFDinTextCondPro Thin",Arial,sans-serif;
	text-transform: uppercase;
}


#restnews {
    background-color: #FFFFFF;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    float: right;
    margin: 0 0 15px 0;
    padding: 0 15px 15px;
    width: 270px;
}

#restnews h1 {
	background-color: #000000;
	border-bottom: aliceblue;
	color: #FFF;
	float: left;
	font: 24px/15px "PFDinTextCondPro Thin",Arial,sans-serif;
	line-height: 27px;
	margin: 0 0 10px -15px;
	padding: 10px 15px;
	text-align: left;
	width: 270px;
}

#restnews ul {
	float: left;
	margin: 0;
	text-align: left;
}

#restnews ul li {
    border-color: #C9D4D6;
    /* border-style: solid; */
    /* border-width: 1px 1px 1px 0; */
    display: block;
    float: left;
    font-size: 0.95em;
    font-weight: normal;
    list-style-position: outside;
    list-style-type: square;
    margin: 0 0 10px;
    /* padding: 4px 10px 4px 15px; */
    /* width: 275px; */
}
#restnews ul li:hover {
	border-color: #000000;
}

#restnews ul li a:link, 
#restnews ul li a:active, 
#restnews ul li a:visited {
	color: #333333;
}

#restnews ul li:hover a {
	color: #000000;
}

.restdrop {
	background-color: white;
	border: 1px solid #000000;
	color: #000000;
	font-family: "PFDinDisplayPro-Light", "Trebuchet MS", sans-serif;
	font-size: 0.85em;
	height: 28px;
	margin: 5px 0 0;
	padding: 5px;
	width: 270px;
}

.restdrop > option {
	padding: 3px 5px;
}

#sumdrop > .restdrop {
	float:right;
	margin:18px 20px 0 0;
	width:440px;
}

/*-----------------------------------------*/

/* MAINPAGE */

.divider {
	background-color:#5E6668;
	display:none;
	height:100%;
	position:absolute;
	right:330px;
	top:0;
	width:1px;
}

#container {
	/*background: url(images/bg_20_blurred.png) no-repeat fixed 50% 60% #f5f5f5;*/
	margin:18px 0;
	position:relative;
	width:980px;
}

#main {
	position: relative;
	color: #333;
	float: left;
	height: 100%;
	left: 0;
	padding: 15px 0 15px 15px;
	text-align: left;
	width: 600px;
}

.nav {
	right: float;
	width: auto;
}

.nav .nav_but {
	width: auto;
}

.nav .nav_but a {
	background-color: #EFEDEC;
	border: 1px solid #B2B1B0;
	font-size: 0.75em;
	height: 18px;
	line-height: 17px;
	padding: 5px 10px;
	width: auto;
}

.nav .nav_but a:hover {
  background-color: #103c66;
  color: #FFFFFF;
}

#main .sumheel {
	margin: 0 15px 0 0;
}

.categpath,
#main .sumheel > h1 {
  /*background: #fff none repeat scroll 0 0;*/
  border-bottom: 1px solid #425155;
  font: 28px/1.5 "PFDinTextCondPro Thin",Arial,sans-serif;
  margin: 0 0 18px;
  padding: 5px 0 5px 10px;
  text-align: left;
  font-weight: 700;
}

.categpath {
	margin-bottom: 65px;
}

#main .sumheel h2 {
	color: #A4A4A4;
	font-size: 0.75em;
	font-weight: bold;
	margin: 10px 0px 15px;
	padding: 0px;
}

#main .sumheel h1 a:link, #main .sumheel h1 a:active, #main .sumheel h1 a:visited, .categpath a:link, 
.categpath a:active, .categpath a:visited {
  color: #7968ac;
  font-size: 1.1em;
  line-height: 1.2em;
}

.categpath a {
	color: #425155;
}

#main .sumheel h1 a:hover, 
.categpath a:hover {
	border-bottom: 1px solid #7968ac;
	color: #7968ac;
	font-size: 1.1em;
  line-height: 1.2em;
}

.categpath a {
	color: #000000 !important;
	border-bottom: none !important;
}

#main .sumheel ul {
	clear: both;
	/* font-size: 0.625em; */
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#main ul.sumheel li {
  border-bottom: 1px solid #78888b;
  clear: both;
  color: #333333;
  display: inline-block;
  font-size: 1em;
  line-height: 1.2em;
  margin: 0 0 14px;
  width: 600px;
}

#main ul.sumheel li h1 {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.35;
	margin:0 0 10px;
	font-family:"PFDinTextCondPro Thin";
}

#main ul.sumheel li h1 a:link, 
#main ul.sumheel li h1 a:visited, 
#main ul.sumheel li h1 a:active {

}

#main ul.sumheel li img {
	background: url("images/#1a4061_45.png") repeat scroll left top transparent;
	border: 1px solid #ECEFEF;
	display: block;
	float: left;
	margin: 3px 20px 18px 0;
	padding: 0;
}

#main ul.sumheel li img:hover {
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	opacity: 0.85;
	border: 1px solid #1a4061;
}

#main select.restartsdrop {
	background-color: #DCDCDC;
	border: 1px solid #000000000;
	clear: both;
	font-size: 0.625em;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 400px;
}

#article {
	margin:0 0 18px;
	width:600px;
}

#article h3 {
    display: inline-block;
    font-size: 1rem;
    background: #7968ac;
    font: 1rem/20px "Roboto Condensed",sans-serif;
    padding: 8px 15px;
    color: #fff;
    margin: 0 0 15px 0;
}


#artphotos #pdf {
	clear: both;
	color: #1a4061;
	float: left;
	width: 600px;
}

#artphotos #pdf a:link, 
#artphotos #pdf a:active, 
#artphotos #pdf a:visited {
	color: #1a4061;
}

#artphotos #pdf a:hover {
	color: #1a4061;
	text-decoration: underline;
}

#artphotos #pdf img {
	border: 0px solid #090909;
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	width: 20px;
}

#buttons {
	clear: both;
	color: #000000;
	float: right;
	margin: 10px 0;
	text-align: right;
	width: 280px;
}

#buttons a:link, 
#buttons a:active, 
#buttons a:visited {
	color: #000000;
}

#buttons a:hover {
	color: #636969;
}

.sharemail,
.shareprint {
	padding: 0 0 0 22px;
}

.sharemail {
	background: url("images/mail_16.png") no-repeat scroll left 1px transparent;
}

.sharemail:hover {
	background: url("images/mail_16_hv.png") no-repeat scroll left 1px transparent;
}

.shareprint {
	background: url("images/printer_16.png") no-repeat scroll left 1px transparent;
}

.shareprint:hover {
	background: url("images/printer_16_hv.png") no-repeat scroll left 1px transparent;
}1px

#buttons h3 {
	font-size: 0.625em;
	margin: 5px 0px 0px;
	padding: 0px;
	text-align: right;
}

#return {
	float: left;
	line-height: 18px;
	margin: 100px 0 10px 0;
	text-align: right;
}

#article h1,
.searchresults h1,
.formcont h1,
.sumcal h1 {
	color:#000000;
	font-size:1.92em;
	font-weight:700;
	letter-spacing:-0.025em;
	line-height: 1.2;
	margin:0 0 20px;
	padding:0;
	text-align: left;
	/*background: #fff;*/
	font-family: "PFDinTextCondPro Thin";
}

#artphotos {
	float: left;
	margin: 0px;
	padding: 0px;
}

#artphotos img {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ECEFEF;
	box-sizing: border-box;
	float: left;
	margin: 6px 20px 12px 0;
	width: 600px;
}

#article #artphotos img {
	cursor: pointer;
}

.captions {
	clear: both;
	color: #103c66;
	font-size: 0.75em;
	font-style: italic;
	margin: 0px 0px 10px;
	padding: 0px;
	display: none;
}

#artphotos ul {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 200px;
}

#artphotos ul li {
	color: #1a4061;
	font-size: 0.625em;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

#artphotos ul li img {
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#artphotos ul li a:link, 
#artphotos ul li a:active, 
#artphotos ul li a:visited {
	color: #1a4061;
}

#artphotos ul li a:hover {
	color: #1a4061;
	text-decoration: underline;
}

#article .text {
	color: #333;
	font-size: 1.05em;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

#article .text img {
	clear: left;
	margin: 0px 20px 12px 0px;
	padding: 0px;
/*	width: 600px;
	border: 1px solid #1a4061;*/
	height: auto !important;
}

#article .text h1 {
	border-bottom:1px solid #000000;
	clear:both;
	color:#000000;
	font-size:1.6em;
	font-weight: normal;
	margin:0 0 18px;
}

#article .text h2 {
	color: #333333;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

#article .text h2 a:link, 
#article .text h2 a:active, 
#article .text h2 a:visited {
	color: #DCDCDC;
}

#article .text h2 a:hover {
	color: #000000;
}

.art_photo_gal{
	float: left;
	margin: 0;
	padding: 0;
	width: 615px;
}

.art_photo_gal li {
	float: left;
	margin: 0 15px 10px 0;
	overflow: hidden;
	position: relative;
}


.art_photo_gal li .captions {
	background-color: #FFFFFF;
	bottom: 0;
	clear: both;
	color: #000000;
	display: block;
	font-size: 0.75em;
	font-style: italic;
	left: -190px;
	margin: 0 0 2px;
	padding: 5px 0 0;
	position: absolute;
	width: 190px;
}

.art_photo_gal li:hover .captions {
	left: 0;
}

.crop{
	float: left;
	margin: 5px 20px 17px 0;
	overflow: hidden;
	width: 280px;
	height: auto;
	max-height: 166px;
}

.crop img{
	margin: -10px !important;
	width: 310px;
}

.critics li img {
	width: 190px;
}
.critics {
	width: 705px;
}

.critics li {
	width: 190px;
	margin: 0 15px 12px 0;
	float: left;
}

.crew {
	color: #444;
	float: left;
	font-weight: bold;
	margin: 0 0.5em 0 0;
}

#movpresent {
	float: right;
	font-size: 0.75em;
	line-height: 16px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 20px;
	text-align: left;
	width: 300px;
}

#movpresent h1 {
	color: #000000;
	float: left;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

#movpresent h3 {
	clear: both;
	color: #737373;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
}

.movphotos {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 250px;
}

li.restphotos {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
}

.movphotos h1 {
	color: #000000;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
}

.movphotos img {
	border: 1px solid #ECEFEF;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.movphotos ul {
	margin: 0px 0px 10px;
	padding: 0px;
}

.movphotos ul li {
	display: block;
	list-style: none outside none;
	margin: 0px;
	padding: 0px 0px 5px;
}

.movphotos ul li img {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.movphotos ul li h4 {
	margin: 0px;
	padding: 0px;
}

.printsrc {
	display: block;
	margin: 0px;
	padding: 0px;
}

.printsrc h1 {
	clear: left;
	color: #000000;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 5px;
}

.director {
	border-top: 1px dotted #000000;
	clear: both;
	margin: 10px 0px;
	padding: 5px;
}

.orange {
	color: #1a4061;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px;
}

.director img {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #ECEFEF;
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

.director h1 {
	clear: right;
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px;
}

.director h2 {
	float: left;
	font-size: 0.625em;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 5px 0px;
}

.director h3 {
	clear: both;
	font-size: 0.625em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.summarybottom {
	font-size: 0.75em;
	margin: 0px 0px 18px;
	padding: 0px;
	text-align: left;
	width: 600px;
}

.summarybottom h1 {
  /*background: #fff none repeat scroll 0 0;*/
  border-bottom: 1px solid #425155;
  font: 28px/1.5 "PFDinTextCondPro Thin",Arial,sans-serif;
  margin: 0 0 64px;
  padding: 5px 0 5px 10px;
  text-align: left;
  font-weight: 700;
}

.summarybottom h1 a {
	color: #425155;
}

.summarybottom h1 a:hover {
	color: #425155;
}
.summarybottom h4 {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4em;
}


.summarybottom ul {
	margin:0 0 0 -10px;
	width:600px;
}

.summarybottom ul li {
	float:left;
	margin:0 10px 18px;
	width:180px;
}

.summarybottom ul li img {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border:1px solid #ECEFEF;
	box-sizing: border-box;
	float:left;
	height:80px;
	margin:0 0 12px;
	width:178px;
}

.summarybottom h2 {
	color: #1a4061;
	font-size: 0.75em;
	height: 28px;
	margin: 0px;
	padding: 0px 0px 4px;
}

.summarybottom h2 a:link, 
.summarybottom h2 a:visited, 
.summarybottom h2 a:active {
	color: #1a4061;
	text-decoration: none;
}

.summarybottom h2 a:hover {
	text-decoration: underline;
}

.summarybottom h3 {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0;
  padding: 6px 0;
  font-family: "PFDinTextCondPro Thin";
}
.summarybottom h3 a:link, 
.summarybottom h3 a:visited, 
.summarybottom h3 a:active {
	color: #7968ac;
	text-decoration: none;
}

.summarybottom h3 a:hover {
	border-bottom: 0.05556em solid #7968ac;
}

.hpbigimg {
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ECEFEF;
	box-sizing:border-box;
	margin:0 0 12px;
	padding:0;
	width:600px;
}

.more {
	color: #7968ac;
}

.moreright {
	float:right;
	margin:0 18px 0 0;
}

.moreright a:link, 
.moreright a:active, 
.moreright a:visited,
#return a:link,
#return a:active,
#return a:visited {
	background-color:#000000;
	behavior:url(PIE.htc);
	color:#ffffff;
	display:block;
	font-size:0.8em;
	height:18px;
	line-height: 18px;
	padding:2px 7px;
}

.moreright a:hover,
#return a:hover {
	background-color: #000000;
	text-decoration: none;
}

.pollout {
	background-color: #F0F0F0;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}

#contentArea {
	float:left;
	width:600px;
}

#contentArea .title {
	color:#000000;
/*	font-size:1.92em;
	font-weight:bold;
	letter-spacing:-0.025em;*/
	margin:0 0 20px;
	padding:0;
	text-align: left;
	font: 700 28px/1.1 "PFDinTextCondPro Thin",Arial,sans-serif;
}

#contentArea .text {
	margin: 10px 0px;
	text-align: left;
}

/*.lezanta {
	float:left;
	font-size:0.75em;
}*/

.lezanta {
	background-color: #FFFFFF;
	border-top: 1px solid #758689;
	bottom: 10px;
	/*font-family: "Trebuchet ms",sans-serif;*/
	font-size: 0.8em;
	line-height: 1em;
	margin: 0 0 4px;
	padding: 4px 0 0;
	position: absolute;
	width: 137px;
}

#contentArea .photoprotos {
	background: url("images/#1a4061_45.png") repeat scroll left top transparent;
	border:1px solid #758689;
	clear:both;
	display:block;
	float:left;
	height:180px;
	margin:0 0 9px;
	padding:0;
	text-align:center;
	width:100%;
}

#contentArea .photoprotos a:hover {
	text-decoration: none;
	border: none;
}

#contentArea .photoprotos a:hover img {
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
	opacity: 0.85;
}

#contentArea .entertainmentList {
	margin:0;
	padding-bottom:18px;
}

#contentArea .entertainmentList ul, 
#contentArea ul.entertainmentList {
	margin: 0px;
	padding: 0px;
}

.entertainmentList ul {
	width: 620px;
}

/*#contentArea .entertainmentList li {
	background-color: #090909;
	border: 1px solid #000000000;
	color: #1a4061;
	display: block;
	float: left;
	font: 11px/12px Verdana,Arial,Helvetica,sans-serif;
	list-style: none outside none;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 1px;
	text-align: center;
	width: 100px;
}*/

#contentArea .entertainmentList li {
	border-bottom:2px solid #758689;
	display:block;
	float:left;
	height:200px;
	/*height:255px;*/
	margin:0 20px 18px 0;
	position:relative;
	width:135px;
}

#contentArea .entertainmentList li a {
	color: #333333;
	text-decoration: none;
}

#contentArea .entertainmentList li a:link, 
#contentArea .entertainmentList li a:visited {
	color: #333333;
	text-decoration: none;
}

#contentArea .entertainmentList li:hover {
	border-bottom: 2px solid #758689;
	color:#758689;
	cursor:pointer;
}

/*.newsletter {
	background: url("images/bg_callendar.jpg") repeat-x scroll center top #FFFFFF;
	line-height: 17px;
	margin: 10px 1px 10px 0px;
	padding: 10px 4px 15px;
	width: 290px;
}*/

.thanks {
	color: #484540;
	font-size: 0.625em;
	margin: 0 5px 12px;
	padding: 0px;
	text-align: left;
}

/*.newsletter h1 {
	margin: 0px;
	padding: 0px 5px 10px;
	text-align: left;

}*/

/*.newsletter h2 {
	color: #1a4061;
	font-size: 0.625em;
	margin: 0px;
	padding: 0px 5px 10px;
	text-align: left;
}*/

.newsletter form {
	margin: 0px;
	padding: 0px;
}

.newsletter .classemail {
	background-color: #FFF;
	border: 1px solid #586568;
	color: #1a4061;
	float: left;
	font-size: 0.75em;
	height: 20px;
	margin: 0 14px 15px;
	padding: 1px 10px 6px;
	text-align: center;
	width: 190px;
}

.newsletter .classemail:focus {
	-webkit-box-shadow: 0 0 5px 5px rgba(215, 4, 28,0.15);
	border: 1px solid #103c66;
	box-shadow: 0 0 5px 5px rgba(215, 4, 28,0.15);
	outline:none;
}

.newsletter .classsubmit {
	background-color: #FFFFFF;
	border: 1px solid #4E595B;
	color: #103c66;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 29px;
	padding: 0;
	text-align: center;
	width: 44px;
}

.newsletter .classsubmit:hover {
	background-color: #103c66;
	color: #fff;
	border-color: #103c66;
}

/*.downloads {
	background: url("images/bg_callendar.jpg") repeat-x scroll center top #FFFFFF;
	line-height: 17px;
	margin: 10px 1px 10px 0px;
	padding: 10px 4px 15px;
	width: 290px;
}

.downloads h1, .photocont h1 {
	margin: 0px;
	padding: 0px 5px 10px;
	text-align: left;
}*/


/*.downloads h2 {
	color: #1a4061;
	font-size: 0.625em;
	margin: 0px;
	padding: 0px 5px 15px;
	text-align: left;
}*/

.downloads h3 {
	color: #333333;
	font-size: 0.625em;
	margin: 0px;
	padding: 0px 5px 10px;
	text-align: left;
}

.downloads h3 a:link, 
.downloads h3 a:active, 
.downloads h3 a:visited {
	color: #333333;
}

.downloads h3 a:hover {
	color: #1a4061;
}

.downloads h3 img {
	height: 18px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 20px;
}

/*.photocont {
	background: url("images/bg_callendar.jpg") repeat-x scroll center top #FFFFFF;
	margin: 10px 1px 10px 0px;
	padding: 10px 4px;
	width: 290px;
}*/

.photocont ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	text-align: center;
	width: 100%;
}

.photocont ul li {
	float: left;
	margin: 0px;
	padding: 0p;
	text-align: left;
	width: 96px;
}

.photocont ul li img {
	border: 1px solid #ECEFEF;
	margin: 0px 0px 5px;
	padding: 0px;
}

.photocont h2 {
	color: #1a4061;
	font-size: 0.625em;
	margin: 0px;
	padding: 0px 5px 5px;
	text-align: center;
}

.tainies {
	margin: 10px 0 0;
	padding: 0px;
	float: left;
}

.tainies ul {
	margin:0 0 0 -10px;
	width:620px;
}

.tainies ul li {
	display: block;
	float: left;
	margin: 0 10px 18px;
	position: relative;
	width: 290px;
	height: 222px;
}

.tainies ul li img {
	height: auto;
	width: 100%;
}

.general_category {
	-moz-transition: all 150ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-ms-transition: all 150ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-o-transition: all 150ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-webkit-transition: all 150ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	transition: all 150ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	width: 100%;
	float: left;
	/* overflow: hidden; */
}

.general_category:hover {
	background: url("images/#1a4061_45.png") repeat scroll left top transparent;
}

.tainies ul li:hover h1 {
	border-bottom: none;
}

.general_category:hover h1:hover, .general_category:hover h1 {
	border-bottom: none;
	color: #4E595B;
}

.general_category h1 {
	box-sizing: border-box;
	display: block;
	bottom: 4px;
	margin: 0 0 -4px 0px;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.8);
	font: bold 20px/1.2 'PFDinTextCondPro Thin', Arial, sans-serif;
	text-align: left;
}

.general_category:link, 
.general_category:active, 
.general_category:visited, 
.general_category:hover {
	color: #384a50;
}

.general_category:hover {
    background-color: rgba(248, 28, 63, 0.55);
}

.formcont {
	margin: 0px;
	padding: 0px;
	width: 600px;
}

.formbg {
	width: 600px;
}

table.contactbg {
	width: 600px;
}

.formtitle {
	font-size: 1em;
	margin: 10px 0px 20px;
	padding: 5px 0 0;
	/*text-align: right;*/
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}

.contactbg td {
	color:#333333;
	float:left;
	margin:0 0 18px;
	padding:0;
	vertical-align:middle;
}

table.contactbg td.contactname {
	-moz-transition: all 0.25s ease-out 0s;
	-ms-transition: all 0.25s ease-out 0s;
	-o-transition: all 0.25s ease-out 0s;
	-webkit-transition: all 0.25s ease-out 0s;
	background: none repeat scroll 5px 10px transparent;
	color: #636969;
	font-size: 1em;
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 0;
	text-align: right;
	text-shadow: 0 1px 0 rgba(255,255,255,.65);
	transition: all 0.25s ease-out 0s;
	width: 200px;
}

.contactbg tr:hover .contactname {
	background: url("images/arrow_full_right_16.png") no-repeat scroll 10px center #e4e7e7;
	margin: 0 15px 0 0;
	padding: 10px 10px 10px 0;
	width: 195px;
}

.contactnameall {
	color: #333333;
}

table.contactbg td.contactfields {
	width: 380px;
}

.ffield {
	background-color: #FCFDF8;
	border: 1px solid #000000;
	color: #000000;
	font-family: Helvetica,Arial;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	padding: 9px 10px;
	width: 358px;
}

.ffield:focus {
	-webkit-box-shadow: 0 0 5px 5px rgba(215, 4, 28, 0.15);
	border: 1px solid #000000;
	box-shadow: 0 0 5px 5px rgba(215, 4, 28, 0.15);
	outline:none;
}

.fsend {
	background-color: #EFEDEC;
	border: 1px solid #B2B1B0;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
	height: 36px;
	margin: 0 0 0 219px;
	padding: 8px 0 14px;
	text-align: center;
	width: 120px;
}

.freset {
	display: none;
}

.fsend:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.ftextarea {
	background-color: #F5FBFC;
	border: 1px solid #000000;
	color: #779199;
	font-family: Lucida Console,Courier New,Courier,monospace;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	line-height: 1.5;
	padding: 5px;
	resize: vertical;
	width: 588px;
}

.thankyoumsg {
	color: #000000;
	font-size: 0.75em;
	font-weight: bold;
	margin: 50px 0px 20px;
	padding: 0px;
	text-align: center;
}

.formbg2 {
	background: url("images/formbg2.gif") no-repeat scroll left top transparent;
	margin: 0px 0px 20px;
	padding: 5px 0px 0px;
	width: 584px;
}

.formbg2 table.contactbg {
	margin: 0px 0px 0px 70px;
	padding: 0px;
}

.formbg2 .contactbg td {
	height: 35px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.formbg2 table.contactbg td.contactname {
	margin: 0px;
	width: 310px;
}

.formbg2 table.contactbg td.contactfields {
	margin: 0px;
	width: 210px;
}

.formbg2 .ftextarea {
	border: 1px solid #1a4061;
	height: 120px;
	margin: 0px;
	padding: 0px;
	width: 180px;
}

#formimageupload_IMG_ID {
	border: 1px solid #ECEFEF;
	height: 125px;
	margin: 0px 0px 12px;
	padding: 0px;
	width: 180px;
}

#formimageupload_IMG_ID input {
	border: 5px solid #ECEFEF;
}

.eot {
	display: block;
	margin: 0 0 20px;
}

.eot > img {
	vertical-align: middle;
	width: 100%;
	height: auto;
}

.cinemagban {
	clear: both;
	margin: 0 0 18px;
	padding: 0px;
}

.cinemag a {
/*	background-color: #103c66;*/
	behavior:url(PIE.htc);
	color:#000000;
	display:block;
	float: right;
	font-size:0.75em;
	height:18px;
	padding:2px 7px;
}

.cinemag a:hover {
	/*background-color:#1a4061;*/
	color:red;
}

.RelatedLink, .text a {
	border-bottom: 1px solid #000000;
	color: #222;
}

.RelatedLink a:hover, 
.text a:hover .RelatedLink, 
.text a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}


.onlinebooking_wrapper {
	display: block;
	float: none;
	text-align: center;
	width: 100%;
}

.onlinebooking {
	background-color: #7968ac;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px;
    font-size: 1rem;
    background: #7968ac;
    font: 1rem/20px "Roboto Condensed",sans-serif;

}

.onlinebooking a {
	color: #fff;
}

.onlinebooking a:hover {
	color: #fff;
	text-decoration: underline;
}

.searchtbl {
	background-color: #1a4061;
	height: 48px;
	margin: 0 0 18px;
	width: 600px;
}

#searchform {
	padding: 10px 0;
}

#searchform h1 {
	color: #4E595B;
	float: left;
	font-family: "Tahoma",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 27px;
	padding: 1px 0 0 15px;
	text-align: left;
	text-shadow: 0 1px 0px rgba(255,255,255,0.35);
}

#searchform div {
	float: right;
}

#searchform input {
	background-color: #F6F9E8;
	border: 1px solid #586568;
	color: #1a4061;
	float: left;
	font-size: 0.75em;
	height: 20px;
	margin: 0 14px 0 20px;
	padding: 1px 10px 5px;
	text-align: center;
	width: 240px;
}

#searchform input:focus {
	-webkit-box-shadow: 0 0 5px 5px rgba(215, 4, 28, 0.15);
	border: 1px solid #103c66;
	box-shadow: 0 0 5px 5px rgba(215, 4, 28, 0.15);
	outline:none;
}

.srch_bttn {
	background: url("images/search_16.png") no-repeat scroll 5px 5px transparent;
	border: 1px solid #636969;
	display: block;
	float: right;
	height: 26px;
	margin: 0 15px 0 0;
	width: 26px;
}

.srch_bttn:hover {
	background: url("images/search_16_hv.png") no-repeat scroll 5px 5px #C9E4ED;
	border: 1px solid #fff;
}

.searchtbl table {
	float: right;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

.searchtbl table td {
	color: #FFFFFF;
	font-size: 0.625em;
	font-weight: bold;
	margin: 0px;
	padding: 0px 5px;
}

.searchresults {
	width: 600px;
}

/*.searchresults h1 {
	border: 1px dotted #1a4061;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	margin: 20px 0px;
	padding: 5px;
}*/

.searchresults ul {
	width: 600px;
}

.searchresults ul li {
	border-bottom: 1px solid #DDDDDD;
	padding: 0 0 17px;
}

.searchresults ul li a {
	color: #1a4061;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	text-decoration: none;
}

.searchresults ul li a:hover {
	color: #1a4061;
	text-decoration: underline;
}

#article .trailersum {
	float: left;
	margin: 20px 0px 0px;
	padding: 0px 10px;
}

#article .trailersum h1 {
	clear: both;
	color: #1a4061;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px 0px 4px;
}

#article .trailersum h1 a {
	color: #1a4061;
	text-decoration: none;
}

#article .trailersum h1 a:hover {
	color: #1a4061;
	text-decoration: underline;
}

#article .trailersum h2 {
	clear: both;
	color: #404040;
	font-size: 0.75em;
	margin: 0px;
	padding: 0px 0px 4px;
}

.contactfields iframe {
	border: 1px solid #1a4061;
	height: 94px;
	margin: 0;
	padding: 9px 10px;
	width: 360px;
}

#pleasewait {
	width: 360px;
}

#uploadPhotoTable {
	width: 100%;
}

.xorigoi {
	width: 600px;
}

.xorigoi img {
	float: left;
	margin: 9px 200px !important;
	text-align: center;
	width: 200px !important;
}

.xorigoi h1 {
	border-bottom: 1px solid #1a4061 !important;
	color: #1a4061 !important;
	font-size: 2em !important;
	text-align: center !important;
}

.xorigoi hr {
  border-color: #8C8982;
  border-style: solid;
  border-width: 0 0 1px;
  color: #8C8982;
  display: block;
  float: left;
  height: 1px;
  margin: 0 200px 18px;
  width: 200px;
}

#footer {
    padding: 15px;
   /* background: url(images/bg_20_blurred.png) no-repeat fixed 50% 60% #f5f5f5;*/
    margin: 0 0 20px;
    background: #fff;
}

.mini-calendar {

    float: left;
    margin: 0 15px 15px 0;
    width: 150px;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #1a4061;
    font: 0.85em/1.8 "Helvetica","Arial",sans-serif;
}

.mini-calendar:empty {
	display:none;
}

.article-dates {
    margin-bottom: 15px;
}

.article-dates:last-of-type {
	margin-bottom: 0;
}

._dates-item {
    border-bottom: 1px solid #A3D8FF;
}

._dates-item > h5 {
	color: #103c66;
	font-size: 1.2em;
	font-weight: bold;
}
._dates-item > h5 a {
	color: #103c66;
	cursor: pointer;
}

._dates-item > span,
._dates-item > time {
	color: #1a4061;
	font-weight: bold;
}

.movies-item {
    border-bottom: 1px solid #D2D7DA;
    margin: 0 0 10px;
    padding: 0 0 9px;
}

.movies-item:last-child {
    border-bottom: none;
}

.link._movies-link {
    display: block;
}

.link._movies-link h6 {
    color: #7968ac;
    font-size: 1.2rem;
    font-weight: 600;
}
.link._movies-link h6 a:hover {
    color: #1a4061;
    text-decoration: underline;
}

.related-list > span {
	-moz-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-ms-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-o-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
	-webkit-transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
    color: #000000;
    position: relative;
	transition: all 320ms cubic-bezier(0.185, 0.81, 0.5, 0.95) 0s;
}

.related-list > span:before {
    position: relative;
    content: '>';
    margin: 0 5px;
    color: #103c66;
    font-weight: bold;
}

.related-list > span:empty:before {
    content: '';
    display: none;
}

.related-list > span:first-of-type:before {
    content: '';
    margin: 0;
}

.link._movies-link:hover .related-list > span {
    color: #103c66;
}


.uslog, .usloggedin {
  font-family: "PFDinDisplayPro-Light";
  margin: 55px auto 20px;
  padding: 20px;
  text-align: center;
  width: 550px;
}
.userinput0 {
  font-family: "PFDinDisplayPro-Light";
  font-size: 14px;
  letter-spacing: 0.3px;
  margin: 0 10px 0 0;
  width: 100px;
}
.connect {
  background: #7968ac;
  border: 1px solid #7968ac;
  color: #fff;
  font-family: pfdindisplaypro-light;
  font-size: 14px;
  width: 100px;
  padding: 1px;
  cursor: pointer;
}
.error-message {
  padding: 0 0 20px;
  text-size: 16px;
}

.usloggedin ul {
	margin: 0;
	padding: 0;
}
.usloggedin ul li {
  display: block;
  margin: 0 0 10px;
  padding: 5px;
  text-align: left;
  width: 550px;
}
.usloggedin ul li:nth-child(2n+2) {
	background: #f5f5f5;
}
.usloggedin ul li h3 {
  font-family: "PFDinDisplayPro-Light";
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
}
.usloggedin ul li h3 a {
	color: #333;
}
.usloggedin ul li h3 a:hover {
	color: #333;
	text-decoration: underline;
}
.multi {
  color: #7968ac;
  display: block;
  float: left;
  font-family: "PFDinDisplayPro-Light";
  font-size: 14px;
  margin: 0 10px 10px 0;
}
.multi a {
	color: #7968ac;
}
.multi img {
	float: left;
	margin: 0 5px 0 0;
	width: 18px;
}

iframe {
	max-width: 600px;
}

.filmcategwrapper {
    width: 600px;
    height: 515px;
    text-align: center;
    padding: 170px 0 0 0;
	background: url(http://media.interactive.netuse.gr/filesystem/images/20160913/low/pegasus_LARGE_t_981_14306857.JPG) no-repeat center top;	
}

.filmcategwrapper li {
	margin: 0 0 4px 0;	
	display: block;
}

.filmcategwrapper li a {
	color: #fff;
	font-family: "PFDinDisplayPro-Light";
	font-size: 16px;
	transition: background-color 0.5s ease;
	padding: 5px 10px ;
	text-shadow: 1px 3px 3px #000000;
	font-weight: bold;
	/*background: url(images/bgcteg.png);*/
}

.filmcategwrapper li a:hover {
  background-color: #000000;
  color: #fce39e;
  padding: 5px 10px;
  font-weight: bold;
  text-shadow: Menu;
}


#saveForm, .btTxt {
	background-color: #e5e5e5!important;
	/**nelly**/
}
