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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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;
}
.box-shadow-none {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ir {
  text-indent: -9999px;
  outline: none;
}
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft.clear,
.alignright.clear,
.aligncenter.clear {
  float: none;
}
img.alignleft,
table.alignleft,
.image-container.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright,
table.alignright,
.image-container.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  display: block;
  margin: 10px auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.mobile-show {
  display: block !important;
}
.mobile-hide {
  display: none !important;
}
.cf:before,
.cf:after,
.container:before,
.container:after,
.widget:before,
.widget:after,
form ol > li:before,
form ol > li:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after,
.clear,
.container:after,
.widget:after,
form ol > li:after {
  clear: both;
}
.cf,
.container,
.widget,
form ol > li {
  zoom: 1;
}
html {
  font: normal 100% 'Source Sans Pro', Arial, sans-serif;
  color: #666;
  background-color: #fff;
}
input {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
.user-content ul,
.user-content ol,
.user-content dl {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  color: #000;
}
h1 {
  font: 600 30px 'Source Sans Pro', Arial, sans-serif;
}
h2 {
  font: 600 24px 'Source Sans Pro', Arial, sans-serif;
}
h3 {
  font: 600 22px 'Source Sans Pro', Arial, sans-serif;
}
h4 {
  font: 600 20px 'Source Sans Pro', Arial, sans-serif;
}
h5 {
  font: 600 16px 'Source Sans Pro', Arial, sans-serif;
}
h6 {
  font: 600 14px 'Source Sans Pro', Arial, sans-serif;
}
p,
.user-content li,
th,
td {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  vertical-align: text-top;
  font-size: 75%;
}
sub {
  vertical-align: bottom;
  font-size: 75%;
}
blockquote {
  font-style: italic;
}
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}
.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.user-content ul li {
  margin-bottom: 0;
}
.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}
.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}
.user-content ul ul,
.view ol ol {
  margin-bottom: 0;
}
.user-content li li {
  font-size: 1em;
}
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  border-top: none;
  font-weight: bold;
  color: #fff;
  background: #222;
}
table tbody th {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
table td,
table th {
  padding: 5px;
  vertical-align: middle;
}
table tr:nth-child(even) td,
table tr:nth-child(even) th {
  background-color: #eee;
}
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="date"],
.normal-form input[type="month"],
.normal-form input[type="time"],
.normal-form input[type="week"],
.normal-form input[type="number"],
.normal-form input[type="email"],
.normal-form input[type="url"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="color"],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: bold 14px/20px 'Source Sans Pro', Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  border: none;
  background: #222;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.button:hover {
  color: #fff;
  background-color: #090909;
}
.container {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/* ---------------------------------------------------------- body */
body {
	background: #e7e7e7;
	background: #000 url(../img/content/bg.gif) repeat;
}
body.about {
	background: #000 url(../img/bck/about.jpg) center 0 no-repeat;
}
/* ---------------------------------------------------------- header */
#page-header .container {
	position: relative;
	height: 183px;
	background: #000 url(../img/content/head-bg.png) top center no-repeat;
	/*background-image: url(../img/content/header_pff_2014.jpg); */
}
#page-header .site-logo {
	position: absolute;
	top: 26px;
	left: 14px;
}
#page-header .site-logo a
{
	display: block;
}
#page-header .site-logo img
{
	visibility: visible; /* Novi header ima vec logo u sebi */
}
#page-header .pff-logo {
	position: absolute;
	top: 84px;
	right: 20px;
	visibility: hidden; /* Novi header ima vec logo u sebi */
}
#page-header nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	padding-top: 13px;
	background: #ffcc00;
	width: 100%;
}
#page-header nav .main-nav {
	font-size: 15px;
	margin-left: 10px;
	float: left;
}
#page-header nav .main-nav li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #997f1a; 
}
#page-header nav .main-nav li:last-child {
	border: 0; 
}
#page-header nav .main-nav li a {
	color: #333;
}
#page-header nav .main-nav li a.selected,
#page-header nav .main-nav li.current-menu-item a,
#page-header nav .main-nav li.current-page-ancestor {
	font-weight: 800;
}
#page-header nav .lang-nav {
	font-size: 14px;
	font-weight: 700;
	margin-right: 10px;
	float: right;
}
#page-header nav .lang-nav li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid; 
}
#page-header nav .lang-nav li:last-child {
	border: 0; 
}
#page-header nav .lang-nav li a {
	color: #333;
}
#page-header .head-banner {
	width: 403px;
	height: 107px;
	overflow:hidden;
	position: absolute;
	left: 360px;
	text-indent: -500px;

}

