@charset "UTF-8";

body { 
	background: #ECEFF1;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
}

.noFill { fill:none; }

.phone-background { background: #fff; }

iframe{
	width: 290px;
	height: 512px;
	position: absolute;
	padding-top: 20px;
	padding-right: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	cursor: pointer;
	z-index: 5000;
}

.phone-container {
	width: 350px;
	height: 688px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background: url(../img/FlatIphone.png) no-repeat top center;
	background-image: url(../img/FlatIphone.png) no-repeat top center;
	z-index: -100;
}

/* phones */ 
@media screen and (max-width: 760px) {
	iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		padding-top: 0px;
		padding-right: 0px;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
		display: block;
		cursor: pointer;
	}

	.phone-container {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}
}

/* nexus 6p only  */
@media screen and (max-height: 435px) {
	iframe{
		width: 100%;
		height: 100%;
		position: absolute;
		padding-top: 0px;
		padding-right: 0px;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
		display: block;
		cursor: pointer;
	}

	.phone-container {
		visibility: hidden;
		width: 0px;
		height: 0px;
	}

}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  background: #31558a;
  width: 100%;
  height: 100%;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}

.body-hidden {
  overflow: hidden;
}

.screen-container {
  background: #31558a;
  width: 320px;
  height: 560px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* item-mocks
--------------------------*/
.item-list {
  margin-top: 30px;
}

.item {
  height: 100px;
  padding-left: 100px;
}

.item .img, .item .greek-copy {
  background: #446daa;
}

.img {
  float: left;
  height: 60px;
  width: 60px;
  margin-left: -80px;
  border-radius: 50px;
}

.greek-copy {
  float: left;
  height: 10px;
  width: 166px;
  margin-bottom: 14px;
  border-radius: 3px;
}

.greek-copy:nth-of-type(3) {
  width: 75px;
  margin-botom: 0;
}

/*  Menu icon elements
---------------------------------*/
.menu-icon {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 10px;
  left: 20px;
  cursor: pointer;
  z-index: 2000000;
}

.menu-x, .menu-y, .menu-z {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  background: #FFFFFF;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.menu-x, .menu-y, .menu-z {
  height: 3px;
  width: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-x {
  top: -14px;
  z-index: 10003;
}

.menu-y {
  top: 4px;
  z-index: 10004;
}

.menu-z {
  top: 22px;
  z-index: 10005;
}

.menu-collapse {
  top: 2px;
  left: 6px;
  background: #4a89dc;
  -webkit-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}

div.rotate60 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

div.rotate45 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

div.rotate150 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}

div.rotate135 {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

div.navbar {
  height: 60px;
  background: #214273;
}

.circle {
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 30px;
  left: 38px;
  background: #FFFFFF;
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 250ms cubic-bezier(0, 0.995, 0.99, 1);
}

.circle-expand {
  width: 2200px;
  height: 2200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}

@media screen and (max-width:1028px) {
  .circle-expand {
    width: 1600px;
    height: 1600px;
  }
}

.menu {
  height: 300px;
  width: 289px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 250000;
}

@media screen and (max-height: 768px) {
  .menu {
    height: 100%;
  }
}

.menu ul li {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 290px;
  text-align: center;
  font-size: 0px;
  -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}

.menu ul li a {
  color: #4a89dc;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}

.menu ul li a:hover {
  color: #214273;
  -webkit-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}

.menu li.animate {
  font-size: 20px;
  line-height: .85;
  opacity: 1;
  -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}

.menu li.animate:nth-of-type(1) {
  top: 0;
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s;
}

.menu li.animate:nth-of-type(2) {
  top: 60px;
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}

.menu li.animate:nth-of-type(3) {
  top: 120px;
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

.menu li.animate:nth-of-type(4) {
  top: 180px;
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}

.menu li.animate:nth-of-type(5) {
  top: 240px;
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

.menu li.animate:nth-of-type(6) {
  top: 300px;
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

@media screen and (max-height: 768px) {
  .menu li.animate:nth-of-type(1) {
    top: 15%;
    top: calc(15% * 1);
  }

  .menu li.animate:nth-of-type(2) {
    top: 30%;
    top: calc(15% * 2);
  }

  .menu li.animate:nth-of-type(3) {
    top: 45%;
    top: calc(15% * 3);
  }

  .menu li.animate:nth-of-type(4) {
    top: 60%;
    top: calc(15% * 4);
  }

  .menu li.animate:nth-of-type(5) {
    top: 75%;
    top: calc(15% * 5);
  }

  .menu li.animate:nth-of-type(6) {
    top: calc(14.20% * 6);
  }
}

.red{ outline:1px solid red; }

.blu{ outline:1px solid blue; }
