.mceBlackBody{
	background-color: black;
	padding-top: 15px;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: black;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	outline:none;
	text-decoration: none;
}

a:hover{
	cursor: pointer;
}




html {
    width: 100%;
    height: 100%;
    background-color: black;
}

body{
	height:100%;
	background-color: black;
}

/*body {
    width: 100%;
    height: 100%;
    min-width: 1320px;
    font: 10px/14px 'Arial';
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
*/
body {
    width: auto;
    height: 100%;
    /* min-width: 1320px; */
    font: 12px/17px 'Rubik', sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    background: black;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
i {
    font-style: italic;
}

/*h1 {
    margin: 0;
    font: bold 36px 'Trebuchet MS';
    color: #131304;
}

h2 {
    margin: 18px 0;
    font: bold 30px 'Trebuchet MS';
    color: #131304;
}

h3 {
    margin: 18px 0;
    font: bold 24px 'Trebuchet MS';
    color: #131304;
}

h4 {
    margin: 19px 0;
    font: bold 18px 'Trebuchet MS';
    color: #131304;
}

h5 {
    margin: 15px 0;
    font: bold 16px 'Trebuchet MS';
    color: #131304;
}

h6 {
    margin: 15px 0;
    font: bold 14px 'Trebuchet MS';
    color: #131304;
}*/

table {
    border-collapse: collapse;
    width: 100%;
}

table, td, th {
    border: 0 solid #ccc;
    color: white;
}

td, th {
    padding: 9px 10px;
}

a {
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

a:hover {
    text-decoration: none !important;
    color: #999;
}

* {
    outline: none;
}

br.clear {
    clear: both;
}

blockquote {
    padding: 10px;
}



.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image,
.fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 0;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px 'Rubik', sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/images/fancybox-sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/images/fancybox-loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 8040;
    background: url('/images/fancy-cross.png') 0 0 no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/images/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 38px;
    margin-top: -19px;
    cursor: pointer;
    z-index: 8040;
    background: url('/images/fancy-arrows.png') 0 0 no-repeat;
}

.fancybox-prev span {
    left: 20px;
}

.fancybox-next span {
    right: 20px;
    background-position: -15px 0;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
/*.fancybox-lock {
    overflow: hidden;
}*/

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hiden;
    display: none;
    z-index: 8010;
    background: url('/images/fancybox-overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px 'Rubik', sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.wrapper {
    margin: 0 auto;
    /*width: 1380px;*/
    border-left: 60px solid black;
    border-right: 60px solid black;
    min-height: 100%;
    background: black;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding-top:60px;
    padding-bottom: 60px;
}
.wrapper.grey{
	background: #0d0d0d;
}
.wrapper.item {
    padding-bottom:0;
    min-height: calc(100% - 60px);
    height: calc(100% - 60px);
}

.wrapper.intro-page-wrap {
    background: black center center no-repeat;
    background-size: cover;
    min-height:100%;
}

.wrapper > .wrap-inner {
    position: relative;
    /*min-height: 900px;*/
    /*background: #fff;*/
    height:100%;
}


.header {
    height: 60px;
    background: black;
    width:calc(100% - 120px);
    position:fixed;
    top:0;
    z-index:100
}

.header .main-menu {
    float: left;
    margin: 29px 0 0 0;
}

.header .main-menu li {
    float: left;
    margin: 0 18px 0 0;
    font: 12px/12px 'Rubik', sans-serif;
}

.header .main-menu li a {
    font: 12px/12px 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.header .main-menu.inner-menu li a {
    color: #c0c0c0;
}

.header .main-menu.inner-menu li a.active,
.header .main-menu.inner-menu li a:hover {
    color: #fff;
}

.header .header-title {
    float: right;
    margin: 29px 0 0 0;
    font-size: 17px;
    font-family: 'Old Standard TT', serif;
    color: #c0c0c0;
    text-transform: uppercase;
    letter-spacing: 3.9px;
}
.header-title a{
	color: #c0c0c0;
}
..header-title a:hover{
	color: white;
}

.intro-page {
    padding-bottom: 60px;
    text-align: center;
    width:100%;
    position:absolute;
    top:35%;
}

.intro-page .page-title {
    font: 57px/58px 'Old Standard TT';
    text-transform: uppercase;
    letter-spacing: 12px;
}

.intro-page .main-text {
    position: relative;
    margin: 72px auto 0;
    max-width: 730px;
}

.intro-page .main-text:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 77px;
    margin-left: -37px;
    border-top: 1px solid #fff;
}

.intro-page .enter-button {
    display: block;
    position: relative;
    margin: 35px auto 0;
    width: 125px;
    height: 35px;
    background: #fff;
    text-align: center;
    color: #000;
    line-height: 35px;
}

.intro-page .enter-button:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 7px;
    background: url('/images/enter-button-arrow.png') 0 0 no-repeat;
    left: 50%;
    top: 100%;
    margin-left: -7px;
}

.footer-holder {
    
}

.footer {
    position: fixed;
    left: 60px;
    right: 0;
    bottom: 0;
    height: 60px;
    background: black;
    width: calc(100% - 120px);
    z-index: 102;
}
.left-side {
    position: fixed;
    left: 0;
    top: 0;
    width: 60px;
    background: black;
    height: 100%;
}
.right-side {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    background: black;
    height: 100%;
}


.sculpture-section .footer, .search-section .footer{
	position: fixed;	
}
.sculpture-section .header{
	position: fixed;
	width:calc(100% - 120px);
	z-index:1000;
}

.footer .social-list {
    float: left;
    margin: 22px 0 0 0;
}

.footer .social-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    width: 16px;
    height: 16px;
}

