/*background: #556270;*/
/*color: #fff;*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  line-height: 1; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  /*collapse?*/
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; }

blockquote, q {
  quotes: "" "";
  quotes: none; }

a:focus {
  outline: none; }

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

a img {
  border: 0; }

/* clearfix */
.clearfix:before,
.clearfix:after,
.col-full:before,
.col-full:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after,
.col-full:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix,
.col-full {
  zoom: 1; }

/* Floating & Alignment  */
.fl {
  float: left; }

.fr {
  float: right; }

.ac {
  text-align: center; }

.ar {
  text-align: right; }

/*
   .1 - Containers.
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  font: 16px/1.5 "Hind", Helvetica, sans-serif;
  background: #fff;
  color: #727272;
  /* check how to normalize this
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;*/
  background: #424c58;
  /*background: #556270;*/ }

#wrapper {
  background: #fff; }

body:not(.nice-login) {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  body:not(.nice-login) #wrapper {
    z-index: 5;
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    transition: all 0.22s ease-in-out 0s; }

#container {
  max-width: 1080px;
  margin: 30px auto 0;
  padding: 30px 0 70px; }

#content {
  width: 63.583%;
  float: left;
  overflow: hidden; }
  body.sidebar-left #content {
    float: right; }

#sidebar {
  float: right;
  width: 31.25%;
  overflow: hidden; }
  body.sidebar-left #sidebar {
    float: left; }

.hidden {
  display: none; }

body.layout-full #content,
.full-width {
  width: 100% !important; }

.col-full {
  max-width: 1080px;
  margin: 0 auto; }

/*
   .2 - Header.
   ========================================================================== */
.typekit-badge {
  display: none !important; }

#top {
  padding: 30px 0;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05); }

#header {
  overflow: hidden;
  background-size: 100% auto;
  position: relative;
  background-color: #364550;
  background-size: cover;
  box-sizing: content-box; }
  #header a:not(.btn) {
    border: none; }
  #header hgroup {
    display: inline-block; }
  #header #logo {
    display: inline-block; }
    #header #logo a .text-logo {
      color: #333;
      display: inline-block;
      font-size: 30px;
      vertical-align: middle; }
    #header #logo img {
      vertical-align: middle;
      height: 23px; }
    @media only all and (min--moz-device-pixel-ratio: 1.5), only all and (-o-min-device-pixel-ratio: 3 / 2), only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
      #header #logo #default-logo {
        display: none; } }
    #header #logo #retina-logo {
      display: none; }
      @media only all and (min--moz-device-pixel-ratio: 1.5), only all and (-o-min-device-pixel-ratio: 3 / 2), only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
        #header #logo #retina-logo {
          display: block;
          height: 23px; } }

#video-container {
  position: absolute; }

#video-container {
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.video-overlay {
  background-color: rgba(85, 98, 112, 0.7);
  background-image: url(images/dots.png);
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100vh; }

video {
  position: absolute;
  z-index: 0; }

video.fillWidth {
  width: 100%; }

.nice-header-contents {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  min-height: 300px;
  padding-top: 5em;
  padding-bottom: 2em;
  color: #eee;
  font-size: 16px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  body.single-download .nice-header-contents {
    padding-bottom: 0; }
  .nice-header-contents .page-title {
    float: left;
    max-width: 600px; }
    .nice-header-contents .page-title a:hover {
      color: white; }
  .nice-header-contents h1 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px; }
  .nice-header-contents p {
    max-width: 600px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 0 0;
    line-height: 1.35em; }

.animated {
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none; }

.fake-loader {
  -webkit-animation-name: horizontalProgressBar;
  animation-name: horizontalProgressBar;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  background: #55a2db;
  height: 3px;
  left: 0;
  position: fixed;
  top: 0;
  width: 0%;
  z-index: 9999; }

@keyframes horizontalProgressBar {
  0% {
    width: 0%; }
  25% {
    width: 22%; }
  50% {
    width: 55%; }
  75% {
    width: 83%; }
  100% {
    width: 100%; } }
@-webkit-keyframes horizontalProgressBar {
  0% {
    width: 0%; }
  25% {
    width: 22%; }
  50% {
    width: 55%; }
  75% {
    width: 83%; }
  100% {
    width: 100%; } }
/* Safari and Chrome */
/*
   .3 - Footer.
   ========================================================================== */
#footer {
  background: #414c59;
  color: #8e9ba9;
  clear: both;
  margin: 0 auto;
  padding: 30px 0 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  #footer a {
    transition: all 0.2s linear;
    color: #8e9ba9; }
    #footer a:hover {
      color: #fff; }
  #footer h4 {
    color: #fefefe;
    font-size: 18px;
    text-shadow: 1px 1px black;
    border-bottom: 1px dotted #555;
    padding: 15px 0; }