#page-header  input[type=text] {
	width: 170px;
	padding: 0 40px 0 10px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 4px;
	border:0;
}
#searchsubmit {
	width: 18px;
	height: 18px;
	position: relative;
	border: 0;
	background: transparent url(../img/content/search-icon.png) 0 0 no-repeat;
	left: -30px;
	cursor: pointer;
}
#searchform {
	position: absolute;
	top: 25px;
	right: -6px;
}
/* ---------------------------------------------------------- home */
.home-news {
	background: #fff;
}
.home-news li {
	height: 199px;
	border-top: 1px solid #e7e7e7;
}
.home-news li.big {
	height: 600px;
	border: 0;
}
.home-news li a {
	display: block;
	overflow: hidden;
	height: 100%;
}
.home-news li a .thumb {
	float: left;
	margin-top: -1px;
}
.home-news li h2 {
	width: 224px;
	float: right;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 9px 4px 7px 0;
	max-height: 88px;
	overflow: hidden;
}
.home-news li.big h2 {
	width: 340px;
	font-size: 24px;
	line-height: 28px;
	margin: 18px 8px 11px 0;
	max-height: 56px;
}
.home-news li p.text {
	width: 224px;
	float: right;
	font-size: 14px;
	line-height: 17px;
	margin: 0 4px 11px 0;
	max-height: 68px;
	overflow: hidden;
	color: #000;
}
.home-news li.big p.text {
	width: 340px;
	margin: 0 8px 11px 0;
	max-height: 68px;
}
.home-news li span.more {
	width: 224px;
	float: right;
	color: #666666;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.home-news li.big span.more {
	width: 348px;
}
.home-slider {
	height: 400px;
	background: #000;
}
.home-slider h2,
.home-slider p {
	width: 480px;
	float: left;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 14px;
	max-height: 26px;
	overflow: hidden;
}
.home-slider h2 {
	margin-top: 10px;
}
.home-slider p {
	color: #ffcc00;
}
.home-slider span.more {
	float: right;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 12px 16px 0 0;
}
.home-calendar {
	display: block;
	height: 300px;
	position: relative;
}
.home-calendar h2 {
	position: absolute;
	width: 160px;
	top: 16px;
	left: 18px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}
.home-packages-newsletter {
	height: 200px;
	float: left;
	background: #000 url(../img/bck/packages-newsletter.jpg) 0 0 no-repeat;
}
.home-packages-newsletter .packages {
	float: left;
	margin: 30px 120px 0 16px;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffcc00;
	text-decoration: underline;
}
.home-packages-newsletter .newsletter {
	margin: 17px 0 0 14px;
	float: left;
}
.home-packages-newsletter .newsletter .form-text {
	float: left;
}
.home-packages-newsletter .newsletter .form-text label {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 14px;
}
.home-packages-newsletter .newsletter .form-text input {
	display: block;
	border: 0;
	padding: 0 14px;
	background: #f2f2f2;
	height: 39px;
	width: 231px;
	color: #6a6969;
	font-size: 15px;
}