.footer .social-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.social-list li:nth-child(1) {
    background: url('/images/socials-white.png') 3px 0 no-repeat;
}

.social-list li:nth-child(2) {
    background: url('/images/socials-white.png') -27px 0 no-repeat;
}

.social-list li:nth-child(3) {
    background: url('/images/socials-white.png') -58px 0 no-repeat;
}

.social-list li:nth-child(4) {
    background: url('/images/social-pinterest.png?1') no-repeat;
    background-size: 12px 15px;
}

.footer .footer-right {
    float: right;
    margin: 24px 0 0 0;
}

.footer .footer-menu {
    float: right;
    margin: 0 3px 0 0;
}

.footer .footer-menu li {
    float: left;
    margin: 0 0 0 27px;
    line-height: 0;
}

.footer .footer-menu li a {
    font: 11px/12px 'Rubik', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer .footer-language {
    float: right;
    margin: 0 3px 0 0;
}

.footer .footer-language li {
    float: left;
    position: relative;
    margin: 0 0 0 13px;
    font: 11px/12px 'Rubik', sans-serif;
    text-transform: uppercase;
}

.footer .footer-language li:after {
    content: '/';
    position: absolute;
    right: -10px;
    top: 0;
    font: 11px/12px 'Rubik', sans-serif;
    color: #fff;
}

.footer .footer-language li:last-child:after {
    display: none;
}

.footer .footer-language li.active,
.footer .footer-language li.active a {
    color: #999;
}

.footer .footer-language li a {
    font: 11px/12px 'Rubik', sans-serif;
    letter-spacing: 1.5px;
}

.footer .footer-language li a.inactive{
	color: #c0c0c0
}
/* Main Page */

.wrapper.main-page-wrap {
    background: url('/images/main-page-back.jpg') center center no-repeat;
    background-size: cover;
}

.main-page {
    padding: 47px 0 0 0;
    text-align: center;
}

.main-page .page-title {
    font: 57px/58px 'Old Standard TT';
    text-transform: uppercase;
    letter-spacing: 12px;
}

.main-page .main-text {
    position: relative;
    margin: 72px auto 0;
    max-width: 730px;
}

.main-page .main-text:before {
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    width: 77px;
    margin-left: -37px;
    border-top: 1px solid #fff;
}

.main-page .work-types {
    overflow: hiden;
    margin: 75px 0 0 0;
}

.main-page .work-types .left-block {
    float: left;
    width: 50%;
}

.main-page .work-types .right-block {
    float: right;
    width: 50%;
}

.main-page .work-types .block-inner {
    overflow: hiddn;
    max-width: 605px;
}

.main-page .work-types .block-inner img {
    display: block;
    margin: 0 0 26px;
}

.main-page .work-types .left-block .block-inner {
    float: right;
    margin: 0 10px 0 0;
}

.main-page .work-types .right-block .block-inner {
    float: left;
    margin: 0 0 0 10px;
}

@media screen and (max-width: 1390px) {
    .main-page .work-types .left-block .block-inner {
        float: none;
        margin: 0 10px 0 20px;
    }

    .main-page .work-types .right-block .block-inner {
        float: none;
        margin: 0 20px 0 10px;
    }

    .main-page .work-types .block-inner img {
        max-width: 100%;
    }
}

.main-page .work-types .block-text {
    margin: 12px 0 0 0;
}

/* END Main Page */

/* Gallery Page */

.gallery-page {
    
}

.gallery-page .page-title {
    float: left;
    margin: 200px 0 0 0;
    font: 18px 'Old Standard TT';
    color: #c0c0c0;
    letter-spacing: 3.5px;
}

#gallery-slider.swiper-container {
    width: 100%;
    position: absolute;
    top: 60px;
    bottom: 60px;
    right:60px;
    left:0;
/*    left: 450px;*/
    /*width: 920px;*/
    /*height: 780px;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 66.66%;*/
    background: #0D0D0D;
}
#gallery-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #0D0D0D;
    height: auto;
    width: 100%;
    color: #000;
    font-size: 0;
    line-height: 0;
    text-align: left;
    letter-spacing: 0;
}

