/*
Theme Name: Festival of Comics template based on Empty Template for WordPress 4.2.3.
Theme URI: none
Description: Festival of Comics template based on Empty Template. Contains: simple slider, events and exhibitions programme module, posts, static pages, categories, tags. Tested on WordPress 4.2.3.
Version: 1.1
Author: Daniel Pietrasik
Author URI: http://danielpietrasik.pl
*/
/**
 * Table of Contents:
 *
 * 0.0 - Fonts
 * 1.0 - Body
 * 2.0 - Header
 * 		2.1 - Counter
 * 		2.2 - Header menu
 * 		2.3 - Header baner
 * 3.0 - Home page
 *		3.1 - News slider
 *		3.2 - Buttons
 *		3.3 - Guests slider
 *		3.4 - Events slider
 * 4.0 - Footer
 * 5.0 - Breadcrumbs
 * 6.0 - Cards (cards for categories, search)
 * 7.0 - Category, search page
 * 8.0 - Pagination
 * 9.0 - Single & Static page
 * 		9.1 - Gallery
 * 		9.2 - Event & exhibition
 * 		9.3 - Guest
 * 10.0 - Sidebar
 * 		10.1 - Social Media
 * 		10.2 - Sidebar Menu
 * 11.0 - Contact - template
 * 11.1 - Goście - template
 * 12.0 - Full width - template
 * 13.0 - Event Programme - template
 * 		13.2 - Event Programme - Vertical table
 * 		13.3 - Event Programme - Pop-up
 * 		13.5 - Exhibition Programme - Vertical table
 * 14.0 - Festival places - template
 * 15.0 - Cookie pop-up
 * 16.0 - 404 Error
 * 17.0 - Lightbox
 * 18.0 - Post content
 *
 * -----------------------------------------------------------------------------
 */


/**
 *  0.0 - Fonts
 * -----------------------------------------------------------------------------
 */

@font-face {
	font-family: "fontastic";
		src:url("fonts/fontastic.eot");
		src:url("fonts/fontastic.eot?#iefix") format("embedded-opentype"),
		url("fonts/fontastic.woff") format("woff"),
		url("fonts/fontastic.ttf") format("truetype"),
		url("fonts/fontastic.svg#fontastic") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-size: 0px !important;
}

.content blockquote:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontastic" !important;
	font-size: 14px;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-error:before {
  content: "\6c";
}
.icon-hidden:before {
  content: "\6d";
}
.icon-quote:before {
  content: "\6e";
}
.icon-success:before {
  content: "\6f";
}
.icon-visible:before {
  content: "\70";
}
.icon-warning:before {
  content: "\71";
}
.icon-close:before {
  content: "\61";
}
.icon-arrow-right:before {
  content: "\62";
}
.icon-arrow-left:before {
  content: "\63";
}
.icon-burger:before {
  content: "\64";
}

/**
 *  1.0 - Body
 * -----------------------------------------------------------------------------
 */

 body {
	font: 400 14px 'Titillium Web', sans-serif;
}

.wrap {
	width: 1170px;
	margin: 0px auto;
}

.border-special {
	border-style: solid;
	border-bottom-width: 13px;
	-moz-border-image: url( 'img/section_squares.svg' ) 28 32 13 round;
	-webkit-border-image: url( 'img/section_squares.svg' ) 28 32 13 round;
	-o-border-image: url( 'img/section_squares.svg' ) 28 32 13 round;
	border-image: url( 'img/section_squares.svg' ) 28 32 13 round;
}

.border-special-black {
	border-style: solid;
	border-bottom-width: 13px;
	-moz-border-image: url( 'img/section_squares_black.svg' ) 28 32 13 round;
	-webkit-border-image: url( 'img/section_squares_black.svg' ) 28 32 13 round;
	-o-border-image: url( 'img/section_squares_black.svg' ) 28 32 13 round;
	border-image: url( 'img/section_squares_black.svg' ) 28 32 13 round;
}

.mask-special {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba( 195,151,147, .8 );
	z-index: 10;
}

.grayscale {
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.article {
	width: 750px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-weight: 400;
}

/**
 *  2.0 Header
 * -----------------------------------------------------------------------------
 */

.header-top {
	height: 400px;
	position: relative;
	background: #373767 url('img/header_festiwal_komiksu_bg_2017.jpg') center top no-repeat;
}

.header-top .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.logo {
	padding-top: 20px;
	float: left;
}

.header-bottom {
	background-color: #000;
	padding: 5px 0px;#26BCCF
}

.header-bottom-background {
	background-color: #26BCCF;
}

.header-cloud {
	width: 288px;
	height: 146px;
	float: right;
	background: transparent url( 'img/comic_cloud.svg' ) center top no-repeat;
	background-size: 100% 100%;
	margin: 40px 115px 0 0;
	overflow: hidden;
}

.header-cloud p {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	padding: 39px 30px 0px 65px;
	line-height: 1.3ķ
}

.header-cloud p strong {
	font-size: 40px;
	font-weight: 700;
	line-height: 0.7;
}

/**
 *  2.1 Counter
 * -----------------------------------------------------------------------------
 */

.header-top .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #FFF;
}

#counter {
	margin-bottom: 30px;
	font-weight: 600;
	width: inherit;
}

#counter .counter > div {
	display: inline-block;
	vertical-align: top;
}

#counter p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

#counter p span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 5px;
	background-color: #000000;
}

#counter .counter-time {
	color: #26BCCF;
	font-size: 48px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
	background-color: #000000;
	padding: 2px 5px 0px 5px;
}

#counter .caption {
	font-size: 10px;
	text-align: center;
	font-weight: 700;
	background-color: #000000;
    padding: 0 0 4px 0;
}

#counter .delimiter {
	color: #26BCCF;
	font-size: 44px;
	font-weight: 700;
	vertical-align: middle;
	line-height: 50px;
	text-align: center;
	padding-left: 12px;
}

.banners {
	display: none;
	font-size: 0;
}

.banners .banner {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: bottom;
	width: 49%;
	padding: 10px 15px;
	border: 6px solid #000;
	border-bottom: 0 !important;
	position: relative;
	background-size: cover;
	position: relative;
	text-align: left;
}

.banners .banner.esl {
	background-image: url( 'img/baner-esl.jpg' );
	margin-right: 2%;
}

.banners .banner.promised {
	background-image: url( 'img/baner-promised.jpg' );
}

.banners .banner > * {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.banners .banner .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.banners .banner:hover .hover {
	background-color: #108d90;
}

.banners .banner span {
	margin-left: 13px;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.banners .banner .button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #f492c2;
}

.banners .banner .button img {
	padding: 30px 15px;
}

/**
 *  2.2 Header menu
 * -----------------------------------------------------------------------------
 */

.main-navigation ul,
.main-navigation li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 0;
	position: relative;
}

