html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 60px;
}

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

div#preload { display: none; }

a {
	text-decoration: none;
	color: black;
}


.landing {
	width: 455px;
	height: 43px;
	display: none;
}


.site-logo {
	margin: 32px auto 23px auto;
	background-image: url(../img/siteLogo.png);
	width: 258px;
	height: 23px;
}

.site-menu {
	text-align: center;
	margin-bottom: 8px;
}
.site-menu a {
	font-family: 'EngraversGothicPFL';
	font-size: 14px;
	color: #c6c6c6;
	letter-spacing: 6px;
}
.site-menu a:hover, .site-menu a.active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
	.site-menu .row .col-sm-4:nth-child(2) {
		text-align: right;
	}
	.site-menu .row .col-sm-4:nth-child(4) {
		text-align: left;
	}
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	text-align: center;
}
.footer img {
	margin-top: 16px;
}



.page-about .text {
	font-family: 'EngraversGothicPFL';
	font-size: 14px;
	letter-spacing: 2.5px;
	margin-top: 16px;
	text-align: justify;
}
@media (min-width: 768px) {
	.page-about .text {
/*
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;

		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
*/
	}
}

.page-contact .text {
	font-family: 'EngraversGothicPFL';
	font-size: 14px;
	letter-spacing: 2.5px;
	margin-top: 16px;
	text-align: center;
}
.page-contact .text a {
	text-decoration: none;
	color: #9d9d9c;
}
.page-contact .text a:hover {
	color: black;
}
.page-contact .text .social img {
	margin: 11px 2px 0 2px;
}


.page-portfolios img {
	margin-bottom: 30px;
}

#mq-detector {
	visibility: hidden;
}

#portfolio_container, #portfolio_container_xsportrait {
	display: none;
}

img.xsportrait {
	width: 100%;
	margin-bottom: 15px;
}

.slider-wrapper {
	position: relative;
	width: 100%;
}

.page-portfolio {
	position: relative;
}
.slider-footer {
	position: absolute;
	z-index: 1;
	padding: 15px 0 0 0;
}
.slider-footer, .slider-footer a {
	font-family: 'EngraversGothicPFL';
	font-size: 14px;
	letter-spacing: 4px;
	text-decoration: none;
	color: black;
}
.slider-footer a:hover, .slider-footer .arrowleft:hover, .slider-footer .arrowright:hover {
	color: #c6c6c6;
}
.slider-footer span.bull {
	margin: 0 16px 0 16px;
}
.slider-footer .left {
	float: left;
}
.slider-footer a, .slider-footer .arrowleft, .slider-footer .arrowright {
	padding: 10px 0 10px 0;
	cursor: pointer;
}
.slider-footer .right {
	float: right;
}
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}




/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

	.page-portfolios img {
		margin-bottom: 15px;
	}

}

/* Landscape phones */
@media (min-width: 481px) and (max-width: 767px) {
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
}