@font-face {
    font-family: 'Franklin Gothic Book Italic';
	src: url('../fonts/framdit.eot');
    src: url('../fonts/framdit.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/framdit.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Franklin Gothic Book Regular';
	src: url('../fonts/framd.eot');
    src: url('../fonts/framd.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/framd.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Franklin Gothic Heavy';
	src: url('../fonts/FRAHV.eot');
    src: url('../fonts/FRAHV.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FRAHV.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


::-moz-selection {
	background-color: #e13a25;
	color:#fff;
}
::-webkit-selection {
	background-color: #e13a25;
	color:#fff;
}
::selection {
	background-color: #e13a25;
	color:#fff;
}

body {
	background-image: none;
	background-color: #000;
	color: #fff;
	font-family: 'Franklin Gothic Book Regular',Arial,sans-serif;
	font-size: 16px !important;
}

strong {
	font-family: 'Franklin Gothic Book Regular',Arial,sans-serif;
}

a:link, a:visited {
	color: #71A299;
}
	a:hover {
		color: #58585a !important;
	}
	
em {
	font-family: 'Franklin Gothic Book Italic';
	font-style: normal;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Franklin Gothic Heavy',Arial,sans-serif;
}

h1.title {
	padding: 1em 0;
	font-size: 28px;
	font-family: 'Franklin Gothic Heavy',Arial,sans-serif;
	margin-bottom: 0;
}
h2.block-title {
	font-family: 'Franklin Gothic Heavy',Arial,sans-serif;
}

.highlighted-text {
	color: #e13a25;
}
.highlighted-background {
	background-color: #e13a25  !important;
}

div.messages {
	border-radius: 0;
}
div.error, table tr.error {
	background-color: #fff;
}


/* cinema module */
.cinema-program.cinema-movie-playtimes h1 {
	font-family: 'Franklin Gothic Heavy',Arial,sans-serif;
	font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
	color: #fff;
	margin-top: 15px;
}

.cinema-program .info .link a {
	color: #fff;
}

.cinema-program .times li .time {
	font-family: 'Franklin Gothic Heavy',Arial,sans-serif;
}

.cinema-movie-playtimes .times li a {
	background-color: #e13a25;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 1px;
	border-radius: 3px;
	color: #fff !important;
	margin: 0 0 0 5px;
}
	.cinema-movie-playtimes .times li a:hover {
		background-color: #71a299;
	}
	.cinema-program .times li a:before {
		background-image: url('../images/sprites.png') !important;	
	}
	.cinema-program .times li a.res-link:before {
		background-position: -190px 0px;
	}
	.cinema-program .times li a.buy-link:before {
		background-position: -190px -31px;
	}
	
	
.cinema-movie-playtimes .poster img {
	border: 1px solid #333;
}

.cinema-movie-playtimes .day-item .day {
	background-color: #1d1d1d;
	margin-bottom: 5px;
}
	.cinema-movie-playtimes .day-item:hover .day {
		color: #b1b1b1;
		background-color: #1d1d1d;
	}
	.cinema-program.cinema-movie-playtimes .tickets {
		margin-bottom: 0;
		margin-left: 10px;
	}
/* [END] cinema module */