#gallery-slider .swiper-slide .img-wrap {
    display: inline-block;
    position: relative;
    height: 100%;
    font-size: 0;
    background-size: cover;
    width: auto;
    background-position: center top;
}

@media only screen and (min-width: 1400px) {
	#gallery-slider .swiper-slide .img-wrap {
	    height: 350px;
	}
}


#gallery-slider .swiper-slide .img-wrap.double {
    width: 50%
}

#gallery-slider .swiper-slide .img-wrap.triple {
    width: 75%
}

#gallery-slider .swiper-slide .work-name {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    font: 10px/14px 'Rubik', sans-serif;
    letter-spacing: 1.5px;
    opacity: 0;
    transition: all 0.4s ease;
}

#gallery-slider.gallery-alter .swiper-slide .work-name {
    opacity: 1;
}

#gallery-slider .swiper-slide .img-wrap:hover .work-name {
    opacity: 1;
}

#gallery-slider .swiper-slide .work-name span {
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    text-align: center;
}

#gallery-slider .swiper-slide img {
    display: none;
    height: 100%;
}

#gallery-slider .swiper-slide .slide-top,
#gallery-slider .swiper-slide .slide-bottom {
    overflow: hidde;
    clear: both;
    white-space: nowrap;
}

/*.swiper-button-prev, 
.swiper-button-next {
    margin-top: -27px;
    left: -39px;
    width: 17px;
    height: 33px;
    background: url('/images/slider-arrows.png') 0 0 no-repeat;
}

.swiper-button-next {
    left: auto;
    right: -41px;
    background: url('/images/slider-arrows.png') -17px 0 no-repeat;
}*/

.swiper-button-prev, 
.swiper-button-next {
    left: -60px;
    width: 60px;
    height: auto;
    top: 0;
    bottom: 60px;
    margin: 0;
    background: url('/images/slider-arrow-left.png') center center no-repeat;
}

.swiper-button-next {
    left: auto;
    right: -60px;
    background: url('/images/slider-arrow-right.png') center center no-repeat;
}

.swiper-button-down {
    background: url('/images/slider-arrow-down.png') center center no-repeat;
    width: 60px;
    height: 30px;
}
.swiper-button-up {
    background: url('/images/slider-arrow-up.png') center center no-repeat;
    width: 60px;
    height: 30px;
}

/* END Gallery Page */

/* About Page */

.about-page {
    
}

.about-page .about-left {
    width:calc(55% - 60px);
    position: absolute;
    bottom: 60px;
    height:calc(100% - 120px);   
    left:0;
    margin: 91px 0 0 75px; 
}

.about-page .about-left .about-title {
    font: 58px/70px 'Old Standard TT';
    color: #313131;
    letter-spacing: 9px;
}

.about-page .about-left .about-text {
    margin: 136px 0 0 105px;
    padding: 0 0 100px;
    width:80%;
    max-width: 700px;
}

.about-page .about-left .about-text p:not(:first-child) {
    text-indent: 36px;
}

.about-right{
	position: absolute;
	height:calc(100% - 120px);
	width:40%;
	right:0;
	top:0;
}

.about-page .about-img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width:100%;
    height:auto;
    max-height:100%;
}
/*
.about-page .about-img img {
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
}
*/
.about-page .about-img img {
    position: absolute;
    right: 0;
    display: block;
    height: 100%;
    width: auto;
    max-height: 788px;
}
/* END About Page */


.project-image-left{
	position: absolute;
	top:0;
	left:0;
/*	bottom:60px; */
	width:50%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	height: calc(100% - 65px);
	margin-top:5px;
}
.project-image-right{
	position: absolute;
	top:calc(50% - 120px);
	right:0;
	width:45%
}



/* Contacts Page */

.wrapper.contacts-page-wrap {
    background: url('/images/contacts-page-back.jpg') center center no-repeat;
    background-size: cover;
}

.big-title {
    margin: 58px 0 0 5.4%;
    font: 58px/70px 'Old Standard TT';
    letter-spacing: 9px;
    color: rgba(255, 255, 255, 0.3);
}

.contacts-page .contacts-wrap {
    margin: 0 auto;
    width: 982px;
}

.contacts-page .contacts-wrap .text-contacts {
    margin: 136px 0 0 0;
    overflow: hidde;
    line-height: 12px;
}

.contacts-page .contacts-wrap .text-contacts p {
    margin: 0 0 12px;
}

.contacts-page .contacts-wrap .text-contacts a {
    display: inline-block;
    border-bottom: 1px dotted #fff;
}

.contacts-page .contacts-wrap .text-contacts a:hover {
    border-bottom: 1px dotted transparent;
    color: #fff;
}

.contacts-page .contacts-wrap .text-contacts .text-left {
    float: left;
    width: 480px;
}

