@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/themes/magnum/fonts/FontAwesome.eot');
    src: url('/wp-content/themes/magnum/fonts/FontAwesome.eot?iefix') format('embedded-opentype'), url('/wp-content/themes/magnum/fonts/FontAwesome.woff') format('woff'), url('/wp-content/themes/magnum/fonts/FontAwesome.ttf') format('truetype'), url('/wp-content/themes/magnum/fonts/FontAwesome.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prototype';
    src: url('/wp-content/themes/magnum/fonts/Prototype.eot');
    src: url('/wp-content/themes/magnum/fonts/Prototype.eot?iefix') format('embedded-opentype'), url('/wp-content/themes/magnum/fonts/Prototype.woff') format('woff'), url('/wp-content/themes/magnum/fonts/Prototype.ttf') format('truetype'), url('/wp-content/themes/magnum/fonts/Prototype.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../../css/../images/status.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

html, body {
    height: 100%;
    min-height: 100 #;
}

body {
    overflow-x: hidden;
    padding: 0;
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }

    to {
        padding: 0;
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

html {
    font-size: 1em;
    -webkit-text-size-adjust: 1em;
    -ms-text-size-adjust: 1em;
}

body {
    vertical-align: baseline;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

video {
    max-width: 100%;
    height: auto;
}

iframe, embed, object {
    max-width: 100%;
}

.vendor {
    padding: 0;
    background: #fafafa;
    margin-bottom: 0;
}

.unsupported {
    background: #fafafa;
}

a:focus {
    outline: 0;
}

a:hover, a:active {
    outline: 0;
}

.row img {
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    border: 0;
}

iframe, object, embed {
    max-width: 100%;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

pre {
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    white-space: pre-wrap;
}

pre code {
    color: #333;
}

code {
    font-family: Courier New, monospace;
    font-size: 14px;
}

code span {
    color: #3a3;
    font-weight: bold;
}

form {
    margin: 0;
    padding: 0;
    display: block;
}

input[type=text], input[type=url], input[type=tel], input[type=number], input[type=email], textarea {
    width: 100%;
    height: 40px;
    display: block;
    border: 2px solid #eee;
    background: #fff;
    font-size: 16px;
    padding-left: 6px;
    border-radius: 0;
    margin-bottom: 20px;
}

textarea {
    padding-top: 9px;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

.placeholder {
    color: #808080;
}

:-moz-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}

:-ms-input-placeholder {
    color: #808080;
}

::-webkit-input-placeholder {
    color: #808080;
}

input:focus, textarea:focus {
    outline: 0;
    border-color: #c0c0c0;
    color: #333;
}

input.error, textarea.error {
    border-color: red;
}

.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.rounded {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.alignleft, img.alignleft {
    text-align: left;
}

.alignright, img.alignright {
    text-align: right;
}

.aligncenter, img.aligncenter {
    text-align: center;
}

.alignnone, img.alignnone {
    text-align: inherit;
}

img.alignleft {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

img.alignright {
    display: inline-block;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

img.aligncenter {
    display: block;
    margin: 0 auto 25px;
}

img:after {
    clear: both;
}

img {
    margin-bottom: 25px;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.margin-all {
    margin: 25px;
}

.margin {
    margin-top: 25px;
    margin-bottom: 25px;
}

.margin-top {
    margin-top: 25px;
}

.margin-bottom {
    margin-bottom: 25px;
}

.margin-big {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-all-big {
    margin: 50px;
}

.margin-top-big {
    margin-top: 50px;
}

.margin-bottom-big {
    margin-bottom: 50px;
}

.margin-small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-all-small {
    margin: 10px;
}

.margin-top-small {
    margin-top: 10px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.mfp-container {
    padding: 0;
}

.inline-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

.inline-popup.fullheight {
    height: 100%;
    min-height: 100vh;
}

.inline-popup.fullscreen {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100vh;
}

.soundcloud-popup .mfp-iframe {
    height: 182px;
}

.row {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.column, .columns {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

.row.margin > .column, .row.margin > .columns {
    margin: 20px;
}

.row.margin-bottom > .column, .row.margin-bottom > .columns {
    margin-bottom: 40px;
}

.one.column, .one.columns {
    width: 40px;
}

.two.columns {
    width: 120px;
}

.three.columns {
    width: 215px;
}

.four.columns {
    width: 280px;
}

.five.columns {
    width: 360px;
}

.six.columns {
    width: 440px;
}

.seven.columns {
    width: 520px;
}

.eight.columns {
    width: 600px;
}

.nine.columns {
    width: 680px;
}

.ten.columns {
    width: 760px;
}

.eleven.columns {
    width: 840px;
}

.twelve.columns {
    width: 920px;
}

.offset-by-one {
    margin-left: 100px;
}

.offset-by-two {
    margin-left: 180px;
}

.offset-by-three {
    margin-left: 260px;
}

.offset-by-four {
    margin-left: 340px;
}

.offset-by-five {
    margin-left: 420px;
}

.offset-by-six {
    margin-left: 500px;
}

.offset-by-seven {
    margin-left: 580px;
}

.offset-by-eight {
    margin-left: 660px;
}

.offset-by-nine {
    margin-left: 740px;
}

.offset-by-ten {
    margin-left: 820px;
}

.offset-by-eleven {
    margin-left: 900px;
}

.one.column.center, .one.columns.center {
    margin-left: 460px;
}

.two.columns.center {
    margin-left: 420px;
}

.three.columns.center {
    margin-left: 380px;
}

.four.columns.center {
    margin-left: 340px;
}

.five.columns.center {
    margin-left: 300px;
}

.six.columns.center {
    margin-left: 260px;
}

.seven.columns.center {
    margin-left: 220px;
}

.eight.columns.center {
    margin-left: 180px;
}

.nine.columns.center {
    margin-left: 140px;
}

.ten.columns.center {
    margin-left: 100px;
}

.eleven.columns.center {
    margin-left: 60px;
}

.twelve.columns.center {
    margin-left: 20px;
}

@media only screen and (min-width: 1200px) {
    .row {
        width: 1200px;
    }

    .column, .columns {
        margin-left: 20px;
        margin-right: 20px;
    }

    .row.margin > .column, .row.margin > .columns {
        margin: 20px;
    }

    .row.margin-bottom > .column, .row.margin-bottom > .columns {
        margin-bottom: 40px;
    }

    .one.column, .one.columns {
        width: 60px;
    }

    .two.columns {
        width: 160px;
    }

    .three.columns {
        width: 261px;
    }

    .four.columns {
        width: 360px;
    }

    .five.columns {
        width: 460px;
    }

    .six.columns {
        width: 560px;
    }

    .seven.columns {
        width: 660px;
    }

    .eight.columns {
        width: 760px;
    }

    .nine.columns {
        width: 860px;
    }

    .ten.columns {
        width: 960px;
    }

    .eleven.columns {
        width: 1060px;
    }

    .twelve.columns {
        width: 1160px;
    }

    .offset-by-one {
        margin-left: 120px;
    }

    .offset-by-two {
        margin-left: 220px;
    }

    .offset-by-three {
        margin-left: 320px;
    }

    .offset-by-four {
        margin-left: 420px;
    }

    .offset-by-five {
        margin-left: 520px;
    }

    .offset-by-six {
        margin-left: 620px;
    }

    .offset-by-seven {
        margin-left: 720px;
    }

    .offset-by-eight {
        margin-left: 820px;
    }

    .offset-by-nine {
        margin-left: 920px;
    }

    .offset-by-ten {
        margin-left: 1020px;
    }

    .offset-by-eleven {
        margin-left: 1120px;
    }

    .one.column.center, .one.columns.center {
        margin-left: 570px;
    }

    .two.columns.center {
        margin-left: 520px;
    }

    .three.columns.center {
        margin-left: 470px;
    }

    .four.columns.center {
        margin-left: 420px;
    }

    .five.columns.center {
        margin-left: 370px;
    }

    .six.columns.center {
        margin-left: 320px;
    }

    .seven.columns.center {
        margin-left: 270px;
    }

    .eight.columns.center {
        margin-left: 220px;
    }

    .nine.columns.center {
        margin-left: 170px;
    }

    .ten.columns.center {
        margin-left: 120px;
    }

    .eleven.columns.center {
        margin-left: 70px;
    }

    .twelve.columns.center {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .row {
        width: 720px;
    }

    .column, .columns {
        margin-left: 15px;
        margin-right: 15px;
    }

    .row.margin > .column, .row.margin > .columns {
        margin: 15px;
    }

    .row.margin-bottom > .column, .row.margin-bottom > .columns {
        margin-bottom: 30px;
    }

    .one.column, .one.columns {
        width: 30px;
    }

    .two.columns {
        width: 90px;
    }

    .three.columns {
        width: 150px;
    }

    .four.columns {
        width: 210px;
    }

    .five.columns {
        width: 270px;
    }

    .six.columns {
        width: 330px;
    }

    .seven.columns {
        width: 390px;
    }

    .eight.columns {
        width: 450px;
    }

    .nine.columns {
        width: 510px;
    }

    .ten.columns {
        width: 570px;
    }

    .eleven.columns {
        width: 630px;
    }

    .twelve.columns {
        width: 690px;
    }

    .offset-by-one {
        margin-left: 75px;
    }

    .offset-by-two {
        margin-left: 135px;
    }

    .offset-by-three {
        margin-left: 195px;
    }

    .offset-by-four {
        margin-left: 255px;
    }

    .offset-by-five {
        margin-left: 315px;
    }

    .offset-by-six {
        margin-left: 375px;
    }

    .offset-by-seven {
        margin-left: 435px;
    }

    .offset-by-eight {
        margin-left: 495px;
    }

    .offset-by-nine {
        margin-left: 555px;
    }

    .offset-by-ten {
        margin-left: 615px;
    }

    .offset-by-eleven {
        margin-left: 675px;
    }

    .one.column.center, .one.columns.center {
        margin-left: 345px;
    }

    .two.columns.center {
        margin-left: 315px;
    }

    .three.columns.center {
        margin-left: 285px;
    }

    .four.columns.center {
        margin-left: 255px;
    }

    .five.columns.center {
        margin-left: 225px;
    }

    .six.columns.center {
        margin-left: 195px;
    }

    .seven.columns.center {
        margin-left: 165px;
    }

    .eight.columns.center {
        margin-left: 135px;
    }

    .nine.columns.center {
        margin-left: 105px;
    }

    .ten.columns.center {
        margin-left: 75px;
    }

    .eleven.columns.center {
        margin-left: 45px;
    }

    .twelve.columns.center {
        margin-left: 15px;
    }

    .tablet-one.column, .tablet-one.columns {
        width: 30px;
    }

    .tablet-two.columns {
        width: 90px;
    }

    .tablet-three.columns {
        width: 150px;
    }

    .tablet-four.columns {
        width: 210px;
    }

    .tablet-five.columns {
        width: 270px;
    }

    .tablet-six.columns {
        width: 330px;
    }

    .tablet-seven.columns {
        width: 390px;
    }

    .tablet-eight.columns {
        width: 450px;
    }

    .tablet-nine.columns {
        width: 510px;
    }

    .tablet-ten.columns {
        width: 570px;
    }

    .tablet-eleven.columns {
        width: 630px;
    }

    .tablet-twelve.columns {
        width: 690px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .row {
        width: 480px;
    }

    .columns, .column {
        margin-left: 8px;
        margin-right: 8px;
    }

    .row.margin > .column, .row.margin > .columns {
        margin: 8px;
    }

    .row.margin-bottom > .column, .row.margin-bottom > .columns {
        margin-bottom: 16px;
    }

    .one.column, .one.columns, .two.columns, .three.columns, .four.columns, .five.columns, .six.columns, .seven.columns, .eight.columns, .nine.columns, .ten.columns, .eleven.columns, .twelve.columns {
        width: 464px;
    }

    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven {
        margin-left: 8px;
    }

    .one.column.center, .one.columns.center, .two.columns.center, .three.columns.center, .four.columns.center, .five.columns.center, .six.columns.center, .seven.columns.center, .eight.columns.center, .nine.columns.center, .ten.columns.center, .eleven.columns.center, .twelve.columns.center {
        margin-left: 8px;
    }

    .medium-one.column, .medium-one.columns {
        width: 24px;
    }

    .medium-two.columns {
        width: 64px;
    }

    .medium-three.columns {
        width: 104px;
    }

    .medium-four.columns {
        width: 144px;
    }

    .medium-five.columns {
        width: 184px;
    }

    .medium-six.columns {
        width: 224px;
    }

    .medium-seven.columns {
        width: 264px;
    }

    .medium-eight.columns {
        width: 304px;
    }

    .medium-nine.columns {
        width: 344px;
    }

    .medium-ten.columns {
        width: 384px;
    }

    .medium-eleven.columns {
        width: 424px;
    }

    .medium-twelve.columns {
        width: 464px;
    }
}

@media only screen and (max-width: 479px) {
    .row {
        width: 312px;
    }

    .columns, .column {
        margin-left: 5px;
        margin-right: 5px;
    }

    .row.margin > .column, .row.margin > .columns {
        margin: 5px;
    }

    .row.margin-bottom > .column, .row.margin-bottom > .columns {
        margin-bottom: 10px;
    }

    .one.column, .one.columns, .two.columns, .three.columns, .four.columns, .five.columns, .six.columns, .seven.columns, .eight.columns, .nine.columns, .ten.columns, .eleven.columns, .twelve.columns {
        width: 302px;
    }

    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven {
        margin-left: 5px;
    }

    .one.column.center, .one.columns.center, .two.columns.center, .three.columns.center, .four.columns.center, .five.columns.center, .six.columns.center, .seven.columns.center, .eight.columns.center, .nine.columns.center, .ten.columns.center, .eleven.columns.center, .twelve.columns.center {
        margin-left: 5px;
    }

    .small-one.column, .small-one.columns {
        width: 16px;
    }

    .small-two.columns {
        width: 42px;
    }

    .small-three.columns {
        width: 68px;
    }

    .small-four.columns {
        width: 94px;
    }

    .small-five.columns {
        width: 120px;
    }

    .small-six.columns {
        width: 146px;
    }

    .small-seven.columns {
        width: 172px;
    }

    .small-eight.columns {
        width: 198px;
    }

    .small-nine.columns {
        width: 224px;
    }

    .small-ten.columns {
        width: 250px;
    }

    .small-eleven.columns {
        width: 276px;
    }

    .small-twelve.columns {
        width: 302px;
    }
}

.row:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

@charset "UTF-8";

@font-face {
    font-family: 'ytpregular';
    src: url('../../css/lib/../../fonts/ytp-regular.eot');
}

@font-face {
    font-family: 'ytpregular';
    src: url(../../css/lib/../../fonts/data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format('woff'), url('../../css/lib/../../fonts/ytp-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mb_YTVPlayer :focus {
    outline: 0;
}

.mb_YTVPlayer {
    display: block;
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
}

.mb_YTVPlayer.fullscreen {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 !important;
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .5);
}

.inline_YTPlayer img {
    border: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mb_YTVPBar .ytpicon {
    font-size: 14px;
    font-family: 'ytpregular';
}

.mb_YTVPBar .mb_YTVPUrl.ytpicon {
    font-size: 18px;
}

.mb_YTVPBar {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
}

.mb_YTVPBar.visible, .mb_YTVPBar:hover {
    opacity: 1;
}

.mb_YTVPBar .buttonBar {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: transparent;
    font: 12px/14px sans-serif;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.mb_YTVPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
}

.mb_YTVPBar span {
    display: inline-block;
    font: 16px/20px sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
}

.mb_YTVPBar span.mb_YTVPTime {
    width: 130px;
}

.mb_YTVPBar span.mb_YTVPUrl, .mb_YTVPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

.mb_YTVPBar span.mb_YTVPUrl img {
    width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
    left: 185px;
    right: auto;
}

.mb_YTVPBar span.mb_OnlyYT img {
    width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a {
    color: white;
}

.mb_YTVPPlaypause, .mb_YTVPlayer .mb_YTVPPlaypause img {
    cursor: pointer;
}

.mb_YTVPMuteUnmute {
    cursor: pointer;
}

.mb_YTVPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
}

.mb_YTVPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
}

.mb_YTVTime {
    height: 5px;
    width: 0;
    background: #fff;
    bottom: 0;
    left: 0;
    -moz-box-shadow: #666 1px 1px 3px;
    -webkit-box-shadow: #666 1px 1px 3px;
}

.YTPOverlay.raster {
    background: url("../../css/lib/../../images/raster.png");
}

.YTPOverlay.raster.retina {
    background: url("../../css/lib/../../images/raster@2x.png");
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571428572em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-asc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .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: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.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: 0;
    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: .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;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.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: #ccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    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;
}

.mfp-arrow:before, .mfp-arrow:after, .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:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.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;
}

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;
}

.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: #444;
}

.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) {
    .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) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 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;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    z-index: 89;
    position: absolute;
    bottom: 25px;
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 15px;
    }
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../css/lib/../../images/status.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 21;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    padding-top: 25px;
}

.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: #fff;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    outline: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #bba454;
}

.bx-outer-prev, .bx-outer-next, .bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    color: #fff;
    font-size: 42px;
}

.bx-outer-prev:hover, .bx-outer-next:hover, .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
    color: #fff;
    font-size: 56px;
}

.bx-outer-prev, .bx-wrapper .bx-prev {
    left: 10px;
}

.bx-outer-prev:after, .bx-wrapper .bx-prev:after {
    font-family: 'FontAwesome';
    content: '\f104';
}

.bx-outer-next, .bx-wrapper .bx-next {
    right: 10px;
}

.bx-outer-next:after, .bx-wrapper .bx-next:after {
    font-family: 'FontAwesome';
    content: '\f105';
}

.bx-outer-prev, .bx-outer-next, .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 88;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.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(../../css/lib/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(../../css/lib/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;
}

.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;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

#slides {
    position: relative;
}

#slides .slides-container {
    margin: 0;
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 99;
    zoom: 1;
    text-align: center;
}

.slides-navigation a.prev, .slides-navigation a.next {
    color: #fff;
    font-size: 42px;
}

.slides-navigation a.prev:hover, .slides-navigation a.next:hover {
    color: #fff;
    font-size: 56px;
}

.slides-navigation a.prev {
    left: 10px;
}

.slides-navigation a.prev:after {
    font-family: 'FontAwesome';
    content: '\f104';
}

.slides-navigation a.next {
    right: 10px;
}

.slides-navigation a.next:after {
    font-family: 'FontAwesome';
    content: '\f105';
}

.slides-pagination {
    position: absolute;
    z-index: 20;
    bottom: 25px;
    text-align: center;
    width: 100%;
}

.slides-pagination a {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 4px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    zoom: 1;
    overflow: hidden;
    text-indent: -100px;
}

.slides-pagination a:hover, .slides-pagination a.current {
    background: #bba454;
}

.slides-fullscreen-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

::selection {
    color: #fff;
    background: #1a1a1a;
}

::-moz-selection {
    color: #fff;
    background: #1a1a1a;
}

body {
    color: #7a7a7a;
    background: #000;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
    text-transform: none;
}

h1 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 17px;
    line-height: 25px;
}

h5 {
    font-size: 16px;
    line-height: 25px;
}

h6 {
    font-size: 13px;
    line-height: 25px;
}

p {
    margin-bottom: 25px;
}

h1.fittext, h2.fittext, h3.fittext, h4.fittext, h5.fittext, h6.fittext {
    width: 100%;
    display: block;
    line-height: .9em;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

h1.fittext {
    font-size: 75px;
}

h2.fittext {
    font-size: 60px;
}

h3.fittext {
    font-size: 45px;
}

h4.fittext {
    font-size: 30px;
}

h5.fittext {
    font-size: 23px;
}

h6.fittext {
    font-size: 15px;
}

.bigtext h1, .bigtext h2, .bigtext h3, .bigtext h4, .bigtext h5, .bigtext h6, h1.bigtext, h2.bigtext, h3.bigtext, h4.bigtext, h5.bigtext, h6.bigtext {
    line-height: 1.1em;
    padding-bottom: 2px;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.bigtext h1, h1.bigtext {
    font-size: 80px;
}

.bigtext h2, h2.bigtext {
    font-size: 70px;
}

.bigtext h3, h3.bigtext {
    font-size: 60px;
}

.bigtext h4, h4.bigtext {
    font-size: 55px;
}

.bigtext h5, h5.bigtext {
    font-size: 40px;
}

.bigtext h6, h6.bigtext {
    font-size: 25px;
}

.text-bg {
    width: auto;
    display: inline-block;
    padding: 5px 7px 6px 8px;
    background: #bba454;
    margin: 2px;
}

.text-bg.white {
    background: #fff;
}

.text-bg.light {
    background: #7a7a7a;
}

.text-bg.dark {
    background: #1a1a1a;
}

.text-bg.color {
    background: #bba454;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #bba454;
}

.text-white, h1.text-white, h2.text-white, h3.text-white, h4.text-white, h5.text-white, h6.text-white, p.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
    color: #fff;
}

.text-light, h1.text-light, h2.text-light, h3.text-light, h4.text-light, h5.text-light, h6.text-light, p.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p {
    color: #adadad;
}

.text-dark, h1.text-dark, h2.text-dark, h3.text-dark, h4.text-dark, h5.text-dark, h6.text-dark, p.text-dark, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p {
    color: #1a1a1a;
}

.text-color, h1.text-color, h2.text-color, h3.text-color, h4.text-color, h5.text-color, h6.text-color, p.text-color, .text-color h1, .text-color h2, .text-color h3, .text-color h4, .text-color h5, .text-color h6, .text-color p {
    color: #bba454;
}

h1.serif, h2.serif, h3.serif, h4.serif, h5.serif, h6.serif, p.serif, .serif h1, .serif h2, .serif h3, .serif h4, .serif h5, .serif h6, .serif p {
    font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
    font-weight: 400;
}

p.big {
    font-size: 25px;
    line-height: 40px;
}

.small, small {
    font-size: 12px;
}

.italic, em {
    font-style: italic;
}

.bold, strong, b {
    font-weight: 900;
}

.thin {
    font-weight: 300;
}

.no-uppercase {
    text-transform: none;
}

.uppercase {
    text-transform: uppercase;
}

.letterspace {
    letter-spacing: .1em;
}

.ordered-list {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 25px;
}

.unordered-list {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 25px;
}

blockquote {
    font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
    font-style: italic;
    color: #adadad;
    margin-bottom: 25px;
    padding: 25px;
    border-left: 2px solid #ccc;
    background: #fafafa;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
    color: #adadad;
}

blockquote.left {
    text-align: left;
    border-left: 2px solid #ccc;
}

blockquote.right {
    text-align: right;
    border-left: 0;
    border-right: 2px solid #ccc;
}

q {
    quotes: "\"" "\"" "" " " "";
}

q:before {
    content: '\201C';
}

q:after {
    content: '\201D';
}

q.colorq:before {
    content: '\201C';
    color: #bba454;
}

q.colorq:after {
    content: '\201D';
    color: #bba454;
}

.button {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background: #1a1a1a;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-top: 25px;
}

a.button:hover {
    text-decoration: none;
    color: #fff;
    background: #bba454;
}

.button.small {
    font-size: 10px;
    padding: 5px 15px;
}

.button.big {
    font-size: 16px;
    padding: 15px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button > i {
    font-size: 14px;
}

.button.small > i {
    font-size: 12px;
}

.button.big > i {
    font-size: 18px;
}

.button.outline {
    padding: 8px 18px;
}

.button.small.outline {
    padding: 3px 13px;
}

.button.big.outline {
    padding: 13px 23px;
}

a.underline {
    border-bottom: 1px solid #bba454;
}

a.arrow-link:after {
    font-family: 'FontAwesome';
    content: '\f101';
    color: #bba454;
    margin-left: 7px;
}

i.inline {
    margin-left: 5px;
    margin-right: 5px;
}

.icon, a .icon {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #1a1a1a;
    margin: auto 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

a .icon:hover {
    text-decoration: none;
    color: #fff;
    background: #bba454;
}

.icon.small {
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.icon.medium {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.icon.big {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.icon.outline {
    line-height: 36px;
}

.icon.small.outline {
    line-height: 21px;
}

.icon.medium.outline {
    line-height: 26px;
}

.icon.big.outline {
    line-height: 46px;
}

.icon.arrow-top {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.icon.arrow-prev {
    text-indent: -2px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.icon.arrow-next {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.icon.arrow-bottom {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.icon.attached {
    margin: auto -3px;
}

.button.color, .icon.color {
    color: #fff;
    background: #bba454;
}

a.button.color:hover, a .icon.color:hover {
    color: #fff;
    background: #1a1a1a;
}

.button.white, .icon.white {
    color: #1a1a1a;
    background: #fff;
}

.button.light, .icon.light {
    color: #fff;
    background: #adadad;
}

.button.dark, .icon.dark {
    color: #fff;
    background: #1a1a1a;
}

.button.outline, .icon.outline {
    color: #1a1a1a;
    background: 0;
    border: 2px solid #1a1a1a;
}

a.button.outline:hover, a .icon.outline:hover {
    color: #fff;
    background: #1a1a1a;
}

.button.outline.color, .icon.outline.color {
    color: #bba454;
    background: 0;
    border: 2px solid #bba454;
}

a.button.outline.color:hover, a .icon.outline.color:hover {
    color: #fff;
    background: #bba454;
}

.button.outline.white, .icon.outline.white {
    color: #fff;
    background: 0;
    border: 2px solid #fff;
}

a.button.outline.white:hover, a .icon.outline.white:hover {
    color: #1a1a1a;
    background: #fff;
}

.button.outline.light, .icon.outline.light {
    color: #adadad;
    background: 0;
    border: 2px solid #adadad;
}

a.button.outline.light:hover, a .icon.outline.light:hover {
    color: #fff;
    background: #adadad;
}

.button.outline.dark, .icon.outline.dark {
    color: #1a1a1a;
    background: 0;
    border: 2px solid #1a1a1a;
}

a.button.outline.dark:hover, a .icon.outline.dark:hover {
    color: #fff;
    background: #1a1a1a;
}

.bullet-pagination {
    text-align: center;
}

.bullet-pagination a {
    background: #bba454;
    width: 12px;
    height: 12px;
    margin: 4px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bullet-pagination a.selected {
    background: #fff;
    cursor: default;
}

.bullet-pagination a span {
    display: none;
}

.title {
    margin-bottom: 45px;
}

.title h1 {
    position: relative;
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
}

.title hr {
    width: 80px;
    height: 2px;
    background: #ccc;
    border: 0;
    margin: 0 auto;
}

.title i {
    text-align: center;
    position: relative;
    display: block;
    font-size: 54px;
    line-height: 54px;
    color: #ccc;
    margin: 0 auto -45px;
}

.header {
    position: relative;
    display: table;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 550px;
}

.header.fixed {
    background-attachment: fixed;
}

.header.top {
    background-position: top center;
}

.header.bottom {
    background-position: bottom center;
}

.header.medium {
    height: 500px;
}

.header.small {
    height: 250px;
}

.header-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.centerdiv {
    width: 920px;
    margin: 0 auto;
}

.header-center hr {
    width: 220px;
    height: 2px;
    background: #fff;
    border: 0;
    margin: 50px auto 35px;
}

.fade {
    filter: alpha(opacity=30);
    opacity: .3;
}

.no-touch a, .no-touch a:hover, .no-touch .button, .no-touch .button:hover, .no-touch .icon, .no-touch .icon:hover, .no-touch .icon.huge, .no-touch .icon.huge:hover, .no-touch .fade, .no-touch .portfolio-thumb, .no-touch .image-thumb, .no-touch .service-item, .no-touch a.play-btn i, .no-touch a.play-btn:hover > i, .no-touch .video-controls button, .no-touch .video-controls button:hover, .no-touch ul.home-menu li i, .no-touch ul.home-menu li a:hover > i, .no-touch .toggle, .no-touch .toggle:hover, .no-touch #contactform input, .no-touch #contactform textarea, .no-touch #contactform select, .no-touch #contactform input:focus, .no-touch #contactform textarea:focus, .no-touch #contactform select:focus, .no-touch #contactform input.submit, .no-touch #contactform input.submit:hover, .no-touch .fourofour i, .no-touch .fourofour a:hover > i, .no-touch .hoverimg, .no-touch .hoverimg:hover, .no-touch .employeeblock, .no-touch .employeeblock:hover, .no-touch .mask, .no-touch .employeeblock:hover .mask, .no-touch .serviceblock, .no-touch .serviceblock:hover, .no-touch .serviceblock .button, .no-touch .serviceblock:hover .button, .no-touch .serviceblock i, .no-touch .serviceblock:hover i, .no-touch .widget_search input.search, .no-touch .widget_search input.search:focus, .no-touch #wp-calendar tbody td, .no-touch #wp-calendar tbody td:hover, .no-touch #respond form input[type=text], .no-touch #respond form textarea, .no-touch #respond form input[type=text]:focus, .no-touch #respond form textarea:focus, .no-touch #respond form button[type="submit"], .no-touch #respond form button[type="submit"]:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.main-menu {
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    background: #1a1a1a;
    z-index: 99;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.menu-wrap {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 920px;
}

.menu-logo {
    float: left;
    text-align: left;
    width: auto;
    max-height: 40px;
    margin-top: 14px;
    margin-bottom: 0;
}

.main-menu h1 {
    float: left;
    text-align: left;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.main-menu h1 a {
    text-decoration: none;
    color: #bba454;
}

.main-menu h1 a:hover {
    color: #fff;
}

#toggle, .toggle {
    display: none;
}

.menu {
    text-align: right;
    height: 100%;
}

.menu li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 70px;
    text-transform: uppercase;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #7a7a7a;
    height: 100%;
}

.menu li a:hover {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .sticky-wrapper, .main-menu {
        height: 50px !important;
    }

    .menu-wrap {
        width: 100%;
    }

    .menu-logo {
        margin-top: 6px;
        margin-left: 15px;
    }

    .main-menu h1 {
        margin-top: 0;
        margin-left: 15px;
    }

    .toggle {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
        color: #bba454;
        float: right;
        font-family: 'FontAwesome';
        text-align: center;
        font-size: 14px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .toggle:hover {
        color: #fff;
    }

    .toggle:after {
        content: '\f0c9';
    }

    #toggle:checked ~ .menu {
        display: block;
        filter: alpha(opacity=100);
        opacity: 1;
    }

    #toggle:checked + .toggle:after {
        content: '\f077';
    }

    .menu {
        display: none;
        filter: alpha(opacity=0);
        opacity: 0;
        margin-top: 50px;
        width: 100%;
        position: absolute;
        right: 0;
        height: auto;
        text-align: left;
        background: #1a1a1a;
        padding-bottom: 10px;
    }

    .menu li {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }

    .menu li a {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 15px;
    }
}

.main-menu.white-menu {
    background: #fff;
}

.main-menu.white-menu h1 a:hover {
    color: #1a1a1a;
}

.main-menu.white-menu .menu li a:hover {
    color: #bba454;
}

@media only screen and (max-width: 768px) {
    .main-menu.white-menu .toggle:hover {
        color: #1a1a1a;
    }

    .main-menu.white-menu .menu {
        background: #fafafa;
    }
}

.home-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-wrap.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
}

.home-wrap-short {
    position: relative;
    width: 100%;
    height: 640px;
}

.home-wrap-short .home-content, .home-wrap-short .centerdiv {
    z-index: 10;
}

.home-wrap-short .bxslider {
    z-index: 0;
}

.home-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 920px;
}

.home-content hr {
    width: 220px;
    height: 2px;
    background: #fff;
    border: 0;
    margin: 50px auto 35px;
}

.home-content img {
    margin-bottom: 0;
}

.the-logo {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.fullscreen-img {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (max-width: 1024px) {
    .fullscreen-img {
        left: 50%;
        margin-left: -512px;
    }
}

.video-container {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

.fullscreen-video {
    display: block;
    vertical-align: top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

ul.home-menu li {
    display: inline-block;
    width: 180px;
}

ul.home-menu li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

ul.home-menu li i {
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 25px auto;
}

ul.home-menu li em {
    font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}

ul.home-menu li a:hover > i {
    background: white;
    color: #3c83bb;
    border: 2px solid #bba454;
    text-shadow: none;
}

a.play-btn i {
    cursor: pointer;
    text-indent: 5px;
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    letter-spacing: 0;
    color: #fff;
    background: 0;
    border: 3px solid #fff;
    border-radius: 50%;
}

.play-btn:hover > i {
    color: #fff;
    background: #bba454;
    border: 3px solid #bba454;
}

a.play-btn-normal {
    cursor: pointer;
}

.small-play-btn {
    text-indent: 1px;
}

.video-controls {
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    bottom: 50px;
}

.video-controls button {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: pointer;
    margin: 4px;
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    color: #fff;
    background: 0;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.video-controls button:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    color: #fff;
}

#home-controls a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 11;
    zoom: 1;
}

#home-controls a.prev, #home-controls a.next {
    color: #fff;
    font-size: 42px;
}

#home-controls a.prev:hover, #home-controls a.next:hover {
    color: #fff;
    font-size: 56px;
}

#home-controls a.prev {
    left: 10px;
}

#home-controls a.prev:after {
    font-family: 'FontAwesome';
    content: '\f104';
}

#home-controls a.next {
    right: 10px;
}

#home-controls a.next:after {
    font-family: 'FontAwesome';
    content: '\f105';
}

#home-pagination.bullet-pagination {
    width: 200px;
    z-index: 12;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -100px;
}

.introduction {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f0f0f0;
}

.featured-work {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.featured-work-slider {
    margin-bottom: 70px;
}

.icon.huge {
    font-size: 56px;
    width: 120px;
    height: 120px;
    line-height: 114px;
    cursor: default;
    color: #adadad;
    background: 0;
    border: 3px solid #fff;
}

.icon.huge:hover {
    color: #bba454;
    border: 3px solid #bba454;
}

.more-work {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #f0f0f0;
}

.portfolio-thumb {
    display: block;
    background: #fff;
    padding-bottom: 25px;
}

.portfolio-thumb a {
    text-align: center;
    text-decoration: none;
}

.portfolio-thumb img {
    margin-bottom: -35px;
}

.portfolio-thumb i {
    text-align: center;
    position: relative;
    display: block;
    margin: 10px auto 15px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #1a1a1a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.portfolio-thumb:hover i {
    background: #bba454;
}

.portfolio-thumb b {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1a1a;
}

.portfolio-thumb em {
    font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #adadad;
}

.portfolio-thumb b, .portfolio-thumb em {
    padding-left: 25px;
    padding-right: 25px;
}

.call-to-action {
    position: relative;
}

.call-to-action .header {
    background: #333;
}

.nobg .call-to-action .header {
    background: 0;
}

.about {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.about .header {
    margin-bottom: 70px;
}

.about-avatar {
    position: relative;
    margin-top: -150px;
    border: 4px solid #fff;
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.clients {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #fff;
}

.clients .header {
    margin-bottom: 80px;
}

.about-us {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fff;
}

.about-us .header {
    margin-bottom: 80px;
}

.clientblock {
    border: none;
}

@media only screen and (min-width: 1200px) {
    .clientblock.column, .clientblock.columns {
        margin-right: 19px;
        margin-left: 19px;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .clientblock.column, .clientblock.columns {
        margin-right: 12px;
        margin-left: 12px;
    }
}

.clientblock:hover {
    border: none;
}

.employeeblock {
    padding: 20px 20px 10px;
    border: 2px solid #fff;
}

.employeeblock:hover {
    border: 2px solid #fff;
}

.hoverimg {
    position: relative;
    width: 100%;
    height: 100%;
}

.hoverimg img {
    margin-bottom: 0;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.mask span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.employeeblock:hover .mask {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.mask span i {
    color: #fff;
    margin: 3px;
}

.services {
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
    background: #f0f0f0;
}

.list_carousel {
    position: relative;
    margin: 0;
    width: auto;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    text-align: center;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.clearfix {
    float: none;
    clear: both;
}

li.service-item {
    display: block;
    background: #fff;
    margin-bottom: 25px;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
}

li.service-item p {
    margin-right: 25px;
    margin-left: 25px;
}

li.service-item-left img, li.service-item-left i, li.service-item-left div.service-item-text, li.service-item-left div.service-item-tag-cloud {
    float: left;
}

li.service-item-right img, li.service-item-right i, li.service-item-right div.service-item-text, li.service-item-left div.service-item-tag-cloud {
    float: right;
}

li.service-item-left i {
    left: -25px;
}

li.service-item-right i {
    right: -25px;
}

li.service-item-left div.service-item-text {
    margin-left: -25px;
}

li.service-item-right div.service-item-text {
    margin-right: -25px;
}

li.service-item div.service-item-tag-cloud {
    padding: 10px;
    height: 231px;
    width: 300px;
    background-color: #d9d9d9;
}

li.service-item div.service-item-text {
    padding: 10px;
    width: calc(100% - 650px);
    height: 231px;
}

li.service-item div.service-item-text h4 {
    margin-top: 25px;
    margin-bottom: 10px;
}

li.service-item div.service-item-text div.service-carousel-content {
    height: calc(100% - 60px);
    padding-bottom: 20px;
}

li.service-item div.service-item-text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

li.service-item i {
    position: relative;
    display: block;
    margin: 10px auto 20px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #1a1a1a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 80px;
}

.portfolio-top {
    height: 1px;
    position: relative;
    top: -75px;
    width: 100%;
}

@media screen and (max-width: 1199px) and (min-width: 769px) {

    li.service-item div.service-item-tag-cloud {
        display: none;
    }

    li.service-item div.service-item-text {
        width: calc(100% - 350px);
    }
}

@media screen and (max-width: 768px) {
    #about-me h4.prototype-font {
        font-size: 70px !important;
    }

    .service-item > img {
        width: 100%;
    }

    li.service-item i {
        top: -35px;
        margin-bottom: -40px;
    }

    li.service-item-left img, li.service-item-left i, li.service-item-left div.service-item-text, li.service-item-left div.service-item-tag-cloud {
        float: none;
    }

    li.service-item div.service-item-text {
        width: 100%;
        height: 100%;
        margin-left: 0;
    }

    li.service-item-left i {
        left: 0;
    }

    li.service-item div.service-item-tag-cloud {
        width: 100%;
    }

    li.service-item div.service-item-text p {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        top: 0%;
    }

}

li.service-item:hover i {
    background: #bba454;
}

li.service-item ul {
    margin: 25px 0 0;
}

li.service-item ul li {
    display: inline-block;
    padding: 12px;
    width: 100%;
}

li.service-item ul li:last-child {
    border-bottom: 2px solid #fafafa;
}

li.service-item ul li:nth-child(odd) {
    background-color: #fafafa;
}

.simple-services {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background: #fff;
}

.serviceblock {
    padding: 20px 20px 10px;
    border: 2px solid #fff;
}

.serviceblock:hover {
    border: 2px solid #eee;
}

.serviceblock .button {
    margin-top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

.serviceblock:hover .button {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.serviceblock i {
    text-align: center;
    font-size: 56px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    cursor: default;
    color: #adadad;
    background: 0;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.serviceblock:hover i {
    color: #bba454;
    border: 3px solid #bba454;
}

.quote {
    position: relative;
}

.quote .header {
    background-image: url('../../css/../images/bg8.jpg');
}

.nobg .quote .header {
    background: 0;
}

.contact {
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
    background: #fff;
}

#contactform {
    display: block;
    width: 100%;
    margin: 50px auto 0;
    text-align: left;
}

#contactform label {
    position: relative;
    z-index: 13;
    padding-left: 10px;
}

#contactform label {
    line-height: 50px;
}

#contactform input, #contactform textarea, #contactform select {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 50px;
    margin-top: -50px;
    line-height: 50px;
    font-size: 1em;
    padding-left: 30px;
    padding-right: 10px;
    width: 100%;
    color: #666;
    background: #fff;
    border: 2px solid #eee;
}

#contactform select {
    padding-right: 10px;
    margin-bottom: 20px;
}

@-moz-document url-prefix() {
    #contactform select {
        padding-top: 14px;
    }
}

#contactform textarea {
    line-height: 25px;
    width: 100%;
    min-height: 120px;
}

#contactform input.input-verify {
    padding-left: 55px;
}

#contactform input:focus, #contactform textarea:focus, #contactform select:focus {
    border: 2px solid #bba454;
    background-color: #fff;
    color: #1a1a1a;
}

#contactform input.submit {
    -webkit-appearance: none;
    cursor: pointer;
    margin: 20px auto 0;
    width: auto;
    height: auto;
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 0;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 20px;
    color: #fff;
    background: #bba454;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#contactform input.submit:hover {
    color: #fff;
    background: #1a1a1a;
}

#contactform input[type="submit"][disabled] {
    color: #fff;
    background: #bba454;
}

#contactform span.required {
    color: #f00;
}

.error_message {
    display: block;
    padding: 5px;
    background: #fbe3e4;
    color: #8a1f11;
    border: 1px solid #fbc2c4;
}

.loader {
    margin: 0 auto;
    padding: 0 25px;
}

#success_page {
    text-align: center;
}

#success_page h4 {
    color: #bba454;
}

.social-footer {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #333;
}

.nobg .social-footer {
    background: 0;
}

.social-footer .icon {
    margin: 10px;
}

.credits {
    position: relative;
    padding-top: 25px;
    padding-bottom: 0;
    background: #1a1a1a;
}

.nobg .credits {
    background: rgba(0, 0, 0, 0.4);
}

.footer {
    position: relative;
    padding-top: 25px;
    background: #f0f0f0;
}

.footer-two {
    position: relative;
    padding-top: 0;
    padding-bottom: 25px;
    background: #f0f0f0;
}

.footer-two p {
    margin-bottom: 50px;
}

.main-menu.alreadyfixed {
    position: fixed;
    top: 0;
    left: 0;
}

.project-page-intro {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
    background: #fff;
}

.project-page-slider {
    margin-bottom: 70px;
}

.project-page-images {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f0f0f0;
}

.project-page-images img {
    margin-bottom: 0;
}

.fourofour {
    position: relative;
    width: 100%;
    height: 100%;
}

.fourofour-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 920px;
}

.fourofour hr {
    width: 220px;
    height: 2px;
    background: #fff;
    border: 0;
    margin: 50px auto;
}

.fourofour h1 {
    width: 100%;
    display: block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0;
}

.fourofour a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.fourofour i {
    font-size: 28px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    letter-spacing: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 25px auto;
}

.fourofour em {
    font-family: 'Volkhov', 'Times New Roman', Georgia, serif;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
}

.fourofour a:hover > i {
    background: #bba454;
    border: 2px solid #bba454;
}

.blog-page {
    background: #fff;
}

.blog {
    text-align: left;
    padding-bottom: 70px;
}

.blog-header {
    position: relative;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    background: #fff;
}

.post {
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 2px solid #f7f7f7;
}

.post-title h3 {
    font-size: 28px;
    line-height: 36px;
}

.post-meta {
    font-size: 12px;
    color: #adadad;
    margin-bottom: 25px;
}

.post-meta a:hover {
    color: #bba454;
}

.post-body a {
    color: #212121;
}

.post-body a:hover {
    color: #bba454;
}

.post-media {
    margin-bottom: 25px;
}

.post-media img {
    margin-bottom: 0;
}

.tags a {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 0 0 5px;
    background: #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.tags a:hover {
    color: #fff;
    background: #bba454;
}

.widget {
    font-size: 13px;
    margin-bottom: 50px;
}

.widget h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1a1a;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f7f7f7;
}

.widget_search {
    display: block;
    width: 100%;
    text-align: left;
}

.widget_search input.search {
    font-family: inherit;
    font-size: 13px;
    color: #666;
    background: #fff;
    border: 2px solid #eee;
}

.widget_search input.search:focus {
    color: #1a1a1a;
    background: #fff;
    border: 2px solid #bba454;
}

.widget_search input[type="submit"] {
    display: none;
}

li.cat-item {
    display: block;
    font-size: 12px;
    color: #adadad;
    line-height: 25px;
}

li.cat-item a {
    font-size: 13px;
    color: #7a7a7a;
}

li.cat-item a:hover {
    color: #bba454;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 2px 0;
    background: #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #bba454;
}

.widget_archive li {
    display: block;
    font-size: 12px;
    color: #adadad;
}

.widget_archive li a {
    color: #7a7a7a;
}

.widget_archive li a:hover {
    color: #bba454;
}

.widget_recent_comments li.recentcomments {
    margin-left: 10px;
}

.widget_recent_comments li.recentcomments:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    content: '\f105';
    color: #adadad;
    margin-left: -10px;
    margin-right: 5px;
}