.home-packages-newsletter .newsletter .form-text input.email-error{
	background: #DB0B0B;
	color: #fff;
}
.home-packages-newsletter .newsletter .form-text input.success{
	background: #FC0;
	color: #fff;
}
.home-packages-newsletter .newsletter .form-submit {
	margin-top: 32px;
	float: left;
}
.home-packages-newsletter .newsletter .form-submit input {
	display: block;
	border: 0;
	background: #000;
	height: 39px;
	width: 72px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
}
.home-social {
	float: left;
	width: 100%;
	height: 100px;
	background: #ffcc00;
}
.home-social h2 {
	margin: 13px 0 0 15px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 13px;
}
.home-social .fb,
.home-social .yt {
	float: left;
	display: block;
	width: 108px;
	height: 39px;
	background: url(../img/content/social.png) 0 0 no-repeat;
	text-indent: -200px;
	margin-left: 20px;
	overflow: hidden;
}
.home-social .yt {
	background-position: -108px;
	width: 91px;
}
.home-social .tw {
	float:left;
	width: 103px;
	height: 39px;
	background: url(../img/content/twitter-icon.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent:-200px;
	position: relative;
	top: -1px;
	left: 9px;
}
.home-program {
	display: block;
	height: 184px;
	padding: 16px 0 0 18px;
	position: relative;
	background: #ffcc00;
}
.home-program h2 {
	position: absolute;
	width: 160px;
	top: 16px;
	left: 18px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
.home-program span.more {
	position: absolute;
	top: 162px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.home-youth {
	height: 300px;
	display: block;
	position: relative;
}
/*.home-youth h2 {
	position: absolute;
	top: 248px;
	left: 11px;
	font-size: 24px;
	line-height: 41px;
	color: #ffcc00;
	font-weight: normal;
	padding-left: 10px;
	margin: 0;
	width: 210px;
	background: #000;
}*/
.home-youth h2 {
	position: absolute;
	bottom: 13px;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffcc00;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	width: 210px;
	background: #000;
	background: rgba( 0,0,0,0.6 );
}
.home-big-sponsor {
	height: 100px;
	display: block;
	position: relative;
}
.home-big-sponsor h2 {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
/* ---------------------------------------------------------- about */
#main .about-menu {
	font-size: 15px;
	padding: 18px 0 18px 10px;
	background: #a38847;
	width: 950px;
}
.about-menu li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #fff; 
}
.about-menu li:last-child {
	border: 0; 
}
.about-menu li a {
	color: #fff;
}
.about-menu li a.selected,
.about-menu li.current_page_ancestor a,
.about-menu li.current_page_item a,
.about-menu li.current-menu-item a,
.about-menu li.current-type-ancestor a {
	font-weight: 800;
}
.grid-6.about-slider {
	margin-left: -35px;
	margin-bottom: 25px;
}
.about-slider .nivo-controlNav {
	float: right;
	padding: 0 20px 0 0;
	margin-top: -35px;
	position: relative;
	z-index: 10;
}
.about-slider .nivo-controlNav a {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	padding: 0 4px;
	display: block;
	float: left;
	margin-left: 4px;
	text-decoration: none;
}
.about-slider .nivo-controlNav a.active,
.about-slider .nivo-controlNav a:hover {
	background: #000;
	color: #fff;
	font-weight: 600;
}
.about-slider .nivo-caption {
	background: #fff;
	font-size: 15px;
	font-style: italic;
	color: #000;
	padding: 22px 0 22px 32px;
}
body.about .article {
	min-height: 700px;
	background: #fff;
}
.about-program {
	display: block;
	position: relative;
	height: 184px;
	padding: 16px 0 0 15px;
	background: #ffcc00 url(../img/bck/about-program.jpg) right 0 no-repeat;
	margin-bottom: 1px;
}
.about-program h2 {
	top: 16px;
	left: 18px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 26px;
}
.about-program ul li {
	line-height: 29px;
}
.about-program a.more {
	position: absolute;
	top: 168px;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.about-calendar {
	display: block;
	font-size: 38px;
	color: #ffcc00;
	font-weight: 200;
	padding: 13px 0 3px 15px;
	height: 88px;
	background: #000;
	margin-bottom: 1px;
}
.about-calendar span {
	color: #fff;
}
.about-last-news {
	background: #fff;
	display: block;
	height: 199px;
	margin-bottom: 1px;
}
.about-last-news h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 4px 7px 13px;
	max-height: 44px;
	overflow: hidden;
}
.about-last-news span.more {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	padding-left: 13px;
}
.custom-links li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: url(../img/bck/custom-link.png) 0 0 repeat-x;
	padding-left: 14px;
	font-size: 18px;
	text-transform: uppercase;
}
.about-bottom {
	margin: 1px 0;
}
.about-newsletter {
	height: 100px;
	background: #000 url(../img/bck/packages-newsletter.jpg) 0 0 no-repeat;
}
.about-newsletter .newsletter {
	margin: 15px 0 0 14px;
	float: left;
}
.about-newsletter .newsletter .form-text {
	float: left;
}
.about-newsletter .newsletter .form-text label {
	display: block;
	font-size: 18px;
	color: #fff;
	margin-bottom: 14px;
}
.about-newsletter .newsletter .form-text input {
	display: block;
	border: 0;
	padding: 0 14px;
	background: #f2f2f2;
	height: 39px;
	width: 231px;
	color: #6a6969;
	font-size: 15px;
}
.about-newsletter .newsletter .form-submit {
	margin-top: 32px;
	float: left;
}
.about-newsletter .newsletter .form-submit input {
	display: block;
	border: 0;
	background: #000;
	height: 39px;
	width: 72px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0;
	cursor: pointer;
}
.about-newsletter .newsletter .form-text input.email-error{
	background: #DB0B0B;
	color: #fff;
}
.about-newsletter .newsletter .form-text input.success{
	background: #FC0;
	color: #fff;
}
.about-newsletter .newsletter .form-submit {
	margin-top: 32px;
	float: left;
}
/* ---------------------------------------------------------- article */
.article-text {
	color: #000;
	padding: 25px 35px;
	overflow: hidden;
}
.article-text h1 {
	font-weight: normal;
	line-height: 36px;
}
.article-text h2 {
	font-weight: normal;
}
.article-text img {
	margin: 0 22px 20px -35px;
	float: left;
}
.article-text a {
	font-weight: 600;
	text-decoration: underline;
}
body.kontakt .article-text {
	border: 0;
}
body.kontakt .article-text tr td {
	background: none;
	padding: 0;
}
body.kontakt .article-text.contacts {
	padding-right: 0;
}
body.kontakt .article-text.contacts .contact-item {
	float: left;
	width: 226px;
}
/* ---------------------------------------------------------- program */
.program-cats a {
	display: block;
	height: 184px;
	background-repeat: no-repeat;
	background-position: left;
	background-color: #ffc000;
	padding: 16px 0 0 618px;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}
.program-cats a.even 
{
	background-position: right;
	padding: 16px 0 0 18px;
}
.program-cats :nth-child(even)
{
	background-position: right;
	padding: 16px 0 0 18px;
}
.program-cats a.small {
	width: 462px;
	padding: 0;
	background-position: right;
	float: left;
	padding: 16px 0 0 18px;
}
.program-cats a.nacionalni {
	background-image: url(../img/content/program/nacionalni-program.jpg); 
}
.program-cats a.medunarodni {
	background-image: url(../img/content/program/medunarodni-program.jpg);
}
.program-cats a.djecji {
	background-image: url(../img/content/program/djecji-program.jpg);
}
.program-cats a.izlozbe {
	background-image: url(../img/content/program/izlozbe.jpg);
}
.program-cats a.popratni {
	background-image: url(../img/content/program/popratni-program.jpg);
}
.program-cats a.glazeni {
	background-image: url(../img/content/program/glazbeni-program.jpg);
}
.program-cats a.sudovi {
	background-image: url(../img/content/music.png);
}
.program-filter {
	text-transform: uppercase;
}
.program-filter p {
	background-image: url(../img/bck/filter.jpg);
	font-size: 22px;
	color: #fff;
	line-height: 71px;
	padding: 0 0 4px 50px;
	margin: 0;
}
.program-filter ul li {
	float: left;
	background: url(../img/bck/filter-button.png) 0 0 repeat-y;
}
.program-filter ul li a {
	display: block;
	width: 240px;
	text-align: center;
	font-size: 18px;
	line-height: 76px;
	color: #000;
}
.program-filter ul li a:hover,
.program-filter ul li a.active {
	background-color: #ffcc00;
}
.program-filter ul li a.active {
	background: #ffcc00 url(../img/bck/bullet-01.png) center 60px no-repeat;
}
/* ---------------------------------------------------------- calendar */
.calendar-table h2 {
	font-size: 20px;
	color: #ffcc00;
	text-align: center;
	background: #000;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 48px;
	margin: 0; 
}
.calendar-table li {
	display: block;
	position: relative;
}
.calendar-table li ul {
	overflow: hidden;
	background: #fff url(../img/bck/calendar-empty.png) right bottom no-repeat;
}
.calendar-table li ul li {
	float: left;
	display: block;
	height: 200px;
}
.calendar-table li ul li a {
	width: 480px;
	overflow: hidden;
	display: block;
	background: #fff url(../img/bck/calendar.png) 0 0 repeat-x;
}
.calendar-table li ul li .thumb {
	float: left;
	margin-right: 15px;
}
.calendar-table li ul li p,
.calendar-table li ul li h3 {
	width: 220px;
	float: right;
	margin-right: 5px;
}
.calendar-table li ul li .date {
	margin: 16px 0 4px 0;
}
.calendar-table li ul li .location {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.calendar-table li ul li .cat {
	font-size: 14px;
	margin-bottom: 2px;
}
.calendar-table li ul li h3 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 0;
	max-height: 63px;
	overflow: hidden;
}
.calendar-table li ul li .more {
	position: absolute;
	top: 180px;
	left: 256px;
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
.inline-colorbox {
	display: none;
}
/* ---------------------------------------------------------- gallery */
.gallery-list ul {
	overflow: hidden;
}
.gallery-list ul li {
	float: left;
	overflow: hidden;
	margin-right: 1px;
	margin-top: 1px;
}
.gallery-list ul li a img {
	float: left;
}
.gallery-list ul li a h1 {
	width: 239px;
	overflow: hidden;
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	text-align: center;
	background: #ffcc00;
	clear: left;
	margin: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.gallery-list ul li a:hover h1 {
	color: #ffcc00;
	background: #000;
}
.gallery ul {
	overflow: hidden;
}
.gallery ul li {
	float: left;
	overflow: hidden;
	margin-right: 1px;
	margin-top: 1px;
	height: 202px;
}
.gallery ul li.title {
	background: #ffcc00;
	width: 239px;
	position: relative;
}
.gallery ul li.title h1 {
	padding: 16px 0 0 16px;
	font-size: 20px;
	font-weight: normal;
}
.gallery ul li.title a.back {
	position: absolute;
	bottom: 16px;
	left: 16px;
	font-size: 14px;
}
.gallery ul li a img {
	float: left;
}

/* ---------------------------------------------------------- gallery - video  */
a.video-link {
	position: relative;
}
a.video-link .icon-play {
	display: block;
	width: 83px;
	height: 55px;
	background: url( ../img/content/play-icon.png) top left no-repeat;
	z-index: 10;
	position:absolute;
	top: 50px;
	left: 79px;
}
/* ---------------------------------------------------------- program */
.program-filter-picker {
	overflow: hidden;
	background: #ffcc00;
}
.program-filter-picker > div {
	width: 360px;
	height: 460px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #000;
}
.program-filter-picker > div h2 {
	font-size: 24px;
	line-height: 60px;
	font-weight: normal;
	padding-left: 16px;
}
.program-filter-picker .days,
.program-filter-picker .dates {
	overflow: hidden;
	width: 364px;
}
.program-filter-picker .days {
	border-top: 1px solid #bf8f00;
}
.program-filter-picker .days li,
.program-filter-picker .dates label {
	display: block;
	float: left;
	width: 51px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	color: #000;
	border-right: 1px solid #bf8f00;
	border-bottom: 1px solid #bf8f00;
}
.program-filter-picker .days li {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.program-filter-picker .dates .other-date {
	color: #666;
}
.program-filter-picker .dates .date {
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	position: relative;
	z-index: 2;
}
.program-filter-picker .dates .date span {
	display: none;
	-moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.program-filter-picker .dates .date input {
	display: none;
}
.program-filter-picker .dates .date:hover {
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.program-filter-picker .dates .date.filled {
	background: #ffbc00;
}
.program-filter-picker .dates .date.active {
	background: #000;
	color: #ffcc00;
}
.program-filter-picker .dates .date.active span {
	display: block;
	width: 13px;
	height: 13px;
	font-size: 16px;
	font-weight: bold;
	line-height: 13px;
	background: #f00;
	color: #fff;
	position: absolute;
	top: -8px;
	right: 3px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #000;
	-webkit-transition: all 1000ms ease-in-out;
	-moz-transition: all 1000ms ease-in-out;
	-ms-transition: all 1000ms ease-in-out;
	-o-transition: all 1000ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 3;
}
.program-filter-picker .dates .date.active:hover span {
	-moz-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.program-filter-picker .submit {
	font-size: 20px;
	color: #fff;
	background: #4c3900;
	border: 0;
	height: 34px;
	padding: 0 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 30px 0 0 80px;
	cursor: pointer;
}
.program-filter-picker .places-cats {
}
.program-filter-picker .places-cats label {
	display: block;
	font-size: 18px;
	line-height: 18px;
	padding: 15px 0 15px 18px;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.program-filter-picker .places-cats label:nth-child(odd) {
	background: #dca603;
}
.program-filter-picker .places-cats label:hover {
	-webkit-box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
}
.program-filter-picker .places-cats label.active {
	background: #000;
	color: #ffcc00;
}
.program-filter-picker .places-cats label input {
	float: left;
	margin: 4px 18px 0 0;
}
.program-subcats {
	background: #ffbc00;
}
.program-subcats h1 {
	padding: 18px 0 0 27px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 31px;
	margin: 0;
}
.program-subcats ul {
	margin-top: 21px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}
.program-subcats ul li {
	border-bottom: 1px solid #cc8c00;
}
.program-subcats ul li a {
	display: block;
	padding-left: 21px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.program-subcats ul li.active a,
.program-subcats ul li:hover a {
	color: #ffcc00;
	background: #000;
}
.program-list .article-text {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.movie-list-title {
	background: #000;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}
.movie-list-title h2 {
	background: #ffcc00;
	float: left;
	line-height: 40px;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0 30px;
	margin: 0;
}
.movie-list-title p {
	float: left;
	line-height: 40px;
	font-size: 19px;
	padding: 0 10px;
	margin: 0;
	color: #fff;
}
.movie-list {
	background: #fff;
}
.movie-list li {
	border-bottom: 1px solid #e7e7e7;
}
.movie-list li header {
	position: relative;
	min-height: 150px;
	overflow: hidden;
}
.movie-list li img {
	float: left;
}
.movie-list li header > div {
	position: absolute;
	height: 144px;
	width: 680px;
	padding: 6px 10px 0 30px;
	bottom: 0;
	background: url(../img/content/white.png); 
	background: rgba(255, 255, 255, 0.7);

}
.movie-list li header > div .over {
	font-size: 15px;
	margin-bottom: 12px;
}
.movie-list li header > div h3 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 600;
}
.movie-list li header > div .sub {
	font-size: 20px;
	margin-bottom: 12px;
	font-weight: 600;
}
.movie-list li header > div .cover {
	position: absolute;
	right: 0;
	top: 0px;
}
.movie-list li header > div .show-movie-info {
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	font-weight: 600px;
	background: #000;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	float: left;
	padding: 0 10px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.movie-list li header > div .show-movie-info:hover {
	color: #000;
	background: #fff;
}
.movie-list li header > div .show-movie-info:after {
	content: '+';
	display: block;
	float: right;
	margin-left: 10px;
	font-size: 24px;
	line-height: 20px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.movie-list li header > div .show-movie-info:hover:after {
	-moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.movie-list li header > div .show-movie-info.active:after {
	-moz-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(405deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.movie-list li header > div .show-movie-info.active:hover:after {
	-moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.movie-list li .article-text {
	display: none;
}
.movie-list li .article-text img {
	margin: 0 0 20px -35px;
}
.watch-trailer {
	position: absolute;
	right: 84px;
	top: 100px;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	background: #000;
	width: 80px;
	padding: 4px 50px 4px 7px;
	text-transform: uppercase;
	z-index: 2;
	-webkit-border-radius: 2px 5px 5px 2px;
	border-radius: 2px 5px 5px 2px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.watch-trailer:hover {
	background: #fff;
	color: #000;
}
.watch-trailer > span {
	display: block;
	position: absolute;
	height: 30px;
	width: 28px;
	right: 0;
	top: 0;
	background: #ffcc00;
	font-family: Arial, sans-serif;
	font-size: 20px;
	-webkit-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.watch-trailer > span > span {
	display: block;
	color: #000;
	background: #cc9800;
	width: 17px;
	height: 20px;
	padding-left: 3px;
	line-height: 20px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0 0 3px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.watch-trailer:hover > span {
	background: #cc9800;
}
.watch-trailer:hover > span > span {
	background: #ffcc00;
	-moz-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(0.8) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/* ---------------------------------------------------------- movies single */

.movie-list.single li header > div {
	height: 94px;
}

p.termin {
	line-height: 1;
}

/* ---------------------------------------------------------- news-subcats */
.news-subcats {
	background: #ffbc00;
	height: 106px;
}
.news-subcats h1 {
	padding: 18px 0 0 27px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 31px;
	margin: 0 0 22px 0;
	font-size:27px;
}
.news-subcats a.back {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 0 27px;
}
.news-archive {
	background: #ffcc00;
	overflow: hidden;
}
.news-archive h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 0 0 27px;
}
.news-archive ul {
	width: 243px;
	border-top: 1px solid #e7e7e7;
}
.news-archive ul li {
	float: left;
}
.news-archive ul li a {
	display: block;
	width: 80px;
	font-size: 15px;
	line-height: 31px;
	color: #333;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	text-align: center;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.news-archive ul li.selected a,
.news-archive ul li a:hover {
	background: #000;
	color: #fff;
}
.news-list .article-text {
	background: #fff;
	border-bottom: 1px solid #e7e7e7;
}
.news-list.locations .article-text {
	padding-bottom: 0px;
}
.news-list .article-text .news-date {
	margin: 6px 0 0 0;
}
.news-list .article-text h1 {
	margin-bottom: 19px;
}
.news-list .article-text h1.high {
	margin-bottom: 45px;
}
.news-list.locations .article-text h1 {
	font-size: 28px;
}
.news-list.history h1 {
    font-weight: normal;
    line-height: 36px;
    font-size: 32px;
    padding: 25px 0 20px 35px;
    margin: 0;
    background: #fff;
}
.news-list.history .article-text h2 {
	font-size: 60px;
	font-weight: normal;
}
.news-list .more {
	display: block;
	float: left;
	color: #fff;
	background: #000;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	text-decoration: none;
}
.news-list .more:hover {
	color: #000;
	background: #fff;
	-webkit-box-shadow:  0px 0px 2px 0px #000;
	box-shadow:  0px 0px 2px 0px #000;
}
.pagination ul {
	background: #000;
	overflow: hidden;
	padding: 16px;
}
.pagination li {
	float: left;
}
.pagination li a {
	float: left;
	color: #666;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 6px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.pagination li a.selected,
.pagination li a:hover,
.pagination li.prev a,
.pagination li.next a {
	color: #fff;
}
.pagination li.prev {
	margin-right: 203px;
}
.pagination li.next {
	float: right;
}
/* ---------------------------------------------------------- tisak */
.main-content .tisak ul {
	overflow: hidden;
}
.main-content .tisak ul li {
	float: left;
	overflow: hidden;
	margin-right: 1px;
	margin-top: 1px;
}
.main-content .tisak ul li {
	float: left;
}
.main-content .tisak ul li a {
	display: block;
	width: 239px;
	height: 80px;
	font-size: 14px;
	line-height: 80px;
	text-align: center;
	background: #ffcc00;
	margin: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-content .tisak ul li a:hover {
	color: #ffcc00;
	background: #000;
}
.main-content .tisak-title h1 {
	height: 80px;
	font-size: 14px;
	font-weight: normal;
	line-height: 80px;
	text-align: center;
	background: #ffcc00;
	margin: 0;
}
.main-content .tisak-list {
	font-size: 18px;
}
.main-content .tisak-list li {
	margin-bottom: 1px;
	display: block;
}
.main-content .tisak-list li a {
	padding: 11px 24px;
	display: block;
	background: #fff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-content .tisak-list li a:hover {
	color: #ffcc00;
	background: #000;
}
/* ---------------------------------------------------------- footer */
#page-footer {
}
#page-footer .container {
	border-top: 1px solid #e7e7e7;
	background: #fff;
	padding-bottom: 64px;
}
#page-footer .partners {
	background: #f2f2f2;
	overflow: hidden;
	padding-left: 25px;
}
#page-footer .partners li {
	float: left;
	height: 150px;
	line-height: 150px;
	margin-right: 31px;
}
#page-footer .partners li img {
	vertical-align: middle;
}
#page-footer .low-partners {
}
#page-footer .copy {
	font-size: 12px;
	margin: 17px 0 0 25px;
}

/*  overwrites */
.article-text img.alignleft {
	margin: 5px 17px 8px 0 !important;
}
.article-text  img.alignright {
	margin: 5px 0 5px 10px !important; 
	float:right;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	margin: 0;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.required {
	color:red;
}
#parsley-razlog li {
	padding: 9px 0;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
#cboxContent{margin-top:32px; overflow:visible; background:#000;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../img/colorbox/controls.png) no-repeat 0 0;}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext:hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose:hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}



.sponsors-slider {
	height: 145px;
	text-align: center;
	line-height: 135px;
	float: left;
	padding-top: 30px;
}
.sponsors-slider .s-slide {
	
	height: 145px;
	display: inline-block;
}
.sponsors-slider img {
	max-height: 90px;
}
.sponsors-slider .owl-controls  {
	height: 10px;
	margin: 0;
	padding: 0;
	margin-top: -90px;
	z-index: 999;
	position: relative;
}


.low-partners .owl-pagination {
	position: relative;
	top: -10px;
}


#page-footer .logos-container{
	text-align: center;
}
#page-footer .partners.caroseul {
	padding-left:0;
	background-color: #fff;
}
#caroufredsel_wrapper {
	display: inline-block !important;
}

.program-filter-picker > div {
	overflow: auto;
}