.contacts-page .contacts-wrap .text-contacts .text-right {
    float: right;
    width: 480px;
}

.contacts-page .contacts-wrap .contact-us {
    margin: 35px 0 0 0;
}

.default-input {
    display: block;
    padding: 0;
    border: 0;
    width: 480px;
    height: 34px;
    border-bottom: 1px solid #fff;
    font: 10px 'Rubik', sans-serif;
    color: #fff;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

textarea.default-input {
    float: none;
    padding: 5px 10px;
    width: 958px;
    height: 168px;
    border: 2px solid #aeaeae;
    resize: none;
}

.contacts-page .contacts-wrap .contact-us .default-input {
    float: left;
}

.contacts-page .contacts-wrap .contact-us .default-input:nth-child(even) {
    float: right;
}

.contacts-page .contacts-wrap .contact-us .textarea-wrap {
    float: left;
    margin: 36px 0 0 0;
}

.contacts-page .contacts-wrap .contact-us .textarea-wrap .input-title {
    margin: 0 0 8px;
    font: 10px 'Rubik', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.contacts-page .contacts-wrap .contact-us .form-footer {
    overflow: hidden;
}

.contacts-page .contacts-wrap .contact-us .form-footer .contact-button {
    float: right;
    display: block;
    margin: 18px 2px 0 0;
    width: 124px;
    height: 32px;
    padding: 0;
    border: 0;
    background: #fff;
    border-bottom: 1px solid #878787;
    font: 10px 'Rubik', sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.contacts-page .contacts-wrap .contact-us .form-footer .success-label {
    float: right;
    display: none;
    margin: 26px 38px 0 0;
}

/* END Contacts Page */


/* Article Page */

.wrapper-background {
    display: none;
}

.article-page {
    padding: 129px 75px 60px;
}

.article-page .article-source {
    font: 16px 'Old Standard TT';
}

.article-page .article-title {
    margin: 14px 0 0 0;
    font: 57px 'Old Standard TT';
    text-transform: none;
    letter-spacing: 0.5px;
}

.article-page .article-date {
    margin: 18px 0 0 0;
    letter-spacing: 0.9px;
}

.article-page .article-text {
    margin: 34px 0 0 0;
    overflow: hidde;
}

.article-page .article-text p {
    text-indent: 35px;
}

.article-page .article-text .text-left {
    float: left;
    width: 48%;
}

.article-page .article-text .text-right {
    float: right;
    width: 49.1%;
}

.white-button {
    display: block;
    margin: 18px 2px 0 0;
    width: 124px;
    height: 32px;
    padding: 0;
    border: 0;
    background: #fff;
    border-bottom: 1px solid #878787;
    font: 10px/33px 'Rubik', sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
}

.white-button:hover {
    color: #000;
}

.article-page .return-button {
    margin: 55px 0 0 0;
}

/* END Article Page */


/* Error Page */

.wrapper.error-page-wrap {
    background-image: url('/images/main-page-back.jpg');
}

.error-page {
    padding: 227px 0 0;
    text-align: center;
}

.error-page .page-title {
    font: 57px/58px 'Old Standard TT';
    text-transform: uppercase;
    letter-spacing: 9px;
}

.error-page .main-text {
    position: relative;
    margin: 88px auto 0;
    width: 730px;
}

.error-page .main-text:before {
    content: '';
    position: absolute;
    top: -56px;
    left: 50%;
    width: 77px;
    margin-left: -37px;
    border-top: 1px solid #fff;
}

/* END Error Page */



/* Search Page */

.wrapper.search-page-wrap {
    background-image: url('/images/search-page-background.jpg');
}

.search-page .search-form {
    margin: 53px auto 0;
    width: 100%;
    max-width: 980px
}

.search-page .search-form .search-input-wrap {
    padding: 0 0 0 20px;
    width: 100%;
    height: 58px;
    border: 1px solid #fff;
}

.search-page .search-form .search-input-wrap .search-input {
    display: block;
    float: left;
    padding: 0;
    border: 0;
    width: 100%;
    height: 58px;
    font: 15px 'Rubik', sans-serif;
    color: #fff;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.search-page .search-form .search-input-wrap .search-button-alter {
    display: block;
    float: right;
    margin: -43px 15px 0 0;
    width: 22px;
    height: 23px;
    background: url('/images/search-button-alter.png') 0 0 no-repeat;
    text-indent: -9999px;
}

.search-page .search-form .search-filter {
    margin: 45px 0 0 0;
    overflow: hidden;
}

.search-page .search-form .search-filter .filter-block {
    float: left;
    margin: 0px 0px 25px 0px;
    padding-right: 15px;
    width: 33.3%;
    background-color: #0d0d0d;
}

.search-page .search-form .search-filter .filter-block:nth-child(2) {
    padding-left: 7px;
    padding-right: 8px;
}

.search-page .search-form .search-filter .filter-block:nth-child(3) {
    padding-left: 15px;
    padding-right: 0;
}

.search-page .search-form .search-filter .block-title {
    float: left;
    width: 110px;
    line-height: 34px;
}

.filter-block select{
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	background-color: #e7e7e7;
}

.search-page .search-form .search-filter .filter-input {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    border: 0;
    width: 220px;
    height: 34px;
    font: 13px 'Rubik', sans-serif;
    color: #fff;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.search-page .search-form .search-filter .size-wrap {
    float: left;
    margin: 0 0 0 40px;
}

.search-page .search-form .search-filter .size-wrap .size-input-wrap {
    float: left;
    position: relative;
    margin: 0 31px 0 0;
}

.search-page .search-form .search-filter .size-wrap .size-input-wrap:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 14px;
    width: 7px;
    height: 7px;
    background: url('/images/size-input-divider.png') 0 0 no-repeat;
}

.search-page .search-form .search-filter .size-wrap .size-input-wrap:last-child:after {
    display: none;
}

.search-page .search-form .search-filter .size-wrap .filter-input {
    margin: 0;
    width: 40px;
}

.search-page .search-form .search-button {
    float: right;
    margin: 5px auto;
    font-size: 13px;
    width: calc(33% - 15px);
}

.search-page .search-form .or {
text-align: center;
font: 18px 'Old Standard TT';
color: #c0c0c0;
letter-spacing: 3.5px;
margin-top:30px;
margin-bottom: -20px;
clear: both;
}

/* END Search Page */


/* Search Error Page */

.search-error-page {
    padding: 182px 0 0 0;
}

.search-error-page .error-text {
    margin: 0 0 0 5.5%;
    color: #989898;
}

.search-error-page .error-text .error-title {
    margin: 0 0 25px;
    font: 17px 'Old Standard TT';
    color: #989898;
    letter-spacing: 4.2px;
}

/* END Search Error Page */


/* News Page */

.wrapper.news-page-wrap {
    background-image: url('/images/news-background.jpg');
}

.text-slider-page {
    padding-bottom: 50px;
}

#text-slider.swiper-container {
    clear: both;
    margin: 72px 0 0 0;
    padding: 0 73px 0 74px;
    height: 100%;
}

#text-slider.swiper-container .swiper-slide {
    text-align: center;
    height: auto;
    width: 355px;
    text-align: left;
}

