body, h1, h2, h3, h4, h5, h6, p, ul, li, span {
	margin: 0;
	padding: 0;
	border: 0;
}
ul {
	list-style-type: none;
}

body {
	font-size: 16px;
	background: #617488;
}

a {
	text-decoration: none;
	outline: 0;
}

.anchor {
	visibility: hidden;
	font-size: 0;
}

.animate-once-on-first-show {
/* 	opacity: 0 !important;*/
}

.viewport-height-full {
 	height: 100vh;
}

.viewport-min-height-full {
	min-height: 100vh;
}

.viewport-max-height-full {
	max-height: 100vh;
}


.text-uppercase {
	text-transform: uppercase;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
#tatarstudiohu-ref-back-button {
	position: fixed;
	float: none;
	display: block;
	width: 0;
	height: 0;
	border: 10em solid #b5468c;
	border-radius: 10em;
	top: -15em;
	left: -15em;
	box-shadow: 0 0 .25em .25em rgba(0, 0, 0, .1);
	z-index: 100000202;
	opacity: .5;
	transition: 
		box-shadow .5s ease,
		top .5s ease,
		left .5s ease;
}
#tatarstudiohu-ref-back-button.open {
	top: -10em;
	left: -10em;
	box-shadow: 0 0 .25em .25em rgba(0, 0, 0, .1);
	opacity: 1;
}

#tatarstudiohu-ref-back-button p {
	position: absolute;
	float: none;
	display: block;
	width: 5em;
	height: 5em;
	left: 1.5em;
	top: 1.5em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/ref/img/common/tatarstudio-vissza.png);
	opacity: 0;
	transition:
		opacity .5s ease;
}
#tatarstudiohu-ref-back-button.open p {
	opacity: 1;
}


#tatarstudiohu-ref-back-button-bg {
	position: fixed;
	float: none;
	display: none;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100000201;
	background: transparent;
}




#tatarstudiohu-ref-warning-panel {
	position: fixed;
	float: left;
	display: block;
	height: auto;
	top: auto;
	bottom: 0;
	left: 50%;
	z-index: 100000101;
	transform: translateX(-50%);
}
#tatarstudiohu-ref-warning-panel.closed {
	top: 100vh;
	bottom: auto;
}
@media screen and (min-width: 800px) {
	#tatarstudiohu-ref-warning-panel {
		width: 40em;
		font-size: .8em;
	}
}
@media screen and (max-width: 800px) {
	#tatarstudiohu-ref-warning-panel {
		width: 100%;
		font-size: 1em;
	}
}
@media screen and (max-width: 400px) {
	#tatarstudiohu-ref-warning-panel {
		width: 100%;
		font-size: .8em;
	}
}


#tatarstudiohu-ref-warning-panel .panel {
	box-sizing: border-box;
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	padding: 2em;
	left: 0;
	top: 0;
	background-color: #777;
	box-shadow: 0 0 .25em .25em rgba(0, 0, 0, .1);
	z-index: 100000121;
	transition: 
		width .2s ease,
		height .2s ease,
		border .2s ease;
}
@media screen and (min-width: 800px) {
	#tatarstudiohu-ref-warning-panel .panel {
/*		border-radius: 1em;*/
	}
}
@media screen and (max-width: 800px) {
	#tatarstudiohu-ref-warning-panel .panel {
/*		border-radius: 0;*/
	}
}


#tatarstudiohu-ref-warning-panel .switch-button {
	position: absolute;
	float: none;
	display: block;
	width: 0;
	height: 2.5em;
	top: -4.5em;
	left: calc(50% - 2.5em);
	border: 2.5em solid #b5468c;
	border-radius: 2em;
	z-index: 100000111;
	/*opacity: 1;*/
	box-shadow: 0 0 .25em .25em rgba(0, 0, 0, .1);
}
#tatarstudiohu-ref-warning-panel.not-acknowledged .switch-button {
	opacity: 0;
	display: none;
}
/*#tatarstudiohu-ref-warning-panel.closed .switch-button {
	opacity: .5;
}*/
#tatarstudiohu-ref-warning-panel .switch-button p {
	position: absolute;
	float: none;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	top: -16px;
	left: -16px;
	background-image: url(/ref/img/common/tatarstudio-info-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}