.widget_recent_entries li {
    margin-left: 10px;
}

.widget_recent_entries li:before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 14px;
    content: '\f105';
    color: #adadad;
    margin-left: -10px;
    margin-right: 5px;
}

.widget_pages ul.children li {
    margin-left: 10px;
}

.widget_pages ul.children li:before {
    content: '\2013';
    color: #adadad;
    margin-left: -10px;
    margin-right: 5px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: .1em;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #1a1a1a;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f7f7f7;
}

#wp-calendar thead {
    font-size: 10px;
    text-align: center;
}

#wp-calendar thead th {
    padding-bottom: 10px;
}

#wp-calendar tbody {
    color: #aaa;
}

#wp-calendar tbody td {
    background: #fafafa;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}

#wp-calendar tbody td:hover {
    background: #fff;
}

#wp-calendar tbody .pad {
    background: 0;
}

#wp-calendar tfoot #next {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px;
}

.commentsWrap {
    margin-top: 100px;
}

h3#comments-title {
    margin-bottom: 50px;
}

h3#comments-title span {
    color: #adadad;
    font-size: 18px;
}

ul.commentlist .children {
    margin-left: 75px;
}

.comment-body {
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: 1px solid #f7f7f7;
}

.comment-author {
    float: left;
    margin-right: 15px;
}

