@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,700,700italic);

html, body {
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden !important;
	font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 400;
	font-size: 13px; line-height: 17px;
	background: #fff;
	color: #333;
}

/* MAIN COMPONENTS */

a {
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
    color: #00b6ed;
}
a:hover {
	color: #36d0ff;
}

b, strong {
	font-weight: 700;
}

.ultra-strong {
	font-weight: 700;
	color: #00b6ed;
}

.debug-errors {
	display: none;
}

.modal {
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	border: none;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}
.modal-backdrop {
	background: #00b6ed;
}
.modal-header {
	border-bottom: none;
}
.modal-footer {
	border-top: none;
}
.modal .alert {
	border: none !important;
	border-radius: 0 !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important;
}
.modal-body .alert p {
	font-size: 19px !important; line-height: 23px !important;
}
.modal a.btn {
	font-size: 17px; line-height: 21px;
	padding: 7px 20px;
	background: #ddd; color: #666;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border: none;
	text-shadow: none;
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
	font-weight: 400;
}
.modal a.btn:hover {
	background: #eee;
}

#swipe {
	position: fixed;
	bottom: 24px; left: 50%;
	margin-left: -24px;
	width: 48px; height: 48px;
	padding: 24px;
	border-radius: 48px; -moz-border-radius: 48px; -webkit-border-radius: 48px;
	background: rgba(0,182,237,1);
	z-index: 11;
}

/* PAGE TRANSITIONS */

.pt-perspective {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	perspective: 1200px;
}
.pt-page {
	width: 100%;
	height: 100%; min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: url('../images/cubes.png') repeat #fff;
}
.pt-page-current, .no-js .pt-page {
	visibility: visible;
	z-index: 1;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.no-js body {
	overflow: auto;
}
.pt-page-ontop {
	z-index: 999;
}

/* PAGE STRUCTURE */

.wrapper {
	width: 100%;
	margin: 0 auto;
}
.pt-page > .wrapper:first-child {
	margin-top: 100px;
}
.pt-page > .wrapper:last-child {
	margin-bottom: 50px;
}
.wrapper, .container {
	position: relative;
	z-index: 3;
}
.container {
	margin: 0 auto !important;
	padding: 0 20px !important;
}

/* HEADER */

#header {
	position: fixed;
	top: 0; left: 0;
	background: rgba(0,182,237,0.85);
	padding: 5px 0;
	height: 40px; overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
	z-index: 11;
}

a.menu-toggler {
	display: inline-block;
	width: 36px; height: 36px;
	padding: 2px;
	vertical-align: middle;
}
a.menu-toggler .menu-toggler-in {
	width: 36px; height: 36px;
	border-radius: 18px; -moz-border-radius: 18px; -webkit-border-radius: 18px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
a.menu-toggler .menu-toggler-in .lines, a.menu-toggler .menu-toggler-in .letters, a.menu-toggler .menu-toggler-in .lines-inverse {
	position: absolute;
	top: 0; left: 0;
	width: 36px; height: 28px;
	padding-top: 8px;
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
a.menu-toggler .menu-toggler-in .lines-inverse {
	top: 40px;
	background: #00b6ed;
}
a.menu-toggler .menu-toggler-in .lines > span, a.menu-toggler .menu-toggler-in .lines-inverse > span {
	display: block;
	background: #00b6ed;
	width: 20px; height: 3px; margin: 3px auto;
}
a.menu-toggler .menu-toggler-in .lines-inverse > span {
	background: #fff;
}
#header a.menu-toggler:hover .lines, #header.opened a.menu-toggler .lines, #header.opened a.menu-toggler:hover .lines {
	top: -40px;
}
a.menu-toggler .menu-toggler-in .letters {
	top: 40px;
	font-weight: 700;
	color: #00b6ed;
	letter-spacing: -1px;
	font-size: 27px; line-height: 13px;
	text-align: center;
}
#header a.menu-toggler:hover .letters, #header.opened a.menu-toggler .letters, #header.opened:hover a.menu-toggler:hover .letters,
#header a.menu-toggler:hover .lines-inverse, #header.opened a.menu-toggler .lines-inverse, #header.opened:hover a.menu-toggler:hover .lines-inverse {
	top: 0;
}

