﻿    /*
     Theme Name: Pflegezentrum Nordhorn
     Theme URI: https://www.epago-gmbh.de;
     Description: Child-Theme für Diplomat. Angepasste CSS, header.php, nav.php. Weiterhin veränderte page.php zur korrekten Anzeige des Titels. 
     Author: Matthias Hanske | epao GmbH
     Author URI: https://www.epago-gmbh.de
     Template: diplomat
     Version: 1.0
     License: GNU General Public License v2 or later
     License URI: http://www.gnu.org/licenses/gpl-2.0.html
     Tags: Theme Name Child Theme
    */ /*
   You can start adding your own styles here. Use !important to overwrite styles if needed. */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

// @import url(https://fonts.googleapis.com/css?family=Droid+Serif);
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img,
iframe {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html,
body {
    height: 100%
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    font-size: 16px
}

body {
    background: #fff;
    color: #787777;
    padding: 0;
    margin: 0;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7;
    position: relative
}

a:hover {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

img {
    -ms-interpolation-mode: bicubic
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
    max-width: none !important
}

.left {
    float: left !important
}

.right,
#bbpress-forums .bbp-breadcrumb+#subscription-toggle {
    float: right !important
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.clearfix:after,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:after,
.widget.widget_upcoming_events ul li:after,
.testimonial .quote-meta:after,
.widget.widget_display_stats:after,
.bbp-login-form:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "."
}

.hide {
    display: none !important;
    visibility: hidden
}

.invisible {
    visibility: hidden
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
    -ms-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}

.align-center {
    text-align: center
}

.align-left {
    text-align: left
}

.align-right {
    text-align: right
}

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

.alignleft {
    float: left
}

.alignright {
    float: right;
    display: inline
}

img.alignleft {
    margin-right: 20px
}

img.alignright {
    margin-left: 20px
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

.wp-caption {
    max-width: 100%
}

.center {
    text-align: center
}

.theme-default-bg {
    background-color: #f08714
}

body:before,
#wrapper:before {
    content: '';
    float: left;
    height: 100%;
    margin-top: -999em
}

#wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 100%;
    margin: 0 auto
}

#wrapper:after {
    content: '';
    height: 90px;
    display: block
}

#content {
    padding-top: 2.5rem;
    margin-bottom: 5.625rem
}

.sbr#content #main {
    float: left;
    min-height: 300px
}

.sbl#content #main {
    float: right;
    min-height: 300px
}

.custom-grid .row {
    margin-left: 0.625rem;
    margin-right: 0.625rem
}

.custom-grid .columns,
.custom-grid .columns {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem
}

.custom-grid .post {
    padding-bottom: 0.625rem
}

.section {
    position: relative;
    background-color: transparent;
    margin: 0
}

.section.margin-off {
    margin: 0
}

.section.margin-top-off {
    margin-top: 0
}

.section .relative {
    position: relative;
    z-index: 1
}

.shortcode-section {
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
    position: relative
}

.shortcode-section:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../images/doted-border.png");
    content: ""
}

.shortcode-section.padding-off {
    padding: 0
}

.shortcode-section.padding-top-off {
    padding-top: 0
}

.shortcode-section.padding-bottom-off {
    padding-bottom: 0
}

.section-title {
    color: #787777;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    font-size: 1.625rem;
    font-weight: bold;
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid #262626;
    border-top: 1px dashed #787777
}

.section-title-alternate {
    color: #787777;
    text-transform: uppercase;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 1.875rem;
    padding: 0
}

.divider,
.divider-1,
.divider-2,
.divider-3 {
    position: relative;
    width: 100%;
    margin: 0.625rem 0 1.875rem 0
}

.divider-1 {
    height: 1px;
    border-top: 1px dashed #787777
}

.divider-2 {
    height: 3px;
    background-image: url("../images/doted-border.png")
}

.divider-3 {
    border-top: 3px solid #262626
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 802px) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48.063em) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }
    .xlarge-only-text-right {
        text-align: right !important
    }
    .xlarge-only-text-center {
        text-align: center !important
    }
    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important
    }
    .xlarge-text-right {
        text-align: right !important
    }
    .xlarge-text-center {
        text-align: center !important
    }
    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }
    .xxlarge-only-text-right {
        text-align: right !important
    }
    .xxlarge-only-text-center {
        text-align: center !important
    }
    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important
    }
    .xxlarge-text-right {
        text-align: right !important
    }
    .xxlarge-text-center {
        text-align: center !important
    }
    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h3,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h4,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

a {
    color: #f08714;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

a:hover,
a:focus {
    color: #f08714
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.09375rem;
    line-height: 1.6
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h3,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h4,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
h5,
h6 {
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.9375rem;
    line-height: 1.5;
    font-weight: normal
}

h1 small,
h2 small,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title small,
.owl-item .post.post-alternate-3 .entry-header .entry-title small,
.post.post-classic .entry-header .entry-title small,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title small,
h3 small,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title small,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title small,
.post-list.two-cols .post.post-classic .entry-header .entry-title small,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title small,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title small,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title small,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title small,
h4 small,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title small,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title small,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title small,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title small,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title small,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 1.5rem;
    font-family: "Roboto";
    color: #787777
}

h2,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
    font-size: 0.9375rem;
    font-family: "Roboto";
    color: #787777
}

h3,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
    font-size: 0.8125rem;
    font-family: "Roboto";
    color: #787777
}

h4,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title {
    font-size: 0.6875rem;
    font-family: "Roboto";
    color: #787777
}

h5 {
    font-size: 1rem;
    font-family: "Roboto";
    color: #787777
}

h6 {
    font-size: 1rem;
    font-family: "Roboto";
    color: #787777
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333;
    background-color: #d6d6d6;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    padding: 0.125rem 0.3125rem 0.0625rem
}

ul,
ol,
dl {
    font-size: 0.9rem;
    /** PFLEG 22
    line-height: 2;*/
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75rem
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #787777;
    cursor: help
}

abbr {
    text-transform: none
}

abbr[title] {
    border-bottom: 1px dotted #ddd
}

blockquote {
    position: relative;
    margin: 2.5rem 0;
    padding: 0 0 0 1.875rem
}

blockquote:before {
    position: absolute;
    display: block;
    top: -43px;
    left: -11px;
    color: rgba(20, 179, 228, 0.7);
    font-family: "Roboto";
    font-size: 5rem;
    font-weight: 400;
    content: '“'
}

blockquote p {
    color: rgba(20, 179, 228, 0.7);
    line-height: 1.7;
    font-family: "PT Serif", serif;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: bold
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote a,
blockquote a:visited {
    color: rgba(20, 179, 228, 0.7)
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 48.063em) {
    h1,
    h2,
    .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .owl-item .post.post-alternate-3 .entry-header .entry-title,
    .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
    h3,
    .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .post-list.two-cols .post.post-classic .entry-header .entry-title,
    .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
    .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
    h4,
    .post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-classic .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
    h5,
    h6 {
        line-height: 1.5
    }
    h1 {
        font-size: 2.125rem
    }
    h2,
    .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .owl-item .post.post-alternate-3 .entry-header .entry-title,
    .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
        font-size: 1.5625rem
    }
    h3,
    .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .post-list.two-cols .post.post-classic .entry-header .entry-title,
    .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
    .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
        font-size: 1.125rem
    }
    h4,
    .post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-classic .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title {
        font-size: 1rem
    }
    h5 {
        font-size: 1rem
    }
    h6 {
        font-size: 1rem
    }
}

.page-title {
    position: relative;
    margin-bottom: 4.0625rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #787777
}

.page-title h1 {
    color: #f08714;
    margin-bottom: 0.3125rem;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: 300 
}

.page-title .breadcrumbs {
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem
}

.page-title .breadcrumbs a {
    display: inline-block;
    position: relative;
    color: #818181;
    padding-right: 1.25rem;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.page-title .breadcrumbs a:after {
    position: absolute;
    right: 6px;
    color: #b4b4b4;
    content: "";
    font-family: "fontello"
}

.page-title .breadcrumbs a:hover {
    color: #f08714
}

.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 73.125rem
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0
}

.row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none
}

.row .row:before,
.row .row:after {
    content: " ";
    display: table
}

.row .row:after {
    clear: both
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none
}

.row .row.collapse:before,
.row .row.collapse:after {
    content: " ";
    display: table
}

.row .row.collapse:after {
    clear: both
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left
}

[class*="column"]+[class*="column"]:last-child {
    float: right
}

[class*="column"]+[class*="column"].end {
    float: left
}

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .small-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .small-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .small-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .small-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .small-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .small-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .small-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .small-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .small-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .small-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .small-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .small-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .small-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .small-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .small-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .small-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .small-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .small-1 {
        width: 8.3333333333%
    }
    .small-2 {
        width: 16.6666666667%
    }
    .small-3 {
        width: 25%
    }
    .small-4 {
        width: 33.3333333333%
    }
    .small-5 {
        width: 41.6666666667%
    }
    .small-6 {
        width: 50%
    }
    .small-7 {
        width: 58.3333333333%
    }
    .small-8 {
        width: 66.6666666667%
    }
    .small-9 {
        width: 75%
    }
    .small-10 {
        width: 83.3333333333%
    }
    .small-11 {
        width: 91.6666666667%
    }
    .small-12 {
        width: 100%
    }
    .small-offset-0 {
        margin-left: 0% !important
    }
    .small-offset-1 {
        margin-left: 8.3333333333% !important
    }
    .small-offset-2 {
        margin-left: 16.6666666667% !important
    }
    .small-offset-3 {
        margin-left: 25% !important
    }
    .small-offset-4 {
        margin-left: 33.3333333333% !important
    }
    .small-offset-5 {
        margin-left: 41.6666666667% !important
    }
    .small-offset-6 {
        margin-left: 50% !important
    }
    .small-offset-7 {
        margin-left: 58.3333333333% !important
    }
    .small-offset-8 {
        margin-left: 66.6666666667% !important
    }
    .small-offset-9 {
        margin-left: 75% !important
    }
    .small-offset-10 {
        margin-left: 83.3333333333% !important
    }
    .small-offset-11 {
        margin-left: 91.6666666667% !important
    }
    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none
    }
    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left
    }
    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right
    }
    .row.small-collapse>.column,
    .row.small-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.small-uncollapse>.column,
    .row.small-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
}

@media only screen and (min-width: 48.063em) {
    .medium-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .medium-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .medium-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .medium-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .medium-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .medium-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .medium-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .medium-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .medium-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .medium-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .medium-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .medium-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .medium-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .medium-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .medium-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .medium-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .medium-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .medium-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .medium-1 {
        width: 8.3333333333%
    }
    .medium-2 {
        width: 16.6666666667%
    }
    .medium-3 {
        width: 25%
    }
    .medium-4 {
        width: 33.3333333333%
    }
    .medium-5 {
        width: 41.6666666667%
    }
    .medium-6 {
        width: 50%
    }
    .medium-7 {
        width: 58.3333333333%
    }
    .medium-8 {
        width: 66.6666666667%
    }
    .medium-9 {
        width: 75%
    }
    .medium-10 {
        width: 83.3333333333%
    }
    .medium-11 {
        width: 91.6666666667%
    }
    .medium-12 {
        width: 100%
    }
    .medium-offset-0 {
        margin-left: 0% !important
    }
    .medium-offset-1 {
        margin-left: 8.3333333333% !important
    }
    .medium-offset-2 {
        margin-left: 16.6666666667% !important
    }
    .medium-offset-3 {
        margin-left: 25% !important
    }
    .medium-offset-4 {
        margin-left: 33.3333333333% !important
    }
    .medium-offset-5 {
        margin-left: 41.6666666667% !important
    }
    .medium-offset-6 {
        margin-left: 50% !important
    }
    .medium-offset-7 {
        margin-left: 58.3333333333% !important
    }
    .medium-offset-8 {
        margin-left: 66.6666666667% !important
    }
    .medium-offset-9 {
        margin-left: 75% !important
    }
    .medium-offset-10 {
        margin-left: 83.3333333333% !important
    }
    .medium-offset-11 {
        margin-left: 91.6666666667% !important
    }
    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none
    }
    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left
    }
    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right
    }
    .row.medium-collapse>.column,
    .row.medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.medium-uncollapse>.column,
    .row.medium-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .large-pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .large-push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .large-pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .large-push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .large-pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .large-push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .large-pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .large-push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .large-pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .large-push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .large-pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .large-push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .large-pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .large-push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .large-pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .large-push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .large-pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .large-1 {
        width: 8.3333333333%
    }
    .large-2 {
        width: 16.6666666667%
    }
    .large-3 {
        width: 25%
    }
    .large-4 {
        width: 25%
    }
    .large-5 {
        width: 41.6666666667%
    }
    .large-6 {
        width: 50%
    }
    .large-7 {
        width: 58.3333333333%
    }
    .large-8 {
        width: 75%
    }
    .large-9 {
        width: 75%
    }
    .large-10 {
        width: 83.3333333333%
    }
    .large-11 {
        width: 91.6666666667%
    }
    .large-12 {
        width: 100%
    }
    .large-offset-0 {
        margin-left: 0% !important
    }
    .large-offset-1 {
        margin-left: 8.3333333333% !important
    }
    .large-offset-2 {
        margin-left: 16.6666666667% !important
    }
    .large-offset-3 {
        margin-left: 25% !important
    }
    .large-offset-4 {
        margin-left: 33.3333333333% !important
    }
    .large-offset-5 {
        margin-left: 41.6666666667% !important
    }
    .large-offset-6 {
        margin-left: 50% !important
    }
    .large-offset-7 {
        margin-left: 58.3333333333% !important
    }
    .large-offset-8 {
        margin-left: 66.6666666667% !important
    }
    .large-offset-9 {
        margin-left: 75% !important
    }
    .large-offset-10 {
        margin-left: 83.3333333333% !important
    }
    .large-offset-11 {
        margin-left: 91.6666666667% !important
    }
    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left
    }
    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none
    }
    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left
    }
    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none
    }
    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left
    }
    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right
    }
    .row.large-collapse>.column,
    .row.large-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }
    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0
    }
    .row.large-uncollapse>.column,
    .row.large-uncollapse>.columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left
    }
    .push-0 {
        position: relative;
        left: 0%;
        right: auto
    }
    .pull-0 {
        position: relative;
        right: 0%;
        left: auto
    }
    .push-1 {
        position: relative;
        left: 8.3333333333%;
        right: auto
    }
    .pull-1 {
        position: relative;
        right: 8.3333333333%;
        left: auto
    }
    .push-2 {
        position: relative;
        left: 16.6666666667%;
        right: auto
    }
    .pull-2 {
        position: relative;
        right: 16.6666666667%;
        left: auto
    }
    .push-3 {
        position: relative;
        left: 25%;
        right: auto
    }
    .pull-3 {
        position: relative;
        right: 25%;
        left: auto
    }
    .push-4 {
        position: relative;
        left: 33.3333333333%;
        right: auto
    }
    .pull-4 {
        position: relative;
        right: 33.3333333333%;
        left: auto
    }
    .push-5 {
        position: relative;
        left: 41.6666666667%;
        right: auto
    }
    .pull-5 {
        position: relative;
        right: 41.6666666667%;
        left: auto
    }
    .push-6 {
        position: relative;
        left: 50%;
        right: auto
    }
    .pull-6 {
        position: relative;
        right: 50%;
        left: auto
    }
    .push-7 {
        position: relative;
        left: 58.3333333333%;
        right: auto
    }
    .pull-7 {
        position: relative;
        right: 58.3333333333%;
        left: auto
    }
    .push-8 {
        position: relative;
        left: 66.6666666667%;
        right: auto
    }
    .pull-8 {
        position: relative;
        right: 66.6666666667%;
        left: auto
    }
    .push-9 {
        position: relative;
        left: 75%;
        right: auto
    }
    .pull-9 {
        position: relative;
        right: 75%;
        left: auto
    }
    .push-10 {
        position: relative;
        left: 83.3333333333%;
        right: auto
    }
    .pull-10 {
        position: relative;
        right: 83.3333333333%;
        left: auto
    }
    .push-11 {
        position: relative;
        left: 91.6666666667%;
        right: auto
    }
    .pull-11 {
        position: relative;
        right: 91.6666666667%;
        left: auto
    }
}

@-webkit-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.9)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155, 155, 155, 0.9)
    }
}

@-moz-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.9)
    }
    100% {
        opacity: 1;
        -moz-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155, 155, 155, 0.9)
    }
}

@-o-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.9)
    }
    100% {
        opacity: 1;
        -o-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155, 155, 155, 0.9)
    }
}

@-ms-keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.9)
    }
    100% {
        opacity: 1;
        -ms-transform: scale(0.25) rotate(75deg);
        background-color: rgba(155, 155, 155, 0.9)
    }
}

@keyframes loading {
    0% {
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.9)
    }
    100% {
        opacity: 1;
        transform: scale(0.25) rotate(75deg);
        background-color: rgba(155, 155, 155, 0.9)
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(360deg)
    }
    100% {
        -moz-transform: rotate(0)
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(360deg)
    }
    100% {
        -o-transform: rotate(0)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes unrotate {
    0% {
        -webkit-transform: rotate(-360deg)
    }
    100% {
        -webkit-transform: rotate(0)
    }
}

@-moz-keyframes unrotate {
    0% {
        -moz-transform: rotate(-360deg)
    }
    100% {
        -moz-transform: rotate(0)
    }
}

@-o-keyframes unrotate {
    0% {
        -o-transform: rotate(-360deg)
    }
    100% {
        -o-transform: rotate(0)
    }
}

@keyframes unrotate {
    0% {
        transform: rotate(-360deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes anim-dash {
    0% {
        stroke-dashoffset: 1680
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes anim-dash {
    0% {
        stroke-dashoffset: 1680
    }
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes anim-elem-1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-elem-1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes anim-elem-2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-elem-2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

#spinningSquaresG {
    position: relative;
    width: 240px;
    height: 29px;
    margin: 40px auto
}

.post-slider-wrapper #spinningSquaresG {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 29px;
    margin-top: -30px;
    margin-left: -120px;
    margin-bottom: 0;
    margin-right: 0
}

.spinningSquaresG {
    position: absolute;
    top: 0;
    background-color: #f08714;
    width: 29px;
    height: 29px;
    -moz-animation-name: bounce_spinningSquaresG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.3);
    -webkit-animation-name: bounce_spinningSquaresG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.3);
    -ms-animation-name: bounce_spinningSquaresG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.3);
    -o-animation-name: bounce_spinningSquaresG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.3);
    animation-name: bounce_spinningSquaresG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.3)
}

#spinningSquaresG_1 {
    left: 0;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s
}

#spinningSquaresG_2 {
    left: 30px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s
}

#spinningSquaresG_3 {
    left: 60px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s
}

#spinningSquaresG_4 {
    left: 90px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s
}

#spinningSquaresG_5 {
    left: 120px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s
}

#spinningSquaresG_6 {
    left: 150px;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s
}

#spinningSquaresG_7 {
    left: 180px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s
}

#spinningSquaresG_8 {
    left: 210px;
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    animation-delay: 1.43s
}

@-moz-keyframes bounce_spinningSquaresG {
    0% {
        -moz-transform: scale(1);
        background-color: #f08714
    }
    100% {
        -moz-transform: scale(0.3) rotate(90deg);
        background-color: #FFFFFF
    }
}

@-webkit-keyframes bounce_spinningSquaresG {
    0% {
        -webkit-transform: scale(1);
        background-color: #f08714
    }
    100% {
        -webkit-transform: scale(0.3) rotate(90deg);
        background-color: #FFFFFF
    }
}

@-ms-keyframes bounce_spinningSquaresG {
    0% {
        -ms-transform: scale(1);
        background-color: #f08714
    }
    100% {
        -ms-transform: scale(0.3) rotate(90deg);
        background-color: #FFFFFF
    }
}

@-o-keyframes bounce_spinningSquaresG {
    0% {
        -o-transform: scale(1);
        background-color: #f08714
    }
    100% {
        -o-transform: scale(0.3) rotate(90deg);
        background-color: #FFFFFF
    }
}

@keyframes bounce_spinningSquaresG {
    0% {
        transform: scale(1);
        background-color: #f08714
    }
    100% {
        transform: scale(0.3) rotate(90deg);
        background-color: #FFFFFF
    }
}

.tmm_loader {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1
}

.tmm_loader .tmm_logo {
    color: #262626;
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.tmm_loader .tmm_logo b {
    color: #787777
    display: inline-block;
}

.loader {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: -90px 0 0 0
}

.tmm_loader.fade {
    animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards
}

#wrapper.translate {
    transform: translate3d(0, -1%, 0);
    -webkit-transform: translate3d(0, -1%, 0)
}

#wrapper.translateRun {
    animation: animLoadedWrapper 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
    -webkit-animation: animLoadedWrapper 1s cubic-bezier(0.7, 0, 0.3, 1) forwards
}

@keyframes animLoadedHeader {
    to {
        transform: translate3d(0, -100%, 0)
    }
}

@-webkit-keyframes animLoadedHeader {
    to {
        -webkit-transform: translate3d(0, -100%, 0)
    }
}

