@import url(reset.css);
@import url(grid.css);
@import url(jquery.jscrollpane.css);
@import url(jquery.bxslider.css);

@import url(jquery.selectbox.css);

@import url(nivo-slider.css);

@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,100,300,300italic&subset=latin,latin-ext);

#sungrey .col {
	background: #202221;
	overflow: hidden;
	padding: 5px 0;
}

#sungrey img {
	margin-right: 10%;
	display: block;
	float: right;
}

* {
	outline: none;
}

strong {
	font-weight: 700;
}


body {
	overflow: hidden;
	max-width: 1920px;
	margin: 0 auto;
}


html, body {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

body {
	margin: 0;
	font-family: Roboto;
	color: #535353;

}

article.article h2 {
	font-family: Roboto;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 50px;


}

article.article p {
	font-family: Roboto;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
}

.arrow {
	display: block;
	width: 55px;
	height: 40px;
	background: url(images/arrow-worange.png) no-repeat right top;
	text-indent: -9999px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.arrow:hover {
	background-position: 0 0;
}

aside {
	position: absolute;
	right: -30%;
	top: 0;
	width: 30%;
	min-width: 250px;
	height: 100%;
	background: white;
	z-index: 11;
}

aside .side-menu {
	margin-top: 100px;
	border-top: 1px solid #949494;
}

aside .side-menu ul a {
	font-size: 18px;
	color: #535353;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #949494;
	padding-left: 20px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

aside .side-menu ul a:hover {
	background: #f5780a;
	color: white;
}

aside .side-menu ul a span {
	display: block;
	font-size: 12px;
	font-weight: 300;
	margin-top: 5px;
}

aside .side-menu address {
	font-family: Roboto;
	font-weight: 300;
	display: block;
	margin-top: 75px;
	margin-left: 20px;
	text-align: left;
	color: #535353;
}

aside .side-menu address p a {
	color: #535353;
	text-decoration: none;
}

aside .side-menu address p {
	font-size: 23px;
	margin: 10px 0;
}

aside .side-menu address > a {
	color: #535353;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
}

aside .side-menu div {
	font-family: Roboto;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin-left: 20px;
	color: #535353;
	padding-top: 25px;
}

aside .side-menu div span {
	display: block;
	font-weight: 300;
	font-size: 11px;
	margin-top: 2px;
}

#header {
	position:relative;
}

#header h1 {
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	max-width: 346px;
	width: 100%;
	height: 70px;
	margin: 10px 0 20px 15%;
	background-size: 100% auto;
}

#header .content {
	float: right;
	margin-right: 15%;
}

#header .social {
	margin-top: 36px;
	float: left;
}

#header .social > * {
	margin: 0 15px;
	display: block;
	float: left;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
}

#header .social a {
	color: #535353;
	text-decoration: none;
}

#header .social .mobile span {
	font-size: 14px;
	line-height: 15px;
	margin-top:-4px;
}

#header .social .fb span {
	margin-top: -5px;
}

#header .social .fb i {
	color: white;
	text-transform: uppercase;
	background: #f5780a;
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
}

#header .social > * img {
	float: left;
	display: block;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	height: 21px;
}

#header .social > * > span {
	max-width: 0px;
	display: block;
	overflow: hidden;
	float: left;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	padding-left: 10px;
	line-height: 23px;
}

#header .social > *:hover span {

	max-width: 200px;
}

#header .social > *:hover img {
	opacity: 1;
}

#header .menu {
	float: left;
	height: 64px;
	background: url(images/menu-bg.png) no-repeat left top;
	margin-top: 15px;
	width: 50px;
	padding-left: 40px;
	cursor: pointer;
	position: relative;
	z-index: 12;
}

#header .menu span.on {
	display: none;
}

#header .menu span {
	line-height: 64px;
	font-weight: 700;
	text-transform: uppercase;
	color: #444444;
	font-size: 18px;
}

#header div.col {
	height: 100px;
}

#banner {
	position: relative;
	overflow: hidden;
}

.mainslider-container {
	overflow: hidden;
}

#banner img {
	width: 100%;
	display: block;
}

#banner span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: url(images/grid.png);
}

