/*
Theme Name: Ba
Theme URI:
Author: 
Version: 2.0.10
*/
html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
a,
abbr,
acronym,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    border: 0;
    outline: 0
}

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: black;
    background: white
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

table {
    border-collapse: collapse
}

caption,
th,
td {
    font-weight: 400;
    text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: "" ""
}

@font-face {
    font-family: FontAwesome;
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.eot');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.woff') format('woff'), url('/wp-content/themes/ba/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg')
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    top: .14285714em;
    left: -2.14285714em;
    width: 2.14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.sf-menu,
.sf-menu * {
    padding: 0;
    margin: 0;
    list-style: none
}

.sf-menu {
    line-height: 1.0
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em
}

.sf-menu ul li {
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    position: relative;
    float: left
}

.sf-menu a {
    position: relative;
    display: block
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 2.5em;
    left: 0;
    z-index: 99
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    top: 0;
    left: 10em
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    top: 0;
    left: 10em
}

.sf-menu {
    float: left;
    margin-bottom: 1em
}

.sf-menu a {
    padding: .75em 1em;
    text-decoration: none;
    border-top: 1px solid #cfdeff;
    border-left: 1px solid #fff
}

.sf-menu a,
.sf-menu a:visited {
    color: #13a
}

.sf-menu li {
    background: #bdd2ff
}

.sf-menu li li {
    background: #aabde6
}

.sf-menu li li li {
    background: #9aaedb
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: #cfdeff;
    outline: 0
}

.sf-menu a.sf-with-ul {
    min-width: 1px;
    padding-right: 2.25em
}

.sf-sub-indicator {
    position: absolute;
    top: 1.05em;
    right: .75em;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -999em;
    background: url(images/arrows-ffffff.png) no-repeat -10px -100px
}

a>.sf-sub-indicator {
    top: .8em;
    background-position: 0 -100px
}

a:focus>.sf-sub-indicator,
a:hover>.sf-sub-indicator,
a:active>.sf-sub-indicator,
li:hover>a>.sf-sub-indicator,
li.sfHover>a>.sf-sub-indicator {
    background-position: -10px -100px
}

.sf-menu ul .sf-sub-indicator {
    background-position: -10px 0
}

.sf-menu ul a>.sf-sub-indicator {
    background-position: 0 0
}

.sf-menu ul a:focus>.sf-sub-indicator,
.sf-menu ul a:hover>.sf-sub-indicator,
.sf-menu ul a:active>.sf-sub-indicator,
.sf-menu ul li:hover>a>.sf-sub-indicator,
.sf-menu ul li.sfHover>a>.sf-sub-indicator {
    background-position: -10px 0
}

.sf-shadow ul {
    padding: 0 8px 9px 0;
    background: url(images/shadow.png) no-repeat bottom right;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
    -moz-border-radius-topright: 17px;
    -moz-border-radius-bottomleft: 17px
}

.sf-shadow ul.sf-shadow-off {
    background: transparent
}
#button-header a {
    display: block;
    background-color: #363b40;
    border: 1px solid #363b40;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0 9px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    /*color: #000000;*/
    color: #ffffff;
}
#button-header a:hover {
    color: #ffffff;
    background-color: #363b40;
}
.sf-menu li a {
    padding-left: 8px;
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(images/prettyPhoto/default/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    padding-left: 13px;
    background: url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y
}

div.pp_default .pp_content_container .pp_right {
    padding-right: 13px;
    background: url(images/prettyPhoto/default/sprite_y.png) top right repeat-y
}

div.pp_default .pp_next:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite_next.png) center right no-repeat
}

div.pp_default .pp_previous:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat
}

div.pp_default .pp_expand {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat
}

div.pp_default .pp_expand:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat
}

div.pp_default .pp_contract {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat
}

div.pp_default .pp_contract:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat
}

div.pp_default .pp_gallery ul li a {
    background: url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    width: 30px;
    height: 30px;
    background: url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    width: 20px;
    height: 20px;
    margin: 4px 0 0;
    background: url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    position: relative;
    width: 110px;
    height: 30px;
    clear: none
}

div.pp_default .pp_nav .currentTextHolder {
    position: absolute;
    top: 2px;
    left: 75px;
    padding: 0 0 0 10px;
    margin: 0;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    line-height: 25px;
    color: #999
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

div.pp_default .pp_description {
    margin: 5px 50px 5px 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px
}

div.pp_default .pp_bottom .pp_left {
    background: url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(images/prettyPhoto/default/loader.gif) center center no-repeat
}

div.light_rounded .pp_top .pp_left {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat
}

div.light_rounded .pp_top .pp_right {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat
}

div.light_rounded .pp_next:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat
}

div.light_rounded .pp_previous:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat
}

div.light_rounded .pp_expand {
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat
}

div.light_rounded .pp_expand:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat
}

div.light_rounded .pp_contract {
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat
}

div.light_rounded .pp_contract:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    cursor: pointer;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat
}

div.light_rounded .pp_nav .pp_play {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat
}

div.light_rounded .pp_nav .pp_pause {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat
}

div.light_rounded .pp_arrow_previous {
    background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

div.light_rounded .pp_bottom .pp_left {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat
}

div.light_rounded .pp_bottom .pp_right {
    background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_top .pp_left {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat
}

div.dark_rounded .pp_top .pp_right {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y
}

div.dark_rounded .pp_next:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat
}

div.dark_rounded .pp_previous:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat
}

div.dark_rounded .pp_expand {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat
}

div.dark_rounded .pp_expand:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat
}

div.dark_rounded .pp_contract {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat
}

div.dark_rounded .pp_contract:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    cursor: pointer;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat
}

div.dark_rounded .pp_nav .pp_pause {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat
}

div.dark_rounded .pp_arrow_previous {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
    background: #000
}

div.dark_square .pp_description {
    margin: 0 85px 0 0;
    color: #fff
}

div.dark_square .pp_loaderIcon {
    background: url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat
}

div.dark_square .pp_expand:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat
}

div.dark_square .pp_contract {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat
}

div.dark_square .pp_contract:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat
}

div.dark_square .pp_nav .pp_pause {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat
}

div.dark_square .pp_arrow_previous {
    background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat
}

div.dark_square .pp_previous:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat
}

div.light_square .pp_expand {
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat
}

div.light_square .pp_expand:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat
}

div.light_square .pp_contract {
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat
}

div.light_square .pp_contract:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat
}

div.light_square .pp_nav .pp_play {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat
}

div.light_square .pp_nav .pp_pause {
    width: 14px;
    height: 15px;
    background: url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat
}

div.light_square .pp_arrow_previous {
    background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat
}

div.light_square .pp_previous:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat
}

div.facebook .pp_top .pp_left {
    background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat
}

div.facebook .pp_top .pp_middle {
    background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

div.facebook .pp_content_container .pp_left {
    background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y
}

div.facebook .pp_content_container .pp_right {
    background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y
}

div.facebook .pp_expand {
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat
}

div.facebook .pp_expand:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat
}

div.facebook .pp_contract {
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat
}

div.facebook .pp_contract:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    width: 22px;
    height: 22px;
    margin-top: 0;
    background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat
}

div.facebook .pp_arrow_previous.disabled {
    cursor: default;
    background-position: 0 -96px
}

div.facebook .pp_arrow_next {
    width: 22px;
    height: 22px;
    margin-top: 0;
    background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat
}

div.facebook .pp_arrow_next.disabled {
    cursor: default;
    background-position: -32px -96px
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    padding: 0 3px 0 4px;
    font-size: 15px
}

div.facebook .pp_nav .pp_play {
    width: 22px;
    height: 22px;
    background: url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat
}

div.facebook .pp_nav .pp_pause {
    width: 22px;
    height: 22px;
    background: url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat
}

div.facebook .pp_next:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat
}

div.facebook .pp_previous:hover {
    cursor: pointer;
    background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat
}

div.facebook .pp_bottom .pp_left {
    background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat
}

div.facebook .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x
}

div.facebook .pp_bottom .pp_right {
    background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9500;
    display: none;
    width: 100%;
    background: #000
}

div.pp_pic_holder {
    position: absolute;
    z-index: 10000;
    display: none;
    width: 100px
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    width: 100%;
    text-align: left
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    width: 55px;
    margin-left: 5px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    float: left;
    margin: 3px 10px 0 0;
    clear: right
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    width: 14px;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    z-index: 2000;
    width: 100%
}

.pp_gallery {
    position: absolute;
    left: 50%;
    z-index: 10000;
    display: none;
    margin-top: -50px
}

.pp_gallery div {
    position: relative;
    float: left;
    overflow: hidden
}

.pp_gallery ul {
    position: relative;
    float: left;
    height: 35px;
    padding: 0;
    margin: 0 0 0 5px;
    white-space: nowrap
}

.pp_gallery ul a {
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
    border: 1px rgba(0, 0, 0, .5) solid
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 5px 0 0
}

.pp_gallery li.default a {
    display: block;
    width: 50px;
    height: 33px;
    background: url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px!important
}

a.pp_next {
    display: block;
    float: right;
    width: 49%;
    height: 100%;
    text-indent: -10000px;
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat
}

a.pp_previous {
    display: block;
    float: left;
    width: 49%;
    height: 100%;
    text-indent: -10000px;
    background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat
}

a.pp_expand,
a.pp_contract {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 20000;
    display: none;
    width: 20px;
    height: 20px;
    text-indent: -10000px;
    cursor: pointer
}

a.pp_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1!important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    z-index: 9999;
    display: none;
    margin: 0 0 5px 15px;
    font-size: 17px;
    color: #fff
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    background-color: #fff
}

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
    position: relative
}

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
    background: #fff
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px!important
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    cursor: default;
    background-position: 0 -87px
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    cursor: default;
    background-position: -22px -87px
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
    background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
    color: #c4c4c4
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
    color: #fff
}

.pp_top,
.pp_bottom {
    position: relative;
    height: 20px
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    position: absolute;
    right: 20px;
    left: 20px;
    height: 20px
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    position: static;
    left: 0
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 20px;
    height: 20px
}

.pp_fade,
.pp_gallery li.default a img {
    display: none
}

.qtip {
    position: absolute;
    top: -28000px;
    left: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    padding: 0;
    font-size: 10.5px;
    line-height: 12px;
    box-shadow: none;
    direction: ltr
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    font-weight: 700;
    border-width: 0 0 1px
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 11;
    cursor: pointer;
    border: 1px solid transparent;
    outline: medium none
}

.qtip-titlebar .qtip-close {
    top: 50%;
    right: 4px;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    text-decoration: none;
    border-radius: 3px
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    font: normal bold 10px/13px Tahoma, sans-serif;
    line-height: 14px;
    color: inherit;
    text-align: center;
    text-indent: 0;
    background: transparent none no-repeat -100em -100em
}

.qtip-default {
    color: #555;
    background-color: #ffffa3;
    border: 1px solid #f1d031
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    color: #777;
    background: #f1f1f1;
    border-color: #CCC
}

.qtip-default .qtip-titlebar .qtip-close {
    color: #111;
    border-color: #AAA
}

.qtip-light {
    color: #454545;
    background-color: white;
    border-color: #e2e2e2
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}

.qtip-dark {
    color: #f3f3f3;
    background-color: #505050;
    border-color: #303030
}

.qtip-dark .qtip-titlebar {
    background-color: #404040
}

.qtip-dark .qtip-icon {
    border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-cream {
    color: #a27d35;
    background-color: #fbf7aa;
    border-color: #f9e98e
}

.qtip-cream .qtip-titlebar {
    background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}

.qtip-red {
    color: #912323;
    background-color: #f78b83;
    border-color: #d95252
}

.qtip-red .qtip-titlebar {
    background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}

.qtip-red .qtip-icon {
    border-color: #d95252
}

.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252
}

.qtip-green {
    color: #3f6219;
    background-color: #caed9e;
    border-color: #90d93f
}

.qtip-green .qtip-titlebar {
    background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}

.qtip-blue {
    color: #5e99bd;
    background-color: #e5f6fe;
    border-color: #add9ed
}

.qtip-blue .qtip-titlebar {
    background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}

.qtip-shadow {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
    border-radius: 4px 4px 0 0
}

.qtip-youtube {
    color: white;
    background: #4a4a4a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(top, #4a4a4a 0, #000 100%);
    background-image: -o-linear-gradient(top, #4a4a4a 0, #000 100%);
    border: 0 solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 3px #333
}

.qtip-youtube .qtip-titlebar {
    background-color: #4a4a4a;
    background-color: transparent
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000)
}

.qtip-youtube .qtip-icon {
    border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4a4a4a)
}

.qtip-jtools .qtip-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4a4a4a, endColorstr=#232323)
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
    color: white;
    background: transparent;
    border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
    border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}

.qtip-cluetip {
    color: #111;
    background-color: #d9d9c2;
    border: 0 dashed transparent;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4)
}

.qtip-cluetip .qtip-titlebar {
    color: white;
    background-color: #87876a;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
    border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    color: #696952;
    border-color: #696952
}

.qtip-tipsy {
    font-family: Lucida Grande, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    color: white;
    text-shadow: 0 1px black;
    background: black;
    background: rgba(0, 0, 0, .87);
    border: 0 solid transparent
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
    text-shadow: none;
    border-color: #222
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-tipped {
    font-family: serif;
    font-weight: 400;
    color: #454545;
    background-color: #f9f9f9;
    border: 3px solid #959fa9;
    border-radius: 3px
}

.qtip-tipped .qtip-titlebar {
    color: white;
    background: #3a79b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
    background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
    border-bottom-width: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#3a79b8, endColorstr=#2e629d)
}

.qtip-tipped .qtip-icon {
    background: #285589;
    border: 2px solid #285589
}

.qtip-tipped .qtip-icon .ui-icon {
    color: #555;
    background-color: #fbfbfb
}

.qtip-bootstrap {
    padding: 1px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    top: 45%;
    right: 11px;
    border-style: none
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
    background: transparent
}

.qtip-bootstrap .qtip-icon .ui-icon {
    float: right;
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    -ms-filter: none;
    -webkit-filter: none;
    filter: none
}

.qtip .qtip-tip {
    z-index: 10;
    margin: 0 auto;
    overflow: hidden
}

x:-o-prefocus,
.qtip .qtip-tip {
    visibility: hidden
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    display: inline-block;
    visibility: visible;
    behavior: url(#default#VML)
}

#qtip-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#qtip-overlay.blurs {
    cursor: pointer
}

#qtip-overlay div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .7;
    -ms-filter: "alpha(opacity=70)";
    filter: alpha(opacity=70)
}

.qtipmodal-ie6fix {
    position: absolute!important
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    content: ".";
    visibility: hidden
}

body {
    padding: 0;
    margin: 0;
    font-family: PT Sans, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
    background: #f0f0f0
}

a {
    color: #ed1c24;
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: underline
}

p {
    padding: 1em 0;
    line-height: 150%;
    color: #3e3e3e
}

p strong.highlighted {
    border-bottom: 2px solid #ed1c24
}

ol,
ul {
    color: #3e3e3e
}

ol {
    margin-top: 15px;
    line-height: 150%;
    list-style: decimal inside
}

ol li {
    margin-bottom: 15px
}

p.text {
    font-size: 16px
}

p a {
    color: #ed1c24
}

strong {
    color: #000
}

hr {
    border-color: #e9e9e9
}

blockquote {
    padding: 50px 20px 20px;
    padding-left: 25px;
    font-family: PT Sans Narrow;
    font-size: 27px;
    font-weight: 700;
    line-height: 120%;
    color: #25282a;
    background: #f0f0f0 url(images/icons/other/quote_content.png) no-repeat 20px 20px
}

blockquote.simple {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    background-color: transparent;
    background-position: 0 20px
}