#qtranslate-chooser {
	float: right;
}

#qtranslate-chooser li {
	padding-top: 18px;
}

#qtranslate-chooser li:first-child a {
	border-right: 5px solid #FFF;
}

#qtranslate-chooser li:last-child a {
	border-right: 0;
}

#qtranslate-chooser a {
	color: #FFF;
	padding: 0px;
	line-height: 14px;
	padding: 0px 5px;
	transition: all .1s ease 0s;
}

#qtranslate-chooser li:first-child a {
	padding-left: 0px;
}

#qtranslate-chooser li:last-child a {
	padding-right: 0px;
}

.main-navigation li a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	color: white;
	padding: 10px 8px;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current_page_parent > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li > a:hover {
	background-color: #000 !important;
	text-decoration: none;
}

.main-navigation .sub-menu li.current-menu-item > a,
.main-navigation .sub-menu li.current_page_ancestor > a,
.main-navigation .sub-menu li.current_page_parent > a,
.main-navigation .sub-menu li.current-menu-parent > a,
.main-navigation .sub-menu li.current-menu-ancestor > a,
.main-navigation .sub-menu li > a:hover {
	background-color: #26BCCF !important;
}

#qtranslate-chooser li.active a,
#qtranslate-chooser li a:hover {
	background-color: transparent !important;
	text-decoration: none;
	color: #000;
}

.main-navigation .qtranxs_widget_end {
	display: none;
}

.show-search {
	float: right;
	margin-right: 10px;
}

.show-search  .search-magnifier {
	padding: 12px 12px 11px;
	cursor: pointer;
}

#searchform {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	background-color: rgba(34,34,34,0.95);
	z-index: 99;
}

#searchform.js-visibile {
	display: block;
}

#searchform  #search-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

#searchform  #search-close i {
	color: #fff;
	cursor: pointer;
}

#searchform  #search-close i:before {
	font-size: 30px;
}

#searchform  #search-close:hover {
	opacity: 0.7;
}

#searchform form {
	width: 660px;
	max-width: 90%;
	margin: 270px auto 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#searchform input {
	border: 0;
	padding: 15px;
	font-size: 18px;
	color: #000;
	background-color: #fff;
	flex: 1;
	width: 100%;
}

#s::-webkit-input-placeholder {
    color:    #000;
}
#s:-moz-placeholder {
    color:    #000;
}
#s::-moz-placeholder {
    color:    #000;
}
#s:-ms-input-placeholder {
    color:    #000;
}

#searchform  #search-magnifier {
	cursor: pointer;
	padding: 0px 15px;
	background: #26BCCF;
	border: none;
	line-height: 0;

}

#searchform  #search-magnifier:hover {
	opacity: 0.7;
}

.main-navigation li ul {
	display: none;
	position: absolute;
	top: 51px;
	left: 0px;
	background-color: #000;
	z-index: 100;
	transition: initial;
}

.main-navigation li ul li {
	display: block;
}

.main-navigation li ul li a {
	white-space: nowrap;
	padding: 5px 25px;
	display: block;
}

.main-navigation li ul li a:hover {
	background-color: #26BCCF !important;
}

.burger {
	display: none;
	padding: 8px 20px 3px;
	cursor: pointer;
}

.burger-close {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 60;
	cursor: pointer;
	padding: 15px;
}

/**
 * 	2.3 - Header baner
 * -----------------------------------------------------------------------------
 */
 
.baners {
	margin-top: 30px;
}
.baners .baner {
	display: block;
	text-align: center;
}
.baners .baner img {
	max-width: 100%;
	height: auto;
}
.baners .baner.link:hover {
	opacity: 0.7;
}
.baners .baner-mobile{
	display: none;
}
@media only all and (max-width : 1024px) {
	.baners .baner-desktop {
		display: none;
	}
	.baners .baner-mobile {
		display: block;
	}
}

/**
 *  3.0 - Home page
 * -----------------------------------------------------------------------------
 */

.site-bottom,
.home.page .site-bottom {
	margin-top: 50px;
	font-size: 0;
}

.home.page .site-description {
	margin-top: 60px;
}

.home.page .site-description h1 {
	margin-top: 30px;
	color: #26BCCF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}

.home.page .site-description .content {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 300;
}



/**
 *  3.1 - News slider
 * -----------------------------------------------------------------------------
 */

.slider-news {
	height: 460px;
	width: 100%;
	overflow: hidden;
	font-size: 0;
	position: relative;
	margin: 30px auto 0;
}

.slider-news li {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	transition: initial;
}

.slider-news li:first-child {
	display: block;
}

.slider-news .background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	background-size: auto 100%;
	background-position: center center;
}

.slider-news .category {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 20;
}

.slider-news a:hover .title,
.slider-news a:hover .category p {
	text-decoration: underline;
}

.slider-news .category p {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background-color: #26BCCF;
	padding: 5px 25px 5px 25px;
}

.slider-news .description {
	position: absolute;
	top: 70px;
	left: 40px;
	padding-right: 400px;
	bottom: 70px;
	z-index: 15;
}

.slider-news .title {
	font-size: 52px;
	font-weight: 700;
	color: #FFF;
	line-height: 57px;
}

.slider-news .content {
	font-weight: 600;
	font-size: 16px;
	color: #FFF;
	padding: 25px 200px 0 0;
	line-height: 20px;
}

.slider-news nav {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 30;
}

.slider-news nav span {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	height: 20px;
	margin-left: 20px;
	border: 1px solid #FFF;
	cursor: pointer;
}

.slider-news nav span:hover,
.slider-news nav span.current {
	background-color: #FFF;
}

.slider-news nav span:first-child {
	margin-left: 0px;
}

/**
 *  3.2 - Buttons
 * -----------------------------------------------------------------------------
 */

.tickets {
	background:  #26BCCF url( 'img/tickets_btn_2016.png' ) right top no-repeat;
}

.contest {
	background: #90d0f0 url( 'img/contest_btn_2016.png' ) right top no-repeat;
}

.programme {
	background: #26BCCF url( 'img/programme_btn_2016.png' ) right top no-repeat;
}

.games {
	background: #90d0f0 url( 'img/games_btn_2016.png' ) right top no-repeat;
}

.tickets,
.contest,
.programme,
.games {
	width: 750px;
	height: 129px;
	background-size: 100% 100%;
}

.buttons a {
	transition: initial;
}

.buttons a:hover {
	text-decoration: none;
}

.buttons a:hover .tickets,
.buttons a:hover .contest,
.buttons a:hover .programme,
.buttons a:hover .games {
	opacity: .6;
}

.tickets p,
.contest p,
.programme p,
.games p {
	font-size: 45px;
	font-weight: 700;
	color: #FFF;
	padding: 10px 40px 10px 40px;
	text-transform: uppercase;
	line-height: 50px;
}

