/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
        url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: 0.08em solid #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
    content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
    content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board: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-pp: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc: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,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-prima-clock:before {
    content: "\f2e1";
}
.fa-prima-cutlery:before {
    content: "\f2e2";
}
.fa-prima-facebook:before {
    content: "\f2e3";
}
.fa-prima-google:before {
    content: "\f2e4";
}
.fa-prima-pinterest:before {
    content: "\f2e5";
}
.fa-prima-twitter:before {
    content: "\f2e6";
}
.fa-prima-youtube:before {
    content: "\f2e7";
}
.fa-prima-users:before {
    content: "\f2e8";
}
.fa-prima-pan:before {
    content: "\f2e9";
}
.fa-prima-cutlery-o:before {
    content: "\f2ea";
}
.fa-prima-chef:before {
    content: "\f2eb";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.error-msg {
    margin: 0 0 10px;
    padding: 0;
    display: none;
}
.error-msg p {
    margin: 0;
    padding: 0;
}
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="text"].error,
textarea.error {
    background: #f99;
}
input[type="email"].error::-webkit-input-placeholder,
input[type="number"].error::-webkit-input-placeholder,
input[type="password"].error::-webkit-input-placeholder,
input[type="tel"].error::-webkit-input-placeholder,
input[type="text"].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: red;
}
input[type="email"].error:-moz-placeholder,
input[type="number"].error:-moz-placeholder,
input[type="password"].error:-moz-placeholder,
input[type="tel"].error:-moz-placeholder,
input[type="text"].error:-moz-placeholder,
textarea.error:-moz-placeholder {
    color: red;
    opacity: 1;
}
input[type="email"].error::-moz-placeholder,
input[type="number"].error::-moz-placeholder,
input[type="password"].error::-moz-placeholder,
input[type="tel"].error::-moz-placeholder,
input[type="text"].error::-moz-placeholder,
textarea.error::-moz-placeholder {
    color: red;
    opacity: 1;
}
input[type="email"].error:-ms-input-placeholder,
input[type="number"].error:-ms-input-placeholder,
input[type="password"].error:-ms-input-placeholder,
input[type="tel"].error:-ms-input-placeholder,
input[type="text"].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
    color: red;
}
.onError input[type="email"],
.onError input[type="number"],
.onError input[type="password"],
.onError input[type="tel"],
.onError input[type="text"],
.onError textarea {
    background: #f99;
}
.onError input[type="email"]::-webkit-input-placeholder,
.onError input[type="number"]::-webkit-input-placeholder,
.onError input[type="password"]::-webkit-input-placeholder,
.onError input[type="tel"]::-webkit-input-placeholder,
.onError input[type="text"]::-webkit-input-placeholder,
.onError textarea::-webkit-input-placeholder {
    color: red;
}
.onError input[type="email"]:-moz-placeholder,
.onError input[type="number"]:-moz-placeholder,
.onError input[type="password"]:-moz-placeholder,
.onError input[type="tel"]:-moz-placeholder,
.onError input[type="text"]:-moz-placeholder,
.onError textarea:-moz-placeholder {
    color: red;
    opacity: 1;
}
.onError input[type="email"]::-moz-placeholder,
.onError input[type="number"]::-moz-placeholder,
.onError input[type="password"]::-moz-placeholder,
.onError input[type="tel"]::-moz-placeholder,
.onError input[type="text"]::-moz-placeholder,
.onError textarea::-moz-placeholder {
    color: red;
    opacity: 1;
}
.onError input[type="email"]:-ms-input-placeholder,
.onError input[type="number"]:-ms-input-placeholder,
.onError input[type="password"]:-ms-input-placeholder,
.onError input[type="tel"]:-ms-input-placeholder,
.onError input[type="text"]:-ms-input-placeholder,
.onError textarea:-ms-input-placeholder {
    color: red;
}
.fielderror {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    display: none;
    cursor: help;
}
.fielderror:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06a";
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: red;
    font-size: 16px;
}
.fielderror .errortext {
    display: none;
    position: absolute;
    top: -20px;
    padding: 0 10px;
    right: 5px;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    z-index: 100;
    color: #fff;
    font-size: 12px;
    background: red;
}
.fielderror .errortext:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: red;
    position: absolute;
    bottom: -10px;
    right: 15px;
}
.fielderror:hover .errortext {
    display: block;
}
.chb-wrapper .fielderror {
    height: 25px;
    line-height: 25px;
}
.chb-wrapper .fielderror:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
}
label + input + .fielderror,
label + textarea + .fielderror {
    top: 25px;
}
div.error {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    cursor: help;
}
div.error:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06a";
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: red;
    font-size: 16px;
}
div.error img {
    display: none;
}
div.error span {
    display: none;
    position: absolute;
    top: -20px;
    padding: 0 10px;
    right: 5px;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    z-index: 100;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    background: red;
}
div.error span:after {
    content: "";
    height: 0;
    width: 0;
    display: block;
    border: 5px solid transparent;
    border-top-color: red;
    position: absolute;
    bottom: -10px;
    right: 10px;
}
div.error:hover span {
    display: block;
}
.chb-wrapper div.error {
    top: 0;
    left: -30px;
    right: auto;
}
.chb-wrapper div.error:before {
    height: 25px;
    width: 25px;
    line-height: 25px;
}
.select-wrapper + div.error {
    z-index: 200;
    right: 30px;
    height: 28px;
    line-height: 28px;
}
.select-wrapper + div.error:before {
    height: 28px;
    width: 28px;
    line-height: 28px;
}
label + input + div.error,
label + textarea + div.error {
    top: 30px;
}
label + .select-wrapper + div.error {
    top: 30px;
    right: 30px;
}
input[type="checkbox"] + label + div.error,
input[type="checkbox"] + label + div.error:before,
input[type="radio"] + label + div.error,
input[type="radio"] + label + div.error:before {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.special div.error {
    right: auto;
    left: -25px;
    top: 3px;
    height: auto;
    line-height: 100%;
    width: auto;
}
.special div.error:before {
    height: auto;
    line-height: 100%;
    width: auto;
}
.special div.error span {
    right: auto;
    left: -10px;
    top: -30px;
}
.special div.error span:after {
    right: auto;
    left: 10px;
}
.success-msg {
    display: none;
    background: #56940a;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 0 5px;
    font-size: 13px;
}
.error-info {
    display: none;
    padding: 10px 15px;
    background: red;
    margin: 0 0 30px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.8) inset;
    border: 1px solid #c00;
    font-weight: 700;
}
.error-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin: 0 10px 0 0;
}
.error-info label {
    display: block;
    color: #fff;
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    height: auto;
    line-height: 100%;
    border-bottom: 1px dotted #fff;
}
.error-info label:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.error-info label:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin: 0 10px 0 0;
}
.error-message {
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
    background: 0 0;
    margin: 0 0 10px;
    color: red;
    font-weight: 600;
    font-size: 14px;
    border-radius: 5px;
}
.error-message:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f071";
    margin: 0 10px 0 0;
}
.error-message.mb0 {
    margin-bottom: 0;
}
.message {
    padding: 10px 15px;
    color: #fff;
    margin: 0 auto 50px;
    border-radius: 5px;
}
.message:before {
    margin: 0 10px 0 0;
}
.message.success {
    background: #56940a;
}
.message.success:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
}
.message.errors {
    background: red;
}
.message.errors:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f057";
}
.message.infos {
    background: #09c;
}
.message.infos:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
}
a {
    outline: 0;
    text-decoration: none;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
a img {
    border: none;
}
.table {
    display: table;
    width: 100%;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
.valign-top .cell {
    vertical-align: top;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
hr {
    margin: 0 0 20px;
    padding: 0;
    height: 0;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background: 0 0;
}
.red {
    color: #e33d26;
}
.uppercase {
    text-transform: uppercase;
}
.normalcase {
    text-transform: none;
}
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.overflow {
    zoom: 1;
}
.overflow:after,
.overflow:before {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
.overflow:after {
    clear: both;
}
.centralize {
    top: 0;
    bottom: 0;
    margin: auto;
}
iframe {
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
input,
input:focus {
    outline: 0;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cleartruncate {
    white-space: normal;
    overflow: visible;
    text-overflow: none;
}
.cleartransition {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}
.clearcol {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.font-light {
    font-weight: 300;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-extrabold {
    font-weight: 800;
}
.lh20 {
    line-height: 20px;
}
.lh25 {
    line-height: 25px;
}
.lh30 {
    line-height: 30px;
}
.lh40 {
    line-height: 40px;
}
.auto {
    margin: 0 auto;
}
.mtg {
    margin-top: 30px;
}
.mlg {
    margin-left: 30px;
}
.mrg {
    margin-right: 30px;
}
.mbg {
    margin-bottom: 30px;
}
.mt-20 {
    margin-top: -20px;
}
.mt-15 {
    margin-top: -15px;
}
.mt-10 {
    margin-top: -10px;
}
.mt-5 {
    margin-top: -5px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mr-20 {
    margin-right: -20px;
}
.mr-15 {
    margin-right: -15px;
}
.mr-10 {
    margin-right: -10px;
}
.mr-5 {
    margin-right: -5px;
}
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
.mb-20 {
    margin-bottom: -20px;
}
.mb-15 {
    margin-bottom: -15px;
}
.mb-10 {
    margin-bottom: -10px;
}
.mb-5 {
    margin-bottom: -5px;
}
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb90 {
    margin-bottom: 90px;
}
.ml-20 {
    margin-left: -20px;
}
.ml-15 {
    margin-left: -15px;
}
.ml-10 {
    margin-left: -10px;
}
.ml-5 {
    margin-left: -5px;
}
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml125 {
    margin-left: 125px;
}
.ml240 {
    margin-left: 240px;
}
.clear.mb-10,
.clear.mb-15,
.clear.mb-20,
.clear.mb-5,
.clear.mb0,
.clear.mb10,
.clear.mb15,
.clear.mb20,
.clear.mb30,
.clear.mb40,
.clear.mb5,
.clear.mb50,
.clear.mb7 {
    min-height: 1px;
}
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb50 {
    padding-bottom: 50px;
}
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f23 {
    font-size: 23px;
}
.f24 {
    font-size: 24px;
}
.f25 {
    font-size: 25px;
}
.f26 {
    font-size: 26px;
}
.f27 {
    font-size: 27px;
}
.f28 {
    font-size: 28px;
}
.f29 {
    font-size: 29px;
}
.f30 {
    font-size: 30px;
}
.f31 {
    font-size: 31px;
}
.f32 {
    font-size: 32px;
}
.f33 {
    font-size: 33px;
}
.f34 {
    font-size: 34px;
}
.f35 {
    font-size: 35px;
}
.w10 {
    width: 10px;
}
.w20 {
    width: 20px;
}
.w30 {
    width: 30px;
}
.w40 {
    width: 40px;
}
.w45 {
    width: 45px;
}
.w50 {
    width: 50px;
}
.w55 {
    width: 55px;
}
.w60 {
    width: 60px;
}
.w65 {
    width: 65px;
}
.w70 {
    width: 70px;
}
.w80 {
    width: 80px;
}
.w90 {
    width: 90px;
}
.w95 {
    width: 95px;
}
.w100 {
    width: 100px;
}
.w110 {
    width: 110px;
}
.w120 {
    width: 120px;
}
.w130 {
    width: 130px;
}
.w140 {
    width: 140px;
}
.w150 {
    width: 150px;
}
.w155 {
    width: 155px;
}
.w160 {
    width: 160px;
}
.w165 {
    width: 165px;
}
.w170 {
    width: 170px;
}
.w180 {
    width: 180px;
}
.w190 {
    width: 190px;
}
.w195 {
    width: 195px;
}
.w200 {
    width: 200px;
}
.w210 {
    width: 210px;
}
.w215 {
    width: 215px;
}
.w220 {
    width: 220px;
}
.w230 {
    width: 230px;
}
.w240 {
    width: 240px;
}
.w245 {
    width: 245px;
}
.w250 {
    width: 250px;
}
.w260 {
    width: 260px;
}
.w265 {
    width: 265px;
}
.w270 {
    width: 270px;
}
.w275 {
    width: 275px;
}
.w280 {
    width: 280px;
}
.w285 {
    width: 285px;
}
.w290 {
    width: 290px;
}
.w295 {
    width: 295px;
}
.w300 {
    width: 300px;
}
.w310 {
    width: 310px;
}
.w315 {
    width: 315px;
}
.w320 {
    width: 320px;
}
.w330 {
    width: 330px;
}
.w340 {
    width: 340px;
}
.w345 {
    width: 345px;
}
.w350 {
    width: 350px;
}
.w355 {
    width: 355px;
}
.w360 {
    width: 360px;
}
.w370 {
    width: 370px;
}
.w380 {
    width: 380px;
}
.w390 {
    width: 390px;
}
.w395 {
    width: 395px;
}
.w400 {
    width: 400px;
}
.w405 {
    width: 405px;
}
.w410 {
    width: 410px;
}
.w420 {
    width: 420px;
}
.w430 {
    width: 430px;
}
.w440 {
    width: 440px;
}
.w450 {
    width: 450px;
}
.w460 {
    width: 460px;
}
.w470 {
    width: 470px;
}
.w480 {
    width: 480px;
}
.w490 {
    width: 490px;
}
.w500 {
    width: 500px;
}
.w510 {
    width: 510px;
}
.w520 {
    width: 520px;
}
.w550 {
    width: 550px;
}
.w580 {
    width: 580px;
}
.w600 {
    width: 600px;
}
.w620 {
    width: 620px;
}
.w650 {
    width: 650px;
}
.w870 {
    width: 870px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.top0 {
    top: 0;
}
.left0 {
    left: 0;
}
.right0 {
    right: 0;
}
.bottom0 {
    bottom: 0;
}
.z100 {
    z-index: 100;
}
.max10 {
    max-width: 10px;
    max-height: 10px;
}
.max20 {
    max-width: 20px;
    max-height: 20px;
}
.max30 {
    max-width: 30px;
    max-height: 30px;
}
.max40 {
    max-width: 40px;
    max-height: 40px;
}
.max50 {
    max-width: 50px;
    max-height: 50px;
}
.max60 {
    max-width: 60px;
    max-height: 60px;
}
.max70 {
    max-width: 70px;
    max-height: 70px;
}
.max80 {
    max-width: 80px;
    max-height: 80px;
}
.max90 {
    max-width: 90px;
    max-height: 90px;
}
.max100 {
    max-width: 100px;
    max-height: 100px;
}
.max110 {
    max-width: 110px;
    max-height: 110px;
}
.max120 {
    max-width: 120px;
    max-height: 120px;
}
.max130 {
    max-width: 130px;
    max-height: 130px;
}
.max140 {
    max-width: 140px;
    max-height: 140px;
}
.max150 {
    max-width: 150px;
    max-height: 150px;
}
.max160 {
    max-width: 160px;
    max-height: 160px;
}
.max170 {
    max-width: 170px;
    max-height: 170px;
}
.max180 {
    max-width: 180px;
    max-height: 180px;
}
.max190 {
    max-width: 190px;
    max-height: 190px;
}
.max200 {
    max-width: 200px;
    max-height: 200px;
}
.generalField {
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 14px;
    color: #444;
    background: #fff;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
}
.generalField::-webkit-input-placeholder {
    color: #aaa;
}
.generalField:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.generalField::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.generalField:-ms-input-placeholder {
    color: #aaa;
}
.generalField.small {
    height: 30px;
    line-height: 30px;
}
.textfield {
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 14px;
    color: #444;
    background: #fff;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    padding: 0 15px;
    height: 40px;
}
.textfield::-webkit-input-placeholder {
    color: #aaa;
}
.textfield:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.textfield::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.textfield:-ms-input-placeholder {
    color: #aaa;
}
.textfield.small {
    height: 30px;
    line-height: 30px;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 14px;
    color: #444;
    background: #fff;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    padding: 0 15px;
    height: 40px;
}
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    color: #aaa;
}
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: #aaa;
}
input[type="email"].small,
input[type="number"].small,
input[type="password"].small,
input[type="tel"].small,
input[type="text"].small {
    height: 30px;
    line-height: 30px;
}
input[type="email"].large,
input[type="number"].large,
input[type="password"].large,
input[type="tel"].large,
input[type="text"].large {
    height: 50px;
    line-height: 50px;
}
textarea {
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 14px;
    color: #444;
    background: #fff;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
    padding: 10px;
    line-height: 20px;
    resize: none;
}
textarea::-webkit-input-placeholder {
    color: #aaa;
}
textarea:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
textarea::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
textarea:-ms-input-placeholder {
    color: #aaa;
}
textarea.small {
    height: 30px;
    line-height: 30px;
}
.field-wrapper {
    box-shadow: 0 0 10px #f0f;
}
.field_block:after {
    content: "";
    display: block;
    clear: both;
}
.field,
.field-wrapper {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.field-wrapper.xxxx,
.field.xxxx {
    background: #ff0;
}
.field i,
.field-wrapper i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.field-wrapper:after,
.field:after {
    content: "";
    display: block;
    clear: both;
}
.field select,
.field-wrapper select {
    width: 100%;
    max-width: 100%;
}
.field-wrapper.mr,
.field.mr {
    margin-right: 20px;
}
.field-wrapper.ml,
.field.ml {
    margin-left: 20px;
}
.field-wrapper.mb0,
.field.mb0 {
    margin-bottom: 0;
}
.field .mb10,
.field-wrapper .mb10 {
    margin-bottom: 10px;
}
.field .field,
.field-wrapper .field {
    margin-bottom: 15px;
}
.field .float_unit,
.field-wrapper .float_unit {
    height: 40px;
    line-height: 40px;
    float: left;
    margin: 0 0 0 10px;
    font-size: 13px;
}
.field .required,
.field-wrapper .required {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
.field .required:before,
.field-wrapper .required:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
}
.field-wrapper.chb-wrapper label,
.field.chb-wrapper label {
    float: none;
    width: auto;
    background: 0 0;
}
.field-wrapper.normal,
.field.normal {
    background: 0 0;
    padding: 0;
}
.field_info {
    font-family: "Open Sans", sans-serif;
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 110%;
    font-weight: 400;
}
.form_table .cell {
    display: table-cell;
    padding: 0 20px 0 19px;
    border-left: 1px solid #ebebeb;
    vertical-align: top;
}
.form_table .cell .field:last-child {
    margin-bottom: 0;
}
.form_table .cell:first-child {
    border: none;
    padding-left: 0;
}
.form_table .cell:last-child {
    padding-right: 0;
}
.form_table_title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #444;
    text-align: center;
    background: #ebebeb;
    padding: 10px;
}
fieldset {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}
fieldset:last-child {
    margin: 0;
}
fieldset legend {
    display: block !important;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
    width: 100%;
    color: #e33d26;
    float: left;
    clear: both;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}
fieldset legend + div {
    clear: both;
}
fieldset legend.large {
    font-size: 30px;
}
fieldset .group:after {
    content: "";
    display: block;
    clear: both;
}
fieldset .group .field {
    float: left;
    margin: 0 20px 10px 0;
}
fieldset .group.col3 {
    margin: 0 -5px 0 0;
}
fieldset .group.col3 .field {
    width: 90px;
    margin: 0 5px 10px 0;
}
fieldset .group.colors .field {
    margin: 0 8px 8px 0;
}
label {
    color: #444;
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}
.filter label,
label.large {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
}
.filter label:after,
label.large:after {
    content: "";
    display: block;
    clear: both;
}
.filter label i,
label.large i {
    color: #e33d26;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    font-size: 20px;
}
.filter label .fa-prima-pan,
label.large .fa-prima-pan {
    font-size: 36px;
}
label small {
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    margin: 0 0 0 5px;
}
.uploader-wrapper {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
}
.uploader-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.uploader-wrapper .filebutton {
    border: none;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff !important;
    font-family: Poppins, sans-serif;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    border-radius: 55px;
    background: #e33d26;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 25px;
}
.uploader-wrapper .filebutton:hover {
    background: #444;
    text-decoration: none !important;
}
.uploader-wrapper .filebutton.wide {
    padding: 17px 50px;
}
.uploader-wrapper .filebutton.yellow {
    background: #fe9d4e;
}
.uploader-wrapper .filebutton.dark {
    background: #444;
}
.uploader-wrapper .filebutton.red {
    background: #e33d26;
}
.uploader-wrapper .filebutton.hollow {
    font-weight: 600;
    text-transform: uppercase;
    background: 0 0;
    border: 3px solid #444;
    color: #444 !important;
}
.uploader-wrapper .filebutton.hollow:hover {
    background: #444;
    color: #fff !important;
    border-color: #444;
}
.uploader-wrapper .filebutton.hollow.red {
    border-color: #e33d26;
    color: #e33d26 !important;
}
.uploader-wrapper .filebutton.hollow.red:hover {
    background: #e33d26;
    color: #fff !important;
    border-color: #e33d26;
}
.uploader-wrapper .filebutton.border {
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #fff;
    color: #fff !important;
}
.uploader-wrapper .filebutton.border.red {
    background: #e33d26;
}
.uploader-wrapper .filebutton.border.red:hover {
    background: #be2d18;
}
.uploader-wrapper .filebutton.noradius {
    border-radius: 0 !important;
}
.uploader-wrapper .filebutton.small {
    line-height: 16px;
    padding: 12px 20px;
}
.uploader-wrapper .filebutton.small.border {
    line-height: 16px;
}
.uploader-wrapper .filebutton.search_button {
    width: 50px;
    height: 50px;
    text-align: center;
    background: 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.uploader-wrapper .filebutton.search_button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #e33d26;
    font-size: 20px;
}
.uploader-wrapper .filebutton.facebook {
    background: #3b579d;
}
.uploader-wrapper .filebutton.facebook:hover {
    background: #2d4278;
}
.uploader-wrapper i {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #fff;
    font-size: 16px;
    margin: 0 5px 0 0;
    font-weight: 400;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.uploader-wrapper .filename {
    float: left;
    color: #444;
    background: #fff;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    margin: 0 10px 0 0;
}
.uploader-wrapper .filename:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f03e";
    margin: 0 5px 0 0;
}
.uploader-wrapper input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 100px;
}
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
    filter: alpha(opacity=0);
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    padding: 0 0 0 35px;
    display: table-cell;
    vertical-align: middle;
    height: 25px;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    cursor: pointer;
}
input[type="checkbox"] + label a,
input[type="checkbox"] + label a:link,
input[type="checkbox"] + label a:visited,
input[type="radio"] + label a,
input[type="radio"] + label a:link,
input[type="radio"] + label a:visited {
    color: #e33d26;
}
input[type="checkbox"] + label a:hover,
input[type="checkbox"] + label a:link:hover,
input[type="checkbox"] + label a:visited:hover,
input[type="radio"] + label a:hover,
input[type="radio"] + label a:link:hover,
input[type="radio"] + label a:visited:hover {
    text-decoration: underline;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #444;
    background: #fff;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
input[type="checkbox"] + label + .fielderror,
input[type="radio"] + label + .fielderror {
    height: 25px;
    width: 25px;
}
input[type="checkbox"] + label + .fielderror:before,
input[type="radio"] + label + .fielderror:before {
    height: 25px;
    line-height: 25px;
    width: 25px;
}
input[type="checkbox"] + label + .fielderror .errortext,
input[type="radio"] + label + .fielderror .errortext {
    top: -30px;
    right: -10px;
}
input[type="checkbox"]:checked + label {
    color: #e33d26;
}
input[type="checkbox"]:checked + label:before {
    background: #e33d26;
    color: #fff;
    border-color: #e33d26;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    line-height: 25px;
}
input[type="radio"] + label:before {
    border-radius: 50%;
}
input[type="radio"]:checked + label:before {
    background: #e33d26;
    color: #fff;
    border-color: #e33d26;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    line-height: 25px;
}
.ie8 input[type="checkbox"] + label span,
.ie8 input[type="radio"] + label span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../gfx/sprite.png) no-repeat;
    cursor: pointer;
    border: none;
}
.select-wrapper {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 14px;
    color: #444;
    background: #fff;
    border: 1px solid #bdc1cc;
    border-radius: 5px;
    font-family: Poppins, sans-serif;
}
.select-wrapper::-webkit-input-placeholder {
    color: #aaa;
}
.select-wrapper:-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.select-wrapper::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.select-wrapper:-ms-input-placeholder {
    color: #aaa;
}
.select-wrapper.small {
    height: 30px;
    line-height: 30px;
}
.select-wrapper select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 30;
    cursor: pointer;
    line-height: 40px;
    opacity: 0;
    -webkit-appearance: menulist-button;
}
.ie8 .select-wrapper select {
    filter: alpha(opacity=0);
}
.select-wrapper span {
    display: block;
    width: 100%;
    padding: 0 40px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 10;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    line-height: 40px -2;
}
.select-wrapper i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: auto;
    display: block;
    padding: 0;
    z-index: 10;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 16px;
    color: #444;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.avatar-wrapper {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
    border: none;
    height: 20px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.avatar-wrapper .cell {
    display: table-cell;
}
.avatar-wrapper .filebutton {
    color: #e33d26;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.avatar-wrapper .filebutton:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin: 0 5px 0 0;
}
.avatar-wrapper:hover .filebutton {
    text-decoration: underline;
}
.avatar-wrapper .filename {
    background: #f6f6f6;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 11px;
    font-weight: 300;
    color: #444;
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    max-width: 150px;
    margin: 5px 0 0;
}
.avatar-wrapper input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 100px;
}
.button,
a.button,
a.button:visited,
button,
button.button,
input.button {
    border: none;
    line-height: 16px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff !important;
    padding: 17px 25px;
    font-family: Poppins, sans-serif;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #ebebeb;
    font-weight: 500;
    border-radius: 55px;
}
.button:hover,
a.button:hover,
a.button:visited:hover,
button.button:hover,
button:hover,
input.button:hover {
    background: #444;
    text-decoration: none !important;
}
.button.wide,
a.button.wide,
a.button:visited.wide,
button.button.wide,
button.wide,
input.button.wide {
    padding: 17px 50px;
}
.button.yellow,
a.button.yellow,
a.button:visited.yellow,
button.button.yellow,
button.yellow,
input.button.yellow {
    background: #fe9d4e;
}
.button.dark,
a.button.dark,
a.button:visited.dark,
button.button.dark,
button.dark,
input.button.dark {
    background: #444;
}
.button.red,
a.button.red,
a.button:visited.red,
button.button.red,
button.red,
input.button.red {
    background: #e33d26;
}
.button.hollow,
a.button.hollow,
a.button:visited.hollow,
button.button.hollow,
button.hollow,
input.button.hollow {
    font-weight: 600;
    text-transform: uppercase;
    background: 0 0;
    border: 3px solid #444;
    color: #444 !important;
}
.button.hollow:hover,
a.button.hollow:hover,
a.button:visited.hollow:hover,
button.button.hollow:hover,
button.hollow:hover,
input.button.hollow:hover {
    background: #444;
    color: #fff !important;
    border-color: #444;
}
.button.hollow.red,
a.button.hollow.red,
a.button:visited.hollow.red,
button.button.hollow.red,
button.hollow.red,
input.button.hollow.red {
    border-color: #e33d26;
    color: #e33d26 !important;
}
.button.hollow.red:hover,
a.button.hollow.red:hover,
a.button:visited.hollow.red:hover,
button.button.hollow.red:hover,
button.hollow.red:hover,
input.button.hollow.red:hover {
    background: #e33d26;
    color: #fff !important;
    border-color: #e33d26;
}
.button.border,
a.button.border,
a.button:visited.border,
button.border,
button.button.border,
input.button.border {
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #fff;
    color: #fff !important;
}
.button.border.red,
a.button.border.red,
a.button:visited.border.red,
button.border.red,
button.button.border.red,
input.button.border.red {
    background: #e33d26;
}
.button.border.red:hover,
a.button.border.red:hover,
a.button:visited.border.red:hover,
button.border.red:hover,
button.button.border.red:hover,
input.button.border.red:hover {
    background: #be2d18;
}
.button.noradius,
a.button.noradius,
a.button:visited.noradius,
button.button.noradius,
button.noradius,
input.button.noradius {
    border-radius: 0 !important;
}
.button.small,
a.button.small,
a.button:visited.small,
button.button.small,
button.small,
input.button.small {
    line-height: 16px;
    padding: 12px 20px;
}
.button.small.border,
a.button.small.border,
a.button:visited.small.border,
button.button.small.border,
button.small.border,
input.button.small.border {
    line-height: 16px;
}
.button.search_button,
a.button.search_button,
a.button:visited.search_button,
button.button.search_button,
button.search_button,
input.button.search_button {
    width: 50px;
    height: 50px;
    text-align: center;
    background: 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.button.search_button:before,
a.button.search_button:before,
a.button:visited.search_button:before,
button.button.search_button:before,
button.search_button:before,
input.button.search_button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #e33d26;
    font-size: 20px;
}
.button.facebook,
a.button.facebook,
a.button:visited.facebook,
button.button.facebook,
button.facebook,
input.button.facebook {
    background: #3b579d;
}
.button.facebook:hover,
a.button.facebook:hover,
a.button:visited.facebook:hover,
button.button.facebook:hover,
button.facebook:hover,
input.button.facebook:hover {
    background: #2d4278;
}
.readmore {
    font-size: 14px;
    color: #e33d26;
}
.readmore:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    margin: 0 0 0 5px;
}
.readmore:hover {
    color: #444;
}
.copy {
    display: block;
    color: #e33d26;
    font-size: 14px;
    line-height: 120%;
    padding: 0 0 0 20px;
    position: relative;
}
.copy:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f046";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 120%;
}
.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #bdc1cc;
    border-top: none;
    border-radius: 5px;
}
.autocomplete-suggestions .autocomplete-suggestion {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}
.autocomplete-suggestions .autocomplete-suggestion:active,
.autocomplete-suggestions .autocomplete-suggestion:hover {
    background: #ebebeb;
}
.info {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #4b4b4b;
}
.info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05a";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #e33d26;
}
.default {
    font-family: Poppins, sans-serif;
}
.custom {
    font-family: "Amatic SC", cursive;
}
.opensans {
    font-family: "Open Sans", sans-serif;
}
body {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    color: #444;
}
.page {
    position: relative;
    z-index: 1;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}