@media only screen and (max-width: 720px) {
	#header h1 {
		margin: 0 auto;
		width: 100%;
		margin-top: 10px;
	}

	#header .content {
		float: none;
	}

	#header .menu {
		float: right;
	}

	aside {
		margin-top: 100px;
	}

	#banner {
		display: none;
	}

	#header .social {
		position: absolute;
		top: 100px;
		left: 4%;
		z-index: 13;
	}
}
@media only screen and (max-width: 480px) {
	#header .social > * {
		margin: 0 5px;
	}
}

#row1 .col {
	min-height: 324px;
}

#row1 .col1 {
	background: #f5780a;
	color: #fff;
}

#row1 .col1 .article {
	max-width: 630px;
	float: right;
	padding: 45px 0;
	padding-right: 4%;
}

#row1 .col1 .article p {

}

#row1 .col1 .arrow {
	float: right;
	margin-top: 40px;
}

#row1 .col2 {
	overflow: hidden;
	position: relative;
}

#row1 .col2 span, #row2 .col1 span, #row3 .col2 span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url(images/grid.png);

}
#row1 .col2 img {
	position: absolute;

	min-width: 100%;
	min-height: 100%;
}

#row2 .col {
	overflow: hidden;
	min-height: 324px;
}

#row2 .col1 {
	overflow: hidden;
	position: relative;


}

#row2 .col1 img {
	position: absolute;
	right: 0;
min-width: 100%;
min-height: 100%;

}

#row2 .col1 {
	background: #fff;
	color: #535353;
	position: relative;
}

#row2 .col2 .article {
	max-width: 680px;
	padding: 45px 0;
	padding-left: 4%;
	padding-bottom: 30px;
	overflow: hidden;
}

#row2 .col2 .arrow {
	float: right;
	margin-top: 40px;
	background-image: url(images/arrow-grey.png);
}

#row3 .col {
	min-height: 324px;
}

#row3 .col2 {
	overflow: hidden;
	position: relative;
}

#row3 .col2 img {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
}

#row3 .col1 {
	background: #535353;
	color: #fff;
}

#row3 .col1 .article {
	max-width: 830px;
	padding: 45px 0;
	padding-right: 4%;
	float: right;
}

#row3 .col1 .arrow {
	float: right;
	margin-top: 40px;
	background-image: url(images/arrow-wgrey.png);
}

#row4 {
	margin-top: 1px;
}

#row4 li {
	position: relative;
}

#row4 li img {
	opacity: 0.4;
	position: relative;
	z-index:0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	width: 170px;
	height: 170px;
	display: block;
}

#row4 li a {
	width: 158px;
	height: 158px;
	border: 6px solid #f5780a;
	display: block;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 1;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#row4 li:hover img {
	opacity: 1.0;
}

#row4 li:hover a {
	opacity: 1.0;
}



@media only screen and (max-width: 1270px) {
	article.article h2 {
		font-size: 40px;
	}

	#row1 .col1 .article-container,
	#row2 .col2 .article-container,
	#row3 .col1 .article-container {
		padding: 0 5%;	}
}

@media only screen and (max-width: 1030px) {
	article.article h2 {
		font-size: 25px;
	}

}


@media only screen and (max-width: 720px) {
	article.article h2 {
		font-size: 38px;
	}

	#row1 .col1 .article-container,
	#row2 .col2 .article-container,
	#row3 .col1 .article-container {
		width: 90%;
		margin: 0 auto;
	}

	#row1 .col1 .article,
	#row2 .col2 .article,
	#row3 .col1 .article {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		float: none;

	}

	#row1 .col1,
	#row2 .col2,
	#row3 .col1 {
		height: auto;
		overflow: hidden;
		padding-bottom: 30px;
	}

	#row2 .col1 {
		height: auto;
		overflow: hidden;
	}
}

#footer {
	clear: both;
}

#footer .col1 img {
	margin: 50px 0;
	margin-left: 15%;
}

#footer .col2 address {
	font-family: Roboto;
	font-weight: 300;
	display: block;
	float: right;
	margin-top: 45px;
	margin-right: 15%;
	text-align: right;
	color: #535353;
}