.contest,
.programme,
.games {
	margin-top: 20px;
}



/**
 *  3.3 - Guests slider
 * -----------------------------------------------------------------------------
 */


.slider-guests-wrap {
	margin-top: 60px;
}

.slider-guests-wrap .slider-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f343a;
	text-align: center;
}

.slider-guests-wrap .slider-buttons {
	margin-top: 60px;
	border-bottom: 5px solid #2f343a;
	text-align: right;
}

.slider-guests-wrap .slider-buttons a {
	display: inline-block;
	background-color: #2f343a;
	border: 1px solid #2f343a;
	padding: 8px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none !important;
}

.slider-guests-wrap .slider-buttons a:hover {
	opacity: 0.7;
}

.slider-guests-wrap .slider-buttons a span {

}

.slider-guests-wrap .slider-buttons a i {
	margin-left: 5px;
}

.slider-guests {
	margin-top: 40px;
}

.slider-guests .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
}

.slider-guests .slick-slide .guest-image {
	border-radius: 100%;
	border: 5px solid #000;
	overflow: hidden;
	display: inline-block;
}

.slider-guests .slick-slide .guest-image img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.slider-guests .slick-slide .guest-image img:hover {
	opacity: 0.8;
}

.slider-guests .slick-slide .guest-description {
	margin-top: 10px;
	text-align: center;
}

.slider-guests .slick-slide .guest-description .guest-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f343a;
}

.slider-guests .slick-slide .guest-description .about-guest {
	font-size: 16px;
	line-height: 1.4;
	color: #2f343a;
}

.slider-guests .slick-next,
.slider-guests .slick-prev {
	top: 142px;
}

/**
 *  3.3 - Events slider
 * -----------------------------------------------------------------------------
 */


.slider-events-wrap {
	margin-top: 60px;
}

.slider-events-wrap .slider-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f343a;
	text-align: center;
}

.slider-events-wrap .slider-buttons {
	margin-top: 60px;
	border-bottom: 5px solid #2f343a;
	text-align: right;
}

.slider-events-wrap .slider-buttons a {
	display: inline-block;
	background-color: #2f343a;
	border: 1px solid #2f343a;
	padding: 8px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none !important;
}

.slider-events-wrap .slider-buttons a:hover {
	opacity: 0.7;
}

.slider-events-wrap .slider-buttons a span {

}

.slider-events-wrap .slider-buttons a i {
	margin-left: 5px;
}

.slider-events {
	margin-top: 40px;
}

.slider-events .slick-slide {
	padding: 10px 5px;
	box-sizing: border-box;
}

.slider-events .slick-slide .event {
	display: block;
	box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, .2);
	height: 455px;
	overflow: hidden;
}

.slider-events .slick-slide .event-image {
	position: relative;
}

.slider-events .slick-slide .event-image img {
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.slider-events .slick-slide .event-image .event-tag {
	position: absolute;
	z-index: 20;
	top: 0;
	left: 30px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	background-color: #26BCCF;
}

.slider-events .slick-slide .event-image .event-information {
	position: absolute;
	z-index: 20;
	bottom: 15px;
	left: 30px;
	right: 30px;
	color: #fff;
}

.slider-events .slick-slide .event-image .event-information p {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 5px 20px 5px 0;
}

.slider-events .slick-slide .event-image .event-information p:last-child {
	padding-right: 0px;
}

.slider-events .slick-slide .event-image .event-information p img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.slider-events .slick-slide .event-image .event-information p span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
}

.slider-events .slick-slide .event-image .event-information a {
	color: #fff;
}

.slider-events .slick-slide .event-description {
	padding: 30px;
}

.slider-events .slick-slide .event-description .event-name {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f343a;
}

.slider-events .slick-slide .event-description .event-lead {
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.4;
	color: #2f343a;
}


/**
 *  4.0 - Footer
 * -----------------------------------------------------------------------------
 */

footer {
	margin-top: 80px;
	background-color: #26BCCF;
	text-align: center;
	padding-bottom: 112px;
}

.footer-navigation {
	padding: 20px 10px 0px;
}

.footer-navigation li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

.footer-navigation li:first-child {
	margin-left: 0px;
}

footer .partners p ,
.footer-navigation a {
	color: #FFF;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-icons  img {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin: 15px 25px;
}

.footer-icons a:hover {
	text-decoration: none;
}

.footer-icons a:hover img {
	background-color: #000;
}

footer .partners-logo img {
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 50px;
}

footer .partners-logo img:first-child {
	margin-left: 0px;
}

footer .caption {
	margin-top: 35px;
	padding-bottom: 35px;
	color: #FFF;
}

footer .caption a {
	color: #FFF;
}

footer .buy-ticket {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 70;
}

footer .buy-ticket a:hover {
	opacity: 0.7;
}

/**
 *  5.0 - Breadcrumbs
 * -----------------------------------------------------------------------------
 */

#crumbs {
	margin: 5px 0 30px;
}

#crumbs .current,
#crumbs a {
	font-weight: 700;
	color: #000;
}

/**
 *  6.0 - Cards (cards for categories, search)
 * -----------------------------------------------------------------------------
 */

ul.cards {
	font-size: 0;
}

ul.cards li {
	display: inline-block;
	vertical-align: top;
}

ul.cards li:nth-child(even) {
	margin-left: 6px;
}

ul.cards li:nth-child(n+3) {
	margin-top: 7px;
}

.card {
	position: relative;
	width: 580px;
	height: 500px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px #ddd;
}

.card-top {
	position: relative;
	width: 580px;
	height: 228px;
}

.card-top .background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
}

.card-top .category {
	position: absolute;
    top: 0px;
    left: 40px;
    z-index: 20;
}

.card-top .category p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background-color: #26BCCF;
    height: 20px;
    padding: 5px 25px 15px 25px;
}

.card-top a:hover .category p {
    text-decoration: underline;
}

.card-top .post-time {
	position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 20;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}

.card-top .post-time img {
	padding-right: 5px;
}

.card-content {
	padding: 30px 40px;
}

.card-content h2 a {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 36px;
}

.card-content p {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
}

/**
 *  7.0 - Category, search page
 * -----------------------------------------------------------------------------
 */

.main-header h1 {
	font-size: 52px;
	line-height: 1.2;
	font-weight: 700;
	padding-bottom: 30px;
}

.main-header .post-title--competition {
	padding-bottom: 0px;
}

.search-form {
	font-size: 0;
	margin-bottom: 40px;
}

.search-form input {
	display: inline-block;
	vertical-align: top;
	width: 1076px;
	background-color: #26BCCF;
	border: 0;
	color: #FFF;
	padding: 15px 20px;
	font-size: 20px;
}

.search-form .search-magnifier {
	display: inline-block;
	vertical-align: top;
	padding: 13px 13px 12px;
	background-color: #26BCCF;
	cursor: pointer;
}

