@font-face {
    font-family: 'pf_dindisplay_proregular';
    src: url('pfdindisplaypro-reg-webfont.eot');
    src: url('pfdindisplaypro-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdindisplaypro-reg-webfont.woff') format('woff'),
         url('pfdindisplaypro-reg-webfont.ttf') format('truetype'),
         url('pfdindisplaypro-reg-webfont.svg#pf_dindisplay_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pf_dindisplay_promedium';
    src: url('pfdindisplaypro-med-webfont.eot');
    src: url('pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfdindisplaypro-med-webfont.woff') format('woff'),
         url('pfdindisplaypro-med-webfont.ttf') format('truetype'),
         url('pfdindisplaypro-med-webfont.svg#pf_dindisplay_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	margin: 0 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

.clear {
	clear: both;
}


.wrapper {
	width: 1050px;
	margin: auto;
	position: relative;
}

a {
	color: #60bbe6;
}
a:hover, a.active {
	color: #000;
}

header {
	height: 77px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 8px;
}

header a {
	text-decoration: none;
}

header h1 {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 172px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-image: url("coolconnections.png");
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

nav {
	position: absolute;
	left: 196px;
	top: 37px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/* font-family: 'pf_dindisplay_promedium', Helvetica, Arial, sans-serif; */
	font-size: 14px;
	text-transform: uppercase;

  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
nav a {
	float: left;
	margin-left: 14px;
}


.main-languages {
	/*
  position: absolute;
	top: 27px;
	right: 220px;
  */
  float: right;
	margin-top: 17px;
	padding: 0;
	list-style-type: none;
	font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
	line-height: 20px;
}

article {
	padding-bottom: 20px;
}

article h1 {
	font-family: 'pf_dindisplay_promedium', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #60bbe6;
	padding: 0;
	margin: 10px 0;
}

article h2 {
	font-family: 'pf_dindisplay_promedium', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	padding: 0;
	margin: 10px 0;
}

article h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
	margin: 20px 0 10px;
	color: #000;
}

footer {
	padding: 10px 0 40px;
	clear: both;
	border-top: 1px solid #f0f0f0;
	font-size: 10px;
}


.list {
	list-style-type: none;
	margin: -10px 0 0 -30px;
	padding: 0;
	float: left;
}
.list > li {
	margin-top: 20px;
	width: 260px;
	float: left;
	margin-left: 30px;
}
.list.list-3columns > li:nth-child(3n+1) {
	clear: both;
}
.list.list-2columns > li:nth-child(2n+1) {
	clear: both;
}
.list-item-preview {
	width: 100px;
	height: 143px;
	float: left;
}
.list.list-bordered .list-item-preview {
	border: 1px solid #f0f0f0;
}
.list-item-preview img {
	max-width: 100px;
	max-height: 143px;
}
.list-item-content {
	width: 150px;
	float: right;
}
.list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.list h3 {
	margin-top: 0;
}
.list-big .list-item-preview, .list-item-big .list-item-preview {
	float: none;
	width: 260px;
	height: 371px;
}
.list-big .list-item-preview img, .list-item-big  .list-item-preview img {
	max-width: 260px;
	max-height: 371px;
}
.list-big .list-item-content, .list-item-big .list-item-content {
	float: none;
	width: 260px;
}
.list-big h3, .list-item-big h3 {
	margin-top: 12px;
}

.list-textonly .list-item-content {
	width: 260px;
}

.gallery {
	list-style-type: none;
	margin: -20px 0 0 -20px;
	padding: 0;
	float: left;
}
.gallery > li {
	float: left;
	margin: 15px 0 0 20px;
	width: 170px;
}
.gallery > li:nth-child(3n+1) {
	clear: both;
}
.gallery .gallery-title {	
	margin: 2px 0 0;
	color: #000;
}
.gallery .gallery-text {
	margin: 0;
	color: #999;
	font-size: 10px;
}
.gallery a {
	/* color: #000; */
	text-decoration: none;
}
.gallery a:hover {
	/* color: #60bbe6; */
	color: #000;
}
.gallery.gallery-big > li {
	width: 260px;
}
.gallery.gallery-big .gallery-image {
	width: 260px;
	height: 146px;
	display: block;
}
.gallery.gallery-big .gallery-image img {
	max-width: 260px;
	max-height: 146px;
}


.schedule-cinema {
	background-color: #f0f0f0;
	color: #555;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 4px;
}
a.schedule-cinema-title {
	color: #555;
	text-decoration: none;
}
a.schedule-cinema:hover {
	background-color: #60bbe6;
	color: #fff;
}

.tagline {
	font-size: 11px;
	margin-top: 20px;
}


.schedule-day-past-1 {
  color: #999;
}
.screening-past-1 {
  color: #999;
}


.additional-link {
  font-size: 10px;
}
.additional-link p {
  margin: 0 0 5px;
}