pre {
    padding: 0 5px;
    margin: 0;
    overflow: auto;
    font-family: Courier new;
    font-size: 14px;
    line-height: 170%;
    text-shadow: 0 1px 0 #FFF;
    background: url(images/code_background.png) repeat;
    -webkit-filter: dropshadow(color=#ffffff, offx=0, offy=1);
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    zoom: 1
}

label {
    font-family: PT Sans;
    color: #25282a
}

.relative {
    position: relative
}

.responsive {
    display: block;
    width: 100%;
    height: auto
}

input,
textarea {
    padding: 15px 20px;
    font-family: PT Sans;
    font-size: 14px;
    color: #3e3e3e;
    background: #f0f0f0;
    border: 0
}

.center_align {
    text-align: center
}

.margin_top_0 {
    margin-top: 0!important
}

.margin_top_10 {
    margin-top: 10px!important
}

.margin_top_15 {
    margin-top: 15px
}

.margin_top_20 {
    margin-top: 20px!important
}

.padding_top_0 {
    padding-top: 0
}

.padding_top_30 {
    padding-top: 30px
}

.padding_top_bottom_25 {
    padding: 25px 0
}

.padding_top_bottom_15 {
    padding: 15px 0!important
}

.nounderline,
.nounderline:hover {
    text-decoration: none
}

body.overlay .background_overlay {
    display: block
}

.background_overlay {
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%
}

.site_container {
    background: #FFF
}

.site_container.boxed {
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

body.overlay .site_container {
    position: relative;
    z-index: 2
}

.site_container.boxed .header_top_bar {
    width: auto
}

.site_container.boxed .header_top_bar .latest_news_scrolling_list_container .category {
    border-left: none
}

.site_container.boxed .header_top_bar .search {
    border-right: 0
}

.site_container.boxed .slider,
.site_container.boxed .slider li.slide {
    width: 1150px;
    height: 508px
}

.site_container.boxed .slider li.slide img {
    width: 1155px
}

.site_container.boxed .slider_content_box {
    top: 231px;
    left: 55px
}

.site_container.boxed .small_slider .slider_content_box {
    top: auto;
    left: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: PT Sans;
    font-weight: 400;
    color: #25282a
}

h1,
h2 {
    font-family: PT Sans Narrow
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #25282a
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.contact-row h1,
.contact-row h2,
.contact-row h3,
.contact-row h4,
.contact-row h5,
.contact-row h6,
.contact-row h1 a,
.contact-row h2 a,
.contact-row h3 a,
.contact-row h4 a,
.contact-row h5 a,
.contact-row h6 a,
.contact-row p {
    color: #FFF
}

.contact-row .contact-container h4 {
    margin-bottom: 5px;
    font-size: 18px
}

.contact-row .contact-container p {
    margin-bottom: 15px
}

.contact-row .contact-container a.contact_link {
    position: relative;
    display: inline-block;
    width: auto!important;
    padding: 0!important;
    font-size: 16px!important;
    color: white!important;
    background: none!important;
    border: 0
}

.contact-row .contact-container a.contact_link:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed white;
    content: " "
}

.contact-row .contact-container .social_icons {
    float: none
}

.contact-row .contact-container .social_icons li {
    display: inline-block;
    float: none;
    width: 31px;
    height: 31px
}

.contact-row .contact-container .social_icons li .social_icon {
    display: block;
    width: 31px;
    height: 31px;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    background-image: none!important;
    outline: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.contact-row .contact-container .social_icons li .social_icon.vk {
    background-color: rgba(57, 109, 154, .65)
}

.contact-row .contact-container .social_icons li .social_icon.vk:hover {
    background-color: #396d9a
}

.contact-row .contact-container .social_icons li .social_icon.facebook {
    background-color: rgba(59, 89, 152, .65)
}

.contact-row .contact-container .social_icons li .social_icon.facebook:hover {
    background-color: #3b5998
}

.contact-row .contact-container .social_icons li .social_icon.twitter {
    background-color: rgba(0, 172, 237, .65)
}

.contact-row .contact-container .social_icons li .social_icon.twitter:hover {
    background-color: #00aced
}

.contact-row .contact-container .social_icons li .social_icon.youtube {
    background-color: rgba(187, 0, 0, .65)
}

.contact-row .contact-container .social_icons li .social_icon.youtube:hover {
    background-color: #b00
}

.contact-row .contact-container .social_icons li .social_icon i {
    display: block;
    display: inline-block;
    width: 21px;
    height: 21px;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 21px;
    color: #FFF;
    background-image: none
}

.contact-row .google-map-container {
    margin-right: 30px;
    margin-left: 0!important;
    overflow: hidden;
    text-align: center
}

.contact-row .google-map-container .google-map-image {
    display: inline-block;
    min-width: 100%;
    min-height: 255px
}

.content_box .google-map-container {
    width: 100%;
    overflow: hidden;
    text-align: center
}
.content_box .google-map-container .google-map-image {
    display: inline-block;
    min-width: 100%;
    min-height: 255px
}
#google-map, #google-header-map {
    width: 100%;
    height: 255px;
}
#google-map a, #google-header-map a {
    background-color: transparent !important;
}
h1 {
    font-size: 42px;
    line-height: 100%
}

h2 {
    font-size: 27px;
    line-height: 100%
}

h3 {
    font-size: 20px;
    line-height: 110%
}

h4 {
    font-size: 18px;
    line-height: 140%
}

h5 {
    font-size: 16px;
    line-height: 110%
}

h6 {
    font-size: 13px;
    line-height: 110%
}

.box_header {
    padding: 8px 15px 11px;
    background: #f0f0f0;
    border-left: 3px solid #ed1c24
}

.footer .box_header {
    background: #42494f;
    border-color: #858d94
}

.about_title,
.about_subtitle {
    font-family: PT Sans;
    font-size: 55px;
    font-weight: 300
}

.about_subtitle {
    font-weight: 700;
    color: #ed1c24
}

.header_container {
    padding-bottom: 26px;
    background-color: #fff
}

.header_top_bar_container {
    background-color: #e9e9e9
}

.header_top_bar_container.border {
    border-bottom: 1px solid #9d9d9d
}

.header_top_bar,
.header,
.menu_container .sf-menu,
.footer {
    width: 1050px;
    margin-right: auto;
    margin-left: auto
}

.header {
    padding-top: 7px;
    text-align: center
}

.header h1 {
    font-family: PT Sans Narrow;
    font-size: 96px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.01em;
    color: #ed1c24
}

.header h1 a {
    color: #ed1c24
}

.header h4 {
    margin-top: 3px;
    line-height: 1;
    color: #7c7c7c
}

.header .placeholder {
    display: none;
    float: right;
    width: 728px;
    height: 61px;
    padding-top: 29px;
    margin-top: 7px;
    font-family: PT Sans Narrow;
    font-size: 30px;
    font-weight: 300;
    color: #ababab;
    text-align: center;
    background: #f0f0f0
}

.header_top_bar .caroufredsel_wrapper_vertical_carousel {
    height: 46px!important
}

.caroufredsel_wrapper_vertical_carousel li div h5 a {
    display: block;
    height: 72px;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px
}

.style_2.header_top_bar_container {
    background: #FFF
}

.style_2.border.header_top_bar_container {
    border-bottom: 1px solid #e9e9e9
}

.style_2 .latest_news_scrolling_list_container .category,
.style_2 .latest_news_scrolling_list_container li.left,
.style_2 .latest_news_scrolling_list_container li.right,
.style_2 .search,
.style_2 .search .search_input {
    border-color: #e9e9e9
}

.style_2 .search .search_input,
.style_3 .search .search_input,
.style_4 .search .search_input {
    background: transparent
}

.style_2 .latest_news_scrolling_list_container .category,
.style_2 .latest_news_scrolling_list_container .category a,
.style_2 .latest_news_scrolling_list_container li .latest_news_scrolling_list a,
.style_2 .search .search_input,
.style_2 .search .search_input.hint,
.style_3 .latest_news_scrolling_list_container .category,
.style_3 .latest_news_scrolling_list_container .category a,
.style_3 .latest_news_scrolling_list_container li .latest_news_scrolling_list a,
.style_3 .search .search_input,
.style_3 .search .search_input.hint {
    color: #25282a
}

.style_2 .latest_news_scrolling_list_container li .timeago,
.style_3 .latest_news_scrolling_list_container li .timeago {
    color: #ababab
}

.style_2 .latest_news_scrolling_list_container .left a,
.style_3 .latest_news_scrolling_list_container .left a {
    background-image: url(images/icons/navigation/navigation_latest_arrow_left.png)
}

.style_2 .latest_news_scrolling_list_container .right a,
.style_3 .latest_news_scrolling_list_container .right a {
    background-image: url(images/icons/navigation/navigation_latest_arrow_right.png)
}

.style_2 .latest_news_scrolling_list_container li.left:hover,
.style_2 .latest_news_scrolling_list_container li.right:hover,
.style_2 .search .search_submit:hover {
    background-color: #e9e9e9
}

.style_2 .search .search_submit,
.style_3 .search .search_submit {
    background-image: url(images/icons/other/header_search.png)
}

.style_3.header_top_bar_container {
    background: #f0f0f0
}

.style_3.border.header_top_bar_container {
    border-bottom: 1px solid #e0e0e0
}

.style_3 .latest_news_scrolling_list_container .category,
.style_3 .latest_news_scrolling_list_container li.left,
.style_3 .latest_news_scrolling_list_container li.right,
.style_3 .search,
.style_3 .search .search_input {
    border-color: #e0e0e0
}

.style_3 .latest_news_scrolling_list_container li.left:hover,
.style_3 .latest_news_scrolling_list_container li.right:hover,
.style_3 .search .search_submit:hover {
    background-color: #e0e0e0
}

.style_4.header_top_bar_container {
    background: #2d3136
}

.style_4.border.header_top_bar_container {
    border-bottom: 1px solid #363b40
}

.style_4 .latest_news_scrolling_list_container .category,
.style_4 .latest_news_scrolling_list_container li.left,
.style_4 .latest_news_scrolling_list_container li.right,
.style_4 .search,
.style_4 .search .search_input {
    border-color: #363b40
}

.style_4 .latest_news_scrolling_list_container li.left:hover,
.style_4 .latest_news_scrolling_list_container li.right:hover,
.style_4 .search .search_submit:hover {
    background-color: #363b40
}

.style_5.header_top_bar_container {
    background: #000
}

.style_5.border.header_top_bar_container {
    border-bottom: 1px solid #464d53
}

.style_5 .latest_news_scrolling_list_container .category,
.style_5 .latest_news_scrolling_list_container li.left,
.style_5 .latest_news_scrolling_list_container li.right,
.style_5 .search,
.style_5 .search .search_input {
    border-color: #464d53
}

.style_5 .latest_news_scrolling_list_container li.left:hover,
.style_5 .latest_news_scrolling_list_container li.right:hover,
.style_5 .search .search_submit:hover {
    background-color: #464d53
}

.style_5 .search .search_input {
    background-color: transparent
}

.style_2.header_container {
    background: #363b40
}

.style_2 .header h1,
.style_2 .header h1 a,
.style_3 .header h1,
.style_3 .header h1 a {
    color: #FFF
}

.style_2 .header h4,
.style_3 .header h4 {
    color: #9da4ab
}

.style_3.header_container {
    background: #000
}

.small.header_container {
    padding-bottom: 30px
}

.small .header {
    padding-top: 22px;
    text-align: left
}

.small .header h1 {
    font-size: 68px
}

.small .header h4 {
    margin-top: 5px;
    font-size: 16px
}

.small .header .logo {
    float: left
}

.small .header .placeholder {
    display: block
}

.style_2 .placeholder {
    color: #858d94;
    background: #42494f
}

.style_3 .placeholder {
    color: #9da4ab;
    background: #2d3136
}

.page_header .page_title {
    font-weight: 700
}

.page_header_left,
.page_header_right {
    float: left
}

.page_header_left {
    width: 400px
}

.page_header_right {
    width: 650px
}

.bread_crumb {
    float: right;
    margin-top: 30px
}

.bread_crumb li {
    float: left
}

.bread_crumb li,
.bread_crumb li a {
    font-size: 12px;
    color: #7c7c7c
}

.bread_crumb li a {
    text-decoration: underline
}

.bread_crumb li a:hover {
    color: #25282a
}

.bread_crumb .separator {
    width: 5px;
    height: 13px;
    padding: 0 10px;
    background: url(images/icons/navigation/breadcrumb_arrow.png) no-repeat center center
}

.footer_container {
    padding-top: 50px;
    background: #363b40
}

.footer {
    padding-bottom: 30px
}

.footer .social_icons li {
    display: inline-block;
    float: left;
    margin-right: 10px
}

.footer .social_icons li .social_icon {
    display: block;
    width: 21px;
    height: 21px;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    background-image: none!important;
    outline: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.footer .social_icons li .social_icon.vk {
    background-color: #396d9a
}

.footer .social_icons li .social_icon.vk:hover {
    background-color: rgba(57, 109, 154, .65)
}

.footer .social_icons li .social_icon.facebook {
    background-color: #3b5998
}

.footer .social_icons li .social_icon.facebook:hover {
    background-color: rgba(59, 89, 152, .65)
}

.footer .social_icons li .social_icon.twitter {
    background-color: #00aced
}

.footer .social_icons li .social_icon.twitter:hover {
    background-color: rgba(0, 172, 237, .65)
}

.footer .social_icons li .social_icon.youtube {
    background-color: #b00
}

.footer .social_icons li .social_icon.youtube:hover {
    background-color: rgba(187, 0, 0, .65)
}

.footer .social_icons li .social_icon.telegram {
    background-color: rgba(0, 136, 204, .65)
}

.footer .social_icons li .social_icon.telegram:hover {
    background-color: #08c
}

.footer .social_icons li .social_icon.telegram img {
    width: 20px;
    height: 20px
}

.footer .social_icons li .social_icon i {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 21px;
    color: #FFF;
    background-image: none
}

.footer .scroll_top {
    position: relative;
    float: right;
    height: 24px;
    padding-right: 18px;
    font-family: PT Sans;
    font-size: 18px;
    line-height: 24px;
    color: #FFF
}

.footer .scroll_top:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 24px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 24px;
    text-align: right;
    text-rendering: auto;
    content: "\f077";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.footer h5.small {
    font-size: 14px
}

.footer .phone-table tr td {
    padding: 5px 10px 5px 0;
    vertical-align: middle
}

.footer .phone-table tr td:last-child {
    padding-right: 0
}

.footer .phone-table tr td h5 {
    font-size: 14px
}

.footer .partners-table {
    width: 100%
}

.footer .partners-table div {
    padding: 0;
    vertical-align: bottom
}

.footer .partners-table div:last-child {
    padding-top: 10px;
}

.footer .partners-table a.partner-link {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.footer .partners-table a.partner-link img {
    display: inline-block;
    max-width: 100%;
}

.footer p {
    color: #d7dce0
}

.footer a {
    line-height: 140%;
    color: #FFF
}

.menu_container {
    background: #FFF;
    background-color: #f0f0f0;
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-top-color: #ed1c24;
    border-bottom-color: #e9e9e9
}

.menu_container.sticky.move {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.boxed .menu_container.sticky.move {
    width: 100%;
    max-width: 1150px
}

.sf-menu {
    float: none;
    padding: 0;
    margin: -3px 0 0
}

.sf-menu li {
    height: 42px;
    padding-right: 10px;
    background-color: #f0f0f0;
    border: 0;
    border-top: 3px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-top-color: #ed1c24;
    border-bottom-color: #e9e9e9
}

.sf-menu>li {
    margin-bottom: -1px
}

.sf-menu li,
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    background: none #fff;
    background-color: #f0f0f0;
    border-top-color: #ed1c24;
    border-bottom-color: #e9e9e9
}

.sf-menu li a,
.sf-menu li a:visited {
    padding: 10px 0 15px 8px;
    font-family: PT Sans;
    font-size: 18px;
    font-weight: 400;
    color: #25282a;
    border: 0
}

.sf-menu li.submenu {
    padding-right: 0
}

.sf-menu li.submenu a {
    padding-right: 15px;
    background-color: transparent;
    background-image: url(images/icons/navigation/menu_arrow.png);
    background-position: center right;
    background-repeat: no-repeat;
    border-right: 15px solid transparent
}

.sf-menu li.submenu>a {
    position: relative;
    background-image: none
}

.sf-menu li.submenu>a:after {
    position: absolute;
    top: 15px;
    right: 0;
    width: 15px;
    height: 10px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 10px;
    text-align: right;
    text-rendering: auto;
    content: "\f078";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.menu_container>nav>ul.sf-menu>li a:hover {
    color: #ed1c24;
    background-color: transparent;
}

.menu_container>nav>ul.sf-menu>li:hover a {
    color: #ed1c24
}

.sf-menu a:hover {
    background-color: #f0f0f0
}

.sf-menu li.submenu ul {
    background: #363b40
}

.sf-menu li:hover,
.sf-menu li.selected,
.sf-menu li.submenu:hover {
    color: #ed1c24;
    background-color: #f0f0f0;
    border-top-color: #ed1c24;
    border-bottom-color: #f0f0f0;
    border-bottom-color: #e9e9e9
}

.sf-menu li ul {
    width: 210px;
    margin-top: 1px
}

.sf-menu li ul.wide li {
    width: 210px
}

.sf-menu li.submenu.wide ul {
    width: 420px
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top: 41px
}

.sf-menu li ul li {
    width: 210px;
    height: auto;
    padding: 0;
    border: 0
}

.menu_container .sf-menu li:hover ul a,
.menu_container .sf-menu li.submenu:hover ul a,
.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a {
    color: #d7dce0;
    background-color: #363b40;
    border: 0
}

.menu_container .sf-menu li ul li a,
.menu_container .sf-menu li.selected ul li a,
.menu_container .sf-menu li.submenu ul li a,
.menu_container .sf-menu li.submenu:hover ul li a,
.menu_container .sf-menu li:hover ul li a {
    padding: 15px;
    font-family: PT Sans;
    font-size: 14px;
    color: #d7dce0;
    background-image: none
}

.menu_container .sf-menu li ul li.submenu>a,
.menu_container .sf-menu li:hover ul li.submenu>a {
    padding-right: 0;
    border-right: 15px solid transparent
}

.menu_container .sf-menu li ul li.submenu>a:after,
.menu_container .sf-menu li:hover ul li.submenu>a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 43px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 43px;
    text-align: right;
    text-rendering: auto;
    content: "\f054";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.menu_container .sf-menu li.submenu ul#sub-sub-menu-449 {
    width: 420px
}

.menu_container .sf-menu li.submenu ul#sub-sub-menu-449 li {
    float: left
}

.menu_container .sf-menu li ul li.submenu>a:hover:after,
.menu_container .sf-menu li ul li.submenu.sfHover>a:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 43px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 43px;
    text-align: right;
    text-rendering: auto;
    content: "\f054";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.menu_container .sf-menu li ul li a:hover,
.menu_container .sf-menu li ul li.selected a,
.menu_container .sf-menu li.submenu ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li a:hover,
.menu_container .sf-menu li.submenu:hover ul li ul li.selected a,
.menu_container .sf-menu li.submenu:hover ul li.selected ul li.selected a,
.menu_container .sf-menu li:hover ul li.sfHover>a {
    color: #FFF;
    background-color: #42494f
}

.sf-menu li.submenu .mega_menu {
    position: absolute;
    top: -999em;
    padding: 30px 0 30px 30px;
    background: #42494f
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul,
ul.sf-menu li li:hover .mega_menu,
ul.sf-menu li li.sfHover .mega_menu,
ul.sf-menu li li li:hover .mega_menu,
ul.sf-menu li li li.sfHover .mega_menu {
    top: -1px;
    left: 210px;
    z-index: 2!important
}

ul.sf-menu li:hover li .mega_menu {
    left: 210px;
    display: none;
    width: 810px
}

ul.sf-menu .mega_menu,
ul.sf-menu .mega_menu li {
    background-color: #42494f
}

.mobile_menu_container {
    display: none
}

.mobile-menu-switch,
.mobile-menu,
.mobile-menu-divider {
    display: none;
    margin-right: auto;
    margin-left: auto
}

.mobile-menu-divider {
    margin-top: 15px
}

.mobile-menu li a {
    display: block;
    padding: 12px 20px;
    margin-bottom: 1px;
    font-family: Roboto;
    font-size: 16px;
    color: #25282a;
    background: #f0f0f0
}

.mobile-menu li.selected a,
.mobile-menu li.selected ul li.selected a,
.mobile-menu li.selected ul li.selected ul li.selected a {
    color: #FFF;
    background: #ed1c24
}

.mobile-menu li ul a {
    padding-left: 40px;
    font-size: 14px
}

.mobile-menu li ul ul a {
    padding-left: 80px;
    font-size: 13px
}

.mobile-menu li.selected ul a,
.mobile-menu li.selected ul li.selected ul a {
    color: #25282a;
    background: #f0f0f0
}

.mobile-menu-switch {
    width: 35px;
    padding: 15px 8px 9px;
    border: 2px solid #ed1c24
}

.mobile-menu-switch .line {
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 6px;
    background: #ed1c24
}

.mobile-menu-switch:hover {
    background: #ed1c24
}

.mobile-menu-switch:hover .line {
    background: #FFF
}

.footer_menu li {
    float: left;
    margin-right: 30px
}

.page {
    position: relative;
    width: 1050px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto
}

.page .column_2_3>.row>.post_content {
    min-width: 100%;
    min-height: 10px
}

.page .page-container {
    position: relative;
    min-height: 10px
}

.page .page-container .page_content {
    position: relative
}

.page .page-container .float-scroll-top {
    position: absolute;
    top: 0;
    left: -40px;
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #363b40;
    visibility: visible;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.page .page-container .float-scroll-top:hover {
    background: #ed1c24
}

.page .page-container .float-scroll-top .scroll_top {
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-family: PT Sans;
    font-size: 18px;
    color: #FFF
}

.page .page-container .float-scroll-top .scroll_top:after {
    position: absolute;
    top: 0;
    left: 3px;
    width: 18px;
    height: 24px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 24px;
    text-align: right;
    text-rendering: auto;
    content: "\f077";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.content_container {
    position: relative;
    min-height: 10px
}

.content_container .content_block {
    position: relative;
    min-height: 100%
}

.content_container .content_block:not(.post_content) {
    overflow: auto
}

.content_container .content_block .blog.big {
    position: relative;
    display: block;
    float: left
}

.content_container .float-scroll-top.author_box.animated_element {
    position: absolute;
    top: 0;
    left: -40px;
    display: none;
    width: 30px;
    height: 30px;
    padding-top: 0;
    text-align: center;
    background: #363b40;
    visibility: visible;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.content_container .float-scroll-top.author_box.animated_element:hover {
    background: #ed1c24
}

.content_container .float-scroll-top.author_box.animated_element .scroll_top {
    position: relative;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-family: PT Sans;
    font-size: 18px;
    color: #FFF
}

.content_container .float-scroll-top.author_box.animated_element .scroll_top:after {
    position: absolute;
    top: 0;
    left: 3px;
    width: 18px;
    height: 24px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 24px;
    text-align: right;
    text-rendering: auto;
    content: "\f077";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.page_margin_top {
    margin-top: 30px
}

.page_margin_top .column_2_3 .row:first-child .blog.column.column_1_2 .post {
    margin-top: 0
}

.page_margin_top .column_2_3 .row:first-child .blog.column.column_1_2 .post .post_content h2 {
    margin-top: 0
}

.page_margin_top_section {
    margin-top: 50px
}

.vertical_align {
    display: table-row
}

.vertical_align_cell {
    display: table-cell;
    vertical-align: middle
}

.caroufredsel_wrapper {
    width: 100%!important;
    margin: 0!important;
    overflow: hidden
}

.caroufredsel_wrapper_slider {
    margin-top: 10px!important
}

.slider {
    width: 1250px;
    height: 550px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

.slider li.slide {
    position: relative;
    float: left;
    width: 1250px;
    height: 550px;
    margin-right: 10px;
    background-position: top center;
    background-repeat: no-repeat
}

.slider li.slide img {
    width: 1250px
}

.slider li.slide .pr_preloader {
    height: 550px
}

.small_slider {
    display: none
}

.small_slider li.slide {
    position: relative;
    float: left;
    width: 690px
}

.small_slider li.slide .pr_preloader {
    min-height: 150px
}

.small_slider li.slide img {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

.small_slider li.slide a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

.small_slider .slider_content_box {
    top: auto;
    bottom: 0;
    left: 0;
    width: 650px
}

.slider_content_box {
    position: absolute;
    top: 260px;
    left: 105px;
    width: 450px;
    padding: 18px 20px 20px;
    background: rgba(0, 0, 0, .5)
}
.slider_content_box .otg_2017_style a{
    padding: 1px 5px;
    border: 1px solid white;
}
.slider_content_box .otg_2017_style{
    position: absolute;
    text-align: center;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 14px;
    color: #ed1c24;
    font-weight: bold;
}
.slider_content_box h2,
.slider_content_box h5 {
    float: left;
    margin-top: 17px;
    clear: both;
    color: #FFF
}

.slider_content_box h2 a,
.slider_content_box h5 a {
    font-family: PT Sans Narrow;
    color: #FFF
}

.slider_content_box .post_details li.category:after {
    bottom: 0;
    display: block;
    width: 30px;
    height: 2px;
    margin-top: 13px;
    background: none repeat scroll 0 0 #FFF;
    content: ""
}

.slider_content_box p {
    padding: 18px 0 0;
    clear: both;
    font-size: 14px;
    color: #FFF
}

.slider_navigation {
    position: absolute;
    top: 0;
    right: 0
}

.slider_navigation .slider_control {
    float: left
}

.slider_navigation .slider_control a,
a.slider_control {
    display: block;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.slider_navigation .slider_control a:before,
a.slider_control:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f054";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.slider_navigation .slider_control a {
    position: relative
}

a.slider_control {
    position: absolute;
    bottom: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

a.slider_control.right {
    right: 0
}

.slider_navigation .slider_control:first-child a,
a.slider_control.left {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.slider_navigation .slider_control:first-child a:before,
a.slider_control.left:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f053";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

a.slider_control.up {
    top: 30px;
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

a.slider_control.up:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f077";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

a.slider_control.down {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

a.slider_control.down:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f078";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

a.slider_control.up,
a.slider_control.down {
    left: 55px
}

.slider_navigation .slider_control a:hover,
a.slider_control:hover {
    text-decoration: none;
    background-color: #ed1c24
}

.slider_posts_list_container {
    position: relative
}

.slider_posts_list {
    clear: both
}

.slider_posts_list li {
    position: relative;
    float: left;
    width: 262.5px!important;
    height: 120px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.column_2_3 .slider_posts_list li {
    width: 230px!important
}

.slider_posts_list li.current h5,
.slider_posts_list li:hover h5 {
    color: #25282a
}

.slider_posts_list li h5 {
    position: relative;
    z-index: 1;
    padding-top: 8px;
    padding-right: 20px;
    padding-left: 20px;
    color: #7c7c7c
}

.slider_posts_list li .date {
    position: relative;
    z-index: 1;
    display: block;
    padding-top: 23px;
    padding-left: 20px;
    font-size: 11px;
    color: #ababab
}

.slider_posts_list .slider_posts_list_bar {
    position: absolute;
    bottom: -1px;
    height: 6px;
    background-color: #ed1c24
}

.slider_posts_list .slider_posts_list_progress_block {
    position: absolute;
    bottom: 4px;
    height: 100%;
    background-color: #f0f0f0
}

.blog_grid .post {
    position: relative;
    float: left;
    width: 524px;
    height: 261px;
    margin: 0 0 0 2px;
    clear: none
}

.blog_grid .post .pr_preloader {
    width: 524px;
    height: 261px
}

.blog_grid .post.large,
.blog_grid .post.large .pr_preloader {
    width: 787px;
    height: 524px
}

.blog_grid .post.big,
.blog_grid .post.big .pr_preloader {
    height: 524px
}

.blog_grid .post.small,
.blog_grid .post.small .pr_preloader {
    width: 261px
}

.blog_grid .post:first-child,
.blog.big .post:first-child {
    margin: 0
}

.blog.big .post ul.post_details.simple {
    margin-top: 0
}

.blog_grid .post.banner {
    width: 100%!important;
    height: auto;
    margin-top: 30px;
    overflow: hidden
}

.blog_grid .post.banner>a {
    display: block;
    height: 200px;
    overflow: hidden;
    text-align: right
}

.blog_grid .post.banner>a>img {
    display: inline-block!important
}

.blog_grid .post.banner:first-child {
    margin-top: 0
}

.blog_grid .post.banner .banner_content_box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 0 0;
    cursor: pointer;
    background: 0
}

.blog_grid .post.banner .banner_content_box li.category:after {
    bottom: 0;
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 13px;
    background: none repeat scroll 0 0 #FFF;
    content: ""
}

.blog_grid .post.banner .banner_content_box .post_details.simple li a, .blog_grid .post.banner .banner_content_box .post_details.simple li span {
    font-family: PT Sans Narrow;
    font-size: 14px;
    font-weight: 600;
    color: #363b40;
    text-transform: uppercase
}

.blog_grid .post.banner .banner_content_box .post_details.simple li:after {
    background: #363b40
}
.menu_container .sf-menu li ul li.submenu>span{
    padding-right: 0;
    border-right: 15px solid transparent;
    padding: 15px;
    font-family: PT Sans;
    font-size: 14px;
    color: #d7dce0;
    background-image: none;
    background-color: #363b40;
    border: 0;
    background-position: center right;
    background-repeat: no-repeat;
    font-weight: 400;
    position: relative;
    display: block;
}
.menu_container .sf-menu li ul li.submenu>span:hover{
    color: #FFF;
    background-color: #42494f;
    cursor: default;
}
.blog_grid .post.banner .banner_content_box h5 {
    position: relative;
    width: 48px;
    height: 21px;
    margin-top: 0
}

.blog_grid .post.banner .banner_content_box h5 a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    font-size: 16px;
    color: #363b40
}

.blog_grid .post.banner .banner_content_box h5 a:first-child {
    left: 0
}
.blog_grid .post.banner .banner_content_box h5 a:nth-child(3) {
    left: 18px;
}
.blog_grid .post.banner .banner_content_box h5 a .fa-twitter {
    color: #00aced
}

.blog_grid .post.banner .banner_content_box h5 a .fa-facebook {
    color: #3b5998
}
.blog_grid .post.banner .banner_content_box h5 a .fa-youtube-play {
    color: #ed090b
}

.banner-holder a {
    display: block;
    width: 100%;
    overflow: hidden
}

.banner-holder a .banner {
    width: 100%
}

.blog_grid .row {
    margin-top: 2px
}

.blog_grid .row:first-child {
    margin-top: 0
}

.blog_grid .column {
    margin-left: 2px
}

.site_container.boxed .blog_grid .post .slider_content_box,
.blog_grid .post .slider_content_box {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 0 20px;
    cursor: pointer;
    background: linear-gradient(top, transparent 0, rgba(0, 0, 0, .4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, .4)));
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4) 100%);
    background: -ms-linear-gradient(top, transparent 0, rgba(0, 0, 0, .4) 100%);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000', GradientType=0)
}

.blog_grid .post .post_details.simple {
    margin: 0 20px
}

.blog_grid .post h2,
.blog_grid .post h5 {
    margin: 17px 20px 0
}

.blog_grid .post:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

.blog_grid .slider_view {
    display: none
}

.related-news .post h5 {
    font-size: 14px;
    line-height: 16px
}

.related-news .region-related .post h5 {
    font-size: 18px;
    line-height: 21px
}

.row:after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    content: ".";
    visibility: hidden
}

.column {
    float: left;
    margin-left: 30px
}

.column:first-child,
.column.first {
    margin-left: 0
}

.column.border_top {
    border-top: 1px solid #e9e9e9
}

.column_1_1 {
    width: 100%
}

.column_1_2 {
    width: 510px
}

.column_1_3,
.column_2_3 .column_1_2 {
    width: 330px
}

.column_2_3 {
    width: 690px
}

.column_1_3 .column_1_2 {
    width: 150px
}

.column_2_3 .column_1_3 {
    width: 210px
}

.column_1_4 {
    width: 240px
}

.column_3_4 {
    width: 780px
}

.row.copyright_row {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #464d53
}

.column_right {
    float: right
}

.columns.no_width .column_left,
.columns.no_width .column_right {
    width: auto
}

.mega_menu .column_1_2 {
    width: 390px
}

.mega_menu .column_1_3 {
    width: 250px
}

.sf-menu li.submenu .mega_menu.blog {
    padding: 0 30px 40px 0
}

.mega_menu li.post {
    float: left;
    margin: 30px 0 0 30px;
    margin-bottom: 0
}

.post {
    float: left;
    margin-top: 30px;
    clear: both
}

.post:first-child {
    margin-top: 30px
}

.post .text {
    color: #3e3e3e
}

.post .text img {
    display: inline-block;
    height: auto!important;
    max-width: 100%!important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

.post .text img.alignleft, .post .text div.wp-caption.alignleft {
    float: left
}

.post .text img.alignright, .post .text div.wp-caption.alignright {
    float: left
}
.post .text img.aligncenter, .post .text div.wp-caption.aligncenter {
    display: block;
    margin: auto;
}
.post .text .wp-caption {
    max-width: 100%!important;
}

.post .text .wp-caption p.wp-caption-text {
    width: 100%;
    padding: 10px 0;
    font-style: italic;
    text-align: center
}

.post .text p {
    padding: 0;
    margin: 0 0 10px;
    color: #3e3e3e
}

.post .text p>iframe {
    width: 100%!important;
    height: 450px!important
}

.post #control-by-post-gallery {
    margin-bottom: 10px
}

li.post a img {
    position: relative;
    display: block;
    width: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

li.post.top-region {
    margin-top: 0;
    background: #e9e9e9
}

li.post.top-region .post_content p {
    height: 90px;
    padding-right: 5px;
    overflow: hidden
}

li.post.top-region .post_content h2 {
    height: 72px;
    padding-right: 10px;
    margin: 10px 0 5px;
    overflow: hidden
}

.news-block .post {
    margin-top: 0;
    margin-bottom: 15px
}

.news-block .post:first-child {
    margin-top: 10px
}

#post-gallery-popup li div {
    overflow: hidden
}

#post-gallery-popup li div img {
   /* min-height: 450px */
}

#post-gallery-popup .social_icons {
    float: right
}

#post-gallery-popup .social_icons li {
    display: inline-block;
    float: left
}

#post-gallery-popup .social_icons li .social_icon {
    display: block;
    width: 21px;
    height: 21px;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    background-image: none!important;
    outline: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

#post-gallery-popup .social_icons li .social_icon.vk {
    background-color: rgba(57, 109, 154, .65)
}

#post-gallery-popup .social_icons li .social_icon.vk:hover {
    background-color: #396d9a
}

#post-gallery-popup .social_icons li .social_icon.facebook {
    background-color: rgba(59, 89, 152, .65)
}

#post-gallery-popup .social_icons li .social_icon.facebook:hover {
    background-color: #3b5998
}

#post-gallery-popup .social_icons li .social_icon.twitter {
    background-color: rgba(0, 172, 237, .65)
}

