
.device__screen {
    position: absolute;
    overflow: hidden;
    /* box-shadow: inset 0 6.2em 0 rgba(0, 0, 0, 0.1); */
    width: 100%;
    /* background: #dc9d36; */
}


.device__screen {
}

.device--alt .device__screen {
}

.dummy__item {
	background: rgb(220, 157, 54);
	-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);
    float: right;
    width: 50%;
}

.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(20),
.dummy--active .dummy__item:first-child
{
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.dummy__item:nth-child(19),
.dummy--active .dummy__item:nth-child(2)
{
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.dummy__item:nth-child(18),
.dummy--active .dummy__item:nth-child(3)
{
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.dummy__item:nth-child(17),
.dummy--active .dummy__item:nth-child(4)
{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.dummy__item:nth-child(16),
.dummy--active .dummy__item:nth-child(5)
{
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.dummy__item:nth-child(15),
.dummy--active .dummy__item:nth-child(6)
{
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.dummy__item:nth-child(14),
.dummy--active .dummy__item:nth-child(7)
{
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}
.dummy__item:nth-child(13),
.dummy--active .dummy__item:nth-child(8)
{
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.dummy__item:nth-child(12),
.dummy--active .dummy__item:nth-child(9)
{
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}
.dummy__item:nth-child(11),
.dummy--active .dummy__item:nth-child(10)
{
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.dummy__item:nth-child(10),
.dummy--active .dummy__item:nth-child(11)
{
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
}
.dummy__item:nth-child(9),
.dummy--active .dummy__item:nth-child(12)
{
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.dummy__item:nth-child(8),
.dummy--active .dummy__item:nth-child(13)
{
	-webkit-transition-delay: 0.65s;
	transition-delay: 0.65s;
}
.dummy__item:nth-child(7),
.dummy--active .dummy__item:nth-child(14)
{
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.dummy__item:nth-child(6),
.dummy--active .dummy__item:nth-child(15)
{
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
.dummy__item:nth-child(5),
.dummy--active .dummy__item:nth-child(16)
{
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.dummy__item:nth-child(4),
.dummy--active .dummy__item:nth-child(17)
{
	-webkit-transition-delay: 0.85s;
	transition-delay: 0.85s;
}
.dummy__item:nth-child(3),
.dummy--active .dummy__item:nth-child(18)
{
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}
.dummy__item:nth-child(2),
.dummy--active .dummy__item:nth-child(19)
{
	-webkit-transition-delay: 0.95s;
	transition-delay: 0.95s;
}
.dummy__item:first-child,
.dummy--active .dummy__item:nth-child(20)
{
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}




/* Related demos */


.menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 20px;
    pointer-events: none;
    transition: 0.1s;
    z-index: 9;
}

.menu-icon-wrapper *{transition: none;}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;

	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
	stroke: #fff;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}


.dummy {
    opacity: 0;
    visibility: hidden;
	position:relative;
	z-index:-1
}
.dummy--active {
    opacity: 1;
    visibility: visible;
    height: auto;
	z-index:9
}

.dummy__item a {
    font-size: 17px;
    line-height: 45px;
}

.dummy__item a span{
    font-size: 17px;
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
}

.dummy__item a span::before { padding:0 15px}


.dummy__item a:hover span::before, .dummy__item a:focus span::before {
    border-radius: 0;
}


.dummy__item a i {
    background: #ff4326;
    color: #fff;
    font-style: normal;
    padding: 3px;
    line-height: 16px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    margin-right: 2px;
}

.cl-effect-2 .dummy__item a.active span {
    background: #4d2d2e;
    border-radius: 0;
	pointer-events:none
}

.cl-effect-2 .dummy__item a.active{
    background: #4d2d2e;
    border-radius: 0;
	pointer-events:none
}




.device--alt{ display:none }