.comment-author img {
    margin-top: -5px;
    max-width: 60px;
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment-meta:after {
    clear: both;
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.fn {
    font-size: 16px;
    color: #1a1a1a;
}

.fn a {
    color: #bba454;
    text-decoration: none;
}

.fn a:hover {
    color: #1a1a1a;
}

.comment-body span {
    font-size: 12px;
    color: #adadad;
}

.comment-meta {
    font-size: 12px;
    line-height: 15px;
    color: #adadad;
}

.comment-meta a:hover {
    color: #bba454;
}

.reply {
    margin-top: -5px;
}

.comment-reply-link {
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
}

a.comment-reply-link {
    background: #fafafa;
}

a.comment-reply-link:hover {
    color: #fff;
    background: #bba454;
}

#respond {
    margin: 70px 0;
    background: #fafafa;
    padding: 25px;
    font-size: 13px;
}

.required {
    color: #bba454;
}

#respond form .column {
    width: 50%;
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 15px;
}

#respond form input[type=text], #respond form textarea {
    font-size: 13px;
    color: #666;
    background: #fff;
    border: 2px solid #eee;
}

#respond form input[type=text]:focus, #respond form textarea:focus {
    color: #1a1a1a;
    background: #fff;
    border: 2px solid #bba454;
}

