﻿@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

* {
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

img, fieldset, a img {
    border: none;
}

input[type="submit"],
button {
    cursor: pointer;
}

    input[type="submit"]::-moz-focus-inner,
    button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

textarea {
    overflow: auto;
}

input, button {
    margin: 0;
    padding: 0;
    border: 0;
}

input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
    outline: none;
}

ul, ol {
    list-style-type: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    * {
        -webkit-text-size-adjust: none;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("Fonts/MyriadPro-Regular.eot");
    src: url("Fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("Fonts/MyriadPro-Regular.woff") format("woff"), url("Fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("Fonts/icomoon.ttf?kYah3t") format("truetype"), url("Fonts/icomoon.woff?kYah3t") format("woff"), url("Fonts/icomoon.svg?kYah3t#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-r:before {
    content: "";
}

.icon-prev:before {
    content: "";
}

.icon-next:before {
    content: "";
}

.icon-twitter_sign:before {
    content: "";
}

.icon-facebook_sign:before {
    content: "";
}

.icon-camera_retro:before {
    content: "";
}

.icon-twitter:before, .fa-twitter:before {
    content: "";
}

.icon-facebook:before, .fa-facebook:before {
    content: "";
}

.icon-youtube_sign:before {
    content: "";
}

.icon-youtube:before, .fa-youtube:before {
    content: "";
}

.icon-youtube_play:before {
    content: "";
}

.icon-instagram:before, .fa-instagram:before {
    content: "";
}

.icon-camera:before {
    content: "";
}

.icon-register:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

/*!
 *  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: normal;
    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: .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: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-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);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.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-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language: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-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-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:before, .fa-thermometer-full: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-bathtub:before, .fa-s15:before, .fa-bath: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";
}

.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;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.fancybox-enabled {
    overflow: hidden;
}

    .fancybox-enabled body {
        overflow: visible;
        height: 100%;
    }

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .fancybox-container ~ .fancybox-container {
        z-index: 99992;
    }

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity .2s;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}

.fancybox-infobar {
    display: none;
}

.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
    display: block;
}

.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
}

.fancybox-slider, .fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}

    .fancybox-slide:before {
        content: "";
        height: 100%;
        width: 0;
        display: inline-block;
        vertical-align: middle;
    }

    .fancybox-slide > * {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding: 24px;
        margin: 44px 0;
        border-width: 0;
        text-align: left;
        background-color: #fff;
        overflow: auto;
        
    }

.fancybox-slide--image {
    overflow: hidden;
}

    .fancybox-slide--image:before {
        display: none;
    }

.fancybox-content {
    display: inline-block;
    position: relative;
    margin: 44px auto;
    padding: 0;
    border: 0;
    width: 80%;
    height: calc(100% - 88px);
    vertical-align: middle;
    line-height: normal;
    text-align: left;
    white-space: normal;
    outline: none;
    font-size: 16px;
    font-family: Arial,sans-serif;
    
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
    background: transparent;
}

.fancybox-placeholder {
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-image, .fancybox-placeholder, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.fancybox-image, .fancybox-spaceball {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background: transparent;
    background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}

    .fancybox-error p {
        margin: 0;
        padding: 0;
        color: #444;
        font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
    }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

    .fancybox-close-small:after {
        content: "×";
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
        color: #888;
        font-weight: 300;
        text-align: center;
        border-radius: 50%;
        border-width: 0;
        background: #fff;
        transition: background .2s;
        
        z-index: 2;
    }

    .fancybox-close-small:focus:after {
        outline: 1px dotted #888;
    }

.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: transparent;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

    .fancybox-caption a, .fancybox-caption button {
        pointer-events: all;
    }

    .fancybox-caption a {
        color: #fff;
        text-decoration: underline;
    }

.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    background: transparent;
    color: #fff;
    
    vertical-align: top;
    outline: none;
}

.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}

.fancybox-button, .fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6);
}

    .fancybox-button:hover {
        background: rgba(0, 0, 0, 0.8);
    }

    .fancybox-button:after, .fancybox-button:before {
        content: "";
        pointer-events: none;
        position: absolute;
        border-color: #fff;
        background-color: currentColor;
        color: currentColor;
        opacity: .9;
        
        display: inline-block;
    }

.fancybox-button--disabled:after, .fancybox-button--disabled:before {
    opacity: .5;
}

.fancybox-button--left:after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
}

.fancybox-button--right:after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--left {
    border-bottom-left-radius: 5px;
}

.fancybox-button--right {
    border-bottom-right-radius: 5px;
}

.fancybox-button--close {
    float: right;
}

    .fancybox-button--close:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 16px;
        top: calc(50% - 1px);
        left: calc(50% - 8px);
    }

    .fancybox-button--close:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 16px;
        top: calc(50% - 1px);
        left: calc(50% - 8px);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .fancybox-button--close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.fancybox-loading {
    border: 6px solid rgba(99, 99, 99, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }

    .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }

    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}

.fancybox-button--play:before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: transparent;
}

.fancybox-button--pause:before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: transparent;
}

.fancybox-button--thumbs span {
    font-size: 23px;
}

.fancybox-button--thumbs:before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
}

.fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px;
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    
}

    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0;
    }

        .fancybox-thumbs > ul > li {
            float: left;
            overflow: hidden;
            max-width: 50%;
            padding: 0;
            margin: 0;
            width: 105px;
            height: 75px;
            position: relative;
            cursor: pointer;
            outline: none;
            border: 5px solid #fff;
            border-top-width: 0;
            border-right-width: 0;
            -webkit-tap-highlight-color: transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            
        }

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }

    .fancybox-container--thumbs .fancybox-caption-wrap, .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0;
    }
}



html {
    /* background: #02ACBB url(images/bg-site.jpg) 50% 0 no-repeat; */
    background: linear-gradient(180deg, rgba(164, 194, 189, 0.4) 0%, rgba(255, 255, 255, 0) 163px) no-repeat;
}

@media (min-width: 2000px) {
    html {
        background-size: cover;
    }
}

body {
    font: 18px/1.375 "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    color: #161616;
}

select, input, textarea, button {
    font: 99% "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

a {
    color: #DB857A;
    transition: all 0.2s;
}

    a:hover {
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address, table {
    margin-bottom: 1em;
}

.menu {
    margin: 0;
    list-style: none;
}

h6 {
    font-size: 100%;
}

h5 {
    font-size: 115%;
}

h4 {
    font-size: 125%;
}

h3 {
    font-size: 150%;
}

h2 {
    font-size: 175%;
}

h1 {
    font-size: 200%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    height: auto;
}

.inputbox, input[type="text"], input[type="email"], input[type="password"], textarea.text-box {
    padding: 12px 30px;
    background: #fff;
    border: 1px solid #94B3AC;
    height: 52px;
    line-height: 26px;
    font-size: 17px;
    color: #161616;
    border-radius: 0;
}

    .inputbox.placeholder, input[type="text"].placeholder, input[type="email"].placeholder, input[type="password"].placeholder, textarea.text-box.placeholder {
        opacity: 0.5;
    }

    .inputbox:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea.text-box:-moz-placeholder {
        opacity: 0.5;
    }

    .inputbox::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea.text-box::-moz-placeholder {
        opacity: 0.5;
    }

    .inputbox:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea.text-box:-ms-input-placeholder {
        opacity: 0.5;
    }

    .inputbox::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea.text-box::-webkit-input-placeholder {
        opacity: 0.5;
    }

    .inputbox.error, input[type="text"].error, input[type="email"].error, input[type="password"].error, textarea.text-box.error {
        color: red;
        border-color: red;
    }

.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input, .k-multiselect-wrap, .k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
    border: 1px solid #94B3AC;
}

select.inputbox {
    padding: 0 0 0 26px;
    height: 52px;
    appearance: none;
    background: #fff url('images/select-angle.png') 100% 0 no-repeat;
}



textarea.inputbox, textarea.text-box {
    height: auto;
}

.button {
    display: inline-block;
    border: none;
    text-decoration: none;
    text-align: center;
    background: #94B3AC;
    color: #fff;
    padding: 0 35px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.2s;
    min-width: 210px;
}
    .button:hover {
        background: #9ec4bb;
        text-decoration: none;
    }

    .button.button-outline {
        color: #94B3AC;
        border: 1px solid #94B3AC;
        font-size: 16px;
        height: 38px;
        line-height: 36px;
        padding: 0 25px;
        background: #fff;
        min-width: 160px;
    }
    .button.button-outline:hover {
        background: #f8fcfc;
    }
    .button.button-secondary {
        background: #DB857A;
    }
    .button.button-secondary:hover {
        background: #ee8679;
    }
    .button.button-large {
        font-size: 30px;
        height: 68px;
        line-height: 68px;
        min-width: 427px;

    }

.form_list {
}

    .form_list li {
    }

.jquery-checkbox {
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    width: 18px;
    height: 18px;
    border: 1px solid #94B3AC;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

    .jquery-checkbox span {
        display: block;
    }

    .jquery-checkbox .mark {
        
        background: url('data:image/svg+xml;utf8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 0C8.72 0 8.47 0.125714 8.29 0.331429L4 5.24571L1.71 2.61714C1.53 2.41143 1.28 2.28571 1 2.28571C0.45 2.28571 0 2.8 0 3.42857C0 3.74857 0.11 4.03429 0.29 4.24L3.29 7.66857C3.47 7.87429 3.72 8 4 8C4.28 8 4.53 7.87429 4.71 7.66857L9.71 1.95429C9.89 1.74857 10 1.46286 10 1.14286C10 0.514286 9.55 0 9 0Z" fill="%23161616"/></svg>') 50% 50% no-repeat;
        background-size: contain;
        width: 10px;
        height: 8px;
        position: relative;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

.jquery-checkbox-checked .mark {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radiobox {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #c1c1c1;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
}

    .radiobox .mark {
        width: 6px;
        height: 6px;
        background-color: #001e33;
        border-radius: 50%;
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }

.radiobox-checked .mark {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.winners_descr .button_more, .news_readmore, .article_readmore {

}

.k-dropdown-wrap.k-state-hover {
    background: #fff;
}

.k-combobox.inputbox {
    padding: 0;
    border: none;
    background: #fff;
    display: block;
}

    .k-combobox.inputbox .k-dropdown-wrap {
        padding: 0 52px 0 0;
        border: 1px solid #94B3AC;
        height: 52px;
        color: #161616;
        border-radius: 0;
        box-shadow: none;
        box-sizing: border-box;
    }

        .k-combobox.inputbox .k-dropdown-wrap .k-input {
            height: 50px;
            box-sizing: border-box;
            padding: 12px 0 12px 30px;
            line-height: 26px;
            font-size: 17px;
            background: none;
            border: none;
            box-shadow: none;
            text-indent: 0;
        }


        .k-combobox.inputbox .k-dropdown-wrap .k-select {
            border-color: #94B3AC;
            width: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .k-combobox.inputbox .k-dropdown-wrap .k-select .k-icon {
            background: none;
            position: relative;
        }
        .k-combobox.inputbox .k-dropdown-wrap .k-select .k-icon:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            border-width: 7px 7px 0;
            border-style: solid;
            border-color: #94B3AC transparent transparent;
            margin-top: 2px;
        }


.dn {
    display: none;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

@media (max-width: 575px) {
    .button.button-large {
        font-size: 16px;
        height: 38px;
        line-height: 38px;
        min-width: 210px;

    }
}
    

/****** Slider overrides ********/

.slider_wrap {
    position: relative;
}

.slider_wrap .slider {
    margin: 0;
    padding: 0 105px;
    list-style: none;
}

.slick-slider {
    padding: 0 105px;
    position: relative;
    margin-bottom: 48px;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: 3px solid #94B3AC;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -999em;
    background: #F1F6F5;
    z-index: 10;
    transition: all 0.2s;
}
.slick-slider .slick-arrow:hover {
    background-color: #e2eeea;
}

.slick-slider .slick-arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slick-slider .slick-prev {
    left: 0;
}

.slick-slider .slick-prev:before {
    background: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 25 25" fill="%2394B3AC" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 25L14.7031 22.7969L5.98437 14.0625L25 14.0625L25 10.9375L5.98437 10.9375L14.7187 2.21875L12.5 -5.46392e-07L-5.46392e-07 12.5L12.5 25Z"/></svg>') 50% 50% no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.slick-slider .slick-next {
    right: 0;
}

.slick-slider .slick-next:before {
    background: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 25 25" fill="%2394B3AC" xmlns="http://www.w3.org/2000/svg"><path d="M12.5 25L10.2969 22.7969L19.0156 14.0625L6.14691e-07 14.0625L4.78093e-07 10.9375L19.0156 10.9375L10.2813 2.21875L12.5 -5.46392e-07L25 12.5L12.5 25Z"/></svg>') 50% 50% no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
}

@media (max-width: 1600px) {
    .slider_wrap .slider {
        padding: 0 75px;
    }
    .slick-slider .slick-arrow {
        width: 50px;
        height: 50px;
        border-width: 2px;
    }
    .slick-slider .slick-prev:before,
    .slick-slider .slick-next:before {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 575px) {
    .slider_wrap .slider {
        padding: 0;
        margin: 0 -20px;
    }

    .slick-slider .slick-arrow {
        width: 30px;
        height: 30px;
        border-width: 1px;
    }
    .slick-slider .slick-prev:before,
    .slick-slider .slick-next:before {
        width: 15px;
        height: 15px;
    }

    .slick-slider .slick-prev {
        left: 5px;
    }
    .slick-slider .slick-next {
        right: 5px;
    }
}

/************************************* Main Stiles ************************************/

html {
    min-width: 320px;
}

body {
    width: 100%;
}

.width {
    max-width: 1608px;
    margin: 0 auto;
    position: relative;
    
}

    .width:after {
        content: '';
        display: table;
        clear: both;
    }

.container {
    margin: 0 auto;
    
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    max-width: 1568px;
}


/***** Header *****/

.header {
    position: relative;
    z-index: 5;
}

.header_top {
    margin-bottom: 40px;
}

    .header_top .container {
        padding-top: 57px;
        max-width: 1400px;
    }

.header_social {
    position: absolute;
    right: 10px;
    top: 0;
}

    .header_social li {
        float: left;
        margin-left: 4px;
    }

    .header_social a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        font-size: 23px;
        width: 28px;
        height: 54px;
        text-align: center;
        line-height: 37px;
        padding-top: 20px;
        
        background-color: #003c60;
    }
    .header_social a i:before {
        display: block;
    }

    .header_social .fb {
        background-color: #003c60;
    }

    .header_social .tw {
        background-color: #0488bb;
    }

    .header_social .yt {
        background-color: #992222;
    }

    .header_social .ig {
        background-color: #906ca5;
    }

.header_wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.home .header_wrap {
    display: block;
}


.header_lang {
    position: absolute;
    display: flex;
    align-items: center;
    right: 154px;
    top: 0;
}
    .header_lang ul {
        display: flex;
        align-items: center;
    }
        .header_lang ul li {
            padding: 0;
            line-height: 0;
        }
            .header_lang ul li a {
                padding: 13px 0 13px 20px;
                display: block;
            }
            .header_lang ul li span.current_lang {
                padding: 13px 0 13px 20px;
            }
            .header_lang ul li img {
                width: 44px;
            }

.header_logo {
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
    font-size: 0;
    width: 243px;
}

.home .header_logo {
    margin-right: 28px;
}

.header_content {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    padding-left: 60px;
    margin-left: 60px;
    border-left: 1px solid rgba(148, 179, 172, 0.4);
    text-align: left;
}

.home .header_content {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    text-align: center;
}

    .header_content .menu {
        display: inline-block;
        vertical-align: middle;
    }

        .header_content .menu li {
            display: inline-block;
            vertical-align: middle;
        }

    .header_content .flags {
        line-height: 0;
        font-size: 0;
        padding: 0;
        display: flex;
    }

        .header_content .flags li {
            margin: 0 6px;
        }

    .header_title {
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 14px;
        max-width: 500px;
    }

    .header_content .log_in {
        line-height: 0;
        font-size: 0;
        padding: 0;
        margin: 0 -7px;
    }

        .header_content .log_in li {
            padding: 4px 7px;
        }

        .header_content .log_in .button {
            font-size: 18px;
            line-height: 48px;
            height: 48px;
            width: 210px;
            padding: 0;
        }

        .header_content .log_in .button_register {
        }

        .header_content .log_in .button_more {
        }

.header_slogan {
    font-size: 67px;
    text-transform: uppercase;
    line-height: 65px;
    letter-spacing: 0.04em;
}

.header_descr {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}


.header_achievements {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}

.header_nav {
    max-width: 1608px;
    margin: 0 auto;
    background-color: #161616;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    
}

    .header_nav li {
        display: inline-block;
    }

    .header_nav a {
        display: inline-block;
        padding: 15px 20px;
        color: #ffffff;
        text-decoration: none;
    }

        .header_nav a:hover {
            color: #DB857A;
        }

    .header_nav .active > a {
        color: #DB857A;
    }

    .header_nav .log_in {
        display: none;
    }


.current_lang {
    
}

@media (max-width: 991px) {
    .header_wrap {
        display: block;        
    }
    .header_content {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        text-align: center;
    }

    .header_social a {
        font-size: 20px;
        line-height: 20px;
        height: 40px;
        padding-top: 10px;
    }
    .header_lang ul li a,
    .header_lang ul li span.current_lang {
        padding: 10px 0 10px 10px;
    }
    .header_lang ul li img {
        width: 32px;
    }

    .header_nav {
        margin-left: 0;
        margin-right: 0;
        left: 0;
        top: 0;
        position: absolute;
    }
    
    .header_content {
        display: block;
    }
    
    .header_boot {
        display: none;
    }
    
    
    .header_menus {
        margin: 0 auto;
    }
    
    
    .header_menus .flags {
        position: absolute;
        right: 0;
        top: 100%;
        background: rgba(0, 96, 123, 0.8);
        border: 1px solid #fff;
        border-radius: 5px;
        margin: 0;
        padding: 0;
        min-width: 100%;
    }
    
    .header_menus .flags li {
        display: block;
        margin: 0;
    }
    
    .header_menus .flags a {
        padding: 5px;
        display: block;
    }
    
    /* .current_lang {
        display: block;
        padding: 5px;
        border: 1px solid #fff;
        background: rgba(255, 255, 255, 0.6);
        border-radius: 5px;
        position: relative;
        cursor: pointer;
        z-index: 3;
    }
    
    .current_lang:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 0px;
        height: 0px;
        background: none;
        border-style: solid;
        border-width: 6px 4px 0 4px;
        border-color: #000 transparent transparent transparent;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    
    .current_lang.is-active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .current_lang img {
        display: inline-block;
        vertical-align: middle;
    } */
    
    .header_nav {
        background: none;
        z-index: 3;
        width: auto;
        height: auto;
        text-align: left;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    
    [dir="rtl"] .header_nav {
        text-align: right;
    }
    
    .header_nav .nav {
        display: none;
        clear: both;
        background: #71938b;
        width: 240px;

    }
    
    .header_nav .log_in {
        display: block;
    }
    
    .header_nav .hamburger {
        display: block;
        line-height: 0;
    }
    
    [dir="rtl"] .header_nav .hamburger {
        float: right;
    }
    
    .header_nav li {
        display: block;
    }
    
    .header_nav li+li {
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }
    
    .header_nav .menu+.menu {
        border-top: 1px solid rgba(255, 255, 255, 0.6);
    }
    
    .header_nav a {
        display: block;
        padding: 10px 20px;
        font-size: 17px;
    }
}


.login_widget {
    background: #fff;
    position: absolute;
    top: 0;
    left: 104px;
    padding: 1px 15px 3px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #161616;
    font-weight: 600;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login_widget a {
    color: #161616;
    text-decoration: none;
}

.login_widget a:hover {
    text-decoration: underline;
}


@media (max-width: 991px) {
    .header_nav a:hover {
        color: #e2eeea;
    }
}

@media (max-width: 575px) {
    .header_lang {
        right: 10px;
    }

    .current_lang {
        display: none;
    }

    .header_social {
        display: none;
    }

    .login_widget {
        left: 50%;
        transform: translateX(-50%);
    }

    .header_nav {
        left: 0;
        top: 0;
    }

    .header_nav .nav {
        width: 100vw;
    }

}

@media (max-width: 575px) {

}


/*** Hamburger ***/

.hamburger {
    line-height: 0;
    margin: 5px;
    padding: 7px;
    display: none;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 32px;
    height: 4px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -13px;
}

.hamburger-inner::after {
    bottom: -13px;
}

/* Hamburger Slider */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-6.85714px, -9px, 0);
    transform: rotate(-45deg) translate3d(-6.85714px, -9px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}



/*** Middle ***/

.section {
    position: relative;
}

    .section .container {
        position: relative;
        z-index: 2;
    }

.heading {
    text-align: center;
    text-transform: uppercase;    
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sub_heading {
    text-align: center;
    color: #DB857A;
    font-size: 39px;
    line-height: 42px;
    margin-bottom: 18px;
    font-weight: 300;
}


@media (max-width: 575px) {
    .heading {
        font-size: 30px;
        line-height: 1.1;
    }
}

/***** Home Top ******/

.home .header {
    
}

.home .header_top {
    margin-bottom: 60px;
}

    .home .header_top .container {
        padding-top: 35px;
    }

.home .header_logo {
    display: block;
    margin: 0 auto 23px;
    width: 271px;
}

.home .header_slogan {
    display: none;
}

.home .header_menus {
    margin: 0 auto;
}

.home .header_content {
    position: relative;
}

    .home .header_content .menu {
        display: block;
    }

    .home .header_content .flags {
        margin-bottom: 16px;
    }

.home .header_boot {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
}

@media (max-width: 991px) {
    .home .header_logo {
        width: 120px;
        margin: 0 auto 20px;
    }
}

.home .middle {
    
}

.no-backgroundblendmode .home .middle {
    background-image: none;
}

.home .middle .section:not(:last-child) {
    position: relative;
}
    .home .middle .section:not(:last-child):after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 3px solid #94B3AC;
    }


.home .heading {
    
}

.home .container {
    max-width: 1568px;
}

    .home .section_main_categories .section_inn {
    }

.no-backgroundblendmode .home .section_main_categories .section_inn {
    background-image: none;
}



.home .section_main_categories .heading {
    margin: 0 0 28px;
}


.home .section_main_categories .text {
    margin-bottom: 24px;
    text-align: center;
}

.home .main_categories_descr {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}
    
    .home .section_main_categories .text p:last-child {
        margin-bottom: 0;
    }

.home .section_main_categories .buttons {
    display: flex;
    justify-content: center;
}


    
.homebanners_slider {
    margin-bottom: 48px;
}

.section_main_categories_homebanners .container {
    /* max-width: 1358px; */
    padding: 0;
}

.homebanners_slider .slick-arrow {
    top: 300px;
}


.homebanners_slider .slider > li {}

.homebanners_slider .slider .slick-slide {
    position: relative;
}

@media (max-width: 1600px) {
    .section_main_categories_homebanners .container {
        padding: 0 20px;
    }
    .home .middle .section:not(:last-child):after {
        left: 20px;
        right: 20px;
        width: auto;
    }
}
@media (max-width: 991px) {
    .homebanners_slider .slick-arrow {
        top: 200px;
    }
}
@media (max-width: 575px) {
    .homebanners_slider .slick-arrow {
        top: 150px;
    }
}

/*** Categories ***/

.winners_descr {
    
}

    .winners_descr figure {
    }

        .winners_descr figure img {
            display: block;
            height: 600px;
            width: 100%;
            object-fit: cover;
            margin-bottom: 10px;
        }
        

    .winners_descr figcaption {
        font-size: 16px;
    }

    .winners_descr .text {
        margin-bottom: 24px;
        text-align: center;
    }
        .winners_descr .text p:last-child {
            margin-bottom: 0;
        }

    .winners_descr .buttons {
        display: flex;
        justify-content: center;        
    }


.categories_warp {
    max-width: 1158px;
    margin: 0 auto;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 0 -20px -40px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.categories_title {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}

    .categories > li, .categories_title > li {
        display: flex; 
        align-items: stretch;
        width: 25%;
        flex: 0 0 25%;
        padding: 0 20px 40px;       
    }

    .categories_title li {
    }

    .categories_title a.category_link {
        padding: 16px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .categories_title .category_link:hover {
        background: #DB857A;
        text-decoration: none;
    }

    .categories_title .category_title {
        border: none;
        margin: 0;
        font-size: 20px;
    }

    .categories_title .category_ico {
        margin: 0 auto 13px;
        background-image: url("images/sprite.png");
        background-position: -62px -40px;
        width: 37px;
        height: 29px;
    }

    .categories_title+.categories {
        margin-top: 0;
    }

    .categories_title+.categories li {}

    .category_final {
        line-height: 34px;
    }

a.category_link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    padding: 14px 16px;
    font-weight: 600;
    text-align: center;
    background-color: #94B3AC;
    transition: background-color 0.2s;
    min-height: 150px;
    width: 100%;
}

    a.category_link:hover {
        background-color: #DB857A;
    }

.category_title {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.category_descr {
    display: block;
}

.congrats {
    text-align: center;
    margin-top: 100px;
    padding-top: 84px;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    color: #DB857A;
    position: relative;
}

    .congrats:before {
        content: '';
        background: url("images/cup.svg") 50% 50% no-repeat;
        background-size: contain;
        width: 60px;
        height: 68px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media (max-width: 991px) {
    .categories_title {
        margin: 0 -10px;
    }
    .categories {
        margin: 0 -10px -40px;
    }
    .categories > li, .categories_title > li {
        width: 33.3333%;
        flex: 0 0 33.3333%;
        padding: 0 10px 30px;
    }
    .congrats {
        margin-top: 50px;
    }
    .winners_descr figure img {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .categories > li, .categories_title > li {
        width: 50%;
        flex: 0 0 50%;
    }
    .congrats {
        margin-top: 40px;
    }
    
}
@media (max-width: 575px) {
    .winners_descr figure img {
        height: 300px;
    }
    .winners_descr figcaption {
        padding: 0 20px;
        text-align: center;
        font-size: 14px;
    }
    a.category_link {
        min-height: 120px;
    }
}
@media (max-width: 399px) {
    .categories > li, .categories_title > li {
        width: 100%;
        flex: 0 0 100%;
    }
    .congrats {
        margin-top: 40px;
    }
}



/*** How it Works ***/

.section_howitswork {
}

    .section_howitswork .container {
    }

    .section_howitswork .heading {}

.howitswork_descr {
    max-width: 850px;
    margin: 0 auto 54px;
    text-align: center;
}

.howitswork {
    margin: 52px auto 0;
    padding: 0;
    list-style: none;
    max-width: 902px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .howitswork a {
        color: #ffffff;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 200px;
        height: 200px;
        
        border-radius: 50%;
        background-color: #94B3AC;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        text-align: center;
    }

        

    .howitswork .arr {
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .howitswork .arr:before {
        content: "";
        display: block;
        width: 57px;
        height: 38px;
        background: url('images/arrow-steps.png') 50% 50% no-repeat;
    }


    .howitswork .title {
        font-size: 26px;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 10px;
        transition: all 0.2s;
    }

    .howitswork .ic {
        display: block;
        text-align: center;
        height: 40px;
        width: 48px;
        margin-bottom: 12px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transition: all 0.2s;
        max-height: 48px;
        overflow: hidden;
    }
    .howitswork .ic.ic-register {
        background-image: url('images/register.png');
    }
    .howitswork .ic.ic-upload {
        background-image: url('images/upload.png');
    }
    .howitswork .ic.ic-camera {
        background-image: url('images/camera.png');
    }

    .howitswork .descr {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        white-space: normal;
        overflow: hidden;
        max-width: 100%;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.2;
        padding: 0 10px;
        transition: all 0.2s;
        margin-bottom: 11px;
    }
    
    .howitswork .button {
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        color: #ffffff;
        height: 24px;
        border: 1px solid #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 0 6px;
        line-height: 22px;
        background: none;
        transition: all 0.2s;
        min-width: 0;
    }

    .howitswork a:hover {
        background-color: #DB857A;
    }
    
        .howitswork a:hover .ic {
            max-height: 0;
            opacity: 0;
            visibility: hidden;
        }
        
        
        .howitswork a:hover .title {
            margin-bottom: 4px;
        }

        .howitswork a:hover .descr {
            opacity: 1;
            visibility: visible;
            max-height: 100px;
            margin-bottom: 4px;
        }
        
        .howitswork a:hover .button {
            opacity: 1;
            visibility: visible;
            max-height: 24px;
            margin-top: 4px;
            background: none;
        }

@media (max-width: 767px) {
    .howitswork {
        flex-direction: column;
    }
    .howitswork .arr {
        height: 70px;
        width: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotate(90deg);
    }

}

/*** Categories Slider ***/

.categories_slider {
    padding: 0;
    margin-bottom: 54px;
}


    .categories_slider .slick-track {
        display: flex;
        align-items: stretch;
    }
    .categories_slider .slick-slide {
        
    }

    .categories_slider .slick-arrow {
        top: 32px;
        transform: none;
    }

    .categories_slider .slider > li {
        width: 222px;
        padding: 0 28px;
    }

    .categories_slider .slider .slick-slide {
        position: relative;
        padding: 0 28px;
        
        float: none;
        height: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

        .categories_slider .slider .slick-slide:before {
            content: '';
            position: absolute;
            left: -1px;
            bottom: 0;
            top: 0;
            border-left: 1px solid rgba(148, 179, 172, 0.4);
            transition: border-color 0.3s;
        }





.category_more_button {
    
}

.section_categories {
    padding: 45px 0 93px;
}

    .section_categories .heading {
        margin-bottom: 30px;
    }

    .section_categories .container {
        /* max-width: 1356px; */
        padding: 0;
    }

    .section_categories .buttons {
        text-align: center;
    }
    .section_categories .buttons .button {
        height: 68px;
        line-height: 68px;
        font-size: 30px;
    }

    .section_categories .buttons .sale_secr {
        font-size: 24px;
        font-weight: 600;
        margin-top: 20px;
    }

.section_categories .category_img {
    max-width: 150px;
    text-align: center;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px;
}
    .section_categories .category_descr {
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .section_categories .category_more_button {
        margin-top: auto;
    }

@media (max-width: 1600px) {
    .section_categories .container {        
        padding: 0 20px;
    }
}

/*** Year ***/

.section_yearphotorule .heading {
    margin-bottom: 30px;
}

.section_yearphotorule .container {
    /* max-width: 1356px; */
    padding: 0;
}

.yearphotorule_slider {
    padding: 0;
    margin-bottom: 54px;
}

    

    .yearphotorule_slider .slider > li {
        width: 222px;
        padding: 0 28px;
    }

    .yearphotorule_slider .slider .slick-slide {
        position: relative;
        padding: 0 28px;
        
    }

        .yearphotorule_slider .slider .slick-slide:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: calc(100% - 39px);
            border-left: 1px solid rgba(255, 255, 255, 0);
            transition: border-color 0.3s;
        }

    .yearphotorule_slider .slider .slick-active + .slick-active:before {
        border-color: rgba(255, 255, 255, 0.15);
    }

.yearphotorule_img {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
}

.yearphotorule_descr {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
}

.yearphotorule_more_button {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 10px;
    height: 24px;
    line-height: 22px;
}



.section_yearphotorule .buttons .button {
}

.section_yearphotorule .buttons .sale_secr {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 300;
}

@media (max-width: 1600px) {
    .section_yearphotorule .container {
        padding: 0 20px;
    }
}

/*** Winners **/

.section_winners {}
    .section_winners .container {
        /* max-width: 1358px; */
        padding: 0;
    }
    .section_winners .heading {
        margin-bottom: 69px;
    }


.winners_slider {
    
}

    .winners_slider .slider .slick-slide {
        position: relative;
        padding: 0 35px;
    }

        .winners_slider .slider .slick-slide:before {
            content: '';
            position: absolute;
            display: block;
            left: -1px;
            width: 1px;
            bottom: 0;
            height: 100%;
            background: rgba(148, 179, 172, 0.4);
            transition: border-color 0.3s;
        }

    .winners_slider .slider .slick-active + .slick-active:before {
    }


.winners_buttons {
    margin-top: 56px;
    text-align: center;
}

.winners_buttons .heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

.winners_buttons .button {
    
}

.winners_buttons .sale_secr {
    margin-top: 20px;
}
    

.user_box {
    margin-bottom: 35px;
    text-align: left;
    display: flex;
}

    .user_box .user_avatar {
        width: 116px;
        flex: 0 0 116px;
        height: 116px;
        border-radius: 50%;
        margin-right: 16px;
    }
    .user_box .user_avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }
    
    .user_box .user_name {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 14px;
    }
    
    .user_box .user_from {
        font-size: 19px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 9px;
    }
    
    .user_box .user_prize {
        color: #DB857A;
        font-size: 16px;
        font-weight: bold;
        line-height: 31px;
        overflow: hidden;
        position: relative;
        margin-bottom: 4px;
        display: flex;
        align-items: flex-start;
    }
    
    .user_box .user_prize .user_prize_ico {
        width: 31px;
        flex: 0 0 31px;
        height: 31px;
        border: 2px solid #DB857A;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-right: 10px;

    }
    
    .user_box .user_prize .user_prize_ico:before {
        content: '';
        width: 13px;
        height: 15px;
        background: url("images/cup.svg") 50% 50% no-repeat;
        background-size: contain;
    }
    
    .user_box .user_prize_title {
        flex: 1;
        color: #DB857A;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .user_box .user_descr {
        
    }
    
    .user_credit {
        font-size: 14px;
        margin-top: 10px;
    }
    
    .user_image {
        display: block;
        line-height: 0;
        background: #92bad6;
        position: relative;
        height: 212px;
        overflow: hidden;
    }
    .user_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .user_box .user_image .zoom_ico {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        width: 70px;
        height: 70px;
        border: 2px solid #003c60;
        
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        opacity: 0;
        border-radius: 50%;
    }
    
    .user_box .user_image .zoom_ico:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-image: url("images/sprite.png");
        background-position: -159px 0px;
        width: 30px;
        height: 30px;
    }
    
    .user_box .user_image img {
        display: block;
        width: 100%;
        height: auto;
        transition: opacity 0.3s;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .user_box .user_image:hover img {
        opacity: 0.3;
    }
    
    .user_box .user_image:hover .zoom_ico {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }



.users_list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .users_list > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
    }

    .users_list .user_avatar {
        width: 62px;
        height: 62px;
        float: none;
        margin: 0 auto 4px;
    }

    .users_list .user_name {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 14px;
    }

    .users_list .user_from {
        font-size: 12px;
        font-weight: 300;
        line-height: 15px;
        margin: 0;
    }

.user_box_list {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    width: 100%;
}
.user_box_list .home_recent_winner_list {
    margin: 0 20px 0 0;
    width: 180px;
}
.user_box_list .home_recent_winner_list li {
    display: flex;
    align-items: center;
}
.user_box_list .home_recent_winner_list li:not(:last-child) {
    margin-bottom: 5px;
}
.user_box_list .home_recent_winner_list li .round_image {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    margin-right: 10px;
}
.user_box_list .home_recent_winner_list li .round_image img {
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    text-indent: -9999em;
    background: #eee;
}
.user_box_list .home_recent_winner_list li .title_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
}

.user_box_inf {
    text-align: center;
}

    .user_box_inf .user_prize, .user_box_inf .user_descr {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }

@media (max-width: 1600px) {
    .section_winners .container {
        padding: 0 20px;
    }
}
@media (max-width: 991px) {
    .winners_slider .slider .slick-slide {
        padding: 0 20px;
    }
    .winners_slider .slider .slick-slide:before {
        display: none;
    }
    .user_box {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .winners_slider .slider .slick-slide {
        padding: 0;

    }
    .user_box {
        padding: 0 20px;
    }
    .user_credit {
        padding: 0 20px;
    }
    .winners_buttons {
        padding: 0 20px;
    }

    .user_box .user_avatar {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
    }
    .user_box .user_name {
        font-size: 16px;
    }
}


.section_partners {
    
}

    .section_partners .heading {
        margin-bottom: 75px;
    }

.partners ul {
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .partners ul li {
        padding: 10px;
    }


/*** Contact Form ***/

.section_contact_form {
    
}

.section_contact_form:after {
    display: none !important;
}

.contacts_form {
    max-width: 1113px;
    margin: 0 auto;
    text-align: left;
}
    .contacts_form .heading {
        margin-bottom: 12px;
    }
    .contacts_form .sub_heading {
        font-size: 24px;
        font-weight: 600;
        color: #161616;
        margin-bottom: 53px;
    }

    .contacts_form .form_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

        .contacts_form .form_list > li {
            padding: 0 15px;
            flex: 0 0 50%;
            width: 50%;
        }

        .contacts_form .form_list .message {
            width: 100%;
            flex: 0 0 100%;
        }

        .contacts_form .form_list .buttons {
            text-align: center;
            flex: 0 0 100%;
            width: 100%;
        }
        .contacts_form .form_list .buttons .g-recaptcha > div {
            margin: 0 auto;
        }

            .contacts_form .form_list .buttons .button {
            }

    .contacts_form .inputbox {
        width: 100%;
        /* height: 52px;
        line-height: 40px;
        border: 1px solid #94B3AC;
        color: #161616;
        padding: 4px 20px;
        font-size: 17px; */
    }

        .contacts_form .inputbox.placeholder {
            opacity: 0.5;
            color: #161616;
        }

        .contacts_form .inputbox:-moz-placeholder {
            opacity: 0.5;
            color: #161616;
        }

        .contacts_form .inputbox::-moz-placeholder {
            opacity: 0.5;
            color: #161616;
        }

        .contacts_form .inputbox:-ms-input-placeholder {
            opacity: 0.5;
            color: #161616;
        }

        .contacts_form .inputbox::-webkit-input-placeholder {
            opacity: 0.5;
            color: #161616;
        }

    .contacts_form textarea.inputbox {
        height: 110px;
        resize: none;
    }

    .contacts_form .input_warp label {
        padding: 5px 29px;
        line-height: 42px;
        font-size: 24px;
        font-weight: 300;
        color: #ffffff;
    }

@media (max-width: 575px) {
    .contacts_form .form_list > li {
        width: 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }
}
    
/*** News - Success Stories ***/

.section_news {
    overflow-x: hidden;
}

    .section_news .heading {
        margin-bottom: 90px;
    }

    .section_news .container {
        max-width: 1360px;
    }

    .news_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: stretch;
        margin: 0 -44px 0 -54px;
        padding: 0;
        list-style: none;
        text-align: justify;
        overflow: hidden;
    }
    
    .news_list > li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        flex: 0 0 50%;
        padding: 0 44px 0 54px;
        
        position: relative;
        margin-bottom: 80px;
        text-align: left;
        display: flex;
        align-items: flex-start;;
    }
    .news_list > li:nth-child(2n) {
        border-left: 1px solid #94B3AC;
    }
    
    .news_list > li .news_img {
        width: 300px;
        flex: 0 0 300px;
        line-height: 0;
    }
    .news_list > li .news_img img {
        width: 300px;
        height: 200px;
        object-fit: cover;
    }

    .news_list > li .over {
        flex: 1;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
    }

    
    .news_list > li .news_title {
        color: #161616;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 11px;
    }
    .news_list > li .news_title a {
        color: #161616;
    }
    .news_list > li .news_title a:hover {
        /* color: #DB857A; */
    }
    
    .news_list > li .news_intro {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .news_list > li .news_readmore {
        margin-top: auto;
    }
    
    .section_news .news_buttons {
        text-align: center;
    }
    
    .section_news .news_buttons .button {
        
    }

.section_button {
    border: 3px solid #94B3AC;
    width: 70px;
    height: 70px;
    background: #F1F6F5;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    border-radius: 50%;
}

    .section_button:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url('data:image/svg+xml;utf8,<svg width="25" height="25" viewBox="0 0 25 25" fill="%2394B3AC" xmlns="http://www.w3.org/2000/svg"><path d="M25 12.5L22.7969 10.2969L14.0625 19.0156V0H10.9375V19.0156L2.21875 10.2812L0 12.5L12.5 25L25 12.5Z"/></svg>') 50% 50% no-repeat;
        width: 25px;
        height: 25px;
    }

@media (max-width: 1400px) {
    .news_list {
        margin: 0 -20px;
    }
    .news_list > li {
        padding: 0 20px;
    }
    .news_list > li .news_img {
        width: 200px;
        flex: 0 0 200px;
    }
    .news_list > li .news_img img {
        width: 200px;
        height: 133px;
    }
    .news_list > li .over {
        min-height: 0;
    }
 }
@media (max-width: 991px) {
    .section_news .heading {
        margin-bottom: 40px;
    }
    .news_list > li {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .news_list > li {
        display: block;
        text-align: center;
    }
    .news_list > li .news_img {
        width: 300px;

    }
    .news_list > li .news_img img {
        width: 300px;
        height: 200px;
    }
    .news_list > li .over {
        padding: 10px 0 0;
        align-items: center;
    }
}



.middle {
    margin: 0 auto;    
    max-width: 1608px;
    background: rgba(164, 194, 189, 0.15);
    padding: 0 50px;
}   
    .middle .section {
        padding: 88px 0 100px;
    }

@media (max-width: 1600px) {
    .middle {
        padding: 0;
    }
}
@media (max-width: 991px) {
    .middle .section {
        padding: 80px 0;
    }
}
    
    
.guide_list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.375;
}

    .guide_list li {
        padding-left: 47px;
        position: relative;
        margin-bottom: 23px;
    }

        .guide_list li:before {
            content: '';
            top: -5px;
            left: 0;
            width: 32px;
            height: 32px;
            border: 2px solid #DB857A;
            
            border-radius: 50%;
            position: absolute;
        }

        .guide_list li:after {
            content: '';
            position: absolute;
            background-image: url("images/sprite.png");
            background-position: -121px -88px;
            width: 17px;
            height: 15px;
            top: 2px;
            left: 8px;
        }

.prizes {
    margin: 0 -15px 45px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .prizes > li {
        width: 33%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        display: inline-block;
        vertical-align: top;
        
        padding: 0 25px;
    }

        .prizes > li + li {
            border-left: 1px solid #539fba;
        }

    .prizes.nominees {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .prizes.nominees > li {
            max-width: 327px;
            padding: 0 96px;
            box-sizing: content-box;
        }

        .prizes.nominees .prize_title {
            text-align: left;
            margin-left: 12px;
        }

        .prizes.nominees .prize_winner {
            margin-top: 30px;
        }

.prize_buttons {
    text-align: center;
}

    .prize_buttons .button {
        background-color: #DB857A;
        height: 68px;
        line-height: 68px;
        font-size: 30px;
        font-weight: 600;
        padding: 0 112px;
    }

.prize_title {
    color: #003c60;
    font-size: 34px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 25px;
}

    .prize_title sup {
        font-size: 65%;
        top: -0.6em;
    }

.prize_ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    width: 65px;
    height: 65px;
    
    border: 2px solid #beb416;
    border-radius: 50%;
    position: relative;
}

    .prize_ico:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .prize_ico.gold {
        border-color: #beb416;
    }

        .prize_ico.gold:before {
            background-image: url("images/sprite.png");
            background-position: -38px -111px;
            width: 36px;
            height: 42px;
        }

    .prize_ico.sliver {
        border-color: #919191;
    }

        .prize_ico.sliver:before {
            background-image: url("images/sprite.png");
            background-position: 0px -111px;
            width: 36px;
            height: 42px;
        }

    .prize_ico.bronze {
        border-color: #b5753d;
    }

        .prize_ico.bronze:before {
            background-image: url("images/sprite.png");
            background-position: -121px 0px;
            width: 36px;
            height: 42px;
        }

    .prize_ico.cyan {
        border-color: #268ecc;
    }

        .prize_ico.cyan:before {
            background-image: url("images/sprite.png");
            background-position: -121px -44px;
            width: 36px;
            height: 42px;
        }

    .prize_ico.blue {
        border-color: #135e8b;
    }

        .prize_ico.blue:before {
            background-image: url("images/sprite.png");
            background-position: -76px -111px;
            width: 36px;
            height: 42px;
        }

.prize_descr {
    color: #313131;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 3px;
    box-sizing: content-box;
    min-height: 66px;
}

    .prize_descr span {
        color: #DB857A;
    }

.prize_winner {
    margin-top: 45px;
    height: 72px;
    background-color: #003c60;
    margin-left: 47px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.prize_winner_img {
    position: absolute;
    left: -47px;
    top: 50%;
    margin-top: -44px;
    width: 89px;
    height: 89px;
    overflow: hidden;
    border-radius: 50%;
}

    .prize_winner_img img {
        max-width: 100%;
    }

.prize_winner_name {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.1;
    padding-left: 63px;
}

ul.prize_winner {
    margin: 45px 0 0;
    padding: 0;
    list-style: none;
}

    ul.prize_winner li {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 30px;
    }

    ul.prize_winner .prize_winner_img {
        left: 50%;
        top: -37px;
        width: 62px;
        height: 62px;
        margin: 0 0 0 -31px;
    }

    ul.prize_winner .prize_winner_name {
        padding: 0;
        font-size: 13px;
        line-height: 19px;
        text-align: center;
    }

.slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.photo_slider {
    text-align: center;
}

    .photo_slider figure {
        display: inline-block;
    }

    .photo_slider figcaption {
        text-align: left;
        color: #033348;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin-top: 7px;
    }

    .photo_slider img {
        margin: 0 auto;
    }

.slider_buttons {
    text-align: center;
    line-height: 0;
    font-size: 0;
    margin-bottom: 36px;
}

    .slider_buttons button {
        display: inline;
        width: 46px;
        height: 46px;
        border: 2px solid #003c60;
        border-radius: 50%;
        
        background: none;
        margin: 0 7px;
        position: relative;
    }

        .slider_buttons button:before {
            content: '';
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }

    .slider_buttons .slider_prev:before {
        background-image: url("images/sprite.png");
        background-position: -101px -40px;
        width: 18px;
        height: 14px;
    }

    .slider_buttons .slider_next:before {
        background-image: url("images/sprite.png");
        background-position: -159px -139px;
        width: 18px;
        height: 14px;
    }

    .slider_buttons .slider_zoom {
        border: 2px solid #DB857A;
    }

        .slider_buttons .slider_zoom:before {
            background-image: url("images/sprite.png");
            background-position: -159px -115px;
            width: 22px;
            height: 22px;
        }

.photo_slider_wrap {
    max-width: 934px;
    margin: 0 auto;
}

.thumbs_wrap {
    margin-bottom: 30px;
}

    .thumbs_wrap .slider {
        padding: 0 55px;
        position: relative;
    }

    .thumbs_wrap .slick-arrow {
        position: absolute;
        margin: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .thumbs_wrap .slider_prev {
        left: 0;
    }

    .thumbs_wrap .slider_next {
        right: 0;
    }

    .thumbs_wrap .slick-slide {
        margin: 0 14px;
        text-align: center;
    }

    .thumbs_wrap figure {
        display: inline-block;
    }

    .thumbs_wrap figcaption {
        color: #033348;
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        text-align: left;
    }

    .thumbs_wrap img {
        margin: 0 auto;
    }

    .thumbs_wrap .slick-dots {
        text-align: center;
        font-size: 0;
        line-height: 0;
        color: #cb670f;
        margin-top: 30px;
    }

        .thumbs_wrap .slick-dots li {
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
        }

        .thumbs_wrap .slick-dots a, .thumbs_wrap .slick-dots button {
            color: #033348;
            background: none;
            text-decoration: none;
            font-weight: 700;
            padding: 0 6px;
            display: inline-block;
        }

        .thumbs_wrap .slick-dots .thumbs_prev, .thumbs_wrap .slick-dots .thumbs_next {
            background: none;
            text-decoration: none;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
        }

        .thumbs_wrap .slick-dots .slick-active button {
            color: #cb670f;
        }

.sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 40px;
}

    .sponsors > li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .sponsors > .sep {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        margin: 0 5.4%;
        border-left: 1px solid #539fba;
    }

.sponsors_label {
    height: 45px;
    line-height: 41px;
    border: 2px solid #beb416;
    color: #beb416;
    margin: 37px;
    font-size: 32px;
    font-weight: 600;
}

    .sponsors_label.gold {
        color: #beb416;
        border-color: #beb416;
    }

    .sponsors_label.silver {
        color: #919191;
        border-color: #919191;
    }

    .sponsors_label.bronze {
        color: #b5753d;
        border-color: #b5753d;
    }

.sponsors_logo {
    background: #ffffff;
    margin: 0;
    padding: 20px;
    list-style: none;
}

    .sponsors_logo li + li {
        margin-top: 40px;
    }

.settings {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

    .settings:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

    .settings li {
        display: inline-block;
        vertical-align: top;
        width: 29%;
        margin-bottom: 53px;
        text-align: center;
    }

    .settings a {
        display: block;
        text-decoration: none;
    }

        .settings a:hover .settings_ico {
            background-color: #DB857A;
        }

.settings_title {
    color: #ffffff;
    height: 86px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #003c60;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    padding: 0 10px;
}

.settings_ico {
    height: 110px;
    background-color: #0598af;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s;
}

    .settings_ico img {
        display: block;
        margin: 0;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }


/*** Register ***/

.registration_form {
    text-align: center;
}

    .section_register_form {
        padding: 88px 0 70px;        
    }

    .section_register_form:not(:last-child) {
        border-bottom: 3px solid #94B3AC;
    }

    .section_register_form .container {
        max-width: 1170px;
    }

    .registration_form .form_list.cols2 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px -30px;
    }

        .registration_form .form_list.cols2 li {
            margin: 0;
            width: 50%;
            flex: 0 0 50%;
            padding: 0 15px;
            
        }

        .registration_form .form_list.cols2 .inputbox {
            width: 100%;
        }

.input_warp {
    position: relative;
    margin-bottom: 30px;
}

    .input_warp label {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: #003c60;
        font-size: 19px;
        line-height: 38px;
        cursor: pointer;
        padding: 5px 15px;
        
    }

        .input_warp label .req {
            color: #cd660a;
        }

    .input_warp input.not_empty + label,
    .input_warp input:focus + label,
    .input_warp input.not_empty + grammarly-btn + label,
    .input_warp input:focus + grammarly-btn + label, .input_warp textarea.not_empty + label,
    .input_warp textarea:focus + label,
    .input_warp textarea.not_empty + grammarly-btn + label,
    .input_warp textarea:focus + grammarly-btn + label {
        display: none;
    }

.checks_wrap {
    margin: 60px -20px -45px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .checks_wrap > li {
        display: block;
        text-align: left;
        width: 50%;
        flex: 0 0 50%;        
        margin-bottom: 45px;
        padding: 0 20px;
    }

.checks_title {
    position: relative;
    padding: 5px 0 5px 60px;
    line-height: 30px;
    color: #161616;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

    .checks_title .title_tip {
        position: absolute;
        left: 0;
        top: 0;
    }

.title_tip {
    width: 40px;
    height: 40px;
    background-color: #DB857A;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 38px;
    color: #fff;
}

    .title_tip:before {
        content: '?';
        font-size: 32px;
        font-weight: bold;
    }

.title_tip_content {
    display: none;
    width: 266px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    color: #161616;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.2;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 3;
    border: 1px solid #94B3AC;
}

.checks_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .checks_list li {
        margin-bottom: 13px;
        margin-left: 10px;
        display: flex;
        align-items: flex-start;
    }
    .checks_list li .jquery-checkbox {
        margin-top: 5px;
    }

    .checks_list label b, .checks_list label strong {
        color: #DB857A;
        font-weight: bold;
        margin-right: 0.3em;
    }

    .checks_list input[type="checkbox"] + label, .checks_list .jquery-checkbox + label {
        padding: 0 0 0 15px;
    }

.form_total_section {
    background-color: #161616;
    padding: 15px 0;
    margin: 0 -50px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

    .form_total_section .inputbox {
        border: none;
        background: #ffffff;
        width: 119px;
        height: 29px;
        padding: 5px 10px;
        color: #001e33;
        font-size: 19px;
        line-height: 1;
        margin: 0 13px;
    }

.section_form_footer {
    text-align: left;
}
    .section_form_footer .container {
        max-width: 850px;
    }


    .section_form_footer .secure {
        float: right;
    }

    .section_form_footer input[type="radio"],
    .section_form_footer input[type="checkbox"] {
        vertical-align: middle;
    }

    .section_form_footer label {
        vertical-align: middle;
    }

        .section_form_footer label img {
            vertical-align: middle;
            border: 1px solid #6dcbee;
            margin-left: 6px;
        }

    .section_form_footer .form_list {
    }

        .section_form_footer .form_list li {
            position: relative;
            padding-left: 33px;
        }

        .section_form_footer .form_list input[type="radio"],
        .section_form_footer .form_list input[type="checkbox"],
        .section_form_footer .form_list .radiobox,
        .section_form_footer .form_list .jquery-checkbox {
            position: absolute;
            left: 0;
            top: 4px;
        }

    .section_form_footer .buttons {
        text-align: center;
        margin-top: 25px;
    }

        .section_form_footer .buttons .button {
            background-color: #DB857A;
        }

@media (max-width: 1600px) {
    .form_total_section {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .header_logo {
        margin: 0 auto 23px;
    }
    .header_title {
        margin: 0 auto 12px;
        font-size: 26px;
    }
    .checks_wrap > li {
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .registration_form .form_list.cols2 li {
        flex: 0 0 100%;        
        width: 100%;
    }
    .section_form_footer .secure {
        float: none;
    }
    .section_form_footer .secure img {
        margin: 0 auto 20px;
        display: block;
    }
}


.blog {
    margin: 36px 0 0 -70px;
    line-height: 0;
    font-size: 0;
}

.blog_article {
    width: 33%;
    padding-left: 70px;
    
    margin-bottom: 70px;
    text-align: left;
    vertical-align: top;
}

[dir="rtl"] .blog_article {
    text-align: right;
}

.blog_article_title {
    color: #DB857A;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.blog_article_subtitle {
    color: #003c60;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blog_article_img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    background-size: cover;
    background-position: 50%;
}

    .blog_article_img:before {
        content: '';
        display: block;
        padding-top: 54%;
    }

.blog_article_info {
    color: #003c60;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}

    .blog_article_info span + span:before {
        content: '|';
        margin: 0 0.3em;
    }

.blog_article_intro {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
}

    .blog_article_intro p {
        margin: 0;
    }

.article_readmore {
    color: #DB857A;
    border-color: #DB857A;
    height: 26px;
    line-height: 24px;
    padding: 0 15px;
    font-size: 15px;
    transition: color 0.3s, background-color 0.3s;
}

    .article_readmore:hover {
        background: #DB857A;
        color: #ffffff;
    }

.article .heading {
    margin-bottom: 21px;
}

.article_intro {
    color: #003c60;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 9px;
}

    .article_intro p:last-child {
        margin: 0;
    }

.article_info {
    color: #DB857A;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 15px;
}

    .article_info span + span:before {
        content: '|';
        margin: 0 0.3em;
    }

.article_big_image {
    margin-bottom: 41px;
}

    .article_big_image img {
        display: block;
        margin-bottom: 17px;
    }

.article_photoby {
    color: #003c60;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.article_buttons {
    text-align: center;
    margin-top: 35px;
}

    .article_buttons .button {
        background-color: #DB857A;
        padding: 0 30px;
    }

.brdcms {
    margin-bottom: 30px;
    color: #003c60;
}

    .brdcms ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .brdcms li {
        display: inline-block;
    }

        .brdcms li + li:before {
            content: '>';
            margin: 0 0.3em;
        }

    .brdcms a {
        color: #003c60;
    }

.pagination {
    margin: 1.5em 0;
    font-size: 20px;
    line-height: 30px;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .pagination li {
        display: inline-block;
        margin: 0 0.5em;
        vertical-align: top;
    }

    .pagination a {
        text-decoration: none;
        color: #DB857A;
        display: inline-block;
    }

        .pagination a:hover {
            text-decoration: underline;
        }

    .pagination .next_link, .pagination .prev_link {
        font-size: 1.5em;
        line-height: 30px;
    }

        .pagination .next_link:hover, .pagination .prev_link:hover {
            text-decoration: none;
        }

    .pagination .current {
        color: #003c60;
        cursor: default;
    }

        .pagination .current:hover {
            text-decoration: none;
        }

.showing_rslt {
    text-align: center;
    margin-bottom: 1.5em;
}

.login_form_wrapper, .contact_form_wrapper {
    max-width: 600px;
    margin: 0 auto;
}

    .login_form_wrapper .inputbox, .login_form_wrapper input[type="text"], .login_form_wrapper input[type="email"], .login_form_wrapper input[type="password"], .login_form_wrapper textarea.text-box, .contact_form_wrapper .inputbox, .contact_form_wrapper input[type="text"], .contact_form_wrapper input[type="email"], .contact_form_wrapper input[type="password"], .contact_form_wrapper textarea.text-box {
        width: 100%;
    }

.login_form_descr {
    margin: 30px 0 20px;
}

.login_register p {
    margin: 0;
}

.login_form_list .buttons {
    text-align: center;
    margin: 20px 0;
}

.login_misc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .login_misc a {
        color: #003c60;
    }

.set_section_items {
    margin: 0 -15px 30px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .set_section_items > li {
        width: 33%;
        padding: 0 15px;
        
    }

.set_section h3 {
    text-align: center;
    color: #003c60;
}

.contact_form_wrapper .editor_html {
    margin: 20px 0;
}

.contact_form_wrapper .editor-button {
    text-align: center;
    margin: 20px 0;
}

.contact_form_wrapper .row {
    margin-bottom: 10px;
}

.contact_form_wrapper #form_loading {
    padding: 10px 0;
}

.image_container {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

    .image_container img {
        display: block;
        margin: 0 auto;
    }

html .image_container .k-upload {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.3);
    text-align: left;
    border-radius: 0;
}

.image_container .k-dropzone-active .k-upload-button {
    opacity: 0;
}

.image_container .k-dropzone em {
    display: block;
    position: absolute;
    margin-left: 0;
    left: 0;
    padding: .8em;
    top: 0;
    line-height: 32px;
}

.image_container .remove-button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    
    color: #ffffff;
    text-align: center;
    padding: 0;
    line-height: 26px;
    font-size: 20px;
    overflow: hidden;
    background: #045568;
}

.set_section_item {
    text-align: center;
    margin-bottom: 30px;
}

    .set_section_item h4 {
        color: #003c60;
    }

.set_section_video .button {
    padding: 0 15px;
    margin-left: 10px;
}

.set_section_video .item-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.send_password_success {
    text-align: center;
    margin-top: 50px;
}

.content_page a {
    color: #003c60;
}

.best_poty {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 19px;
}

.best_poty_nominees {
    overflow: hidden;
    padding-top: 20px;
}

    .best_poty_nominees .prizes > li {
        margin-bottom: 62px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .best_poty_nominees .prize_winner {
        margin-top: 0;
    }

    .best_poty_nominees .sub_heading {
        margin-bottom: 24px;
    }

.prize_winner_wrap {
    margin: 0 auto 22px;
    width: 33%;
    padding: 0 25px;
    
}

.prize_poll {
    max-width: 427px;
    margin: 0 auto 16px;
    text-align: center;
}

    .prize_poll .prize_descr {
        margin-left: 54px;
        margin-right: 54px;
    }

    .prize_poll .button {
        width: 100%;
        height: 68px;
        line-height: 68px;
        font-size: 34px;
        background: #DB857A;
    }

.last_winner {
    max-width: 374px;
    margin: 0 auto;
}

.last_winners_list {
    overflow: hidden;
}

    .last_winners_list .prizes > li {
        width: 50%;
        padding: 0 100px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        margin-bottom: 64px;
    }


/*** Footer ***/

.footer {
    margin: 0 auto;
    position: relative;
}

.footer_top {
    max-width: 1608px;
    margin: 0 auto;
    background: #161616;
    padding: 32px 30px;
    color: #fff;
}

    .footer_top .width {
        max-width: 970px;
        margin: 0 auto;
    }

    .footer_top a {
        color: #ffffff;
        text-decoration: none;
    }
    .footer_top a:hover {
        opacity: 0.8;
    }

    .footer_top .footer_cols {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 15px;
        line-height: 1.6;
    }

    .footer_top .col-1 {
        padding-left: 35px;
    }

    .footer_top .menu a:hover {
        text-decoration: underline;
    }

    .footer_top .menu.social {
        font-size: 35px;
        line-height: 35px;
    }

        .footer_top .menu.social li {
            float: left;
        }

            .footer_top .menu.social li + li {
                margin-left: 20px;
            }

        .footer_top .menu.social .fa-facebook {
            font-size: 32px;
        }

        .footer_top .menu.social .fa-twitter {
            font-size: 25px;
        }

        .footer_top .menu.social .fa-instagram {
            font-size: 30px;
        }

        .footer_top .menu.social a {
            transition: opacity 0.3s;
        }

            .footer_top .menu.social a:hover {
                opacity: 0.6;
                text-decoration: none;
            }

.footer_title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #DB857A;
}

.footer_bot {
    padding: 16px 0 25px;    
}
    .footer_bot .width {
        display: flex;
        align-items: center;
    }

    .developed-by {
        margin-right: 20px;
    }

    
    .developed-by img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 4px;
    }

    .copyright {
        margin-left: auto;
    }

@media (max-width: 1600px) {
    .container,
    .section .container,
    .footer_bot .width {
        padding-left: 20px;
        padding-right: 20px;
        
    }
}

@media (max-width: 1400px) {
    .footer_top .col-1 {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .footer_top .footer_cols {
        margin: 0 -20px;
        flex-wrap: wrap;
    }
    .footer_top .col {
        width: 50%;
        flex: 0 0 50%;
        padding: 0 20px 30px;
    }
}
@media (max-width: 767px) {
    .footer_top .col {
        width: 100%;
        flex: 0 0 100%;
    }
    .footer_bot {
        padding: 16px 0;
        font-size: 14px;
    }
    .footer_bot .width {
        display: block;
    }
    .copyright {
        margin: 10px 0 0;
    }
}


/*@media (max-width: 1560px) {
    .section_categories .container, .section_yearphotorule .container, .section_winners .container {
        max-width: none;
    }

    .categories_slider, .yearphotorule_slider, .winners_slider {
        padding: 0 80px;
    }
}



@media (max-width: 1200px) {
    .prize_descr {
        min-height: 88px;
    }
}

@media (max-width: 1115px) {
    .user_image {
        display: inline-block;
        max-width: 387px;
        height: auto;
    }

        .user_image img {
            width: auto;
            height: auto;
            position: static;
            -webkit-transform: none;
            transform: none;
        }

    .user_box, .user_credit {
        max-width: 387px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1100px) {

    .categories > li, .categories_title > li {
        width: 33%;
    }
}

@media (max-width: 992px) {
    .header_content .log_in {
        display: none;
    }

    .header_content .flags {
        display: none;
    }

    .home .header {
        height: auto;
    }

    .home .header_top {
        margin-bottom: 0;
    }

        .home .header_top .container {
            padding-top: 15px;
        }

    .home .header_menus {
        margin: 0;
    }

    .home .middle {
    }

    .home .section_main_categories {
    }

        .home .section_main_categories .section_inn {
        }

    .home .header_content .flags, .home .header_content .log_in {
        display: none;
    }

    .header_top {
        margin-bottom: 0;
    }

        .header_top .container {
            padding-top: 15px;
            padding-left: 15px;
            padding-right: 15px;
        }

    
    .categories > li, .categories_title > li {
        width: 49.8%;
    }

    .howitswork {
        max-width: 900px;
        margin: 0 auto;
    }

        .howitswork .arr:before {
            
        }

        .howitswork a {
            width: 200px;
            height: 200px;
        }

            .howitswork a:hover .ico {
                top: -2rem;
            }

            .howitswork a:hover .title {
                font-size: 2.3rem;
                margin-bottom: 1.2rem;
            }

        .howitswork .ico {
            height: 4.0rem;
            font-size: 4.0rem;
            margin-bottom: 1.9rem;
        }

        .howitswork .title {
            font-size: 3.4rem;
            margin-bottom: 2rem;
        }

        .howitswork .descr {
            font-size: 1.2rem;
            line-height: 1.8rem;
            padding: 0 2.0rem;
        }

        .howitswork .button {
            height: 2.4rem;
            font-size: 1.3rem;
            padding: 0 1.0rem;
            line-height: 2.2rem;
            margin-top: 1.8rem;
        }

    .section_partners {
        display: none;
    }

    .categories_slider {
        padding: 0;
    }

        .categories_slider .slick-arrow {
            display: none;
            width: 17px;
            height: 30px;
            border: none;
            text-indent: 0;
            font-size: 0;
            line-height: 0;
            color: transparent;
            border-radius: 0;
            z-index: 5;
        }

            .categories_slider .slick-arrow:before {
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                width: 17px;
                height: 30px;
                font-size: 30px;
                color: #ffffff;
                text-indent: -6px;
            }

        .categories_slider .slick-prev {
            left: 0;
        }

            .categories_slider .slick-prev:before {
                background: none;
                content: "";
                font-size: 30px;
            }

        .categories_slider .slick-next {
            right: 0;
        }

            .categories_slider .slick-next:before {
                background: none;
                content: "";
                font-size: 30px;
            }

    .yearphotorule_slider {
        padding: 0;
    }

        .yearphotorule_slider .slick-arrow {
            display: none;
            width: 17px;
            height: 30px;
            border: none;
            text-indent: 0;
            font-size: 0;
            line-height: 0;
            color: transparent;
            border-radius: 0;
            z-index: 5;
        }

            .yearphotorule_slider .slick-arrow:before {
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                width: 17px;
                height: 30px;
                font-size: 30px;
                color: #ffffff;
                text-indent: -6px;
            }

        .yearphotorule_slider .slick-prev {
            left: 0;
        }

            .yearphotorule_slider .slick-prev:before {
                background: none;
                content: "";
                font-size: 30px;
            }

        .yearphotorule_slider .slick-next {
            right: 0;
        }

            .yearphotorule_slider .slick-next:before {
                background: none;
                content: "";
                font-size: 30px;
            }

    .news_list > li {
        display: block;
        width: 100%;
        margin-bottom: 35px;
        padding-bottom: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .news_list > li:before {
            display: none;
        }

    .news_intro {
        height: auto;
    }

    .footer_cols {
        padding: 0 15px;
    }

    .footer_top .col-1 {
        padding: 0;
    }

    .settings li {
        width: 32%;
    }

    .settings_title {
        font-size: 22px;
    }

    .prizes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

        .prizes > li {
            width: 100%;
            padding: 0;
        }

            .prizes > li + li {
                border-left: none;
                border-top: 1px solid #539fba;
                padding-top: 25px;
                margin-top: 25px;
            }

    .prize_winner {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        left: 25px;
    }

    ul.prize_winner {
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }

    .prize_descr {
        min-height: 0;
    }

    .prizes.nominees li {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
    }

        .prizes.nominees li + li {
            padding-top: 25px;
        }

    .prizes.nominees .prize_title {
        text-align: center;
    }

    .sponsors {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .sponsors > li {
            display: block;
            text-align: left;
        }

        .sponsors .sep {
            margin-bottom: 20px;
        }

    .sponsors_label {
        display: inline-block;
        padding: 0 20px;
        margin: 0 0 20px;
        width: 180px;
        
        text-align: center;
    }

    .sponsors_logo {
        padding: 0 10px;
        border: 1px solid #ccc;
    }

        .sponsors_logo > li {
            display: inline-block;
            vertical-align: middle;
            margin: 5px;
        }

        .sponsors_logo li + li {
            margin-top: 5px;
        }

    .blog {
        margin: 36px 0 0 -40px;
    }

    .blog_article {
        width: 49.8%;
        padding-left: 40px;
        margin-bottom: 50px;
    }

    .set_section_items > li {
        width: 50%;
    }

    html .image_container .k-upload {
        border-color: rgba(0, 60, 96, 0.6);
        background-color: rgba(0, 60, 96, 0.1);
    }

    .prize_winner_wrap {
        width: 100%;
        max-width: 350px;
    }

    .best_poty_nominees .prizes > li {
        margin: 0;
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .section_categories .buttons .button {
        width: auto;
        padding: 0 25px;
        font-size: 25px;
    }

    .winners_buttons .button {
        width: auto;
        padding: 0 25px;
    }

    .winners_slider {
        padding: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

        .winners_slider .slider .slick-slide {
            padding: 0 10px;
        }

        .winners_slider .slick-arrow {
            top: 42px;
            -webkit-transform: none;
            transform: none;
            width: 17px;
            height: 30px;
            border: none;
            text-indent: 0;
            font-size: 0;
            line-height: 0;
            color: transparent;
            border-radius: 0;
            z-index: 5;
        }

            .winners_slider .slick-arrow:before {
                font-family: 'icomoon' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                width: 17px;
                height: 30px;
                font-size: 30px;
                color: #ffffff;
                text-indent: -6px;
            }

        .winners_slider .slick-prev {
            left: 50%;
            margin-left: -224px;
        }

            .winners_slider .slick-prev:before {
                background: none;
                content: "";
                font-size: 30px;
            }

        .winners_slider .slick-next {
            right: 50%;
            margin-right: -224px;
        }

            .winners_slider .slick-next:before {
                background: none;
                content: "";
                font-size: 30px;
            }

    .heading {
        font-size: 36px;
        line-height: 1.2;
    }

    .home .heading {
    }

    .home .section_main_categories .heading {
    }

    .news_img {
        float: none;
        margin: 0 auto 15px;
        display: block;
        text-align: center;
        line-height: 0;
        max-width: none;
    }

    .news_buttons .button {
        padding: 0 25px;
    }

    .news_list {
        margin: 0 0 -20px;
    }

        .news_list > li {
            padding: 0 0 35px;
        }

    .news_readmore {
        height: 33px;
        line-height: 33px;
        padding: 0 15px;
        font-size: 19.5px;
    }

    .contacts_form .form_list {
        margin: 0;
    }

        .contacts_form .form_list > li {
            float: none;
            width: 100%;
            padding: 0;
        }

    .footer_top .footer_cols {
        display: block;
        padding: 0 30px;
    }

    .footer_top .col {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px;
        width: 49.5%;
    }

    .partners ul {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .partners ul li {
            margin-top: 15px;
        }

    .settings li {
        width: 48%;
        margin-bottom: 30px;
    }

    .header_slogan {
        font-size: 46px;
        line-height: 1.1;
    }

    .registration_form .form_list.cols2 {
        margin-left: 0;
    }

        .registration_form .form_list.cols2 li {
            width: 100%;
            display: block;
            padding-left: 0;
        }

    .checks_wrap > li {
        display: block;
        width: 100%;
    }

    .section_form_footer .secure {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }

    .set_section_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .set_section_items > li {
            width: 100%;
        }
}

@media (max-width: 600px) {
    .categories > li, .categories_title > li {
        width: 100%;
    }

    .footer_top .footer_cols {
        padding: 0 15px;
        text-align: center;
    }

    .footer_top .col {
        display: block;
        width: auto;
    }

    .footer_top .menu.social li {
        float: none;
        display: inline-block;
    }

    .footer_bot {
        text-align: center;
    }

    .design-by, .copyright {
        float: none;
    }

    .settings {
        margin-bottom: -50px;
    }

        .settings li {
            width: 100%;
        }

    .form_total_section label {
        display: block;
        margin-bottom: 10px;
    }

    .form_total_section .inputbox {
        width: 180px;
        margin-left: 0;
    }

    .sponsors > li {
        text-align: center;
    }

    .blog {
        margin: 36px 0 0 0;
    }

    .blog_article {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .header_social {
        display: none;
    }
}

@media (max-width: 480px) {
    .user_box {
        text-align: center;
        margin-bottom: 18px;
    }

    .user_avatar {
        float: none;
        margin: 0 auto 15px;
    }

    .user_box_inf .user_prize, .user_box_inf .user_descr {
        display: block;
    }

    .image_container {
        width: 100%;
        max-width: 300px;
    }

    .set_section_video .item-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .set_section_video .button {
        width: 100%;
        margin0: 15px 0 0;
    }

    .winners_slider .slick-prev {
        left: 0;
        margin-left: 0;
    }

    .winners_slider .slick-next {
        right: 0;
        margin-right: 0;
    }
}
*/

/*# Fix for Kendo ComboBox */
.k-webkit {
    overflow: inherit !important;
}

.k-ff {
    overflow: inherit !important;
}

.blog {
    text-align: justify;
    font-size: 1px;
    line-height: 0;
    zoom: 1;
}

    .blog:after {
        width: 100%;
        height: 0;
        visibility: hidden;
        overflow: hidden;
        content: '';
        display: inline-block;
    }

    .blog > * {
        display: inline-block;
    }

    .blog > .empty {
        margin: 0;
        padding: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

.clear {
    zoom: 1;
}

    .clear:before, .clear:after {
        content: " ";
        display: table;
    }

    .clear:after {
        clear: both;
    }



.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: " ";
    display: table;
}

.clearfix:after, .cf:after {
    clear: both;
}

.clearfix, .cf {
    zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}


/*# sourceMappingURL=style.css.map */


section .container .banner {
    text-align: center;
}


.langs .langs_title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    background-color: #94B3AC;
}

.langs .langs_ico {
    background-color: #DEE9E6;
}

.langs .langs_ico_hover {
    display: none;
}

.langs .langs_ico_normal {
    display: flex;
}

.langs a:hover .langs_ico_hover {
    display: flex;
}
.langs a:hover .langs_ico_normal {
    display: none;
}

.langs a:hover .langs_ico {
    background-color: #F8E7E4 !important;
}

.langs a:hover .langs_title {
    background-color: #DB857A !important;
}