.content {
    position: relative;
    min-height: 1000px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.content:after {
    content: "";
    display: block;
    clear: both;
}
.content.onleft {
    width: 870px;
    float: left;
}
.content.onleft.wide {
    width: 895px;
}
.sidebar {
    float: right;
    width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.hidden {
    display: none;
}
.block {
    position: relative;
}
.block.light {
    padding: 20px;
    background: #ebebeb;
}
.sidebar .block {
    margin: 0 0 30px;
}
.blockheader {
    font-size: 30px;
    margin: 0 0 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.blockheader .red {
    color: #e33d26;
}
.sidebar .blockheader {
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 110%;
    text-transform: none;
}
.blockheader.simple {
    font-size: 21px;
    margin: 0 0 20px;
    line-height: 110%;
    text-transform: none;
    font-weight: 600;
}
.blockheader.small {
    font-size: 20px;
    margin: 0 0 20px;
    border-bottom: 3px solid #e33d26;
}
.compose {
    display: table;
    width: 100%;
}
.compose .image {
    display: table-cell;
    vertical-align: top;
    padding: 0 35px 0 0;
    width: 1%;
    position: relative;
}
.compose .image img {
    border-radius: 50%;
}
.compose .data {
    display: table-cell;
    vertical-align: top;
}
.compose .data .title {
    font-size: 18px;
    margin: 0 0 15px;
    color: #e33d26;
    font-weight: 600;
}
.tabmenu {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.tabmenu a,
.tabmenu span {
    display: inline-block;
    margin: 0;
    background: #ebebeb;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    min-width: 140px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #bcbbbb;
}
.tabmenu a.current,
.tabmenu span.current {
    background: #e33d26;
    color: #fff;
}
.tabs .nav {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.tabs .nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.tabs .nav li a {
    background: #ebebeb;
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0 10px;
    min-width: 150px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #bcbbbb;
}
.tabs .nav li a.current {
    background: #e33d26;
    color: #fff;
}
.profile_page {
    width: 520px;
    margin: 0 auto;
}
.profile_page:after {
    content: "";
    display: block;
    clear: both;
}
.profile_page .user {
    width: 150px;
    float: left;
}
.profile_page .user img {
    border-radius: 50%;
}
.profile_page .user .title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #444;
    line-height: 110%;
}
.profile_page .user_form {
    float: right;
    width: 285px;
}
.page_header {
    height: 130px;
    background: url(../gfx/page_header.jpg) top center no-repeat;
    margin: 0 auto 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.page_header.mb60 {
    margin: 0 0 60px;
}
.page_header .container {
    height: 60px;
    padding: 35px 0;
}
.page_header .breadcrumb {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 10px;
}
.page_header .breadcrumb a {
    color: #fff;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    position: relative;
}
.page_header .breadcrumb a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    font-size: 3px;
    position: absolute;
    left: -2px;
    line-height: 18px;
}
.page_header .breadcrumb a:first-child {
    margin: 0;
    padding: 0;
}
.page_header .breadcrumb a:first-child:before {
    content: "";
}
.page_header .breadcrumb a:last-child {
    color: #e33d26;
}
.page_header .title {
    margin: 0;
    padding: 0;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.recipe_page .image {
    padding: 0 0 3px;
    border-bottom: 3px solid transparent;
    margin: 0 0 20px;
}
.recipe_page .image img {
    display: block;
}
.recipe_page .badges {
    position: absolute;
    top: 10px;
    right: 10px;
}
.recipe_page .badges a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 53px;
    margin: 0 0 10px;
    text-align: center;
    background: rgba(51, 51, 51, 0.7);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 26px;
}
.recipe_page .badges a:hover {
    background: #e33d26;
    color: #fff;
}
.recipe_page .badges a.favourite:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
}
.recipe_page .badges a.makeit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2e2";
}
.recipe_page .badges a.active {
    background: #e33d26;
    color: #fff;
}
.recipe_page .title {
    font-size: 20px;
    font-weight: 600;
}
.recipe_page .recipe_meta {
    font-size: 14px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ebebeb;
}
.recipe_page .recipe_meta:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_page .recipe_meta .meta_item {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #444;
    line-height: 22px !important;
}
.recipe_page .recipe_meta .meta_item:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_page .recipe_meta .meta_item i {
    color: #e33d26;
    float: left;
    margin: 0 7px 0 0;
    font-size: 16px;
    line-height: 20px !important;
}
.recipe_page .recipe_meta .meta_item i.fa-prima-clock {
    font-size: 18px;
}
.recipe_page .recipe_meta .meta_item i.fa-prima-pan {
    font-size: 30px;
}
.recipe_page .recipe_meta .meta_item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.recipe_page .recipe_meta .meta_item.rating i {
    color: #e33d26 !important;
}
.recipe_page .recipe_meta.simple .meta_item {
    border: none;
    padding: 0;
}
.recipe_page .recipe_meta.simple .meta_item i {
    color: #636363;
}
.recipe_page .recipe_meta .author {
    font-style: italic;
}
.recipe_page .recipe_meta .author a {
    color: #e33d26;
}
.recipe_page .user_functions {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    margin: 0 0 20px;
}
.recipe_page .user_functions:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_page .user_functions .function_item {
    float: left;
    font-size: 14px;
    margin: 0 40px 0 0;
}
.recipe_page .user_functions .function_item a {
    color: #444;
}
.recipe_page .user_functions .function_item a:hover {
    color: #e33d26;
}
.recipe_page .user_functions .function_item a:after {
    color: #e33d26;
    margin: 0 0 0 10px;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 20px;
}
.recipe_page .user_functions .function_item a.favourite:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08a";
}
.recipe_page .user_functions .function_item a.makeit:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2ea";
}
.recipe_page .user_functions .function_item a.active.favourite:after,
.recipe_page .user_functions .function_item a:hover.favourite:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
}
.recipe_page .user_functions .function_item a.active.makeit:after,
.recipe_page .user_functions .function_item a:hover.makeit:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2e2";
}
.recipe_page .recipe_datasheet .left_panel {
    float: left;
    width: 300px;
}
.recipe_page .recipe_datasheet .right_panel {
    float: right;
    width: 530px;
}
.recipe_page .recipe_datasheet .dose,
.recipe_page .recipe_datasheet .ingerdients {
    background: #f4f4f4;
    padding: 20px;
    margin: 0 0 30px;
}
.recipe_page .recipe_datasheet .dose .dose_info {
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.recipe_page .recipe_datasheet .dose .dose_info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f5";
    margin: 0 10px 0 0;
    color: #e33d26;
}
.recipe_page .recipe_datasheet .nutrition .title {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #e33d26;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.recipe_page .recipe_datasheet .nutrition table {
    border: 1px solid #ebebeb;
    width: 100%;
    border-collapse: collapse;
}
.recipe_page .recipe_datasheet .nutrition table tr td {
    padding: 10px 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.recipe_page .recipe_datasheet .nutrition table tr:nth-child(even) td {
    background: #fee6e3;
}
.recipe_page .recipe_datasheet .recipe_steps {
    padding: 20px;
    border: 1px solid #ddd;
}
.recipe_page .recipe_datasheet .tags {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 30px;
}
.recipe_page .recipe_datasheet .tags a {
    display: inline-block;
    white-space: nowrap;
    color: #e33d26;
    text-decoration: underline;
    margin: 0 10px 2px 0;
}
.recipe_page .recipe_datasheet .tips {
    background: #444;
    color: #fff;
    padding: 20px;
}
.recipe_page .recipe_datasheet .tips ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.recipe_page .recipe_datasheet .tips ul li {
    padding: 0 0 5px 35px;
    margin: 0 0 10px;
    list-style: none;
    overflow: auto;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.recipe_page .recipe_datasheet .tips ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2eb";
    color: #8bc34a;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
    font-size: 18px;
}
.rateit .rater {
    display: inline-block;
    margin: 0 0 0 10px;
    direction: rtl;
}
.rateit .rater > span {
    display: inline-block;
    margin: 0 -2px 0 -3px;
    padding: 0;
    height: 20px;
    line-height: 22px;
    width: 22px;
    font-size: 20px;
    text-align: center;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    position: relative;
}
.rateit .rater > span:before {
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    color: #e33d26;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f006";
}
.rateit .rater > span.active:before,
.rateit .rater > span.active:hover:before,
.rateit .rater > span.active:hover ~ span:before,
.rateit .rater > span.active ~ span:before,
.rateit .rater > span:hover:before,
.rateit .rater > span:hover ~ span:before {
    color: #e33d26 !important;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f005";
}
.rateit .rater > span > span {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    display: block;
    background: #e33d26;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    font-weight: 600;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.rateit .rater > span > span:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #e33d26;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rateit .rater > span:hover > span {
    opacity: 1;
    filter: alpha(opacity=100);
    top: -25px;
}
.toggle .toggle_title span {
    display: inline-block;
    cursor: pointer;
}
.toggle .toggle_title span:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f103";
    color: #e33d26;
    margin: 0 0 0 10px;
}
.toggle .toggle_title span:after:after {
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.toggle .toggle_title.open span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.toggle .toggle_content {
    display: none;
}
.toggle .toggle_content.open {
    display: block;
}
.banner {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.banner .title {
    font-family: "Amatic SC", cursive;
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: -4px;
}
.banner .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../gfx/spacer.png);
}
.banner.huto_banner {
    width: 590px;
    height: 280px;
    float: left;
    background: url(../gfx/banner_huto.png) center no-repeat #fe9d4e;
}
.banner.huto_banner .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
}
.sidebar .banner.huto_banner {
    width: 300px;
    height: 195px;
    background: url(../gfx/banner_huto_small.png) center no-repeat #fe9d4e;
}
.sidebar .banner.huto_banner .title {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    font-size: 60px;
    color: #fff;
    line-height: 130%;
}
.banner.social_banner {
    width: 590px;
    height: 280px;
    float: right;
    background: #ebebeb;
    padding: 40px;
    color: #444;
}
.banner.social_banner .title {
    margin: 0 0 30px;
}
.banner.social_banner .socials {
    text-align: center;
}
.socials a {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin: 0 5px;
}
.socials a.facebook {
    background: #3b579d;
}
.socials a.pinterest {
    background: #bd081c;
}
.socials a.twitter {
    background: #1ea1f3;
}
.socials a.youtube {
    background: #e5322e;
}
.socials a.googleplus {
    background: #dc4a38;
}
.socials.small a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    margin: 0 5px 0 0;
}
.magazin_banner {
    position: relative;
    background: url(../gfx/magazin_banner.jpg);
    height: 415px;
    margin: 0 0 20px;
}
.magazin_banner:after {
    content: "";
    display: block;
    clear: both;
}
.magazin_banner .image {
    display: table;
    width: 415px;
    height: 415px;
    position: absolute;
    top: 0;
    left: 85px;
}
.magazin_banner .image img {
    display: block;
    margin: auto;
}
.magazin_banner .image .cell {
    display: table-cell;
    vertical-align: middle;
    height: 415px;
}
.magazin_banner .caption {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 650px;
    color: #fff;
    display: table;
    text-align: center;
}
.magazin_banner .caption .cell {
    display: table-cell;
    vertical-align: middle;
    height: 315px;
    padding: 50px;
}
.magazin_banner .caption .title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.magazin_banner.small {
    width: 300px;
    height: 195px;
    background: url(../gfx/magazin_banner_small.jpg);
    overflow: hidden;
}
.magazin_banner.small .image {
    display: table;
    width: 195px;
    height: 195px;
    position: absolute;
    top: 0;
    left: -25px;
}
.magazin_banner.small .image img {
    display: block;
    margin: auto;
    height: 195px;
    width: 195px;
}
.magazin_banner.small .image .cell {
    display: table-cell;
    vertical-align: middle;
    height: 195px;
}
.magazin_banner.small .caption {
    width: 180px;
}
.magazin_banner.small .caption .cell {
    display: table-cell;
    vertical-align: middle;
    height: 195px;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.magazin_banner.small .caption .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 110%;
    text-transform: uppercase;
}
.col-icon {
    display: block;
    text-align: center;
    font-size: 30px;
    margin: 0 0 10px;
}
.col-icon.green {
    color: #8bc34a;
}
.recipe_form {
    width: 620px;
    margin: auto;
}
.recipe_form.wide {
    width: 820px;
}
.recipe_form label {
    text-transform: uppercase;
    font-size: 15px;
}
.recipe_form input[type="checkbox"] + label,
.recipe_form input[type="radio"] + label {
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
}
.recipe_form .block.light {
    padding: 40px 50px 10px;
    margin: 0 -50px;
}
.recipe_form .grid:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_form .grid .col {
    width: 300px;
    float: left;
}
.recipe_form .grid .col:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_form .grid .col .field label {
    height: 40px;
    line-height: 40px;
    width: 90px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    text-transform: none;
    float: left;
    font-weight: 400;
}
.recipe_form .grid .col .field input {
    width: 70px;
    float: left;
    text-align: right;
}
.recipe_form .step {
    margin: 0 0 10px;
    cursor: row-resize;
}
.recipe_form .step:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_form .step > span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    background: #e33d26;
    color: #fff;
    text-align: center;
}
.recipe_form .step input,
.recipe_form .step textarea {
    float: left;
    width: 520px;
}
.recipe_form .step .remove {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.recipe_form .step .remove:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1f8";
}
.recipe_form .step .remove:hover {
    color: #e33d26;
}
.recipe_form .ingredient {
    margin: 0;
    cursor: row-resize;
}
.recipe_form .ingredient:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_form .ingredient > span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #e33d26;
    text-align: center;
}
.recipe_form .ingredient > span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    font-size: 8px;
}
.recipe_form .ingredient .remove {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.recipe_form .ingredient .remove:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1f8";
}
.recipe_form .ingredient .remove:hover {
    color: #e33d26;
}
.recipe_form .ingredient_heading {
    padding: 0 0 0 60px;
    color: #e33d26;
    font-size: 13px;
    margin: 0 0 10px;
}
.recipe_form .ingredient_heading:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_form .ingredient_heading .col {
    float: left;
}
.recipe_form .ingredient_heading .col.c1 {
    width: 300px;
    margin: 0 10px 0 0;
}
.recipe_form .ingredient_heading .col.c2 {
    width: 100px;
    margin: 0 10px 0 0;
}
.recipe_form .ingredient_heading .col.c3 {
    width: 100px;
    margin: 0;
}
.recipe_form .tip {
    margin: 0 0 10px;
    cursor: row-resize;
}
.recipe_form .tip:after {
    content: "";
    display: block;
    clear: both;
}
.recipe_form .tip > span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    background: #444;
    color: #8bc34a;
    text-align: center;
}
.recipe_form .tip > span:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2eb";
}
.recipe_form .tip input {
    float: left;
    width: 520px;
}
.recipe_form .tip .remove {
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.recipe_form .tip .remove:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1f8";
}
.recipe_form .tip .remove:hover {
    color: #e33d26;
}
.recipe_form .addstep {
    padding-left: 60px;
}
.recipe_form .addstep a {
    color: #e33d26;
    font-weight: 700;
    font-size: 13px;
}
.recipe_form .addstep.green a {
    color: #8bc34a;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20000;
    display: none;
}
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 450px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: auto;
    z-index: 22000;
    border-radius: 5px;
}
.popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    display: block;
    font-size: 30px;
    color: #444;
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-family: "Open Sans", sans-serif;
}
.popup .close:before {
    content: "×";
}
.popup .close:hover {
    color: #e33d26;
}
.popup .inner {
    padding: 40px 60px;
}
.popup .title {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.user_popup .lostpass {
    color: #e33d26;
    text-decoration: underline;
    font-size: 12px;
}
.user_popup .grey_box {
    background: #ebebeb;
    margin: 0 -60px -40px;
    padding: 40px 60px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.pager {
    text-align: center;
}
.pager a,
.pager span {
    display: inline-block;
    margin: 0 1px;
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #444;
    text-decoration: none;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}
.pager a.next,
.pager a.prev,
.pager span.next,
.pager span.prev {
    font-size: 18px;
    margin: 0;
}
.pager a.prev:before,
.pager span.prev:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}
.pager a.next:before,
.pager span.next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
}
.pager .pages {
    border-radius: 15px;
}
.pager .pages:hover {
    background: #ebebeb;
}
.pager .pages.active {
    background: #e33d26;
    color: #fff;
    font-size: 16px;
}
.cardinfo {
    text-align: center;
    line-height: 110%;
}
.cardinfo img {
    display: block;
    margin: 0 auto 10px;
}
header {
    position: relative;
    margin: 0 auto;
}
header .top {
    height: 115px;
    background: #fff;
    position: relative;
    z-index: 3000;
}
header .top .container {
    height: 115px;
}
header .top .logo {
    display: block;
    position: absolute;
    background: url(../gfx/logo.png) no-repeat;
    width: 186px;
    height: 71px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
header .top .search_widget {
    width: 470px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 260px;
    bottom: 0;
    margin: auto;
    background: #ebebeb;
    border-radius: 25px;
}
header .top .search_widget .field input[type="text"] {
    background: 0 0;
    padding: 0 30px;
    border: none;
    border-radius: 25px 0 0 25px;
}
header .top .search_widget .select-wrapper {
    height: 50px;
    line-height: 50px;
    border: none;
    background: 0 0;
    border-radius: 0;
}
header .top .search_widget .select-wrapper select {
    line-height: 50px;
}
header .top .search_widget .select-wrapper span {
    padding: 0 15px 0 0;
    line-height: 50px;
}
header .top .search_widget .select-wrapper i {
    height: 30px;
    width: 15px;
    line-height: 30px;
    left: auto;
}
header .top .search_widget button[type="submit"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: 0 0;
    float: right;
    min-width: 0;
    padding: 0;
}
header .top .search_widget button[type="submit"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #e33d26;
    font-size: 20px;
}
header .top .login_widget {
    position: absolute;
    top: 20px;
    right: 0;
    text-align: center;
}
header .top .login_widget .link {
    color: #e33d26;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}
header .top .login_widget .username {
    position: absolute;
    top: -13px;
    left: 20px;
    font-size: 14px;
}
header .top .login_widget .usermenu {
    position: relative;
    padding: 10px 0 0;
    width: 200px;
}
header .top .login_widget .usermenu ul,
header .top .login_widget .usermenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .top .login_widget .usermenu > ul > li {
    position: relative;
}
header .top .login_widget .usermenu > ul > li > span {
    border: none;
    line-height: 16px;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #fff !important;
    padding: 17px 25px;
    font-family: Poppins, sans-serif;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    border-radius: 55px;
    background: #444;
    width: 100%;
    z-index: 100;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
header .top .login_widget .usermenu > ul > li > span:hover {
    text-decoration: none !important;
}
header .top .login_widget .usermenu > ul > li > span.wide {
    padding: 17px 50px;
}
header .top .login_widget .usermenu > ul > li > span.yellow {
    background: #fe9d4e;
}
header .top .login_widget .usermenu > ul > li > span.dark {
    background: #444;
}
header .top .login_widget .usermenu > ul > li > span.red {
    background: #e33d26;
}
header .top .login_widget .usermenu > ul > li > span.hollow {
    font-weight: 600;
    text-transform: uppercase;
    background: 0 0;
    border: 3px solid #444;
    color: #444 !important;
}
header .top .login_widget .usermenu > ul > li > span.hollow:hover {
    background: #444;
    color: #fff !important;
    border-color: #444;
}
header .top .login_widget .usermenu > ul > li > span.hollow.red {
    border-color: #e33d26;
    color: #e33d26 !important;
}
header .top .login_widget .usermenu > ul > li > span.hollow.red:hover {
    background: #e33d26;
    color: #fff !important;
    border-color: #e33d26;
}
header .top .login_widget .usermenu > ul > li > span.border {
    font-weight: 600;
    text-transform: uppercase;
    border: 3px solid #fff;
    color: #fff !important;
}
header .top .login_widget .usermenu > ul > li > span.border.red {
    background: #e33d26;
}
header .top .login_widget .usermenu > ul > li > span.border.red:hover {
    background: #be2d18;
}
header .top .login_widget .usermenu > ul > li > span.noradius {
    border-radius: 0 !important;
}
header .top .login_widget .usermenu > ul > li > span.small {
    line-height: 16px;
    padding: 12px 20px;
}
header .top .login_widget .usermenu > ul > li > span.small.border {
    line-height: 16px;
}
header .top .login_widget .usermenu > ul > li > span.search_button {
    width: 50px;
    height: 50px;
    text-align: center;
    background: 0 0;
    min-width: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}
header .top .login_widget .usermenu > ul > li > span.search_button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    color: #e33d26;
    font-size: 20px;
}
header .top .login_widget .usermenu > ul > li > span.facebook {
    background: #3b579d;
}
header .top .login_widget .usermenu > ul > li > span.facebook:hover {
    background: #2d4278;
}
header .top .login_widget .usermenu > ul > li > span:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    margin: 0 0 0 10px;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    width: 15px;
}
header .top .login_widget .usermenu > ul > li > span:hover {
    background: #e33d26;
}
header .top .login_widget .usermenu > ul > li > span.open:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
header .top .login_widget .usermenu > ul > li > ul {
    position: absolute;
    top: 25px;
    left: 0;
    padding: 30px 5px 5px;
    background: #ebebeb;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
    display: none;
}
header .top .login_widget .usermenu > ul > li > ul > li {
    margin: 0 0 5px;
}
header .top .login_widget .usermenu > ul > li > ul > li > a {
    display: block;
    line-height: 18px;
    padding: 5px 15px 5px 35px;
    background: #ebebeb;
    font-size: 14px;
    text-align: left;
    color: #444;
    position: relative;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
header .top .login_widget .usermenu > ul > li > ul > li > a i {
    position: absolute;
    left: 10px;
    top: 5px;
    line-height: 18px;
}
header .top .login_widget .usermenu > ul > li > ul > li > a:hover {
    background: #e33d26;
    color: #fff;
}
header .top .login_widget .usermenu > ul > li > ul > li:last-child {
    border: none;
    margin: 0;
}
header .top .login_widget .usermenu > ul > li > ul > li:last-child a {
    border-radius: 5px 5px 15px 15px;
}
header .top .newsletter_button {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 800px;
    bottom: 20px;
    color: #444;
}
header .top .newsletter_button:after {
    content: "";
    display: block;
    clear: both;
}
header .top .newsletter_button:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e0";
    color: #fff;
    background: #e33d26;
    border-radius: 50%;
    margin: 0 5px 0 0;
    float: left;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}
header .top .recipe_add {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 800px;
    color: #444;
}
header .top .recipe_add:after {
    content: "";
    display: block;
    clear: both;
}
header .top .recipe_add:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    color: #fff;
    background: #8bc34a;
    border-radius: 50%;
    margin: 0 5px 0 0;
    float: left;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
}
header .menu_wrapper {
    height: 60px;
    background: #e33d26;
}
header .category_wrapper {
    height: 40px;
    background: #fff;
    padding: 20px 0;
}
header .category_wrapper:after {
    content: "";
    display: block;
    clear: both;
}
header .category_wrapper .categories_widget {
    width: 980px;
    float: left;
    font-size: 14px;
    display: table;
}
header .category_wrapper .categories_widget .cell {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    line-height: 110%;
}
header .category_wrapper .categories_widget a {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0 4px;
    height: 40px;
    line-height: 40px;
    color: #444;
}
header .category_wrapper .categories_widget a:last-child {
    margin: 0;
}
header .category_wrapper .categories_widget a:hover {
    text-decoration: underline;
}
header .category_wrapper .button {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}
header .menu {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 1000;
}
header .menu:after {
    content: "";
    display: block;
    clear: both;
}
header .menu ul,
header .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .menu > ul {
    position: relative;
    display: table;
    width: 100%;
    z-index: 2000;
}
header .menu > ul > li {
    display: table-cell;
    margin: 0;
    padding: 0;
    height: 60px;
    vertical-align: middle;
    width: 1%;
    white-space: nowrap;
}
header .menu > ul > li.separator {
    width: auto;
    background: 0 0 !important;
}
header .menu > ul > li:last-child {
    padding: 0;
}
header .menu > ul > li > a {
    height: 60px;
    display: table-cell !important;
    vertical-align: middle;
}
header .menu > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
}
header .menu > ul > li > ul > li {
    display: block;
    margin: 0 0 1px;
}
header .menu > ul > li > ul > li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    background: #ccc;
    margin: 0 0 2px;
    width: 100%;
    color: #000;
}
header .menu > ul > li > a {
    margin: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}