#respond form textarea {
    font-family: inherit;
    width: 100%;
    min-height: 200px;
}

#respond form label {
    line-height: 40px;
}

#respond form label:after {
    clear: both;
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

#respond form button[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    margin: 20px 0 25px;
    width: auto;
    height: auto;
    border: 0;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 0 20px;
    color: #fff;
    background: #bba454;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#respond form button[type="submit"]:hover {
    color: #fff;
    background: #1a1a1a;
}

#respond form button[type="submit"][disabled] {
    color: #fff;
    background: #bba454;
}

#respond .comment-body {
    margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
    .menu-wrap, .home-content {
        width: 1160px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .menu-wrap, .home-content, .centerdiv, .fourofour-content {
        width: 690px;
    }

    ul.home-menu li {
        width: 145px;
    }

    .menu li {
        margin-left: 20px;
    }

    li.service-item {
        margin-right: 15px;
        margin-left: 15px;
    }

    #contactform input.submit {
        margin: 10px auto 0;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
    ul.home-menu li {
        width: 120px;
    }

    ul.home-menu li i {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 66px;
        margin: 20px auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

    ul.home-menu li {
        width: 120px;
    }

    ul.home-menu li i {
        font-size: 40px;
        width: 70px;
        height: 70px;
        line-height: 66px;
        margin: 20px auto;
    }
}

@media only screen and (min-width: 400px) and (max-width: 1400px) and (orientation: landscape) {
    #home-logo {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .bigtext h1, h1.bigtext {
        font-size: 70px;
    }

    .bigtext h2, h2.bigtext {
        font-size: 60px;
    }

    .bigtext h3, h3.bigtext {
        font-size: 50px;
    }

    .bigtext h4, h4.bigtext {
        font-size: 40px;
    }

    .bigtext h5, h5.bigtext {
        font-size: 30px;
    }

    .bigtext h6, h6.bigtext {
        font-size: 20px;
    }

    p.big {
        font-size: 20px;
        line-height: 30px;
    }

    .header, .home-wrap-short {
        height: 540px;
    }

    .header.medium {
        height: 400px;
    }

    .header.small {
        height: 280px;
    }

    .home-content, .centerdiv, .fourofour-content {
        width: 400px;
    }

    .home-content {
        padding-top: 90px;
    }

    ul.home-menu li {
        width: 70px;
    }

    ul.home-menu li i {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 46px;
        margin: 10px auto;
    }

    ul.home-menu li b, ul.home-menu li em {
        display: none;
    }

    li.service-item {
        margin-right: 8px;
        margin-left: 8px;
    }

    .serviceblock {
        padding: 0;
        border: 0;
    }

    .serviceblock:hover {
        border: 0;
    }

    .serviceblock .button {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
    }

    .serviceblock:hover i {
        color: #adadad;
        border: 3px solid #fff;
    }

    .serviceblock i:hover {
        color: #bba454;
        border: 3px solid #bba454;
    }

    .employeeblock {
        padding: 0;
        border: 0;
    }

    .employeeblock:hover {
        border: 0;
    }

    #contactform input.submit {
        margin: 0 auto;
    }

    .footer .alignleft, .footer .alignright {
        text-align: center;
    }

    .project-page-intro {
        padding-top: 50px;
    }

    ul.commentlist .children {
        margin-left: 50px;
    }
}

