/* Reset & Basics -------------------------------------------------------------------- */
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, tt, var, b, u, i, center, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
    }
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: "";
    content: none
    }
table {
    border-collapse: collapse;
    border-spacing: 0
    }
/* Basic Styles ---------------------------------------------------------------------- */
html {
    height: 100%
    }
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
    }
/* Typography ------------------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px
    }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit
    }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none
    }
p {
    margin: 0 0 15px
    }
em, i {
    font-style: italic
    }
b, strong, dt {
    font-weight: 700
    }
big, .big {
    font-size: 110%;
    line-height: 180%
    }
/* Code Hightlighter ----------------------------------------------------------------- */
code, pre, q {
    font-family: Consolas, monospace !important;
    border: 1px solid #e8e8e8;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px
    }
code, q {
    padding: 2px 4px;
    white-space: nowrap;
    margin: 0 2px;
    color: #2991d6
    }
pre {
    padding: 21px 15px 20px;
    margin: 15px 0;
    display: block;
    line-height: 21px !important;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 50%, #fafafa 50%);
    background: -webkit-linear-gradient(top, #fff 50%, #fafafa 50%);
    background: -o-linear-gradient(top, #fff 50%, #fafafa 50%);
    background: linear-gradient(top, #fff 50%, #fafafa 50%);
    background-size: 42px 42px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap
    }
code p, pre p {
    margin-bottom: 0 !important
    }
/* Links ----------------------------------------------------------------------------- */
a, a:visited, a:focus {
    text-decoration: none;
    outline: 0
    }
a:hover {
    text-decoration: underline
    }
p a, p a:visited {
    line-height: inherit
    }
/* Images ---------------------------------------------------------------------------- */
img.scale-with-grid, #Content img {
    max-width: 100%;
    height: auto
    }
.google-map img {
    max-width: none !important
    }
iframe {
    max-width: 100%
    }
/* Buttons --------------------------------------------------------------------------- */
a.tp-button {
    background: none;
    font-family: inherit !important;
    height: auto !important;
    line-height: inherit !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    letter-spacing: 0 !important;
    text-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-weight: 400 !important;
    border-width: 1px !important
    }
a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 7px;
    border: 0;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
    background-image: url(../images/box_shadow_button.png);
    background-repeat: repeat-x
    }
a.button_js {
    padding: 0
    }
a.button.button_large, a.tp-button.button_large, button.button_large, input[type="submit"].button_large, input[type="reset"].button_large, input[type="button"].button_large {
    font-size: 110%;
    line-height: 110%
    }
a.button .button_label {
    display: block;
    float: left;
    position: relative;
    z-index: 2
    }
a.button .button_icon {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.05)
    }
a.button .button_icon i {
    color: rgba(0, 0, 0, 0.5)
    }
a.button.button_left .button_icon, a.tp-button.button_left .button_icon {
    float: left
    }
a.button.button_right .button_icon, a.tp-button.button_right .button_icon {
    float: right
    }
a.button .button_label {
    padding: 11px 20px
    }
a.button .button_icon {
    padding: 11px 12px
    }
a.button_large .button_label {
    padding: 15px 30px
    }
a.button_large .button_icon {
    padding: 15px 13px
    }
@media only screen and (min-width: 768px) {
    a.button:after, a.tp-button:after, button:after, input[type="submit"]:after, input[type="reset"]:after, input[type="button"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(0, 0, 0, 0.05)
        }
    a:hover.button, a:hover.tp-button {
        text-decoration: none
        }
    a.button:hover:after, a.tp-button:hover:after, button:hover:after, input[type="submit"]:hover:after, input[type="reset"]:hover:after, input[type="button"]:hover:after {
        width: 100%
        }
    }
/* Buttons sizes */
a.button.button_size_1 .button_label {
    padding: 10px 17px
    }
a.button.button_size_1 .button_icon {
    padding: 10px 10px
    }
a.button.button_size_1, a.tp-button.button_size_1, button.button_size_1, input[type="submit"].button_size_1, input[type="reset"].button_size_1, input[type="button"].button_size_1 {
    font-size: 95%;
    line-height: 95%
    }
a.button.button_size_3 .button_label {
    padding: 15px 30px
    }
a.button.button_size_3 .button_icon {
    padding: 15px 13px
    }
a.button.button_size_3, a.tp-button.button_size_3, button.button_size_3, input[type="submit"].button_size_3, input[type="reset"].button_size_3, input[type="button"].button_size_3 {
    font-size: 110%;
    line-height: 110%
    }
a.button.button_size_4 .button_label {
    padding: 18px 33px
    }
a.button.button_size_4 .button_icon {
    padding: 18px 16px
    }
a.button.button_size_4, a.tp-button.button_size_4, button.button_size_4, input[type="submit"].button_size_4, input[type="reset"].button_size_4, input[type="button"].button_size_4 {
    font-size: 120%;
    line-height: 120%
    }
/* Button full-width */
a.button.button_full_width, button.button_full_width, input[type="submit"].button_full_width, input[type="reset"].button_full_width, input[type="button"].button_full_width {
    width: 100%;
    text-align: center
    }
a.button.button_full_width .button_icon {
    display: inline-block;
    float: none;
    background: none
    }
a.button.button_full_width .button_label {
    display: inline-block;
    float: none
    }
a.button_left.button_full_width .button_label {
    padding-left: 0
    }
a.button_right.button_full_width .button_label {
    padding-right: 0
    }
/* Buttons | Stroke ------------------------------------------------------------------ */
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    border-width: 2px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent !important;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    background-image: none
    }
.button-stroke a.button:not(.action_button):after, .button-stroke:not(.header-plain) a.button.action_button:after, .button-stroke a.tp-button:after, .button-stroke button:after, .button-stroke input[type="submit"]:after, .button-stroke input[type="reset"]:after, .button-stroke input[type="button"]:after {
    display: none
    }
.button-stroke a.button:not(.action_button), .button-stroke:not(.header-plain) a.button.action_button, .button-stroke a.tp-button, .button-stroke button, .button-stroke input[type="submit"], .button-stroke input[type="reset"], .button-stroke input[type="button"] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
    }
.button-stroke a:hover.button:not(.action_button), .button-stroke:not(.header-plain) a:hover.button.action_button, .button-stroke a:hover.tp-button, .button-stroke button:hover, .button-stroke input[type="submit"]:hover, .button-stroke input[type="reset"]:hover, .button-stroke input[type="button"]:hover {
    background-color: #828282
    }
.button-stroke a:hover.button.button_stroke_custom:not(.action_button), .button-stroke:not(.header-plain) a:hover.button.button_stroke_custom.action_button, .button-stroke a:hover.tp-button.button_stroke_custom {
    background-color: rgba(0, 0, 0, 0.05) !important
    }
.button-stroke a.button .button_icon {
    background: none
    }
.button-stroke a:hover.button .button_icon i, .button-stroke a.button.button_theme:hover .button_icon i {
    color: rgba(0, 0, 0, 0.5) !important
    }
.button-stroke a.button_left.button .button_label, .button-stroke a.button_left.button_large .button_label {
    padding-left: 0
    }
.button-stroke a.button_right.button .button_label, .button-stroke a.button_right.button_large .button_label {
    padding-right: 0
    }
.button-stroke a.button_left.button_large .button_icon {
    padding-left: 27px
    }