header .menu > ul > li.highlight {
    background: #a72716;
}
header .menu > ul > li:hover {
    background: #444;
}
header .menu > ul > li:hover > ul {
    display: block;
}
.block:after,
.blockcontent:after,
.blockheader:after,
.list .row:after,
.list:after {
    content: "";
    display: block;
    clear: both;
}
.list .item {
    position: relative;
}
.list .item:after {
    content: "";
    display: block;
    clear: both;
}
.list .item .title {
    padding: 0;
    line-height: 130%;
}
.list .item .image img {
    display: block;
    margin: 0 auto;
}
.list .item .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 350;
    height: 100%;
    width: 100%;
    background: url(../gfx/spacer.png);
}
.list.default .item {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
}
.list.default .item .image {
    display: table-cell;
    width: 1%;
    vertical-align: top;
    padding: 0 20px 0 0;
}
.list.default .item .data {
    display: table-cell;
    vertical-align: top;
}
.list.default .item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar .list.default .item .data .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.sidebar .list.default .item .data .meta {
    font-size: 12px;
    color: #e33d26;
}
.list.grid .item {
    float: left;
    margin: 0 0 20px 20px;
}
.list.grid .item .image {
    padding: 0 0 3px;
    border-bottom: 3px solid transparent;
}
.list.grid .item .data {
    text-align: center;
}
.list.grid .item .data .title {
    text-align: center;
    font-weight: 400;
    padding: 0;
    color: l #444;
}
.list.grid .item .data .title a {
    color: #444;
}
.list.grid .item .data .title a:hover {
    color: #e33d26;
}
.list.grid .item .data .lead {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
.list.grid.col2 .item {
    width: 590px;
}
.list.grid.col2 .item:nth-child(2n + 1) {
    margin: 0 0 20px;
    clear: left;
}
.list.grid.col2 .item .meta {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(227, 61, 38, 0.8);
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}
.list.grid.col3 .item {
    width: 285px;
    margin: 0 0 30px 20px;
}
.list.grid.col3 .item:nth-child(3n + 1) {
    margin: 0 0 20px;
    clear: left;
}
.list.grid.col3 .item .image {
    margin: 0 0 10px;
}
.list.grid.col3 .item .data .title {
    font-size: 15px;
    margin: 0 0 10px;
}
.list.grid.col3 .item .loveit {
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.list.grid.col3 .item .loveit:before {
    font-size: 25px;
    line-height: 55px;
}
.list.grid.col3_narrow .item {
    width: 285px;
    margin: 0 0 30px 20px;
}
.list.grid.col3_narrow .item:nth-child(4n + 1) {
    margin: 0 0 20px;
}
.list.grid.col3_narrow .item .image {
    margin: 0 0 10px;
}
.list.grid.col3_narrow .item .data .title {
    font-size: 15px;
    margin: 0 0 10px;
}
.list.grid.col3_narrow .item .loveit {
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.list.grid.col3_narrow .item .loveit:before {
    font-size: 25px;
    line-height: 55px;
}
.list.grid.col4 .item {
    width: 285px;
    margin: 0 0 30px 20px;
}
.list.grid.col4 .item:nth-child(4n + 1) {
    margin: 0 0 20px;
}
.list.grid.col4 .item .image {
    margin: 0 0 10px;
}
.list.grid.col4 .item .data .title {
    font-size: 15px;
    margin: 0 0 10px;
}
.list.grid.col4 .item .loveit {
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.list.grid.col4 .item .loveit:before {
    font-size: 25px;
    line-height: 55px;
}
.list.categories .item .data .title {
    font-weight: 600;
}
.list.recipes .missing {
    margin: 0;
    position: relative;
    z-index: 100;
    cursor: pointer;
    background: #e33d26;
    color: #fff;
}
.list.recipes .missing .missing-title {
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 10px 10px 0;
}
.list.recipes .missing .missing-title span {
    height: 30px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #e33d26;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px 0 0;
}
.list.recipes .missing .missing-list {
    background: #e33d26;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}
.list.recipes .missing .missing-list ul {
    margin: 0;
}
.list.recipes .item {
    float: left;
}
.list.recipes .item .image {
    padding: 0 0 3px;
    border-bottom: 3px solid transparent;
}
.list.recipes .item .badges {
    position: absolute;
    top: 10px;
    right: 10px;
}
.list.recipes .item .badges a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 33px;
    margin: 0 0 10px;
    text-align: center;
    background: rgba(51, 51, 51, 0.7);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    font-size: 16px;
}
.list.recipes .item .badges a:hover {
    background: #e33d26;
    color: #fff;
}
.list.recipes .item .mod_info {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 0, 0, 0.8);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.list.recipes .item .loveit {
    position: absolute;
    text-align: center;
    background: rgba(51, 51, 51, 0.7);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
}
.list.recipes .item .loveit:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
}
.list.recipes .item .loveit.active,
.list.recipes .item .loveit:hover {
    background: #e33d26;
    color: #fff;
}
.list.recipes .item .data .title {
    text-align: center;
    font-weight: 400;
    padding: 0;
    color: l #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list.recipes .item .recipe_meta {
    font-size: 12px;
    text-align: center;
}
.list.recipes .item .recipe_meta:after {
    content: "";
    display: block;
    clear: both;
}
.list.recipes .item .recipe_meta .meta_item {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #444;
    line-height: 20px !important;
}
.list.recipes .item .recipe_meta .meta_item:after {
    content: "";
    display: block;
    clear: both;
}
.list.recipes .item .recipe_meta .meta_item i {
    color: #e33d26;
    float: left;
    margin: 0 7px 0 0;
    font-size: 14px;
    line-height: 18px !important;
}
.list.recipes .item .recipe_meta .meta_item i.fa-prima-clock {
    font-size: 17px;
}
.list.recipes .item .recipe_meta .meta_item i.fa-prima-pan {
    font-size: 28px;
}
.list.recipes .item .recipe_meta .meta_item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.list.recipes .item .recipe_meta .meta_item.rating i {
    color: #e33d26 !important;
}
.list.recipes .item .recipe_meta.simple .meta_item {
    border: none;
    padding: 0;
}
.list.recipes .item .recipe_meta.simple .meta_item i {
    color: #636363;
}
.list.recipes .item .recipe_meta .author {
    clear: both;
    margin: 0;
    font-style: italic;
}
.list.recipes .item .recipe_meta .author a {
    color: #e33d26;
}
.list.recipes.col3 .item {
    width: 380px;
    margin: 0 0 30px 30px;
}
.list.recipes.col3 .item:nth-child(3n + 1) {
    margin: 0 0 30px;
}
.list.recipes.col3 .item .image {
    margin: 0 0 20px;
}
.list.recipes.col3 .item .data .title {
    font-size: 18px;
    margin: 0 0 20px;
}
.list.recipes.col3 .item .loveit {
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.list.recipes.col3 .item .loveit:before {
    font-size: 25px;
    line-height: 55px;
}
.list.recipes.col3_narrow .item {
    width: 285px;
    margin: 0 0 30px 20px;
}
.list.recipes.col3_narrow .item:nth-child(3n + 1) {
    margin: 0 0 20px;
    clear: left;
}
.list.recipes.col3_narrow .item .image {
    margin: 0 0 10px;
}
.list.recipes.col3_narrow .item .data .title {
    font-size: 15px;
    margin: 0 0 10px;
}
.list.recipes.col3_narrow .item .loveit {
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.list.recipes.col3_narrow .item .loveit:before {
    font-size: 25px;
    line-height: 55px;
}
.content.onleft.wide .list.recipes.col3_narrow .item {
    margin: 0 0 30px 20px;
}
.content.onleft.wide .list.recipes.col3_narrow .item:nth-child(3n + 1) {
    margin: 0 0 20px;
}
.list.recipes.col4 .item {
    width: 285px;
    margin: 0 0 30px 20px;
}
.list.recipes.col4 .item:nth-child(4n + 1) {
    margin: 0 0 20px;
    clear: left;
}
.list.recipes.col4 .item .image {
    margin: 0 0 10px;
}
.list.recipes.col4 .item .data .title {
    font-size: 15px;
    margin: 0 0 10px;
}
.list.recipes.col4 .item .loveit {
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.list.recipes.col4 .item .loveit:before {
    font-size: 25px;
    line-height: 55px;
}
.content.onleft.wide .list.recipes.col4 .item {
    margin: 0 0 30px 20px;
}
.content.onleft.wide .list.recipes.col4 .item:nth-child(3n + 1) {
    margin: 0 0 20px;
}
.list.submenu {
    background: #444;
    padding: 20px;
    width: 1200px;
    margin: 0 -20px;
}
.list.submenu .item {
    float: left;
    width: 185px;
    margin: 0 0 18px 18px;
}
.list.submenu .item:nth-child(6n + 1) {
    margin: 0 0 18px;
}
.list.submenu .item .image {
    display: block;
    padding: 0 0 3px;
    border-bottom: 3px solid transparent;
    margin: 0 0 10px;
}
.list.submenu .item .title {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.list.filter_block .item {
    float: left;
    width: 275px;
    margin: 0 0 0 20px;
}
.list.filter_block .item:first-child {
    margin: 0;
}
.list.filter_block .item .title {
    background: #444;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
}
.list.filter_block .item .data {
    padding: 20px;
    border: 1px solid #bdc1cc;
    border-radius: 0 0 10px 10px;
    border-top: none;
}
.list.filter_block .item .data .field {
    margin: 0 0 10px;
}
.list.filter_block.col5 .item {
    float: left;
    width: 224px;
    margin: 0 0 0 20px;
}
.list.filter_block.col5 .item:first-child {
    margin: 0;
}
.list.steps .item {
    padding: 0 0 0 60px;
    position: relative;
    margin: 0 0 20px;
    min-height: 40px;
}
.list.steps .item .num {
    position: absolute;
    top: 5px;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #e33d26;
    border-radius: 50%;
}
.list.steps .item .lead {
    padding: 13px 0 0;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.list.steps .item .lead:after {
    content: "";
    display: block;
    clear: both;
}
.list.steps .item .lead a {
    color: #e33d26;
    text-decoration: underline;
}
.list.steps .item .lead a:hover {
    color: #902213;
}
.list.steps .item .lead a.catalogimg {
    display: block;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}
.list.steps .item .lead a.catalogimg:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.list.steps .item .lead img {
    display: block;
    max-width: 100%;
}
.list.steps .item .lead p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 160%;
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
    text-align: justify;
}
.list.steps .item .lead p.center {
    text-align: center;
}
.list.steps .item .lead p .fa {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.list.steps .item .lead p a:hover {
    text-decoration: underline;
}
.list.steps .item .lead p[align="center"] {
    text-align: center;
}
.list.steps .item .lead p:last-child {
    margin: 0;
}
.list.steps .item .lead table {
    width: 100%;
    border-collapse: collapse;
}
.list.steps .item .lead table tr th {
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
}
.list.steps .item .lead table tr td {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    vertical-align: top;
}
.list.steps .item .lead table tr td[align="center"],
.list.steps .item .lead table tr td[align="center"] p {
    text-align: center;
}
.list.steps .item .lead table tr td[align="right"],
.list.steps .item .lead table tr td[align="right"] p {
    text-align: right;
}
.list.steps .item .lead table tr td[align="center"] img {
    display: block;
    margin: auto;
}
.list.steps .item .lead table.simple tr td,
.list.steps .item .lead table.simple tr th {
    border: none;
    padding: 5px;
}
.list.steps .item .lead table.simple tr td img,
.list.steps .item .lead table.simple tr th img {
    display: block;
    margin: auto;
}
.list.steps .item .lead table[border="0"] tr td,
.list.steps .item .lead table[border="0"] tr th {
    border: none;
    padding: 5px;
}
.list.steps .item .lead table.balance {
    width: 100%;
}
.list.steps .item .lead table.balance tr td,
.list.steps .item .lead table.balance tr th {
    border: 1px solid #444;
    padding: 5px 10px;
}
.list.steps .item .lead table.balance tr th {
    font-size: 14px;
    text-transform: uppercase;
    background: #ebebeb;
    color: #444;
}
.list.steps .item .lead ol li,
.list.steps .item .lead ul li {
    position: relative;
}
.list.steps .item .lead ol li .fa,
.list.steps .item .lead ul li .fa {
    margin: 0 5px 0 0;
}
.list.steps .item .lead ol {
    counter-reset: item;
}
.list.steps .item .lead ol li {
    margin: 0 0 5px;
    list-style-type: none;
    counter-increment: item;
}
.list.steps .item .lead ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: 700;
    text-align: right;
    color: #444;
    content: counter(item) ".";
}
.list.steps .item .lead ul {
    margin: 0;
    padding: 0;
}
.list.steps .item .lead ul li {
    padding: 0 0 5px 20px;
    margin: 0;
    list-style: none;
    overflow: auto;
}
.list.steps .item .lead ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #e33d26;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 9px;
}
.list.steps .item .lead ul.simple {
    margin: 0 0 20px;
    padding: 0;
}
.list.steps .item .lead ul.simple li:before {
    font-size: 10px;
}
.list.steps .item .lead ul.simple li.active {
    font-weight: 700;
}
.list.steps .item .lead ul.simple li.active a {
    color: #444;
}
.list.steps .item .lead ul.simple li.active:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 13px;
    color: #444;
}
.list.steps .item .lead ul.sitemap {
    margin: 0 0 20px;
    padding: 0;
}
.list.steps .item .lead ul.sitemap li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 10px;
}
.list.steps .item .lead ul.sitemap li > ul {
    margin: 10px 0;
    padding: 0;
}
.list.steps .item .lead ul.files {
    margin-left: 0;
    padding-left: 0;
    font-weight: 700;
}
.list.steps .item .lead ul.files a {
    font-weight: 400;
}
.list.steps .item .lead ul.files li {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}
.list.steps .item .lead ul.files li.doc:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c2";
}
.list.steps .item .lead ul.files li.file:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.list.steps .item .lead ul.files li.flash:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c8";
}
.list.steps .item .lead ul.files li.folder:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f115";
}
.list.steps .item .lead ul.files li.image:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c5";
}
.list.steps .item .lead ul.files li.music:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c7";
}
.list.steps .item .lead ul.files li.pdf:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
}
.list.steps .item .lead ul.files li.ppt:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c4";
}
.list.steps .item .lead ul.files li.pub:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.list.steps .item .lead ul.files li.text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
}
.list.steps .item .lead ul.files li.xls:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c3";
}
.list.steps .item .lead ul.files li.zip:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c6";
}
.list.steps .item .lead ul.files li:before {
    color: #444;
    font-size: 16px;
}
.list.steps .item .lead h1,
.list.steps .item .lead h2,
.list.steps .item .lead h3,
.list.steps .item .lead h4,
.list.steps .item .lead h5,
.list.steps .item .lead h6 {
    margin: 20px 0;
    padding: 0;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    color: #e33d26;
}
.list.steps .item .lead h1 .item,
.list.steps .item .lead h2 .item,
.list.steps .item .lead h3 .item,
.list.steps .item .lead h4 .item,
.list.steps .item .lead h5 .item,
.list.steps .item .lead h6 .item {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
}
.list.steps .item .lead h1 .item .image,
.list.steps .item .lead h2 .item .image,
.list.steps .item .lead h3 .item .image,
.list.steps .item .lead h4 .item .image,
.list.steps .item .lead h5 .item .image,
.list.steps .item .lead h6 .item .image {
    display: table-cell;
    width: 1%;
    vertical-align: top;
    padding: 0 20px 0 0;
}
.list.steps .item .lead h1 .item .data,
.list.steps .item .lead h2 .item .data,
.list.steps .item .lead h3 .item .data,
.list.steps .item .lead h4 .item .data,
.list.steps .item .lead h5 .item .data,
.list.steps .item .lead h6 .item .data {
    display: table-cell;
    vertical-align: top;
}
.list.steps .item .lead h1 .item:last-child,
.list.steps .item .lead h2 .item:last-child,
.list.steps .item .lead h3 .item:last-child,
.list.steps .item .lead h4 .item:last-child,
.list.steps .item .lead h5 .item:last-child,
.list.steps .item .lead h6 .item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar .list.steps .item .lead h1 .item .data .title,
.sidebar .list.steps .item .lead h2 .item .data .title,
.sidebar .list.steps .item .lead h3 .item .data .title,
.sidebar .list.steps .item .lead h4 .item .data .title,
.sidebar .list.steps .item .lead h5 .item .data .title,
.sidebar .list.steps .item .lead h6 .item .data .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.sidebar .list.steps .item .lead h1 .item .data .meta,
.sidebar .list.steps .item .lead h2 .item .data .meta,
.sidebar .list.steps .item .lead h3 .item .data .meta,
.sidebar .list.steps .item .lead h4 .item .data .meta,
.sidebar .list.steps .item .lead h5 .item .data .meta,
.sidebar .list.steps .item .lead h6 .item .data .meta {
    font-size: 12px;
    color: #e33d26;
}
.list.steps .item .lead h1:first-child,
.list.steps .item .lead h2:first-child,
.list.steps .item .lead h3:first-child,
.list.steps .item .lead h4:first-child,
.list.steps .item .lead h5:first-child,
.list.steps .item .lead h6:first-child {
    margin: 0 0 20px;
}
.list.steps .item .lead h1.center,
.list.steps .item .lead h2.center,
.list.steps .item .lead h3.center,
.list.steps .item .lead h4.center,
.list.steps .item .lead h5.center,
.list.steps .item .lead h6.center {
    text-align: center;
}
.list.steps .item .lead h1.mb10,
.list.steps .item .lead h2.mb10,
.list.steps .item .lead h3.mb10,
.list.steps .item .lead h4.mb10,
.list.steps .item .lead h5.mb10,
.list.steps .item .lead h6.mb10 {
    margin-bottom: 10px;
}
.list.steps .item .lead h1,
.list.steps .item .lead h1.h2 {
    font-size: 26px;
}
.list.steps .item .lead h2 {
    font-size: 24px;
}
.list.steps .item .lead h3 {
    font-size: 22px;
}
.list.steps .item .lead h4 {
    font-size: 20px;
}
.list.steps .item .lead h5 {
    font-size: 18px;
}
.list.steps .item .lead h6 {
    font-size: 16px;
}
.list.steps .item .lead img.leftimg {
    margin: 3px 40px 10px 0;
}
.list.steps .item .lead img.rightimg {
    margin: 3px 0 10px 40px;
}
.list.comments .item {
    display: table;
    width: 100%;
    margin: 0 0 60px;
}
.list.comments .item .image {
    width: 1%;
    display: table-cell;
    vertical-align: top;
    padding: 0 35px 0 0;
}
.list.comments .item .image img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.list.comments .item .data {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-top: 20px;
}
.list.comments .item .data .title {
    font-size: 20px;
    color: #e33d26;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
}
.list.comments .item .data .meta {
    position: absolute;
    top: 0;
    right: 0;
    color: #e33d26;
    font-weight: 400;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
}
.list.comments .item .data .lead {
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.list.comments .item .data .lead:after {
    content: "";
    display: block;
    clear: both;
}
.list.comments .item .data .lead a {
    color: #e33d26;
    text-decoration: underline;
}
.list.comments .item .data .lead a:hover {
    color: #902213;
}
.list.comments .item .data .lead a.catalogimg {
    display: block;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}
.list.comments .item .data .lead a.catalogimg:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.list.comments .item .data .lead img {
    display: block;
    max-width: 100%;
}
.list.comments .item .data .lead p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 160%;
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
    text-align: justify;
}
.list.comments .item .data .lead p.center {
    text-align: center;
}
.list.comments .item .data .lead p .fa {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.list.comments .item .data .lead p a:hover {
    text-decoration: underline;
}
.list.comments .item .data .lead p[align="center"] {
    text-align: center;
}
.list.comments .item .data .lead p:last-child {
    margin: 0;
}
.list.comments .item .data .lead table {
    width: 100%;
    border-collapse: collapse;
}
.list.comments .item .data .lead table tr th {
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
}
.list.comments .item .data .lead table tr td {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    vertical-align: top;
}
.list.comments .item .data .lead table tr td[align="center"],
.list.comments .item .data .lead table tr td[align="center"] p {
    text-align: center;
}
.list.comments .item .data .lead table tr td[align="right"],
.list.comments .item .data .lead table tr td[align="right"] p {
    text-align: right;
}
.list.comments .item .data .lead table tr td[align="center"] img {
    display: block;
    margin: auto;
}
.list.comments .item .data .lead table.simple tr td,
.list.comments .item .data .lead table.simple tr th {
    border: none;
    padding: 5px;
}
.list.comments .item .data .lead table.simple tr td img,
.list.comments .item .data .lead table.simple tr th img {
    display: block;
    margin: auto;
}
.list.comments .item .data .lead table[border="0"] tr td,
.list.comments .item .data .lead table[border="0"] tr th {
    border: none;
    padding: 5px;
}
.list.comments .item .data .lead table.balance {
    width: 100%;
}
.list.comments .item .data .lead table.balance tr td,
.list.comments .item .data .lead table.balance tr th {
    border: 1px solid #444;
    padding: 5px 10px;
}
.list.comments .item .data .lead table.balance tr th {
    font-size: 14px;
    text-transform: uppercase;
    background: #ebebeb;
    color: #444;
}
.list.comments .item .data .lead ol li,
.list.comments .item .data .lead ul li {
    position: relative;
}
.list.comments .item .data .lead ol li .fa,
.list.comments .item .data .lead ul li .fa {
    margin: 0 5px 0 0;
}
.list.comments .item .data .lead ol {
    counter-reset: item;
}
.list.comments .item .data .lead ol li {
    margin: 0 0 5px;
    list-style-type: none;
    counter-increment: item;
}
.list.comments .item .data .lead ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: 700;
    text-align: right;
    color: #444;
    content: counter(item) ".";
}
.list.comments .item .data .lead ul {
    margin: 0;
    padding: 0;
}
.list.comments .item .data .lead ul li {
    padding: 0 0 5px 20px;
    margin: 0;
    list-style: none;
    overflow: auto;
}
.list.comments .item .data .lead ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #e33d26;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 9px;
}
.list.comments .item .data .lead ul.simple {
    margin: 0 0 20px;
    padding: 0;
}
.list.comments .item .data .lead ul.simple li:before {
    font-size: 10px;
}
.list.comments .item .data .lead ul.simple li.active {
    font-weight: 700;
}
.list.comments .item .data .lead ul.simple li.active a {
    color: #444;
}
.list.comments .item .data .lead ul.simple li.active:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 13px;
    color: #444;
}
.list.comments .item .data .lead ul.sitemap {
    margin: 0 0 20px;
    padding: 0;
}
.list.comments .item .data .lead ul.sitemap li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 10px;
}
.list.comments .item .data .lead ul.sitemap li > ul {
    margin: 10px 0;
    padding: 0;
}
.list.comments .item .data .lead ul.files {
    margin-left: 0;
    padding-left: 0;
    font-weight: 700;
}
.list.comments .item .data .lead ul.files a {
    font-weight: 400;
}
.list.comments .item .data .lead ul.files li {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}
.list.comments .item .data .lead ul.files li.doc:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c2";
}
.list.comments .item .data .lead ul.files li.file:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.list.comments .item .data .lead ul.files li.flash:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c8";
}
.list.comments .item .data .lead ul.files li.folder:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f115";
}
.list.comments .item .data .lead ul.files li.image:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c5";
}
.list.comments .item .data .lead ul.files li.music:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c7";
}
.list.comments .item .data .lead ul.files li.pdf:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
}
.list.comments .item .data .lead ul.files li.ppt:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c4";
}
.list.comments .item .data .lead ul.files li.pub:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.list.comments .item .data .lead ul.files li.text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
}
.list.comments .item .data .lead ul.files li.xls:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c3";
}
.list.comments .item .data .lead ul.files li.zip:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c6";
}
.list.comments .item .data .lead ul.files li:before {
    color: #444;
    font-size: 16px;
}
.list.comments .item .data .lead h1,
.list.comments .item .data .lead h2,
.list.comments .item .data .lead h3,
.list.comments .item .data .lead h4,
.list.comments .item .data .lead h5,
.list.comments .item .data .lead h6 {
    margin: 20px 0;
    padding: 0;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    color: #e33d26;
}
.list.comments .item .data .lead h1 .item,
.list.comments .item .data .lead h2 .item,
.list.comments .item .data .lead h3 .item,
.list.comments .item .data .lead h4 .item,
.list.comments .item .data .lead h5 .item,
.list.comments .item .data .lead h6 .item {
    display: table;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
}
.list.comments .item .data .lead h1 .item .image,
.list.comments .item .data .lead h2 .item .image,
.list.comments .item .data .lead h3 .item .image,
.list.comments .item .data .lead h4 .item .image,
.list.comments .item .data .lead h5 .item .image,
.list.comments .item .data .lead h6 .item .image {
    display: table-cell;
    width: 1%;
    vertical-align: top;
    padding: 0 20px 0 0;
}
.list.comments .item .data .lead h1 .item .data,
.list.comments .item .data .lead h2 .item .data,
.list.comments .item .data .lead h3 .item .data,
.list.comments .item .data .lead h4 .item .data,
.list.comments .item .data .lead h5 .item .data,
.list.comments .item .data .lead h6 .item .data {
    display: table-cell;
    vertical-align: top;
}
.list.comments .item .data .lead h1 .item:last-child,
.list.comments .item .data .lead h2 .item:last-child,
.list.comments .item .data .lead h3 .item:last-child,
.list.comments .item .data .lead h4 .item:last-child,
.list.comments .item .data .lead h5 .item:last-child,
.list.comments .item .data .lead h6 .item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar .list.comments .item .data .lead h1 .item .data .title,
.sidebar .list.comments .item .data .lead h2 .item .data .title,
.sidebar .list.comments .item .data .lead h3 .item .data .title,
.sidebar .list.comments .item .data .lead h4 .item .data .title,
.sidebar .list.comments .item .data .lead h5 .item .data .title,
.sidebar .list.comments .item .data .lead h6 .item .data .title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.sidebar .list.comments .item .data .lead h1 .item .data .meta,
.sidebar .list.comments .item .data .lead h2 .item .data .meta,
.sidebar .list.comments .item .data .lead h3 .item .data .meta,
.sidebar .list.comments .item .data .lead h4 .item .data .meta,
.sidebar .list.comments .item .data .lead h5 .item .data .meta,
.sidebar .list.comments .item .data .lead h6 .item .data .meta {
    font-size: 12px;
    color: #e33d26;
}
.list.comments .item .data .lead h1:first-child,
.list.comments .item .data .lead h2:first-child,
.list.comments .item .data .lead h3:first-child,
.list.comments .item .data .lead h4:first-child,
.list.comments .item .data .lead h5:first-child,
.list.comments .item .data .lead h6:first-child {
    margin: 0 0 20px;
}
.list.comments .item .data .lead h1.center,
.list.comments .item .data .lead h2.center,
.list.comments .item .data .lead h3.center,
.list.comments .item .data .lead h4.center,
.list.comments .item .data .lead h5.center,
.list.comments .item .data .lead h6.center {
    text-align: center;
}
.list.comments .item .data .lead h1.mb10,
.list.comments .item .data .lead h2.mb10,
.list.comments .item .data .lead h3.mb10,
.list.comments .item .data .lead h4.mb10,
.list.comments .item .data .lead h5.mb10,
.list.comments .item .data .lead h6.mb10 {
    margin-bottom: 10px;
}
.list.comments .item .data .lead h1,
.list.comments .item .data .lead h1.h2 {
    font-size: 26px;
}
.list.comments .item .data .lead h2 {
    font-size: 24px;
}
.list.comments .item .data .lead h3 {
    font-size: 22px;
}
.list.comments .item .data .lead h4 {
    font-size: 20px;
}
.list.comments .item .data .lead h5 {
    font-size: 18px;
}
.list.comments .item .data .lead h6 {
    font-size: 16px;
}
.list.comments .item .data .lead img.leftimg {
    margin: 3px 40px 10px 0;
}
.list.comments .item .data .lead img.rightimg {
    margin: 3px 0 10px 40px;
}
.list.articles .item {
    margin: 0 0 40px;
}
.list.articles .item .image {
    margin: 0 0 20px;
}
.list.articles .item .data .title {
    font-size: 20px;
    color: #444;
    font-weight: 600;
    margin: 0 0 10px;
}
.list.articles .item .data .lead {
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 20px;
}
.list.articles .item .meta {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(227, 61, 38, 0.8);
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    height: 40px;
    line-height: 40px;
}
.list.articles .item .author {
    font-size: 14px;
    margin: -10px 0 10px;
}
.list.articles .item .author a {
    color: #e33d26;
    display: inline-block;
    margin: 0 0 0 5px;
}
.list.subscription .item .title {
    color: #444;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px;
}
.list.data .item {
    width: 100%;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    display: table;
    line-height: 120%;
}
.list.data .item:after {
    content: "";
    display: block;
    clear: both;
}
.list.data .item .label,
.list.data .item .title {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}
.list.data .item .label.wrap,
.list.data .item .title.wrap {
    white-space: normal;
}
.list.data .item .value {
    vertical-align: top;
    display: table-cell;
    text-align: right;
    padding: 0 0 0 20px;
}
.list.data .item.nofloat {
    display: block;
}
.list.data .item.nofloat .title {
    display: block;
    margin: 0 0 10px;
}
.list.data .item.nofloat .value {
    display: block;
    text-align: left;
    padding: 0;
}
.text {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
}
.postmeta {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin: -25px 0 30px 55px;
}
.postmeta a:hover {
    text-decoration: underline;
}
.postformat {
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.postformat:after {
    content: "";
    display: block;
    clear: both;
}
.postformat a {
    color: #e33d26;
    text-decoration: underline;
}
.postformat a:hover {
    color: #902213;
}
.postformat a.catalogimg {
    display: block;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}
.postformat a.catalogimg:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.postformat img {
    display: block;
    max-width: 100%;
}
.postformat p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 160%;
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
    text-align: justify;
}
.postformat p.center {
    text-align: center;
}
.postformat p .fa {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.postformat p a:hover {
    text-decoration: underline;
}
.postformat p[align="center"] {
    text-align: center;
}
.postformat p:last-child {
    margin: 0;
}
.postformat table {
    width: 100%;
    border-collapse: collapse;
}
.postformat table tr th {
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
}
.postformat table tr td {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    vertical-align: top;
}
.postformat table tr td[align="center"],
.postformat table tr td[align="center"] p {
    text-align: center;
}
.postformat table tr td[align="right"],
.postformat table tr td[align="right"] p {
    text-align: right;
}
.postformat table tr td[align="center"] img {
    display: block;
    margin: auto;
}
.postformat table.simple tr td,
.postformat table.simple tr th {
    border: none;
    padding: 5px;
}
.postformat table.simple tr td img,
.postformat table.simple tr th img {
    display: block;
    margin: auto;
}
.postformat table[border="0"] tr td,
.postformat table[border="0"] tr th {
    border: none;
    padding: 5px;
}
.postformat table.balance {
    width: 100%;
}
.postformat table.balance tr td,
.postformat table.balance tr th {
    border: 1px solid #444;
    padding: 5px 10px;
}
.postformat table.balance tr th {
    font-size: 14px;
    text-transform: uppercase;
    background: #ebebeb;
    color: #444;
}
.postformat ol li,
.postformat ul li {
    position: relative;
}
.postformat ol li .fa,
.postformat ul li .fa {
    margin: 0 5px 0 0;
}
.postformat ol {
    counter-reset: item;
}
.postformat ol li {
    margin: 0 0 5px;
    list-style-type: none;
    counter-increment: item;
}
.postformat ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: 700;
    text-align: right;
    color: #444;
    content: counter(item) ".";
}
.postformat ul {
    margin: 0;
    padding: 0;
}
.postformat ul li {
    padding: 0 0 5px 20px;
    margin: 0;
    list-style: none;
    overflow: auto;
}
.postformat ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #e33d26;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 9px;
}
.postformat ul.simple {
    margin: 0 0 20px;
    padding: 0;
}
.postformat ul.simple li:before {
    font-size: 10px;
}
.postformat ul.simple li.active {
    font-weight: 700;
}
.postformat ul.simple li.active a {
    color: #444;
}
.postformat ul.simple li.active:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 13px;
    color: #444;
}
.postformat ul.sitemap {
    margin: 0 0 20px;
    padding: 0;
}
.postformat ul.sitemap li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 10px;
}
.postformat ul.sitemap li > ul {
    margin: 10px 0;
    padding: 0;
}
.postformat ul.files {
    margin-left: 0;
    padding-left: 0;
    font-weight: 700;
}
.postformat ul.files a {
    font-weight: 400;
}
.postformat ul.files li {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}
.postformat ul.files li.doc:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c2";
}
.postformat ul.files li.file:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.postformat ul.files li.flash:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c8";
}
.postformat ul.files li.folder:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f115";
}
.postformat ul.files li.image:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c5";
}
.postformat ul.files li.music:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c7";
}
.postformat ul.files li.pdf:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
}
.postformat ul.files li.ppt:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c4";
}
.postformat ul.files li.pub:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.postformat ul.files li.text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
}
.postformat ul.files li.xls:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c3";
}
.postformat ul.files li.zip:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c6";
}
.postformat ul.files li:before {
    color: #444;
    font-size: 16px;
}
.postformat h1,
.postformat h2,
.postformat h3,
.postformat h4,
.postformat h5,
.postformat h6 {
    margin: 20px 0;
    padding: 0;
    font-weight: 600;
    line-height: 120%;
    font-family: Poppins, sans-serif;
    text-align: left;
    color: #e33d26;
}
.postformat h1:first-child,
.postformat h2:first-child,
.postformat h3:first-child,
.postformat h4:first-child,
.postformat h5:first-child,
.postformat h6:first-child {
    margin: 0 0 20px;
}
.postformat h1.center,
.postformat h2.center,
.postformat h3.center,
.postformat h4.center,
.postformat h5.center,
.postformat h6.center {
    text-align: center;
}
.postformat h1.mb10,
.postformat h2.mb10,
.postformat h3.mb10,
.postformat h4.mb10,
.postformat h5.mb10,
.postformat h6.mb10 {
    margin-bottom: 10px;
}
.postformat h1,
.postformat h1.h2 {
    font-size: 26px;
}
.postformat h2 {
    font-size: 24px;
}
.postformat h3 {
    font-size: 22px;
}
.postformat h4 {
    font-size: 20px;
}
.postformat h5 {
    font-size: 18px;
}
.postformat h6 {
    font-size: 16px;
}
.postformat img.leftimg {
    margin: 3px 40px 10px 0;
}
.postformat img.rightimg {
    margin: 3px 0 10px 40px;
}
.post .meta {
    font-size: 14px;
    text-transform: uppercase;
    margin: -10px 0 20px;
}
.post .meta a {
    color: #e33d26;
}
.post .meta a:hover {
    text-decoration: underline;
}
.blocktitle {
    margin: 0 0 20px;
    padding: 0;
    line-height: 110%;
    font-size: 24px;
}
.postcontent {
    padding: 0;
    font-size: 14px;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    margin: 0;
}
.postcontent:after {
    content: "";
    display: block;
    clear: both;
}
.postcontent a {
    color: #e33d26;
    text-decoration: underline;
}
.postcontent a:hover {
    color: #902213;
}
.postcontent a.catalogimg {
    display: block;
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}
.postcontent a.catalogimg:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00e";
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.postcontent img {
    display: block;
    max-width: 100%;
}
.postcontent p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 160%;
    font-family: "Open Sans", sans-serif;
    color: #4b4b4b;
    text-align: justify;
}
.postcontent p.center {
    text-align: center;
}
.postcontent p .fa {
    margin: 0 5px 0 0;
    font-size: 16px;
}
.postcontent p a:hover {
    text-decoration: underline;
}
.postcontent p[align="center"] {
    text-align: center;
}
.postcontent p:last-child {
    margin: 0;
}
.postcontent table {
    width: 100%;
    border-collapse: collapse;
}
.postcontent table tr th {
    text-transform: uppercase;
    border: 1px solid #ebebeb;
    padding: 5px 10px;
}
.postcontent table tr td {
    border: 1px solid #ebebeb;
    padding: 5px 10px;
    vertical-align: top;
}
.postcontent table tr td[align="center"],
.postcontent table tr td[align="center"] p {
    text-align: center;
}
.postcontent table tr td[align="right"],
.postcontent table tr td[align="right"] p {
    text-align: right;
}
.postcontent table tr td[align="center"] img {
    display: block;
    margin: auto;
}
.postcontent table.simple tr td,
.postcontent table.simple tr th {
    border: none;
    padding: 5px;
}
.postcontent table.simple tr td img,
.postcontent table.simple tr th img {
    display: block;
    margin: auto;
}
.postcontent table[border="0"] tr td,
.postcontent table[border="0"] tr th {
    border: none;
    padding: 5px;
}
.postcontent table.balance {
    width: 100%;
}
.postcontent table.balance tr td,
.postcontent table.balance tr th {
    border: 1px solid #444;
    padding: 5px 10px;
}
.postcontent table.balance tr th {
    font-size: 14px;
    text-transform: uppercase;
    background: #ebebeb;
    color: #444;
}
.postcontent ol li,
.postcontent ul li {
    position: relative;
}
.postcontent ol li .fa,
.postcontent ul li .fa {
    margin: 0 5px 0 0;
}
.postcontent ol {
    counter-reset: item;
}
.postcontent ol li {
    margin: 0 0 5px;
    list-style-type: none;
    counter-increment: item;
}
.postcontent ol li:before {
    display: inline-block;
    width: 1em;
    padding-right: 0.5em;
    font-weight: 700;
    text-align: right;
    color: #444;
    content: counter(item) ".";
}
.postcontent ul {
    margin: 0;
    padding: 0;
}
.postcontent ul li {
    padding: 0 0 5px 20px;
    margin: 0;
    list-style: none;
    overflow: auto;
}
.postcontent ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    color: #e33d26;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 9px;
}
.postcontent ul.simple {
    margin: 0 0 20px;
    padding: 0;
}
.postcontent ul.simple li:before {
    font-size: 10px;
}
.postcontent ul.simple li.active {
    font-weight: 700;
}
.postcontent ul.simple li.active a {
    color: #444;
}
.postcontent ul.simple li.active:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 13px;
    color: #444;
}
.postcontent ul.sitemap {
    margin: 0 0 20px;
    padding: 0;
}
.postcontent ul.sitemap li:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 10px;
}
.postcontent ul.sitemap li > ul {
    margin: 10px 0;
    padding: 0;
}
.postcontent ul.files {
    margin-left: 0;
    padding-left: 0;
    font-weight: 700;
}
.postcontent ul.files a {
    font-weight: 400;
}
.postcontent ul.files li {
    padding: 0 0 0 30px;
    margin: 0 0 10px;
}
.postcontent ul.files li.doc:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c2";
}
.postcontent ul.files li.file:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.postcontent ul.files li.flash:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c8";
}
.postcontent ul.files li.folder:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f115";
}
.postcontent ul.files li.image:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c5";
}
.postcontent ul.files li.music:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c7";
}
.postcontent ul.files li.pdf:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c1";
}
.postcontent ul.files li.ppt:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c4";
}
.postcontent ul.files li.pub:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f016";
}
.postcontent ul.files li.text:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
}
.postcontent ul.files li.xls:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c3";
}
.postcontent ul.files li.zip:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1c6";
}
.postcontent ul.files li:before {
    color: #444;
    font-size: 16px;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
    margin: 20px 0;
    padding: 0;
    font-weight: 600;
    line-height: 120%;
    font-family: Poppins, sans-serif;
    text-align: left;
    color: #e33d26;
}
.postcontent h1:first-child,
.postcontent h2:first-child,
.postcontent h3:first-child,
.postcontent h4:first-child,
.postcontent h5:first-child,
.postcontent h6:first-child {
    margin: 0 0 20px;
}
.postcontent h1.center,
.postcontent h2.center,
.postcontent h3.center,
.postcontent h4.center,
.postcontent h5.center,
.postcontent h6.center {
    text-align: center;
}
.postcontent h1.mb10,
.postcontent h2.mb10,
.postcontent h3.mb10,
.postcontent h4.mb10,
.postcontent h5.mb10,
.postcontent h6.mb10 {
    margin-bottom: 10px;
}
.postcontent h1,
.postcontent h1.h2 {
    font-size: 26px;
}
.postcontent h2 {
    font-size: 24px;
}
.postcontent h3 {
    font-size: 22px;
}
.postcontent h4 {
    font-size: 20px;
}
.postcontent h5 {
    font-size: 18px;
}
.postcontent h6 {
    font-size: 16px;
}
.postcontent img.leftimg {
    margin: 3px 40px 10px 0;
}
.postcontent img.rightimg {
    margin: 3px 0 10px 40px;
}
.postheader {
    position: relative;
    font-size: 30px;
    font-family: "Amatic SC", cursive;
    text-transform: uppercase;
    color: #444;
    margin: 0 0 20px;
    font-weight: 700;
}
.postheader.small {
    font-size: 20px;
}
footer {
    background: #e33d26;
    color: #fff;
    padding: 60px 0 20px;
    position: relative;
}
footer:after {
    content: "";
    display: block;
    clear: both;
}
footer .logo {
    width: 117px;
    height: 42px;
    background: url(../gfx/logo_footer.png) no-repeat;
    display: block;
    margin: 0 0 5px;
}
footer .copyright {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 30px;
}
footer .socials:after {
    content: "";
    display: block;
    clear: both;
}
footer .socials a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #bc2c18;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin: 0 10px 10px 0;
    float: left;
}
footer .socials a i {
    line-height: 40px;
}
footer .left_wrapper {
    width: 150px;
    float: left;
    margin: 0 150px 0 0;
}
footer .menu_wrapper {
    width: 300px;
    float: left;
}
footer .menu_wrapper .menu a {
    display: block;
    color: #fff;
}
footer .recipe_wrapper {
    width: 600px;
    float: right;
}
footer .recipe_wrapper a {
    color: #fff;
}
footer .bankinfo img {
    display: block;
    background: #fff;
    margin: 0 0 5px;
}
.bottom {
    background: #444;
    height: 60px;
}
.bottom .container {
    height: 60px;
}
.bottom .across {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 16px;
    width: 148px;
    background: url(../gfx/across.png) no-repeat;
    margin: auto;
}
#slideshow {
    position: relative;
    width: 100%;
    height: 650px;
    background: #fff;
    margin: 0 0 40px;
}
#slideshow .slides {
    width: 100%;
    height: 650px;
    overflow: hidden;
}
#slideshow .slide {
    height: 650px;
    width: 100% !important;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