#footer-widgets {
  padding: 3% 0; }

#extended-footer {
  background: #424c58;
  color: #8e9ba9;
  width: 100%;
  display: inline-table;
  padding: 30px 0; }
  #extended-footer a {
    color: #8e9aa8; }
    #extended-footer a:hover {
      color: #dae1e8;
      border: none; }
  #extended-footer p {
    margin: 0px;
    float: left; }
  #extended-footer .inner {
    margin: 0 auto;
    max-width: 1080px;
    display: block; }

/*
	Responsive - @TODO:
*/
/* --- iPad Landscape --- */
@media only all and (max-width: 768px) {
  #content {
    float: none;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 35px; }

  #sidebar {
    float: none;
    width: 100%;
    margin: 0 auto; }

  .single .featured-image {
    width: 100%; }

  #extended-footer .inner {
    width: 100%; }

  .post .video iframe, .post .video object, .post .video embed,
  .video-content .video iframe, .video-content .video object, .video-content .video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

  .single .featured-image img, .post .featured-image img {
    max-width: 100%; }

  body #back-to-top {
    display: none; } }
a {
  color: #55a2db;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none; }
  a:visited {
    color: #55a2db; }
  a:hover, a:focus, a:active {
    color: #555; }
  a img {
    border: none; }
  a > img {
    vertical-align: bottom; }
  a.read-more:hover:after {
    margin-left: 10px; }
  a.read-more:after {
    transition: all 0.2s ease-in-out 0s;
    font-family: 'FontAwesome';
    font-size: 0.9em;
    content: '\f105';
    margin-left: 8px; }
  a.button-underline {
    color: #aaa;
    border-bottom: 2px solid #bbb;
    padding-bottom: 10px; }
    a.button-underline:hover {
      border-bottom-color: #aaa; }
    a.button-underline:before {
      font-family: 'FontAwesome';
      margin-right: 10px; }
  a.button-faq:before {
    content: '\f059'; }
  a.button-email:before {
    content: '\f003'; }
  a.button-support-center:before {
    content: '\f1cd'; }
  a.button-articles:before {
    content: '\f0f6'; }
  a.button-videos:before {
    content: '\f16a'; }

body.nice-login {
  height: 100vh;
  background-image: url(../images/about/hero-2.jpeg);
  background-size: cover; }
  body.nice-login #wrapper:before {
    background: #364550;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -3; }
  body.nice-login p {
    position: relative; }
  body.nice-login,
  body.nice-login #header,
  body.nice-login #footer, body.nice-login #extended-footer,
  body.nice-login #wrapper {
    background-color: transparent; }
  body.nice-login input[type="submit"],
  body.nice-login button {
    width: 100%;
    background: #80b148;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase; }
  body.nice-login #container,
  body.nice-login #content,
  body.nice-login .full-width,
  body.nice-login .col-full,
  body.nice-login #extended-footer .inner {
    max-width: 580px; }
  body.nice-login #container {
    padding: 4%;
    background: #eee;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  body.nice-login #top {
    text-align: center; }
  body.nice-login #edd_login_form label {
    display: none; }
  body.nice-login #edd_login_form p {
    position: relative; }
  body.nice-login .back-home {
    position: absolute;
    top: 20px;
    left: 10px; }
    body.nice-login .back-home a {
      background: rgba(0, 0, 0, 0.3);
      background-clip: padding-box;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      padding: 10px;
      color: white; }
  body.nice-login .edd-lost-password {
    position: absolute;
    top: 25%;
    right: 15px;
    font-size: 0.9em; }
    body.nice-login .edd-lost-password a {
      color: #bbb; }
      body.nice-login .edd-lost-password a:hover {
        color: #888; }
  body.nice-login .bbp-template-notice {
    background-color: transparent;
    padding: 0; }
  body.nice-login div.bbp-submit-wrapper {
    float: none; }

body.nice-register {
  height: 100vh; }
  body.nice-register #wrapper {
    background-image: url(../images/about/hero-2.jpeg);
    background-size: cover; }
  body.nice-register #wrapper:before {
    background: #364550;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -3; }
  body.nice-register .wow {
    visibility: hidden; }
  body.nice-register,
  body.nice-register #header,
  body.nice-register #footer, body.nice-register #extended-footer,
  body.nice-register #wrapper {
    background-color: transparent; }
  body.nice-register #content {
    padding: 5%;
    background: #eee;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative; }
  body.nice-register #container,
  body.nice-register #content,
  body.nice-register .full-width,
  body.nice-register .col-full,
  body.nice-register #extended-footer .inner {
    max-width: 560px; }
  body.nice-register form#edd_register_form p {
    position: relative; }
  body.nice-register form#edd_register_form label {
    display: none; }
  body.nice-register form#edd_register_form span {
    position: relative; }
    body.nice-register form#edd_register_form span.error {
      top: 10px; }
    body.nice-register form#edd_register_form span.nice-sticker {
      position: absolute;
      text-align: center;
      right: 10px;
      top: 10px;
      width: 25px;
      height: 25px;
      border: 2px white solid;
      background-clip: padding-box;
      -webkit-border-radius: 100%;
      border-radius: 100%; }
  body.nice-register form#edd_register_form .valid .nice-sticker {
    color: #80b148;
    border-color: #80b148; }
    body.nice-register form#edd_register_form .valid .nice-sticker:before {
      content: '\f00c';
      font-family: 'FontAwesome'; }
  body.nice-register form#edd_register_form .error .nice-sticker {
    border-color: #e85252;
    color: #e85252; }
    body.nice-register form#edd_register_form .error .nice-sticker:before {
      content: '\f00d';
      font-family: 'FontAwesome'; }
  body.nice-register form#edd_register_form .password-input {
    margin-bottom: 0; }
  body.nice-register form#edd_register_form #password-strength {
    min-height: 40px;
    display: block;
    visibility: visible; }
  body.nice-register form#edd_register_form .button {
    background: #80b148;
    padding: 20px 30px;
    font-size: 1.2em; }
  body.nice-register .special-features li {
    margin-bottom: 1.2em; }
  body.nice-register .tick {
    position: relative;
    margin-right: 15px;
    float: left;
    text-align: center;
    width: 25px;
    height: 25px;
    border-width: 2px;
    border-style: solid;
    background-clip: padding-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #aaa;
    border-color: #aaa; }
    body.nice-register .tick:before {
      content: '\f00c';
      font-family: 'FontAwesome'; }

body.page-template-seeya {
  height: 1vh; }
  body.page-template-seeya,
  body.page-template-seeya #header,
  body.page-template-seeya #footer, body.page-template-seeya #extended-footer,
  body.page-template-seeya #wrapper {
    background-color: transparent; }
  body.page-template-seeya #container,
  body.page-template-seeya #content,
  body.page-template-seeya .full-width,
  body.page-template-seeya .col-full,
  body.page-template-seeya #extended-footer .inner {
    max-width: 680px; }
  body.page-template-seeya #content {
    padding: 5%;
    background: #eee;
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative; }
    body.page-template-seeya #content h2 {
      font-size: 36px;
      margin-bottom: 1.05em; }
  body.page-template-seeya .site-footer {
    display: none; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #727272;
  font-family: "Hind", Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
   .1 - Headings.
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 500;
  padding: 0;
  color: #58595b;
  clear: both; }
  h1 a,
  h1 a:hover,
  h2 a,
  h2 a:hover,
  h3 a,
  h3 a:hover,
  h4 a,
  h4 a:hover,
  h5 a,
  h5 a:hover,
  h6 a,
  h6 a:hover {
    font-weight: normal;
    border: none; }

