/*
Theme Name: Twenty Twelve
Theme URI: http://wordpress.org/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
	font-family: 'gotham_promedium';
	src: url('assets/fonts/gothapromed-webfont.eot');
	src: url('assets/fonts/gothapromed-webfont.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/gothapromed-webfont.woff') format('woff'),
		url('assets/fonts/gothapromed-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'gotham_proregular';
	src: url('assets/fonts/gothaproreg-webfont.eot');
	src: url('assets/fonts/gothaproreg-webfont.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/gothaproreg-webfont.woff') format('woff'),
		url('assets/fonts/gothaproreg-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'gotham_prolight';
	src: url('assets/fonts/gothaprolig-webfont.eot');
	src: url('assets/fonts/gothaprolig-webfont.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/gothaprolig-webfont.woff') format('woff'),
		url('assets/fonts/gothaprolig-webfont.ttf') format('truetype');
}
@font-face {
	font-family: 'gotham_probold';
	src: url('assets/fonts/gothaprobol-webfont.eot');
	src: url('assets/fonts/gothaprobol-webfont.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/gothaprobol-webfont.woff') format('woff'),
		url('assets/fonts/gothaprobol-webfont.ttf') format('truetype');
}

/*  ------------------------------------------------------------  */
/*  Normalize.css v3.0.0
/*  http://git.io/normalize
/*  ------------------------------------------------------------  */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: 0 0; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*  ------------------------------------------------------------  */
/*  Global styles
/*  ------------------------------------------------------------  */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #f6f6f6;
  color:#778288;
  font-family: 'gotham_proregular', Arial, Helvetica, sans-serif; 
  font-size: 18px;
  line-height: 1.56; }