.header-title {
	display: inline-block;
	margin: 0 0 0 20px;
	color: #fff;
	font-size: 21px; line-height: 21px;
	vertical-align: middle;
}
.header-title a {
	color: #fff;
	font-weight: 400;
}
.header-title-opened {
	display: none;
}
#header.opened .header-title-closed {
	display: none;
}
#header.opened .header-title-opened {
	display: block;
}

.menu {
	position: absolute;
	width: 100%;
	top: 50px; left: 80px;
	margin: 0; padding: 0;
	border-top: 1px solid #fff;
}
.menu > li {
	float: left;
	width: 14%;
	margin: 0; padding: 0;
	list-style-type: none;
}
.menu > li a {
	color: #fff;
	font-size: 17px; line-height: 23px;
	display: block;
	padding: 25px 0 0 0;
	margin-right: 15%;
	font-weight: 400;
}
.menu > li a:hover {
	box-shadow: inset 0 6px 0 rgba(255,255,255,0.5);
}
.menu > li.active a, .menu > li.active a:hover {
	box-shadow: inset 0 6px 0 #fff;
}

#header-article-closer {
	position: absolute;
	top: -50px; right: 0;
	z-index: 3;
	width: 40%; height: 50px;
	background: rgba(0,182,237,0.85);
	-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
}
#header-article-closer.opened {
	top: 0;
}
#header-article-closer > a {
	display: block;
	width: 24px; height: 24px;
	margin: 13px;
	border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px;
	background: #fff; color: #00b6ed;
	font-weight: 300; text-align: center;
	font-size: 17px; line-height: 22px;
}
#header-article-closer > a:hover {
	box-shadow: inset 0 -30px 0 rgba(0,182,237,0.5);
	color: #fff;
}

.sub-header {
	background: #5194bf;
	color: #fff;
	position: absolute;
	top: 50px; left: 0;
	width: 100%; height: 50px;
	overflow: hidden;
}
.sub-header a {
	color: #fff;
}

/* HOME */

#home {
	background: #000;
}

.home-carousel {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 0;
}
.home-carousel-hover {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	z-index: 2;
}
.home-carousel .carousel-inner, .home-carousel .carousel-inner .item {
	width: 100%; height: 100%;
}
.home-carousel .carousel-inner .item {
	overflow: hidden;
}
.home-carousel .carousel-inner .item > img {
	position: relative;
	z-index: 1;
}
.home-carousel .item {-webkit-transition: opacity 1s; -moz-transition: opacity 1s; -ms-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s;}
.home-carousel .active.left {left:0;opacity:0;z-index:2;}
.home-carousel .next {left:0;opacity:1;z-index:1;}

/* POST STRUCTURE */

.article-body-image {
	background: rgba(255,255,255,0.5);
}
.article-body-image.left {
	float: left; clear: left;
	margin: 10px 10px 10px 0;
}
.article-body-image.right {
	float: right; clear: right;
	margin: 10px 0 10px 10px;
}
.article-body-image.center {
	float: left; clear: left;
	margin: 10px auto;
}
.article-body-image img {
	width: 100%; height: auto;
}

.text > blockquote {
	float: left; clear: left;
	margin: 10px 10px 10px 0;
	background: rgba(255,255,255,0.85);
	color: #29AAD6;
	border: none;
}
.text > blockquote p {
	font-weight: 700;
	font-size: 25px; line-height: 30px;
	text-align: justify;
}

