﻿/*
*
*   Retro Portfolio 4
*
*   Version: 4.3
*   Theme Name: Retro Portfolio 4
*   Theme URI: http://themes.opendept.net/retro-portfolio
*   Author: opendept.
*   Author URI: http://opendept.net
*   Description: One Page Vintage Wordpress Theme
*   License: GNU General Public License 2
*   License URI: http://www.gnu.org/licenses/gpl-2.0.html
*
*   written by stefano giliberti and pasquale vitiello (help@opendept.net),
*   opendept. (opendept.net)
*
*/

/* ==========================================================================
  Base CSS Framework http://matthewhartman.github.io/base/
  ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

body, form, fieldset, legend, input, select, textarea, button {
    margin: 0;
}

html {
    font-size: 100%;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px;
    line-height: 1.3125rem;
    color: #434343;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.clear:before, .clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

i, em, .em, dfn, blockquote, q {
    font-style: italic;
}

a {
    color: #27ae61;
}

    a:hover {
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
    }

    a:active, a:hover {
        outline: 0;
    }

p {
    margin: 0 0 1.6em 0;
}

pre {
    margin: 1em 0;
}

ul + p, ul + pre, ol + p, ol + pre {
    margin-top: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

mark {
    background: #ff0;
    color: #111;
}

audio:not([controls]) {
    height: 0;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    border: 0;
    background: none;
    outline: 0;
    background-color: #ddd;
    margin: 2em 0;
    *margin: 1em 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 1px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: normal;
    margin: 0 0 0.33em 0;
}

h1, .h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2, .h2 {
    font-size: 32px;
    font-size: 2rem;
}

h3, .h3 {
    font-size: 26px;
    font-size: 1.625rem;
}

h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
}

h5, .h5 {
    font-size: 18px;
    font-size: 1.125rem;
}

h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
}

.no-style-heading {
    font-size: 100%;
}

dl, menu, ol, ul {
    margin: 1em 0;
}

    dd,
    ul ul,
    ol ol,
    ul ol,
    ol ul {
        margin: 0;
    }

dd {
    margin-bottom: 1em;
}

menu, ol, ul {
    padding: 0 0 0 22px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

.list-unstyled, .list-inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .list-unstyled li, .list-inline li {
        margin-top: 0;
        margin-bottom: 0;
    }

blockquote {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
    line-height: 2rem;
    margin: 1em 0;
}

    blockquote p {
        margin: 1em 0;
    }

cite {
    color: #434343;
    font-style: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: '';
        content: none;
    }

code, kbd, pre, samp {
    word-wrap: break-word;
    font-family: "courier new", monospace, serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: normal;
    font-weight: normal;
    background-color: #f1f1f1;
    padding: 10px;
}

code {
    color: #111;
}

table {
    width: 100%;
    margin: 1em 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    *white-space: normal;
}

    table th,
    table td {
        padding: 8px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #eee;
        border-left: 1px solid #eee;
    }

    table thead th,
    table tfoot th {
        vertical-align: bottom;
        background-color: #f1f1f1;
        color: #333;
    }

    table caption {
        padding: 8px;
        font-weight: normal;
        font-style: normal;
        border-bottom: 0;
    }

fieldset {
    border: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

label {
    margin: 0;
    cursor: pointer;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
}

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=tel],
    textarea {
        padding: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: normal;
        background-color: #fff;
        border: 1px solid #ccc;
        color: #111;
    }

    input[type=checkbox],
    input[type=radio] {
        cursor: pointer;
        box-sizing: border-box;
        line-height: normal;
        margin: 0;
        padding: 0;
        *height: 13px;
        *width: 13px;
    }

.checkbox {
    margin: 0.2em 0;
}

    .checkbox input[type=checkbox],
    .checkbox input[type=radio] {
        margin-top: 0.05em;
    }

    .checkbox label {
        padding-left: 5px;
        overflow: hidden;
        display: table;
        *zoom: 1;
    }

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button,
.form-submit input[type="submit"],
.nav-links a {
    border: 0;
    padding: 1em 3em;
    background-color: #e74b3c;
    color: #fff;
    text-decoration: none;
    position: relative;
}

    .button:hover,
    .form-submit input[type="submit"]:hover,
    .nav-links a:hover {
        background-color: #f43f3f;
    }

    .button:active,
    .form-submit input[type="submit"]:active,
    .nav-links a:active {
        top: 1px;
    }

.grey-button {
    background-color: #eee;
    color: #434343;
}

    .grey-button:hover {
        background-color: #f1f1f1;
    }

.button[disabled],
.button.disabled {
    color: #999;
    background-color: #f1f1f1;
}

.button-unstyled {
    font-size: 16px;
    font-size: 1rem;
    color: #27ae61;
    text-decoration: underline;
    border: 0;
    background: transparent;
    height: auto;
    padding: 0;
    cursor: pointer;
    outline: 0;
}

    .button-unstyled:hover {
        text-decoration: none;
    }

    .button-unstyled[disabled],
    .button-unstyled.disabled {
        text-decoration: none;
        color: #999;
        background-color: #ccc;
    }

.left, .checkbox input[type=checkbox],
.checkbox input[type=radio] {
    float: left;
}

.right {
    float: right;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-block, audio, canvas, video, .list-inline, .list-inline li, .button {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

    .none, audio:not([controls]),
    [hidden],
    .no-desktop {
        display: none;
    }

.font-ultra-bold {
    font-weight: 900;
}

.font-bold, b, strong, .strong {
    font-weight: 700;
}

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
    font-weight: 500;
}

.font-light {
    font-weight: 300;
}

.font-thin {
    font-weight: 100;
}

.font-normal, dt, cite, table thead th,
table tfoot th, table caption, legend, input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
    font-style: normal;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.text-left, table caption {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center, .button {
    text-align: center;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: -9999em;
}

.no-margin, .no-style-heading {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.image-left {
    margin-right: 20px;
}

.image-right {
    margin-left: 20px;
}

.section {
    position: relative;
}

.container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-full {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

[class*="pull-"], [class*="push-"] {
    position: relative;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.col-1 {
    width: 8.33333%;
    width: calc(100% / 12 * 1);
    width: -webkit-calc(100% / 12 * 1);
    width: -moz-calc(100% / 12 * 1);
}

.col-2 {
    width: 16.66667%;
    width: calc(100% / 12 * 2);
    width: -webkit-calc(100% / 12 * 2);
    width: -moz-calc(100% / 12 * 2);
}

.col-3, .col-1-4 {
    width: 25%;
    width: calc(100% / 12 * 3);
    width: -webkit-calc(100% / 12 * 3);
    width: -moz-calc(100% / 12 * 3);
}

.col-4, .col-1-3 {
    width: 33.33333%;
    width: calc(100% / 12 * 4);
    width: -webkit-calc(100% / 12 * 4);
    width: -moz-calc(100% / 12 * 4);
}

.col-5 {
    width: 41.66665%;
    width: calc(100% / 12 * 5);
    width: -webkit-calc(100% / 12 * 5);
    width: -moz-calc(100% / 12 * 5);
}

.col-6, .col-1-2 {
    width: 50%;
    width: calc(100% / 12 * 6);
    width: -webkit-calc(100% / 12 * 6);
    width: -moz-calc(100% / 12 * 6);
}

.col-7 {
    width: 58.33333%;
    width: calc(100% / 12 * 7);
    width: -webkit-calc(100% / 12 * 7);
    width: -moz-calc(100% / 12 * 7);
}

.col-8 {
    width: 66.66666%;
    width: calc(100% / 12 * 8);
    width: -webkit-calc(100% / 12 * 8);
    width: -moz-calc(100% / 12 * 8);
}

.col-9, .col-3-4 {
    width: 75%;
    width: calc(100% / 12 * 9);
    width: -webkit-calc(100% / 12 * 9);
    width: -moz-calc(100% / 12 * 9);
}

.col-10 {
    width: 83.33333%;
    width: calc(100% / 12 * 10);
    width: -webkit-calc(100% / 12 * 10);
    width: -moz-calc(100% / 12 * 10);
}

.col-11 {
    width: 91.66666%;
    width: calc(100% / 12 * 11);
    width: -webkit-calc(100% / 12 * 11);
    width: -moz-calc(100% / 12 * 11);
}

.col-12 {
    width: 100%;
}

.push-1 {
    left: 8.33333%;
    left: calc(100% / 12 * 1);
    left: -webkit-calc(100% / 12 * 1);
    left: -moz-calc(100% / 12 * 1);
}

.pull-1 {
    left: -8.33333%;
    left: calc(-100% / 12 * 1);
    left: -webkit-calc(-100% / 12 * 1);
    left: -moz-calc(-100% / 12 * 1);
}

.push-2 {
    left: 16.66667%;
    left: calc(100% / 12 * 2);
    left: -webkit-calc(100% / 12 * 2);
    left: -moz-calc(100% / 12 * 2);
}

.pull-2 {
    left: -16.66667%;
    left: calc(-100% / 12 * 2);
    left: -webkit-calc(-100% / 12 * 2);
    left: -moz-calc(-100% / 12 * 2);
}

.push-3, .push-1-4 {
    left: 25%;
    left: calc(100% / 12 * 3);
    left: -webkit-calc(100% / 12 * 3);
    left: -moz-calc(100% / 12 * 3);
}

.pull-3, .pull-1-4 {
    left: -25%;
    left: calc(-100% / 12 * 3);
    left: -webkit-calc(-100% / 12 * 3);
    left: -moz-calc(-100% / 12 * 3);
}

.push-4, .push-1-3 {
    left: 33.33333%;
    left: calc(100% / 12 * 4);
    left: -webkit-calc(100% / 12 * 4);
    left: -moz-calc(100% / 12 * 4);
}

.pull-4, .pull-1-3 {
    left: -33.33333%;
    left: calc(-100% / 12 * 4);
    left: -webkit-calc(-100% / 12 * 4);
    left: -moz-calc(-100% / 12 * 4);
}

.push-5 {
    left: 41.66665%;
    left: calc(100% / 12 * 5);
    left: -webkit-calc(100% / 12 * 5);
    left: -moz-calc(100% / 12 * 5);
}

.pull-5 {
    left: -41.66665%;
    left: calc(-100% / 12 * 5);
    left: -webkit-calc(-100% / 12 * 5);
    left: -moz-calc(-100% / 12 * 5);
}

.push-6, .push-1-2 {
    left: 50%;
    left: calc(100% / 12 * 6);
    left: -webkit-calc(100% / 12 * 6);
    left: -moz-calc(100% / 12 * 6);
}

.pull-6, .pull-1-2 {
    left: -50%;
    left: calc(-100% / 12 * 6);
    left: -webkit-calc(-100% / 12 * 6);
    left: -moz-calc(-100% / 12 * 6);
}

.push-7 {
    left: 58.33333%;
    left: calc(100% / 12 * 7);
    left: -webkit-calc(100% / 12 * 7);
    left: -moz-calc(100% / 12 * 7);
}

.pull-7 {
    left: -58.33333%;
    left: calc(-100% / 12 * 7);
    left: -webkit-calc(-100% / 12 * 7);
    left: -moz-calc(-100% / 12 * 7);
}

.push-8 {
    left: 66.66666%;
    left: calc(100% / 12 * 8);
    left: -webkit-calc(100% / 12 * 8);
    left: -moz-calc(100% / 12 * 8);
}

.pull-8 {
    left: -66.66666%;
    left: calc(-100% / 12 * 8);
    left: -webkit-calc(-100% / 12 * 8);
    left: -moz-calc(-100% / 12 * 8);
}

.push-9, .push-3-4 {
    left: 75%;
    left: calc(100% / 12 * 9);
    left: -webkit-calc(100% / 12 * 9);
    left: -moz-calc(100% / 12 * 9);
}

.pull-9, .pull-3-4 {
    left: -75%;
    left: calc(-100% / 12 * 9);
    left: -webkit-calc(-100% / 12 * 9);
    left: -moz-calc(-100% / 12 * 9);
}

.push-10 {
    left: 83.33333%;
    left: calc(100% / 12 * 10);
    left: -webkit-calc(100% / 12 * 10);
    left: -moz-calc(100% / 12 * 10);
}

.pull-10 {
    left: -83.33333%;
    left: calc(-100% / 12 * 10);
    left: -webkit-calc(-100% / 12 * 10);
    left: -moz-calc(-100% / 12 * 10);
}

.push-11 {
    left: 91.66666%;
    left: calc(100% / 12 * 11);
    left: -webkit-calc(100% / 12 * 11);
    left: -moz-calc(100% / 12 * 11);
}

.pull-11 {
    left: -91.66666%;
    left: calc(-100% / 12 * 11);
    left: -webkit-calc(-100% / 12 * 11);
    left: -moz-calc(-100% / 12 * 11);
}

.row {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media only screen and (min-width: 740px) and (max-width: 959px) {
    .container, .tablet-container {
        max-width: 960px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .container:first-child, .tablet-container:first-child {
            margin-left: auto;
        }

    .tablet-container-full {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .tablet-container-full:first-child {
            margin-left: auto;
        }

    .tablet-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    .tablet-col-1 {
        width: 8.33333%;
        width: calc(100% / 12 * 1);
        width: -webkit-calc(100% / 12 * 1);
        width: -moz-calc(100% / 12 * 1);
    }

    .tablet-col-2 {
        width: 16.66667%;
        width: calc(100% / 12 * 2);
        width: -webkit-calc(100% / 12 * 2);
        width: -moz-calc(100% / 12 * 2);
    }

    .tablet-col-3, .tablet-col-1-4 {
        width: 25%;
        width: calc(100% / 12 * 3);
        width: -webkit-calc(100% / 12 * 3);
        width: -moz-calc(100% / 12 * 3);
    }

    .tablet-col-4, .tablet-col-1-3 {
        width: 33.33333%;
        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
        width: -moz-calc(100% / 12 * 4);
    }

    .tablet-col-5 {
        width: 41.66665%;
        width: calc(100% / 12 * 5);
        width: -webkit-calc(100% / 12 * 5);
        width: -moz-calc(100% / 12 * 5);
    }

    .tablet-col-6, .tablet-col-1-2 {
        width: 50%;
        width: calc(100% / 12 * 6);
        width: -webkit-calc(100% / 12 * 6);
        width: -moz-calc(100% / 12 * 6);
    }

    .tablet-col-7 {
        width: 58.33333%;
        width: calc(100% / 12 * 7);
        width: -webkit-calc(100% / 12 * 7);
        width: -moz-calc(100% / 12 * 7);
    }

    .tablet-col-8 {
        width: 66.66666%;
        width: calc(100% / 12 * 8);
        width: -webkit-calc(100% / 12 * 8);
        width: -moz-calc(100% / 12 * 8);
    }

    .tablet-col-9, .tablet-col-3-4 {
        width: 75%;
        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
        width: -moz-calc(100% / 12 * 9);
    }

    .tablet-col-10 {
        width: 83.33333%;
        width: calc(100% / 12 * 10);
        width: -webkit-calc(100% / 12 * 10);
        width: -moz-calc(100% / 12 * 10);
    }

    .tablet-col-11 {
        width: 91.66666%;
        width: calc(100% / 12 * 11);
        width: -webkit-calc(100% / 12 * 11);
        width: -moz-calc(100% / 12 * 11);
    }

    .tablet-col-12 {
        width: 100%;
    }

    .tablet-push-1 {
        left: 8.33333%;
        left: calc(100% / 12 * 1);
        left: -webkit-calc(100% / 12 * 1);
        left: -moz-calc(100% / 12 * 1);
    }

    .tablet-pull-1 {
        left: -8.33333%;
        left: calc(-100% / 12 * 1);
        left: -webkit-calc(-100% / 12 * 1);
        left: -moz-calc(-100% / 12 * 1);
    }

    .tablet-push-2 {
        left: 16.66667%;
        left: calc(100% / 12 * 2);
        left: -webkit-calc(100% / 12 * 2);
        left: -moz-calc(100% / 12 * 2);
    }

    .tablet-pull-2 {
        left: -16.66667%;
        left: calc(-100% / 12 * 2);
        left: -webkit-calc(-100% / 12 * 2);
        left: -moz-calc(-100% / 12 * 2);
    }

    .tablet-push-3, .tablet-push-1-4 {
        left: 25%;
        left: calc(100% / 12 * 3);
        left: -webkit-calc(100% / 12 * 3);
        left: -moz-calc(100% / 12 * 3);
    }

    .tablet-pull-3, .tablet-pull-1-4 {
        left: -25%;
        left: calc(-100% / 12 * 3);
        left: -webkit-calc(-100% / 12 * 3);
        left: -moz-calc(-100% / 12 * 3);
    }

    .tablet-push-4, .tablet-push-1-3 {
        left: 33.33333%;
        left: calc(100% / 12 * 4);
        left: -webkit-calc(100% / 12 * 4);
        left: -moz-calc(100% / 12 * 4);
    }

    .tablet-pull-4, .tablet-pull-1-3 {
        left: -33.33333%;
        left: calc(-100% / 12 * 4);
        left: -webkit-calc(-100% / 12 * 4);
        left: -moz-calc(-100% / 12 * 4);
    }

    .tablet-push-5 {
        left: 41.66665%;
        left: calc(100% / 12 * 5);
        left: -webkit-calc(100% / 12 * 5);
        left: -moz-calc(100% / 12 * 5);
    }

    .tablet-pull-5 {
        left: -41.66665%;
        left: calc(-100% / 12 * 5);
        left: -webkit-calc(-100% / 12 * 5);
        left: -moz-calc(-100% / 12 * 5);
    }

    .tablet-push-6, .tablet-push-1-2 {
        left: 50%;
        left: calc(100% / 12 * 6);
        left: -webkit-calc(100% / 12 * 6);
        left: -moz-calc(100% / 12 * 6);
    }

    .tablet-pull-6, .tablet-pull-1-2 {
        left: -50%;
        left: calc(-100% / 12 * 6);
        left: -webkit-calc(-100% / 12 * 6);
        left: -moz-calc(-100% / 12 * 6);
    }

    .tablet-push-7 {
        left: 58.33333%;
        left: calc(100% / 12 * 7);
        left: -webkit-calc(100% / 12 * 7);
        left: -moz-calc(100% / 12 * 7);
    }

    .tablet-pull-7 {
        left: -58.33333%;
        left: calc(-100% / 12 * 7);
        left: -webkit-calc(-100% / 12 * 7);
        left: -moz-calc(-100% / 12 * 7);
    }

    .tablet-push-8 {
        left: 66.66666%;
        left: calc(100% / 12 * 8);
        left: -webkit-calc(100% / 12 * 8);
        left: -moz-calc(100% / 12 * 8);
    }

    .tablet-pull-8 {
        left: -66.66666%;
        left: calc(-100% / 12 * 8);
        left: -webkit-calc(-100% / 12 * 8);
        left: -moz-calc(-100% / 12 * 8);
    }

    .tablet-push-9, .tablet-push-3-4 {
        left: 75%;
        left: calc(100% / 12 * 9);
        left: -webkit-calc(100% / 12 * 9);
        left: -moz-calc(100% / 12 * 9);
    }

    .tablet-pull-9, .tablet-pull-3-4 {
        left: -75%;
        left: calc(-100% / 12 * 9);
        left: -webkit-calc(-100% / 12 * 9);
        left: -moz-calc(-100% / 12 * 9);
    }

    .tablet-push-10 {
        left: 83.33333%;
        left: calc(100% / 12 * 10);
        left: -webkit-calc(100% / 12 * 10);
        left: -moz-calc(100% / 12 * 10);
    }

    .tablet-pull-10 {
        left: -83.33333%;
        left: calc(-100% / 12 * 10);
        left: -webkit-calc(-100% / 12 * 10);
        left: -moz-calc(-100% / 12 * 10);
    }

    .tablet-push-11 {
        left: 91.66666%;
        left: calc(100% / 12 * 11);
        left: -webkit-calc(100% / 12 * 11);
        left: -moz-calc(100% / 12 * 11);
    }

    .tablet-pull-11 {
        left: -91.66666%;
        left: calc(-100% / 12 * 11);
        left: -webkit-calc(-100% / 12 * 11);
        left: -moz-calc(-100% / 12 * 11);
    }

    .tablet-no-push, .tablet-no-pull {
        left: auto;
    }

    .tablet-row {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .tablet-full {
        left: auto;
        clear: both;
        float: none;
        width: 100%;
        margin: 1em 0 0 0;
        display: block;
    }

        .tablet-full:first-child {
            margin-top: 0;
        }

    .tablet-text-left {
        text-align: left;
    }

    .tablet-text-right {
        text-align: right;
    }

    .tablet-text-center {
        text-align: center;
    }

    .tablet-left {
        float: left;
    }

    .tablet-right {
        float: right;
    }

    .tablet-no-float {
        float: none;
    }

    .tablet-no-margin {
        margin: 0;
    }

    .tablet-no-padding {
        padding: 0;
    }

    .no-tablet {
        display: none;
    }

    .show-tablet {
        display: block;
    }
}

@media only screen and (max-width: 739px) {
    .container, .mobile-container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .container:first-child, .mobile-container:first-child {
            margin-left: auto;
        }

    .mobile-container-full {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .mobile-container-full:first-child {
            margin-left: auto;
        }

    .mobile-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-col-1-2 {
        width: 50%;
        width: calc(100% / 12 * 6);
        width: -webkit-calc(100% / 12 * 6);
        width: -moz-calc(100% / 12 * 6);
    }

    .mobile-col-1-3 {
        width: 33.33333%;
        width: calc(100% / 12 * 4);
        width: -webkit-calc(100% / 12 * 4);
        width: -moz-calc(100% / 12 * 4);
    }

    .mobile-col-1-4 {
        width: 25%;
        width: calc(100% / 12 * 3);
        width: -webkit-calc(100% / 12 * 3);
        width: -moz-calc(100% / 12 * 3);
    }

    .mobile-col-3-4 {
        width: 75%;
        width: calc(100% / 12 * 9);
        width: -webkit-calc(100% / 12 * 9);
        width: -moz-calc(100% / 12 * 9);
    }

    .mobile-push-1-2 {
        left: 50%;
        left: calc(100% / 12 * 6);
        left: -webkit-calc(100% / 12 * 6);
        left: -moz-calc(100% / 12 * 6);
    }

    .mobile-pull-1-2 {
        left: -50%;
        left: calc(-100% / 12 * 6);
        left: -webkit-calc(-100% / 12 * 6);
        left: -moz-calc(-100% / 12 * 6);
    }

    .mobile-push-1-3 {
        left: 25%;
        left: calc(100% / 12 * 3);
        left: -webkit-calc(100% / 12 * 3);
        left: -moz-calc(100% / 12 * 3);
    }

    .mobile-pull-1-3 {
        left: -25%;
        left: calc(-100% / 12 * 3);
        left: -webkit-calc(-100% / 12 * 3);
        left: -moz-calc(-100% / 12 * 3);
    }

    .mobile-push-1-4 {
        left: 33.33333%;
        left: calc(100% / 12 * 4);
        left: -webkit-calc(100% / 12 * 4);
        left: -moz-calc(100% / 12 * 4);
    }

    .mobile-pull-1-4 {
        left: -33.33333%;
        left: calc(-100% / 12 * 4);
        left: -webkit-calc(-100% / 12 * 4);
        left: -moz-calc(-100% / 12 * 4);
    }

    .mobile-push-3-4 {
        left: 75%;
        left: calc(100% / 12 * 9);
        left: -webkit-calc(100% / 12 * 9);
        left: -moz-calc(100% / 12 * 9);
    }

    .mobile-pull-3-4 {
        left: -75%;
        left: calc(-100% / 12 * 9);
        left: -webkit-calc(-100% / 12 * 9);
        left: -moz-calc(-100% / 12 * 9);
    }

    .mobile-no-push, .mobile-no-pull {
        left: auto;
    }

    .mobile-row {
        padding-top: 1em;
        padding-bottom: 1em;
    }

    .mobile-full {
        left: auto;
        clear: both;
        float: none;
        width: 100%;
        margin: 0.2em 0 0 0;
        display: block;
    }

        .mobile-full:first-child {
            margin-top: 0;
        }

    .mobile-text-left {
        text-align: left;
    }

    .mobile-text-right {
        text-align: right;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-left {
        float: left;
    }

    .mobile-right {
        float: right;
    }

    .mobile-no-float {
        float: none;
    }

    .mobile-no-margin {
        margin: 0;
    }

    .mobile-no-padding {
        padding: 0;
    }

    .no-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}

@media print {
    * {
        background: transparent;
    }

    a, a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Retro Custom Style
   ========================================================================== */