#text-slider.swiper-container .swiper-slide .slide-date {
    display: block;
    letter-spacing: 1px;
}

#text-slider.swiper-container .swiper-slide .slide-text {
    margin: 50px 0 0 0;
}

#text-slider.swiper-container .swiper-slide .slide-text p {
    text-indent: 37px;
}

/* END News Page */


/* Press Page */

.wrapper.press-page-wrap {
    background-image: url('/images/press-background.jpg');
}

#text-slider.swiper-container .swiper-slide .slide-title {
    display: block;
    margin: 11px 0 0 0;
    font: 16px/28px 'Old Standard TT';
    text-transform: none;
    letter-spacing: 1px;
}

#text-slider.swiper-container.press-slider .swiper-slide .slide-text {
    margin: 10px 0 0 0;
}

/* END Press Page */




/* Works Page */


.works-page .page-title {
    float: left;
    margin: 183px 0 0 5.5%;
    font: 18px 'Old Standard TT';
    color: #989898;
    letter-spacing: 3.5px;
}

#works-slider.swiper-container {
    width: auto;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 60px;
    left: 450px;
    /*width: 920px;*/
    /*height: 780px;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 66.66%;*/
}

#works-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    width: auto;
    color: #000;
    font-size: 0;
    line-height: 0;
    text-align: left;
    letter-spacing: 0;
    /*width: auto !important;*/
}

#works-slider .swiper-slide .img-wrap {
    position: relative;
    height: 100%;
}

#works-slider .swiper-slide img {
    display: block;
    /*float: left;*/
    min-height: 100%;
    min-width: 100%;
}

#works-slider .swiper-slide .work-name {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    font: 10px/14px 'Rubik', sans-serif;
    letter-spacing: 1.5px;
    opacity: 0;
    transition: all 0.4s ease;
}

#works-slider .swiper-slide:hover .work-name {
    opacity: 1;
}

#works-slider .swiper-slide .work-name span {
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    color: #fff;
    text-align: center;
}

.works-page .filter-button {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 60px;
    width: 63px;
    height: 63px;
    background: url('/images/filter-button.png') 0 0 no-repeat;
}

.filter-overlay {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 60px;
    background: #fff;
}

.filter-overlay .big-title {
    color: #d9d9d9;
}


.filter-overlay .filter-form {
    margin: 0 auto;
    width: 982px;
}

.filter-overlay .filter-form .default-input {
    float: left;
}