#post-gallery-popup .social_icons li .social_icon.twitter:hover {
    background-color: #00aced
}

#post-gallery-popup .social_icons li .social_icon.youtube {
    background-color: rgba(187, 0, 0, .65)
}

#post-gallery-popup .social_icons li .social_icon.youtube:hover {
    background-color: #b00
}

#post-gallery-popup .social_icons li .social_icon i {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 21px;
    line-height: 21px;
    color: #FFF;
    background-image: none
}

.post a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.post h2 {
    margin-top: 20px;
    clear: both
}

.post .with_number a {
    /*float: left;
    width: 280px*/
}

.post a.comments_number {
    position: relative;
    float: right;
    width: auto;
    padding: 8px 11px 9px;
    margin-top: 6px;
    font-family: PT Sans;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #7c7c7c;
    background: #f0f0f0
}

.footer .post a.comments_number {
    color: #9da4ab;
    background: #42494f
}

.post .comments_number:hover,
.footer .post .comments_number:hover {
    color: #FFF;
    background: #ed1c24
}

.post .arrow_comments {
    position: absolute;
    right: 0;
    bottom: -5px;
    display: inline;
    border-color: #f0f0f0 transparent;
    border-style: solid;
    border-width: 5px 0 0 5px;
    content: ''
}

.footer .post .arrow_comments {
    border-color: #42494f transparent
}

.post .comments_number:hover .arrow_comments,
.footer .post .comments_number:hover .arrow_comments {
    border-color: #ed1c24 transparent
}

.post h5 {
    margin-top: 15px;
    clear: both;
    color: #FFF
}

.post h5.region-title {
    font-family: PT Sans Narrow;
    font-size: 21px;
    line-height: 21px
}

.menu_container .sf-menu li ul.mega_menu li.post h5 a {
    margin-top: 15px;
    clear: both;
    color: #FFF
}

.post h5.page_margin_top_section {
    margin-top: 50px
}

.sf-menu .mega_menu li.post:hover,
.sf-menu .mega_menu li.post li:hover {
    background: transparent
}

.menu_container .sf-menu li ul.mega_menu li.post a {
    padding: 0;
    background: 0
}

.sf-menu .mega_menu li.post h5 a:hover {
    text-decoration: underline
}

span.number,
span.odometer.number {
    padding: 5px 8px 5px 0;
    font-family: PT Sans Narrow;
    font-size: 30px;
    font-weight: 300;
    color: #ababab;
    visibility: visible
}

.post h5 .number {
    float: left
}

.post p {
    margin-top: 11px
}

.post .post_details {
    float: left;
    margin-top: 10px;
    clear: both
}

.post .post_details .share-li {
    display: inline-block;
    margin: -2px 0 0 5px
}

.post .post_details .share-li .social_icon {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    color: #FFF;
    text-align: center;
    background-image: none!important;
    outline: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.post .post_details .share-li .social_icon.vk {
    background-color: rgba(57, 109, 154, .65)
}

.post .post_details .share-li .social_icon.vk:hover {
    background-color: #396d9a
}

.post .post_details .share-li .social_icon.facebook {
    background-color: rgba(59, 89, 152, .65)
}

.post .post_details .share-li .social_icon.facebook:hover {
    background-color: #3b5998
}

.post .post_details .share-li .social_icon.twitter {
    background-color: rgba(0, 172, 237, .65)
}

.post .post_details .share-li .social_icon.twitter:hover {
    background-color: #00aced
}

.post .post_details .share-li .social_icon.youtube {
    background-color: rgba(187, 0, 0, .65)
}

.post .post_details .share-li .social_icon.youtube:hover {
    background-color: #b00
}

.post .post_details .share-li .social_icon i {
    display: block;
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #FFF;
    background-image: none
}

.post .post_details+p {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
    clear: both
}

.post_details li {
    float: left;
    font-family: arial;
    font-size: 12px
}

.post_details li.date {
    font-size: 11px;
    line-height: 14px
}

.post_details li.category {
    padding: 14px 15px 13px 14px;
    font-weight: 700;
    background: #ed1c24
}

.post_details li.category a {
    color: #FFF
}

.post_details li.date {
    padding: 13px 14px 12px 13px;
    color: #7c7c7c;
    border: 1px solid #e9e9e9
}

.menu_container .mega_menu li.post {
    width: 240px;
    clear: none
}

.post ul.post_details.simple {
    position: static;
    margin-top: 10px;
    background: 0
}

.post ul.post_details.simple.details-top {
    margin: 0 0 10px
}

ul.post_details.simple.full-width-details {
    width: 100%
}

ul.post_details.simple.full-width-details li {
    width: 50%;
    text-align: left
}

ul.post_details.simple.full-width-details li.read_more_details {
    float: right;
    text-align: right
}

ul.post_details.simple.full-width-details li.read_more_details a {
    font-weight: 600;
    color: black
}

ul.post_details.simple li {
    padding: 0;
    background: 0
}

.post ul.post_details.simple li.date,
ul.post_details.simple li.date {
    margin-left: 0;
    border: 0
}

.mega_menu li.post ul.post_details.simple li {
    width: auto;
    color: #9da4ab
}

.slider_content_box ul.post_details li {
    color: #FFF
}

ul.blog.rating li.post {
    overflow: hidden
}

ul.blog.rating li.post .odometer-inside {
    display: none
}

.blog ul.post_details.simple li.category {
    margin-right: 10px
}

.blog ul.post_details.simple li.category,
.blog ul.post_details.simple li.category a {
    color: #ed1c24
}

.mega_menu.blog ul.post_details.simple li.category a,
.menu_container .mega_menu .blog.small .post li.category,
.menu_container .mega_menu .blog.small .post li.category a {
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    color: #9da4ab
}

.mega_menu.blog ul.post_details.simple li.category a:hover {
    text-decoration: underline
}

.mega_menu .column_1_2 .blog.small .post {
    width: 390px
}

.mega_menu .column_1_3 .blog.small .post {
    width: 250px
}

.mega_menu .column_1_2 .blog.small .post_content {
    width: 250px
}

.mega_menu .column_1_3 .blog.small .post_content {
    width: 130px
}

.mega_menu .column_1_3 .blog.small .post ul.post_details.simple {
    margin-top: 5px
}

.mega_menu .column_1_3 .blog.small .post ul.post_details.simple li.date {
    margin-top: 5px;
    margin-left: 0;
    clear: both
}

.mega_menu .blog.small {
    position: static;
    top: 0;
    left: 0;
    margin-top: 0
}

.mega_menu .blog.small .post {
    margin: 30px 0 0
}

.mega_menu .blog.small .post:first-child {
    margin-top: 0
}

.menu_container .mega_menu .blog.small .post a {
    padding: 0;
    color: #FFF;
    background: 0
}

.blog.small .post,
.blog.small_margin .post {
    margin-top: 30px
}

.blog.big img {
    width: 330px
}

.blog.small img {
    width: auto
}

.blog.big img,
.blog.big .post_content,
.blog.small img,
.blog.small .post_content {
    float: left
}

.blog.big .post_content {
    width: 330px;
    margin-left: 30px
}

.blog.small .post_content {
    margin-left: 20px
}

.column_2_3 .column_1_2 .blog.small .post_content,
.column_1_3 .blog.small .post_content {
    width: 210px
}

.column_1_2 .blog.small .post_content {
    width: 390px
}

.blog.small .post_content p {
    margin-top: 0
}

.blog.small .post_details.simple {
    clear: none
}

.blog.big .post_content h2,
.blog.small .post_content h5 {
    margin-top: 0
}

.blog.big .post_content h2 {
    font-size: 21px;
    line-height: 24px
}

.blog.column_1_2 .post_content h2 {
    font-size: 21px;
    line-height: 21px
}

.blog.medium .post {
    width: 210px;
    margin-top: 30px;
    margin-left: 30px;
    clear: none
}

.blog.medium .post:first-child,
.blog.medium .post:nth-child(3n+1) {
    margin-left: 0
}

.blog.rating .post {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 10px
}

.blog.rating .post:first-child {
    margin-top: 0
}

.blog.rating .post,
.blog.rating .post_content {
    position: relative;
    z-index: 1
}

.blog.rating .post_content {
    padding: 10px 20px
}

.blog.rating .post span.number {
    display: block;
    padding: 5px 0 0
}

.blog.rating h5 {
    margin-top: 5px
}

.blog.rating .post .value_bar_container {
    position: absolute;
    bottom: 0
}

.blog.rating .post .value_bar {
    height: 100%;
    background: #f0f0f0
}

.footer .blog ul.post_details.simple li.category,
.footer .blog ul.post_details.simple li.category a,
.footer .post_details li.date {
    line-height: 1;
    color: #9da4ab
}

.column_1_3 .blog.small .post {
    width: 330px
}

h1.post_title {
    font-size: 35px;
    font-weight: 700;
    line-height: 38px
}

h3.excerpt p {
    padding-top: 0;
    margin-top: 0
}

.post.single {
    width: 100%;
    margin-top: 0
}

.post.single .post_image {
    position: relative;
    display: block
}

.post.single .post_image blockquote {
    position: absolute;
    bottom: 0;
    color: #FFF;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(images/icons/other/quote_image.png);
    background-position: 20px 20px
}

.post.single .post_image blockquote .author {
    color: #FFF
}

.post.single .sentence,
.gallery_popup .sentence {
    margin-top: 20px
}

.post.single .sentence .text,
.gallery_popup .sentence .text {
    font-weight: 700;
    color: #7c7c7c
}

.post.single .sentence .author,
.gallery_popup .sentence .author,
blockquote .author {
    margin-left: 3px;
    color: #ababab
}

.gallery_popup .sentence .author {
    margin-left: 0;
    color: 858 D94
}

.post.single .sentence .text,
.post.single .sentence .author,
.gallery_popup .sentence .text,
.gallery_popup .sentence .author,
blockquote .author {
    font-size: 12px;
    line-height: 120%
}

.post.single .post_content {
    position: relative;
	word-wrap: break-word;
}

.post.single .author_box,
.post.single .content_box {
    float: right
}

.post.single .author_box {
    position: absolute;
    top: 0;
    width: 100px;
    padding-top: 30px;
    text-align: center;
    visibility: visible
}

.post.single .content_box {
    width: 560px;
    margin-left: 30px
}

.post.single .content_box .excerpt p {
    padding: 0;
    margin: 0
}

.post.single .text {
    font-size: 16px
}

.post.single blockquote.inside_text {
    float: left;
    width: 200px;
    padding-top: 60px;
    margin-right: 30px;
    margin-bottom: 1em;
    font-family: PT Sans Narrow;
    font-size: 18px;
    line-height: 140%;
    background-position: 20px 30px
}

.post.single blockquote.right {
    float: right;
    margin-right: 0;
    margin-left: 30px
}

.post.single blockquote.inside_text.simple {
    background-position: 0 20px
}

blockquote .author {
    display: block;
    margin-top: 23px;
    font-weight: 400
}

.post.single .post_details {
    float: none;
    padding-top: 15px;
    margin-top: 20px;
    clear: both;
    border-top: 1px solid #e9e9e9
}

.post.single .post_details a,
.post_content .text a {
    color: #ed1c24
}

.post.single li.detail {
    padding: 0 0 0 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
    color: #7c7c7c;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    border: 0
}

li.detail.category {
    background-image: url(images/icons/other/post_category.png)
}

.detail.date {
    background-image: url(images/icons/other/post_date.png)
}

.detail.author {
    background-image: url(images/icons/other/post_author.png)
}

.detail.views {
    background-image: url(images/icons/other/post_views.png)
}

.detail.comments {
    background-image: url(images/icons/other/post_comments.png)
}

.taxonomies.tags.left {
    float: left
}

.taxonomies.categories.right {
    float: right
}

.column_2_3 .iframe_video {
    width: 100%;
    height: 388px
}

.column_2_3 .iframe_sound {
    width: 100%
}

.post.single.small_image .post_image_box {
    float: left;
    width: 330px;
    margin-right: 30px
}

.post.single.small_image .post_image_box .pr_preloader {
    height: 242px
}

.post.single.small_image .content_box {
    width: 100%
}

.post.single.small_image .text {
    display: inline
}

.post.single.small_image .text>* {
    margin-left: 130px
}

.post.single.small_image p {
    float: none;
    clear: none
}

.list {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9
}

.list li ul {
    margin-top: 0
}

.list li {
    padding-top: 6px;
    padding-bottom: 6px
}

.list li:first-child {
    margin-top: 14px
}

.list li ul li:first-child {
    margin-top: 4px
}

.list.spacing li ul li:first-child {
    margin-top: 7px
}

.list li,
.list li a {
    color: #25282a
}

.list.indent {
    padding-left: 15px
}

.list.no_border,
.review_block .list {
    border-top: 0
}

.list.spacing li,
.review_block .list li {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0
}

.review_block .list li,
.review_block .list li a {
    color: #3e3e3e
}

.dropcap {
    line-height: 150%
}

.dropcap .dropcap_label {
    float: left;
    padding: 6px 13px;
    margin-right: 15px;
    margin-bottom: 5px;
    text-align: center;
    background-color: #f0f0f0
}

.dropcap .dropcap_label.active {
    background-color: #ed1c24
}

.dropcap .dropcap_label h3 {
    font-size: 24px;
    color: #25282a
}

.dropcap .dropcap_label.active h3 {
    color: #FFF
}

.taxonomies li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

.column_1_3 .taxonomies {
    width: 335px
}

.column_1_3 .taxonomies.columns li {
    width: 48.51%
}

.taxonomies a {
    display: block;
    padding: 13px 12px 12px;
    font-family: PT Sans;
    font-size: 12px;
    font-weight: 700;
    color: #7c7c7c;
    text-align: left;
    border: 1px solid #e9e9e9;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.taxonomies a:hover {
    color: #FFF;
    background: #ed1c24;
    border-color: #ed1c24
}

.taxonomies.columns {
    text-align: center
}

.taxonomies.tags {
    position: relative;
    padding-left: 45px;
    background-image: none
}

.taxonomies.tags:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 40px;
    color: #DDD;
    text-align: center;
    text-rendering: auto;
    content: "\f02c";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.taxonomies.categories {
    position: relative;
    padding-left: 45px;
    background-image: none
}

.taxonomies.categories:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 40px;
    color: #DDD;
    text-align: center;
    text-rendering: auto;
    content: "\f03a";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.review_block {
    padding: 30px;
    background: #f0f0f0
}

.review_summary {
    position: relative;
    padding: 30px 0;
    background: transparent
}

.review_block h5,
.review_summary h5 {
    color: #25282a
}

.column_2_3 .review_block .column_1_2 {
    width: 300px
}

.review_chart li {
    margin-top: 15px
}

.review_chart li:first-child {
    margin-top: 0
}

.review_summary .number,
.review_summary .text {
    position: relative;
    z-index: 1;
    float: left
}

.review_summary .text {
    width: 480px
}

.review_summary .text p {
    margin-top: 0;
    font-size: 14px;
    color: #3e3e3e
}

.review_summary .number {
    padding: 27px 23px;
    margin: 0 30px;
    font-family: PT Sans Narrow;
    font-size: 42px;
    font-weight: 300;
    color: #ed1c24;
    border: 2px solid #ed1c24
}

.review_summary .value_bar_container {
    position: absolute;
    bottom: 0
}

.review_summary .value_bar {
    height: 100%;
    background: #f0f0f0
}

.value_container {
    height: 26px;
    margin-top: 10px;
    background: #FFF
}

.value_container .value_bar {
    position: relative;
    height: 20px;
    padding-top: 6px;
    text-align: right;
    background: #ed1c24
}

.value_container .value_bar .number {
    padding: 0;
    margin: 0 10px;
    font-family: arial;
    font-size: 13px;
    font-weight: 700;
    color: #FFF
}

.announcement {
    padding: 30px;
    background: #f0f0f0
}

.announcement h2 {
    float: left;
    margin-right: 10px
}

.announcement .expose {
    margin-right: 0;
    color: #ed1c24
}

.announcement .vertical_align {
    height: 57px
}
.read_more {
    position: relative;
    display: block;
    float: left;
    height: 29px;
    padding-right: 12px!important;
    margin-top: 5px;
    clear: both;
    font-size: 12px;
    font-weight: 700;
    color: #25282a
}
.read_more.page_margin_top {
    margin-top: 30px
}

.read_more.page_margin_top_section {
    margin-top: 50px
}

.read_more span {
    position: relative;
    display: block;
    margin-top: 7px;
    margin-left: 38px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    line-height: 16px;
    color: black;
    text-transform: uppercase
}

.read_more.close_gallery span {
    color: white
}

.read_more .arrow {
    position: absolute;
    width: 29px;
    height: 29px;
    margin-top: 0;
    margin-left: 0;
    background: #ed1c24!important;
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.read_more .arrow:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 29px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f054";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.read_more:hover {
    color: #FFF
}

.read_more:hover .arrow {
    width: 100%
}

.read_more:hover span {
    color: white
}

.read_more.left .arrow:before {
    content: "\f053"
}

.read_more.right {
    float: right;
    padding-right: 0!important;
    padding-left: 12px!important
}

.read_more.right span {
    margin-right: 38px;
    margin-left: 0;
    text-align: left
}

.read_more.right .arrow {
    right: 0;
    margin-right: 0!important;
    margin-left: 0!important
}

.read_more.right .arrow:before {
    right: 0;
    left: auto
}

.mega_menu.blog .read_more span {
    color: white
}

.comment_form fieldset,
.contact_form fieldset {
    clear: both
}

.comment_form fieldset.column,
.contact_form fieldset.column {
    clear: none
}

.comment_form fieldset.column_1_3,
.contact_form fieldset.column_1_3 {
    width: 223px;
    margin-left: 10px
}

.comment_form fieldset.column_1_3:first-child,
.contact_form fieldset.column_1_3:first-child {
    width: 224px
}

.column_1_3 .comment_form fieldset.column_1_3,
.column_1_3 .contact_form fieldset.column_1_3,
.comment_form fieldset.column:first-child,
.contact_form fieldset.column:first-child {
    margin-left: 0
}

.column_1_3 .comment_form fieldset.column_1_3,
.column_1_3 .contact_form fieldset.column_1_3 {
    margin-top: 10px
}

.column_1_3 .comment_form fieldset.column_1_3:first-child,
.column_1_3 .contact_form fieldset.column_1_3:first-child {
    margin-top: 0
}

.comment_form input,
.comment_form textarea,
.contact_form input,
.contact_form textarea,
.gform_wrapper .top_label input.large {
    padding: 15px 0 15px 10px;
    font-size: 14px;
    color: #3e3e3e;
    background: #f0f0f0;
    border: 0;
    box-sizing: border-box;
    -webkit-transition: .2s background-color ease-in;
    transition: .2s background-color ease-in
}

.comment_form textarea {
    width: auto;
    height: 105px;
    margin-top: 10px;
    resize: none
}

.contact_form .top_label .gfield_label {
    display: none!important
}

.contact_form textarea {
    width: 100%;
    height: 105px;
    resize: none
}

.comment_form .text_input,
.contact_form .text_input {
    width: 183px
}

.comment_form fieldset.column:first-child .text_input,
.contact_form fieldset.column:first-child .text_input {
    width: 184px
}

.column_1_3 .comment_form .text_input,
.contact_form .text_input,
.column_1_3 .comment_form fieldset.column:first-child .text_input,
.column_1_3 .contact_form fieldset.column:first-child .text_input,
.column_1_3 .comment_form textarea,
.contact_form textarea,
.gform_wrapper .top_label input.large {
    width: 100%;
    box-sizing: border-box
}

.comment_form [type=submit],
.contact_form [type=submit] {
    float: right;
    margin-top: 10px;
    font-size: 12px;
    color: #25282a;
    cursor: pointer;
    outline: 0
}

.contact_form textarea {
    width: 100%;
    padding: 15px 0 15px 10px;
    box-sizing: border-box
}

.comment_form .text_input:focus,
.comment_form textarea:focus,
.contact_form .text_input:focus,
.contact_form textarea:focus,
.gform_wrapper .top_label input.large:focus {
    padding-bottom: 14px;
    background: transparent;
    border-bottom: 1px solid #e9e9e9
}

.comment_form textarea:focus,
.contact_form textarea:focus {
    width: 100%;
    padding: 15px 0 14px 10px;
    border-bottom: 1px solid #e9e9e9
}

#cancel_comment {
    display: none;
    float: right;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 11px;
    color: #ed1c24
}