/* General Rules */

body {
    color: #383a3c;
    line-height: 1.8;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

a {
    text-decoration: none;
    color: #383a3c;
}

.hentry-content a,
.columned-layout p a {
    border-bottom: 1px dotted;
}

    .hentry-content a:hover,
    .hentry-content a:focus,
    .columned-layout p a:hover,
    .columned-layout p a:focus {
        border-bottom: 1px solid;
    }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
textarea {
    font-weight: 400;
    width: 100%;
    padding: 8px;
    color: #383A3C;
    border: none;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 0 rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,0.4), inset 0 1px 0 rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

input[name=human] {
    padding: 7px 8px;
    width: 40px;
}

input:focus,
textarea:focus {
    outline: none;
}

.hentry-content hr {
    background-color: rgba(56, 58, 60, 0.9);
    height: 2px;
}

table {
    border-right: 1px solid rgba(56, 58, 60, 0.9);
    border-bottom: 1px solid rgba(56, 58, 60, 0.9);
}

    table th,
    table td {
        border-top: 1px solid rgba(56, 58, 60, 0.9);
        border-left: 1px solid rgba(56, 58, 60, 0.9);
    }

code,
kbd,
pre,
samp {
    background-color: rgba(255,255,255,0.4);
}

.enbold {
    font-weight: 700;
}

.hidden {
    display: none !important;
}

.button,
.form-submit input[type="submit"],
.nav-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 700;
    padding: 4px 16px;
    margin-bottom: 4px;
    color: #383A3C !important;
    background-color: #FCFAF7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

    .button:hover,
    .form-submit input[type="submit"]:hover,
    .nav-links a:hover {
        color: #383A3C;
        background-color: #FCFAF7;
    }

.separator {
    font-size: 22px;
    text-align: center;
    line-height: 22px;
}

    .separator span {
        position: relative;
        display: inline-block;
    }

        .separator span:before,
        .separator span:after {
            content: "";
            position: absolute;
            height: 6px;
            border-bottom: 2px solid #383A3C;
            top: 5px;
            width: 40px;
        }

        .separator span:before {
            right: 100%;
            margin-right: 8px;
        }

        .separator span:after {
            left: 100%;
            margin-left: 8px;
        }

header,
.section-inner {
    position: relative;
}

.filters ul,
.portfolio-list ul,
.blog-list ul,
.widget ul,
.social-icons ul,
.comments ul,
ul.gallery-list {
    list-style: none;
    list-style-image: none;
    padding: 0;
}

.retro-borders {
    text-shadow: 1px 2px #FCFAF7, 3px 4px #484A4D;
}

/* Grain texture */
.header-inner,
.section-inner {
    background: url(images/grain.png) repeat;
}

.section-inner {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    z-index: 1;
}

.section-title,
.section-subtitle,
.single .post-title,
.page .post-title {
    text-align: center;
}

h2.section-title {
    font-size: 90px;
    margin-bottom: 0;
}

.section-subtitle {
    text-transform: uppercase;
}

/* Header */

body.fixed-header:not(.mobile).home main[role=main] section:before,
.fixed-header:not(.mobile) span[id^="more-"]:before,
.fixed-header:not(.mobile) #comments:before {
    display: block;
    content: " ";
    margin-top: -130px;
    height: 130px;
    visibility: hidden;
}

