/*-----------------------------------------------------------------------------
APPICN Screen Stylesheet

version:   1.0
date:      31/01/12
author:    Andrew McCarthy
email:     jrucifer@gmail.com
-----------------------------------------------------------------------------*/

/* Reset Styles
-----------------------------------------------------------------------------*/
html{color:#000;background:#e9e9e9}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}input,button,textarea,select{font-size:100%}sup,sub{vertical-align:baseline}




/* Default Styles
-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.clear {
	display:block;
    clear:both;
    font-size:0px;
    line-height:0px;
    height:0px;
}

.right {
    float: right;
	display:inline;
}

.left {
    float: left;
	display: inline;
}

@font-face {
    font-family: 'GT Walsheim';
    src: url('../font/GT-Walsheim-Regular.eot'); /* IE9 Compat Modes */
    src: url('../font/GT-Walsheim-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../font/GT-Walsheim-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('../font/GT-Walsheim-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../font/GT-Walsheim-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
}

@font-face {
    font-family: 'appicns';
    src: url('../font/appicns-webfont.eot');
    src: url('../font/appicns-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/appicns-webfont.woff') format('woff'),
         url('../font/appicns-webfont.ttf') format('truetype'),
         url('../font/appicns-webfont.svg#YourIconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;  
}

body, html {
  margin: 0;
  padding: 0;
  width: 100vw;
  text-align: center;
  font-family: "GT Walsheim", "GT Walsheim Pro", "GT Walsheim Pro Trial", Futura, "futura-pt", "Futura Std", "Avenir", 'Gill Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size-adjust:0.48; font-weight:normal; font-style:normal;
}
html {
 -webkit-transition: all
}
h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
}

#container {
 width: 300vw;
 position: fixed;
}

#header {
 padding: 15px 0px;
 overflow: hidden;
 position: fixed;
 width: 100vw;
 z-index: 100;
 text-align: center;
 font-size: 20px;
  background: #202020;
  transition: padding .5s, font-size .5s, line-height .5s;
  -moz-transition: padding .5s, font-size .5s, line-height .5s;
  -webkit-transition: padding .5s, font-size .5s, line-height .5s;
  -o-transition: padding .5s, font-size .5s, line-height .5s;
}

#header h2 {
  padding-right: 90px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  line-height: 1.7em;
  color: #f0f0f0;
}

#header h2:hover {
  color: #0A97FA;
}

#header h3 {
  text-align: right;
  float: right;
  position: relative;
  color: #f0f0f0;
  margin-right: 1px;
  transition: color .5s;
  -moz-transition: color .5s;
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  line-height: 1.7em;
}

#icon_labels {
  position: absolute;
  height: 100%;
  right: 1px;
  text-align: right;
  font-weight: 500;
  line-height: 1.7em;
  color: #f0f0f0;
  transition: margin 0s;
  -moz-transition: margin 0s;
  -webkit-transition: margin 0s;
  -o-transition: margin 0s;
}

#icon_labels.anim {
  transition: margin .3s;
  -moz-transition: margin .3s;
  -webkit-transition: margin .3s;
  -o-transition: margin .3s;
}

#icon_labels ul {
  float: left;
  margin-top: 100px;
}

#icon_labels li {
  margin-bottom: 30px;
}

#icon_labels #ghost {
  float: right;
  height: 50px;
  padding-right: 90px;
  visibility: hidden;
}

#nav {
  margin-left: 90px;
  transition: width .5s, height .5s, margin .5s;
  -moz-transition: width .5s, height .5s, margin .5s;
  -webkit-transition: width .5s, height .5s, margin .5s;
  -o-transition: width .5s, height .5s, margin .5s;
  line-height: 1em;
}

#nav a {
  display: inline-block;
  overflow: hidden;
  color: #666;
  margin-right: 20px;
  position: relative;
  text-decoration: none;
  line-height: 1.35em;
  transition: color .2s;
  -moz-transition: color .2s;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
}

#nav a:hover {
  color: #0A97FA;
}

#nav a:active {
  color: #f0f0f0;
}

#nav a.selected {
  opacity: 1;
  color: #f0f0f0;
}

#nav a:before {
  font-size: 25px;
  font-family: appicns;
  transition: font-size .5s;
  -moz-transition: font-size .5s;
  -webkit-transition: font-size .5s;
  -o-transition: font-size .5s;
  -webkit-font-smoothing: antialiased;

}

#nav a span {
  display: inline-block;
  overflow: hidden;
  text-indent: -1000px;
}

#nav #nav_grid:before {
  content:"g";
}

#nav #nav_list:before {
  content:"l";
}

#nav #nav_download:before {
  content:"d";
}

.page {
 width: 100vw;
 position: relative;
 float: left;
}