/* @TODO: take a look at http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
	All typography (and layout) based on a modular scale using 12 & 14 px values scaled in accordance the golden ratio (1.618)

	Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1 {
  font-size: 28px;
  line-height: 38px; }

h2 {
  font-size: 20px;
  line-height: 24px; }

h3 {
  font-size: 18px;
  line-height: 20px; }

h4 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px; }

h5 {
  font-size: 14px;
  line-height: 16px; }

h6 {
  font-size: 12px;
  line-height: 14px; }

/*
   .2 - General Text Elements.
   ========================================================================== */
p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em;
  font-style: italic; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-family: Monaco, Courier, "Courier New", monospace; }

abbr, acronym, dfn
abbr[title], acronym[title], dfn[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

small {
  font-size: 75%; }

big {
  font-size: 125%; }

strong {
  font-weight: bold; }

em,
dfn,
cite {
  font-style: italic; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: underline; }

kbd {
  font-weight: bold; }

samp,
var {
  font-style: italic; }

pre {
  white-space: pre-wrap;
  overflow: auto;
  word-break: break-all;
  word-wrap: break-word;
  padding: 15px;
  border: 1px solid #e8e8e8;
  clear: both;
  line-height: 1.5;
  background: #eee; }

pre, code {
  white-space: pre-line;
  word-wrap: break-word;
  font-size: 14px; }

code {
  background: #f5f5f5;
  padding: 3px; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers. */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome. */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers. */ }

/*
   .1 - Buttons.
   ========================================================================== */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #333;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  line-height: 1;
  padding: .6em 1em .4em;
  font-family: "Poppins", Arial, sans-serif; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  background: #f44c46; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  background: #f44c46; }

input[type="submit"] {
  box-shadow: 0 0 0; }

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
  transition: all 0.1s ease-in-out; }

.nice-button {
  text-transform: none;
  background-clip: padding-box;
  -webkit-border-radius: 0.225em;
  border-radius: 0.225em;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  border: 1px transparent;
  transition: none 0s ease 0s;
  padding: 16px 20px; }

.nice-button {
  font-family: "Poppins", Arial, sans-serif;
  border: none;
  font-family: inherit;
  font-size: inherit;
  background: #f26b5f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  transition: all 0.3s;
  margin-top: 6px; }
  .nice-button:hover {
    text-decoration: none;
    border-color: transparent;
    border: none;
    text-transform: none;
    color: #fff;
    border: 1px transparent; }
  .nice-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s; }
  .nice-button:focus {
    outline: thin dotted #333;
    outline: 5px auto #ff2a13;
    outline-offset: -1px; }

