/*!
 * Gridpak Beta CSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
 
 

/* Reusable column setup */
.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}

@media screen and (min-width: 0px) {
     
     .col {
         margin-left:0%;
      padding:0 0%;
     }
     
     .row .col:first-child {
         margin-left:0;
     }
     
     
     /*
     Add your semantic classnames in alongside their corresponding spans here. e.g.
     
     .span3,
     .my_semantic_class_name {
         ...
     }
     */
     
     .span1 {
         width:8.33333333333%;
     }
     .span2 {
         width:16.6666666667%;
     }
     .span3 {
         width:25.0%;
     }
     .span4 {
         width:33.3333333333%;
     }
     .span5 {
         width:41.6666666667%;
     }
     .span6 {
         width:50.0%;
     }
     .span7 {
         width:58.3333333333%;
     }
     .span8 {
         width:66.6666666667%;
     }
     .span9 {
         width:75.0%;
     }
     .span10 {
         width:83.3333333333%;
     }
     .span11 {
         width:91.6666666667%;
     }
     .span12 {
         margin-left:0;
         width:100%;
     }
 }
 

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1200px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
  


/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */
.dk_container {
  font-size: 1em;
  font-weight: normal;
}
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none; }

.dk_container li {
   width: 100%;
   display: block;
}

.dk_container a {
   color: gray;
}

.dk_toggle {
   border: 1px solid #B8B8B8;
   color: #333;
   padding: 3px 45px 7px 10px;
   text-shadow: #fff 1px 1px 0;
   -webkit-transition: border-color .5s;
   -moz-transition: border-color .5s;
   -o-transition: border-color .5s;
   transition: border-color .5s;
   position: relative;
   line-height: 1.5em;
   height: 35px;
   font-weight: 300;
}
  .dk_toggle:hover, .dk_toggle:focus {
    border-color: #8c8c8c; }
  .dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; }

.dk_focus .dk_toggle {
  border-color: #40b5e2;
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2; }

.dk_open {
  box-shadow: 0 0 5px #40b5e2;
  -moz-box-shadow: 0 0 5px #40b5e2;
  -webkit-box-shadow: 0 0 5px #40b5e2;
  z-index: 10; }
  .dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
   }

.dk_open_top .dk_toggle {
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px; }
.dk_open_top .dk_options, .dk_open_top .dk_options_inner {
   }

.dk_options {
  background: #fefefe;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  z-index: 1000;
   }
  .dk_options a,
  .dk_options a:active {
    background-color: #fff;
    border-bottom: 1px solid #999;
    font-weight: 300;
    text-decoration: none;
    padding: 3px 6px; }
  .dk_options a:hover, .dk_options:focus,
  .dk_options .dk_option_current a {
    background-color: #8f8f8f;
    border-bottom-color: #6a6a6a;
    color: #fff;
    text-decoration: none;
    }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a
    .dk_options .disabled:focus, .dk_options .disabled:focus a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #999;
      text-shadow: none; }

.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 1px;
  border-bottom-color: #999;
  color: #333;
  margin: 0;
  padding: 0;
    }

.dk_container {
  display: none;
  float: left; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
     font-weight: 300;
    color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch; }

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    
    
  
  
/* Tag redefinitions, general styles */

* {
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}

img {
   box-sizing: content-box;
   -moz-box-sizing: content-box;
}

body {
   padding: 0;
   margin: 0;
  font-size:17px;
   font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
   background: #f7f7f7;
  font-weight: 300;
  line-height: 1.5em;
  color: #585858;
}

input, textarea, select {
   font-size:17px;
   font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  color: #585858;
  border: 1px solid #B8B8B8;
  background: none;
   outline: none;
   font-weight: 300;
   padding: 6px 10px;
   margin: 0;
}

input[type=submit],
button {
   color: rgb(230, 230, 230);
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 14px;
   height: 33px;
   line-height: 35px;
   background: #B8B8B8;
   border: none;
   cursor: pointer;
   font-weight: 300;
   padding: 0 1em;
   font-family:  "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

blockquote, pre {
   padding: .5em 2em;
   background: rgb(233, 233, 233);
}

input[type=submit]:hover,
#body-container button:hover {
   background: rgb(119, 119, 119);
}

a:link, a:active, a:visited {
  text-decoration:none;
  }

a:hover {
   transition:color .2s ease-in-out;
   -moz-transition:color .2s ease-in-out;
   -webkit-transition:color .2s ease-in-out;
}

img {
  padding:0;
  margin:0;
}