#tatarstudiohu-ref-warning-panel .panel p {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	color: #eee;
	text-align: center;
}
#tatarstudiohu-ref-warning-panel .panel p.level-1 {
	margin-top: .25em;
	margin-bottom: .75em;
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#tatarstudiohu-ref-warning-panel .panel p.level-2 {
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 1.2em;
	line-height: 1.4em;
}
#tatarstudiohu-ref-warning-panel .panel p.level-3 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 1.2em;
}

#tatarstudiohu-ref-warning-panel .panel p span {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	/*text-decoration: underline;*/
}


#tatarstudiohu-ref-warning-panel .panel .centered-container {
	float: left;
	display: table;
	width: 100%;
	height: auto;
}
#tatarstudiohu-ref-warning-panel .panel .centered-container .centered-container-inner {
	display: table-cell;
	text-align: center;
}


#tatarstudiohu-ref-warning-panel .panel .centered-container .centered-container-inner a {
	float: none;
	display: inline-block;
	width: auto;
	height: auto;
	padding: .5em 1em;
	margin: 1em 0 .5em 0;
	border: 3px solid #fff;
/*	border-radius: .25em;*/
	background: transparent;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	opacity: .8;
	transition: 
		opacity .2s ease;
}
#tatarstudiohu-ref-warning-panel .panel .centered-container .centered-container-inner a:hover {
	opacity: 1;
}


#tatarstudiohu-ref-warning-panel .panel .centered-container .centered-container-inner p {
	float: none;
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 1.2em;
	line-height: 1.4em;
}
#tatarstudiohu-ref-warning-panel .panel .centered-container .centered-container-inner p.warn {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .25em .5em;
	background: #ee1b52;
	text-transform: uppercase;
	color: #fff;
}





#tatarstudiohu-ref-warning-panel .panel p a {
	float: none;
	display: inline;
	width: auto;
	height: auto;
	border-bottom: 1px solid transparent;
	color: #ffd818;
/*	text-transform: uppercase;*/
	opacity: .8;
	transition: 
		border .2s ease,
		opacity .2s ease;
}
#tatarstudiohu-ref-warning-panel .panel p a:hover {
	opacity: 1;
	border-bottom: 1px solid #ffd818;
}


#tatarstudiohu-ref-warning-panel .panel .logo {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 0;
}

#tatarstudiohu-ref-warning-panel .panel .logo a {
	float: none;
	display: block;
	width: 10em;
	height: 3.75em;
	margin: 0 auto;
	background-image: url(/ref/img/common/tatarstudio-logo-min.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: .9;
	transition: 
		opacity .2s ease;
}
#tatarstudiohu-ref-warning-panel .panel .logo a:hover {
	opacity: 1;
}




body {
	background: #000;
}


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