.header-inner {
    height: 130px;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.fixed-header .header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.25);
    box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

.fixed-header main[role=main] {
    padding-top: 130px;
}

hr.top-dashed,
hr.bottom-dashed {
    margin: 0;
    border-top: 1px dashed rgba(0,0,0,0.25);
    border-bottom: 1px dashed rgba(255,255,255,0.25);
    position: absolute;
    bottom: 10px;
    background-color: transparent;
    z-index: 10;
    width: 100%;
    height: 0;
}

hr.top-dashed {
    top: 10px;
}

hr.bottom-dashed {
    bottom: 10px;
}

nav ul#main-nav li {
    display: inline-block;
    font-size: 27px;
    line-height: 48px;
    padding: 0 15px;
}

.centered-logo nav ul#main-nav li {
    padding: 0;
    width: 20%;
    text-align: center;
    float: left;
}

.header-inner .row {
    position: relative;
}

#logo a {
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 150px 150px;
    text-indent: -9000px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 20;
    -webkit-transition: top 0.2s ease;
    transition: top 0.2s ease;
}

    #logo a.scrolling {
        top: -20px;
    }

        #logo a.scrolling:hover {
            top: 5px;
        }

.left-logo #logo {
    float: left;
}

.left-logo nav ul#main-nav {
    float: right;
}