@keyframes animLoadedWrapper {
    to {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes animLoadedWrapper {
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

.animated .opacity {
    opacity: 0
}

.animated .opacityRun {
    opacity: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.animated .opacity2x {
    opacity: 0
}

.animated .opacity2xRun {
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.animated .scale {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.animated .scaleRun {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: scaleRun;
    animation-name: scaleRun;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animated .slideRight {
    opacity: 0;
    -webkit-transform: translateX(-15%);
    transform: translateX(-15%)
}

.animated .slideRightRun {
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-animation-name: slideRightRun;
    animation-name: slideRightRun;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.animated .slideLeft {
    opacity: 0;
    -webkit-transform: translateX(15%);
    transform: translateX(15%)
}

.animated .slideLeftRun {
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-animation-name: slideLeftRun;
    animation-name: slideLeftRun;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.animated .slideDown {
    opacity: 0;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%)
}

.animated .slideDownRun {
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-animation-name: slideDownRun;
    animation-name: slideDownRun;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.animated .slideUp {
    opacity: 0;
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
}

.animated .slideUpRun {
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-animation-name: slideUpRun;
    animation-name: slideUpRun;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.animated .slideUp2x {
    opacity: 0;
    -webkit-transform: translateY(15%);
    transform: translateY(15%)
}

.animated .slideUp2xRun {
    opacity: 1;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-animation-name: slideUpRun;
    animation-name: slideUpRun;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.animated .extraRadius {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.animated .extraRadiusRun {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0, 1.035, 0.265, 1.55), opacity 0.45s ease;
    transition: transform 0.65s cubic-bezier(0, 1.035, 0.265, 1.55), opacity 0.45s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.animated .extraRadius .inner-content>* {
    opacity: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.animated .extraRadius .inner-content>*:nth-child(1),
.animated .extraRadius .inner-content>*:nth-child(3),
.animated .extraRadius .inner-content>*:nth-child(5) {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

.animated .extraRadius .inner-content>*:nth-child(2),
.animated .extraRadius .inner-content>*:nth-child(4),
.animated .extraRadius .inner-content>*:nth-child(6) {
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.animated .extraRadiusRun .inner-content>*:nth-child(1),
.animated .elementFadeRun .inner-content>*:nth-child(1),
.animated .opacityRun .inner-content>*:nth-child(1),
.animated .opacity2xRun .inner-content>*:nth-child(1),
.animated .scaleRun .inner-content>*:nth-child(1),
.animated .slideRightRun .inner-content>*:nth-child(1),
.animated .slideLeftRun .inner-content>*:nth-child(1),
.animated .slideDownRun .inner-content>*:nth-child(1),
.animated .slideUpRun .inner-content>*:nth-child(1),
.animated .slideUp2xRun .inner-content>*:nth-child(1) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.animated .extraRadiusRun .inner-content>*:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.animated .extraRadiusRun .inner-content>*:nth-child(3) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.animated .extraRadiusRun .inner-content>*:nth-child(4) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.animated .extraRadiusRun .inner-content>*:nth-child(5) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

.animated .extraRadiusRun .inner-content>*:nth-child(6) {
    -webkit-transition-delay: 3.6s;
    transition-delay: 3.6s
}

.animated .extraRadiusRun .inner-content>*:nth-child(7) {
    -webkit-transition-delay: 4.2s;
    transition-delay: 4.2s
}

.animated .extraRadiusRun .inner-content>*:nth-child(8) {
    -webkit-transition-delay: 4.8s;
    transition-delay: 4.8s
}

.animated .extraRadiusRun .inner-content>*:nth-child(9) {
    -webkit-transition-delay: 5.4s;
    transition-delay: 5.4s
}

.animated .extraRadiusRun .inner-content>*:nth-child(10) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s
}

.animated .extraRadiusRun .inner-content>*:nth-child(11) {
    -webkit-transition-delay: 6.6s;
    transition-delay: 6.6s
}

.animated .extraRadiusRun .inner-content>*:nth-child(12) {
    -webkit-transition-delay: 7.2s;
    transition-delay: 7.2s
}

.animated .extraRadiusRun .inner-content>* {
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.animated .elementFade {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7)
}

.animated .elementFadeRun {
    opacity: 1;
    -webkit-transition: -webkit-transform .5s ease, opacity .5s ease;
    transition: transform 0.5s ease, opacity .5s ease;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.translateEffect {
    opacity: 0;
    -webkit-transition: -webkit-transform .60s ease-in-out, opacity .30s ease-in-out;
    transition: transform .60s ease-in-out, opacity .30s ease-in-out;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.touch .translateEffect {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.translateEffectRun {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@-webkit-keyframes slideLeftRun {
    0% {
        -webkit-transform: translateX(15%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideLeftRun {
    0% {
        transform: translateX(15%)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRightRun {
    0% {
        -webkit-transform: translateX(-15%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideRightRun {
    0% {
        transform: translateX(-15%)
    }
    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideDownRun {
    0% {
        -webkit-transform: translateY(-15%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideDownRun {
    0% {
        transform: translateY(-15%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUpRun {
    0% {
        -webkit-transform: translateY(15%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes slideUpRun {
    0% {
        transform: translateY(15%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes scaleRun {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleRun {
    0% {
        transform: scale(0);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes scaleRunPricing {
    0% {
        -webkit-transform: scale(0.1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1.05);
        opacity: 1
    }
}

@keyframes scaleRunPricing {
    0% {
        transform: scale(0.1);
        opacity: 0
    }
    100% {
        transform: scale(1.05);
        opacity: 1
    }
}

.button,
input[type="submit"] {
    display: inline-block;
    margin: 0 0 0.625rem;
    line-height: 1;
    outline: none;
    color: #fff;
    background-color: #f08714;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    padding: 0.625rem;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 1.125rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.button.small,
input.small[type="submit"] {
    padding: 0.5rem 1.125rem;
    font-size: 0.75rem
}

.button.middle,
input.middle[type="submit"] {
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem
}

.button.large,
input.large[type="submit"] {
    padding: 0.875rem 2.5rem;
    font-size: 1.125rem
}

.button.default,
input.default[type="submit"] {
    width: auto;
    color: #000;
    border-color: #262626;
    background-color: #f5f5f5
}

.button.default:hover,
input.default[type="submit"]:hover {
    color: #fff;
    border-color: transparent;
    background-color: #f08714
}

.button.tag_more,
input.tag_more[type="submit"] {
    margin-bottom: 0;
    margin-top: 0.625rem
}

.button:hover,
input[type="submit"]:hover {
    color: #000;
    border-color: #262626;
    background-color: #f5f5f5
}

.button.submit,
input.submit[type="submit"] {
    margin: 0
}

.button.submit.mail-icon,
input.submit.mail-icon[type="submit"] {
    width: 50px;
    height: 46px;
    margin: 0;
    display: block;
    text-align: center;
    color: #fff
}

.button.submit.mail-icon:after,
input.submit.mail-icon[type="submit"]:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '\e826';
    font-size: 1.25rem;
    font-family: "fontello";
    -webkit-transition: -webkit-transform 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease;
    -ms-transition: transform 0.35s ease;
    transition: transform 0.35s ease
}

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

input[type="submit"] {
    text-transform: none;
    padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
    text-align: center;
    line-height: .8rem;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.9375rem
}

input[type="submit"].submit-donate {
    position: relative;
    font-weight: normal;
    font-size: 1.1875rem;
    text-transform: uppercase;
    background-color: #ff615e;
    padding: 1.25rem 2.3125rem;
    border-width: 2px;
    border-color: #ff615e;
    border-style: solid
}

input[type="submit"].submit-donate:hover {
    background-color: #fff;
    border-color: #000;
    color: #000
}

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

input[type="image"] {
    outline: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="url"],
input[type="search"],
input[type="color"],
textarea,
select {
    display: inline-block;
    padding: 1rem 1.125rem;
    color: #787777;
    width: 100%;
    outline: 0;
    border: 0;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in;
    -webkit-box-shadow: 0 1px 5px 1px #ddd;
    -moz-box-shadow: 0 1px 5px 1px #ddd;
    -ms-box-shadow: 0 1px 5px 1px #ddd;
    box-shadow: 0 1px 5px 1px #ddd
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
    -moz-box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
    -ms-box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5);
    box-shadow: 0 1px 10px 1px rgba(20, 179, 228, 0.5)
}

#footer input[type="text"],
#footer input[type="email"],
#footer input[type="tel"],
#footer input[type="number"],
#footer input[type="password"],
#footer input[type="datetime"],
#footer input[type="datetime-local"],
#footer input[type="date"],
#footer input[type="month"],
#footer input[type="time"],
#footer input[type="week"],
#footer input[type="url"],
#footer input[type="search"],
#footer input[type="color"],
#footer textarea,
#footer select {
    background-color: #313133;
    -webkit-box-shadow: 0 1px 5px 1px transparent;
    -moz-box-shadow: 0 1px 5px 1px transparent;
    -ms-box-shadow: 0 1px 5px 1px transparent;
    box-shadow: 0 1px 5px 1px transparent
}

#footer input[type="text"]:focus,
#footer input[type="email"]:focus,
#footer input[type="tel"]:focus,
#footer input[type="number"]:focus,
#footer input[type="password"]:focus,
#footer input[type="datetime"]:focus,
#footer input[type="datetime-local"]:focus,
#footer input[type="date"]:focus,
#footer input[type="month"]:focus,
#footer input[type="time"]:focus,
#footer input[type="week"]:focus,
#footer input[type="url"]:focus,
#footer input[type="search"]:focus,
#footer input[type="color"]:focus,
#footer textarea:focus,
#footer select:focus {
    -webkit-box-shadow: 0 1px 10px 1px #f08714;
    -moz-box-shadow: 0 1px 10px 1px #f08714;
    -ms-box-shadow: 0 1px 10px 1px #f08714;
    box-shadow: 0 1px 10px 1px #f08714
}

textarea {
    resize: both;
    min-height: 90px;
    max-width: 100%
}

select {
    background-color: white;
    border-radius: 0;
    display: inline-block;
    font-style: italic;
    line-height: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #787777 50%), linear-gradient(135deg, #787777 50%, transparent 50%), linear-gradient(to right, #787777, #787777);
    background-position: calc(100% - 26px) 50%, calc(100% - 19px) 50%, 0;
    background-size: 8px 7px, 8px 7px, 0;
    background-repeat: no-repeat
}

select:focus {
    outline: 0
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    content: '';
    position: relative;
    top: -0.125rem;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
    outline: none;
    border: 3px solid transparent;
    -webkit-box-shadow: 0 1px 5px 1px #ddd;
    -moz-box-shadow: 0 1px 5px 1px #ddd;
    -ms-box-shadow: 0 1px 5px 1px #ddd;
    box-shadow: 0 1px 5px 1px #ddd;
    -webkit-transition: background 0.35s ease-in;
    -moz-transition: background 0.35s ease-in;
    -ms-transition: background 0.35s ease-in;
    transition: background 0.35s ease-in
}

input[type="checkbox"]+label:after,
input[type="radio"]+label:after {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0.1875rem;
    top: 0.125rem;
    font-family: "fontello";
    font-size: 1.25rem;
    line-height: 1.125rem;
    color: #f08714;
    -webkit-transition: all 0.35s ease-in;
    -moz-transition: all 0.35s ease-in;
    -ms-transition: all 0.35s ease-in;
    transition: all 0.35s ease-in
}

input[type="checkbox"].tmm-checkbox+label:after,
input[type="radio"].tmm-checkbox+label:after {
    content: '\e9a4'
}

input[type="checkbox"].tmm-checkbox:checked+label:after,
input[type="radio"].tmm-checkbox:checked+label:after {
    opacity: 1
}

input[type="checkbox"].tmm-radio+label:before,
input[type="radio"].tmm-radio+label:before {
    border: 3px solid #fff;
    border-radius: 50%
}

input[type="checkbox"].tmm-radio:checked+label:before,
input[type="radio"].tmm-radio:checked+label:before {
    background-color: #f08714
}

.contact-form h6 {
    font-weight: 400;
    margin-bottom: 0.3125rem
}

.contact-form>.tmmFormStyling:not(.form-textarea) {
    width: 60%
}

.contact-form>.tmmFormStyling.row {
    width: 64%
}

.contact-form .tmmFormStyling.form-captcha .verify {
    width: 9.375rem
}

.contact-form .tmmFormStyling.form-textarea textarea {
    min-height: 9.375rem
}

.contact-form .tmmFormStyling.form-checkbox {
    margin-bottom: 0.3125rem
}

.contact-form .info-title {
    margin-top: 2.5rem
}

.contact-form .contact_form_responce ul {
    margin: 0;
    list-style: none
}

fieldset {
    position: relative;
    border: 0;
    padding: 0;
    margin: 0 0 1.25rem;
    font-size: 0.875rem
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #787777
}

#footer input::-webkit-input-placeholder,
#footer textarea::-webkit-input-placeholder {
    color: #878787
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-style: italic;
    color: #787777;
    opacity: 1
}

#footer input:-moz-placeholder,
#footer textarea:-moz-placeholder {
    color: #878787
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-style: italic;
    color: #787777;
    opacity: 1
}

#footer input::-moz-placeholder,
#footer textarea::-moz-placeholder {
    color: #878787
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-style: italic;
    color: #787777
}

#footer input:-ms-input-placeholder,
#footer textarea:-ms-input-placeholder {
    color: #878787
}

.submit-search {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    font-size: 0;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    outline: none
}

.submit-search:before,
.submit-search:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "fontello";
    font-size: 1.25rem;
    line-height: 46px;
    color: #f08714;
    content: ""
}

.submit-search:after {
    height: 0;
    color: #f08714;
    overflow: hidden;
    -webkit-transition: height 0.4s linear;
    -moz-transition: height 0.4s linear;
    -ms-transition: height 0.4s linear;
    transition: height 0.4s linear
}

.submit-search:hover:after {
    height: 100%
}

.header.type-1 {
    background-color: #f5f5f5
}

.header.type-1 .header-top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative
}

.header.type-1 .header-top .social-icons {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.header.type-1 .header-top .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0;
    margin-bottom: 0
}

.header.type-1 .header-top .social-icons li a {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    text-align: center
}

.header.type-1 .header-top .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background-color: transparent;
    color: #b4b4b4;
    content: "";
    font-family: 'fontello';
    font-size: 0.8125rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.header.type-1 .header-top .social-icons li.twitter a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.header.type-1 .header-top .social-icons li.facebook a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.header.type-1 .header-top .social-icons li.linkedin a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.header.type-1 .header-top .social-icons li.rss a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.header.type-1 .header-top .social-icons li.pinterest a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.header.type-1 .header-top .social-icons li.gplus a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.header.type-1 .header-top .social-icons li.instagram a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.header.type-1 .header-top .social-icons li.dribbble a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.header.type-1 .header-top .social-icons li.dropbox a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.header.type-1 .header-top .social-icons li.youtube a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.header.type-1 .header-top .social-icons li.blogger a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.header.type-1 .header-top .social-icons li.evernote a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.header.type-1 .header-top .social-icons li.behance a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.header.type-1 .header-top .social-icons li.skype a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.header.type-1 .header-top .social-icons li.vimeo a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.header.type-1 .header-top .social-icons li.digg a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.header.type-1 .header-top .social-icons li.appstore a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.header.type-1 .header-top .social-icons li.wordpress a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.header.type-1 .header-top .social-icons li.stubleupon a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.header.type-1 .header-top .social-icons li.deviantart a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.header.type-1 .header-top .social-icons li.github a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.header.type-1 .header-top .social-icons li.email a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.header.type-1 .header-top .social-icons li.cv a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.header.type-1 .header-top .social-icons li.flickr a:before {
    content: ""
}

.header.type-1 .header-top .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.header.type-1 .header-middle {
    background-color: #fff;
    height:100px;
}

.header.type-1 .header-middle .header-middle-entry {
    text-align: justify;
    position: relative;
    vertical-align: middle
}

.header.type-1 .header-middle .header-middle-entry:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    content: ""
}

.header.type-1 .header-middle .header-middle-entry>* {
    display: inline-block
}

.header.type-1 .header-middle .header-middle-entry .logo {
    position: relative;
    margin-top: 24px
}

.header.type-1 .header-middle .header-middle-entry .logo h1 {
    margin: 0
    height:500px;
}

.header.type-1 .header-middle .header-middle-entry .logo h1 a {
    color: #262626;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: bold
}

.header.type-1 .header-middle .header-middle-entry .logo h1 a b {
    color: #787777
}

.logo {
        position  : absolute; 
    width     : 100%;  
    text-align: center;
}
.header.type-1 .header-middle .header-middle-entry .account {
    position: relative;
    vertical-align: bottom;
    padding-right: 10.3125rem;
    padding-bottom: 0.875rem
}

.header.type-1 .header-middle .header-middle-entry .account>* {
    margin: 0;
    display: inline-block
}

.header.type-1 .header-middle .header-middle-entry .account li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 1.25rem 0 1.0625rem;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.header.type-1 .header-middle .header-middle-entry .account li a {
    text-decoration: none;
    color: #818181;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem
}

.header.type-1 .header-middle .header-middle-entry .account li a:before {
    position: absolute;
    left: 0;
    color: #d5d5d6;
    content: "";
    font-family: "fontello";
    font-size: 0.8125rem
}

.header.type-1 .header-middle .header-middle-entry .account li.user a:before {
    content: ""
}

.header.type-1 .header-middle .header-middle-entry .account li.lock a:before {
    content: ""
}

.header.type-1 .header-middle .header-middle-entry .account li:hover a {
    color: #f08714
}
.header-middle-entry {
    margin-bottom: -68px;
    margin-top:10px
}
.header.type-1 .header-bottom .navigation .donate {
    z-index: 11;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 0.75rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in
}

.header.type-1 .header-bottom .navigation .donate:hover {
    background-color: #b4142b
}

.header.type-1 .header-top {
    background-color: rgba(0, 0, 0, 0.6)
}

.header.type-2 {
    background-color: #424246
}

.header.type-2 .header-top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative
}

.header.type-2 .header-top .social-icons {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.header.type-2 .header-top .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0;
    margin-bottom: 0
}

.header.type-2 .header-top .social-icons li a {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    text-align: center
}

.header.type-2 .header-top .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background-color: transparent;
    color: #b4b4b4;
    content: "";
    font-family: 'fontello';
    font-size: 0.8125rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.header.type-2 .header-top .social-icons li.twitter a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.header.type-2 .header-top .social-icons li.facebook a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.header.type-2 .header-top .social-icons li.linkedin a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.header.type-2 .header-top .social-icons li.rss a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.header.type-2 .header-top .social-icons li.pinterest a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.header.type-2 .header-top .social-icons li.gplus a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.header.type-2 .header-top .social-icons li.instagram a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.header.type-2 .header-top .social-icons li.dribbble a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.header.type-2 .header-top .social-icons li.dropbox a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.header.type-2 .header-top .social-icons li.youtube a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.header.type-2 .header-top .social-icons li.blogger a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.header.type-2 .header-top .social-icons li.evernote a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.header.type-2 .header-top .social-icons li.behance a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.header.type-2 .header-top .social-icons li.skype a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.header.type-2 .header-top .social-icons li.vimeo a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.header.type-2 .header-top .social-icons li.digg a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.header.type-2 .header-top .social-icons li.appstore a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.header.type-2 .header-top .social-icons li.wordpress a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.header.type-2 .header-top .social-icons li.stubleupon a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.header.type-2 .header-top .social-icons li.deviantart a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.header.type-2 .header-top .social-icons li.github a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.header.type-2 .header-top .social-icons li.email a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.header.type-2 .header-top .social-icons li.cv a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.header.type-2 .header-top .social-icons li.flickr a:before {
    content: ""
}

.header.type-2 .header-top .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.header.type-2 .header-middle {
    background-color: #424246;
    background-color: #424246
}

.header.type-2 .header-middle .header-middle-entry {
    text-align: justify;
    position: relative;
    vertical-align: middle
}

.header.type-2 .header-middle .header-middle-entry:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    content: ""
}

.header.type-2 .header-middle .header-middle-entry>* {
    display: inline-block
}

.header.type-2 .header-middle .header-middle-entry .logo {
    position: relative;
    padding: 1.25rem 0
}

.header.type-2 .header-middle .header-middle-entry .logo h1 {
    margin: 0
}

.header.type-2 .header-middle .header-middle-entry .logo h1 a {
    color: #262626;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: bold
}

.header.type-2 .header-middle .header-middle-entry .logo h1 a b {
    color: #787777
}

.header.type-2 .header-middle .header-middle-entry .account {
    position: relative;
    vertical-align: bottom;
    padding-right: 10.3125rem;
    padding-bottom: 0.875rem
}

.header.type-2 .header-middle .header-middle-entry .account>* {
    margin: 0;
    display: inline-block
}

.header.type-2 .header-middle .header-middle-entry .account li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 1.25rem 0 1.0625rem;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.header.type-2 .header-middle .header-middle-entry .account li a {
    text-decoration: none;
    color: #818181;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem
}

.header.type-2 .header-middle .header-middle-entry .account li a:before {
    position: absolute;
    left: 0;
    color: #d5d5d6;
    content: "";
    font-family: "fontello";
    font-size: 0.8125rem
}

.header.type-2 .header-middle .header-middle-entry .account li.user a:before {
    content: ""
}

.header.type-2 .header-middle .header-middle-entry .account li.lock a:before {
    content: ""
}

.header.type-2 .header-middle .header-middle-entry .account li:hover a {
    color: #f08714
}

.header.type-2 .header-middle .header-middle-entry .logo h1 a {
    color: #fff
}

.header.type-2 .header-middle .header-middle-entry .logo h1 a b {
    color: #b4b4b4
}

.header.type-2 .header-middle .header-middle-entry .account li a {
    color: #fff
}
.account {
    position: absolute;
    margin-left: 965px;
    top:-65px; 
 }

;

.header.type-2 .header-bottom .navigation .donate {
    z-index: 11;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 0.75rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in
}

.header.type-2 .header-bottom .navigation .donate:hover {
    background-color: #b4142b
}

.header.type-3 {
    background-color: #f08714;
}

.header.type-3 .header-top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative
}

.header.type-3 .header-top .social-icons {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.header.type-3 .header-top .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0;
    margin-bottom: 0
}

.header.type-3 .header-top .social-icons li a {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    text-align: center
}

.header.type-3 .header-top .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background-color: transparent;
    color: #b4b4b4;
    content: "";
    font-family: 'fontello';
    font-size: 0.8125rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.header.type-3 .header-top .social-icons li.twitter a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.header.type-3 .header-top .social-icons li.facebook a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.header.type-3 .header-top .social-icons li.linkedin a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.header.type-3 .header-top .social-icons li.rss a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.header.type-3 .header-top .social-icons li.pinterest a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.header.type-3 .header-top .social-icons li.gplus a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.header.type-3 .header-top .social-icons li.instagram a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.header.type-3 .header-top .social-icons li.dribbble a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.header.type-3 .header-top .social-icons li.dropbox a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.header.type-3 .header-top .social-icons li.youtube a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.header.type-3 .header-top .social-icons li.blogger a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.header.type-3 .header-top .social-icons li.evernote a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.header.type-3 .header-top .social-icons li.behance a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.header.type-3 .header-top .social-icons li.skype a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.header.type-3 .header-top .social-icons li.vimeo a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.header.type-3 .header-top .social-icons li.digg a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.header.type-3 .header-top .social-icons li.appstore a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.header.type-3 .header-top .social-icons li.wordpress a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.header.type-3 .header-top .social-icons li.stubleupon a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.header.type-3 .header-top .social-icons li.deviantart a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.header.type-3 .header-top .social-icons li.github a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.header.type-3 .header-top .social-icons li.email a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.header.type-3 .header-top .social-icons li.cv a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.header.type-3 .header-top .social-icons li.flickr a:before {
    content: ""
}

.header.type-3 .header-top .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.header.type-3 .header-middle {
    background-color: #f08714;
    background-color: #f08714
}

.header.type-3 .header-middle .header-middle-entry {
    text-align: justify;
    position: relative;
    vertical-align: middle
}

.header.type-3 .header-middle .header-middle-entry:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    content: ""
}

.header.type-3 .header-middle .header-middle-entry>* {
    display: inline-block
}

.header.type-3 .header-middle .header-middle-entry .logo {
    position: relative;
    padding: 1.25rem 0
}

.header.type-3 .header-middle .header-middle-entry .logo h1 {
    margin: 0
}

.header.type-3 .header-middle .header-middle-entry .logo h1 a {
    color: #262626;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: bold
}

.header.type-3 .header-middle .header-middle-entry .logo h1 a b {
    color: #787777
}

.header.type-3 .header-middle .header-middle-entry .account {
    position: relative;
    vertical-align: bottom;
    padding-right: 10.3125rem;
    padding-bottom: 0.875rem
}

.header.type-3 .header-middle .header-middle-entry .account>* {
    margin: 0;
    display: inline-block
}

.header.type-3 .header-middle .header-middle-entry .account li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 1.25rem 0 1.0625rem;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.header.type-3 .header-middle .header-middle-entry .account li a {
    text-decoration: none;
    color: #818181;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem
}

.header.type-3 .header-middle .header-middle-entry .account li a:before {
    position: absolute;
    left: 0;
    color: #d5d5d6;
    content: "";
    font-family: "fontello";
    font-size: 0.8125rem
}

.header.type-3 .header-middle .header-middle-entry .account li.user a:before {
    content: ""
}

.header.type-3 .header-middle .header-middle-entry .account li.lock a:before {
    content: ""
}

.header.type-3 .header-middle .header-middle-entry .account li:hover a {
    color: #f08714
}

.header.type-3 .header-middle .header-middle-entry .logo h1 a {
    color: #fff
}

.header.type-3 .header-middle .header-middle-entry .logo h1 a b {
    color: #b4b4b4
}

.header.type-3 .header-middle .header-middle-entry .account li a {
    color: #fff
}

.header.type-3 .header-bottom .navigation .donate {
    z-index: 11;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 0.75rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in
}

.header.type-3 .header-bottom .navigation .donate:hover {
    background-color: #b4142b
}

.header.type-4 {
    background-color: #f5f5f5
}

.header.type-4 .header-top {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: relative
}

.header.type-4 .header-top .social-icons {
    float: right;
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.header.type-4 .header-top .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0;
    margin-bottom: 0
}

.header.type-4 .header-top .social-icons li a {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    text-align: center
}

.header.type-4 .header-top .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background-color: transparent;
    color: #b4b4b4;
    content: "";
    font-family: 'fontello';
    font-size: 0.8125rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.header.type-4 .header-top .social-icons li.twitter a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.header.type-4 .header-top .social-icons li.facebook a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.header.type-4 .header-top .social-icons li.linkedin a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.header.type-4 .header-top .social-icons li.rss a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.header.type-4 .header-top .social-icons li.pinterest a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.header.type-4 .header-top .social-icons li.gplus a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.header.type-4 .header-top .social-icons li.instagram a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.header.type-4 .header-top .social-icons li.dribbble a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.header.type-4 .header-top .social-icons li.dropbox a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.header.type-4 .header-top .social-icons li.youtube a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.header.type-4 .header-top .social-icons li.blogger a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.header.type-4 .header-top .social-icons li.evernote a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.header.type-4 .header-top .social-icons li.behance a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.header.type-4 .header-top .social-icons li.skype a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.header.type-4 .header-top .social-icons li.vimeo a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.header.type-4 .header-top .social-icons li.digg a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.header.type-4 .header-top .social-icons li.appstore a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.header.type-4 .header-top .social-icons li.wordpress a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.header.type-4 .header-top .social-icons li.stubleupon a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.header.type-4 .header-top .social-icons li.deviantart a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.header.type-4 .header-top .social-icons li.github a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.header.type-4 .header-top .social-icons li.email a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.header.type-4 .header-top .social-icons li.cv a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.header.type-4 .header-top .social-icons li.flickr a:before {
    content: ""
}

.header.type-4 .header-top .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.header.type-4 .header-middle {
    background-color: #fff;
}

.header.type-4 .header-middle .header-middle-entry {
    text-align: justify;
    position: relative;
    vertical-align: middle
}

.header.type-4 .header-middle .header-middle-entry:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    content: ""
}

.header.type-4 .header-middle .header-middle-entry>* {
    display: inline-block
}

.header.type-4 .header-middle .header-middle-entry .logo {
    position: relative;
    padding: 1.25rem 0
}

.header.type-4 .header-middle .header-middle-entry .logo h1 {
    margin: 0
}

.header.type-4 .header-middle .header-middle-entry .logo h1 a {
    color: #262626;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 2.125rem;
    font-weight: bold
}

.header.type-4 .header-middle .header-middle-entry .logo h1 a b {
    color: #787777
}

.header.type-4 .header-middle .header-middle-entry .account {
    position: relative;
    vertical-align: bottom;
    padding-right: 10.3125rem;
    padding-bottom: 0.875rem
}

.header.type-4 .header-middle .header-middle-entry .account>* {
    margin: 0;
    display: inline-block
}

.header.type-4 .header-middle .header-middle-entry .account li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding: 0 1.25rem 0 1.0625rem;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.header.type-4 .header-middle .header-middle-entry .account li a {
    text-decoration: none;
    color: #818181;
    font-family: "Roboto", sans-serif;
    font-size: 0.8125rem
}

.header.type-4 .header-middle .header-middle-entry .account li a:before {
    position: absolute;
    left: 0;
    color: #d5d5d6;
    content: "";
    font-family: "fontello";
    font-size: 0.8125rem
}

.header.type-4 .header-middle .header-middle-entry .account li.user a:before {
    content: ""
}

.header.type-4 .header-middle .header-middle-entry .account li.lock a:before {
    content: ""
}

.header.type-4 .header-middle .header-middle-entry .account li:hover a {
    color: #f08714
}

.header.type-4 .header-bottom {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.header.type-4 .header-bottom .navigation {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 3px #d8d8d8;
    -moz-box-shadow: 0 1px 3px #d8d8d8;
    -ms-box-shadow: 0 1px 3px #d8d8d8;
    box-shadow: 0 1px 3px #d8d8d8
}

.header.type-4 .header-bottom .navigation:before {
    position: absolute;
    bottom: 18px;
    left: 3px;
    right: auto;
    width: 52%;
    top: 61%;
    max-width: 300px;
    background: #6e6e6e;
    content: "";
    -webkit-box-shadow: 0 16px 6px #6e6e6e;
    -moz-box-shadow: 0 16px 6px #6e6e6e;
    -ms-box-shadow: 0 16px 6px #6e6e6e;
    box-shadow: 0 16px 6px #6e6e6e;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.header.type-4 .header-bottom .navigation:after {
    position: absolute;
    bottom: 18px;
    right: 3px;
    left: auto;
    width: 52%;
    top: 61%;
    max-width: 300px;
    background: #6e6e6e;
    content: "";
    -webkit-box-shadow: 0 16px 6px #6e6e6e;
    -moz-box-shadow: 0 16px 6px #6e6e6e;
    -ms-box-shadow: 0 16px 6px #6e6e6e;
    box-shadow: 0 16px 6px #6e6e6e;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.header.type-4 .header-bottom .navigation .donate {
    z-index: 11;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 0.75rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease, background 0.35s ease-in
}

.header.type-4 .header-bottom .navigation .donate:hover {
    background-color: #b4142b
}

.header.type-4 .header-top {
    background-color: rgba(0, 0, 0, 0.6)
}

.header .donate {
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 1px;
    z-index: 12;
    padding: 0.875rem 2.5rem;
    background-color: #f08714;
    font-weight: 600;
    text-transform: uppercase;
    border-color: transparent;
    -webkit-transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
    -moz-transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
    -ms-transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85);
    transition: padding 0.3s cubic-bezier(1, 0.005, 0, 1.85)
}

.header .donate:hover {
    padding: 1.25rem 2.5rem 1.5625rem
}

.header.shrink-bottom-line .header-bottom {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease
}

.header.shrink-bottom-line .header-bottom .navigation>div>ul>li:hover>.sub-menu,
.header.shrink-bottom-line .header-bottom .navigation>div>ul>li:hover>ul,
.header.shrink-bottom-line .header-bottom .navigation>div>ul>li.is-mega-menu:hover .mega-menu {
    -webkit-transform: translateY(-17px);
    transform: translateY(-17px)
}

.header.shrink-bottom-line .header-bottom .navigation>div>ul>li>a {
    padding: 0.5rem 1.5625rem;
    -webkit-transition: padding 0.35s ease;
    -moz-transition: padding 0.35s ease;
    -ms-transition: padding 0.35s ease;
    transition: padding 0.35s ease
}

.header.shrink-bottom-line .header-bottom .navigation>div>ul>li>a:before {
    top: 14px
}

.header.shrink-bottom-line .header-bottom .navigation .donate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
    -moz-transition: -moz-transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
    -ms-transition: transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in;
    transition: transform 0.35s ease-in-out 0.2s, opacity 0.35s ease 0.2s, background 0.35s ease-in
}

.logged-in #header.header.shrink-bottom-line .header-bottom {
    top: 32px
}

.not-ie .header-middle-entry {
    font: 0/0 a
}

@media screen and (min-width: 0\0) {
    .not-ie .header-middle-entry {
        font-size: 14px
    }
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul,
.header-bottom nav.navigation>.menu>ul>li>.sub-menu li>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>.sub-menu li>ul,
.header-bottom nav.navigation>.menu>ul>li>ul li>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>ul li>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li>ul {
    position: absolute;
    display: block;
    background-color: #fff;
    width: 250px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
    -ms-transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
    transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li a,
.header-bottom nav.navigation>.menu>ul>li>ul li a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li a,
.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li>a {
    display: block;
    color: #787777;
    line-height: 1;
    font-family: "Roboto";
    font-size: 0.9375rem;
    -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    -ms-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li a img,
.header-bottom nav.navigation>.menu>ul>li>ul li a img,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li a img,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li a img,
.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li>a img,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li>a img {
    display: block;
    margin-top: 0.625rem
}

.header-bottom {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #fff;
    -moz-box-shadow: 0 1px 3px #fff;
    -ms-box-shadow: 0 1px 3px #fff;
    box-shadow: 0 1px 3px #fff
}

.header-bottom nav {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1000
}

.header-bottom nav.navigation>.menu,
.header-bottom nav.navigation>.menu-primary-menu-container {
    display: inline-block
    margin-left: 15%;
}

.header-bottom nav.navigation>.menu:before,
.header-bottom nav.navigation>.menu-primary-menu-container:before {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: 10;
    background-color: #fff
}

.header-bottom nav.navigation>.menu>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 0;
    z-index: 10
}

.header-bottom nav.navigation>.menu>ul>li,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li {
    position: relative;
    display: inline-block
}

.header-bottom nav.navigation>.menu>ul>li>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>a {
    position: relative;
    display: block;
    margin:0;
    color: #424246;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    font-family: "Roboto";
    font-size: 0.9375rem;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out
}

.header-bottom nav.navigation>.menu>ul>li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>a:before {
    position: absolute;
    display: block;
    top: 22px;
    left: -1px;
    width: 1px;
    height: 15px;
    background-color: #d5d5d6;
    content: "";
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.header-bottom nav.navigation>.menu>ul>li:hover>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover>a:before {
    left: 0
}

.header-bottom nav.navigation>.menu>ul>li:hover>a,
.header-bottom nav.navigation>.menu>ul>li:hover>a:after,
.header-bottom nav.navigation>.menu>ul>li:hover>a:before,
.header-bottom nav.navigation>.menu>ul>li:hover+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover>a:after,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover+li>a:before {
    background-color: #f08714;
    color: #fff
}

.header-bottom nav.navigation>.menu>ul>li:first-child>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:first-child>a:before {
    display: none
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul {
    top: 64px;
    left: 0
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li,
.header-bottom nav.navigation>.menu>ul>li>ul li,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li {
    list-style: none;
    position: relative;
    color: #787777;
    padding: 0.75rem 1.5625rem;
    cursor: pointer;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
    -webkit-transition: background-color 0.35s ease;
    -moz-transition: background-color 0.35s ease;
    -ms-transition: background-color 0.35s ease;
    transition: background-color 0.35s ease
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li:first-child,
.header-bottom nav.navigation>.menu>ul>li>ul li:first-child,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li:first-child,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li:first-child {
    -webkit-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75)
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li:hover,
.header-bottom nav.navigation>.menu>ul>li>ul li:hover,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li:hover,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li:hover {
    background-color: #f9f9f9
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li:hover>a,
.header-bottom nav.navigation>.menu>ul>li>ul li:hover>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li:hover>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li:hover>a {
    color: #f08714
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li.menu_item_icon>a,
.header-bottom nav.navigation>.menu>ul>li>ul li.menu_item_icon>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li.menu_item_icon>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li.menu_item_icon>a {
    padding-left: 0.9375rem
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li.menu_item_icon>a i,
.header-bottom nav.navigation>.menu>ul>li>ul li.menu_item_icon>a i,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li.menu_item_icon>a i,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li.menu_item_icon>a i {
    position: absolute;
    left: 10px
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>.sub-menu li>ul,
.header-bottom nav.navigation>.menu>ul>li>ul li>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>ul li>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li>ul {
    top: 0px;
    left: 100%
}

.header-bottom nav.navigation>.menu>ul>li>.sub-menu li:hover>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>.sub-menu li:hover>ul,
.header-bottom nav.navigation>.menu>ul>li>ul li:hover>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li>ul li:hover>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li:hover>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>.sub-menu li:hover>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li:hover>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu {
    position: absolute;
    top: 64px;
    left: 0;
    background-color: #fff;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
    -ms-transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease;
    transition: transform 0.35s ease, opacity 0.2s ease, visibility 0.2s ease
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
    -ms-box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75);
    box-shadow: inset 0px 4px 8px -7px rgba(50, 50, 50, 0.75)
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu ul ul:not(.portfolio-filter),
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu ul ul:not(.portfolio-filter) {
    list-style: none;
    position: relative;
    left: 0;
    display: block;
    width: 250px;
    margin: 0
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul {
    display: table;
    list-style: none;
    width: auto;
    margin: 0
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul>li,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul>li {
    top: 0;
    display: table-cell;
    vertical-align: top;
    height: auto;
    list-style: none
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul>li>span,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul>li>span {
    display: block;
    padding: 0.75rem 1.5625rem;
    text-transform: uppercase;
    color: #787777;
    line-height: 1em;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    font-size: 0.875rem;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li {
    background-color: #fff;
    padding: 0.75rem 1.5625rem;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    -webkit-transition: background-color 0.35s ease-in-out;
    -moz-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li>a:hover,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li>a:hover {
    color: #f08714
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li:hover,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li:hover {
    background-color: #f9f9f9
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li.menu_item_icon>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li.menu_item_icon>a {
    padding-left: 0.9375rem
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu>ul li li.menu_item_icon>a i,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu>ul li li.menu_item_icon>a i {
    position: absolute;
    left: 10px
}

.header-bottom nav.navigation>.menu>ul>li .mega-menu .portfolio-paging .load-more,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .mega-menu .portfolio-paging .load-more {
    display: none !important
}

.header-bottom nav.navigation>.menu>ul>li.is-mega-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li.is-mega-menu {
    position: static
}

.header-bottom nav.navigation>.menu>ul>li:hover>.sub-menu,
.header-bottom nav.navigation>.menu>ul>li:hover>ul,
.header-bottom nav.navigation>.menu>ul>li.is-mega-menu:hover .mega-menu,
.header-bottom nav.navigation>.menu>ul>li.is-mega-menu:hover .mega-menu span,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover>.sub-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li:hover>ul,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li.is-mega-menu:hover .mega-menu,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li.is-mega-menu:hover .mega-menu span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    -ms-transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease, visibility 0.35s ease
}

.header-bottom nav.navigation>.menu>ul>li .current-menu-item,
.header-bottom nav.navigation>.menu>ul>li .current-menu-parent,
.header-bottom nav.navigation>.menu>ul>li .current-menu-ancestor,
.header-bottom nav.navigation>.menu>ul>li .current_page_item,
.header-bottom nav.navigation>.menu>ul>li .current_page_parent,
.header-bottom nav.navigation>.menu>ul>li .current_page_ancestor,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current-menu-item,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current-menu-parent,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current-menu-ancestor,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current_page_item,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current_page_parent,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current_page_ancestor {
    background-color: #f9f9f9 !important
}

.header-bottom nav.navigation>.menu>ul>li .current-menu-item>a,
.header-bottom nav.navigation>.menu>ul>li .current-menu-parent>a,
.header-bottom nav.navigation>.menu>ul>li .current-menu-ancestor>a,
.header-bottom nav.navigation>.menu>ul>li .current_page_item>a,
.header-bottom nav.navigation>.menu>ul>li .current_page_parent>a,
.header-bottom nav.navigation>.menu>ul>li .current_page_ancestor>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current-menu-item>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current-menu-parent>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current-menu-ancestor>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current_page_item>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current_page_parent>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>li .current_page_ancestor>a {
    color: #f08714 !important
}

.header-bottom nav.navigation>.menu>ul>.current-menu-item>a,
.header-bottom nav.navigation>.menu>ul>.current-menu-item>a:before,
.header-bottom nav.navigation>.menu>ul>.current-menu-parent>a,
.header-bottom nav.navigation>.menu>ul>.current-menu-parent>a:before,
.header-bottom nav.navigation>.menu>ul>.current-menu-ancestor>a,
.header-bottom nav.navigation>.menu>ul>.current-menu-ancestor>a:before,
.header-bottom nav.navigation>.menu>ul>.current_page_item>a,
.header-bottom nav.navigation>.menu>ul>.current_page_item>a:before,
.header-bottom nav.navigation>.menu>ul>.current_page_parent>a,
.header-bottom nav.navigation>.menu>ul>.current_page_parent>a:before,
.header-bottom nav.navigation>.menu>ul>.current_page_ancestor>a,
.header-bottom nav.navigation>.menu>ul>.current_page_ancestor>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-item>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-item>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-parent>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-parent>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-ancestor>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-ancestor>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_item>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_item>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_parent>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_parent>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_ancestor>a,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_ancestor>a:before {
    background-color: #f08714;
    color: #fff;
    left: 0
}

.header-bottom nav.navigation>.menu>ul>.current-menu-item+li>a:before,
.header-bottom nav.navigation>.menu>ul>.current-menu-parent+li>a:before,
.header-bottom nav.navigation>.menu>ul>.current-menu-ancestor+li>a:before,
.header-bottom nav.navigation>.menu>ul>.current_page_item+li>a:before,
.header-bottom nav.navigation>.menu>ul>.current_page_parent+li>a:before,
.header-bottom nav.navigation>.menu>ul>.current_page_ancestor+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-item+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-parent+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current-menu-ancestor+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_item+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_parent+li>a:before,
.header-bottom nav.navigation>.menu-primary-menu-container>ul>.current_page_ancestor+li>a:before {
    left: -1px;
    background-color: #f08714
}

.header-bottom nav.navigation>.menu>ul .arrowright,
.header-bottom nav.navigation>.menu-primary-menu-container>ul .arrowright {
    position: relative
}

.header-bottom nav.navigation>.menu>ul .arrowright:after,
.header-bottom nav.navigation>.menu-primary-menu-container>ul .arrowright:after {
    position: absolute;
    top: 6px;
    right: 12px;
    color: #c7c7c7;
    content: "";
    font-family: "fontello";
    font-size: 1rem
}

.header-bottom nav.navigation .search-form-nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 11;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #F5F5F5;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    transition: all 400ms
}

.header-bottom nav.navigation .search-form-nav fieldset {
    margin: 0;
    display: inline-block
}

.header-bottom nav.navigation .search-form-nav fieldset input[type=text] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    width: 0;
    right: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.header-bottom nav.navigation .search-form-nav fieldset input[type=text]:hover,
.header-bottom nav.navigation .search-form-nav fieldset input[type=text]:focus {
    padding: 1rem 1.125rem !important;
    width: 360px
}

.header-bottom nav.navigation .search-form-nav:hover input[type=text] {
    padding: 1rem 1.125rem !important;
    width: 360px
}

.responsive-nav-button {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #f08714;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 21px;
    font-family: "fontello";
    line-height: 40px;
    vertical-align: middle
}

.responsive-nav-button:after {
    content: "";
    color: #fff
}

.mobile-advanced {
    display: none
}

#wrapper #advanced-menu-hide {
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: -webkit-transform 0.5s ease 0.4s;
    -moz-transition: -moz-transform 0.5s ease 0.4s;
    -ms-transition: transform 0.5s ease 0.4s;
    transition: transform 0.5s ease 0.4s
}

.widget {
    margin-bottom: 1.875rem
}

.widget .widget-title {
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: "Roboto", serif;
    font-size: 1rem;
    font-weight: 400
}

#sidebar .widget .widget-title {
    background-color: #f08714;
    color: #fff;
    padding: 0.9375rem 1.25rem;
    /** PFLEG-20  */
    font-family: "Roboto";
    text-align: center
}


.widget p {
    color: #787777;
    font-size: 0.875rem
}

#footer .widget p {
    color: #959595
}

.widget.widget_subscription ul,
.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_latest_tweets ul,
.widget.widget_contacts ul,
.widget.widget_upcoming_events ul,
.widget.widget_archive ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_display_forums ul,
.widget.widget_display_topics ul,
.widget.widget_display_views ul,
.widget.widget_display_replies ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.widget.widget_categories li,
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_nav_menu li,
.widget.widget_meta li,
.widget.widget_display_forums li,
.widget.widget_display_topics li,
.widget.widget_display_views li,
.widget.widget_display_replies li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e9e9e9;
    padding: 0.4375rem 0
}

.widget.widget_categories li>a,
.widget.widget_archive li>a,
.widget.widget_pages li>a,
.widget.widget_nav_menu li>a,
.widget.widget_meta li>a,
.widget.widget_display_forums li>a,
.widget.widget_display_topics li>a,
.widget.widget_display_views li>a,
.widget.widget_display_replies li>a {
    color: #f08714
}

.widget.widget_categories li:hover>a,
.widget.widget_archive li:hover>a,
.widget.widget_pages li:hover>a,
.widget.widget_nav_menu li:hover>a,
.widget.widget_meta li:hover>a,
.widget.widget_display_forums li:hover>a,
.widget.widget_display_topics li:hover>a,
.widget.widget_display_views li:hover>a,
.widget.widget_display_replies li:hover>a {
    color: #959595
}

.widget.widget_categories li ul,
.widget.widget_archive li ul,
.widget.widget_pages li ul,
.widget.widget_nav_menu li ul,
.widget.widget_meta li ul,
.widget.widget_display_forums li ul,
.widget.widget_display_topics li ul,
.widget.widget_display_views li ul,
.widget.widget_display_replies li ul {
    padding-left: 1.25rem
}

.widget.widget_categories li ul li:first-of-type,
.widget.widget_archive li ul li:first-of-type,
.widget.widget_pages li ul li:first-of-type,
.widget.widget_nav_menu li ul li:first-of-type,
.widget.widget_meta li ul li:first-of-type,
.widget.widget_display_forums li ul li:first-of-type,
.widget.widget_display_topics li ul li:first-of-type,
.widget.widget_display_views li ul li:first-of-type,
.widget.widget_display_replies li ul li:first-of-type {
    padding-top: 0.4375rem !important
}

.widget.widget_categories li ul li:last-of-type,
.widget.widget_archive li ul li:last-of-type,
.widget.widget_pages li ul li:last-of-type,
.widget.widget_nav_menu li ul li:last-of-type,
.widget.widget_meta li ul li:last-of-type,
.widget.widget_display_forums li ul li:last-of-type,
.widget.widget_display_topics li ul li:last-of-type,
.widget.widget_display_views li ul li:last-of-type,
.widget.widget_display_replies li ul li:last-of-type {
    border-bottom: none !important
}

.widget.widget_categories li:last-of-type,
.widget.widget_archive li:last-of-type,
.widget.widget_pages li:last-of-type,
.widget.widget_nav_menu li:last-of-type,
.widget.widget_meta li:last-of-type,
.widget.widget_display_forums li:last-of-type,
.widget.widget_display_topics li:last-of-type,
.widget.widget_display_views li:last-of-type,
.widget.widget_display_replies li:last-of-type {
    border-bottom: none
}

#footer .widget.widget_categories li:first-of-type,
#footer .widget.widget_archive li:first-of-type,
#footer .widget.widget_pages li:first-of-type,
#footer .widget.widget_nav_menu li:first-of-type,
#footer .widget.widget_meta li:first-of-type,
#footer .widget.widget_display_forums li:first-of-type,
#footer .widget.widget_display_topics li:first-of-type,
#footer .widget.widget_display_views li:first-of-type,
#footer .widget.widget_display_replies li:first-of-type {
    padding-top: 0
}

#footer .widget.widget_categories li,
#footer .widget.widget_archive li,
#footer .widget.widget_pages li,
#footer .widget.widget_nav_menu li,
#footer .widget.widget_meta li,
#footer .widget.widget_display_forums li,
#footer .widget.widget_display_topics li,
#footer .widget.widget_display_views li,
#footer .widget.widget_display_replies li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #575758
}

#footer .widget.widget_categories li>a,
#footer .widget.widget_archive li>a,
#footer .widget.widget_pages li>a,
#footer .widget.widget_nav_menu li>a,
#footer .widget.widget_meta li>a,
#footer .widget.widget_display_forums li>a,
#footer .widget.widget_display_topics li>a,
#footer .widget.widget_display_views li>a,
#footer .widget.widget_display_replies li>a {
    color: #f08714
}

#footer .widget.widget_categories li:hover>a,
#footer .widget.widget_archive li:hover>a,
#footer .widget.widget_pages li:hover>a,
#footer .widget.widget_nav_menu li:hover>a,
#footer .widget.widget_meta li:hover>a,
#footer .widget.widget_display_forums li:hover>a,
#footer .widget.widget_display_topics li:hover>a,
#footer .widget.widget_display_views li:hover>a,
#footer .widget.widget_display_replies li:hover>a {
    color: #959595
}

.widget.widget_categories i,
.widget.widget_archive i,
.widget.widget_pages i,
.widget.widget_nav_menu i,
.widget.widget_meta i,
.widget.widget_display_forums i,
.widget.widget_display_topics i,
.widget.widget_display_views i,
.widget.widget_display_replies i {
    font-size: 1.25rem
}

#sidebar .widget.widget_categories .widget-title,
#sidebar .widget.widget_archive .widget-title,
#sidebar .widget.widget_pages .widget-title,
#sidebar .widget.widget_nav_menu .widget-title,
#sidebar .widget.widget_meta .widget-title,
#sidebar .widget.widget_display_forums .widget-title,
#sidebar .widget.widget_display_topics .widget-title,
#sidebar .widget.widget_display_views .widget-title,
#sidebar .widget.widget_display_replies .widget-title {
    margin-bottom: 0
}

#sidebar .widget.widget_categories>ul,
#sidebar .widget.widget_categories>div,
#sidebar .widget.widget_archive>ul,
#sidebar .widget.widget_archive>div,
#sidebar .widget.widget_pages>ul,
#sidebar .widget.widget_pages>div,
#sidebar .widget.widget_nav_menu>ul,
#sidebar .widget.widget_nav_menu>div,
#sidebar .widget.widget_meta>ul,
#sidebar .widget.widget_meta>div,
#sidebar .widget.widget_display_forums>ul,
#sidebar .widget.widget_display_forums>div,
#sidebar .widget.widget_display_topics>ul,
#sidebar .widget.widget_display_topics>div,
#sidebar .widget.widget_display_views>ul,
#sidebar .widget.widget_display_views>div,
#sidebar .widget.widget_display_replies>ul,
#sidebar .widget.widget_display_replies>div {
    padding: 1.25rem
}

.widget.widget_recent_entries li {
    padding: 1.25rem;
    margin-bottom: 0.625rem;
    background-color: #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.widget.widget_recent_entries li a {
    color: #262626;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 0.3125rem;
    display: block
}

.widget.widget_recent_entries li .post-date {
    color: #b4b4b4;
    display: block;
    position: relative;
    padding-left: 0.9375rem;
    font-size: 0.75rem
}

.widget.widget_recent_entries li .post-date:before {
    position: absolute;
    content: '\ec30';
    top: 0;
    left: 0;
    color: #787777;
    font-size: 0.75rem;
    font-family: "fontello"
}

.widget.widget_recent_entries li:hover {
    background-color: #f08714
}

.widget.widget_recent_entries li:hover a {
    color: #fff
}

.widget.widget_recent_entries li:hover .post-date {
    color: #fff
}

.widget.widget_recent_entries li:hover .post-date:before {
    color: rgba(250, 250, 250, 0.7)
}

#footer .widget.widget_recent_entries li {
    background-color: #343436
}

#footer .widget.widget_recent_entries li a {
    color: #959595
}

#footer .widget.widget_recent_entries li .post-date {
    color: #787777
}

#footer .widget.widget_recent_entries li:hover {
    background-color: #f08714
}

#footer .widget.widget_recent_entries li:hover a {
    color: #fff
}

#footer .widget.widget_recent_entries li:hover .post-date {
    color: #fff
}

#footer .widget.widget_recent_entries li:hover .post-date:before {
    color: rgba(250, 250, 250, 0.7)
}

.widget.widget_social .social-icons {
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.widget.widget_social .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem
}

.widget.widget_social .social-icons li a {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
    text-align: center
}

.widget.widget_social .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #343436;
    color: #b4b4b4;
    content: "";
    font-family: 'fontello';
    font-size: 1.25rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.widget.widget_social .social-icons li.twitter a:before {
    content: ""
}

.widget.widget_social .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.widget.widget_social .social-icons li.facebook a:before {
    content: ""
}

.widget.widget_social .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.widget.widget_social .social-icons li.linkedin a:before {
    content: ""
}

.widget.widget_social .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.widget.widget_social .social-icons li.rss a:before {
    content: ""
}

.widget.widget_social .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.widget.widget_social .social-icons li.pinterest a:before {
    content: ""
}

.widget.widget_social .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.widget.widget_social .social-icons li.gplus a:before {
    content: ""
}

.widget.widget_social .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.widget.widget_social .social-icons li.instagram a:before {
    content: ""
}

.widget.widget_social .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.widget.widget_social .social-icons li.dribbble a:before {
    content: ""
}

.widget.widget_social .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.widget.widget_social .social-icons li.dropbox a:before {
    content: ""
}

.widget.widget_social .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.widget.widget_social .social-icons li.youtube a:before {
    content: ""
}

.widget.widget_social .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.widget.widget_social .social-icons li.blogger a:before {
    content: ""
}

.widget.widget_social .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.widget.widget_social .social-icons li.evernote a:before {
    content: ""
}

.widget.widget_social .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.widget.widget_social .social-icons li.behance a:before {
    content: ""
}

.widget.widget_social .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.widget.widget_social .social-icons li.skype a:before {
    content: ""
}

.widget.widget_social .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.widget.widget_social .social-icons li.vimeo a:before {
    content: ""
}

.widget.widget_social .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.widget.widget_social .social-icons li.digg a:before {
    content: ""
}

.widget.widget_social .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.widget.widget_social .social-icons li.appstore a:before {
    content: ""
}

.widget.widget_social .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.widget.widget_social .social-icons li.wordpress a:before {
    content: ""
}

.widget.widget_social .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.widget.widget_social .social-icons li.stubleupon a:before {
    content: ""
}

.widget.widget_social .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.widget.widget_social .social-icons li.deviantart a:before {
    content: ""
}

.widget.widget_social .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.widget.widget_social .social-icons li.github a:before {
    content: ""
}

.widget.widget_social .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.widget.widget_social .social-icons li.email a:before {
    content: ""
}

.widget.widget_social .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.widget.widget_social .social-icons li.cv a:before {
    content: ""
}

.widget.widget_social .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.widget.widget_social .social-icons li.flickr a:before {
    content: ""
}

.widget.widget_social .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.widget.widget_social .social-icons>li:nth-child(7n) {
    margin-right: 0
}

#sidebar .widget.widget_social .social-icons {
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

#sidebar .widget.widget_social .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0.4375rem;
    margin-bottom: 0.4375rem
}

#sidebar .widget.widget_social .social-icons li a {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
    text-align: center
}

#sidebar .widget.widget_social .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #fff;
    color: #b4b4b4;
    content: "";
    font-family: 'fontello';
    font-size: 1.25rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

#sidebar .widget.widget_social .social-icons li.twitter a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.facebook a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.linkedin a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.rss a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.pinterest a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.gplus a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.instagram a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.dribbble a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.dropbox a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.youtube a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.blogger a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.evernote a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.behance a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.skype a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.vimeo a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.digg a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.appstore a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.wordpress a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.stubleupon a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.deviantart a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.github a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.email a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.cv a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

#sidebar .widget.widget_social .social-icons li.flickr a:before {
    content: ""
}

#sidebar .widget.widget_social .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

#sidebar .widget.widget_social .social-icons>li:nth-child(7n) {
    margin-right: 0
}

#sidebar .widget.widget_categories .widget-title {
    display: none
}

#sidebar .widget.widget_categories ul:not(.children) {
    position: relative;
    background-color: #f08714;
    padding: 0.9375rem 1.25rem
}

#sidebar .widget.widget_categories ul:not(.children) ul {
    padding-left: 0.9375rem
}

#sidebar .widget.widget_categories ul:not(.children) ul li:after {
    display: none
}

#sidebar .widget.widget_categories ul:not(.children) li {
    position: relative;
    padding: 0.375rem 0;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgba(250, 250, 250, 0.2)
}

#sidebar .widget.widget_categories ul:not(.children) li:after {
    position: absolute;
    top: 4px;
    right: 0;
    font-family: "fontello";
    font-size: 1rem;
    color: #fff;
    content: '\eb4d';
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
    -ms-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease
}

#sidebar .widget.widget_categories ul:not(.children) li:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#sidebar .widget.widget_categories ul:not(.children) li:last-child {
    border-bottom: none
}

#sidebar .widget.widget_categories ul:not(.children) li a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
    -ms-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease
}

#sidebar .widget.widget_categories ul:not(.children) li:hover a {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

#sidebar .widget.widget_categories ul:not(.children) li:hover ul li a {
    -webkit-transform: none;
    transform: none
}

#sidebar .widget.widget_categories ul:not(.children):after {
    bottom: 15px;
    right: 6px;
    left: auto;
    width: 50%;
    height: 30px;
    max-width: 300px;
    background: #7e7e7e;
    z-index: -1;
    position: absolute;
    content: "";
    -webkit-box-shadow: 0 16px 6px #7e7e7e;
    -moz-box-shadow: 0 16px 6px #7e7e7e;
    -ms-box-shadow: 0 16px 6px #7e7e7e;
    box-shadow: 0 16px 6px #7e7e7e;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.widget.widget_accordion ul.accordion {
    margin-left: 0
}

.widget.widget_accordion ul.accordion .accordion-navigation {
    position: relative;
    margin-bottom: 0.3125rem !important;
    list-style: none
}

.widget.widget_accordion ul.accordion .accordion-navigation:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    -ms-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger {
    position: relative;
    display: block;
    width: 100%;
    color: #262626;
    background-color: #fff;
    padding: 0.9375rem 1.25rem 1.125rem;
    font-size: 1rem;
    line-height: 1;
    -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:before,
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:after {
    position: absolute;
    background-color: #f08714;
    content: "";
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: -webkit-transform 0.35s ease, background-color 0.35s ease-in;
    -moz-transition: -moz-transform 0.35s ease, background-color 0.35s ease-in;
    -ms-transition: transform 0.35s ease, background-color 0.35s ease-in;
    transition: transform 0.35s ease, background-color 0.35s ease-in
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:before {
    top: 15px;
    right: 20px;
    width: 5px;
    height: 19px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:after {
    top: 22px;
    right: 13px;
    width: 19px;
    height: 5px
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover,
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active {
    color: #fff;
    background-color: #f08714
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:before,
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:after,
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:before,
.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:after {
    background-color: #fff
}

.widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:before {
    -webkit-transform: scaleY(0);
    transform: scale(0)
}

#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger {
    color: #959595;
    background-color: #343436;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:before,
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:after {
    background-color: #f08714
}

#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover,
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active {
    color: #fff;
    background-color: #f08714
}

#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:before,
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger:hover:after,
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:before,
#footer .widget.widget_accordion ul.accordion .accordion-navigation .acc-trigger.active:after {
    background-color: #343436
}

.widget.widget_accordion ul.accordion .accordion-navigation .content {
    display: none;
    background-color: #fff;
    padding: 1.5625rem 1.25rem;
    -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8)
}

#footer .widget.widget_accordion ul.accordion .accordion-navigation .content {
    background-color: #343436;
    -webkit-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
    -moz-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
    -ms-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
    box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7)
}

.widget.widget_tag_cloud a {
    display: inline-block;
    margin-bottom: 0.25rem;
    padding: 0.3125rem 0.9375rem;
    color: #262626;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem !important;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.widget.widget_tag_cloud a:hover {
    color: #fff;
    background-color: #f08714
}

#footer .widget.widget_tag_cloud a {
    color: #959595;
    background-color: #343436;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

#footer .widget.widget_tag_cloud a:hover {
    color: #fff;
    background-color: #f08714
}

.widget.widget_calendar #wp-calendar {
    width: 100%;
    color: #555555;
    text-align: center
}

.widget.widget_calendar #wp-calendar caption {
    margin-bottom: 1px;
    padding: 7px 0;
    color: #f08714;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Roboto"
}

.widget.widget_calendar #wp-calendar caption {
    background-color: #fff
}

.widget.widget_calendar #wp-calendar tbody td>a {
    background-color: #f08714;
    color: #fff
}

.widget.widget_calendar #wp-calendar th {
    padding: 1px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #cfcfd1;
    background: #fff;
    color: #606163;
    font-size: 0.875rem;
    font-family: "Roboto"
}

.widget.widget_calendar #wp-calendar caption,
.widget.widget_calendar #wp-calendar td,
.widget.widget_calendar #wp-calendar th {
    text-align: center
}

.widget.widget_calendar #wp-calendar tfoot td {
    padding: 7px 0;
    background: #fff
}

.widget.widget_calendar #wp-calendar tfoot #prev>a,
.widget.widget_calendar #wp-calendar tfoot #next>a {
    font-size: 0.75rem;
    font-family: "Roboto"
}

.widget.widget_calendar #wp-calendar tfoot #prev>a {
    padding: 1px 0 1px 30px
}

.widget.widget_calendar #wp-calendar tfoot #next>a {
    padding: 1px 30px 1px 0
}

