@font-face {
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?2h4ajg');
	src:url('../fonts/feathericons/feathericons.eot?#iefix2h4ajg') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?2h4ajg') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?2h4ajg') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?2h4ajg#feathericons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, 
body,
.js .container,
.js .dragslider,
.js .img-dragger .handle {
	height: 100%;
}

html.js,
.js body {
	overflow: hidden;
	position: relative;
}

.IE9 button.slider-switch, 
.IE8 button.slider-switch, 
.IE7 button.slider-switch {
	display:none;
}

.js .dragslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1);
	transition: transform 0.6s cubic-bezier(.7,0,.3,1);
}

.dragslider.show-content {
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

.dragslider h2 {
	font-family: 'Playfair Display', serif;
	font-size: 6em;
	font-weight: 700;
	margin: 0 auto;
	line-height: 1;
	position: relative;
	min-height: 3em;
}

.dragslider h2 a,
.dragslider h2 a:hover,
.dragslider h2 a:focus,
.dragslider h2 a:active {
	/*color: #fff;*/
	text-decoration: none;
}

.dragslider h2 a {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.img-dragger-small .slide h2 a {
	color: #3a497c;
}

.img-dragger-small .slide.current h2 a {
	color:  #fff;
}

.no-js .dragslider h2 {
	padding: 15px;
}

.dragslider h2 span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 34px;
    font-weight: 300;
    padding-bottom: 28px;
    padding-top: 28px;
    width: 530px;
    /*font-size: 27%;
    padding-bottom: 1em;
    padding-top: 1em;*/
}

.dragslider h2 span.btn-number-1 {
	width: 190px;
}

.dragslider h2 span.btn-number-2 {
	width: 412px;
}

.dragslider h2 span.btn-number-3 {
	width: 530px;
}

/* Switch button */
button.slider-switch {
	font-size: 0;
	width: 80px;
	height: 80px;
	padding: 0;
	color: transparent;
	position: relative;
	border: none;
	background: url(../img/switchmin.svg) no-repeat center center;
	background-size: 90%;
	float: right;
	outline: none;
	overflow: hidden;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	pointer-events: auto;
	-webkit-animation: sliderSwitchAnim 10s ease 0s infinite alternate forwards;
	-moz-animation: sliderSwitchAnim 10s ease 0s infinite alternate forwards;
	-o-animation: sliderSwitchAnim 10s ease 0s infinite alternate forwards;
	animation: sliderSwitchAnim 10s ease 0s infinite alternate forwards;
	
}

@-webkit-keyframes sliderSwitchAnim { 0% { opacity: 0.7; }  5% { opacity: 0.1; }  10% { opacity: 0.7; }  100% { opacity: 0.7; } }
@-moz-keyframes sliderSwitchAnim { 0% { opacity: 0.7; }  5% { opacity: 0.1; }  10% { opacity: 0.7; }  100% { opacity: 0.7; } }
@-o-keyframes sliderSwitchAnim { 0% { opacity: 0.7; }  5% { opacity: 0.1; }  10% { opacity: 0.7; }  100% { opacity: 0.7; } }
@keyframes sliderSwitchAnim { 0% { opacity: 0.7; }  5% { opacity: 0.1; }  10% { opacity: 0.7; }  100% { opacity: 0.7; } }

.no-js button.slider-switch {
	display: none;
}

button.slider-switch.view-maxi {
	background-image: url(../img/switchmax.svg)
}

button.slider-switch:hover {
	opacity: 1;
}

/* Dragger */
.img-dragger {
	position: relative;
	z-index: 100;
}

.js .img-dragger {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.js .img-dragger-large {
	width: 100%;
	height: 100%;
}

.js .img-dragger .handle {
	/*-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;*/
	white-space: nowrap;
	font-size: 0;

	position: relative;
	z-index: 10;
}

.IE9 section.img-dragger, 
.IE8 section.img-dragger, 
.IE7 section.img-dragger {
	left: 0;
	top: 0;
	overflow-x: scroll;
	overflow-y: hidden;
}

.no-js .img-dragger,
.no-js .img-dragger .handle {
	height: auto;
	position: relative;
	text-align: center;
	font-size: 0;
	clear: both;
	white-space: nowrap;
	overflow: auto;
}

.no-js .img-dragger .handle {
	padding: 40px 0 0;
}


.img-dragger .slide {
	display: inline-block;
	position: relative;
	height: 100%;
	background: #567076;
	font-size: 16px;
	white-space: normal;
	cursor: -webkit-grab; 
	cursor: -moz-grab;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: top;
}

.no-js .img-dragger .slide {
	width: 300px;
	font-size: 7px;
	min-height: 200px;
}

.img-dragger .slide:active {
	cursor: -webkit-grabbing; 
	cursor: -moz-grabbing;
}

.img-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #615676 none repeat scroll 0 0;
}

.img-wrap img {
	position: absolute;
	display: block;
	height: calc(100% + 0.2px);
	opacity: 0.5;

	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;

	/*perspective-origin: 0 0;	*/
	/*transform: scale(1, 1);*/
}

.img-dragger-small .slide .img-wrap img:hover {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: -5px;
	/*transform: scale(1.03, 1.03);*/
}

/* IE 8-9-10 hack: ne legyen; */
@media screen\0 {
	.img-dragger-small .slide .img-wrap img:hover {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
}

@media screen and (min-aspect-ratio: 1280/850) {
    .img-dragger .img-wrap  img {
        width: calc(100% + 0.2px);
        height: auto;
    }
}

.js .slide h2 {
	color: #fff;
	position: absolute;
	z-index: 30;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;

	/*transform: scale(1, 1);*/
}

.js .img-dragger-large .slide h2 {
	width: 80%;
	left: 15%;
	bottom: 0;
    height: 65%;
	/*top: 60%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);*/
}

.img-dragger-small .slide h2 {
	font-size: 2em;
	padding-top: 1em;
	top: 100%;
	width: 100%;
	text-align: center;
	color: #34495e;
	/*-webkit-animation: slideUpFade 0.4s 0.1s;
	animation: slideUpFade 0.4s 0.1s;*/

	perspective-origin: 0 0;	
	perspective: 2000px;
	transform: scale(1, 1);
}

@-webkit-keyframes slideUpFade {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes slideUpFade {
	from { opacity: 0; }
	to { opacity: 1; }
}

.img-dragger-small .slide h2 span {
	font-size: 0.35em;
	display: block;
	width: inherit;
	border-bottom: none;
	opacity: 0;
}

.img-dragger-small .slide.current h2 {
	color: #fff;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-transition: color 0.3s, opacity 0.3s;
	transition: color 0.3s, opacity 0.3s;
}

.dragslider .img-dragger-small h2 span.menu-wrapper {
	display: none;
}

.slide h2 i {
	font-style: normal;
	font-weight: 400;
}

.title-link {
	display: block;
    font-family: "Lato",sans-serif;
    font-size: 27%;
    font-weight: 300;
    padding-top: 0.5em;
}
/*
button.content-switch {
	border: 2px solid #fff;
	width: 160px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
	color: #fff;
	font-family: 'Lato', sans-serif;
	position: absolute;
	cursor: pointer;
	top: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-200%,0);
	transform: translate3d(-50%,-200%,0);
	padding: 1em 2em;
	font-size: 0.85em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	z-index: 1000;
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
	transition: transform 0.6s cubic-bezier(.7,0,.3,1), opacity 0.3s, color 0.3s, border-color 0.3s;
}

.no-js button.content-switch {
	display: none;
}

button.content-switch:hover {
	opacity: 1;
}

button.content-switch::before {
	content: '\e097';
	font-family: 'feathericons';
	speak: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	text-indent: 0;
	font-size: 1.5em;
	line-height: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.show-content .current button.content-switch {
	border-color: #c5d3d6;
	color: #c5d3d6;
	-webkit-transform: translate3d(-50%,100%,0);
	transform: translate3d(-50%,100%,0);
}

.show-content .current button.content-switch::before {
	content: '\e096';
}*/

/* Részletek gomb effekt */
button.content-switch {
    background: transparent none repeat scroll 0 0;    
	border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 700;
    height: 55px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 0 15px 0 0;
    width: 160px;
    outline: medium none;
    overflow: hidden;
    padding: 14px 0px;
    position: relative;
    text-transform: uppercase;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-200%,0);
	transform: translate3d(-50%,-200%,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

button.content-switch:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

button.content-switch:active {
	background: transparent;
}

button.content-switch span {
    display: inline-block;
    height: 100%;
    position: relative;
    top: -34px;
    width: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
}

button.content-switch span.goback {
	display: none;
}

button.content-switch:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 180%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

button.content-switch:active:before {
	color: #fff;
	background-color: #fff;
}

button.content-switch:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

button.content-switch:before {
	left: 0;
	top: -110px;
	font-family: 'feathericons';
	content: '\e097';
}

button.content-switch:hover:before {
	top: -2px;
}

.show-content .current button.content-switch {
	border-color: #c5d3d6;
	color: #c5d3d6;
	-webkit-transform: translate3d(-50%,100%,0);
	transform: translate3d(-50%,100%,0);
}

.show-content .current button.content-switch::before {
	content: '\e096';
}

.show-content .current button.content-switch span.goback {
	display: block;
}

.show-content .current button.content-switch span.details {
	display: none;
}
/* Részletek gomb effekt vége */

/* Content */
.js .pages {
	position: absolute;
	top: 100%;
	height: 0;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.js .show-content .pages {
	-webkit-transition: none;
	transition: none;
	height: 100%;
}

.pages .content {
	background: #dfe3e3;
	text-align: center;
	color: #545b61;
	font-size: 1.5em;
}

.js .pages .content {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height 0s 0.6s;
	transition: height 0s 0.6s;
}

.pages .content.show {
	height: auto;
	-webkit-transition: none;
	transition: none;
}

.pages .content h2 {
	font-size: 5em;
	max-width: 70%;
	color: #34495e;
	padding: 2em 10px 0em;
}

.no-js .pages .content h2 {
	padding-top: 1em;
}

.pages .content h2 span {
	color: #95a5a6;
}

.pages .content p {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0.5em 2em;
	line-height: 1.5;
	text-align: left;
	font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

.pages .content p:last-child {
	padding: 2em 1em 8em;
	text-align: center;
	font-weight: bold;
}

.js .pages .content h2,
.js .pages .content p {
	-webkit-transform: translate3d(0,200px,0);
	transform: translate3d(0,200px,0);
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(.7,0,.3,1);
	transition-timing-function: cubic-bezier(.7,0,.3,1);
}

.pages .content.show h2,
.pages .content.show p {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.pages .content.show p {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.pages .content a {
	color: #3c89d5;
	display: block;
}

.pages .content a:hover {
	color: #545b61;
}

/* Switch */
.switch-min .img-dragger-large .slide > *:not(.img-wrap),
.switch-max .img-dragger-small .slide > *:not(.img-wrap)  { /* fade out everything except image */
	opacity: 0;
	-webkit-transition: none;
	transition: none;
}

.switch-min .img-dragger-large,
.switch-max .img-dragger-small {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(.7,0,.3,1);
	transition: transform 0.6s cubic-bezier(.7,0,.3,1);
}

.img-dragger-small button.content-switch,
.img-dragger-small .title-link {
	opacity: 0;
	pointer-events: none;
}

/* Helper classes */
.no-transition {
	-webkit-transition: none !important;
	transition: none !important;
}

.hide {
	opacity: 0 !important;
	pointer-events: none !important;
}



/* Luce menü start */
.dragslider h2 span.menu-wrapper {
    display: block;
    height: 100px;
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    width: 90%;
}

.IE9 div.dragslider h2 span.menu-wrapper,
.IE8 div.dragslider h2 span.menu-wrapper,
.IE7 div.dragslider h2 span.menu-wrapper, {
	width: auto;
}

.menu {
    line-height: 1;
    margin: 0 auto;
    padding-top: 37px;
    position: relative;
}

.menu__list {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

.menu__item {
    display: block;
    height: 42px;
    line-height: 42px;
    margin: 1em 0;
    min-width: 156px;
	border: 2px solid #5D6868;  
    border: 2px solid rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menu__link {
   	cursor: pointer;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 42px;
    margin: 0;
    padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}

.menu--luce .menu__item {
	position: relative;
	margin: 0;
	margin-right: 31px;
	display: inline-block;
}

.menu--luce .menu__link {
    color: #fff;
    display: block;
    font-weight: normal;
    position: relative;
    text-align: center;
    margin-top: -2px;
}

.menu--luce .menu__item:hover,
.menu--luce .menu__item:focus,
.menu--luce .menu__item:active {
	outline: none;
	/*border: 2px solid #fff;  */
}

/*.menu--luce .menu__item--current .menu__link,
.menu--luce .menu__item:hover .menu__link {
	color: #fff;
}

.menu--luce .menu__item::before,
.menu--luce .menu__item::after,
.menu--luce .menu__link::before,
.menu--luce .menu__link::after {
	content: '';
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, 0.2);

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	backface-visibility:         hidden;
	transform-style: preserve-3d;

	-webkit-transition: -webkit-transform 0.25s, background .75s;
	transition: transform 0.25s, background .75s;
	-webkit-transition-timing-function: cubic-bezier(1, 0.53, 0.79, 0.68);
	transition-timing-function: cubic-bezier(1, 0.53, 0.79, 0.68);
}*/

/* left and right line *//*
.menu--luce .menu__item::before,
.menu--luce .menu__item::after {
	top: 0px;
	width: 2px;
	height: 100%;
	position: absolute;
	transform: scale(1,0);
}*/

/* left line */ /*
.menu--luce .menu__item::before {
	left: -2px;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}*/

/* right line */ /*
.menu--luce .menu__item::after {
	right: -2px;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}*/

/* top and bottom line */ /*
.menu--luce .menu__link::before,
.menu--luce .menu__link::after {
	left: -2px;
	width: 100%;
	height: 2px;
	position: absolute;
	transform: scale(0,1);
}*/

/* top line */ /*
.menu--luce .menu__link::before {
	top: 0px;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}*/

/* bottom line */ /*
.menu--luce .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}*/

/* Delays (first reverse, then current) */
/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */ /*
.menu--luce .menu__item .menu__link::after {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.menu--luce .menu__item--current .menu__link::after,
.menu--luce .menu__item:hover .menu__link::after {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}*/

/* left line */ /*
.menu--luce .menu__item::before {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.menu--luce .menu__item--current::before,
.menu--luce .menu__item:hover::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}*/

/* top line */ /*
.menu--luce .menu__item .menu__link::before {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.menu--luce .menu__item--current .menu__link::before,
.menu--luce .menu__item:hover .menu__link::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}*/

/* right line */ /*
.menu--luce .menu__item--current::after,
.menu--luce .menu__item:hover::after {
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.menu--luce .menu__item--current::before,
.menu--luce .menu__item--current::after,
.menu--luce .menu__item--current .menu__link::before,
.menu--luce .menu__item--current .menu__link::after,
.menu--luce .menu__item:hover::before,
.menu--luce .menu__item:hover::after,
.menu--luce .menu__item:hover .menu__link::before,
.menu--luce .menu__item:hover .menu__link::after {
	transform: scale(1.025,1.001);
	background: #fff;
	position: absolute;
}*/

/* chrome hack, src: http://stackoverflow.com/questions/10812093/is-there-a-google-chrome-only-css-hack */
/*@supports (-webkit-appearance:none) and (not (overflow:-webkit-marquee)) and (not (-ms-accelerator:true)) {
	.menu--luce .menu__item:hover::before,
	.menu--luce .menu__item:hover::after,
	.menu--luce .menu__item:hover .menu__link::before,
	.menu--luce .menu__item:hover .menu__link::after {
		transform: scale(1.025,1.04);
	}
}*/

.menu-wrapper.btn-number-1 .menu--luce li.menu__item {
	min-width: 190px;
}

.menu-wrapper.btn-number-2 .menu--luce li.menu__item {
	min-width: 176px;
}

.menu-wrapper.btn-number-3 .menu--luce li.menu__item {
	min-width: 156px;
}

/* Luce menü vége */
/*
.iconFiller {
    margin: 0px;
    position: absolute;
    z-index: 10000;
    left: -2px;
    top: -2px;
    width: 102%;
    height:43px; 
}

.circleTransition {
    -webkit-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 0.8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 0.8s cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.iconFiller .circle {
    stroke-dasharray: 0, 490;
    stroke-dashoffset: 0;
    stroke-opacity: 1;

    -webkit-transform-origin: center center 0;
    -moz-transform-origin: center center 0;
    -ms-transform-origin: center center 0;
    -o-transform-origin: center center 0;
    transform-origin: center center 0;

    transform: perspective(1200px);
}

.iconFiller .circle.reinit {    
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    stroke-dasharray: 0, 490;
    stroke-dashoffset: 0;
    stroke-opacity: 0;
}

.iconFiller .circle.start {
    stroke-dasharray: 490, 0;
    stroke-dashoffset: 0;
    stroke-opacity: 1;
}

.iconFiller .circle.leave {
    stroke-dasharray: 0, 490;
    stroke-dashoffset: -490;
    stroke-opacity: 1;
}*/



.btn {
	background: none;
	cursor: pointer;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-1e {
	overflow: hidden;
}

.btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
	color: rgba(52, 73, 94, 0.7);
}

.btn-1e:hover:after {
	height: 450%;
	opacity: 1;
}

.btn-1e:active:after {
	height: 400%;
	opacity: 1;
}


@media screen and (max-width: 63.125em) {
	svg {
		display: none;
	}

	.menu--luce .menu__item:hover,
	.menu--luce .menu__item:focus,
	.menu--luce .menu__item:active {
		border: 2px solid #fff; 
	}

	.dragslider h2 {
		font-size: 2.8em;
	}

	.pages .content h2 {
		padding-top: 3em;
	}

	.dragslider h2 span {
		font-size: 0.5em;
	}

	.pages .content {
		font-size: 100%;
	}

	.pages .content h2 {
		font-size: 3em;
	}
}

@media screen and (max-width: 760px), screen and (max-height: 500px) {
	svg {
		display: none;
	}

	.menu--luce .menu__item:hover,
	.menu--luce .menu__item:focus,
	.menu--luce .menu__item:active {
		border: 2px solid #fff; 
	}

	header.codrops-header {
		top: -9px;
	}
	
	.dragslider h2 {
		font-size: 2em;
    	line-height: 1.2em;
		min-height: 10px
	}

	.dragslider h2 span {
	    font-size: 13px;
	    padding: 0px 0;
	}

	button.slider-switch {
		display: none;
	}

	.dragslider h2 span {
		width: 85%;
	}
	
	.dragslider h2 span.menu-wrapper {
		width: 85%;
	}

	nav.menu--luce li.menu__item {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
		height: 30px;
	}

	nav.menu--luce a.menu__link {
		font-size: 12px;
		line-height:30px;
	}

	button.content-switch {
		margin-bottom: 0;
	}

	.show-content .current button.content-switch {
		-webkit-transform: translate3d(-50%,30%,0);
		transform: translate3d(-50%,30%,0);
	}

	/*.js .img-dragger-large .slide h2 {
		top: 38%;
	}*/

	/*.menu--luce .menu__item--current::before,
	.menu--luce .menu__item--current::after,
	.menu--luce .menu__item--current .menu__link::before,
	.menu--luce .menu__item--current .menu__link::after,
	.menu--luce .menu__item:hover::before,
	.menu--luce .menu__item:hover::after,
	.menu--luce .menu__item:hover .menu__link::before,
	.menu--luce .menu__item:hover .menu__link::after {
		transform: scale(1.01,1.001);
		background: #fff;
		position: absolute;
	}*/


	.menu-wrapper.btn-number-1 .menu--luce li.menu__item {
		min-width: 190px;
	}

	.menu-wrapper.btn-number-2 .menu--luce li.menu__item {
		min-width: 176px;
	}

	.menu-wrapper.btn-number-3 .menu--luce li.menu__item {
		min-width: 156px;
	}

	.dragslider h2 span.btn-number-1 {
		width: 85%;
	}

	.dragslider h2 span.btn-number-2 {
		width: 85%;
	}

	.dragslider h2 span.btn-number-3 {
		width: 85%;
	}

}


