/* Home Page */
#welcome{
  text-align: center;
}

#welcome h1,
#welcome h2{
  font-weight: 300;
  font-size: 2.2em;
  color: #282b38;
  text-transform: uppercase;

  line-height: 40px;
}

#welcome h1{
}

#welcome h2{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	font-size: 2.2em;
	color: #2f3240;
	line-height: 40px;
}

#welcome h1{
  margin-top: 38px;
}

#welcome .avatar,
#subpage-header .avatar{
	margin-top: 20px;
}

#our_apps{

  margin-bottom: 60px;
}

/* Our Apps */

section.app.grid a{
  color: black;
}

section.app.grid {
  width: 212px;
  float: left;
  height: 230px;
  margin-right: 30px;
  margin-top: 30px;

  border-radius: 5px;
  position: relative;

}

h2.title{
  margin-top: 0px;
}
section.app a.full
{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
}
section.app.grid .icon {
    -webkit-transition: .2s -webkit-transform;
  transition: .2s transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

section.app.grid:hover .icon{
  -webkit-transform: translateY(-10px) translateZ(0);
  transform: translateY(-10px) translateZ(0); }
}

section.app.grid:hover .app-inner{
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.2);
}

section.grid:nth-child(4n+1){
  margin-right: 0px;
}

section.app.grid img{
  /*height: 100px;*/
  /*width: 100px;*/

  /*height: 170px;*/
  /*width: 170px;*/

  height: 130px;
  width: 130px;
}

section.app.grid .icon {
  text-align: center;
}

section.app.grid .icon a {
  display: inline-block;

  height: 100%;
  width: 100%;

  position: relative;
  z-index: 1001;
}

section.app.grid .container{
  width: 100%;
  /*height: 330px;*/
}

section.app.grid .description{
  font-size: 13px;
  line-height: 15px;
  display: none;

}

section.app.grid .app-content{
  margin-top: 15px;
  text-align: center;

  font-family: 'fl-proxima_nova', Helvetica, sans-serif;
}

section.app.grid h3{
  font-size: 21px !important;
  margin-bottom: 8px;
  font-family: 'fl-proxima_nova_ltsemibold', Helvetica, sans-serif;

}
section.app.grid h4{
  font-size: 16px !important;
  margin-bottom: 10px;
  font-weight: normal;

}

section.app.grid .button{
  padding: 0px;
  border-radius: 0;
  height: auto;
  line-height: normal;
  background: none !important;
  font-family: 'fl-proxima_nova', Helvetica, sans-serif;
  font-family: 'fl-proxima_nova_ltsemibold', Helvetica, sans-serif;

  position: absolute;
  bottom: 10px;
  right: 10px;
}

section.app.grid .button:after{
    content: ' »';
}


section.app.copterkid{
  background: #242843; /* Old browsers */
  background: -moz-linear-gradient(top,  #242843 0%, #617aa2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#242843), color-stop(100%,#617aa2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #242843 0%,#617aa2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #242843 0%,#617aa2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #242843 0%,#617aa2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #242843 0%,#617aa2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242843', endColorstr='#617aa2',GradientType=0 ); /* IE6-9 */

}

section.app.copterkid .icon img{
  height: 170px;
  width: 241px;
}

/* FIRST */

section.app.first .app-inner{
  padding: 64px 0px 67px 0px;
}

section.app.first .app-inner{
  padding: 80px 0px 67px 0px;
}

section.app.first .app-content{
  width: 540px;
  font-family: 'fl-proxima_nova', Helvetica, sans-serif;
}

section.app.first .app-content h3{
  font-size: 2.4em !important;
  text-transform: none !important;
  font-weight: normal !important;
  line-height: 40px;
  margin-bottom: 11px;

  color: #1d1d1d;

  font-family: 'fl-proxima_nova_ltsemibold';
}

section.app.first .app-content h4{
  font-size: 1em;
  margin-bottom: 31px;
  color: #3c3c3c;
  font-weight: normal;

  font-size: 18px;
}

section.app.first .app-content p.description{
  font-size: 0.95em;
  line-height: 24px;
  color: #1c1c1c;


  font-size: 17px;
  line-height: 28px;
}

section.app.first .app-content .buttons{
  margin-top: 2em;
}

section.app.first .icon{
  width: 400px;
}

/* App Section - Icon Left */
section.app.first.icon-left .app-content{
  float: right;
}

section.app.first.icon-left .icon{
  float: left;
  text-align: left;
}

/* App Section - Icon Right*/
section.app.first.icon-right .app-content{
  float: left;
}

section.app.first.icon-right .icon{
  float: right;
  text-align: right;
}

#talking-apps {
  margin-top: 50px;
}