.widget.widget_calendar #wp-calendar tbody td {
    height: 32px;
    line-height: 32px;
    color: #6d7a7e;
    font-size: 0.875rem;
    background-color: #e1e1e1;
    border: 1px solid #fff
}

.widget.widget_calendar #wp-calendar tbody td#today {
    background-color: #f08714;
    color: #fff;
    border: 1px solid #d2d2d4
}

.widget.widget_calendar #wp-calendar tbody td.pad {
    background-color: #f9fafb;
    color: #6d7a7e
}

.widget.widget_calendar #wp-calendar tbody td>a {
    display: block;
    color: #fff
}

.widget.widget_latest_tweets li {
    margin-bottom: 1.25rem;
    padding-left: 1.875rem
}

.widget.widget_latest_tweets li p {
    margin: 0
}

.widget.widget_latest_tweets li .tweet {
    position: relative
}

.widget.widget_latest_tweets li .tweet:before {
    position: absolute;
    content: '\effa';
    top: -0.375rem;
    left: -1.75rem;
    color: #787777;
    font-size: 1.25rem;
    font-family: "fontello"
}

.widget.widget_latest_tweets li .tweet a {
    color: #f08714
}

.widget.widget_latest_tweets li .tweet a:first-of-type {
    color: #787777
}

.widget.widget_latest_tweets li .tweet:hover:before {
    color: #8ad9f2;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.widget.widget_latest_tweets li .tweet:hover a {
    color: #959595
}

.widget.widget_latest_tweets li .tweet:hover a:first-of-type {
    color: #8ad9f2
}

.widget.widget_latest_tweets li .timePosted {
    color: #b4b4b4;
    font-size: 0.75rem;
    font-family: #787777
}

#footer .widget.widget_latest_tweets li .tweet a {
    color: #f08714
}

#footer .widget.widget_latest_tweets li .tweet a:first-of-type {
    color: #959595
}

#footer .widget.widget_latest_tweets li .tweet:hover:before {
    color: #8ad9f2
}

#footer .widget.widget_latest_tweets li .tweet:hover a {
    color: #959595
}

#footer .widget.widget_latest_tweets li .tweet:hover a:first-of-type {
    color: #787777
}

#footer .widget.widget_latest_tweets li .timePosted {
    color: #787777
}

.widget.TMM_Flickr_Widget ul {
    list-style: none;
    margin: 0
}

.widget.TMM_Flickr_Widget ul li {
    display: inline-block;
    margin: 0 0.9375rem 0.9375rem 0
}

.widget.TMM_Flickr_Widget ul li img {
    display: block;
    -webkit-transition: opacity 0.35s ease;
    -moz-transition: opacity 0.35s ease;
    -ms-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease
}

.widget.TMM_Flickr_Widget ul li img:hover {
    opacity: 0.7
}

.widget.widget_likebox .widget-container>iframe {
    border: none !important
}

.widget.widget_likebox .widget-container>iframe body.plugin {
    background: transparent !important
}

.widget.widget_soonest_event .post-content {
    padding: 0 1.25rem
}

.widget.widget_video {
    position: relative;
    overflow: hidden
}

.widget.widget_video>div {
    display: flex
}

.widget.widget_video>div>iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    border: none
}

.widget.widget_video .widget-title {
    text-transform: none;
    width: 100%;
    height: auto;
    background-color: #343436 !important;
    text-align: center
}

.widget.widget_video * {
    outline: none
}

#footer .widget.widget_video .widget-title {
    margin-bottom: 0;
    padding: 0.9375rem 1.25rem
}

.widget.widget_metro_style {
    margin-bottom: 1.25rem
}