@media only screen and (max-width: 479px) {
    body {
        min-width: 302px;
    }

    .bigtext h1, h1.bigtext {
        font-size: 45px;
    }

    .bigtext h2, h2.bigtext {
        font-size: 40px;
    }

    .bigtext h3, h3.bigtext {
        font-size: 35px;
    }

    .bigtext h4, h4.bigtext {
        font-size: 25px;
    }

    .bigtext h5, h5.bigtext {
        font-size: 20px;
    }

    .bigtext h6, h6.bigtext {
        font-size: 16px;
    }

    p.big {
        font-size: 20px;
        line-height: 30px;
    }

    .header, .home-wrap-short {
        height: 480px;
    }

    .header.medium {
        height: 320px;
    }

    .header.small {
        height: 240px;
    }

    .home-content, .centerdiv, .fourofour-content {
        min-width: 270px;
        width: 270px;
        padding-top: 100px;
    }

    .the-logo {
        max-width: 270px;
    }

    ul.home-menu li {
        width: 50px;
    }

    ul.home-menu li b, ul.home-menu li em {
        display: none;
    }

    ul.home-menu li i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 36px;
    }

    .slides-pagination, #home-pagination.bullet-pagination {
        bottom: 15px;
    }

    li.service-item {
        margin-right: 5px;
        margin-left: 5px;
    }

    .serviceblock {
        padding: 0;
        border: 0;
    }

    .serviceblock:hover {
        border: 0;
    }

    .serviceblock .button {
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
    }

    .serviceblock:hover i {
        color: #adadad;
        border: 3px solid #fff;
    }

    .serviceblock i:hover {
        color: #bba454;
        border: 3px solid #bba454;
    }

    .employeeblock {
        padding: 0;
        border: 0;
    }

    .employeeblock:hover {
        border: 0;
    }

    #contactform input.submit {
        margin: 0 auto;
        width: 100%;
    }

    .footer .alignleft, .footer .alignright {
        text-align: center;
    }

    .project-page-intro {
        padding-top: 50px;
    }

    .featured-work-slider, .about .header, .about-us .header, .project-page-slider {
        margin-bottom: 50px;
    }

    .introduction, .featured-work, .more-work, .about, .about-us, .services, .simple-services, .social-footer {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contact {
        padding-top: 70px;
        padding-bottom: 100px;
    }

    .blog-header {
        padding-top: 70px;
    }

    ul.commentlist .children {
        margin-left: 25px;
    }

    #respond form .column {
        width: 65%;
    }
}