#footer .col2 address p {
	font-size: 23px;
	margin: 10px 0;
}

#footer .col2 address p a {
	color: #535353;
	text-decoration: none;
}

#footer .col2 address > a {
	color: #535353;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
}

#footer .col2 div {
	font-family: Roboto;
	clear: right;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: right;
	margin-right: 15%;
	color: #535353;
	padding-top: 25px;
}

#footer .col2 div span {
	display: block;
	font-weight: 300;
	font-size: 11px;
	margin-top: 2px;
}

@media only screen and (max-width: 720px) {
	#footer .col2 address {
		text-align: center;
		float: none;
		margin: 0;
	}

	#footer .col2 div {
		text-align: center;
		clear: none;
		margin: 0;
	}

	#footer .col1 img {
		margin: 50px auto;
		display: block;
	}
}

.gallery-article {
	position: relative;
	z-index: 1;
}

.gallery-article article {
	padding: 10%;
	padding-top: 15%;
	position: absolute;
	margin-bottom: 300px;
	left: 0;
	right: 0;
	top: 0;
	background: white;
	min-width: 500px;
	z-index: 4;
	overflow: hidden;
}

.gallery-article h2 span {
	color: #f5780a;
}

.gallery-article h2 {
	font-size: 63px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -3px;
}

.gallery-article h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 5px;
}

.gallery-article p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: justify;
	margin-top: 40px;
}

.gallery-article a {
	display: block;
	height: 40px;
	color: white;
	background: #f5780a;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	padding: 0 40px;
	float: right;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 50px;
}

@media only screen and (max-width: 1180px) {
	.gallery-article h2 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1875px) and (min-width: 1420px) {
	.gallery-article article {
		height: 450px;
	}
}

.gallery img {
	width: 100%;
	max-height: 295px;
	display: block;
	border-top:1px solid white;
	border-left: 1px solid white;
}

.gallery .col.span_2_of_12 {
	position: relative;
	z-index: 0;
}

.gallery .col.span_2_of_12 span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url(images/grid.png);

}

@media only screen and (max-width: 720px) {
	.gallery-article {
		display: none;
	}

	.gallery img {
		max-height: 100%;
		border-left: 1px solid white;

	}

	.gallery .col.span_2_of_12 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 480px) {
	.gallery .col.span_2_of_12 {
		width: 100%;
		float: none;
	}

	.gallery img {
		border-left: 0;
	}
}

#row31 .col1,#row31 .col4 {
	background: #e9e9e9;
}

#row31 .col2 {
	background: #444649;
}

#row31 .col3 {
	background: #f5780a;
}


#row32 .col1, #row32 .col4 {
	background: #e9e9e9;
}

#row32 .col2 {
	background: #fff;
}

#row32 .col3 {
	background: #444649;
}

.personfoto {
	position: relative;
	overflow: hidden;
	height: 400px;
}

.personfoto img {
	display: block;
	width: 400px;
	height: 400px;
}

#row32 .personfoto img {
	right: 0;
}

.fotoarrow {
	width: 40px;
	height: 47px;
	display: block;
	position: absolute;
}

#row31 .fotoarrow {
	background: url(images/arrow2-orange.png) no-repeat;
	right: 0;
	top: 50px;
}

#row32 .fotoarrow {
	background: url(images/arrow2-white.png) no-repeat;
	left: 0;
	top: 50px;
}

@media only screen and (max-width: 720px) {
	#row31 .fotoarrow {
		background: url(images/arrow2-orange2.png) no-repeat;
		right: 50px;
		bottom: 0px;
		top: auto;
		left: auto;
		height: 40px;
		width: 47px;
	}

	#row32 .fotoarrow {
		background: url(images/arrow2-white2.png) no-repeat;
		left: 50px;
		top: 0px;
		bottom: auto;
		right: auto;
		height: 40px;
		width: 47px;
	}
}

#row31 .col1 {
	position: relative;
}

#row31 .col1 article {
	max-width: 390px;
	float: right;
	margin-right: 5%;
	margin-top: 120px;
	margin-left: 5%;
	position: absolute;
	right: 0;
}

#row31 .col1 article h2 span {
	color: #f5780a;
}

