@charset "UTF-8";
/* CSS Document */

/***home***/
#home-photos-holder {
	padding-bottom: 40px;
	width: 100%;
	max-width: 780px;
	max-height: 780px;
	overflow:hidden;
	position: relative;
}

#home-text-holder {
	min-height: 100%;
	min-width: 100%;
	position: relative;
	padding-bottom: 40px;
}


#home-text-inner {
	border: 1px solid #2b2b2b;
	
}

#home-photos-inner {
	/*margin-right: -260px;*/
	border: 1px solid #2b2b2b;
}


#home-photos-inner img {
	max-width: 33.333333%;
	height: auto;	
	
	
}

/****gallery pages***/

.fotorama {
	max-height: 100% !important;
	max-width: 100% !important;
}


@media screen and (max-width: 600px) {
	#header {
		width: 100%;
		height: auto !important;
	}
	.header_left {
		width: 100%;
		text-align:center;
	}
	.header_right {
		text-align: center !important;
		position: relative;
		
	}
	#home-photos-inner {
	/*margin-right: -260px;*/
	border: 0px solid #2b2b2b;
	text-align:center;
}

#home-photos-holder {
	height: 100%;
	width: 100%;
	max-width: 780px;
	max-height: none !important;
	padding-bottom: 30px;
	overflow:hidden;
	position: relative;
}
	#content {
		margin-right: 4%;
		margin-left: 4%;
		padding-top: 20px;
		clear: both;
		height:auto !important;
	}
	#content img {
		max-width: 100%;
		height: auto;
	}
	.header_left img {
	max-width: 70%;
}
.imageblock p {
	display: none;
}
.block-info {
position: relative;
bottom: auto !important;
left: auto !important;
display: block;
padding: 20px;
text-align: center;
}
}
@media screen and (max-device-width: 600px) {

}