.text > p {
	float: right; clear: right;
	font-size: 17px; line-height: 21px;
	margin: 10px 0 10px 10px;
	background: rgba(255,255,255,0.75);
	text-align: justify;
}
/*
.text > p:first-letter {
	display: block;
	float: left;
	font-size: 37px; line-height: 41px;
}
*/

/* EXHIBITION */

#exhibition {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ARTWORKS */

#artworks-buttons a:first-child {
	margin-left: 63px;
}
#artworks-buttons a {
	display: inline-block;
	margin-right: 10px;
	margin-top: 17px;
	-webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; filter:alpha(opacity=50);
}
#artworks-buttons a:hover {
	-webkit-opacity: 0.7; -moz-opacity: 0.7; opacity: 0.7; filter:alpha(opacity=70);
}
#artworks-buttons a.active, #artworks-buttons a.active:hover {
	-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
}
#artworks-buttons a img {
	height: 16px; width: auto;
	vertical-align: top;
}
#artworks-buttons a span {
	font-size: 15px; line-height: 15px;
	font-weight: normal;
}

.artworks-container {
	margin-top: 10px;
}

.artwork {
	height: auto;
}
.artwork > a, .artwork > div {
	display: block;
	position: relative;
	width: 100%; height: 100%;
	box-shadow: 10px 10px 0 #fff, -10px -10px 0 #fff, 10px -10px 0 #fff, -10px 10px 0 #fff;
	-moz-box-shadow: 10px 10px 0 #fff, -10px -10px 0 #fff, 10px -10px 0 #fff, -10px 10px 0 #fff;
	-webkit-box-shadow: 10px 10px 0 #fff, -10px -10px 0 #fff, 10px -10px 0 #fff, -10px 10px 0 #fff;
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
.no-touch .artwork:hover > a, .no-touch .artwork:hover > div, .artwork.opening > a, .artwork.opening > div {
	box-shadow: 15px 15px 0 rgba(0,182,237,1), -15px -15px 0 rgba(0,182,237,1), 15px -15px 0 rgba(0,182,237,1), -15px 15px 0 rgba(0,182,237,1);
	-moz-box-shadow: 15px 15px 0 rgba(0,182,237,1), -15px -15px 0 rgba(0,182,237,1), 15px -15px 0 rgba(0,182,237,1), -15px 15px 0 rgba(0,182,237,1);
	-webkit-box-shadow: 15px 15px 0 rgba(0,182,237,1), -15px -15px 0 rgba(0,182,237,1), 15px -15px 0 rgba(0,182,237,1), -15px 15px 0 rgba(0,182,237,1);
}
.artwork-in {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,182,237,0.75);
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
	-webkit-opacity: 0; -moz-opacity: 0; opacity: 0; filter:alpha(opacity=0);
}
.no-touch .artwork:hover .artwork-in, .artwork.opening .artwork-in {
	-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
}
.artwork-in-in {
	margin: 10px;
	color: #fff;
}
.artwork-in-in h4, .artwork-in-in h5 {
	margin: 0;
}
.artwork-in-in h4 {
	font-weight: 700;
	margin-top: 10px;
}
.artwork > a > img, .artwork > div > img {
	width: 100%; height: auto;
}
.artwork-ajax-loading {
	width: 32px; height: 32px;
	padding: 4px;
	border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -19px 0 0 -19px;
	display: none;
	background: rgba(0,182,237,1);
}

ul.artworks-list {
	margin: 25px 0 25px 63px;
}
ul.artworks-list li {
	float: left; clear: left;
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
}
ul.artworks-list li h3 {
	font-size: 23px; line-height: 27px;
	margin: 0;
	font-weight: bold;
}
ul.artworks-list li a {
	color: #333;
}
ul.artworks-list li a:hover {
	color: #666;
}
ul.artworks-list li h3 span {
	font-weight: normal;
}

/* CONTACTS */

#contacts {
	background: rgba(0,182,237,0.7);
}

.contacts {
	width: 380px;
	margin: 0 auto;
}