@font-face {
    font-family: 'Antonio-Light';
    src: url('/ref/font/antonio-light-webfont.woff2') format('woff2'),
         url('/ref/font/antonio-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


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




#ref-portfolio01-page {
	float: left;
	display: block;
	width: 100%;
	height: auto;
	min-height: 600vh;
	overflow-x: hidden;
	transition: 
		font-size .1s ease;
}
@media screen and (min-width: 3001px) {
	#ref-portfolio01-page {
		font-size: 1vw;
	}
}
@media screen and (max-width: 3000px) {
	#ref-portfolio01-page {
		font-size: 1.1vw;
	}
}
@media screen and (max-width: 2801px) {
	#ref-portfolio01-page {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 2601px) {
	#ref-portfolio01-page {
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 2400px) {
	#ref-portfolio01-page {
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 2200px) {
	#ref-portfolio01-page {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 2000px) {
	#ref-portfolio01-page {
		font-size: 30px;
	}
}
@media screen and (max-width: 1800px) {
	#ref-portfolio01-page {
		font-size: 28px;
	}
}
@media screen and (max-width: 1600px) {
	#ref-portfolio01-page {
		font-size: 26px;
	}
}
@media screen and (max-width: 1400px) {
	#ref-portfolio01-page {
		font-size: 24px;
	}
}
@media screen and (max-width: 1200px) {
	#ref-portfolio01-page {
		font-size: 22px;
	}
}
@media screen and (max-width: 1100px) {
	#ref-portfolio01-page {
		font-size: 20px;
	}
}
@media screen and (max-width: 1000px) {
	#ref-portfolio01-page {
		font-size: 18px;
	}
}
@media screen and (max-width: 900px) {
	#ref-portfolio01-page {
		font-size: 16px;
	}
}
@media screen and (max-width: 800px) {
	#ref-portfolio01-page {
		font-size: 14px;
	}
}
@media screen and (max-width: 700px) {
	#ref-portfolio01-page {
		font-size: 13px;
	}
}
@media screen and (max-width: 600px) {
	#ref-portfolio01-page {
		font-size: 12px;
	}
}
@media screen and (max-width: 500px) {
	#ref-portfolio01-page {
		font-size: 11px;
	}
}
@media screen and (max-width: 400px) {
	#ref-portfolio01-page {
		font-size: 10px;
	}
}
@media screen and (max-width: 300px) {
	#ref-portfolio01-page {
		font-size: 9px;
	}
}


#ref-portfolio01-page .bg-image {
	position: fixed;
	float: none;
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: -1;
}

#bg-image-1 {
	background-image: url(/ref/img/portfolio01/bg-1.jpg);
}
#bg-image-2 {
	background-image: url(/ref/img/portfolio01/bg-2.jpg);
}
#bg-image-3 {
	background-image: url(/ref/img/portfolio01/bg-3.jpg);
}



#ref-portfolio01-page .front-panel {
	position: static;
	float: left;
	display: block;
	width: 100%;
	height: 100vh;
	background: none;
	z-index: 200;
}
#ref-portfolio01-page .front-panel.opaque-white {
	background: #fff;
}
#ref-portfolio01-page .front-panel.opaque-black {
	background: #000;
}


#ref-portfolio01-page .front-panel .header {
	position: static;
	float: left;
	display: block;
	width: 100%;
	height: 4em;
	background: #fff;
	font-family: Comfortaa;
	z-index: 210;
}

#ref-portfolio01-page .front-panel .header .menu {
	position: static;
	float: right;
	display: table;
	width: auto;
	height: 4em;
	margin-right: 2em;
	overflow-y: hidden;
}

#ref-portfolio01-page .front-panel .header .menu .menu-item-container {
	position: static;
	float: right;
	display: table;
	width: auto;
	height: 4em;
	overflow-y: hidden;
}

#ref-portfolio01-page .front-panel .header .menu .menu-item-container .menu-item {
	position: static;
	display: table-cell;
	width: auto;
	padding: 0 1em;
	border: 0;
	text-align: center;
	vertical-align: middle;
	color: #000;
	/*opacity: .5;*/
	transition: 
		opacity .1s ease,
		color .1s ease,
		background .1s ease,
		border .1s ease;
}
#ref-portfolio01-page .front-panel .header .menu .menu-item-container .menu-item:hover {
	opacity: 1;
	background: #8f4f69;
	color: #fff;
	height: 4em;
	border-bottom: 1em #8f4f69 solid;
}





#ref-portfolio01-page .front-panel .tab {
	box-sizing: border-box;
	position: absolute;
	float: none;
	display: block;
	height: 33vh;
	padding: 2.5% 1.5vh;
	bottom: 0;
	font-size: 2em;
	background: #fff;
	transition: 
		width .1s ease;
}
@media screen and (min-width: 601px) {
	#ref-portfolio01-page .front-panel .tab {
		width: 45%;
	}
}
@media screen and (max-width: 600px) {
	#ref-portfolio01-page .front-panel .tab {
		width: 90%;
	}
}