hr {
  border-top:1px solid #cfceca;
  border-bottom:none;
}

h1,h2,h3,h4,h5,h6,h7 {
  font-weight:100;
}

h1 {
   text-align: center;
   color: #9e9e9e;
   text-transform: uppercase;
   font-size: 1.5em;
   letter-spacing: 1px;
}

h3, h4 {
   text-align: center;
   margin-top: 0;
}

strong {
   font-weight: 500;
}

a:link,
a:visited {
   color: rgb(88, 88, 88);
   text-decoration: underline;
}

/* Utility Classes */

.ib {
   display: inline-block;
   *display:inline;
   zoom: 1;
}

.c {
   clear: both;
}

.of-hidden {
   overflow: hidden;
}

.b-center {
   margin: 0 auto;
}

.center {
  text-align:center;
}

.clean-ul ul {
    margin:0;
    padding:0;
    
}

.clean-ul li {
    display: block;
    margin:0;
    padding:5px 0;
    border-bottom:#efefef 1px solid;
}

.app-page .clean-ul li {
    display:list-item;
    border:0;
    margin: 0;
    padding: 10px 0;
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.2em;
}

.right {
  text-align:right;
}
  
/* Colors */


/* General structure */

.inner {
   padding: 10px;
}

#trunk {
   width: 85%;
   max-width: 1000px;
   margin: 0 auto;
   position: relative;
   padding-bottom: 40px;
}

#trunk > .inner {
   margin-left: -60px;
}

#trunk .content {
}

.sidebar {
   text-align: right;
}

.sidebar .inner {
   padding-right: 40px;
}

#header {
   background: url(../images/headerWaveBG.png) no-repeat top center;
   height: 100px;
   margin-bottom: -45px;
}

.logo-full .gradient {
   margin-bottom: 10px;
}

.logo-full {
   margin-bottom: 5px;
   font-size: 1.3em;
   letter-spacing: 1px;
}

#footer {
  clear: both;
  width: 100%;
  border-top: 2px solid #ECECEC;
  margin: 30px auto 0;
  padding-top: 15px;
  color: #A2A2A2;
}

#footer .logo {
   height: 60px;
   width: auto;
   display: inline-block;
   *display:inline;
   zoom: 1;
   margin-bottom: -37px;
   margin-right: 5px;
}

#footer .navigation,
#footer .social {
   padding-top: 17px;
}

#footer .navigation {
   text-align: left;
}

#footer .social {
   text-align:right;
   padding-top: 7px;
   padding-right: 20px;
}

#footer .logo-area {
   text-align: right;
}

#footer .logo-area .inner {
   font-weight: 100;
   letter-spacing: 1px;
   font-size: 1.2em;
   padding-top: 11px;
      padding-right: 20px;
   
}

#notification_container {
   font-style: italic;
   font-size: .95em;
   color: gray;
   line-height: 1.2em;
   margin-top: 8px;
   width: 70%;
}



.m-show {
   display: none;
}