.centered-logo #logo a {
    left: 50%;
    margin-left: -75px;
}

nav ul#main-nav {
    margin: 25px 0;
}

    nav ul#main-nav li a {
        text-decoration: none;
    }

/* Home Section */

.landing .counter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #F6EDD8;
}

    .landing .counter span {
        float: left;
        height: 100%;
        background-color: #F1D8AE;
        -webkit-transition: background-color .5s, width .3s;
        -moz-transition: background-color .5s, width .3s;
        -o-transition: background-color .5s, width .3s;
        -ms-transition: background-color .5s, width .3s;
        transition: background-color .5s, width .3s;
    }

.landing .loading {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Bazar;
    position: absolute;
    width: 100%;
    top: 70%;
    color: #EBD4AE;
}

.js .landing {
    background-color: #F6EDD8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.landing.ready {
    display: none;
}

.js .landing ul {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: rotate(45deg) translate(-50%, -50%);
    ;
}

    .js .landing ul li {
        list-style-type: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 20px;
        height: 20px;
        background: #F1DBB7;
        border-radius: 50%;
    }

        .js .landing ul li.land1 {
            -webkit-animation: a 1s ease-in-out infinite;
            -moz-animation: a 1s ease-in-out infinite;
            -o-animation: a 1s ease-in-out infinite;
            animation: a 1s ease-in-out infinite;
            top: -40px;
            left: -40px;
        }

        .js .landing ul li.land2 {
            -webkit-animation: b 1s ease-in-out infinite;
            -moz-animation: b 1s ease-in-out infinite;
            -o-animation: b 1s ease-in-out infinite;
            animation: b 1s ease-in-out infinite;
            top: -40px;
            left: 0px;
        }

        .js .landing ul li.land3 {
            -webkit-animation: c 1s ease-in-out infinite;
            -moz-animation: c 1s ease-in-out infinite;
            -o-animation: c 1s ease-in-out infinite;
            animation: c 1s ease-in-out infinite;
            top: -40px;
            left: 40px;
        }

        .js .landing ul li.land4 {
            -webkit-animation: d 1s ease-in-out infinite;
            -moz-animation: d 1s ease-in-out infinite;
            -o-animation: d 1s ease-in-out infinite;
            animation: d 1s ease-in-out infinite;
            top: 0px;
            left: -40px;
        }

        .js .landing ul li.land5 {
            -webkit-animation: e 1s ease-in-out infinite;
            -moz-animation: e 1s ease-in-out infinite;
            -o-animation: e 1s ease-in-out infinite;
            animation: e 1s ease-in-out infinite;
            top: 0px;
            left: 0px;
        }

        .js .landing ul li.land6 {
            -webkit-animation: f 1s ease-in-out infinite;
            -moz-animation: f 1s ease-in-out infinite;
            -o-animation: f 1s ease-in-out infinite;
            animation: f 1s ease-in-out infinite;
            top: 0px;
            left: 40px;
        }

        .js .landing ul li.land7 {
            -webkit-animation: g 1s ease-in-out infinite;
            -moz-animation: g 1s ease-in-out infinite;
            -o-animation: g 1s ease-in-out infinite;
            animation: g 1s ease-in-out infinite;
            top: 40px;
            left: -40px;
        }

        .js .landing ul li.land8 {
            -webkit-animation: h 1s ease-in-out infinite;
            -moz-animation: h 1s ease-in-out infinite;
            -o-animation: h 1s ease-in-out infinite;
            animation: h 1s ease-in-out infinite;
            top: 40px;
            left: 0px;
        }

        .js .landing ul li.land9 {
            -webkit-animation: i 1s ease-in-out infinite;
            -moz-animation: i 1s ease-in-out infinite;
            -o-animation: i 1s ease-in-out infinite;
            animation: i 1s ease-in-out infinite;
            top: 40px;
            left: 40px;
        }

