

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}


a .dummy__item {
	text-decoration: none;
	color: #fff !important;
	outline: none;
	text-align:center;
	padding:10px;
}

a:hover,
a:focus {
	color: #fff;
}



/* Content */


/* Device styles */



.device__screen {
	position: fixed;
	overflow: hidden;
	width:100%;
	margin: 11em 13.75% 0;
	text-align: left;
	border-radius: 4px 4px 0 0;
    box-shadow: inset 0 6.2em 0 rgba(19, 53, 149, 1);
    z-index:21;
}

.reduceheight{
    height:100px;
}

.increaseheight{
    height:500px;
}

.contentofw{
    position:absolute;
    top:50px;
    width:100%;
}




.device--alt .device__screen {
	background: #5b9ce3;
}

.dummy__item {
	height: 3em;
	border-top:solid thin #fff;
	margin: 0em 1.25em;
	pointer-events: none;
	border-radius: 4px;
	background: #4a63a9;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dummy__item {
	-webkit-transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
	transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.device--alt .dummy__item {
	-webkit-transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
	transform: translate3d(0, 260px, 0) scale3d(1, 0.2, 1);
}

.dummy--active .dummy__item {
	-webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.dummy__item:nth-child(4),
.dummy--active .dummy__item:first-child {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.dummy__item:nth-child(3),
.dummy--active .dummy__item:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.dummy__item:nth-child(2),
.dummy--active .dummy__item:nth-child(3) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.dummy__item:first-child,
.dummy--active .dummy__item:nth-child(4) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}



@media screen and (max-width: 50em) {

	.device {
		width: 100%;
		height: auto;
		background-image: none;
	}
	.device__screen {
		margin: 0;
		border-radius: 0;
	}
}