/**
 *  8.0 - Pagination
 * -----------------------------------------------------------------------------
 */

.pagination {
	margin-top: 40px;
	text-align: center;
}


.pagination:first-child {
	margin-top: 0px;
	margin-bottom: 25px;
}


.pagination li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	font-weight: 700;
	min-width: 35px;
	background-color: #000;
	cursor: pointer;
	text-align: center;
	padding: 7px 10px;
	color: #FFF;
	margin: 5px 4px 5px 0px;
}


.pagination li.other {
	background-color: transparent;
	cursor: auto;
	border: 0;
	color: #000;
}


.pagination li a {
	color: #26BCCF;
}


.pagination li:hover a {
	color: white;
}


.pagination li.other:hover a {
	color: #26BCCF;
}


.pagination a:last-child li {
	margin-right: 0px;
}


.pagination li:hover,
.pagination li.active {
	background: #26BCCF;
	color: white;
}


.pagination li.other:hover {
	background: none;
	color: #26BCCF;
}


.pagination li:hover {
	color: white;
}


.pagination li.current {
	background: #26BCCF;
	color: white;
}

/**
 *  9.0 - Single & Static page
 * -----------------------------------------------------------------------------
 */

 .sharedaddy {
	margin-top: 25px;
 }
.page .site-bottom {
	margin-top: 0;
}

.single article {
	margin-top: 30px;
}

.single .description {
	right: 40px;
}

.single .post-time {
	position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 20;
	font-size: 16px;
	color: #FFF;
	font-weight: 600;
}

.single .post-time img {
	padding-right: 5px;
}

.single .lead {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.page .article p,
.single .article p {
	margin: 10px 0;
}

.page .article p:first-child,
.single .article p:first-child {
	margin-top: 0;
}

.page .article p:last-child,
.single .article p:last-child {
	margin-bottom: 0;
}

.page .article .wp-caption,
.single .article .wp-caption {
	margin: 20px 0;
	border-bottom: 5px solid black;
	font-size: 14px;
	max-width: 100%;
}

.page .article p img,
.single .article p img {
	max-width: 100%;
	height: auto;
}

.page .article .alignleft,
.single .article .alignleft {
	float: left;
}

.page .article .alignright,
.single .article .alignright {
	float: right;
}

.page .article blockquote,
.single .article blockquote {
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	padding: 20px 0px 20px 90px;
	background: url( 'img/quote.svg' ) 0px 30px no-repeat;
	background-size: 50px 50px;
}

.term-edit-link,
.post-edit-link,
.page .article a,
.single .article a {
	color: #26BCCF;
}

.page .article ol,
.page .article ul,
.single .article ul,
.single .article ol {
	list-style: inherit;
	padding-left: 20px;
}

.single .article .read-more {
	margin-top: 30px;
	border-top: 5px solid #000;
	padding-top: 20px;
}

.single .article .read-more h4 {
	font-size: 22px;
	font-weight: 700;
}

.single .read-more-article {
	position: relative;
	height: 295px;
	width: 100%;
	margin-top: 10px;
}

.single .read-more-article .background {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-size: auto 100%;
	background-position: center center;
}

.single .read-more-article .category {
    position: absolute;
    top: 0px;
    left: 40px;
    z-index: 20;
}

.single .read-more-article .category p {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFF;
	background-color: #373767;
	height: 20px;
	padding: 5px 25px 10px 25px;
	margin: 0;
}

.single .read-more-article .description {
	position: absolute;
	top: 70px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	z-index: 15;
}

.single .read-more-article h3 {
	font-size: 42px;
	font-weight: 700;
	color: #FFF;
	line-height: 47px;
}

.single .read-more-article a:hover h3 {
	text-decoration: underline;
}

.single a.tag {
	padding: 0px 10px 2px;
	background-color: #26BCCF;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	margin-right: 5px;
}

.single a.tag:hover {
	background-color: #26BCCF;
	text-decoration: none;
}

/**
 *  9.1 - Gallery
 * -----------------------------------------------------------------------------
 */

.gallery-childrens  {
	margin-bottom: 40px;
}

.page-template-gallery .gallery,
.gallery-childrens  {
	font-size: 0;
	margin-left: -3px;
	margin-right: -3px;
}

.page-template-gallery .gallery .image,
.gallery-childrens .image {
	width: 33.3333%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 3px;
}

.page-template-gallery .gallery .image .image-box,
.gallery-childrens .image .image-box {
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px #ddd;
}

.page-template-gallery .gallery .image .image-box .post-thumbnail,
.gallery-childrens .image .image-box .post-thumbnail {
	display: block;
	position: relative;
}

.page-template-gallery .gallery .image .image-box .post-thumbnail img,
.gallery-childrens .image .image-box .post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.page-template-gallery .gallery .image .post-thumbnail .hover,
.gallery-childrens .image .post-thumbnail .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.page-template-gallery .gallery .image .post-thumbnail:hover .hover,
.gallery-childrens .image .post-thumbnail:hover .hover {
	background-color: rgba( 50,192,195, .8 );
}

.page-template-gallery .gallery .image .title,
.gallery-childrens .image .title {
	min-height: 94px;
	padding: 20px;
	background-color: #fff;
}

.page-template-gallery .gallery .image .title a,
.gallery-childrens  .image .title a {
	font-size: 22px;
	line-height: 1.4;
	color: #000;
	text-decoration: none;
}

.page-template-gallery .gallery .image .title a:hover,
.gallery-childrens .image .title a:hover{
	text-decoration: underline;
}

@media (min-width:  1200px) {

body.prace-konkursowe-template-default .gallery-childrens .image {
	width: 25% !important;
	padding:  11px !important;
}

}

.single-gallery .gallery {
	font-size: 0;
	margin-left: -3px;
	margin-right: -3px;
}

.single-gallery .gallery li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 3px;
}

.single-gallery .gallery-image{
	display: block;
	position: relative;
	text-align: center;
}

.single-gallery .gallery-image img {
	max-width: 100%;
	height: auto;
}