@-webkit-keyframes a {
    50% {
        top: 0px;
        left: -40px;
    }

    100% {
        top: 0px;
        left: -40px;
    }
}

@-moz-keyframes a {
    50% {
        top: 0px;
        left: -40px;
    }

    100% {
        top: 0px;
        left: -40px;
    }
}

@-o-keyframes a {
    50% {
        top: 0px;
        left: -40px;
    }

    100% {
        top: 0px;
        left: -40px;
    }
}

@keyframes a {
    50% {
        top: 0px;
        left: -40px;
    }

    100% {
        top: 0px;
        left: -40px;
    }
}

@-webkit-keyframes b {
    50% {
        top: -40px;
        left: -40px;
    }

    100% {
        top: -40px;
        left: -40px;
    }
}

@-moz-keyframes b {
    50% {
        top: -40px;
        left: -40px;
    }

    100% {
        top: -40px;
        left: -40px;
    }
}

@-o-keyframes b {
    50% {
        top: -40px;
        left: -40px;
    }

    100% {
        top: -40px;
        left: -40px;
    }
}

@keyframes b {
    50% {
        top: -40px;
        left: -40px;
    }

    100% {
        top: -40px;
        left: -40px;
    }
}

@-webkit-keyframes c {
    50% {
        top: -40px;
        left: 0px;
    }

    100% {
        top: -40px;
        left: 0px;
    }
}