/* Sidebar */

   /* Navigation */
   
   .navigation {
      text-align: right;
      color: silver;
      font-size: .9em;
   }
   
   .navigation a {
      color: #818181;
      letter-spacing: 1px;
      margin-right: 8px;
      display: inline-block;
      *display:inline;
      zoom: 1;
      border-right: 1px solid rgb(180, 180, 180);
      padding-right: 10px;
      line-height: 10px;
      text-decoration: none;
   }
 
   .navigation a:last-child,
   .navigation a:last-of-type {
      border-right: 0;
      padding-right: 0;
      margin-right: 0;
   }
   
   .navigation a:first-child {
      margin-left: 0;
   }
   
   .navigation a:hover {
      color: black;
   }
   
   /* Mobile Navigation */
   
   .mobile-bar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #bcbcbc;
      z-index: 15000;
      text-align: center;
   }
   
   .mobile-bar .company-name a {
      font-size: .9em;
      color: white;
      font-style: italic;
      letter-spacing: 8px;
      text-decoration: none;
   }
   
   .mobile-bar .company-name {
      border-bottom: 1px solid rgb(228, 228, 228);
   }
   
   .mobile.navigation {
      text-align: center;
   }
   
   .mobile.navigation a {
      color: white;
      font-size: 1.2em;
      letter-spacing: 1px;
      margin-right: 0;
      display: inline-block;
      zoom: 1;
      border-right: 1px solid rgb(228, 228, 228);
      padding-right: 10px;
      padding-left: 10px;
      line-height: 30px;
      text-decoration: none;
   }
   
   .mobile.navigation a:first-child {
      border-left: 1px solid rgb(228, 228, 288);
   }
   
   .mobile.navigation a:last-child {
      border-right: 1px solid rgb(228, 228, 288);
   }
   
   /* Social */
   
   .social {
      letter-spacing: 2px;
      margin-top: 5px;
   }
   
   .social i {
      font-size: 1.2em;
      font-weight: 100;
   }
   
   .gray-a a {
      color: #B8B8B8;
   }
   
   .gray-a a:hover {
      color: #535353;
   }

   .fb-share-button {
    top:2px;
   }
   
   .twitter-button {
      display: inline-block;
      *display:inline;
      zoom: 1;
   }
   
   .twitter-button iframe {
      margin-bottom: -9px;
   }
   
   /* Tagline */
   
   .tagline {
      margin-top: 1em;
      font-weight: 300;
      letter-spacing: 2px;
      color: #818181;
      font-size: 1.3em;
      line-height: 1.7em;
   }
   
   .tagline .squiggle {
      height: auto;
      margin-top: 20px;
      margin-right: 10px;
   }

   /* Recent Posts */

   .recent-posts h3 {
    margin-bottom:0px;
   }

   .recent-posts li {
    list-style:none;
    margin:10px 0;
    padding:0 0 10px;
    font-size:14px;
    line-height:1.2em;
    border-bottom:1px solid rgb(227, 227, 227);
   }

   .recent-posts li:last-child {
    border-bottom:0;
   }

   .recent-posts ul {
    margin-top:0;
   }

   .recent-posts li a {
    text-decoration: none;
   }

   .recent-posts li a:hover {
    text-decoration: underline;
   }

/* Content */


/* Footer */
  
  .newsletter {
     font-weight: 300;
     font-size: 1.1em;
     margin-top: 1em;
  }
  
  .newsletter .mc-field-group {
     margin-top: 10px;
  }
  
/* Inner Page */

   #body-container.page-inner #trunk .inner .content {
      padding-top: 40px;
   }
   
/* Apps */

   /* List */
   
   .app-items {
      width: 88%;
   }
   
   .app-items .app {
      display: block;
      height: 265px;
   }
   
   .app-items.gray-a a {
      color: #8A8A8A;
      text-decoration: none;
   }
   
   .app-items.gray-a a:hover {
      color: black;
   }
   
   
   .app-items .app .appIcon {
      width: 180px;
      margin: 0 auto 10px;
      display: block;
      opacity: 1;
      max-width: 100%;
   }
   
   .app-items .app:hover .appIcon {
      opacity: .9;
   }
   
   .app-items .app label {
      text-align: center;
      display: block;
      font-size: 1.2em;
      cursor: pointer;
      text-decoration: none;
   }

   /* Detail */

   #body-container.app-page .content h1,
   .app-detail__title {
      text-align: left;
      color: black;
      font-size: 2.5em;
      text-transform: none;
      margin-bottom: 5px;
      line-height: 1.1em;
   }

   .app-detail__specs {
      text-align:center;
      margin-bottom:35px;
   }

   .app-detail__subnav {
    list-style:none;
    margin:0;
    padding:0;
   }

   .app-detail__subnav li {
    display:inline-block;
   }

   .app-detail__subnav li a {
    color:black;
    text-decoration:none;
   }

   .app-detail__subnav li a.active {
    border-bottom: 2px solid black;
    color:black;
   }
   
   #body-container.app-page .content h2 {
      margin-top: 0;
      padding-left: 5px;
   }
   
   #body-container.app-page .content .icon .appIcon,
   .app-detail__icon {
      width: 160px;
      padding-top: 25px;
      margin: 0 auto;
      display: block;
   }
   
   .downloadLink {
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 15px;
   }
   
   .gallery {
      height: 220px;
      margin-top: 30px;
      position: relative;
   }
   
   .gallery img {
      margin-right: 5px;
      border: 1px solid #efefef;
   }
   
   .details.span6 {
       font-size:.9em;
       line-height:1.2em;
   }
   
   .details.span12 {
      font-size: 1em;
      line-height:1.5em;
   }
   
   .details p {
       margin:0;
   }
   
   .details h4 {
      margin-bottom: 5px;
      font-size: 1.2em;
      margin-top: 10px;
   }
   
   a.popup-youtube {
      display: inline-block;
      margin: 10px 0 0;
      text-decoration: none;
      color: #8b8b8b;
      text-transform: uppercase;
   }
   
   a.popup-youtube:hover {
      margin: 10px 0 0;
      text-decoration: none;
      color: black;
      transition: color .2s ease-in-out;
      -webkit-transition: color .2s ease-in-out;
      -moz-transition: color .2s ease-in-out;

   }
   

   .contactFormElements {
      padding: 0;
      position: relative;
      overflow: hidden;
      height: 400px;
      width: 65%;
      margin: 2em auto 0;
   }
   
   .contactFormElements #dk_container_subject,
   .contactFormElements #dk_container_subject .dk_toggle.dk_label {
      width: 100% !important;
   }
   
   .contactFormElements .col {
      padding: 5px 10px;
   }
   
   .contactFormElements label {
      margin-top: 5px;
      margin-bottom: 0;
      text-align: right;
      font-weight: 300;
      font-size: 1em;
   }
   
   .contactFormElements label.error {
      margin-top: 0;
      text-align: left;
      font-size: .9em;
      font-weight: 500;
      line-height: 1em;
   }
   
   .contactFormElements .col > .col:first-child {
      padding-left: 0;
   }
   
   .contactFormElements .col > .col:last-child {
      padding-right: 0;
   }
   
   
   .contactFormElements input,
   .contactFormElements textarea {
      width: 100%;
   }
   
   .contactFormElements textarea {
      height: 150px;
   }
   
   .contactFormElements > div,
   .contactFormElements > form {
      position: absolute;
      top: 0;
      width: 100%;
   }
   
   .formMessage {
      display: none;
      font-weight: 300;
      text-align: center;
      background: white;
   }
   
   .formMessage h3 {
      font-weight: 500;
   }
   
   .formMessage .inner {
      padding: 2px;
   }
   
   form label {
      font-size: 1.1em;
      margin-bottom: .5em;
      display: block;
      color: #959595;
   }
   
   form .row {
      padding: .25em 0;
   }
   
   .form-row.send {
      text-align: right;
   }
   