.single-gallery .gallery-image .hover{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.single-gallery .gallery-image:hover .hover {
	background-color: rgba( 50,192,195, .8 );
}

/*GALERIA PRACE KONKURSOWA */
.page-template-prace-konkursowe .gallery,
.search-results .gallery {
	font-size: 0;
	margin-left: -3px;
	margin-right: -3px;
}

.page-template-prace-konkursowe .gallery .image,
.search-results .gallery .image {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 11px;
}

.page-template-prace-konkursowe .gallery .image .image-box,
.search-results .gallery .image .image-box {
	border: 1px solid #ddd;
	box-shadow: 0px 0px 20px #ddd;
}

.page-template-prace-konkursowe .gallery .image .image-box .post-thumbnail,
.search-results .gallery .image .image-box .post-thumbnail {
	display: block;
	position: relative;
}

.page-template-prace-konkursowe .gallery .image .image-box .post-thumbnail img,
.search-results .gallery .image .image-box .post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.page-template-prace-konkursowe .gallery .image .post-thumbnail .hover,
.search-results .gallery .image .image-box .post-thumbnail .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.page-template-prace-konkursowe .gallery .image .post-thumbnail:hover .hover,
.search-results .gallery .image .image-box .post-thumbnail:hover .hover {
	background-color: rgba( 50,192,195, .8 );
}

.page-template-prace-konkursowe .gallery .image a.link,
.search-results .gallery .image a.link{
	min-height: 94px;
	padding: 20px;
	background-color: #fff;
	display: block;
	text-decoration: none !important;
}
.page-template-prace-konkursowe .gallery .image a.link h2,
.search-results .gallery .image a.link h2 {
font-size: 22px;
	line-height: 1.4;
	color: #000;
	text-decoration: none;
}
.page-template-prace-konkursowe .gallery .image a.link:hover h2,
.search-results .gallery .image a.link:hover h2 {
	text-decoration: underline;
}

.page-template-prace-konkursowe .gallery .image a.link span,
.search-results .gallery .image a.link span {
	font-size: 16px;
	line-height: 130%;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

.page-template-prace-konkursowe .gallery .image a.link:hover span,
.search-results .gallery .image a.link:hover span {
	text-decoration: none !important;
}

.single-prace-konkursowe .gallery {
	font-size: 0;
	margin-left: -3px;
	margin-right: -3px;
}

.single-prace-konkursowe .gallery li {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 3px;
}

.single-prace-konkursowe .gallery-image{
	display: block;
	position: relative;
	text-align: center;
}

.single-prace-konkursowe .gallery-image img {
	max-width: 100%;
	height: auto;
}

.single-prace-konkursowe .gallery-image .hover{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.single-prace-konkursowe .gallery-image:hover .hover {
	background-color: rgba( 50,192,195, .8 );
}

.single-prace-konkursowe a.link{
	min-height: 94px;
	padding: 20px;
	background-color: #fff;
	display: block;
	text-decoration: none !important;
}
.single-prace-konkursowe a.link h2 {
font-size: 22px;
	line-height: 1.4;
	color: #000;
	text-decoration: none;
}
.single-prace-konkursowe a.link:hover h2 {
	text-decoration: underline;
}

.single-prace-konkursowe a.link span {
	font-size: 16px;
	line-height: 130%;
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
	display: block;
	margin-top: 5px;
}

.single-prace-konkursowe a.link:hover span {
	text-decoration: none !important;
}

/**
 *  9.2 - Event & exhibition
 * -----------------------------------------------------------------------------
 */

.single-exhibition,
.single-event {

}
.single-exhibition .main-header h1,
.single-event .main-header h1 {
	font-size: 30px;
}

.single-exhibition .event-tag,
.single-event .event-tag {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	background-color: #26BCCF;
	margin-bottom: 15px;
}

.event-box {
	padding: 30px 35px;
	background-color: #26BCCF;
	margin-top: 35px;
}

.event-box .event-information {

}

.event-box .event-information p {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	padding: 5px 30px 5px 0;
}

.event-box .event-information p:last-child {
	padding-right: 0px;
}

.event-box .event-information p svg {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.event-box .event-information p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.event-box .event-location {
	margin-top: 25px;
	border-top: 5px solid #2f343a;
	padding-top: 25px;
}

.event-box .event-location p.event-location-title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px
}

.event-box .event-location p {
	margin: 0px;
}

/**
 *  9.3 - Guest
 * -----------------------------------------------------------------------------
 */

.single-guest {

}

.guest-header {
	border-bottom: 5px solid #2f343a;
}

.guest-header .guest-header-landscape {
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.guest-header .guest-header-landscape:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to top, #2f343a 0%, #2f343a 3%, rgba(47, 52, 58, 0) 100%);
}

.guest-header .guest-header-description {
	font-size: 0px;
	position: relative;
	text-align: center;
	max-width: 90%;
	margin: -130px auto 30px;
}

.guest-header .guest-header-description .guest-header-left {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
}

.guest-header .guest-header-description .guest-header-left img {
	width: 170px;
	height: auto;
	max-width: 100%;
	border-radius: 100%;
	border: 3px solid #000;
}

.guest-header .guest-header-description .guest-header-right {
	display: inline-block;
	vertical-align: middle;
	width: 77%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-bottom: 30px;
	text-align: left;
}

.guest-header .guest-header-description .guest-header-right h1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.guest-header .guest-header-description .guest-header-right .about-guest {
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
}




.speeches {
	margin-top: 30px;
}
.speeches .speeches-title {
	font-size: 22px;
	font-weight: 700;
	color: #2f343a;
}

.speeches .day-title:first-child {
	margin-top: 5px;
}

.speeches .day-title {
	margin-top: 40px;
	font-size: 20px;
	font-weight: 700;
	color: #2f343a;
	margin-bottom: -10px;
}

.speeches .event {
	margin-top: 20px;
}

.speeches .event .event-content {
	padding: 25px 25px 15px 25px;
	height: 100%;
	box-sizing: border-box;
	background-color: #26BCCF;
	position: relative;
}

.speeches .event .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #2f343a;
}

.speeches .event .guests {
	margin-top: 10px;
}

.speeches .event .guests img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.speeches .event .guests span {
	display: inline-block;
	vertical-align: middle;
	color: #2f343a;
	font-size: 15px;
	line-height: 1.2;
}

.speeches .event .guests a {
	color: #2f343a;
}

.speeches .event .bottom {
	margin-top: 45px;
}

.speeches .event .bottom p {
	display: inline-block;
	vertical-align: top;
	padding: 5px 30px 5px 0;
	margin: 0px;
}

.speeches .event .bottom p:last-child {
	padding-right: 0px;
}

.speeches .event .bottom p svg {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.speeches .event .bottom p img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.speeches .event .bottom p span {
	display: inline-block;
	vertical-align: middle;
	color: #2f343a;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

/**
 *  10.0 - Sidebar
 * -----------------------------------------------------------------------------
 */

.sidebars {
    margin-left: 30px;
    width: 390px;
	display: inline-block;
	vertical-align: top;
}

.sidebar {
    font-size: 16px;
	margin-top: 30px;
}

.sidebar:first-child {
	margin-top: 0px;
}

.sidebar .tickets,
.sidebar .contest,
.sidebar .programme,
.sidebar .games {
	width: 390px;
	height: 67px;
}

.sidebar .tickets p,
.sidebar .contest p,
.sidebar .programme p,
.sidebar .games p {
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
	padding: 8px 20px 8px 20px;
	text-transform: uppercase;
	line-height: 25px;
}

.sidebar .contest,
.sidebar .programme,
.sidebar .games {
	margin-top: 10px;
}

.sidebar .tickets {
	background: #26BCCF url( 'img/tickets_btn_2016.png' ) right top no-repeat;
	background-size: 100% 100%;
}

.sidebar .contest {
	background: #90d0f0 url( 'img/contest_btn_2016.png' ) right top no-repeat;;
	background-size: 100% 100%;
}

.sidebar .programme {
	background: #26BCCF url( 'img/programme_btn_2016.png' ) right top no-repeat;
	background-size: 100% 100%;
}

.sidebar .games {
	background: #90d0f0 url( 'img/games_btn_2016.png' ) right top no-repeat;
	background-size: 100% 100%;
}





/**
 *  10.1 - Social Media
 * -----------------------------------------------------------------------------
 */

.sidebar .icons  {
	font-size: 0;
}

.sidebar .icons  img {
	display: inline-block;
	vertical-align: top;
	background-color: #90d0f0;
	padding: 10px 26px;
	margin-left: 10px;
}

.sidebar .social-media-posts {
	margin-left: 30px;
	width: 390px;
	float: right;
}

.sidebar .icons  a:first-child img {
	margin-left: 0px;
}

.sidebar .icons  a:hover img {
	background-color: #000;
}

.sidebar .social-media {
	margin: 10px 0;
}

.sidebar .social-media p {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	background-color: #26BCCF;
	color: #FFF;
	text-align: center;
	padding: 5px 0;
}

.sidebar #social-stream-63 {
	margin-top: 10px;
	background: transparent;
	height: 439px;
	padding: 0;
	border-radius: 0;
	border-bottom: 5px solid #26BCCF;
}

.sidebar #social-stream-63 * {
	transition: initial;
	font: 600 13px/16px 'Titillium Web', sans-serif;

}

.sidebar #social-stream-63 .dcsns-facebook  .fb-author,
.sidebar #social-stream-63 strong {
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

.sidebar #social-stream-63 .stream li {
	border: 2px solid black;
	border-radius: 2px;
}

.sidebar #social-stream-63 .stream li .inner {
	padding: 15px;
}

