/* ==========================================================================
   Normalize.css
   ========================================================================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   HTML5 Boilerplate (modified!)
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    scroll-behavior: smooth;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    border: 0;
    padding: 0;
    height: 0;
    margin: 15px auto;
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Image replacement */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*  For IE 6/7 only. Include this rule to trigger hasLayout and contain floats */

.clearfix {
    *zoom: 1;
}

/* My classes */

.invisible {
    display: none;
}

.preview_r {
    float: right;
    margin: 5px 0 20px 20px;
}

.preview_l {
    float: left;
    margin: 5px 20px 20px 0;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* Hidden link (as other text)*/
.ilink, .ilink:hover, .ilink:focus, .ilink:active {
    color: #000;
    font-family: 'Droid Sans', Arial, sans-serif;
    cursor: text;
    outline: none;
    text-decoration: none;
}

.credit {
    color: #888;
    margin-top: 5px;
    font-size: small;
}

a.credit, a.credit:hover, a.credit:focus, a.credit:active {
    color: #888;
    font-style: italic;
}

.dots {
    border-bottom: 1px dotted #000;
}

.dots:hover {
    border-bottom: 0px;
}

.banner {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.note {
    display: inline-block;
    position: relative !important;
    background-color: #fff5f5;
    border: 1px solid #ffebeb;
    padding: 5px 10px 5px 35px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.note:before {
    color: #ff6464;

    font-family: FontAwesome;
    content: "\f0a4"; /* fa-hand-o-right */
    text-align: center;
    display: inline-block;

    font-size: 130%;
    margin: -2px 0 0 -25px;

    position: absolute;
}

.path {
    display: inline-block;
    background-color: #f0f9fd;
    border: 1px solid #cce6ff;
    padding: 5px 10px;
    cursor: help;
    margin: 0 0 10px 0;
    font-weight: bold;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.hint {
    cursor: help;
    border-bottom: 1px dotted #000;
}

.smallfont {
    font-size: small;
}

.red {
    color: #dc143c;
}

.green {
    color: #43a955;
}

.h1 {
    color: #0066B1;
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

img.responsive {
    max-width: 100%;
}

.ticks, .bullets {
    list-style-type: none;
}

.ticks > li:before {
    font-family: FontAwesome;
    content: "\f00c"; /* icon-ok */
    text-indent: -2em;
    text-align: center;
    color: #769D00;
    display: inline-block;
}

.bullets > li:before {
    font-family: FontAwesome;
    content: "\f111"; /* fa-circle */
    text-indent: -2em;
    text-align: center;
    color: #222;
    display: inline-block;
    font-size: 0.7em;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.nle {
    margin: 30px auto 20px auto;
}

.columns3 {
    column-count: 3;
}

.columns2 {
    column-count: 2;
}


/* ==========================================================================
   Vimeo/YouTube
   ========================================================================== */

.video-container {
    position: relative !important;
    padding-bottom: 56.25% !important; /* 16:9 */
    height: 0 !important;
    overflow: hidden !important;
    max-width: 100% !important;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container .play-button {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-button-hot.png) no-repeat scroll center center transparent;
    cursor: pointer;
}

.video-container .play-button.loading {
    background: url(../img/loader.gif) no-repeat scroll center center transparent;
}

.video-container img.thumbnail {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
    height: auto;
    max-width: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* ==========================================================================
   Main Layout
   ========================================================================== */

html, body {
    height: 100%;
}

body {
    background: #E0E0E0 url(data:image/gif;base64,R0lGODdhBQAFAIACAJSUlJ6eniwAAAAABQAFAAACB0SOZ4obXgAAOw==);
    color: #222;
    font: 14px 'Droid Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#wrapper {
    background: #FFF;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -30px;
    padding: 0;
    width: 100%;
    max-width: 960px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.5);
}

#pageheader {
    background: #CCE6FF url(../img/header.jpg?v=2) no-repeat top left;
    height: 50px;
    margin: 0;
    padding: 0;
    position: relative;
}

#content {
    margin: 0;
    padding: 30px;
}

#pagefooter {
    background: #99CC00;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 960px;
}

#pagefooter nav {
    padding: 0 10px;
}

#pagefooter a {
    text-decoration: underline;
    color: #222;
}

#pagefooter a:hover, #pagefooter a:focus {
    text-decoration: none;
    color: #222;
}

/* ==========================================================================
   LazyLoad
   ========================================================================== */
.no-js img.lazyload {
    display: none;
}

.lazyload {
    opacity: 1 !important;
    background: #fff url(../img/loader.gif) no-repeat scroll center;
    background-size: auto auto !important;
}

.lazyloading {
    opacity: 1 !important;
    background: #fff url(../img/loader.gif) no-repeat scroll center;
    background-size: auto auto !important;
}

.lazyloaded {
    background: #fff;
}

/* ==========================================================================
   Follow Us block
   ========================================================================== */

#followus {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#followus a {
    display: inline-block;
    background: transparent;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    outline: none;
    opacity: 0.7;
}

#followus a.twitter {
    background: url(../img/share.png?v=4) -32px 0 no-repeat;
}

#followus a.youtube {
    background: url(../img/share.png?v=4) -160px 0 no-repeat;
}

#followus a:hover {
    opacity: 1;
}

/* ==========================================================================
   Share block
   ========================================================================== */

.social-likes, div .social-likes {
    margin: 30px auto;
}

.social-likes-video {
    float: left;
    margin: 0 !important;
}

/* ==========================================================================
   Zebra Accordion
   ========================================================================== */

.Zebra_Accordion dt {
    cursor: pointer;
    background: #CCE6FF;
    color: #0066B1;
    font-weight: bold;
    padding: 5px 5px 5px 25px;
    margin: 3px;
    text-align: center;
    font-size: 16px;
    position: relative;
    /*transition: background-color 0.3s ease-in-out;*/
}

.Zebra_Accordion dt:hover {
    background: #c7e1fa;
}

.Zebra_Accordion dt.Zebra_Accordion_Expanded {
    background-color: #0066B1;
    color: #fff;
}

.Zebra_Accordion dt:before {
    font-family: FontAwesome;
    content: "\f138"; /* chevron-circle-right */
    color: #0066B1;
    position: absolute;
    left: 8px;
    top: 6px;
    font-size: 16px;
    /*transition: transform 0.3s ease-in-out;*/
}

.Zebra_Accordion dt.Zebra_Accordion_Expanded:before {
    color: #fff;
    transform: rotate(90deg);
}