.widget.widget_metro_style .metro_container {
    margin: -0.625rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

.widget.widget_metro_style .metro_container li {
    overflow: hidden;
    -webkit-box-flex: 1 1 160px;
    -moz-box-flex: 1 1 160px;
    -webkit-flex: 1 1 160px;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
    position: relative;
    margin: 0.625rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s linear;
    -moz-transition: -moz-transform 0.5s linear;
    -ms-transition: transform 0.5s linear;
    transition: transform 0.5s linear
}

.widget.widget_metro_style .metro_container li:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

.widget.widget_metro_style .metro_container li a {
    display: table;
    padding: 1.25rem;
    position: relative;
    width: 100%;
    height: 145px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    overflow: hidden;
    line-height: 1.3
}

.widget.widget_metro_style .metro_container li a:not([class^="icon-"]) span {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.widget.widget_metro_style .metro_container li a span,
.widget.widget_metro_style .metro_container li a i {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    -webkit-transform: translate(-50%, -50%) scale(5);
    -moz-transform: translate(-50%, -50%) scale(5);
    -o-transform: translate(-50%, -50%) scale(5);
    -ms-transform: translate(-50%, -50%) scale(5);
    transform: translate(-50%, -50%) scale(5);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease
}

.widget.widget_metro_style .metro_container li a i {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    padding: 1.25rem
}

.widget.widget_metro_style .metro_container li a:hover:before {
    width: 100%;
    height: 100%;
    font-size: 15rem;
    opacity: 0
}

.widget.widget_metro_style .metro_container li a:hover span,
.widget.widget_metro_style .metro_container li a:hover i {
    opacity: 1
}

.widget.widget_metro_style .metro_container li a:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.widget.widget_metro_style .metro_container li a:hover:not([class^="icon-"]) span,
.widget.widget_metro_style .metro_container li a:hover[class^="icon-"] span {
    opacity: 0
}

.widget.widget_metro_style .metro_container li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 145px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    font-family: "fontello";
    font-size: 3.125rem;
    -webkit-transition: font-size 0.5s ease, opacity 0.5s ease;
    -moz-transition: font-size 0.5s ease, opacity 0.5s ease;
    -ms-transition: font-size 0.5s ease, opacity 0.5s ease;
    transition: font-size 0.5s ease, opacity 0.5s ease
}

.widget.widget_subscription p {
    font-size: 0.75rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #b4b4b4
}

.widget.widget_subscription .subscription-form .submit.middle {
    padding: 0.875rem 1.75rem
}

.widget.widget_subscription .subscription-form .submit.mail-icon:after {
    margin: -11px 0 0 -9px;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.widget.widget_subscription .subscription-form .submit.mail-icon:hover {
    background-color: #fff;
    border-color: transparent
}

.widget.widget_subscription .subscription-form .submit.mail-icon:hover:after {
    color: #f08714;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#footer .widget.widget_subscription p {
    color: #787777
}

.widget.widget_testimonials .testimonial blockquote p {
    color: rgba(20, 179, 228, 0.7);
    line-height: 1.5;
    font-size: 1.125rem;
    font-family: "PT Serif", serif;
    font-style: italic;
    margin-bottom: 0
}

.widget.widget_recent_posts .tabs-nav {
    margin-bottom: 1.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    justify-content: flex-start
}

.widget.widget_recent_posts .tabs-nav li {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.widget.widget_recent_posts .tabs-nav li h3,
.widget.widget_recent_posts .tabs-nav li .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title,
.widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title,
.widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title,
.widget.widget_recent_posts .tabs-nav li .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title,
.widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title,
.widget.widget_recent_posts .tabs-nav li .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title,
.widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title {
    color: #fff;
    background-color: #f08714;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-size: 1rem;
    padding: 1.125rem 0.3125rem;
    cursor: pointer;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.widget.widget_recent_posts .tabs-nav li h3:hover,
.widget.widget_recent_posts .tabs-nav li .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title:hover,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
.widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title:hover,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
.widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title:hover,
.post-list.two-cols .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
.widget.widget_recent_posts .tabs-nav li .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title:hover,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
.widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title:hover,
.medium-6>.post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
.widget.widget_recent_posts .tabs-nav li .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title:hover,
.medium-8>.post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
.widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title:hover,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li .entry-title:hover {
    background-color: #f08714
}

.widget.widget_recent_posts .tabs-nav li.active h3,
.widget.widget_recent_posts .tabs-nav li.active .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title,
.widget.widget_recent_posts .tabs-nav li.active .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title,
.widget.widget_recent_posts .tabs-nav li.active .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title,
.widget.widget_recent_posts .tabs-nav li.active .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title,
.widget.widget_recent_posts .tabs-nav li.active .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title,
.widget.widget_recent_posts .tabs-nav li.active .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title,
.widget.widget_recent_posts .tabs-nav li.active .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .widget.widget_recent_posts .tabs-nav li.active .entry-title {
    background-color: #f08714
}

#footer .widget.widget_recent_posts .tabs-nav li h3,
#footer .widget.widget_recent_posts .tabs-nav li .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title {
    color: #fff;
    background-color: #343436
}

#footer .widget.widget_recent_posts .tabs-nav li h3:hover,
#footer .widget.widget_recent_posts .tabs-nav li .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title:hover,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
#footer .widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title:hover,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
#footer .widget.widget_recent_posts .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title:hover,
.post-list.two-cols .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
#footer .widget.widget_recent_posts .tabs-nav li .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title:hover,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
#footer .widget.widget_recent_posts .tabs-nav li .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title:hover,
.medium-6>.post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
#footer .widget.widget_recent_posts .tabs-nav li .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title:hover,
.medium-8>.post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover,
#footer .widget.widget_recent_posts .tabs-nav li .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title:hover,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li .entry-title:hover {
    background-color: #f08714
}

#footer .widget.widget_recent_posts .tabs-nav li.active h3,
#footer .widget.widget_recent_posts .tabs-nav li.active .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li.active .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li.active .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li.active .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li.active .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li.active .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title,
#footer .widget.widget_recent_posts .tabs-nav li.active .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header #footer .widget.widget_recent_posts .tabs-nav li.active .entry-title {
    background-color: #f08714
}

.widget.widget_recent_posts .tabs-container .tab-content {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post {
    margin-bottom: 20px;
    background-color: #fff
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post {
    width: 105px;
    height: 80px;
    float: left
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-controls,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-controls {
    display: none !important
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-container,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-container {
    background-color: #000
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-container .mejs-layers .mejs-overlay-play,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-container .mejs-layers .mejs-overlay-play {
    height: 80px !important
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-media .mejs-container .mejs-layers .mejs-overlay-play .mejs-overlay-button,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .image-post .mejs-container .mejs-layers .mejs-overlay-play .mejs-overlay-button {
    margin-top: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-holder {
    display: table;
    padding: 10px 15px 5px
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-title {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 400
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-title a {
    color: #262626
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post p {
    color: #787777;
    margin: 0
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:before {
    content: ""
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:before {
    content: ""
}
.comments-link {
    display:none
}
.like-qty {
    display:none
}
.post-like {
    display:none
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span {
    color: #b4b4b4
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span:before {
    color: #787777
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover {
    background-color: #f08714
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .post-title a {
    color: #fff
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover p {
    color: rgba(250, 250, 250, 0.7)
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span {
    color: #fff !important
}

.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span:before {
    color: rgba(250, 250, 250, 0.7) !important
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post {
    background-color: #343436
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .post-title a {
    color: #959595
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post p {
    color: #787777
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span {
    color: #787777
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta a:before,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta span:before {
    color: #787777
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover {
    background-color: #f08714
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .post-title a {
    color: #fff
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover p {
    color: #787777
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span {
    color: #fff !important
}

#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta a:before,
#footer .widget.widget_recent_posts .tabs-container .tab-content .recent-post:hover .entry-meta span:before {
    color: rgba(250, 250, 250, 0.7) !important
}

.widget.widget_recent_posts .tabs-container .recent-comment {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px
}

.widget.widget_recent_posts .tabs-container .recent-comment .author-image {
    float: left;
    margin-right: 0.625rem
}

.widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-name {
    color: #b4b4b4;
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 5px
}

.widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-title {
    color: #262626;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-title a {
    color: #262626
}

.widget.widget_recent_posts .tabs-container .recent-comment .author-data p {
    color: rgba(20, 179, 228, 0.7);
    line-height: 1.5;
    font-size: 1.125rem;
    font-family: "PT Serif", serif;
    font-style: italic;
    margin-bottom: 0;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.widget.widget_recent_posts .tabs-container .recent-comment:hover {
    background-color: #f08714
}

.widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-name,
.widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-title {
    color: #fff
}

.widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data a {
    color: #fff
}

.widget.widget_recent_posts .tabs-container .recent-comment:hover p {
    color: #fff
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment {
    background-color: #343436
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-name {
    color: #787777
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment .author-data .author-title a {
    color: #959595
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment p {
    color: #959595
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover {
    background-color: #f08714
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-name {
    color: #fff
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover .author-data .author-title a {
    color: #fff
}

#footer .widget.widget_recent_posts .tabs-container .recent-comment:hover p {
    color: #fff
}

.widget.widget_contacts .contact-form .tmmFormStyling {
    width: 100%
}

.widget.widget_upcoming_events ul li {
    margin-bottom: 1.875rem;
    list-style: none
}

.widget.widget_upcoming_events ul li .event-container {
    position: relative;
    min-height: 4.0625rem;
    padding: 0.625rem 1.25rem;
    background-color: #fff
}

.widget.widget_upcoming_events ul li .event-container .event-date {
    position: relative;
    display: block;
    float: left;
    text-align: center;
    top: -14px;
    left: -20px;
    width: 70px;
    height: 70px;
    padding-top: 0.875rem;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    background-color: #f08714;
    opacity: .9;
    z-index: 1
}

.widget.widget_upcoming_events ul li .event-container .event-date:after {
    position: absolute;
    top: 0;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #000000;
    content: ""
}

.widget.widget_upcoming_events ul li .event-container .event-date b {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 400
}

.widget.widget_upcoming_events ul li .event-container .event-media .item-overlay {
    display: none
}

.widget.widget_upcoming_events ul li .event-container .event-media img {
    width: 100%
}

.widget.widget_upcoming_events ul li .event-container .event-media .event-content.with-excerpt .event-title {
    margin-bottom: 1.375rem
}

.widget.widget_upcoming_events ul li .event-container .event-media .event-content .event-title {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400
}

.widget.widget_upcoming_events ul li .event-container .event-media .event-content .event-title a {
    color: #262626
}

.widget.widget_upcoming_events ul li .event-container .event-media .event-content .event-text {
    color: #787777
}

.widget.widget_upcoming_events ul li.has-thumb .event-container {
    min-height: 12.5rem;
    padding: 0;
    background-color: transparent
}

.widget.widget_upcoming_events ul li.has-thumb .event-container:hover .event-media .event-content.with-excerpt {
    -webkit-transform: translateY(-3.75rem);
    transform: translateY(-3.75rem)
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-date {
    position: absolute;
    top: -4px;
    left: 0
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media {
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.35s linear;
    -moz-transition: -moz-transform 0.35s linear;
    -ms-transition: transform 0.35s linear;
    transition: transform 0.35s linear
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .item-overlay {
    display: block
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-title {
    font-size: 1.2rem;
    color: #fff;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 0 !important;
    padding: 0.625rem 1.25rem;
    min-height: 3rem;
    opacity: 1;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-title a {
    color: #fff;
    z-index: 2
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3rem;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.35s linear;
    -moz-transition: -moz-transform 0.35s linear;
    -ms-transition: transform 0.35s linear;
    transition: transform 0.35s linear
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-content:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    opacity: .8;
    background-color: #f08714;
    z-index: 0;
    content: ""
}

.widget.widget_upcoming_events ul li.has-thumb .event-container .event-media .event-content .event-text {
    line-height: 1.3;
    position: relative;
    padding: 0 1.25rem 0.9375rem;
    color: #fff;
    z-index: 1
}

#footer .widget.widget_upcoming_events ul li:not(.has-thumb) .event-container {
    background-color: #343436
}

#footer .widget.widget_upcoming_events ul li:not(.has-thumb) .event-container .event-media .event-content .event-title a {
    color: #959595
}

#footer .widget.widget_upcoming_events ul li:not(.has-thumb) .event-container .event-media .event-content .event-text {
    color: #959595
}

.widget.widget_events_calendar .fc-header {
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", serif;
    font-size: 0.875rem;
    text-align: center;
    background-color: #f08714;
    margin-bottom: 10px;
    border: none
}

.widget.widget_events_calendar .fc-header .fc-button-prev,
.widget.widget_events_calendar .fc-header .fc-button-next,
.widget.widget_events_calendar .fc-header .fc-button-today,
.widget.widget_events_calendar .fc-header .fc-button-month,
.widget.widget_events_calendar .fc-header .fc-button-agendaWeek,
.widget.widget_events_calendar .fc-header .fc-button-agendaDay,
.widget.widget_events_calendar .fc-header .fc-button-today.fc-state-disabled:hover {
    color: #f08714
}

.widget.widget_events_calendar .fc-header .fc-button-prev:hover,
.widget.widget_events_calendar .fc-header .fc-button-next:hover,
.widget.widget_events_calendar .fc-header .fc-button-today:hover,
.widget.widget_events_calendar .fc-header .fc-button-month:hover,
.widget.widget_events_calendar .fc-header .fc-button-agendaWeek:hover,
.widget.widget_events_calendar .fc-header .fc-button-agendaDay:hover {
    background: #f08714;
    color: #fff
}

.widget.widget_events_calendar .fc-header .fc-header-title h2,
.widget.widget_events_calendar .fc-header .fc-header-title .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .widget.widget_events_calendar .fc-header .fc-header-title .entry-title,
.widget.widget_events_calendar .fc-header .fc-header-title .owl-item .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .widget.widget_events_calendar .fc-header .fc-header-title .entry-title,
.widget.widget_events_calendar .fc-header .fc-header-title .post.post-classic .entry-header .entry-title,
.post.post-classic .entry-header .widget.widget_events_calendar .fc-header .fc-header-title .entry-title {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto", serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.417em
}

.widget.widget_events_calendar .fc-header td {
    border: none;
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle
}

.widget.widget_events_calendar .fc-header .fc-button {
    margin-bottom: 0;
    height: 100%
}

.widget.widget_events_calendar .fc-header .fc-button-today {
    line-height: 38px
}

.widget.widget_events_calendar .fc-header .fc-text-arrow {
    line-height: 38px
}

.widget.widget_events_calendar .fc-content .fc-grid .fc-event {
    background: none;
    border: none
}

.widget.widget_events_calendar .fc-content .fc-grid .fc-event .fc-event-inner {
    text-align: center
}

.widget.widget_events_calendar .fc-content .fc-grid .fc-event .fc-event-inner .fc-event-time {
    display: none !important
}

.widget.widget_events_calendar .fc-content .fc-grid .fc-event .fc-event-inner .fc-event-title {
    display: block;
    text-align: left;
    font-weight: 400;
    font-size: 0.75rem
}

.widget.widget_events_calendar .fc-content .fc-grid table {
    border: none;
    border-spacing: 1px;
    background-color: #fff
}

.widget.widget_events_calendar .fc-content .fc-grid table .fc-day-header {
    font-family: "Roboto", serif;
    font-size: 0.875rem;
    background: #fff;
    border: 1px solid #cfcfd1;
    padding: 4px;
    color: #787777
}

.widget.widget_events_calendar .fc-content .fc-grid table .fc-day {
    border: none;
    color: #6d7a7e;
    background-color: #e1e1e1;
    text-align: center;
    padding: 0 4px;
    font-size: 0.75rem;
    height: 40px
}

.widget.widget_events_calendar .fc-content .fc-grid table .fc-day.fc-other-month {
    color: #555;
    background-color: #fff
}

.widget.widget_events_calendar .fc-content .fc-grid table .fc-day.fc-state-highlight {
    color: #fff;
    background-color: #f08714
}

.widget.widget_events_calendar .fc-content .fc-grid table .fc-day .fc-day-number {
    padding: 2px 0 0
}

.widget.widget_events_calendar .fc-content .fc-grid table .fc-day .fc-day-content {
    padding: 0
}

.contact-form .input-block.type-input input[type="text"],
.contact-form .input-block.type-input input[type="email"],
.contact-form .input-block.type-input input[type="url"] {
    width: 60%
}

.contact-form .input-block select {
    width: 60%
}

.contact-form .input-block textarea {
    width: 100%;
    min-height: 245px
}

.contact-form .contact_form_capcha {
    margin-right: 20px
}

.our_contacts,
.our_timetable {
    font-size: 0.875rem
}

.our_contacts ul,
.our_timetable ul {
    margin: 0 0 1.5rem;
    list-style: none
}

.our_contacts dt,
.our_timetable dt {
    float: left;
    font-weight: normal;
    padding-right: 3px
}

.our_contacts dd,
.our_timetable dd {
    color: #ff615e;
    margin-bottom: 0.3125rem
}

ul.accordion {
    margin-left: 0
}

ul.accordion .accordion-navigation {
    position: relative;
    margin-bottom: 0.3125rem !important;
    list-style: none
}

ul.accordion .accordion-navigation:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    -webkit-transition: background-color 0.25s ease-in;
    -moz-transition: background-color 0.25s ease-in;
    -ms-transition: background-color 0.25s ease-in;
    transition: background-color 0.25s ease-in
}

ul.accordion .accordion-navigation .acc-trigger {
    position: relative;
    display: block;
    width: 100%;
    color: #262626;
    background-color: #fff;
    padding: 0.9375rem 3.125rem 1.125rem 1.25rem;
    font-size: 1rem;
    line-height: 1;
    -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

ul.accordion .accordion-navigation .acc-trigger:before,
ul.accordion .accordion-navigation .acc-trigger:after {
    position: absolute;
    background-color: #f08714;
    content: "";
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: -webkit-transform 0.35s ease, background-color 0.35s ease-in;
    -moz-transition: -moz-transform 0.35s ease, background-color 0.35s ease-in;
    -ms-transition: transform 0.35s ease, background-color 0.35s ease-in;
    transition: transform 0.35s ease, background-color 0.35s ease-in
}

ul.accordion .accordion-navigation .acc-trigger:before {
    top: 15px;
    right: 20px;
    width: 5px;
    height: 19px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

ul.accordion .accordion-navigation .acc-trigger:after {
    top: 22px;
    right: 13px;
    width: 19px;
    height: 5px
}

ul.accordion .accordion-navigation .acc-trigger:hover,
ul.accordion .accordion-navigation .acc-trigger.active {
    color: #fff;
    background-color: #f08714
}

ul.accordion .accordion-navigation .acc-trigger:hover:before,
ul.accordion .accordion-navigation .acc-trigger:hover:after,
ul.accordion .accordion-navigation .acc-trigger.active:before,
ul.accordion .accordion-navigation .acc-trigger.active:after {
    background-color: #fff
}

ul.accordion .accordion-navigation .acc-trigger.active:before {
    -webkit-transform: scaleY(0);
    transform: scale(0)
}

#footer ul.accordion .accordion-navigation .acc-trigger {
    color: #959595;
    background-color: #343436;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

#footer ul.accordion .accordion-navigation .acc-trigger:before,
#footer ul.accordion .accordion-navigation .acc-trigger:after {
    background-color: #f08714
}

#footer ul.accordion .accordion-navigation .acc-trigger:hover,
#footer ul.accordion .accordion-navigation .acc-trigger.active {
    color: #fff;
    background-color: #f08714
}

#footer ul.accordion .accordion-navigation .acc-trigger:hover:before,
#footer ul.accordion .accordion-navigation .acc-trigger:hover:after,
#footer ul.accordion .accordion-navigation .acc-trigger.active:before,
#footer ul.accordion .accordion-navigation .acc-trigger.active:after {
    background-color: #343436
}

ul.accordion .accordion-navigation .content {
    display: none;
    background-color: #fff;
    padding: 1.5625rem 1.25rem;
    -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8)
}

#footer ul.accordion .accordion-navigation .content {
    background-color: #343436;
    -webkit-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
    -moz-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
    -ms-box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7);
    box-shadow: 0 1px 3px rgba(20, 20, 20, 0.7)
}

.blockquote {
    text-align: center
}

.blockquote p {
    font-size: 1.75rem
}

.blockquote .quote-meta {
    text-transform: uppercase;
    font-size: small;
    color: #b4b4b4
}

.testimonial {
    position: relative;
    margin: 0 0 1.875rem;
    padding: 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd
}

.testimonial .author-thumb {
    float: left;
    margin-right: 2.5rem;
    margin-bottom: 0.625rem
}

.testimonial blockquote {
    display: table;
    margin: 0;
    padding: 0 0 0 0.625rem
}

.testimonial blockquote p {
    line-height: 1.2;
    font-weight: 400;
    font-size: 1.25rem
}

.testimonial blockquote:before {
    font-size: 2.875rem;
    top: -20px
}

.testimonial .quote-meta {
    position: relative;
    color: #b4b4b4;
    text-transform: uppercase;
    text-align: right;
    font-family: "Roboto";
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal
}

.dropcap,
.dropcap.type-2 {
    display: block;
    float: left;
    margin-right: 0.9375rem;
    margin-bottom: 0.5rem;
    width: 60px;
    height: 60px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    line-height: 60px;
    background-color: #f08714;
    color: #fff;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold
}

.dropcap.type-2 {
    background-color: transparent;
    color: #262626;
    line-height: 56px;
    padding-left: 0.8125rem;
    padding-right: 0.8125rem;
    border-width: 2px;
    border-color: #262626;
    border-style: solid
}

.highlight {
    background-color: #318dfd;
    color: #fff;
    padding: 0 0.1875rem
}

.block-with-icons {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around
}

.block-with-icons:before {
    position: absolute;
    bottom: 18px;
    left: 6px;
    right: auto;
    width: 52%;
    top: 61%;
    max-width: 300px;
    background: #6e6e6e;
    content: "";
    -webkit-box-shadow: 0 16px 6px #6e6e6e;
    -moz-box-shadow: 0 16px 6px #6e6e6e;
    -ms-box-shadow: 0 16px 6px #6e6e6e;
    box-shadow: 0 16px 6px #6e6e6e;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.block-with-icons:after {
    position: absolute;
    bottom: 18px;
    right: 6px;
    left: auto;
    width: 52%;
    top: 61%;
    max-width: 300px;
    background: #6e6e6e;
    content: "";
    -webkit-box-shadow: 0 16px 6px #6e6e6e;
    -moz-box-shadow: 0 16px 6px #6e6e6e;
    -ms-box-shadow: 0 16px 6px #6e6e6e;
    box-shadow: 0 16px 6px #6e6e6e;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
}

.block-with-icons li {
    position: relative;
    z-index: 1;
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: transparent;
    overflow: hidden;
    -webkit-box-flex: 1 1 380px;
    -moz-box-flex: 1 1 380px;
    -webkit-flex: 1 1 380px;
    -ms-flex: 1 1 380px;
    flex: 1 1 380px
}

.block-with-icons li:not(:last-child):before,
.block-with-icons li:not(:last-child):after {
    content: '';
    width: 1px;
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    top: 0;
    right: 0
}

.block-with-icons li:not(:last-child):before {
    right: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(195, 195, 195, 0.5)
}

.block-with-icons li:not(:last-child):after {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.5)
}

.block-with-icons li:last-child {
    border-right: none
}

.block-with-icons li a {
    display: block;
    padding: 5rem 1.25rem 2.5rem 1.25rem;
    text-align: center;
    background-color: #e1e1e1;
    position: relative;
    -webkit-transition: background-color 0.35s ease-out 0.1s;
    -moz-transition: background-color 0.35s ease-out 0.1s;
    -ms-transition: background-color 0.35s ease-out 0.1s;
    transition: background-color 0.35s ease-out 0.1s
}

.block-with-icons li a i {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -34px;
    color: #c3c3c4;
    content: "";
    z-index: 0;
    font-family: "fontello";
    font-size: 3rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
    -moz-transition: -moz-transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
    -ms-transition: transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out;
    transition: transform 0.35s ease-out, opacity 0.35s ease-out, color 0.35s ease-out
}

.block-with-icons li a h5 {
    position: relative;
    font-size: 1.875rem;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
    z-index: 1;
    -webkit-transition: color 0.35s ease-out 0.1s;
    -moz-transition: color 0.35s ease-out 0.1s;
    -ms-transition: color 0.35s ease-out 0.1s;
    transition: color 0.35s ease-out 0.1s
}

.block-with-icons li a span {
    position: relative;
    text-transform: uppercase;
    color: #4b4b4b;
    z-index: 1;
    font-family: "Roboto";
    font-size: 0.75rem;
    font-weight: normal;
    -webkit-transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
    -moz-transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
    -ms-transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s;
    transition: color 0.35s ease-out 0.1s, opacity 0.35s ease-out 0.1s
}

.block-with-icons li a:hover i {
    opacity: .4;
    color: #fff !important;
    -webkit-transform: scale(1.25) translateY(-5px);
    transform: scale(1.25) translateY(-5px)
}

.block-with-icons li a:hover h5 {
    color: #fff
}

.block-with-icons li a:hover span {
    color: #fff;
    opacity: .8
}

.list {
    margin-left: 0;
    list-style: none
}

.list li {
    position: relative;
    padding-left: 1.875rem
}

.list li:before {
    position: absolute;
    top: 6px;
    left: 0
}

.social-icons {
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0.125rem;
    margin-bottom: 0.3125rem
}

.social-icons li a {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
    text-align: center
}

.social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #d0d0d0;
    color: #fff;
    content: "";
    font-family: 'fontello';
    font-size: 1.25rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.social-icons li.twitter a:before {
    content: ""
}

.social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.social-icons li.facebook a:before {
    content: ""
}

.social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.social-icons li.linkedin a:before {
    content: ""
}

.social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.social-icons li.rss a:before {
    content: ""
}

.social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.social-icons li.pinterest a:before {
    content: ""
}

.social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.social-icons li.gplus a:before {
    content: ""
}

.social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.social-icons li.instagram a:before {
    content: ""
}

.social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.social-icons li.dribbble a:before {
    content: ""
}

.social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.social-icons li.dropbox a:before {
    content: ""
}

.social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.social-icons li.youtube a:before {
    content: ""
}

.social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.social-icons li.blogger a:before {
    content: ""
}

.social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.social-icons li.evernote a:before {
    content: ""
}

.social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.social-icons li.behance a:before {
    content: ""
}

.social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.social-icons li.skype a:before {
    content: ""
}

.social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.social-icons li.vimeo a:before {
    content: ""
}

.social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.social-icons li.digg a:before {
    content: ""
}

.social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.social-icons li.appstore a:before {
    content: ""
}

.social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.social-icons li.wordpress a:before {
    content: ""
}

.social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.social-icons li.stubleupon a:before {
    content: ""
}

.social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.social-icons li.deviantart a:before {
    content: ""
}

.social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.social-icons li.github a:before {
    content: ""
}

.social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.social-icons li.email a:before {
    content: ""
}

.social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.social-icons li.cv a:before {
    content: ""
}

.social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.social-icons li.flickr a:before {
    content: ""
}

.social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.transparent,
.info,
.notice,
.error,
.success {
    position: relative;
    display: block;
    margin-bottom: 0.625rem;
    width: 100%;
    padding: 1.25rem 0.625rem !important;
    text-transform: uppercase;
    font-size: 1rem;
    background-color: #f9f9f9;
    color: #262626;
    border-width: 2px;
    border-color: #e7e7e7;
    border-style: solid
}

.transparent .alert-close,
.info .alert-close,
.notice .alert-close,
.error .alert-close,
.success .alert-close {
    position: absolute;
    top: 5px;
    right: 0
}

.transparent .alert-close:after,
.info .alert-close:after,
.notice .alert-close:after,
.error .alert-close:after,
.success .alert-close:after {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #262626;
    content: "";
    font-family: "fontello";
    font-size: 1.25rem
}

.info {
    background-color: #a6deef;
    color: #f08714;
    border-color: #57c7e9
}

.info .alert-close:after {
    color: #f08714
}

.notice {
    background-color: #f9e4ba;
    color: #fec64d;
    border-color: #fbd47f
}

.notice .alert-close:after {
    color: #fec64d
}

.error {
    background-color: #f4c5c4;
    color: #f36d6a;
    border-color: #f49693
}

.error .alert-close:after {
    color: #f36d6a
}

.success {
    background-color: #9fe6d7;
    color: #00c99f;
    border-color: #49d6b9
}

.success .alert-close:after {
    color: #00c99f
}

.tabs-holder {
    margin-bottom: 1.875rem
}

.tabs-holder .tabs-nav {
    width: 100%;
    margin: 0;
    font-size: 0
}

.tabs-holder .tabs-nav li {
    position: relative;
    display: inline-block
}

.tabs-holder .tabs-nav li h3,
.tabs-holder .tabs-nav li .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title,
.tabs-holder .tabs-nav li .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title,
.tabs-holder .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title,
.tabs-holder .tabs-nav li .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title,
.tabs-holder .tabs-nav li .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title,
.tabs-holder .tabs-nav li .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title,
.tabs-holder .tabs-nav li .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title {
    position: relative;
    display: block;
    margin: 0 1px 1px 0;
    padding: 1.125rem 1.875rem;
    background-color: #e1e1e1;
    color: #262626;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 1rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.tabs-holder .tabs-nav li h3:hover,
.tabs-holder .tabs-nav li .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title:hover,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title:hover,
.tabs-holder .tabs-nav li .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title:hover,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li .entry-title:hover,
.tabs-holder .tabs-nav li .post-list.two-cols .post.post-classic .entry-header .entry-title:hover,
.post-list.two-cols .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover,
.tabs-holder .tabs-nav li .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title:hover,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover,
.tabs-holder .tabs-nav li .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title:hover,
.medium-6>.post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover,
.tabs-holder .tabs-nav li .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title:hover,
.medium-8>.post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover,
.tabs-holder .tabs-nav li .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title:hover,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .tabs-holder .tabs-nav li .entry-title:hover {
    color: #fff;
    background-color: #f08714
}

.tabs-holder .tabs-nav li.active h3,
.tabs-holder .tabs-nav li.active .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li.active .entry-title,
.tabs-holder .tabs-nav li.active .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .tabs-holder .tabs-nav li.active .entry-title,
.tabs-holder .tabs-nav li.active .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title,
.tabs-holder .tabs-nav li.active .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title,
.tabs-holder .tabs-nav li.active .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title,
.tabs-holder .tabs-nav li.active .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title,
.tabs-holder .tabs-nav li.active .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .tabs-holder .tabs-nav li.active .entry-title {
    color: #fff;
    background-color: #f08714
}

.tabs-holder #main[role="main"] .tabs-container {
    overflow: hidden;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd
}

.tabs-holder #main[role="main"] .tabs-container:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    content: ""
}

.tabs-holder .tab-content {
    display: none;
    padding: 1.5625rem 1.25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -moz-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    -ms-box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8);
    box-shadow: 0 1px 3px rgba(180, 180, 180, 0.8)
}

.tabs-holder .tab-content:first-child {
    display: block
}

.tooltip {
    position: relative
}

.tooltip b {
    position: absolute;
    display: block;
    bottom: 1.875rem;
    left: 50%;
    right: 50%;
    width: 150px;
    margin-left: -75px;
    max-width: 18.75rem;
    padding: 0.3125rem;
    background-color: #fff;
    color: #7e7e7e;
    font-size: 0.75rem;
    font-family: "Roboto";
    font-weight: normal;
    text-align: center;
    border: 1px solid #e2e2e2;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 0 3px 0 #e2e2e2;
    -moz-box-shadow: 0 0 3px 0 #e2e2e2;
    -ms-box-shadow: 0 0 3px 0 #e2e2e2;
    box-shadow: 0 0 3px 0 #e2e2e2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.tooltip b:after,
.tooltip b:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    content: "";
    border-style: solid;
    border-width: 10px
}

.tooltip b:before {
    border-color: #e2e2e2 transparent transparent
}

.tooltip b:after {
    margin-top: -1px;
    border-color: #fff transparent transparent
}

.tooltip:hover b {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.contact-map .google_map {
    width: 100%;
    height: 500px
}

.contact-details {
    font-size: 0.875rem
}

.contact-details h3,
.contact-details .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .contact-details .entry-title,
.contact-details .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .contact-details .entry-title,
.contact-details .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .contact-details .entry-title,
.contact-details .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .contact-details .entry-title,
.contact-details .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .contact-details .entry-title,
.contact-details .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .contact-details .entry-title,
.contact-details .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .contact-details .entry-title {
    color: #787777;
    text-transform: uppercase;
    font-size: 1rem
}

.contact-details p {
    padding-bottom: 1.875rem;
    position: relative
}

.contact-details p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../images/doted-border.png");
    content: ""
}

.iconbox {
    margin-bottom: 1.25rem
}

.iconbox:before,
.iconbox:after {
    content: " ";
    display: table
}

.iconbox:after {
    clear: both
}

.iconbox [class*="icon-"] {
    font-size: 45px;
    float: left;
    margin-right: 0.625rem
}

.iconbox .iconbox-entry {
    display: table
}

.iconbox .iconbox-entry h4,
.iconbox .iconbox-entry .post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .iconbox .iconbox-entry .entry-title,
.iconbox .iconbox-entry .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .iconbox .iconbox-entry .entry-title,
.iconbox .iconbox-entry .post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .iconbox .iconbox-entry .entry-title,
.iconbox .iconbox-entry .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .iconbox .iconbox-entry .entry-title,
.iconbox .iconbox-entry .post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .iconbox .iconbox-entry .entry-title,
.iconbox .iconbox-entry .medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .iconbox .iconbox-entry .entry-title,
.iconbox .iconbox-entry p {
    margin-bottom: 0.3125rem
}

.archive-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.archive-list li {
    padding: 0.4375rem 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e9e9e9
}

.archive-list li:hover>a {
    color: #959595
}

.subscription-form {
    position: relative
}

.subscription-form .row:first-of-type {
    margin-bottom: 1.25rem
}

.subscription-form .subscription_form_responce {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.subscription-form .subscription_form_responce ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.team-entry {
    margin-bottom: 1.875rem;
    padding-bottom: 0.625rem;
    border-bottom: 3px solid #262626
}

.team-entry .team-entry-image {
    margin-bottom: 1.25rem
}

.team-entry h4,
.team-entry .post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .team-entry .entry-title,
.team-entry .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .team-entry .entry-title,
.team-entry .post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .team-entry .entry-title,
.team-entry .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .team-entry .entry-title,
.team-entry .post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .team-entry .entry-title,
.team-entry .medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .team-entry .entry-title {
    text-transform: uppercase;
    margin-bottom: 0
}

.team-entry .team-position {
    color: #f08714;
    display: block;
    font-size: 0.75rem;
    margin-bottom: 0.9375rem
}

.team-entry .social-icons {
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.team-entry .social-icons:before,
.team-entry .social-icons:after {
    content: " ";
    display: table
}

.team-entry .social-icons:after {
    clear: both
}

.team-entry .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0;
    margin-bottom: 0.3125rem
}

.team-entry .social-icons li a {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
    text-align: center
}

.team-entry .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: transparent;
    color: #787777;
    content: "";
    font-family: 'fontello';
    font-size: 1.25rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.team-entry .social-icons li.twitter a:before {
    content: ""
}

.team-entry .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.team-entry .social-icons li.facebook a:before {
    content: ""
}

.team-entry .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.team-entry .social-icons li.linkedin a:before {
    content: ""
}

.team-entry .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.team-entry .social-icons li.rss a:before {
    content: ""
}

.team-entry .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.team-entry .social-icons li.pinterest a:before {
    content: ""
}

.team-entry .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.team-entry .social-icons li.gplus a:before {
    content: ""
}

.team-entry .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.team-entry .social-icons li.instagram a:before {
    content: ""
}

.team-entry .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.team-entry .social-icons li.dribbble a:before {
    content: ""
}

.team-entry .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.team-entry .social-icons li.dropbox a:before {
    content: ""
}

.team-entry .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.team-entry .social-icons li.youtube a:before {
    content: ""
}

.team-entry .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.team-entry .social-icons li.blogger a:before {
    content: ""
}

.team-entry .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.team-entry .social-icons li.evernote a:before {
    content: ""
}

.team-entry .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.team-entry .social-icons li.behance a:before {
    content: ""
}

.team-entry .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.team-entry .social-icons li.skype a:before {
    content: ""
}

.team-entry .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.team-entry .social-icons li.vimeo a:before {
    content: ""
}

.team-entry .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.team-entry .social-icons li.digg a:before {
    content: ""
}

.team-entry .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.team-entry .social-icons li.appstore a:before {
    content: ""
}

.team-entry .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.team-entry .social-icons li.wordpress a:before {
    content: ""
}

.team-entry .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.team-entry .social-icons li.stubleupon a:before {
    content: ""
}

.team-entry .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.team-entry .social-icons li.deviantart a:before {
    content: ""
}

.team-entry .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.team-entry .social-icons li.github a:before {
    content: ""
}

.team-entry .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.team-entry .social-icons li.email a:before {
    content: ""
}

.team-entry .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.team-entry .social-icons li.cv a:before {
    content: ""
}

.team-entry .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.team-entry .social-icons li.flickr a:before {
    content: ""
}

.team-entry .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.team-entry .social-icons .last {
    float: right
}

a.fc-event {
    background-color: #f08714
}

.fc-header .fc-button-prev:hover,
.fc-header .fc-button-next:hover,
.fc-header .fc-button-today:hover,
.fc-header .fc-button-month:hover,
.fc-header .fc-button-agendaWeek:hover,
.fc-header .fc-button-agendaDay:hover {
    background: #f08714
}

.event {
    margin-bottom: 2.1875rem;
    position: relative;
    border-bottom: 3px solid #262626
}

.single .event {
    margin-bottom: 0;
    border-bottom: 1px dashed #787777
}

.event .image-post {
    margin-bottom: 1.25rem
}

.event .event-date {
    position: absolute;
    display: block;
    text-align: center;
    top: -4px;
    left: 0;
    width: 70px;
    height: 70px;
    padding-top: 0.875rem;
    font-size: 2rem;
    color: #fff;
    line-height: 1;
    background-color: #f08714;
    opacity: .9;
    z-index: 1
}

.event .event-date:after {
    position: absolute;
    top: 0;
    right: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-color: transparent transparent transparent #000000;
    content: ""
}

.event .event-date b {
    display: block;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: normal
}

.event.no-image>.event-date {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 1.25rem
}

.event.no-image>.event-date:after {
    display: none
}

.event .event-media {
    position: relative;
    margin-bottom: 1.25rem
}

.event .event-media img,
.event .event-media video {
    width: 100%
}

.event .event-title {
    position: relative;
    font-size: 1.5625rem;
    font-weight: normal
}

.event .event-title a {
    color: #262626
}

.event .event-content {
    position: relative;
    margin-bottom: 1.875rem
}

.event .event-content .event-location {
    width: 255px;
    height: 160px;
    margin-left: 40px;
    float: right
}

.event .event-details {
    display: inline-block;
    position: relative;
    padding: 1.5625rem 0 0.9375rem 0;
    width: 100%;
    position: relative
}

.event .event-details:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../images/doted-border.png");
    content: ""
}

.event .event-details.boxed {
    background-color: #fff;
    padding: 1.875rem;
    margin-bottom: 1.875rem;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd
}

.event .event-details.boxed:after {
    display: none
}

.event .event-details.boxed h3,
.event .event-details.boxed .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .event .event-details.boxed .entry-title,
.event .event-details.boxed .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .event .event-details.boxed .entry-title,
.event .event-details.boxed .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .event .event-details.boxed .entry-title,
.event .event-details.boxed .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .event .event-details.boxed .entry-title,
.event .event-details.boxed .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .event .event-details.boxed .entry-title,
.event .event-details.boxed .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .event .event-details.boxed .entry-title,
.event .event-details.boxed .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .event .event-details.boxed .entry-title {
    text-transform: uppercase;
    color: #b4b4b4;
    font-size: 1rem;
    font-weight: normal
}

.event .event-details dl {
    font-size: 0.875rem;
    line-height: 1.875rem;
    float: left;
    margin: 0 2.8125rem 0 0;
    width: 300px
}

.event .event-details dl:nth-child(2n) {
    margin-right: 0
}

.event .event-details dl dt {
    font-size: 1rem;
    font-weight: 500;
    color: #262626;
    position: relative;
    float: left;
    margin: 0 15px 0 0;
    min-width: 70px
}

.event .event-details dl dt:after {
    position: absolute;
    color: #343434;
    content: ":"
}

.event .event-details dl dd {
    line-height: 2rem;
    margin: 0
}

.event .event-details dl dd:after {
    content: "";
    visibility: hidden;
    clear: left
}

.event[class^="post-"] .event-address {
    background-color: #fff;
    margin-bottom: 3.125rem;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd
}

.event[class^="post-"] .event-address .event-details {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.event[class^="post-"] .event-address .event-map .google_map {
    height: 255px
}

a.back-link {
    position: relative;
    padding-left: 1.25rem;
    font-size: 0.875rem
}

a.back-link:after {
    position: absolute;
    top: -6px;
    left: 0;
    color: #f08714;
    content: '\e8b7';
    font-family: "fontello";
    font-size: 1.125rem
}

.single article.post {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.post {
    position: relative;
    background-color: transparent;
    padding-bottom: 1.25rem;
    margin-bottom: 3.125rem;
    border-bottom: 3px solid #262626
}

.single .post {
    margin-bottom: 0
}

.post .image-post {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.25rem
}

.post .entry-media {
    position: relative;
    margin-bottom: 1.25rem
}

.post .entry-header .entry-title a {
    color: inherit
}

.post .entry-header .entry-title a:hover {
    color: #f08714
}

.single .post .entry-header .entry-title {
    margin-bottom: 0.3125rem
}

.post .entry-header .entry-meta {
    margin-bottom: 1.25rem
}

.post .entry-header .entry-meta:before,
.post .entry-header .entry-meta:after {
    content: " ";
    display: table
}

.post .entry-header .entry-meta:after {
    clear: both
}

.post .entry-content:before,
.post .entry-content:after {
    content: " ";
    display: table
}

.post .entry-content:after {
    clear: both
}

.single .post .entry-content {
    padding-bottom: 2.5rem
}

.post .entry-footer:before,
.post .entry-footer:after,
.post .entry-header:before,
.post .entry-header:after {
    content: " ";
    display: table
}

.post .entry-footer:after,
.post .entry-header:after {
    clear: both
}

.post .entry-footer .cat-links,
.post .entry-header .cat-links {
    padding-left: 0 !important
}

.post .entry-footer .cat-links a,
.post .entry-header .cat-links a {
    color: #f08714 !important
}

.post .entry-footer .cat-links a:hover,
.post .entry-header .cat-links a:hover {
    color: #787777 !important
}

.post .entry-footer .cat-links:before,
.post .entry-header .cat-links:before {
    display: none
}

.post .entry-footer .posted-on:before,
.post .entry-header .posted-on:before {
    content: "";
    display: none
}

.post .entry-footer .comments-link:before,
.post .entry-header .comments-link:before {
    content: ""
}

.post .entry-footer .byline:before,
.post .entry-header .byline:before {
    content: "";
    display: none
}

.post .entry-footer .like-qty,
.post .entry-header .like-qty {
    margin-right: 0 !important
}

.post .entry-footer .like-qty:before,
.post .entry-header .like-qty:before {
    content: "";
    -webkit-transition: -webkit-transform 0.25s linear;
    -moz-transition: -moz-transform 0.25s linear;
    -ms-transition: transform 0.25s linear;
    transition: transform 0.25s linear
}

.post .entry-footer .like-qty:hover:before,
.post .entry-header .like-qty:hover:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.post .entry-footer .tags-links:before,
.post .entry-header .tags-links:before {
    content: ""
}

.post .entry-footer .tags-links a,
.post .entry-header .tags-links a {
    color: #787777;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.post .entry-footer .tags-links a:hover,
.post .entry-header .tags-links a:hover {
    color: #f08714 !important
}

.post.related {
    min-height: 16.875rem;
    padding-bottom: 1.5625rem !important;
    border-bottom: 3px solid #262626 !important
}

.post.related .entry-title {
    line-height: 1.3;
    margin-bottom: 0.3125rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.post.related .mejs-controls {
    display: none !important
}

.post .quote-inner {
    text-align: center
}

.post .quote-inner p {
    font-size: 1.625rem
}

.post .quote-inner .whole-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 70%
}

.post .quote-meta {
    color: #b4b4b4;
    text-align: center
}

.post .quote-meta .quote-author {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 0.75rem;
    font-weight: normal;
    font-style: normal
}

.single .post.full-width-alternate>.image-post:first-of-type {
    width: 50%;
    float: left;
    margin-right: 1.875rem
}

.single .post.full-width-alternate>.entry-header:first-of-type {
    display: table
}

.post.sticky {
    background-color: #fff
}

.post.sticky .entry-header,
.post.sticky .entry-content,
.post.sticky .entry-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.post.post-alternate-1 {
    position: relative;
    margin-bottom: 1.875rem
}

.post.post-alternate-1 .entry-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.625rem 1.875rem;
    background-color: rgba(42, 42, 44, 0.8);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.post.post-alternate-1 .entry-header .entry-title {
    line-height: 1.3;
    margin: 0;
    text-align: center
}

.post.post-alternate-1 .entry-header .entry-title a {
    color: #fff
}

.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0
}

.post.post-alternate-1 .entry-header:hover {
    background-color: rgba(20, 179, 228, 0.8)
}

.post.post-alternate-1 .entry-header:hover .entry-title a {
    color: #fff
}

.post.post-alternate-1 p {
    text-align: center
}

.post.post-alternate-1:not(.border) {
    border: none
}

.post.post-alternate-1 .entry-media.without-post-thumbnail .entry-header {
    position: relative
}

.post.post-alternate-2 {
    min-height: 7rem;
    padding-bottom: 1.5625rem;
    margin-bottom: 1.5625rem
}

.post.post-alternate-2.sticky {
    padding: 0.625rem
}

.post.post-alternate-2.sticky .entry-header,
.post.post-alternate-2.sticky .entry-content,
.post.post-alternate-2.sticky .entry-footer {
    padding-left: 0;
    padding-right: 0
}

.post.post-alternate-2.border {
    border: none;
    position: relative
}

.post.post-alternate-2.border:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../images/doted-border.png");
    content: ""
}

.post.post-alternate-2 .image-post {
    margin-bottom: 0
}

.post.post-alternate-2 .entry-media {
    float: left;
    margin-right: 0.9375rem;
    margin-bottom: 0;
    overflow: hidden
}

.post.post-alternate-2 .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0
}

.post.post-alternate-2 .entry-content {
    display: table
}

.post.post-alternate-3 {
    margin-bottom: 1.875rem;
    padding-bottom: 0
}

.post.post-alternate-3.sticky .entry-header,
.post.post-alternate-3.sticky .entry-content,
.post.post-alternate-3.sticky .entry-footer {
    padding-left: 0;
    padding-right: 0
}

.post.post-alternate-3:not(.border) {
    border: none
}

.post.post-alternate-3 .entry-media {
    position: relative;
    margin-bottom: 0
}

.post.post-alternate-3 .image-post {
    margin-bottom: 0
}

.post.post-alternate-3 .entry-content {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
    right: 1.875rem
}

.post.post-alternate-3 .entry-header .entry-title {
    margin-bottom: 0;
    line-height: 1.3
}

.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0
}

.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0
}

.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0
}

.post.post-alternate-3 .entry-header .entry-title a {
    color: #fff
}

.post.post-alternate-3 .entry-footer .posted-on a,
.post.post-alternate-3 .entry-footer .byline a,
.post.post-alternate-3 .entry-footer .comments-link a {
    color: #fff;
    display:none
}

.home-post-slider .post-list.full-width .post.post-alternate-3 {
    margin-bottom: 1rem
}

.post.post-alternate-4 {
    border-bottom: 0;
    margin-bottom: 1.5625rem;
    padding-bottom: 1.5625rem
}

.post.post-alternate-4.border {
    border: none;
    position: relative
}

.post.post-alternate-4.border:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../images/doted-border.png");
    content: ""
}

.post.post-alternate-4 .image-post {
    margin-bottom: 0.625rem
}

.post.post-alternate-4 .entry-header .entry-title {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 0
}

.post-list .post.post-classic {
    margin-bottom: 1.25rem
}

.post.post-classic:not(.border) {
    border: none
}

.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0.625rem
}

.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0.625rem
}

.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title {
    line-height: 1.3;
    margin-bottom: 0.625rem
}

.post-list.two-cols .post.post-classic .entry-content p,
.post-list.three-cols>.medium-4 .post.post-classic .entry-content p,
.medium-6>.post-list.full-width .post.post-classic .entry-content p,
.medium-8>.post-list.full-width .post.post-classic .entry-content p,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-content p,
.post-list.four-cols>article .post.post-classic .entry-content p,
.medium-3>.post-list.full-width>article .post.post-classic .entry-content p {
    margin-bottom: 0.625rem
}

.post-list.row .medium-12:nth-last-child(1) .post.border {
    margin-bottom: 1.25rem
}

.post-list.row .medium-12:nth-last-child(1) .post.border:after {
    display: none
}

.post-list.row .medium-6:nth-last-child(1) .post.border,
.post-list.row .medium-6:nth-last-child(2) .post.border {
    margin-bottom: 1.25rem
}

.post-list.row .medium-6:nth-last-child(1) .post.border:after,
.post-list.row .medium-6:nth-last-child(2) .post.border:after {
    display: none
}

.post-list.row .medium-4:nth-last-child(1) .post.border,
.post-list.row .medium-4:nth-last-child(2) .post.border,
.post-list.row .medium-4:nth-last-child(3) .post.border {
    margin-bottom: 1.25rem
}

.post-list.row .medium-4:nth-last-child(1) .post.border:after,
.post-list.row .medium-4:nth-last-child(2) .post.border:after,
.post-list.row .medium-4:nth-last-child(3) .post.border:after {
    display: none
}

.post-list.row .medium-3:nth-last-child(1) .post.border,
.post-list.row .medium-3:nth-last-child(2) .post.border,
.post-list.row .medium-3:nth-last-child(3) .post.border,
.post-list.row .medium-3:nth-last-child(4) .post.border {
    margin-bottom: 1.25rem
}

.post-list.row .medium-3:nth-last-child(1) .post.border:after,
.post-list.row .medium-3:nth-last-child(2) .post.border:after,
.post-list.row .medium-3:nth-last-child(3) .post.border:after,
.post-list.row .medium-3:nth-last-child(4) .post.border:after {
    display: none
}

.post-slider {
    border-bottom: none
}

.post-top-meta {
    margin-bottom: 0.625rem
}

.author-holder {
    padding: 1.25rem 1.25rem;
    background-color: #fff;
    margin-bottom: 3.125rem;
    margin-top: 1.875rem;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd
}

.author-holder .author-thumb {
    float: left;
    margin: 0 0.9375rem 0.9375rem 0
}

.author-holder .author-about {
    padding-top: 0.625rem;
    display: table
}

.author-holder .author-about .author-title {
    margin-bottom: 0.625rem;
    color: #262626;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1rem
}

.author-holder .author-about .author-contacts {
    display: inline-block
}

.author-holder .author-about .author-contacts .social-icons {
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.author-holder .author-about .author-contacts .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0;
    margin-bottom: 0.3125rem
}

.author-holder .author-about .author-contacts .social-icons li a {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
    text-align: center
}

.author-holder .author-about .author-contacts .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: transparent;
    color: #787777;
    content: "";
    font-family: 'fontello';
    font-size: 1.25rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.author-holder .author-about .author-contacts .social-icons li.twitter a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.facebook a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.linkedin a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.rss a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.pinterest a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.gplus a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.instagram a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.dribbble a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.dropbox a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.youtube a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.blogger a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.evernote a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.behance a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.skype a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.vimeo a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.digg a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.appstore a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.wordpress a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.stubleupon a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.deviantart a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.github a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.email a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.cv a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.author-holder .author-about .author-contacts .social-icons li.flickr a:before {
    content: ""
}

.author-holder .author-about .author-contacts .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.single-nav {
    position: relative;
    font-size: 0;
    width: 100%;
    margin-bottom: 1.875rem;
    padding: 1.875rem;
    border-bottom: 3px solid #262626
}

.single-nav:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    width: 2px;
    border-right: 1px dashed #787777
}

.single-nav .next,
.single-nav .prev {
    display: block;
    padding: 1.25rem 2.8125rem 1.25rem 2.8125rem;
    width: 50%;
    text-align: center;
    vertical-align: top;
    color: #b4b4b4;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 1rem;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.single-nav .next b,
.single-nav .prev b {
    display: block;
    color: #262626;
    line-height: 1.3;
    text-transform: none;
    font-weight: 500;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.single-nav .next:hover b,
.single-nav .prev:hover b {
    color: #f08714
}

.single-nav .next {
    float: right
}

.single-nav .prev {
    float: left
}

.single-nav .prev:hover {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.single-nav .next:hover {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.respond-comments {
    margin-bottom: 3.125rem
}

.respond-comments .comments-title {
    color: #262626;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 1.5625rem
}

.respond-comments .comments-list {
    list-style-position: inside;
    margin-left: 0;
    padding-bottom: 1.25rem;
    border-bottom: 1px dashed #787777
}

.respond-comments .comments-list .comment {
    list-style: none
}

.respond-comments .comments-list .comment article {
    position: relative;
    padding: 1.25rem;
    margin-bottom: 1.875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px #ddd;
    -moz-box-shadow: 0 1px 3px #ddd;
    -ms-box-shadow: 0 1px 3px #ddd;
    box-shadow: 0 1px 3px #ddd
}

.respond-comments .comments-list .comment .children {
    margin: 0;
    padding-left: 3.125rem
}

.respond-comments .comments-list .comment .avatar {
    margin-right: 1.25rem;
    float: left
}

.respond-comments .comments-list .comment .comment-body {
    display: table
}

.respond-comments .comments-list .comment .comment-body .comment-meta {
    padding-top: 0.625rem;
    margin-bottom: 0.625rem
}

.respond-comments .comments-list .comment .comment-body .comment-meta .comment-reply-link {
    position: absolute;
    top: 30px;
    right: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    padding: 0.3125rem 1.0625rem 0.3125rem 1.0625rem;
    color: #262626;
    border-width: 2px;
    border-style: solid;
    border-color: #262626;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.respond-comments .comments-list .comment .comment-body .comment-meta .comment-reply-link:hover {
    background-color: #f08714;
    border-color: #f08714;
    color: #fff
}

.respond-comments .comments-list .comment .comment-author h6 {
    margin-bottom: 0;
    color: #262626;
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase
}

.respond-comments .comments-list .comment .comment-date {
    display: inline-block;
    color: #b4b4b4;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem
}

.comment-respond .comment-reply-title {
    font-size: 1.5625rem
}

.related-article-area {
    margin-bottom: 3.125rem
}

.social-shares {
    text-align: center;
    padding: 1.5625rem 0;
    border-bottom: 1px dashed #787777
}

.social-shares .social-icons {
    position: relative;
    display: inline-block;
    font-size: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle
}

.social-shares .social-icons li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-right: 0.125rem;
    margin-bottom: 0.3125rem
}

.social-shares .social-icons li a {
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    cursor: pointer;
    text-align: center
}

.social-shares .social-icons li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #d0d0d0;
    color: #fff;
    content: "";
    font-family: 'fontello';
    font-size: 1.25rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.social-shares .social-icons li.twitter a:before {
    content: ""
}

.social-shares .social-icons li.twitter a:hover:before {
    background-color: #47c0d8;
    color: #fff
}

.social-shares .social-icons li.facebook a:before {
    content: ""
}

.social-shares .social-icons li.facebook a:hover:before {
    background-color: #49699f;
    color: #fff
}

.social-shares .social-icons li.linkedin a:before {
    content: ""
}

.social-shares .social-icons li.linkedin a:hover:before {
    background-color: #2c7cb7;
    color: #fff
}

.social-shares .social-icons li.rss a:before {
    content: ""
}

.social-shares .social-icons li.rss a:hover:before {
    background-color: #fe9900;
    color: #fff
}

.social-shares .social-icons li.pinterest a:before {
    content: ""
}

.social-shares .social-icons li.pinterest a:hover:before {
    background-color: #c21c21;
    color: #fff
}

.social-shares .social-icons li.gplus a:before {
    content: ""
}

.social-shares .social-icons li.gplus a:hover:before {
    background-color: #c33d19;
    color: #fff
}

.social-shares .social-icons li.instagram a:before {
    content: ""
}

.social-shares .social-icons li.instagram a:hover:before {
    background-color: #517fa3;
    color: #fff
}

.social-shares .social-icons li.dribbble a:before {
    content: ""
}

.social-shares .social-icons li.dribbble a:hover:before {
    background-color: #e65992;
    color: #fff
}

.social-shares .social-icons li.dropbox a:before {
    content: ""
}

.social-shares .social-icons li.dropbox a:hover:before {
    background-color: #5da3e8;
    color: #fff
}

.social-shares .social-icons li.youtube a:before {
    content: ""
}

.social-shares .social-icons li.youtube a:hover:before {
    background-color: #b72d24;
    color: #fff
}

.social-shares .social-icons li.blogger a:before {
    content: ""
}

.social-shares .social-icons li.blogger a:hover:before {
    background-color: #f38f33;
    color: #fff
}

.social-shares .social-icons li.evernote a:before {
    content: ""
}

.social-shares .social-icons li.evernote a:hover:before {
    background-color: #73b122;
    color: #fff
}

.social-shares .social-icons li.behance a:before {
    content: ""
}

.social-shares .social-icons li.behance a:hover:before {
    background-color: #18a3fe;
    color: #fff
}

.social-shares .social-icons li.skype a:before {
    content: ""
}

.social-shares .social-icons li.skype a:hover:before {
    background-color: #24b0e4;
    color: #fff
}

.social-shares .social-icons li.vimeo a:before {
    content: ""
}

.social-shares .social-icons li.vimeo a:hover:before {
    background-color: #568799;
    color: #fff
}

.social-shares .social-icons li.digg a:before {
    content: ""
}

.social-shares .social-icons li.digg a:hover:before {
    background-color: #2882c6;
    color: #fff
}

.social-shares .social-icons li.appstore a:before {
    content: ""
}

.social-shares .social-icons li.appstore a:hover:before {
    background-color: #606060;
    color: #fff
}

.social-shares .social-icons li.wordpress a:before {
    content: ""
}

.social-shares .social-icons li.wordpress a:hover:before {
    background-color: #33759d;
    color: #fff
}

.social-shares .social-icons li.stubleupon a:before {
    content: ""
}

.social-shares .social-icons li.stubleupon a:hover:before {
    background-color: #eb4924;
    color: #fff
}

.social-shares .social-icons li.deviantart a:before {
    content: ""
}

.social-shares .social-icons li.deviantart a:hover:before {
    background-color: #5f7162;
    color: #fff
}

.social-shares .social-icons li.github a:before {
    content: ""
}

.social-shares .social-icons li.github a:hover:before {
    background-color: #7292a2;
    color: #fff
}

.social-shares .social-icons li.email a:before {
    content: ""
}

.social-shares .social-icons li.email a:hover:before {
    background-color: #65a413;
    color: #fff
}

.social-shares .social-icons li.cv a:before {
    content: ""
}

.social-shares .social-icons li.cv a:hover:before {
    background-color: #424246;
    color: #fff
}

.social-shares .social-icons li.flickr a:before {
    content: ""
}

.social-shares .social-icons li.flickr a:hover:before {
    background-color: #e82c88;
    color: #fff
}

.social-shares .shares-qty {
    display: inline-block;
    line-height: 1;
    color: #262626;
    margin-left: 1.875rem;
    text-align: left;
    vertical-align: middle;
    font-family: "Roboto";
    font-size: 1.5rem
}

.social-shares .shares-qty a {
    display: block;
    color: #787777;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 0.625rem
}

.entry-meta-content,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link,
.post .entry-footer .cat-links,
.post .entry-header .cat-links,
.post .entry-footer .posted-on,
.post .entry-header .posted-on,
.post .entry-footer .comments-link,
.post .entry-header .comments-link,
.post .entry-footer .byline,
.post .entry-header .byline,
.post .entry-footer .like-qty,
.post .entry-header .like-qty,
.post .entry-footer .tags-links,
.post .entry-header .tags-links {
    position: relative;
    margin-right: 0.3125rem;
    padding-left: 0.9375rem;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #787777;
    line-height: 1;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.entry-meta-content a,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on a,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link a,
.post .entry-footer .cat-links a,
.post .entry-header .cat-links a,
.post .entry-footer .posted-on a,
.post .entry-header .posted-on a,
.post .entry-footer .comments-link a,
.post .entry-header .comments-link a,
.post .entry-footer .byline a,
.post .entry-header .byline a,
.post .entry-footer .like-qty a,
.post .entry-header .like-qty a,
.post .entry-footer .tags-links a,
.post .entry-header .tags-links a {
    color: #787777
}

.entry-meta-content a:hover,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on a:hover,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link a:hover,
.post .entry-footer .cat-links a:hover,
.post .entry-header .cat-links a:hover,
.post .entry-footer .posted-on a:hover,
.post .entry-header .posted-on a:hover,
.post .entry-footer .comments-link a:hover,
.post .entry-header .comments-link a:hover,
.post .entry-footer .byline a:hover,
.post .entry-header .byline a:hover,
.post .entry-footer .like-qty a:hover,
.post .entry-header .like-qty a:hover,
.post .entry-footer .tags-links a:hover,
.post .entry-header .tags-links a:hover {
    color: #f08714
}

.entry-meta-content:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:before,
.post .entry-footer .cat-links:before,
.post .entry-header .cat-links:before,
.post .entry-footer .posted-on:before,
.post .entry-header .posted-on:before,
.post .entry-footer .comments-link:before,
.post .entry-header .comments-link:before,
.post .entry-footer .byline:before,
.post .entry-header .byline:before,
.post .entry-footer .like-qty:before,
.post .entry-header .like-qty:before,
.post .entry-footer .tags-links:before,
.post .entry-header .tags-links:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "fontello";
    color: #787777;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.entry-meta-content:hover,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:hover,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:hover,
.post .entry-footer .cat-links:hover,
.post .entry-header .cat-links:hover,
.post .entry-footer .posted-on:hover,
.post .entry-header .posted-on:hover,
.post .entry-footer .comments-link:hover,
.post .entry-header .comments-link:hover,
.post .entry-footer .byline:hover,
.post .entry-header .byline:hover,
.post .entry-footer .like-qty:hover,
.post .entry-header .like-qty:hover,
.post .entry-footer .tags-links:hover,
.post .entry-header .tags-links:hover,
.entry-meta-content:hover:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .posted-on:hover:before,
.widget.widget_recent_posts .tabs-container .tab-content .recent-post .entry-meta .comments-link:hover:before,
.post .entry-footer .cat-links:hover:before,
.post .entry-header .cat-links:hover:before,
.post .entry-footer .posted-on:hover:before,
.post .entry-header .posted-on:hover:before,
.post .entry-footer .comments-link:hover:before,
.post .entry-header .comments-link:hover:before,
.post .entry-footer .byline:hover:before,
.post .entry-header .byline:hover:before,
.post .entry-footer .like-qty:hover:before,
.post .entry-header .like-qty:hover:before,
.post .entry-footer .tags-links:hover:before,
.post .entry-header .tags-links:hover:before {
    color: #f08714
}

.pagenavbar .pagenavi {
    font-size: 0;
    margin-bottom: 0.625rem
}

.pagenavbar .pagenavi .page-numbers {
    display: inline-block;
    margin-right: 0.625rem;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #e1e1e1;
    color: #262626;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.pagenavbar .pagenavi .page-numbers:hover,
.pagenavbar .pagenavi .page-numbers.current {
    background-color: #f08714;
    color: #fff
}

.grid .item {
    opacity: 0;
    float: left;
    margin-bottom: 0.625rem
}

.grid .item.shown {
    opacity: 1
}

.item.animate {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    -moz-animation: moveUp 0.65s ease forwards;
    -ms-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes moveUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes moveUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background-color: #f08714
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #f08714
}

.filter-container {
    text-align: center;
    margin-bottom: 3.125rem
}

.filter-container .portfolio-filter {
    display: inline-block;
    font-size: 0;
    margin: 0
}

.filter-container .portfolio-filter li {
    display: inline-block;
    list-style: none;
    margin-right: 1.25rem;
    padding: 0 !important
}

.filter-container .portfolio-filter li:last-child {
    margin-right: 0
}

.filter-container .portfolio-filter li a.filter {
    text-align: center;
    padding: 0.9375rem 1.875rem;
    background-color: #e1e1e1;
    color: #262626;
    font-size: 1rem;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.filter-container .portfolio-filter li a.filter:hover,
.filter-container .portfolio-filter li a.filter.active {
    background-color: #f08714 !important;
    color: #fff !important
}

.portfolio-items {
    font-size: 0;
    margin: 0 -1.375rem
}

.portfolio-items .mix {
    display: none
}

.portfolio-items article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.9375rem;
    padding: 0 1.375rem
}

.portfolio-items.col-2 article {
    width: 50%
}

.portfolio-items.col-3 article {
    width: 33.3333%
}

.portfolio-items.col-4 article {
    width: 25%
}

.portfolio-items .work-item {
    overflow: hidden;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none
}

.portfolio-items .work-item h4.caption,
.portfolio-items .work-item .post-list.four-cols>article .post.post-alternate-1 .entry-header .caption.entry-title,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .portfolio-items .work-item .caption.entry-title,
.portfolio-items .work-item .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .caption.entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .portfolio-items .work-item .caption.entry-title,
.portfolio-items .work-item .post-list.four-cols>article .post.post-alternate-3 .entry-header .caption.entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .portfolio-items .work-item .caption.entry-title,
.portfolio-items .work-item .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .caption.entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .portfolio-items .work-item .caption.entry-title,
.portfolio-items .work-item .post-list.four-cols>article .post.post-classic .entry-header .caption.entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .portfolio-items .work-item .caption.entry-title,
.portfolio-items .work-item .medium-3>.post-list.full-width>article .post.post-classic .entry-header .caption.entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .portfolio-items .work-item .caption.entry-title {
    margin-top: 0.9375rem;
    color: #262626;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.portfolio-items .work-item:hover h4.caption,
.portfolio-items .work-item:hover .post-list.four-cols>article .post.post-alternate-1 .entry-header .caption.entry-title,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .portfolio-items .work-item:hover .caption.entry-title,
.portfolio-items .work-item:hover .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .caption.entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .portfolio-items .work-item:hover .caption.entry-title,
.portfolio-items .work-item:hover .post-list.four-cols>article .post.post-alternate-3 .entry-header .caption.entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .portfolio-items .work-item:hover .caption.entry-title,
.portfolio-items .work-item:hover .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .caption.entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .portfolio-items .work-item:hover .caption.entry-title,
.portfolio-items .work-item:hover .post-list.four-cols>article .post.post-classic .entry-header .caption.entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .portfolio-items .work-item:hover .caption.entry-title,
.portfolio-items .work-item:hover .medium-3>.post-list.full-width>article .post.post-classic .entry-header .caption.entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .portfolio-items .work-item:hover .caption.entry-title {
    color: #f08714
}

.portfolio-paging,
.post-load-more {
    text-align: center
}

.load-more {
    display: inline-block;
    margin: 0 0 0.625rem;
    line-height: 1;
    outline: none;
    color: #fff;
    background-color: #f08714;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    padding: 0.75rem 1.75rem;
    font-size: 0.9375rem;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.load-more:hover,
.load-more:focus {
    background-color: transparent;
    color: #262626;
    border-width: 2px;
    border-style: solid;
    border-color: #000
}

.mfp-s-loading .mfp-arrow {
    display: none
}

.gallery-back {
    position: absolute;
    right: 15px;
    top: -90px;
    margin: -1.25rem 0 0 -1.25rem;
    display: none;
    font: 0/0 a;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    -ms-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    -webkit-animation: 0.35s linear normal unrotate;
    -moz-animation: 0.35s linear normal unrotate;
    -ms-animation: 0.35s linear normal unrotate;
    animation: 0.35s linear normal unrotate
}

.gallery-back:before {
    display: block;
    color: #000;
    font-size: 1.375rem;
    font-family: "fontello";
    line-height: 35px;
    text-align: center;
    content: "";
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.gallery-back:hover {
    border-color: #f08714;
    -webkit-animation: 0.35s linear normal rotate;
    -moz-animation: 0.35s linear normal rotate;
    -ms-animation: 0.35s linear normal rotate;
    animation: 0.35s linear normal rotate
}

.tp-grid {
    text-align: justify;
    position: relative;
    list-style-type: none;
    display: block;
    z-index: 99
}

.tp-grid li {
    height: 260px;
    width: 335px;
    position: absolute;
    cursor: pointer;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    display: none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-js .tp-grid li {
    position: relative;
    display: inline-block
}

.tp-grid li a {
    display: block;
    outline: none
}

.tp-grid li img {
    display: block;
    border: none
}

.tp-grid .tp-info,
.tp-grid .tp-title {
    padding: 0.625rem 2.8125rem 0.625rem 0.625rem;
    text-transform: uppercase;
    font-weight: normal
}

.tp-info,
.tp-title {
    position: absolute;
    background: #fff;
    line-height: 20px;
    color: #333;
    top: 40%;
    width: 75%;
    text-align: right;
    left: -100%;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) 5px 0 5px -3px rgba(0, 0, 0, 0.4) inset 0 0 5px rgba(0, 0, 0, 0.04)
}

.touch .tp-info {
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.no-touch .tp-grid li:hover .tp-info {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms
}

.no-touch .tp-open li:hover .tp-info {
    left: 0px
}

.tp-title {
    padding: 0.625rem 2.1875rem 0.625rem 0.625rem;
    left: 0px
}

.tp-title span:nth-child(2) {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 40px;
    color: #aaa;
    padding: 0 0.75rem;
    background: #F7F7F7
}

.dialog,
.dialog-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    pointer-events: none;
    z-index: 1000000;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.dialog .dialog-overlay {
    position: absolute;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.dialog .dialog-content {
    padding: 0;
    background: transparent;
    width: 50%;
    max-width: 610px;
    min-width: 290px;
    position: relative;
    z-index: 99;
    opacity: 0
}

.dialog .dialog-content .morph-shape {
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    z-index: -1
}

.dialog .dialog-content .morph-shape svg rect {
    stroke: #f5f5f5;
    stroke-width: 2px;
    stroke-dasharray: 1680
}

.dialog .dialog-content .dialog-inner {
    opacity: 0;
    background: #f5f5f5
}

.dialog .dialog-content .dialog-inner .action-close {
    position: absolute;
    top: -30px;
    right: -30px;
    font-size: 0;
    font-style: normal
}

.dialog .dialog-content .dialog-inner .action-close:before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    color: #9f9fa1;
    cursor: pointer;
    content: '\e9a5';
    font-family: "fontello";
    font-size: 1.5625rem
}

.dialog .dialog-content .login {
    text-align: left
}

.dialog .dialog-content .account {
    text-align: justify;
    position: relative;
    vertical-align: middle
}

.dialog .dialog-content .account:after {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    content: ""
}

.dialog .dialog-content .account a.reset-pass {
    float: right;
    color: #787777;
    vertical-align: middle;
    margin-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 2.75rem;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.dialog .dialog-content .account a.reset-pass:hover {
    color: #f08714
}

.dialog .dialog-content .account label {
    line-height: 2.2rem
}

.dialog .dialog-content .account label:after {
    top: 0.5rem
}

.dialog .dialog-content .account button {
    vertical-align: middle
}

.dialog .dialog-content h2,
.dialog .dialog-content .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .dialog .dialog-content .entry-title,
.dialog .dialog-content .owl-item .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .dialog .dialog-content .entry-title,
.dialog .dialog-content .post.post-classic .entry-header .entry-title,
.post.post-classic .entry-header .dialog .dialog-content .entry-title,
.dialog .dialog-content .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .dialog .dialog-content .entry-title {
    margin: 0;
    font-weight: normal;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0
}

.dialog .dialog-content .dialog-error {
    position: absolute;
    bottom: -2px;
    padding: 0.875rem;
    width: calc(100% + 2px);
    background-color: #ff615e;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-family: "Roboto"
}

.dialog.dialog-open .dialog-overlay {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s
}

.dialog.dialog-open .dialog-content {
    opacity: 1;
    pointer-events: auto
}

.dialog.dialog-open .morph-shape svg rect {
    -webkit-animation: anim-dash 0.6s forwards;
    -moz-animation: anim-dash 0.6s forwards;
    -ms-animation: anim-dash 0.6s forwards;
    animation: anim-dash 0.6s forwards
}

.dialog.dialog-open .dialog-inner {
    padding: 3.75rem 5rem 1.875rem 5rem;
    opacity: 1;
    -webkit-transition: opacity 0.85s 0.35s;
    -moz-transition: opacity 0.85s 0.35s;
    -ms-transition: opacity 0.85s 0.35s;
    transition: opacity 0.85s 0.35s
}

.dialog.dialog-open label,
.dialog.dialog-open .message {
    -webkit-animation: anim-elem-1 0.7s ease-out both;
    -moz-animation: anim-elem-1 0.7s ease-out both;
    -ms-animation: anim-elem-1 0.7s ease-out both;
    animation: anim-elem-1 0.7s ease-out both
}

.dialog.dialog-open button,
.dialog.dialog-open .button,
.dialog.dialog-open input[type="submit"],
.dialog.dialog-open .reset-pass {
    -webkit-animation: anim-elem-2 0.7s ease-out both;
    -moz-animation: anim-elem-2 0.7s ease-out both;
    -ms-animation: anim-elem-2 0.7s ease-out both;
    animation: anim-elem-2 0.7s ease-out both
}

.dialog.dialog-close .item-overlay {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.dgx-donate-form-section {
    position: relative;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem
}

.dgx-donate-form-section:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-image: url("../images/doted-border.png");
    content: ""
}

.dgx-donate-form-section:last-of-type {
    padding-bottom: 0
}

.dgx-donate-form-section:last-of-type:after {
    display: none
}

.dgx-donate-form-section h2,
.dgx-donate-form-section .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .dgx-donate-form-section .entry-title,
.dgx-donate-form-section .owl-item .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .dgx-donate-form-section .entry-title,
.dgx-donate-form-section .post.post-classic .entry-header .entry-title,
.post.post-classic .entry-header .dgx-donate-form-section .entry-title,
.dgx-donate-form-section .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .dgx-donate-form-section .entry-title {
    font-size: 1.5625rem;
    font-weight: 400
}

.dgx-donate-form-section p,
.dgx-donate-form-section span,
.dgx-donate-form-section>div {
    margin-bottom: 1.25rem
}

.dgx-donate-form-section p .dgx-donate-comment,
.dgx-donate-form-section span .dgx-donate-comment,
.dgx-donate-form-section>div .dgx-donate-comment {
    display: inline-block;
    margin-left: 1.25rem
}

.dgx-donate-form-section p input[name="_dgx_donate_amount"]+label,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]+label,
.dgx-donate-form-section>div input[name="_dgx_donate_amount"]+label {
    width: 7.5rem !important
}

.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label,
.dgx-donate-form-section>div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label {
    font-size: 1rem;
    margin: 0 1.25rem 0.625rem 0;
    padding: 1.125rem 1.875rem;
    text-align: center;
    color: #262626;
    background-color: #e1e1e1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:hover,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:hover,
.dgx-donate-form-section>div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:hover {
    color: #fff;
    background-color: #f08714
}

.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:before,
.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:after,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:before,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:after,
.dgx-donate-form-section>div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:before,
.dgx-donate-form-section>div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"])+label:after {
    display: none
}

.dgx-donate-form-section p input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]):checked+label,
.dgx-donate-form-section span input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]):checked+label,
.dgx-donate-form-section>div input[name="_dgx_donate_amount"]:not([id="dgx-donate-other-radio"]):checked+label {
    color: #fff;
    background-color: #f08714
}

.dgx-donate-form-section p input[type="checkbox"]+label,
.dgx-donate-form-section p input[name="_dgx_donate_honor_by_email"]+label,
.dgx-donate-form-section span input[type="checkbox"]+label,
.dgx-donate-form-section span input[name="_dgx_donate_honor_by_email"]+label,
.dgx-donate-form-section>div input[type="checkbox"]+label,
.dgx-donate-form-section>div input[name="_dgx_donate_honor_by_email"]+label {
    width: auto !important
}

.dgx-donate-form-section p input[type="text"],
.dgx-donate-form-section p select,
.dgx-donate-form-section span input[type="text"],
.dgx-donate-form-section span select,
.dgx-donate-form-section>div input[type="text"],
.dgx-donate-form-section>div select {
    width: 20.625rem
}

.dgx-donate-form-section p input[type="text"].required.dgx-donate-invalid-input,
.dgx-donate-form-section p input[type="text"].dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section p select.required.dgx-donate-invalid-input,
.dgx-donate-form-section p select.dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section span input[type="text"].required.dgx-donate-invalid-input,
.dgx-donate-form-section span input[type="text"].dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section span select.required.dgx-donate-invalid-input,
.dgx-donate-form-section span select.dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section>div input[type="text"].required.dgx-donate-invalid-input,
.dgx-donate-form-section>div input[type="text"].dgx_donate_zip_input.dgx-donate-invalid-input,
.dgx-donate-form-section>div select.required.dgx-donate-invalid-input,
.dgx-donate-form-section>div select.dgx_donate_zip_input.dgx-donate-invalid-input {
    -webkit-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
    -moz-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
    -ms-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
    box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5)
}

.dgx-donate-form-section p input[type="text"].required:focus:invalid,
.dgx-donate-form-section p input[type="text"].dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section p select.required:focus:invalid,
.dgx-donate-form-section p select.dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section span input[type="text"].required:focus:invalid,
.dgx-donate-form-section span input[type="text"].dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section span select.required:focus:invalid,
.dgx-donate-form-section span select.dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section>div input[type="text"].required:focus:invalid,
.dgx-donate-form-section>div input[type="text"].dgx_donate_zip_input:focus:invalid,
.dgx-donate-form-section>div select.required:focus:invalid,
.dgx-donate-form-section>div select.dgx_donate_zip_input:focus:invalid {
    -webkit-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
    -moz-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
    -ms-box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5);
    box-shadow: 0 1px 10px 1px rgba(255, 97, 94, 0.5)
}

.dgx-donate-form-section p label,
.dgx-donate-form-section span label,
.dgx-donate-form-section>div label {
    width: 9.375rem;
    display: inline-block;
    margin-right: 1.25rem
}

.dgx-donate-form-section p label[for="_dgx_donate_user_amount"],
.dgx-donate-form-section p label[for="_dgx_donate_honoree_name2"],
.dgx-donate-form-section span label[for="_dgx_donate_user_amount"],
.dgx-donate-form-section span label[for="_dgx_donate_honoree_name2"],
.dgx-donate-form-section>div label[for="_dgx_donate_user_amount"],
.dgx-donate-form-section>div label[for="_dgx_donate_honoree_name2"] {
    width: auto
}

.dgx-donate-form-section .other-donation-level {
    margin: 1.25rem 0
}

.dgx-donate-form-section .other-donation-level input[name="_dgx_donate_user_amount"] {
    width: 9.375rem !important;
    margin-left: 1.25rem
}

.seamless-donations-forms-error-message {
    margin-bottom: 0.625rem;
    padding: 1.25rem;
    color: #f36d6a;
    background: #f4c5c4;
    border: 1px solid #f49693
}

.seamless-donations-error-message-field {
    margin: 0.3125rem 0;
    color: #f36d6a
}

#dgx-donate-form-sandbox-warning {
    color: #f36d6a
}

.ls-container .ls-inner .ls-slide h2,
.ls-container .ls-inner .ls-slide .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .owl-item .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .post.post-classic .entry-header .entry-title,
.post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide h3,
.ls-container .ls-inner .ls-slide .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title,
.ls-container .ls-inner .ls-slide .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .ls-container .ls-inner .ls-slide .entry-title {
    color: #fefefe;
    font-family: 'Droid Serif';
    letter-spacing: -0.5px
}

.ls-container .ls-inner .ls-slide hr {
    border: 0;
    opacity: 0.7;
    height: 2px;
    background-color: #fff
}

.ls-container .ls-inner .ls-slide p {
    color: #fff;
    opacity: 0.8;
    font-size: 1.125rem;
    line-height: 1.4
}

.ls-container .ls-inner .ls-slide input[type="email"] {
    width: 15.875rem
}

.ls-container .ls-inner .ls-slide input[type="text"],
.ls-container .ls-inner .ls-slide input[type="email"] {
    padding-top: 0.875rem;
    padding-bottom: 0.9375rem;
    color: #fff;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.5)
}

.ls-container .ls-inner .ls-slide input::-webkit-input-placeholder,
.ls-container .ls-inner .ls-slide textarea::-webkit-input-placeholder {
    color: #F5F5F5
}

.ls-container .ls-inner .ls-slide input:-moz-placeholder,
.ls-container .ls-inner .ls-slide textarea:-moz-placeholder {
    color: #F5F5F5;
    opacity: 1
}

.ls-container .ls-inner .ls-slide input::-moz-placeholder,
.ls-container .ls-inner .ls-slide textarea::-moz-placeholder {
    color: #F5F5F5;
    opacity: 1
}

.ls-container .ls-inner .ls-slide input:-ms-input-placeholder,
.ls-container .ls-inner .ls-slide textarea:-ms-input-placeholder {
    color: #F5F5F5
}

.widget.arqam_counter-widget .arqam-widget-counter {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li {
    width: 49% !important;
    border: none
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: transparent !important
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a [class^="arqicon-"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    background-color: #424246
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a:hover .arqicon-facebook {
    background-color: #395998
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a:hover .arqicon-youtube {
    background-color: #cc181e
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a:hover .arqicon-envato {
    background-color: #5DA01A
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a:hover .arqicon-rss {
    background-color: #ee802f
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a span {
    font-size: 24px;
    font-family: "Roboto", serif;
    color: #262626;
    display: block;
    text-align: left;
    margin: 20px 0 5px
}

.widget.arqam_counter-widget .arqam-widget-counter.arq-flat>ul>li>a small {
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    color: #959595;
    display: block;
    text-align: left
}

#bbpress-forums .bbp-search-form {
    margin-bottom: 1.25rem
}

#bbpress-forums .bbp-search-form #bbp_search {
    margin-right: 1.25rem
}

#bbpress-forums .bbp-breadcrumb p {
    line-height: 2.875rem
}

#bbpress-forums .bbp-breadcrumb+#subscription-toggle {
    display: block;
    line-height: 2.875rem
}

#bbpress-forums .bbp-breadcrumb+.bbp-topic-tags p {
    line-height: 2.875rem
}

#bbpress-forums img.avatar {
    margin-bottom: 0 !important
}

.widget.widget_display_search .screen-reader-text {
    display: none
}

.widget.widget_display_search input[name="bbp_search"] {
    width: calc(100% - 130px);
    margin-right: 0.9375rem
}

.widget.widget_display_stats dl {
    padding: 0 1.25rem
}

.widget.widget_display_stats dt {
    display: block;
    float: left;
    margin-bottom: 0.625rem;
    width: calc(100% - 50px)
}

.widget.widget_display_stats dd {
    display: block;
    float: right;
    margin-bottom: 0.625rem;
    width: 2.8125rem;
    text-align: right
}

.bbp-login-form .bbp-username input[name="log"],
.bbp-login-form .bbp-password input[name="pwd"] {
    padding: 1rem 1.125rem
}

.bbp-login-form .bbp-username,
.bbp-login-form .bbp-password {
    margin-bottom: 1.25rem
}

.bbp-login-form .bbp-remember-me {
    float: left
}

.bbp-login-form .bbp-remember-me label {
    width: 8.125rem !important
}

.bbp-login-form .bbp-submit-wrapper {
    clear: none
}

#footer .footer-top {
    padding: 3.75rem 0;
    background-color: #3a3a3c
}

#footer .footer-bottom {
    background-color: #313133;
    padding: 2.5rem 0;
    position: absolute;
    width: 100%;
    min-height: 90px;
    bottom: 0;
    border-top: 4px solid #313133;
    margin: 0 auto;
    z-index: 1
}

#footer .footer-bottom .copyright,
#footer .footer-bottom .copyright a,
#footer .footer-bottom .developed a,
#footer .footer-bottom .developed {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem
}

#footer .footer-bottom .copyright a,
#footer .footer-bottom .developed a a,
#footer .footer-bottom .developed a {
    text-decoration: none;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

#footer .footer-bottom .copyright a:hover,
#footer .footer-bottom .developed a a:hover,
#footer .footer-bottom .developed a:hover {
    color: #f08714
}

#footer .footer-bottom .developed {
    float: right
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

@media only screen and (max-width: 802px) {
    .small-only-text-left {
        text-align: left !important
    }
    .small-only-text-right {
        text-align: right !important
    }
    .small-only-text-center {
        text-align: center !important
    }
    .small-only-text-justify {
        text-align: justify !important
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important
    }
    .small-text-right {
        text-align: right !important
    }
    .small-text-center {
        text-align: center !important
    }
    .small-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important
    }
    .medium-only-text-right {
        text-align: right !important
    }
    .medium-only-text-center {
        text-align: center !important
    }
    .medium-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 48.063em) {
    .medium-text-left {
        text-align: left !important
    }
    .medium-text-right {
        text-align: right !important
    }
    .medium-text-center {
        text-align: center !important
    }
    .medium-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important
    }
    .large-only-text-right {
        text-align: right !important
    }
    .large-only-text-center {
        text-align: center !important
    }
    .large-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important
    }
    .large-text-right {
        text-align: right !important
    }
    .large-text-center {
        text-align: center !important
    }
    .large-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important
    }
    .xlarge-only-text-right {
        text-align: right !important
    }
    .xlarge-only-text-center {
        text-align: center !important
    }
    .xlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important
    }
    .xlarge-text-right {
        text-align: right !important
    }
    .xlarge-text-center {
        text-align: center !important
    }
    .xlarge-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important
    }
    .xxlarge-only-text-right {
        text-align: right !important
    }
    .xxlarge-only-text-center {
        text-align: center !important
    }
    .xxlarge-only-text-justify {
        text-align: justify !important
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important
    }
    .xxlarge-text-right {
        text-align: right !important
    }
    .xxlarge-text-center {
        text-align: center !important
    }
    .xxlarge-text-justify {
        text-align: justify !important
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h3,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h4,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.7
}

a {
    color: #f08714;
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

a:hover,
a:focus {
    color: #f08714
}

a img {
    border: none
}

p {
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

p.lead {
    font-size: 1.09375rem;
    line-height: 1.6
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic
}

h1,
h2,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h3,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
h4,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
h5,
h6 {
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 0.9375rem;
    line-height: 1.5;
    font-weight: normal
}

h1 small,
h2 small,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title small,
.owl-item .post.post-alternate-3 .entry-header .entry-title small,
.post.post-classic .entry-header .entry-title small,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title small,
h3 small,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title small,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title small,
.post-list.two-cols .post.post-classic .entry-header .entry-title small,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title small,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title small,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title small,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title small,
h4 small,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title small,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title small,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title small,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title small,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title small,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0
}

h1 {
    font-size: 1.5rem;
    font-family: "Roboto";
    color: #787777
}

h2,
.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.owl-item .post.post-alternate-3 .entry-header .entry-title,
.post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
    font-size: 0.9375rem;
    font-family: "Roboto";
    color: #787777
}

h3,
.medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
.post-list.two-cols .post.post-classic .entry-header .entry-title,
.post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
.medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
.medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
    font-size: 0.8125rem;
    font-family: "Roboto";
    color: #787777
}

h4,
.post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
.post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
.post-list.four-cols>article .post.post-classic .entry-header .entry-title,
.medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title {
    font-size: 0.6875rem;
    font-family: "Roboto";
    color: #787777
}

h5 {
    font-size: 1rem;
    font-family: "Roboto";
    color: #787777
}

h6 {
    font-size: 1rem;
    font-family: "Roboto";
    color: #787777
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: normal;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 60%;
    line-height: inherit
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #333;
    background-color: #d6d6d6;
    border-width: 1px;
    border-style: solid;
    border-color: #c1c1c1;
    padding: 0.125rem 0.3125rem 0.0625rem
}

ul,
ol,
dl {
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit
}

ul {
    margin-left: 1.1rem
}

ul.no-bullet {
    margin-left: 0
}

ul.no-bullet li ul,
ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none
}

ul li ul,
ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
    list-style: inherit
}

ul.square {
    list-style-type: square;
    margin-left: 1.1rem
}

ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem
}

ul.no-bullet {
    list-style: none
}

ol {
    margin-left: 1.4rem
}

ol li ul,
ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold
}

dl dd {
    margin-bottom: 0.75rem
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #787777;
    cursor: help
}

abbr {
    text-transform: none
}

abbr[title] {
    border-bottom: 1px dotted #ddd
}

blockquote {
    position: relative;
    margin: 2.5rem 0;
    padding: 0 0 0 1.875rem
}

blockquote:before {
    position: absolute;
    display: block;
    top: -43px;
    left: -11px;
    color: rgba(20, 179, 228, 0.7);
    font-family: "Roboto";
    font-size: 5rem;
    font-weight: 400;
    content: '“'
}

blockquote p {
    color: rgba(20, 179, 228, 0.7);
    line-height: 1.7;
    font-family: "PT Serif", serif;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: bold
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555
}

blockquote cite:before {
    content: "\2014 \0020"
}

blockquote a,
blockquote a:visited {
    color: rgba(20, 179, 228, 0.7)
}

.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem
}

.vcard li {
    margin: 0;
    display: block
}

.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem
}

.vevent .summary {
    font-weight: bold
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem
}

@media only screen and (min-width: 48.063em) {
    h1,
    h2,
    .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .owl-item .post.post-alternate-3 .entry-header .entry-title,
    .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
    h3,
    .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .post-list.two-cols .post.post-classic .entry-header .entry-title,
    .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
    .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title,
    h4,
    .post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-classic .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title,
    h5,
    h6 {
        line-height: 1.5
    }
    h1 {
        font-size: 2.125rem 
       
    }
    h2,
    .post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .owl-item .post.post-alternate-3 .entry-header .entry-title,
    .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
        font-size: 18px;
        color: #f08714
    }
    h3,
    .medium-4>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .medium-6>.post-list.full-width>.medium-12 .post.post-alternate-3 .entry-header .entry-title,
    .post-list.two-cols .post.post-classic .entry-header .entry-title,
    .post-list.three-cols>.medium-4 .post.post-classic .entry-header .entry-title,
    .medium-6>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8>.post-list.full-width .post.post-classic .entry-header .entry-title,
    .medium-8 .medium-8>.post-list.full-width>.medium-12 .post.post-classic .entry-header .entry-title {
        /** Ticket PFLEG-18 */
        font-size: 1.125rem;
        color: #f08714;
        text-transform: uppercase
    }
    h4,
    .post-list.four-cols>article .post.post-alternate-1 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-1 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-alternate-3 .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-alternate-3 .entry-header .entry-title,
    .post-list.four-cols>article .post.post-classic .entry-header .entry-title,
    .medium-3>.post-list.full-width>article .post.post-classic .entry-header .entry-title {
        font-size: 1rem
    }
    h5 {
        font-size: 1rem
    }
    h6 {
        font-size: 1rem
    }
}

.page-title {
    position: relative;
    margin-bottom: 4.0625rem;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #787777
}

.page-title h1 {
    color: #f08714;
    margin-bottom: 0.3125rem;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Roboto";
    /** font-size: 18px; */
     /** Ticket PFLEG-18  */
    font-size: 1.125rem;
    text-transform: uppercase

}

.page-title .breadcrumbs {
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem
}

.page-title .breadcrumbs a {
    display: inline-block;
    position: relative;
    color: #818181;
    padding-right: 1.25rem;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    transition: color 0.35s ease
}

.page-title .breadcrumbs a:after {
    position: absolute;
    right: 6px;
    color: #b4b4b4;
    content: "";
    font-family: "fontello"
}

.page-title .breadcrumbs a:hover {
    color: #f08714
}

 .breadcrumbs {
    display:none;
 }


@media only screen and (max-width: 23.438em) {
    .page-title h1 {
        font-size: 1.25rem
    }
    .author-holder .author-thumb {
        float: none
    }
    .respond-comments .comments-list .comment .avatar {
        float: none
    }
    .testimonial .author-thumb {
        margin-right: 0;
        text-align: center;
        float: none
    }
    .tp-grid {
        margin-left: 0 !important
    }
    .tp-grid li {
        width: 290px
    }
    .widget.widget_recent_posts .tabs-nav li a {
        font-size: 0.75rem
    }
    .event .event-details dl dt {
        float: none
    }
    .dgx-donate-form-section p input[type="text"],
    .dgx-donate-form-section p select {
        width: 100%
    }
}

@media only screen and (max-width: 802px) {
    .control-panel {
        display: none
    }
    .responsive-nav-button {
        display: inline-block;
        vertical-align: middle
    }
    #header #navigation {
        display: none
    }
    #mobile-advanced {
        position: absolute;
        top: 0;
        right: -100%;
        z-index: 9999;
        overflow: hidden;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #fff;
        pointer-events: none;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform 0.35s ease;
        -moz-transition: -moz-transform 0.35s ease;
        -ms-transition: transform 0.35s ease;
        transition: transform 0.35s ease
    }
    #mobile-advanced .menu,
    #mobile-advanced .sub-menu {
        margin: 0
    }
    #mobile-advanced .donate {
        display: none
    }
    #wrapper.active .mobile-advanced {
        pointer-events: auto;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
    .mobile-advanced>ul {
        padding-top: 80px;
        margin: 0
    }
    .mobile-advanced li {
        display: block;
        list-style: none
    }
    .mobile-advanced li span {
        display: block;
        padding: 0.75rem 1.5625rem;
        text-transform: uppercase;
        line-height: 1em;
        z-index: 2;
        font-size: 0.875rem
    }
    .mobile-advanced li>a {
        display: block;
        padding: 0.625rem 1.25rem;
        border-bottom: 1px solid #ccc;
        line-height: 1.15em
    }
    .mobile-advanced>div>ul>li>a {
        border-bottom-width: 0;
        background-color: #f08714;
        color: #fff;
        font-weight: normal;
        font-size: 1rem
    }
    .mobile-advanced ul ul li>a {
        padding-left: 1.875rem
    }
    .mobile-advanced ul ul li>a:before {
        position: relative;
        top: -2px;
        margin-right: 0.3125rem;
        font-size: 0.5rem;
        content: "-"
    }
    .mobile-advanced ul .mega-menu ul li>a:before {
        content: "- -"
    }
    .mobile-advanced ul ul ul li>a {
        padding-left: 3.4375rem
    }
    .mobile-advanced ul .mega-menu ul li>a {
        padding-left: 2.1875rem
    }
    #advanced-menu-hide {
        position: fixed;
        top: 20px;
        right: 30px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        background-color: #f08714;
        text-align: center;
        border: 1px solid #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    #advanced-menu-hide:after {
        color: #fff;
        content: "";
        vertical-align: middle;
        text-align: center;
        font-size: 1.3125rem;
        font-family: "fontello";
        line-height: 40px
    }
    #wrapper.active #advanced-menu-hide {
        visibility: visible;
        pointer-events: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .mobile-advanced .sub-menu a>img {
        display: block
    }
    .header[class*="type-"] .header-middle .header-middle-entry .logo {
        padding: 0.4375rem 0
    }
    .header[class*="type-"] .header-middle .header-middle-entry .account {
        display: inline-block !important;
        padding-right: 0
    }
    .header[class*="type-"] .header-middle .header-middle-entry .account li a {
        font-size: 0;
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        transition: all 0.35s ease
    }
    .header[class*="type-"] .header-middle .header-middle-entry .account li a:before {
        left: 21px;
        font-size: 1.125rem
    }
    .header[class*="type-"] .donate {
        bottom: -40px;
        padding: 0.5rem 2.5rem 0.5625rem 2.5rem
    }
    .filter-container {
        margin-bottom: 0
    }
    .filter-container .portfolio-filter li {
        margin-right: 0.625rem !important;
        margin-bottom: 1.875rem !important
    }
    .filter-container .portfolio-filter li a.filter {
        padding: 0.9375rem 1.25rem !important
    }
    .portfolio-items.col-4 article,
    .portfolio-items.col-3 article {
        width: 50%
    }
    .single-nav .next,
    .single-nav .prev {
        padding: 1.25rem 0.3125rem
    }
    .home-post-slider>.columns.large-8,
    .home-post-slider>.columns.large-4 {
        padding-left: 1.875rem !important;
        padding-right: 1.875rem !important
    }
    .home-post-slider>.columns.large-8 {
        margin-bottom: 0.9375rem !important
    }
    .dialog.dialog-open .dialog-inner {
        padding: 3.75rem 1.25rem 1.875rem 1.25rem
    }
    .ls-container .ls-inner .ls-slide hr {
        display: none
    }
    .ls-container .ls-inner .ls-slide p {
        font-size: 0.5rem
    }
}

@media only screen and (min-width: 64.063em) {
    .tp-grid {
        margin-left: 0 !important
    }
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e9e9e9;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
    background-repeat: repeat-y;
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #787777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9)
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-fades-out {
    z-index: 10;
    -webkit-animation: fadesOut .3s both ease;
    animation: fadesOut .3s both ease
}

.owl-fades-in {
    -webkit-animation: fadesIn .3s both ease;
    animation: fadesIn .3s both ease
}

.owl-slide-out {
    -webkit-animation: slideOut .9s both ease;
    animation: slideOut .9s both ease
}

.owl-slide-in {
    z-index: 10;
    -webkit-animation: slideIn .9s both ease;
    animation: slideIn .9s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-scaleToFade-out {
    -webkit-animation: scaleToFade .2s ease both;
    animation: scaleToFade .2s ease both
}

.owl-scaleToFade-in {
    -webkit-animation: fadeToScale .6s ease both;
    animation: fadeToScale .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

.owl-verticalSlide-in {
    -webkit-animation: vSlideIn .5s ease both;
    animation: vSlideIn .5s ease both
}

.owl-verticalSlide-out {
    -webkit-animation: vSlideOut .5s ease both;
    animation: vSlideOut .5s ease both
}

.owl-verticaSlide-out:last-child {
    -webkit-animation-duration: .35s;
    animation-duration: .35s
}

@media only screen and (max-width: 1024px) {
    .owl-verticaSlide-out:last-child {
        -webkit-animation-duration: .2s;
        animation-duration: .2s
    }
}

@-webkit-keyframes vSlideIn {
    from {
        -webkit-transform: translateY(100%)
    }
    to {
        -webkit-transform: translateY(0)
    }
}

@keyframes vSlideIn {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes vSlideOut {
    from {
        -webkit-transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes vSlideOut {
    from {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadesIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadesIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadesOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadesOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes fadeToScale {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1)
    }
}

@keyframes fadeToScale {
    from {
        opacity: 0;
        transform: scale(0.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes slideOut {
    0% {
        -webkit-transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateX(-100%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}

@keyframes slideOut {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slideIn {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    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 {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #cccccc
}

.mfp-preloader a:hover {
    color: white
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    color: white;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -26px;
    padding: 0;
    width: 30px;
    height: 52px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -25px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'fontello';
    font-size: 60px
}

.mfp-arrow-left {
    left: 20px
}

.mfp-arrow-left:before {
    content: '\ea0e'
}

.mfp-arrow-right {
    right: 20px
}

.mfp-arrow-right:before {
    content: '\ea0f'
}

.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;
    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: #444444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 802px) 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;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

@font-face {
    font-family: 'fontello';
    src: url("../fonts/fontello.eot?13441709");
    src: url("../fonts/fontello.eot?13441709#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?13441709") format("woff"), url("../fonts/fontello.ttf?13441709") format("truetype"), url("../fonts/fontello.svg?13441709#fontello") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.icon-emo-happy:before {
    content: '\e800'
}

.icon-odnoklassniki-rect-1:before {
    content: '\f002'
}

.icon-emo-wink2:before {
    content: '\e802'
}

.icon-emo-unhappy:before {
    content: '\e803'
}

.icon-emo-sleep:before {
    content: '\e804'
}

.icon-emo-thumbsup:before {
    content: '\e805'
}

.icon-emo-devil:before {
    content: '\e806'
}

.icon-emo-surprised:before {
    content: '\e807'
}

.icon-emo-tongue:before {
    content: '\e808'
}

.icon-emo-coffee:before {
    content: '\e809'
}

.icon-emo-sunglasses:before {
    content: '\e80a'
}

.icon-emo-displeased:before {
    content: '\e80b'
}

.icon-emo-beer:before {
    content: '\e80c'
}

.icon-emo-grin:before {
    content: '\e80d'
}

.icon-emo-angry:before {
    content: '\e80e'
}

.icon-emo-saint:before {
    content: '\e80f'
}

.icon-emo-cry:before {
    content: '\e810'
}

.icon-emo-shoot:before {
    content: '\e811'
}

.icon-emo-squint:before {
    content: '\e812'
}

.icon-emo-laugh:before {
    content: '\e813'
}

.icon-spin1:before {
    content: '\e814'
}

.icon-spin2:before {
    content: '\e815'
}

.icon-spin3:before {
    content: '\e816'
}

.icon-spin4:before {
    content: '\e817'
}

.icon-spin5:before {
    content: '\e818'
}

.icon-spin6:before {
    content: '\e819'
}

.icon-firefox:before {
    content: '\e81a'
}

.icon-chrome:before {
    content: '\e81b'
}

.icon-opera:before {
    content: '\e81c'
}

.icon-ie:before {
    content: '\e81d'
}

.icon-crown:before {
    content: '\e81e'
}

.icon-crown-plus:before {
    content: '\e81f'
}

.icon-crown-minus:before {
    content: '\e820'
}

.icon-marquee:before {
    content: '\e821'
}

.icon-glass:before {
    content: '\e822'
}

.icon-music:before {
    content: '\e823'
}

.icon-search:before {
    content: '\e824'
}

.icon-mail:before {
    content: '\e825'
}

.icon-mail-alt:before {
    content: '\e826'
}

.icon-heart:before {
    content: '\e827'
}

.icon-heart-empty:before {
    content: '\e828'
}

.icon-star:before {
    content: '\e829'
}

.icon-star-empty:before {
    content: '\e82a'
}

.icon-star-half:before {
    content: '\e82b'
}

.icon-star-half-alt:before {
    content: '\e82c'
}

.icon-user:before {
    content: '\e82d'
}

.icon-users:before {
    content: '\e82e'
}

.icon-male:before {
    content: '\e82f'
}

.icon-female:before {
    content: '\e830'
}

.icon-video:before {
    content: '\e831'
}

.icon-videocam:before {
    content: '\e832'
}

.icon-picture:before {
    content: '\e833'
}

.icon-camera:before {
    content: '\e834'
}

.icon-camera-alt:before {
    content: '\e835'
}

.icon-th-large:before {
    content: '\e836'
}

.icon-th:before {
    content: '\e837'
}

.icon-th-list:before {
    content: '\e838'
}

.icon-ok:before {
    content: '\e839'
}

.icon-ok-circled:before {
    content: '\e83a'
}

.icon-ok-circled2:before {
    content: '\e83b'
}

.icon-ok-squared:before {
    content: '\e83c'
}

.icon-cancel:before {
    content: '\e83d'
}

.icon-cancel-circled:before {
    content: '\e83e'
}

.icon-cancel-circled2:before {
    content: '\e83f'
}

.icon-plus:before {
    content: '\e840'
}

.icon-plus-circled:before {
    content: '\e841'
}

.icon-plus-squared:before {
    content: '\e842'
}

.icon-plus-squared-alt:before {
    content: '\e843'
}

.icon-minus:before {
    content: '\e844'
}

.icon-minus-circled:before {
    content: '\e845'
}

.icon-minus-squared:before {
    content: '\e846'
}

.icon-minus-squared-alt:before {
    content: '\e847'
}

.icon-help:before {
    content: '\e848'
}

.icon-help-circled:before {
    content: '\e849'
}

.icon-info-circled:before {
    content: '\e84a'
}

.icon-info:before {
    content: '\e84b'
}

.icon-home:before {
    content: '\e84c'
}

.icon-link:before {
    content: '\e84d'
}

.icon-unlink:before {
    content: '\e84e'
}

.icon-link-ext:before {
    content: '\e84f'
}

.icon-link-ext-alt:before {
    content: '\e850'
}

.icon-attach:before {
    content: '\e851'
}

.icon-lock:before {
    content: '\e852'
}

.icon-lock-open:before {
    content: '\e853'
}

.icon-lock-open-alt:before {
    content: '\e854'
}

.icon-pin:before {
    content: '\e855'
}

.icon-eye:before {
    content: '\e856'
}

.icon-eye-off:before {
    content: '\e857'
}

.icon-tag:before {
    content: '\e858'
}

.icon-tags:before {
    content: '\e859'
}

.icon-bookmark:before {
    content: '\e85a'
}

.icon-bookmark-empty:before {
    content: '\e85b'
}

.icon-flag:before {
    content: '\e85c'
}

.icon-flag-empty:before {
    content: '\e85d'
}

.icon-flag-checkered:before {
    content: '\e85e'
}

.icon-thumbs-up:before {
    content: '\e85f'
}

.icon-thumbs-down:before {
    content: '\e860'
}

.icon-thumbs-up-alt:before {
    content: '\e861'
}

.icon-thumbs-down-alt:before {
    content: '\e862'
}

.icon-download:before {
    content: '\e863'
}

.icon-upload:before {
    content: '\e864'
}

.icon-download-cloud:before {
    content: '\e865'
}

.icon-upload-cloud:before {
    content: '\e866'
}

.icon-reply:before {
    content: '\e867'
}

.icon-reply-all:before {
    content: '\e868'
}

.icon-forward:before {
    content: '\e869'
}

.icon-quote-left:before {
    content: '\e86a'
}

.icon-quote-right:before {
    content: '\e86b'
}

.icon-code:before {
    content: '\e86c'
}

.icon-export:before {
    content: '\e86d'
}

.icon-export-alt:before {
    content: '\e86e'
}

.icon-pencil:before {
    content: '\e86f'
}

.icon-pencil-squared:before {
    content: '\e870'
}

.icon-edit:before {
    content: '\e871'
}

.icon-print:before {
    content: '\e872'
}

.icon-retweet:before {
    content: '\e873'
}

.icon-keyboard:before {
    content: '\e874'
}

.icon-gamepad:before {
    content: '\e875'
}

.icon-comment:before {
    content: '\e876'
}

.icon-chat:before {
    content: '\e877'
}

.icon-comment-empty:before {
    content: '\e878'
}

.icon-chat-empty:before {
    content: '\e879'
}

.icon-bell:before {
    content: '\e87a'
}

.icon-bell-alt:before {
    content: '\e87b'
}

.icon-attention-alt:before {
    content: '\e87c'
}

.icon-attention:before {
    content: '\e87d'
}

.icon-attention-circled:before {
    content: '\e87e'
}

.icon-location:before {
    content: '\e87f'
}

.icon-direction:before {
    content: '\e880'
}

.icon-compass:before {
    content: '\e881'
}

.icon-trash:before {
    content: '\e882'
}

.icon-doc:before {
    content: '\e883'
}

.icon-docs:before {
    content: '\e884'
}

.icon-doc-text:before {
    content: '\e885'
}

.icon-doc-inv:before {
    content: '\e886'
}

.icon-doc-text-inv:before {
    content: '\e887'
}

.icon-folder:before {
    content: '\e888'
}

.icon-folder-open:before {
    content: '\e889'
}

.icon-folder-empty:before {
    content: '\e88a'
}

.icon-folder-open-empty:before {
    content: '\e88b'
}

.icon-box:before {
    content: '\e88c'
}

.icon-rss:before {
    content: '\e88d'
}

.icon-rss-squared:before {
    content: '\e88e'
}

.icon-phone:before {
    content: '\e88f'
}

.icon-phone-squared:before {
    content: '\e890'
}

.icon-menu:before {
    content: '\e891'
}

.icon-cog:before {
    content: '\e892'
}

.icon-cog-alt:before {
    content: '\e893'
}

.icon-wrench:before {
    content: '\e894'
}

.icon-basket:before {
    content: '\e895'
}

.icon-calendar:before {
    content: '\e896'
}

.icon-calendar-empty:before {
    content: '\e897'
}

.icon-login:before {
    content: '\e898'
}

.icon-logout:before {
    content: '\e899'
}

.icon-mic:before {
    content: '\e89a'
}

.icon-mute:before {
    content: '\e89b'
}

.icon-volume-off:before {
    content: '\e89c'
}

.icon-volume-down:before {
    content: '\e89d'
}

.icon-volume-up:before {
    content: '\e89e'
}

.icon-headphones:before {
    content: '\e89f'
}

.icon-clock:before {
    content: '\e8a0'
}

.icon-lightbulb:before {
    content: '\e8a1'
}

.icon-block:before {
    content: '\e8a2'
}

.icon-resize-full:before {
    content: '\e8a3'
}

.icon-resize-full-alt:before {
    content: '\e8a4'
}

.icon-resize-small:before {
    content: '\e8a5'
}

.icon-resize-vertical:before {
    content: '\e8a6'
}

.icon-resize-horizontal:before {
    content: '\e8a7'
}

.icon-move:before {
    content: '\e8a8'
}

.icon-zoom-in:before {
    content: '\e8a9'
}

.icon-zoom-out:before {
    content: '\e8aa'
}

.icon-down-circled2:before {
    content: '\e8ab'
}

.icon-up-circled2:before {
    content: '\e8ac'
}

.icon-left-circled2:before {
    content: '\e8ad'
}

.icon-right-circled2:before {
    content: '\e8ae'
}

.icon-down-dir:before {
    content: '\e8af'
}

.icon-up-dir:before {
    content: '\e8b0'
}

.icon-left-dir:before {
    content: '\e8b1'
}

.icon-right-dir:before {
    content: '\e8b2'
}

.icon-down-open:before {
    content: '\e8b3'
}

.icon-left-open:before {
    content: '\e8b4'
}

.icon-right-open:before {
    content: '\e8b5'
}

.icon-up-open:before {
    content: '\e8b6'
}

.icon-angle-left:before {
    content: '\e8b7'
}

.icon-angle-right:before {
    content: '\e8b8'
}

.icon-angle-up:before {
    content: '\e8b9'
}

.icon-angle-down:before {
    content: '\e8ba'
}

.icon-angle-circled-left:before {
    content: '\e8bb'
}

.icon-angle-circled-right:before {
    content: '\e8bc'
}

.icon-angle-circled-up:before {
    content: '\e8bd'
}

.icon-angle-circled-down:before {
    content: '\e8be'
}

.icon-angle-double-left:before {
    content: '\e8bf'
}

.icon-angle-double-right:before {
    content: '\e8c0'
}

.icon-angle-double-up:before {
    content: '\e8c1'
}

.icon-angle-double-down:before {
    content: '\e8c2'
}

.icon-down:before {
    content: '\e8c3'
}

.icon-left:before {
    content: '\e8c4'
}

.icon-right:before {
    content: '\e8c5'
}

.icon-up:before {
    content: '\e8c6'
}

.icon-down-big:before {
    content: '\e8c7'
}

.icon-left-big:before {
    content: '\e8c8'
}

.icon-right-big:before {
    content: '\e8c9'
}

.icon-up-big:before {
    content: '\e8ca'
}

.icon-right-hand:before {
    content: '\e8cb'
}

.icon-emo-wink:before {
    content: '\e801'
}

.icon-up-hand:before {
    content: '\e8cd'
}

.icon-down-hand:before {
    content: '\e8ce'
}

.icon-left-circled:before {
    content: '\e8cf'
}

.icon-right-circled:before {
    content: '\e8d0'
}

.icon-up-circled:before {
    content: '\e8d1'
}

.icon-down-circled:before {
    content: '\e8d2'
}

.icon-cw:before {
    content: '\e8d3'
}

.icon-ccw:before {
    content: '\e8d4'
}

.icon-arrows-cw:before {
    content: '\e8d5'
}

.icon-level-up:before {
    content: '\e8d6'
}

.icon-level-down:before {
    content: '\e8d7'
}

.icon-shuffle:before {
    content: '\e8d8'
}

.icon-exchange:before {
    content: '\e8d9'
}

.icon-expand:before {
    content: '\e8da'
}

.icon-collapse:before {
    content: '\e8db'
}

.icon-expand-right:before {
    content: '\e8dc'
}

.icon-collapse-left:before {
    content: '\e8dd'
}

.icon-play:before {
    content: '\e8de'
}

.icon-play-circled:before {
    content: '\e8df'
}

.icon-play-circled2:before {
    content: '\e8e0'
}

.icon-stop:before {
    content: '\e8e1'
}

.icon-pause:before {
    content: '\e8e2'
}

.icon-to-end:before {
    content: '\e8e3'
}

.icon-to-end-alt:before {
    content: '\e8e4'
}

.icon-to-start:before {
    content: '\e8e5'
}

.icon-to-start-alt:before {
    content: '\e8e6'
}

.icon-fast-fw:before {
    content: '\e8e7'
}

.icon-fast-bw:before {
    content: '\e8e8'
}

.icon-eject:before {
    content: '\e8e9'
}

.icon-target:before {
    content: '\e8ea'
}

.icon-signal:before {
    content: '\e8eb'
}

.icon-award:before {
    content: '\e8ec'
}

.icon-desktop:before {
    content: '\e8ed'
}

.icon-laptop:before {
    content: '\e8ee'
}

.icon-tablet:before {
    content: '\e8ef'
}

.icon-mobile:before {
    content: '\e8f0'
}

.icon-inbox:before {
    content: '\e8f1'
}

.icon-globe:before {
    content: '\e8f2'
}

.icon-sun:before {
    content: '\e8f3'
}

.icon-cloud:before {
    content: '\e8f4'
}

.icon-flash:before {
    content: '\e8f5'
}

.icon-moon:before {
    content: '\e8f6'
}

.icon-umbrella:before {
    content: '\e8f7'
}

.icon-flight:before {
    content: '\e8f8'
}

.icon-fighter-jet:before {
    content: '\e8f9'
}

.icon-leaf:before {
    content: '\e8fa'
}

.icon-font:before {
    content: '\e8fb'
}

.icon-bold:before {
    content: '\e8fc'
}

.icon-italic:before {
    content: '\e8fd'
}

.icon-text-height:before {
    content: '\e8fe'
}

.icon-text-width:before {
    content: '\e8ff'
}

.icon-align-left:before {
    content: '\e900'
}

.icon-align-center:before {
    content: '\e901'
}

.icon-align-right:before {
    content: '\e902'
}

.icon-align-justify:before {
    content: '\e903'
}

.icon-list:before {
    content: '\e904'
}

.icon-indent-left:before {
    content: '\e905'
}

.icon-indent-right:before {
    content: '\e906'
}

.icon-list-bullet:before {
    content: '\e907'
}

.icon-list-numbered:before {
    content: '\e908'
}

.icon-strike:before {
    content: '\e909'
}

.icon-underline:before {
    content: '\e90a'
}

.icon-superscript:before {
    content: '\e90b'
}

.icon-subscript:before {
    content: '\e90c'
}

.icon-table:before {
    content: '\e90d'
}

.icon-columns:before {
    content: '\e90e'
}

.icon-crop:before {
    content: '\e90f'
}

.icon-scissors:before {
    content: '\e910'
}

.icon-paste:before {
    content: '\e911'
}

.icon-briefcase:before {
    content: '\e912'
}

.icon-suitcase:before {
    content: '\e913'
}

.icon-ellipsis:before {
    content: '\e914'
}

.icon-ellipsis-vert:before {
    content: '\e915'
}

.icon-off:before {
    content: '\e916'
}

.icon-road:before {
    content: '\e917'
}

.icon-list-alt:before {
    content: '\e918'
}

.icon-qrcode:before {
    content: '\e919'
}

.icon-barcode:before {
    content: '\e91a'
}

.icon-book:before {
    content: '\e91b'
}

.icon-ajust:before {
    content: '\e91c'
}

.icon-tint:before {
    content: '\e91d'
}

.icon-check:before {
    content: '\e91e'
}

.icon-check-empty:before {
    content: '\e91f'
}

.icon-circle:before {
    content: '\e920'
}

.icon-circle-empty:before {
    content: '\e921'
}

.icon-dot-circled:before {
    content: '\e922'
}

.icon-asterisk:before {
    content: '\e923'
}

.icon-gift:before {
    content: '\e924'
}

.icon-fire:before {
    content: '\e925'
}

.icon-magnet:before {
    content: '\e926'
}

.icon-chart-bar:before {
    content: '\e927'
}

.icon-ticket:before {
    content: '\e928'
}

.icon-credit-card:before {
    content: '\e929'
}

.icon-floppy:before {
    content: '\e92a'
}

.icon-megaphone:before {
    content: '\e92b'
}

.icon-hdd:before {
    content: '\e92c'
}

.icon-key:before {
    content: '\e92d'
}

.icon-fork:before {
    content: '\e92e'
}

.icon-rocket:before {
    content: '\e92f'
}

.icon-bug:before {
    content: '\e930'
}

.icon-certificate:before {
    content: '\e931'
}

.icon-tasks:before {
    content: '\e932'
}

.icon-filter:before {
    content: '\e933'
}

.icon-beaker:before {
    content: '\e934'
}

.icon-magic:before {
    content: '\e935'
}

.icon-truck:before {
    content: '\e936'
}

.icon-money:before {
    content: '\e937'
}

.icon-euro:before {
    content: '\e938'
}

.icon-pound:before {
    content: '\e939'
}

.icon-dollar:before {
    content: '\e93a'
}

.icon-rupee:before {
    content: '\e93b'
}

.icon-yen:before {
    content: '\e93c'
}

.icon-rouble:before {
    content: '\e93d'
}

.icon-try:before {
    content: '\e93e'
}

.icon-won:before {
    content: '\e93f'
}

.icon-bitcoin:before {
    content: '\e940'
}

.icon-sort:before {
    content: '\e941'
}

.icon-sort-down:before {
    content: '\e942'
}

.icon-sort-up:before {
    content: '\e943'
}

.icon-sort-alt-up:before {
    content: '\e944'
}

.icon-sort-alt-down:before {
    content: '\e945'
}

.icon-sort-name-up:before {
    content: '\e946'
}

.icon-sort-name-down:before {
    content: '\e947'
}

.icon-sort-number-up:before {
    content: '\e948'
}

.icon-sort-number-down:before {
    content: '\e949'
}

.icon-hammer:before {
    content: '\e94a'
}

.icon-gauge:before {
    content: '\e94b'
}

.icon-sitemap:before {
    content: '\e94c'
}

.icon-spinner:before {
    content: '\e94d'
}

.icon-coffee:before {
    content: '\e94e'
}

.icon-food:before {
    content: '\e94f'
}

.icon-beer:before {
    content: '\e950'
}

.icon-user-md:before {
    content: '\e951'
}

.icon-stethoscope:before {
    content: '\e952'
}

.icon-ambulance:before {
    content: '\e953'
}

.icon-medkit:before {
    content: '\e954'
}

.icon-h-sigh:before {
    content: '\e955'
}

.icon-hospital:before {
    content: '\e956'
}

.icon-building:before {
    content: '\e957'
}

.icon-smile:before {
    content: '\e958'
}

.icon-frown:before {
    content: '\e959'
}

.icon-meh:before {
    content: '\e95a'
}

.icon-anchor:before {
    content: '\e95b'
}

.icon-terminal:before {
    content: '\e95c'
}

.icon-eraser:before {
    content: '\e95d'
}

.icon-puzzle:before {
    content: '\e95e'
}

.icon-shield:before {
    content: '\e95f'
}

.icon-extinguisher:before {
    content: '\e960'
}

.icon-bullseye:before {
    content: '\e961'
}

.icon-wheelchair:before {
    content: '\e962'
}

.icon-adn:before {
    content: '\e963'
}

.icon-android:before {
    content: '\e964'
}

.icon-apple:before {
    content: '\e965'
}

.icon-bitbucket:before {
    content: '\e966'
}

.icon-bitbucket-squared:before {
    content: '\e967'
}

.icon-css3:before {
    content: '\e968'
}

.icon-dribbble:before {
    content: '\e969'
}

.icon-dropbox:before {
    content: '\e96a'
}

.icon-facebook:before {
    content: '\e96b'
}

.icon-facebook-squared:before {
    content: '\e96c'
}

.icon-flickr:before {
    content: '\e96d'
}

.icon-foursquare:before {
    content: '\e96e'
}

.icon-github:before {
    content: '\e96f'
}

.icon-github-squared:before {
    content: '\e970'
}

.icon-github-circled:before {
    content: '\e971'
}

.icon-gittip:before {
    content: '\e972'
}

.icon-gplus-squared:before {
    content: '\e973'
}

.icon-gplus:before {
    content: '\e974'
}

.icon-html5:before {
    content: '\e975'
}

.icon-instagramm:before {
    content: '\e976'
}

.icon-linkedin-squared:before {
    content: '\e977'
}

.icon-linux:before {
    content: '\e978'
}

.icon-linkedin:before {
    content: '\e979'
}

.icon-maxcdn:before {
    content: '\e97a'
}

.icon-pagelines:before {
    content: '\e97b'
}

.icon-pinterest-circled:before {
    content: '\e97c'
}

.icon-pinterest-squared:before {
    content: '\e97d'
}

.icon-renren:before {
    content: '\e97e'
}

.icon-skype:before {
    content: '\e97f'
}

.icon-stackexchange:before {
    content: '\e980'
}

.icon-stackoverflow:before {
    content: '\e981'
}

.icon-trello:before {
    content: '\e982'
}

.icon-tumblr:before {
    content: '\e983'
}

.icon-tumblr-squared:before {
    content: '\e984'
}

.icon-twitter-squared:before {
    content: '\e985'
}

.icon-twitter:before {
    content: '\e986'
}

.icon-vimeo-squared:before {
    content: '\e987'
}

.icon-vkontakte:before {
    content: '\e988'
}

.icon-weibo:before {
    content: '\e989'
}

.icon-windows:before {
    content: '\e98a'
}

.icon-xing:before {
    content: '\e98b'
}

.icon-xing-squared:before {
    content: '\e98c'
}

.icon-youtube:before {
    content: '\e98d'
}

.icon-youtube-squared:before {
    content: '\e98e'
}

.icon-youtube-play:before {
    content: '\e98f'
}

.icon-blank:before {
    content: '\e990'
}

.icon-lemon:before {
    content: '\e991'
}

.icon-note:before {
    content: '\e992'
}

.icon-note-beamed:before {
    content: '\e993'
}

.icon-music-1:before {
    content: '\e994'
}

.icon-search-1:before {
    content: '\e995'
}

.icon-flashlight:before {
    content: '\e996'
}

.icon-mail-1:before {
    content: '\e997'
}

.icon-heart-1:before {
    content: '\e998'
}

.icon-heart-empty-1:before {
    content: '\e999'
}

.icon-star-1:before {
    content: '\e99a'
}

.icon-star-empty-1:before {
    content: '\e99b'
}

.icon-user-1:before {
    content: '\e99c'
}

.icon-users-1:before {
    content: '\e99d'
}

.icon-user-add:before {
    content: '\e99e'
}

.icon-video-1:before {
    content: '\e99f'
}

.icon-picture-1:before {
    content: '\e9a0'
}

.icon-camera-1:before {
    content: '\e9a1'
}

.icon-layout:before {
    content: '\e9a2'
}

.icon-menu-1:before {
    content: '\e9a3'
}

.icon-check-1:before {
    content: '\e9a4'
}

.icon-cancel-1:before {
    content: '\e9a5'
}

.icon-cancel-circled-1:before {
    content: '\e9a6'
}

.icon-cancel-squared:before {
    content: '\e9a7'
}

.icon-plus-1:before {
    content: '\e9a8'
}

.icon-plus-circled-1:before {
    content: '\e9a9'
}

.icon-plus-squared-1:before {
    content: '\e9aa'
}

.icon-minus-1:before {
    content: '\e9ab'
}

.icon-minus-circled-1:before {
    content: '\e9ac'
}

.icon-minus-squared-1:before {
    content: '\e9ad'
}

.icon-help-1:before {
    content: '\e9ae'
}

.icon-help-circled-1:before {
    content: '\e9af'
}

.icon-info-1:before {
    content: '\e9b0'
}

.icon-info-circled-1:before {
    content: '\e9b1'
}

.icon-back:before {
    content: '\e9b2'
}

.icon-home-1:before {
    content: '\e9b3'
}

.icon-link-1:before {
    content: '\e9b4'
}

.icon-attach-1:before {
    content: '\e9b5'
}

.icon-lock-1:before {
    content: '\e9b6'
}

.icon-lock-open-1:before {
    content: '\e9b7'
}

.icon-eye-1:before {
    content: '\e9b8'
}

.icon-tag-1:before {
    content: '\e9b9'
}

.icon-bookmark-1:before {
    content: '\e9ba'
}

.icon-bookmarks:before {
    content: '\e9bb'
}

.icon-flag-1:before {
    content: '\e9bc'
}

.icon-thumbs-up-1:before {
    content: '\e9bd'
}

.icon-thumbs-down-1:before {
    content: '\e9be'
}

.icon-download-1:before {
    content: '\e9bf'
}

.icon-upload-1:before {
    content: '\e9c0'
}

.icon-upload-cloud-1:before {
    content: '\e9c1'
}

.icon-reply-1:before {
    content: '\e9c2'
}

.icon-reply-all-1:before {
    content: '\e9c3'
}

.icon-forward-1:before {
    content: '\e9c4'
}

.icon-quote:before {
    content: '\e9c5'
}

.icon-code-1:before {
    content: '\e9c6'
}

.icon-export-1:before {
    content: '\e9c7'
}

.icon-pencil-1:before {
    content: '\e9c8'
}

.icon-feather:before {
    content: '\e9c9'
}

.icon-print-1:before {
    content: '\e9ca'
}

.icon-retweet-1:before {
    content: '\e9cb'
}

.icon-keyboard-1:before {
    content: '\e9cc'
}

.icon-comment-1:before {
    content: '\e9cd'
}

.icon-chat-1:before {
    content: '\e9ce'
}

.icon-bell-1:before {
    content: '\e9cf'
}

.icon-attention-1:before {
    content: '\e9d0'
}

.icon-alert:before {
    content: '\e9d1'
}

.icon-vcard:before {
    content: '\e9d2'
}

.icon-address:before {
    content: '\e9d3'
}

.icon-location-1:before {
    content: '\e9d4'
}

.icon-map:before {
    content: '\e9d5'
}

.icon-direction-1:before {
    content: '\e9d6'
}

.icon-compass-1:before {
    content: '\e9d7'
}

.icon-cup:before {
    content: '\e9d8'
}

.icon-trash-1:before {
    content: '\e9d9'
}

.icon-doc-1:before {
    content: '\e9da'
}

.icon-docs-1:before {
    content: '\e9db'
}

.icon-doc-landscape:before {
    content: '\e9dc'
}

.icon-doc-text-1:before {
    content: '\e9dd'
}

.icon-doc-text-inv-1:before {
    content: '\e9de'
}

.icon-newspaper:before {
    content: '\e9df'
}

.icon-book-open:before {
    content: '\e9e0'
}

.icon-book-1:before {
    content: '\e9e1'
}

.icon-folder-1:before {
    content: '\e9e2'
}

.icon-archive:before {
    content: '\e9e3'
}

.icon-box-1:before {
    content: '\e9e4'
}

.icon-rss-1:before {
    content: '\e9e5'
}

.icon-phone-1:before {
    content: '\e9e6'
}

.icon-cog-1:before {
    content: '\e9e7'
}

.icon-tools:before {
    content: '\e9e8'
}

.icon-share:before {
    content: '\e9e9'
}

.icon-shareable:before {
    content: '\e9ea'
}

.icon-basket-1:before {
    content: '\e9eb'
}

.icon-bag:before {
    content: '\e9ec'
}

.icon-calendar-1:before {
    content: '\e9ed'
}

.icon-login-1:before {
    content: '\e9ee'
}

.icon-logout-1:before {
    content: '\e9ef'
}

.icon-mic-1:before {
    content: '\e9f0'
}

.icon-mute-1:before {
    content: '\e9f1'
}

.icon-sound:before {
    content: '\e9f2'
}

.icon-volume:before {
    content: '\e9f3'
}

.icon-clock-1:before {
    content: '\e9f4'
}

.icon-hourglass:before {
    content: '\e9f5'
}

.icon-lamp:before {
    content: '\e9f6'
}

.icon-light-down:before {
    content: '\e9f7'
}

.icon-light-up:before {
    content: '\e9f8'
}

.icon-adjust:before {
    content: '\e9f9'
}

.icon-block-1:before {
    content: '\e9fa'
}

.icon-resize-full-1:before {
    content: '\e9fb'
}

.icon-resize-small-1:before {
    content: '\e9fc'
}

.icon-popup:before {
    content: '\e9fd'
}

.icon-publish:before {
    content: '\e9fe'
}

.icon-window:before {
    content: '\e9ff'
}

.icon-arrow-combo:before {
    content: '\ea00'
}

.icon-down-circled-1:before {
    content: '\ea01'
}

.icon-left-circled-1:before {
    content: '\ea02'
}

.icon-right-circled-1:before {
    content: '\ea03'
}

.icon-up-circled-1:before {
    content: '\ea04'
}

.icon-down-open-1:before {
    content: '\ea05'
}

.icon-left-open-1:before {
    content: '\ea06'
}

.icon-right-open-1:before {
    content: '\ea07'
}

.icon-up-open-1:before {
    content: '\ea08'
}

.icon-down-open-mini:before {
    content: '\ea09'
}

.icon-left-open-mini:before {
    content: '\ea0a'
}

.icon-right-open-mini:before {
    content: '\ea0b'
}

.icon-up-open-mini:before {
    content: '\ea0c'
}

.icon-down-open-big:before {
    content: '\ea0d'
}

.icon-left-open-big:before {
    content: '\ea0e'
}

.icon-right-open-big:before {
    content: '\ea0f'
}

.icon-up-open-big:before {
    content: '\ea10'
}

.icon-down-1:before {
    content: '\ea11'
}

.icon-left-1:before {
    content: '\ea12'
}

.icon-right-1:before {
    content: '\ea13'
}

.icon-up-1:before {
    content: '\ea14'
}

.icon-down-dir-1:before {
    content: '\ea15'
}

.icon-left-dir-1:before {
    content: '\ea16'
}

.icon-right-dir-1:before {
    content: '\ea17'
}

.icon-up-dir-1:before {
    content: '\ea18'
}

.icon-down-bold:before {
    content: '\ea19'
}

.icon-left-bold:before {
    content: '\ea1a'
}

.icon-right-bold:before {
    content: '\ea1b'
}

.icon-up-bold:before {
    content: '\ea1c'
}

.icon-down-thin:before {
    content: '\ea1d'
}

.icon-left-thin:before {
    content: '\ea1e'
}

.icon-right-thin:before {
    content: '\ea1f'
}

.icon-up-thin:before {
    content: '\ea20'
}

.icon-ccw-1:before {
    content: '\ea21'
}

.icon-cw-1:before {
    content: '\ea22'
}

.icon-arrows-ccw:before {
    content: '\ea23'
}

.icon-level-down-1:before {
    content: '\ea24'
}

.icon-level-up-1:before {
    content: '\ea25'
}

.icon-shuffle-1:before {
    content: '\ea26'
}

.icon-loop:before {
    content: '\ea27'
}

.icon-switch:before {
    content: '\ea28'
}

.icon-play-1:before {
    content: '\ea29'
}

.icon-stop-1:before {
    content: '\ea2a'
}

.icon-pause-1:before {
    content: '\ea2b'
}

.icon-record:before {
    content: '\ea2c'
}

.icon-to-end-1:before {
    content: '\ea2d'
}

.icon-to-start-1:before {
    content: '\ea2e'
}

.icon-fast-forward:before {
    content: '\ea2f'
}

.icon-fast-backward:before {
    content: '\ea30'
}

.icon-progress-0:before {
    content: '\ea31'
}

.icon-progress-1:before {
    content: '\ea32'
}

.icon-progress-2:before {
    content: '\ea33'
}

.icon-progress-3:before {
    content: '\ea34'
}

.icon-target-1:before {
    content: '\ea35'
}

.icon-palette:before {
    content: '\ea36'
}

.icon-list-1:before {
    content: '\ea37'
}

.icon-list-add:before {
    content: '\ea38'
}

.icon-signal-1:before {
    content: '\ea39'
}

.icon-trophy:before {
    content: '\ea3a'
}

.icon-battery:before {
    content: '\ea3b'
}

.icon-back-in-time:before {
    content: '\ea3c'
}

.icon-monitor:before {
    content: '\ea3d'
}

.icon-mobile-1:before {
    content: '\ea3e'
}

.icon-network:before {
    content: '\ea3f'
}

.icon-cd:before {
    content: '\ea40'
}

.icon-inbox-1:before {
    content: '\ea41'
}

.icon-install:before {
    content: '\ea42'
}

.icon-globe-1:before {
    content: '\ea43'
}

.icon-cloud-1:before {
    content: '\ea44'
}

.icon-cloud-thunder:before {
    content: '\ea45'
}

.icon-flash-1:before {
    content: '\ea46'
}

.icon-moon-1:before {
    content: '\ea47'
}

.icon-flight-1:before {
    content: '\ea48'
}

.icon-paper-plane:before {
    content: '\ea49'
}

.icon-leaf-1:before {
    content: '\ea4a'
}

.icon-lifebuoy:before {
    content: '\ea4b'
}

.icon-mouse:before {
    content: '\ea4c'
}

.icon-briefcase-1:before {
    content: '\ea4d'
}

.icon-suitcase-1:before {
    content: '\ea4e'
}

.icon-dot:before {
    content: '\ea4f'
}

.icon-dot-2:before {
    content: '\ea50'
}

.icon-dot-3:before {
    content: '\ea51'
}

.icon-brush:before {
    content: '\ea52'
}

.icon-magnet-1:before {
    content: '\ea53'
}

.icon-infinity:before {
    content: '\ea54'
}

.icon-erase:before {
    content: '\ea55'
}

.icon-chart-pie:before {
    content: '\ea56'
}

.icon-chart-line:before {
    content: '\ea57'
}

.icon-chart-bar-1:before {
    content: '\ea58'
}

.icon-chart-area:before {
    content: '\ea59'
}

.icon-tape:before {
    content: '\ea5a'
}

.icon-graduation-cap:before {
    content: '\ea5b'
}

.icon-language:before {
    content: '\ea5c'
}

.icon-ticket-1:before {
    content: '\ea5d'
}

.icon-water:before {
    content: '\ea5e'
}

.icon-droplet:before {
    content: '\ea5f'
}

.icon-air:before {
    content: '\ea60'
}

.icon-credit-card-1:before {
    content: '\ea61'
}

.icon-floppy-1:before {
    content: '\ea62'
}

.icon-clipboard:before {
    content: '\ea63'
}

.icon-megaphone-1:before {
    content: '\ea64'
}

.icon-database:before {
    content: '\ea65'
}

.icon-drive:before {
    content: '\ea66'
}

.icon-bucket:before {
    content: '\ea67'
}

.icon-thermometer:before {
    content: '\ea68'
}

.icon-key-1:before {
    content: '\ea69'
}

.icon-flow-cascade:before {
    content: '\ea6a'
}

.icon-flow-branch:before {
    content: '\ea6b'
}

.icon-flow-tree:before {
    content: '\ea6c'
}

.icon-flow-line:before {
    content: '\ea6d'
}

.icon-flow-parallel:before {
    content: '\ea6e'
}

.icon-rocket-1:before {
    content: '\ea6f'
}

.icon-gauge-1:before {
    content: '\ea70'
}

.icon-traffic-cone:before {
    content: '\ea71'
}

.icon-cc:before {
    content: '\ea72'
}

.icon-cc-by:before {
    content: '\ea73'
}

.icon-cc-nc:before {
    content: '\ea74'
}

.icon-cc-nc-eu:before {
    content: '\ea75'
}

.icon-cc-nc-jp:before {
    content: '\ea76'
}

.icon-cc-sa:before {
    content: '\ea77'
}

.icon-cc-nd:before {
    content: '\ea78'
}

.icon-cc-pd:before {
    content: '\ea79'
}

.icon-cc-zero:before {
    content: '\ea7a'
}

.icon-cc-share:before {
    content: '\ea7b'
}

.icon-cc-remix:before {
    content: '\ea7c'
}

.icon-github-1:before {
    content: '\ea7d'
}

.icon-github-circled-1:before {
    content: '\ea7e'
}

.icon-flickr-1:before {
    content: '\ea7f'
}

.icon-flickr-circled:before {
    content: '\ea80'
}

.icon-vimeo:before {
    content: '\ea81'
}

.icon-vimeo-circled:before {
    content: '\ea82'
}

.icon-twitter-1:before {
    content: '\ea83'
}

.icon-twitter-circled:before {
    content: '\ea84'
}

.icon-facebook-1:before {
    content: '\ea85'
}

.icon-facebook-circled:before {
    content: '\ea86'
}

.icon-facebook-squared-1:before {
    content: '\ea87'
}

.icon-gplus-1:before {
    content: '\ea88'
}

.icon-gplus-circled:before {
    content: '\ea89'
}

.icon-pinterest:before {
    content: '\ea8a'
}

.icon-pinterest-circled-1:before {
    content: '\ea8b'
}

.icon-tumblr-1:before {
    content: '\ea8c'
}

.icon-tumblr-circled:before {
    content: '\ea8d'
}

.icon-linkedin-1:before {
    content: '\ea8e'
}

.icon-linkedin-circled:before {
    content: '\ea8f'
}

.icon-dribbble-1:before {
    content: '\ea90'
}

.icon-dribbble-circled:before {
    content: '\ea91'
}

.icon-stumbleupon:before {
    content: '\ea92'
}

.icon-stumbleupon-circled:before {
    content: '\ea93'
}

.icon-lastfm:before {
    content: '\ea94'
}

.icon-lastfm-circled:before {
    content: '\ea95'
}

.icon-rdio:before {
    content: '\ea96'
}

.icon-rdio-circled:before {
    content: '\ea97'
}

.icon-spotify:before {
    content: '\ea98'
}

.icon-spotify-circled:before {
    content: '\ea99'
}

.icon-qq:before {
    content: '\ea9a'
}

.icon-instagram:before {
    content: '\ea9b'
}

.icon-dropbox-1:before {
    content: '\ea9c'
}

.icon-evernote:before {
    content: '\ea9d'
}

.icon-flattr:before {
    content: '\ea9e'
}

.icon-skype-1:before {
    content: '\ea9f'
}

.icon-skype-circled:before {
    content: '\eaa0'
}

.icon-renren-1:before {
    content: '\eaa1'
}

.icon-sina-weibo:before {
    content: '\eaa2'
}

.icon-paypal:before {
    content: '\eaa3'
}

.icon-picasa:before {
    content: '\eaa4'
}

.icon-soundcloud:before {
    content: '\eaa5'
}

.icon-mixi:before {
    content: '\eaa6'
}

.icon-behance:before {
    content: '\eaa7'
}

.icon-google-circles:before {
    content: '\eaa8'
}

.icon-vkontakte-1:before {
    content: '\eaa9'
}

.icon-smashing:before {
    content: '\eaaa'
}

.icon-sweden:before {
    content: '\eaab'
}

.icon-db-shape:before {
    content: '\eaac'
}

.icon-logo-db:before {
    content: '\eaad'
}

.icon-music-outline:before {
    content: '\eaae'
}

.icon-music-2:before {
    content: '\eaaf'
}

.icon-search-outline:before {
    content: '\eab0'
}

.icon-search-2:before {
    content: '\eab1'
}

.icon-mail-2:before {
    content: '\eab2'
}

.icon-heart-2:before {
    content: '\eab3'
}

.icon-heart-filled:before {
    content: '\eab4'
}

.icon-star-2:before {
    content: '\eab5'
}

.icon-star-filled:before {
    content: '\eab6'
}

.icon-user-outline:before {
    content: '\eab7'
}

.icon-user-2:before {
    content: '\eab8'
}

.icon-users-outline:before {
    content: '\eab9'
}

.icon-users-2:before {
    content: '\eaba'
}

.icon-user-add-outline:before {
    content: '\eabb'
}

.icon-user-add-1:before {
    content: '\eabc'
}

.icon-user-delete-outline:before {
    content: '\eabd'
}

.icon-user-delete:before {
    content: '\eabe'
}

.icon-video-2:before {
    content: '\eabf'
}

.icon-videocam-outline:before {
    content: '\eac0'
}

.icon-videocam-1:before {
    content: '\eac1'
}

.icon-picture-outline:before {
    content: '\eac2'
}

.icon-picture-2:before {
    content: '\eac3'
}

.icon-camera-outline:before {
    content: '\eac4'
}

.icon-camera-2:before {
    content: '\eac5'
}

.icon-th-outline:before {
    content: '\eac6'
}

.icon-th-1:before {
    content: '\eac7'
}

.icon-th-large-outline:before {
    content: '\eac8'
}

.icon-th-large-1:before {
    content: '\eac9'
}

.icon-th-list-outline:before {
    content: '\eaca'
}

.icon-th-list-1:before {
    content: '\eacb'
}

.icon-ok-outline:before {
    content: '\eacc'
}

.icon-ok-1:before {
    content: '\eacd'
}

.icon-cancel-outline:before {
    content: '\eace'
}

.icon-cancel-2:before {
    content: '\eacf'
}

.icon-cancel-alt:before {
    content: '\ead0'
}

.icon-cancel-alt-filled:before {
    content: '\ead1'
}

.icon-cancel-circled-outline:before {
    content: '\ead2'
}

.icon-cancel-circled-2:before {
    content: '\ead3'
}

.icon-plus-outline:before {
    content: '\ead4'
}

.icon-plus-2:before {
    content: '\ead5'
}

.icon-minus-outline:before {
    content: '\ead6'
}

.icon-minus-2:before {
    content: '\ead7'
}

.icon-divide-outline:before {
    content: '\ead8'
}

.icon-divide:before {
    content: '\ead9'
}

.icon-eq-outline:before {
    content: '\eada'
}

.icon-eq:before {
    content: '\eadb'
}

.icon-info-outline:before {
    content: '\eadc'
}

.icon-info-2:before {
    content: '\eadd'
}

.icon-home-outline:before {
    content: '\eade'
}

.icon-home-2:before {
    content: '\eadf'
}

.icon-link-outline:before {
    content: '\eae0'
}

.icon-link-2:before {
    content: '\eae1'
}

.icon-attach-outline:before {
    content: '\eae2'
}

.icon-attach-2:before {
    content: '\eae3'
}

.icon-lock-2:before {
    content: '\eae4'
}

.icon-lock-filled:before {
    content: '\eae5'
}

.icon-lock-open-2:before {
    content: '\eae6'
}

.icon-lock-open-filled:before {
    content: '\eae7'
}

.icon-pin-outline:before {
    content: '\eae8'
}

.icon-pin-1:before {
    content: '\eae9'
}

.icon-eye-outline:before {
    content: '\eaea'
}

.icon-eye-2:before {
    content: '\eaeb'
}

.icon-tag-2:before {
    content: '\eaec'
}

.icon-tags-1:before {
    content: '\eaed'
}

.icon-bookmark-2:before {
    content: '\eaee'
}

.icon-flag-2:before {
    content: '\eaef'
}

.icon-flag-filled:before {
    content: '\eaf0'
}

.icon-thumbs-up-2:before {
    content: '\eaf1'
}

.icon-thumbs-down-2:before {
    content: '\eaf2'
}

.icon-download-outline:before {
    content: '\eaf3'
}

.icon-download-2:before {
    content: '\eaf4'
}

.icon-upload-outline:before {
    content: '\eaf5'
}

.icon-upload-2:before {
    content: '\eaf6'
}

.icon-upload-cloud-outline:before {
    content: '\eaf7'
}

.icon-upload-cloud-2:before {
    content: '\eaf8'
}

.icon-reply-outline:before {
    content: '\eaf9'
}

.icon-reply-2:before {
    content: '\eafa'
}

.icon-forward-outline:before {
    content: '\eafb'
}

.icon-forward-2:before {
    content: '\eafc'
}

.icon-code-outline:before {
    content: '\eafd'
}

.icon-code-2:before {
    content: '\eafe'
}

.icon-export-outline:before {
    content: '\eaff'
}

.icon-export-2:before {
    content: '\eb00'
}

.icon-pencil-2:before {
    content: '\eb01'
}

.icon-pen:before {
    content: '\eb02'
}

.icon-feather-1:before {
    content: '\eb03'
}

.icon-edit-1:before {
    content: '\eb04'
}

.icon-print-2:before {
    content: '\eb05'
}

.icon-comment-2:before {
    content: '\eb06'
}

.icon-chat-2:before {
    content: '\eb07'
}

.icon-chat-alt:before {
    content: '\eb08'
}

.icon-bell-2:before {
    content: '\eb09'
}

.icon-attention-2:before {
    content: '\eb0a'
}

.icon-attention-filled:before {
    content: '\eb0b'
}

.icon-warning-empty:before {
    content: '\eb0c'
}

.icon-warning:before {
    content: '\eb0d'
}

.icon-contacts:before {
    content: '\eb0e'
}

.icon-vcard-1:before {
    content: '\eb0f'
}

.icon-address-1:before {
    content: '\eb10'
}

.icon-location-outline:before {
    content: '\eb11'
}

.icon-location-2:before {
    content: '\eb12'
}

.icon-map-1:before {
    content: '\eb13'
}

.icon-direction-outline:before {
    content: '\eb14'
}

.icon-direction-2:before {
    content: '\eb15'
}

.icon-compass-2:before {
    content: '\eb16'
}

.icon-trash-2:before {
    content: '\eb17'
}

.icon-doc-2:before {
    content: '\eb18'
}

.icon-doc-text-2:before {
    content: '\eb19'
}

.icon-doc-add:before {
    content: '\eb1a'
}

.icon-doc-remove:before {
    content: '\eb1b'
}

.icon-news:before {
    content: '\eb1c'
}

.icon-folder-2:before {
    content: '\eb1d'
}

.icon-folder-add:before {
    content: '\eb1e'
}

.icon-folder-delete:before {
    content: '\eb1f'
}

.icon-archive-1:before {
    content: '\eb20'
}

.icon-box-2:before {
    content: '\eb21'
}

.icon-rss-outline:before {
    content: '\eb22'
}

.icon-rss-2:before {
    content: '\eb23'
}

.icon-phone-outline:before {
    content: '\eb24'
}

.icon-phone-2:before {
    content: '\eb25'
}

.icon-menu-outline:before {
    content: '\eb26'
}

.icon-menu-2:before {
    content: '\eb27'
}

.icon-cog-outline:before {
    content: '\eb28'
}

.icon-cog-2:before {
    content: '\eb29'
}

.icon-wrench-outline:before {
    content: '\eb2a'
}

.icon-wrench-1:before {
    content: '\eb2b'
}

.icon-basket-2:before {
    content: '\eb2c'
}

.icon-calendar-outlilne:before {
    content: '\eb2d'
}

.icon-calendar-2:before {
    content: '\eb2e'
}

.icon-mic-outline:before {
    content: '\eb2f'
}

.icon-mic-2:before {
    content: '\eb30'
}

.icon-volume-off-1:before {
    content: '\eb31'
}

.icon-volume-low:before {
    content: '\eb32'
}

.icon-volume-middle:before {
    content: '\eb33'
}

.icon-volume-high:before {
    content: '\eb34'
}

.icon-headphones-1:before {
    content: '\eb35'
}

.icon-clock-2:before {
    content: '\eb36'
}

.icon-wristwatch:before {
    content: '\eb37'
}

.icon-stopwatch:before {
    content: '\eb38'
}

.icon-lightbulb-1:before {
    content: '\eb39'
}

.icon-block-outline:before {
    content: '\eb3a'
}

.icon-block-2:before {
    content: '\eb3b'
}

.icon-resize-full-outline:before {
    content: '\eb3c'
}

.icon-resize-full-2:before {
    content: '\eb3d'
}

.icon-resize-normal-outline:before {
    content: '\eb3e'
}

.icon-resize-normal:before {
    content: '\eb3f'
}

.icon-move-outline:before {
    content: '\eb40'
}

.icon-move-1:before {
    content: '\eb41'
}

.icon-popup-1:before {
    content: '\eb42'
}

.icon-zoom-in-outline:before {
    content: '\eb43'
}

.icon-zoom-in-1:before {
    content: '\eb44'
}

.icon-zoom-out-outline:before {
    content: '\eb45'
}

.icon-zoom-out-1:before {
    content: '\eb46'
}

.icon-popup-2:before {
    content: '\eb47'
}

.icon-left-open-outline:before {
    content: '\eb48'
}

.icon-left-open-2:before {
    content: '\eb49'
}

.icon-right-open-outline:before {
    content: '\eb4a'
}

.icon-right-open-2:before {
    content: '\eb4b'
}

.icon-down-2:before {
    content: '\eb4c'
}

.icon-left-2:before {
    content: '\eb4d'
}

.icon-right-2:before {
    content: '\eb4e'
}

.icon-up-2:before {
    content: '\eb4f'
}

.icon-down-outline:before {
    content: '\eb50'
}

.icon-left-outline:before {
    content: '\eb51'
}

.icon-right-outline:before {
    content: '\eb52'
}

.icon-up-outline:before {
    content: '\eb53'
}

.icon-down-small:before {
    content: '\eb54'
}

.icon-left-small:before {
    content: '\eb55'
}

.icon-right-small:before {
    content: '\eb56'
}

.icon-up-small:before {
    content: '\eb57'
}

.icon-cw-outline:before {
    content: '\eb58'
}

.icon-cw-2:before {
    content: '\eb59'
}

.icon-arrows-cw-outline:before {
    content: '\eb5a'
}

.icon-arrows-cw-1:before {
    content: '\eb5b'
}

.icon-loop-outline:before {
    content: '\eb5c'
}

.icon-loop-1:before {
    content: '\eb5d'
}

.icon-loop-alt-outline:before {
    content: '\eb5e'
}

.icon-loop-alt:before {
    content: '\eb5f'
}

.icon-shuffle-2:before {
    content: '\eb60'
}

.icon-play-outline:before {
    content: '\eb61'
}

.icon-play-2:before {
    content: '\eb62'
}

.icon-stop-outline:before {
    content: '\eb63'
}

.icon-stop-2:before {
    content: '\eb64'
}

.icon-pause-outline:before {
    content: '\eb65'
}

.icon-pause-2:before {
    content: '\eb66'
}

.icon-fast-fw-outline:before {
    content: '\eb67'
}

.icon-fast-fw-1:before {
    content: '\eb68'
}

.icon-rewind-outline:before {
    content: '\eb69'
}

.icon-rewind:before {
    content: '\eb6a'
}

.icon-record-outline:before {
    content: '\eb6b'
}

.icon-record-1:before {
    content: '\eb6c'
}

.icon-eject-outline:before {
    content: '\eb6d'
}

.icon-eject-1:before {
    content: '\eb6e'
}

.icon-eject-alt-outline:before {
    content: '\eb6f'
}

.icon-eject-alt:before {
    content: '\eb70'
}

.icon-bat1:before {
    content: '\eb71'
}

.icon-bat2:before {
    content: '\eb72'
}

.icon-bat3:before {
    content: '\eb73'
}

.icon-bat4:before {
    content: '\eb74'
}

.icon-bat-charge:before {
    content: '\eb75'
}

.icon-plug:before {
    content: '\eb76'
}

.icon-target-outline:before {
    content: '\eb77'
}

.icon-target-2:before {
    content: '\eb78'
}

.icon-wifi-outline:before {
    content: '\eb79'
}

.icon-wifi:before {
    content: '\eb7a'
}

.icon-desktop-1:before {
    content: '\eb7b'
}

.icon-laptop-1:before {
    content: '\eb7c'
}

.icon-tablet-1:before {
    content: '\eb7d'
}

.icon-mobile-2:before {
    content: '\eb7e'
}

.icon-contrast:before {
    content: '\eb7f'
}

.icon-globe-outline:before {
    content: '\eb80'
}

.icon-globe-2:before {
    content: '\eb81'
}

.icon-globe-alt-outline:before {
    content: '\eb82'
}

.icon-globe-alt:before {
    content: '\eb83'
}

.icon-sun-1:before {
    content: '\eb84'
}

.icon-sun-filled:before {
    content: '\eb85'
}

.icon-cloud-2:before {
    content: '\eb86'
}

.icon-flash-outline:before {
    content: '\eb87'
}

.icon-flash-2:before {
    content: '\eb88'
}

.icon-moon-2:before {
    content: '\eb89'
}

.icon-waves-outline:before {
    content: '\eb8a'
}

.icon-waves:before {
    content: '\eb8b'
}

.icon-rain:before {
    content: '\eb8c'
}

.icon-cloud-sun:before {
    content: '\eb8d'
}

.icon-drizzle:before {
    content: '\eb8e'
}

.icon-snow:before {
    content: '\eb8f'
}

.icon-cloud-flash:before {
    content: '\eb90'
}

.icon-cloud-wind:before {
    content: '\eb91'
}

.icon-wind:before {
    content: '\eb92'
}

.icon-plane-outline:before {
    content: '\eb93'
}

.icon-plane:before {
    content: '\eb94'
}

.icon-leaf-2:before {
    content: '\eb95'
}

.icon-lifebuoy-1:before {
    content: '\eb96'
}

.icon-briefcase-2:before {
    content: '\eb97'
}

.icon-brush-1:before {
    content: '\eb98'
}

.icon-pipette:before {
    content: '\eb99'
}

.icon-power-outline:before {
    content: '\eb9a'
}

.icon-power:before {
    content: '\eb9b'
}

.icon-check-outline:before {
    content: '\eb9c'
}

.icon-check-2:before {
    content: '\eb9d'
}

.icon-gift-1:before {
    content: '\eb9e'
}

.icon-temperatire:before {
    content: '\eb9f'
}

.icon-chart-outline:before {
    content: '\eba0'
}

.icon-chart:before {
    content: '\eba1'
}

.icon-chart-alt-outline:before {
    content: '\eba2'
}

.icon-chart-alt:before {
    content: '\eba3'
}

.icon-chart-bar-outline:before {
    content: '\eba4'
}

.icon-chart-bar-2:before {
    content: '\eba5'
}

.icon-chart-pie-outline:before {
    content: '\eba6'
}

.icon-chart-pie-1:before {
    content: '\eba7'
}

.icon-ticket-2:before {
    content: '\eba8'
}

.icon-credit-card-2:before {
    content: '\eba9'
}

.icon-clipboard-1:before {
    content: '\ebaa'
}

.icon-database-1:before {
    content: '\ebab'
}

.icon-key-outline:before {
    content: '\ebac'
}

.icon-key-2:before {
    content: '\ebad'
}

.icon-flow-split:before {
    content: '\ebae'
}

.icon-flow-merge:before {
    content: '\ebaf'
}

.icon-flow-parallel-1:before {
    content: '\ebb0'
}

.icon-flow-cross:before {
    content: '\ebb1'
}

.icon-certificate-outline:before {
    content: '\ebb2'
}

.icon-certificate-1:before {
    content: '\ebb3'
}

.icon-scissors-outline:before {
    content: '\ebb4'
}

.icon-scissors-1:before {
    content: '\ebb5'
}

.icon-flask:before {
    content: '\ebb6'
}

.icon-wine:before {
    content: '\ebb7'
}

.icon-coffee-1:before {
    content: '\ebb8'
}

.icon-beer-1:before {
    content: '\ebb9'
}

.icon-anchor-outline:before {
    content: '\ebba'
}

.icon-anchor-1:before {
    content: '\ebbb'
}

.icon-puzzle-outline:before {
    content: '\ebbc'
}

.icon-puzzle-1:before {
    content: '\ebbd'
}

.icon-tree:before {
    content: '\ebbe'
}

.icon-calculator:before {
    content: '\ebbf'
}

.icon-infinity-outline:before {
    content: '\ebc0'
}

.icon-infinity-1:before {
    content: '\ebc1'
}

.icon-pi-outline:before {
    content: '\ebc2'
}

.icon-pi:before {
    content: '\ebc3'
}

.icon-at:before {
    content: '\ebc4'
}

.icon-at-circled:before {
    content: '\ebc5'
}

.icon-looped-square-outline:before {
    content: '\ebc6'
}

.icon-looped-square-interest:before {
    content: '\ebc7'
}

.icon-sort-alphabet-outline:before {
    content: '\ebc8'
}

.icon-sort-alphabet:before {
    content: '\ebc9'
}

.icon-sort-numeric-outline:before {
    content: '\ebca'
}

.icon-sort-numeric:before {
    content: '\ebcb'
}

.icon-dribbble-circled-1:before {
    content: '\ebcc'
}

.icon-dribbble-2:before {
    content: '\ebcd'
}

.icon-facebook-circled-1:before {
    content: '\ebce'
}

.icon-facebook-2:before {
    content: '\ebcf'
}

.icon-flickr-circled-1:before {
    content: '\ebd0'
}

.icon-flickr-2:before {
    content: '\ebd1'
}

.icon-github-circled-2:before {
    content: '\ebd2'
}

.icon-github-2:before {
    content: '\ebd3'
}

.icon-lastfm-circled-1:before {
    content: '\ebd4'
}

.icon-lastfm-1:before {
    content: '\ebd5'
}

.icon-linkedin-circled-1:before {
    content: '\ebd6'
}

.icon-linkedin-2:before {
    content: '\ebd7'
}

.icon-pinterest-circled-2:before {
    content: '\ebd8'
}

.icon-pinterest-1:before {
    content: '\ebd9'
}

.icon-skype-outline:before {
    content: '\ebda'
}

.icon-skype-2:before {
    content: '\ebdb'
}

.icon-tumbler-circled:before {
    content: '\ebdc'
}

.icon-tumbler:before {
    content: '\ebdd'
}

.icon-twitter-circled-1:before {
    content: '\ebde'
}

.icon-twitter-2:before {
    content: '\ebdf'
}

.icon-vimeo-circled-1:before {
    content: '\ebe0'
}

.icon-vimeo-1:before {
    content: '\ebe1'
}

.icon-search-3:before {
    content: '\ebe2'
}

.icon-mail-3:before {
    content: '\ebe3'
}

.icon-heart-3:before {
    content: '\ebe4'
}

.icon-heart-empty-2:before {
    content: '\ebe5'
}

.icon-star-3:before {
    content: '\ebe6'
}

.icon-user-3:before {
    content: '\ebe7'
}

.icon-video-3:before {
    content: '\ebe8'
}

.icon-picture-3:before {
    content: '\ebe9'
}

.icon-camera-3:before {
    content: '\ebea'
}

.icon-ok-2:before {
    content: '\ebeb'
}

.icon-ok-circle:before {
    content: '\ebec'
}

.icon-cancel-3:before {
    content: '\ebed'
}

.icon-cancel-circle:before {
    content: '\ebee'
}

.icon-plus-3:before {
    content: '\ebef'
}

.icon-plus-circle:before {
    content: '\ebf0'
}

.icon-minus-3:before {
    content: '\ebf1'
}

.icon-minus-circle:before {
    content: '\ebf2'
}

.icon-help-2:before {
    content: '\ebf3'
}

.icon-info-3:before {
    content: '\ebf4'
}

.icon-home-3:before {
    content: '\ebf5'
}

.icon-link-3:before {
    content: '\ebf6'
}

.icon-attach-3:before {
    content: '\ebf7'
}

.icon-lock-3:before {
    content: '\ebf8'
}

.icon-lock-empty:before {
    content: '\ebf9'
}

.icon-lock-open-3:before {
    content: '\ebfa'
}

.icon-lock-open-empty:before {
    content: '\ebfb'
}

.icon-pin-2:before {
    content: '\ebfc'
}

.icon-eye-3:before {
    content: '\ebfd'
}

.icon-tag-3:before {
    content: '\ebfe'
}

.icon-tag-empty:before {
    content: '\ebff'
}

.icon-download-3:before {
    content: '\ec00'
}

.icon-upload-3:before {
    content: '\ec01'
}

.icon-download-cloud-1:before {
    content: '\ec02'
}

.icon-upload-cloud-3:before {
    content: '\ec03'
}

.icon-quote-left-1:before {
    content: '\ec04'
}

.icon-quote-right-1:before {
    content: '\ec05'
}

.icon-quote-left-alt:before {
    content: '\ec06'
}

.icon-quote-right-alt:before {
    content: '\ec07'
}

.icon-pencil-3:before {
    content: '\ec08'
}

.icon-pencil-neg:before {
    content: '\ec09'
}

.icon-pencil-alt:before {
    content: '\ec0a'
}

.icon-undo:before {
    content: '\ec0b'
}

.icon-comment-3:before {
    content: '\ec0c'
}

.icon-comment-inv:before {
    content: '\ec0d'
}

.icon-comment-alt:before {
    content: '\ec0e'
}

.icon-comment-inv-alt:before {
    content: '\ec0f'
}

.icon-comment-alt2:before {
    content: '\ec10'
}

.icon-comment-inv-alt2:before {
    content: '\ec11'
}

.icon-chat-3:before {
    content: '\ec12'
}

.icon-chat-inv:before {
    content: '\ec13'
}

.icon-location-3:before {
    content: '\ec14'
}

.icon-location-inv:before {
    content: '\ec15'
}

.icon-location-alt:before {
    content: '\ec16'
}

.icon-compass-3:before {
    content: '\ec17'
}

.icon-trash-3:before {
    content: '\ec18'
}

.icon-trash-empty:before {
    content: '\ec19'
}

.icon-doc-3:before {
    content: '\ec1a'
}

.icon-doc-inv-1:before {
    content: '\ec1b'
}

.icon-doc-alt:before {
    content: '\ec1c'
}

.icon-doc-inv-alt:before {
    content: '\ec1d'
}

.icon-article:before {
    content: '\ec1e'
}

.icon-article-alt:before {
    content: '\ec1f'
}

.icon-book-open-1:before {
    content: '\ec20'
}

.icon-folder-3:before {
    content: '\ec21'
}

.icon-folder-empty-1:before {
    content: '\ec22'
}

.icon-box-3:before {
    content: '\ec23'
}

.icon-rss-3:before {
    content: '\ec24'
}

.icon-rss-alt:before {
    content: '\ec25'
}

.icon-cog-3:before {
    content: '\ec26'
}

.icon-wrench-2:before {
    content: '\ec27'
}

.icon-share-1:before {
    content: '\ec28'
}

.icon-calendar-3:before {
    content: '\ec29'
}

.icon-calendar-inv:before {
    content: '\ec2a'
}

.icon-calendar-alt:before {
    content: '\ec2b'
}

.icon-mic-3:before {
    content: '\ec2c'
}

.icon-volume-off-2:before {
    content: '\ec2d'
}

.icon-volume-up-1:before {
    content: '\ec2e'
}

.icon-headphones-2:before {
    content: '\ec2f'
}

.icon-clock-3:before {
    content: '\ec30'
}

.icon-lamp-1:before {
    content: '\ec31'
}

.icon-block-3:before {
    content: '\ec32'
}

.icon-resize-full-3:before {
    content: '\ec33'
}

.icon-resize-full-alt-1:before {
    content: '\ec34'
}

.icon-resize-small-2:before {
    content: '\ec35'
}

.icon-resize-small-alt:before {
    content: '\ec36'
}

.icon-resize-vertical-1:before {
    content: '\ec37'
}

.icon-resize-horizontal-1:before {
    content: '\ec38'
}

.icon-move-2:before {
    content: '\ec39'
}

.icon-popup-3:before {
    content: '\ec3a'
}

.icon-down-3:before {
    content: '\ec3b'
}

.icon-left-3:before {
    content: '\ec3c'
}

.icon-right-3:before {
    content: '\ec3d'
}

.icon-up-3:before {
    content: '\ec3e'
}

.icon-down-circle:before {
    content: '\ec3f'
}

.icon-left-circle:before {
    content: '\ec40'
}

.icon-right-circle:before {
    content: '\ec41'
}

.icon-up-circle:before {
    content: '\ec42'
}

.icon-cw-3:before {
    content: '\ec43'
}

.icon-loop-2:before {
    content: '\ec44'
}

.icon-loop-alt-1:before {
    content: '\ec45'
}

.icon-exchange-1:before {
    content: '\ec46'
}

.icon-split:before {
    content: '\ec47'
}

.icon-arrow-curved:before {
    content: '\ec48'
}

.icon-play-3:before {
    content: '\ec49'
}

.icon-play-circle2:before {
    content: '\ec4a'
}

.icon-stop-3:before {
    content: '\ec4b'
}

.icon-pause-3:before {
    content: '\ec4c'
}

.icon-to-start-2:before {
    content: '\ec4d'
}

.icon-to-end-2:before {
    content: '\ec4e'
}

.icon-eject-2:before {
    content: '\ec4f'
}

.icon-target-3:before {
    content: '\ec50'
}

.icon-signal-2:before {
    content: '\ec51'
}

.icon-award-1:before {
    content: '\ec52'
}

.icon-award-empty:before {
    content: '\ec53'
}

.icon-list-2:before {
    content: '\ec54'
}

.icon-list-nested:before {
    content: '\ec55'
}

.icon-bat-empty:before {
    content: '\ec56'
}

.icon-bat-half:before {
    content: '\ec57'
}

.icon-bat-full:before {
    content: '\ec58'
}

.icon-bat-charge-1:before {
    content: '\ec59'
}

.icon-mobile-3:before {
    content: '\ec5a'
}

.icon-cd-1:before {
    content: '\ec5b'
}

.icon-equalizer:before {
    content: '\ec5c'
}

.icon-cursor:before {
    content: '\ec5d'
}

.icon-aperture:before {
    content: '\ec5e'
}

.icon-aperture-alt:before {
    content: '\ec5f'
}

.icon-steering-wheel:before {
    content: '\ec60'
}

.icon-book-2:before {
    content: '\ec61'
}

.icon-book-alt:before {
    content: '\ec62'
}

.icon-brush-2:before {
    content: '\ec63'
}

.icon-brush-alt:before {
    content: '\ec64'
}

.icon-eyedropper:before {
    content: '\ec65'
}

.icon-layers:before {
    content: '\ec66'
}

.icon-layers-alt:before {
    content: '\ec67'
}

.icon-sun-2:before {
    content: '\ec68'
}

.icon-sun-inv:before {
    content: '\ec69'
}

.icon-cloud-3:before {
    content: '\ec6a'
}

.icon-rain-1:before {
    content: '\ec6b'
}

.icon-flash-3:before {
    content: '\ec6c'
}

.icon-moon-3:before {
    content: '\ec6d'
}

.icon-moon-inv:before {
    content: '\ec6e'
}

.icon-umbrella-1:before {
    content: '\ec6f'
}

.icon-chart-bar-3:before {
    content: '\ec70'
}

.icon-chart-pie-2:before {
    content: '\ec71'
}

.icon-chart-pie-alt:before {
    content: '\ec72'
}

.icon-key-3:before {
    content: '\ec73'
}

.icon-key-inv:before {
    content: '\ec74'
}

.icon-hash:before {
    content: '\ec75'
}

.icon-at-1:before {
    content: '\ec76'
}

.icon-pilcrow:before {
    content: '\ec77'
}

.icon-dial:before {
    content: '\ec78'
}

.icon-search-4:before {
    content: '\ec79'
}

.icon-mail-4:before {
    content: '\ec7a'
}

.icon-heart-4:before {
    content: '\ec7b'
}

.icon-star-4:before {
    content: '\ec7c'
}

.icon-user-4:before {
    content: '\ec7d'
}

.icon-user-woman:before {
    content: '\ec7e'
}

.icon-user-pair:before {
    content: '\ec7f'
}

.icon-video-alt:before {
    content: '\ec80'
}

.icon-videocam-2:before {
    content: '\ec81'
}

.icon-videocam-alt:before {
    content: '\ec82'
}

.icon-camera-4:before {
    content: '\ec83'
}

.icon-th-2:before {
    content: '\ec84'
}

.icon-th-list-2:before {
    content: '\ec85'
}

.icon-ok-3:before {
    content: '\ec86'
}

.icon-cancel-4:before {
    content: '\ec87'
}

.icon-cancel-circle-1:before {
    content: '\ec88'
}

.icon-plus-4:before {
    content: '\ec89'
}

.icon-home-4:before {
    content: '\ec8a'
}

.icon-lock-4:before {
    content: '\ec8b'
}

.icon-lock-open-4:before {
    content: '\ec8c'
}

.icon-eye-4:before {
    content: '\ec8d'
}

.icon-tag-4:before {
    content: '\ec8e'
}

.icon-thumbs-up-3:before {
    content: '\ec8f'
}

.icon-thumbs-down-3:before {
    content: '\ec90'
}

.icon-download-4:before {
    content: '\ec91'
}

.icon-export-3:before {
    content: '\ec92'
}

.icon-pencil-4:before {
    content: '\ec93'
}

.icon-pencil-alt-1:before {
    content: '\ec94'
}

.icon-edit-2:before {
    content: '\ec95'
}

.icon-chat-4:before {
    content: '\ec96'
}

.icon-print-3:before {
    content: '\ec97'
}

.icon-bell-3:before {
    content: '\ec98'
}

.icon-attention-3:before {
    content: '\ec99'
}

.icon-info-4:before {
    content: '\ec9a'
}

.icon-question:before {
    content: '\ec9b'
}

.icon-location-4:before {
    content: '\ec9c'
}

.icon-trash-4:before {
    content: '\ec9d'
}

.icon-doc-4:before {
    content: '\ec9e'
}

.icon-article-1:before {
    content: '\ec9f'
}

.icon-article-alt-1:before {
    content: '\eca0'
}

.icon-rss-4:before {
    content: '\eca1'
}

.icon-wrench-3:before {
    content: '\eca2'
}

.icon-basket-3:before {
    content: '\eca3'
}

.icon-basket-alt:before {
    content: '\eca4'
}

.icon-calendar-4:before {
    content: '\eca5'
}

.icon-calendar-alt-1:before {
    content: '\eca6'
}

.icon-volume-off-3:before {
    content: '\eca7'
}

.icon-volume-down-1:before {
    content: '\eca8'
}

.icon-volume-up-2:before {
    content: '\eca9'
}

.icon-bullhorn:before {
    content: '\ecaa'
}

.icon-clock-4:before {
    content: '\ecab'
}

.icon-clock-alt:before {
    content: '\ecac'
}

.icon-stop-4:before {
    content: '\ecad'
}

.icon-resize-full-4:before {
    content: '\ecae'
}

.icon-resize-small-3:before {
    content: '\ecaf'
}

.icon-zoom-in-2:before {
    content: '\ecb0'
}

.icon-zoom-out-2:before {
    content: '\ecb1'
}

.icon-popup-4:before {
    content: '\ecb2'
}

.icon-down-dir-2:before {
    content: '\ecb3'
}

.icon-left-dir-2:before {
    content: '\ecb4'
}

.icon-right-dir-2:before {
    content: '\ecb5'
}

.icon-up-dir-2:before {
    content: '\ecb6'
}

.icon-down-4:before {
    content: '\ecb7'
}

.icon-up-4:before {
    content: '\ecb8'
}

.icon-cw-4:before {
    content: '\ecb9'
}

.icon-signal-3:before {
    content: '\ecba'
}

.icon-award-2:before {
    content: '\ecbb'
}

.icon-mobile-4:before {
    content: '\ecbc'
}

.icon-mobile-alt:before {
    content: '\ecbd'
}

.icon-tablet-2:before {
    content: '\ecbe'
}

.icon-ipod:before {
    content: '\ecbf'
}

.icon-cd-2:before {
    content: '\ecc0'
}

.icon-grid:before {
    content: '\ecc1'
}

.icon-book-3:before {
    content: '\ecc2'
}

.icon-easel:before {
    content: '\ecc3'
}

.icon-globe-3:before {
    content: '\ecc4'
}

.icon-chart-1:before {
    content: '\ecc5'
}

.icon-chart-bar-4:before {
    content: '\ecc6'
}

.icon-chart-pie-3:before {
    content: '\ecc7'
}

.icon-dollar-1:before {
    content: '\ecc8'
}

.icon-at-2:before {
    content: '\ecc9'
}

.icon-colon:before {
    content: '\ecca'
}

.icon-semicolon:before {
    content: '\eccb'
}

.icon-squares:before {
    content: '\eccc'
}

.icon-money-1:before {
    content: '\eccd'
}

.icon-facebook-3:before {
    content: '\ecce'
}

.icon-facebook-rect:before {
    content: '\eccf'
}

.icon-twitter-3:before {
    content: '\ecd0'
}

.icon-twitter-bird:before {
    content: '\ecd1'
}

.icon-twitter-rect:before {
    content: '\ecd2'
}

.icon-youtube-1:before {
    content: '\ecd3'
}

.icon-windy-rain-inv:before {
    content: '\ecd4'
}

.icon-snow-inv:before {
    content: '\ecd5'
}

.icon-snow-heavy-inv:before {
    content: '\ecd6'
}

.icon-hail-inv:before {
    content: '\ecd7'
}

.icon-clouds-inv:before {
    content: '\ecd8'
}

.icon-clouds-flash-inv:before {
    content: '\ecd9'
}

.icon-temperature:before {
    content: '\ecda'
}

.icon-compass-4:before {
    content: '\ecdb'
}

.icon-na:before {
    content: '\ecdc'
}

.icon-celcius:before {
    content: '\ecdd'
}

.icon-fahrenheit:before {
    content: '\ecde'
}

.icon-clouds-flash-alt:before {
    content: '\ecdf'
}

.icon-sun-inv-1:before {
    content: '\ece0'
}

.icon-moon-inv-1:before {
    content: '\ece1'
}

.icon-cloud-sun-inv:before {
    content: '\ece2'
}

.icon-cloud-moon-inv:before {
    content: '\ece3'
}

.icon-cloud-inv:before {
    content: '\ece4'
}

.icon-cloud-flash-inv:before {
    content: '\ece5'
}

.icon-drizzle-inv:before {
    content: '\ece6'
}

.icon-rain-inv:before {
    content: '\ece7'
}

.icon-windy-inv:before {
    content: '\ece8'
}

.icon-sunrise:before {
    content: '\ece9'
}

.icon-sun-3:before {
    content: '\ecea'
}

.icon-moon-4:before {
    content: '\eceb'
}

.icon-eclipse:before {
    content: '\ecec'
}

.icon-mist:before {
    content: '\eced'
}

.icon-wind-1:before {
    content: '\ecee'
}

.icon-snowflake:before {
    content: '\ecef'
}

.icon-cloud-sun-1:before {
    content: '\ecf0'
}

.icon-cloud-moon:before {
    content: '\ecf1'
}

.icon-fog-sun:before {
    content: '\ecf2'
}

.icon-fog-moon:before {
    content: '\ecf3'
}

.icon-fog-cloud:before {
    content: '\ecf4'
}

.icon-fog:before {
    content: '\ecf5'
}

.icon-cloud-4:before {
    content: '\ecf6'
}

.icon-cloud-flash-1:before {
    content: '\ecf7'
}

.icon-cloud-flash-alt:before {
    content: '\ecf8'
}

.icon-drizzle-1:before {
    content: '\ecf9'
}

.icon-rain-2:before {
    content: '\ecfa'
}

.icon-windy:before {
    content: '\ecfb'
}

.icon-windy-rain:before {
    content: '\ecfc'
}

.icon-snow-1:before {
    content: '\ecfd'
}

.icon-snow-alt:before {
    content: '\ecfe'
}

.icon-snow-heavy:before {
    content: '\ecff'
}

.icon-hail:before {
    content: '\ed00'
}

.icon-clouds:before {
    content: '\ed01'
}

.icon-clouds-flash:before {
    content: '\ed02'
}

.icon-search-5:before {
    content: '\ed03'
}

.icon-mail-5:before {
    content: '\ed04'
}

.icon-heart-5:before {
    content: '\ed05'
}

.icon-heart-broken:before {
    content: '\ed06'
}

.icon-star-5:before {
    content: '\ed07'
}

.icon-star-empty-2:before {
    content: '\ed08'
}

.icon-star-half-1:before {
    content: '\ed09'
}

.icon-star-half_empty:before {
    content: '\ed0a'
}

.icon-user-5:before {
    content: '\ed0b'
}

.icon-user-male:before {
    content: '\ed0c'
}

.icon-user-female:before {
    content: '\ed0d'
}

.icon-users-3:before {
    content: '\ed0e'
}

.icon-movie:before {
    content: '\ed0f'
}

.icon-videocam-3:before {
    content: '\ed10'
}

.icon-isight:before {
    content: '\ed11'
}

.icon-camera-5:before {
    content: '\ed12'
}

.icon-menu-3:before {
    content: '\ed13'
}

.icon-th-thumb:before {
    content: '\ed14'
}

.icon-th-thumb-empty:before {
    content: '\ed15'
}

.icon-th-list-3:before {
    content: '\ed16'
}

.icon-ok-4:before {
    content: '\ed17'
}

.icon-ok-circled-1:before {
    content: '\ed18'
}

.icon-cancel-5:before {
    content: '\ed19'
}

.icon-cancel-circled-3:before {
    content: '\ed1a'
}

.icon-plus-5:before {
    content: '\ed1b'
}

.icon-help-circled-2:before {
    content: '\ed1c'
}

.icon-help-circled-alt:before {
    content: '\ed1d'
}

.icon-info-circled-2:before {
    content: '\ed1e'
}

.icon-info-circled-alt:before {
    content: '\ed1f'
}

.icon-home-5:before {
    content: '\ed20'
}

.icon-link-4:before {
    content: '\ed21'
}

.icon-attach-4:before {
    content: '\ed22'
}

.icon-lock-5:before {
    content: '\ed23'
}

.icon-lock-alt:before {
    content: '\ed24'
}

.icon-lock-open-5:before {
    content: '\ed25'
}

.icon-lock-open-alt-1:before {
    content: '\ed26'
}

.icon-eye-5:before {
    content: '\ed27'
}

.icon-download-5:before {
    content: '\ed28'
}

.icon-upload-4:before {
    content: '\ed29'
}

.icon-download-cloud-2:before {
    content: '\ed2a'
}

.icon-upload-cloud-4:before {
    content: '\ed2b'
}

.icon-reply-3:before {
    content: '\ed2c'
}

.icon-pencil-5:before {
    content: '\ed2d'
}

.icon-export-4:before {
    content: '\ed2e'
}

.icon-print-4:before {
    content: '\ed2f'
}

.icon-retweet-2:before {
    content: '\ed30'
}

.icon-comment-4:before {
    content: '\ed31'
}

.icon-chat-5:before {
    content: '\ed32'
}

.icon-bell-4:before {
    content: '\ed33'
}

.icon-attention-4:before {
    content: '\ed34'
}

.icon-attention-alt-1:before {
    content: '\ed35'
}

.icon-location-5:before {
    content: '\ed36'
}

.icon-trash-5:before {
    content: '\ed37'
}

.icon-doc-5:before {
    content: '\ed38'
}

.icon-newspaper-1:before {
    content: '\ed39'
}

.icon-folder-4:before {
    content: '\ed3a'
}

.icon-folder-open-1:before {
    content: '\ed3b'
}

.icon-folder-empty-2:before {
    content: '\ed3c'
}

.icon-folder-open-empty-1:before {
    content: '\ed3d'
}

.icon-cog-4:before {
    content: '\ed3e'
}

.icon-calendar-5:before {
    content: '\ed3f'
}

.icon-login-2:before {
    content: '\ed40'
}

.icon-logout-2:before {
    content: '\ed41'
}

.icon-mic-4:before {
    content: '\ed42'
}

.icon-mic-off:before {
    content: '\ed43'
}

.icon-clock-5:before {
    content: '\ed44'
}

.icon-stopwatch-1:before {
    content: '\ed45'
}

.icon-hourglass-1:before {
    content: '\ed46'
}

.icon-zoom-in-3:before {
    content: '\ed47'
}

.icon-zoom-out-3:before {
    content: '\ed48'
}

.icon-down-open-2:before {
    content: '\ed49'
}

.icon-left-open-3:before {
    content: '\ed4a'
}

.icon-right-open-3:before {
    content: '\ed4b'
}

.icon-up-open-2:before {
    content: '\ed4c'
}

.icon-down-5:before {
    content: '\ed4d'
}

.icon-left-4:before {
    content: '\ed4e'
}

.icon-right-4:before {
    content: '\ed4f'
}

.icon-up-5:before {
    content: '\ed50'
}

.icon-down-bold-1:before {
    content: '\ed51'
}

.icon-left-bold-1:before {
    content: '\ed52'
}

.icon-right-bold-1:before {
    content: '\ed53'
}

.icon-up-bold-1:before {
    content: '\ed54'
}

.icon-down-fat:before {
    content: '\ed55'
}

.icon-left-fat:before {
    content: '\ed56'
}

.icon-right-fat:before {
    content: '\ed57'
}

.icon-up-fat:before {
    content: '\ed58'
}

.icon-ccw-2:before {
    content: '\ed59'
}

.icon-shuffle-3:before {
    content: '\ed5a'
}

.icon-play-4:before {
    content: '\ed5b'
}

.icon-pause-4:before {
    content: '\ed5c'
}

.icon-stop-5:before {
    content: '\ed5d'
}

.icon-to-end-3:before {
    content: '\ed5e'
}

.icon-to-start-3:before {
    content: '\ed5f'
}

.icon-fast-forward-1:before {
    content: '\ed60'
}

.icon-fast-backward-1:before {
    content: '\ed61'
}

.icon-trophy-1:before {
    content: '\ed62'
}

.icon-monitor-1:before {
    content: '\ed63'
}

.icon-tablet-3:before {
    content: '\ed64'
}

.icon-mobile-5:before {
    content: '\ed65'
}

.icon-data-science:before {
    content: '\ed66'
}

.icon-data-science-inv:before {
    content: '\ed67'
}

.icon-inbox-2:before {
    content: '\ed68'
}

.icon-globe-4:before {
    content: '\ed69'
}

.icon-globe-inv:before {
    content: '\ed6a'
}

.icon-flash-4:before {
    content: '\ed6b'
}

.icon-cloud-5:before {
    content: '\ed6c'
}

.icon-coverflow:before {
    content: '\ed6d'
}

.icon-coverflow-empty:before {
    content: '\ed6e'
}

.icon-math:before {
    content: '\ed6f'
}

.icon-math-circled:before {
    content: '\ed70'
}

.icon-math-circled-empty:before {
    content: '\ed71'
}

.icon-paper-plane-1:before {
    content: '\ed72'
}

.icon-paper-plane-alt:before {
    content: '\ed73'
}

.icon-paper-plane-alt2:before {
    content: '\ed74'
}

.icon-fontsize:before {
    content: '\ed75'
}

.icon-color-adjust:before {
    content: '\ed76'
}

.icon-fire-1:before {
    content: '\ed77'
}

.icon-chart-bar-5:before {
    content: '\ed78'
}

.icon-hdd-1:before {
    content: '\ed79'
}

.icon-connected-object:before {
    content: '\ed7a'
}

.icon-ruler:before {
    content: '\ed7b'
}

.icon-vector:before {
    content: '\ed7c'
}

.icon-vector-pencil:before {
    content: '\ed7d'
}

.icon-at-3:before {
    content: '\ed7e'
}

.icon-hash-1:before {
    content: '\ed7f'
}

.icon-female-1:before {
    content: '\ed80'
}

.icon-male-1:before {
    content: '\ed81'
}

.icon-spread:before {
    content: '\ed82'
}

.icon-king:before {
    content: '\ed83'
}

.icon-anchor-2:before {
    content: '\ed84'
}

.icon-joystick:before {
    content: '\ed85'
}

.icon-spinner1:before {
    content: '\ed86'
}

.icon-spinner2:before {
    content: '\ed87'
}

.icon-github-3:before {
    content: '\ed88'
}

.icon-github-circled-3:before {
    content: '\ed89'
}

.icon-github-circled-alt:before {
    content: '\ed8a'
}

.icon-github-circled-alt2:before {
    content: '\ed8b'
}

.icon-twitter-4:before {
    content: '\ed8c'
}

.icon-twitter-circled-2:before {
    content: '\ed8d'
}

.icon-facebook-4:before {
    content: '\ed8e'
}

.icon-facebook-circled-2:before {
    content: '\ed8f'
}

.icon-gplus-2:before {
    content: '\ed90'
}

.icon-gplus-circled-1:before {
    content: '\ed91'
}

.icon-linkedin-3:before {
    content: '\ed92'
}

.icon-linkedin-circled-2:before {
    content: '\ed93'
}

.icon-dribbble-3:before {
    content: '\ed94'
}

.icon-dribbble-circled-2:before {
    content: '\ed95'
}

.icon-instagram-1:before {
    content: '\ed96'
}

.icon-instagram-circled:before {
    content: '\ed97'
}

.icon-soundcloud-1:before {
    content: '\ed98'
}

.icon-soundcloud-circled:before {
    content: '\ed99'
}

.icon-mfg-logo:before {
    content: '\ed9a'
}

.icon-mfg-logo-circled:before {
    content: '\ed9b'
}


.icon-aboveground-rail:before {
    content: '\ed9c'
}

.icon-airfield:before {
    content: '\ed9d'
}

.icon-airport:before {
    content: '\ed9e'
}

.icon-art-gallery:before {
    content: '\ed9f'
}

.icon-bar:before {
    content: '\eda0'
}

.icon-baseball:before {
    content: '\eda1'
}

.icon-basketball:before {
    content: '\eda2'
}

.icon-beer-2:before {
    content: '\eda3'
}

.icon-belowground-rail:before {
    content: '\eda4'
}

.icon-bicycle:before {
    content: '\eda5'
}

.icon-bus:before {
    content: '\eda6'
}

.icon-cafe:before {
    content: '\eda7'
}

.icon-campsite:before {
    content: '\eda8'
}

.icon-cemetery:before {
    content: '\eda9'
}

.icon-cinema:before {
    content: '\edaa'
}

.icon-college:before {
    content: '\edab'
}

.icon-commerical-building:before {
    content: '\edac'
}

.icon-credit-card-3:before {
    content: '\edad'
}

.icon-cricket:before {
    content: '\edae'
}

.icon-embassy:before {
    content: '\edaf'
}

.icon-fast-food:before {
    content: '\edb0'
}

.icon-ferry:before {
    content: '\edb1'
}

.icon-fire-station:before {
    content: '\edb2'
}

.icon-football:before {
    content: '\edb3'
}

.icon-fuel:before {
    content: '\edb4'
}

.icon-garden:before {
    content: '\edb5'
}

.icon-giraffe:before {
    content: '\edb6'
}

.icon-golf:before {
    content: '\edb7'
}

.icon-grocery-store:before {
    content: '\edb8'
}

.icon-harbor:before {
    content: '\edb9'
}

.icon-heliport:before {
    content: '\edba'
}

.icon-hospital-1:before {
    content: '\edbb'
}

.icon-industrial-building:before {
    content: '\edbc'
}

.icon-library:before {
    content: '\edbd'
}

.icon-lodging:before {
    content: '\edbe'
}

.icon-london-underground:before {
    content: '\edbf'
}

.icon-minefield:before {
    content: '\edc0'
}

.icon-monument:before {
    content: '\edc1'
}

.icon-museum:before {
    content: '\edc2'
}

.icon-pharmacy:before {
    content: '\edc3'
}

.icon-pitch:before {
    content: '\edc4'
}

.icon-police:before {
    content: '\edc5'
}

.icon-post:before {
    content: '\edc6'
}

.icon-prison:before {
    content: '\edc7'
}

.icon-rail:before {
    content: '\edc8'
}

.icon-religious-christian:before {
    content: '\edc9'
}

.icon-religious-islam:before {
    content: '\edca'
}

.icon-religious-jewish:before {
    content: '\edcb'
}

.icon-restaurant:before {
    content: '\edcc'
}

.icon-roadblock:before {
    content: '\edcd'
}

.icon-school:before {
    content: '\edce'
}

.icon-shop:before {
    content: '\edcf'
}

.icon-skiing:before {
    content: '\edd0'
}

.icon-soccer:before {
    content: '\edd1'
}

.icon-swimming:before {
    content: '\edd2'
}

.icon-tennis:before {
    content: '\edd3'
}

.icon-theatre:before {
    content: '\edd4'
}

.icon-toilet:before {
    content: '\edd5'
}

.icon-town-hall:before {
    content: '\edd6'
}

.icon-trash-6:before {
    content: '\edd7'
}

.icon-tree-1:before {
    content: '\edd8'
}

.icon-tree-2:before {
    content: '\edd9'
}

.icon-warehouse:before {
    content: '\edda'
}

.icon-duckduckgo:before {
    content: '\eddb'
}

.icon-aim:before {
    content: '\eddc'
}

.icon-delicious:before {
    content: '\eddd'
}

.icon-paypal-1:before {
    content: '\edde'
}

.icon-flattr-1:before {
    content: '\eddf'
}

.icon-android-1:before {
    content: '\ede0'
}

.icon-eventful:before {
    content: '\ede1'
}

.icon-smashmag:before {
    content: '\ede2'
}

.icon-gplus-3:before {
    content: '\ede3'
}

.icon-wikipedia:before {
    content: '\ede4'
}

.icon-lanyrd:before {
    content: '\ede5'
}

.icon-calendar-6:before {
    content: '\ede6'
}

.icon-stumbleupon-1:before {
    content: '\ede7'
}

.icon-fivehundredpx:before {
    content: '\ede8'
}

.icon-pinterest-2:before {
    content: '\ede9'
}

.icon-bitcoin-1:before {
    content: '\edea'
}

.icon-w3c:before {
    content: '\edeb'
}

.icon-foursquare-1:before {
    content: '\edec'
}

.icon-html5-1:before {
    content: '\eded'
}

.icon-ie-1:before {
    content: '\edee'
}

.icon-call:before {
    content: '\edef'
}

.icon-grooveshark:before {
    content: '\edf0'
}

.icon-ninetyninedesigns:before {
    content: '\edf1'
}

.icon-forrst:before {
    content: '\edf2'
}

.icon-digg:before {
    content: '\edf3'
}

.icon-spotify-1:before {
    content: '\edf4'
}

.icon-reddit:before {
    content: '\edf5'
}

.icon-guest:before {
    content: '\edf6'
}

.icon-gowalla:before {
    content: '\edf7'
}

.icon-appstore:before {
    content: '\edf8'
}

.icon-blogger:before {
    content: '\edf9'
}

.icon-cc-1:before {
    content: '\edfa'
}

.icon-dribbble-4:before {
    content: '\edfb'
}

.icon-evernote-1:before {
    content: '\edfc'
}

.icon-flickr-3:before {
    content: '\edfd'
}

.icon-google:before {
    content: '\edfe'
}

.icon-viadeo:before {
    content: '\edff'
}

.icon-instapaper:before {
    content: '\ee00'
}

.icon-weibo-1:before {
    content: '\ee01'
}

.icon-klout:before {
    content: '\ee02'
}

.icon-linkedin-4:before {
    content: '\ee03'
}

.icon-meetup:before {
    content: '\ee04'
}

.icon-vk:before {
    content: '\ee05'
}

.icon-plancast:before {
    content: '\ee06'
}

.icon-disqus:before {
    content: '\ee07'
}

.icon-rss-5:before {
    content: '\ee08'
}

.icon-skype-3:before {
    content: '\ee09'
}

.icon-twitter-5:before {
    content: '\ee0a'
}

.icon-youtube-2:before {
    content: '\ee0b'
}

.icon-vimeo-2:before {
    content: '\ee0c'
}

.icon-windows-1:before {
    content: '\ee0d'
}

.icon-xing-1:before {
    content: '\ee0e'
}

.icon-yahoo:before {
    content: '\ee0f'
}

.icon-chrome-1:before {
    content: '\ee10'
}

.icon-email:before {
    content: '\ee11'
}

.icon-macstore:before {
    content: '\ee12'
}

.icon-myspace:before {
    content: '\ee13'
}

.icon-podcast:before {
    content: '\ee14'
}

.icon-amazon:before {
    content: '\ee15'
}

.icon-steam:before {
    content: '\ee16'
}

.icon-cloudapp:before {
    content: '\ee17'
}

.icon-dropbox-2:before {
    content: '\ee18'
}

.icon-ebay:before {
    content: '\ee19'
}

.icon-facebook-5:before {
    content: '\ee1a'
}

.icon-github-4:before {
    content: '\ee1b'
}

.icon-github-circled-4:before {
    content: '\ee1c'
}

.icon-googleplay:before {
    content: '\ee1d'
}

.icon-itunes:before {
    content: '\ee1e'
}

.icon-plurk:before {
    content: '\ee1f'
}

.icon-songkick:before {
    content: '\ee20'
}

.icon-lastfm-2:before {
    content: '\ee21'
}

.icon-gmail:before {
    content: '\ee22'
}

.icon-pinboard:before {
    content: '\ee23'
}

.icon-openid:before {
    content: '\ee24'
}

.icon-quora:before {
    content: '\ee25'
}

.icon-soundcloud-2:before {
    content: '\ee26'
}

.icon-tumblr-2:before {
    content: '\ee27'
}

.icon-eventasaurus:before {
    content: '\ee28'
}

.icon-wordpress:before {
    content: '\ee29'
}

.icon-yelp:before {
    content: '\ee2a'
}

.icon-intensedebate:before {
    content: '\ee2b'
}

.icon-eventbrite:before {
    content: '\ee2c'
}

.icon-scribd:before {
    content: '\ee2d'
}

.icon-posterous:before {
    content: '\ee2e'
}

.icon-stripe:before {
    content: '\ee2f'
}

.icon-opentable:before {
    content: '\ee30'
}

.icon-cart:before {
    content: '\ee31'
}

.icon-print-5:before {
    content: '\ee32'
}

.icon-angellist:before {
    content: '\ee33'
}

.icon-instagram-2:before {
    content: '\ee34'
}

.icon-dwolla:before {
    content: '\ee35'
}

.icon-appnet:before {
    content: '\ee36'
}

.icon-statusnet:before {
    content: '\ee37'
}

.icon-acrobat:before {
    content: '\ee38'
}

.icon-drupal:before {
    content: '\ee39'
}

.icon-buffer:before {
    content: '\ee3a'
}

.icon-pocket:before {
    content: '\ee3b'
}

.icon-bitbucket-1:before {
    content: '\ee3c'
}

.icon-lego:before {
    content: '\ee3d'
}

.icon-login-3:before {
    content: '\ee3e'
}

.icon-stackoverflow-1:before {
    content: '\ee3f'
}

.icon-hackernews:before {
    content: '\ee40'
}

.icon-lkdto:before {
    content: '\ee41'
}

.icon-facebook-6:before {
    content: '\ee42'
}

.icon-facebook-rect-1:before {
    content: '\ee43'
}

.icon-twitter-6:before {
    content: '\ee44'
}

.icon-twitter-bird-1:before {
    content: '\ee45'
}

.icon-vimeo-3:before {
    content: '\ee46'
}

.icon-vimeo-rect:before {
    content: '\ee47'
}

.icon-tumblr-3:before {
    content: '\ee48'
}

.icon-tumblr-rect:before {
    content: '\ee49'
}

.icon-googleplus-rect:before {
    content: '\ee4a'
}

.icon-github-text:before {
    content: '\ee4b'
}

.icon-github-5:before {
    content: '\ee4c'
}

.icon-skype-4:before {
    content: '\ee4d'
}

.icon-icq:before {
    content: '\ee4e'
}

.icon-yandex:before {
    content: '\ee4f'
}

.icon-yandex-rect:before {
    content: '\ee50'
}

.icon-vkontakte-rect:before {
    content: '\ee51'
}

.icon-odnoklassniki:before {
    content: '\ee52'
}

.icon-odnoklassniki-rect:before {
    content: '\ee53'
}

.icon-friendfeed:before {
    content: '\ee54'
}

.icon-friendfeed-rect:before {
    content: '\ee55'
}

.icon-blogger-1:before {
    content: '\ee56'
}

.icon-blogger-rect:before {
    content: '\ee57'
}

.icon-deviantart:before {
    content: '\ee58'
}

.icon-jabber:before {
    content: '\ee59'
}

.icon-lastfm-3:before {
    content: '\ee5a'
}

.icon-lastfm-rect:before {
    content: '\ee5b'
}

.icon-linkedin-5:before {
    content: '\ee5c'
}

.icon-linkedin-rect:before {
    content: '\ee5d'
}

.icon-picasa-1:before {
    content: '\ee5e'
}

.icon-wordpress-1:before {
    content: '\ee5f'
}

.icon-instagram-3:before {
    content: '\ee60'
}

.icon-instagram-filled:before {
    content: '\ee61'
}

.icon-diigo:before {
    content: '\ee62'
}

.icon-box-4:before {
    content: '\ee63'
}

.icon-box-rect:before {
    content: '\ee64'
}

.icon-tudou:before {
    content: '\ee65'
}

.icon-youku:before {
    content: '\ee66'
}

.icon-win8:before {
    content: '\ee67'
}

.icon-amex:before {
    content: '\ee68'
}

.icon-discover:before {
    content: '\ee69'
}

.icon-visa:before {
    content: '\ee6a'
}

.icon-mastercard:before {
    content: '\ee6b'
}

.icon-houzz:before {
    content: '\ee6c'
}

.icon-bandcamp:before {
    content: '\ee6d'
}

.icon-codepen:before {
    content: '\ee6e'
}

.icon-glass-1:before {
    content: '\ee6f'
}

.icon-music-3:before {
    content: '\ee70'
}

.icon-search-6:before {
    content: '\ee71'
}

.icon-search-circled:before {
    content: '\ee72'
}

.icon-mail-6:before {
    content: '\ee73'
}

.icon-mail-circled:before {
    content: '\ee74'
}

.icon-heart-6:before {
    content: '\ee75'
}

.icon-heart-circled:before {
    content: '\ee76'
}

.icon-heart-empty-3:before {
    content: '\ee77'
}

.icon-star-6:before {
    content: '\ee78'
}

.icon-star-circled:before {
    content: '\ee79'
}

.icon-star-empty-3:before {
    content: '\ee7a'
}

.icon-user-6:before {
    content: '\ee7b'
}

.icon-group:before {
    content: '\ee7c'
}

.icon-group-circled:before {
    content: '\ee7d'
}

.icon-torso:before {
    content: '\ee7e'
}

.icon-video-4:before {
    content: '\ee7f'
}

.icon-video-circled:before {
    content: '\ee80'
}

.icon-video-alt-1:before {
    content: '\ee81'
}

.icon-videocam-4:before {
    content: '\ee82'
}

.icon-video-chat:before {
    content: '\ee83'
}

.icon-picture-4:before {
    content: '\ee84'
}

.icon-camera-6:before {
    content: '\ee85'
}

.icon-photo:before {
    content: '\ee86'
}

.icon-photo-circled:before {
    content: '\ee87'
}

.icon-th-large-2:before {
    content: '\ee88'
}

.icon-th-3:before {
    content: '\ee89'
}

.icon-th-list-4:before {
    content: '\ee8a'
}

.icon-view-mode:before {
    content: '\ee8b'
}

.icon-ok-5:before {
    content: '\ee8c'
}

.icon-ok-circled-2:before {
    content: '\ee8d'
}

.icon-ok-circled2-1:before {
    content: '\ee8e'
}

.icon-cancel-6:before {
    content: '\ee8f'
}

.icon-cancel-circled-4:before {
    content: '\ee90'
}

.icon-cancel-circled2-1:before {
    content: '\ee91'
}

.icon-plus-6:before {
    content: '\ee92'
}

.icon-plus-circled-2:before {
    content: '\ee93'
}

.icon-minus-4:before {
    content: '\ee94'
}

.icon-minus-circled-2:before {
    content: '\ee95'
}

.icon-help-3:before {
    content: '\ee96'
}

.icon-help-circled-3:before {
    content: '\ee97'
}

.icon-info-circled-3:before {
    content: '\ee98'
}

.icon-home-6:before {
    content: '\ee99'
}

.icon-home-circled:before {
    content: '\ee9a'
}

.icon-website:before {
    content: '\ee9b'
}

.icon-website-circled:before {
    content: '\ee9c'
}

.icon-attach-5:before {
    content: '\ee9d'
}

.icon-attach-circled:before {
    content: '\ee9e'
}

.icon-lock-6:before {
    content: '\ee9f'
}

.icon-lock-circled:before {
    content: '\eea0'
}

.icon-lock-open-6:before {
    content: '\eea1'
}

.icon-lock-open-alt-2:before {
    content: '\eea2'
}

.icon-eye-6:before {
    content: '\eea3'
}

.icon-eye-off-1:before {
    content: '\eea4'
}

.icon-tag-5:before {
    content: '\eea5'
}

.icon-tags-2:before {
    content: '\eea6'
}

.icon-bookmark-3:before {
    content: '\eea7'
}

.icon-bookmark-empty-1:before {
    content: '\eea8'
}

.icon-flag-3:before {
    content: '\eea9'
}

.icon-flag-circled:before {
    content: '\eeaa'
}

.icon-thumbs-up-4:before {
    content: '\eeab'
}

.icon-thumbs-down-4:before {
    content: '\eeac'
}

.icon-download-6:before {
    content: '\eead'
}

.icon-download-alt:before {
    content: '\eeae'
}

.icon-upload-5:before {
    content: '\eeaf'
}

.icon-share-2:before {
    content: '\eeb0'
}

.icon-quote-1:before {
    content: '\eeb1'
}

.icon-quote-circled:before {
    content: '\eeb2'
}

.icon-export-5:before {
    content: '\eeb3'
}

.icon-pencil-6:before {
    content: '\eeb4'
}

.icon-pencil-circled:before {
    content: '\eeb5'
}

.icon-edit-3:before {
    content: '\eeb6'
}

.icon-edit-circled:before {
    content: '\eeb7'
}

.icon-edit-alt:before {
    content: '\eeb8'
}

.icon-print-6:before {
    content: '\eeb9'
}

.icon-retweet-3:before {
    content: '\eeba'
}

.icon-comment-5:before {
    content: '\eebb'
}

.icon-comment-alt-1:before {
    content: '\eebc'
}

.icon-bell-5:before {
    content: '\eebd'
}

.icon-warning-1:before {
    content: '\eebe'
}

.icon-exclamation:before {
    content: '\eebf'
}

.icon-error:before {
    content: '\eec0'
}

.icon-error-alt:before {
    content: '\eec1'
}

.icon-location-6:before {
    content: '\eec2'
}

.icon-location-circled:before {
    content: '\eec3'
}

.icon-compass-5:before {
    content: '\eec4'
}

.icon-compass-circled:before {
    content: '\eec5'
}

.icon-trash-7:before {
    content: '\eec6'
}

.icon-trash-circled:before {
    content: '\eec7'
}

.icon-doc-6:before {
    content: '\eec8'
}

.icon-doc-circled:before {
    content: '\eec9'
}

.icon-doc-new:before {
    content: '\eeca'
}

.icon-doc-new-circled:before {
    content: '\eecb'
}

.icon-folder-5:before {
    content: '\eecc'
}

.icon-folder-circled:before {
    content: '\eecd'
}

.icon-folder-close:before {
    content: '\eece'
}

.icon-folder-open-2:before {
    content: '\eecf'
}

.icon-rss-6:before {
    content: '\eed0'
}

.icon-phone-3:before {
    content: '\eed1'
}

.icon-phone-circled:before {
    content: '\eed2'
}

.icon-cog-5:before {
    content: '\eed3'
}

.icon-cog-circled:before {
    content: '\eed4'
}

.icon-cogs:before {
    content: '\eed5'
}

.icon-wrench-4:before {
    content: '\eed6'
}

.icon-wrench-circled:before {
    content: '\eed7'
}

.icon-basket-4:before {
    content: '\eed8'
}

.icon-basket-circled:before {
    content: '\eed9'
}

.icon-calendar-7:before {
    content: '\eeda'
}

.icon-calendar-circled:before {
    content: '\eedb'
}

.icon-mic-5:before {
    content: '\eedc'
}

.icon-mic-circled:before {
    content: '\eedd'
}

.icon-volume-off-4:before {
    content: '\eede'
}

.icon-volume-down-2:before {
    content: '\eedf'
}

.icon-volume-1:before {
    content: '\eee0'
}

.icon-volume-up-3:before {
    content: '\eee1'
}

.icon-headphones-3:before {
    content: '\eee2'
}

.icon-clock-6:before {
    content: '\eee3'
}

.icon-clock-circled:before {
    content: '\eee4'
}

.icon-lightbulb-2:before {
    content: '\eee5'
}

.icon-lightbulb-alt:before {
    content: '\eee6'
}

.icon-block-4:before {
    content: '\eee7'
}

.icon-resize-full-5:before {
    content: '\eee8'
}

.icon-resize-full-alt-2:before {
    content: '\eee9'
}

.icon-resize-small-4:before {
    content: '\eeea'
}

.icon-resize-vertical-2:before {
    content: '\eeeb'
}

.icon-resize-horizontal-2:before {
    content: '\eeec'
}

.icon-move-3:before {
    content: '\eeed'
}

.icon-zoom-in-4:before {
    content: '\eeee'
}

.icon-zoom-out-4:before {
    content: '\eeef'
}

.icon-down-open-3:before {
    content: '\eef0'
}

.icon-left-open-4:before {
    content: '\eef1'
}

.icon-right-open-4:before {
    content: '\eef2'
}

.icon-up-open-3:before {
    content: '\eef3'
}

.icon-down-6:before {
    content: '\eef4'
}

.icon-left-5:before {
    content: '\eef5'
}

.icon-right-5:before {
    content: '\eef6'
}

.icon-up-6:before {
    content: '\eef7'
}

.icon-down-circled-2:before {
    content: '\eef8'
}

.icon-left-circled-2:before {
    content: '\eef9'
}

.icon-right-circled-2:before {
    content: '\eefa'
}

.icon-up-circled-2:before {
    content: '\eefb'
}

.icon-down-hand-1:before {
    content: '\eefc'
}

.icon-left-hand-1:before {
    content: '\eefd'
}

.icon-right-hand-1:before {
    content: '\eefe'
}

.icon-up-hand-1:before {
    content: '\eeff'
}

.icon-cw-5:before {
    content: '\ef00'
}

.icon-cw-circled:before {
    content: '\ef01'
}

.icon-arrows-cw-2:before {
    content: '\ef02'
}

.icon-shuffle-4:before {
    content: '\ef03'
}

.icon-play-5:before {
    content: '\ef04'
}

.icon-play-circled-1:before {
    content: '\ef05'
}

.icon-play-circled2-1:before {
    content: '\ef06'
}

.icon-stop-6:before {
    content: '\ef07'
}

.icon-stop-circled:before {
    content: '\ef08'
}

.icon-pause-5:before {
    content: '\ef09'
}

.icon-pause-circled:before {
    content: '\ef0a'
}

.icon-record-2:before {
    content: '\ef0b'
}

.icon-eject-3:before {
    content: '\ef0c'
}

.icon-backward:before {
    content: '\ef0d'
}

.icon-backward-circled:before {
    content: '\ef0e'
}

.icon-fast-backward-2:before {
    content: '\ef0f'
}

.icon-fast-forward-2:before {
    content: '\ef10'
}

.icon-forward-3:before {
    content: '\ef11'
}

.icon-forward-circled:before {
    content: '\ef12'
}

.icon-step-backward:before {
    content: '\ef13'
}

.icon-step-forward:before {
    content: '\ef14'
}

.icon-target-4:before {
    content: '\ef15'
}

.icon-signal-4:before {
    content: '\ef16'
}

.icon-desktop-2:before {
    content: '\ef17'
}

.icon-desktop-circled:before {
    content: '\ef18'
}

.icon-laptop-2:before {
    content: '\ef19'
}

.icon-laptop-circled:before {
    content: '\ef1a'
}

.icon-network-1:before {
    content: '\ef1b'
}

.icon-inbox-3:before {
    content: '\ef1c'
}

.icon-inbox-circled:before {
    content: '\ef1d'
}

.icon-inbox-alt:before {
    content: '\ef1e'
}

.icon-globe-5:before {
    content: '\ef1f'
}

.icon-globe-alt-1:before {
    content: '\ef20'
}

.icon-cloud-6:before {
    content: '\ef21'
}

.icon-cloud-circled:before {
    content: '\ef22'
}

.icon-flight-2:before {
    content: '\ef23'
}

.icon-leaf-3:before {
    content: '\ef24'
}

.icon-font-1:before {
    content: '\ef25'
}

.icon-fontsize-1:before {
    content: '\ef26'
}

.icon-bold-1:before {
    content: '\ef27'
}

.icon-italic-1:before {
    content: '\ef28'
}

.icon-text-height-1:before {
    content: '\ef29'
}

.icon-text-width-1:before {
    content: '\ef2a'
}

.icon-align-left-1:before {
    content: '\ef2b'
}

.icon-align-center-1:before {
    content: '\ef2c'
}

.icon-align-right-1:before {
    content: '\ef2d'
}

.icon-align-justify-1:before {
    content: '\ef2e'
}

.icon-list-3:before {
    content: '\ef2f'
}

.icon-indent-left-1:before {
    content: '\ef30'
}

.icon-indent-right-1:before {
    content: '\ef31'
}

.icon-briefcase-3:before {
    content: '\ef32'
}

.icon-off-1:before {
    content: '\ef33'
}

.icon-road-1:before {
    content: '\ef34'
}

.icon-qrcode-1:before {
    content: '\ef35'
}

.icon-barcode-1:before {
    content: '\ef36'
}

.icon-braille:before {
    content: '\ef37'
}

.icon-book-4:before {
    content: '\ef38'
}

.icon-adjust-1:before {
    content: '\ef39'
}

.icon-tint-1:before {
    content: '\ef3a'
}

.icon-check-3:before {
    content: '\ef3b'
}

.icon-check-empty-1:before {
    content: '\ef3c'
}

.icon-asterisk-1:before {
    content: '\ef3d'
}

.icon-gift-2:before {
    content: '\ef3e'
}

.icon-fire-2:before {
    content: '\ef3f'
}

.icon-magnet-2:before {
    content: '\ef40'
}

.icon-chart-2:before {
    content: '\ef41'
}

.icon-chart-circled:before {
    content: '\ef42'
}

.icon-credit-card-4:before {
    content: '\ef43'
}

.icon-megaphone-2:before {
    content: '\ef44'
}

.icon-clipboard-2:before {
    content: '\ef45'
}

.icon-hdd-2:before {
    content: '\ef46'
}

.icon-key-4:before {
    content: '\ef47'
}

.icon-certificate-2:before {
    content: '\ef48'
}

.icon-tasks-1:before {
    content: '\ef49'
}

.icon-filter-1:before {
    content: '\ef4a'
}

.icon-gauge-2:before {
    content: '\ef4b'
}

.icon-smiley:before {
    content: '\ef4c'
}

.icon-smiley-circled:before {
    content: '\ef4d'
}

.icon-address-book:before {
    content: '\ef4e'
}

.icon-address-book-alt:before {
    content: '\ef4f'
}

.icon-asl:before {
    content: '\ef50'
}

.icon-glasses:before {
    content: '\ef51'
}

.icon-hearing-impaired:before {
    content: '\ef52'
}

.icon-iphone-home:before {
    content: '\ef53'
}

.icon-person:before {
    content: '\ef54'
}

.icon-adult:before {
    content: '\ef55'
}

.icon-child:before {
    content: '\ef56'
}

.icon-blind:before {
    content: '\ef57'
}

.icon-guidedog:before {
    content: '\ef58'
}

.icon-accessibility:before {
    content: '\ef59'
}

.icon-universal-access:before {
    content: '\ef5a'
}

.icon-male-2:before {
    content: '\ef5b'
}

.icon-female-2:before {
    content: '\ef5c'
}

.icon-behance-1:before {
    content: '\ef5d'
}

.icon-blogger-2:before {
    content: '\ef5e'
}

.icon-cc-2:before {
    content: '\ef5f'
}

.icon-css:before {
    content: '\ef60'
}

.icon-delicious-1:before {
    content: '\ef61'
}

.icon-deviantart-1:before {
    content: '\ef62'
}

.icon-digg-1:before {
    content: '\ef63'
}

.icon-dribbble-5:before {
    content: '\ef64'
}

.icon-facebook-7:before {
    content: '\ef65'
}

.icon-flickr-4:before {
    content: '\ef66'
}

.icon-foursquare-2:before {
    content: '\ef67'
}

.icon-friendfeed-1:before {
    content: '\ef68'
}

.icon-friendfeed-rect-1:before {
    content: '\ef69'
}

.icon-github-6:before {
    content: '\ef6a'
}

.icon-github-text-1:before {
    content: '\ef6b'
}

.icon-googleplus:before {
    content: '\ef6c'
}

.icon-instagram-4:before {
    content: '\ef6d'
}

.icon-linkedin-6:before {
    content: '\ef6e'
}

.icon-path:before {
    content: '\ef6f'
}

.icon-picasa-2:before {
    content: '\ef70'
}

.icon-pinterest-3:before {
    content: '\ef71'
}

.icon-reddit-1:before {
    content: '\ef72'
}

.icon-skype-5:before {
    content: '\ef73'
}

.icon-slideshare:before {
    content: '\ef74'
}

.icon-stackoverflow-2:before {
    content: '\ef75'
}

.icon-stumbleupon-2:before {
    content: '\ef76'
}

.icon-twitter-7:before {
    content: '\ef77'
}

.icon-tumblr-4:before {
    content: '\ef78'
}

.icon-vimeo-4:before {
    content: '\ef79'
}

.icon-vkontakte-2:before {
    content: '\ef7a'
}

.icon-w3c-1:before {
    content: '\ef7b'
}

.icon-wordpress-2:before {
    content: '\ef7c'
}

.icon-youtube-3:before {
    content: '\ef7d'
}

.icon-music-4:before {
    content: '\ef7e'
}

.icon-search-7:before {
    content: '\ef7f'
}

.icon-mail-7:before {
    content: '\ef80'
}

.icon-heart-7:before {
    content: '\ef81'
}

.icon-star-7:before {
    content: '\ef82'
}

.icon-user-7:before {
    content: '\ef83'
}

.icon-videocam-5:before {
    content: '\ef84'
}

.icon-camera-7:before {
    content: '\ef85'
}

.icon-photo-1:before {
    content: '\ef86'
}

.icon-attach-6:before {
    content: '\ef87'
}

.icon-lock-7:before {
    content: '\ef88'
}

.icon-eye-7:before {
    content: '\ef89'
}

.icon-tag-6:before {
    content: '\ef8a'
}

.icon-thumbs-up-5:before {
    content: '\ef8b'
}

.icon-pencil-7:before {
    content: '\ef8c'
}

.icon-comment-6:before {
    content: '\ef8d'
}

.icon-location-7:before {
    content: '\ef8e'
}

.icon-cup-1:before {
    content: '\ef8f'
}

.icon-trash-8:before {
    content: '\ef90'
}

.icon-doc-7:before {
    content: '\ef91'
}

.icon-note-1:before {
    content: '\ef92'
}

.icon-cog-6:before {
    content: '\ef93'
}

.icon-params:before {
    content: '\ef94'
}

.icon-calendar-8:before {
    content: '\ef95'
}

.icon-sound-1:before {
    content: '\ef96'
}

.icon-clock-7:before {
    content: '\ef97'
}

.icon-lightbulb-3:before {
    content: '\ef98'
}

.icon-tv:before {
    content: '\ef99'
}

.icon-desktop-3:before {
    content: '\ef9a'
}

.icon-mobile-6:before {
    content: '\ef9b'
}

.icon-cd-3:before {
    content: '\ef9c'
}

.icon-inbox-4:before {
    content: '\ef9d'
}

.icon-globe-6:before {
    content: '\ef9e'
}

.icon-cloud-7:before {
    content: '\ef9f'
}

.icon-paper-plane-2:before {
    content: '\efa0'
}

.icon-fire-3:before {
    content: '\efa1'
}

.icon-graduation-cap-1:before {
    content: '\efa2'
}

.icon-megaphone-3:before {
    content: '\efa3'
}

.icon-database-2:before {
    content: '\efa4'
}

.icon-key-5:before {
    content: '\efa5'
}

.icon-beaker-1:before {
    content: '\efa6'
}

.icon-truck-1:before {
    content: '\efa7'
}

.icon-money-2:before {
    content: '\efa8'
}

.icon-food-1:before {
    content: '\efa9'
}

.icon-shop-1:before {
    content: '\efaa'
}

.icon-diamond:before {
    content: '\efab'
}

.icon-t-shirt:before {
    content: '\efac'
}

.icon-wallet:before {
    content: '\efad'
}

.icon-search-8:before {
    content: '\efae'
}

.icon-mail-8:before {
    content: '\efaf'
}

.icon-heart-8:before {
    content: '\efb0'
}

.icon-heart-empty-4:before {
    content: '\efb1'
}

.icon-star-8:before {
    content: '\efb2'
}

.icon-user-8:before {
    content: '\efb3'
}

.icon-video-5:before {
    content: '\efb4'
}

.icon-picture-5:before {
    content: '\efb5'
}

.icon-th-large-3:before {
    content: '\efb6'
}

.icon-th-4:before {
    content: '\efb7'
}

.icon-th-list-5:before {
    content: '\efb8'
}

.icon-ok-6:before {
    content: '\efb9'
}

.icon-ok-circle-1:before {
    content: '\efba'
}

.icon-cancel-7:before {
    content: '\efbb'
}

.icon-cancel-circle-2:before {
    content: '\efbc'
}

.icon-plus-circle-1:before {
    content: '\efbd'
}

.icon-minus-circle-1:before {
    content: '\efbe'
}

.icon-link-5:before {
    content: '\efbf'
}

.icon-attach-7:before {
    content: '\efc0'
}

.icon-lock-8:before {
    content: '\efc1'
}

.icon-lock-open-7:before {
    content: '\efc2'
}

.icon-tag-7:before {
    content: '\efc3'
}

.icon-reply-4:before {
    content: '\efc4'
}

.icon-reply-all-2:before {
    content: '\efc5'
}

.icon-forward-4:before {
    content: '\efc6'
}

.icon-code-3:before {
    content: '\efc7'
}

.icon-retweet-4:before {
    content: '\efc8'
}

.icon-comment-7:before {
    content: '\efc9'
}

.icon-comment-alt-2:before {
    content: '\efca'
}

.icon-chat-6:before {
    content: '\efcb'
}

.icon-attention-5:before {
    content: '\efcc'
}

.icon-location-8:before {
    content: '\efcd'
}

.icon-doc-8:before {
    content: '\efce'
}

.icon-docs-landscape:before {
    content: '\efcf'
}

.icon-folder-6:before {
    content: '\efd0'
}

.icon-archive-2:before {
    content: '\efd1'
}

.icon-rss-7:before {
    content: '\efd2'
}

.icon-rss-alt-1:before {
    content: '\efd3'
}

.icon-cog-7:before {
    content: '\efd4'
}

.icon-logout-3:before {
    content: '\efd5'
}

.icon-clock-8:before {
    content: '\efd6'
}

.icon-block-5:before {
    content: '\efd7'
}

.icon-resize-full-6:before {
    content: '\efd8'
}

.icon-resize-full-circle:before {
    content: '\efd9'
}

.icon-popup-5:before {
    content: '\efda'
}

.icon-left-open-5:before {
    content: '\efdb'
}

.icon-right-open-5:before {
    content: '\efdc'
}

.icon-down-circle-1:before {
    content: '\efdd'
}

.icon-left-circle-1:before {
    content: '\efde'
}

.icon-right-circle-1:before {
    content: '\efdf'
}

.icon-up-circle-1:before {
    content: '\efe0'
}

.icon-down-dir-3:before {
    content: '\efe1'
}

.icon-right-dir-3:before {
    content: '\efe2'
}

.icon-down-micro:before {
    content: '\efe3'
}

.icon-up-micro:before {
    content: '\efe4'
}

.icon-cw-circle:before {
    content: '\efe5'
}

.icon-arrows-cw-3:before {
    content: '\efe6'
}

.icon-updown-circle:before {
    content: '\efe7'
}

.icon-target-5:before {
    content: '\efe8'
}

.icon-signal-5:before {
    content: '\efe9'
}

.icon-progress-4:before {
    content: '\efea'
}

.icon-progress-5:before {
    content: '\efeb'
}

.icon-progress-6:before {
    content: '\efec'
}

.icon-progress-7:before {
    content: '\efed'
}

.icon-progress-8:before {
    content: '\efee'
}

.icon-progress-9:before {
    content: '\efef'
}

.icon-progress-10:before {
    content: '\eff0'
}

.icon-progress-11:before {
    content: '\eff1'
}

.icon-font-2:before {
    content: '\eff2'
}

.icon-list-4:before {
    content: '\eff3'
}

.icon-list-numbered-1:before {
    content: '\eff4'
}

.icon-indent-left-2:before {
    content: '\eff5'
}

.icon-indent-right-2:before {
    content: '\eff6'
}

.icon-cloud-8:before {
    content: '\eff7'
}

.icon-terminal-1:before {
    content: '\eff8'
}

.icon-facebook-rect-2:before {
    content: '\eff9'
}

.icon-twitter-bird-2:before {
    content: '\effa'
}

.icon-vimeo-rect-1:before {
    content: '\effb'
}

.icon-tumblr-rect-1:before {
    content: '\effc'
}

.icon-googleplus-rect-1:before {
    content: '\effd'
}

.icon-linkedin-rect-1:before {
    content: '\effe'
}

.icon-skype-6:before {
    content: '\efff'
}

.icon-vkontakte-rect-1:before {
    content: '\f000'
}

.icon-youtube-4:before {
    content: '\f001'
}

.icon-left-hand:before {
    content: '\e8cc'
}

.item-overlay {
    position: relative;
    display: block;
    background-color: #272729;
    text-align: center;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
    -ms-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease
}

.item-overlay img {
    width: 100%;
    -webkit-transform: rotateZ(0) scale(1);
    transform: rotateZ(0) scale(1);
    -webkit-transition: -webkit-transform 0.35s ease, opacity 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease, opacity 0.35s ease;
    -ms-transition: transform 0.35s ease, opacity 0.35s ease;
    transition: transform 0.35s ease, opacity 0.35s ease
}

.item-overlay:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.35s ease;
    -moz-transition: -moz-transform 0.35s ease;
    -ms-transition: transform 0.35s ease;
    transition: transform 0.35s ease
}

.item-overlay:hover img {
    opacity: .3;
    -webkit-transform: rotateZ(-3deg) scale(1.2);
    transform: rotateZ(-3deg) scale(1.2)
}

.item-overlay:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.item-overlay.gallery:after {
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background-image: none;
    content: "";
    font-family: "fontello";
    font-size: 1.5625rem
}

.google_map {
    width: 100%;
    height: 10rem
}

.google_map img {
    max-width: none
}

.owl-carousel {
    width: 1px;
    min-width: 100%;
    *width: 100%;
    position: relative
}

.owl-carousel .owl-controls {
    display: block
}

.owl-carousel .owl-controls .owl-next,
.owl-carousel .owl-controls .owl-prev {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in, opacity 0.35s ease-in;
    -moz-transition: -moz-transform 0.2s ease-in, opacity 0.35s ease-in;
    -ms-transition: transform 0.2s ease-in, opacity 0.35s ease-in;
    transition: transform 0.2s ease-in, opacity 0.35s ease-in
}

.owl-carousel .owl-controls .owl-next:after,
.owl-carousel .owl-controls .owl-prev:after {
    position: absolute;
    top: -1.25rem;
    color: #fff;
    content: '';
    font-family: "fontello";
    font-size: 2.5rem
}

.owl-carousel .owl-controls .owl-prev {
    left: 15px;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

.owl-carousel .owl-controls .owl-next {
    right: 15px;
    -webkit-transform: translateX(15px);
    transform: translateX(15px)
}

.owl-carousel .owl-controls .owl-prev:after {
    content: ""
}

.owl-carousel .owl-controls .owl-next:after {
    content: ""
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
    opacity: .6;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    opacity: 1
}

#searchform {
    position: relative
}

#searchform label {
    display: block
}

#searchform input[type="text"] {
    padding-right: 2.5rem;
    font-style: italic;
    font-size: 0.875rem
}

#searchform .entry {
    position: relative;
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #787777
}

#searchform .ajax_response {
    position: absolute;
    top: 50px;
    min-height: 50px;
    z-index: 99;
    width: 100%;
    padding: 0.625rem 0.9375rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px 1px #ddd;
    -moz-box-shadow: 0 1px 5px 1px #ddd;
    -ms-box-shadow: 0 1px 5px 1px #ddd;
    box-shadow: 0 1px 5px 1px #ddd
}

#searchform .ajax_response:after {
    position: absolute;
    display: block;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    content: ""
}

#searchform .ajax_response h5,
#searchform .ajax_response h6 {
    color: #444447;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: normal
}

#searchform .ajax_response .ajax_search_content {
    font-size: 0.75rem;
    line-height: 1em
}

#searchform .ajax_response .entry-media {
    float: left;
    margin-right: 0.9375rem;
    margin-bottom: 0.3125rem
}

#searchform .ajax_response .entry-media .post-format-type {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #dcdcdc;
    position: relative
}

#searchform .ajax_response .entry-media .post-format-type .post-format {
    position: relative;
    text-align: center
}

#searchform .ajax_response .entry-media .post-format-type .post-format:before {
    position: absolute;
    left: 13px;
    line-height: 40px;
    color: #fff;
    content: "";
    font-size: 1.125rem;
    font-family: "fontello";
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    transition: color 0.2s ease
}

#searchform .ajax_response .entry-media .post-format-type .post-format.picture-icon:before {
    content: ""
}

#searchform .ajax_response .entry-media .post-format-type .post-format.grid-post-icon:before {
    content: ""
}

#searchform .ajax_response .entry-media .post-format-type .post-format.gallery-icon:before {
    content: ""
}

#searchform .ajax_response .entry-media .post-format-type .post-format.quote-icon:before {
    content: ""
}