.filter-overlay .filter-form .default-input:nth-child(even) {
    float: right;
}

.filter-overlay .filter-form .textarea-wrap {
    float: left;
    margin: 36px 0 0 0;
}

.filter-overlay .filter-form .textarea-wrap .input-title {
    margin: 0 0 8px;
    font: 10px 'Rubik', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.filter-overlay .filter-form .form-footer {
    overflow: hiden;
}

.filter-overlay .filter-form .form-footer .contact-button {
    float: right;
    display: block;
    margin: 18px 2px 0 0;
    width: 124px;
    height: 32px;
    padding: 0;
    border: 0;
    background: #fff;
    border-bottom: 1px solid #878787;
    font: 10px 'Rubik', sans-serif;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-overlay {
    display: none;
}

.filter-overlay .filter-form {
    margin: 104px auto 0;
    width: 980px;
}

.filter-overlay .filter-form .search-input-wrap {
    padding: 0 0 0 20px;
    width: 958px;
    height: 58px;
    border: 1px solid #000;
}

.filter-overlay .filter-form .keywords-wrap textarea.default-input {
    float: none;
    padding: 5px 10px;
    width: 958px;
    height: 48px;
    border: 1px solid #000;
    resize: none;
    color: #000;
}

.filter-overlay .filter-form .keywords-wrap .block-title {
    line-height: 34px;
    color: #000;
}

.filter-overlay .filter-form .search-input-wrap .search-input {
    display: block;
    float: left;
    padding: 0;
    border: 0;
    width: 900px;
    height: 58px;
    font: 15px 'Rubik', sans-serif;
    color: #000;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.filter-overlay .filter-form .search-input-wrap .search-button-alter {
    display: block;
    float: right;
    margin: -42px 15px 0 0;
    width: 22px;
    height: 23px;
    background: url('/images/search-button-alter.png') 0 0 no-repeat;
    text-indent: -9999px;
}

.filter-overlay .filter-form .search-filter {
    margin: 45px 0 0 0;
    overflow: hidden;
}

.filter-overlay .filter-form .search-filter .filter-block {
    float: left;
    margin: 0 0 25px;
    width: 480px;
    height: 34px;
    border-bottom: 1px solid #000;
}

.filter-overlay .filter-form .search-filter .filter-block:nth-child(even) {
    float: right;
}

.filter-overlay .filter-form .search-filter .block-title {
    float: left;
    width: 110px;
    line-height: 34px;
    color: #000;
}

.filter-overlay .filter-form .search-filter .filter-input {
    display: block;
    float: left;
    margin: 0 0 0 20px;
    padding: 0;
    border: 0;
    width: 220px;
    height: 34px;
    font: 10px 'Rubik', sans-serif;
    color: #000;
    background: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
}

.filter-overlay .filter-form .search-filter .size-wrap {
    float: left;
    margin: 0 0 0 40px;
}

.filter-overlay .filter-form .search-filter .size-wrap .size-input-wrap {
    float: left;
    position: relative;
    margin: 0 31px 0 0;
}

.filter-overlay .filter-form .search-filter .size-wrap .size-input-wrap:after {
    content: '';
    position: absolute;
    right: -18px;
    top: 14px;
    width: 7px;
    height: 7px;
    background: url('/images/size-input-divider.png') 0 0 no-repeat;
}

.filter-overlay .filter-form .search-filter .size-wrap .size-input-wrap:last-child:after {
    display: none;
}

.filter-overlay .filter-form .search-filter .size-wrap .filter-input {
    margin: 0;
    width: 40px;
}

.filter-overlay .filter-form .filter-submit-button {
    float: right;
    margin: 76px 0 0 0;
    background: #000;
    color: #fff;
}

.filter-overlay .filter-form .clean-button {
    float: right;
    margin: 76px 22px 0 0;
    border: 0;
}

/* END Works Page */





/* Single Text */

.wrapper.single-page-wrap {
    background-position: center center;
}

.single-page {
    overflow: hidde;
}

.single-page .single-img-wrap {
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 60px;
    background: #0D0D0D;
    right: 653px;

    /*background-size: cover;*/
}

.single-page .single-img-wrap {
    position: static;
    margin-right: 653px;
}

.footer-holder.margin-free {
    margin: 0;
}

.single-page br {
    display: none;
}

.single-page .single-img-wrap img {
    display: block;
    width: 100%;
}

.single-page {
}

.single-page .single-title {
    font: 18px 'Old Standard TT';
    color: #fff;
    letter-spacing: 3.6px;
}

.single-page .single-text {
    margin: 22px 0 0 0;
    line-height: 12px;
    color: #989898;
    max-width:250px;
}

.single-page .single-text p {
    margin: 0 0 15px;
}

.single-page .share-block {
    margin: 65px 0 0 0;
}

.single-page .share-title {
    color: #fff;
}

.socials-white {
    margin: 11px 0 0 2px;
}

.socials-white li {
    float: left;
    margin: 0 17px 0 0;
    height: 15px;
    width: 14px;
}

.socials-white li:nth-child(1) {
    background: url('/images/socials-white.png') 3px 0 no-repeat;
}

.socials-white li:nth-child(2) {
    background: url('/images/socials-white.png') -27px 0 no-repeat;
}

.socials-white li:nth-child(3) {
    background: url('/images/socials-white.png') -58px 0 no-repeat;
}

.socials-white li:nth-child(4) {
    background: url('/images/social-pinterest.png?1') no-repeat;
    background-size: 12px 15px;
}

.socials-white li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}



#single-slider.swiper-container {
    width: auto;
    position: static;
    margin-right: 653px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#single-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    width: auto;
    color: #000;
    font-size: 0;
    line-height: 0;
    text-align: left;
    letter-spacing: 0;
    /*width: auto !important;*/
    cursor: pointer;
    background: #0D0D0D;

    /*z-index: 1;*/
    /*position: static;*/
}

