html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  background: #fcfcfc;
  /*font-family: 'Open Sans', sans-serif;*/

  font-family: 'Helvetica Neue', 'HelveticaNeue', Helvetica, sans-serif;
  font-size: 16px;
  /*font-weight: 300;*/

  line-height: 1.3;
}
h1,
h2,
h3,
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 1em 0 0.5em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
.lead {
  font-size: inherit;
  color: #888;
  font-weight: bold;
}
.btn {
  font-family: 'Roboto', Helvetica, sans-serif;
}
.btn-primary {
  background: #eb4f2a;
  border-color: #eb4f2a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #e63e16;
  border-color: #cf3713;
}
.btn-blue {
  color: white;
  background: #2a6496;
  border-color: #2a6496;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
  color: white;
  background-color: #245782;
  border-color: #1f496e;
}
.btn-second {
  color: white;
  background: #f9af11;
  border-color: #f9af11;
}
.btn-second:hover,
.btn-second:focus,
.btn-second:active,
.btn-second.active {
  color: white;
  background-color: #eba206;
  border-color: #d29105;
}
.btn-white {
  color: #333;
  background: #fff;
  border-color: #dddddd;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
  color: #333;
  background-color: #f2f2f2;
  border-color: #c4c4c4;
}
.btn-purple {
  color: white;
  background: #951e75;
  border-color: #951e75;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
  color: white;
  background-color: #801a64;
  border-color: #6b1554;
}
.nav {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.nav > li > a {
  color: #8d8f93;
  border-radius: 5px;
}
.nav > li.category {
  border-top: 1px solid #eeeeee;
  padding-top: 2px;
}
.nav > li.sub > a {
  padding: 8px 10px 8px 30px;
  font-size: 0.9em;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
  background-color: #f9af11;
}
.nonFooter {
  min-height: 100%;
  margin-bottom: -160px;
  padding-top: 80px;
}
.nonFooter .footerPlaceholder {
  clear: both;
  margin-top: 30px;
  height: 160px;
}
main {
  padding: 20px 0;
  display: block;
}
main p {
  text-align: justify;
}
footer {
  min-height: 160px;
  padding: 10px 0;
  background: #8d8f93;
  color: rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 -200px 100px -200px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  background: #222;
  color: #aaa;
}
footer h4 {
  margin-bottom: 0.5em;
  font-size: 14px;
}
footer ul {
  padding-left: 0;
  margin: 0;
}
footer ul li {
  list-style: none;
}
footer ul li > ul {
  padding-left: 2em;
}
footer a {
  color: inherit;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer .column {
  width: 19%;
  float: left;
  margin-right: 1%;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  min-height: 80px;
  z-index: 10;
  background: #fff;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid #f9af11;
}
header h1 {
  margin: 0 0 -40px;
  display: inline-block;
  float: left;
}
header h1 a {
  margin: 10px 30px 14px 0;
  display: inline-block;
  text-indent: -10000px;
  background: url('/static/img/logo.png');
  width: 250px;
  height: 56px;
  color: #8d8f93;
}
header h1 a:hover {
  text-decoration: none;
}
header nav {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-top: 20px;
  text-align: right;
  display: inline-block;
  padding: 0;
  float: left;
}
header nav > ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
header nav > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
header nav > ul > li a {
  font-size: 20px;
  line-height: 1.5;
  padding: 0.25em 1em;
  display: block;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8d8f93;
}
header nav > ul > li a:hover {
  text-decoration: none;
  background: #f9af11;
  color: #fff !important;
}
header nav > ul > li.active > a {
  color: #f9af11;
}
header nav > ul > li:hover > a {
  background: #f9af11;
  color: #fff;
}
header nav > ul > li > ul {
  text-align: left;
  margin: 0;
  padding: 0;
  opacity: 0;
  background: #fff;
  border-radius: 0 0 2px 2px;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  transition: opacity 0.25s ease-in;
  pointer-events: none;
}
header nav > ul > li > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav > ul > li > ul > li a {
  font-size: 14px;
  line-height: 1.5;
  padding: 0.25em 0.5em;
  text-transform: none;
  border-radius: 0;
}
header nav > ul > li > ul > li > ul {
  padding: 0;
}
header nav > ul > li > ul > li > ul > li a {
  padding-left: 2em;
}
header nav > ul > li:hover ul {
  opacity: 1;
  pointer-events: auto;
}
header #get-started-head-btn {
  float: right;
  display: inline-block;
  margin-top: 22px;
}
.fixedSideMenu {
  position: fixed;
  top: 100px;
  bottom: 0;
  overflow: auto;
}
.fixedSideMenu h2 {
  top: 80px;
  color: #8d8f93;
  margin: 10px 0 10px;
  font-size: 20px;
  line-height: 20px;
  vertical-align: bottom;
}
@media screen and (max-width: 1199px) {
  header nav ul li a {
    font-size: 18px;
    padding: 0.25em 0.75em;
  }
  [id]:before {
    content: "";
    display: block;
    height: 80px;
    margin: -80px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .nonFooter {
    padding-top: 103px;
  }
  .fixedSideMenu {
    top: 123px;
    width: 112px;
  }
  header #get-started-head-btn {
    display: none;
  }
  header nav {
    margin-top: 25px;
    text-align: center;
    float: right;
    display: block;
    width: 100%;
  }
  header nav ul li a {
    padding: 0.25em 1em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .fixedSideMenu {
    width: 142px;
  }
}
@media screen and (min-width: 1200px) {
  .fixedSideMenu {
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .fixedSideMenu {
    position: static;
    width: auto;
  }
  header {
    position: static;
  }
  header nav ul li a {
    letter-spacing: 0.5px;
    font-size: 16px;
  }
  .nonFooter {
    padding-top: 0;
  }
  [id]:before {
    content: "";
    display: none;
    height: 0;
    margin: 0 0 0;
  }
}
@media screen and (max-width: 580px) {
  header .container {
    padding: 0;
  }
  header nav ul li a {
    font-size: 15px;
    padding: 0.25em 0.5em;
  }
  .checklist {
    font-size: 0.7em;
  }
  footer h4 {
    margin: 1em 0 0.25em !important;
  }
}
.screenshot {
  width: 100%;
  height: 0;
  padding: 0 0 60%;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.screenshot:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/static/img/macbook-frame.png');
  background-size: 100% 100%;
}
.screenshot img {
  width: 100%;
  padding: 5.3% 13.5%;
  vertical-align: bottom;
}
.screenshot.mac {
  padding: 0 0 60%;
}
.screenshot.mac:before {
  background-image: url('/static/img/macbook-frame.png');
}
.screenshot.mac img {
  padding: 5.3% 13.5%;
}
.screenshot.ipad {
  padding: 0 0 77.23076923076924%;
}
.screenshot.ipad:before {
  background-image: url('/static/img/ipad-frame.png');
}
.screenshot.ipad img {
  padding: 7.8% 9%;
}
.screenshot.pc {
  padding: 0 0 66.83489545782264%;
}
.screenshot.pc:before {
  background-image: url('/static/img/laptop-frame.png');
}
.screenshot.pc img {
  padding: 4.6% 12.1%;
}
.zoomable {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.zoomable.active {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 20px !important;
  height: auto;
}
.zoomable.active:before {
  display: none;
}
.zoomable.active img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 !important;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
img.frame,
.frame img {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #cacaca;
}
.frame {
  text-align: center;
}
.frame.center img {
  display: block;
  margin: auto;
}
img {
  max-width: 100%;
  box-sizing: border-box;
}
.slides > * {
  opacity: 0;
  -moz-transition: opacity 0.8s ease-in;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}
.slides > .active {
  opacity: 1;
  z-index: 1;
}
.slides.screenshot > * {
  position: absolute;
}
.row + .row {
  margin-top: 3em;
}
.checklist {
  margin: 0;
  padding: 0;
}
.checklist > li {
  list-style: none;
  font-size: 1.25em;
}
.checklist > li:before {
  font-family: FontAwesome;
  content: "\f00c ";
  color: #f9af11;
  margin-right: 0.25em;
  font-size: 1.5em;
  vertical-align: middle;
}
.checklist > li.ellipsis:before {
  content: "\f141";
  margin-left: 1.25em;
  color: #999;
}
.iconlist {
  text-align: center;
  display: table;
  padding: 0;
  margin-bottom: 10px;
  width: 100%;
}
.iconlist > li {
  display: table-cell;
  padding: 5px;
  height: 100%;
  list-style: none;
  font-size: 1.25em;
}
.iconlist i {
  color: #eb4f2a;
  display: inline-block;
  width: 100%;
}
.iconlist-x3 > li {
  width: 33%;
}
.iconlist-x4 > li {
  width: 25%;
}
i.icon-as-image {
  font-size: 250px;
  text-shadow: 0 5px 0 #666;
  color: #ccc;
  display: block;
  margin-bottom: 20px;
}
.home {
  position: relative;
  top: -20px;
}
.home .widehome {
  background: url('/static/img/homepageback.jpg') no-repeat scroll center center #fcfcfc;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.home .widehome .widehome-content {
  color: #fff;
}
.home .widehome .widehome-content h1,
.home .widehome .widehome-content h2 {
  margin: 10px 0;
  padding: 20px;
  letter-spacing: 0.4em;
}
.home .widehome .widehome-content h1 {
  font-weight: 400;
}
.home .widehome .widehome-content h2 {
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.home .widehome .widehome-content table,
.home .widehome .widehome-content th,
.home .widehome .widehome-content td {
  width: 100%;
}
.home .widehome .widehome-content td {
  vertical-align: middle;
  min-height: 250px;
}
.home .widehome .widehome-buttons {
  margin: 0;
  padding: 40px 20px 20px;
}
.home .widehome .widehome-screenshots {
  width: 100%;
}
.home .widehome .widehome-screenshots img {
  max-width: 100%;
}
.home .widehome .btn-white {
  color: #fff;
  letter-spacing: 0.2em;
  border-color: #fff;
  border-width: 2px;
  border-radius: 30px;
  border-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 25px;
}
.home .widehome .btn-white:hover,
.home .widehome .btn-white:focus,
.home .widehome .btn-white:active,
.home .widehome .btn-white.active {
  color: #555;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: #e6e6e6;
}
.home .list-objectives {
  margin: 50px auto;
}
.home .list-objectives a {
  font-size: 1.3em;
}
@media screen and (max-width: 500px) {
  .home .widehome h1 {
    font-size: 30px;
    padding: 5px;
  }
  .home .widehome h2 {
    font-size: 20px;
    padding: 5px;
  }
  .home .widehome .widehome-buttons {
    padding: 5px;
  }
  .home .widehome .btn-white {
    padding: 10px 15px;
  }
}
.founder {
  text-align: justify;
}
.founder img {
  display: block;
  border-radius: 5px;
  margin: auto;
}
.founder h3 {
  margin: 0 0 10px;
  text-align: left;
  overflow: hidden;
  text-transform: none;
}
.founder h3 strong {
  float: left;
}
.founder h3 small {
  float: right;
  margin-top: 0.7em;
  font-variant: small-caps;
}
.team-person {
  display: inline-block;
  width: 400px;
  height: 150px;
  border-radius: 12px;
  background-color: #eeeeee;
  box-shadow: 0 1px 1px rgba(23, 23, 23, 0.15);
  overflow: hidden;
  margin: 10px;
  padding: 0;
  font-size: 15px;
}
.team-person img {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
  width: 150px;
  height: auto;
  border-radius: 12px;
  background-color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 1px rgba(136, 153, 166, 0.15);
  opacity: 0.8;
}
.team-person h3 {
  padding: 0;
  margin: 10px 0;
  font-weight: bold;
}
.team-person:hover {
  background-color: #f9af11;
}
.team-person a {
  color: #333333;
}
.team-search {
  width: 100%;
  border: solid 1px #444;
  padding: 10px;
  font-size: 20px;
  margin: 10px;
}
.careers .panel-title {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .team h3 strong {
    float: none;
  }
  .team h3 small {
    float: none;
    display: block;
  }
}
.studio-details ul {
  padding-left: 25px;
}
.studio-details li {
  margin-bottom: 5px;
}
.studio-details h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.whatsnew-page img.wn-screenshot {
  padding: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.whatsnew-page .row-content {
  margin-top: 1em;
}
.whatsnew-page p,
.whatsnew-page li {
  font-size: 0.9em;
}
.whatsnew-page h3 small {
  float: right;
  font-variant: small-caps;
  margin-top: 0.7em;
}
.page-features .list {
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 0;
  margin: 50px auto;
  max-width: 800px;
}
.page-features .list > a {
  display: table-cell;
  padding: 10px;
  height: 100%;
  width: 33%;
  color: #333;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 2px;
}
.page-features .list > a > h4 {
  font-weight: 400;
}
.page-features .list > a:nth-child(1) > h4 {
  color: #951e75;
}
.page-features .list > a:nth-child(2) > h4 {
  color: #eb4f2a;
}
.page-features .list > a:nth-child(3) > h4 {
  color: #f9af11;
}
.trynow {
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 2em;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}
.trynow > div {
  display: table-cell;
  padding: 15px;
  height: 100%;
  width: 50%;
  background-color: white;
  border: 1px solid #c4cbcc;
}
.trynow h4 {
  text-align: center;
  border-bottom: 1px dashed #bebebe;
  padding: 5px 0 10px;
  margin: 0 0 5px;
}
.trynow p {
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.trynow p:nth-child(2) {
  min-height: 120px;
}
.trynow p:last-child {
  border-top: 1px dashed #bebebe;
  margin: 5px 0;
}
.trynow + div {
  text-align: center;
  margin: 20px auto;
}
.trynow + div > div {
  display: inline-block;
  padding: 20px;
  background-color: white;
  border: 1px dashed #c4cbcc;
}
ol.install {
  padding: 0;
  margin: 0 0 0 20px;
  counter-reset: numero;
  /* Compteur */

}
ol.install > li {
  list-style-type: none;
  counter-increment: numero;
  /* on incrémente le compteur */

  margin-bottom: 30px;
  clear: both;
}
ol.install > li > * {
  display: block;
  margin: 0 0 5px 80px;
}
ol.install > li:before {
  content: counter(numero);
  /* on affiche le compteur */

  display: inline-block;
  float: left;
  padding: 2px 20px 6px;
  margin: 0 10px 5px 0;
  background: #fac043;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-weight: bold;
  font-size: 2em;
  color: white;
}
.table-features {
  margin: 10px auto;
  width: 100%;
  max-width: 800px;
}
.table-features th,
.table-features td {
  min-width: 120px;
  width: 33%;
  background-color: white;
  vertical-align: middle !important;
}
.table-features td {
  font-size: 0.8em;
}
.table-features td:nth-child(2),
.table-features td:nth-child(3) {
  text-align: center;
}
.table-features tr:first-child > th {
  text-align: center;
  background-color: #fab72a;
  color: white;
}
.table-features .majorline > * {
  background-color: #fef2d8;
}
.table-features .fa-check-circle {
  font-size: 1.5em;
  color: #5cb85c;
}
.table-features .fa-times-circle {
  font-size: 1.5em;
  color: #d9534f;
}
.table-features .ok {
  color: #5cb85c;
  font-weight: bold;
}
.table-features .nok {
  color: #5cb85c;
}
.table-users {
  margin: 10px auto 20px;
  width: 100%;
  max-width: 800px;
}
.table-users th,
.table-users td {
  padding: 8px;
  min-width: 80px;
  width: 25%;
  vertical-align: middle !important;
  height: 40px;
  text-align: center;
}
.table-users td:nth-child(2),
.table-users td:nth-child(3),
.table-users td:nth-child(4) {
  border-top: 1px dashed #bbb;
  color: #969796;
}
.table-users tr:nth-child(2) {
  color: #6b1554;
}
.table-users tr:nth-child(3) {
  color: #eb4f2a;
}
.table-users tr:nth-child(4) {
  color: #f9af11;
}
.table-users tr:last-child > td {
  color: inherit;
}
.table-users th:nth-child(1) {
  font-weight: normal;
}
.table-users th:nth-child(1) a {
  color: inherit;
}
@media screen and (max-width: 500px) {
  .offers > div {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    width: 100%;
  }
  .offers p:nth-child(2) {
    min-height: 0;
  }
  ol.install {
    margin: 0;
  }
  .trynow {
    border-spacing: 0em;
  }
  .trynow > div {
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}
.posts .post h2 {
  margin: 0;
}
.post {
  clear: both;
  padding-bottom: 40px;
}
.post + .post {
  padding-top: 20px;
}
.post > .thumbnail {
  float: right;
  margin: 0px 0 20px 20px;
  max-width: 200px;
  max-height: 200px;
}
.post > h2 {
  margin: 1em 0 0.25em;
  text-transform: none;
}
.post > h2 a {
  color: #f9af11;
}
.post h3 {
  color: #f9af11;
}
.post p,
.post table,
.post ul {
  margin: 0 0 20px;
}
.post .metas {
  margin: 0 0 1em;
}
.post .metas date {
  font-size: 0.8em;
  color: #999;
  margin-right: 2em;
}
.post .metas .author {
  font-size: 0.8em;
  margin-right: 2em;
}
.post .metas .author img {
  width: 20px;
  vertical-align: middle;
  border-radius: 2px;
}
.post .metas .comments {
  font-size: 0.8em;
}
.post + .post {
  border-top: 1px solid #eee;
}
.post .more {
  text-align: right;
  clear: both;
}
.post .pull-right {
  margin: 0 0 20px 20px;
}
.post .pull-left {
  margin: 0 20px 20px 0;
}
.post img.frame,
.post .frame img {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #cacaca;
}
.post .frame.center img {
  display: block;
  margin: auto;
}
.post img {
  max-width: 100%;
  box-sizing: border-box;
}
.post > h1 {
  text-transform: none;
  color: #f9af11;
}
.largebottom {
  margin-bottom: 30px;
}
.pagination {
  display: block;
  clear: both;
  text-align: center;
}
.pagination span.previous,
.pagination span.next {
  opacity: 0.25;
}
.pagination .previous,
.pagination .next {
  margin: 0 1em;
}
.gist {
  font-size: 10px;
}
ul.archives {
  font-size: 16px;
}
ul.archives li a {
  padding: 0.25em 0.5em;
  border-radius: 3px;
}
pre {
  /* Comment */

  /* Error */

  /* Keyword */

  /* Operator */

  /* Comment.Multiline */

  /* Comment.Preproc */

  /* Comment.Single */

  /* Comment.Special */

  /* Generic.Deleted */

  /* Generic.Emph */

  /* Generic.Error */

  /* Generic.Heading */

  /* Generic.Inserted */

  /* Generic.Output */

  /* Generic.Prompt */

  /* Generic.Strong */

  /* Generic.Subheading */

  /* Generic.Traceback */

  /* Keyword.Constant */

  /* Keyword.Declaration */

  /* Keyword.Namespace */

  /* Keyword.Pseudo */

  /* Keyword.Reserved */

  /* Keyword.Type */

  /* Literal.Number */

  /* Literal.String */

  /* Name.Attribute */

  /* Name.Builtin */

  /* Name.Class */

  /* Name.Constant */

  /* Name.Decorator */

  /* Name.Entity */

  /* Name.Exception */

  /* Name.Function */

  /* Name.Label */

  /* Name.Namespace */

  /* Name.Tag */

  /* Name.Variable */

  /* Operator.Word */

  /* Text.Whitespace */

  /* Literal.Number.Float */

  /* Literal.Number.Hex */

  /* Literal.Number.Integer */

  /* Literal.Number.Oct */

  /* Literal.String.Backtick */

  /* Literal.String.Char */

  /* Literal.String.Doc */

  /* Literal.String.Double */

  /* Literal.String.Escape */

  /* Literal.String.Heredoc */

  /* Literal.String.Interpol */

  /* Literal.String.Other */

  /* Literal.String.Regex */

  /* Literal.String.Single */

  /* Literal.String.Symbol */

  /* Name.Builtin.Pseudo */

  /* Name.Variable.Class */

  /* Name.Variable.Global */

  /* Name.Variable.Instance */

  /* Literal.Number.Integer.Long */

}
pre .hll {
  background-color: #ffffcc;
}
pre .c {
  color: #408080;
  font-style: italic;
}
pre .err {
  border: 1px solid #ff0000;
}
pre .k {
  color: #008000;
  font-weight: bold;
}
pre .o {
  color: #666666;
}
pre .cm {
  color: #408080;
  font-style: italic;
}
pre .cp {
  color: #bc7a00;
}
pre .c1 {
  color: #408080;
  font-style: italic;
}
pre .cs {
  color: #408080;
  font-style: italic;
}
pre .gd {
  color: #a00000;
}
pre .ge {
  font-style: italic;
}
pre .gr {
  color: #ff0000;
}
pre .gh {
  color: #000080;
  font-weight: bold;
}
pre .gi {
  color: #00a000;
}
pre .go {
  color: #888888;
}
pre .gp {
  color: #000080;
  font-weight: bold;
}
pre .gs {
  font-weight: bold;
}
pre .gu {
  color: #800080;
  font-weight: bold;
}
pre .gt {
  color: #0044dd;
}
pre .kc {
  color: #008000;
  font-weight: bold;
}
pre .kd {
  color: #008000;
  font-weight: bold;
}
pre .kn {
  color: #008000;
  font-weight: bold;
}
pre .kp {
  color: #008000;
}
pre .kr {
  color: #008000;
  font-weight: bold;
}
pre .kt {
  color: #b00040;
}
pre .m {
  color: #666666;
}
pre .s {
  color: #ba2121;
}
pre .na {
  color: #7d9029;
}
pre .nb {
  color: #008000;
}
pre .nc {
  color: #0000FF;
  font-weight: bold;
}
pre .no {
  color: #880000;
}
pre .nd {
  color: #aa22ff;
}
pre .ni {
  color: #999999;
  font-weight: bold;
}
pre .ne {
  color: #D2413A;
  font-weight: bold;
}
pre .nf {
  color: #0000ff;
}
pre .nl {
  color: #a0a000;
}
pre .nn {
  color: #0000FF;
  font-weight: bold;
}
pre .nt {
  color: #008000;
  font-weight: bold;
}
pre .nv {
  color: #19177c;
}
pre .ow {
  color: #AA22FF;
  font-weight: bold;
}
pre .w {
  color: #bbbbbb;
}
pre .mf {
  color: #666666;
}
pre .mh {
  color: #666666;
}
pre .mi {
  color: #666666;
}
pre .mo {
  color: #666666;
}
pre .sb {
  color: #ba2121;
}
pre .sc {
  color: #ba2121;
}
pre .sd {
  color: #BA2121;
  font-style: italic;
}
pre .s2 {
  color: #ba2121;
}
pre .se {
  color: #BB6622;
  font-weight: bold;
}
pre .sh {
  color: #ba2121;
}
pre .si {
  color: #BB6688;
  font-weight: bold;
}
pre .sx {
  color: #008000;
}
pre .sr {
  color: #bb6688;
}
pre .s1 {
  color: #ba2121;
}
pre .ss {
  color: #19177c;
}
pre .bp {
  color: #008000;
}
pre .vc {
  color: #19177c;
}
pre .vg {
  color: #19177c;
}
pre .vi {
  color: #19177c;
}
pre .il {
  color: #666666;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-slideshare,
.icon-cart {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.icon-slideshare:before {
  content: "\e000";
}
.icon-cart:before {
  content: "\e001";
}
/*
    Theme Name: Pricing tables with CSS3
    Date: May 2013
    Description: Simple CSS3 pricing table
    Version: 1.0
    Author: Christian Vasile
    Author URL: http://christianvasile.com
*/
.price {
  margin-top: 1em;
}
.price .pricing-cell {
  height: 65px;
}
.price strong {
  font-size: 1.6em;
}
.price small {
  font-size: 0.9em;
  color: #aaa;
  text-decoration: italic;
}
.price ul {
  border: 1px solid #c4cbcc;
  float: left;
  width: 180px;
  background-color: white;
  padding: 10px;
  text-align: center;
  list-style: none;
  margin-left: 10px;
  margin-bottom: 1em;
  /*
    list-style: none; 
    float: left; 
    width: 190px; 
    margin: 0; 
    border: 1px solid #f2f3f3;
    padding: 10px;
    text-align: center;
    background-color: #FFF;
*/

}
.price a:hover {
  text-decoration: none;
}
/*.price ul:hover { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.7);
    box-shadow: 0px 0px 6px rgba(0,0,0,.7);
    cursor: default;
}*/
.price ul li {
  border-bottom: 1px dashed #bebebe;
  padding: 10px 0;
  font-size: 14px;
}
.price ul li:first-child {
  font-size: 18px;
  font-weight: bold;
}
.price ul li:nth-child(1) {
  color: #f9af11;
}
.price ul li:nth-child(3) {
  font-size: 12px;
  font-weight: bold;
}
.price ul li:last-child {
  border-bottom: none;
  height: 40px;
}
.buy_now {
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  padding: 10px;
  margin: 5px 0;
  background: #f9af11;
  color: #FFF;
  display: block;
}
.objectives h4 {
  text-align: center;
}
.objectives .row {
  max-width: 700px;
  margin: 0 auto 40px;
}
.objectives .frame {
  margin-right: 20px;
  margin-bottom: 20px;
}
.list-objectives {
  text-align: center;
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
.list-objectives > a {
  display: table-cell;
  padding: 5px;
  height: 100%;
  width: 33%;
  font-size: 1.25em;
  color: #951e75;
  text-decoration: none;
  border-radius: 5px;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.list-objectives > a.active {
  color: #f9af11;
}
.list-objectives > a.active i {
  color: #f9af11;
}
.list-objectives > a i {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #951e75;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .list-objectives > a {
    display: table-row;
    width: 100%;
  }
}