a {
  border-bottom-color: rgba(72, 174, 244, 0.4);
  color: #48aef4;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out; }
  a u {
    border-bottom-color: rgba(72, 174, 244, 0.4); }
  a.active, a:focus, a:hover {
    border-bottom-color: rgba(23, 154, 241, 0.4);
    color: #189af1; }
    a.active u, a:focus u, a:hover u {
      border-bottom-color: rgba(23, 154, 241, 0.4); }
  a u {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-decoration: none;
    -webkit-transition: border-bottom-color 0.2s ease-in-out;
    transition: border-bottom-color 0.2s ease-in-out; }


hr {
  border: 0;
  border-bottom: 1px solid rgba(51, 51, 63, 0.1);
  margin: 0; }

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

.avatar {
  border-radius: 200px; }

.little-link {
    font-size: 14px;
    border: 0px;
    text-decoration: none;
}
.little-link:hover {
    text-decoration: underline;
}

/*  ------------------------------------------------------------  */
/*  Typography styles
/*  ------------------------------------------------------------  */

h1, h2, h3, h4, h5, h6 {
  color: #33333f;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  margin: 20px 0; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #8b99a5;
    display: block;
    font-weight: normal;
    line-height: 1.45;
    letter-spacing: normal; }

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizeLegibility;
    line-height: 1.1;
}

h1 {
    font-size: 54px;
    color: #384047;
    font-weight: bolder;
    text-align: center; }
    h1 small {
        font-size: 50%;
        margin-top: 15px; }

h2 {
    margin: 0 0 59px;
    text-align: center;
    font: 36px/1.35em gotham_promedium,Arial,Helvetica,sans-serif; }
    h2 small {
        font-size: 55%;
        margin-top: 5px; }

h3 {
    color: #384047;
    font-size: 27px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

.section-header {
  margin-bottom: 20px; }

  @media (min-width: 481px) {
    .section-header {
      margin-bottom: 60px;
      text-align: center; } 
  }
  
  @media (min-width: 769px) {
    .section-header {
      margin-bottom: 120px; } }

p {
  margin: 0 0 21px;
}

.muted {
  color: #8b99a5; }

.meta {
  color: #8b99a5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  opacity: 0.5;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }
  .meta:hover {
    opacity: 1; }
  
.highlight {
    background-color: #fcedb3;
}

.alert {
    font-size: 15px;
    border-radius: 4px;
    padding: 10px;
}
.alert-green {
    background-color: #00cf80;
    border-bottom: 3px solid #037b4d;
}

/*  ------------------------------------------------------------  */
/*  Seporator
/*  ------------------------------------------------------------  */  

.seporator {
    border-bottom: 1px solid rgba(51, 51, 63, 0.05);
    background-color: #fff;
    height: 3px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.space-separator {
    height: 30px;
    width: 100%;
}

/*  ------------------------------------------------------------  */
/*  Button class
/*  Can be used with <a>, <input>, <button>
/*  ------------------------------------------------------------  */

.button {
    border: 0px;
    background-color: #929faa;
    border-bottom: 3px solid #606d78;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 26px;
    padding: 19px 35px 17px;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    vertical-align: middle;
    font-size: 20px;
    line-height: 18px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.button:focus, .button:hover {
    background-color: #7d8c99;
    border-color: #7e8e9a;
    color: #fff; 
}
.button u {
    text-decoration: line-through;
    border: 0px;
}
.button strong {
    font-weight: bolder;
    color: #fff !important;
    font-size: 120%;
}
.button-hero {
font-size: 18px;
}
.button-primary {
    background: #64ce83;
    border-color: #2d984c;
}
.button-primary:focus, .button-primary:hover {
    background-color: #3dc264;
    border-color: #3dc264;
}
.button-flat {
    border: 0px !important;
}
.button-hero {
    width: 100%;
    font-size: 30px;
    padding: 35px 30px;
}
.button em {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.button-small {
    padding: 8px 14px;
    font-size: 16px;
}
.button-large {
    padding: 24px 75px;
}
.button-loading {
    background-image: url("assets/img/button-loader.gif");
    background-position: 8px center;
    background-repeat: no-repeat;
    padding-left: 33px;
}
.button[disabled], 
.button.button-loading { 
    border-top: 1px solid #929faa; 
    border-bottom: 2px solid #929faa;
}
.button[disabled]:hover, 
.button-loading:hover  { 
    background-color: #929faa;
    cursor: default;
    box-shadow: none;
}
.button-done {
    background-color: #1abc9c;
    border-bottom: 3px solid #16a085;
}

.button-group {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    padding: 0px;
    *display:inline; 
    *zoom:1;
}
.button-group .button {
    background-color: #3b4750;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 12px;
    border: 0px !important;
}
.button-group .button + .button {
    margin-left: 5px;
}
.button-group .button:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.button-group .button:last-child { 
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;

    border-right:  1px solid #cfcfcf;
}
.button-group .button:hover { 
    background-color: #4e5d68;  
}
.button-group .button.selected { 
    background-color: #4e5d68;
    cursor: default;
}

/*  ------------------------------------------------------------  */
/*  Inputs and input groups
/*  ------------------------------------------------------------  */

.input {
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #33333f;
  display: inline-block;
  height: 44px;
  line-height: 26px;
  padding: 9px 15px;
  vertical-align: middle;
  width: 100%; }
  .input:focus {
    border-color: #48aef4;
    outline: 0; }

input[type=text],
input[type=password],
textarea {
    padding: 7px 7px !important;
    line-height: 20px;
    font-size: 18px !important;
}

.gfield + .gfield {
    margin-top: 15px;
}
  
.input-group {
  display: table;
  margin-bottom: 20px; }
  .input-group > .input, .input-group > .input-group-button {
    display: table-cell; }
  .input-group > .input-group-button {
    width: 1%; }
    .input-group > .input-group-button > .button {
      position: relative; }
    .input-group > .input-group-button:first-child > .button {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      margin-right: -2px; }
    .input-group > .input-group-button:last-child > .button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: -2px; }

/*  ------------------------------------------------------------  */
/*  Forms and form components
/*  ------------------------------------------------------------  */

.form-group {
  position: relative; }

.has-error .input {
  border-color: #f44848; }
.has-error .helper {
  color: #f44848; }

.has-success .input {
  border-color: #389b17; }
.has-success .helper {
  color: #389b17; }

.helper {
  position: absolute;
  bottom: -30px;
  left: 17px;
  margin: 0; }

/*  ------------------------------------------------------------  */
/*  Container and grid classes
/*  ------------------------------------------------------------  */

.container {    
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 560px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 769px) {
    .container {
      padding-left: 40px;
      padding-right: 40px; } }

.grid {
  margin-left: -20px; }
  .grid > * {
    padding-left: 20px; }
  @media (min-width: 481px) {
    .grid {
      font-size: 0;
      margin-left: -40px; }
      .grid > * {
        display: inline-block;
        font-size: 1rem; }
      .grid > * {
        padding-left: 40px;
        vertical-align: top; } }
  @media (min-width: 769px) {
    .grid {
      margin-left: -60px; }
      .grid > * {
        padding-left: 60px; } }

.grid-centered {
    text-align: center; 
}
.grid-centered > * {
  text-align: center; }

.grid-centered .feature-image {
    margin-bottom: 10px;
}
.grid-spaced {
  margin-bottom: -20px; }
  .grid-spaced > * {
    margin-bottom: 20px; }
  @media (min-width: 481px) {
    .grid-spaced {
      margin-bottom: -40px; }
      .grid-spaced > * {
        margin-bottom: 40px; } }
  @media (min-width: 769px) {
    .grid-spaced {
      margin-bottom: -60px; }
      .grid-spaced > * {
        margin-bottom: 60px; } }

.grid-justified {
  text-align: justify; }
  .grid-justified > * {
    text-align: left; }
  .grid-justified:after {
    content: '';
    display: inline-block;
    width: 100%; }

@media (min-width: 481px) {
  .tablet-1 {
    width: 8.33333%; }
  .tablet-2 {
    width: 16.66667%; }
  .tablet-3 {
    width: 25%; }
  .tablet-4 {
    width: 33.33333%; }
  .tablet-5 {
    width: 41.66667%; }
  .tablet-6 {
    width: 50%; }
  .tablet-7 {
    width: 58.33333%; }
  .tablet-8 {
    width: 66.66667%; }
  .tablet-9 {
    width: 75%; }
  .tablet-10 {
    width: 83.33333%; }
  .tablet-11 {
    width: 91.66667%; }
  .tablet-12 {
    width: 100%; } }

@media (min-width: 769px) {
  .desktop-1 {
    width: 8.33333%; }
  .desktop-2 {
    width: 16.66667%; }
  .desktop-3 {
    width: 25%; }
  .desktop-4 {
    width: 33.33333%; }
  .desktop-5 {
    width: 41.66667%; }
  .desktop-6 {
    width: 50%; }
  .desktop-7 {
    width: 58.33333%; }
  .desktop-8 {
    width: 66.66667%; }
  .desktop-9 {
    width: 75%; }
  .desktop-10 {
    width: 83.33333%; }
  .desktop-11 {
    width: 91.66667%; }
  .desktop-12 {
    width: 100%; } }

/*  ------------------------------------------------------------  */
/*  Utilities
/*  ------------------------------------------------------------  */

.tiny-margin {
  margin-top: 20px;
  margin-bottom: 20px; }

.small-margin, .medium-margin, .large-margin {
  margin-top: 40px;
  margin-bottom: 40px; }

@media (min-width: 481px) {
  .medium-margin {
    margin-top: 80px;
    margin-bottom: 80px; } }

@media (min-width: 769px) {
  .large-margin {
    margin-top: 160px;
    margin-bottom: 160px; } }

/*  ------------------------------------------------------------  */
/*  Responsive utilities
/*  ------------------------------------------------------------  */

.visible-on-phone, .visible-on-phone, .visible-on-tablet {
  display: none !important; }

@media (max-width: 480px) {
  .visible-on-phone {
    display: block !important; } }

@media (min-width: 481px) and (max-width: 768px) {
  .visible-on-tablet {
    display: block !important; } }

@media (min-width: 769px) {
  .visible-on-desktop {
    display: block !important; } }

@media (max-width: 480px) {
  .hidden-on-phone {
    display: none !important; } }

@media (min-width: 481px) and (max-width: 768px) {
  .hidden-on-tablet {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-on-desktop {
    display: none !important; } }

/*  ------------------------------------------------------------  */
/*  Navigation bar
/*  ------------------------------------------------------------  */

.navbar {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, padding 0.2s ease-in-out;
    z-index: 3;
}
.navbar[data-scrolling="true"],
.navbar.navbar-thin {
    background-color: rgba(16, 16, 30, 0.95); 
    padding: 10px 0;
}
.navbar[data-scrolling="true"] .navbar-header,
.navbar.navbar-thin .navbar-header {
    position: relative;
    top: 6px;
}
.navbar[data-scrolling="true"] .navbar-nav,
.navbar.navbar-thin .navbar-nav {
    top: 0;
}
.navbar[data-scrolling="true"] .navbar-logo img,
.navbar.navbar-thin .navbar-logo img {
    display: none;
}
  @media (min-width: 481px) {
    .navbar {
      padding: 30px 0; } }
  @media (min-width: 769px) {
    .navbar {
      padding: 40px 0; } }
  @media (max-width: 768px) {
    .navbar {
      z-index: 4;
      /* We use this to communicate with js */ }
      .navbar.open {
        background-color: rgba(17, 17, 21, 0.95); } }

.navbar-logo {
    border-bottom: 0;
    color: #eee;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px; 
}
.navbar-logo em {
    font-weight: normal;
    font-family: gotham_prolight,Arial,Helvetica,sans-serif;
    font-style: normal;
}
  @media (max-width: 768px) {
    .navbar-logo {
      position: relative;
      top: -2px; } }
  .navbar-logo:hover {
    color: #fff; }
 
.navbar-header {
    float: left;
}
.navbar-nav {
    float: right;
    position: relative;
    top: 3px;
}
.navbar-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.navbar-nav ul li a:not(.button) {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    border-bottom: 0;
    display: block; 
}
.navbar-nav ul li a:not(.button) u {
    border-bottom-color: rgba(255, 255, 255, 0.2); 
}
.navbar-nav ul li a:not(.button).active, 
.navbar-nav ul li a:not(.button):focus, 
.navbar-nav ul li a:not(.button):hover {
    border-bottom-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
 
.navbar-nav ul li a:not(.button):focus u, 
.navbar-nav ul li a:not(.button):hover u {
    border-bottom-color: rgba(255, 255, 255, 0.4);
}
.navbar-nav ul .highlight {
    background-color: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    border-radius: 3px;
}
@media (max-width: 768px) {
  .navbar-nav {
    margin: 20px -20px 0; }
    @media (min-width: 481px) {
      .navbar-nav {
        margin: 20px -30px 0; } }
    .navbar-nav ul li {
      display: block; }
      .navbar-nav ul li a, .navbar-nav ul li .button {
        padding: 10px 20px; }
        @media (min-width: 481px) {
          .navbar-nav ul li a, .navbar-nav ul li .button {
            padding: 10px 30px; } }
      .navbar-nav ul li .button {
        border-radius: 0;
        font-weight: normal;
        margin-top: 10px;
        width: 100%; } }
@media (min-width: 769px) {
  .navbar-nav ul {
    font-size: 0; }
    .navbar-nav ul > * {
      display: inline-block;
      font-size: 1rem; }
    .navbar-nav ul li {
      display: inline-block;
      vertical-align: middle; }
      .navbar-nav ul li a {
        font-size: 16px;
        font-weight: 600;
        padding: 7px 20px; }
      .navbar-nav ul li .button {
        margin: 0 20px; }
      .navbar-nav ul li:last-child .button {
        margin-right: 0; }
      .navbar-nav ul li:first-child .button {
        margin-left: 0; } }

/*  ------------------------------------------------------------  */
/*  Responsive navbar navigation
/*  This is separated from navbar for readability
/*  ------------------------------------------------------------  */

@media (min-width: 769px) {
  .navbar .container {
    font-size: 0;
    text-align: justify; }
    .navbar .container > * {
      display: inline-block;
      font-size: 1rem; }
    .navbar .container > * {
      text-align: left; }
    .navbar .container:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .navbar .container > * {
      vertical-align: middle; } }

.navbar-header img { 
    margin-right: 10px;
}
@media (max-width: 768px) {
  .navbar-header {
    font-size: 0;
    text-align: justify; }
    .navbar-header > * {
      display: inline-block;
      font-size: 1rem; }
    .navbar-header > * {
      text-align: left; }
    .navbar-header:after {
      content: '';
      display: inline-block;
      width: 100%; }
    .navbar-header > * {
      vertical-align: middle; } }

@media (min-width: 769px) {
    .navbar-header {
        
        display: inline-block; 
    } 
}

@media (max-width: 768px) {
    .navbar-header {
        top: 3px !important;
    }
  .navbar-nav {
    display: none; } }
@media (min-width: 769px) {
  .navbar-nav {
    display: inline-block !important; } }
  
/*  ------------------------------------------------------------  */
/*  Sections
/*  ------------------------------------------------------------  */

body,
.navbar {
    min-width: 520px;
}

.subtitle {
    display: block;
    position: relative;
    margin: -26px 0 39px;
    font: 1.111em/1.35em gotham_promedium,Arial,Helvetica,sans-serif;
    color: #fff;
}
.mark {
    color: #efc84a;
    font-family: 'gotham_promedium', Arial, Helvetica, sans-serif;
}
.img-holder {
    overflow: hidden;
    padding: 8px 0 0;
    margin: 0 -15px 27px -22px;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
@media (max-width: 800px) {
  .section  {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 600px) {
  .section  {
    padding-top: 40px;
    padding-bottom: 40px;
  } 
}

.section .note {
    display: block;
    margin: 0 -20px;
    font-size: 0.833em;
}
.section strong {
    font-family: gotham_promedium,Arial,Helvetica,sans-serif;
    color: #363f46;
    font-weight: 400;
}
.section-grey-dark {
    background-color: #f1f1f1;
}
.section-center {
    text-align: center;
}
.section-inner-shadow {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.section-dark {
    background: #10101e;
    color: #fff;
}
.section-dark h2,
.section-dark p {
    font-family: gotham_prolight,Arial,Helvetica,sans-serif;
}
.section-dark h2 {
    color: #fff;  
}
.section-dark,
.section-dark p {
    color: #8b99a5; 
}
.section-dark p {
    margin-bottom: 31px;
}
.section-dark p strong {
    color: #fff;
}
.section-grey {
    background: #f6f6f6;
}
.section-white {
    background: #fff;
}
.section-pattern {
    background: #f6f6f6;
}
.section-pinstripe {
    background: url("assets/img/styleroller/pinstripe.png");
}
.section-testimonial blockquote {
    padding-left: 40px;
    padding-right: 40px;
}

/* ------------------------------------------------------------- */
/* Pages
/* ------------------------------------------------------------- */

.page-wrap {
    
}

.page-header {
    padding-top: 100px;
    text-align: center;
    margin-bottom: 30px;
}
.page-header h1,
.page-header h2 {
    margin-bottom: 10px;
}

.page-header .space {
  border: 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin: 40px 0;
}

.widget,
.secondary-page .entry-content {
    padding: 40px;
    border-radius: 4px;
}
.widget + .widget {
    margin-top: 40px;
}
.widget .widget-header {
    margin-top: 0px;
}
.widget .widget-header em {
    font-style: normal;
    color: #b1b1b1;
    font-size: 18px;
    font-family: 'gotham_proregular', Arial, Helvetica, sans-serif;
}
.widget-white,
.secondary-page .entry-content {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}
.widget-grey {
    background-color: #fafafa;
    border-bottom: 2px solid #ddd;
}


/*  ------------------------------------------------------------  */
/*  Tables
/*  ------------------------------------------------------------  */

.table {
    width: 100%;
    text-align: left;
    background-color: #fefefe;
    border-bottom: 2px solid #ddd;
}

.table th,
.table td {
    padding: 8px 15px;
}

.table thead tr,
.table .table-header {
    background-color: #fafafa;
}
.table th {
    font-weight: bold;
}

.table-striped tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

.table-striped th.table-header,
.table-striped tr:nth-child(even) .table-header {
    background-color: #f8f8f8;
}



/*  ------------------------------------------------------------  */
/*  Posts
/*  ------------------------------------------------------------  */

.feature-image {
    padding: 15px;
    background-color: #fff;
    border-bottom: 3px solid #f1f1f1;
    max-width: 380px;
}
.grid .feature-image {
    padding: 10px;
    max-width: 270px;
}
.feature-image img {
    max-width: 350px;
    width: 100%;
}
.feature-image.full-width {
    max-width: 100%;
    margin-bottom: 20px;
}
.feature-image.full-width img {
    max-width: none;
}

.posts {
    position:relative;
    padding: 21px 0 0;
}
.posts .post {
    overflow:hidden;
    padding: 20px 0 20px;
}

.posts .post:first-child {padding-top:0;}
.posts .alignleft,
.posts .alignright {
    margin:0 10% 0 0;
    display:inline-block;
    vertical-align:middle;
    float:none;
}
.posts .alignright {margin:0 0 0 10%;}
.posts .text-holder {
    display:inline-block;
    vertical-align:middle;
    width:50.0%;
    line-height:1.7em;
}
.posts .alignleft-on-table {
    display: none;
}
.posts .post h3 {
    font:1.333em/1.35em 'gotham_promedium', Arial, Helvetica, sans-serif;
    margin:0 0 12px;
    color:#3b4750;
}
.posts .post .learn-more-link {
    display: block;
    margin-top: 10px;
    text-decoration: none;
    border: 0px;
    font-family: 'gotham_promedium', Arial, Helvetica, sans-serif;
}
.posts .post .learn-more-link:hover {
    text-decoration: underline;
}

@media (max-width: 1060px) {
    .posts .alignright {margin:0 0 0 5%;}
    .posts .alignleft {margin:0 5% 0 0;}
}
@media (max-width: 950px) {
    .posts .text-holder, 
    .posts .alignright,
    .posts .alignleft {
        display: block;
        margin: 0px;
        width: 100%;
        text-align: center;
    }
    .posts .alignleft-on-table {
        display: block;
    }
    .posts .alignleft {
        margin-bottom: 20px;
    }
    .posts .alignright {
        display: none;
    }
    .posts .feature-image {
        display: inline-block;
        margin: auto;
    }
    .posts .text-holder {
        margin-bottom: 20px; 
    }
}

/*  ------------------------------------------------------------  */
/*  Features Lists
/*  ------------------------------------------------------------  */

.features-center {
    text-align: center;
}

.features-4 .desktop-3 {
    margin-bottom: 35px;
}
.features-4 strong {
    margin-bottom: 10px;
    display: block;
}

.features-5 {
    margin-bottom: 15px;
}
.features-5 .feature {
    display: inline-block;
    width: 170px;
    margin: 5px 7px;
}

.image-list {
    clear: both;
}
.image-list .image-list-item {
    position: relative;
    min-height: 250px;
    border-top: 1px solid #f9f9f9;
    padding-top: 40px;
    margin-top: 40px;
}
.image-list .image-list-left {
    padding-left: 320px;
}
.image-list .image-list-right {
    padding-right: 320px;
}
.image-list .image-list-item .list-image {
    width: 250px;
    text-align: left;
    position: absolute;
}
.image-list .image-list-left .list-image  {
    left: 0px;
}
.image-list .image-list-right .list-image {
    right: 0px;
}
.image-list .image-list-item .list-image .inner-wrap {
    width: 200px;
    height: 200px;
    background-color: #f9f9f9;
    border-radius: 100%;
}
.image-list .image-list-item .list-image img { 
    width: 250px;
    position: absolute;
}
.image-list .image-list-item .text-holder {
    display: inline-block;
    vertical-align: middle;
}
.image-list .image-list-item .text-holder h3 {
    line-height: 130%;
}

/*  ------------------------------------------------------------  */
/*  Purchasing
/*  ------------------------------------------------------------  */

#purchasing,
#purchasing-top {
    text-align: center;
}

#purchasing .payment-details {
    border-top: 1px solid #f9f9f9;
    padding-top: 20px;
    margin-top: 20px;
}

#purchasing h2 {
    margin-bottom: 10px;
}
#purchasing .smart-timer-and-counter {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 50px;
}
#purchasing  .stc-group {
    width: 107px;
}
@media (max-width: 650px) {
    #purchasing .button-hero {
        line-height: 120%;
        font-size: 22px;
    }
}

#special-offer-note {
    background-color: #c8f1d5;
    color: #111;
    padding: 30px;
    position: relative;
    top: -99px;
}

#included-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#included-list li {
    width: 300px;
    height: 282px;
    display: inline-block;
    vertical-align: top;
    background-color: #f9f9f9;
    padding: 0;
    padding-bottom: 15px;
    margin: 10px;
    border-radius: 5px;
    border-bottom: 3px solid rgba(0,0,0,0.05);
}
#included-list li .hover-state {
    padding: 15px;
    background-color: #e23c3b;
    color: #fff;
}
#included-list li .hover-state strong {
    color: #fff;
}
#included-list li:hover {
    border-bottom: 3px solid #cd3636;
}
#included-list li .default-state,
#included-list li .hover-state {
    height: 282px;
}
#included-list li:hover .default-state,
#included-list li:hover .hover-state {
    top: -282px;
}

#included-list li .default-state strong {
    display: block;
    padding: 20px 15px 15px 15px;
    font-size: 20px;
    line-height: 120%;
}
#included-list li .default-state .large-icon {
    width: 200px;
    height: 180px;
    margin: 0 auto;
    background: url("assets/img/sociallocker-bonuses.png") 0 0 no-repeat;
}
#included-list li .default-state .large-icon-styleroller {
    background-position: 0 0;
}
#included-list li .default-state .large-icon-x2 {
    background-position: -200px 0;
}
#included-list li .default-state .large-icon-book {
    background-position: -400px 0;
}
#included-list li .default-state .large-icon-addons {
    background-position: -600px 0;
}
#included-list li .default-state .large-icon-support {
    background-position: -800px 0;
}