#row31 .col1 article h2 {
	font-size: 64px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row31 .col1 article h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom: 40px;
}

#row31 .col1 article p {
	font-weight: 300;
	font-size: 14px;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
}

#row31 .col1 article cite {
	font-style: italic;
	display: block;
}

.personinfo {
	height: 400px;
}

.personinfo article {
	margin: 6%;
}

.personinfo article h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 100;
	margin-bottom: 5px
}

.personinfo article h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 5px;
}

.personinfo article h3 strong {
	font-weight: 700;
}

.personinfo article address {
	font-size: 23px;
	font-weight: 300;
	margin: 12% 0;
}

.personinfo article cite {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 28px;
}

@media only screen and (max-width: 1180px) {
	.personinfo article h2 {
		font-size: 32px;
	}
}

#row31 .personinfo article {
	color: white;
}

#row32 .col1, #row31 .col1 {
	min-height: 400px;
}



#row33 .col {
	height: 620px;
}

#map-canvas { height: 100% }

#row33 .col1 {
	background: #535353 url(images/mapka.png) no-repeat right top;
}

#row33 .col1 article {
	max-width: 390px;
	float: right;
	margin-right: 5%;
	margin-top: 120px;
	color: #eae6e3;
	text-align: left;
		margin-left: 5%;
}

#row33 .col1 article h2 span {
	color: #f5780a;
}

#row33 .col1 article h2 {
	font-size: 64px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row33 .col1 article h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 8px;
}

#row33 .col1 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 80px;
	line-height: 24px;
}

#row33 .col1 article h4 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 700;
}

#row33 .col1 article ul {
	margin-top: 20px;
}

#row33 .col1 article ul li {
	background: url(images/arrow3.png) no-repeat left center;
	padding: 10px 0;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 300;
	margin-left: 10px;
}

#row34 {
	color: #5e534a;
}

#row34 .col {
	height: 440px;
}

#row34 .col2 {
	background: #404040;
}

#row34 .col2 .stages li {
	float: left;
	height: 440px;
	color: white;
	width: 80px;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

#row34 .col2 .stages li:hover, #row34 .col2 .stages li.opened {
	width: 250px;
}

#row34 .col2 .stages li:hover h4 span, #row34 .col2 .stages li.opened h4 span {
	opacity: 1;
	width: auto;
	margin-left: 0;
}

#row34 .col2 .stages li:hover h3, #row34 .col2 .stages li.opened h3 {
	opacity: 1;
}

#row34 .col2 .stages li h4 {
	overflow: hidden;
	float: left;
	margin-top: 120px;
	margin-left: 40px;
	font-size: 18px;
	font-weight:700;
	text-transform: uppercase;
}

#row34 .col2 .stages li h4 span {
	display: inline-block;
	margin-left: -50px;
	opacity: 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#row34 .col2 .stages li h4 i {
	display: inline-block;
	margin-left: 6px;
}

#row34 .col2 .stages li h3 {
	overflow: hidden;
	font-size: 30px;
	padding-top: 30px;
	clear: left;
	font-weight: 100;
	margin-left: 40px;
	text-transform: uppercase;
	min-width: 200px;
	opacity: 0;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#row34 .col2 .stages li .stagearrow {
	position: absolute;
	left: 0;
	top: 114px;
	background: url(images/arrow4.png) no-repeat left top;
	width: 12px;
	height: 30px;
	display: block;
}

#row34 .col2 .stages li.stage1 {
	background: #f5780a;
}

#row34 .col2 .stages li.stage2:hover, #row34 .col2 .stages li.stage3:hover,
#row34 .col2 .stages li.stage2.opened, #row34 .col2 .stages li.stage3.opened {
		width: 320px;
}
#row34 .col2 .stages li.stage2 {
	background: #535353;

}


#row34 .col2 .stages li.stage3 .stagearrow {
	background: url(images/arrow5.png) no-repeat left top;
}

#row34 .col1 {
	background: #e9e9e9;
}

#row34 .col1 article {
	max-width: 390px;
	float: right;
	margin-right: 5%;
	margin-top: 100px;
	text-align: left;
	margin-left: 5%;
}