.button-stroke a.button_right.button_large .button_icon {
    padding-right: 27px
    }
/* Buttons | Flat -------------------------------------------------------------------- */
.button-flat a.button:not(.action_button), .button-flat:not(.header-plain) a.button.action_button, .button-flat a.tp-button, .button-flat button, .button-flat input[type="submit"], .button-flat input[type="reset"], .button-flat input[type="button"] {
    background-image: none;
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    -webkit-appearance: none
    }
.button-flat a.button .button_icon {
    background: none
    }
.button-flat a.button .button_icon i {
    color: inherit
    }
.button-flat a.button_left.button .button_label, .button-flat a.button_left.button_large .button_label {
    padding-left: 0
    }
.button-flat a.button_right.button .button_label, .button-flat a.button_right.button_large .button_label {
    padding-right: 0
    }
.button-flat a.button_left.button_large .button_icon {
    padding-left: 27px
    }
.button-flat a.button_right.button_large .button_icon {
    padding-right: 27px
    }
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
@media only screen and (min-width: 768px) {
    .button-flat a.button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type="submit"]:after, .button-flat input[type="reset"]:after, .button-flat input[type="button"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: rgba(0, 0, 0, 0.07);
        filter: alpha(opacity=0);
        opacity: 0
        }
    .button-flat a.button:hover:after, .button-flat a.tp-button:hover:after, .button-flat button:hover:after, .button-flat input[type="submit"]:hover:after, .button-flat input[type="reset"]:hover:after, .button-flat input[type="button"]:hover:after {
        width: 100%;
        filter: alpha(opacity=1);
        opacity: 1
        }
    }
/* Buttons | Colors ------------------------------------------------------------------ */
/* Red */
a.button.button_red, a.tp-button.red {
    background-color: #e7432b;
    color: #fff
    }
.button-stroke a.button.button_red, .button-stroke a.button.button_red .button_icon i, .button-stroke a.tp-button.red {
    color: #e7432b;
    border-color: #e7432b
    }
.button-stroke a:hover.button.button_red, .button-stroke a:hover.tp-button.red {
    background-color: #e7432b !important;
    color: #fff
    }
/* Blue */
a.button.button_blue, a.tp-button.blue {
    background-color: #2e96db;
    color: #fff
    }
.button-stroke a.button.button_blue, .button-stroke a.button.button_blue .button_icon i, .button-stroke a.tp-button.blue {
    color: #2e96db;
    border-color: #2e96db
    }
.button-stroke a:hover.button.button_blue, .button-stroke a:hover.tp-button.blue {
    background-color: #2e96db !important;
    color: #fff
    }
/* Turquoise */
a.button.button_turquoise, a.tp-button.turquoise {
    background-color: #22e387;
    color: #fff
    }
.button-stroke a.button.button_turquoise, .button-stroke a.button.button_turquoise .button_icon i, .button-stroke a.tp-button.turquoise {
    color: #22e387;
    border-color: #22e387
    }
.button-stroke a:hover.button.button_turquoise, .button-stroke a:hover.tp-button.turquoise {
    background-color: #22e387 !important;
    color: #fff
    }
/* Yellow */
a.button.button_yellow, a.tp-button.yellow {
    background-color: #face43;
    color: #fff
    }
.button-stroke a.button.button_yellow, .button-stroke a.button.button_yellow .button_icon i, .button-stroke a.tp-button.yellow {
    color: #face43;
    border-color: #face43
    }
.button-stroke a:hover.button.button_yellow, .button-stroke a:hover.tp-button.yellow {
    background-color: #face43 !important;
    color: #fff
    }
/* Grey */
a.button.button_grey, a.tp-button.grey {
    background-color: #8f8f8f;
    color: #fff
    }
.button-stroke a.button.button_grey, .button-stroke a.button.button_grey .button_icon i, .button-stroke a.tp-button.grey {
    color: #8f8f8f;
    border-color: #8f8f8f
    }
.button-stroke a:hover.button.button_grey, .button-stroke a:hover.tp-button.grey {
    background-color: #8f8f8f !important;
    color: #fff
    }
/* Navy */
a.button.button_navy, a.tp-button.navy {
    background-color: #3b5982;
    color: #fff
    }
.button-stroke a.button.button_navy, .button-stroke a.button.button_navy .button_icon i, .button-stroke a.tp-button.navy {
    color: #3b5982;
    border-color: #3b5982
    }
.button-stroke a:hover.button.button_navy, .button-stroke a:hover.tp-button.navy {
    background-color: #3b5982 !important;
    color: #fff
    }
/* Orange */
a.button.button_orange, a.tp-button.orange {
    background-color: #ff8125;
    color: #fff
    }
.button-stroke a.button.button_orange, .button-stroke a.button.button_orange .button_icon i, .button-stroke a.tp-button.orange {
    color: #ff8125;
    border-color: #ff8125
    }
.button-stroke a:hover.button.button_orange, .button-stroke a:hover.tp-button.orange {
    background-color: #ff8125 !important;
    color: #fff
    }
/* Green */
a.button.button_green, a.tp-button.green {
    background-color: #88be4c;
    color: #fff
    }
.button-stroke a.button.button_green, .button-stroke a.button.button_green .button_icon i, .button-stroke a.tp-button.green {
    color: #88be4c;
    border-color: #88be4c
    }
.button-stroke a:hover.button.button_green, .button-stroke a:hover.tp-button.green {
    background-color: #88be4c !important;
    color: #fff
    }
/* Darkgrey */
a.tp-button.darkgrey {
    background-color: transparent;
    color: #545454 !important;
    border-color: #545454
    }
a:hover.tp-button.darkgrey {
    background-color: #545454;
    color: #fff !important
    }
/* Lightgrey */
a.tp-button.lightgrey {
    background-color: transparent;
    color: #fff;
    border-color: #fff
    }
a:hover.tp-button.lightgrey {
    background-color: #fff;
    color: #545454 !important
    }
/* Icons ----------------------------------------------------------------------------- */
@font-face {
    font-family: "mfn-icons";
    src: url(../fonts/mfn-icons.eot?23391439);
    src: url(../fonts/mfn-icons.eot?23391439#iefix) format("embedded-opentype"), url(../fonts/mfn-icons.woff?23391439) format("woff"), url(../fonts/mfn-icons.ttf?23391439) format("truetype"), url(../fonts/mfn-icons.svg?23391439#mfn-icons) format("svg");
    font-weight: 400;
    font-style: normal
    }
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em
    }
.icon-acrobat:before {
    content: ""
    }
.icon-address:before {
    content: ""
    }
.icon-adjust:before {
    content: ""
    }
.icon-aim:before {
    content: ""
    }
.icon-air:before {
    content: ""
    }
.icon-alert:before {
    content: ""
    }
.icon-amazon:before {
    content: ""
    }
.icon-android:before {
    content: ""
    }
.icon-angellist:before {
    content: ""
    }
.icon-appnet:before {
    content: ""
    }
.icon-appstore:before {
    content: ""
    }
.icon-archive:before {
    content: ""
    }
.icon-arrow-combo:before {
    content: ""
    }
.icon-arrows-ccw:before {
    content: ""
    }
.icon-attach:before {
    content: ""
    }
.icon-attach-line:before {
    content: ""
    }
.icon-attention:before {
    content: ""
    }
.icon-back:before {
    content: ""
    }