.peFlareLightbox {
    z-index: 10000;
    position: fixed;
    overflow: hidden;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0px);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    opacity: 0;
    filter: Alpha(Opacity=0);
    overflow: hidden;
    left: 0;
    display: none;
    zoom: 1;
}

.peFlareLightbox img {
    max-width: none !important;
}

.peFlareLightbox div, .peFlareLightbox span, .peFlareLightbox img {
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.peFlareLightbox.peFlareLightboxActive {
    opacity: 1;
}

.peFlareLightbox .peFlareLightboxHidden {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    filter: Alpha(Opacity=0);
    z-index: 1;
}

.peFlareLightbox .peFlareLightboxOverlay {
    position: absolute;
    opacity: .8;
    background-color: black;
    filter: Alpha(Opacity=100);
    width: 100%;
    height: 100%;
    z-index: 2;
}

.peFlareLightbox .peFlareLightboxContent {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.peFlareLightbox .peFlareLightboxCaptions {
    -webkit-transform: translateZ(0px);
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    -ms-transition: top .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.peFlareLightbox .peFlareLightboxThumbs {
    -webkit-transform: translateZ(0px);
    position: absolute;
    width: 100%;
    height: 86px;
    margin-top: 0;
    top: 100%;
    z-index: 5;
    -webkit-transition: margin-top .5s;
    -moz-transition: margin-top .5s;
    -o-transition: margin-top .5s;
    -ms-transition: margin-top .5s;
}

.peFlareLightbox .peFlareLightboxVideo {
    -webkit-transform: translateZ(0px);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
}

.peFlareLightbox .peFlareLightboxVideo video {
    display: block;
}

.peFlareLightbox .peFlareLightboxVideo.peFlareLightboxActive {
    opacity: 1;
    visibility: visible;
}

.peFlareLightbox .peFlareLightboxVideo > div, .peFlareLightbox .peFlareLightboxVideo > iframe {
    width: 100%;
}

.peFlareLightbox .peFlareLightboxThumbs.peFlareLightboxActive {
    margin-top: -84px;
}

.peFlareLightbox .peFlareLightboxThumbs > span {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 50px;
    margin-top: -50px;
}

.peFlareLightbox.msie .peFlareLightboxThumbs > span {
    background-color: black;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.peFlareLightbox .peFlareLightboxThumbs > div {
    overflow: hidden;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
}

.peFlareLightbox .peFlareLightboxThumbs > div > div {
    overflow: hidden;
    margin: auto;
}

.peFlareLightbox.mobile .peFlareLightboxThumbs > div > div {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.peFlareLightbox.mobile .peFlareLightboxThumbs > div > div.touchMove {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
}

.peFlareLightbox .peFlareLightboxThumbs > div > div > span {
    width: 90px;
    height: 60px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 10px 0 10px 10px;
    cursor: pointer;
}

.peFlareLightbox .peFlareLightboxThumbs > div > span {
    width: 90px;
    height: 60px;
    display: block;
    overflow: hidden;
    float: left;
    margin: 10px 0 10px 10px;
    cursor: pointer;
}

.peFlareLightbox .peFlareLightboxThumbs > div > span.loaded {
    background-image: none;
}

.peFlareLightbox .peFlareLightboxContent > div {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transform: translateZ(0px);
    position: absolute;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.peFlareLightbox .peFlareLightboxContent > div.touchMove {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
}

.peFlareLightbox .peFlareLightboxControls {
    -webkit-transform: translateZ(0px);
    z-index: 1000;
    left: 50%;
    position: absolute;
}

.peFlareLightbox .peFlareLightboxControls > div {
    position: relative;
    left: -50%;
}

.peFlareLightbox .peFlareLightboxControls a {
    display: block;
    float: right;
    margin: 5px 5px 5px 0;
    z-index: 1000;
}

.peFlareLightbox .peFlareLightboxSpinner {
    -webkit-transform: translateZ(0px);
    z-index: 1010;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: Alpha(Opacity=100);
}

.peFlareLightbox .peFlareLightboxSpinner span {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 50%;
    margin-left: -12px;
    border-radius: 4px;
    filter: Alpha(Opacity=100);
}

.peFlareLightbox a.peFlareLightboxVideoIcon {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0px);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
    height: 84px;
    width: 84px;
    top: 50%;
    left: 50%;
    display: block;
    visibility: hidden;
    opacity: 0;
}

.peFlareLightbox a.peFlareLightboxVideoIcon.peFlareLightboxActive {
    opacity: 1;
    visibility: visible;
}

.peFlareLightbox a.peFlareLightboxVideoIcon span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    margin-left: -42px;
}

.peFlareLightbox .peFlareLightboxContent .peFlareLightboxRenderImage img {
    -webkit-transition: all 1s;
}

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    background-color: black;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img {
    display: block;
    position: absolute;
    -webkit-transform-origin: 0 0;
    -webkit-transform: translateZ(0px);
}

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.pePrevBW {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    z-index: 1;
}

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.pePrevColor {
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    -ms-transition: opacity .4s;
    z-index: 2;
}

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.peCurrentBW {
    -webkit-transition: opacity .8s;
    -moz-transition: opacity .8s;
    -o-transition: opacity .8s;
    -ms-transition: opacity .8s;
    z-index: 4;
}

.peFlareLightbox .peFlareLightboxContent > div.peFlareLightboxRenderGallery img.peCurrentColor {
    -webkit-transition: opacity 1.2s;
    -moz-transition: opacity 1.2s;
    -o-transition: opacity 1.2s;
    -ms-transition: opacity 1.2s;
    z-index: 5;
}

.peFlareDescription {
    display: none !important;
}

.peFlareLightbox .peFlareLightboxCaptions > div > div, .peFlareLightbox .peFlareLightboxCaptions > div {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    outline: 0;
    background: transparent;
}

.peFlareLightbox .peFlareLightboxCaptions > div {
    -webkit-transform: translateZ(0px);
    width: 100%;
    opacity: 0;
    filter: Alpha(Opacity=0);
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    position: absolute;
}

.peFlareLightbox .peFlareLightboxCaptions > div > div {
    padding: 25px;
    margin: auto;
    max-width: 650px;
    overflow: hidden;
}

.peFlareLightbox .peFlareLightboxCaptions > div > div > h3, .peFlareLightbox .peFlareLightboxCaptions > div > div > p {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

.peFlareLightbox .peFlareLightboxCaptions > div > div > p {
    margin-top: 15px;
}

.peFlareLightbox .peFlareLightboxCaptions > div.peFlareLightboxActive {
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    opacity: 1;
}

@media (min-width: 480px) and (max-width: 767px) {
    .peFlareLightbox a.peFlareLightboxVideoIcon {
        height: 42px;
        width: 42px;
    }

    .peFlareLightbox a.peFlareLightboxVideoIcon span {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        margin-left: -21px;
    }
}

.hiddenLightboxContent {
    display: none !important;
}

.peFlareLightbox .peFlareLightboxControls a {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    opacity: .65;
}

.peFlareLightbox .peFlareLightboxControls a:hover {
    opacity: 1;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlPrev {
    background: url(../../framework/js/pe.flare/themes/default/img/prev.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlNext {
    background: url(../../framework/js/pe.flare/themes/default/img/next.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlClose {
    background: url(../../framework/js/pe.flare/themes/default/img/close.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxControls a#peFlareLightboxControlThumbs {
    background: url(../../framework/js/pe.flare/themes/default/img/thumbs.png) no-repeat 0 0;
}

.peFlareLightbox .peFlareLightboxSpinner span {
    background: url(../../framework/js/pe.flare/themes/default/img/spinner.gif) no-repeat center center;
    background-color: black;
    background-color: rgba(0, 0, 0, .8);
}

.peFlareLightbox .peFlareLightboxThumbs > div > span {
    background: url(../../framework/js/pe.flare/themes/default/img/spinner.gif) no-repeat center center;
    background-color: black;
    background-color: rgba(0, 0, 0, .8);
}

.peFlareLightbox a.peFlareLightboxVideoIcon span {
    background: url("../../framework/js/pe.flare/themes/default/img/start.png") no-repeat 0 0;
}

.peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
    background-position: 0 -84px;
}

.peFlareLightbox .peFlareLightboxThumbs > div > div > span {
    border: 2px solid white;
    box-shadow: 2px 2px 2px #000;
}

.peFlareLightbox.desktop .peFlareLightboxContent .peFlareLightboxRenderImage img.fit {
    border: 4px solid white;
    box-shadow: 4px 4px 4px #000;
}

.peFlareLightbox .peFlareLightboxCaptions > div {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
}

.peFlareLightbox .peFlareLightboxCaptions > div > div > h3, .peFlareLightbox .peFlareLightboxCaptions > div > div > p {
    color: white;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.peFlareLightbox .peFlareLightboxCaptions > div > div > p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: white;
}

p.peFlareLightboxFontPreload {
    font-family: 'Open Sans', sans-serif;
    opacity: 0;
    display: inline;
    font-size: 1px;
    width: 1px;
    height: 1px;
    position: fixed;
}

@media (min-width: 480px) and (max-width: 767px) {
    .peFlareLightbox a.peFlareLightboxVideoIcon span {
        background: url("../../framework/js/pe.flare/themes/default/img/start_mob.png") no-repeat 0 0;
    }

    .peFlareLightbox a.peFlareLightboxVideoIcon:hover span {
        background-position: 0 -42px;
    }
}

.hiddenslide {
    display: none;
}

.project-page-images img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.hide {
    display: none;
}

.portfolio-thumb > a > img {
    display: block;
    height: auto;
}

.project-page-intro.featured-work {
    padding-top: 100px;
}

.service-item > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

#contactform textarea {
    min-height: 190px;
}

.regularpage {
    position: relative;
    padding-top: 100px;
    padding-bottom: 140px;
    text-align: left;
}

.call-to-action .header {
    background: 0;
}

.section-blog {
    background: #fff;
}

.commentsWrap {
    margin-top: 50px;
}

#comments-title {
    margin-bottom: 20px;
}

.wp-smiley {
    margin: 0;
}

.pager {
    overflow: hidden;
}

.pager li {
    display: block;
    float: left;
    width: 50%;
}

.pager li.next {
    text-align: right;
}

.pagination {
    margin: 20px 0 5px;
}

.pagination .current {
    display: inline-block;
    background: #636363;
    padding: 3px 9px;
    margin: 0 3px;
    color: #fff;
    border: 1px solid #222;
}

.pagination a {
    display: inline-block;
    background: #fff;
    padding: 3px 9px;
    margin: 0 3px;
    color: #000;
    border: 1px solid #222;
}

.footer-two {
    text-align: center;
}

.home-wrap-short > div {
    max-height: 640px;
}

.post-media img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.portfolio-thumb b, .portfolio-thumb em {
    -webkit-transform: translate3d(0, 0, 0);
}

.menu-logo {
    max-height: 40px;
}

.menu-logo {
    max-width: 50%;
    height: auto;
    display: block;
}

.dropdown-menu {
    display: inline-block;
}

@media (max-width: 768px) {
    .dropdown-menu {
        display: block;
    }

    .menu li {
        min-height: 40px;
        height: auto;
    }
}

.pe-wp-default .page-links {
    display: block;
    float: none;
}

.pe-wp-default .page-links a {
    display: inline-block;
    background: #fff;
    padding: 3px 9px;
    margin: 0 3px;
    color: #000;
    border: 1px solid #222;
}

.hoverimg img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.employeeblock {
    display: inline-block;
    float: none;
}

*.transparent {
    background: transparent;
}

.credits.transparent {
    background: rgba(0, 0, 0, .4);
}

.desktop .admin-bar #undefined-sticky-wrapper.is-sticky .main-menu, .desktop .admin-bar .main-menu.alreadyfixed {
    padding-top: 32px;
}

.alignright {
    float: right;
    clear: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    clear: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
    font-weight: 700;
}

cite, var, em {
    font-style: italic;
}

ins {
    text-decoration: none;
}

.pe-wp-default h2, div.post h2 a, div.post .post-title h2 a, div.post h2, .pe-wp-default a, .page-title h2 {
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
}

.pe-wp-default p {
    -moz-hyphens: auto;
    word-wrap: break-word;
}

.format-aside {
    border-left-width: 22px;
    border-left-style: solid;
    padding: 20px;
}

.sticky .post-title h2 {
    padding: 10px 10px;
}

#lang_sel, #lang_sel_click {
    height: 20px;
    z-index: 2000;
}

#lang_sel_click img.iclflag {
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}

#lang_sel_click ul ul img.iclflag {
    padding-top: 0;
    top: 2px;
    margin-right: 0;
}

#lang_sel ul ul li a:hover, #lang_sel ul ul li, #lang_sel ul ul li a:hover span {
    color: #666;
}

#lang_sel ul ul li:hover a, #lang_sel_click ul ul li:hover a {
    color: #666;
    background-color: #fff;
}

#lang_sel a, #lang_sel a:visited {
    border-color: #e9e9e9;
}

.sidebar #lang_sel li {
    width: 100%;
}