/*#single-slider .swiper-slide.swiper-slide-active {
    z-index: 3;
}*/

#single-slider .swiper-slide.swiper-slide-active:after {
    display: none;
}

#single-slider .swiper-slide:after {
    position: relative;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
}

#single-slider .swiper-slide.swiper-slide-active .img-wrap {
    z-index: 5;
}

#single-slider .swiper-slide .img-wrap {
    position: relative;
    height: 100%;
}

#single-slider .swiper-slide img {
	display: block;
	width: 90%;
	height: auto;
	max-width: 574px;
}

/*#single-slider .swiper-slide .work-name {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    font: 10px/14px 'Arial';
    letter-spacing: 1.5px;
    opacity: 0;
    transition: all 0.4s ease;
}

#single-slider .swiper-slide:hover .work-name {
    opacity: 1;
}

#single-slider .swiper-slide .work-name span {
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    color: #fff;
    text-align: center;
}*/

/* END Single Text */





/* All Works */

#all-slider.swiper-container {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 60px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#all-slider .swiper-slide {

    text-align: center;
    font-size: 18px;
    height: 50%;
    background: 0;
    overflow: hiddn;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#all-slider .swiper-slide img {
    display: block;
    height: 100%;
}

#all-slider .swiper-slide .img-wrap {
    /*display: inline-block;*/
    /*position: relative;
    height: 100%;
    font-size: 0;*/
}

#all-slider .swiper-slide .work-name {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    font: 10px/14px 'Rubik', sans-serif;
    letter-spacing: 1.5px;
    opacity: 0;
    transition: all 0.4s ease;
}

#all-slider .swiper-slide:hover .work-name {
    opacity: 1;
}

#all-slider .swiper-slide .work-name span {
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    color: #fff;
    text-align: center;
}

/* END All Works */


@media only screen and (max-width: 479px) {
#single-slider .swiper-slide .img-wrap {
    position: relative;
    height: 1000%;
}
}
/* Localized */






/* Menu */

ul.menu{
	list-style-type:none;
    padding:0;
    margin:0;
}
ul.menu li{
	list-style-type:none;
    padding:0;
    margin:0;
    margin-left: 15px;
}
ul.menu li a{
	color:#a99b9a;
	-webkit-font-smoothing: antialiased;	
}
#menu1{
	margin-bottom:10px
}
#menu1 li{
	line-height: 1.3;
}
#menu1 li a{
}
#menu1 li:last-child a{
	padding-right:0;
}
#menu2{
}
#menu2 li {
	line-height: 1.2;
}
#menu2 li a{
	padding-right:43px;
	font-weight: 400;
}

.slicknav_btn {
	margin-top:-40px;
	background-color: transparent;
	z-index:1000;
	margin-right:-5px;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #a99b9a;
}
.slicknav_menu {
	background-color:transparent;
	padding:0;
	padding-top: 50px;
	padding-right:20px;
}
.slicknav_menu ul:not(.inner) {
  background-color: #fffffa;
  padding-top:90px;
  display: block;
  top:0;
  position:absolute;
  width:100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #a99b9a;
}
.slicknav_nav ul, .slicknav_nav li {
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:0px;
}
.slicknav_nav li a{
	color:#a99b9a;
	padding:0;
	margin-left: 25px;
}
.slicknav_nav ul.inner li a{
	margin-left: 0;
}
.slicknav_nav .slicknav_item {
	background:none;
	color:#a99b9a;
}
.slicknav_nav .slicknav_item:hover {
	background:none;
	color:#a99b9a;
}
.slicknav_nav a:hover, .slicknav_nav a.active{
	background:none;
	color:#391812;
}
.slicknav_nav .slicknav_txtnode {
    padding: 7px 15px;
	margin: 0;
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    top: 0;
}