.icon-back-in-time:before {
    content: ""
    }
.icon-bag:before {
    content: ""
    }
.icon-basket:before {
    content: ""
    }
.icon-battery:before {
    content: ""
    }
.icon-beaker-line:before {
    content: ""
    }
.icon-bell:before {
    content: ""
    }
.icon-bitbucket:before {
    content: ""
    }
.icon-bitcoin:before {
    content: ""
    }
.icon-block:before {
    content: ""
    }
.icon-blogger:before {
    content: ""
    }
.icon-book:before {
    content: ""
    }
.icon-book-open:before {
    content: ""
    }
.icon-bookmark:before {
    content: ""
    }
.icon-bookmarks:before {
    content: ""
    }
.icon-box:before {
    content: ""
    }
.icon-briefcase:before {
    content: ""
    }
.icon-brush:before {
    content: ""
    }
.icon-bucket:before {
    content: ""
    }
.icon-buffer:before {
    content: ""
    }
.icon-calendar:before {
    content: ""
    }
.icon-calendar-line:before {
    content: ""
    }
.icon-call:before {
    content: ""
    }
.icon-camera:before {
    content: ""
    }
.icon-camera-line:before {
    content: ""
    }
.icon-cancel:before {
    content: ""
    }
.icon-cancel-circled:before {
    content: ""
    }
.icon-cancel-squared:before {
    content: ""
    }
.icon-cart:before {
    content: ""
    }
.icon-cc:before {
    content: ""
    }
.icon-cc-by:before {
    content: ""
    }
.icon-cc-nc:before {
    content: ""
    }
.icon-cc-nc-eu:before {
    content: ""
    }
.icon-cc-nc-jp:before {
    content: ""
    }
.icon-cc-nd:before {
    content: ""
    }
.icon-cc-pd:before {
    content: ""
    }
.icon-cc-remix:before {
    content: ""
    }
.icon-cc-sa:before {
    content: ""
    }
.icon-cc-share:before {
    content: ""
    }
.icon-cc-zero:before {
    content: ""
    }
.icon-ccw:before {
    content: ""
    }
.icon-cd:before {
    content: ""
    }
.icon-cd-line:before {
    content: ""
    }
.icon-chart-area:before {
    content: ""
    }
.icon-chart-bar:before {
    content: ""
    }
.icon-chart-line:before {
    content: ""
    }
.icon-chart-pie:before {
    content: ""
    }
.icon-chat:before {
    content: ""
    }
.icon-check:before {
    content: ""
    }
.icon-clipboard:before {
    content: ""
    }
.icon-clock:before {
    content: ""
    }
.icon-clock-line:before {
    content: ""
    }
.icon-cloud:before {
    content: ""
    }
.icon-cloud-line:before {
    content: ""
    }
.icon-cloud-thunder:before {
    content: ""
    }
.icon-cloudapp:before {
    content: ""
    }
.icon-code:before {
    content: ""
    }
.icon-cog:before {
    content: ""
    }
.icon-cog-line:before {
    content: ""
    }
.icon-comment-fa:before {
    content: ""
    }
.icon-comment-line:before {
    content: ""
    }
.icon-compass:before {
    content: ""
    }
.icon-credit-card:before {
    content: ""
    }
.icon-cup:before {
    content: ""
    }
.icon-cup-line:before {
    content: ""
    }
.icon-cw:before {
    content: ""
    }
.icon-database-line:before {
    content: ""
    }
.icon-delicious:before {
    content: ""
    }
.icon-desktop-line:before {
    content: ""
    }
.icon-diamond-line:before {
    content: ""
    }
.icon-digg:before {
    content: ""
    }
.icon-direction:before {
    content: ""
    }
.icon-disqus:before {
    content: ""
    }
.icon-doc:before {
    content: ""
    }
.icon-doc-landscape:before {
    content: ""
    }
.icon-doc-line:before {
    content: ""
    }
.icon-doc-text:before {
    content: ""
    }
.icon-doc-text-inv:before {
    content: ""
    }
.icon-docs:before {
    content: ""
    }
.icon-dot:before {
    content: ""
    }
.icon-dot-2:before {
    content: ""
    }
.icon-dot-3:before {
    content: ""
    }
.icon-down:before {
    content: ""
    }
.icon-down-bold:before {
    content: ""
    }
.icon-down-circled:before {
    content: ""
    }
.icon-down-dir:before {
    content: ""
    }
.icon-down-open:before {
    content: ""
    }
.icon-down-open-big:before {
    content: ""
    }
.icon-down-open-mini:before {
    content: ""
    }
.icon-down-thin:before {
    content: ""
    }
.icon-download:before {
    content: ""
    }
.icon-drive:before {
    content: ""
    }
.icon-droplet:before {
    content: ""
    }
.icon-drupal:before {
    content: ""
    }
.icon-duckduckgo:before {
    content: ""
    }
.icon-dwolla:before {
    content: ""
    }
.icon-ebay:before {
    content: ""
    }
.icon-email:before {
    content: ""
    }
.icon-erase:before {
    content: ""
    }
.icon-eventasaurus:before {
    content: ""
    }
.icon-eventbrite:before {
    content: ""
    }
.icon-eventful:before {
    content: ""
    }
.icon-export:before {
    content: ""
    }
.icon-eye:before {
    content: ""
    }
.icon-eye-line:before {
    content: ""
    }
.icon-fast-backward:before {
    content: ""
    }
.icon-fast-forward:before {
    content: ""
    }
.icon-feather:before {
    content: ""
    }
.icon-fire-line:before {
    content: ""
    }
.icon-fivehundredpx:before {
    content: ""
    }
.icon-flag:before {
    content: ""
    }
.icon-flash:before {
    content: ""
    }
.icon-flashlight:before {
    content: ""
    }
.icon-flight:before {
    content: ""
    }
.icon-floppy:before {
    content: ""
    }
.icon-flow-branch:before {
    content: ""
    }
.icon-flow-cascade:before {
    content: ""
    }
.icon-flow-line:before {
    content: ""
    }
.icon-flow-parallel:before {
    content: ""
    }
.icon-flow-tree:before {
    content: ""
    }
.icon-folder:before {
    content: ""
    }
.icon-food-line:before {
    content: ""
    }
.icon-forrst:before {
    content: ""
    }
.icon-forward:before {
    content: ""
    }
.icon-gauge:before {
    content: ""
    }
.icon-globe:before {
    content: ""
    }
.icon-globe-line:before {
    content: ""
    }
.icon-gmail:before {
    content: ""
    }
.icon-googleplay:before {
    content: ""
    }
.icon-gowalla:before {
    content: ""
    }
.icon-graduation-cap:before {
    content: ""
    }
.icon-graduation-cap-line:before {
    content: ""
    }
.icon-grooveshark:before {
    content: ""
    }
.icon-guest:before {
    content: ""
    }
.icon-hackernews:before {
    content: ""
    }
.icon-heart-empty-fa:before {
    content: ""
    }
.icon-heart-fa:before {
    content: ""
    }
.icon-heart-line:before {
    content: ""
    }
.icon-help:before {
    content: ""
    }
.icon-help-circled:before {
    content: ""
    }
.icon-home:before {
    content: ""
    }
.icon-hourglass:before {
    content: ""
    }
.icon-html5:before {
    content: ""
    }