.comment_form .hint,
.contact_form .hint {
    color: #ababab
}

::-webkit-input-placeholder {
    color: #ababab
}

:-moz-placeholder {
    color: #ababab;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

::-moz-placeholder {
    color: #ababab;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

:-ms-input-placeholder {
    color: #ababab
}

.search_form input[type=text] {
    width: 650px
}

.search_form input[type=text]:focus {
    padding-bottom: 14px;
    background: transparent;
    border-bottom: 1px solid #e9e9e9
}

.search_form input[type=submit] {
    float: right
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content {
    font-family: arial;
    font-size: 13px;
    color: #FFF
}

.ui-tooltip-error .ui-tooltip-content,
.ui-tooltip-success .ui-tooltip-content {
    border: 0
}

.ui-tooltip-content {
    padding: 10px 20px
}

.ui-tooltip-error .ui-tooltip-content {
    background: #e9431c
}

.ui-tooltip-success .ui-tooltip-content {
    background: #61911b
}

.comment {
    margin-top: 50px
}

#comments_list>.comment:first-child {
    margin-top: 30px
}

.comment_author_avatar {
    float: left;
    width: 100px;
    height: 100px;
    background: url(images/samples/100x100/avatar.png)
}

.posted_by {
    clear: both
}

.posted_by h5 {
    float: left
}

.posted_by abbr.timeago {
    float: right;
    margin-top: 7px;
    font-size: 12px;
    color: #7c7c7c
}

.posted_by .in_reply {
    margin-left: 5px;
    color: #ababab
}

#comments_list .comment_details {
    float: left;
    width: 560px;
    margin-left: 30px
}

#comments_list .children {
    float: left;
    margin-left: 70px;
    clear: both
}

#comments_list .children .comment_details {
    width: 460px
}

#comments_list .children .comment .parent_arrow {
    float: left;
    width: 10px;
    height: 16px;
    margin-right: 20px;
    background: url(images/icons/other/comment_reply.png) no-repeat
}

.pagination {
    clear: both
}

.pagination li {
    float: left;
    margin-left: 5px
}

.pagination li:first-child {
    margin-left: 0
}

.pagination li.left,
.pagination li.right {
    width: 29px
}

.pagination li.left a,
.pagination li.right a {
    background-position: 0 0;
    background-repeat: no-repeat
}

.pagination li.left a {
    background-image: url(images/icons/navigation/pagination_arrow_left.png)
}

.pagination li.right a {
    background-image: url(images/icons/navigation/pagination_arrow_right.png)
}

.pagination li.left a:hover,
.pagination li.right a:hover {
    background-position: 0 -29px
}

.pagination li a {
    display: block;
    padding: 8px 10px 7px 11px;
    font-size: 14px;
    color: #7c7c7c;
    background: #f0f0f0
}

.pagination li a:hover,
.pagination li.selected a {
    color: #FFF;
    background-color: #ed1c24
}

.bullet {
    padding-left: 25px;
    background-position: left center;
    background-repeat: no-repeat
}

.bullet.parent {
    background-position: left 3px
}

.spacing .bullet.parent {
    background-position: left 6px
}

.bullet.style_1 {
    padding-left: 15px;
    background-image: url(images/icons/other/bullet_style_1.png)
}

.bullet.style_2 {
    background-image: url(images/icons/other/bullet_style_2.png)
}

.bullet.style_3 {
    background-image: url(images/icons/other/bullet_style_3.png)
}

.bullet.style_4 {
    background-image: url(images/icons/other/bullet_style_4.png)
}

.tabs_navigation {
    width: 100%;
    padding: 0;
    margin: 0 0 -9px;
    list-style: none;
    background: 0;
    border: 0;
    box-sizing: content-box
}

.tabs_navigation.small {
    margin: 0;
    border-bottom: 1px solid #e9e9e9
}

.tabs_navigation li {
    position: relative;
    float: left;
    padding: 0;
    text-align: center;
    list-style: none;
    border: 0
}

.tabs_navigation li a {
    position: relative;
    display: block;
    width: auto;
    padding: 8px 15px 11px;
    font-family: PT Sans;
    font-size: 18px;
    line-height: normal;
    line-height: 140%;
    color: #25282a;
    text-align: center;
    text-decoration: none;
    background: #f0f0f0;
    border: 0;
    border-right: 1px solid #e0e0e0;
    outline: 0;
    -webkit-transition: none;
    transition: none
}

.tabs_navigation li:last-child a {
    border-right: 0
}

.tabs_navigation li a:hover,
.tabs_navigation li a.selected,
.tabs_navigation li.ui-tabs-active a {
    color: #FFF;
    background: #ed1c24
}

.tabs_navigation li.ui-tabs-active span {
    position: relative;
    bottom: -9px;
    display: inline;
    border-color: #ed1c24 transparent;
    border-style: solid;
    border-width: 9px 9px 0
}

.tabs_navigation.small li {
    margin: 5px 20px -1px 0
}

.tabs_navigation.small li:last-child {
    margin-right: 0
}

.tabs_navigation.small li a {
    padding: 0 0 8px;
    margin-bottom: 1px;
    font-size: 15px;
    color: #7c7c7c;
    background: 0;
    border-right: 0
}

.tabs_navigation.small li a:hover,
.tabs_navigation.small li a.selected,
.tabs_navigation.small li.ui-tabs-active a {
    padding-bottom: 6px;
    margin-bottom: 0;
    color: #25282a;
    background: 0;
    border-bottom: 3px solid #ed1c24
}

.accordion.medium .ui-accordion-content {
    padding: 0 20px 10px
}

.accordion .ui-accordion-header {
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9
}

.accordion .ui-accordion-header.ui-state-active {
    background-color: #ed1c24;
    border-bottom-color: #ed1c24
}

.accordion .ui-accordion-header h4 {
    padding-left: 41px;
    font-size: 16px
}

.accordion .ui-accordion-header.ui-state-active h4 {
    line-height: normal;
    color: #FFF
}

.accordion .ui-accordion-header .ui-accordion-header-icon {
    position: relative;
    float: left;
    width: 21px;
    height: 21px;
    margin-top: 2px;
    margin-right: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    background-color: #ed1c24;
    background-image: none
}

.accordion .ui-accordion-header .ui-accordion-header-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 21px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f078";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.accordion .ui-accordion-header:hover .ui-accordion-header-icon {
    background-color: rgba(0, 0, 0, .5);
    background-color: #ed1c24;
    background-image: none
}

.accordion .ui-accordion-header:hover .ui-accordion-header-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 21px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f078";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon {
    background-color: rgba(0, 0, 0, .5);
    background-color: white;
    background-image: none
}

.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 21px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f077";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    color: #ed1c24
}

.horizontal_carousel {
    display: none
}

.horizontal_carousel_container,
.vertical_carousel_container {
    position: relative;
    width: 100%;
}

.horizontal_carousel_container a.slider_control {
    top: 109px
}

.horizontal_carousel_container.big a.slider_control{
    top: 287px
}

.column_1_3 .horizontal_carousel_container.big a.slider_control {
    top: 171px
}

.column_2_3 .horizontal_carousel_container.big a.slider_control {
    top: 405px
}

.column_1_1 .horizontal_carousel_container a.slider_control {
    top: 131px
}

.column_1_1 .horizontal_carousel_container.small a.slider_control {
    top: 76px
}

.horizontal_carousel_container.thin a.slider_control {
    top: 50px
}

.horizontal_carousel_container .horizontal_carousel>li {
    float: left;
    width: 210px;
    margin-top: 0;
    margin-right: 30px;
    clear: none
}

.horizontal_carousel_container .horizontal_carousel>li.post h5 {
    max-width: 100%
}

.horizontal_carousel_container .horizontal_carousel>li.post h5 a {
    display: inline-block;
    height: 64px;
    overflow: hidden
}

.horizontal_carousel_container .horizontal_carousel>li.post h5 a.comments_number {
    display: none
}

.horizontal_carousel_container .horizontal_carousel>li.post h5.with_number a {
    height: 52px
}

.horizontal_carousel_container .horizontal_carousel>li.post.post-line-post h5 a {
    display: block;
    float: left;
    width: 100%;
    height: 86px;
    overflow: hidden
}

.horizontal_carousel_container.big .horizontal_carousel>li {
    width: 510px;
}
.column_1_3 .horizontal_carousel_container.big .horizontal_carousel>li{
    width: 330px;
}
.column_2_3 .horizontal_carousel_container.big .horizontal_carousel>li{
    width: 690px;
}
.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li {
    width: 330px
}

.column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4>li {
    width: 240px
}

.column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li,
.gallery_popup .horizontal_carousel_container.thin .horizontal_carousel.visible-8>li {
    width: 130px;
    margin-right: 10px
}

.gallery_popup .horizontal_carousel_container.thin {
    width: 970px;
    margin-right: auto;
    margin-left: auto
}

.blog.horizontal_carousel>li {
    padding-bottom: 1px
}

.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li.current,
.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li:hover,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li.current,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.column_2_3 .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-5>li img,
.gallery_popup .horizontal_carousel_container.thin.gallery_control .horizontal_carousel.visible-8>li img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: none;
    transition: none
}

.horizontal_carousel .author h6 {
    margin-top: 10px
}

.pr_preloader {
    display: block;
    height: auto;
    min-height: 15px;
    background: url(images/preloader.gif) no-repeat center center
}

.blog .post>a>img,
.grid_view .post>a>img,
.post.single .post_image img,
.slider li.slide img,
.pr_preload {
    display: none
}
.blog .post.big-preview>a>img {
    display: block;
}
.blog.small .post>a>img {
    display: block
}

.icon {
    position: absolute;
    z-index: 1;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: rgba(66, 73, 79, .8);
    background-repeat: no-repeat
}

.icon.small {
    width: 29px;
    height: 29px
}

.icon span {
    display: inline-block;
    margin-top: 13px;
    font-family: PT Sans Narrow;
    font-size: 18px;
    color: #fff
}

.icon.video {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: '\f16a';
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.gallery {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.gallery:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f030";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.small.video {
    background-image: url(images/icons/media/small_video.png)
}

.icon.small.gallery {
    background-image: url(images/icons/media/small_gallery.png)
}

.icon.small.review {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.small.review:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 29px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f130";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.normal.review {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.normal.review:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f130";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.small.news {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.small.news:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 29px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f1ea";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.normal.news {
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.normal.news:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f1ea";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.fullscreen {
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-image: none
}

.icon.fullscreen:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f0b2";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.icon.fullscreen:hover {
    background-color: #ed1c24
}

.icon.fullscreen.animated {
    visibility: hidden;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms
}

.authors .author {
    float: left;
    width: 150px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: center
}

.authors .author:nth-child(2n+1) {
    margin-left: 0
}

.author h6 {
    font-weight: 700;
    color: #7c7c7c
}

.author .thumb,
.author .number,
.author .thumb img {
    display: block
}

.author .thumb {
    position: relative
}

.author .details {
    margin-top: 10px;
    clear: both
}

.author .details h5 {
    margin-top: 0
}

.author .number,
.author .number.odometer {
    position: absolute;
    right: 0;
    bottom: 7px;
    z-index: 1;
    width: 50px;
    padding-right: 0;
    text-align: center
}

.author .value_bar_container {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 100%
}

.author .value_bar {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 100%;
    background: #f0f0f0
}

.author a img {
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

.author a:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s
}

.horizontal_carousel .author a img {
    width: 100%
}

.author .avatar_block {
    float: left;
    margin-right: 30px
}

.author .avatar_block img {
    display: block;
    width: 240px
}

.authors_list .author {
    margin-top: 50px
}

.authors_list .author:first-child {
    margin-top: 0
}

.authors_list .author blockquote .author {
    margin-top: 23px;
    margin-left: 0
}

.authors_list .content {
    position: relative;
    float: left;
    width: 420px
}

.authors_list .social_icons {
    position: absolute;
    right: 0
}

.authors_list .more {
    width: 74px
}

.authors_list .details {
    position: relative;
    padding: 15px 20px;
    margin-top: 0
}

.authors_list .author .value_bar_container {
    right: auto;
    left: 0
}

.authors_list .author .value_bar {
    width: 100%
}

.authors_list .details .columns {
    position: relative;
    z-index: 1
}

.authors_list .details .columns .column {
    width: 85px
}

.authors_list .details .columns .number {
    position: static;
    width: auto;
    font-size: 18px;
    font-weight: 400;
    text-align: left
}

.item_content {
    margin-top: 10px;
    list-style: none
}

.page_margin_top.item_content:first-child {
    margin-top: 30px
}

.item_content:first-child {
    margin-top: 0
}

.item_content .features_icon {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    border-radius: 50%
}

.item_content.border_top {
    padding-top: 30px;
    border-top: 1px solid #e9e9e9
}

.item_content .not_found {
    width: 110px;
    height: 110px;
    background-image: url(images/icons/other/404.png)
}

.app {
    background-image: url(images/icons/features/app.png)
}

.calendar {
    background-image: url(images/icons/features/calendar.png)
}

.chart {
    background-image: url(images/icons/features/chart.png)
}

.chat {
    background-image: url(images/icons/features/chat.png)
}

.clock {
    background-image: url(images/icons/features/clock.png)
}

.database {
    background-image: url(images/icons/features/database.png)
}

.document {
    background-image: url(images/icons/features/document.png)
}

.envelope {
    background-image: url(images/icons/features/envelope.png)
}

.faq {
    background-image: url(images/icons/features/faq.png)
}

.graph {
    background-image: url(images/icons/features/graph.png)
}

.image {
    background-image: url(images/icons/features/image.png)
}

.laptop {
    background-image: url(images/icons/features/laptop.png)
}

.magnifier {
    background-image: url(images/icons/features/magnifier.png)
}

.features_icon.mobile {
    background-image: url(images/icons/features/mobile.png)
}

.pin {
    background-image: url(images/icons/features/pin.png)
}

.printer {
    background-image: url(images/icons/features/printer.png)
}

.quote {
    background-image: url(images/icons/features/quote.png)
}

.screen {
    background-image: url(images/icons/features/screen.png)
}

.speaker {
    background-image: url(images/icons/features/speaker.png)
}

.video {
    background-image: url(images/icons/features/video.png)
}

.latest_news_scrolling_list_container li {
    float: left;
    padding: 15px 14px 17px 15px
}

.latest_news_scrolling_list_container li.posts {
    padding: 0;
    overflow: hidden
}

.latest_news_scrolling_list_container .date {
    padding-left: 0
}

.latest_news_scrolling_list_container .date .timeago {
    display: none
}

.latest_news_scrolling_list_container .date .timeago.current {
    display: inline
}

.latest_news_scrolling_list_container li.left,
.latest_news_scrolling_list_container li.right {
    cursor: pointer;
    border-right: 1px solid #d0d0d0
}

.latest_news_scrolling_list_container li.left {
    padding: 8px 8px 9px 7px
}

.latest_news_scrolling_list_container li.right {
    padding: 8px 7px 9px 8px
}

.latest_news_scrolling_list_container li.left:hover,
.latest_news_scrolling_list_container li.right:hover {
    background: #464d53
}

.latest_news_scrolling_list_container .left a,
.latest_news_scrolling_list_container .right a {
    display: block;
    width: 29px;
    height: 29px;
    background: no-repeat 0 0
}

.latest_news_scrolling_list_container .left a {
    background-image: url(images/icons/navigation/dark_bg/navigation_latest_arrow_left.png)
}

.latest_news_scrolling_list_container .right a {
    background-image: url(images/icons/navigation/dark_bg/navigation_latest_arrow_right.png)
}

.latest_news_scrolling_list_container .left:hover a,
.latest_news_scrolling_list_container .right:hover a {
    background-position: 0 -29px
}

.latest_news_scrolling_list_container li .timeago {
    font-size: 14px;
    color: #858d94
}

.latest_news_scrolling_list_container li .latest_news_scrolling_list {
    height: 46px;
    overflow: hidden
}

.latest_news_scrolling_list_container li .latest_news_scrolling_list li {
    padding-right: 5px
}

.latest_news_scrolling_list_container li .latest_news_scrolling_list a {
    font-size: 14px;
    color: #363b40
}

.header_top_bar {
    height: 35px;
    overflow: hidden
}

.header_top_bar .latest_news_scrolling_list_container .category {
    display: inline-block;
    height: 35px;
    padding: 10.5px 17.5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    color: #363b40;
    text-transform: uppercase;
    border-left: 1px solid #d0d0d0
}

.header_top_bar .search {
    position: relative;
    float: right;
    height: 35px;
    margin-left: 15px;
    line-height: 1;
    background: #e9e9e9;
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #e9e9e9
}

.header_top_bar .search:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f002";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.header_top_bar .search .search_input {
    float: left;
    width: 150px;
    height: 35px;
    padding: 0 10.5px;
    margin: 0;
    font-size: 12px;
    color: #363b40;
    background: #f6f6f6;
    border: 0;
    -webkit-transition: width .5s ease-out;
    transition: width .5s ease-out
}

.header_top_bar .search .search_input::-webkit-input-placeholder {
    color: #363b40
}

.header_top_bar .search .search_input:-moz-placeholder {
    color: #363b40;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header_top_bar .search .search_input::-moz-placeholder {
    color: #363b40;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header_top_bar .search .search_input:-ms-input-placeholder {
    color: #363b40
}