/* Page Specific */

   /* Home */
   
      .appSplash {
         box-shadow: 0 0 10px rgba(0,0,0,.2);
         margin: 0 auto;
      }
      
      .appSplash,
      .appSplash li {
         max-width: 636px;
      }
      
      .bestOfBadge {
         position: absolute;
         bottom: 20px;
         right: 20px;
      }
      

/* Blog */

.blog-item {
   font-weight: 300;
   clear: both;
   margin-bottom: 55px;
}

.blog-item img {
  max-width:100%;
}

a.more {
   color: white;
   text-decoration: none;
   display: inline-block;
   zoom: 1;
   background: rgb(194, 194, 194);
   padding: 0 1em;
   border-radius: 5px;
   font-size: .8em;
   float: right;
}

a.more:hover {
   background: gray;
}

.blog-list .content > h1,
.blog-page .content > h1 {
   margin-bottom: 1em;
}

.tag-area {
  margin-top:10px;
}

.tag-area a.tag-area_item {
  border-bottom:1px dotted rgb(170, 170, 170);
  text-decoration:none;
  display:inline-block;
  line-height:1.1em;
}


.blog-item h1 {
   text-transform: none;
   font-size: 2em;
   color: black;
   margin-top: 0;
   margin-bottom: 5px;
   line-height: 1em;
}

.blog-item h1 a {
   color: black;
   text-decoration: none;
}

.blog-item h1 a:hover {
   background: none;
}

.blog-list .blog-item h1 {
   text-align: left;
   font-size: 24px;
   padding-left: 20px;
}

.blog-list_subtitle {
  text-align: center;
  font-size: 18px;
  color: rgb(161, 161, 161);
  border: 1px solid gainsboro;
  display: block;
  padding: 5px 20px;
  border-radius: 100px;
  margin-bottom: 30px;
}

.blog-list_search {
  margin-bottom:20px;
}

.blog-info {
   border-bottom: 1px solid rgb(226, 226, 226);
   text-align: center;
   font-size: 16px;
}

.blog-info .social {
   text-align: right;
   margin-bottom:15px;
}

.blog-list .blog-info {
   text-align: left;
   padding-left: 20px;
   border-bottom: none;
}

.blog-content {
   padding: 0 20px;
}

.blog-content strong {
   font-weight: 500;
}

.blog-comments iframe {
  width:100% !important;
}

.align_left {
   float: left;
   padding: 0 20px 0 0;
}

.align_right {
   float: right;
      padding: 0 0 0 20px;
   
}

.align_center {
   display: block;
   margin: 0 auto;
}

/* Pagination */