input[type=submit], button,
#commentform .button,
#respond input[type="submit"],
.nice-contact-form input[type="submit"] {
  width: auto;
  padding: 7px 10px;
  line-height: 25px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s linear;
  color: #fff; }

/* Transparent */
@media (max-width: 480px) {
  .nice-btn-circle-wrap,
  .nice-btn {
    display: block; } }
.animated-button {
  float: left;
  min-width: 150px;
  max-width: 100%;
  display: block;
  margin: 1em;
  padding: 1em 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1; }
  .animated-button:focus {
    outline: none; }
  .animated-button > span {
    vertical-align: middle; }

.btn,
.btn-link {
  font-family: "Poppins", Arial, sans-serif;
  display: inline-block;
  font-size: 13px;
  line-height: normal;
  padding: 13px 30px !important;
  font-style: normal !important;
  text-align: center;
  vertical-align: middle;
  margin: 1px auto;
  cursor: pointer;
  background-image: none;
  border: 1px solid;
  outline: none;
  -webkit-text-stroke: 0;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.btn-top-margin,
  .btn-link.btn-top-margin {
    margin-top: 18px; }
  .btn.btn-sm,
  .btn-link.btn-sm {
    font-size: 10px !important;
    padding: 10px 25px !important; }
  .btn.btn-md,
  .btn-link.btn-md {
    font-size: 13px !important;
    padding: 13px 30px !important; }
  .btn.btn-lg,
  .btn-link.btn-lg {
    font-size: 15px !important;
    padding: 15px 40px !important; }
  .btn.btn-xl,
  .btn-link.btn-xl {
    font-size: 18px !important;
    padding: 17px 45px !important; }
  .btn.btn-shadow,
  .btn-link.btn-shadow {
    -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8); }
  .btn.btn-outline,
  .btn-link.btn-outline {
    background: transparent !important;
    border-width: 1px !important;
    border-style: solid !important; }
  .btn.btn-disable-hover:not(.allow-pointer-events),
  .btn-link.btn-disable-hover:not(.allow-pointer-events) {
    pointer-events: none !important; }
  .btn i,
  .btn-link i {
    position: relative;
    vertical-align: top;
    line-height: inherit; }
  .btn.btn-icon-left i,
  .btn-link.btn-icon-left i {
    margin-right: 10px; }
  .btn.btn-icon-right i,
  .btn-link.btn-icon-right i {
    margin-left: 10px; }
  .btn.btn-italic,
  .btn-link.btn-italic {
    font-style: italic !important; }

.btn {
  background-color: #55a2db;
  color: white !important;
  border-color: #55a2db !important; }

.btn-square {
  background-clip: padding-box;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.btn-round {
  background-clip: padding-box;
  -webkit-border-radius: 6px !important;
  border-radius: 6px !important; }

.btn-circle {
  background-clip: padding-box;
  -webkit-border-radius: 10em !important;
  border-radius: 10em !important; }

.btn-shadow {
  -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8); }

.btn-outline {
  border-style: solid; }

@media only all and (max-width: 424px) {
  .btn:not(input),
  .btn-link:not(input) {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    transform-origin: left; } }
.btn:not(.btn-outline):not(.btn-link):not(.btn-disable-hover):hover {
  border-style: solid !important; }

.btn-default {
  background: #333;
  border-color: #333;
  color: white !important;
  border-width: 1px !important;
  border-style: solid; }
  .btn-default:not(.btn-outline):not(.btn-disable-hover):hover {
    border-style: solid !important;
    border-color: #262626 !important;
    background-color: #262626; }
  .btn-default.btn-outline {
    border-color: #333 !important;
    color: #333 !important;
    background: transparent; }
    .btn-default.btn-outline:hover {
      background-color: #333 !important;
      color: white !important; }

.btn-accent-color {
  background: #f44c46;
  border-color: #f44c46;
  color: white !important; }
  .btn-accent-color.btn-outline {
    border-color: #f44c46 !important;
    color: #f44c46 !important; }
    .btn-accent-color.btn-outline:hover {
      background-color: #f44c46 !important;
      color: white !important;
      border-width: 1px !important;
      border-style: solid !important; }
  .btn-accent-color:not(.btn-outline):not(.btn-disable-hover):hover {
    border-width: 1px !important;
    border-style: solid !important; }

.btn-complementary-color {
  background: #80b148;
  border-color: #80b148;
  color: white !important; }
  .btn-complementary-color.btn-outline {
    border-color: #80b148 !important;
    color: #80b148 !important; }
    .btn-complementary-color.btn-outline:hover {
      background-color: #80b148 !important;
      color: white !important; }

/*
   .2 - Fields.
   ========================================================================== */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
  color: #666;
  border: 1px solid #ddd;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
  height: auto;
  min-height: 180px; }

/*
input, textarea, select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 5px;
	@include border-radius(2px);
}

*/
select {
  background: url(images/select.png) no-repeat scroll right center #fff;
  width: auto;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: inherit;
  padding: 10px 5px; }
  select:hover {
    border: 1px solid #b3b3b3; }
  select option {
    cursor: pointer;
    padding: 5px 7px; }
  @media only all and (min--moz-device-pixel-ratio: 1.5), only all and (-o-min-device-pixel-ratio: 3 / 2), only all and (-webkit-min-device-pixel-ratio: 1.5), only all and (min-device-pixel-ratio: 1.5), only all and (min-resolution: 144dpi), only all and (min-resolution: 1.5dppx) {
    select {
      background-size: 33px 33px;
      background-image: url(images/select@2x.png) !important; } }
  select.radius {
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

input,
textarea {
  background: #f5f5f5; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 2px transparent inset;
  display: block;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  transition: all 0.15s linear 0s;
  width: 100%; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    border-color: #C8D0DE;
    outline: medium none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 1rem;
  vertical-align: baseline; }

input[type="file"] {
  width: 100%; }

/*
   .3 - Contact.
   ========================================================================== */
.display-ie8 {
  display: none; }

.ie7 .display-ie8,
.ie9 .display-ie8,
.ie8 .display-ie8 {
  display: block; }

.nice-contact-map {
  width: 100%;
  margin-bottom: 20px; }

.nice-contact-form label {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
  color: #777; }
  .nice-contact-form label.error {
    color: #bbb;
    width: 350px; }
.nice-contact-form input, .nice-contact-form textarea {
  width: 94%;
  padding: 10px 0 10px 10px;
  margin: 1px 0 0;
  font-size: 100%;
  display: block; }
.nice-contact-form input {
  padding: 10px;
  font-size: 16px; }
  .nice-contact-form input[type=submit] {
    width: 150px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    clear: both;
    height: auto;
    padding: 10px;
    box-shadow: 0 0 0; }
    .nice-contact-form input[type=submit]:active {
      margin-top: 1px; }
  .nice-contact-form input.valid {
    background-image: url(images/tick.png);
    background-repeat: no-repeat;
    background-position: right center; }
.nice-contact-form textarea {
  height: 150px; }
.nice-contact-form #node {
  float: left;
  width: 100%;
  display: none;
  color: #fb6022;
  margin-bottom: 10px;
  text-transform: uppercase; }
.nice-contact-form #success {
  background: #48B855;
  color: #fff;
  float: left;
  font-size: 15px;
  margin-bottom: 20px;
  padding: 10px;
  width: 95%;
  display: none; }
.nice-contact-form span.required {
  color: #5bc4be;
  margin-left: 5px; }

/*
   .4 - Forms Validation.
   ========================================================================== */
span.error {
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  color: #fff;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  span.error::after {
    top: -10px;
    left: 20px;
    border-color: rgba(0, 0, 0, 0.8) transparent;
    border-width: 0 10px 10px;
    position: absolute;
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0; }

/*
   .5 - Checkout.
   ========================================================================== */
body.edd-checkout #header {
  background-color: transparent;
  background-image: none; }
body.edd-checkout #footer,
body.edd-checkout #extended-footer {
  background: transparent; }
body.edd-checkout #extended-footer .inner {
  max-width: 580px;
  border-top: 1px solid #f7f7f7;
  padding-top: 2%;
  text-align: center; }
body.edd-checkout #extended-footer p {
  float: none; }

form#edd_purchase_form fieldset > span {
  display: block; }
