
@media(max-width: 1508px){
	#page #scroll-wrapper{
		max-width: 1208px;
	}
}
@media(max-width: 1261px){
	#page #scroll-wrapper{
		max-width: 961px;
	}
}
@media(max-width: 1014px){
	#page #scroll-wrapper{
		max-width: 714px;
	}
}
@media(max-width: 767px){
	#page #scroll-wrapper{
		max-width: 467px;
	}
	#sub-title{
		display: none;
	}
	header .col.offset-1{
		margin-left: 0px;
	}
	.popup-box .close-btn{
		display: none;
	}
	.popup-box .box-inner{
		width: calc(100% - 54px);
		width: -webkit-calc(100% - 54px);
		width: -moz-calc(100% - 54px);
	}
	.popup-box .nav-btn{
		font-size: 16px;
		line-height: 16px;
		position: static;
		color: #fff;		
		margin-top: auto;
		margin-bottom: 27px;
	}
	.popup-box .nav-btn.prev{
		float: left;
	}
	.popup-box .nav-btn.next{
		float: right;
	}
}
@media (max-width: 530px){	
	footer span {
		color: transparent;
		font-size: 0;
		line-height: 0;
	}
	footer span:before {
		content: "\A";
		white-space: pre; 
	}
@media (max-width: 520px){
	body {
		font-size: 4.3vw;
	}
	#page #scroll-wrapper{
		max-width: 467px;
	}
	.open{
		overflow: hidden;
	}
	.open header{
		background: #fff;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		padding: 27px;
		z-index: 5;
	}
	.square {
		position: relative;
		padding-bottom: calc(100% - 27px) !important;
	}
	.square h3 {
		position: absolute;
		left: 13.5px;
		right: 13.5px;
	}
	#nav-toggle{
		display: block;
	}
	header aside{
		float: none;
		margin-top: 110px;
		line-height: 12px;
		width: 100%;
		display: none;
	}
	.open header aside{
		display: block;
	}
	header .col.cs-1{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#main-menu a{
		display: block;
		margin-top: 23px;
	}
	#main-menu a:first-child{
		margin-top: 0px;
	}
	#main .row{
		margin: -13.5px;
	}
	#main .col,
	#main .col.cs-1,
	#main .col.cs-2{
		width: 100%;
		padding: 13.5px;
		box-sizing: border-box;
	}
	#main .col.empty{
		height: auto;
		margin: -13.5px;
	}
	#main .col.rs-2{
		height: auto;
	}	
	#main .col img{
		width: 100%;
	}
	.col .description {
		margin: 0;
	}
	.col .title {
		margin-bottom: 1em;
	}
	.col .read-more {
		display: block;
		margin-top: 1em;
	}

	#fancybox-buttons {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 40px;
		background: rgba(29,29,27,.8);
		z-index: 9999;
	}
	#fancybox-buttons a {
	    padding: 5px 10px;
	    font-size: 12px;
	    font-weight: bold;
	}	
	#fancybox-buttons .btnClose {
	    top: 0px;
	    right: 17px;
	}
	#fancybox-buttons .btnPrev{
	    top: 0px;
	    left: 17px;
	    margin-top: 0;
	}
	#fancybox-buttons .btnNext{
	    top: 0px;
	    left: 74px;
	    right: auto;
	    margin-top: 0;
	}
	.info {
		width: 100vw;
	}
}