.Zebra_Accordion dd {
    padding: 10px;
    margin: 0
}

/* ==========================================================================
  Social Locker
   ========================================================================== */

.onp-sl-text {
    font-family: 'Droid Sans', Arial, sans-serif !important;
}

.onp-sl-timer-label {
    font-size: 16px !important;
    color: #dc143c;
}

/* ==========================================================================
   Swift Search
   ========================================================================== */

#searchPanel {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#searchPanel i {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 30px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #999;
}

#st-search-input {
    width: 100%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #999;
    background-color: #1b1b1b;
    color: #cce6ff;
    margin: 0;
    padding: 0 10px 0 35px;
    text-transform: uppercase;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
}

.st-result-listing {
    font-family: 'Droid Sans', Arial, sans-serif;
}

.st-result-listing a {
    font-size: 16px !important;
}

.st-result-listing .st-snippet {
    font-size: 14px !important;
}

/* ==========================================================================
   Screenshots
   ========================================================================== */

.screenshot img {

    padding: 5px;

    background-size: 30px 30px;
    background-image: none;

    -webkit-animation-name: stripes;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-play-state: paused;

    animation-name: stripes;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-play-state: paused;

    border: 1px solid transparent;
    transition: border-color 0.1s;
}

.screenshot a:hover img, .screenshot a:active img {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    border: 1px solid #eee;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 60px 30px;
    }
}

@keyframes stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 60px 30px;
    }
}

/* ==========================================================================
  Tile Grid
   ========================================================================== */

.tilegrid2, .tilegrid3 {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.tile {
    display: block;
    float: left;
    margin: 0px;
    padding: 1%;
    box-sizing: border-box;
}

.tilegrid2 .tile {
    width: 50%
}

.tilegrid2 .tile:nth-child(2n+1) {
    clear: both;
}

.tilegrid3 .tile {
    width: 33.33%;
}

.tilegrid3 .tile:nth-child(3n+1) {
    clear: both;
}

@media only screen and (max-width: 720px) {
    .tilegrid3 .tile {
        width: 50%;
    }

    .tilegrid3 .tile:nth-child(3n+1) {
        clear: none;
    }

    .tilegrid3 .tile:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .tile {
        width: 100% !important;
    }
}

/* ==========================================================================
  Layout Grid
   ========================================================================== */
.row {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;

    box-sizing: border-box;
}

.col:first-child {
    margin-left: 0;
}

/* all browsers except IE6 and lower */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

/*  GRID OF TWO   ============================================================================= */

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_2_of_2 {
        width: 100%;
    }

    .span_1_of_2 {
        width: 100%;
    }
}

/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.13%;
}

.span_1_of_3 {
    width: 32.26%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_3_of_3 {
        width: 100%;
    }

    .span_2_of_3 {
        width: 100%;
    }

    .span_1_of_3 {
        width: 100%;
    }
}

/*  GRID OF FOUR   ============================================================================= */

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_4_of_4 {
        width: 100%;
    }

    .span_3_of_4 {
        width: 100%;
    }

    .span_2_of_4 {
        width: 100%;
    }

    .span_1_of_4 {
        width: 100%;
    }
}

/*  GRID OF FIVE   ============================================================================= */

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_5_of_5 {
        width: 100%;
    }

    .span_4_of_5 {
        width: 100%;
    }

    .span_3_of_5 {
        width: 100%;
    }

    .span_2_of_5 {
        width: 100%;
    }

    .span_1_of_5 {
        width: 100%;
    }
}

/*  GRID OF SIX   ============================================================================= */

.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.06%;
}

.span_4_of_6 {
    width: 66.13%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.26%;
}

.span_1_of_6 {
    width: 15.33%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_6_of_6 {
        width: 100%;
    }

    .span_5_of_6 {
        width: 100%;
    }

    .span_4_of_6 {
        width: 100%;
    }

    .span_3_of_6 {
        width: 100%;
    }

    .span_2_of_6 {
        width: 100%;
    }

    .span_1_of_6 {
        width: 100%;
    }
}

/*  GRID OF SEVEN   ============================================================================= */

.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48%;
}

.span_5_of_7 {
    width: 70.97%;
}

.span_4_of_7 {
    width: 56.45%;
}

.span_3_of_7 {
    width: 41.94%;
}

.span_2_of_7 {
    width: 27.42%;
}

.span_1_of_7 {
    width: 12.91%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_7_of_7 {
        width: 100%;
    }

    .span_6_of_7 {
        width: 100%;
    }

    .span_5_of_7 {
        width: 100%;
    }

    .span_4_of_7 {
        width: 100%;
    }

    .span_3_of_7 {
        width: 100%;
    }

    .span_2_of_7 {
        width: 100%;
    }

    .span_1_of_7 {
        width: 100%;
    }
}

/*  GRID OF EIGHT   ============================================================================= */

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_8_of_8 {
        width: 100%;
    }

    .span_7_of_8 {
        width: 100%;
    }

    .span_6_of_8 {
        width: 100%;
    }

    .span_5_of_8 {
        width: 100%;
    }

    .span_4_of_8 {
        width: 100%;
    }

    .span_3_of_8 {
        width: 100%;
    }

    .span_2_of_8 {
        width: 100%;
    }

    .span_1_of_8 {
        width: 100%;
    }
}

/*  GRID OF NINE   ============================================================================= */

.span_9_of_9 {
    width: 100%;
}

.span_8_of_9 {
    width: 88.71%;
}

.span_7_of_9 {
    width: 77.42%;
}

.span_6_of_9 {
    width: 66.13%;
}

.span_5_of_9 {
    width: 54.84%;
}

.span_4_of_9 {
    width: 43.55%;
}

.span_3_of_9 {
    width: 32.26%;
}

.span_2_of_9 {
    width: 20.97%;
}

.span_1_of_9 {
    width: 9.68%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_9_of_9 {
        width: 100%;
    }

    .span_8_of_9 {
        width: 100%;
    }

    .span_7_of_9 {
        width: 100%;
    }

    .span_6_of_9 {
        width: 100%;
    }

    .span_5_of_9 {
        width: 100%;
    }

    .span_4_of_9 {
        width: 100%;
    }

    .span_3_of_9 {
        width: 100%;
    }

    .span_2_of_9 {
        width: 100%;
    }

    .span_1_of_9 {
        width: 100%;
    }
}

/*  GRID OF TEN   ============================================================================= */