.contacts-text {
	width: 380px;
	text-align: justify;
	font-size: 17px; line-height: 21px;
	margin-bottom: 25px;
	color: #fff;
}
.contacts-text a {
	color: #fff !important;
}

#contacts-form {
	color: #fff;
	position: relative;
	left: -220px;
	width: 600px;
}
#contacts-form .control-label {
	width: 200px;
	font-size: 21px; line-height: 21px;
	padding-top: 15px;
}
#contacts-form .controls {
	width: 380px;
	margin-left: 220px;
}
#contacts-form .controls input, #contacts-form .controls textarea {
	width: 360px;
	padding: 15px 10px;
	background: #fff;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border: none;
	color: #333;
	font-size: 21px; line-height: 21px;
}
#contacts-form .btn {
	display: block;
	width: 200px;
	float: right;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border: none;
	border: 1px solid #fff;
	background: none;
	padding: 10px 15px;
	text-shadow: none;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-family: inherit !important;
    color: #fff;
    font-size: 21px; line-height: 21px;
}
#contacts-form .btn:hover {
	box-shadow: inset 0 -50px 0 #fff;
	color: #6D6D65;
}

/* ARTICLE */

#article {
	width: 100%;
	position: absolute;
	bottom: -100%; left: 0;
	z-index: 5;
	background: #fff;
}
.article-in {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.article-left {
	width: 60%;
}
.article-right {
	width: 35%;
	margin-right: 3%;
}
.article-right-in {
	padding-top: 25%;
	color: #666;
	font-size: 15px; line-height: 19px;
	text-align: justify;
}
.article-right-in h1 {
	font-weight: 700;
	text-align: left;
}
.article-right-in h1 span {
	font-weight: 300;
}
.article-right-in blockquote {
	display: block;
	width: 100%;
	padding: 0; margin: 25px 0;
	font-size: 13px !important; line-height: 15px !important;
	color: inherit;
	border-left: none;
}
.article-right-in blockquote p {
	padding: 0; margin: 0;
	font-size: 13px !important; line-height: 15px !important;
}
.article-right-in blockquote::before, .article-right-in blockquote::after {
	display: block;
	width: 40%; height: 7px;
	max-width: 150px;
	background: #666;
	position: relative;
}
.article-right-in blockquote::before {
	top: -10px;
}
.article-right-in blockquote::after {
	bottom: -10px;
}
.article-cover {
	display: block !important;
	width: 100%;
}
.article-cover > img {
	width: 100%; height: auto;
}
.article-images {
	margin: 25px 0 50px 0;
}
.article-image {
	float: left;
	width: 150px; height: 150px;
	overflow: hidden;
	margin: 20px 20px 0 0;
	box-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
	-moz-box-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
	-webkit-box-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
.no-touch .article-image:hover {
	box-shadow: 7px 7px 0 rgba(0,182,237,1), -7px -7px 0 rgba(0,182,237,1), 7px -7px 0 rgba(0,182,237,1), -7px 7px 0 rgba(0,182,237,1);
	-moz-box-shadow: 7px 7px 0 rgba(0,182,237,1), -7px -7px 0 rgba(0,182,237,1), 7px -7px 0 rgba(0,182,237,1), -7px 7px 0 rgba(0,182,237,1);
	-webkit-box-shadow: 7px 7px 0 rgba(0,182,237,1), -7px -7px 0 rgba(0,182,237,1), 7px -7px 0 rgba(0,182,237,1), -7px 7px 0 rgba(0,182,237,1);
}
.article-image a {
	display: block;
	width: 150px; height: 150px;
}

/* PLANNER */

.planner-header-buttons {
	height: 50px;
}
.planner-header-countdown {
	margin-left: 63px;
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
.planner-header-countdown h2 {
	font-size: 21px; line-height: 30px;
	height: 30px; padding: 10px 0;
	margin: 0;
	font-weight: 700;
}
.planner-header-countdown h2 span {
	font-weight: 300;
}
.planner-header-countdown, .planner-header-buttons a {
	position: relative;
	top: -50px;
}
.planner-header-buttons a {
	right: -182px;
}
.planner-header-buttons a.start {
	top: 10px; right: -95px;
}
.planner-header-buttons a.finish {
	right: 0;
}
#planner-header.started .planner-header-buttons a.prev, #planner-header.started .planner-header-buttons a.next {
	top: 10px;
}
#planner-header.started .planner-header-buttons a.start {
	top: -50px;
}
#planner-header.started.in-artworks .planner-header-countdown {
	top: 0;
}
#planner-header.started.finished .planner-header-buttons a.next {
	top: -50px;
}
#planner-header.started.finished .planner-header-buttons a.finish {
	top: 10px;
}
.planner-header-buttons a {
	height: 30px; padding: 10px 20px;
	font-size: 21px; line-height: 30px;
	-webkit-opacity: 0.5; -moz-opacity: 0.5; opacity: 0.5; filter:alpha(opacity=50);
	cursor: default;
}
.planner-header-buttons a.active:hover {
	box-shadow: inset 0 -5px 0 rgba(255,255,255,0.5);
}
.planner-header-buttons a.active {
	-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
	cursor: pointer;
}