.icon-ie:before {
    content: ""
    }
.icon-inbox:before {
    content: ""
    }
.icon-inbox-line:before {
    content: ""
    }
.icon-infinity:before {
    content: ""
    }
.icon-info:before {
    content: ""
    }
.icon-info-circled:before {
    content: ""
    }
.icon-install:before {
    content: ""
    }
.icon-instapaper:before {
    content: ""
    }
.icon-intensedebate:before {
    content: ""
    }
.icon-itunes:before {
    content: ""
    }
.icon-key:before {
    content: ""
    }
.icon-key-line:before {
    content: ""
    }
.icon-keyboard:before {
    content: ""
    }
.icon-klout:before {
    content: ""
    }
.icon-lamp:before {
    content: ""
    }
.icon-language:before {
    content: ""
    }
.icon-lanyrd:before {
    content: ""
    }
.icon-layout:before {
    content: ""
    }
.icon-leaf:before {
    content: ""
    }
.icon-left:before {
    content: ""
    }
.icon-left-bold:before {
    content: ""
    }
.icon-left-circled:before {
    content: ""
    }
.icon-left-dir:before {
    content: ""
    }
.icon-left-open:before {
    content: ""
    }
.icon-left-open-big:before {
    content: ""
    }
.icon-left-open-mini:before {
    content: ""
    }
.icon-left-thin:before {
    content: ""
    }
.icon-lego:before {
    content: ""
    }
.icon-level-down:before {
    content: ""
    }
.icon-level-up:before {
    content: ""
    }
.icon-lifebuoy:before {
    content: ""
    }
.icon-light-down:before {
    content: ""
    }
.icon-light-up:before {
    content: ""
    }
.icon-lightbulb-line:before {
    content: ""
    }
.icon-link:before {
    content: ""
    }
.icon-list:before {
    content: ""
    }
.icon-list-add:before {
    content: ""
    }
.icon-lkdto:before {
    content: ""
    }
.icon-location:before {
    content: ""
    }
.icon-location-line:before {
    content: ""
    }
.icon-lock:before {
    content: ""
    }
.icon-lock-line:before {
    content: ""
    }
.icon-lock-open:before {
    content: ""
    }
.icon-login:before {
    content: ""
    }
.icon-logout:before {
    content: ""
    }
.icon-loop:before {
    content: ""
    }
.icon-macstore:before {
    content: ""
    }
.icon-magnet:before {
    content: ""
    }
.icon-mail:before {
    content: ""
    }
.icon-mail-line:before {
    content: ""
    }
.icon-map:before {
    content: ""
    }
.icon-meetup:before {
    content: ""
    }
.icon-megaphone:before {
    content: ""
    }
.icon-megaphone-line:before {
    content: ""
    }
.icon-menu:before {
    content: ""
    }
.icon-mic:before {
    content: ""
    }
.icon-minus:before {
    content: ""
    }
.icon-minus-circled:before {
    content: ""
    }
.icon-minus-squared:before {
    content: ""
    }
.icon-mobile:before {
    content: ""
    }
.icon-mobile-line:before {
    content: ""
    }
.icon-money-line:before {
    content: ""
    }
.icon-monitor:before {
    content: ""
    }
.icon-moon:before {
    content: ""
    }
.icon-mouse:before {
    content: ""
    }
.icon-music:before {
    content: ""
    }
.icon-music-line:before {
    content: ""
    }
.icon-mute:before {
    content: ""
    }
.icon-myspace:before {
    content: ""
    }
.icon-network:before {
    content: ""
    }
.icon-newspaper:before {
    content: ""
    }
.icon-ninetyninedesigns:before {
    content: ""
    }
.icon-note:before {
    content: ""
    }
.icon-note-beamed:before {
    content: ""
    }
.icon-note-line:before {
    content: ""
    }
.icon-openid:before {
    content: ""
    }
.icon-opentable:before {
    content: ""
    }
.icon-palette:before {
    content: ""
    }
.icon-paper-plane:before {
    content: ""
    }
.icon-paper-plane-line:before {
    content: ""
    }
.icon-params-line:before {
    content: ""
    }
.icon-pause:before {
    content: ""
    }
.icon-pencil:before {
    content: ""
    }
.icon-pencil-line:before {
    content: ""
    }
.icon-phone:before {
    content: ""
    }
.icon-photo-line:before {
    content: ""
    }
.icon-picture:before {
    content: ""
    }
.icon-pinboard:before {
    content: ""
    }
.icon-plancast:before {
    content: ""
    }
.icon-play:before {
    content: ""
    }
.icon-plurk:before {
    content: ""
    }
.icon-plus:before {
    content: ""
    }
.icon-plus-circled:before {
    content: ""
    }
.icon-plus-squared:before {
    content: ""
    }
.icon-pocket:before {
    content: ""
    }
.icon-podcast:before {
    content: ""
    }
.icon-popup:before {
    content: ""
    }
.icon-posterous:before {
    content: ""
    }
.icon-print:before {
    content: ""
    }
.icon-progress-0:before {
    content: ""
    }
.icon-progress-1:before {
    content: ""
    }
.icon-progress-2:before {
    content: ""
    }
.icon-progress-3:before {
    content: ""
    }
.icon-publish:before {
    content: ""
    }
.icon-quora:before {
    content: ""
    }
.icon-quote:before {
    content: ""
    }
.icon-record:before {
    content: ""
    }
.icon-reddit:before {
    content: ""
    }
.icon-reply:before {
    content: ""
    }
.icon-reply-all:before {
    content: ""
    }
.icon-resize-full:before {
    content: ""
    }
.icon-resize-small:before {
    content: ""
    }
.icon-retweet:before {
    content: ""
    }
.icon-right:before {
    content: ""
    }
.icon-right-bold:before {
    content: ""
    }
.icon-right-circled:before {
    content: ""
    }
.icon-right-dir:before {
    content: ""
    }
.icon-right-open:before {
    content: ""
    }
.icon-right-open-big:before {
    content: ""
    }
.icon-right-open-mini:before {
    content: ""
    }
.icon-right-thin:before {
    content: ""
    }
.icon-rocket:before {
    content: ""
    }
.icon-rss:before {
    content: ""
    }
.icon-search:before {
    content: ""
    }
.icon-search-line:before {
    content: ""
    }
.icon-share:before {
    content: ""
    }
.icon-shareable:before {
    content: ""
    }
.icon-shop-line:before {
    content: ""
    }
.icon-shuffle:before {
    content: ""
    }
.icon-signal:before {
    content: ""
    }
.icon-smashmag:before {
    content: ""
    }
.icon-songkick:before {
    content: ""
    }
.icon-sound:before {
    content: ""
    }
.icon-sound-line:before {
    content: ""
    }
.icon-stackoverflow:before {
    content: ""
    }
.icon-star:before {
    content: ""
    }
.icon-star-empty:before {
    content: ""
    }
.icon-star-line:before {
    content: ""
    }
.icon-statusnet:before {
    content: ""
    }
.icon-stop:before {
    content: ""
    }
.icon-suitcase:before {
    content: ""
    }
.icon-switch:before {
    content: ""
    }
.icon-t-shirt-line:before {
    content: ""
    }
.icon-tag:before {
    content: ""
    }
.icon-tag-line:before {
    content: ""
    }
.icon-tape:before {
    content: ""
    }
.icon-target:before {
    content: ""
    }