.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_10_of_10 {
        width: 100%;
    }

    .span_9_of_10 {
        width: 100%;
    }

    .span_8_of_10 {
        width: 100%;
    }

    .span_7_of_10 {
        width: 100%;
    }

    .span_6_of_10 {
        width: 100%;
    }

    .span_5_of_10 {
        width: 100%;
    }

    .span_4_of_10 {
        width: 100%;
    }

    .span_3_of_10 {
        width: 100%;
    }

    .span_2_of_10 {
        width: 100%;
    }

    .span_1_of_10 {
        width: 100%;
    }
}

/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
    width: 100%;
}

.span_10_of_11 {
    width: 90.76%;
}

.span_9_of_11 {
    width: 81.52%;
}

.span_8_of_11 {
    width: 72.29%;
}

.span_7_of_11 {
    width: 63.05%;
}

.span_6_of_11 {
    width: 53.81%;
}

.span_5_of_11 {
    width: 44.58%;
}

.span_4_of_11 {
    width: 35.34%;
}

.span_3_of_11 {
    width: 26.1%;
}

.span_2_of_11 {
    width: 16.87%;
}

.span_1_of_11 {
    width: 7.63%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_11_of_11 {
        width: 100%;
    }

    .span_10_of_11 {
        width: 100%;
    }

    .span_9_of_11 {
        width: 100%;
    }

    .span_8_of_11 {
        width: 100%;
    }

    .span_7_of_11 {
        width: 100%;
    }

    .span_6_of_11 {
        width: 100%;
    }

    .span_5_of_11 {
        width: 100%;
    }

    .span_4_of_11 {
        width: 100%;
    }

    .span_3_of_11 {
        width: 100%;
    }

    .span_2_of_11 {
        width: 100%;
    }

    .span_1_of_11 {
        width: 100%;
    }
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.53%;
}

.span_10_of_12 {
    width: 83.06%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.13%;
}

.span_7_of_12 {
    width: 57.66%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.73%;
}

.span_4_of_12 {
    width: 32.26%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.33%;
}

.span_1_of_12 {
    width: 6.86%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12 {
        width: 100%;
    }

    .span_11_of_12 {
        width: 100%;
    }

    .span_10_of_12 {
        width: 100%;
    }

    .span_9_of_12 {
        width: 100%;
    }

    .span_8_of_12 {
        width: 100%;
    }

    .span_7_of_12 {
        width: 100%;
    }

    .span_6_of_12 {
        width: 100%;
    }

    .span_5_of_12 {
        width: 100%;
    }

    .span_4_of_12 {
        width: 100%;
    }

    .span_3_of_12 {
        width: 100%;
    }

    .span_2_of_12 {
        width: 100%;
    }

    .span_1_of_12 {
        width: 100%;
    }
}

/* ==========================================================================
   Menu
   ========================================================================== */

/* Current menu item */
#b_home #menu_home > a,
#b_products #menu_products > a,
#b_testimonials #menu_testimonials > a,
#b_download #menu_download > a,
#b_purchase #menu_purchase > a,
#b_support #menu_support > a {
    color: #fff;
}

/* ==========================================================================
   Some fixes
   ========================================================================== */

/* Chosen control fix */
.search-choice-close {
    cursor: pointer;
}

/*  bxSlider fix */
.bx-wrapper div > img {
    margin: 0 auto;
}

.galleria-fullscreen {
    visibility: hidden;
}

.fancybox-caption {
    font-size: 24px !important;
    font-weight: bold !important;
}

/* ==========================================================================
   Defaults
   ========================================================================== */

h1 {
    color: #0066B1;
    font-size: 18px;
}

h2 {
    color: #769D00;
    font-size: 16px;
}

h3 {
    color: #000;
    font-size: 14px;
}

a {
    color: #0066B1;
    outline: none; /* for FF */
    text-decoration: none
}

a:hover, a:focus {
    color: #769D00;
    text-decoration: underline
}

a img {
    border: none
}

abbr {
    cursor: help;
}

em {
    font-style: normal;
    text-decoration: underline;
}

optgroup {
    font-style: normal;
    color: #FFF;
    background-color: #000;
    text-align: center;
}

optgroup option {
    font-style: normal;
    color: #222;
    background-color: #FFF;
    text-align: left;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 140%;
    white-space: pre;
    white-space: pre-wrap;
    background: #faf8f0;
    padding: 3px 20px;
    border-left: 3px solid #00cc00;
    display: inline-block;
}

/* ==========================================================================
   Price tag
   ========================================================================== */

.price-tag {
    display: inline-block;

    width: auto;
    height: 26px;

    background-color: #dc143c;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;

    border-left: 1px solid #dc143c;

    /* This makes room for the triangle */
    margin-left: 13px;

    position: relative;

    color: white;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;

    padding: 0 10px 0 10px;
}

/* Makes the triangle */
.price-tag:before {
    content: "";
    position: absolute;
    display: block;
    left: -13px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #dc143c;
}

/* Makes the circle */
.price-tag:after {
    content: "";
    background-color: white;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: -4px;
    top: 10px;
}

.price-tag.price-free:before {
    border-right: 13px solid #0361AA !important;
}

.price-free {
    background-color: #0361AA !important;
    border-left: 1px solid #0361AA !important;
}

/* ==========================================================================
   Templates
   ========================================================================== */

.template {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.template h3 {
    font-size: 16px;
}

.templates .descr {
    font-size: 14px;
    font-weight: normal;
}

.template img {
    opacity: 0.85;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

    max-width: 100%;
    width: 100%;
}

.template .btn {
    opacity: 0;
}

.ribbon_free {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/ribbon_free.png)
}

.template:hover .btn {
    opacity: 1;
}

.template .clip {
    position: relative;
    display: inline-block;
    background-color: #000;
    /*max-width: 100%;    */
    overflow: hidden;
    padding: 0;
    border: 6px solid #FFF;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.15), 0 0 6px rgba(0, 0, 0, 0.1);
}

.template a.clip:hover img, .template a.clip:focus img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.template a.clip:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-button-idle.png) no-repeat scroll center center transparent;
    visibility: hidden;
}

.template a.play:after {
    visibility: visible !important;
}

.template a.clip:hover:after {
    background: url(../img/play-button-hot.png) no-repeat scroll center center transparent;
    visibility: visible;
}

/* ==========================================================================
   Testimonials
   ========================================================================== */

.testimonial {
    background: #ececec;
    text-align: justify;
    width: 90%;

    padding: 10px 20px;
    margin: 20px auto;
    border: 1px solid #bfbfbf;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#testimonials .testimonial {
    margin: 0;
}

.client {
    font-weight: bold;
    text-align: right;
    padding: 0px;
    margin: 0px;
}