#ref-portfolio01-page .front-panel .tab.tab-left {
	left: 0;
	margin: 0 0 0 5vw;
}
#ref-portfolio01-page .front-panel .tab.tab-right {
	right: 0;
	margin: 0 5vw 0 0;
}
#ref-portfolio01-page .front-panel .tab.tab-page-03 {
	bottom: -200vh;
}
#ref-portfolio01-page .front-panel .tab.tab-page-05 {
	bottom: -400vh;
}


#ref-portfolio01-page .front-panel .tab .tab-content-outer {
	float: left;
	display: table;
	width: 100%;
	height: 100%;
}
	
#ref-portfolio01-page .front-panel .tab .tab-content-outer .tab-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


#ref-portfolio01-page .front-panel .tab .tab-content-outer .tab-content p {
	margin: 0;
	border: 0;
	padding: 0;
}
	
#page-01-title {
	display: inline;
	font-size: 2em;
	font-family: Antonio-Light;
	color: #000;
	text-transform: uppercase;
}

#page-01-title-sub {
	display: inline;
	font-size: .75em;
	font-family: Comfortaa;
	color: #888;
	letter-spacing: .5em;
}
#page-01-title-sub span {
	letter-spacing: 0
}

#page-03-title {
	display: inline-block;
	font-size: 1.25em;
	font-family: Comfortaa;
	color: #222;
	letter-spacing: .25em;
}

#page-05-title {
	display: inline-block;
	font-size: 1.25em;
	font-family: Comfortaa;
	color: #222;
	letter-spacing: .25em;
}



#portfolio-grid {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 90vw;
	height: 80vh;
	margin: 10vh 5vw;
}

#portfolio-grid li {
	float: left;
	display: block;
	width: 23%;
	height: 23%;
	margin: .5%;
	padding: .5%;
	background: #000;
	cursor: pointer;
	transition: 
		background .5s ease;
}
#portfolio-grid li:hover {
	background: #8f4f69;
}

#portfolio-grid li .image-container {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #8f4f69;
}

#portfolio-grid li .image-container .image {	
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 1;
	transition: 
		opacity .5s ease,
		transform .5s ease;
}
#portfolio-grid li .image-container .image:hover {
	transform: scale(1.1);
	opacity: .66;
}

/*
#portfolio-grid li .image-container .image.image-1 {
	background-image: url(/ref/img/portfolio01/bg-1.jpg);
}
#portfolio-grid li .image-container .image.image-2 {
	background-image: url(/ref/img/portfolio01/bg-2.jpg);
}
#portfolio-grid li .image-container .image.image-3 {
	background-image: url(/ref/img/portfolio01/bg-3.jpg);
}
*/


#portfolio-grid li div a {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	background: #8f4f69;
	opacity: 0;
	transition: 
		opacity .5s ease;
}
#portfolio-grid li div a:hover {
	opacity: .25;
}



#portrait-image {
	float: left;
	display: block;
	background-image: url(/ref/img/portfolio01/portre.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 
		opacity 3s ease;
}
@media screen and (min-width: 501px) {
	#portrait-image {
		width: 50%;
		height: 100%;
	}
}
@media screen and (max-width: 500px) {
	#portrait-image {
		width: 100%;
		height: 50%;
	}
}


#footer-image {
	float: right;
	display: block;
	height: 100%;
	background-image: url(/ref/img/portfolio01/footer.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: 
		opacity 3s ease;
}
@media screen and (min-width: 501px) {
	#footer-image {
		width: 50%;
		height: 100%;
	}
}
@media screen and (max-width: 500px) {
	#footer-image {
		width: 100%;
		height: 50%;
	}
}