form#edd_purchase_form p {
  display: inline-block; }
  form#edd_purchase_form p#edd-card-number-wrap {
    float: left;
    width: 62%;
    position: relative; }
    form#edd_purchase_form p#edd-card-number-wrap .card-type {
      background: url(images/credit-card-sprite.png) 0 -132px no-repeat;
      background-size: 100%;
      position: absolute;
      width: 32px;
      height: 22px;
      right: 10px;
      bottom: 11px; }
      form#edd_purchase_form p#edd-card-number-wrap .card-type.visa {
        background-position: 0 0; }
      form#edd_purchase_form p#edd-card-number-wrap .card-type.mastercard {
        background-position: 0 -22px; }
      form#edd_purchase_form p#edd-card-number-wrap .card-type.amex {
        background-position: 0 -66px; }
      form#edd_purchase_form p#edd-card-number-wrap .card-type.discover {
        background-position: 0 -88px; }
      form#edd_purchase_form p#edd-card-number-wrap .card-type.diners, form#edd_purchase_form p#edd-card-number-wrap .card-type.diners_club_carte_blanche {
        background-position: 0 -110px; }
      form#edd_purchase_form p#edd-card-number-wrap .card-type.jcb {
        background: orange; }
  form#edd_purchase_form p#edd-card-cvc-wrap {
    width: 30%;
    float: right; }
    form#edd_purchase_form p#edd-card-cvc-wrap input[type=text] {
      background: #fff url(images/cvc.png) right 8px top 7px/40px no-repeat;
      padding-right: 60px; }
  form#edd_purchase_form p#edd-card-name-wrap {
    float: left;
    width: 62%; }
  form#edd_purchase_form p.card-expiration {
    float: right;
    width: 30%; }
    form#edd_purchase_form p.card-expiration select {
      width: 75px;
      padding: 5.5px 10px; }
    form#edd_purchase_form p.card-expiration span.exp-divider {
      display: none; }