#icons_content {
 padding-top: 130px;
 padding-bottom: 150px;
  transition: padding .5s;
  -moz-transition: padding .5s;
  -webkit-transition: padding .5s;
  -o-transition: padding .5s;
}

#single_content {
 padding-top: 100px;
 padding-bottom: 100px;
}

#icons_content em,
#single_content em {
  font-size: 24px;
  color: #ADADAD;
}

.icns {
  cursor: pointer;
  display: inline-block;
  width: auto;
  height: auto;
  min-width: 64vw;
  min-height: 64vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#download {
 text-align: center;
 min-height: 100vh;
}

#single_content #full_download {
    padding-top: 0px;
  }

#single_content div.full_icon {
  padding: 40px 0 160px;
}

.icons div.grid_3 {
  text-align: center;
  margin-bottom: 60px;
}

.icons .icon {
  cursor: pointer;
  opacity: 1;
  width: 180px;
  height: 180px;
  margin: 40px 0;
  display: inline-block;
  background-size: contain;
  background-position: center;
  transition: all .2s, opacity 1ms;
  -moz-transition: all .2s, opacity 1ms;
  -webkit-transition: all .2s, opacity 1ms;
  -o-transition: all .2s, opacity 1ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.icons .icon:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

div#pages {
  left: 0;
  position: relative;
  transition: left .5s;
  -moz-transition: left .5s;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
}

div#pages.no-anim {
  transition: left 0s;
  -moz-transition: left 0s;
  -webkit-transition: left 0s;
  -o-transition: left 0s;
}

.download-section {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.download-holder {
  display: block;
  margin: auto;
  position: relative;
  top: -2vh;
}

.download-holder p {
  font-size: 16px;
  margin: 1.2em 0;
}

.download-holder p.money {
  color: #202020;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0em;
}

.download-holder p.money em {
  font-size: 18px;
  position: relative;
  top:-10px;
  padding-right: 2px;
}

.download-holder p.light,
.download-holder p.light a {
  color: #ADADAD;
}

.download-holder p.light a:hover {
  color: #0A97FA;
}

.download-holder h1 {
  position: relative;
  color: #202020;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.download-button {
  display: inline-block;
  clear: both;
  background-color: #ffffff;
  border-radius: 120px;
  width: 120px;
  height: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  -o-border-radius: 120px;
  transition: width .5s, height .5s, background-color .2s;
  -moz-transition: width .5s, height .5s, background-color .2s;
  -webkit-transition: width .5s, height .5s, background-color .2s;
  -o-transition: width .5s, height .5s, background-color .2s;
  cursor: pointer;
  text-align: center;
  position: relative;
  line-height: 0;
  margin: 0 auto 20px;
}

.download-button img {
  width: 45%;
  height: auto;
  position: relative;
  top: 20px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.download-button:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40%;
  height: 8%;
  background: #202020;
  position: relative;
  top: 22%;
}

.download-button:hover img {
  top: 28px;
}

#grid_download {
  position: relative;
}

#single_download {
  margin: 80px auto;
}

#download_download {
  background-color: #EEEEEE;
}

#download-link {
  display: inline-block;
  color: #EEEEEE;
  font-size: 32px;
  text-decoration: none;
  margin-bottom: 20px;
  transition: background-color .5s, color .5s;
  -moz-transition: background-color .5s, color .5s;
  -webkit-transition: background-color .5s, color .5s;
  -o-transition: background-color .5s, color .5s;
}

#download-link:hover {
  color: #AAE8D3;
}

#download-link #download_download {
  display: inline-block;
  transition: background-color .5s, color .5s;
  -moz-transition: background-color .5s, color .5s;
  -webkit-transition: background-color .5s, color .5s;
  -o-transition: background-color .5s, color .5s;
}

.download-text {
  display: inline-block;
  padding-top: 15px;
}

a:hover #download_download {
  background-color: #AAE8D3;
}

a:active .download-arrow, a.active .download-arrow {
  margin: 24% 0 0%;
}

#grid_download:hover, #single_download:hover {
  background-color: #FFF;
}

.icons .icon:hover {
  opacity: 1;
}

.icons .icon:active {
  opacity: 1;
}

#info {
  padding: 120px 0 100px;
}

.section {
  width: 460px;
  margin: 0 auto;
  color: #CCC;
  text-align: left;
  padding: 0 0 140px;
}

.section a,
form a {
  color: #AAE8D3;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color .2s, color .2s;
  -moz-transition: border-color .2s, color .2s;
  -webkit-transition: border-color .2s, color .2s;
  -o-transition: border-color .2s, color .2s;
}

.section a:hover {
  border-bottom: 2px solid #AAE8D3;
}

h1 {
  font-size: 32px;
  margin-bottom: 40px;
}