.icon-thermometer:before {
    content: ""
    }
.icon-thumbs-up:before {
    content: ""
    }
.icon-thumbs-down:before {
    content: ""
    }
.icon-thumbs-up-line:before {
    content: ""
    }
.icon-ticket:before {
    content: ""
    }
.icon-to-end:before {
    content: ""
    }
.icon-to-start:before {
    content: ""
    }
.icon-tools:before {
    content: ""
    }
.icon-traffic-cone:before {
    content: ""
    }
.icon-trash:before {
    content: ""
    }
.icon-trash-line:before {
    content: ""
    }
.icon-trophy:before {
    content: ""
    }
.icon-truck-line:before {
    content: ""
    }
.icon-tv-line:before {
    content: ""
    }
.icon-up:before {
    content: ""
    }
.icon-up-bold:before {
    content: ""
    }
.icon-up-circled:before {
    content: ""
    }
.icon-up-dir:before {
    content: ""
    }
.icon-up-open:before {
    content: ""
    }
.icon-up-open-big:before {
    content: ""
    }
.icon-up-open-mini:before {
    content: ""
    }
.icon-up-thin:before {
    content: ""
    }
.icon-upload:before {
    content: ""
    }
.icon-upload-cloud:before {
    content: ""
    }
.icon-user:before {
    content: ""
    }
.icon-user-add:before {
    content: ""
    }
.icon-user-line:before {
    content: ""
    }
.icon-users:before {
    content: ""
    }
.icon-vcard:before {
    content: ""
    }
.icon-viadeo:before {
    content: ""
    }
.icon-video:before {
    content: ""
    }
.icon-videocam-line:before {
    content: ""
    }
.icon-vk:before {
    content: ""
    }
.icon-volume:before {
    content: ""
    }
.icon-w3c:before {
    content: ""
    }
.icon-wallet-line:before {
    content: ""
    }
.icon-water:before {
    content: ""
    }
.icon-weibo:before {
    content: ""
    }
.icon-wikipedia:before {
    content: ""
    }
.icon-window:before {
    content: ""
    }
.icon-wordpress:before {
    content: ""
    }
.icon-xing:before {
    content: ""
    }
.icon-yahoo:before {
    content: ""
    }
.icon-yelp:before {
    content: ""
    }
.icon-youtube:before {
    content: ""
    }
.icon-menu-fine:before {
    content: ""
    }
.icon-bag-fine:before {
    content: ""
    }
.icon-search-fine:before {
    content: ""
    }
.icon-cancel-fine:before {
    content: ""
    }
.icon-plus-fine:before {
    content: ""
    }
.icon-minus-fine:before {
    content: ""
    }
.icon-gplus-circled:before {
    content: ""
    }
.icon-github-circled:before {
    content: ""
    }
.icon-gplus:before {
    content: ""
    }
.icon-comment-empty-fa:before {
    content: ""
    }
.icon-instagram:before {
    content: ""
    }
.icon-tumblr:before {
    content: ""
    }
.icon-windows:before {
    content: ""
    }
.icon-foursquare:before {
    content: ""
    }
.icon-google:before {
    content: ""
    }
.icon-behance:before {
    content: ""
    }
.icon-steam:before {
    content: ""
    }
.icon-spotify:before {
    content: ""
    }
.icon-database:before {
    content: ""
    }
.icon-qq:before {
    content: ""
    }
.icon-paypal:before {
    content: ""
    }
.icon-stripe:before {
    content: ""
    }
.icon-chrome:before {
    content: ""
    }
.icon-scribd:before {
    content: ""
    }
.icon-github:before {
    content: ""
    }
.icon-flickr:before {
    content: ""
    }
.icon-flickr-circled:before {
    content: ""
    }
.icon-vimeo:before {
    content: ""
    }
.icon-vimeo-circled:before {
    content: ""
    }
.icon-twitter:before {
    content: ""
    }
.icon-twitter-circled:before {
    content: ""
    }
.icon-facebook:before {
    content: ""
    }
.icon-facebook-circled:before {
    content: ""
    }
.icon-facebook-squared:before {
    content: ""
    }
.icon-pinterest:before {
    content: ""
    }
.icon-pinterest-circled:before {
    content: ""
    }
.icon-tumblr-circled:before {
    content: ""
    }
.icon-linkedin:before {
    content: ""
    }
.icon-linkedin-circled:before {
    content: ""
    }
.icon-dribbble:before {
    content: ""
    }
.icon-dribbble-circled:before {
    content: ""
    }
.icon-stumbleupon:before {
    content: ""
    }
.icon-stumbleupon-circled:before {
    content: ""
    }
.icon-lastfm:before {
    content: ""
    }
.icon-lastfm-circled:before {
    content: ""
    }
.icon-rdio:before {
    content: ""
    }
.icon-rdio-circled:before {
    content: ""
    }
.icon-spotify-circled:before {
    content: ""
    }
.icon-dropbox:before {
    content: ""
    }
.icon-evernote:before {
    content: ""
    }
.icon-flattr:before {
    content: ""
    }
.icon-skype:before {
    content: ""
    }
.icon-skype-circled:before {
    content: ""
    }
.icon-renren:before {
    content: ""
    }
.icon-sina-weibo:before {
    content: ""
    }
.icon-picasa:before {
    content: ""
    }
.icon-soundcloud:before {
    content: ""
    }
.icon-mixi:before {
    content: ""
    }
.icon-google-circles:before {
    content: ""
    }
.icon-vkontakte:before {
    content: ""
    }
.icon-smashing:before {
    content: ""
    }
.icon-db-shape:before {
    content: ""
    }
.icon-sweden:before {
    content: ""
    }
.icon-logo-db:before {
    content: ""
    }
.icon-tripadvisor:before {
    content: ""
    }
/* bbPress --------------------------------------------------------------------------- */
.bbpress #Subheader .title {
    width: 60%
    }
.bbpress #Subheader ul.breadcrumbs {
    width: 40%
    }
.bbpress #Subheader ul.breadcrumbs .bbp-breadcrumb-current {
    margin: 0
    }
.bbpress #bbpress-forums div.bbp-search-form {
    float: none;
    width: 100%;
    margin-bottom: 20px
    }
.bbpress #bbpress-forums #subscription-toggle {
    color: #fff
    }
.bbpress #bbpress-forums #bbp-search-form #bbp_search {
    width: 100%;
    margin: 0
    }
.bbpress #bbpress-forums div.bbp-topic-tags {
    clear: both;
    margin-bottom: 20px
    }
.bbpress #bbpress-forums div.bbp-topic-tags p {
    margin: 0
    }
.bbpress .widget_display_search .screen-reader-text {
    display: none
    }
.bbpress .widget_display_search #bbp_search {
    margin: 0
    }
.bbpress .bbp_widget_login .bbp-logged-in h4 {
    font-size: 14px;
    font-weight: 400
    }
.bbpress .bbp_widget_login .bbp-logged-in a.button {
    margin: 0
    }
.bbpress .widget_display_views ul, .bbpress .widget_display_forums ul {
    list-style-type: square;
    padding: 0 0 0 30px
    }
.bbpress .widget_display_views ul li a, .bbpress .widget_display_forums ul li a {
    display: block;
    padding: 4px 0 7px 4px
    }
/* BuddyPress ------------------------------------------------------------------------ */
#buddypress {
    margin-bottom: 40px
    }