#ref-portfolio01-page .front-panel .szoveg-container {
	display: table;
	overflow: hidden;
}
@media screen and (min-width: 501px) {
	#ref-portfolio01-page .front-panel .szoveg-container {
		float: left;
		width: 50%;
		height: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 500px) {
	#ref-portfolio01-page .front-panel .szoveg-container {
		float: none;
		width: 50%;
		height: 50%;
		margin: 0 auto;
	}
}


#ref-portfolio01-page .front-panel .szoveg-container .szoveg {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
@media screen and (min-width: 601px) {
	#ref-portfolio01-page .front-panel .szoveg-container .szoveg {
		text-align: left;
	}
}
@media screen and (max-width: 600px) {
	#ref-portfolio01-page .front-panel .szoveg-container .szoveg {
		text-align: center;
	}
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista {
	position: relative;
	display: table;
	width: 100%;
	table-layout: fixed;
	opacity: 0;
	transition: 
		opacity 1.5s ease-in;
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor {
	display: table-row;
}


#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella {
	display: table-cell;
	vertical-align: middle;
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella span {
	color: #8f4f69;
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.cimke {
	font-size: 2em;
	font-family: Antonio-Light;
	text-align: right;
	width: 2em;
}
@media screen and (min-width: 601px) {
	#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.cimke {
		padding: 1rem 0 1rem 0;
	}
}
@media screen and (max-width: 600px) {
	#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.cimke {
		padding: .5rem 0 .5rem 0;
	}
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.normal-szoveg {
	font-size: 1em;
	font-family: Comfortaa;
	text-align: left;
}
@media screen and (min-width: 601px) {
	#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.normal-szoveg {
		padding: 1rem 0 1rem 1em;
	}
}
@media screen and (max-width: 600px) {
	#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.normal-szoveg {
		padding: .5rem 0 .5rem 1em;
	}
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella.nagy-szoveg {
	font-size: 2em;
	font-family: Antonio-Light;
	text-align: center;
	padding: 1rem 0 1rem 0;
}


#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container {
	box-sizing: border-box;
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	padding: .2em;
	border-radius: .1em;
	opacity: .9;
	transition: 
		background .5s ease,
		opacity .5s ease;
		
}
#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container:hover {
	opacity: 1;
	background: #8f4f69;
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container .social-icon {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container .social-icon.facebook {
	background-image: url(/ref/img/portfolio01/social/facebook.png);
}
#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container .social-icon.pinterest {
	background-image: url(/ref/img/portfolio01/social/pinterest.png);
}
#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container .social-icon.twitter {
	background-image: url(/ref/img/portfolio01/social/twitter.png);
}
#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .social-icon-container .social-icon.googleplus {
	background-image: url(/ref/img/portfolio01/social/googleplus.png);
}


#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .link {
	border-bottom: .05em solid transparent;
	color: #fff;
	transition: 
		border-color .5s ease;
}
#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .link:hover {
	/*text-decoration: none;*/
	border-bottom: .05em solid #fff;
}
#ref-portfolio01-page .front-panel .szoveg-container .szoveg .szoveg-lista .sor .cella .link span {
	color: #8f4f69;
}



#portfolio-grid-carousel {
	position: fixed;
	float: none;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 900;
	font-size: 2em;
}

#portfolio-grid-carousel .tiba-carousel-page {
	float: none;
	display: block;
	width: 100%;
	height: 100vh;
	background-color: #000;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 910;
}

#portfolio-grid-carousel .close {
	position: fixed;
	float: none;
	display: block;
	width: 1.2em;
	height: 1.2em;
	top: .5em;
	right: .45em;
	background-color: transparent;
	z-index: 920;
	opacity: .5;
	transition: 
		opacity .2s ease;
}
#portfolio-grid-carousel .close:hover {
	opacity: 1;
}

#portfolio-grid-carousel .close span {
	position: absolute;
	float: none;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 20%;
	top: 40%;
}

#portfolio-grid-carousel .close span:first-of-type {
	transform: rotate(45deg);
}
#portfolio-grid-carousel .close span:last-of-type {
	transform: rotate(135deg);
}