#row34 .col1 article h2 {
	font-size: 64px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row34 .col1 article h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 8px;
}

#row34 .col1 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 50px;
	line-height: 24px;
}

#row35 .col2 {
	background: #5e534a;
}

#row35 .col {
	height: 10px;
}

#row36 .col2 {
	background: #f5780a;
}

#row37 .col2 {
	background: #535353;
}

#row38 .col2 {
	background: #404040;
}

#row36, #row37, #row38 {
	display: none;
}

.stage-container .col {
		overflow:hidden;
	position: relative;
}

.stage-container .col {
	height: 349px;
}

.stage-container .col1 img {
	min-width: 100%;
	height:  349px;
	right: 0;
	top: 0;
	position: absolute;
	display: block;
}

.stage3 h3 {
	max-width: 150px;
}

.stage-container .col2 article {
	margin-left: 11%;
	margin-top: 50px;
	color: white;
	max-width: 535px;
	margin-right: 5%;
	line-height: 24px;
}

.stage-container .col2 article h2 {
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
	width: 80%;
}

.stage-container .col2 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 5px;
}

.stage-container .col2 article ul {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 40px;
	margin-left: 10px;
}

.stage-container .col2 article ul li {
	background: url(images/square.png) no-repeat left center;
	padding: 10px 0;
	padding-left: 30px;
}

@media only screen and (max-width: 720px) {
	.stage-container .col2 article {
		margin-bottom: 50px;
	}

	.stage-container .col2 {
		height: auto;
	}

	#row31 .col1 article {
		position: relative;
		max-width: 100%;
		padding-bottom: 30px;
	}

	#row31 .col4, #row32 .col1, #row32 .col4, #row34 .col2, #row33 .col2 {
		display: none;
	}

	#row33 .col1 article, #row34 .col1 article, .stage-container .col2 article {
		max-width: 100%;
		float: none;
		margin-left: 5%;
		margin-right: 5%;
	}

	#row36, #row37, #row38 {
		display: block;
	}

	.personinfo article h2 {
		font-size: 40px;
	}
}

#row41 {
	background: #e9e9e9;
	min-height: 620px;
}

#row41 .col1 {
	text-align: right;
}

#row41 .col1 img {
	width: 90%;
	max-width: 383px;
	display: block;
	float: right;
	margin-top: 145px;
}

#row41 .col2 {
	padding-bottom: 50px;

}

#row41 .col2 .artcon {
	max-width: 870px;
	width: 90%;
	margin:
}

#row41 .col2 article {
	margin-left: 100px;
	margin-top: 150px;
}

#row41 .col2 article h2 {
	font-size: 64px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row41 .col2 article h2 span {
	color: #e2007a;
}

#row41 .col2 article h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 8px;
}
#row41 .col2 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 50px;
	line-height: 24px;
}

#row41 .col2 article a {
	display: block;
	height: 40px;
	color: #535353;
	background: url(images/arrow-pink.png) no-repeat right top;
	padding-right: 70px;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	float: right;
	margin-right: 10px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#row41 .col2 article a:hover {
	background-position: 110px top;
}


#row42 .col {
	background: #ecdf14;
	min-height: 433px;
}

#row42 .col1 article {
	max-width: 382px;
	width: 90%;
	float: right;
	margin-top: 80px;
	padding-bottom: 30px;
}

#row42 .col1 article h2 {
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row42 .col1 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 10px;
	line-height: 24px;
}

#row42 .col1 article a {
	display: block;
	height: 40px;
	color: #535353;
	background: url(images/arrow-pink.png) no-repeat right top;
	padding-right: 70px;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	float: right;
	margin-right: 10px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#row42 .col2 img {
	margin-left: 150px;
}


#row42 .col1 article a:hover {
	background-position: 110px top;
}


#row43 .col, #row45 .col {
	background: #e9e9e9;
	height: 50px;
}

@media only screen and (max-width: 720px) {
	#row42 .col2 img {
		margin: 0;
		width: 100%;
		margin-top: 30px;
	}
}


#row44 .col {
	background: #e2007a;
	min-height: 360px;
	position: relative;
}