p {
  font-size: 20px;
  line-height:  1.5em;
}

.spin {
  -moz-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  } 
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  transform: rotate(360deg);
}

form {
  width: 300px;
  margin: 0 auto;
  position: relative;
  top: 100px;
}

form a {
  display: inline-block;
  margin: 30px;
  color: #000;
}

form a:hover {
  color: #0A97FA;
}

input {
  width: 280px;
  display: block;
  margin: 10px 0;
  padding: 10px 10px;
  border: 0;
  background: #FFF;
  text-align: center;
  color: black;
  outline: none;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  color: #333;
}

::-webkit-input-placeholder {
   color: #ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

:-ms-input-placeholder {  
   color: #ccc;  
}

.dock {
  position: absolute;
  bottom: 0;
  width: 70vw;
  height: 10vw;
  min-height: 74px;
  background: #E0E0E0;
  max-width: 1000px;
  min-width: 280px;
  margin: 0 auto;
  left: 50%;
  overflow: hidden;
  -moz-transform: translate(-50%, 100%) scale(0.98);
  -webkit-transform: translate(-50%, 100%) scale(0.98);
  transform: translate(-50%, 100%) scale(0.98);
  -moz-transition: -moz-transform 400ms 600ms cubic-bezier(0,.86,.71,.99);
  -webkit-transition: -webit-transform 400ms 600ms cubic-bezier(0,.86,.71,.99);
  -o-transition: -o-transform 400ms 600ms cubic-bezier(0,.86,.71,.99);
  transition: transform 400ms 600ms cubic-bezier(0,.86,.71,.99);
}

.dock .dock_icon {
  display: inline-block;
  width: 12%;
  height: 90%;
  min-width: 48px;
  margin: 0.8% 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#download.show .dock {
  -moz-transform: translate(-50%, 0) scale(1);
  -webkit-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

input:focus {
  border-bottom-color: #0A97FA;
}

input[type="submit"] {

  -webkit-appearance: none !important;
  -moz-appearance: none !important; 
  appearance: none !important;
  background: #202020 !important;
  color: #F0F0F0 !important;
  margin: 0;
  width: 300px;
  outline: none;
}

input[disabled] {
  opacity: 0.5;
}

#mc_embed_signup div.mce_inline_error {
  background: none !important;
  color: #FF1111 !important;
  font-weight: 100 !important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #FF1111 !important;
  border-top-color: transparent !important;
}

#mc_embed_signup #mce-success-response {
  display: block;
  position: absolute;
  width: 300px;
  z-index: 1000;
  top: -10px;
  visibility: visible;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0 30px;
  background: #F1F1F1;
  color: #555;
}
input[type="submit"]:hover {
  cursor: pointer;
  background: #0A97FA !important;
}


body.embed #mask {
  background: rgba(0,0,0,0.8);
}

.Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  opacity: 0;
  width: 32px;
  height: 32px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;

  -webkit-transform: translate(0,-10px);
  -moz-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  -o-transform: translate(0,-10px);
  transform: translate(0,-10px);
}

.Loader img {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
}

body.Loading .Loader {
  opacity: 1;

  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

#pages {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

body.Loading #pages {
  opacity: 0;
}

body .icon_holder {
  opacity: 1;

  -webkit-transition: -webkit-transform 400ms, opacity 400ms;
  -moz-transition: -moz-transform 400ms, opacity 400ms;
  -ms-transition: -ms-transform 400ms, opacity 400ms;
  -o-transition: -o-transform 400ms, opacity 400ms;
  transition: transform 400ms, opacity 400ms;

  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

body.Loading .icon_holder {
  opacity: 0;

  -webkit-transform: translate(0,10px);
  -moz-transform: translate(0,10px);
  -ms-transform: translate(0,10px);
  -o-transform: translate(0,10px);
  transform: translate(0,10px);
}

body .icon_holder:nth-child(2) {
  -webkit-transition-delay: 50ms;
}

body .icon_holder:nth-child(3) {
  -webkit-transition-delay: 100ms;
}
body .icon_holder:nth-child(4) {
  -webkit-transition-delay: 150ms;
}
body .icon_holder:nth-child(5) {
  -webkit-transition-delay: 200ms;
}
body .icon_holder:nth-child(6) {
  -webkit-transition-delay: 250ms;
}
body .icon_holder:nth-child(7) {
  -webkit-transition-delay: 300ms;
}
body .icon_holder:nth-child(8) {
  -webkit-transition-delay: 350ms;
}
body .icon_holder:nth-child(9) {
  -webkit-transition-delay: 400ms;
}
body .icon_holder:nth-child(10) {
  -webkit-transition-delay: 450ms;
}
body .icon_holder:nth-child(11) {
  -webkit-transition-delay: 500ms;
}
body .icon_holder:nth-child(12) {
  -webkit-transition-delay: 550ms;
}
body .icon_holder:nth-child(13) {
  -webkit-transition-delay: 600ms;
}
body .icon_holder:nth-child(14) {
  -webkit-transition-delay: 650ms;
}
body .icon_holder:nth-child(15) {
  -webkit-transition-delay: 700ms;
}
body .icon_holder:nth-child(16) {
  -webkit-transition-delay: 750ms;
}
body .icon_holder:nth-child(17) {
  -webkit-transition-delay: 800ms;
}
body .icon_holder:nth-child(18) {
  -webkit-transition-delay: 850ms;
}
body .icon_holder:nth-child(19) {
  -webkit-transition-delay: 900ms;
}
body .icon_holder:nth-child(20) {
  -webkit-transition-delay: 950ms;
}

#Overlay {
  position: fixed;
  background: rgba(0,0,0,0.8);
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  overflow: auto;
  text-align: center;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: -o-zoom-out;
  cursor: -ms-zoom-out;
  cursor: zoom-out;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

label#Preview {
  border-bottom: 1px solid #ADADAD;
}

