#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
html,
body,
figure {
    margin:0;
    padding:0;
}
body {
    background-color:#222;
    overflow-x:hidden;
}
body * {
    font:14px/20px Arial,Geneva,SunSans-Regular,sans-serif;
    color:#919191;
}
a {
    text-decoration:none;
    color:#fff;
}
p {
    margin:0 0 .5em;
}
#wrapper {
    width:100%;
    margin-top:50px;
}
.ce_gallery,
#main .ce_text {
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#main .ce_text:after {
    content: ""; display: table; clear: both; 
}
#slider {
    background: url("../../files/js/ajax-loader.gif") center center no-repeat;
}
#slider .slide {
    height:100%;
    position:relative;
    float:left;
    display:none;
    border-left:1px solid #fff;
    cursor: pointer;
    background-color: #000; 
    background-repeat:no-repeat !important;
    background-size:cover !important;
}
#slider .slide.portrait {
    /*background-size: contain !important;*/
    background-size: auto 100% !important;
    background-position: center !important;
}
#slider .slide:first-child {
    border: none;
}
#slider .slide.active {
    cursor: default;
}
#slider .slide-block {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    overflow:hidden;
    display:inline-block;
    padding:20px;
    font-size:14px;
    margin-top: 0 !important;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
#slider .slide-block h4 {
    margin:0;
    font-size:20px;
    line-height:1;
    font-weight:bold;
}
#slider .slide-block p {
    margin:0;
}
#slider .slide a.cboxElement {
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    right:0;
    top:0;
    position:absolute;
    display:block;
}
#footer {
    width:100%;
    bottom:0;
    left:0;
    position:fixed;
    padding-right:20px;
    padding-left:20px;
    background-color:rgba(34,34,34,.9);
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
#logo {
    position:absolute;
}
#main .ce_text figure.image_container img {
    width:100%;
    height:auto;
    display:block;
    margin:0;
    padding:0;
}
#main .ce_text:after {
    content: &quot;&quot;; display: table; clear: both;
}
#main .ce_text > div.text {
    padding:20px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
@media screen and (min-width: 769px) {
	#main .ce_text figure.image_container {
		width:50%;
		float:left;
	}
	#main .ce_text > div.text {
		width:50%;
		float:right;
	}
	#logo {
		bottom:10px;
		right:20px;
	}
}


@media screen and (max-width: 768px) {
	#logo {
		bottom:70px;
		right:20px;
	}
	#logo img {
		width:98px;
		height:100px;
	}
}