/*.client a {*/
/*text-decoration: underline;*/
/*color: #222;*/
/*}*/

/*.client a:hover {*/
/*text-decoration: none;*/
/*}*/

.icon-muted {
    color: #c9c8cb !important;
}

/* ==========================================================================
   Downloads/Purchase pages
   ========================================================================== */

.ptable {
    border-spacing: 5px;
    border-collapse: separate;
    width: 100%;
}

.zebra tr:nth-of-type(2n+3) {
    background-color: #efefef;
}

.ptable caption {
    font-weight: bold;
    color: #769D00;
    font-size: 16px;
    margin: 5px 0;
}

.ptable td, .ptable th {
    border: 0;
    padding: 5px;
    vertical-align: middle;
}

.ptable th {
    background-color: #CCE6FF;
}

.ptable .product .fa-info-circle, .ptable .product .fa-level-up {
    display: inline-block;
    float: right;
    visibility: hidden;
    width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    color: #0066B1;
}

.ptable .product:hover .fa-info-circle, .ptable .product:hover .fa-level-up {
    visibility: visible;
}

.ptable td.product {
    width: 27%;
    text-align: left;
}

.ptable td.sysreq {
    width: 15%;
}

.ptable td.version, .ptable td.price {
    width: 6%;
    text-align: center;
}

.ptable td.size {
    width: 8%;
    text-align: center;
}

.ptable td.sysreq, .ptable td.info {
    text-align: left;
    font-size: small;
    width: auto;
}

/* ==========================================================================
   Buttons
   ========================================================================== */