#searchform .ajax_response .entry-media .post-format-type .post-format.audio-icon:before {
    content: ""
}

#searchform .ajax_response .entry-media .post-format-type .post-format.video-icon:before {
    content: ""
}

#searchform .ajax_response .entry-media .post-format-type .post-format.noimage-icon:before {
    content: ""
}

@-moz-document url-prefix() {
    #searchform .ajax_response .entry-media .post-format-type .post-format:before {
        top: 15px
    }
}

#searchform .ajax_response .entry-media .post-format-type:hover .post-format:before {
    color: #f08714
}

#searchform .ajax_response .post-holder {
    display: table
}

#searchform .ajax_response .post-holder .entry-title {
    margin-bottom: 0;
    text-align: left;
    padding-right: 7px;
    line-height: 1.3em;
    text-transform: none
}

#searchform .ajax_response .post-holder .entry-title a {
    color: #262626;
    font-family: "Roboto";
    font-weight: normal
}

.ajax_response .mCSB_scrollTools,
.cart-content .mcsb_scrolltools {
    bottom: 0;
    height: auto;
    position: absolute;
    right: -14px;
    top: 0;
    width: 30px
}

.ajax_response .mCSB_inside>.mCSB_container {
    margin-right: 0px
}

#back-top {
    position: fixed;
    display: none;
    bottom: 1.25rem;
    right: 1.25rem;
    height: 1.25rem;
    width: 2.5rem;
    background-color: transparent;
    border: 1px solid #262626;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    color: #262626;
    text-align: center;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