.img_text{
	max-width:300px;
	width:50%;
	height:auto;
}


/* Useful styles */
.uppercase {text-transform: uppercase}
.text-center {text-align: center}
.white {color:white}
.inline {display:inline}
.nomargin {margin:0px}
.nomargin-top {margin-top:0}
.thirtypx{margin-left:30px}


.slicknav_menu, #menu_small {
	display:none;
	z-index:1000;
}

/* Grid */
#grid{
	margin-left:300px;
	margin-top:10px;
}

/* Scroll for works */
#scrollto{
	position: fixed;
	bottom: 15px;
	left: calc(50% - 30px);
	z-index:200;
	cursor: pointer;
}

@media screen and (max-width: 1023px){
	.header .main-menu{
		margin: 15px 0 0 0;
		width: 60%;
	}
	.header .main-menu li {
		margin: 0 18px 8px 0;
		}
	}

@media screen and (max-width: 767px){
	#grid{
		margin-left:200px;
	}
}
@media screen and (max-width: 529px){
	#grid{
		margin-left:0;
	}
	.page-title{
		display: none;
	}
}
@media screen and (max-width: 767px), screen and (max-height: 380px) {
	/* #menu is the original menu */
	#menu1, #menu2 {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}

	#logo{
		width:100px;
		height:auto;
		margin-bottom: 0;
	}
	body, p, td, li, h1,h2,h3,h4,h5 {
		font-size:9pt;
	}
	.container{
		padding: 100px 0 0 35px;
	}
	.parchitect{
		display: none;
	}
	
	#topleft{
		left:25px;
		top:20px;
	}
	
	#bottomright, .bottomright{
		right:25px;
		bottom:25px;
	}
	
	#topright{
		right:25px;
		top:40px;
	}
	
	div#socicons{
		display:none;
	}
	
	.bottomleft_parchitect{
		display: block;
		position: absolute;
		left:25px;
		bottom:25px;
		z-index: 1000;
		max-width:30%;
		text-align: left;
		/*background-color: rgba(255,250,244,.3);*/
	}
	.main-menu{
		display:none;
	}

}








.firstpage-background{
	width:100%;
	height:100%;
/*	z-index:0; */
	background: no-repeat center center fixed; 
	background-size: cover;
/*  animation: fadein 3s; */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.text-background{
	width:100%;
	height:100%;
	z-index:0;
	position:absolute;
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    position:fixed;
}
@keyframes fadein1 {
    from {
        opacity:0;
    }
    to {
        opacity:0.3;
    }
}
@-moz-keyframes fadein1 { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:0.3;
    }
}
@-webkit-keyframes fadein1 { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:0.3;
    }
}
@-o-keyframes fadein1 { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 0.3;
    }
}

.fade {
   opacity: 1;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}
.fade:hover {
  opacity: 0.7;
}

.fp-controlArrow{
	display:none;	
}	


#nav-mobile {
  position: absolute;
  top:58px;
  background-color: transparent;
  width:100%;
}
#nav-mobile.open{
	z-index:10000000;
	background-color: black;
}

#nav-mobile ul {
	display: none;
	margin-bottom: 50px;
}
#nav-mobile ul li {
	text-align: center;
	font-size:18px;
	line-height: 1.8;
}
.mobile-show{
	display:none;	
}



@media (max-width: 767px) {
	#site-title {
	  text-align: center;
	  cursor: pointer;
	  float:none;
	  margin:0;
	  padding-top:25px
	}
	.mobile-hide{
		display:none;
	}	
	.mobile-show{
		display:block;	
	}
	#nav-mobile{
		display: block;
	}
	.project-image-right {
		position: absolute;
		top: 50%;
		right: unset;
		width: 100%;
	}
	.project-image-left {
		position: absolute;
		top: 10px;
		left: unset;
		width: 100%;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		height: calc(50% - 65px);
		margin-top: 5px;
	}
	.single-page .single-title {
		text-align: center;
	}
	.single-page .single-text {
		margin: 22px 0 0 0;
		line-height: 1.2;
		max-width: none;
		text-align: center;
	}
}

.fixed{
	position: fixed;
}

@media (max-width: 375px){
	#site-title {
		line-height: 1.1;
		padding-top: 15px;
	}
}

@media (min-width: 1400px) {
	.header .main-menu li a, .footer .footer-menu li a, body, td, p, .footer .footer-language li, .footer .footer-language li:after, .footer .footer-language li a {
	    font: 14px/17px 'Rubik', sans-serif;
	}
	.gallery-page .page-title, .header .header-title{
		font-size: 24px;
	}
}
@media (max-width: 1024px) {
	.header .main-menu li a, .footer .footer-menu li a, body, td, p, .footer .footer-language li, .footer .footer-language li:after, .footer .footer-language li a {
	    font: 12px/12px 'Rubik', sans-serif;
	}
}