*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.elasticstack {
	position: relative;
	padding: 0;
	width: 340px;
	height: 370px;
	list-style: none;
    margin-left: 17%;
	-webkit-perspective: 1000px;
	-webkit-perspective-origin: 50% 150%;
	perspective: 1000px;
	margin-bottom: -50px;
	perspective-origin: 50% 150%;
}

.no-js .elasticstack {
	max-width: 1090px;
	width: 100%;
	height: auto;
	text-align: center;
}

.elasticstack li {
	position: absolute;
	z-index: 1;
	width: 340px;
	height: 380px;
	
	opacity: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,-180px);
	transform: translate3d(0,0,-180px);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.no-js .elasticstack li {
	position: relative;
	display: inline-block;
	opacity: 1;
	margin: 10px;
	cursor: default;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.elasticstack li img {
	display: block;
}

.elasticstack li h5 {
	margin: 0 5px;
	color: #143f51;
	height: 60px;
	text-align: right;
	font-size: 1.4em;
	font-family: "Sacramento", cursive;
	line-height: 60px;
}

.elasticstack li.animate {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.elasticstack li.move-back {
	/* http://matthewlein.com/ceaser/ */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1); /* older webkit */
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
}








/* General styles */

.navscroll {
	position: fixed;
	right: 0;
	width: 8%;
	margin: 0 0 0 3em;
    z-index: 99999999999999999999999;
}

.nav__item {
	line-height: 1;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	color: currentColor;
	border: 0;
	background: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.nav__item:focus {
	outline: none;
}

/* Individual styles */



/*** Zahi ***/

.nav--zahi .nav__item {
	width: 4em;
	cursor: pointer;
	height: 13em;
}

.nav--zahi .nav__item::before,
.nav--zahi .nav__item::after {
	content: '';
	position: absolute;
}

.nav--zahi .nav__item:not(:last-child)::before {
	top: 61px;
    left: 2px;
    width: 8px;
    height: 139px;
    background: #fff;
    border-radius: 5px;
}

.nav--zahi .nav__item::after {
    top: 50%;
    left: -1px;
    width: 15px;
    height: 15px;
    margin: -5px 0 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s, border-color 0.3s, border-width 0.3s, background 0.3s;
    transition: transform 0.3s, border-color 0.3s, border-width 0.3s, background 0.3s;
}

.nav--zahi .nav__item--current::after {
	 border-width: 1px;
    border-color: #35dc97;
    -webkit-transform: scale3d(1.3,1.3,1);
    transform: scale3d(1.3,1.3,1);
    background: #35dc97;
}

.nav--zahi .nav__item:not(.nav__item--current):focus::after,
.nav--zahi .nav__item:not(.nav__item--current):hover::after {
	border-color: #fff;
	background: #fff;
}

.nav--zahi .nav__item-title {
    font-family: 'Proxima Nova Rg';
	line-height: 1;
	display: block;
	position: relative;
    padding: 63px 0 0 0;
	white-space: nowrap;
	opacity: 1;
	color: #fff;
	right: -23px;
    font-size: 14px;
    float: left;
}

.nav--zahi .nav__item:not(.nav__item--current):focus .nav__item-title,
.nav--zahi .nav__item:not(.nav__item--current):hover .nav__item-title {
	opacity: 1;
}

.nav--zahi .nav__item--current .nav__item-title {
	opacity: 1;
	color: #fff ;
}
@media (min-width:300px) and (max-width:480px){
	

.elasticstack li {

    width: 120px;
    height: 380px;

    margin-left: -37px;
}
.elasticstack {
    height: 130px;
    
}
.plane1 img, .plane2 img {
   
    height: 100px;
}

}

@media screen and (max-width:1366px){
.navscroll {
  width: 6%;
  
}
.nav--zahi .nav__item-title {
    right: -17px;
    font-size: 12px;
}
}

@media screen and (max-width: 1024px) {
.navscroll {
    width: 8%;
}	
}

@media screen and (max-width:767px ) {
.nav--zahi .nav__item-title {
    display: none;
}	
}

@media screen and (max-width: 479px) {
.nav--zahi .nav__item:not(:last-child)::before {
    height: 109px;
}	
.nav--zahi .nav__item {
    height: 11em;
}
}