#buddypress #whats-new-options {
    height: auto !important;
    overflow: visible !important
    }
#buddypress div.dir-search {
    margin: 0
    }
#buddypress #search-members-form > * {
    float: left
    }
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
    padding: 2px 3px;
    font-size: 100%;
    margin-right: 5px;
    font-weight: 400
    }
#buddypress div#subnav.item-list-tabs ul li > * {
    float: left
    }
#buddypress div#subnav.item-list-tabs ul li label {
    margin: 10px 5px 0 0;
    font-weight: 400
    }
#buddypress div#item-header div#item-meta {
    font-size: 100%
    }
#buddypress #message-recipients .highlight {
    background: none;
    color: inherit
    }
#buddypress #message-recipients .button {
    display: inline
    }
/* Contact Form 7 -------------------------------------------------------------------- */
.wpcf7::after {
    clear: both;
    content: "";
    display: block
    }
.wpcf7-form .column {
    margin-bottom: 10px
    }
.wpcf7-mail-sent-ok {
    border: none !important;
    margin: 25px 0 0 !important;
    padding: 7px !important;
    background: #7DCC68 !important;
    color: #fff;
    text-align: center;
    float: left;
    width: 98%;
    box-sizing: border-box;
    margin: 0 1% !important
    }
.wpcf7-mail-sent-ng {
    border: none !important;
    margin: 25px 0 0 !important;
    padding: 7px !important;
    background: #fb5455 !important;
    color: #fff;
    text-align: center;
    float: left;
    width: 98%;
    box-sizing: border-box;
    margin: 0 1% !important
    }
.cf7p-message .wpcf7-validation-errors {
    border: none !important;
    margin: 25px 0 0 !important;
    padding: 7px !important;
    background: #fb5455 !important;
    color: #fff;
    text-align: center;
    float: left;
    width: 98%;
    box-sizing: border-box;
    margin: 0 1% !important
    }
body:not(.cf7p-message) .wpcf7-validation-errors {
    border: none !important;
    display: none !important
    }
body:not(.cf7p-message) .wpcf7-not-valid-tip {
    position: absolute !important;
    left: -50px !important;
    top: 0 !important;
    width: 50px !important;
    height: 44px !important;
    padding: 0 !important;
    background: url(../images/contact_form_error.png) !important;
    overflow: hidden;
    text-indent: -9999px !important;
    padding: 0;
    border: none !important
    }
.wpcf7-captchar {
    margin-bottom: 0
    }
span.wpcf7-form-control-wrap {
    width: 100%;
    position: relative !important;
    display: inline-block;
    margin-bottom: 3px
    }
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0
    }
.wpcf7-submit {
    margin-bottom: 0 !important
    }
/* Contact Form 7 | Popup */
#popup_contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9001
    }
.nice-scroll #popup_contact {
    right: 30px
    }
#popup_contact > a.button {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    margin: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    right: 0
    }
#popup_contact > a.button:hover {
    text-decoration: none
    }
#popup_contact .popup_contact_wrapper {
    width: 250px;
    padding: 20px;
    background: #fbfbfb;
    position: absolute;
    bottom: 65px;
    right: 0;
    display: none
    }
#popup_contact.focus .popup_contact_wrapper {
    display: block
    }
#popup_contact .popup_contact_wrapper span.arrow {
    position: absolute;
    right: 15px;
    bottom: -8px;
    margin: 0 auto;
    width: 0;
    height: 0;
    display: block;
    border-top: 8px solid #fbfbfb;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent
    }
#popup_contact .popup_contact_wrapper form input[type="text"], #popup_contact .popup_contact_wrapper form input[type="email"], #popup_contact .popup_contact_wrapper form textarea {
    background: #fff;
    margin-bottom: 10px
    }
#popup_contact .popup_contact_wrapper form textarea {
    resize: vertical;
    min-height: 100px
    }
#popup_contact .popup_contact_wrapper form input[type="submit"] {
    margin: 0;
    float: right
    }
#popup_contact .wpcf7-form.invalid > p:after {
    display: block
    }
#popup_contact .wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 0;
    width: 100%
    }
#popup_contact div.wpcf7 img.ajax-loader {
    margin-top: 10px
    }
/* Easy Digital Downloads ------------------------------------------------------------ */
.edd_downloads_list .edd_download_inner {
    background: #fff;
    margin: 0 4% 20px;
    padding: 0 15px 20px
    }
.edd_downloads_list .edd_download_inner .edd_download_image {
    margin: 0 -15px
    }
.edd_downloads_list .edd_download_inner .edd_download_title {
    padding-top: 15px
    }
.edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper {
    text-align: right
    }
.edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper .edd-cart-added-alert {
    position: static;
    margin-top: 15px
    }
.edd_downloads_list .edd_download_inner .edd_download_buy_button a.button {
    margin: 0
    }
.edd_download_image {
    border-style: solid;
    border-width: 8px;
    box-sizing: border-box;
    display: block;
    line-height: 0;
    max-width: calc(100% + 30px);
    position: relative
    }
.edd_download_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
    }
#edd_checkout_cart th, #edd_checkout_cart td {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    padding: 10px
    }
#edd_checkout_cart .edd_cart_header_row th {
    font-weight: 700;
    background: url(../images/bg_panel.png) repeat-x left top;
    padding: 10px
    }
#edd_checkout_cart .edd_cart_tax_row th, #edd_checkout_cart .edd_cart_discount_row th {
    background: inherit
    }
#edd_checkout_cart tr:hover td a {
    color: inherit
    }
table#edd_purchase_receipt, table#edd_purchase_receipt_products {
    margin-bottom: 40px
    }
#edd_checkout_form_wrap label, #edd_checkout_form_wrap span.edd-description {
    font-size: 100%
    }
#edd_checkout_form_wrap span.edd-description {
    margin-bottom: 10px
    }
#edd_checkout_form_wrap input[type="text"], #edd_checkout_form_wrap input[type="email"], #edd_checkout_form_wrap input[type="password"], #edd_checkout_form_wrap textarea {
    padding: 10px
    }
.edd-submit, #edd-purchase-button, input[type="submit"].edd-submit {
    padding: 11px 20px;
    font-size: 100%;
    font-weight: 400;
    border: inherit
    }
#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount, #edd_checkout_form_wrap .edd-cart-adjustment {
    background: #fafafa none repeat scroll 0 0;
    color: #444;
    padding: 14px 20px
    }
/* Gravity Forms --------------------------------------------------------------------- */
.gform_wrapper label {
    font-weight: 400;
    margin: 0.188em 0 0.75em
    }
.gform_wrapper .top_label .gfield_label {
    font-weight: 700
    }
.gform_wrapper input, .gform_wrapper select {
    margin: 0
    }
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
    margin-left: 3px
    }
.gform_wrapper div.validation_error {
    border: none !important;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px !important;
    box-sizing: border-box;
    background: #fb5455;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: inherit !important
    }
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: none !important
    }
.gform_confirmation_wrapper .gform_confirmation_message {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
    background: #80B736;
    color: #fff
    }
/* Mailchimp ------------------------------------------------------------------------- */
#mc_embed_signup .clear {
    height: auto;
    overflow: visible;
    visibility: visible
    }
.mc4wp-form p > input {
    float: left;
    margin: 0 3px
    }