.sidebar #social-stream-63 .dcwss-content {
	height: 401px !important;
}

.sidebar #social-stream-63 .section-intro {
	background-color: #26BCCF !important;
	border-radius: 0px;
}

.sidebar #social-stream-63 .section-intro,
.sidebar #social-stream-63 .section-intro a {
	color: #ffffff;
}

.sidebar #social-stream-63.twitter-user a:hover strong,
.sidebar #social-stream-63 .inner a:hover {
	color: #26BCCF;
	text-decoration: none;
}

.sidebar #social-stream-63 .dcsns-facebook  .fb-author {
	line-height: 25px;
}

.sidebar #social-stream-63 .dcsns-facebook  .fb-author:hover {
	text-decoration: underline;
	color: #000;
}

.sidebar #social-stream-63 .dcsns-facebook .section-thumb {
	display: block;
	width: 100%;
	float: none;
}

.sidebar #social-stream-63 .section-thumb img {
	border: 0px;
	max-width: 320px;
	height: auto;
}

.sidebar #social-stream-63 .section-share {
	display: none;
}

.sidebar #social-stream-63 .section-intro {
	padding: 1px 0 1px 35px;
}

.sidebar #social-stream-63 .section-intro span,
.sidebar #social-stream-63 .section-intro a{
	font-size: 10px;
}

.sidebar #social-stream-63 .icon {
	height: 16px;
	width: auto;
}

.sidebar #social-stream-63 .dcsns-facebook  .section-text,
.sidebar #social-stream-63 .dcsns-facebook  .section-title {
	display: initial;
}

.sidebar #social-stream-63 .dcsns-facebook  .section-user {
	display: none;
}

.sidebar .buttons {
	margin-top: 10px;
}

/**
 *  10.2 - Sidebar Menu
 * -----------------------------------------------------------------------------
 */

.sidebar li.menu-item {
	display: block;
	background-color: #000;
}

.sidebar h3 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 10px;
}

.sidebar li.menu-item a {
	display: block;
    font-size: 20px;
    font-weight: 700;
    color: white;
    padding: 10px 10px 10px 30px;
	text-transform: uppercase;
}

.sidebar li.menu-item a:hover {
	background-color: #26BCCF;
	text-decoration: none;
}

/**
 *  11.0 - Kontakty - template
 * -----------------------------------------------------------------------------
 */

.contacts-list {
	text-align: center;
}

.contacts-list ul {
	font-size: 0;
	margin: -30px -1px;
}

.contacts-list li {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 20%;
	padding: 30px 10px;
}

.contacts-list li .contact-box {
	height : 350px;
	border-bottom: 5px solid black;
}

.contacts-list li .contact-box img {
	border-radius: 100%;
	border: 5px solid #000;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

.contacts-list li .contact-box img:hover {
	opacity: 0.8;
}

.contacts-list li .contact-box h2 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 20px;
}

.contacts-list li .contact-box p {
	font-size: 16px;
	margin: 0;
	line-height: 20px;
}

.page-template-contact .site-bottom {
	padding: 30px 0;
	border-bottom: 5px solid black;
}

.page-template-contact .article {
	min-height: 0;
	width: 100%;
}

/**
 *  11.1 - Goście - template
 * -----------------------------------------------------------------------------
 */

/**
 *  12.0 - Full width - template
 * -----------------------------------------------------------------------------
 */

.page-template-full-width .article {
	width: 100%;
}

/**
 * 13.0 Event Programme - template
 * -----------------------------------------------------------------------------
 */

.page-template-exhibition-programme > .wrap,
.page-template-events-programme > .wrap {
	width: 100% !important;
}
.page-template-exhibition-programme h1,
.page-template-events-programme h1 {
	margin-top: 30px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
}

.program  {
	font-size: 0px;
	margin: 0px auto;
	text-align: center;
}

.program * {
	transition: initial !important;
}

.program .days {
	display: inline-block;
	vertical-align: top;
	margin: 5px;
}

.program .days p {
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 16px 50px;
	text-transform: uppercase;
	color: #2f343a;
	border: 4px solid #2f343a;
}

.program .days p:hover {
	background-color: #2f343a;
	color: #FFF;
}

.program .days.current p {
	background-color: #2f343a;
	color: #FFF;
}

.program .event-guests {
	margin: 40px 25px;
	display: inline-block;
	vertical-align: middle;
}

.program .event-guests.js-visible .event-guest:first-child {
	border-bottom: 1px solid #000;
}