#exhibition-carousel {
	margin: 10px 0 0 0;
}

.planner-form {
	margin: 50px auto;
	background: #fff;
}
.planner-form h2 {
	font-size: 27px; line-height: 31px;
	margin-bottom: 25px;
}
.planner-form .control-group {
	width: 100%;
}
.planner-form .control-label {
	width: 38%;
	font-size: 21px; line-height: 25px;
	padding-top: 8px;
}
.planner-form .controls {
	width: 60%; margin-left: 40%;
}
.planner-form input {
	font-size: 21px; line-height: 25px;
	padding: 10px 15px;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	background: #eee; border: none;
	width: 95%;
}
form.error input.empty {
	background: #f2dede; color: #b94a48;
}
.btn-group.planner-form-2-measure {
	display: inline-block;
	width: 40%;
}
.btn-group.planner-form-2-measure .btn {
	width: 50%; height: 30px; padding: 5px 0;
	font-size: 21px; line-height: 25px;
	background: #ccc; color: #666;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	border: none;
	text-shadow: none;
	-webkit-opacity: 0.35; -moz-opacity: 0.35; opacity: 0.35; filter:alpha(opacity=35);
}
.btn-group.planner-form-2-measure .btn.active {
	box-shadow: inset 0 0 5px rgba(255,255,255,0.25); -moz-box-shadow: inset 0 0 5px rgba(255,255,255,0.25); -webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.25);
	background: #36d0ff; color: #fff;
	-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
}

#planner-artworks {
	width: 100%;
}
.planner-artwork {
	width: 260px;
	margin: 20px;
}
.planner-artwork .artwork-in {
	cursor: pointer;
}
.artwork-planner-buttons {
	position: absolute;
	bottom: 0; left: 0;
	-webkit-opacity: 0; -moz-opacity: 0; opacity: 0; filter:alpha(opacity=0);
}
.planner-artwork-permalink {
	border-radius: 0 20px 0 0; -moz-border-radius: 0 20px 0 0; -webkit-border-radius: 0 20px 0 0;
	background: #fff;
	text-align: center;
	width: 35px; height: 16px;
	padding: 10px 0 7px 0;
	display: block;
}
.planner-artwork-permalink img {
	width: 25px; height: auto;
}
.planner-artwork:hover .artwork-planner-buttons {
	-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
}
.planner-artwork-images {
	display: block;
	width: 100%; height: 100%;
	overflow: hidden;
}
.planner-artwork-grey-image {
	display: block;
}
.planner-artwork-color-image {
	display: none;
}
.planner-artwork.selected .planner-artwork-grey-image {
	display: none;
}
.planner-artwork.selected .planner-artwork-color-image {
	display: block;
}
.planner-artwork.selected .artwork-in {
	background: transparent;
	-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
}

