html {
	min-width: 1003px;
	
	position: relative;
}
body {
	min-width: 1003px;
	overflow-x: hidden;
	position: relative;
}
html {
	font-family: Palatino, 'PalatinoRegular', Times, Helvetica, Arial, sans-serif;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
}

#gallery { opacity: 0; filter: alpha(opacity=0); }

.fileDownload {
	background: #f2f2f2;
	padding: 10px;
}

.sidebar li { margin-bottom: 5px; }

#galleryLogo {
	background: url('../../images/skin/default/gallerylogo.png') center center no-repeat;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 250px;
}

.fullControls, .pagination {
	border-top: 1px solid #ccc;
	margin: 50px 0 0;
	padding-top: 15px;
}
.pagination li { float: left; margin-right: 15px; }

.fullControls .pagination {
	border: 0;
	margin: 0;
	padding: 0;
}

.msgFalse,
.error_form {
	color: #ff0000;
}

.msgOk {
	color: #00bb00;
}

.invalid {
	border: 1px solid #ff7f7f !important;
}

.siteWidth { width: 1003px; margin: 0 auto; min-height: 31px; }

.mainPadding { padding-bottom: 15px; padding-top: 15px; }

.whiteLine { background: #fff; height: 9px; }

header { background: #fff; padding-top: 25px; }

.pageWrap { background: #e2e2e2; }

.descr { line-height: 1.4em; }
.divider { background: #fff; height: 20px; width: 100%; }

.overlay {
	background: url('../../images/skin/default/transparent.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

a { color: #000; text-decoration: none; }
a:hover, .active a, .selected a, a.active { color: #999; }

a.arrow.dark {
	background:url("../../images/skin/default/arrow-link-dark.png") no-repeat left center;
	padding-left:25px;
}

a.arrow.light {
	background:url("../../images/skin/default/arrow-link-light.png") no-repeat left center;
	padding-left:25px;
}

h1, h2 { font-weight: normal; }
h1 { font-size: 24px; }
h2 { font-size: 18px; }

button {
	background: #e3e3e3;
	width: 125px;
	height: 28px;
	text-align: center;
	border: none;
	cursor: hand;
	cursor: pointer;
}

.form.press button {
	background: #333;
	color: #fff;
	height: 30px;
	width: 70px;
}
.form.press button:hover { background: #000; }

.form input,
.form textarea,
.form select {
	width: 270px;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #fdfdfd;
	box-shadow: none;
	border: 1px solid #cedcdf;
	color: #798e94;
}

.form input,
.form textarea,
.form select,
.form button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.form button { width: 203px; }

.form input,
.form textarea,
.form button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.contact input,
.contact textarea { width: 181px; }

.form.press input {
	border: 1px solid #e2e2e2;
	margin-left: -1px;
	width: 173px;
}

.form select {
	height: 28px;
	width: 290px;
}
.contact select { width: 203px; }

.form input[type="checkbox"] {
	margin-left:0px;
	width:20px;
	padding:0px;
	margin-right:0px;
	margin-bottom:20px;
}

.form label {
	font-size: 12px;
}

.errorForm {
	background:#e5d2d5;
	padding:15px;
	font-weight:normal;
	margin: 10px 0px;
	border:1px solid #59000c;
}

.errorForm li {
	margin-left:30px;
	padding: 1px 0px;
	list-style: disc;
	list-style-position: outside;
}

.form input.error,
.form textarea.error {
	border: 1px dotted #ff0f0e;
}

#login {
	padding:20px;
	padding-bottom:40px;
	width:400px;
	border-radius:5px;
	background:#f6f6f6;
	margin:0px 0px;
	box-shadow: 0 0 3px #b5b5b5;
}

.container.login { padding-top: 100px; }

#loginShadow {width:440px; height:24px; background: url('../../images/cms/form.png') no-repeat center top; }

#gallery.discover { margin-left: 64px; }
#gallery h1 { font-size: 24px; }
#gallery .descr { font-size: 18px; width: 652px; }
#gallery.discover .gBlock { width: 875px; }

/* css3 */

.subNav li,
button,
.tools,
a:not(.cp-play):not(.cp-pause) {
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

/* NAV */

#nav { margin-top: 10px; padding-bottom: 19px; width: 760px; }
#nav a { display: block; }
#nav li { display:inline-block;  margin-left: 25px; margin-bottom: 10px;}
/*#nav li.last { margin: 0; } */
/*#nav li.active { background: url('../../images/skin/default/nav_arr.png') no-repeat bottom center; }
#nav li.gallery.active { background: url('../../images/skin/default/nav_arr_dark.png') no-repeat bottom center; }*/

.siteWidth.subNav,
.subNav { padding-top: 15px; }

.subNav {
	float: right;
	width: 583px;
}

.ie .subNav {
	width: 583px;
}

/*.subNav.withArrow li.active { background: url('../../images/skin/default/nav_arr_white.png') no-repeat bottom center; }
.darkLine .subNav.withArrow li.active { background: url('../../images/skin/default/nav_arr.png') no-repeat bottom center; }*/
.subNav.sub li.active a {
	background: none;
	padding: 0;
}

.subNav li {
	float: left;
	margin-right: 25px;
	padding-bottom: 15px;
}

.subNav2 {margin-bottom:15px;}
.subNav2 li { float:left; background:#FFF; padding:5px 10px; margin-right:15px;}

.darkLine { background: #666; }
.darkLine .subNav li a { color: #fff; }
.darkLine .subNav li a:hover,
.darkLine .subNav li.active a { color: #999; }

a.circle{
	background: url('../../images/skin/default/arrow-circle.png') no-repeat;
	width: 39px;
	height: 39px;
	display: block;
}

a.circle.next { background-position: left top; }
a.circle.prev { background-position: left bottom; }
a.circle.next.disabled,
.no-touch a.circle.next.disabled:hover,
.no-touch a.circle.next:hover,
a.circle.prev.disabled,
.no-touch a.circle.prev.disabled:hover,
.no-touch a.circle.prev:hover {
	filter: alpha(opacity=50);
	opacity: 0.25;
}

a.prev {}
a.prev:hover {}
a.prev.disabled { }
a.next {}
a.next:hover {}
a.next.disabled { }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span,
a.next span { display: none; }

#map1 , #map2 {
	width:400px;
	height:258px;
	border:2px solid #FFF;
}


.book-btn {
	background: #333;
	font-size: 16px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
}
.book-btn:hover { background: #000; }



/* INSPIRATUM FORM */

.if { margin: 0 -20px; }

.if hr {
	background-color: #ccc;
	border: 0;
	display: block;
	height: 1px;
	margin: 40px 0;
	padding: 0;
}

.if .m-b-0 { margin-bottom: 0 !important; }
.if .m-b-10 { margin-bottom: 10px !important; }
.if .m-b-20 { margin-bottom: 20px !important; }
.if .m-b-40 { margin-bottom: 40px !important; }

.if .m-t-40 { margin-top: 40px !important; }

/* CSS3 */

.if input {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/* Input text */

.if input {
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.if input[type="text"],
.if input[type="email"],
.if input[type="submit"] { height: 32px; }

.if input[type="text"],
.if input[type="email"] {
	border-color: #bababa;
	padding: 0 20px;
	width: 198px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.if input[type="text"].invalid,
.if input[type="email"].invalid {
	border-color: #ff0000;
	border-color: rgba(255, 0, 0, 0.6);
}

.if input[type="radio"] {
	background: center center no-repeat;
	border: 1px solid #979797;
	cursor: pointer;
	height: 10px;
	margin-right: 10px;
	width: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.if h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 20px;
}

.if h1 span { font-size: 0.7em; margin-left: 10px; }

.if p,
.if form,
.if input,
.if label { margin-bottom: 0 !important; }

.if p,
.if label { line-height: 32px; }

.if label { cursor: pointer; }

.if p { font-weight: bold; }

.if input[type="text"],
.if input[type="email"] {
	border: 1px solid #ccc;
}

.if input[type="radio"]:checked { background-image: url('../../images/skin/default/form/radio.png'); }

.if input[type="submit"] {
	background-color: #4a4a4a;
	border: 0;
	color: #fff !important;
	cursor: pointer;
	padding: 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.no-touch .if input[type="submit"]:hover { background-color: #000; }

.if p,
.if h1,
.if label,
.if input,
.if button,
.if select,
.if textarea {
	color: #3f4c59 !important;
	font-family: Palatino, 'PalatinoRegular', Times, Helvetica, Arial, sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

.row:before, .row:after {
	content: ' ';
	display: table;
}
.row:after { clear: both; }
.row { width: auto; box-sizing: border-box; }
.row .columns {
	float: left;
	min-height: 1px;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}
.row .columns.two { width: 16.6667%; }
.row .columns.ten { width: 83.3333%; }
.row .columns.twelve { width: 100%; }

.row .row { margin: 0 -20px; }

.push-two { left: 16.66667%; }

.if .success-title { font-weight: bold; }

.if .feedback {
	color: #ff0000 !important;
	color: rgba(255, 0, 0, 0.6) !important;
	display: none;
	margin-top: 40px;
}

.if .info { line-height: 1.4; }

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.if input[type="radio"]:checked { background-image: url('../../images/skin/default/form/radio@2x.png'); background-size: 8px 8px; }
}




.filter-date-list li{
    display: inline-block;

    font-size: 1.2em;
    margin:0 .4em;
}

.filter-date-list li span.active {
	background: url("../../images/skin/default/aa_up.png") no-repeat center top;
    background-size: cover;
    height:16px;
	width:16px;
	display:block;

}

.filter-date-list li.active a { text-decoration:none; }

.filter-date-list li a{
    color:#000;
	display:block;
    text-decoration: underline;

}

.date-filter-wrap { width:286px; }
.date-filter-wrap .curr-date {  width:238px; text-align:center; font-size:24px; }

.pag-bol{
  	display:inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
	/*margin-top:6px;*/

}
.pag-bol.prev{

    background: url("../../images/skin/default/aa_prev_small.png") no-repeat center center;
    background-size: cover;

}
.pag-bol.next{

    background: url("../../images/skin/default/aa_next_small.png") no-repeat center center;
	background-size: cover;

}


.langs { border-bottom: 1px solid #E2E2E2; }

#langs li { display:inline-block ; padding-top:10px; margin-left:20px; font-size: 12px }
#langs li a.active { }


@media only screen and (max-width:1024px) {
	
	.pageWrap { min-height: 500px }	

}


.press-popup .press-popup__blanket{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background:rgba(0,0,0,0.7);

	opacity: 0;
	visibility: hidden;

	transition:all .3s cubic-bezier(.55,0,.1,1);
	-o-transition:all .3s cubic-bezier(.55,0,.1,1);
	-ms-transition:all .3s cubic-bezier(.55,0,.1,1);
	-moz-transition:all .3s cubic-bezier(.55,0,.1,1);
	-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);
}

.press-popup .press-popup__inner{
	position: fixed;
	left: 50%;
	top: 60%;

	border:2px solid #000;
	width: 1200px;
	height: 1200px;
	max-width: 90%;
	max-height: 90%;
	background:#121212;

	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	opacity: 0;
	visibility: hidden;

	transition:all .3s cubic-bezier(.55,0,.1,1);
	-o-transition:all .3s cubic-bezier(.55,0,.1,1);
	-ms-transition:all .3s cubic-bezier(.55,0,.1,1);
	-moz-transition:all .3s cubic-bezier(.55,0,.1,1);
	-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);
}

.press-popup.active .press-popup__inner,
.press-popup.active .press-popup__blanket{opacity: 1;visibility: visible; }
.press-popup.active .press-popup__inner{
	top: 50%;
}

.press-popup .press-popup__inner .press-popup__close-btn{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	
	color:#FFF;
	padding: .5em 1em;
	background:#000;
	font-weight: bold;

	z-index: 2;
}

.press-popup .press-popup__inner .press-popup__download{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem;
	background:rgba(255,255,255,0.8);
	color:#000;
	font-size: 1rem;
	/*font-weight: bold;*/
}

.press-popup .press-popup__inner .press-popup__download span{display: inline-block; vertical-align: bottom; }
.press-popup .press-popup__inner .press-popup__download i.icon , .download-file i.icon{
	display: inline-block;
	vertical-align: middle;
	background: url('../../images/skin/default/download.svg') no-repeat center center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-right: 1rem;

}

.download-file a { display:  inline-block; vertical-align: bottom }

.press-popup__inner .img-wrapper{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.press-popup__inner .img-wrapper img{
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	opacity: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);

	transition:all .3s cubic-bezier(.55,0,.1,1);
	-o-transition:all .3s cubic-bezier(.55,0,.1,1);
	-ms-transition:all .3s cubic-bezier(.55,0,.1,1);
	-moz-transition:all .3s cubic-bezier(.55,0,.1,1);
	-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);
}

.press-popup__inner .img-wrapper img.active{
	opacity: 1;
}

.press-popup__loader{
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width:60px;
	height:60px;
	border:4px solid rgba(255,255,255,0.4);
	border-top:4px solid #FFF;
	border-radius: 100px;
	margin-left: -30px;
	margin-top: -30px;

	-webkit-animation: loaderSpin .75s linear infinite; /* Safari 4+ */
	-moz-animation:    loaderSpin .75s linear infinite; /* Fx 5+ */
	-o-animation:      loaderSpin .75s linear infinite; /* Opera 12+ */
	animation:         loaderSpin .75s linear infinite; /* IE 10+, Fx 29+ */
}


@-webkit-keyframes loaderSpin {
    0% { 
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes loaderSpin {
    0% { 
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes loaderSpin {
    0% { 
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loaderSpin {
    0% { 
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


a.press-popup__nav-btn{
	position: absolute;
	top: 50%;
	background:#000;
	color:#FFF;
	padding: 1rem;
	font-size: 14px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.press-popup__nav-btn.press-popup__nav-btn--next{
	right: 0;
	
}

.press-popup__nav-btn.press-popup__nav-btn--prev{
	left: 0;
}