#slideshow .slide:after {
    content: "";
    display: block;
    clear: both;
}
#slideshow .slide .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 350;
    background: url(../gfx/blank.png);
}
#slideshow .slide:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 330px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
#slideshow .slide .caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
}
#slideshow .slide .caption .title {
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
    line-height: 110%;
}
#slideshow .slide .caption .recipe_meta {
    font-size: 12px;
}
#slideshow .slide .caption .recipe_meta:after {
    content: "";
    display: block;
    clear: both;
}
#slideshow .slide .caption .recipe_meta .meta_item {
    float: left;
    margin: 0 20px 0 0;
}
#slideshow .slide .caption .recipe_meta .author {
    float: left;
    margin: 0 20px 0 0;
    font-style: italic;
}
#slideshow #slidePager {
    position: absolute;
    bottom: 30px;
    right: 30px;
    height: 15px;
    z-index: 500;
}
#slideshow #slidePager:after {
    content: "";
    display: block;
    clear: both;
}
#slideshow #slidePager a {
    display: block;
    float: left;
    height: 13px;
    width: 13px;
    margin: 0 0 0 5px;
    background: #fff;
    border-radius: 50%;
}
#slideshow #slidePager a:hover {
    background: #ef8e80;
}
#slideshow #slidePager a.activeSlide {
    background: #e33d26;
}
.banner-content {
    margin: 0 0 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.banner-content iframe {
    margin: 0 auto !important;
    display: block;
}
.banner-content a,
.banner-content img {
    display: block;
    margin: 0 auto;
}
.skinbanner {
    position: absolute;
    z-index: 0;
    height: 1000px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-position: top center !important;
    background-attachment: scroll !important; /*top:385px */
} /*.home .skinbanner{top:255px}*/
.skinbanner img {
    position: absolute;
    display: block;
    margin: auto;
}
.e404 {
    background: #ebebeb;
}
.error404 {
    width: 600px;
    height: 180px;
    background: #fff;
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.error404 .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 160px;
    height: 90px;
    background: url(../gfx/logo.png) no-repeat;
}
.error404 .title {
    font-family: "Amatic SC", cursive;
    margin: 0 0 20px;
    font-size: 60px;
    font-weight: 700;
    line-height: 110%;
}
.error404 p {
    padding: 0;
    line-height: 160%;
    color: #4b4b4b;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0 0 20px;
} /*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
    height: 10px;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -5px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
.noUi-target {
    border-radius: 5px;
    background: #bdc1cc;
}
.noUi-connect {
    border-radius: 0;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
    background: #e33d26;
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #bdc1cc;
    border-radius: 10px;
    background: #fff;
    cursor: default;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.noUi-handle:focus {
    outline: 0;
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.noUi-value-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-value-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-value-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    background: #ebebeb;
    padding: 0 5px;
}
.noUi-tooltip:after {
    content: " perc";
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}