#hamburger-menu-button {
	position: fixed;
	float: none;
	display: block;
	padding: .5em;
	top: .5em;
	right: .5em;
	background-color: transparent;
	z-index: 300;
	transition: 
		background .5s ease;
}
@media screen and (min-width: 1001px) {
	#hamburger-menu-button {
		width: 2em;
		height: 2em;
	}
}
@media screen and (max-width: 1000px) {
	#hamburger-menu-button {
		width: 3em;
		height: 3em;
	}
}
@media screen and (max-width: 600px) {
	#hamburger-menu-button {
		width: 4em;
		height: 4em;
	}
}

#hamburger-menu-button:hover {
	background-color: #8f4f69;
}

#hamburger-menu-button p {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	padding: .5em;
	background-color: #fff;
	transition: 
		background .35s ease;
}

#hamburger-menu-button p span {
	float: left;
	display: block;
	width: 100%;
	height: 20%;
	margin-bottom: 20%;
	background-color: #000;
	transition: 
		background .35s ease;
}
#hamburger-menu-button p span:last-of-type {
	margin-bottom: 0;
}
#hamburger-menu-button:hover p span {
	background-color: #8f4f69;
}


#hamburger-menu-button.panel-opened p {
	background-color: #000;
}
#hamburger-menu-button.panel-opened span {
	background-color: #fff;
}



#hamburger-menu-panel-bg {
	position: fixed;
	float: none;
	display: none;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 310;
	transition: 
		background .5s ease;
}

#hamburger-menu-panel {
	position: fixed;
	float: none;
	display: none;
	width: auto;
	padding: .5em;
	border-radius: .25em;
	right: .5em;
	background-color: transparent;
	z-index: 320;
	transition: 
		background .5s ease;
}
@media screen and (min-width: 1001px) {
	#hamburger-menu-panel {
		top: 3em;
	}
}
@media screen and (max-width: 1000px) {
	#hamburger-menu-panel {
		top: 4em;
	}
}
@media screen and (max-width: 600px) {
	#hamburger-menu-panel {
		top: 5em;
	}
}


#hamburger-menu-panel a {
	position: static;
	float: right;
	display: block;
	width: auto;
	height: auto;
	padding: .5em;
	margin-bottom: .1em;
	background-color: #000;
	font-family: Comfortaa;
	color: #fff;
	clear: both;
	transition: 
		background .5s ease;
}
@media screen and (min-width: 1001px) {
	#hamburger-menu-panel a {
		font-size: 1em;
	}
}
@media screen and (max-width: 1000px) {
	#hamburger-menu-panel a {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 600px) {
	#hamburger-menu-panel a {
		font-size: 2em;
	}
}
#hamburger-menu-panel a:hover {
	background-color: #8f4f69;
}


#ref-portfolio01-page .footer {
	position: relative;
}


#ref-portfolio01-page .footer .dev-logo-container {
	position: absolute;
	float: none;
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	bottom: 1em;
	text-align: center;
	
}

#ref-portfolio01-page .footer .dev-logo-container .dev-logo {
	position: static;
	float: none;
	display: inline-block;
	width: 8em;
	height: 2em;
	padding-top: 3em;
	background-image: url(/ref/img/common/tatarstudio-logo-min.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
	font-family: Antonio-Light;
	text-align: center;
	text-transform: uppercase;
	opacity: .5;
	transition: 
		opacity .5s ease;
}
@media screen and (min-width: 1000px) {
	#ref-portfolio01-page .footer .dev-logo-container .dev-logo {
		font-size: .8em;
	}
}
@media screen and (max-width: 1000px) {
	#ref-portfolio01-page .footer .dev-logo-container .dev-logo {
		font-size: 1em;
	}
}

#ref-portfolio01-page .footer .dev-logo-container .dev-logo:hover {
	opacity: 1;
}



#tatarstudiohu-ref-warning-panel .panel.panel-portfolio01 {
	font-family: 'Roboto Regular';
}
