/*------------------------------------*\
  RESET
\*------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
/*------------------------------------*\
  MAIN
\*------------------------------------*/
@font-face {
  font-family: Archer;
  src: url('fonts/Archer/Archer-Semibold-Pro.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Gotham;
  src: url('fonts/Gotham/Gotham-Book.otf');
  font-weight: normal;
  font-style: normal;
}
/*--- HEADINGS ---*/
.fontArcher {
  font-family: Archer, Arial;
  font-weight: bold;
}
.fontGotham {
  font-family: Gotham, Arial;
  font-weight: normal;
}
html {
  font-family: Gotham, Arial;
  font-weight: normal;
  font-size: 0.8125em;
  line-height: 1.84615385em;
  background-image: url("src/img/paper_back.png");
  background-repeat: repeat;
  color: #333;
}
.title {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
}
.title1 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 3.692em;
  /* 48px */

  line-height: 1em;
  color: #32a9f6;
}
.title2 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 3em;
  /* 39px */

  line-height: 1.23em;
  color: #32a9f6;
}
.title3 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 2.46em;
  /* 32px */

  line-height: 1.5em;
  color: #32a9f6;
}
.title4 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.8461em;
  /* 26px --> 26 � 13 = 2 */

  line-height: 1em;
  /* 26px --> 24 � 26 = 1 */

}
.title5 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.5384em;
  /* 20px */

  line-height: 1.2em;
}
.title6 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.23em;
  /* 16px*/

  line-height: 1.5em;
  /* 24px*/

}
.text1 {
  font-weight: normal;
  color: #736e6a;
  margin-bottom: 24px;
}
.text2 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.23em;
  /* 16px*/

  line-height: 1.5em;
  /* 24px*/

  font-weight: normal;
  font-family: Gotham, Arial;
  color: #736e6a;
}
h1 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 3.692em;
  /* 48px */

  line-height: 1em;
  color: #32a9f6;
}
h2 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 3em;
  /* 39px */

  line-height: 1.23em;
  color: #32a9f6;
}
h3 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 2.46em;
  /* 32px */

  line-height: 1.5em;
  color: #32a9f6;
}
h4 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.8461em;
  /* 26px --> 26 � 13 = 2 */

  line-height: 1em;
  /* 26px --> 24 � 26 = 1 */

}
h5 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.5384em;
  /* 20px */

  line-height: 1.2em;
}
h6 {
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  color: #363330;
  margin-bottom: 24px;
  font-size: 1.23em;
  /* 16px*/

  line-height: 1.5em;
  /* 24px*/

}
p {
  font-weight: normal;
  color: #736e6a;
  margin-bottom: 24px;
}
a {
  font-family: Archer, Arial;
  font-weight: bold;
  color: #32a9f6;
  text-decoration: none;
}
a:hover {
  color: #66ccff;
}
/*--- LISTS ---*/
ul,
ol {
  margin-bottom: 24px;
}
/* --- Gridpak variables ---*/.row {
  margin-left: -12px;
}
.col {
  border-left-width: 12px;
  padding: 0 4px;
}
.span_1 {
  width: 4.166666666666667%;
  border-left-width: 12px;
  padding: 0 0px;
  margin-left: 0;
}
.span_24 {
  margin-left: 0;
  width: 100%;
}
.mixin-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;
}
.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;
}
.mixin-span_first {
  margin-left: 0;
}
@media screen and (min-width: 0px) {
  header {
    width: 100%;
    margin: 0px;
    height: 96px;
    background-image: url("src/img/cardboard_back.png");
    background-repeat: repeat-x;
  }
  header .header_content {
    width: 94%;
    margin: 0 auto 0 auto;
  }
  header .header_content .logo {
    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;
    width: 66.66666666666667%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    text-align: left;
    margin-top: 12px;
  }
  header .header_content .navigation_item {
    visibility: hidden;
  }
  header .header_content .navigation_selecteditem {
    visibility: hidden;
  }
  header .header_content .navigation_selecteditem a {
    color: #ffffff;
  }
  header .header_content .connect {
    visibility: hidden;
  }
  header .header_content .connect a {
    font-family: Archer, Arial;
    font-weight: bold;
    font-weight: bold;
    color: #363330;
    margin-bottom: 24px;
    font-size: 1.23em;
    /* 16px*/
  
    line-height: 1.5em;
    /* 24px*/
  
    color: #66ccff;
    text-decoration: none;
  }
  header .header_content .connect a:hover {
    color: #99ddff;
  }
  header a {
    font-family: Archer, Arial;
    font-weight: bold;
    font-weight: bold;
    color: #363330;
    margin-bottom: 24px;
    font-size: 1.23em;
    /* 16px*/
  
    line-height: 1.5em;
    /* 24px*/
  
    font-weight: normal;
    font-family: Gotham, Arial;
    color: #736e6a;
    color: #938e88;
    text-decoration: none;
  }
  header a:hover {
    color: #ffffff;
  }
  .main_illustration {
    width: 100%;
  }
  .main_illustration .baseline {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    font-size: 0.75em;
  }
  .main_illustration .illustration {
    width: 100%;
    height: 120px;
  }
  .main_illustration .action {
    width: 100%;
    display: inline-block;
    margin-top: 24px;
  }
  .main_illustration .action .signupBtn {
    width: intrinsic;
    margin: 0 auto;
  }
  .main_illustration .action .signupBtn h4 {
    color: #fff;
  }
  .main_illustration .action .learnmore {
    margin-top: 12px;
  }
  .main_illustration .action .learnmore .learn {
    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;
    width: 45.833333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    text-align: center;
  }
  .main_illustration .action .learnmore .or {
    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;
    width: 8.333333333333334%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    text-align: center;
  }
  .main_illustration .action .learnmore .watch {
    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;
    width: 45.833333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    text-align: center;
  }
  .page {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
  .page .main_features {
    width: 100%;
  }
  .page .main_features .media_block {
    width: 100%;
  }
  .page .media_block a {
    font-family: Gotham, Arial;
    font-weight: normal;
  }
  .page .small_illustration {
    width: 100%;
    height: 240px;
    margin-bottom: 24px;
    background: #efefef;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
  }
  .page .overview {
    margin-top: 24px;
    width: 100%;
  }
  .page .overview .media_block {
    width: 100%;
  }
  .page .detail_overview {
    margin-top: 24px;
    width: 100%;
  }
  .page .detail_overview .detail_navigation {
    width: 100%;
  }
  .page .detail_overview .media_block {
    width: 100%;
  }
  .page .signup_block {
    width: 100%;
  }
  .page .signup_block .signup_form {
    width: 100%;
    height: 100%;
    background-color: #363330;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: solid 1px inset #0e0d0c;
  }
  .page .signup_block .signup_form .signup_title {
    height: 24px;
    background: #363330;
    /* Old browsers */
  
    background: -webkit-linear-gradient(top, #514d48, #363330);
    /* Chrome10+,Safari5.1+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #514d48), color-stop(100%, #363330));
    /* Chrome,Safari4+ */
  
    background: -moz-linear-gradient(top, #514d48, #363330);
    /* FF3.6+ */
  
    background: -ms-linear-gradient(top, #514d48, #363330);
    /* IE10+ */
  
    background: -o-linear-gradient(top, #514d48, #363330);
    /* Opera 11.10+ */
  
    background: linear-gradient(top, #514d48, #363330);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #514d48 ', endColorstr=' #363330 ',GradientType=0 );
    /* IE6-9 */
  
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-top: solid 1px #878078;
    margin: 1px 1px 0px 1px;
    font-family: Archer, Arial;
    font-weight: bold;
    font-weight: bold;
    color: #363330;
    margin-bottom: 24px;
    font-size: 1.5384em;
    /* 20px */
  
    line-height: 1.2em;
    color: #FFF;
    text-align: center;
    line-height: 2em;
  }
  .page .signup_block .signup_form .signup_content {
    margin-left: 24px;
    margin-right: 24px;
    font-weight: normal;
    color: #736e6a;
    margin-bottom: 24px;
    color: #b9b3ad;
  }
  .page .signup_block .signup_form .signup_content p {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .page .signup_block .signup_form .signup_content .textfield {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-top: solid 1px #1b1a18;
    border-left: solid 1px #1b1a18;
    border-right: solid 1px #1b1a18;
    border-bottom: solid 2px #7a736c;
    background-color: #ffffff;
    height: 30px;
    margin-bottom: 18px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .page .signup_block .signup_form .signup_content span a {
    font-family: Gotham, Arial;
    font-weight: normal;
  }
  .page .style_board {
    margin-top: 12px;
    width: 100%;
  }
  .page .premium {
    width: 100%;
    overflow: hidden;
  }
  .page .premium .box_container {
    width: 92%;
    margin: auto;
    height: 92%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(230, 230, 230, 0.7);
    /* Old browsers */
  
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(220, 220, 220, 0.7));
    /* Chrome10+,Safari5.1+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(220, 220, 220, 0.7)));
    /* Chrome,Safari4+ */
  
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(220, 220, 220, 0.7));
    /* FF3.6+ */
  
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(220, 220, 220, 0.7));
    /* IE10+ */
  
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(220, 220, 220, 0.7));
    /* Opera 11.10+ */
  
    background: linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(220, 220, 220, 0.7));
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' rgba(255, 255, 255, 0.7) ', endColorstr=' rgba(220, 220, 220, 0.7) ',GradientType=0 );
    /* IE6-9 */
  
    border-top: solid 1px insetlighten(rgba(255, 255, 255, 0.7), 20%);
    border-bottom: solid 1px rgba(169, 169, 169, 0.7);
    -webkit-border-top: solid 1px rgba(255, 255, 255, 0.7);
    -webkit-border-bottom: solid 1px rgba(169, 169, 169, 0.7);
    -moz-border-top: solid 1px rgba(255, 255, 255, 0.7);
    -moz-border-bottom: solid 1px rgba(195, 195, 195, 0.7);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    padding: 5px;
  }
  .page .premium .box_container .box {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
  }
  .page .premium .box_container .box .title {
    height: 48px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    padding-left: 1em;
  }
  .page .premium .box_container .box .title h4 {
    font-family: Gotham, Arial;
    font-weight: normal;
    font-weight: normal;
    line-height: 2em;
    color: #FFFFFF;
  }
  .page .premium .box_container .box .offers-features {
    font-weight: normal;
    margin-top: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .page .premium .box_container .box .offers-features ul {
    list-style-type: disc;
    list-style-position: inside;
  }
  .page .premium .box_container .box .offers-features li {
    height: 48px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
    padding-left: 1em;
    font-size: 1.23em;
    /* 16px*/
  
    line-height: 1.5em;
    /* 24px*/
  
    font-weight: normal;
    font-family: Gotham, Arial;
    color: #736e6a;
    text-align: left;
    color: #62b740;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }
  .page .premium .box_container .box .offers-features li h4 {
    font-family: Gotham, Arial;
    font-weight: normal;
    font-weight: normal;
    line-height: 2em;
    color: #FFFFFF;
  }
  .page .premium .box_container .box .offers-features li span {
    color: #736e6a;
  }
  .page .premium .box_container .box .offers-features .price {
    text-align: center;
    color: #363330;
    font-family: Archer, Arial;
    font-weight: bold;
    font-size: 1.5em;
  }
  .page .premium .box_container .box .offers-features .price span {
    font-size: 4em;
  }
  .page .premium .box_container .box .offers-features .blueButton {
    margin-bottom: 12px;
    width: auto;
  }
  .page .premium .free_offer {
    width: 100%;
    margin-top: 144px;
    background-color: transparent;
    background-image: url("src/img/free.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
  }
  .page .premium .free_offer .box_container {
    margin-top: 36px;
  }
  .page .premium .free_offer .box_container .box .title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    background: #6da329;
    /* Old browsers */
  
    background: -webkit-linear-gradient(top, #88cc33, #33aa44);
    /* Chrome10+,Safari5.1+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #88cc33), color-stop(100%, #33aa44));
    /* Chrome,Safari4+ */
  
    background: -moz-linear-gradient(top, #88cc33, #33aa44);
    /* FF3.6+ */
  
    background: -ms-linear-gradient(top, #88cc33, #33aa44);
    /* IE10+ */
  
    background: -o-linear-gradient(top, #88cc33, #33aa44);
    /* Opera 11.10+ */
  
    background: linear-gradient(top, #88cc33, #33aa44);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #88cc33 ', endColorstr=' #33aa44 ',GradientType=0 );
    /* IE6-9 */
  
    border-top: solid 1px #b8e085;
    border-bottom: solid 1px #1b5c25;
    -webkit-border-top: solid 1px #b8e085;
    -webkit-border-bottom: solid 1px #1b5c25;
    -moz-border-top: solid 1px #b8e085;
    -moz-border-bottom: solid 1px #278334;
  }
  .page .premium .free_offer .box_container .box .offers-features li {
    color: #62b740;
  }
  .page .premium .premium_offer {
    width: 100%;
    margin-top: 72px;
    background-color: transparent;
    background-image: url("src/img/premium.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
  }
  .page .premium .premium_offer .box_container {
    margin-top: 72px;
  }
  .page .premium .premium_offer .box_container .box .title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    background: #33bbff;
    /* Old browsers */
  
    background: -webkit-linear-gradient(top, #66ccff, #0088ee);
    /* Chrome10+,Safari5.1+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66ccff), color-stop(100%, #0088ee));
    /* Chrome,Safari4+ */
  
    background: -moz-linear-gradient(top, #66ccff, #0088ee);
    /* FF3.6+ */
  
    background: -ms-linear-gradient(top, #66ccff, #0088ee);
    /* IE10+ */
  
    background: -o-linear-gradient(top, #66ccff, #0088ee);
    /* Opera 11.10+ */
  
    background: linear-gradient(top, #66ccff, #0088ee);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #66ccff ', endColorstr=' #0088ee ',GradientType=0 );
    /* IE6-9 */
  
    border-top: solid 1px #cceeff;
    border-bottom: solid 1px #004e88;
    -webkit-border-top: solid 1px #cceeff;
    -webkit-border-bottom: solid 1px #004e88;
    -moz-border-top: solid 1px #cceeff;
    -moz-border-bottom: solid 1px #006bbb;
  }
  .page .premium .premium_offer .box_container .box .offers-features li {
    color: #32a9f6;
  }
  .page .premium .illimited_offer {
    width: 100%;
    background-color: transparent;
    background-image: url("src/img/unlimited.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
  }
  .page .premium .illimited_offer .box_container {
    margin-top: 96px;
  }
  .page .premium .illimited_offer .box_container .box .title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    background: #cc7a00;
    /* Old browsers */
  
    background: -webkit-linear-gradient(top, #ff9900, #ff6600);
    /* Chrome10+,Safari5.1+ */
  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9900), color-stop(100%, #ff6600));
    /* Chrome,Safari4+ */
  
    background: -moz-linear-gradient(top, #ff9900, #ff6600);
    /* FF3.6+ */
  
    background: -ms-linear-gradient(top, #ff9900, #ff6600);
    /* IE10+ */
  
    background: -o-linear-gradient(top, #ff9900, #ff6600);
    /* Opera 11.10+ */
  
    background: linear-gradient(top, #ff9900, #ff6600);
    /* W3C */
  
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #ff9900 ', endColorstr=' #ff6600 ',GradientType=0 );
    /* IE6-9 */
  
    border-top: solid 1px #ffc266;
    border-bottom: solid 1px #993d00;
    -webkit-border-top: solid 1px #ffc266;
    -webkit-border-bottom: solid 1px #993d00;
    -moz-border-top: solid 1px #ffc266;
    -moz-border-bottom: solid 1px #cc5200;
  }
  .page .premium .illimited_offer .box_container .box .offers-features li {
    color: #ff7d00;
  }
  footer {
    width: 100%;
    height: 100%;
    margin-top: 48px;
    background: #363330;
    background-image: url("src/img/paper_back_footer.png");
    background-repeat: repeat-x;
  }
  footer .footer_content {
    width: 94%;
    margin: 0 auto;
    padding-top: 24px;
  }
  footer .footer_content .footer_item {
    padding-bottom: 24px;
  }
  footer li:first-child {
    font-family: Archer;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #FFF;
    padding-left: 0;
  }
  footer li {
    list-style: none;
    font-weight: normal;
    color: #c9c5be;
    padding-left: 12px;
  }
}
@media screen and (min-width: 500px) {
  header {
    position: fixed;
  }
  .main_illustration {
    padding-top: 120px;
    background-image: url("src/img/main.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .main_illustration .illustration {
    height: 240px;
  }
  .main_illustration .action {
    padding-bottom: 48px;
  }
  .main_illustration .action .learnmore {
    margin-top: 12px;
  }
  .main_illustration .action .learnmore .learn {
    text-align: right;
  }
  .main_illustration .action .learnmore .or {
    text-align: center;
    line-height: 2.2em;
  }
  .main_illustration .action .learnmore .watch {
    text-align: left;
  }
  .page .main_features .media_block {
    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;
    width: 50%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .overview {
    margin-top: 120px;
  }
  .page .overview .title {
    text-align: left;
    margin-top: 24px;
    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;
    width: 75%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .overview .media_block {
    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;
    width: 50%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .detail_overview {
    margin-top: 120px;
  }
  .page .detail_overview .detail_navigation {
    width: 100%;
    text-align: left;
    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;
    width: 75%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    margin-top: 0;
    font-size: 1.23em;
    /* 16px*/
  
    line-height: 1.5em;
    /* 24px*/
  
    margin-bottom: 24px;
  }
  .page .detail_overview .detail_navigation .previous_item {
    float: left;
  }
  .page .detail_overview .detail_navigation .next_item {
    float: right;
  }
  .page .detail_overview .title {
    text-align: left;
    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;
    width: 75%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    margin-top: 0;
  }
  .page .detail_overview .media_block {
    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;
    width: 50%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .signup_block {
    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;
    width: 50%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    height: 480px;
  }
  .page .style_board {
    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;
    width: 50%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium {
    margin-top: 120px;
  }
  .page .premium .premium_description_container .premium_description {
    width: 100%;
  }
  .page .premium .offers {
    min-height: 760px;
  }
  .page .premium .free_offer {
    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;
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium .premium_offer {
    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;
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium .illimited_offer {
    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;
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  footer {
    height: 240px;
  }
  footer .footer_content {
    width: 94%;
  }
  footer .footer_content .footer_item {
    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;
    width: 16.666666666666668%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
}
@media screen and (min-width: 850px) {
  header .header_content {
    margin: 12px auto 0 auto;
  }
  header .header_content .logo {
    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;
    width: 25%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    margin-top: 0;
  }
  header .header_content .navigation_item {
    visibility: visible;
    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;
    width: 12.5%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    text-align: center;
    margin-top: 24px;
  }
  header .header_content .navigation_selecteditem {
    visibility: visible;
    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;
    width: 12.5%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    text-align: center;
    margin-top: 24px;
  }
  header .header_content .connect {
    visibility: visible;
    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;
    width: 25%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    margin-top: 12px;
    text-align: right;
  }
  .page .main_features .media_block {
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .overview .media_block {
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .detail_overview .detail_navigation {
    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;
    width: 66.66666666666667%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .detail_overview .media_block {
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium {
    margin-top: 120px;
  }
  .page .premium .premium_description_container {
    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;
    width: 100%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium .premium_description_container .premium_description {
    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;
    width: 62.50000000000001%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium .free_offer {
    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;
    width: 29.166666666666668%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium .premium_offer {
    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;
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .premium .illimited_offer {
    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;
    width: 37.5%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .signup_block {
    width: 33.333333333333336%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
    height: 480px;
  }
}
@media screen and (min-width: 1025px) {
  .page .overview .media_block {
    width: 37.5%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
  .page .signup_block {
    width: 25%;
    border-left-width: 12px;
    padding: 0 0px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page {
    width: 1128px;
    margin: 0 auto;
  }
  footer .footer_content {
    margin: 0 auto;
    width: 1128px;
  }
}
/************************************************************************************
Buttons
*************************************************************************************/
/******* Used Buttons *******/
a.blueButton {
  height: 36px;
  color: #ffffff;
  font-family: Archer, Arial;
  font-weight: bold;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.6em;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  border-top: solid 1px #a8e2ff;
  border-bottom: solid 1px #0062ac;
  display: block;
  background: #33bbff;
  /* Old browsers */

  background: -webkit-linear-gradient(top, #66ccff, #0088ee);
  /* Chrome10+,Safari5.1+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66ccff), color-stop(100%, #0088ee));
  /* Chrome,Safari4+ */

  background: -moz-linear-gradient(top, #66ccff, #0088ee);
  /* FF3.6+ */

  background: -ms-linear-gradient(top, #66ccff, #0088ee);
  /* IE10+ */

  background: -o-linear-gradient(top, #66ccff, #0088ee);
  /* Opera 11.10+ */

  background: linear-gradient(top, #66ccff, #0088ee);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #66ccff ', endColorstr=' #0088ee ',GradientType=0 );
  /* IE6-9 */

  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.3);
  padding-left: 24px;
  padding-right: 24px;
}
a.blueButton a {
  font-family: Archer, Arial;
  font-weight: bold;
}
a.blueButton:hover {
  background: #4dc4ff;
  /* Old browsers */

  background: -webkit-linear-gradient(top, #80d5ff, #0995ff);
  /* Chrome10+,Safari5.1+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #80d5ff), color-stop(100%, #0995ff));
  /* Chrome,Safari4+ */

  background: -moz-linear-gradient(top, #80d5ff, #0995ff);
  /* FF3.6+ */

  background: -ms-linear-gradient(top, #80d5ff, #0995ff);
  /* IE10+ */

  background: -o-linear-gradient(top, #80d5ff, #0995ff);
  /* Opera 11.10+ */

  background: linear-gradient(top, #80d5ff, #0995ff);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #80d5ff ', endColorstr=' #0995ff ',GradientType=0 );
  /* IE6-9 */

}
a.blueButton:active {
  color: #cccccc;
  border-top: solid 1px #33bbff;
  background: #0088cc;
  /* Old browsers */

  background: -webkit-linear-gradient(top, #00aaff, #0079d5);
  /* Chrome10+,Safari5.1+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00aaff), color-stop(100%, #0079d5));
  /* Chrome,Safari4+ */

  background: -moz-linear-gradient(top, #00aaff, #0079d5);
  /* FF3.6+ */

  background: -ms-linear-gradient(top, #00aaff, #0079d5);
  /* IE10+ */

  background: -o-linear-gradient(top, #00aaff, #0079d5);
  /* Opera 11.10+ */

  background: linear-gradient(top, #00aaff, #0079d5);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #00aaff ', endColorstr=' #0079d5 ',GradientType=0 );
  /* IE6-9 */

}
/******* Generic Button *******/
/************************************************************************************
Utilities
*************************************************************************************/