.sidebar #lang_sel {
    display: block;
    height: 34px;
}

#lang_sel ul ul a, #lang_sel ul ul a:visited, #lang_sel_click ul ul a, #lang_sel_click ul ul a:visited {
    background-color: #fff;
    border-color: #e9e9e9;
    color: #666;
}

.widget #lang_sel ul ul a, .widget #lang_sel ul ul a:visited, .widget #lang_sel a.lang_sel_sel, .widget #lang_sel_click ul ul a, .widget #lang_sel_click ul ul a:visited, .widget #lang_sel_click a.lang_sel_sel {
    background-color: #fff;
    border-color: #e9e9e9;
    color: #666;
}

.widget #lang_sel ul ul a {
    padding: 8px;
    display: block;
}

.widget #lang_sel a.lang_sel_sel:hover, .widget #lang_sel ul ul li:hover a, .widget #lang_sel_click a.lang_sel_sel:hover, .widget #lang_sel_click ul ul li:hover a {
    background-color: #fdfdfd;
    border-color: #e9e9e9;
    color: #666;
}

.widget #lang_sel ul ul li:hover a span {
    color: #666 !important;
}

.widget #lang_sel ul ul li:hover, .widget #lang_sel ul ul li:hover a {
    border-color: #e9e9e9;
}