.planner-catalogue-column {
	width: 31%; margin: 10px 1%;
}
.planner-catalogue-column > img {
	width: 100%; height: auto;
}
.planner-catalogue-column > p {
	text-align: justify;
}
.planner-catalogue-column > .btn-group {
	width: 35px; height: 165px;
}
.planner-catalogue-column > .btn-group > .btn {
	width: 25px; height: 25px;
	padding: 0;
	margin: 10px 0;
	border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;
	border: 5px solid #ccc;
	background: #ccc;
	float: left;
}
.planner-catalogue-column > .btn-group > .btn.active {
	background: #36d0ff;
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}
.planner-catalogue-labels div {
	float: left;
	min-width: 60%;
	height: 15px;
	margin: 20px 0 20px 10px;
	font-size: 17px; line-height: 17px;
}

.planner-resume p {
	font-size: 17px; line-height: 21px;
}

/* NEWS */

#news-archive {
	background: #fff;
}

#news-pagination {
	margin-top: 25px;
}
#news-pagination a {
	display: block;
	background: #00b6ed; color: #fff;
	width: 40%;
	text-align: center;
	padding: 10px 0;
	font-weight: 400;
}
#news-pagination a:hover {
	background: #36d0ff;
}

.blog-left {
	width: 30%; height: 130px;
	position: absolute;
	z-index: 5;
	-webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.blog-left h1 {
	margin: 0; padding: 20px 0 0 0;
	color: #666;
}
.blog-right {
	width: 65%;
}
.new {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
.new-date {
	margin: 10px 0 20px 0; padding: 0;
	color: #999;
	text-align: right;
}
.new-image {
	width: 50%;
	display: block;
	float: left;
}
.new img {
	width: 100%; height: auto;
}
.new h2 {
	margin: 0; padding: 0;
	font-size: 41px; line-height: 45px;
}
.new h2 a {
	font-weight: 300 !important;
	color: #666;
}
.new h3 {
	margin: 0 0 0 0;
	font-size: 23px; line-height: 27px;
}
.new h3 a {
	font-weight: 400 !important;
	color: #666;
}
.new-introtext {
	width: 45%;
	float: right;
	margin: 0;
	font-size: 15px; line-height: 19px;
	text-align: justify;
}
.new img {
	box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
	-webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;
}
.no-touch .new:hover img {
	box-shadow: 10px 10px 0 rgba(0,182,237,1), -10px -10px 0 rgba(0,182,237,1), 10px -10px 0 rgba(0,182,237,1), -10px 10px 0 rgba(0,182,237,1);
	-moz-box-shadow: 10px 10px 0 rgba(0,182,237,1), -10px -10px 0 rgba(0,182,237,1), 10px -10px 0 rgba(0,182,237,1), -10px 10px 0 rgba(0,182,237,1);
	-webkit-box-shadow: 10px 10px 0 rgba(0,182,237,1), -10px -10px 0 rgba(0,182,237,1), 10px -10px 0 rgba(0,182,237,1), -10px 10px 0 rgba(0,182,237,1);
}

/* RESPONSIVE LAYOUT */

/**/
/* MOBILE ( forced to 400px on portrait mode, on 600px on landscape mode )
/**/

@media (max-width: 767px)
{
	#mobile-menu > ul { margin: 20px 10px 0 10px; padding: 0; width: 100%; }
	#mobile-menu > ul > li { list-style-type: none; float: left; margin: 0; padding: 5px 0; width: 100%; }
	#mobile-menu > ul > li > a, #mobile-menu > ul > li > span {
		display: block;
		width: 100%;
		color: #fff;
		background: #333;
		text-transform: uppercase;
	}
	#mobile-menu > ul > li > span { color: #999; }
	#mobile-menu > ul > li > a, #mobile-menu > ul > li > span { font-size: 29px; line-height: 29px; }
	
	body.landscape .container { width: 560px !important; }
	body.portrait .container { width: 380px !important; padding: 0 10px !important; }
	
	#header.opened { height: 100%; }
	#header ul.menu > li { width: 100%; }
	#header ul.menu > li a:hover, #header ul.menu > li.active a, #header ul.menu > li.active a:hover { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
	
	.pt-page > .wrapper:first-child { margin-top: 50px; }
	#exhibition-planner.pt-page > .wrapper:first-child, #contacts.pt-page > .wrapper:first-child, #artworks.pt-page > .wrapper:first-child { margin-top: 100px; }
	
	body.landscape .text > blockquote, body.landscape .text > p, body.landscape .article-body-image.left, body.landscape .article-body-image.right { width: 540px; padding: 10px; }
	body.landscape .article-body-image.center { width: 540px; padding: 10px; }
	
	body.portrait .text > blockquote, body.portrait .text > p, body.portrait .article-body-image.left, body.portrait .article-body-image.right { width: 360px; padding: 10px; }
	body.portrait .article-body-image.center { width: 360px; padding: 10px; }
	
	.article-text > .article-body-image { width: 100%; padding: 0; }
	
	body.landscape .artwork { width: 170px; margin: 8px; }
	body.portrait .artwork { width: 170px; margin: 10px; }
	.artwork > a, .artwork > div { box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important; }
	
	.artwork-in {
		-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
		background: rgba(0,0,0,0.25);
	}
	.artwork-planner-buttons { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100); }
	
	body.landscape .article-left, body.landscape .article-right { float: none; width: 560px; margin: 0 auto; }
	body.portrait .article-left, body.portrait .article-right { float: none; width: 380px; margin: 0 auto; }
	.article-right-in { padding-top: 25px; }
	
	#header-article-closer { width: 50px; }
	
	.blog-left { display: none; }
	body.landscape .blog-right { float: none; width: 560px; margin: 0 auto; }
	body.portrait .blog-right { float: none; width: 380px; margin: 0 auto; }
	
	.planner-header-countdown { display: none; }
	
	body.landscape .planner-form { width: 540px; padding: 10px; }
	body.portrait .planner-form { width: 360px; padding: 10px; }
	.planner-form .control-label, .planner-form .controls { width: 100%; padding: 0; margin: 5px 0; }
	.planner-catalogue-column.first { display: none; }
	.planner-catalogue-column { width: 100%; margin: 10px 0; }
}