#row44 .col1 img {
	position: absolute;
	top: -60px;
	right: 0px;
	max-width: 547px;
	width: 100%;
}


#row44 .col2 article {
	max-width: 390px;
	margin-top: 60px;
	color: white;
	margin-left: 20%;
	margin-right: 5%;
	margin-bottom: 30px;
	overflow: hidden;
}

#row44 .col2 article h2 {
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row44 .col2 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 10px;
	line-height: 24px;
}

#row44 .col2 article a {
	display: block;
	height: 40px;
	color: white;
	background: url(images/arrow-yellow.png) no-repeat right top;
	padding-right: 70px;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	float: right;
	margin-right: 10px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#row44 .col2 article a:hover {
	background-position: 110px top;
}


#row46 .col {
	background: #beb191;
	min-height: 360px;
	position: relative;
}

#row46 .col2 img {
	position: absolute;
	top: -20px;
	left: 160px;
	max-width: 395px;
}

@media only screen and (max-width: 720px) {
	#row44 .col1 img {
		position: relative;
		top: 50px;
		right: 0px;
		max-width: 547px;
		width: 100%;
	}

	#row46 .col2 img {
		position: relative;
		top: 40px;
		left: 0;
		width: 100%;
	}

	#row44 .col.col2, #row42 .col {
		min-height: 100px;
	}
}


#row46 .col1 article {
	max-width: 380px;
	width: 90%;
	margin-top: 60px;
	color: white;
	float: right;
	padding-bottom: 30px;
}

#row46 .col1 article h2 {
	font-size: 48px;
	font-weight: 100;
	text-transform: uppercase;
	margin-left: -2px;
}

#row46 .col1 article p {
	font-size: 14px;
	font-weight: 300;
	text-align: justify;
	margin-top: 10px;
	line-height: 24px;
}

#row46 .col1 article a {
	display: block;
	height: 40px;
	color: white;
	background: url(images/arrow-yellow2.png) no-repeat right top;
	padding-right: 70px;
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	float: right;
	margin-right: 10px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#row46 .col1 article a:hover {
	background-position: 110px top;
}


#row47 .col {
	background: #e9e9e9;
	height: 460px;
}

#row47 .col h2 {
	font-size: 65px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin-top: 150px;
}

#row47 .col h2 span {
	color: #e2007a;
}

#row47 .col h3 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin-top: 5px;
}

#row47 .col a:hover {
	background: #E2007A;
}

#row47 .col a {
	display: block;
	height: 40px;
	color: white;
	background: #040404;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	width: 150px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

@media only screen and (max-width: 720px) {
	#row47 .col h2 {
		font-size: 45px;
	}

	#row41 .col {
		height: auto;
		padding-bottom: 50px;
	}

	#row41 .col1 img {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	#row41 .col2 article {
		margin-top: 0px;
	}

	#row41 .col2 article, #row42 .col1 article {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		float: none;
	}

	#row41 .col2 .artcon {
		margin: 0 auto;
	}

	#row44 .col {
		height: auto;
		padding-bottom: 50px;
	}

	#row44 .col1 img {
		position: relative;
		display: block;
		margin: 0 auto;
	}

	#row44 .col2 article, #row46 .col1 article {
		margin: 0 auto;
		float: none;
		max-width: 90%;
	}

	 #row46 .col1 article {
		margin-top: 50px;
		max-width: 90%;
	 }

	 #row46 .col2 img {
		position: relative;
		left: 0;
		margin: 0 auto;
		display: block;
	 }
}



/*.galleries .portfolio h2 {
	background: #444444;
	color: #949494;
	font-size: 14px;
	font-weight: 300;
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
}

.galleries .portfolio.opened h2 {
	background: #535353;
}

.galleries .portfolio h2 span {
	display: block;
	float: right;
	max-width: 320px;
	width: 90%;
}

.galleries .portfolio .photos-hidder {
	overflow: hidden;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	height: 0;
}

.galleries .portfolio ul {
	width: 100%;
	overflow: hidden;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}


.galleries .portfolio.opened .photos-hidder {
	height: 780px;
}

.galleries .portfolio ul li {
	float: right;
	width: 33.333%;
	position: relative;
}

.galleries .portfolio ul li img {
	width: 100%;
	display: block;
	border-top:1px solid white;
	border-right: 1px solid white;
}

.galleries .portfolio ul li img {
	opacity: 0.4;
	position: relative;
	z-index:0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: block;
}

.galleries .portfolio ul li a {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 6px solid #f5780a;
	display: block;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 1;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.galleries .portfolio ul li:hover img {
	opacity: 1.0;
}

.galleries .portfolio ul li:hover a {
	opacity: 1.0;
}

*/