/*  ------------------------------------------------------------  */
/*  Timer
/*  ------------------------------------------------------------  */

.smart-timer-and-counter {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 30px;
}
.stc-group {
    width: 107px;
}

.stc-skin-simple.stc-style-crystal-light .stc-group-label {
    border-top: 1px solid rgba(192,192,192,0.2) !important;
}
.stc-skin-simple.stc-style-crystal-light .stc-group {
    border-bottom: 3px solid rgba(224,224,224,.7);
    border-radius: 5px !important;
}

/*  ------------------------------------------------------------  */
/*  Footer
/*  ------------------------------------------------------------  */

.footer {
    font-size: 16px;
    overflow: auto; 
}
.footer .grid > * {
    font-size: 16px; 
}

.footer-light {
    background-color: #fff;
}  

@media (max-width: 769px) {
    .footer .desktop-6 {
        width: 100%;
        display: block;
        text-align: center !important;
    }
    .footer .desktop-6 + .desktop-6 {
        margin-top: 15px;
    }
}

/*  ------------------------------------------------------------  */
/*  Priceing Tables
/*  ------------------------------------------------------------  */

.pricing-table {
    
}
.pricing-table .plan {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    background-color: #fafafa;
    padding: 30px 20px;
    margin: 10px;
    border-radius: 5px;
    border-bottom: 3px solid #ddd;
}
.pricing-table .plan.plan-primary {
    width: 370px;
    background-color: #fff;
}
.pricing-table .plan.plan-primary, 
.pricing-table .plan.plan-primary h4 {
    color: #111;
}
.pricing-table a {
    text-decoration: none;
}
.pricing-table h4 {
    font-size: 28px;
    margin: 0;
    line-height: 100%;
    color: #778288;
}
.pricing-table strong {
    font-weight: bold;
    color: #333;
}
.pricing-table .plan-price {
    padding: 19px 0 15px 0;
    display: block;
    font-size: 46px;
    line-height: 46px;
    font-weight: bold;
    font-family: Arial;
    vertical-align: top;
}