.header_top_bar .search .search_input:focus {
    width: 180px
}

.header_top_bar .search .search_input.hint {
    color: #707b85
}

.header_top_bar .search:before {
    right: 0;
    left: auto;
    z-index: 2;
    color: #c3c3c3;
    background-color: #e9e9e9
}

.header_top_bar .search .search_submit {
    position: relative;
    z-index: 3;
    display: block;
    float: right;
    width: 25px;
    height: 35px;
    padding: 0 17.5px;
    cursor: pointer;
    background-color: rgba(54, 59, 64, .15);
    border: 0
}

.header_top_bar .search .search_submit:hover {
    background-color: rgba(54, 59, 64, .25)
}

.header_top_bar .subscribe {
    position: relative;
    float: left;
    height: 35px;
    margin-left: 0;
    line-height: 1;
    background: #e9e9e9;
    background-color: rgba(0, 0, 0, .5);
    background-image: none;
    border-right: 1px solid #d0d0d0;
    border-left: 1px solid #e9e9e9
}

.header_top_bar .subscribe:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f002";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.header_top_bar .subscribe .search_input {
    float: left;
    width: 150px;
    height: 35px;
    padding: 0 10.5px;
    margin: 0;
    font-size: 12px;
    color: #363b40;
    background: #f6f6f6;
    border: 0;
    -webkit-transition: width .5s ease-out;
    transition: width .5s ease-out
}

.header_top_bar .subscribe .search_input::-webkit-input-placeholder {
    color: #363b40
}

.header_top_bar .subscribe .search_input:-moz-placeholder {
    color: #363b40;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header_top_bar .subscribe .search_input::-moz-placeholder {
    color: #363b40;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header_top_bar .subscribe .search_input:-ms-input-placeholder {
    color: #363b40
}

.header_top_bar .subscribe .search_input:focus {
    width: 180px;
    outline: none!important
}

.header_top_bar .subscribe .search_input:invalid {
    box-shadow: none
}

.header_top_bar .subscribe .search_input.hint {
    color: #707b85
}

.header_top_bar .subscribe:before {
    right: 0;
    left: auto;
    z-index: 2;
    color: #c3c3c3;
    background-color: #e9e9e9;
    content: "\f04b"
}

.header_top_bar .subscribe .search_submit {
    position: relative;
    z-index: 3;
    display: block;
    float: right;
    width: 25px;
    height: 35px;
    padding: 0 17.5px;
    cursor: pointer;
    background-color: rgba(54, 59, 64, .15);
    border: 0
}

.header_top_bar .subscribe .search_submit:hover {
    background-color: rgba(54, 59, 64, .25)
}

.header_top_bar .social_icons {
    float: right
}

.header_top_bar .social_icons li {
    display: inline-block;
    float: left
}

.header_top_bar .social_icons li .social_icon {
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    margin: 5px;
    color: #FFF;
    text-align: center;
    background-image: none!important;
    outline: 0;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.header_top_bar .social_icons li .social_icon.vk {
    background-color: #396d9a
}

.header_top_bar .social_icons li .social_icon.vk:hover {
    background-color: rgba(57, 109, 154, .65)
}

.header_top_bar .social_icons li .social_icon.facebook {
    background-color: #3b5998
}

.header_top_bar .social_icons li .social_icon.facebook:hover {
    background-color: rgba(59, 89, 152, .65)
}

.header_top_bar .social_icons li .social_icon.twitter {
    background-color: #00aced
}

.header_top_bar .social_icons li .social_icon.twitter:hover {
    background-color: rgba(0, 172, 237, .65)
}

.header_top_bar .social_icons li .social_icon.youtube {
    background-color: #b00
}

.header_top_bar .social_icons li .social_icon.youtube:hover {
    background-color: rgba(187, 0, 0, .65)
}

.header_top_bar .social_icons li .social_icon.telegram {
    background-color: rgba(0, 136, 204, .65)
}

.header_top_bar .social_icons li .social_icon.telegram:hover {
    background-color: #08c
}

.header_top_bar .social_icons li .social_icon.telegram img {
    width: 13px;
    height: 15px
}

.header_top_bar .social_icons li .social_icon i {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 15px;
    color: #FFF;
    background-image: none
}

.social-row .share_box {
    padding: 10px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.social-row .share_box label {
    float: left;
    font-family: PT Sans Narrow;
    font-size: 24px;
    line-height: 35px
}

.social-row .social_icons {
    float: right;
    width: auto
}

.social-row .social_icons li {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    text-align: right
}

.social-row .social_icons li .social_icon {
    display: inline-block;
    width: 40px;
    height: 35px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    background-image: none!important;
    outline: 0
}

.social-row .social_icons li .social_icon.vk {
    background-color: rgba(57, 109, 154, .75)
}

.social-row .social_icons li .social_icon.vk:hover {
    background-color: #396d9a
}

.social-row .social_icons li .social_icon.facebook {
    background-color: rgba(59, 89, 152, .75)
}

.social-row .social_icons li .social_icon.facebook:hover {
    background-color: #3b5998
}

.social-row .social_icons li .social_icon.twitter {
    background-color: rgba(0, 172, 237, .75)
}

.social-row .social_icons li .social_icon.twitter:hover {
    background-color: #00aced
}

.social-row .social_icons li .social_icon.youtube {
    background-color: rgba(187, 0, 0, .65)
}

.social-row .social_icons li .social_icon.youtube:hover {
    background-color: #b00
}

.social-row .social_icons li .social_icon i {
    display: inline-block;
    margin: 0 10px;
    font-size: 21px;
    line-height: 35px;
    color: #FFF;
    background-image: none
}

.social_icons.colors .social_icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}

.social_icons.colors .social_icon:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s
}

.more,
.more[type=submit],
.gform_button {
    display: block;
    padding: 14px 13px 13px;
    font-family: PT Sans;
    font-size: 12px;
    font-weight: 700;
    color: #25282a;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #e9e9e9
}

.more.highlight,
.gform_button[type=submit] {
    padding: 13px 12px 12px;
    color: #ed1c24;
    background: transparent;
    border: 2px solid #ed1c24
}

.more.active,
.more:hover,
.gform_button:hover,
input.more:hover,
.more.active:hover {
    color: #FFF;
    background-color: #ed1c24;
    border-color: #ed1c24
}

.more.medium,
.more.medium[type=submit] {
    padding: 15px 13px 14px;
    font-size: 13px
}

.more.medium.highlight,
.more.medium.active:hover {
    padding: 14px 12px 13px
}

.more.big,
.more.big[type=submit] {
    padding: 20px 29px 19px;
    font-size: 14px
}

.more.big.highlight,
.more.big.active:hover {
    padding: 19px 28px 18px
}

.copyright_row,
.copyright_row h6 {
    font-family: PT Sans;
    font-size: 12px;
    color: #9da4ab
}

.copyright_row .footer_menu {
    float: right
}

.copyright_row .footer_menu li {
    margin-right: 0;
    margin-left: 25px
}

.gallery_popup {
    position: absolute;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    overflow-y: scroll;
    background: #2d3136
}

.gallery_overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #2d3136
}

.gallery_popup .header_container {
    padding: 30px 0;
    background: transparent;
    border-bottom: 1px solid #464d53
}

.gallery_popup .header {
    padding: 0;
    text-align: left
}

.gallery_popup .header h1,
.gallery_popup .header h1 a {
    float: left;
    font-family: PT Sans Narrow;
    font-size: 50px;
    color: #FFF
}

.gallery_popup h3 {
    font-size: 18px;
    color: #FFF
}

.gallery_popup p {
    color: #d7dce0
}

.gallery_popup p {
    font-size: 16px
}

.gallery_popup .read_more {
    color: #FFF
}

.gallery_close {
    position: relative;
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    margin-top: 5px;
    color: #FFF!important;
    background-color: rgba(0, 0, 0, .5);
    background-color: #42494f!important;
    background-image: none
}

.gallery_close:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    font-family: FontAwesome;
    font-size: inherit;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    text-rendering: auto;
    content: "\f00d";
    font-size-adjust: none;
    font-stretch: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-language-override: normal;
    font-language-override: normal;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal
}

.gallery_close:hover {
    background-position: 0 -23px
}

.gallery_popup .slider_navigation {
    position: static;
    float: left
}

.gallery_popup .slider_navigation .slider_control:first-child {
    margin-right: 2px
}

.gallery_popup .slider_navigation .slider_control a {
    background-color: #42494f
}

.gallery_popup .slider_navigation .slider_control a:hover {
    background-color: #ed1c24
}

.gallery_popup .slider_info {
    float: right;
    padding: 13px 15px 14px;
    font-family: PT Sans Narrow;
    font-size: 18px;
    color: white;
    background: #42494f
}

.gallery_popup .share_box {
    border-bottom: 0;
    border-top-color: #464d53
}

.gallery_popup .share_box label {
    color: #FFF
}

div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
    padding: 0;
    background: 0
}

div.pp_default .pp_content,
div.light_rounded .pp_content {
    padding: 10px
}

div.pp_default .pp_description {
    font-size: 12px;
    color: #7c7c7c
}

div.pp_default .pp_close {
    margin-top: 8px;
    background: url(images/icons/other/close.png) 0 0 no-repeat
}

div.pp_default .pp_close:hover {
    background-position: 0 -30px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.contact_map {
    width: 100%;
    height: 350px
}

.column_1_3 .contact_map {
    height: 330px
}

.divider {
    height: 10px;
    margin: 0;
    background: #f0f0f0;
    border: 0
}

.divider.page_margin_top {
    margin-top: 30px
}

.divider_block {
    margin-top: 25px
}

.divider_block .divider {
    float: left
}

.divider.first {
    width: 30px
}

.divider.subheader_arrow {
    width: 20px;
    height: 30px;
    background: url(images/icons/other/subheader_arrow.png) no-repeat 0 0
}

.divider.last {
    width: 1000px
}

.button_preview {
    float: left;
    width: 90px;
    margin-top: 30px;
    margin-right: 30px
}

.button_preview.medium {
    width: 109px
}

.button_preview.big {
    width: 108px
}

.header h1 a,
.sf-menu a:hover,
.social_icons .social_icon:hover,
.more:hover,
.read_more:hover,
.tabs_navigation li a:hover,
.tabs_navigation li a:focus,
.tabs_navigation li a:active,
.post .comments_number:hover,
.taxonomies a:hover,
.pagination li a:hover,
.slider_content_box li.category a:hover,
.gallery_close:hover {
    text-decoration: none
}

input {
    border-radius: 0;
    -webkit-appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

:focus {
    outline: 0
}

::-moz-focus-inner {
    border: 0
}

body.lock-position {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.slimScrollBar {
    z-index: 9!important
}

.social_list_container .social_list {
    margin-top: 7px;
    border-top: 0
}

.social_list_container .social_list li.social-post {
    display: block;
    float: left;
    width: 100%;
    min-height: 80px;
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.social_list_container .social_list li.social-post ul.post_details.simple {
    margin: 5px 0
}

.social_list_container .social_list li.social-post ul.post_details.simple.social-author {
    margin: 0 0 5px
}

.social-post {
    position: relative;
    width: 100%;
    min-height: 50px
}

.social-post a.icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 0!important;
    overflow: hidden;
    background-color: #e9e9e9;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.social-post a.icon i.fa {
    z-index: 5;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 50px;
    color: #FFF;
    text-align: center
}

.social-post a.icon.icon-vk {
    background-color: #5d93c3!important
}

.social-post a.icon.icon-vk:hover {
    background-color: #396d9a!important
}

.social-post a.icon.icon-facebook {
    background-color: #5f7ec1!important
}

.social-post a.icon.icon-facebook:hover {
    background-color: #3b5998!important
}

.social-post a.icon.icon-twitter {
    background-color: #3bc9ff!important
}

.social-post a.icon.icon-twitter:hover {
    background-color: #00aced!important
}

.social-post a.icon.icon-youtube {
    background-color: #ff0808!important
}

.social-post a.icon.icon-youtube:hover {
    background-color: #b00!important
}

.social-post a.title {
    position: relative;
    z-index: 4;
    display: inline-block;
    width: 100%;
    max-height: 50px;
    overflow: hidden;
    font-size: 14px!important;
    line-height: 16px;
    color: #363b40
}

.social-post a.title span {
    display: inline-block;
    padding-left: 60px!important
}

.social-post a.title:hover {
    text-decoration: underline
}

.social-post .post_details {
    position: relative;
    z-index: 4;
    width: 100%
}

.social-post .post_details .dummy {
    width: 60px!important;
    padding: 0;
    margin: 0
}

.social-post .post_details .category {
    padding-left: 0
}

.social-post .post_details .category a i {
    display: inline-block;
    margin-right: 5px;
    color: #7c7c7c
}

.social-post .post_details .category a i.fa-vk {
    color: #5d93c3
}

.social-post .post_details .category a i.fa-vk:hover {
    color: #396d9a
}

.social-post .post_details .category a i.fa-facebook {
    color: #5f7ec1
}

.social-post .post_details .category a i.fa-facebook:hover {
    color: #3b5998
}

.social-post .post_details .category a i.fa-twitter {
    color: #3bc9ff
}

.social-post .post_details .category a i.fa-twitter:hover {
    color: #00aced
}

.social-post .post_details .category a i.fa-youtube {
    color: #ff0808
}

.social-post .post_details .category a i.fa-youtube:hover {
    color: #b00
}

#scheme {
    width: 100%;
    height: auto
}

#scheme #polygons g.block {
    cursor: pointer
}

#scheme #polygons g.block polygon {
    -webkit-transition: .1s all ease-in;
    transition: .1s all ease-in
}

#scheme #polygons g.block text {
    -webkit-transition: .1s all ease-in;
    transition: .1s all ease-in
}

#scheme #polygons g.block:hover polygon {
    fill: #ed1c24;
    stroke: white
}

#scheme #polygons g.block:hover text {
    fill: white
}

#scheme #polygons g.block.active {
    fill: #ed1c24
}

#ukraine_map {
    width: 100%;
    height: auto
}

#ukraine_map #map_regions path {
    cursor: pointer;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    fill: #e9e9e9
}

#ukraine_map #map_regions path:hover {
    fill: #ed1c24
}

#ukraine_map #map_regions path.active {
    fill: #ed1c24
}

.regions_list_container .regions_list {
    padding-bottom: 25px;
    margin-top: 7px;
    border-top: 0
}

.regions_list_container .regions_list li {
    border-bottom: 1px solid #e9e9e9;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.regions_list_container .regions_list li a {
    display: block;
    width: 100%
}

.regions_list_container .regions_list li a i {
    display: inline-block;
    margin: 0 5px
}

.regions_list_container .regions_list li:hover a i {
    color: #ed1c24
}

.region-block-heading {
    position: relative;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.region-block-heading .region-move-back {
    position: absolute;
    top: 12px;
    right: 12px;
    display: none;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    color: white;
    cursor: pointer
}

.region-block-heading.active {
    color: white;
    background-color: #ed1c24
}

.region-block-heading.active .region-move-back {
    display: block
}

.last-soc-container a.title span {
    padding-right: 30px!important
}

.qtip-bootstrap .qtip-content {
    font-family: PT Sans Narrow;
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.calendar-container {
    position: relative;
    width: 100%;
    height: auto
}

.calendar-container .fc.fc-unthemed {
    font-family: PT Sans Narrow;
    color: #3e3e3e
}

.calendar-container .fc.fc-unthemed .fc-toolbar .fc-left h2 {
    text-transform: capitalize
}

.calendar-container .fc.fc-unthemed .fc-toolbar button {
    color: white;
    text-shadow: none;
    background: #ed1c24;
    border: 0;
    border-radius: 0;
    background-clip: padding-box
}

.calendar-container .fc.fc-unthemed .fc-toolbar button.fc-next-button {
    border-left: 1px solid white
}

.calendar-container .fc.fc-unthemed .fc-toolbar button.fc-prev-button {
    border-right: 1px solid white
}

.calendar-container .fc.fc-unthemed td {
    border-color: white
}

.calendar-container .fc.fc-unthemed td .fc-today {
    background: #e9e9e9
}

.calendar-container .fc.fc-unthemed th {
    padding: 5px 0 15px;
    text-align: center;
    border-color: white
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-row {
    height: 45px;
    min-height: initial
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-row td {
    cursor: pointer;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-row td:hover {
    background: #e9e9e9
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-day-number {
    height: 45px;
    padding: 0;
    text-align: center;
    vertical-align: middle
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container {
    width: 100%;
    text-align: center
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event {
    position: relative;
    display: block;
    width: 100%;
    height: 44px;
    padding: 0;
    margin: -45px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    background-clip: padding-box
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event:after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    background: #363b40;
    border-radius: 2px;
    content: " ";
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    background-clip: padding-box
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event:hover {
    background: rgba(54, 59, 64, .25)
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event:hover:after {
    background: #ed1c24
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event .fc-content {
    display: none;
    width: 20px;
    height: 20px;
    padding: 0
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event .fc-content .fc-time {
    display: none
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-content-skeleton .fc-event-container .fc-event .fc-content .fc-title {
    width: 20px;
    height: 20px;
    padding: 0;
    line-height: 20px
}

.calendar-container .fc.fc-unthemed .fc-basic-view .fc-body .fc-day-grid-container.fc-scroller {
    height: auto!important
}

.calendar-container #loading-calendar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: none;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    text-align: center;
    background-color: white;
    border-radius: 50px;
    -webkit-transition: .2s all ease-in;
    transition: .2s all ease-in;
    background-clip: padding-box
}

.calendar-container #loading-calendar i {
    display: inline-block;
    font-size: 80px;
    line-height: 100px;
    color: #363b40
}

.blog.small.mega-menu-social ul.post_details.simple {
    margin: 5px 0
}

.blog.small.mega-menu-social ul.post_details.simple.social-author {
    margin: 0 0 5px
}

.horizontal_carousel .post.first.post-line-post ul.post_details.simple {
    margin: 10px 0 0
}

.overflow-hint {
    overflow: hidden
}

.style_2.menu_container {
    background: #f0f0f0;
    border-color: #f0f0f0
}

.style_2 .sf-menu {
    border-top: 3px solid #e0e0e0
}

.style_2 .sf-menu li {
    background-color: #f0f0f0;
    border-top-color: #e0e0e0;
    border-bottom-color: #f0f0f0
}

.style_2 .sf-menu>li {
    margin-top: -3px
}

.style_2 .sf-menu li.submenu a,
.style_7 .sf-menu li.selected.submenu a,
.style_7 .sf-menu li.submenu:hover a {
    background-image: url(images/icons/navigation/menu_arrow.png)
}

.style_2 .sf-menu a:hover,
.style_3 .sf-menu a:hover {
    background-color: #ed1c24
}

.style_2 .sf-menu li:hover,
.style_2 .sf-menu li.selected,
.style_2 .sf-menu li.submenu:hover,
.style_2 .sf-menu li:hover a,
.style_2 .sf-menu li.selected a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li:hover,
.style_3 .sf-menu li.selected,
.style_3 .sf-menu li.submenu:hover,
.style_3 .sf-menu li:hover a,
.style_3 .sf-menu li.selected a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li:hover,
.style_5 .sf-menu li.selected,
.style_5 .sf-menu li.submenu:hover,
.style_5 .sf-menu li:hover a,
.style_5 .sf-menu li.selected a,
.style_5 .sf-menu li.submenu:hover a,
.style_10 .sf-menu li:hover,
.style_10 .sf-menu li.selected,
.style_10 .sf-menu li.submenu:hover,
.style_10 .sf-menu li:hover a,
.style_10 .sf-menu li.selected a,
.style_10 .sf-menu li.submenu:hover a {
    background-color: #ed1c24;
    border-top-color: #ed1c24;
    border-bottom-color: #ed1c24
}

.style_2 .sf-menu li.selected.submenu a,
.style_2 .sf-menu li.submenu:hover a,
.style_3 .sf-menu li.selected.submenu a,
.style_3 .sf-menu li.submenu:hover a,
.style_5 .sf-menu li.submenu a,
.style_6 .sf-menu li.selected.submenu a,
.style_6 .sf-menu li.submenu:hover a,
.style_7 .sf-menu li.submenu a,
.style_8 .sf-menu li.selected.submenu a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li.submenu a,
.style_10 .sf-menu li.selected.submenu a,
.style_10 .sf-menu li.submenu:hover a {
    background-image: url(images/icons/navigation/dark_bg/menu_arrow.png)
}

.style_2 .sf-menu li.selected a,
.style_2 .sf-menu li:hover a,
.style_3 .sf-menu li.selected a,
.style_3 .sf-menu li:hover a,
.style_5 .sf-menu li a,
.style_6 .sf-menu li.selected a,
.style_6 .sf-menu li:hover a,
.style_7 .sf-menu li a,
.style_8 .sf-menu li.selected a,
.style_8 .sf-menu li:hover a,
.style_9 .sf-menu li a,
.style_10 .sf-menu li.selected a,
.style_10 .sf-menu li:hover a {
    color: #FFF
}

.style_3.menu_container,
.style_3 .sf-menu li {
    border-top-color: #ed1c24
}

.style_4.menu_container,
.style_4 .sf-menu li {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.style_4 .sf-menu li:hover,
.style_4 .sf-menu li.selected,
.style_4 .sf-menu li.submenu:hover,
.style_4 .sf-menu li:hover a,
.style_4 .sf-menu li.selected a,
.style_4 .sf-menu li.submenu:hover a {
    background-color: #FFF;
    border-top-color: #ed1c24;
    border-bottom-color: #FFF
}

.style_5.menu_container,
.style_5 .sf-menu li,
.style_7.menu_container,
.style_7 .sf-menu li,
.style_9.menu_container,
.style_9 .sf-menu li {
    background-color: #363b40;
    border-color: #363b40
}

.style_5 .sf-menu a:hover,
.style_10 .sf-menu a:hover {
    background-color: #ed1c24
}

.style_6 .sf-menu {
    margin-top: 0
}

.style_6.menu_container,
.style_6 .sf-menu li {
    border-top: 0;
    border-bottom-color: #363b40
}

.style_6.menu_container {
    border-bottom-width: 3px
}

.style_6 .sf-menu a:hover {
    background-color: #363b40
}

.style_6 .sf-menu li:hover,
.style_6 .sf-menu li.selected,
.style_6 .sf-menu li.submenu:hover,
.style_6 .sf-menu li:hover a,
.style_6 .sf-menu li.selected a,
.style_6 .sf-menu li.submenu:hover a {
    background-color: #363b40
}

.style_7 .sf-menu a:hover {
    background-color: #25282a
}

.style_7 .sf-menu li:hover,
.style_7 .sf-menu li.selected,
.style_7 .sf-menu li.submenu:hover,
.style_7 .sf-menu li:hover a,
.style_7 .sf-menu li.selected a,
.style_7 .sf-menu li.submenu:hover a {
    color: #25282a;
    background-color: #FFF;
    border-top-color: #FFF;
    border-bottom-color: #FFF
}

.style_8 .sf-menu li,
.style_8.menu_container,
.style_10 .sf-menu li,
.style_10.menu_container {
    border-top-color: #FFF
}

.style_8 .sf-menu a:hover,
.style_9 .sf-menu a:hover {
    background-color: #42494f
}

.style_8 .sf-menu li:hover,
.style_8 .sf-menu li.selected,
.style_8 .sf-menu li.submenu:hover,
.style_8 .sf-menu li:hover a,
.style_8 .sf-menu li.selected a,
.style_8 .sf-menu li.submenu:hover a,
.style_9 .sf-menu li:hover,
.style_9 .sf-menu li.selected,
.style_9 .sf-menu li.submenu:hover,
.style_9 .sf-menu li:hover a,
.style_9 .sf-menu li.selected a,
.style_9 .sf-menu li.submenu:hover a {
    background-color: #42494f;
    border-top-color: #42494f;
    border-bottom-color: #42494f
}

.animated_element {
    position: relative;
    visibility: hidden
}

.fadeIn,
.scale,
.slideRight,
.slideRightBack,
.slideRight200,
.slideLeft,
.slideLeftBack,
.slideLeft50,
.slideDown,
.slideDownBack,
.slideDown200,
.slideUp,
.slideUpBack,
.width,
.height {
    visibility: visible!important;
    -webkit-animation-timing-function: cubic-bezier(.75, 0, .25, 1);
    animation-timing-function: cubic-bezier(.75, 0, .25, 1)
}

.slideRightBack,
.slideLeftBack,
.slideDownBack,
.slideUpBack {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
}

.scale {
    -webkit-animation-name: scale;
    animation-name: scale
}

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

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.2)
    }
    100% {
        -webkit-transform: scale(1)
    }
}

.slideRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight
}

@keyframes slideRight {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0)
    }
}

.slideRightBack {
    -webkit-animation-name: slideRightBack;
    animation-name: slideRightBack
}

@keyframes slideRightBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slideRightBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-100%)
    }
}

.slideRight200 {
    -webkit-animation-name: slideRight200;
    animation-name: slideRight200
}

@keyframes slideRight200 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRight200 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(-200%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0)
    }
}

.slideLeft {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0)
    }
}