/* Magnific Popup -------------------------------------------------------------------- */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9043;
    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;
    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: 9045
    }
.-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;
    background: none !important
    }
.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: 9044
    }
.mfp-preloader a {
    color: #CCC
    }
.mfp-preloader a:hover {
    color: #FFF
    }
.mfp-s-ready .mfp-preloader {
    display: none
    }
.mfp-s-error .mfp-content {
    display: none
    }
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 9046;
    box-shadow: none;
    touch-action: manipulation
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    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: #FFF;
    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;
    white-space: nowrap
    }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
    }
.mfp-arrow:active {
    margin-top: -54px
    }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
    }
.mfp-arrow:before, .mfp-arrow:after {
    content: "" !important;
    display: block !important;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    background: none
    }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
    }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
    }
.mfp-arrow-left {
    left: 0
    }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
    }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
    }
.mfp-arrow-right {
    right: 0
    }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
    }
.mfp-arrow-right:before {
    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: #000
    }
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    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
    }
.mfp-wrap button:after {
    width: 0 !important;
    height: 0 !important;
    background: none !important
    }
.button-flat .mfp-arrow:after {
    top: 8px;
    opacity: 1
    }
.button-stroke .mfp-close {
    color: #fff !important
    }
.button-stroke .mfp-close:hover {
    background: none !important
    }
.button-stroke .mfp-arrow:hover {
    background: none !important
    }
.mfp-inline {
    display: block !important;
    position: relative;
    background: #FFF;
    padding: 25px 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
    }
.mfp-inline p:nth-last-child(2) {
    margin-bottom: 0
    }
.button-stroke .mfp-inline .mfp-close {
    color: #333 !important
    }
@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;
        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;
        transform-origin: 0
        }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
        }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
        }
    }
/* Slick Slider ---------------------------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
    }
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
    }
.slick-list:focus {
    outline: none
    }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
    }
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
    }
.slick-track:before, .slick-track:after {
    display: table;
    content: ""
    }
.slick-track:after {
    clear: both
    }
.slick-loading .slick-track {
    visibility: hidden
    }
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none
    }
[dir="rtl"] .slick-slide {
    float: right !important
    }
.slick-slide img {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.slick-slide.slick-loading img {
    display: none
    }
.slick-slide.dragging img {
    pointer-events: none
    }
.slick-initialized .slick-slide {
    display: block
    }
.slick-loading .slick-slide {
    visibility: hidden
    }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
    }
.slick-arrow.slick-hidden {
    display: none
    }
/* The Events Callendar -------------------------------------------------------------- */
.tribe-events-page-template #Subheader .title {
    width: 60%
    }
.tribe-events-page-template #Subheader ul.breadcrumbs {
    width: 40%
    }
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
    padding-right: 0 !important
    }
#tribe-bar-views .tribe-bar-views-list {
    z-index: 29
    }
#tribe-bar-form input[type="text"] {
    font-weight: 400
    }
h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
    font-weight: 400
    }
.tribe-events-list-separator-month {
    font-weight: 400
    }
#tribe-events-content .tribe-events-tooltip h4 {
    font-weight: 400
    }
.tribe-events-meta-group .tribe-events-single-section-title {
    font-weight: 400
    }
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
    max-width: 100%
    }
a.tribe-events-ical {
    margin-top: 0
    }
.tribe-events-cal-links a.tribe-events-gcal {
    margin-top: 0
    }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    clear: left;
    font-weight: 700;
    line-height: inherit
    }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    float: inherit;
    line-height: inherit;
    list-style: none outside none;
    margin: 0 0 0 110px;
    padding: 10px 0
    }
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:after {
    display: none
    }
#tribe-bar-form {
    background-image: url(../images/stripes/stripes_5_b.png)
    }
.tribe-events-back {
    padding: 15px 10px;
    margin-bottom: 20px;
    background-image: url(../images/stripes/stripes_5_b.png);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
    }
ul.tribe-events-sub-nav a, .tribe-events-back a {
    font-size: 14px;
    font-weight: 400
    }
.tribe-events-event-image {
    border: 8px solid #f8f8f8;
    box-sizing: border-box;
    display: block;
    line-height: 0
    }
.tribe-events-list-widget ol {
    padding: 10px 0 0 30px
    }
.tribe-events-list-widget ol li {
    margin-bottom: 20px;
    list-style-type: square;
    padding-left: 4px
    }
.tribe-events-list-widget ol li:before {
    display: none
    }
.tribe-events-list-widget ol li h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px
    }
.tribe-events-list-widget ol li .duration {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4)
    }
.tribe-events-list-widget p.tribe-events-widget-link {
    margin-left: 30px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.08)
    }
.tribe-events-list-widget p.tribe-events-widget-link a {
    font-weight: 400;
    font-size: 13px
    }
.tribe-events-list-separator-month span {
    background: #fcfcfc
    }
.tribe-events-event-meta, .tribe-events-promo {
    color: #a8a8a8
    }
.tribe-events-calendar thead th {
    color: #444;
    border-color: rgba(0, 0, 0, 0.08)
    }
/* UI Datepicker --------------------------------------------------------------------- */
.ui-datepicker .ui-datepicker-title select {
    padding: inherit;
    width: auto;
    display: inline-block;
    margin: auto;
    -webkit-appearance: menulist
    }
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
    margin: -1px
    }
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0)
    }
.ui-datepicker table tr {
    border: 0 !important
    }
.ui-datepicker table tr td {
    border-width: 0 1px 1px 0 !important;
    border-style: solid;
    border-color: #DEDEDE;
    padding: 1px
    }
.ui-datepicker table td a, .ui-datepicker table td span {
    width: auto !important;
    display: block !important
    }
.ui-datepicker table tr:first-child td {
    background: inherit !important
    }
.ui-datepicker table tr:hover td {
    background: inherit !important;
    color: inherit !important
    }
.ui-datepicker table tr:hover td a {
    color: inherit !important
    }
.ui-datepicker table tr:nth-child(2n) td {
    background: inherit !important
    }
/* Visual Composer | Frontend Editor ------------------------------------------------- */
.wpb_wrapper > div {
    margin-bottom: 35px
    }
.wpb_wrapper.ui-sortable .vc_call_to_action {
    background: none;
    border: none;
    padding: 0
    }
body.layout-boxed .vc_row[data-vc-stretch-content="true"] {
    left: 0 !important;
    width: auto !important;
    margin-left: -2.7%;
    margin-right: -2.7%
    }
body.layout-boxed .vc_row-no-padding .wpb_column {
    padding: 0
    }
.vc_images_carousel {
    width: auto !important
    }
.wpb_wrapper .portfolio_group {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important
    }
.wpb_wrapper .portfolio_group.flat .portfolio-item, .wpb_wrapper .portfolio_group.masonry-flat .portfolio-item {
    margin-bottom: 0
    }
.wpb_wrapper .portfolio_group .portfolio-item .image_frame {
    margin-bottom: 0
    }
.wpb_wrapper .wpcf7-form {
    display: inline-block
    }
/* Grid 1240px ----------------------------------------------------------------------- */
body {
    min-width: 960px
    }
body.admin-bar {
    position: relative
    }
#Wrapper {
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06)
    }
.layout-boxed {
    padding: 25px 0
    }
.layout-boxed.boxed-no-margin {
    padding: 0
    }