label#Preview:hover {
  cursor: help;
  border-color: #0A97FA;
}

#Overlay img {
  max-width: 80vw;
  width: auto;
  height: auto;
  padding: 80px 0 50px;
  display: block;
  margin: 0 auto;
}

#Overlay a {
  margin: 20px 0 0;
  padding: 15px 20px;
  border: 1px solid #E9E9E9;
  color: #E9E9E9;
  text-decoration: none;
}

#Overlay:after {
  content: "";
  display: block;
  height: 70px;
}

#Overlay a:hover {
  border-color: #0A97FA;
  color: #0A97FA;
}

body.Preview {
  overflow: hidden;
}

body.Preview #Overlay {
  display: block;
}

/* Resize styles
----------------------------------------------------------------------------------------------------*/

/* 960, 12 column layout
-----------------------------------------------------------------------------*/

@media screen and (max-width: 1400px) {
  .resize_960_12 {
    width: 960px !important;
  }
  .resize_960_3 {
    width: 220px !important;
  }
  .icons .icon {
    width: 180px;
    height: 180px;
    margin: 30px 0 !important;
  }
  
  #grid_download {
    width: 160px;
    height: 160px;
  }
  
  .icons div.grid_3 {
    margin-bottom: 30px;
  }
  #header {
    font-size: 22px;
    padding: 15px 0;
  }
  #header h2 {
    padding-right: 40px;
  }
  #icon_labels #ghost {
    padding-right: 40px;
  }
  #nav {
    margin-left: 40px;
  }
  #nav a {
    margin-right: 15px;
  }
  #icons_content {
    padding-top: 110px;
    padding-bottom: 100px;
  }
  #nav a:before {
    font-size: 22px;
  }

}

/* 640, 8 column layout
-----------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
  .resize_640_8 {
    width: 640px !important;
  }
  .resize_640_2 {
    width: 140px !important;
  }
  .icons .icon {
    width: 120px;
    height: 120px;
    margin: 20px 0 !important;
  }
  
  #grid_download {
    width: 100px;
    height: 100px;
  }

  .icons div.grid_3 {
    margin-bottom: 20px;
  }
  #header {
    font-size: 20px;
    padding: 15px 0;
  }
  #nav a {
    margin-right: 10px;
  }
  #nav a:before {
    font-size: 18px;
  }
  #header h2 {
    padding-right: 30px;
  }
  #icon_labels #ghost {
    padding-right: 30px;
  }
  #nav {
    margin-left: 30px;
  }
  #icons_content {
    padding-top: 100px;
  }
}


/* 320, 4 column layout
-----------------------------------------------------------------------------*/

@media only screen and (max-width: 680px) {
  body, html {
    width: 320px;
  }
  .resize_320_4 {
    width: 320px !important;
  }
  .resize_320_2 {
    width: 140px !important;
  }
  .icons .icon {
    width: 120px;
    height: 120px;
    margin: 10px 0 !important;
  }
  
  #grid_download {
    width: 80px;
    height: 80px;
  }
  
  #header {
    font-size: 18px;
    padding: 10px 0;
  }
  
  #nav a:before {
    font-size: 16px;
  }
  .icons div.grid_3 {
    margin-bottom: 10px;
  }
  #icons_content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #single_content {
    padding-top: 20px;
  }
  #single_content .icns {
    width: 300px;
    height: auto;
  }
  h3 {
    display: none !important;
  }
  #icon_labels {
    display: none !important;
  }
  .section {
    width: 300px;
  }
  h1 {
  font-size: 32px;
  margin-bottom: 40px;
  }

  p {
    font-size: 16px;
    line-height:  1.5em;
  }
}