.program .event-guests > p {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.program .event-guests img.select-guest {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: -28px;
	position: relative;
	z-index: 31;
}

.program .event-guests-list {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 300px;
	height: 47px;
}

.program .event-guests-list .list {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 31;
	border: 1px solid #000;
}

.program .event-guest {
	background-color: #fff;
	display: block;
	text-align: left;
	cursor: pointer;
	display: none;
}

.program .event-guest:hover p {
	text-decoration: underline;
}

.program .event-guest.current {
	display: block !important;
}

.program .event-guest p {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	padding: 12px 10px;
	color: #2f343a;
	text-transform: uppercase;
}

.program .event-categories {
	margin: 40px 25px;
	display: inline-block;
	vertical-align: middle;
}

.program .event-categories.js-visible .event-category:first-child {
	border-bottom: 1px solid #000;
}

.program .event-categories > p {
	font-size: 16px;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}

.program .event-categories img.select-category {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	margin-left: -28px;
	position: relative;
	z-index: 30;
}

.program .event-categories-list {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 300px;
	height: 47px;
}

.program .event-categories-list .list {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 30;
	border: 1px solid #000;
}

.program .event-category {
	background-color: #fff;
	display: block;
	text-align: left;
	cursor: pointer;
	display: none;
}

.program .event-category:hover p {
	text-decoration: underline;
}

.program .event-category.current {
	display: block !important;
}

.program .event-category p {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	padding: 12px 10px;
	color: #2f343a;
	text-transform: uppercase;
}

.program .event-category svg {
	display: inline-block;
	vertical-align: top;
	padding: 16px 10px 5px 20px;
}

.program .select-mobile {
	margin: 20px auto 40px;
	display: none;
}

.program .select-mobile p {
	font-size: 16px;
	margin-bottom: 8px;
}

.program .select-mobile select {
	background-color: #26BCCF;
	border: 0;
	color: #FFF;
	padding: 15px;
	text-transform: uppercase;
	font-size: 15px;
	width: 400px;
}

.program .select-mobile option {
	color: #FFF;
	padding: 15px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.program-pdf-download img,
.program-pdf-download p {
	display: inline-block;
	vertical-align: middle;
}

.program-pdf-download img {
	padding-right: 10px;
}

.program-pdf-download a {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	vertical-align: middle;
}

.program-pdf-download a:hover {
	text-decoration: none;
}

.program-pdf-download a:hover p {
	text-decoration: underline;
}

.columns-navigation {
	height: 42px;
}

.columns-navigation .columns-navigation-fixed  {
	position: relative;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	padding: 11px 10px;
	width: 100%;
	box-sizing: border-box;
	background-color: #fff;
	opacity: 0;
}

.columns-navigation .columns-navigation-fixed > div {
	display: flex;
	align-items: center;
}

.columns-navigation .columns-navigation-fixed > div:hover {
	cursor: pointer;
	color: #26BCCF;
}

.columns-navigation .columns-navigation-fixed > div span {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}

.columns-navigation .columns-navigation-fixed > div i:before {
	font-size: 20px;
}

.columns-navigation .columns-navigation-fixed .prev-columns i {
	margin-right: 10px;
}

.columns-navigation .columns-navigation-fixed .next-columns i {
	margin-left: 10px;
}

/**
 *  13.2 - Event Programme - Vertical table
 * -----------------------------------------------------------------------------
 */


.program .events-vertical {
	display: flex;
	justify-content: center;
	margin: 0px auto;
	padding-top: 42px;
	opacity: 0;
}

.program .events-vertical .hour {
	height: 90px;
	width: 50px;
}

.program .events-vertical .hour p {
	top: calc( -19px / 2 );
	position: relative;
}

.program .events-vertical .hour span {
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.program .events-vertical .locations {
	display: flex;
	height: 5401px;
	padding-top: 42px;
	margin-top: -42px;
}

.program .events-vertical .locations .location-wrap {
	position: relative;
}

.program .events-vertical .locations .location-wrap.hide-column {
	display: none;
}

.program .events-vertical .table {
	position: relative;
	border-top: 1px solid #ddd;
}

.program .events-vertical .table .line {
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	height: 90px;
	width: 248px;
}

.program .events-vertical .table .line:nth-child( 4n ) {
	height: 89px;
	border-bottom: 1px solid #ddd;
}

.program  .events-vertical .location {
	position: absolute;
	top: -42px;
	left: 1px;
	overflow: hidden;
	cursor: pointer;
	background-color: #000;
	width: 248px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	z-index: 20;
}

.program  .events-vertical .location:hover {
	opacity: .7;
}

.program  .events-vertical .location .location-name {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}



.program .events-vertical .event {
	position: absolute;
	top: 0px;
	left: 1px;
	right: 1px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity .5s ease 0s !important;
}

.program .events-vertical .event.is-category-filter.is-guest-filter {
	opacity: 1;
}

.program .events-vertical .event:hover {
	opacity: 0.4 !important;
	transition: opacity .5s ease 0s !important;
}

.program .events-vertical .event .event-content {
	padding: 15px;
	height: 100%;
	box-sizing: border-box;
	background-color: #26BCCF;
	overflow: hidden;
}

.program .events-vertical .event .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.program .events-vertical .event .guests {
	margin-top: 5px;
}

.program .events-vertical .event .guests svg {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.program .events-vertical .event .guests span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.2;
	width: 89%;
}

.program .events-vertical .event .bottom {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 10px;
}

.program .events-vertical .event .bottom p {
	display: block;
	vertical-align: top;
	padding: 2px 0px 2px 0;
}

.program .events-vertical .event .bottom p:last-child {
	padding-right: 0px;
}

.program .events-vertical .event .bottom p svg {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	max-width: 14px;
	max-height: 14px;
}

.program .events-vertical .event .bottom p > span {
	width: 89%;
}

.program .events-vertical .event .bottom p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}

/**
 *  13.5 - Exhibition Programme - Vertical table
 * -----------------------------------------------------------------------------
 */

.exhibition .events-vertical .locations {
	height: auto;
}

.exhibition .events-vertical .table .line {
	height: 89px;
	border-bottom: 1px solid #ddd;
}

.exhibition .events-vertical .table .line:last-child {
	border: none;

}

.exhibition .events-vertical .event {
	opacity: 1;
}

.exhibition .events-vertical .event  .bottom {
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.exhibition .program-pdf-download {
	margin-top: 20px;
}

/**
 *  13.3 - Event Programme - Pop-up
 * -----------------------------------------------------------------------------
 */

.pop-up {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100%;
	background-color: rgba( 1, 15, 19, .8 );
	z-index: 100;
	display: none;
	transition: initial;
	overflow-y: scroll;
}

.pop-up-content {
	margin: 100px auto 50px;
	width: 1170px;
	position: relative;
	font-size: 0px;
}

.pop-up-close {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #2f343a;
	padding: 10px;
	z-index: 50;
	cursor: pointer;
}

.pop-up-close:hover {
	background-color: #000;
}

.pop-up-top-right,
.pop-up-top-left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: 230px;
	overflow: hidden;
	position: relative;
	background-size: auto 100%;
}

.pop-up .category {
	position: absolute;
    top: 0px;
    left: 40px;
	z-index: 20;
}

.pop-up .category p {
    font-size: 20px;
	line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    background-color: #26BCCF;
    padding: 10px 25px 10px 25px;
}

.pop-up-top-right div {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #2f343a;
}

.pop-up-top-right p {
	font-size: 18px;
	line-height: 1.4;
}

.pop-up-top-right p:first-child {
	padding-bottom: 5px;
}

.pop-up-top-right p strong {
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
}

.pop-up-bottom {
	background-color: #FFF;
	padding: 40px;
	font-size: 0px;
}

.pop-up-bottom-header {
	font-size: 19px;
	line-height: 19px;
	color: #2f343a;
	font-weight: 700;
}

.pop-up-bottom-header p {
	display: inline-block;
	vertical-align: top;
	padding: 5px 40px 5px 0;
}

.pop-up-bottom-header p:last-child {
	padding-right: 0px;
}

.pop-up-bottom-header svg {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.pop-up-bottom-header span {
	display: inline-block;
	vertical-align: middle;
	color: #2f343a;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
}

.pop-up-bottom-header a {
	color: #2f343a;
}

.pop-up-bottom-title {
	font-size: 40px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
	margin-top: 25px;
}

.pop-up-bottom-content {
	font-size: 16px;
	line-height: 1.5;
	color: #2f343a;
	margin-top: 15px;
}

.pop-up-bottom-button {
	display: inline-block;
	margin-top: 25px;
	background-color: #2f343a;
	padding: 12px 20px;
}

.pop-up-bottom-button:hover {
	background-color: #26BCCF;
}

.pop-up-bottom-button img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.pop-up-bottom-button span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

.pop-up-maps {
	background-color: #FFF;
}

.pop-up-maps.half iframe,
.pop-up-maps.half .plan {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.pop-up-maps .plan img{
	width: 100%;
	height: auto;
}

.pop-up-maps iframe{
	width: 100%;
	height: 475px;
}

/**
 *  14.0 - Festival places - template
 * -----------------------------------------------------------------------------
 */

#google-map {
	width: 100%;
	height: 600px;
	margin-top: 10px;
}

#google-map * {
	transition: initial;
}

/**
 *  15.0 - Cookie pop-up
 * -----------------------------------------------------------------------------
 */

#cookies {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 30px;
	max-width: 425px;
	height: auto;
	font-size: 14px;
	z-index: 100;
	box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
	padding: 10px 30px;
	background-color: #FFF;
	text-align: center;
	color: #5f3925;
	font-weight: 700;
}

#cookies img {
	margin-top: -80px;
}