.btn.download {
    background-color: hsl(202, 85%, 77%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f9fd", endColorstr="#92d1f6");
    background-image: -moz-linear-gradient(top, #f0f9fd, #92d1f6);
    background-image: -ms-linear-gradient(top, #f0f9fd, #92d1f6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f9fd), color-stop(100%, #92d1f6));
    background-image: -webkit-linear-gradient(top, #f0f9fd, #92d1f6);
    background-image: -o-linear-gradient(top, #f0f9fd, #92d1f6);
    background-image: linear-gradient(#f0f9fd, #92d1f6);
    border-color: #92d1f6 #92d1f6 hsl(202, 85%, 72%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn.purchase {
    background-color: hsl(88, 45%, 58%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c8e0ad", endColorstr="#97c463");
    background-image: -moz-linear-gradient(top, #c8e0ad, #97c463);
    background-image: -ms-linear-gradient(top, #c8e0ad, #97c463);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c8e0ad), color-stop(100%, #97c463));
    background-image: -webkit-linear-gradient(top, #c8e0ad, #97c463);
    background-image: -o-linear-gradient(top, #c8e0ad, #97c463);
    background-image: linear-gradient(#c8e0ad, #97c463);
    border-color: #97c463 #97c463 hsl(88, 45%, 53%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn.red {
    background-color: hsl(0, 69%, 39%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de4e4e", endColorstr="#a81e1e");
    background-image: -moz-linear-gradient(top, #de4e4e, #a81e1e);
    background-image: -ms-linear-gradient(top, #de4e4e, #a81e1e);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de4e4e), color-stop(100%, #a81e1e));
    background-image: -webkit-linear-gradient(top, #de4e4e, #a81e1e);
    background-image: -o-linear-gradient(top, #de4e4e, #a81e1e);
    background-image: linear-gradient(#de4e4e, #a81e1e);
    border-color: #a81e1e #a81e1e hsl(0, 69%, 34%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
}

.btn {
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    margin: 5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    text-decoration: none !important;
}

.btn.compact {
    margin: 5px 2px !important;
}

.btn:hover {
    background-position: 0 -15px;
    text-decoration: none !important;
}

/*.btn:focus {*/
/*outline: 1px dotted #666;*/
/*}*/

.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn[disabled] {
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.large {
    font-size: 16px;
    line-height: normal;
    padding: 9px 14px 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn.small {
    padding: 7px 9px 7px;
    font-size: 12px;
}

:root .btn {
    border-radius: 0 \0;
}

button.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ==========================================================================
   Tab pages
   ========================================================================== */

.tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tabs > input[type="radio"] {
    display: none;
}

.tabs > label {
    margin: 5px;
    padding: 15px 20px;
    color: #666;
    background-color: #e9f1fc;
    cursor: pointer;
    width: auto;

    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}

.tabs > label:hover {
    background-color: #c4dfff;
    color: #666;
}

.tabs > label:active,
.tabs > input[type="radio"]:checked + label {
    background-color: #2a70e8;
    color: #fff;
}

.tabs > div {
    display: none;
    padding: 5px;
    width: 100%;
    order: 99;
}

/*.hideintabs {*/
/*display: none;*/
/*}*/

.tabs > input[type="radio"]:checked + label + div {
    display: block;
}

@media (max-width: 600px) {
    .tabs.accordion > label {
        width: 100%;
    }

    .tabs.accordion > div {
        order: 0;
    }

    /*.tabs > div .hideintabs  {*/
    /*display: block;*/
    /*}*/
}

/* ==========================================================================
   Before/After image comparison
   ========================================================================== */

/* Images compare main container */
.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

/* Images compare front element */
.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}

/* Images compare back element */
.images-compare-after {
    pointer-events: none;
}

/* Responsive image settings */
.images-compare-before img, .images-compare-after img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Separator (thin vertical blank line) */
.images-compare-separator {
    position: absolute;
    background: white;
    height: 100%;
    width: 2px;
    z-index: 3;
    left: 0;
    top: 0;
}

/* Drag handle (circle) */
.images-compare-handle {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -17px;
    margin-top: -18px;
    border: 2px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    z-index: 4;
    background: #000;
    cursor: pointer;
}

/* Drag handle arrows */
.images-compare-left-arrow, .images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}

.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

/* Label */
.images-compare-label {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
    display: none;
}

.images-compare-container .images-compare-label {
    display: inherit;
}

.images-compare-before .images-compare-label {
    left: 10px;
}

.images-compare-after .images-compare-label {
    left: auto;
    right: 10px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 960px) {

    .hide960 {
        display: none;
    }

}

@media only screen and (max-width: 720px) {

    .hide720 {
        display: none;
    }

    .template h3 {
        font-size: 13px;
    }

    .template .descr {
        font-size: 12px;
    }

    .ptable {
        border-spacing: 0px;
        border-collapse: collapse;
    }

    .galleria-fullscreen {
        visibility: visible;
    }

    .columns3 {
        column-count: 2;
    }
}

@media only screen and (max-width: 480px) {

    #content {
        padding: 10px;
    }

    .banner {
        margin: 20px 0 !important;
    }

    .template {
        text-align: center;
    }

    .template h3 {
        font-size: 16px;
    }

    .template .descr {
        font-size: 14px;
    }

    .template.preview_r {
        float: none;
        margin: 0px auto;
    }

    .hide480 {
        display: none;
    }

    .show480 {
        display: block;
    }

    #st-search-input {
        font-size: 12px;
    }

    .ptable td, .ptable th {
        padding: 2px;
    }

    .Zebra_Accordion dd {
        padding: 5px 0;
    }

    .columns3, .columns2 {
        column-count: auto;
    }
}

@media only screen and (min-width: 481px) {
    .show480 {
        display: none;
    }
}

@media (hover: none) {
    .mobileOpaque {
        opacity: 1 !important;
    }

    .hideMobile {
        display: none;
    }
}

/* ==========================================================================
   Sky Mega Menu
   ========================================================================== */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);*/

/**/
/* defaults */
/**/
.sky-mega-menu,
.sky-mega-menu * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.sky-mega-menu {
    font-family: 'Droid Sans', Arial, sans-serif;
}

/**/
/* level 1 */
/**/
.sky-mega-menu {
    position: relative;
    z-index: 999;
    background: #1b1b1b;
    /*box-shadow: 0 0 20px rgba(0,0,0,.3);*/
    font-size: 0;
    line-height: 0;
    text-align: right;
}

.sky-mega-menu:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 5px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    /*border-right-width: 1px;*/
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
}

.sky-mega-menu li a {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #999;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}

.sky-mega-menu li > div {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    margin-top: 8px;
    background: #1b1b1b;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.sky-mega-menu li > div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent;
}

.sky-mega-menu li > div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1b1b1b;
    border-left: 5px solid transparent;
}

.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
    /*background: #2da5da;*/
    color: #fff;
}

.sky-mega-menu li:hover > div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}

.sky-mega-menu .right {
    float: none;
    border-right-width: 0;
    border-left-width: 1px;
}

.sky-mega-menu .right > div {
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right:hover > div {
    right: 0;
    left: auto;
}

.sky-mega-menu .right:hover > div:before {
    right: 24px;
    left: auto;
}

.sky-mega-menu .switcher {
    display: none;
}

/**/
/* level 2+ */
/**/
.sky-mega-menu li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 21px;
    white-space: normal;
}

.sky-mega-menu li li:first-child {
    border-top: 0;
}

.sky-mega-menu li li a {
    padding-top: 12px;
    padding-bottom: 12px;
    /*color: #000;*/
}

.sky-mega-menu li li > div {
    top: 0;
    margin: 0 0 0 8px;
}

.sky-mega-menu li li > div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu li li > div:before {
    top: 22px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid #1b1b1b;
    border-bottom: 5px solid transparent;
}

.sky-mega-menu li li:hover > div {
    left: 100%;
}

.sky-mega-menu .right li > div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right li > div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu .right li > div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu .right li:hover > div {
    right: 100%;
    left: auto;
}

/**/
/* positions */
/**/
.sky-mega-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.sky-mega-menu-pos-bottom li > div {
    top: auto;
    bottom: 100%;
    margin: 0 0 8px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}

.sky-mega-menu-pos-bottom li > div:after {
    top: 100%;
    bottom: auto;
}

.sky-mega-menu-pos-bottom li > div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid rgba(255, 255, 255, 0.9);
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.sky-mega-menu-pos-bottom li li > div {
    top: auto;
    bottom: 0;
}

.sky-mega-menu-pos-bottom li li > div:before {
    top: auto;
    bottom: 22px;
}

.sky-mega-menu-pos-bottom.sky-mega-menu-fixed {
    top: auto;
    bottom: 0;
}

.sky-mega-menu-pos-left li,
.sky-mega-menu-pos-right li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
}

.sky-mega-menu-pos-left li:first-child,
.sky-mega-menu-pos-right li:first-child {
    border-top: 0;
}

.sky-mega-menu-pos-left li > div,
.sky-mega-menu-pos-right li > div {
    top: 0;
}

.sky-mega-menu-pos-left li > div {
    margin: 0 0 0 8px;
}

.sky-mega-menu-pos-right li > div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-pos-left li > div:after,
.sky-mega-menu-pos-right li > div:after {
    top: 0;
    bottom: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu-pos-left li > div:after {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-right li > div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-pos-left li > div:before,
.sky-mega-menu-pos-right li > div:before {
    top: 22px;
    bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sky-mega-menu-pos-left li > div:before {
    right: 100%;
    left: auto;
    border-right: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-right li > div:before {
    right: auto;
    left: 100%;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-left li:hover > div {
    left: 100%;
}

.sky-mega-menu-pos-right li:hover > div {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-left .bottom > div,
.sky-mega-menu-pos-right .bottom > div {
    top: auto;
    bottom: 0;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}

.sky-mega-menu-pos-left .bottom > div:before,
.sky-mega-menu-pos-right .bottom > div:before {
    top: auto;
    bottom: 22px;
}

.sky-mega-menu-pos-right li li > div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-pos-right li li > div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-pos-right li li > div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-right li li:hover > div {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-left.sky-mega-menu-fixed {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: auto;
}

.sky-mega-menu-pos-right.sky-mega-menu-fixed {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
}

/**/
/* animations */
/**/
.sky-mega-menu-anim-slide li > div {
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}

.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li > div {
    -o-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
}

.sky-mega-menu-anim-slide li:hover > div {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.sky-mega-menu-anim-scale li > div {
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.sky-mega-menu-anim-scale li:hover > div {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sky-mega-menu-anim-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
}

.sky-mega-menu-anim-flip li > div {
    transform-style: preserve-3d;
    -o-transform: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.sky-mega-menu-anim-flip li:hover > div {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}

/**/
/* grid */
/**/
.sky-mega-menu .grid-column {
    float: left;
    border-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid;
}

.sky-mega-menu .grid-column:first-child {
    margin-left: 0;
    border-left: 0;
}

.sky-mega-menu .grid-column2,
.sky-mega-menu .grid-container2 {
    width: 155px;
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .grid-container3 {
    width: 233px;
}

.sky-mega-menu .grid-column4,
.sky-mega-menu .grid-container4 {
    width: 311px;
}

.sky-mega-menu .grid-column5,
.sky-mega-menu .grid-container5 {
    width: 389px;
}

.sky-mega-menu .grid-column6,
.sky-mega-menu .grid-container6 {
    width: 467px;
}

.sky-mega-menu .grid-column7,
.sky-mega-menu .grid-container7 {
    width: 545px;
}

.sky-mega-menu .grid-column8,
.sky-mega-menu .grid-container8 {
    width: 623px;
}

.sky-mega-menu .grid-column9,
.sky-mega-menu .grid-container9 {
    width: 701px;
}

.sky-mega-menu .grid-column10,
.sky-mega-menu .grid-container10 {
    width: 779px;
}

.sky-mega-menu .grid-column11,
.sky-mega-menu .grid-container11 {
    width: 857px;
}

.sky-mega-menu .grid-column12,
.sky-mega-menu .grid-container12 {
    width: 935px;
}

/**/
/* icons */
/**/
.sky-mega-menu li a > .fa {
    display: block;
    float: left;
    width: 16px;
    margin: 0 7px 0 -4px;
    font-size: 16px;
    line-height: inherit;
    text-align: center;
}

.sky-mega-menu li a > .fa-single {
    float: none;
    margin: 0;
}

.sky-mega-menu li a > .fa-indicator {
    position: relative;
    top: -1px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 -5px 0 5px;
    font-size: 9px;
    line-height: 1;
    text-align: right;
}

.sky-mega-menu li li a > .fa-indicator {
    top: 0;
    float: right;
    display: block;
    line-height: inherit;
}

/**/
/* forms */
/**/
.sky-mega-menu form fieldset {
    display: block;
    padding: 25px 30px;
}

.sky-mega-menu form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.sky-mega-menu form section {
    margin-bottom: 20px;
}

.sky-mega-menu form .input,
.sky-mega-menu form .textarea,
.sky-mega-menu form .radio,
.sky-mega-menu form .checkbox,
.sky-mega-menu form .button {
    position: relative;
    display: block;
}

.sky-mega-menu form .input input,
.sky-mega-menu form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font: 13px/19px 'Droid Sans', Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.sky-mega-menu form .textarea textarea {
    height: auto;
    resize: none;
}

.sky-mega-menu form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    background-color: #2da5da;
    font: 300 13px/39px 'Droid Sans', Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.sky-mega-menu form .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
}

.sky-mega-menu form .input .fa-append + input,
.sky-mega-menu form .textarea .fa-append + textarea {
    padding-right: 46px;
}

.sky-mega-menu form .row {
    margin: 0 -15px;
}

.sky-mega-menu form .row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sky-mega-menu form .col-6 {
    width: 50%;
}

.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea,
.sky-mega-menu form .checkbox:hover i {
    border-color: #8dc9e5;
}

.sky-mega-menu form .button:hover {
    opacity: 1;
}

.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus,
.sky-mega-menu form .checkbox input:focus + i {
    border-color: #2da5da;
}

.sky-mega-menu .search {
    border-left: 0;
}

.sky-mega-menu .search .input {
    margin: 3px 3px 3px 3px;
}

.sky-mega-menu .search .input input {
    width: 240px;
    padding-right: 65px;
}

.sky-mega-menu .search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

/**/
/* pad */
/**/
/*
@media screen and (max-width: 1000px) {
	.sky-mega-menu li a {
		padding: 0 15px;
	}
	.sky-mega-menu li a > .fa-indicator {
		margin-right: -5px;
	}

	.sky-mega-menu .grid-column2,
	.sky-mega-menu .grid-container2 {
		width: 117px;
	}
	.sky-mega-menu .grid-column3,
	.sky-mega-menu .grid-container3 {
		width: 176px;
	}
	.sky-mega-menu .grid-column4,
	.sky-mega-menu .grid-container4 {
		width: 235px;
	}
	.sky-mega-menu .grid-column5,
	.sky-mega-menu .grid-container5 {
		width: 294px;
	}
	.sky-mega-menu .grid-column6,
	.sky-mega-menu .grid-container6 {
		width: 353px;
	}
	.sky-mega-menu .grid-column7,
	.sky-mega-menu .grid-container7 {
		width: 412px;
	}
	.sky-mega-menu .grid-column8,
	.sky-mega-menu .grid-container8 {
		width: 471px;
	}
	.sky-mega-menu .grid-column9,
	.sky-mega-menu .grid-container9 {
		width: 530px;
	}
	.sky-mega-menu .grid-column10,
	.sky-mega-menu .grid-container10 {
		width: 589px;
	}
	.sky-mega-menu .grid-column11,
	.sky-mega-menu .grid-container11 {
		width: 648px;
	}
	.sky-mega-menu .grid-column12,
	.sky-mega-menu .grid-container12 {
		width: 707px;
	}
}*/

/**/
/* phone */
/**/
@media screen and (max-width: 800px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .sky-mega-menu .grid-column {
        float: none;
        width: auto;
        margin: 0;
        border: 0;
        border-top: 1px solid #d9d9d9;
    }

    .sky-mega-menu .grid-column:first-child {
        border-top: 0;
    }

    .sky-mega-menu form fieldset {
        display: block;
        padding: 15px 20px;
    }

    .sky-mega-menu form section {
        margin-bottom: 10px;
    }

    .sky-mega-menu form .row {
        margin: 0 -10px;
    }

    .sky-mega-menu form .col {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sky-mega-menu-response-to-stack > li {
        display: block;
        float: none;
        border: 0;
        border-top: 1px solid #d9d9d9;
    }

    .sky-mega-menu-response-to-stack > li:first-child {
        border-top: 0;
    }

    .sky-mega-menu-response-to-switcher > li {
        display: none;
        float: none;
        border: 0;
    }

    .sky-mega-menu-response-to-switcher > .switcher {
        display: block;
    }

    .sky-mega-menu-response-to-switcher:hover > li {
        display: block;
        border-top: 1px solid #d9d9d9;
    }

    .sky-mega-menu-response-to-switcher:hover > .switcher {
        display: none;
    }

    .sky-mega-menu-response-to-stack li > div,
    .sky-mega-menu-response-to-stack li > [class^="grid-container"],
    .sky-mega-menu-response-to-switcher li > div,
    .sky-mega-menu-response-to-switcher li > [class^="grid-container"] {
        top: 100%;
        bottom: auto;
        width: auto;
        margin: 8px 0 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .sky-mega-menu-response-to-stack li > div:after,
    .sky-mega-menu-response-to-switcher li > div:after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 8px;
    }

    .sky-mega-menu-response-to-stack li > div:before,
    .sky-mega-menu-response-to-switcher li > div:before {
        display: none;
    }

    .sky-mega-menu-response-to-stack li a > .fa,
    .sky-mega-menu-response-to-switcher li a > .fa {
        margin: 0 15px 0 0;
    }

    .sky-mega-menu-response-to-stack li:hover > div,
    .sky-mega-menu-response-to-stack li:hover > [class^="grid-container"],
    .sky-mega-menu-response-to-switcher li:hover > div,
    .sky-mega-menu-response-to-switcher li:hover > [class^="grid-container"] {
        right: 0;
        left: 51px;
    }

    .sky-mega-menu-response-to-stack li li > div,
    .sky-mega-menu-response-to-switcher li li > div {
        top: 100%;
        width: auto;
        margin: 8px 0 0 0;
    }

    .sky-mega-menu-response-to-stack li li > div:after,
    .sky-mega-menu-response-to-switcher li li > div:after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 8px;
    }

    .sky-mega-menu-response-to-stack li li:hover > div,
    .sky-mega-menu-response-to-switcher li li:hover > div {
        right: 0;
        left: 51px;
    }

    .sky-mega-menu-response-to-stack .search .input input,
    .sky-mega-menu-response-to-switcher .search .input input {
        width: 100%;
    }

    .sky-mega-menu-response-to-icons li {
        position: static;
        font-size: 0;
        line-height: 45px;
    }

    .sky-mega-menu-response-to-icons li a {
        padding: 0 10px;
    }

    .sky-mega-menu-response-to-icons li > div,
    .sky-mega-menu-response-to-icons li > [class^="grid-container"] {
        width: 100%;
    }

    .sky-mega-menu-response-to-icons li > div:before {
        display: none;
    }

    .sky-mega-menu-response-to-icons li a > .fa {
        margin: 0;
    }

    .sky-mega-menu-response-to-icons li a > .fa-indicator {
        position: static;
        display: block;
        float: right;
        margin-left: 10px;
        line-height: 45px;
    }

    .sky-mega-menu-response-to-icons li li {
        position: relative;
        font-size: 13px;
    }

    .sky-mega-menu-response-to-icons li li > div,
    .sky-mega-menu-response-to-icons .right li > div {
        top: 100%;
        margin: 8px 0 0 0;
    }

    .sky-mega-menu-response-to-icons li li > div:after,
    .sky-mega-menu-response-to-icons .right li > div:after {
        top: auto;
        right: auto;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 8px;
    }

    .sky-mega-menu-response-to-icons li li:hover > div,
    .sky-mega-menu-response-to-icons .right li:hover > div {
        right: 0;
        left: 41px;
        width: auto;
    }

    .sky-mega-menu-response-to-icons li li a > .fa {
        margin-right: 10px;
    }

    .sky-mega-menu-response-to-icons li li a > .fa-indicator {
        margin-right: 0px;
    }

    .sky-mega-menu-response-to-icons.sky-mega-menu-anim-flip li li > div {
        top: 100%;
        margin: 8px 0 0 0;
        transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
    }

    .sky-mega-menu-pos-bottom.sky-mega-menu-response-to-icons li li > div {
        top: auto;
        bottom: 100%;
        margin: 0 0 8px 0;
    }

    .sky-mega-menu-pos-bottom.sky-mega-menu-response-to-icons li li > div:after {
        top: 100%;
        bottom: auto;
    }
}

/* ==========================================================================
   Sky Forms
   ========================================================================== */

/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);*/

/**/
/* defaults */
/**/
.sky-form {
    margin: 0;
    outline: none;
    /*box-shadow: 0 0 20px rgba(0,0,0,.3);*/
    font: 14px/1.55 'Droid Sans', Arial, sans-serif;
    color: #222;

    border: solid 1px rgba(0, 0, 0, .1);
}

.sky-form * {
    margin: 0;
    padding: 0;
}

.sky-form header {
    display: block;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
    font-size: 25px;
    font-weight: 300;
    color: #232323;
}

.sky-form fieldset {
    display: block;
    padding: 25px 30px 5px;
    border: none;
    background: rgba(255, 255, 255, .9);
}

.sky-form fieldset + fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.sky-form section {
    margin-bottom: 20px;
}

.sky-form footer {
    display: block;
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    background: rgba(248, 248, 248, .9);
}

.sky-form footer:after {
    content: '';
    display: table;
    clear: both;
}

.sky-form a {
    color: #2da5da;
}

.sky-form .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}

.sky-form .label.col {
    margin: 0;
    padding-top: 10px;
}

.sky-form .sky-note {
    margin-top: 6px;
    padding: 0 1px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
    position: relative;
    display: block;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    border-radius: 0;
    background: #fff;
    font: 15px/19px 'Droid Sans', Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/**/
/* file inputs */
/**/
.sky-form .input-file .button {
    position: absolute;
    top: 4px;
    right: 4px;
    float: none;
    height: 31px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    line-height: 31px;
}

.sky-form .input-file .button:hover {
    box-shadow: none;
}

.sky-form .input-file .button input {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
}

/**/
/* selects */
/**/
.sky-form .select i {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 5px;
    height: 11px;
    background: #fff;
    box-shadow: 0 0 0 12px #fff;
}

.sky-form .select i:after,
.sky-form .select i:before {
    content: '';
    position: absolute;
    right: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sky-form .select i:after {
    bottom: 0;
    border-top: 4px solid #404040;
}

.sky-form .select i:before {
    top: 0;
    border-bottom: 4px solid #404040;
}

.sky-form .select-multiple select {
    height: auto;
}

/**/
/* textareas */
/**/
.sky-form .textarea textarea {
    height: auto;
    resize: none;
}

.sky-form .textarea-resizable textarea {
    resize: vertical;
}

.sky-form .textarea-expandable textarea {
    height: 39px;
}

.sky-form .textarea-expandable textarea:focus {
    height: auto;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
    margin-bottom: 4px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
    margin-bottom: 0;
}

.sky-form .radio input,
.sky-form .checkbox input {
    position: absolute;
    left: -9999px;
}

.sky-form .radio i,
.sky-form .checkbox i {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff;
}

.sky-form .radio i {
    border-radius: 50%;
}

.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.sky-form .radio input + i:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.sky-form .checkbox input + i:after {
    content: '\f00c';
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
    opacity: 1;
}

.sky-form .inline-group {
    margin: 0 -30px -4px 0;
}

.sky-form .inline-group:after {
    content: '';
    display: table;
    clear: both;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
    float: left;
    margin-right: 30px;
}

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
    margin-bottom: 4px;
}

/**/
/* toggles */
/**/
.sky-form .toggle {
    margin-bottom: 4px;
    padding-right: 61px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
    cursor: pointer;
}

.sky-form .toggle:last-child {
    margin-bottom: 0;
}

.sky-form .toggle input {
    position: absolute;
    left: -9999px;
}

.sky-form .toggle i {
    content: '';
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 49px;
    height: 17px;
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    background: #fff;
}

.sky-form .toggle i:after {
    content: 'OFF';
    position: absolute;
    top: 2px;
    right: 8px;
    left: 8px;
    font-style: normal;
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    text-align: left;
    color: #5f5f5f;
}

.sky-form .toggle i:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    opacity: 1;
    transition: right 0.2s;
    -o-transition: right 0.2s;
    -ms-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -webkit-transition: right 0.2s;
}

.sky-form .toggle input:checked + i:after {
    content: 'ON';
    text-align: right;
}

.sky-form .toggle input:checked + i:before {
    right: 36px;
}

/**/
/* ratings */
/**/
.sky-form .rating {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 27px;
    color: #404040;
}

.sky-form .rating:last-child {
    margin-bottom: 0;
}

.sky-form .rating input {
    position: absolute;
    left: -9999px;
}

.sky-form .rating label {
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    padding: 0 2px;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
}

/**/
/* buttons */
/**/
.sky-form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin: 10px 0 0 20px;
    padding: 0 25px;
    outline: none;
    border: 0;
    font: 300 15px/39px 'Droid Sans', Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

/**/
/* icons */
/**/
.sky-form [class^="icon-"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.sky-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.sky-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
    padding-right: 46px;
}

.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}

/**/
/* grid */
/**/
.sky-form .row {
    margin: 0 -15px;
}

.sky-form .row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sky-form .col-1 {
    width: 8.33%;
}

.sky-form .col-2 {
    width: 16.66%;
}

.sky-form .col-3 {
    width: 25%;
}

.sky-form .col-4 {
    width: 33.33%;
}

.sky-form .col-5 {
    width: 41.66%;
}

.sky-form .col-6 {
    width: 50%;
}

.sky-form .col-8 {
    width: 66.67%;
}

.sky-form .col-9 {
    width: 75%;
}

.sky-form .col-10 {
    width: 83.33%;
}

@media screen and (max-width: 600px) {
    .sky-form .col {
        float: none;
        width: 100%;
    }
}

/**/
/* tooltips */
/**/
.sky-form .tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    padding: 2px 8px 3px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
    -o-transition: margin 0.3s, opacity 0.3s;
    -ms-transition: margin 0.3s, opacity 0.3s;
    -moz-transition: margin 0.3s, opacity 0.3s;
    -webkit-transition: margin 0.3s, opacity 0.3s;
}

.sky-form .tooltip:after {
    content: '';
    position: absolute;
}

.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip {
    opacity: 1;
}

.sky-form .tooltip-top-right {
    bottom: 100%;
    margin-bottom: 15px;
}

.sky-form .tooltip-top-right:after {
    top: 100%;
    right: 16px;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right {
    right: 0;
    left: auto;
    margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
    bottom: 100%;
    margin-bottom: 15px;
}

.sky-form .tooltip-top-left:after {
    top: 100%;
    left: 16px;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
    right: auto;
    left: 0;
    margin-bottom: 5px;
}

.sky-form .tooltip-right {
    top: 9px;
    white-space: nowrap;
    margin-left: 15px;
}

.sky-form .tooltip-right:after {
    top: 6px;
    right: 100%;
    border-top: 4px solid transparent;
    border-right: 4px solid rgba(0, 0, 0, 0.9);
    border-bottom: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
    left: 100%;
    margin-left: 5px;
}

.sky-form .tooltip-left {
    top: 9px;
    white-space: nowrap;
    margin-right: 15px;
}

.sky-form .tooltip-left:after {
    top: 6px;
    left: 100%;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgba(0, 0, 0, 0.9);
}

.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
    right: 100%;
    left: auto;
    margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
    top: 100%;
    margin-top: 15px;
}

.sky-form .tooltip-bottom-right:after {
    bottom: 100%;
    right: 16px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
    right: 0;
    left: auto;
    margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
    top: 100%;
    margin-top: 15px;
}

.sky-form .tooltip-bottom-left:after {
    bottom: 100%;
    left: 16px;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(0, 0, 0, 0.9);
    border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
    right: auto;
    left: 0;
    margin-top: 5px;
}

/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
    border-color: #e5e5e5;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.sky-form .toggle i:before {
    background-color: #2da5da;
}

.sky-form .rating label {
    color: #ccc;
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.sky-form .button {
    background-color: #2da5da;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.sky-form .button.button-secondary {
    background-color: #b3b3b3;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
    color: #ccc;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
    border-color: #8dc9e5;
}

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
    color: #2da5da;
}

.sky-form .button:hover {
    opacity: 1;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
    border-color: #2da5da;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
    background-color: #2da5da;
}

.sky-form .checkbox input + i:after {
    color: #2da5da;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
    border-color: #2da5da;
}

.sky-form .rating input:checked ~ label {
    color: #2da5da;
}

/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
    background: #fff0f0;
}

.sky-form .state-error select + i {
    background: #fff0f0;
    box-shadow: 0 0 0 12px #fff0f0;
}

.sky-form .toggle.state-error input:checked + i {
    background: #fff0f0;
}

.sky-form .note-error {
    color: #ee9393;
}

/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
    background: #f0fff0;
}

.sky-form .state-success select + i {
    background: #f0fff0;
    box-shadow: 0 0 0 12px #f0fff0;
}

.sky-form .toggle.state-success input:checked + i {
    background: #f0fff0;
}

.sky-form .note-success {
    color: #6fb679;
}

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
    cursor: default;
    opacity: 0.5;
}

.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
    border-color: #e5e5e5;
}

/* ==========================================================================
   Theme: sky-forms-blue.css
   ========================================================================== */

/**/
/* normal state */
/**/
.sky-form .toggle i:before {
    background-color: #2a70e8;
}

.sky-form .button {
    background-color: #2a70e8;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
    border-color: #94b7f3;
}

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
    color: #2a70e8;
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
    border-color: #2a70e8;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
    background-color: #2a70e8;
}

.sky-form .checkbox input + i:after {
    color: #2a70e8;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
    border-color: #2a70e8;
}

.sky-form .rating input:checked ~ label {
    color: #2a70e8;
}