.widget #lang_sel a.lang_sel_sel {
    padding: 4px 4px 4px 8px;
}

#lang_sel ul ul, #lang_sel_click ul ul {
    border-top-color: #777;
}

.widget #lang_sel ul ul a, #lang_sel ul ul a, #lang_sel_click ul ul a {
    line-height: 16px !important;
}

#lang_sel ul ul, #lang_sel_click ul ul {
    border-top-color: #e9e9e9;
}

#lang_sel, #lang_sel_click {
    z-index: 1990;
}

.sidebar #lang_sel ul ul {
    top: 33px;
    width: 100%;
}

#lang_sel ul ul a:hover {
    background-color: #fff;
    color: #666;
}

#lang_sel a span.icl_lang_sel_current {
    display: inline;
}

#lang_sel a span {
    font-style: normal;
    color: #444;
    font-size: 11px;
    display: inline;
}

#lang_sel {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 400;
}

#lang_sel a {
    font-size: 12px;
}

#lang_sel a.lang_sel_sel, #lang_sel_click a.lang_sel_sel {
    background-color: #fff;
    background-position: 90% 50%;
    color: #666;
    border-color: #e9e9e9;
}

#lang_sel a.lang_sel_sel:hover, #lang_sel_click a.lang_sel_sel:hover {
    color: #666;
    background-color: #fff;
}

#lang_sel_list {
    position: absolute;
    top: 10px;
    right: 30px;
    width: auto;
}

#lang_sel_list ul {
    width: auto;
    border: 0;
}

#lang_sel_list li {
    width: auto;
}

#lang_sel_list a, #lang_sel_list a:visited {
    border: 0;
}

#lang_sel img.iclflag {
    display: inline;
    top: 0;
    margin-right: 3px;
}

#lang_sel_list a.lang_sel_sel, #lang_sel_list a span {
    color: #c2c2c2 !important;
}

#lang_sel_list a:hover span {
    color: #d73300 !important;
}

#lang_sel_list a span.icl_lang_sel_current, #lang_sel_list a:hover span.icl_lang_sel_current {
    color: #333 !important;
    cursor: default;
}

.pe-wpml-lang-selector {
    position: absolute;
    margin-left: 35px;
    top: 16px;
    display: inline-block;
}

@media (max-width: 479px) {
    nav #lang_sel a span.icl_lang_sel_current {
        display: none;
    }

    nav #lang_sel a.lang_sel_sel, nav #lang_sel_click a.lang_sel_sel {
        width: 38px;
        padding-left: 4px;
    }

    nav #lang_sel li {
        width: auto;
    }

    nav #lang_sel ul ul a, nav #lang_sel_click ul ul a, nav #lang_sel_click ul ul {
        width: 38px;
        padding-left: 4px;
    }

    nav #lang_sel ul ul a, nav #lang_sel_click ul ul a {
        height: 26px;
    }

    nav #lang_sel ul ul {
        width: 38px;
    }

    nav #lang_sel a span {
        font-size: 1px;
        display: none;
        color: #fff;
    }

    nav #lang_sel a.lang_sel_sel {
        background-position: 100% 50%;
    }
}

.pe-wp-default img, .pe-wp-default .comment-body img {
    max-width: 100%;
}

.pe-wp-default img[class*="align"], .pe-wp-default img[class*="wp-image-"], .pe-wp-default img[class*="attachment-"] {
    height: auto;
/;
}

.pe-wp-default img.size-full, .pe-wp-default img.size-large, .pe-wp-default img.header-image, .pe-wp-default img.wp-post-image {
    max-width: 100%;
    height: auto;
}

.pe-wp-default .wp-caption {
    max-width: 100%;
    padding: 4px;
}

.pe-wp-default .wp-caption .wp-caption-text, .pe-wp-default .gallery-caption, .pe-wp-default .entry-caption {
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
}

.pe-wp-default .wp-caption .wp-caption-text > a, .pe-wp-default .gallery-caption > a, .pe-wp-default .entry-caption > a {
    text-decoration: underline;
}

.pe-wp-default .gallery-item {
    margin: 0;
}

.pe-wp-default .gallery-item > .gallery-icon > a > img {
    display: inline;
}

.pe-wp-default .gallery-item a, .pe-wp-default .gallery-caption {
    width: 90%;
}

.pe-wp-default .gallery-item a {
    display: block;
}

.pe-wp-default .gallery-caption a {
    display: inline;
}

.pe-wp-default .gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.pe-wp-default .gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}

.pe-wp-default .gallery-columns-1 .gallery-icon img {
    padding: 3%;
}

.pe-wp-default table, .pe-wp-default .comment-body table {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 12px;
    line-height: 2;
    margin: 0 0 24px;
    width: 100%;
    border-spacing: 0;
}

.pe-wp-default th {
    font-size: 12px;
    font-weight: bold;
    line-height: 2.18182;
    text-transform: uppercase;
}

.pe-wp-default tbody tr > th {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 6px 10px 6px 0;
    text-transform: none;
    font-weight: normal;
}

.pe-wp-default td, .pe-wp-default .comment-body td {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 6px 10px 6px 0;
}

.pe-wp-default caption, .pe-wp-default th, .pe-wp-default td {
    font-size: 12px;
    text-align: left;
}

.pe-wp-default dl, .pe-wp-default .comment-body dl {
    margin-left: 20px;
    margin-right: 20px;
}

.pe-wp-default dt, .pe-wp-default .comment-body dt {
    font-weight: bold;
    line-height: 22px;
}

.pe-wp-default dd, .pe-wp-default .comment-body dd {
    line-height: 22px;
    margin-bottom: 22px;
}

.pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
    list-style: disc outside none;
}

.pe-wp-default ol, .pe-wp-default .comment-body ol {
    list-style: decimal outside none;
}

.pe-wp-default ol, .pe-wp-default .comment-body ol, .pe-wp-default ul, .pe-wp-default .comment-body ul, .pe-wp-default .mu_register ul {
    line-height: 22px;
    margin: 0 0 20px;
}

.pe-wp-default li, .pe-wp-default .comment-body li, .pe-wp-default .mu_register li {
    margin: 0 0 0 30px;
}

.pe-wp-default ul ul, .pe-wp-default .comment-body ul ul, .pe-wp-default ol ol, .pe-wp-default .comment-body ol ol, .pe-wp-default ul ol, .pe-wp-default .comment-body ul ol, .pe-wp-default ol ul, .pe-wp-default .comment-body ol ul {
    margin-bottom: 0;
}

.pe-wp-default address, .pe-wp-default .comment-body address {
    display: block;
    line-height: 22px;
    margin: 0 0 22px;
    font-style: italic;
}

.pe-wp-default abbr, .pe-wp-default .comment-body abbr, .pe-wp-default dfn, .pe-wp-default .comment-body dfn, .pe-wp-default acronym, .pe-wp-default .comment-body acronym {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    cursor: help;
}

.pe-wp-default code, .pe-wp-default .comment-body code, .pe-wp-default kbd, .pe-wp-default tt {
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 11px;
    line-height: 2;
}

.pe-wp-default pre, .pe-wp-default .comment-body pre {
    border-width: 1px;
    border-style: solid;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
}

blockquote, q {
    quotes: none;
}

sub {
    bottom: -0.25em;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.pe-wp-default embed, .pe-wp-default iframe, .pe-wp-default object, .pe-wp-default video {
    max-width: 100%;
}

.pe-wp-default .twitter-tweet-rendered {
    max-width: 100% !important;
}

.pe-wp-default h1 {
    font-size: 70px;
}

.page-links {
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.page-links > a {
    padding: 2px 5px;
}

.post.format-aside {
    border-top: 0;
}

.pe-wp-default .bypostauthor {
    border: 0;
}

.peFlareLightbox {
    z-index: 99999 !important;
}

.prototype-font {
    font-size-adjust: 120px !important;
    font-family: prototype !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
}

#home-logo {
    width: 50%;
    max-width: 225px;
}

li.lang-item {
    margin-left: 5px !important;
}

li.lang-item img {
    margin-bottom: 0px !important;
}
