@import "superfish.css";
@font-face {
  font-family: 'Walkway Expand SemiBold';
  font-style: normal;
  font-weight: 400;
  src: local('Walkway Expand SemiBold');
}


body{
color: #615f5f;
text-align:center;
}

.cs-text {width: 100%; cursor: default;}

.cs-text > span {display: block;-webkit-backface-visibility: hidden;}

.cs-text-cut {
	width: 100%;
	height: 90px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*.cs-text-cut:first-child {border-top: 1px solid rgba(0,0,0,0.5);}

.cs-text-cut:last-child {border-bottom: 1px solid rgba(0,0,0,0.5);}*/


.cs-text-cut span {
	display: block;
	line-height: 180px;
	font-size: 100px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
	font-family: "Walkway Expand SemiBold", Times, serif, cursive;
	text-shadow: 7px 2px 0 rgba(255,255,255,0.3);
}

.cs-text-cut:last-child span {margin-top: -84px;}

.cs-text-mid {font-family: 'Raleway', sans-serif;
	font-weight: 150;
	text-transform: uppercase;
	font-size: 34px;
	letter-spacing: 18px;
	line-height: 50px;
	text-align: center;
	text-indent: 45px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	margin-left:-30px;
	color: rgba(237,26,142,0.6);/*0,0,0,0.6*/
	/*text-shadow: 0 0 0 rgba(100,100,100,0.9);*/
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.cs-text:hover .cs-text-cut:first-child {
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	opacity: 0.5;
}

.cs-text:hover .cs-text-cut:last-child {
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	opacity: 0.5;
}

.cs-text:hover .cs-text-mid {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* Demo Buttons Style */


.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}