.pagination {
   width: 100%;
   margin: 0 auto;
   position: relative;
   height: 2em;
}

.MarkupPagerNav {
   padding: 0;
   margin: 0;
}

.MarkupPagerNav li {
   display: none;
}

.MarkupPagerNav li a {
   color: gray;
   text-decoration: none;
   text-transform: uppercase;
   font-size: .9em;
}

.MarkupPagerNav li.MarkupPagerNavPrevious,
.MarkupPagerNav li.MarkupPagerNavNext {
   display: inline-block;
   *display:inline;
   zoom: 1;
}

.MarkupPagerNavNext {
   position: absolute;
   right: 0;
}

.MarkupPagerNavPrevious {
   position: absolute;
   left: 0;
}

/* PW Actions */

#pw-actions {
   position: fixed;
   width: 100%;
   left: 0;
   bottom: 0px;
   text-align: right;
   z-index: 5000;
   padding-right: 10%;
}
#pw-actions a {
   display: inline-block;
   *display:inline;
   zoom: 1;
   background: black;
   padding: .3em .7em;
   text-transform: uppercase;
   text-decoration: none;
   color: white;
   font-size: 1em;
   margin-right: -3px;
}

#pw-actions a:hover {
   background: #434343;
}

/* Media queries */

@media all and (max-width:985px) {

   img {
      max-width: 100%;
      height: auto;
   }

   #body-container, #trunk {
      width: 100%;
   }
   
   #body-container {
      width: 90%;
      margin: 70px auto 0;
   }
   
   #trunk > .inner {
      margin: 0;
   }

    .m-row {
      display: block;
      width: 100% !important;
      margin: 0 auto !important;
      padding: 0 !important;
   }
   
   .m-center {
      text-align: center;
   }
   
   .m-hide {
      display: none;
   }
   
   .m-show {
      display: block;
   }

   #footer .logo-area .logo {
      display: block;
      margin: 0 auto 10px;
      padding: 0;
   }
   
   #footer .logo-area,
   #footer .navigation,
   #footer .social {
      text-align: center;
   }
   
   #footer .social {
      font-size: 1.3em;
   }

   /* Contact */
   
   .contactFormElements {
      height: 370px;
   }
   
   .contact-page label.span3 {
      font-size: .9em;
   }
   
   /* Blog */
   
   .align_left,
   .align_right,
   .align_center {
      display: block;
      float: none;
      padding: 0;
      margin: 0 auto;
      max-width: 90%;
      height: auto;
   }

   
   /* Apps */
   
      /* List */
      
         .app-items .app {
            height: auto;
         }
         
      /* Detail */
      
         #body-container.app-page .content h1,
         .app-detail__title {
            text-align: center;
         }
      
   
   #contactForm label.span3,
   #contactForm .span9.col {
      display: block;
      float: none;
      width: 100%;
      padding-left: 0;
      text-align: center;
      margin-top: 0;
   }

}

@media all and (max-width:485px) {
   
   /* Apps */
   
      /* Detail */
         
         .details.span6 {
            width: 100%;
            display: block;
            float: none;
         }

}
  
  


/* Newsletter modal */

.newsletter-modal {
  background:#404040;
  display:block;
  width:100%;
  max-width:600px;
  margin:0 auto;
  position: relative;
}

.newsletter-modal .title-area {
  padding:0.25rem 1rem;
  border-bottom:1px solid #979797;
}

.newsletter-modal .title-area h2 {
  font-size:1.8rem;
  font-weight:500;
  color:white;
}

.newsletter-modal .form-area {
  padding:0.25rem 1rem;
  color:white;
  font-size:1rem;
}

/* Honeypot */
.carb-trap {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;     
}

.newsletter-modal .form-area input {
  background:#E5E5E5;
  border:1px solid #E5E5E5;
}

.newsletter-modal .form-area button {
  background:white;
  color:#000000;
}

.newsletter-modal .form-area form {
  text-align:center;
}

#body-container .newsletter-modal .form-area button:hover {
  background:white;
}

a.close-link {
  color:white;
}

@media (min-width:768px) {
  .newsletter-modal .title-area,
  .newsletter-modal .form-area {
    padding:0.5rem 2rem;
    font-size:1.2rem;
  }

}

/* Magnific */

.mfp-wrap {
  z-index:10001;
}

.mfp-close-btn-in .mfp-close {
  color:white;
}


/* Move-horizontal effect */
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Footer */

.newsletter .form-area {
  margin-top:1rem;
  margin-bottom:1rem;
}