@-moz-keyframes c {
    50% {
        top: -40px;
        left: 0px;
    }

    100% {
        top: -40px;
        left: 0px;
    }
}

@-o-keyframes c {
    50% {
        top: -40px;
        left: 0px;
    }

    100% {
        top: -40px;
        left: 0px;
    }
}

@keyframes c {
    50% {
        top: -40px;
        left: 0px;
    }

    100% {
        top: -40px;
        left: 0px;
    }
}

@-webkit-keyframes d {
    50% {
        top: 40px;
        left: -40px;
    }

    100% {
        top: 40px;
        left: -40px;
    }
}

@-moz-keyframes d {
    50% {
        top: 40px;
        left: -40px;
    }

    100% {
        top: 40px;
        left: -40px;
    }
}

@-o-keyframes d {
    50% {
        top: 40px;
        left: -40px;
    }

    100% {
        top: 40px;
        left: -40px;
    }
}

@keyframes d {
    50% {
        top: 40px;
        left: -40px;
    }

    100% {
        top: 40px;
        left: -40px;
    }
}

@-webkit-keyframes f {
    50% {
        top: -40px;
        left: 40px;
    }

    100% {
        top: -40px;
        left: 40px;
    }
}

@-moz-keyframes f {
    50% {
        top: -40px;
        left: 40px;
    }

    100% {
        top: -40px;
        left: 40px;
    }
}

@-o-keyframes f {
    50% {
        top: -40px;
        left: 40px;
    }

    100% {
        top: -40px;
        left: 40px;
    }
}

@keyframes f {
    50% {
        top: -40px;
        left: 40px;
    }

    100% {
        top: -40px;
        left: 40px;
    }
}

@-webkit-keyframes g {
    50% {
        top: 40px;
        left: 0px;
    }

    100% {
        top: 40px;
        left: 0px;
    }
}

@-moz-keyframes g {
    50% {
        top: 40px;
        left: 0px;
    }

    100% {
        top: 40px;
        left: 0px;
    }
}

@-o-keyframes g {
    50% {
        top: 40px;
        left: 0px;
    }

    100% {
        top: 40px;
        left: 0px;
    }
}

@keyframes g {
    50% {
        top: 40px;
        left: 0px;
    }

    100% {
        top: 40px;
        left: 0px;
    }
}

@-webkit-keyframes h {
    50% {
        top: 40px;
        left: 40px;
    }

    100% {
        top: 40px;
        left: 40px;
    }
}

@-moz-keyframes h {
    50% {
        top: 40px;
        left: 40px;
    }

    100% {
        top: 40px;
        left: 40px;
    }
}

@-o-keyframes h {
    50% {
        top: 40px;
        left: 40px;
    }

    100% {
        top: 40px;
        left: 40px;
    }
}

@keyframes h {
    50% {
        top: 40px;
        left: 40px;
    }

    100% {
        top: 40px;
        left: 40px;
    }
}