.slideLeftBack {
    -webkit-animation-name: slideLeftBack;
    animation-name: slideLeftBack
}

@keyframes slideLeftBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes slideLeftBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(100%)
    }
}

.slideLeft50 {
    -webkit-animation-name: slideLeft50;
    animation-name: slideLeft50
}

@keyframes slideLeft50 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideLeft50 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateX(50%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateX(0)
    }
}

.slideDown {
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0)
    }
}

.slideDownBack {
    -webkit-animation-name: slideDownBack;
    animation-name: slideDownBack
}

@keyframes slideDownBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slideDownBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%)
    }
}

.slideDown200 {
    -webkit-animation-name: slideDown200;
    animation-name: slideDown200
}

@keyframes slideDown200 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown200 {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0)
    }
}

.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp
}

@keyframes slideUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(100%)
    }
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0)
    }
}

.slideUpBack {
    -webkit-animation-name: slideUpBack;
    animation-name: slideUpBack
}

@keyframes slideUpBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes slideUpBack {
    0% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(100%)
    }
}

.width {
    -webkit-animation-name: width;
    animation-name: width
}

@keyframes width {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes width {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.height {
    -webkit-animation-name: height;
    animation-name: height
}

@keyframes height {
    0% {
        height: 0
    }
    100% {
        height: 100%
    }
}

@-webkit-keyframes height {
    0% {
        height: 0
    }
    100% {
        height: 100%
    }
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    -moz-box-orient: vertical
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    *display: inline
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    -moz-box-orient: vertical
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    *display: inline
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    visibility: hidden;
    -moz-box-orient: vertical
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    *display: inline
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    text-align: left
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 2s;
    transition: transform 2s
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: Helvetica Neue, sans-serif;
    line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center
}

.gform_wrapper {
    width: 100%;
    margin: 0 0 30px;
    overflow: inherit
}

.gform_body {
    float: left;
    width: 100%
}

.gform_wrapper:after {
    display: table;
    width: 100%;
    clear: both;
    content: " "
}

.gform_body:after {
    display: table;
    width: 100%;
    clear: both;
    content: " "
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
    font-weight: 400;
    background: 0;
    border: 0;
    outline: 0
}

.gform_wrapper:focus {
    outline: 0
}

.gform_wrapper form {
    text-align: left
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
    padding: 5px 2px;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: normal;
    outline-style: none
}

.gform_wrapper input[type=image] {
    width: auto!important;
    padding: 0!important;
    border: none!important
}

.gform_wrapper textarea {
    font-family: inherit;
    font-size: 14px;
    letter-spacing: normal;
    resize: none;
    outline-style: none
}

.gform_wrapper ul {
    margin: 0!important;
    list-style-type: none
}

html>body .entry ul,
.gform_wrapper ul {
    text-indent: 0
}

.gform_wrapper li,
.gform_wrapper form li {
    margin-left: 0!important;
    overflow: visible;
    list-style: none!important;
    list-style-type: none!important;
    list-style-image: none!important
}

.gform_wrapper ul li.gfield {
    clear: both
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
    overflow: hidden
}

.gform_wrapper ul.right_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper form ul.left_label li {
    margin-bottom: 14px
}

.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
    margin-bottom: 10px
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}

.gform_wrapper select {
    padding: 5px 0;
    font-family: inherit;
    font-size: 11px;
    letter-spacing: normal
}

.gform_wrapper select option {
    display: block;
    padding: 2px
}

.gform_wrapper .inline {
    display: inline!important
}

.gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px
}

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    width: 70px;
    vertical-align: top;
    zoom: 1
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    margin-right: 12px
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
    margin-right: 6px
}

.gform_wrapper .gfield_time_ampm {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1
}

.gform_wrapper .gfield_time_ampm select {
    width: 60px!important
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input,
.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
    width: 70%!important
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    float: left;
    width: 50px
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_year input {
    width: 85%!important
}

.gform_wrapper .field_hover {
    cursor: pointer;
    border: 1px dashed #2175a9
}

.gform_wrapper .field_selected {
    background-color: #dfefff;
    border: 1px solid #c2d7ef
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last {
    float: left;
    width: 50%
}

.gform_wrapper .ginput_complex {
    overflow: hidden
}

.gform_wrapper .field_name_first input,
.gform_wrapper .ginput_complex .ginput_left input {
    width: 95%!important
}

.gform_wrapper .field_name_last input {
    width: 93%!important
}

.gform_wrapper .datepicker {
    width: 100px!important
}

.gform_wrapper .ginput_complex .ginput_left {
    float: left;
    width: 50%
}

.gform_wrapper .ginput_complex .ginput_right {
    float: right;
    width: 49%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right {
    width: 50%
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password] {
    width: 90%!important
}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password] {
    width: 95%!important
}

.gform_wrapper .ginput_complex input[type=text],
.gform_wrapper .ginput_complex input[type=url],
.gform_wrapper .ginput_complex input[type=email],
.gform_wrapper .ginput_complex input[type=tel],
.gform_wrapper .ginput_complex input[type=number],
.gform_wrapper .ginput_complex input[type=password],
.gform_wrapper .ginput_complex select {
    width: 95%!important
}

.gform_wrapper .ginput_complex .ginput_right input[type=text],
.gform_wrapper .ginput_complex .ginput_right input[type=url],
.gform_wrapper .ginput_complex .ginput_right input[type=email],
.gform_wrapper .ginput_complex .ginput_right input[type=tel],
.gform_wrapper .ginput_complex .ginput_right input[type=number],
.gform_wrapper .ginput_complex .ginput_right input[type=password],
.gform_wrapper .ginput_complex .ginput_right select {
    width: 95%!important
}

.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
    display: block;
    margin: 3px 0;
    font-size: 11px;
    letter-spacing: .5pt
}

.gform_wrapper .ginput_complex .name_prefix {
    float: left;
    width: 30px!important;
    margin-right: 14px
}

.gform_wrapper .ginput_complex .name_suffix {
    float: left;
    width: 30px!important
}

.gform_wrapper .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_last {
    float: left;
    width: 100px;
    margin-right: 8px
}

.gform_wrapper .top_label .gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 10px 0 4px;
    clear: both;
    line-height: 1.3em
}

.gform_wrapper .left_label .gfield_label {
    float: left;
    width: 29%;
    margin: 0 15px 0 0
}

.gform_wrapper .right_label .gfield_label {
    float: left;
    width: 29%;
    margin: 0 15px 0 0;
    text-align: right
}

.gform_wrapper .left_label ul.gfield_checkbox,
.gform_wrapper .right_label ul.gfield_checkbox,
.gform_wrapper .left_label ul.gfield_radio,
.gform_wrapper .right_label ul.gfield_radio {
    margin-left: 32%;
    overflow: hidden
}

.gform_wrapper .top_label input.small,
.gform_wrapper .top_label select.small {
    width: 25%
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
    width: 47%
}

.gform_wrapper .top_label input.medium {
    padding-right: 2px
}

.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label textarea.textarea {
    margin-bottom: 10px
}

.gform_wrapper .right_label input.small,
.gform_wrapper .right_label select.small,
.gform_wrapper .left_label input.small,
.gform_wrapper .left_label select.small {
    width: 15%
}

.gform_wrapper .right_label input.medium,
.gform_wrapper .right_label select.medium,
.gform_wrapper .left_label input.medium,
.gform_wrapper .left_label select.medium {
    width: 35%
}

.gform_wrapper .right_label div.ginput_complex,
.gform_wrapper .left_label div.ginput_complex {
    width: 64%
}

.gform_wrapper h2.gsection_title {
    padding: 0!important;
    margin: 0!important;
    letter-spacing: normal!important
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-size: 1.3em
}

.gform_wrapper h3.gform_title {
    margin: 10px 0 6px;
    letter-spacing: normal!important
}

.gform_wrapper h2.gsection_title,
.gform_wrapper .gsection_description,
.gform_wrapper h3.gform_title {
    width: 100%
}

.gform_wrapper .gsection {
    padding: 0 0 8px;
    margin: 16px 0;
    clear: both;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto!important
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    position: relative
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    padding: 0;
    margin: 6px 0
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    display: block;
    width: auto;
    padding: 0;
    margin: 0 0 0 24px;
    line-height: 1.5;
    vertical-align: top
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
    float: left;
    margin-top: 2px
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    clear: both;
    font-family: sans-serif;
    font-size: .85em;
    line-height: 1.5em;
    letter-spacing: normal
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
    padding: 4px 0 8px
}

.gform_wrapper .gfield_description {
    width: 99.8%;
    padding: 10px 0 0
}

.gform_wrapper .left_label .gfield_description,
.gform_wrapper .right_label .gfield_description {
    width: 63%
}

.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px
}

.gfield_date_year+.gfield_description {
    padding: 0
}

.gform_wrapper .right_label .gfield_description,
.gform_wrapper .left_label .gfield_description,
.gform_wrapper .left_label .instruction,
.gform_wrapper .right_label .instruction {
    margin-left: 31%
}

.gform_wrapper .left_label .gsection .gsection_description,
.gform_wrapper .right_label .gsection .gsection_description {
    padding-top: 4px;
    padding-left: 0;
    margin-left: 0;
    line-height: 1.5em
}

.gform_wrapper .gfield_required {
    margin-left: 4px;
    color: #ed1c24
}

.gform_wrapper textarea.small {
    height: 80px
}

.gform_wrapper textarea.medium {
    height: 150px
}

.gform_wrapper textarea.large {
    height: 200px
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding: 0!important;
    margin-bottom: 6px!important
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 6px 6px 4px!important;
    margin-bottom: 6px!important;
    border: 1px dashed #c89797
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    min-height: 25px;
    padding: 10px 20px 10px 45px;
    font-family: Lucida Grande, Lucida Sans, Lucida Sans Unicode, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana, Verdana Ref, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
    letter-spacing: .2pt;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    background-color: #ed1c24;
    background-image: url(images/stopbanner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom: 1px solid #620101
}

li.gfield+li.gfield.gfield_creditcard_warning {
    margin-top: 14px!important
}

.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%
}

.gform_wrapper .top_label .gfield_error {
    width: 100%
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%
}

.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
    width: 66%
}

.gform_wrapper .gfield_error .gfield_label {
    color: #ed1c24
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-left: 0!important;
    margin-top: 12px;
    margin-bottom: 12px!important
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 12px
}

.gform_wrapper div.validation_error {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 21px;
    color: #ed1c24;
    text-align: center
}

.gform_wrapper div.validation_error {
    font-size: 1.2em;
    color: #ed1c24
}

div.gf_page_steps+div.validation_error {
    margin-top: 16px
}

.gform_wrapper div.gfield_description.validation_error {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.2em;
    color: #ed1c24
}

.gform_wrapper .validation_message {
    letter-spacing: normal;
    color: #ed1c24
}

.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
    border-bottom: 1px solid #ed1c24
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #ed1c24
}

.gform_wrapper .gform_footer {
    float: left;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0
}

.gform_wrapper .gform_footer:after {
    display: table;
    width: 100%;
    clear: both;
    content: " "
}

.gform_wrapper .gform_footer.right_label,
.gform_wrapper .gform_footer.left_label {
    padding: 16px 0 10px 31%
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 1em
}

.gform_wrapper .gform_footer input[type=image] {
    width: auto!important;
    padding: 0;
    background: none!important;
    border: none!important
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
    display: block;
    min-height: 43px;
    overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url],
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password] {
    width: 100%!important
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    margin: 0 0 8px;
    line-height: 1.3em
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label {
    font-weight: 500
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    margin-right: 4px!important;
    zoom: 1
}

.gform_wrapper input[type=hidden],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
    display: none!important;
    max-height: 1px!important;
    overflow: hidden
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
    display: none!important
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    padding: 0!important
}

.gform_wrapper ul.gfield_radio li input+input {
    margin-left: 4px
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-top: 4px;
    margin-right: 6px
}

.gform_wrapper .top_label .gfield_description {
    padding: 10px 0 0
}

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message {
    padding: 0!important
}

.gform_wrapper .ginput_container+.gfield_description.validation_message {
    margin-top: 6px
}

.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message {
    margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
    margin-top: 0
}

.gform_wrapper .left_label li.gfield_html_formatted,
.gform_wrapper .right_label li.gfield_html_formatted {
    margin-left: 32%
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    position: absolute!important;
    left: -9000px;
    display: none!important
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px
}

.gform_wrapper .simple_captcha_small input {
    width: 100px
}

.gform_wrapper .simple_captcha_medium input {
    width: 150px
}

.gform_wrapper .simple_captcha_large input {
    width: 200px
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
    margin-left: 32%
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    float: none!important;
    padding: 0!important;
    margin: 0!important;
    background: none!important;
    border: none!important
}

.gform_wrapper .math_small input {
    width: 69px
}

.gform_wrapper .math_medium input {
    width: 90px
}

.gform_wrapper .math_large input {
    width: 108px
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
    margin-left: 32%
}

.gform_wrapper div.charleft {
    width: 92%!important;
    margin-top: 4px;
    font-size: 11px;
    color: #b7b7b7;
    white-space: nowrap!important
}

.gform_wrapper div.charleft[style] {
    width: 92%!important
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
    margin-left: 32%
}

.gform_wrapper div.charleft.warningTextareaInfo {
    color: #a1a1a1
}

.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none!important
}

.gf_submission_limit_message {
    font-size: 1.4em;
    color: #ed1c24
}

.gform_wrapper .ginput_price {
    -khtml-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70)
}

.gform_wrapper span.ginput_total {
    font-size: 1.2em;
    color: #060
}

.gform_wrapper .top_label span.ginput_total {
    margin: 8px 0
}

.gform_wrapper span.ginput_product_price_label {
    margin-right: 2px
}

.gform_wrapper span.ginput_product_price {
    color: #900
}

.gform_wrapper span.ginput_quantity_label {
    margin-right: 2px;
    margin-left: 10px
}

.gform_wrapper input.ginput_quantity {
    width: 40px
}

.gform_wrapper .gform_page_footer {
    width: 100%;
    padding: 16px 0 0;
    margin: 20px 0;
    border-top: 1px dotted #CCC
}

.gform_wrapper .gform_page_footer .button.gform_button {
    margin-right: 10px
}