#portfolio {
	height: 400px;
	overflow: hidden;
	max-height: 750px;
}

#portfolio .col1 {
	overflow: hidden;
	position: relative;
	float: left;
}

.gallery-col-container {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.scroll-faker {
	display: none;
	position: absolute;
	top: 42px;
	bottom: 0;
	right: 0;
	background: #444444;
	width: 31px;
	z-index: 10;
}

.scroll-faker2 {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	background: #444444;
	width: 31px;
	z-index: 0;
}

#portfolio .mainphoto {
	text-align: center;
	position: relative;

}

#portfolio .scrollable-cursor {
	cursor: url(images/bialy2.png), auto;
}

#portfolio .scrollable {
	overflow: hidden;
	width:100%;
	height: 100%;
}

#portfolio .mainphoto img.resized {
		height: 100%;
}
#portfolio .mainphoto img {
		display: block;
		margin: 0 auto;
}

#portfolio .mainphoto .preload {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	margin-top: -23px;
	background: url(images/preloader2.gif) no-repeat;
	z-index: -1;
}

#portfolio .mainphoto img.hide {
	opacity: 0.4;
}


#portfolio .mainphoto img.hidden {
	opacity: 0 !important;
}

#portfolio .mainphoto .wing-left {
	display: block;
	background: url(images/wing_left.png) no-repeat right center;
	width: 102px;

	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;

	opacity: 0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#portfolio .mainphoto:hover .wing-left:not([data-photo='']) {
	opacity: 1;
	left: 0px;
}

#portfolio .mainphoto .wing-right {
	display: block;
	background: url(images/wing_right.png) no-repeat left center;
	width: 100px;

	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#portfolio .mainphoto:hover .wing-right:not([data-photo='']) {
	opacity: 1;
	right: 0px;
}

#portfolio .mainphoto .wing-left:not([data-photo='']):hover {
	left: 10px;
}

#portfolio .mainphoto .wing-right:not([data-photo='']):hover {
	right: 10px;
}

#portfolio .col {
	height: 100%;
}

#portfolio .col1 {
	overflow: hidden;
}

#portfolio .gallery-header {
	background: #444444;
	height: 42px;
	position: relative;
	right: 0;
}

#portfolio .gallery-header .gallery-close {
	display: block;
	width: 31px;
	height: 42px;
	background: #444444 url(images/ix.png) no-repeat center;
	float: right;
	border-left: 1px solid white;
}

#portfolio .gallery-header .gallery-close.opened {
	background: #444444 url(images/lupka.png) no-repeat center;
}

#portfolio .gallery-header .gallery-select {
	width: calc(100% - 31px);
	border-right: 1px solid white;
	height: 42px;
}

#portfolio .gallery-photos-container {
	height: calc(100% - 42px);
}

#portfolio .gallery-photos  {
	overflow: hidden;
}

#portfolio .gallery-photos ul li {
	float: left;
	width: 33.333%;
	position: relative;
}

#portfolio .gallery-photos ul li img {
	width: 100%;
	display: block;
	border-top:1px solid white;
	border-right: 1px solid white;
}

#portfolio .gallery-photos ul li img {
	opacity: 0.4;
	position: relative;
	z-index:0;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: block;
}

#portfolio .gallery-photos ul li.hidden img {
	opacity: 0.1;
}

#portfolio .gallery-photos ul li a {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 6px solid #f5780a;
	display: block;
	background: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	z-index: 1;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#portfolio .gallery-photos ul li:hover img {
	opacity: 1.0;
}

#portfolio .gallery-photos ul li:hover a {
	opacity: 1.0;
}