.pricing-table .plan-price .current-price em,
.pricing-table .plan-price .old-price em,
.pricing-table .plan-price .current-price .value,
.pricing-table .plan-price .old-price .value {
    vertical-align: top;
    display: inline-block;
}

.pricing-table .plan-price em {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
    position: relative;
    top: 3px;
}

.pricing-table .plan-price .old-price {
    color: #000;
    font-weight: normal;
    position: relative;
}
.pricing-table .plan-price .old-price .value {
    font-size: 34px;
    line-height: 34px;
    position: relative;
    top: 3px;
}
.pricing-table .plan-price .old-price em {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 6px;
}

.pricing-table .plan-price .old-price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 3px solid;
  border-color: red;
  
  margin-top: -4px;
  margin-left: 10px;
  
  -webkit-transform:rotate(-35deg);
  -moz-transform:rotate(-35deg);
  -ms-transform:rotate(-35deg);
  -o-transform:rotate(-35deg);
  transform:rotate(-35deg);
  
  z-index: 10;
}


.pricing-table .plan.plan-primary .plan-price {
    font-size: 46px;
}
.pricing-table .plan.plan-primary .plan-price .current-price {

}
.pricing-table .plan-features {
    list-style: none;
    text-align: center;
    padding: 0px;
}
.pricing-table .plan-features li {
    padding: 5px;
} 
.pricing-table .plan-features li + li {
    border-top: 1px solid rgba(224,224,224,.5);
}
.pricing-table .plan.plan-primary .plan-features li + li {
    border-top: 1px solid rgba(224,224,224,.2);
}

/*  ------------------------------------------------------------  */
/*  FAQ
/*  ------------------------------------------------------------  */

#faq h5 {
    text-align: center;
    margin-bottom: 60px;
    line-height: 160%;
}
#faq .faq-item {
    margin-bottom: 30px;
}
#faq .faq-item  p {
    margin: 0px;
}
#faq .faq-item strong {
    display: block;
    margin-bottom: 7px;
}
#faq .faq-item + .faq-item {
    border-top: 1px dashed #dfdfdf;
    padding-top: 30px;
}

.onp-pm-disable-state {
    background-color: #e23c3b !important;
    border-bottom: 0px;
    cursor: default;
}