.gform_wrapper .gf_progressbar_wrapper {
    width: 100%;
    padding: 0 0 16px;
    margin: 0 0 8px;
    clear: both;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    padding: 0!important;
    margin: 0 0 6px!important;
    clear: both;
    font-size: 13px;
    line-height: 1em!important;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.gform_wrapper .gf_progressbar {
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px!important;
    background-color: #FFF;
    background-image: url(images/gf-percentbar-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border: 1px solid #EEE;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2)
}

.gform_wrapper .gf_progressbar_percentage {
    height: 20px;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px!important;
    text-align: right;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    float: right;
    width: auto;
    margin-right: 5px;
    margin-left: 5px
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none
}

.gform_wrapper .percentbar_blue {
    color: #FFF;
    background-color: #0072bc;
    background-image: url(images/gf-percentbar-blue.png);
    background-repeat: repeat-x
}

.gform_wrapper .percentbar_gray {
    color: #FFF;
    background-color: #666;
    background-image: url(images/gf-percentbar-gray.png);
    background-repeat: repeat-x
}

.gform_wrapper .percentbar_green {
    color: #FFF;
    background-color: #94dc21;
    background-image: url(images/gf-percentbar-green.png);
    background-repeat: repeat-x
}

.gform_wrapper .percentbar_orange {
    color: #FFF;
    background-color: #dc7021;
    background-image: url(images/gf-percentbar-orange.png);
    background-repeat: repeat-x
}

.gform_wrapper .percentbar_red {
    color: #FFF;
    background-color: #dc2521;
    background-image: url(images/gf-percentbar-red.png);
    background-repeat: repeat-x
}

.gform_wrapper .percentbar_custom {
    background-image: url(images/gf-percentbar-custom.png);
    background-repeat: repeat-x
}

.gform_wrapper .gf_page_steps {
    width: 100%;
    padding: 0 0 4px;
    margin: 0 0 8px;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_step {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    width: auto!important;
    height: 20px;
    margin: 0 10px 10px 0;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px!important;
    -khtml-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    zoom: 1
}

.gform_wrapper .gf_step span.gf_step_number {
    float: left;
    font-family: arial, sans-serif;
    font-size: 20px
}

.gform_wrapper .gf_step.gf_step_active {
    -khtml-opacity: 1.0;
    -moz-opacity: 1.0;
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.gform_wrapper .gf_step_clear {
    display: block;
    height: 1px;
    overflow: hidden;
    clear: both
}

.gform_wrapper .gfield_password_strength {
    width: 200px;
    padding: 3px 5px;
    margin: 0;
    text-align: center;
    background-color: #EEE;
    border: 1px solid #DDD
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #ffb78c;
    border-color: #ff853c
}

.gform_wrapper .gfield_password_strength.good {
    background-color: #ffec8b;
    border-color: #FC0
}

.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
    background-color: #ffa0a0;
    border-color: #f04040
}

.gform_wrapper .gfield_password_strength.strong {
    background-color: #c3ff88;
    border-color: #8dff1c
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    padding-left: 0;
    margin: 0 0 .5em;
    overflow: visible;
    list-style-type: disc!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    padding-left: 0;
    margin: 1em 0 1em 1.5em;
    list-style-type: disc!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    padding-left: 0;
    margin: 0 0 .5em;
    overflow: visible;
    list-style-type: decimal!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    padding-left: 0;
    margin: 1em 0 1.5em 2.0;
    list-style-type: decimal!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    padding-left: 0;
    list-style-type: disc!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 1em 0 1em 1.5em
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 .5em
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    padding-left: 0;
    margin: 0 0 1.5em
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: 700
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 1em 1.5em
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
    padding: 0;
    margin: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0
}

.gform_wrapper table.gfield_list {
    border-collapse: collapse;
    border-spacing: 0
}

.gform_wrapper table.gfield_list thead th {
    font-weight: 700;
    text-align: left
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #ed1c24
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
    padding: 0 0 .5em
}

.gform_wrapper table.gfield_list th+th,
.gform_wrapper table.gfield_list td+td {
    padding: 0 0 .5em .7em
}

.gform_wrapper .left_label .gfield_list,
.gform_wrapper .right_label .gfield_list {
    width: 64%
}

.gform_wrapper .top_label .gfield_list {
    width: 100%
}

.gform_wrapper .left_label .gf_list_one_column,
.gform_wrapper .right_label .gf_list_one_column {
    width: 45%
}

.gform_wrapper .top_label .gf_list_one_column {
    width: 46%
}

.gform_wrapper .gfield_list input {
    width: 100%
}

.gfield_icon_disabled {
    cursor: default!important;
    -khtml-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60)
}

.gform_wrapper table.gfield_list td.gfield_list_icons {
    min-width: 45px!important
}

.gform_wrapper select.chzn-select {
    height: 28px!important;
    min-height: 28px!important;
    visibility: hidden
}

.gform_wrapper .chzn-container {
    position: relative;
    display: inline-block;
    *display: inline;
    margin-bottom: 4px;
    font-size: 13px;
    zoom: 1
}

.gform_wrapper .chzn-container .chzn-drop {
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 999;
    background-color: #FFF;
    border: 1px solid #AAA;
    border-top: 0;
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.gform_wrapper .chzn-container-single .chzn-single {
    position: relative;
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0, #fff 50%);
    background-image: -webkit-linear-gradient(top, #eee 0, #fff 50%);
    background-image: linear-gradient(top, #eee 0, #fff 50%);
    border: 1px solid #AAA;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#FFF', GradientType=0);
    background-clip: padding-box
}

.gform_wrapper .chzn-container-single .chzn-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gform_wrapper .chzn-container-single .chzn-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
    background-color: #CCC;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0, #eee 60%);
    background-image: -webkit-linear-gradient(top, #ccc 0, #eee 60%);
    background-image: linear-gradient(top, #ccc 0, #eee 60%);
    border-left: 1px solid #AAA;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box
}

.gform_wrapper .chzn-container-single .chzn-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(images/chosen-sprite.png);
    background-position: 0 1px;
    background-repeat: no-repeat
}

.gform_wrapper .chzn-container-single .chzn-search {
    padding: 3px 4px;
    margin: 0;
    white-space: nowrap
}

.gform_wrapper .chzn-container-single .chzn-search input {
    padding: 4px 20px 4px 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 1em;
    background: #fff url(images/chosen-sprite.png) 100% -20px no-repeat;
    background: url(images/chosen-sprite.png) 100% -20px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(images/chosen-sprite.png) 100% -20px no-repeat, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(images/chosen-sprite.png) 100% -20px no-repeat, linear-gradient(top, #fff 85%, #eee 99%);
    border: 1px solid #AAA;
    outline: 0
}

.gform_wrapper .chzn-container-single .chzn-drop {
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.gform_wrapper .chzn-container-multi .chzn-choices {
    position: relative;
    height: auto!important;
    height: 1%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: text;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background-image: -webkit-linear-gradient(top, #fff 85%, #eee 99%);
    background-image: linear-gradient(top, #fff 85%, #eee 99%);
    border: 1px solid #AAA;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0)
}

.gform_wrapper .chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field {
    padding: 0;
    margin: 0;
    white-space: nowrap
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field input {
    padding: 5px;
    margin: 1px 0;
    color: #666;
    background: transparent!important;
    border: 0!important;
    outline: 0;
    -o-box-shadow: none;
    box-shadow: none
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-field .default {
    color: #999
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice {
    position: relative;
    padding: 3px 19px 3px 6px;
    margin: 3px 0 3px 5px;
    line-height: 13px;
    color: #333;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(.7, #eee));
    background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0, #eee 70%);
    background-image: -webkit-linear-gradient(top, #e4e4e4 0, #eee 70%);
    background-image: linear-gradient(top, #e4e4e4 0, #eee 70%);
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#EEE', GradientType=0);
    background-clip: padding-box
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice span {
    cursor: default
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus {
    background-color: #d4d4d4
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    position: absolute;
    top: 6px;
    right: 5px;
    display: block;
    width: 8px;
    height: 9px;
    font-size: 1px;
    background-image: url(images/chosen-sprite.png);
    background-position: right top;
    background-repeat: no-repeat
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -9px
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -9px
}

.gform_wrapper .chzn-container .chzn-results {
    position: relative;
    max-height: 190px;
    padding: 0 0 0 4px;
    margin: 0 4px 4px 0;
    overflow-x: hidden;
    overflow-y: auto
}

.gform_wrapper .chzn-container-multi .chzn-results {
    padding: 0;
    margin: -1px 0 0
}

.gform_wrapper .chzn-container .chzn-results li {
    display: none;
    padding: 7px 7px 8px;
    margin: 0;
    line-height: 80%;
    list-style: none
}

.gform_wrapper .chzn-container .chzn-results .active-result {
    display: list-item;
    cursor: pointer
}

.gform_wrapper .chzn-container .chzn-results .highlighted {
    background-color: #f0f0f0
}

.gform_wrapper .chzn-container .chzn-results li em {
    font-style: normal;
    background-color: #feffde
}

.gform_wrapper .chzn-container .chzn-results .highlighted em {
    background: transparent
}

.gform_wrapper .chzn-container .chzn-results .no-results {
    background-color: #f4f4f4
}

.gform_wrapper .chzn-container .chzn-results .group-result {
    font-weight: 700;
    color: #999;
    cursor: default
}

.gform_wrapper .chzn-container .chzn-results .group-option {
    padding-left: 20px
}

.gform_wrapper .chzn-container-multi .chzn-drop .result-selected {
    display: none
}

.gform_wrapper .chzn-container-active .chzn-single {
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop {
    background-color: #EEE;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0, #eee 50%);
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(top, #fff 0, #eee 50%);
    border: 1px solid #AAA;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFF', endColorstr='#EEE', GradientType=0);
    -o-box-shadow: 0 1px 0 #FFF inset;
    box-shadow: 0 1px 0 #FFF inset
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none
}

.gform_wrapper .chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px
}

.gform_wrapper .chzn-container-active .chzn-choices {
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chzn-container-active .chzn-choices .search-field input {
    color: #111!important
}

.gform_wrapper .chzn-rtl {
    text-align: right;
    direction: rtl
}

.gform_wrapper .chzn-rtl .chzn-single {
    padding-right: 8px;
    padding-left: 0
}

.gform_wrapper .chzn-rtl .chzn-single span {
    margin-right: 0;
    margin-left: 26px
}

.gform_wrapper .chzn-rtl .chzn-single div {
    right: auto;
    left: 0;
    border-right: 1px solid #AAA;
    border-left: none;
    border-radius: 4px 0 0 4px
}

.gform_wrapper .chzn-rtl .chzn-choices li {
    float: right
}

.gform_wrapper .chzn-rtl .chzn-choices .search-choice {
    padding: 3px 6px 3px 19px;
    margin: 3px 5px 3px 0
}

.gform_wrapper .chzn-rtl .chzn-choices .search-choice .search-choice-close {
    right: auto;
    left: 5px;
    background-position: right top
}

.gform_wrapper .chzn-rtl.chzn-container-single .chzn-results {
    padding-right: 4px;
    padding-left: 0;
    margin-right: 0;
    margin-left: 4px
}

.gform_wrapper .chzn-rtl .chzn-results .group-option {
    padding-right: 20px;
    padding-left: 0
}

.gform_wrapper .chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: 0
}

.gform_wrapper .chzn-rtl .chzn-search input {
    padding: 4px 5px 4px 20px;
    background: url(images/chosen-sprite.png) -38px -20px no-repeat, #fff;
    background: url(images/chosen-sprite.png) -38px -20px no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(.85, #fff), color-stop(.99, #eee));
    background: url(images/chosen-sprite.png) -38px -20px no-repeat, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(images/chosen-sprite.png) -38px -20px no-repeat, linear-gradient(top, #fff 85%, #eee 99%)
}

.gform_wrapper .gform_card_icon_container {
    height: 32px;
    margin: 8px 0 6px
}

.gform_wrapper div.gform_card_icon {
    float: left;
    width: 36px;
    height: 32px;
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(images/gf-creditcard-icons.png);
    background-repeat: no-repeat
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    position: relative;
    top: 4px!important;
    float: left
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    position: relative;
    float: left;
    min-height: 43px
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 50%;
    margin-right: 1%
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
    white-space: nowrap!important
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px!important
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    width: 48%!important;
    zoom: 1
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 4px
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50%!important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    width: 32px;
    height: 23px;
    background-image: url(images/gf-creditcard-icons.png);
    background-position: 0 -128px;
    background-repeat: no-repeat;
    zoom: 1
}

div#wpcf7-f78550-p451-o1 input:not([type="submit"]), div#wpcf7-f78550-p451-o1 textarea{
    width:100%;
    box-sizing:border-box;
}
div#wpcf7-f78553-p453-o1 input:not([type="submit"]), div#wpcf7-f78553-p453-o1 textarea{
    width:100%;
    box-sizing:border-box;
}

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
    line-height: 1em!important
}

.fc {
    text-align: left;
    direction: ltr
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30)
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30)
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    overflow: hidden;
    font-family: Courier New, Courier, monospace;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

.fc-icon:after {
    position: relative;
    margin: 0 -1em
}

.fc-icon-left-single-arrow:after {
    top: -7%;
    left: 3%;
    font-size: 200%;
    font-weight: 700;
    content: "\02039"
}

.fc-icon-right-single-arrow:after {
    top: -7%;
    left: -3%;
    font-size: 200%;
    font-weight: 700;
    content: "\0203A"
}

.fc-icon-left-double-arrow:after {
    top: -7%;
    font-size: 160%;
    content: "\000AB"
}

.fc-icon-right-double-arrow:after {
    top: -7%;
    font-size: 160%;
    content: "\000BB"
}

.fc-icon-left-triangle:after {
    top: 3%;
    left: -2%;
    font-size: 125%;
    content: "\25C4"
}

.fc-icon-right-triangle:after {
    top: 3%;
    left: 2%;
    font-size: 125%;
    content: "\25BA"
}

.fc-icon-down-triangle:after {
    top: 2%;
    font-size: 125%;
    content: "\25BC"
}

.fc-icon-x:after {
    top: 6%;
    font-size: 200%;
    content: "\000D7"
}

.fc button {
    height: 2.1em;
    padding: 0 .6em;
    margin: 0;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box
}

.fc button::-moz-focus-inner {
    padding: 0;
    margin: 0
}

.fc-state-default {
    border: 1px solid
}

.fc-state-default.fc-corner-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-down,
.fc-state-active {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
    float: right
}

.fc-unthemed .fc-popover {
    border-style: solid;
    border-width: 1px
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 2px;
    font-size: .9em
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    padding: 0 0 2px;
    margin: 0;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.fc-bg {
    bottom: 0
}

.fc-bg table {
    height: 100%
}

.fc table {
    width: 100%;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed
}

.fc th {
    text-align: center
}

.fc th,
.fc td {
    padding: 0;
    vertical-align: top;
    border-style: solid;
    border-width: 1px
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent;
    border-left: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0;
    border-bottom: 0;
    border-color: transparent
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    overflow-x: hidden;
    overflow-y: scroll
}

.fc-scroller>* {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    font-weight: 400;
    line-height: 1.3;
    background-color: #3a87ad;
    border: 1px solid #3a87ad;
    border-radius: 3px
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-event[href],
.fc-event.fc-draggable {
    cursor: pointer
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    padding-left: 1px;
    margin-left: 0;
    border-left-width: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    padding-right: 1px;
    margin-right: 0;
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    padding: 0 1px;
    margin: 1px 2px 0
}

.fc-day-grid-event .fc-content {
    overflow: hidden;
    white-space: nowrap
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-day-grid-event .fc-resizer {
    right: -3px;
    left: -3px;
    width: 7px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    text-decoration: none;
    cursor: pointer
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-toolbar {
    margin-bottom: 1em;
    text-align: center
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
    padding: 0 2px
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    padding: 0 4px;
    white-space: nowrap;
    vertical-align: middle
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid-container,
.fc-time-grid {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    right: 0;
    left: 0
}

.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
    position: relative
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    right: 0;
    left: 0
}

.fc-v-event.fc-not-start {
    padding-top: 1px;
    border-top-width: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.fc-v-event.fc-not-end {
    padding-bottom: 1px;
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    padding: 0;
    font-size: .85em
}

.fc-time-grid-event .fc-resizer {
    right: 0;
    bottom: 0;
    left: 0;
    height: 8px;
    overflow: hidden;
    font-family: monospace;
    font-size: 11px;
    line-height: 8px;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

.header_container.top-header .header {
    display: block;
    width: 100%;
    overflow: hidden
}

.header_container.top-header .header a.logo {
    display: inline-block;
    width: 317px;
    height: 115px;
    max-width: 100%;
    background-image: url(images/ba_logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

body .site_container .top-frame {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh
}

body .site_container .top-frame .caroufredsel_wrapper_slider {
    height: 100%!important;
    margin-top: 0!important
}

.slider_posts_list li .date {
    font-size: 13px;
    line-height: 15px
}

.slider_posts_list li h5 {
    font-size: 15px;
    line-height: 15px
}

.slider_content_box p {
    font-size: 15px;
    line-height: 19px
}

@font-face {
    font-family: ProximaNova-Bold;
    src: url(banner-font/ProximaNova-Bold.eot);
    src: url(banner-font/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(banner-font/ProximaNova-Bold.woff) format('woff'), url(banner-font/ProximaNova-Bold.ttf) format('truetype'), url(banner-font/ProximaNova-Bold.svg) format('svg')
}

.row.page_margin_top .column.column_1_2 .banner-holder .counter-banner {
    position: relative;
    float: left;
    width: 100%
}

.row.page_margin_top .column.column_1_2 .banner-holder .counter-banner a {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

.row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .counter {
    position: absolute;
    top: 5px;
    left: 10px;
    display: block;
    height: 90px;
    font-family: ProximaNova-Bold, Arial, sans-serif;
    font-size: 88px;
    font-weight: bolder;
    line-height: 88px;
    color: black;
    text-transform: uppercase;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}

.row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .days {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 120px;
    height: 24px;
    font-family: ProximaNova-Bold, Arial, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    line-height: 24px;
    color: black;
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width:1069px) {
    .site_container.boxed {
        max-width: 850px
    }
    h2 {
        font-size: 22px
    }
    h5 {
        font-size: 14px
    }
    .about_title,
    .about_subtitle {
        font-size: 46px
    }
    .header_top_bar {
        width: auto
    }
    .header,
    .menu_container .sf-menu,
    .page,
    .footer {
        width: 750px
    }
    .header .placeholder {
        width: 430px
    }
    .page_header_left {
        width: 300px
    }
    .page_header_right {
        width: 450px
    }
    .footer_container {
        padding-top: 40px
    }
    .footer_menu li {
        margin-right: 24px
    }
    .latest_news_scrolling_list_container li.posts {
        width: 281px
    }
    .latest_news_scrolling_list_container li.prev,
    .latest_news_scrolling_list_container li.next,
    .latest_news_scrolling_list_container .date {
        display: none!important
    }
    .boxed .menu_container.sticky.move {
        max-width: 850px
    }
    .sf-menu li {
        height: 39px
    }
    .sf-menu li.submenu a {
        border-right-width: 8px
    }
    .sf-menu li a,
    .sf-menu li a:visited {
        padding: 10px 0 14px 8px;
        font-size: 16px
    }
    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        top: 38px
    }
    .sf-menu li ul,
    .sf-menu li ul li {
        width: 198px
    }
    ul.sf-menu .mega_menu,
    ul.sf-menu li:hover li .mega_menu {
        width: 528px
    }
    ul.sf-menu li li:hover ul,
    ul.sf-menu li li.sfHover ul,
    ul.sf-menu li li li:hover ul,
    ul.sf-menu li li li.sfHover ul,
    ul.sf-menu li:hover li ul.mega_menu,
    ul.sf-menu li:hover li .mega_menu {
        left: 198px
    }
    .sf-menu li.submenu .mega_menu {
        padding: 24px 0 24px 24px
    }
    .sf-menu li.submenu .mega_menu.blog {
        padding: 0 24px 24px 0
    }
    .sf-menu li ul.expand_left_contact {
        margin-left: -109px
    }
    .mega_menu .column_1_2 {
        margin-left: 24px
    }
    .mega_menu .column_1_2:first-child {
        margin-left: 0
    }
    .page {
        padding-bottom: 40px
    }
    .page_margin_top_section {
        margin-top: 40px
    }
    .slider {
        width: 893px;
        height: 393px
    }
    .slider_content_box {
        top: 140px;
        left: 76px;
        width: 280px;
        padding: 13px 15px 15px
    }
    .site_container.boxed .slider_content_box {
        top: 116px
    }
    .slider_content_box p {
        padding: 13px 0 0;
        font-size: 13px
    }
    .slider_content_box h2 {
        margin-top: 12px
    }
    .slider li.slide {
        width: 893px;
        height: 393px;
        background-size: auto 393px
    }
    .slider li.slide img {
        width: 893px
    }
    .site_container.boxed .slider,
    .site_container.boxed .slider li.slide {
        width: 850px;
        height: 376px
    }
    .site_container.boxed .slider li.slide img {
        width: 855px
    }
    .slider li.slide .pr_preloader {
        height: 393px
    }
    .small_slider li.slide,
    .small_slider li.slide img {
        width: 490px
    }
    .small_slider .slider_content_box {
        width: 460px
    }
    .slider_posts_list li {
        width: 187.5px!important
    }
    .column_2_3 .slider_posts_list li {
        width: 163.5px!important
    }
    .blog_grid .post,
    .blog_grid .post .pr_preloader {
        height: 186px
    }
    .blog_grid .post.large,
    .blog_grid .post.large .pr_preloader {
        width: 561px;
        height: 374px
    }
    .blog_grid .post.big,
    .blog_grid .post.big .pr_preloader,
    .blog_grid .post.medium,
    .blog_grid .post.medium .pr_preloader {
        width: 374px
    }
    .blog_grid .post.big,
    .blog_grid .post.big .pr_preloader {
        height: 374px
    }
    .blog_grid .post.small,
    .blog_grid .post.small .pr_preloader {
        width: 186px
    }
    .column_1_2 {
        width: 360px
    }
    .column_1_3,
    .column_2_3 .column_1_2 {
        width: 230px
    }
    .column_2_3 {
        width: 490px
    }
    .column_1_3 .column_1_2 {
        width: 100%;
        margin-left: 0
    }
    .column_2_3 .column_1_3 {
        width: 156px
    }
    .column_1_4 {
        width: 165px
    }
    .column_3_4 {
        width: 555px
    }
    .columns.no_width .column_left,
    .columns.no_width .column_right {
        width: 100%
    }
    .columns.no_width .column_right {
        margin-top: 30px
    }
    .post {
        margin-top: 40px
    }
    .post p {
        clear: both
    }
    .post .with_number a {
        /*width: 190px*/
    }
    .post a.comments_number {
        width: auto;
        padding: 6px 9px 7px
    }
    .mega_menu.blog {
        padding: 0 24px 24px 0
    }
    .mega_menu li.post {
        margin: 24px 0 0 24px
    }
    .mega_menu .blog.small li.post {
        margin-left: 0
    }
    .column_1_2 .blog.small .post_content {
        width: 240px
    }
    .column_2_3 .column_1_2 .blog.small .post_content,
    .column_1_3 .blog.small .post_content {
        width: 120px;
        margin-left: 10px
    }
    .post ul.post_details.simple {
        margin-top: 10px
    }
    .blog.small ul.post_details.simple li.date,
    .column_2_3 .blog.medium .post ul.post_details.simple li.date {
        margin-top: 5px;
        margin-left: 0;
        clear: both
    }
    .column_2_3 .blog.medium .post {
        width: 143px
    }
    .blog.big img,
    .blog.big .post_content {
        width: 230px
    }
    .column_1_3 .blog.small .post {
        width: 230px
    }
    .mega_menu .column_1_2,
    .mega_menu .column_1_2 .blog.small .post {
        width: 240px
    }
    .mega_menu .column_1_2 .blog.small .post_content {
        width: 120px
    }
    h1.post_title {
        font-size: 44px
    }
    .post.single .content_box {
        width: 360px
    }
    .post.single .post_image blockquote {
        padding-top: 45px;
        font-size: 18px;
        background-position: 20px 15px
    }
    .post.single .post_image blockquote .author {
        margin-top: 10px
    }
    .post.single blockquote.inside_text {
        width: 320px
    }
    .post h5.page_margin_top_section {
        margin-top: 40px
    }
    .column_2_3 .iframe_video {
        height: 275px
    }
    .post.single.small_image .post_content {
        width: 490px
    }
    .column_1_3 .taxonomies {
        width: 235px
    }
    .column_1_3 .taxonomies.columns li {
        width: 47.87%
    }
    .column_2_3 .review_block .column_1_2 {
        width: 200px
    }
    .review_summary .number {
        padding: 22px 18px;
        font-size: 32px
    }
    .review_summary .text {
        width: 338px
    }
    .announcement .vertical_align,
    .announcement .vertical_align_cell {
        display: block;
        height: auto
    }
    .announcement .more.big {
        padding-right: 0;
        padding-left: 0
    }
    .read_more.page_margin_top_section {
        margin-top: 40px
    }
    .comment_form fieldset.column_1_3,
    .contact_form fieldset.column_1_3 {
        width: 157px
    }
    .comment_form fieldset.column_1_3:first-child,
    .contact_form fieldset.column_1_3:first-child {
        width: 156px
    }
    .comment_form fieldset.column:first-child .text_input,
    .contact_form fieldset.column:first-child .text_input {
        width: 116px
    }
    .comment_form .text_input,
    .contact_form .text_input {
        width: 117px
    }
    .comment_form textarea,
    .contact_form textarea {
        width: 450px
    }
    .column_1_3 .comment_form fieldset.column:first-child .text_input,
    .column_1_3 .contact_form fieldset.column:first-child .text_input,
    .column_1_3 .comment_form .text_input,
    .column_1_3 .contact_form .text_input {
        width: 190px
    }
    .search_form input[type=text] {
        width: 450px
    }
    .search .search_input:focus {
        width: 70px
    }
    #comments_list .comment_details {
        width: 360px
    }
    #comments_list .children .comment_details {
        width: 260px
    }
    .posted_by abbr.timeago {
        margin-top: 5px
    }
    .comment {
        margin-top: 40px
    }
    .tabs_navigation li a {
        padding: 8px 5px 11px
    }
    .horizontal_carousel_container a.slider_control {
        top: 124px
    }

    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4>li {
        width: 230px
    }
    .column_1_1 .horizontal_carousel_container.big .horizontal_carousel.visible-3>li,
    .horizontal_carousel_container.big .horizontal_carousel>li {
        width: 360px;
    }
    .column_1_3 .horizontal_carousel_container.big .horizontal_carousel>li{
        width: 230px;
    }
    .column_2_3 .horizontal_carousel_container.big .horizontal_carousel>li{
        width: 490px;
    }
    .horizontal_carousel_container.big a.slider_control{
        top: 188px
    }
    .column_1_3 .horizontal_carousel_container.big a.slider_control {
        top: 105px
    }
    .column_1_1 .horizontal_carousel_container.big a.slider_control,
    .column_1_1 .horizontal_carousel_container a.slider_control {
        top: 123px
    }
    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li,
    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li img{
        width: 360px
    }
    .column_1_1 .horizontal_carousel_container.small a.slider_control {
        top: 87px
    }
    .gallery_popup .horizontal_carousel_container.big .horizontal_carousel>li img {
        width: 490px
    }
    .column_2_3 .horizontal_carousel_container.big a.slider_control {
        top: 275px
    }
    .column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li {
        width: 115px
    }
    .column_2_3 .horizontal_carousel_container.thin a.slider_control {
        top: 39px
    }
    .authors .author {
        width: 103px;
        margin-left: 24px
    }
    .authors .author:nth-child(2n+1) {
        margin-left: 0
    }
    .author .number,
    .author .number.odometer,
    .author .value_bar_container,
    .author .value_bar {
        width: 35px
    }
    .author .number,
    .author .number.odometer {
        font-size: 22px
    }
    .authors_list .author {
        margin-top: 40px
    }
    .authors_list .avatar_block,
    .authors_list .avatar_block img {
        width: 180px
    }
    .authors_list .content {
        width: 280px
    }
    .authors_list .details .columns .column {
        width: 55px
    }
    .gallery_popup .horizontal_carousel_container.thin {
        width: 690px
    }
    .gallery_popup .column_1_3 .share_box label {
        display: none
    }
    .contact_map {
        height: 248px
    }
    .column_1_3 .contact_map {
        height: 220px
    }
    .divider.last {
        width: 700px
    }
    .row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .counter {
        top: 5px;
        left: 10px;
        height: 58px;
        font-size: 58px;
        line-height: 58px
    }
    .row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .days {
        bottom: 2px;
        left: 0;
        width: 80px;
        height: 14px;
        font-size: 14px;
        line-height: 14px;
        text-align: center
    }
    .video_yt_embed iframe{
        /*max-width: 100%;*/
    }
}

@media screen and (max-width:767px) {
    .horizontal_carousel_container.big .horizontal_carousel>li {
        width: 462px;
    }
    .column_1_3 .horizontal_carousel_container.big .horizontal_carousel>li{
        width: 462px;
    }
    .column_1_3 .horizontal_carousel_container.big a.slider_control {
        top: 257px;
    }
    .site_container.boxed {
        max-width: 562px
    }
    h2 {
        font-size: 18px
    }
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page,
    .footer {
        width: 462px
    }
    .header .placeholder {
        width: 100%;
        margin-top: 30px
    }
    .header_container.style_2 {
        margin-bottom: 30px
    }
    .header_top_bar {
        height: auto
    }
    .page_header_left,
    .page_header_right {
        width: 100%
    }
    .latest_news_scrolling_list_container {
        display: none;
        clear: both
    }
    .header_top_bar_container.style_2 .latest_news_scrolling_list_container,
    .header_top_bar_container.style_3 .latest_news_scrolling_list_container {
        border-color: #e0e0e0
    }
    .latest_news_scrolling_list_container li.posts {
        width: 293px
    }
    .mobile_menu_container {
        display: block
    }
    .menu_container {
        background: transparent!important;
        border: 0
    }
    .menu_container.sticky.move,
    .boxed .menu_container.sticky.move {
        position: static;
        top: auto;
        width: auto;
        box-shadow: none
    }
    .sf-menu {
        display: none
    }
    .mobile-menu-switch {
        display: block
    }
    .slider_content_box {
        top: 110px;
        left: 49px;
        width: 280px;
        padding: 13px 15px 15px
    }
    .site_container.boxed .slider_content_box {
        top: 110px
    }
    .slider_content_box p {
        display: none
    }
    .slider_content_box h2 {
        margin-top: 9px
    }
    .slider {
        width: 550px;
        height: 242px
    }
    .slider li.slide {
        width: 550px;
        height: 242px;
        background-size: auto 242px
    }
    .slider li.slide img {
        width: 550px
    }
    .site_container.boxed .slider,
    .site_container.boxed .slider li.slide {
        width: 562px;
        height: 250px
    }
    .site_container.boxed .slider li.slide img {
        width: 567px
    }
    .slider li.slide .pr_preloader {
        height: 242px
    }
    .small_slider li.slide,
    .small_slider li.slide img {
        width: 462px
    }
    .small_slider .slider_content_box {
        width: 432px
    }
    .slider_posts_list li,
    .column_2_3 .slider_posts_list li {
        width: 231px!important;
        height: 100px
    }
    .slider_posts_list li h5 {
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px
    }
    .slider_posts_list li .date {
        padding-top: 8px;
        padding-right: 10px;
        padding-left: 10px
    }
    .blog_grid .grid_view {
        display: none
    }
    .blog_grid .slider_view {
        display: block
    }
    .row .column {
        margin-top: 40px
    }
    .row .column:first-child {
        margin-top: 0
    }
    .column {
        margin-left: 0
    }
    .column_1_2,
    .column_1_3,
    .column_2_3,
    .column_1_4,
    .column_3_4 {
        width: 100%
    }
    .column_2_3 .column_1_2,
    .column_1_3 .column_1_2 {
        width: 216px
    }
    .column_2_3 .column_1_2,
    .column_1_3 .column_1_2 {
        margin-top: 0;
        margin-left: 30px
    }
    .column_2_3 .column_1_2:first-child,
    .column_1_3 .column_1_2:first-child {
        margin-left: 0
    }
    .column_2_3 .column_1_3,
    .column_1_3 .column_1_3 {
        width: 147px
    }
    .post_details li {
        font-size: 11px
    }
    .column_1_3 .blog.small .post {
        width: 462px
    }
    .column_2_3 .column_1_2 .blog.small .post,
    .blog.big img,
    .blog.big .post_content {
        width: 216px
    }
    .column_2_3 .column_1_2 .blog.small .post_content {
        width: 106px
    }
    .column_2_3 .blog.medium .post {
        width: 134px
    }
    .post.single .content_box {
        width: 100%;
        margin-left: 0
    }
    .post.single blockquote.inside_text {
        width: 422px;
        margin-right: 0;
        margin-left: 0
    }
    .post.single blockquote.inside_text.simple {
        width: 100%
    }
    .post.single .author_box {
        position: static!important;
        width: 100%;
        margin-top: 30px
    }
    .post.single .author .thumb {
        float: left;
        width: 100px
    }
    .post.single .author .details {
        float: left;
        width: 332px;
        margin-left: 30px;
        clear: none
    }
    .column_2_3 .iframe_video {
        height: 260px
    }
    .post.single.small_image .post_content {
        width: auto
    }
    .post.single.small_image .text>* {
        margin-left: 0
    }

    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4>li,
    .column_1_1 .horizontal_carousel_container.big .horizontal_carousel.visible-3>li {
        width: 216px
    }
    .horizontal_carousel_container.big a.slider_control{
        top: 257px;
    }
    .horizontal_carousel_container a.slider_control,
    .column_1_1 .horizontal_carousel_container a.slider_control,
    .column_1_1 .horizontal_carousel_container.big a.slider_control {
        top: 113px
    }
    .column_1_2 .blog.small .post_content,
    .column_1_3 .blog.small .post_content {
        width: 342px;
        margin-left: 20px
    }
    .blog.small ul.post_details.simple li.date,
    .column_2_3 .blog.medium .post ul.post_details.simple li.date {
        margin-top: 0;
        margin-left: 10px;
        clear: none
    }
    .column_2_3 .column_1_2 .blog.small ul.post_details.simple li.date {
        margin-top: 5px;
        margin-left: 0
    }
    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li {
        width: 462px
    }
    .column_1_1 .horizontal_carousel_container.small a.slider_control {
        top: 125px
    }
    .column_2_3 .horizontal_carousel_container.big .horizontal_carousel>li img,
    .gallery_popup .horizontal_carousel_container.big .horizontal_carousel>li,
    .gallery_popup .horizontal_carousel_container.big .horizontal_carousel>li img {
        width: 462px
    }
    .column_2_3 .horizontal_carousel_container.big a.slider_control {
        top: 256px
    }
    .column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li {
        width: 108px
    }
    .column_2_3 .horizontal_carousel_container.thin a.slider_control {
        top: 34px
    }
    .column_1_3 .taxonomies {
        width: 467px
    }
    .column_1_3 .taxonomies.columns li {
        width: 48.92%
    }
    .column_2_3 .review_block .column_1_2 {
        width: 100%;
        margin-top: 40px;
        margin-left: 0
    }
    .column_2_3 .review_block .column:first-child {
        margin-top: 0
    }
    .review_summary .text {
        width: 310px
    }
    .comment_form fieldset.column,
    .contact_form fieldset.column,
    .column_1_3 .comment_form fieldset.column,
    .column_1_3 .contact_form fieldset.column {
        margin-top: 0
    }
    .column_1_3 .comment_form fieldset.column_1_3,
    .column_1_3 .contact_form fieldset.column_1_3 {
        margin-left: 10px
    }
    .column_1_3 .comment_form fieldset.column_1_3:first-child,
    .column_1_3 .contact_form fieldset.column_1_3:first-child {
        margin-left: 0
    }
    .comment_form fieldset.column_1_3,
    .contact_form fieldset.column_1_3 {
        width: 147px
    }
    .comment_form fieldset.column_1_3:first-child,
    .contact_form fieldset.column_1_3:first-child {
        width: 148px
    }
    .comment_form fieldset.column:first-child .text_input,
    .contact_form fieldset.column:first-child .text_input,
    .column_1_3 .comment_form fieldset.column:first-child .text_input,
    .column_1_3 .contact_form fieldset.column:first-child .text_input {
        width: 108px
    }
    .comment_form .text_input,
    .contact_form .text_input,
    .column_1_3 .comment_form .text_input,
    .column_1_3 .contact_form .text_input {
        width: 107px
    }
    .comment_form textarea {
        width: 422px
    }
    .search_form input[type=text] {
        width: 422px
    }
    #comments_list .comment_details {
        width: 332px
    }
    #comments_list .children {
        margin-left: 42px
    }
    .authors .author {
        width: 138px
    }
    .authors .author:nth-child(2n+1) {
        margin-left: 24px
    }
    .authors .author:nth-child(3n+1) {
        margin-left: 0
    }
    .author .number,
    .author .number.odometer,
    .author .value_bar_container,
    .author .value_bar {
        width: 38px
    }
    .authors_list .content {
        width: 252px
    }
    .authors_list .details .columns .column {
        margin-top: 0;
        margin-left: 30px
    }
    .authors_list .details .columns .column:first-child {
        margin-left: 0
    }
    .header_top_bar .social_icons {
        float: left
    }
    .gallery_popup .horizontal_carousel_container.thin {
        width: 410px
    }
    .gallery_popup .column_1_3 .share_box label {
        display: inline
    }
    .divider.last {
        width: 412px
    }
    .slideRightBack,
    .slideLeftBack,
    .slideDownBack,
    .slideUpBack {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    a.slider_control,
    .icon.fullscreen.animated {
        visibility: visible
    }
    a.slider_control,
    .icon.fullscreen.animated {
        -webkit-animation-duration: 0ms;
        animation-duration: 0ms
    }
    .slideRightBack {
        -webkit-animation-name: slideRightBack;
        animation-name: slideRightBack
    }
   
    .social-row .share_box label {
        font-size: 14px
    }
    .row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .counter {
        top: 5px;
        left: 10px;
        height: 80px;
        font-size: 78px;
        line-height: 78px
    }
    .row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .days {
        bottom: 0;
        left: 0;
        width: 110px;
        height: 20px;
        font-size: 20px;
        line-height: 20px
    }
}
 @keyframes slideRightBack {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }
        100% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }
    @-webkit-keyframes slideRightBack {
        0% {
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            -webkit-transform: translateX(-100%)
        }
        100% {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -webkit-transform: translateX(0)
        }
    }
@media screen and (min-width: 768px) {
    #gallery-popup .horizontal_carousel_container.big .horizontal_carousel>li {
        width: auto;
    }
}
@media screen and (min-width:480px) {
    .main-anounce-news {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background-color: #ffffff;
    }
}
@media screen and (max-width:479px) {
    .horizontal_carousel_container.big .horizontal_carousel>li{
        width: 300px;
    }
    .column_1_3 .horizontal_carousel_container.big .horizontal_carousel>li{
        width: 300px;
    }
    .column_1_3 .horizontal_carousel_container.big a.slider_control {
        top: 151px
    }
    .video_yt_embed iframe {
        /*max-height: 200px;*/
    }
    .site_container.boxed {
        max-width: 400px
    }
    h4 {
        font-size: 16px
    }
    .about_title,
    .about_subtitle {
        font-size: 38px
    }
    .header,
    .menu_container .sf-menu,
    .mobile-menu,
    .page,
    .footer {
        width: 300px
    }
    .header_top_bar .caroufredsel_wrapper_vertical_carousel {
        width: 228px!important
    }
    .header h1 {
        font-size: 72px
    }
    .latest_news_scrolling_list_container {
        display: none
    }
    .latest_news_scrolling_list_container li.left {
        border-left: 1px solid #464d53
    }
    .latest_news_scrolling_list_container li.category {
        display: none
    }
    .latest_news_scrolling_list_container li.posts {
        width: 208px
    }
    .slider .slider_content_box {
        top: auto;
        bottom: 10px;
        left: 33px;
        padding: 10px
    }
    .site_container.boxed .slider_content_box {
        top: auto
    }
    .slider_content_box .otg_2017_style{
        position: relative;
        text-align: left;
        width: calc(100%);
        font-size: 14px;
        line-height: 14px;
        color: #ed1c24;
        font-weight: bold;
        padding-bottom: 5px;
    }
    .slider_content_box .post_details,
    .slider_content_box .slider_navigation {
        display: none
    }
    .slider_content_box h2 {
        margin-top: 0;
        font-size: 14px
    }
    .slider {
        width: 357px;
        height: 157px
    }
    .slider li.slide {
        width: 357px;
        height: 157px;
        background-size: auto 157px
    }
    .slider li.slide img {
        width: 357px
    }
    .site_container.boxed .slider,
    .site_container.boxed .slider li.slide {
        width: 400px;
        height: 178px
    }
    .site_container.boxed .slider li.slide img {
        width: 405px
    }
    .slider li.slide .pr_preloader {
        height: 157px
    }
    .small_slider li.slide,
    .small_slider li.slide img {
        width: 300px
    }
    .small_slider .slider_content_box {
        width: 280px;
        padding: 10px
    }
    .slider_posts_list li,
    .column_2_3 .slider_posts_list li {
        width: 150px!important;
        height: 90px
    }
    .slider_posts_list li h5 {
        font-size: 13px
    }
    .row .column {
        margin-top: 40px
    }
    .row .column:first-child {
        margin-top: 0
    }
    .column_2_3 .column_1_2,
    .column_1_3 .column_1_2 {
        width: 100%
    }
    .column_2_3 .column_1_2,
    .column_1_3 .column_1_2 {
        margin-top: 30px;
        margin-left: 0
    }
    .column_1_3 .blog.small .post,
    .column_2_3 .column_1_2 .blog.small .post,
    .blog.big img,
    .blog.big .post_content {
        width: 100%
    }
    .blog.big .post_content {
        margin-top: 20px;
        margin-left: 0
    }
    .column_1_3 .blog.small .post_content,
    .column_2_3 .column_1_2 .blog.small .post_content {
        width: 190px
    }
    .column_2_3 .column_1_2 .blog.small ul.post_details.simple li.date {
        margin-top: 0;
        margin-left: 10px
    }
    .column_1_2 .blog.small .post_content,
    .column_1_3 .blog.small .post_content {
        width: 180px
    }
    .column_2_3 .blog.medium .post {
        width: 135px
    }
    .column_2_3 .blog.medium .post:nth-child(3n+1) {
        margin-left: 30px
    }
    .column_2_3 .blog.medium .post:nth-child(odd) {
        margin-left: 0
    }
    h1.post_title {
        font-size: 36px
    }
    .post.single .post_image blockquote {
        padding: 15px;
        font-size: 14px;
        background-image: none
    }
    .post.single .post_image blockquote .author {
        margin-top: 7px;
        font-size: 11px
    }
    .post.single blockquote.inside_text {
        width: 260px
    }
    .post.single .author .details {
        width: 170px
    }
    .column_2_3 .iframe_video {
        height: 169px
    }
    .post.single.small_image .post_image_box {
        float: none;
        width: 100%;
        margin-right: 0;
        clear: both
    }
    .post.single.small_image .text {
        display: block;
        margin-top: 30px
    }
    .post.single.small_image .sentence .text {
        margin-top: 0
    }
    .tabs_navigation.small {
        border: 0
    }
    .tabs_navigation li a {
        font-size: 15px
    }
    .horizontal_carousel_container .horizontal_carousel>li,
    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-4>li,
    .column_2_3 .horizontal_carousel_container.big .horizontal_carousel>li img,
    .column_1_1 .horizontal_carousel_container .horizontal_carousel.visible-3>li,
    .column_1_1 .horizontal_carousel_container.big .horizontal_carousel.visible-3>li,
    .gallery_popup .horizontal_carousel_container.big .horizontal_carousel>li,
    .gallery_popup .horizontal_carousel_container.big .horizontal_carousel>li img {
        width: 300px
    }
    .horizontal_carousel_container a.slider_control,
    .column_1_1 .horizontal_carousel_container a.slider_control {
        top: 175px
    }
    .horizontal_carousel_container.big a.slider_control{
        top: 151px
    }
    .column_1_1 .horizontal_carousel_container.big a.slider_control {
        top: 197px
    }
    .column_1_1 .horizontal_carousel_container.small a.slider_control {
        top: 65px
    }
    .column_2_3 .horizontal_carousel_container.big a.slider_control {
        top: 151px
    }
    .column_2_3 .horizontal_carousel_container.thin .horizontal_carousel.visible-5>li {
        width: 93px
    }
    .column_2_3 .horizontal_carousel_container.thin a.slider_control {
        top: 23px
    }
    .column_1_3 .taxonomies {
        width: 305px
    }
    .column_1_3 .taxonomies.columns li {
        width: 48.36%
    }
    .review_summary .text {
        width: 164px
    }
    .review_summary .number {
        padding: 14px 10px
    }
    .comment_form fieldset.column_1_3,
    .contact_form fieldset.column_1_3,
    .column_1_3 .comment_form fieldset.column_1_3,
    .column_1_3 .contact_form fieldset.column_1_3 {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        clear: both
    }
    .comment_form fieldset.column:first-child .text_input,
    .comment_form .text_input,
    .comment_form textarea,
    .contact_form fieldset.column:first-child .text_input,
    .contact_form .text_input,
    .contact_form textarea,
    .column_1_3 .comment_form fieldset.column:first-child .text_input,
    .column_1_3 .comment_form .text_input,
    .column_1_3 .comment_form textarea,
    .column_1_3 .contact_form fieldset.column:first-child .text_input,
    .column_1_3 .contact_form .text_input {
        width: 260px
    }
    .search_form input[type=text] {
        width: 260px
    }
    .comment_author_avatar {
        display: none
    }
    #comments_list .comment_details {
        width: 100%;
        margin-left: 0
    }
    #comments_list .children {
        margin-left: 20px
    }
    #comments_list .children .comment .parent_arrow {
        margin-right: 10px
    }
    .authors .author:nth-child(3n+1) {
        margin-left: 24px
    }
    .authors .author:nth-child(2n+1) {
        margin-left: 0
    }
    .authors_list .content {
        margin-top: 30px
    }
    .authors_list .content,
    .authors_list .avatar_block,
    .authors_list .avatar_block img {
        width: 300px
    }
    .social_icons li {
        padding-left: 0
    }
    .search {
        margin-left: 5px;
        border-right: 0
    }
    .search .search_submit {
        display: none
    }
    .gallery_popup .horizontal_carousel_container.thin {
        width: 270px
    }
    .contact_map {
        height: 150px
    }
    .divider.last {
        width: 250px
    }
    .row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .counter {
        top: 5px;
        left: 8px;
        height: 48px;
        font-size: 48px;
        line-height: 48px
    }
    .row.page_margin_top .column.column_1_2 .banner-holder .counter-banner .days {
        bottom: 2px;
        left: 0;
        width: 70px;
        height: 12px;
        font-size: 12px;
        line-height: 12px;
        text-align: center
    }
}

@media screen and (max-device-width:480px) {
    body {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (max-width:401px) {
    .header_top_bar .search .search_input {
        width: 50px
    }
}
.download_logo_button{
    
}
.background_overlay_download_logo {
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);;
    transition: all 300ms;
}
.download_panel_wrapper {
    position: relative;
    top: calc(50% - 80px);
    left: calc(50% - 150px);
    width: 300px;
    height: 160px;
}
.download_panel {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
}
.closePopupPanelDownload{
    position: absolute;
    top: 5px;
    right: 10px;
    color:black;
    font-size: 24px;
}
.closePopupPanelDownload:hover{
    cursor: pointer;
}
.download_panel>a{
    background: #ed1c24;
    height:20px;
    padding: 5px 10px;
    color: white;
    font-size: 18px;
    font-weight: 700;
}

.video_yt_embed{
    /*text-align: center;*/
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video_yt_embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.youtube-video-holder iframe{
    max-width:100%;
}

.wpcf7-response-output{
    color: black;
}

select[name="your-region"] {
    width: 100%;
    padding: 15px 20px;
    font-size: 14px;
    color: #3e3e3e;
    background: #f0f0f0;
    border: 0;
}
.fb-video, #fb-root {
    margin-top: 10px;
}

/* email consent */
.subscribe-form-consent {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    height: 35px;
    background: #e9e9e9;
    padding: 0 20px;
    width: 625px;
    z-index: 3;
}
.form-with-input-focused .subscribe-form-consent {
    display: block;
}
@media only screen and (max-width:1050px) {
    .subscribe-form-consent {
        width: calc(100vw - 430px);
    }
}

@media screen and (max-width: 479px) {
    .zastupnik_item .column_1_2 {
        padding: 0 0 0 20px !important;
        width: 130px;
    }
}