#cookies p {
	margin: 10px 0;
}

#cookies a {
	color: #5f3925;
}

#cookies a:hover {
	text-decoration: underline;
}

#cookies  button {
	display: block;
	padding: 10px;
    border: 0px;
	background-color: #5f3925;
	color: #FFF;
	cursor: pointer;
	margin: 10px auto;
	font-weight: 700;
}

#cookies  button:hover {
	background-color: #000;
}

/**
 *  16.0 - 404 Error
 * -----------------------------------------------------------------------------
 */

.error404 article {
	text-align: center;
	margin-top: 70px;
}

.error404 article h1 {
	font-size: 80px;
	font-weight: 900;
}

.error404 article p {
	font-size: 44px;
	font-weight: 700;
	line-height: 20px;
}

/**
 *  17.0 - Lightbox
 * -----------------------------------------------------------------------------
 */

#lightbox{display:  none !important; position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:100;background-color:rgba(0,0,0,0.85);}#lightbox .current{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:90%;max-height:90%;box-shadow:0px 0px 40px 0px rgba(0,0,0,0.6);z-index:30;}#lightbox iframe.current{width:90%;height:90%;border:0;box-shadow:none;background-color:#fff;}#lightbox .close{position:absolute;top:0;right:0;padding:10px;cursor:pointer;z-index:50;color:#fff;}#lightbox .close:before{font-size:20px;}#lightbox .close:hover{background-color:#26BCCF;}#lightbox .overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;}#lightbox .nav{display:none;position:absolute;top:50%;padding:10px;cursor:pointer;z-index:50;color:#fff;}#lightbox .nav:before{font-size:30px;}#lightbox .nav:hover{background-color:#26BCCF;}#lightbox .prev{left:0;}#lightbox .next{right:0;}#lightbox .preloader{height:14px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;text-align:center;font-size:14px;color:#fff;font-weight:bold;z-index:0;}#lightbox .caption{display:none;position:absolute;left:0;right:0;bottom:0;background-color:#000;padding:15px 30px;text-transform:uppercase;text-align:center;font-size:18px;color:#fff;font-weight:bold;z-index:40;}



/**
 *  18.0 - Post content
 * -----------------------------------------------------------------------------
 */
.post-content {
	margin-top: 30px;
}

.pswp img {
	transition: none !important;
}

button.pswp__button--zoom {display: block !important;}

/* LIGHTBOX */
.pswp__ui--idle button.pswp__button--arrow--left,
.pswp__ui--idle button.pswp__button--arrow--right,
.pswp__caption.pswp__ui--idle,
.pswp__ui--idle .pswp__top-bar {
    opacity: 1 !important;
    visibility: visible !important;
}

.pswp--touch button.pswp__button--arrow--left,
.pswp--touch button.pswp__button--arrow--right {
    opacity: 1 !important;
    visibility: visible !important;
}

button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before {
    width: 50px !important;
    height: 53px !important;
}

button.pswp__button--arrow--left:before {
    background-image: url(img/left-arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 35%;
}

button.pswp__button--arrow--right:before {
    background-image: url(img/right-arrow.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 35%;
}

button.pswp__button--close {
	background: url(img/bg-ligthbox-close.png) center no-repeat !important;
}
button.pswp__button--close:hover {
	background: url(img/bg-ligthbox-close.png) center no-repeat !important;
}

button.pswp__button--fs {
	background: url(img/bg-ligthbox-fs.png) center no-repeat !important;
}

.pswp--fs button.pswp__button--fs {
	background: url(img/bg-ligthbox-fs-active.png) center no-repeat !important;
background-position: 12 !important;
}

button.pswp__button--zoom {
	background: url(img/bg-ligthbox-plus.png) center no-repeat !important;
}

.pswp--zoomed-in button.pswp__button--zoom {
	background: url(img/bg-ligthbox-mins.png) center no-repeat !important;
	background-position: 12 !important;
}

@media only all and (min-width : 768px) {

	button.pswp__button--arrow--left:before {
    background-size: 45%;
}

button.pswp__button--arrow--right:before {
    background-size: 45%;
}
	}