.layout-full-width {
    padding: 0
    }
.layout-full-width #Wrapper {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important
    }
#Content {
    width: 100%;
    padding-top: 30px
    }
#Content.no-padding, .template-slider #Content, .with_aside #Content {
    padding-top: 0
    }
.with_aside .sections_group {
    padding-top: 30px
    }
.section {
    position: relative
    }
.section_wrapper, .container {
    max-width: 1220px;
    margin: 0 auto;
    position: relative
    }
.section.full-width > .section_wrapper {
    max-width: 100% !important;
    padding: 0 !important
    }
.section_wrapper:after, .container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden
    }
.mcb-wrap {
    float: left;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
    }
.mcb-wrap.divider {
    width: 100%
    }
.column, .columns {
    float: left;
    margin: 0 1% 40px
    }
.the_content_wrapper {
    margin: 0 1%
    }
.column_content .the_content_wrapper {
    margin: 0
    }
.sidebar, .widget-area {
    box-sizing: border-box
    }
/* Wrap | Equal Height */
.equal-height-wrap .mcb-wrap .mcb-wrap-inner {
    position: relative;
    float: left;
    width: 100%
    }
.equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner {
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.equal-height-wrap .mcb-wrap.valign-bottom .mcb-wrap-inner {
    top: 100%;
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%)
    }
/* Sizes ----------------------------------------------------------------------------- */
/* .mcb-wrap */
.one-sixth.mcb-wrap {
    width: 16.666%
    }
/* 1/6 */
.one-fifth.mcb-wrap {
    width: 20%
    }
/* 1/5 */
.one-fourth.mcb-wrap {
    width: 25%
    }
/* 1/4 */
.one-third.mcb-wrap {
    width: 33.333%
    }
/* 1/3 */
.two-fifth.mcb-wrap {
    width: 40%
    }
/* 2/5 */
.one-second.mcb-wrap {
    width: 50%
    }
/* 1/2 */
.three-fifth.mcb-wrap {
    width: 60%
    }
/* 3/5 */
.two-third.mcb-wrap {
    width: 66.666%
    }
/* 2/3 */
.three-fourth.mcb-wrap {
    width: 75%
    }
/* 3/4 */
.four-fifth.mcb-wrap {
    width: 80%
    }
/* 4/5 */
.five-sixth.mcb-wrap {
    width: 83.333%
    }
/* 5/6 */
.one.mcb-wrap {
    width: 100%
    }
/* 1/1 */
/* .column */
.one-sixth.column {
    width: 14.666%
    }
/* 1/6 */
.one-fifth.column {
    width: 18%
    }
/* 1/5 */
.one-fourth.column, .four.columns {
    width: 23%
    }
/* 1/4 */
.one-third.column {
    width: 31.333%
    }
/* 1/3 */
.two-fifth.column {
    width: 38%
    }
/* 2/5 */
.one-second.column {
    width: 48%
    }
/* 1/2 */
.three-fifth.column {
    width: 58%
    }
/* 3/5 */
.two-third.column {
    width: 64.666%
    }
/* 2/3 */
.three-fourth.column {
    width: 73%
    }
/* 3/4 */
.four-fifth.column {
    width: 78%
    }
/* 4/5 */
.five-sixth.column {
    width: 81.333%
    }
/* 5/6 */
.one.column {
    width: 98%
    }
/* 1/1 */
.section.full-width > .one.column, .section.full-width > .section_wrapper > .one.column, .section.full-width .one.wrap .one.column {
    width: 100%;
    margin: 0
    }
/* .Sidebar | .with_aside */
.with_aside .content_wrapper {
    max-width: 1240px;
    margin: 0 auto
    }
.with_aside .sections_group {
    width: 75%;
    float: left
    }
.with_aside .section_wrapper {
    max-width: 98%;
    max-width: calc(100% - 20px)
    }
.with_aside .four.columns {
    float: right;
    margin: 0
    }
.aside_left .sections_group {
    float: right
    }
.aside_left .four.columns {
    float: left
    }
/* Sidebar - Both | .aside_both */
.aside_both .sections_group {
    width: 60%;
    margin-left: 20%
    }
.aside_both .sidebar.columns {
    width: 18%
    }
.aside_both .sidebar-1 {
    float: left !important;
    margin-left: -79%
    }
/* Column ---------------------------------------------------------------------------- */
/* Column | Margin - Horizontal */
.no-margin-h .column {
    margin-left: 0;
    margin-right: 0
    }
.no-margin-h .one-sixth.column {
    width: 16.666%
    }
/* 1/6 */
.no-margin-h .one-fifth.column {
    width: 20%
    }
/* 1/5 */
.no-margin-h .one-fourth.column {
    width: 25%
    }
/* 1/4 */
.no-margin-h .one-third.column {
    width: 33.333%
    }
/* 1/3 */
.no-margin-h .two-fifth.column {
    width: 40%
    }
/* 2/5 */
.no-margin-h .one-second.column {
    width: 50%
    }
/* 1/2 */
.no-margin-h .three-fifth.column {
    width: 60%
    }
/* 3/5 */
.no-margin-h .two-third.column {
    width: 66.666%
    }
/* 2/3 */
.no-margin-h .three-fourth.column {
    width: 75%
    }
/* 3/4 */
.no-margin-h .four-fifth.column {
    width: 80%
    }
/* 4/5 */
.no-margin-h .five-sixth.column {
    width: 83.333%
    }
/* 5/6 */
.no-margin-h .one.column {
    width: 100%
    }
/* 1/1 */
/* Column | Margin - Bottom */
/* set in section options */
.column.column_divider {
    margin-bottom: 0 !important
    }
.column-margin-0px .column {
    margin-bottom: 0 !important
    }
.column-margin-10px .column {
    margin-bottom: 10px !important
    }
.column-margin-20px .column {
    margin-bottom: 20px !important
    }
.column-margin-30px .column {
    margin-bottom: 30px !important
    }
.column-margin-40px .column {
    margin-bottom: 40px !important
    }
.column-margin-50px .column {
    margin-bottom: 50px !important
    }
/* set in item options */
.column-margin-0px.column {
    margin-bottom: 0 !important
    }
.column-margin-10px.column {
    margin-bottom: 10px !important
    }
.column-margin-20px.column {
    margin-bottom: 20px !important
    }
.column-margin-30px.column {
    margin-bottom: 30px !important
    }
.column-margin-40px.column {
    margin-bottom: 40px !important
    }
.column-margin-50px.column {
    margin-bottom: 50px !important
    }
/* Column | Equal Height */
.equal-height .column .column_attr {
    height: 100%;
    box-sizing: border-box
    }
/* Column | Align */
.column_attr.align_left {
    text-align: left
    }
.column_attr.align_right {
    text-align: right
    }
.column_attr.align_center {
    text-align: center
    }
.column_attr.align_justify {
    text-align: justify
    }
/* Extra Content */
.extra_content .the_content_wrapper {
    margin: 0 1%
    }
.extra_content .has_content .the_content_wrapper, .extra_content .category_description .the_content_wrapper {
    margin-bottom: 40px
    }
/* Clearing -------------------------------------------------------------------------- */
.container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
    }
.clearfix:before, .clearfix:after {
    content: " ";
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
    }
.clearfix:after {
    clear: both
    }
.clearfix {
    zoom: 1
    }
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
    }