/**/
/* TABLET & SMALL DESKTOP ( forced to 960px )
/**/

@media (min-width: 768px) and (max-width: 1199px)
{
	.container { width: 920px; }
	
	#header.opened { height: 150px; }
	
	.text > blockquote, .text > p, .article-body-image.left, .article-body-image.right { width: 420px; padding: 15px; }
	.article-body-image.center { width: 890px; padding: 15px; }
	
	.article-text > .article-body-image { width: 100%; padding: 0; }
	
	.artwork { width: 200px; margin: 15px; }
	
	.artwork-in {
		-webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100);
		background: rgba(0,0,0,0.25);
	}
	.artwork-planner-buttons { -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; filter:alpha(opacity=100); }
	
	.planner-form { width: 750px; padding: 25px 50px; }
}

/**/
/* LARGE DESKTOP ( >= 1200px )
/**/

@media (min-width: 1200px)
{
	.container { width: 1160px; }
	
	#header.opened { height: 150px; }
	
	.text > blockquote, .text > p, .article-body-image.left, .article-body-image.right { width: 530px; padding: 20px; }
	.article-body-image.center { width: 1120px; padding: 20px; }
	
	.article-text > .article-body-image { width: 100%; padding: 0; }
	
	.artwork { width: 200px; margin: 16px; }
	
	.planner-form { width: 750px; padding: 25px 50px; }
}