@-webkit-keyframes i {
    50% {
        top: 0px;
        left: 40px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@-moz-keyframes i {
    50% {
        top: 0px;
        left: 40px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@-o-keyframes i {
    50% {
        top: 0px;
        left: 40px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}

@keyframes i {
    50% {
        top: 0px;
        left: 40px;
    }

    100% {
        top: 0px;
        left: 40px;
    }
}


.banner {
    margin-bottom: 20px;
}

    .banner img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

.ribbon {
    min-width: 280px;
    max-width: 360px;
    position: relative;
    text-align: center;
    font-size: 22px !important;
    line-height: 1.2;
    background: #fff0ce;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 5px 10px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 5px 10px;
    box-shadow: rgba(0,0,0,0.3) 0 5px 10px;
    font-family: 'Helvetica Neue',Helvetica, sans-serif;
    margin: 30px auto;
}

    .ribbon:before,
    .ribbon:after {
        content: '';
        position: absolute;
        display: block;
        bottom: -12px;
        border: 24px solid #FFEDC8;
        z-index: -1;
    }

    .ribbon:before {
        left: -37px;
        border-right-width: 33px;
        border-left-color: rgba(0,0,0,0);
        -webkit-box-shadow: rgba(0,0,0,0.3) 2px 2px 1px -1px;
        -moz-box-shadow: rgba(0,0,0,0.3) 2px 2px 1px -1px;
        box-shadow: rgba(0,0,0,0.3) 2px 2px 1px -1px;
    }

    .ribbon:after {
        right: -37px;
        border-left-width: 33px;
        border-right-color: rgba(0,0,0,0);
        -webkit-box-shadow: rgba(0,0,0,0.3) -2px 2px 1px -1px;
        -moz-box-shadow: rgba(0,0,0,0.3) -2px 2px 1px -1px;
        box-shadow: rgba(0,0,0,0.3) -2px 2px 1px -1px;
    }

.ribbon-content {
    color: #4B4D4E !important;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    margin: 0px;
    padding: 12px 10px 11px 10px;
    font-size: 22px !important;
}

    .ribbon-content:before,
    .ribbon-content:after {
        border-color: #849092 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        position: absolute;
        display: block;
        border-style: solid;
        bottom: -12px;
        content: '';
    }

    .ribbon-content:before {
        left: 0;
        border-width: 12px 0 0 20px;
    }

    .ribbon-content:after {
        right: 0;
        border-width: 12px 20px 0 0;
    }

    .ribbon-content span:before {
        content: "";
        display: block;
        margin-top: 2px;
        border-top: 1px dashed rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ribbon-content span:after {
        margin-bottom: 2px;
        border-top: 1px dashed rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
        content: "";
        display: block;
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
    }

.dots {
    width: 6px;
    height: 6px;
    background-color: #FFF0CE;
    position: absolute;
    top: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}

    .dots.dot1 {
        left: -50px;
    }

    .dots.dot2 {
        left: -75px;
    }

    .dots.dot3 {
        left: -100px;
    }

    .dots.dot4 {
        left: -125px;
    }

    .dots.dot5 {
        right: -50px;
    }

    .dots.dot6 {
        right: -75px;
    }

    .dots.dot7 {
        right: -100px;
    }

    .dots.dot8 {
        right: -125px;
    }

.slider {
    width: 100%;
    background-color: #FCFAF7;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin-bottom: 30px;
}

    .slider img {
        width: 100%;
    }

    .slider h3 {
        font-size: 22px;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0 0 0;
    }

    .slider figcaption,
    .slider figcaption a {
        color: #383A3C !important;
    }

.welcome {
    text-align: center;
}

/* About Section */

.big-icon .icon:before {
    line-height: 1.85;
}

.big-icon,
.big-icon .icon {
    width: 150px;
    margin: 0 auto;
}

.big-icon {
    margin-bottom: 20px;
}

    .big-icon .icon {
        display: block;
        color: #f5eee3;
        font-size: 85px;
        height: 150px;
        background-color: #d35244;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 0 4px #d35244, inset 0 0 0 8px #F5EEE3;
        -moz-box-shadow: inset 0 0 0 4px #d35244, inset 0 0 0 8px #F5EEE3;
        -o-box-shadow: inset 0 0 0 4px #d35244, inset 0 0 0 8px #F5EEE3;
        box-shadow: inset 0 0 0 4px #d35244, inset 0 0 0 8px #F5EEE3;
    }

.columned-layout h4,
.columned-layout .subline {
    text-align: center;
    text-transform: uppercase;
}

.columned-layout h4 {
    font-size: 27px;
}

.columned-layout .subline {
    font-size: 14px;
    margin-bottom: 10px;
}

.columned-layout hr {
    border: none;
    background-color: rgba(56,58,60,0.9);
    height: 3px;
    width: 40px;
    margin: 0 auto 10px auto;
}

.columned-layout p {
    font-size: 14px;
}

/* Portfolio Section */

.filter-label {
    float: left;
    margin-right: 8px;
}

.filters ul li,
.widget_categories ul li {
    margin-bottom: 8px;
}


.filters ul li {
    display: inline;
}

.filters ul li,
.widget_categories ul li a {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px 4px 12px;
    margin-left: 12px;
    margin-right: 6px;
    margin-bottom: 4px;
    color: #383A3C !important;
    background-color: #FCFAF7;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -o-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -o-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -o-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

    .filters ul li:before,
    .widget_categories ul li a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: rgba(0, 0, 0, 0) #FCFAF7 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 12px 12px 12px 0;
    }

    .filters ul li:after,
    .widget_categories ul li a:after {
        content: "";
        position: absolute;
        top: 11px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background: #959CA3;
    }

    .filters ul li.active {
        background-color: #383A3C;
        color: #FCFAF7 !important;
    }

        .filters ul li.active:before {
            border-color: rgba(0, 0, 0, 0) #383A3C rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        }

.section-inner {
    overflow: hidden;
}

.portfolio.hold .portfolio-list {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha( Opacity = 70 )";
    opacity: .7;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.portfolio-list ul li {
    margin-bottom: 20px;
}

    .portfolio-list ul li a {
        display: block;
        border: 4px solid #FCFAF7;
        background-color: #FCFAF7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        -o-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

        .portfolio-list ul li a img {
            width: 100%;
            height: auto;
        }

    .portfolio-list ul li .icon {
        position: relative;
        top: -20px;
        text-align: center;
        display: block;
        width: 44px;
        height: 44px;
        line-height: 2;
        margin: 0 auto;
        font-size: 24px;
        color: #828c8e;
        background-color: #FCFAF7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .portfolio-list ul li a:hover .icon {
        top: -25px;
    }

    .portfolio-list ul li h3 {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #383A3C !important;
        text-align: center;
        position: relative;
        margin-top: -24px;
        margin-bottom: 10px;
    }

ul.gallery-list li {
    width: 50%;
    float: left;
    padding-right: 10px;
}

    ul.gallery-list li:nth-child(even) {
        padding-left: 10px;
        padding-right: 0;
    }

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 0.7;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Blog Section */

.hentry-content h1,
.hentry-content h2,
.hentry-content h3,
.hentry-content h4,
.hentry-content h5,
.hentry-content h6 {
    font-weight: 700;
}

.blog-list ul {
    margin: 0;
}

    .blog-list ul li img,
    .single .post-pic img {
        display: block;
        width: 100%;
        height: auto;
        border: 4px solid #FCFAF7;
        background-color: #FCFAF7;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        -o-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

.single .post-pic .featured {
    margin-bottom: 20px;
}

.blog-list .post-title h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 4px;
}

.blog-list h4.post-meta,
.single h4.post-meta {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}

    .blog-list h4.post-meta a,
    .single h4.post-meta a {
        font-weight: 700;
    }

.blog-list hr,
.widget hr,
hr.single-hr,
.comments hr {
    border: none;
    background-color: rgba(56,58,60,0.9);
    height: 2px;
    width: 40px;
    margin: 0 0 10px 0;
}

.blog-list .post-comments {
    float: right;
}

.more-link {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
}

/* Blog Sidebar */

.widget {
    font-size: 14px;
    margin-bottom: 30px;
}

    .widget h3,
    .comments h3,
    .comments h4 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .widget hr,
    .comments hr {
        height: 2px;
        width: 30px;
    }

    .widget ul {
        margin: 0;
    }

        .widget ul li {
            font-size: 13px;
        }

.widget_categories ul li {
    text-transform: none;
    display: inline-block;
}

.more-posts {
    text-align: center;
    margin-bottom: 20px;
}

    .more-posts a {
        text-transform: uppercase;
        position: relative;
        font-size: 14px;
        font-weight: 700;
    }

        .more-posts a:before {
            position: absolute;
            left: 0;
            bottom: 120%;
            height: 2px;
            width: 100%;
            background: #383A3C;
            content: '';
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
            -webkit-transform: scaleX(0.6);
            -moz-transform: scaleX(0.6);
            transform: scaleX(0.6);
        }

        .more-posts a:hover:before,
        .more-posts a:focus:before {
            opacity: 1;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            transform: scaleX(1);
        }

#wp-calendar,
#wp-calendar th,
#wp-calendar td {
    text-align: center;
    border: none;
}

    #wp-calendar caption {
        padding-left: 0;
        padding-right: 0;
    }

    #wp-calendar caption,
    #wp-calendar th,
    #wp-calendar td a {
        font-weight: 700;
    }

    #wp-calendar th {
        background-color: transparent;
    }

    #wp-calendar tbody tr:nth-child(even),
    #wp-calendar tbody td:nth-child(even) {
        background-color: rgba( 255, 255, 255, 0.1 );
    }

    #wp-calendar tr,
    #wp-calendar td {
        font-size: 12px;
    }

/* Contact Section */

.section-contact input,
.section-contact textarea,
.comment-reply input,
.comment-reply textarea {
    margin-bottom: 10px;
}

.section-contact form {
    margin-bottom: 30px !important;
}

#retro-mail-form span {
    display: none;
}

.social-icons {
    text-align: center;
}

    .social-icons h5 {
        font-size: 24px;
    }

    .social-icons hr,
    .comments hr {
        border: none;
        background-color: rgba(56,58,60,0.9);
        height: 2px;
        width: 40px;
        margin: 0 auto 10px auto;
    }

    .social-icons li {
        display: inline-block;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .social-icons .icon {
        display: inline-block;
        color: #F5EEE3;
        font-size: 45px;
        background-color: #383A3C;
        width: 80px;
        height: 80px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 0 2px #383A3C, inset 0 0 0 4px #F5EEE3;
        -moz-box-shadow: inset 0 0 0 2px #383A3C, inset 0 0 0 4px #F5EEE3;
        -o-box-shadow: inset 0 0 0 2px #383A3C, inset 0 0 0 4px #F5EEE3;
        box-shadow: inset 0 0 0 2px #383A3C, inset 0 0 0 4px #F5EEE3;
    }

        .social-icons .icon:before {
            line-height: 1.85;
        }

    .social-icons li a,
    a.big-icon-link span {
        position: relative;
        top: 0;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

        .social-icons li a:hover,
        a.big-icon-link:hover span {
            top: -5px;
        }

/* Single Post */

.single h2.post-title,
.page h2.post-title {
    text-transform: none;
    font-weight: 700;
    margin-bottom: 5px;
}

.single h4.post-meta {
    text-align: center;
    margin-bottom: 20px;
}

hr.single-hr {
    height: 3px;
    margin: 0 auto 8px auto;
}

.page hr.single-hr {
    margin-bottom: 20px;
}

.hentry-content {
    margin-bottom: 20px;
}

    .hentry-content img {
        max-width: 100%;
    }

.comments {
    font-size: 14px;
}

ul.comment-list {
    margin-bottom: 40px;
}

.comment {
    margin-bottom: 20px;
}

.logged-in-as {
    margin-bottom: 10px;
}

.avatar {
    border: 2px solid #FCFAF7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    25 -o-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    25 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    float: left;
    margin-right: 15px;
    height: 45px;
    width: 45px;
}

.comment-author {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0;
}

    .comment-author a {
        font-weight: 700;
    }

.comment-content {
    padding-left: 60px;
}

    .comment-content p {
        margin: 0;
    }

.comment-list ul.children {
    padding-left: 20px;
    border-left: 2px solid rgba(56, 58, 60, 0.9);
}

.comments h3,
.comments h4 {
    text-align: center;
}


/* Light text */

.light-text,
.light-text a,
.light-text .columned-layout .subline,
.light-text table th,
.light-text table td {
    color: #F6EDD8;
}

    .light-text nav ul#main-nav li a {
        color: #F6EDD8;
        text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    }

    .light-text .hentry-content hr,
    .light-text .columned-layout hr,
    .light-text .social-icons hr,
    .light-text .blog-list hr,
    .light-text hr.single-hr,
    .light-text .comments hr,
    .light-text .widget hr {
        background-color: rgba(245,238,227,0.9);
    }

    .light-text .separator span:before,
    .light-text .separator span:after {
        border-bottom: 2px solid #F6EDD8;
    }

    .light-text .more-posts a:before {
        background-color: #F6EDD8;
    }

    .light-text .comment-list ul.children {
        border-left: 2px solid #F6EDD8;
    }

    .light-text .retro-borders {
        text-shadow: 1px 2px #484A4D, 3px 4px #D4CEBF;
    }

    .light-text .social-icons .icon {
        color: #383A3C;
        background-color: #F5EEE3;
        -webkit-box-shadow: inset 0 0 0 2px #F5EEE3, inset 0 0 0 4px #383A3C;
        -moz-box-shadow: inset 0 0 0 2px #F5EEE3, inset 0 0 0 4px #383A3C;
        -o-box-shadow: inset 0 0 0 2px #F5EEE3, inset 0 0 0 4px #383A3C;
        box-shadow: inset 0 0 0 2px #F5EEE3, inset 0 0 0 4px #383A3C;
    }

    .light-text table {
        border-right: 1px solid rgba(245,238,227,0.9);
        border-bottom: 1px solid rgba(245,238,227,0.9);
    }

        .light-text table th,
        .light-text table td {
            border-top: 1px solid rgba(245,238,227,0.9);
            border-left: 1px solid rgba(245,238,227,0.9);
        }

    .light-text code,
    .light-text kbd,
    .light-text pre,
    .light-text samp {
        background-color: rgba(0,0,0,0.2);
    }

/* Media Queries */

@media only screen and (min-width: 740px) {
    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }
}

@media only screen and (min-width: 960px) {
    .section-contact form,
    .comment-reply form {
        width: 50%;
        margin: 0 auto;
    }

    .single .blog-sidebar {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 739px) {
    .aligncenter,
    .alignleft,
    .alignright {
        display: block;
        width: 100%;
        height: auto;
    }

    .header-inner {
        height: 130px;
        position: static !important;
    }

    main[role=main] {
        padding-top: 0 !important;
    }

    #logo a {
        left: 50% !important;
        margin-left: -75px !important;
    }

    nav[role=navigation] {
        display: none;
    }

    .ribbon {
        min-width: 280px;
        max-width: 280px;
    }

    .dots {
        display: none;
    }

    .slider h3 {
        font-size: 18px;
    }

    .bx-wrapper .bx-controls-direction a {
        font-size: 20px;
        line-height: 56px;
        height: 50px;
        width: 25px;
    }

    .bx-wrapper .bx-prev {
        -webkit-border-radius: 0 50px 50px 0;
        -moz-border-radius: 0 50px 50px 0;
        -o-border-radius: 0 50px 50px 0;
        border-radius: 0 50px 50px 0;
    }

    .bx-wrapper .bx-next {
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        -o-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
    }

    .welcome h2 {
        font-size: 26px;
    }

    .welcome h3 {
        font-size: 20px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #logo a {
        background-image: url(images/logo-x2.png);
    }
}

#icon_whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        /*fix other elements on the page moving (on Chrome)*/
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: -5px;
        text-align: left;
        -webkit-border-radius: 0 60px 60px 0;
        -moz-border-radius: 0 60px 60px 0;
        -o-border-radius: 0 60px 60px 0;
        border-radius: 0 60px 60px 0;
    }

    .bx-wrapper .bx-next {
        right: -5px;
        text-align: right;
        -webkit-border-radius: 60px 0 0 60px;
        -moz-border-radius: 60px 0 0 60px;
        -o-border-radius: 60px 0 0 60px;
        border-radius: 60px 0 0 60px;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -40px;
        outline: 0;
        z-index: 9999;
        font-size: 24px;
        line-height: 68px;
        height: 60px;
        width: 30px;
        background-color: #FCFAF7;
        color: #828C8E;
    }

        .bx-wrapper .bx-controls-direction a:hover {
            color: #383A3C;
        }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: white;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow .icon {
    pointer-events: none;
    color: #fff;
    font-size: 28px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444444;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {

    h2.section-title {
        font-size: 40px;
        margin-bottom: 0;
    }

    #icon_whatsapp {
        position: fixed;
        right: 10px;
        bottom: 40px;
        width: 60px;
        height: 60px;
        background-color: #25d366;
        border-radius: 50%;
        cursor: pointer;
        z-index: 99;
    }

    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