#back-top:after {
    font-family: "fontello";
    font-size: 1.25rem;
    font-weight: normal;
    content: "";
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease
}

#back-top:hover {
    border: 1px solid #f08714;
    background-color: #f08714
}

#back-top:hover:after {
    color: #fff
}

iframe {
    width: 1px;
    min-width: 100%;
    *width: 100%
}

.wp-caption-text {
    visibility: hidden
}

.gallery-caption {
    visibility: hidden
}

.bypostauthor {
    visibility: hidden
}
.menu-item-379 {
    margin-left: 377px;
}

#startboxen {
    width:100%;
    margin-left:15%;
    margin-top: 30px;
    }

.start-boxen {
    float:left;
    text-align: center;
    width: 275px;
        margin-left: 5%;
    margin-bottom: 30px;
}



/* Sonderanpassungen für Responsive */

/* Handys */
@media screen and (max-width:771px) { 
.widget_events_calendar {display: none;}
.widget_search {display: none;}
}


/* Tablets */
@media screen and (max-width:802px) { 
.introbild {display: none;}
}

   

/* PC-Monitore */
@media screen and (max-width:1200px) { 
.menu-item-379 {margin-left: 0px;}
.header-bottom nav {margin-top: 55px; text-align: center;}
.header.type-1 .header-middle .header-middle-entry .account {display: none;}
}



.start-page-kachel {
text-align: center;
}
.start-page-kachel ul {
list-style: none;
}

.start-page-kachel li {
	display:inline-block;
	position:relative;	
}