.container {
  position: relative;
  margin: 0 auto;
  width: auto;
  padding: 0 15px; }
  @media (min-width: 750px) and (max-width: 969px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1080px) {
    .container {
      max-width: 1080px; } }

.grid {
  overflow: hidden;
  margin-left: -1.5%; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid .columns-2:nth-child(2n+1) {
    clear: both; }
  .grid .columns-3:nth-child(3n+1) {
    clear: both; }
  .grid .columns-4:nth-child(4n+1) {
    clear: both; }
  .grid .columns-5:nth-child(5n+1) {
    clear: both; }
  .grid .columns-6:nth-child(6n+1) {
    clear: both; }
  .grid .columns-7:nth-child(7n+1) {
    clear: both; }
  .grid .columns-8:nth-child(8n+1) {
    clear: both; }
  .grid .columns-9:nth-child(9n+1) {
    clear: both; }
  .grid .columns-10:nth-child(10n+1) {
    clear: both; }
  .grid .columns-11:nth-child(11n+1) {
    clear: both; }
  .grid .columns-12:nth-child(12n+1) {
    clear: both; }

html [class*='columns-'] {
  float: left;
  padding-left: 1.5%;
  padding-right: 1.5%; }
  @media (max-width: 969px) {
    html [class*='columns-'] {
      width: auto; } }
html [class*='columns-'] img {
  max-width: 100%;
  height: auto; }
html .col-2-3 {
  width: 66.66%; }
html .columns-1 {
  width: 100%; }
  @media (max-width: 749px) {
    html .columns-1 {
      width: 100%; } }
html .columns-2 {
  width: 50%; }
  @media (max-width: 749px) {
    html .columns-2 {
      width: 100%; } }
html .columns-3 {
  width: 33.33%; }
  @media (max-width: 749px) {
    html .columns-3 {
      width: 100%; } }
html .columns-4 {
  width: 25%; }
  @media (max-width: 749px) {
    html .columns-4 {
      width: 100%; } }
html .columns-5 {
  width: 20%; }
  @media (max-width: 749px) {
    html .columns-5 {
      width: 100%; } }
html .columns-6 {
  width: 16.66%; }
  @media (max-width: 749px) {
    html .columns-6 {
      width: 100%; } }
html .columns-7 {
  width: 14.28%; }
  @media (max-width: 749px) {
    html .columns-7 {
      width: 100%; } }
html .columns-8 {
  width: 12.5%; }
  @media (max-width: 749px) {
    html .columns-8 {
      width: 100%; } }
html .columns-9 {
  width: 11.11%; }
  @media (max-width: 749px) {
    html .columns-9 {
      width: 100%; } }
html .columns-10 {
  width: 10%; }
  @media (max-width: 749px) {
    html .columns-10 {
      width: 100%; } }
html .columns-11 {
  width: 9.09%; }
  @media (max-width: 749px) {
    html .columns-11 {
      width: 100%; } }
html .columns-12 {
  width: 8.33%; }
  @media (max-width: 749px) {
    html .columns-12 {
      width: 100%; } }

.grid-pad {
  padding: 20px 0 20px 20px; }
  .grid-pad > [class*='col-']:last-of-type {
    padding-right: 20px; }

/**
 * Responsive grid.
 */
.row {
  padding-bottom: 3%;
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row > [class*='col-sm-'],
  .row > [class*='col-md-'],
  .row > [class*='col-lg-'] {
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left; }
  .row > [class*='col-md-'],
  .row > [class*='col-lg-'] {
    float: left;
    width: 100%; }
  @media (max-width: 749px) {
    .row > [class*='col-'] {
      width: 100%; } }
  @media (max-width: 749px) {
    .row .col-xs-1 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-1 {
      width: 8.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-1:not([class*='col-md-']) {
      width: 8.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-sm-1:not([class*='col-lg-']) {
      width: 8.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-1 {
      width: 8.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-1:not([class*='col-sm-']) {
      width: 8.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-md-1:not([class*='col-lg-']) {
      width: 8.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-lg-1 {
      width: 8.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-1:not([class*='col-sm-']) {
      width: 8.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-1:not([class*='col-md-']) {
      width: 8.3333333333%; } }
  @media (max-width: 749px) {
    .row .col-xs-2 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-2 {
      width: 16.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-2:not([class*='col-md-']) {
      width: 16.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-sm-2:not([class*='col-lg-']) {
      width: 16.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-2 {
      width: 16.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-2:not([class*='col-sm-']) {
      width: 16.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-md-2:not([class*='col-lg-']) {
      width: 16.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-lg-2 {
      width: 16.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-2:not([class*='col-sm-']) {
      width: 16.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-2:not([class*='col-md-']) {
      width: 16.6666666667%; } }
  @media (max-width: 749px) {
    .row .col-xs-3 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-3 {
      width: 25%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-3:not([class*='col-md-']) {
      width: 25%; } }
  @media (min-width: 1080px) {
    .row .col-sm-3:not([class*='col-lg-']) {
      width: 25%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-3 {
      width: 25%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-3:not([class*='col-sm-']) {
      width: 25%; } }
  @media (min-width: 1080px) {
    .row .col-md-3:not([class*='col-lg-']) {
      width: 25%; } }
  @media (min-width: 1080px) {
    .row .col-lg-3 {
      width: 25%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-3:not([class*='col-sm-']) {
      width: 25%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-3:not([class*='col-md-']) {
      width: 25%; } }
  @media (max-width: 749px) {
    .row .col-xs-4 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-4 {
      width: 33.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-4:not([class*='col-md-']) {
      width: 33.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-sm-4:not([class*='col-lg-']) {
      width: 33.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-4 {
      width: 33.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-4:not([class*='col-sm-']) {
      width: 33.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-md-4:not([class*='col-lg-']) {
      width: 33.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-lg-4 {
      width: 33.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-4:not([class*='col-sm-']) {
      width: 33.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-4:not([class*='col-md-']) {
      width: 33.3333333333%; } }
  @media (max-width: 749px) {
    .row .col-xs-5 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-5 {
      width: 41.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-5:not([class*='col-md-']) {
      width: 41.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-sm-5:not([class*='col-lg-']) {
      width: 41.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-5 {
      width: 41.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-5:not([class*='col-sm-']) {
      width: 41.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-md-5:not([class*='col-lg-']) {
      width: 41.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-lg-5 {
      width: 41.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-5:not([class*='col-sm-']) {
      width: 41.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-5:not([class*='col-md-']) {
      width: 41.6666666667%; } }
  @media (max-width: 749px) {
    .row .col-xs-6 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-6 {
      width: 50%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-6:not([class*='col-md-']) {
      width: 50%; } }
  @media (min-width: 1080px) {
    .row .col-sm-6:not([class*='col-lg-']) {
      width: 50%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-6 {
      width: 50%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-6:not([class*='col-sm-']) {
      width: 50%; } }
  @media (min-width: 1080px) {
    .row .col-md-6:not([class*='col-lg-']) {
      width: 50%; } }
  @media (min-width: 1080px) {
    .row .col-lg-6 {
      width: 50%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-6:not([class*='col-sm-']) {
      width: 50%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-6:not([class*='col-md-']) {
      width: 50%; } }
  @media (max-width: 749px) {
    .row .col-xs-7 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-7 {
      width: 58.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-7:not([class*='col-md-']) {
      width: 58.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-sm-7:not([class*='col-lg-']) {
      width: 58.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-7 {
      width: 58.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-7:not([class*='col-sm-']) {
      width: 58.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-md-7:not([class*='col-lg-']) {
      width: 58.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-lg-7 {
      width: 58.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-7:not([class*='col-sm-']) {
      width: 58.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-7:not([class*='col-md-']) {
      width: 58.3333333333%; } }
  @media (max-width: 749px) {
    .row .col-xs-8 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-8 {
      width: 66.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-8:not([class*='col-md-']) {
      width: 66.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-sm-8:not([class*='col-lg-']) {
      width: 66.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-8 {
      width: 66.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-8:not([class*='col-sm-']) {
      width: 66.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-md-8:not([class*='col-lg-']) {
      width: 66.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-lg-8 {
      width: 66.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-8:not([class*='col-sm-']) {
      width: 66.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-8:not([class*='col-md-']) {
      width: 66.6666666667%; } }
  @media (max-width: 749px) {
    .row .col-xs-9 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-9 {
      width: 75%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-9:not([class*='col-md-']) {
      width: 75%; } }
  @media (min-width: 1080px) {
    .row .col-sm-9:not([class*='col-lg-']) {
      width: 75%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-9 {
      width: 75%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-9:not([class*='col-sm-']) {
      width: 75%; } }
  @media (min-width: 1080px) {
    .row .col-md-9:not([class*='col-lg-']) {
      width: 75%; } }
  @media (min-width: 1080px) {
    .row .col-lg-9 {
      width: 75%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-9:not([class*='col-sm-']) {
      width: 75%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-9:not([class*='col-md-']) {
      width: 75%; } }
  @media (max-width: 749px) {
    .row .col-xs-10 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-10 {
      width: 83.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-10:not([class*='col-md-']) {
      width: 83.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-sm-10:not([class*='col-lg-']) {
      width: 83.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-10 {
      width: 83.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-10:not([class*='col-sm-']) {
      width: 83.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-md-10:not([class*='col-lg-']) {
      width: 83.3333333333%; } }
  @media (min-width: 1080px) {
    .row .col-lg-10 {
      width: 83.3333333333%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-10:not([class*='col-sm-']) {
      width: 83.3333333333%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-10:not([class*='col-md-']) {
      width: 83.3333333333%; } }
  @media (max-width: 749px) {
    .row .col-xs-11 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-11 {
      width: 91.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-11:not([class*='col-md-']) {
      width: 91.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-sm-11:not([class*='col-lg-']) {
      width: 91.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-11 {
      width: 91.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-11:not([class*='col-sm-']) {
      width: 91.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-md-11:not([class*='col-lg-']) {
      width: 91.6666666667%; } }
  @media (min-width: 1080px) {
    .row .col-lg-11 {
      width: 91.6666666667%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-11:not([class*='col-sm-']) {
      width: 91.6666666667%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-11:not([class*='col-md-']) {
      width: 91.6666666667%; } }
  @media (max-width: 749px) {
    .row .col-xs-12 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-sm-12 {
      width: 100%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-sm-12:not([class*='col-md-']) {
      width: 100%; } }
  @media (min-width: 1080px) {
    .row .col-sm-12:not([class*='col-lg-']) {
      width: 100%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-md-12 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-md-12:not([class*='col-sm-']) {
      width: 100%; } }
  @media (min-width: 1080px) {
    .row .col-md-12:not([class*='col-lg-']) {
      width: 100%; } }
  @media (min-width: 1080px) {
    .row .col-lg-12 {
      width: 100%; } }
  @media (min-width: 750px) and (max-width: 969px) {
    .row .col-lg-12:not([class*='col-sm-']) {
      width: 100%; } }
  @media (min-width: 970px) and (max-width: 1079px) {
    .row .col-lg-12:not([class*='col-md-']) {
      width: 100%; } }

/*.grid {
  overflow: hidden;
  margin-left: -$size__grid-gutter; }

.grid:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad {
  padding: 20px 0 20px 20px; }

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.row { padding-bottom: $size__grid-gutter; }

.grid {
[class*='columns-'] {
  float: left;
  padding-left: $size__grid-gutter; }

[class*='columns-']:last-of-type {
  padding-right: 0; }


[class*='columns-'] img {
  max-width: 100%;
  height: auto; }

.col-2-3 {
  width: 66.66%; }

.columns-1 {
  width: 100%; }

.columns-2 {
  width: 50%; }

.columns-3 {
  width: 33.33%; }

.columns-4 {
  width: 25%; }

.columns-5 {
  width: 20%; }

.columns-6 {
  width: 16.66%; }

.columns-7 {
  width: 14.28%; }

.columns-8 {
  width: 12.5%; }

.columns-9 {
  width: 11.11%; }

.columns-10 {
  width: 10%; }

.columns-11 {
  width: 9.09%; }

.columns-12 {
  width: 8.33%; }
}*/
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }
