/* Minification failed. Returning unminified contents.
(8288,21): run-time error CSS1039: Token not allowed after unary operator: '-window-inner-height'
(14966,16): run-time error CSS1030: Expected identifier, found ' '
(14966,17): run-time error CSS1031: Expected selector, found 'linear-gradient('
(14966,17): run-time error CSS1025: Expected comma or open brace, found 'linear-gradient('
 */
/*! *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.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;
}
/* makes the font 33% larger relative to the icon container */

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

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

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

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

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

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

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

    .fa-ul > li {
        position: relative;
    }

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

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

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

.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;
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen   readers do not read off random characters that represent icons */

.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:before {
    content: "\f09a";
}

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

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

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

.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";
    color: #000000;
    top: 4px;
}

.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 {
    content: "\f184";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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";
}

@charset "UTF-8"; /*!  Ionicons, v2.0.0  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/  https://twitter.com/benjsperry  https://twitter.com/ionicframework  MIT License: https://github.com/driftyco/ionicons  Android-style icons originally built by Google’s  Material Design Icons: https://github.com/google/material-design-icons  used under CC BY http://creativecommons.org/licenses/by/4.0/  Modified icons to fit ionicon’s grid from original.*/

@font-face {
    font-family: "Ionicons";
    src: url("/fonts/ionicons.eot?v=2.0.0");
    src: url("/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("/fonts/ionicons.ttf?v=2.0.0") format("truetype"), url("/fonts/ionicons.woff?v=2.0.0") format("woff"), url("/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
    content: "\f101";
}

.ion-alert-circled:before {
    content: "\f100";
}

.ion-android-add:before {
    content: "\f2c7";
}

.ion-android-add-circle:before {
    content: "\f359";
}

.ion-android-alarm-clock:before {
    content: "\f35a";
}

.ion-android-alert:before {
    content: "\f35b";
}

.ion-android-apps:before {
    content: "\f35c";
}

.ion-android-archive:before {
    content: "\f2c9";
}

.ion-android-arrow-back:before {
    content: "\f2ca";
}

.ion-android-arrow-down:before {
    content: "\f35d";
}

.ion-android-arrow-dropdown:before {
    content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
    content: "\f35e";
}

.ion-android-arrow-dropleft:before {
    content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
    content: "\f360";
}

.ion-android-arrow-dropright:before {
    content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
    content: "\f362";
}

.ion-android-arrow-dropup:before {
    content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
    content: "\f364";
}

.ion-android-arrow-forward:before {
    content: "\f30f";
}

.ion-android-arrow-up:before {
    content: "\f366";
}

.ion-android-attach:before {
    content: "\f367";
}

.ion-android-bar:before {
    content: "\f368";
}

.ion-android-bicycle:before {
    content: "\f369";
}

.ion-android-boat:before {
    content: "\f36a";
}

.ion-android-bookmark:before {
    content: "\f36b";
}

.ion-android-bulb:before {
    content: "\f36c";
}

.ion-android-bus:before {
    content: "\f36d";
}

.ion-android-calendar:before {
    content: "\f2d1";
}

.ion-android-call:before {
    content: "\f2d2";
}

.ion-android-camera:before {
    content: "\f2d3";
}

.ion-android-cancel:before {
    content: "\f36e";
}

.ion-android-car:before {
    content: "\f36f";
}

.ion-android-cart:before {
    content: "\f370";
}

.ion-android-chat:before {
    content: "\f2d4";
}

.ion-android-checkbox:before {
    content: "\f374";
}

.ion-android-checkbox-blank:before {
    content: "\f371";
}

.ion-android-checkbox-outline:before {
    content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
    content: "\f372";
}

.ion-android-checkmark-circle:before {
    content: "\f375";
}

.ion-android-clipboard:before {
    content: "\f376";
}

.ion-android-close:before {
    content: "\f2d7";
}

.ion-android-cloud:before {
    content: "\f37a";
}

.ion-android-cloud-circle:before {
    content: "\f377";
}

.ion-android-cloud-done:before {
    content: "\f378";
}

.ion-android-cloud-outline:before {
    content: "\f379";
}

.ion-android-color-palette:before {
    content: "\f37b";
}

.ion-android-compass:before {
    content: "\f37c";
}

.ion-android-contact:before {
    content: "\f2d8";
}

.ion-android-contacts:before {
    content: "\f2d9";
}

.ion-android-contract:before {
    content: "\f37d";
}

.ion-android-create:before {
    content: "\f37e";
}

.ion-android-delete:before {
    content: "\f37f";
}

.ion-android-desktop:before {
    content: "\f380";
}

.ion-android-document:before {
    content: "\f381";
}

.ion-android-done:before {
    content: "\f383";
}

.ion-android-done-all:before {
    content: "\f382";
}

.ion-android-download:before {
    content: "\f2dd";
}

.ion-android-drafts:before {
    content: "\f384";
}

.ion-android-exit:before {
    content: "\f385";
}

.ion-android-expand:before {
    content: "\f386";
}

.ion-android-favorite:before {
    content: "\f388";
}

.ion-android-favorite-outline:before {
    content: "\f387";
}

.ion-android-film:before {
    content: "\f389";
}

.ion-android-folder:before {
    content: "\f2e0";
}

.ion-android-folder-open:before {
    content: "\f38a";
}

.ion-android-funnel:before {
    content: "\f38b";
}

.ion-android-globe:before {
    content: "\f38c";
}

.ion-android-hand:before {
    content: "\f2e3";
}

.ion-android-hangout:before {
    content: "\f38d";
}

.ion-android-happy:before {
    content: "\f38e";
}

.ion-android-home:before {
    content: "\f38f";
}

.ion-android-image:before {
    content: "\f2e4";
}

.ion-android-laptop:before {
    content: "\f390";
}

.ion-android-list:before {
    content: "\f391";
}

.ion-android-locate:before {
    content: "\f2e9";
}

.ion-android-lock:before {
    content: "\f392";
}

.ion-android-mail:before {
    content: "\f2eb";
}

.ion-android-map:before {
    content: "\f393";
}

.ion-android-menu:before {
    content: "\f394";
}

.ion-android-microphone:before {
    content: "\f2ec";
}

.ion-android-microphone-off:before {
    content: "\f395";
}

.ion-android-more-horizontal:before {
    content: "\f396";
}

.ion-android-more-vertical:before {
    content: "\f397";
}

.ion-android-navigate:before {
    content: "\f398";
}

.ion-android-notifications:before {
    content: "\f39b";
}

.ion-android-notifications-none:before {
    content: "\f399";
}

.ion-android-notifications-off:before {
    content: "\f39a";
}

.ion-android-open:before {
    content: "\f39c";
}

.ion-android-options:before {
    content: "\f39d";
}

.ion-android-people:before {
    content: "\f39e";
}

.ion-android-person:before {
    content: "\f3a0";
}

.ion-android-person-add:before {
    content: "\f39f";
}

.ion-android-phone-landscape:before {
    content: "\f3a1";
}

.ion-android-phone-portrait:before {
    content: "\f3a2";
}

.ion-android-pin:before {
    content: "\f3a3";
}

.ion-android-plane:before {
    content: "\f3a4";
}

.ion-android-playstore:before {
    content: "\f2f0";
}

.ion-android-print:before {
    content: "\f3a5";
}

.ion-android-radio-button-off:before {
    content: "\f3a6";
}

.ion-android-radio-button-on:before {
    content: "\f3a7";
}

.ion-android-refresh:before {
    content: "\f3a8";
}

.ion-android-remove:before {
    content: "\f2f4";
}

.ion-android-remove-circle:before {
    content: "\f3a9";
}

.ion-android-restaurant:before {
    content: "\f3aa";
}

.ion-android-sad:before {
    content: "\f3ab";
}

.ion-android-search:before {
    content: "\f2f5";
}

.ion-android-send:before {
    content: "\f2f6";
}

.ion-android-settings:before {
    content: "\f2f7";
}

.ion-android-share:before {
    content: "\f2f8";
}

.ion-android-share-alt:before {
    content: "\f3ac";
}

.ion-android-star:before {
    content: "\f2fc";
}

.ion-android-star-half:before {
    content: "\f3ad";
}

.ion-android-star-outline:before {
    content: "\f3ae";
}

.ion-android-stopwatch:before {
    content: "\f2fd";
}

.ion-android-subway:before {
    content: "\f3af";
}

.ion-android-sunny:before {
    content: "\f3b0";
}

.ion-android-sync:before {
    content: "\f3b1";
}

.ion-android-textsms:before {
    content: "\f3b2";
}

.ion-android-time:before {
    content: "\f3b3";
}

.ion-android-train:before {
    content: "\f3b4";
}

.ion-android-unlock:before {
    content: "\f3b5";
}

.ion-android-upload:before {
    content: "\f3b6";
}

.ion-android-volume-down:before {
    content: "\f3b7";
}

.ion-android-volume-mute:before {
    content: "\f3b8";
}

.ion-android-volume-off:before {
    content: "\f3b9";
}

.ion-android-volume-up:before {
    content: "\f3ba";
}

.ion-android-walk:before {
    content: "\f3bb";
}

.ion-android-warning:before {
    content: "\f3bc";
}

.ion-android-watch:before {
    content: "\f3bd";
}

.ion-android-wifi:before {
    content: "\f305";
}

.ion-aperture:before {
    content: "\f313";
}

.ion-archive:before {
    content: "\f102";
}

.ion-arrow-down-a:before {
    content: "\f103";
}

.ion-arrow-down-b:before {
    content: "\f104";
}

.ion-arrow-down-c:before {
    content: "\f105";
}

.ion-arrow-expand:before {
    content: "\f25e";
}

.ion-arrow-graph-down-left:before {
    content: "\f25f";
}

.ion-arrow-graph-down-right:before {
    content: "\f260";
}

.ion-arrow-graph-up-left:before {
    content: "\f261";
}

.ion-arrow-graph-up-right:before {
    content: "\f262";
}

.ion-arrow-left-a:before {
    content: "\f106";
}

.ion-arrow-left-b:before {
    content: "\f107";
}

.ion-arrow-left-c:before {
    content: "\f108";
}

.ion-arrow-move:before {
    content: "\f263";
}

.ion-arrow-resize:before {
    content: "\f264";
}

.ion-arrow-return-left:before {
    content: "\f265";
}

.ion-arrow-return-right:before {
    content: "\f266";
}

.ion-arrow-right-a:before {
    content: "\f109";
}

.ion-arrow-right-b:before {
    content: "\f10a";
}

.ion-arrow-right-c:before {
    content: "\f10b";
}

.ion-arrow-shrink:before {
    content: "\f267";
}

.ion-arrow-swap:before {
    content: "\f268";
}

.ion-arrow-up-a:before {
    content: "\f10c";
}

.ion-arrow-up-b:before {
    content: "\f10d";
}

.ion-arrow-up-c:before {
    content: "\f10e";
}

.ion-asterisk:before {
    content: "\f314";
}

.ion-at:before {
    content: "\f10f";
}

.ion-backspace:before {
    content: "\f3bf";
}

.ion-backspace-outline:before {
    content: "\f3be";
}

.ion-bag:before {
    content: "\f110";
}

.ion-battery-charging:before {
    content: "\f111";
}

.ion-battery-empty:before {
    content: "\f112";
}

.ion-battery-full:before {
    content: "\f113";
}

.ion-battery-half:before {
    content: "\f114";
}

.ion-battery-low:before {
    content: "\f115";
}

.ion-beaker:before {
    content: "\f269";
}

.ion-beer:before {
    content: "\f26a";
}

.ion-bluetooth:before {
    content: "\f116";
}

.ion-bonfire:before {
    content: "\f315";
}

.ion-bookmark:before {
    content: "\f26b";
}

.ion-bowtie:before {
    content: "\f3c0";
}

.ion-briefcase:before {
    content: "\f26c";
}

.ion-bug:before {
    content: "\f2be";
}

.ion-calculator:before {
    content: "\f26d";
}

.ion-calendar:before {
    content: "\f117";
}

.ion-camera:before {
    content: "\f118";
}

.ion-card:before {
    content: "\f119";
}

.ion-cash:before {
    content: "\f316";
}

.ion-chatbox:before {
    content: "\f11b";
}

.ion-chatbox-working:before {
    content: "\f11a";
}

.ion-chatboxes:before {
    content: "\f11c";
}

.ion-chatbubble:before {
    content: "\f11e";
}

.ion-chatbubble-working:before {
    content: "\f11d";
}

.ion-chatbubbles:before {
    content: "\f11f";
}

.ion-checkmark:before {
    content: "\f122";
}

.ion-checkmark-circled:before {
    content: "\f120";
}

.ion-checkmark-round:before {
    content: "\f121";
}

.ion-chevron-down:before {
    content: "\f123";
}

.ion-chevron-left:before {
    content: "\f124";
}

.ion-chevron-right:before {
    content: "\f125";
}

.ion-chevron-up:before {
    content: "\f126";
}

.ion-clipboard:before {
    content: "\f127";
}

.ion-clock:before {
    content: "\f26e";
}

.ion-close:before {
    content: "\f12a";
}

.ion-close-circled:before {
    content: "\f128";
}

.ion-close-round:before {
    content: "\f129";
}

.ion-closed-captioning:before {
    content: "\f317";
}

.ion-cloud:before {
    content: "\f12b";
}

.ion-code:before {
    content: "\f271";
}

.ion-code-download:before {
    content: "\f26f";
}

.ion-code-working:before {
    content: "\f270";
}

.ion-coffee:before {
    content: "\f272";
}

.ion-compass:before {
    content: "\f273";
}

.ion-compose:before {
    content: "\f12c";
}

.ion-connection-bars:before {
    content: "\f274";
}

.ion-contrast:before {
    content: "\f275";
}

.ion-crop:before {
    content: "\f3c1";
}

.ion-cube:before {
    content: "\f318";
}

.ion-disc:before {
    content: "\f12d";
}

.ion-document:before {
    content: "\f12f";
}

.ion-document-text:before {
    content: "\f12e";
}

.ion-drag:before {
    content: "\f130";
}

.ion-earth:before {
    content: "\f276";
}

.ion-easel:before {
    content: "\f3c2";
}

.ion-edit:before {
    content: "\f2bf";
}

.ion-egg:before {
    content: "\f277";
}

.ion-eject:before {
    content: "\f131";
}

.ion-email:before {
    content: "\f132";
}

.ion-email-unread:before {
    content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
    content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
    content: "\f3c4";
}

.ion-eye:before {
    content: "\f133";
}

.ion-eye-disabled:before {
    content: "\f306";
}

.ion-female:before {
    content: "\f278";
}

.ion-filing:before {
    content: "\f134";
}

.ion-film-marker:before {
    content: "\f135";
}

.ion-fireball:before {
    content: "\f319";
}

.ion-flag:before {
    content: "\f279";
}

.ion-flame:before {
    content: "\f31a";
}

.ion-flash:before {
    content: "\f137";
}

.ion-flash-off:before {
    content: "\f136";
}

.ion-folder:before {
    content: "\f139";
}

.ion-fork:before {
    content: "\f27a";
}

.ion-fork-repo:before {
    content: "\f2c0";
}

.ion-forward:before {
    content: "\f13a";
}

.ion-funnel:before {
    content: "\f31b";
}

.ion-gear-a:before {
    content: "\f13d";
}

.ion-gear-b:before {
    content: "\f13e";
}

.ion-grid:before {
    content: "\f13f";
}

.ion-hammer:before {
    content: "\f27b";
}

.ion-happy:before {
    content: "\f31c";
}

.ion-happy-outline:before {
    content: "\f3c6";
}

.ion-headphone:before {
    content: "\f140";
}

.ion-heart:before {
    content: "\f141";
}

.ion-heart-broken:before {
    content: "\f31d";
}

.ion-help:before {
    content: "\f143";
}

.ion-help-buoy:before {
    content: "\f27c";
}

.ion-help-circled:before {
    content: "\f142";
}

.ion-home:before {
    content: "\f144";
}

.ion-icecream:before {
    content: "\f27d";
}

.ion-image:before {
    content: "\f147";
}

.ion-images:before {
    content: "\f148";
}

.ion-information:before {
    content: "\f14a";
}

.ion-information-circled:before {
    content: "\f149";
}

.ion-ionic:before {
    content: "\f14b";
}

.ion-ios-alarm:before {
    content: "\f3c8";
}

.ion-ios-alarm-outline:before {
    content: "\f3c7";
}

.ion-ios-albums:before {
    content: "\f3ca";
}

.ion-ios-albums-outline:before {
    content: "\f3c9";
}

.ion-ios-americanfootball:before {
    content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
    content: "\f3cb";
}

.ion-ios-analytics:before {
    content: "\f3ce";
}

.ion-ios-analytics-outline:before {
    content: "\f3cd";
}

.ion-ios-arrow-back:before {
    content: "\f3cf";
}

.ion-ios-arrow-down:before {
    content: "\f3d0";
}

.ion-ios-arrow-forward:before {
    content: "\f3d1";
}

.ion-ios-arrow-left:before {
    content: "\f3d2";
}

.ion-ios-arrow-right:before {
    content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
    content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
    content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
    content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
    content: "\f3d7";
}

.ion-ios-arrow-up:before {
    content: "\f3d8";
}

.ion-ios-at:before {
    content: "\f3da";
}

.ion-ios-at-outline:before {
    content: "\f3d9";
}

.ion-ios-barcode:before {
    content: "\f3dc";
}

.ion-ios-barcode-outline:before {
    content: "\f3db";
}

.ion-ios-baseball:before {
    content: "\f3de";
}

.ion-ios-baseball-outline:before {
    content: "\f3dd";
}

.ion-ios-basketball:before {
    content: "\f3e0";
}

.ion-ios-basketball-outline:before {
    content: "\f3df";
}

.ion-ios-bell:before {
    content: "\f3e2";
}

.ion-ios-bell-outline:before {
    content: "\f3e1";
}

.ion-ios-body:before {
    content: "\f3e4";
}

.ion-ios-body-outline:before {
    content: "\f3e3";
}

.ion-ios-bolt:before {
    content: "\f3e6";
}

.ion-ios-bolt-outline:before {
    content: "\f3e5";
}

.ion-ios-book:before {
    content: "\f3e8";
}

.ion-ios-book-outline:before {
    content: "\f3e7";
}

.ion-ios-bookmarks:before {
    content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
    content: "\f3e9";
}

.ion-ios-box:before {
    content: "\f3ec";
}

.ion-ios-box-outline:before {
    content: "\f3eb";
}

.ion-ios-briefcase:before {
    content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
    content: "\f3ed";
}

.ion-ios-browsers:before {
    content: "\f3f0";
}

.ion-ios-browsers-outline:before {
    content: "\f3ef";
}

.ion-ios-calculator:before {
    content: "\f3f2";
}

.ion-ios-calculator-outline:before {
    content: "\f3f1";
}

.ion-ios-calendar:before {
    content: "\f3f4";
}

.ion-ios-calendar-outline:before {
    content: "\f3f3";
}

.ion-ios-camera:before {
    content: "\f3f6";
}

.ion-ios-camera-outline:before {
    content: "\f3f5";
}

.ion-ios-cart:before {
    content: "\f3f8";
}

.ion-ios-cart-outline:before {
    content: "\f3f7";
}

.ion-ios-chatboxes:before {
    content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
    content: "\f3f9";
}

.ion-ios-chatbubble:before {
    content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
    content: "\f3fb";
}

.ion-ios-checkmark:before {
    content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
    content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
    content: "\f3fe";
}

.ion-ios-circle-filled:before {
    content: "\f400";
}

.ion-ios-circle-outline:before {
    content: "\f401";
}

.ion-ios-clock:before {
    content: "\f403";
}

.ion-ios-clock-outline:before {
    content: "\f402";
}

.ion-ios-close:before {
    content: "\f406";
}

.ion-ios-close-empty:before {
    content: "\f404";
}

.ion-ios-close-outline:before {
    content: "\f405";
}

.ion-ios-cloud:before {
    content: "\f40c";
}

.ion-ios-cloud-download:before {
    content: "\f408";
}

.ion-ios-cloud-download-outline:before {
    content: "\f407";
}

.ion-ios-cloud-outline:before {
    content: "\f409";
}

.ion-ios-cloud-upload:before {
    content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
    content: "\f40a";
}

.ion-ios-cloudy:before {
    content: "\f410";
}

.ion-ios-cloudy-night:before {
    content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
    content: "\f40d";
}

.ion-ios-cloudy-outline:before {
    content: "\f40f";
}

.ion-ios-cog:before {
    content: "\f412";
}

.ion-ios-cog-outline:before {
    content: "\f411";
}

.ion-ios-color-filter:before {
    content: "\f414";
}

.ion-ios-color-filter-outline:before {
    content: "\f413";
}

.ion-ios-color-wand:before {
    content: "\f416";
}

.ion-ios-color-wand-outline:before {
    content: "\f415";
}

.ion-ios-compose:before {
    content: "\f418";
}

.ion-ios-compose-outline:before {
    content: "\f417";
}

.ion-ios-contact:before {
    content: "\f41a";
}

.ion-ios-contact-outline:before {
    content: "\f419";
}

.ion-ios-copy:before {
    content: "\f41c";
}

.ion-ios-copy-outline:before {
    content: "\f41b";
}

.ion-ios-crop:before {
    content: "\f41e";
}

.ion-ios-crop-strong:before {
    content: "\f41d";
}

.ion-ios-download:before {
    content: "\f420";
}

.ion-ios-download-outline:before {
    content: "\f41f";
}

.ion-ios-drag:before {
    content: "\f421";
}

.ion-ios-email:before {
    content: "\f423";
}

.ion-ios-email-outline:before {
    content: "\f422";
}

.ion-ios-eye:before {
    content: "\f425";
}

.ion-ios-eye-outline:before {
    content: "\f424";
}

.ion-ios-fastforward:before {
    content: "\f427";
}

.ion-ios-fastforward-outline:before {
    content: "\f426";
}

.ion-ios-filing:before {
    content: "\f429";
}

.ion-ios-filing-outline:before {
    content: "\f428";
}

.ion-ios-film:before {
    content: "\f42b";
}

.ion-ios-film-outline:before {
    content: "\f42a";
}

.ion-ios-flag:before {
    content: "\f42d";
}

.ion-ios-flag-outline:before {
    content: "\f42c";
}

.ion-ios-flame:before {
    content: "\f42f";
}

.ion-ios-flame-outline:before {
    content: "\f42e";
}

.ion-ios-flask:before {
    content: "\f431";
}

.ion-ios-flask-outline:before {
    content: "\f430";
}

.ion-ios-flower:before {
    content: "\f433";
}

.ion-ios-flower-outline:before {
    content: "\f432";
}

.ion-ios-folder:before {
    content: "\f435";
}

.ion-ios-folder-outline:before {
    content: "\f434";
}

.ion-ios-football:before {
    content: "\f437";
}

.ion-ios-football-outline:before {
    content: "\f436";
}

.ion-ios-game-controller-a:before {
    content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
    content: "\f438";
}

.ion-ios-game-controller-b:before {
    content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
    content: "\f43a";
}

.ion-ios-gear:before {
    content: "\f43d";
}

.ion-ios-gear-outline:before {
    content: "\f43c";
}

.ion-ios-glasses:before {
    content: "\f43f";
}

.ion-ios-glasses-outline:before {
    content: "\f43e";
}

.ion-ios-grid-view:before {
    content: "\f441";
}

.ion-ios-grid-view-outline:before {
    content: "\f440";
}

.ion-ios-heart:before {
    content: "\f443";
}

.ion-ios-heart-outline:before {
    content: "\f442";
}

.ion-ios-help:before {
    content: "\f446";
}

.ion-ios-help-empty:before {
    content: "\f444";
}

.ion-ios-help-outline:before {
    content: "\f445";
}

.ion-ios-home:before {
    content: "\f448";
}

.ion-ios-home-outline:before {
    content: "\f447";
}

.ion-ios-infinite:before {
    content: "\f44a";
}

.ion-ios-infinite-outline:before {
    content: "\f449";
}

.ion-ios-information:before {
    content: "\f44d";
}

.ion-ios-information-empty:before {
    content: "\f44b";
}

.ion-ios-information-outline:before {
    content: "\f44c";
}

.ion-ios-ionic-outline:before {
    content: "\f44e";
}

.ion-ios-keypad:before {
    content: "\f450";
}

.ion-ios-keypad-outline:before {
    content: "\f44f";
}

.ion-ios-lightbulb:before {
    content: "\f452";
}

.ion-ios-lightbulb-outline:before {
    content: "\f451";
}

.ion-ios-list:before {
    content: "\f454";
}

.ion-ios-list-outline:before {
    content: "\f453";
}

.ion-ios-location:before {
    content: "\f456";
}

.ion-ios-location-outline:before {
    content: "\f455";
}

.ion-ios-locked:before {
    content: "\f458";
}

.ion-ios-locked-outline:before {
    content: "\f457";
}

.ion-ios-loop:before {
    content: "\f45a";
}

.ion-ios-loop-strong:before {
    content: "\f459";
}

.ion-ios-medical:before {
    content: "\f45c";
}

.ion-ios-medical-outline:before {
    content: "\f45b";
}

.ion-ios-medkit:before {
    content: "\f45e";
}

.ion-ios-medkit-outline:before {
    content: "\f45d";
}

.ion-ios-mic:before {
    content: "\f461";
}

.ion-ios-mic-off:before {
    content: "\f45f";
}

.ion-ios-mic-outline:before {
    content: "\f460";
}

.ion-ios-minus:before {
    content: "\f464";
}

.ion-ios-minus-empty:before {
    content: "\f462";
}

.ion-ios-minus-outline:before {
    content: "\f463";
}

.ion-ios-monitor:before {
    content: "\f466";
}

.ion-ios-monitor-outline:before {
    content: "\f465";
}

.ion-ios-moon:before {
    content: "\f468";
}

.ion-ios-moon-outline:before {
    content: "\f467";
}

.ion-ios-more:before {
    content: "\f46a";
}

.ion-ios-more-outline:before {
    content: "\f469";
}

.ion-ios-musical-note:before {
    content: "\f46b";
}

.ion-ios-musical-notes:before {
    content: "\f46c";
}

.ion-ios-navigate:before {
    content: "\f46e";
}

.ion-ios-navigate-outline:before {
    content: "\f46d";
}

.ion-ios-nutrition:before {
    content: "\f470";
}

.ion-ios-nutrition-outline:before {
    content: "\f46f";
}

.ion-ios-paper:before {
    content: "\f472";
}

.ion-ios-paper-outline:before {
    content: "\f471";
}

.ion-ios-paperplane:before {
    content: "\f474";
}

.ion-ios-paperplane-outline:before {
    content: "\f473";
}

.ion-ios-partlysunny:before {
    content: "\f476";
}

.ion-ios-partlysunny-outline:before {
    content: "\f475";
}

.ion-ios-pause:before {
    content: "\f478";
}

.ion-ios-pause-outline:before {
    content: "\f477";
}

.ion-ios-paw:before {
    content: "\f47a";
}

.ion-ios-paw-outline:before {
    content: "\f479";
}

.ion-ios-people:before {
    content: "\f47c";
}

.ion-ios-people-outline:before {
    content: "\f47b";
}

.ion-ios-person:before {
    content: "\f47e";
}

.ion-ios-person-outline:before {
    content: "\f47d";
}

.ion-ios-personadd:before {
    content: "\f480";
}

.ion-ios-personadd-outline:before {
    content: "\f47f";
}

.ion-ios-photos:before {
    content: "\f482";
}

.ion-ios-photos-outline:before {
    content: "\f481";
}

.ion-ios-pie:before {
    content: "\f484";
}

.ion-ios-pie-outline:before {
    content: "\f483";
}

.ion-ios-pint:before {
    content: "\f486";
}

.ion-ios-pint-outline:before {
    content: "\f485";
}

.ion-ios-play:before {
    content: "\f488";
}

.ion-ios-play-outline:before {
    content: "\f487";
}

.ion-ios-plus:before {
    content: "\f48b";
}

.ion-ios-plus-empty:before {
    content: "\f489";
}

.ion-ios-plus-outline:before {
    content: "\f48a";
}

.ion-ios-pricetag:before {
    content: "\f48d";
}

.ion-ios-pricetag-outline:before {
    content: "\f48c";
}

.ion-ios-pricetags:before {
    content: "\f48f";
}

.ion-ios-pricetags-outline:before {
    content: "\f48e";
}

.ion-ios-printer:before {
    content: "\f491";
}

.ion-ios-printer-outline:before {
    content: "\f490";
}

.ion-ios-pulse:before {
    content: "\f493";
}

.ion-ios-pulse-strong:before {
    content: "\f492";
}

.ion-ios-rainy:before {
    content: "\f495";
}

.ion-ios-rainy-outline:before {
    content: "\f494";
}

.ion-ios-recording:before {
    content: "\f497";
}

.ion-ios-recording-outline:before {
    content: "\f496";
}

.ion-ios-redo:before {
    content: "\f499";
}

.ion-ios-redo-outline:before {
    content: "\f498";
}

.ion-ios-refresh:before {
    content: "\f49c";
}

.ion-ios-refresh-empty:before {
    content: "\f49a";
}

.ion-ios-refresh-outline:before {
    content: "\f49b";
}

.ion-ios-reload:before {
    content: "\f49d";
}

.ion-ios-reverse-camera:before {
    content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
    content: "\f49e";
}

.ion-ios-rewind:before {
    content: "\f4a1";
}

.ion-ios-rewind-outline:before {
    content: "\f4a0";
}

.ion-ios-rose:before {
    content: "\f4a3";
}

.ion-ios-rose-outline:before {
    content: "\f4a2";
}

.ion-ios-search:before {
    content: "\f4a5";
}

.ion-ios-search-strong:before {
    content: "\f4a4";
}

.ion-ios-settings:before {
    content: "\f4a7";
}

.ion-ios-settings-strong:before {
    content: "\f4a6";
}

.ion-ios-shuffle:before {
    content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
    content: "\f4a8";
}

.ion-ios-skipbackward:before {
    content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
    content: "\f4aa";
}

.ion-ios-skipforward:before {
    content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
    content: "\f4ac";
}

.ion-ios-snowy:before {
    content: "\f4ae";
}

.ion-ios-speedometer:before {
    content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
    content: "\f4af";
}

.ion-ios-star:before {
    content: "\f4b3";
}

.ion-ios-star-half:before {
    content: "\f4b1";
}

.ion-ios-star-outline:before {
    content: "\f4b2";
}

.ion-ios-stopwatch:before {
    content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
    content: "\f4b4";
}

.ion-ios-sunny:before {
    content: "\f4b7";
}

.ion-ios-sunny-outline:before {
    content: "\f4b6";
}

.ion-ios-telephone:before {
    content: "\f4b9";
}

.ion-ios-telephone-outline:before {
    content: "\f4b8";
}

.ion-ios-tennisball:before {
    content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
    content: "\f4ba";
}

.ion-ios-thunderstorm:before {
    content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
    content: "\f4bc";
}

.ion-ios-time:before {
    content: "\f4bf";
}

.ion-ios-time-outline:before {
    content: "\f4be";
}

.ion-ios-timer:before {
    content: "\f4c1";
}

.ion-ios-timer-outline:before {
    content: "\f4c0";
}

.ion-ios-toggle:before {
    content: "\f4c3";
}

.ion-ios-toggle-outline:before {
    content: "\f4c2";
}

.ion-ios-trash:before {
    content: "\f4c5";
}

.ion-ios-trash-outline:before {
    content: "\f4c4";
}

.ion-ios-undo:before {
    content: "\f4c7";
}

.ion-ios-undo-outline:before {
    content: "\f4c6";
}

.ion-ios-unlocked:before {
    content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
    content: "\f4c8";
}

.ion-ios-upload:before {
    content: "\f4cb";
}

.ion-ios-upload-outline:before {
    content: "\f4ca";
}

.ion-ios-videocam:before {
    content: "\f4cd";
}

.ion-ios-videocam-outline:before {
    content: "\f4cc";
}

.ion-ios-volume-high:before {
    content: "\f4ce";
}

.ion-ios-volume-low:before {
    content: "\f4cf";
}

.ion-ios-wineglass:before {
    content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
    content: "\f4d0";
}

.ion-ios-world:before {
    content: "\f4d3";
}

.ion-ios-world-outline:before {
    content: "\f4d2";
}

.ion-ipad:before {
    content: "\f1f9";
}

.ion-iphone:before {
    content: "\f1fa";
}

.ion-ipod:before {
    content: "\f1fb";
}

.ion-jet:before {
    content: "\f295";
}

.ion-key:before {
    content: "\f296";
}

.ion-knife:before {
    content: "\f297";
}

.ion-laptop:before {
    content: "\f1fc";
}

.ion-leaf:before {
    content: "\f1fd";
}

.ion-levels:before {
    content: "\f298";
}

.ion-lightbulb:before {
    content: "\f299";
}

.ion-link:before {
    content: "\f1fe";
}

.ion-load-a:before {
    content: "\f29a";
}

.ion-load-b:before {
    content: "\f29b";
}

.ion-load-c:before {
    content: "\f29c";
}

.ion-load-d:before {
    content: "\f29d";
}

.ion-location:before {
    content: "\f1ff";
}

.ion-lock-combination:before {
    content: "\f4d4";
}

.ion-locked:before {
    content: "\f200";
}

.ion-log-in:before {
    content: "\f29e";
}

.ion-log-out:before {
    content: "\f29f";
}

.ion-loop:before {
    content: "\f201";
}

.ion-magnet:before {
    content: "\f2a0";
}

.ion-male:before {
    content: "\f2a1";
}

.ion-man:before {
    content: "\f202";
}

.ion-map:before {
    content: "\f203";
}

.ion-medkit:before {
    content: "\f2a2";
}

.ion-merge:before {
    content: "\f33f";
}

.ion-mic-a:before {
    content: "\f204";
}

.ion-mic-b:before {
    content: "\f205";
}

.ion-mic-c:before {
    content: "\f206";
}

.ion-minus:before {
    content: "\f209";
}

.ion-minus-circled:before {
    content: "\f207";
}

.ion-minus-round:before {
    content: "\f208";
}

.ion-model-s:before {
    content: "\f2c1";
}

.ion-monitor:before {
    content: "\f20a";
}

.ion-more:before {
    content: "\f20b";
}

.ion-mouse:before {
    content: "\f340";
}

.ion-music-note:before {
    content: "\f20c";
}

.ion-navicon:before {
    content: "\f20e";
}

.ion-navicon-round:before {
    content: "\f20d";
}

.ion-navigate:before {
    content: "\f2a3";
}

.ion-network:before {
    content: "\f341";
}

.ion-no-smoking:before {
    content: "\f2c2";
}

.ion-nuclear:before {
    content: "\f2a4";
}

.ion-outlet:before {
    content: "\f342";
}

.ion-paintbrush:before {
    content: "\f4d5";
}

.ion-paintbucket:before {
    content: "\f4d6";
}

.ion-paper-airplane:before {
    content: "\f2c3";
}

.ion-paperclip:before {
    content: "\f20f";
}

.ion-pause:before {
    content: "\f210";
}

.ion-person:before {
    content: "\f213";
}

.ion-person-add:before {
    content: "\f211";
}

.ion-person-stalker:before {
    content: "\f212";
}

.ion-pie-graph:before {
    content: "\f2a5";
}

.ion-pin:before {
    content: "\f2a6";
}

.ion-pinpoint:before {
    content: "\f2a7";
}

.ion-pizza:before {
    content: "\f2a8";
}

.ion-plane:before {
    content: "\f214";
}

.ion-planet:before {
    content: "\f343";
}

.ion-play:before {
    content: "\f215";
}

.ion-playstation:before {
    content: "\f30a";
}

.ion-plus:before {
    content: "\f218";
}

.ion-plus-circled:before {
    content: "\f216";
}

.ion-plus-round:before {
    content: "\f217";
}

.ion-podium:before {
    content: "\f344";
}

.ion-pound:before {
    content: "\f219";
}

.ion-power:before {
    content: "\f2a9";
}

.ion-pricetag:before {
    content: "\f2aa";
}

.ion-pricetags:before {
    content: "\f2ab";
}

.ion-printer:before {
    content: "\f21a";
}

.ion-pull-request:before {
    content: "\f345";
}

.ion-qr-scanner:before {
    content: "\f346";
}

.ion-quote:before {
    content: "\f347";
}

.ion-radio-waves:before {
    content: "\f2ac";
}

.ion-record:before {
    content: "\f21b";
}

.ion-refresh:before {
    content: "\f21c";
}

.ion-reply:before {
    content: "\f21e";
}

.ion-reply-all:before {
    content: "\f21d";
}

.ion-ribbon-a:before {
    content: "\f348";
}

.ion-ribbon-b:before {
    content: "\f349";
}

.ion-sad:before {
    content: "\f34a";
}

.ion-sad-outline:before {
    content: "\f4d7";
}

.ion-scissors:before {
    content: "\f34b";
}

.ion-search:before {
    content: "\f21f";
}

.ion-settings:before {
    content: "\f2ad";
}

.ion-share:before {
    content: "\f220";
}

.ion-shuffle:before {
    content: "\f221";
}

.ion-skip-backward:before {
    content: "\f222";
}

.ion-skip-forward:before {
    content: "\f223";
}

.ion-social-android:before {
    content: "\f225";
}

.ion-social-android-outline:before {
    content: "\f224";
}

.ion-social-angular:before {
    content: "\f4d9";
}

.ion-social-angular-outline:before {
    content: "\f4d8";
}

.ion-social-apple:before {
    content: "\f227";
}

.ion-social-apple-outline:before {
    content: "\f226";
}

.ion-social-bitcoin:before {
    content: "\f2af";
}

.ion-social-bitcoin-outline:before {
    content: "\f2ae";
}

.ion-social-buffer:before {
    content: "\f229";
}

.ion-social-buffer-outline:before {
    content: "\f228";
}

.ion-social-chrome:before {
    content: "\f4db";
}

.ion-social-chrome-outline:before {
    content: "\f4da";
}

.ion-social-codepen:before {
    content: "\f4dd";
}

.ion-social-codepen-outline:before {
    content: "\f4dc";
}

.ion-social-css3:before {
    content: "\f4df";
}

.ion-social-css3-outline:before {
    content: "\f4de";
}

.ion-social-designernews:before {
    content: "\f22b";
}

.ion-social-designernews-outline:before {
    content: "\f22a";
}

.ion-social-dribbble:before {
    content: "\f22d";
}

.ion-social-dribbble-outline:before {
    content: "\f22c";
}

.ion-social-dropbox:before {
    content: "\f22f";
}

.ion-social-dropbox-outline:before {
    content: "\f22e";
}

.ion-social-euro:before {
    content: "\f4e1";
}

.ion-social-euro-outline:before {
    content: "\f4e0";
}

.ion-social-facebook:before {
    content: "\f231";
}

.ion-social-facebook-outline:before {
    content: "\f230";
}

.ion-social-foursquare:before {
    content: "\f34d";
}

.ion-social-foursquare-outline:before {
    content: "\f34c";
}

.ion-social-freebsd-devil:before {
    content: "\f2c4";
}

.ion-social-github:before {
    content: "\f233";
}

.ion-social-github-outline:before {
    content: "\f232";
}

.ion-social-google:before {
    content: "\f34f";
}

.ion-social-google-outline:before {
    content: "\f34e";
}

.ion-social-googleplus:before {
    content: "\f235";
}

.ion-social-googleplus-outline:before {
    content: "\f234";
}

.ion-social-hackernews:before {
    content: "\f237";
}

.ion-social-hackernews-outline:before {
    content: "\f236";
}

.ion-social-html5:before {
    content: "\f4e3";
}

.ion-social-html5-outline:before {
    content: "\f4e2";
}

.ion-social-instagram:before {
    content: "\f351";
}

.ion-social-instagram-outline:before {
    content: "\f350";
}

.ion-social-javascript:before {
    content: "\f4e5";
}

.ion-social-javascript-outline:before {
    content: "\f4e4";
}

.ion-social-linkedin:before {
    content: "\f239";
}

.ion-social-linkedin-outline:before {
    content: "\f238";
}

.ion-social-markdown:before {
    content: "\f4e6";
}

.ion-social-nodejs:before {
    content: "\f4e7";
}

.ion-social-octocat:before {
    content: "\f4e8";
}

.ion-social-pinterest:before {
    content: "\f2b1";
}

.ion-social-pinterest-outline:before {
    content: "\f2b0";
}

.ion-social-python:before {
    content: "\f4e9";
}

.ion-social-reddit:before {
    content: "\f23b";
}

.ion-social-reddit-outline:before {
    content: "\f23a";
}

.ion-social-rss:before {
    content: "\f23d";
}

.ion-social-rss-outline:before {
    content: "\f23c";
}

.ion-social-sass:before {
    content: "\f4ea";
}

.ion-social-skype:before {
    content: "\f23f";
}

.ion-social-skype-outline:before {
    content: "\f23e";
}

.ion-social-snapchat:before {
    content: "\f4ec";
}

.ion-social-snapchat-outline:before {
    content: "\f4eb";
}

.ion-social-tumblr:before {
    content: "\f241";
}

.ion-social-tumblr-outline:before {
    content: "\f240";
}

.ion-social-tux:before {
    content: "\f2c5";
}

.ion-social-twitch:before {
    content: "\f4ee";
}

.ion-social-twitch-outline:before {
    content: "\f4ed";
}

.ion-social-twitter:before {
    content: "\f243";
}

.ion-social-twitter-outline:before {
    content: "\f242";
}

.ion-social-usd:before {
    content: "\f353";
}

.ion-social-usd-outline:before {
    content: "\f352";
}

.ion-social-vimeo:before {
    content: "\f245";
}

.ion-social-vimeo-outline:before {
    content: "\f244";
}

.ion-social-whatsapp:before {
    content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
    content: "\f4ef";
}

.ion-social-windows:before {
    content: "\f247";
}

.ion-social-windows-outline:before {
    content: "\f246";
}

.ion-social-wordpress:before {
    content: "\f249";
}

.ion-social-wordpress-outline:before {
    content: "\f248";
}

.ion-social-yahoo:before {
    content: "\f24b";
}

.ion-social-yahoo-outline:before {
    content: "\f24a";
}

.ion-social-yen:before {
    content: "\f4f2";
}

.ion-social-yen-outline:before {
    content: "\f4f1";
}

.ion-social-youtube:before {
    content: "\f24d";
}

.ion-social-youtube-outline:before {
    content: "\f24c";
}

.ion-soup-can:before {
    content: "\f4f4";
}

.ion-soup-can-outline:before {
    content: "\f4f3";
}

.ion-speakerphone:before {
    content: "\f2b2";
}

.ion-speedometer:before {
    content: "\f2b3";
}

.ion-spoon:before {
    content: "\f2b4";
}

.ion-star:before {
    content: "\f24e";
}

.ion-stats-bars:before {
    content: "\f2b5";
}

.ion-steam:before {
    content: "\f30b";
}

.ion-stop:before {
    content: "\f24f";
}

.ion-thermometer:before {
    content: "\f2b6";
}

.ion-thumbsdown:before {
    content: "\f250";
}

.ion-thumbsup:before {
    content: "\f251";
}

.ion-toggle:before {
    content: "\f355";
}

.ion-toggle-filled:before {
    content: "\f354";
}

.ion-transgender:before {
    content: "\f4f5";
}

.ion-trash-a:before {
    content: "\f252";
}

.ion-trash-b:before {
    content: "\f253";
}

.ion-trophy:before {
    content: "\f356";
}

.ion-tshirt:before {
    content: "\f4f7";
}

.ion-tshirt-outline:before {
    content: "\f4f6";
}

.ion-umbrella:before {
    content: "\f2b7";
}

.ion-university:before {
    content: "\f357";
}

.ion-unlocked:before {
    content: "\f254";
}

.ion-upload:before {
    content: "\f255";
}

.ion-usb:before {
    content: "\f2b8";
}

.ion-videocamera:before {
    content: "\f256";
}

.ion-volume-high:before {
    content: "\f257";
}

.ion-volume-low:before {
    content: "\f258";
}

.ion-volume-medium:before {
    content: "\f259";
}

.ion-volume-mute:before {
    content: "\f25a";
}

.ion-wand:before {
    content: "\f358";
}

.ion-waterdrop:before {
    content: "\f25b";
}

.ion-wifi:before {
    content: "\f25c";
}

.ion-wineglass:before {
    content: "\f2b9";
}

.ion-woman:before {
    content: "\f25d";
}

.ion-wrench:before {
    content: "\f2ba";
}

.ion-xbox:before {
    content: "\f30c";
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

#cookie-bar {font-family: 'Raleway', sans-serif; background:#111111; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {font-family: 'Raleway', sans-serif; margin:10px; padding:0;}
#cookie-bar a {font-family: 'Raleway', sans-serif; color:#000000; display:inline-block; border-radius:3px; text-decoration:none; padding:3px 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#ffffff;}
#cookie-bar .cb-enable:hover {background:#eeeeee;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
.SelectClass,.SumoSelect.open .search-txt,.SumoUnder{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;top:0;left:0}.SumoSelect p{margin:0}.SumoSelect{width:200px}.SelectBox{padding:5px 8px}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:0}.SumoSelect .no-match{display:none;padding:6px}.SumoSelect.open .search-txt{display:inline-block;width:100%;margin:0;padding:5px 8px;border:none;box-sizing:border-box;border-radius:5px}.SumoSelect.open>.search>label,.SumoSelect.open>.search>span{visibility:hidden}.SelectClass,.SumoUnder{right:0;height:100%;width:100%;border:none;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect .select-all>label,.SumoSelect>.CaptionCont,.SumoSelect>.optWrapper>.options li.opt label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{display:inline-block;position:relative;outline:0}.SumoSelect.open>.CaptionCont,.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont{box-shadow:0 0 2px #7799D0;border-color:#7799D0}.SumoSelect>.CaptionCont{position:relative;border:1px solid #A4A4A4;min-height:14px;background-color:#fff;border-radius:2px;margin:0}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;cursor:default}.SumoSelect>.CaptionCont>span.placeholder{color:#ccc;font-style:italic}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:30px;height:100%;margin:0;}.SumoSelect>.CaptionCont>label>i{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);background-position:center center;width:16px;height:16px;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background-repeat:no-repeat;opacity:.8}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;width:100%;position:absolute;left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;border:1px solid #ddd;box-shadow:2px 3px 3px rgba(0,0,0,.11);border-radius:3px;overflow:hidden}.SumoSelect.open>.optWrapper{top:35px;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{border-radius:2px;position:relative;max-height:250px}.SumoSelect>.optWrapper.okCancelInMulti>.options{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options{border-radius:0 0 2px 2px}.SumoSelect>.optWrapper.selall.okCancelInMulti>.options{border-radius:0}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%;box-shadow:0 0 100px #595959}.SumoSelect>.optWrapper>.options li.opt{padding:6px;position:relative;border-bottom:1px solid #f5f5f5}.SumoSelect>.optWrapper>.options>li.opt:first-child{border-radius:2px 2px 0 0}.SumoSelect>.optWrapper.selall>.options>li.opt:first-child{border-radius:0}.SumoSelect>.optWrapper>.options>li.opt:last-child{border-radius:0 0 2px 2px;border-bottom:none}.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child{border-radius:0}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#E4E4E4}.SumoSelect .select-all.sel,.SumoSelect>.optWrapper>.options li.opt.sel{background-color:#a1c0e4}.SumoSelect>.optWrapper>.options li label{overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect .select-all>span,.SumoSelect>.optWrapper.multiple>.options li.opt span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect .select-all>span i,.SumoSelect>.optWrapper.multiple>.options li.opt span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;border-radius:2px;box-shadow:inset 0 1px 3px rgba(0,0,0,.15);background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff;box-shadow:0 0 2px rgba(0,0,0,.13);border-radius:0 0 3px 3px}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus{box-shadow:0 0 2px #a1c0e4;border-color:#a1c0e4;outline:0;background-color:#a1c0e4}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB;border-radius:0 0 0 3px}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel{border-radius:0 0 3px}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect .select-all.partial>span i,.SumoSelect .select-all.selected>span i,.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i{background-color:#11a911;box-shadow:none;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc;box-shadow:none}.SumoSelect .select-all{border-radius:3px 3px 0 0;position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);background-color: rgba(100,100,100,.5);}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!
 * # Semantic UI 2.2.12 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */@font-face{font-family:Icons;src:url(/css/vendor/ui-dropdown/assets/fonts/icons.eot);src:url(/css/vendor/ui-dropdown/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(/css/vendor/ui-dropdown/assets/fonts/icons.woff2) format('woff2'),url(/css/vendor/ui-dropdown/assets/fonts/icons.woff) format('woff'),url(/css/vendor/ui-dropdown/assets/fonts/icons.ttf) format('truetype'),url(/css/vendor/ui-dropdown/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.icon.hover{opacity:1!important}i.icon.active{opacity:1!important}i.emphasized.icon{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0}i.link.icon,i.link.icons{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover,i.link.icons:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em .5em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}i.inverted.icon{color:#fff}i.red.icon{color:#db2828!important}i.inverted.red.icon{color:#ff695e!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}i.orange.icon{color:#f2711c!important}i.inverted.orange.icon{color:#ff851b!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}i.yellow.icon{color:#fbbd08!important}i.inverted.yellow.icon{color:#ffe21f!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}i.olive.icon{color:#b5cc18!important}i.inverted.olive.icon{color:#d9e778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}i.green.icon{color:#21ba45!important}i.inverted.green.icon{color:#2ecc40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}i.teal.icon{color:#00b5ad!important}i.inverted.teal.icon{color:#6dffff!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}i.blue.icon{color:#2185d0!important}i.inverted.blue.icon{color:#54c8ff!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}i.violet.icon{color:#6435c9!important}i.inverted.violet.icon{color:#a291fb!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}i.purple.icon{color:#a333c8!important}i.inverted.purple.icon{color:#dc73ff!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}i.pink.icon{color:#e03997!important}i.inverted.pink.icon{color:#ff8edf!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}i.brown.icon{color:#a5673f!important}i.inverted.brown.icon{color:#d67c1c!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#dcddde!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}i.black.icon{color:#1b1c1d!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordered.black.icon,i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.4em}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.5em}i.small.icon,i.small.icons{line-height:1;font-size:.75em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .top.right.corner.icon{top:0;left:auto;right:0;bottom:auto}i.icons .top.left.corner.icon{top:0;left:0;right:auto;bottom:auto}i.icons .bottom.left.corner.icon{top:auto;left:0;right:auto;bottom:0}i.icons .bottom.right.corner.icon{top:auto;left:auto;right:0;bottom:0}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.search:before{content:"\f002"}i.icon.mail.outline:before{content:"\f003"}i.icon.signal:before{content:"\f012"}i.icon.setting:before{content:"\f013"}i.icon.home:before{content:"\f015"}i.icon.inbox:before{content:"\f01c"}i.icon.browser:before{content:"\f022"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.image:before{content:"\f03e"}i.icon.calendar:before{content:"\f073"}i.icon.comment:before{content:"\f075"}i.icon.shop:before{content:"\f07a"}i.icon.comments:before{content:"\f086"}i.icon.external:before{content:"\f08e"}i.icon.privacy:before{content:"\f084"}i.icon.settings:before{content:"\f085"}i.icon.comments:before{content:"\f086"}i.icon.external:before{content:"\f08e"}i.icon.trophy:before{content:"\f091"}i.icon.payment:before{content:"\f09d"}i.icon.feed:before{content:"\f09e"}i.icon.alarm.outline:before{content:"\f0a2"}i.icon.tasks:before{content:"\f0ae"}i.icon.cloud:before{content:"\f0c2"}i.icon.lab:before{content:"\f0c3"}i.icon.mail:before{content:"\f0e0"}i.icon.dashboard:before{content:"\f0e4"}i.icon.comment.outline:before{content:"\f0e5"}i.icon.comments.outline:before{content:"\f0e6"}i.icon.sitemap:before{content:"\f0e8"}i.icon.idea:before{content:"\f0eb"}i.icon.alarm:before{content:"\f0f3"}i.icon.terminal:before{content:"\f120"}i.icon.code:before{content:"\f121"}i.icon.protect:before{content:"\f132"}i.icon.calendar.outline:before{content:"\f133"}i.icon.ticket:before{content:"\f145"}i.icon.external.square:before{content:"\f14c"}i.icon.bug:before{content:"\f188"}i.icon.mail.square:before{content:"\f199"}i.icon.history:before{content:"\f1da"}i.icon.options:before{content:"\f1de"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.find:before{content:"\f1e5"}i.icon.alarm.mute:before{content:"\f1f6"}i.icon.alarm.mute.outline:before{content:"\f1f7"}i.icon.copyright:before{content:"\f1f9"}i.icon.at:before{content:"\f1fa"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.heartbeat:before{content:"\f21e"}i.icon.mouse.pointer:before{content:"\f245"}i.icon.hourglass.empty:before{content:"\f250"}i.icon.hourglass.start:before{content:"\f251"}i.icon.hourglass.half:before{content:"\f252"}i.icon.hourglass.end:before{content:"\f253"}i.icon.hourglass.full:before{content:"\f254"}i.icon.hand.pointer:before{content:"\f25a"}i.icon.trademark:before{content:"\f25c"}i.icon.registered:before{content:"\f25d"}i.icon.creative.commons:before{content:"\f25e"}i.icon.add.to.calendar:before{content:"\f271"}i.icon.remove.from.calendar:before{content:"\f272"}i.icon.delete.calendar:before{content:"\f273"}i.icon.checked.calendar:before{content:"\f274"}i.icon.industry:before{content:"\f275"}i.icon.shopping.bag:before{content:"\f290"}i.icon.shopping.basket:before{content:"\f291"}i.icon.hashtag:before{content:"\f292"}i.icon.percent:before{content:"\f295"}i.icon.handshake:before{content:"\f2b5"}i.icon.open.envelope:before{content:"\f2b6"}i.icon.open.envelope.outline:before{content:"\f2b7"}i.icon.address.book:before{content:"\f2b9"}i.icon.address.book.outline:before{content:"\f2ba"}i.icon.address.card:before{content:"\f2bb"}i.icon.address.card.outline:before{content:"\f2bc"}i.icon.id.badge:before{content:"\f2c1"}i.icon.id.card:before{content:"\f2c2"}i.icon.id.card.outline:before{content:"\f2c3"}i.icon.podcast:before{content:"\f2ce"}i.icon.window.maximize:before{content:"\f2d0"}i.icon.window.minimize:before{content:"\f2d1"}i.icon.window.restore:before{content:"\f2d2"}i.icon.window.close:before{content:"\f2d3"}i.icon.window.close.outline:before{content:"\f2d4"}i.icon.wait:before{content:"\f017"}i.icon.download:before{content:"\f019"}i.icon.repeat:before{content:"\f01e"}i.icon.refresh:before{content:"\f021"}i.icon.lock:before{content:"\f023"}i.icon.bookmark:before{content:"\f02e"}i.icon.print:before{content:"\f02f"}i.icon.write:before{content:"\f040"}i.icon.adjust:before{content:"\f042"}i.icon.theme:before{content:"\f043"}i.icon.edit:before{content:"\f044"}i.icon.external.share:before{content:"\f045"}i.icon.ban:before{content:"\f05e"}i.icon.mail.forward:before{content:"\f064"}i.icon.share:before{content:"\f064"}i.icon.expand:before{content:"\f065"}i.icon.compress:before{content:"\f066"}i.icon.unhide:before{content:"\f06e"}i.icon.hide:before{content:"\f070"}i.icon.random:before{content:"\f074"}i.icon.retweet:before{content:"\f079"}i.icon.sign.out:before{content:"\f08b"}i.icon.pin:before{content:"\f08d"}i.icon.sign.in:before{content:"\f090"}i.icon.upload:before{content:"\f093"}i.icon.call:before{content:"\f095"}i.icon.remove.bookmark:before{content:"\f097"}i.icon.call.square:before{content:"\f098"}i.icon.unlock:before{content:"\f09c"}i.icon.configure:before{content:"\f0ad"}i.icon.filter:before{content:"\f0b0"}i.icon.wizard:before{content:"\f0d0"}i.icon.undo:before{content:"\f0e2"}i.icon.exchange:before{content:"\f0ec"}i.icon.cloud.download:before{content:"\f0ed"}i.icon.cloud.upload:before{content:"\f0ee"}i.icon.reply:before{content:"\f112"}i.icon.reply.all:before{content:"\f122"}i.icon.erase:before{content:"\f12d"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.write.square:before{content:"\f14b"}i.icon.share.square:before{content:"\f14d"}i.icon.archive:before{content:"\f187"}i.icon.translate:before{content:"\f1ab"}i.icon.recycle:before{content:"\f1b8"}i.icon.send:before{content:"\f1d8"}i.icon.send.outline:before{content:"\f1d9"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.add.to.cart:before{content:"\f217"}i.icon.in.cart:before{content:"\f218"}i.icon.add.user:before{content:"\f234"}i.icon.remove.user:before{content:"\f235"}i.icon.object.group:before{content:"\f247"}i.icon.object.ungroup:before{content:"\f248"}i.icon.clone:before{content:"\f24d"}i.icon.talk:before{content:"\f27a"}i.icon.talk.outline:before{content:"\f27b"}i.icon.help.circle:before{content:"\f059"}i.icon.info.circle:before{content:"\f05a"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.announcement:before{content:"\f0a1"}i.icon.help:before{content:"\f128"}i.icon.info:before{content:"\f129"}i.icon.warning:before{content:"\f12a"}i.icon.birthday:before{content:"\f1fd"}i.icon.help.circle.outline:before{content:"\f29c"}i.icon.user:before{content:"\f007"}i.icon.users:before{content:"\f0c0"}i.icon.doctor:before{content:"\f0f0"}i.icon.handicap:before{content:"\f193"}i.icon.student:before{content:"\f19d"}i.icon.child:before{content:"\f1ae"}i.icon.spy:before{content:"\f21b"}i.icon.user.circle:before{content:"\f2bd"}i.icon.user.circle.outline:before{content:"\f2be"}i.icon.user.outline:before{content:"\f2c0"}i.icon.female:before{content:"\f182"}i.icon.male:before{content:"\f183"}i.icon.woman:before{content:"\f221"}i.icon.man:before{content:"\f222"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.intergender:before{content:"\f224"}i.icon.transgender:before{content:"\f225"}i.icon.lesbian:before{content:"\f226"}i.icon.gay:before{content:"\f227"}i.icon.heterosexual:before{content:"\f228"}i.icon.other.gender:before{content:"\f229"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.neuter:before{content:"\f22c"}i.icon.genderless:before{content:"\f22d"}i.icon.universal.access:before{content:"\f29a"}i.icon.wheelchair:before{content:"\f29b"}i.icon.blind:before{content:"\f29d"}i.icon.audio.description:before{content:"\f29e"}i.icon.volume.control.phone:before{content:"\f2a0"}i.icon.braille:before{content:"\f2a1"}i.icon.asl:before{content:"\f2a3"}i.icon.assistive.listening.systems:before{content:"\f2a2"}i.icon.deafness:before{content:"\f2a4"}i.icon.sign.language:before{content:"\f2a7"}i.icon.low.vision:before{content:"\f2a8"}i.icon.block.layout:before{content:"\f009"}i.icon.grid.layout:before{content:"\f00a"}i.icon.list.layout:before{content:"\f00b"}i.icon.zoom:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.resize.vertical:before{content:"\f07d"}i.icon.resize.horizontal:before{content:"\f07e"}i.icon.maximize:before{content:"\f0b2"}i.icon.crop:before{content:"\f125"}i.icon.cocktail:before{content:"\f000"}i.icon.road:before{content:"\f018"}i.icon.flag:before{content:"\f024"}i.icon.book:before{content:"\f02d"}i.icon.gift:before{content:"\f06b"}i.icon.leaf:before{content:"\f06c"}i.icon.fire:before{content:"\f06d"}i.icon.plane:before{content:"\f072"}i.icon.magnet:before{content:"\f076"}i.icon.lemon:before{content:"\f094"}i.icon.world:before{content:"\f0ac"}i.icon.travel:before{content:"\f0b1"}i.icon.shipping:before{content:"\f0d1"}i.icon.money:before{content:"\f0d6"}i.icon.legal:before{content:"\f0e3"}i.icon.lightning:before{content:"\f0e7"}i.icon.umbrella:before{content:"\f0e9"}i.icon.treatment:before{content:"\f0f1"}i.icon.suitcase:before{content:"\f0f2"}i.icon.bar:before{content:"\f0fc"}i.icon.flag.outline:before{content:"\f11d"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.puzzle:before{content:"\f12e"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.rocket:before{content:"\f135"}i.icon.anchor:before{content:"\f13d"}i.icon.bullseye:before{content:"\f140"}i.icon.sun:before{content:"\f185"}i.icon.moon:before{content:"\f186"}i.icon.fax:before{content:"\f1ac"}i.icon.life.ring:before{content:"\f1cd"}i.icon.bomb:before{content:"\f1e2"}i.icon.soccer:before{content:"\f1e3"}i.icon.calculator:before{content:"\f1ec"}i.icon.diamond:before{content:"\f219"}i.icon.sticky.note:before{content:"\f249"}i.icon.sticky.note.outline:before{content:"\f24a"}i.icon.law:before{content:"\f24e"}i.icon.hand.peace:before{content:"\f25b"}i.icon.hand.rock:before{content:"\f255"}i.icon.hand.paper:before{content:"\f256"}i.icon.hand.scissors:before{content:"\f257"}i.icon.hand.lizard:before{content:"\f258"}i.icon.hand.spock:before{content:"\f259"}i.icon.tv:before{content:"\f26c"}i.icon.thermometer.full:before{content:"\f2c7"}i.icon.thermometer.three.quarters:before{content:"\f2c8"}i.icon.thermometer.half:before{content:"\f2c9"}i.icon.thermometer.quarter:before{content:"\f2ca"}i.icon.thermometer.empty:before{content:"\f2cb"}i.icon.shower:before{content:"\f2cc"}i.icon.bathtub:before{content:"\f2cd"}i.icon.snowflake:before{content:"\f2dc"}i.icon.crosshairs:before{content:"\f05b"}i.icon.asterisk:before{content:"\f069"}i.icon.square.outline:before{content:"\f096"}i.icon.certificate:before{content:"\f0a3"}i.icon.square:before{content:"\f0c8"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.spinner:before{content:"\f110"}i.icon.circle:before{content:"\f111"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.circle.thin:before{content:"\f1db"}i.icon.checkmark:before{content:"\f00c"}i.icon.remove:before{content:"\f00d"}i.icon.checkmark.box:before{content:"\f046"}i.icon.move:before{content:"\f047"}i.icon.add.circle:before{content:"\f055"}i.icon.minus.circle:before{content:"\f056"}i.icon.remove.circle:before{content:"\f057"}i.icon.check.circle:before{content:"\f058"}i.icon.remove.circle.outline:before{content:"\f05c"}i.icon.check.circle.outline:before{content:"\f05d"}i.icon.plus:before{content:"\f067"}i.icon.minus:before{content:"\f068"}i.icon.add.square:before{content:"\f0fe"}i.icon.radio:before{content:"\f10c"}i.icon.minus.square:before{content:"\f146"}i.icon.minus.square.outline:before{content:"\f147"}i.icon.check.square:before{content:"\f14a"}i.icon.selected.radio:before{content:"\f192"}i.icon.plus.square.outline:before{content:"\f196"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.film:before{content:"\f008"}i.icon.sound:before{content:"\f025"}i.icon.photo:before{content:"\f030"}i.icon.bar.chart:before{content:"\f080"}i.icon.camera.retro:before{content:"\f083"}i.icon.newspaper:before{content:"\f1ea"}i.icon.area.chart:before{content:"\f1fe"}i.icon.pie.chart:before{content:"\f200"}i.icon.line.chart:before{content:"\f201"}i.icon.arrow.circle.outline.down:before{content:"\f01a"}i.icon.arrow.circle.outline.up:before{content:"\f01b"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrow.down:before{content:"\f063"}i.icon.chevron.up:before{content:"\f077"}i.icon.chevron.down:before{content:"\f078"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.up:before{content:"\f0d8"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angle.down:before{content:"\f107"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.up:before{content:"\f151"}i.icon.toggle.right:before{content:"\f152"}i.icon.long.arrow.down:before{content:"\f175"}i.icon.long.arrow.up:before{content:"\f176"}i.icon.long.arrow.left:before{content:"\f177"}i.icon.long.arrow.right:before{content:"\f178"}i.icon.arrow.circle.outline.right:before{content:"\f18e"}i.icon.arrow.circle.outline.left:before{content:"\f190"}i.icon.toggle.left:before{content:"\f191"}i.icon.tablet:before{content:"\f10a"}i.icon.mobile:before{content:"\f10b"}i.icon.battery.full:before{content:"\f240"}i.icon.battery.high:before{content:"\f241"}i.icon.battery.medium:before{content:"\f242"}i.icon.battery.low:before{content:"\f243"}i.icon.battery.empty:before{content:"\f244"}i.icon.power:before{content:"\f011"}i.icon.trash.outline:before{content:"\f014"}i.icon.disk.outline:before{content:"\f0a0"}i.icon.desktop:before{content:"\f108"}i.icon.laptop:before{content:"\f109"}i.icon.game:before{content:"\f11b"}i.icon.keyboard:before{content:"\f11c"}i.icon.plug:before{content:"\f1e6"}i.icon.trash:before{content:"\f1f8"}i.icon.file.outline:before{content:"\f016"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.file.text.outline:before{content:"\f0f6"}i.icon.folder.outline:before{content:"\f114"}i.icon.folder.open.outline:before{content:"\f115"}i.icon.level.up:before{content:"\f148"}i.icon.level.down:before{content:"\f149"}i.icon.file:before{content:"\f15b"}i.icon.file.text:before{content:"\f15c"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.qrcode:before{content:"\f029"}i.icon.barcode:before{content:"\f02a"}i.icon.rss:before{content:"\f09e"}i.icon.fork:before{content:"\f126"}i.icon.html5:before{content:"\f13b"}i.icon.css3:before{content:"\f13c"}i.icon.rss.square:before{content:"\f143"}i.icon.openid:before{content:"\f19b"}i.icon.database:before{content:"\f1c0"}i.icon.wifi:before{content:"\f1eb"}i.icon.server:before{content:"\f233"}i.icon.usb:before{content:"\f287"}i.icon.bluetooth:before{content:"\f293"}i.icon.bluetooth.alternative:before{content:"\f294"}i.icon.microchip:before{content:"\f2db"}i.icon.heart:before{content:"\f004"}i.icon.star:before{content:"\f005"}i.icon.empty.star:before{content:"\f006"}i.icon.thumbs.outline.up:before{content:"\f087"}i.icon.thumbs.outline.down:before{content:"\f088"}i.icon.star.half:before{content:"\f089"}i.icon.empty.heart:before{content:"\f08a"}i.icon.smile:before{content:"\f118"}i.icon.frown:before{content:"\f119"}i.icon.meh:before{content:"\f11a"}i.icon.star.half.empty:before{content:"\f123"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbs.down:before{content:"\f165"}i.icon.music:before{content:"\f001"}i.icon.video.play.outline:before{content:"\f01d"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.up:before{content:"\f028"}i.icon.record:before{content:"\f03d"}i.icon.step.backward:before{content:"\f048"}i.icon.fast.backward:before{content:"\f049"}i.icon.backward:before{content:"\f04a"}i.icon.play:before{content:"\f04b"}i.icon.pause:before{content:"\f04c"}i.icon.stop:before{content:"\f04d"}i.icon.forward:before{content:"\f04e"}i.icon.fast.forward:before{content:"\f050"}i.icon.step.forward:before{content:"\f051"}i.icon.eject:before{content:"\f052"}i.icon.unmute:before{content:"\f130"}i.icon.mute:before{content:"\f131"}i.icon.video.play:before{content:"\f144"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.pause.circle:before{content:"\f28b"}i.icon.pause.circle.outline:before{content:"\f28c"}i.icon.stop.circle:before{content:"\f28d"}i.icon.stop.circle.outline:before{content:"\f28e"}i.icon.marker:before{content:"\f041"}i.icon.coffee:before{content:"\f0f4"}i.icon.food:before{content:"\f0f5"}i.icon.building.outline:before{content:"\f0f7"}i.icon.hospital:before{content:"\f0f8"}i.icon.emergency:before{content:"\f0f9"}i.icon.first.aid:before{content:"\f0fa"}i.icon.military:before{content:"\f0fb"}i.icon.h:before{content:"\f0fd"}i.icon.location.arrow:before{content:"\f124"}i.icon.compass:before{content:"\f14e"}i.icon.space.shuttle:before{content:"\f197"}i.icon.university:before{content:"\f19c"}i.icon.building:before{content:"\f1ad"}i.icon.paw:before{content:"\f1b0"}i.icon.spoon:before{content:"\f1b1"}i.icon.car:before{content:"\f1b9"}i.icon.taxi:before{content:"\f1ba"}i.icon.tree:before{content:"\f1bb"}i.icon.bicycle:before{content:"\f206"}i.icon.bus:before{content:"\f207"}i.icon.ship:before{content:"\f21a"}i.icon.motorcycle:before{content:"\f21c"}i.icon.street.view:before{content:"\f21d"}i.icon.hotel:before{content:"\f236"}i.icon.train:before{content:"\f238"}i.icon.subway:before{content:"\f239"}i.icon.map.pin:before{content:"\f276"}i.icon.map.signs:before{content:"\f277"}i.icon.map.outline:before{content:"\f278"}i.icon.map:before{content:"\f279"}i.icon.table:before{content:"\f0ce"}i.icon.columns:before{content:"\f0db"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.font:before{content:"\f031"}i.icon.bold:before{content:"\f032"}i.icon.italic:before{content:"\f033"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.align.left:before{content:"\f036"}i.icon.align.center:before{content:"\f037"}i.icon.align.right:before{content:"\f038"}i.icon.align.justify:before{content:"\f039"}i.icon.list:before{content:"\f03a"}i.icon.outdent:before{content:"\f03b"}i.icon.indent:before{content:"\f03c"}i.icon.linkify:before{content:"\f0c1"}i.icon.cut:before{content:"\f0c4"}i.icon.copy:before{content:"\f0c5"}i.icon.attach:before{content:"\f0c6"}i.icon.save:before{content:"\f0c7"}i.icon.content:before{content:"\f0c9"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.underline:before{content:"\f0cd"}i.icon.paste:before{content:"\f0ea"}i.icon.unlinkify:before{content:"\f127"}i.icon.superscript:before{content:"\f12b"}i.icon.subscript:before{content:"\f12c"}i.icon.header:before{content:"\f1dc"}i.icon.paragraph:before{content:"\f1dd"}i.icon.text.cursor:before{content:"\f246"}i.icon.euro:before{content:"\f153"}i.icon.pound:before{content:"\f154"}i.icon.dollar:before{content:"\f155"}i.icon.rupee:before{content:"\f156"}i.icon.yen:before{content:"\f157"}i.icon.ruble:before{content:"\f158"}i.icon.won:before{content:"\f159"}i.icon.bitcoin:before{content:"\f15a"}i.icon.lira:before{content:"\f195"}i.icon.shekel:before{content:"\f20b"}i.icon.paypal:before{content:"\f1ed"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.visa:before{content:"\f1f0"}i.icon.mastercard:before{content:"\f1f1"}i.icon.discover:before{content:"\f1f2"}i.icon.american.express:before{content:"\f1f3"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.stripe:before{content:"\f1f5"}i.icon.japan.credit.bureau:before{content:"\f24b"}i.icon.diners.club:before{content:"\f24c"}i.icon.credit.card.alternative:before{content:"\f283"}i.icon.twitter.square:before{content:"\f081"}i.icon.facebook.square:before{content:"\f082"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.github.square:before{content:"\f092"}i.icon.twitter:before{content:"\f099"}i.icon.facebook.f:before{content:"\f09a"}i.icon.github:before{content:"\f09b"}i.icon.pinterest:before{content:"\f0d2"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.plus:before{content:"\f0d5"}i.icon.linkedin:before{content:"\f0e1"}i.icon.github.alternate:before{content:"\f113"}i.icon.maxcdn:before{content:"\f136"}i.icon.youtube.square:before{content:"\f166"}i.icon.youtube:before{content:"\f167"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.youtube.play:before{content:"\f16a"}i.icon.dropbox:before{content:"\f16b"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.instagram:before{content:"\f16d"}i.icon.flickr:before{content:"\f16e"}i.icon.adn:before{content:"\f170"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitbucket.square:before{content:"\f172"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.apple:before{content:"\f179"}i.icon.windows:before{content:"\f17a"}i.icon.android:before{content:"\f17b"}i.icon.linux:before{content:"\f17c"}i.icon.dribble:before{content:"\f17d"}i.icon.skype:before{content:"\f17e"}i.icon.foursquare:before{content:"\f180"}i.icon.trello:before{content:"\f181"}i.icon.gittip:before{content:"\f184"}i.icon.vk:before{content:"\f189"}i.icon.weibo:before{content:"\f18a"}i.icon.renren:before{content:"\f18b"}i.icon.pagelines:before{content:"\f18c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.vimeo.square:before{content:"\f194"}i.icon.slack:before{content:"\f198"}i.icon.wordpress:before{content:"\f19a"}i.icon.yahoo:before{content:"\f19e"}i.icon.google:before{content:"\f1a0"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.digg:before{content:"\f1a6"}i.icon.pied.piper:before{content:"\f1a7"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.drupal:before{content:"\f1a9"}i.icon.joomla:before{content:"\f1aa"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.spotify:before{content:"\f1bc"}i.icon.deviantart:before{content:"\f1bd"}i.icon.soundcloud:before{content:"\f1be"}i.icon.vine:before{content:"\f1ca"}i.icon.codepen:before{content:"\f1cb"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.rebel:before{content:"\f1d0"}i.icon.empire:before{content:"\f1d1"}i.icon.git.square:before{content:"\f1d2"}i.icon.git:before{content:"\f1d3"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.qq:before{content:"\f1d6"}i.icon.wechat:before{content:"\f1d7"}i.icon.slideshare:before{content:"\f1e7"}i.icon.twitch:before{content:"\f1e8"}i.icon.yelp:before{content:"\f1e9"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.ioxhost:before{content:"\f208"}i.icon.angellist:before{content:"\f209"}i.icon.meanpath:before{content:"\f20c"}i.icon.buysellads:before{content:"\f20d"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.dashcube:before{content:"\f210"}i.icon.forumbee:before{content:"\f211"}i.icon.leanpub:before{content:"\f212"}i.icon.sellsy:before{content:"\f213"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.simplybuilt:before{content:"\f215"}i.icon.skyatlas:before{content:"\f216"}i.icon.facebook:before{content:"\f230"}i.icon.pinterest:before{content:"\f231"}i.icon.whatsapp:before{content:"\f232"}i.icon.viacoin:before{content:"\f237"}i.icon.medium:before{content:"\f23a"}i.icon.y.combinator:before{content:"\f23b"}i.icon.optinmonster:before{content:"\f23c"}i.icon.opencart:before{content:"\f23d"}i.icon.expeditedssl:before{content:"\f23e"}i.icon.gg:before{content:"\f260"}i.icon.gg.circle:before{content:"\f261"}i.icon.tripadvisor:before{content:"\f262"}i.icon.odnoklassniki:before{content:"\f263"}i.icon.odnoklassniki.square:before{content:"\f264"}i.icon.pocket:before{content:"\f265"}i.icon.wikipedia:before{content:"\f266"}i.icon.safari:before{content:"\f267"}i.icon.chrome:before{content:"\f268"}i.icon.firefox:before{content:"\f269"}i.icon.opera:before{content:"\f26a"}i.icon.internet.explorer:before{content:"\f26b"}i.icon.contao:before{content:"\f26d"}i.icon.\35 00px:before{content:"\f26e"}i.icon.amazon:before{content:"\f270"}i.icon.houzz:before{content:"\f27c"}i.icon.vimeo:before{content:"\f27d"}i.icon.black.tie:before{content:"\f27e"}i.icon.fonticons:before{content:"\f280"}i.icon.reddit.alien:before{content:"\f281"}i.icon.microsoft.edge:before{content:"\f282"}i.icon.codiepie:before{content:"\f284"}i.icon.modx:before{content:"\f285"}i.icon.fort.awesome:before{content:"\f286"}i.icon.product.hunt:before{content:"\f288"}i.icon.mixcloud:before{content:"\f289"}i.icon.scribd:before{content:"\f28a"}i.icon.gitlab:before{content:"\f296"}i.icon.wpbeginner:before{content:"\f297"}i.icon.wpforms:before{content:"\f298"}i.icon.envira.gallery:before{content:"\f299"}i.icon.glide:before{content:"\f2a5"}i.icon.glide.g:before{content:"\f2a6"}i.icon.viadeo:before{content:"\f2a9"}i.icon.viadeo.square:before{content:"\f2aa"}i.icon.snapchat:before{content:"\f2ab"}i.icon.snapchat.ghost:before{content:"\f2ac"}i.icon.snapchat.square:before{content:"\f2ad"}i.icon.pied.piper.hat:before{content:"\f2ae"}i.icon.first.order:before{content:"\f2b0"}i.icon.yoast:before{content:"\f2b1"}i.icon.themeisle:before{content:"\f2b2"}i.icon.google.plus.circle:before{content:"\f2b3"}i.icon.font.awesome:before{content:"\f2b4"}i.icon.linode:before{content:"\f2b8"}i.icon.quora:before{content:"\f2c4"}i.icon.free.code.camp:before{content:"\f2c5"}i.icon.telegram:before{content:"\f2c6"}i.icon.bandcamp:before{content:"\f2d5"}i.icon.grav:before{content:"\f2d6"}i.icon.etsy:before{content:"\f2d7"}i.icon.imdb:before{content:"\f2d8"}i.icon.ravelry:before{content:"\f2d9"}i.icon.eercast:before{content:"\f2da"}i.icon.superpowers:before{content:"\f2dd"}i.icon.wpexplorer:before{content:"\f2de"}i.icon.meetup:before{content:"\f2e0"}i.icon.like:before{content:"\f004"}i.icon.favorite:before{content:"\f005"}i.icon.video:before{content:"\f008"}i.icon.check:before{content:"\f00c"}i.icon.close:before{content:"\f00d"}i.icon.cancel:before{content:"\f00d"}i.icon.delete:before{content:"\f00d"}i.icon.x:before{content:"\f00d"}i.icon.zoom.in:before{content:"\f00e"}i.icon.magnify:before{content:"\f00e"}i.icon.shutdown:before{content:"\f011"}i.icon.clock:before{content:"\f017"}i.icon.time:before{content:"\f017"}i.icon.play.circle.outline:before{content:"\f01d"}i.icon.headphone:before{content:"\f025"}i.icon.camera:before{content:"\f030"}i.icon.video.camera:before{content:"\f03d"}i.icon.picture:before{content:"\f03e"}i.icon.pencil:before{content:"\f040"}i.icon.compose:before{content:"\f040"}i.icon.point:before{content:"\f041"}i.icon.tint:before{content:"\f043"}i.icon.signup:before{content:"\f044"}i.icon.plus.circle:before{content:"\f055"}i.icon.question.circle:before{content:"\f059"}i.icon.dont:before{content:"\f05e"}i.icon.minimize:before{content:"\f066"}i.icon.add:before{content:"\f067"}i.icon.exclamation.circle:before{content:"\f06a"}i.icon.attention:before{content:"\f06a"}i.icon.eye:before{content:"\f06e"}i.icon.exclamation.triangle:before{content:"\f071"}i.icon.shuffle:before{content:"\f074"}i.icon.chat:before{content:"\f075"}i.icon.cart:before{content:"\f07a"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.bar.graph:before{content:"\f080"}i.icon.key:before{content:"\f084"}i.icon.cogs:before{content:"\f085"}i.icon.discussions:before{content:"\f086"}i.icon.like.outline:before{content:"\f087"}i.icon.dislike.outline:before{content:"\f088"}i.icon.heart.outline:before{content:"\f08a"}i.icon.log.out:before{content:"\f08b"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.winner:before{content:"\f091"}i.icon.phone:before{content:"\f095"}i.icon.bookmark.outline:before{content:"\f097"}i.icon.phone.square:before{content:"\f098"}i.icon.credit.card:before{content:"\f09d"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bell.outline:before{content:"\f0a2"}i.icon.hand.outline.right:before{content:"\f0a4"}i.icon.hand.outline.left:before{content:"\f0a5"}i.icon.hand.outline.up:before{content:"\f0a6"}i.icon.hand.outline.down:before{content:"\f0a7"}i.icon.globe:before{content:"\f0ac"}i.icon.wrench:before{content:"\f0ad"}i.icon.briefcase:before{content:"\f0b1"}i.icon.group:before{content:"\f0c0"}i.icon.linkify:before{content:"\f0c1"}i.icon.chain:before{content:"\f0c1"}i.icon.flask:before{content:"\f0c3"}i.icon.sidebar:before{content:"\f0c9"}i.icon.bars:before{content:"\f0c9"}i.icon.list.ul:before{content:"\f0ca"}i.icon.list.ol:before{content:"\f0cb"}i.icon.numbered.list:before{content:"\f0cb"}i.icon.magic:before{content:"\f0d0"}i.icon.truck:before{content:"\f0d1"}i.icon.currency:before{content:"\f0d6"}i.icon.triangle.down:before{content:"\f0d7"}i.icon.dropdown:before{content:"\f0d7"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.envelope:before{content:"\f0e0"}i.icon.conversation:before{content:"\f0e6"}i.icon.rain:before{content:"\f0e9"}i.icon.clipboard:before{content:"\f0ea"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.bell:before{content:"\f0f3"}i.icon.ambulance:before{content:"\f0f9"}i.icon.medkit:before{content:"\f0fa"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.beer:before{content:"\f0fc"}i.icon.plus.square:before{content:"\f0fe"}i.icon.computer:before{content:"\f108"}i.icon.circle.outline:before{content:"\f10c"}i.icon.gamepad:before{content:"\f11b"}i.icon.star.half.full:before{content:"\f123"}i.icon.broken.chain:before{content:"\f127"}i.icon.question:before{content:"\f128"}i.icon.exclamation:before{content:"\f12a"}i.icon.eraser:before{content:"\f12d"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.shield:before{content:"\f132"}i.icon.target:before{content:"\f140"}i.icon.play.circle:before{content:"\f144"}i.icon.pencil.square:before{content:"\f14b"}i.icon.eur:before{content:"\f153"}i.icon.gbp:before{content:"\f154"}i.icon.usd:before{content:"\f155"}i.icon.inr:before{content:"\f156"}i.icon.cny:before{content:"\f157"}i.icon.rmb:before{content:"\f157"}i.icon.jpy:before{content:"\f157"}i.icon.rouble:before{content:"\f158"}i.icon.rub:before{content:"\f158"}i.icon.krw:before{content:"\f159"}i.icon.btc:before{content:"\f15a"}i.icon.gratipay:before{content:"\f184"}i.icon.zip:before{content:"\f187"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.try:before{content:"\f195"}i.icon.graduation:before{content:"\f19d"}i.icon.circle.outline:before{content:"\f1db"}i.icon.sliders:before{content:"\f1de"}i.icon.weixin:before{content:"\f1d7"}i.icon.tty:before{content:"\f1e4"}i.icon.teletype:before{content:"\f1e4"}i.icon.binoculars:before{content:"\f1e5"}i.icon.power.cord:before{content:"\f1e6"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.visa.card:before{content:"\f1f0"}i.icon.mastercard.card:before{content:"\f1f1"}i.icon.discover.card:before{content:"\f1f2"}i.icon.amex:before{content:"\f1f3"}i.icon.american.express.card:before{content:"\f1f3"}i.icon.stripe.card:before{content:"\f1f5"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bell.slash.outline:before{content:"\f1f7"}i.icon.area.graph:before{content:"\f1fe"}i.icon.pie.graph:before{content:"\f200"}i.icon.line.graph:before{content:"\f201"}i.icon.cc:before{content:"\f20a"}i.icon.sheqel:before{content:"\f20b"}i.icon.ils:before{content:"\f20b"}i.icon.plus.cart:before{content:"\f217"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.detective:before{content:"\f21b"}i.icon.venus:before{content:"\f221"}i.icon.mars:before{content:"\f222"}i.icon.mercury:before{content:"\f223"}i.icon.intersex:before{content:"\f224"}i.icon.venus.double:before{content:"\f226"}i.icon.female.homosexual:before{content:"\f226"}i.icon.mars.double:before{content:"\f227"}i.icon.male.homosexual:before{content:"\f227"}i.icon.venus.mars:before{content:"\f228"}i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.alternate:before{content:"\f229"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.asexual:before{content:"\f22d"}i.icon.facebook.official:before{content:"\f230"}i.icon.user.plus:before{content:"\f234"}i.icon.user.times:before{content:"\f235"}i.icon.user.close:before{content:"\f235"}i.icon.user.cancel:before{content:"\f235"}i.icon.user.delete:before{content:"\f235"}i.icon.user.x:before{content:"\f235"}i.icon.bed:before{content:"\f236"}i.icon.yc:before{content:"\f23b"}i.icon.ycombinator:before{content:"\f23b"}i.icon.battery.four:before{content:"\f240"}i.icon.battery.three:before{content:"\f241"}i.icon.battery.three.quarters:before{content:"\f241"}i.icon.battery.two:before{content:"\f242"}i.icon.battery.half:before{content:"\f242"}i.icon.battery.one:before{content:"\f243"}i.icon.battery.quarter:before{content:"\f243"}i.icon.battery.zero:before{content:"\f244"}i.icon.i.cursor:before{content:"\f246"}i.icon.jcb:before{content:"\f24b"}i.icon.japan.credit.bureau.card:before{content:"\f24b"}i.icon.diners.club.card:before{content:"\f24c"}i.icon.balance:before{content:"\f24e"}i.icon.hourglass.outline:before{content:"\f250"}i.icon.hourglass.zero:before{content:"\f250"}i.icon.hourglass.one:before{content:"\f251"}i.icon.hourglass.two:before{content:"\f252"}i.icon.hourglass.three:before{content:"\f253"}i.icon.hourglass.four:before{content:"\f254"}i.icon.grab:before{content:"\f255"}i.icon.hand.victory:before{content:"\f25b"}i.icon.tm:before{content:"\f25c"}i.icon.r.circle:before{content:"\f25d"}i.icon.television:before{content:"\f26c"}i.icon.five.hundred.pixels:before{content:"\f26e"}i.icon.calendar.plus:before{content:"\f271"}i.icon.calendar.minus:before{content:"\f272"}i.icon.calendar.times:before{content:"\f273"}i.icon.calendar.check:before{content:"\f274"}i.icon.factory:before{content:"\f275"}i.icon.commenting:before{content:"\f27a"}i.icon.commenting.outline:before{content:"\f27b"}i.icon.edge:before{content:"\f282"}i.icon.ms.edge:before{content:"\f282"}i.icon.wordpress.beginner:before{content:"\f297"}i.icon.wordpress.forms:before{content:"\f298"}i.icon.envira:before{content:"\f299"}i.icon.question.circle.outline:before{content:"\f29c"}i.icon.assistive.listening.devices:before{content:"\f2a2"}i.icon.als:before{content:"\f2a2"}i.icon.ald:before{content:"\f2a2"}i.icon.asl.interpreting:before{content:"\f2a3"}i.icon.deaf:before{content:"\f2a4"}i.icon.american.sign.language.interpreting:before{content:"\f2a3"}i.icon.hard.of.hearing:before{content:"\f2a4"}i.icon.signing:before{content:"\f2a7"}i.icon.new.pied.piper:before{content:"\f2ae"}i.icon.theme.isle:before{content:"\f2b2"}i.icon.google.plus.official:before{content:"\f2b3"}i.icon.fa:before{content:"\f2b4"}i.icon.vcard:before{content:"\f2bb"}i.icon.vcard.outline:before{content:"\f2bc"}i.icon.drivers.license:before{content:"\f2c2"}i.icon.drivers.license.outline:before{content:"\f2c3"}i.icon.thermometer:before{content:"\f2c7"}i.icon.s15:before{content:"\f2cd"}i.icon.bath:before{content:"\f2cd"}i.icon.times.rectangle:before{content:"\f2d3"}i.icon.times.rectangle.outline:before{content:"\f2d4"}
/*!
 * # Semantic UI 2.2.12 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
/*!
 * # Semantic UI 2.2.12 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.71428571em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:rgba(0,0,0,.87);box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.91666667em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:.78571429rem 1.14285714rem}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:21.37142857rem}}.ui.selection.dropdown .menu>.item{border-top:1px solid #fafafa;padding:.78571429rem 1.14285714rem!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:.28571429rem!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:rgba(115,115,115,.87)!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:8.01428571rem}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:10.68571429rem}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:16.02857143rem}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:21.37142857rem}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:.28571429rem}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important}.ui.loading.selection.dropdown>i.icon{padding:1.5em 1.28571429em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:rgba(191,191,191,.87)}.ui.default.dropdown:not(.button)>input:focus~.text,.ui.dropdown:not(.button)>input:focus~.default.text{color:rgba(115,115,115,.87)}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown>.loading.menu{left:0!important;right:auto!important}.ui.dropdown>.menu .loading.menu{left:100%!important;right:auto!important}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:.28571429rem!important}.ui.dropdown>.left.menu{left:auto!important;right:0!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto;right:100%;margin:0 -.5em 0 0!important;border-radius:.28571429rem!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em;margin-right:0}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:.28571429rem .28571429rem 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:.28571429rem .28571429rem 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:.28571429rem .28571429rem 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 .28571429rem .28571429rem!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid rgba(34,36,38,.15)}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:10.28571429rem}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:15.42857143rem}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:20.57142857rem}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:.28571429rem!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:.28571429rem!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:.28571429rem}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15);background:#fff;z-index:2}.ui.pointing.dropdown>.menu:after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.pointing.dropdown>.left.menu:after,.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto!important;right:1em!important;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu{left:auto!important;right:100%!important;margin:0 1em 0 0}.ui.left:not(.top):not(.bottom).pointing.dropdown>.left.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.pointing.upward.dropdown .menu,.ui.top.pointing.upward.dropdown .menu{top:auto!important;bottom:100%!important;margin:0 0 .78571429rem;border-radius:.28571429rem}.ui.pointing.upward.dropdown .menu:after,.ui.top.pointing.upward.dropdown .menu:after{top:100%!important;bottom:auto!important;box-shadow:1px 1px 0 0 rgba(34,36,38,.15);margin:-.25em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 1em 0 0}.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu{top:auto!important;bottom:0!important;margin:0 0 0 1em}.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after{top:auto!important;bottom:0!important;margin:0 0 1em 0;box-shadow:-1px -1px 0 0 rgba(34,36,38,.15)}@font-face{font-family:Dropdown;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.dropdown>.dropdown.icon{font-family:Dropdown;line-height:1;height:1em;width:1.23em;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.dropdown>.dropdown.icon{width:auto}.ui.dropdown>.dropdown.icon:before{content:'\f0d7'}.ui.dropdown .menu .item .dropdown.icon:before{content:'\f0da'}.ui.dropdown .item .left.dropdown.icon:before,.ui.dropdown .left.menu .item .dropdown.icon:before{content:"\f0d9"}.ui.vertical.menu .dropdown.item>.dropdown.icon:before{content:"\f0da"}
::-moz-selection {
  background-color: #e6ae49;
  color: #fff;
}

::selection {
  background-color: #e6ae49;
  color: #fff;
}
/*  General Style   ||-----------*/

input[type="checkbox"] {
  -moz-appearance: initial;
}

html.is-locked,
html.is-locked body {
  /* want to fix the height to the window height */
  height: calc(var(--window-inner-height) - 1px);

  /* want to block all overflowing content */
  overflow: hidden;

  /* want to exclude padding from the height */
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f5f4;
}

body {
  display: flex;
  flex-direction: column;
  color: #333456;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0px;
  overflow-x: auto;
  zoom: 80%;
}

body.loading {
  opacity: 0;
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

a,
a:focus,
a:active,
a:link,
img {
  outline: none;
  text-decoration: underline;
  color: #333456;
}

a {
  color: #333456;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

a.highlighted,
a:hover,
.highlighted:hover {
  color: #ed7f01;
  text-decoration: none;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.video {
  display: block;
}

.audio {
  width: 100%;
}

br {
  font-size: 0;
  line-height: 0;
}

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

hr.dark {
  border-top: 1px solid #3e3e3e;
}

b,
strong {
  font-weight: 700;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

small,
small a {
  font-size: 11px;
  color: #888;
}

ul.list-inside {
  list-style: inside;
}

ul.list-none {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}

ul.list-none-ib {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}

ul.list-none-ib li,
.list-none-ib {
  list-style: none;
  display: inline-block;
}

ul.text-cap li,
.text-cap {
  /* text-transform: uppercase; */
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
}

p {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  color: #333456;
  letter-spacing: 0px;
}

p.lead,
.lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

p.dark,
.dark,
a.dark,
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #333456 !important;
}

p.white,
.white,
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff !important;
}

p.color,
.color,
a.color,
h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
li.link:hover,
li.link a:hover,
.color {
  color: #e6ae49 !important;
}

.gray {
  color: #888;
}

.light-color h1,
.light-color h2,
.light-color h3,
.light-color h4,
.light-color h5,
.light-color h6,
.light-color p,
.light-color,
.light-color .container-icon {
  color: #fff;
  text-align: left;
}

.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color,
.dark-color .container-icon {
  color: #333456;
}

.dark-bg {
  background: #f7f5f4;
  color: #fff;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg .link,
.dark-bg .container-icon,
.dark-bg .page-icon-top {
  color: #fff;
}

.dark-bg .link:hover,
.link:hover {
  color: #e6ae49;
}

.gray-bg {
  background: #f7f7f7;
  color: #333456;
}

.gray-bg h1,
.gray-bg h2,
.gray-bg h3,
.gray-bg h4,
.gray-bg h5,
.gray-bg h6,
.gray-bg .container-icon {
  color: #333456;
}
/*Headings Style   ||-----------*/

.separator {
  height: 1px;
  width: 32px;
  background: #888;
  margin-top: 5px;
  margin-bottom: 3px;
  border: 0 none;
}

.separator.right {
  float: right;
}

.separator.center {
  margin-left: auto;
  margin-right: auto;
}

.separator.color {
  background: #e6ae49;
}

.separator.white {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333456; /* text-transform: uppercase; */
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
}

h1.h1,
h2.h2 {
  letter-spacing: 15px;
}

@media (max-width: 767px) {
  h1.h1,
  h2.h2 {
    letter-spacing: 0px;
  }
}

h1 {
  font-size: 34px;
  letter-spacing: 0px;
  line-height: 40px;
  word-break: break-word;
}

h2 {
  font-size: 27px;
  letter-spacing: 0px;
  line-height: 37px;
  margin-bottom: 20px;
  padding-top: 10px;
}

h3 {
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 32px;
}

h4 {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 28px;
}

h4.h4 {
  letter-spacing: 4px;
}

h5 {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 23px;
  font-weight: 400;
}

h6 {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 17px;
  font-weight: 400;
}

h1.large {
  font-size: 50px;
}
/*Button Style   ||-----------*/

.btn:focus {
  outline: none;
}

.btn,
button {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0px; /* text-transform: uppercase; */
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.btn i,
button i,
i.left {
  margin-right: 6px;
}

i.right {
  margin-left: 6px;
  margin-right: 0px !important;
}

button {
  vertical-align: top;
}

.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}

.btn-lg {
  padding: 15px 25px;
  display: inline-block;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}

.btn-line-xs {
  padding: 7px 15px 7px;
  display: inline-block;
}

.btn-icon {
  padding: 0px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-table !important;
}

.btn-black {
  color: #fff;
  background: #f7f5f4;
  border: none;
}

.btn-black:hover {
  color: #fff; /*background: #e6ae49;*/
  background: rgba(50, 50, 50, 0.85);
}

.btn-color-a,
.btn-color-b {
  color: #fff;
  background: #e6ae49;
  border: none;
}

.btn-color-a:hover {
  color: #fff;
  background: rgba(230, 174, 73, 0.85);
}

.btn-color-b:hover {
  color: #fff; /*color: #e6ae49;        background: #fff;*/
  background: rgba(230, 174, 73, 0.85);
}

.btn-white {
  color: #333456;
  background: rgba(255, 255, 255, 1);
  border: none;
}

.btn-white:hover {
  /*color: #fff;        background: #e6ae49;*/
  background: rgba(255, 255, 255, 0.85);
  color: #333456;
}

.btn-black-line,
.btn-white-line,
.btn-color-line {
  border: 2px solid;
  background: none;
}

.btn-black-line {
  color: #333456;
  border-color: #f7f5f4;
  padding: 9px 20px;
}

.btn-black-line:hover {
  color: #fff;
  background: #f7f5f4;
}

.btn-color-line {
  color: #e6ae49;
  border-color: #e6ae49;
  padding: 9px 20px;
}

.btn-color-line:hover {
  color: #fff;
  background: #e6ae49;
}

.btn-white-line,
.btn-white-line:link {
  color: #fff;
  border-color: #fff;
  padding: 9px 20px;
}

.btn-white-line:hover {
  color: #333456;
  background: #fff;
}

.btn-link-a,
.btn-link-b {
  color: #333456;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 1px dotted transparent;
  font-weight: 400;
  font-size: 12px; /* text-transform: uppercase; */
  letter-spacing: 0px;
}

.btn-link-a:hover {
  color: #e6ae49;
  border-bottom: 1px solid #e6ae49;
}

.btn-link-b:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

.btn-space-5 {
  width: 5px;
  min-height: 1px;
  display: inline-block;
}

.btn-space-10 {
  width: 10px;
  min-height: 1px;
  display: inline-block;
}
/*Form Style   ||-----------*/

button {
  outline: none;
  border: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
}

button,
input,
textarea,
select {
  font-weight: 500;
  font-size: 12px;
}

input[type="radio"],
input[type="checkbox"],
textarea,
select {
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333456;
  outline: none;
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 13px;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea,
textarea.form-control,
select.form-control {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  border-radius: 999px;
  border: 1px solid #dddddd;
  line-height: 38px;
  max-width: 100%;
  box-shadow: none;
}

.form-control {
  height: 50px;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="tel"].form-control,
input[type="url"].form-control,
input[type="number"].form-control,
input[type="password"].form-control,
input[type="datatime-local"].form-control,
textarea.form-control,
select.form-control {
  border: 1px solid #dddddd;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333456;
  padding: 14px 20px;
  margin-top: 3px;
}

select.form-control {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-image: url("../Content/Image/down-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 16px);
}

input[type="datatime-local"],
input[type="text"] {
  background: #ffffff;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background: #ffffff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea:focus,
textarea.form-control:focus,
select.form-control:focus {
  border-color: #e6ae49;
  color: #333456;
  outline: none;
  box-shadow: none;
}

input,
textarea,
select {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

input.input-sm,
.input-sm {
  padding: 8px 15px;
}

textarea {
  height: 120px;
}

label {
  color: #333456;
  font-size: 13px;
  margin-bottom: 10px;
  padding-right: 3px;
  margin-top: 6px;
  font-weight: 400;
  font-weight: 500;
}

.form-full {
  width: 100%;
}

.form-field-wrapper {
  margin-bottom: 20px;
}

.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
  margin-bottom: 0px;
}

form .error {
  border-color: #e1534f;
}

form label.error {
  margin-bottom: 0px;
  margin-top: 3px;
  color: #e1534f;
  font-size: 12px;
  font-weight: 400;
}

.successContent,
.errorContent {
  margin-bottom: 20px;
  display: none;
  text-transform: none;
  letter-spacing: 0px;
}
/* Spacer Style   ||-----------*/

.spacer-15 {
  width: 100%;
  height: 15px;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-45 {
  width: 100%;
  height: 45px;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-75 {
  width: 100%;
  height: 75px;
}

.spacer-90 {
  width: 100%;
  height: 90px;
}

.no-padding {
  padding: 0 !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.ptb {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pt {
  padding-top: 110px;
}

.pb {
  padding-bottom: 110px;
}

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-21 {
  padding-left: 21px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-75 {
  margin-top: 75px;
}

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

@media (max-width: 991px) {
  .mtb-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-sm-60 {
    margin-top: 60px;
  }

  .mb-sm-60 {
    margin-bottom: 60px;
  }

  .mtb-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .mt-sm-45 {
    margin-top: 45px;
  }

  .mb-sm-45 {
    margin-bottom: 45px;
  }

  .mtb-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mtb-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-sm-15 {
    margin-top: 15px;
  }

  .mb-sm-15 {
    margin-bottom: 15px;
  }

  .ptb-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .pt-sm-0 {
    padding-top: 0px;
  }

  .pb-sm-0 {
    padding-bottom: 0px;
  }

  .ptb-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-sm-30 {
    padding-top: 30px;
  }

  .pb-sm-30 {
    padding-bottom: 30px;
  }

  .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ptb-sm-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .ptb-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pb-sm-60 {
    padding-bottom: 60px;
  }

  .pt-sm-60 {
    padding-top: 60px;
  }

  .ptb-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pb-sm-80 {
    padding-bottom: 80px;
  }

  .pt-sm-80 {
    padding-top: 80px;
  }

  .float-none-sm {
    float: none !important;
  }

  .float-left-sm {
    float: left !important;
  }

  .float-right-sm {
    float: right !important;
  }
}

@media (max-width: 767px) {
  .mtb-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mt-xs-0 {
    margin-top: 0px;
  }

  .mb-xs-0 {
    margin-bottom: 0px;
  }

  .mtb-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .mb-xs-15 {
    margin-bottom: 15px;
  }

  .mtb-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .mt-xs-30 {
    margin-top: 30px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mtb-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mt-xs-60 {
    margin-top: 60px;
  }

  .mb-xs-60 {
    margin-bottom: 60px;
  }

  .ptb-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pt-xs-30 {
    padding-top: 30px;
  }

  .pb-xs-30 {
    padding-bottom: 30px;
  }

  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pb-xs-60 {
    padding-bottom: 60px;
  }

  .pt-xs-60 {
    padding-top: 60px;
  }

  .float-none-xs {
    float: none !important;
  }

  .float-left-xs {
    float: left !important;
  }

  .float-right-xs {
    float: right !important;
  }
}
/*-------------------------------------------------------------------------------------------*/ /* HEADER         ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/ /* Header Style */

.wrapper {
  position: relative;
  width: 100%;
}

.push-body-totop .header.sticky {
  position: fixed;
  top: 64px;
}

.info-panel {
  background-color: #f7f5f4;
  position: fixed;
  /*border-bottom: 1px solid #eee;*/
  z-index: 101;
  left: 0;
  top: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.info-panel .container {
  position: relative;
  font-size: 13px;
  font-weight: 500;
  color: rgb(54, 54, 54);
  height: 40px;
  text-align: left;
}

.info-panel .number-text {
  padding-left: 27px;
  margin-right: 44px;
  background: url("../Content/Image/header-contact-icons.png") 0px 0px no-repeat;
}

.info-panel .email-text {
  padding-left: 27px;
  background: url("../Content/Image/header-contact-icons.png") 0px -39px no-repeat;
}

.info-panel .overflow-container {
  width: 100%;
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
  min-width: 567px;
}

@media screen and (max-width: 991px) {
  .info-panel .container {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .info-panel .col-xs-12 {
    overflow-x: auto;
  }

  .info-panel .pull-left {
    display: inline;
    min-width: 20px;
  }

  .info-panel .pull-right {
    display: inline;
    min-width: 30px;
  }

  .info-panel .login-link {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .info-panel .overflow-container {
    padding-left: 5px;
    position: relative;
    z-index: 100000;
    padding-right: 5px;
  }

  .pull-right.login-wrp-item > span,
  .pull-right.login-wrp-item > form {
    display: none !important;
  }
}

.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.header .container::before,
.container::after {
  display: none;
}

@media (min-width: 1919px) {
  .container {
    width: 1600px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f7f5f4; /*border-bottom: 1px solid #eee;*/
  color: #f7f5f4; /*padding:25px 0px;*/
  padding: 0px;
  transition: all 0.2s ease 0s;
  -webkit-transition-: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  width: 100%;
  z-index: 100;
  border-bottom: 0.5px solid #e2e1e4;
}

.header.sticky {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #333456;
  position: fixed;
  z-index: 100;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.header .location-input {
  height: 38px;
}

.full-intro .header.sticky {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: white;
  position: fixed; /*border-bottom: 1px solid #eee;*/
  display: flex;
  align-items: center;
}

.background--dark .header,
.background--dark .header a,
.background--dark .header .side-menu-btn ul li a.right-icon,
.background--dark .header .mobile-menu-icon {
  color: white;
}

.background--light .header,
.background--light .header a,
.full-intro .header.sticky a,
.header a,
.header.sticky a,
.mobile-menu-icon,
.header.sticky .mobile-menu-icon,
.header .side-menu-btn ul li a.right-icon,
.header.sticky .side-menu-btn ul li a.right-icon,
.header .mobile-menu-icon,
.header.sticky .mobile-menu-icon {
  color: white;
}
/*#menu-button.menu-opened .bar-icon,*/

.header .side-menu-btn ul li a.right-icon:hover,
.header.sticky .side-menu-btn ul li a.right-icon:hover,
.header .mobile-menu-icon:hover,
.background--dark .header .navigation a:hover {
  color: #e6ae49;
}

.header li {
  list-style: outside none none;
}

.header .logo a img.l-white,
.header .logo a img.l-color,
.header.sticky .logo a img.l-white,
.header.sticky .logo a img.l-black,
.full-intro .header.sticky .logo a img.l-white,
.background--dark .header .logo a img.l-color,
.background--dark .header .logo a img.l-black,
.background--light .header .logo a img.l-light,
.background--light .header .logo a img.l-color {
  opacity: 0;
}

.header .logo a img.l-black,
.header.sticky .logo a img.l-black,
.background--light .header .logo a img.l-black,
.background--dark .header .logo a img.l-white {
  opacity: 1;
}

.header .logo {
  display: inline-flex;
}

.header .logo a {
  position: relative;
  display: block;
  width: 150px;
}

.header .logo a img {
  display: inline-block;
  margin-top: 0;
}

.logo a img.logo2 {
  position: absolute;
  width: 109px;
  height: 48px;
  left: 142px;
  opacity: 1;
  display: block;
}
/* Navigation Menu Style*/

.mobile-menu-icon-wraper {
  display: none;
  position: relative;
  float: left;
  margin-left: 20px;
}

.mobile-menu-icon,
.header.sticky .mobile-menu-icon {
  height: 25px;
  display: block;
  font-size: 17px;
  line-height: 24px;
}

.side-menu-btn-fix {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2001;
  font-size: 17px;
}

.side-menu-btn-fix a {
  width: 35px;
  height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 3px;
  color: #fff;
  line-height: 34px;
}

.side-menu-btn-fix a:hover {
  background: #e6ae49;
}

header.sticky .navigation a.current-ele {
  color: #e6ae49 !important;
}
/* Right Side Menu Button Style*/

.header .side-menu-btn {
  float: right;
  position: relative;
}

.header .side-menu-btn > ul > li,
.header .mobile-menu-icon-wraper {
  float: left;
  padding: 35px 0 34px;
  margin-left: 20px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.header.sticky .side-menu-btn > ul > li,
.header.sticky .mobile-menu-icon-wraper {
  padding: 19px 0 20px;
}

.header .side-menu-btn ul li a.right-icon {
  display: block;
  position: relative;
}

.header .side-menu-btn ul li a.right-icon {
  height: 25px;
  background-repeat: no-repeat;
  font-size: 17px;
}

.cart .cart-notification {
  position: absolute;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  right: -5px;
  bottom: -3px;
  display: block;
  background: #e6ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  font-weight: 500;
}

.cart-dropdown {
  background: rgba(32, 32, 32, 0.95);
  color: #fff;
  position: absolute;
  top: 130%;
  right: 0;
  width: 250px;
  padding: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cart-dropdown .cart-list {
  margin: 0px;
  padding: 0px;
  display: table;
}

.cart-dropdown .cart-list li {
  list-style: none;
  padding: 15px 0px 15px 0px;
  display: block;
  margin: 0px;
  border-bottom: 1px solid #3e3e3e;
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.cart-dropdown .cart-list li > .close-cart-list {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 15px;
  height: 15px;
  display: block;
  background-image: none !important;
  color: #fff;
}

.cart-dropdown .cart-list li > .close-cart-list:hover {
  color: #e6ae49;
  background-image: none !important;
}

.cart-dropdown .cart-list .media {
  margin-top: 0px;
}

.cart-dropdown .cart-list .media .pull-left {
  width: 70px;
}

.cart-dropdown .cart-list .media .pull-left img {
  width: 100%;
}

.cart-dropdown .cart-list .media .media-body {
  width: 125px;
}

.cart-dropdown .cart-list .media h6,
.cart-dropdown .cart-list .media h5,
.cart-dropdown .cart-list .media p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.cart-dropdown,
.cart-dropdown .cart-list .media a {
  color: #fff;
}

.cart-dropdown .cart-list .media a:hover {
  color: #e6ae49;
}

.cart-dropdown {
  color: #fff;
  padding-top: 10px;
}

.cart-dropdown .cart-sub-totle {
  color: #fff;
  padding-top: 15px;
}

.cart-dropdown .cart-checkout-btn a {
  margin-top: 15px;
}

.cart-dropdown .cart-checkout-btn a.checkout {
  color: #fff;
}

.cart-dropdown .cart-checkout-btn a.checkout:hover {
  /*color: #e6ae49;*/
  color: #fff;
}

.header .side-menu-btn ul li:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

@media (max-width: 767px) {
  .header .side-menu-btn > ul > li,
  .header .mobile-menu-icon-wraper {
    margin-left: 16px;
  }

  .background--dark .header .side-menu-btn ul li a.right-icon,
  .background--dark .header .mobile-menu-icon {
    cursor: pointer;
  }

  .header .logo a img.l-black, /*.header.sticky .logo a img.l-color,*/ .background--dark .header .logo a img.l-black {
    opacity: 1;
    bottom: -17px;
  }

  .header .logo a img.l-white {
    display: none;
    opacity: 0;
    bottom: -17px;
  }

  .full-intro .header {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }

  .header.sticky > .container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header .side-menu-btn ul li,
  .header .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
  }
}

/* END HEADER STYLE ------------------ */

/*==============================================================================================*/ /* FOOTER         ||---------------------------- */ /*==============================================================================================*/

.footer {
  background-color: #343457;
  color: #b8b9ba;
  position: relative;
  width: 100%;
  display: block;
  clear: both;
}

.footer a:hover {
  color: #e6ae49;
}

.footer hr {
  border-color: #eee;
}

.footer .footer-info > div.contact-info-col {
}

.footer .footer-info > div.nav-links-col {
  width: 18.9%;
}

.footer .footer-info > div.byteant-links-col {
  width: 18%;
}

.footer .footer-info > div.newsletter-col {
  width: 33%;
}

.footer .footer-info > div.newsletter-col p {
  margin-bottom: 12px;
}

.footer .footer-info p {
  color: #8a8e91;
  line-height: 37px;
  font-size: 15px;
  font-weight: 500;
}

.footer-info .contact-info {
  padding-top: 0px;
  padding-left: 33px;
  background: url(../Content/Image/location-icon.png) 0px 10px no-repeat;
}

.footer-info .location-img {
  background: url(../Content/Image/location-icon.png) 0px 10px no-repeat;
  width: 25px;
  height: 45px;
  position: relative;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .footer-info .contact-info {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .footer-info .location-img {
    margin-right: -20px;
  }
}

.footer-logo {
  max-width: 125px;
  display: inline-block;
  width: 100%;
}

.footer .social,
.contact .social {
  font-size: 20px;
}

.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer ul.social li,
.contact ul.social li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer .link a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #8a8e91;
}

.footer .link a:hover {
  color: #ed7f01;
}

.footer .email-phone-list {
  margin-top: 25px;
}

.footer .email-phone-list a {
  font-weight: 500;
  text-transform: none;
  color: #8a8e91;
  line-height: 37px;
}

.footer .email-phone-list a:hover {
  color: #ed7f01;
}

.footer .email-phone-list li {
  color: #c4c4c4;
  font-size: 15px;
  font-weight: 400;
}

.footer .copyright {
  border-top: 1px solid #143f46;
  font-size: 15px;
  font-weight: 500;
  color: #8a8e91;
  height: 100px;
  padding-top: 25px;
}

.footer .copyright .copyright-left {
  float: left;
  font-size: 15px;
  font-weight: 400;
  color: #8a8e91;
  margin-top: 15px;
}

.footer .copyright .byteant-copyright {
  float: right;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  margin-right: 60px;
}
.footer .copyright .byteant-copyright span {
  padding-top: 15px;
}

@media screen and (max-width: 600px) {
  .footer .copyright .copyright-left {
    float: unset;
    text-align: center;
  }

  .footer .copyright .byteant-copyright {
    float: unset;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .footer .copyright {
    height: 140px;
  }
}

.newsletter {
  position: relative;
}

.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px !important;
  background: rgba(255, 255, 255, 0);
}

.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0);
}

/*================================================================================================*/ /* ELEMENTS          ||---------------------------- */ /*================================================================================================*/ /*-------------------------------------------------------------------------------------------*/ /*  Team Box         ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.team-item {
}

.team-item-img {
  position: relative;
}

.team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner,
.cent-mid-content {
  margin: auto;
  padding: 25px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a {
  color: #fff;
}

.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
  color: #e6ae49;
}

.team-item-info {
  padding-top: 15px;
  text-align: center;
}

.team-item-info h5 {
  margin-bottom: 0px;
}
/*-------------------------------------------------------------------------------------------*/ /*  Skills Bar      ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.skillbar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.skillbar-bar:before {
  background: #eee;
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.skillbar-bar {
  height: 3px;
  width: 0px;
  background: #f7f5f4;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar-title {
  display: inline-block;
}

.skillbar-title,
.skill-bar-percent {
  color: #333456;
  font-size: 11px;
  font-weight: 700;
}

.skill-bar-percent {
  float: right;
  display: inline-block;
}
/*-------------------------------------------------------------------------------------------*/ /*  Accordion Tab    ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.accordion-section {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.accordion-section:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.accordion-title {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 20px 20px;
  margin: 0px;
}

.accordion-title.active {
  /*background: #fafafa;*/
  color: #e6ae49;
}

.accordion-title:before {
  content: "\f105";
  display: block;
  font-weight: 500;
  position: absolute;
  right: 18px;
  font-weight: 400;
}

.accordion-title.active:before {
  content: "\f107";
}

.accordion-content.defualt-hidden {
  display: none;
  margin: 0;
}

.accordion-content {
  padding: 0 20px 10px;
}
/*-------------------------------------------------------------------------------------------*/ /*  Counter          ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.counter {
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-table;
}
/*-------------------------------------------------------------------------------------------*/ /*  Service Box      ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.features-box-left,
.features-box-right {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}

.features-box-left {
  padding-left: 75px;
  text-align: left;
}

.features-box-right {
  padding-right: 75px;
  text-align: right;
}

.features-icon-left,
.features-icon-right {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
}

.features-icon-left {
  padding-right: 20px;
  left: 0;
}

.features-icon-right {
  padding-left: 20px;
  right: 0;
}

.contact-box-left,
.contact-box-top {
  display: block;
  position: relative;
}

.contact-box-left {
  padding-left: 45px;
  text-align: left;
}

.contact-icon-left,
.contact-icon-top {
  font-size: 30px;
  position: absolute;
}

.contact-icon-top {
  text-align: center;
}

.contact-icon-left {
  left: 0;
}

@media (max-width: 991px) {
  .features-box-left {
    display: block;
    padding-left: 0px;
    text-align: center;
  }

  .features-box-right {
    display: block;
    padding-right: 0px;
    text-align: center;
  }

  .features-icon-left,
  .features-icon-right {
    position: relative;
  }

  .features-icon-left {
    padding-right: 0px;
    left: auto;
  }

  .features-icon-right {
    padding-left: 0px;
    right: auto;
  }
}
/*-------------------------------------------------------------------------------------------*/ /*  Pricing       ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.Pricing-box {
  border: 1px solid #f1f1f1;
  text-align: center;
}

.Pricing-box.highlight {
  background: #f9f9f9;
  border: 1px solid #ddd;
}

.Pricing-box.highlight hr {
  border-color: #ddd;
}

.price-title h4,
.price-title h5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.Pricing-box .price {
  font-size: 50px;
  font-weight: 400;
  position: relative;
}

.Pricing-box .price .price-sm {
  font-size: 14px;
  position: absolute;
}

.Pricing-box .price .price-lg {
  padding-left: 10px;
}

.Pricing-box .price-tenure {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  padding-top: 8px;
}

.Pricing-box .pricing-features {
  font-size: 13px; /* text-transform: uppercase; */
}

.Pricing-box .pricing-features ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.Pricing-box .pricing-features ul li {
  padding: 6px;
}
/*-------------------------------------------------------------------------------------------*/ /*  Testimonials     ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.container-icon {
  font-size: 25px;
  margin-bottom: 15px;
  color: inherit;
}

.testimonial {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.quote-author {
  margin-top: 15px;
}

.quote-author span {
  font-weight: 400;
}
/*-------------------------------------------------------------------------------------------*/ /* Client Logo       ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.client-logo {
  height: 80px;
  text-align: center;
}

.client-logo img {
  height: 100%;
  width: auto;
}
/*-------------------------------------------------------------------------------------------*/ /* Icon          ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.page-icon-top {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 20px;
  width: 100%;
  color: #333456;
}

.white .page-icon-top,
.white .page-icon-left,
.white .features-icon-left,
.white .features-icon-right {
  color: #fff;
}
/*-------------------------------------------------------------------------------------------*/ /* Table          ||---------------------------- */ /*-------------------------------------------------------------------------------------------*/

.table.table-border {
  border: 1px solid #eee;
}

.table tr td,
.table tr th {
  padding: 10px 15px;
  vertical-align: middle;
}

.table.table-fit tr td,
.table.table-fit tr th {
  padding: 10px 0px;
}

.table.table-border tr td,
.table.table-border tr th {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

.table.checkout tr td {
  vertical-align: top !important;
  padding: 15px;
}

.table.checkout tr td:first-child,
.table.checkout tr th:first-child {
  max-width: 60px;
}

.table.checkout tr td:last-child,
.table.checkout tr th:last-child {
  text-align: center;
}

.table.checkout small {
  display: block;
}
/*================================================================================================*/ /* GLOBAL STYLES       ||---------------------------- */ /*================================================================================================*/ /*-------------------------------------------------------------------------------------------*/ /* Push Menu Style (Top Seachbar Menu, Right Sidebar Menu) --------------- */ /*-------------------------------------------------------------------------------------------*/ /* Sidebar Menu */

.side-menu {
  background: #f7f5f4;
  z-index: 2005;
  color: #fff;
  padding: 30px;
  color: #fff;
  overflow-y: auto;
  position: relative;
}

.side-menu .menu-close {
  left: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  display: inline-block; /*background: url("/img/close-white.png") no-repeat center center;*/
  color: #fff;
  font-size: 18px;
  line-height: 0;
}

.side-menu .menu-close:hover {
  /*background: url("/img/close-color.png");*/
  color: #e6ae49;
}

.side-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.side-menu a:hover {
  color: #e6ae49;
}

.side-menu ul {
  padding: 0;
}

.side-menu ul li {
  list-style: none;
  margin-bottom: 5px;
}

.side-menu > ul > li > a {
  /* text-transform: uppercase; */
  letter-spacing: 0px;
  display: block;
}

.side-menu input[type="text"],
.side-menu input[type="email"],
.side-menu input[type="tel"],
.side-menu input[type="number"],
.side-menu input[type="password"],
.side-menu input[type="radio"],
.side-menu input[type="checkbox"],
.side-menu textarea,
.side-menu select {
  /*border: 1px solid #1d1d1d;        background: #1d1d1d;        color: #fff;*/
  border: none;
}

.side-menu input[type="text"]:focus,
.side-menu input[type="email"]:focus,
.side-menu input[type="tel"]:focus,
.side-menu input[type="number"]:focus,
.side-menu input[type="radio"]:focus,
.side-menu input[type="checkbox"]:focus,
.side-menu input[type="password"]:focus,
.side-menu textarea:focus,
.side-menu select:focus {
  /*border-color: #e6ae49;            color: #fff;*/
}

.side-menu .sign-in {
  padding-bottom: 30px;
  border-bottom: 1px solid #3e3e3e;
  margin-bottom: 30px;
}

.side-menu .sign-in a {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.side-menu .sign-in a:hover {
  color: #e6ae49;
  text-decoration: underline;
}

.side-menu .logo {
  max-width: 120px;
  width: 100%;
}

.side-menu .social {
  list-style: none;
}

.side-menu .social li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.side-menu .social li a {
  font-size: 16px;
}
/* Top Searchbar Menu */

.top-search-bar {
  background: #444444;
  z-index: 2002;
  color: #fff;
  padding-top: 10px;
}

.top-search-bar .search-wraper {
  position: relative;
}

.top-search-bar input {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 10px 40px;
  margin: 0;
  letter-spacing: 0px;
}

.top-search-bar input:focus {
  color: #fff;
}

.top-search-bar .bar-close,
.top-search-bar .search-bar-icon {
  position: absolute;
  top: 10px;
  color: #fff; /*background-image: url("/img/sidemenu-icon-light.png");*/
  background-repeat: no-repeat;
  display: block;
  font-size: 20px;
}

.top-search-bar .bar-close {
  right: 0px;
  left: auto;
  background-position: right center;
}

.top-search-bar .search-bar-icon {
  left: 0px;
  background-position: left center;
}
/* --------------------------------------------------------------------------------------- */ /* Contents (Body, Container, Section, etc) -------------- */ /* --------------------------------------------------------------------------------------- */

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.inner-intro {
  background-color: #f7f7f7;
  height: 530px;
  display: block;
  position: relative;
}

.inner-intro.inner-intro-small {
  height: 380px;
}

.inner-intro .container {
  position: relative;
  height: 100%;
  display: table;
}

.inner-intro .container .title {
  padding-bottom: 65px;
  padding-top: 65px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.full-intro .inner-intro .container .title h2 {
  margin-top: 65px;
}

.inner-intro .container .title .separator {
  margin-right: auto;
  margin-left: auto;
}

.page-breadcrumb {
  background: rgba(255, 255, 255, 0.9);
  padding: 4px 8px;
  display: inline-block;
  color: #333456;
  font-size: 12px; /* text-transform: uppercase; */
  letter-spacing: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

.page-breadcrumb a,
.page-breadcrumb span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}

.page-breadcrumb span {
  color: #999;
}

.overlay-static-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 100%;
  z-index: 2;
  background-color: rgba(32, 32, 32, 0.4);
  display: -webkit-flex;
  display: flex;
}

.overlay-dark,
.overlay-dark80,
.overlay-light,
.overlay-light80 {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #2f2f70 0%, #393975 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.overlay-dark80:before,
.overlay-light:before,
.overlay-light80:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.overlay-dark80:before {
  background-color: rgba(32, 32, 32, 0.8);
}

.overlay-light:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.overlay-light80:before {
  background-color: rgba(255, 255, 255, 0.8);
}

.content-cap-wraper {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.full-cap-wraper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  background: url("/img/home-page-img.svg");
  background-size: cover;
}

.content-wd650 {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cont-h-100per {
  height: 100%;
}

.full-screen-intro .search-panel-input::placeholder {
  font-family: "Montserrat", sans-serif;
}

.full-screen-intro .search-panel .search-input {
  line-height: 40px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  width: calc(100% - 200px);
  height: 100px;
  max-height: 100px;
  border-radius: 999px;
}

.full-screen-intro .search-panel .search-input input {
  border: none;
  padding: 0 30px;
  margin: 0;
  width: 100%;
  line-height: 40px;
  height: 40px;
  color: #000;
}

.full-screen-intro .search-panel .search-dropdown.dropdown {
  float: left;
}

.full-screen-intro .search-panel .search-button button {
  border-radius: 999px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  top: 0;
}

.full-screen-intro .search-wrapper {
  max-width: 830px;
  margin: auto;
  position: relative;
  height: 100px;
  margin-top: 28px;
}

.full-screen-intro .search-wrapper .search-dropdown button {
  width: 170px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background-color: #626875;
  color: #d7d7d7;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
}

@media (max-width: 767px) {
  .full-screen-intro .search-panel .search-button {
    width: 100%;
  }

  .full-screen-intro .search-panel .search-input {
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px;
  }

  .full-screen-intro .search-panel .search-button button {
    width: 100%;
    border-radius: 3px;
  }
}

/*backround images*/

.bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.bg-img-general {
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
/*.bg-img1, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img8, .bg-img9, .bg-img10, .bg-img11, .bg-img12, .bg-img13, .bg-img14, .bg-img15, .bg-img16, .bg-img17, .bg-img18, .bg-img19, .bg-img20, .bg-img21, .bg-img22, .bg-img23, .bg-img24, .bg-img25, .bg-img26, .bg-img27, .bg-img28, .bg-img29, .bg-img30 {    background-size: cover !important;    background-position: center center;    background-repeat: no-repeat;    background-attachment: fixed;}    */ /*.bg-img1 {    background-image: url("/img/full/01.jpg");}.bg-img2 {    background-image: url("/img/full/02.jpg");}.bg-img3 {    background-image: url("/img/full/03.jpg");}.bg-img4 {    background-image: url("/img/full/04.jpg");}.bg-img5 {    background-image: url("/img/full/05.jpg");}.bg-img6 {    background-image: url("/img/full/06.jpg");}.bg-img7 {    background-image: url("/img/full/07.jpg");}.bg-img8 {    background-image: url("/img/full/08.jpg");}.bg-img9 {    background-image: url("/img/full/09.jpg");}.bg-img10 {    background-image: url("/img/full/10.jpg");}.bg-img11 {    background-image: url("/img/full/11.jpg");}.bg-img12 {    background-image: url("/img/full/12.jpg");}.bg-img13 {    background-image: url("/img/full/13.jpg");}.bg-img14 {    background-image: url("/img/full/14.jpg");}.bg-img15 {    background-image: url("/img/full/15.jpg");}.bg-img16 {    background-image: url("/img/full/16.jpg");}.bg-img17 {    background-image: url("/img/full/17.jpg");}.bg-img18 {    background-image: url("/img/full/18.jpg");}.bg-img19 {    background-image: url("/img/full/19.jpg");}.bg-img20 {    background-image: url("/img/full/20.jpg");}.bg-img21 {    background-image: url("/img/full/21.jpg");}.bg-img22 {    background-image: url("/img/full/22.jpg");}.bg-img23 {    background-image: url("/img/full/23.jpg");}.bg-img24 {    background-image: url("/img/full/24.jpg");}.bg-img25 {    background-image: url("/img/full/25.jpg");}.bg-img26 {    background-image: url("/img/full/26.jpg");}.bg-img27 {    background-image: url("/img/full/27.jpg");}.bg-img28 {    background-image: url("/img/full/28.jpg");}.bg-img29 {    background-image: url("/img/full/29.jpg");}.bg-img30 {    background-image: url("/img/full/30.jpg");}*/

.border-b-box {
  padding: 25px;
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
}

.border-box {
  border: 1px solid #f1f1f1;
  padding: 25px;
}

.b-lrb-none .ui-tab-content,
.b-lrb-none {
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
}

.content-slider,
.o-flow-hidden {
  overflow: hidden;
}

.map {
  width: 100%;
  height: 450px;
}

#map {
  height: 100%;
}

@media (max-width: 767px) {
  .inner-intro .container {
    width: 100%;
    max-width: 720px;
    text-align: center;
  }
  /*.inner-intro .container .title h2 {            float: none;        }        .inner-intro .container .title p {            float: none;            margin-top: 0px;        }        .inner-intro .container .title .separator {            margin-left:auto;            margin-right:auto;        }*/
}
/* ===================================================================================================== */ /* Contants (Portfolio, Blog, Shop, etc) -------------------  */ /* ===================================================================================================== */

.container.nf-container1 {
  padding-left: 15px;
  padding-right: 15px;
}

.container.nf-container2 {
  /*padding-left: 25px;    padding-right: 25px;*/
}

.nf-row1 {
  margin-left: -15px;
  margin-right: -15px; /*overflow: hidden;*/
}

.nf-col-padding {
  padding-left: 25px;
  padding-right: 25px;
}

.nf-row2 {
  /*margin-left: -25px;    margin-right: -25px;*/
}

.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
  display: table;
  content: " ";
}

.nf-row1:after,
.nf-row2:after {
  clear: both;
}

.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
  padding: 15px;
}

.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
  padding: 25px;
}

.spacing-grid {
  padding-top: 25px;
  padding-bottom: 25px;
}

.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
  width: 100%;
  min-height: 1px;
}

.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
  width: 50%;
  min-height: 1px;
}

.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
  width: 33.3333%;
  min-height: 1px;
}

.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
  width: 25%;
  min-height: 1px;
}

.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
  width: 20%;
  min-height: 1px;
}

.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
  width: 16.6666%;
  min-height: 1px;
}

.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
  width: 100%;
}

.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
  width: 50%;
}

.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
  width: 33.3333%;
}

.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
  width: 25%;
}

.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
  width: 50%;
}

.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
  width: 75%;
}

.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
  width: 66.6666%;
}

@media (max-width: 991px) {
  .nf-col-2 .nf-item,
  .nf-col-3 .nf-item,
  .nf-col-4 .nf-item,
  .nf-col-1 .nf-item.w2,
  .nf-col-2 .nf-item.w2,
  .nf-col-3 .nf-item.w2,
  .nf-col-4 .nf-item.w2,
  .nf-col-1 .nf-item.w3,
  .nf-col-2 .nf-item.w3,
  .nf-col-3 .nf-item.w3,
  .nf-col-4 .nf-item.w3,
  nf-col-1 .nf-item.w4,
  .nf-col-2 .nf-item.w4,
  .nf-col-3 .nf-item.w4,
  .nf-col-4 .nf-item.w4,
  .nf-col-1 .nf-item.w4-1,
  .nf-col-2 .nf-item.w4-1,
  .nf-col-3 .nf-item.w4-1,
  .nf-col-4 .nf-item.w4-1,
  .nf-col-1 .nf-item.w3-1,
  .nf-col-2 .nf-item.w3-1,
  .nf-col-3 .nf-item.w3-1,
  .nf-col-4 .nf-item.w3-1 {
    width: 50%;
  }

  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 33.3333%;
  }

  .nf-row2 .nf-item.spacing,
  .nf-row2 .grid-sizer.spacing {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  /*.container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }*/

  .nf-col-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacing-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nf-col-2 .nf-item,
  .nf-col-3 .nf-item,
  .nf-col-4 .nf-item,
  .nf-col-1 .nf-item.w2,
  .nf-col-2 .nf-item.w2,
  .nf-col-3 .nf-item.w2,
  .nf-col-4 .nf-item.w2,
  .nf-col-1 .nf-item.w3,
  .nf-col-2 .nf-item.w3,
  .nf-col-3 .nf-item.w3,
  .nf-col-4 .nf-item.w3,
  nf-col-1 .nf-item.w4,
  .nf-col-2 .nf-item.w4,
  .nf-col-3 .nf-item.w4,
  .nf-col-4 .nf-item.w4,
  .nf-col-1 .nf-item.w4-1,
  .nf-col-2 .nf-item.w4-1,
  .nf-col-3 .nf-item.w4-1,
  .nf-col-4 .nf-item.w4-1,
  .nf-col-1 .nf-item.w3-1,
  .nf-col-2 .nf-item.w3-1,
  .nf-col-3 .nf-item.w3-1,
  .nf-col-4 .nf-item.w3-1 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .nf-col-3,
  .nf-col-4 {
    margin: 0 auto;
    max-width: 480px;
  }

  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 100%;
  }

  .nf-row2 .nf-item.spacing,
  .nf-row1 .nf-item.spacing,
  .spacing-box {
    padding: 15px;
  }

  .xs-hidden {
    visibility: hidden !important;
    display: none !important;
    opacity: 0;
  }
}

@media (max-width: 480px) {
  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------*/ /* Sidebar Widget   ---------------------------------------------------- */ /* ----------------------------------------------------------------------*/

.sidebar-widget {
  margin-bottom: 50px;
}

.sidebar-widget h4 {
  margin: 0px;
  padding-top: 0;
  padding-bottom: 15px;
}

.widget-search {
  position: relative;
}

.widget-search input[type="text"] {
  padding-right: 30px;
}

.widget-search input[type="submit"] {
  background-color: rgba(0, 0, 0, 0);
  border: 0 none;
  color: #8d8d8d;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 500;
  margin: 0;
  outline: 0 none;
  white-space: nowrap;
  padding: 0 3px;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  position: absolute;
  top: 10px;
  right: 10px;
}

.widget-search input[type="submit"]:hover {
  color: #e6ae49;
}

.widget-tag {
  display: inline-table;
  margin-top: 15px;
}

.widget-tag li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px; /* text-transform: uppercase; */
}

.widget-tag li a {
  padding: 4px 10px !important;
  display: block;
  border: 1px solid #eee;
}

.widget-tag li a:hover {
  background: #f7f5f4;
  color: #fff !important;
}

/* ----------------------------------------------------------------------*/ /* Pagination Navigation   --------------------------------------------- */ /* ----------------------------------------------------------------------*/

.pagination-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.pagination-nav ul {
  margin: 0px;
  padding: 0px;
}

.pagination-nav ul li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

.pagination-nav ul li.active {
  width: 41px;
  height: 41px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pagination-nav ul li a,
.pagination-nav ul li span {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 3px;
  color: #627081;
  text-decoration: none;
}

.pagination-nav ul li a:hover {
  color: #333456;
  opacity: 1;
}

.pagination-nav ul li.active a,
.pagination-nav ul li.active span {
  color: #fff;
}

.pagination-nav .prev-btn {
  background-position: 8px center;
  margin-right: 90px;
}

.pagination-nav .next-btn {
  background-position: -91px center;
  margin-left: 90px;
}

.pagination-nav .disabled {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .pagination-nav .prev-btn {
    margin-right: 0px;
  }

  .pagination-nav .next-btn {
    margin-left: 0px;
  }
}

/* ----------------------------------------------------------------------*/ /* Portfolio   --------------------------------------------------------- */ /* ----------------------------------------------------------------------*/

.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}

.container-filter li {
  list-style: none;
  display: inline-block;
}

.container-filter li a {
  display: block;
  margin-left: 15px;
  margin-right: 15px; /* text-transform: uppercase; */
  letter-spacing: 0px;
  font-size: 12px;
  font-weight: 500;
}

.container-filter li a.active {
  color: #e6ae49;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
}

.item-box a {
  display: inline-block;
}

.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}

.item-box:hover .item-mask .item-caption {
  bottom: 30px;
  opacity: 1;
}

.item-box:hover .item-container {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-container {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.item-mask h5,
.item-mask h6,
.item-mask p {
  margin-bottom: 0px;
}

.item-mask p {
  /* text-transform: uppercase; */
  font-size: 11px;
  letter-spacing: 1.5px;
  font-weight: 400;
  margin-top: 0;
  text-align: left;
}

.item-mask .item-caption {
  position: absolute;
  bottom: -60px;
  left: 0px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.project-detail-block p {
  font-size: 12px;
  letter-spacing: 0px; /* text-transform: uppercase; */
}

ul.project-detail-block,
.project-detail-block ul {
  padding-left: 0;
}

.project-detail-block li {
  list-style: none;
}

.project-detail-block p strong {
  display: inline-block;
  width: 110px;
}

.item-nav {
  text-align: center;
  display: block;
  overflow: hidden;
}

.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
  position: relative;
  display: inline-block;
}

.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
  color: #e6ae49;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
  color: #333456;
  background: #fff;
  width: 51px;
}

.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
  background: #f7f7f7; /*color: #fff;*/
}

.item-nav .item-prev {
  text-align: left;
  float: left;
}

.item-nav .item-next {
  text-align: right;
  float: right;
}

.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
  position: absolute;
  line-height: 51px;
  top: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 150px;
}

.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
  margin-left: 0;
  margin-right: 0;
  visibility: visible;
  opacity: 1;
}

.item-nav .item-prev .item-prev-text {
  left: 100%;
  margin-left: -110px;
  padding-left: 15px;
}

.item-nav .item-next .item-next-text {
  right: 100%;
  margin-right: -110px;
  padding-right: 15px;
}

.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
  padding-top: 8px;
}
/* ----------------------------------------------------------------------*/ /* Blog   --------------------------------------------------------- */ /* ----------------------------------------------------------------------*/ /*.blog-post {    position: relative;}*/

.blog-post {
  display: inline-block;
  width: 100%;
}

.blog-post .post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.blog-post .post-media iframe {
  width: 100%;
}

.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
  /* text-transform: uppercase; */
  color: #999;
  font-size: 13px;
}

.blog-post .post-meta span,
.comment-list .post-meta span {
  margin-right: 3px;
}

.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.blog-post .post-header h2 {
  margin-bottom: 30px;
}

.blog-post .post-entry {
  margin-bottom: 30px;
}

.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
  margin-bottom: 20px;
}

.blog-post .post-entry ul {
  color: #888;
}

.blog-post .post-tag {
  color: #999; /* text-transform: uppercase; */
  font-size: 13px;
}

.blog-post .post-tag span {
  margin-right: 10px;
}

.blog-post .post-more-link {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0px;
}

.blog-post .post-more-link a i {
  margin-left: 5px;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}

.blog-post .post-more-link a:hover i {
  margin-left: 10px;
}

.blog-post blockquote {
  border-left: none;
  background: #f7f7f7;
  font-size: 17px;
  font-weight: 400;
  padding: 25px 25px;
  margin: 0px;
  color: #888;
  font-weight: 300;
}

.blog-post blockquote:after {
  content: "";
  font-weight: 500;
  padding-left: 7px;
  font-size: 12px;
}

.blog-post blockquote:before {
  content: "";
  font-weight: 500;
  padding-right: 7px;
  font-size: 12px;
}

.blog-post-hr hr {
  margin-bottom: 45px;
}

.post-author {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.post-author img {
  width: 80px;
}

.post-author .post-author-details {
  margin-left: 20px;
}

.post-author h6 {
  margin-top: 0px;
}

.post-author ul.social {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}

.post-author ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.post-comment {
}

.post-comment .comment-numb {
  font-weight: 300;
}

.post-comment .comment-list {
  margin-left: 0px;
  padding-right: 0px;
  list-style: none;
  padding: 0px;
}

.post-comment .comment-list h6 {
  margin-top: 0px;
  margin-bottom: 3px;
}

.post-comment .comment-list li:first-child {
  padding-top: 0px;
}

.post-comment .comment-list li {
  padding-top: 15px;
}

.post-comment .comment-list li:last-child .comment-detail {
  border-bottom: 0px none;
}

.post-comment .comment-list li,
.post-comment .comment-list .comment-reply {
  position: relative;
  padding-left: 65px;
}

.post-comment .comment-list .comment-detail {
  border-bottom: 1px dotted #eee;
  padding-bottom: 15px;
}

.post-comment .comment-list .comment-reply {
  padding-top: 20px;
}

.post-comment .comment-list .comment-reply-btn i {
  padding-right: 3px;
}

.post-comment .comment-avatar {
  left: 0;
  margin-right: 15px;
  position: absolute;
  width: 50px;
}

.post-comment .comment-avatar img {
  width: 100%;
}

.post-comment-star .star-rat {
  display: inline-block;
}

.post-comment-star label {
  margin-right: 6px;
}
/* ----------------------------------------------------------------------*/ /* Shop   --------------------------------------------------------- */ /* ----------------------------------------------------------------------*/

.shop-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.shop-item .item-mask .item-mask-detail {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  width: 100%;
}

.shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
  margin: auto auto;
}

.item-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.shop-item-info {
  margin-top: 20px;
  text-align: center;
}

.shop-item-info a:hover,
.shop-item-info a:hover h5,
.shop-item-info a:hover h6,
.shop-item-name:hover {
  color: #e6ae49;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}

.shop-item-info .shop-item-name {
  margin-bottom: 5px;
}

.shop-item-info .shop-item-price {
  font-size: 15px;
  color: #888;
}

.shop-item-info .shop-item-price del,
.shop-detail-info del,
.sidebar-widget del {
  margin-right: 10px;
  color: #bbb;
  font-weight: 400;
}

.shop-filter {
  display: inline-table;
  width: 100%;
}
/* Shop Detail*/

.shop-detail-item {
  position: relative;
}

.shop-detail-info h4 {
  line-height: 26px;
}

.shop-detail-info .shop-item-price {
  font-size: 20px;
  color: #e6ae49;
  font-weight: 400;
}

.shop-Cart-totalbox {
  max-width: 450px;
}

.shop-Cart-totalprice {
  font-size: 18px;
}
/* =============================================================================================================================*/ /* Parallax ------------------- */ /* =============================================================================================================================*/

.parallax {
  position: relative;
}
/* ============================================================================================================================*/ /* Slider ---------------------*/ /* ============================================================================================================================*/ /* -------------------------------------*/ /* Full Screen slider---------*/ /* -------------------------------------*/

.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.fullscreen-carousel {
  overflow: hidden;
  position: relative;
}

.fullscreen-carousel .slides li {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.fullscreen-carousel .overlay-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
}

.fullscreen-carousel .overlay-hero .caption-hero {
  display: inline-table;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  margin: 0px;
}

.fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  padding-left: 25px;
  padding-right: 25px;
}

.caption-hero h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Full Width Slider */

.fullwidth-slider {
  position: relative;
  overflow: hidden;
}

.fullwidth-slider .item {
  height: 650px;
  position: relative;
  width: 100%;
}
/* Fullscreen Slider Next Prev Arrow*/

.fullscreen-carousel .flex-direction-nav a {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -30px;
  background: #fff;
  color: #252525;
  width: 51px;
  height: 51px;
  text-align: center;
  font-weight: 500;
  color: #333456;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  font-size: 21px;
  line-height: 51px;
}

.fullscreen-carousel .flex-direction-nav a:hover {
  color: #e6ae49;
}

.flexslider.fullscreen-carousel:hover .flex-prev {
  left: 0px;
  opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-prev {
  left: -51px;
  background-position: center left;
}

.fullscreen-carousel .flex-direction-nav .flex-prev:before {
  content: "";
  display: inline-block;
}

.flexslider.fullscreen-carousel:hover .flex-next {
  right: 0px;
  opacity: 1;
}

.fullscreen-carousel .flex-direction-nav .flex-next {
  right: -51px;
  background-position: center right;
}

.fullscreen-carousel .flex-direction-nav .flex-next:before {
  content: "";
  display: inline-block;
}

@media (max-width: 991px) {
  /* Fullscreen Slider */

  .fullscreen-carousel .slides li img {
    width: 100%;
    height: 100%;
  }

  .fullscreen-carousel .caption-hero h1 {
    font-size: 25px;
  }

  .fullscreen-carousel .overlay-hero .caption-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  /* Fullscreen Slider */

  .fullscreen-carousel .caption-hero h1 {
    font-size: 20px;
    margin: 0;
  }

  .fullscreen-carousel .caption-hero h5 {
    margin: 0;
    font-size: 12px;
  }

  .fullscreen-carousel .caption-hero .separator {
    margin-left: auto;
    margin-right: auto;
  }

  .fullscreen-carousel .text-left {
    text-align: center;
  }

  .fullscreen-carousel.hero-slider-2 .slides li {
    height: 400px;
  }

  .full-intro .hero {
    padding-top: 64px;
  }

  .hero {
    padding: 0px;
  }
}

@media (max-width: 480px) {
  .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* -------------------------------------*/ /* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/ /* -------------------------------------*/

.owl-buttons {
  position: static;
}

.owl-carousel.white .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
}

.nf-carousel-theme {
}

.nf-carousel-theme .owl-controls .owl-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  margin-top: -15px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  background: rgba(245, 245, 245, 0.8);
  color: #252525;
  display: block;
  top: 50%;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  z-index: 3;
  position: absolute;
  text-align: center;
}

.content-carousel .owl-controls .owl-buttons .owl-prev:hover,
.content-carousel .owl-controls .owl-buttons .owl-next:hover,
.image-slider .owl-controls .owl-buttons .owl-prev:hover,
.image-slider .owl-controls .owl-buttons .owl-next:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
  /*background: #fff;*/
  color: #e6ae49;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}

.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}

.content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.content-carousel:hover .owl-controls .owl-buttons .owl-next,
.image-slider:hover .owl-controls .owl-buttons .owl-prev,
.image-slider:hover .owl-controls .owl-buttons .owl-next,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}
/* -------------------------------------*/ /* Singel Item slider (Images & Contant Slider) ---------*/ /* -------------------------------------*/

.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 21px;
  margin-top: -25px;
}

.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}

.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}
/*===========================================================================================*/ /* Preloader ------------------------- */ /*===========================================================================================*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 9999;
  display: block;
}

#preloader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  text-align: center;
}

#preloader .loader .loader-img {
  background: url("/img/loading.GIF");
  width: 60px;
  height: 60px;
  display: block;
}
/*===========================================================================================*/ /* Additional */ /*===========================================================================================*/ /* ----------------------------------*/ /* Scroll Down Animated Arrow */ /* ----------------------------------*/

.intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}

.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}

.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

.background--light .intro-scroll-down .mouse {
  border: 2px solid #333456;
}

.background--light .intro-scroll-down .mouse .mouse-dot {
  background: #f7f5f4;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}
/* ----------------------------------*/ /* Scroll Top Arrow */ /* ----------------------------------*/

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 25px;
  background: #f7f5f4;
  border-radius: 50%;
  border: 1px solid #343457;
  color: #fff;
  z-index: 99;
  display: none;
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}

.scroll-top:hover {
  /* background: #d47e1f; */
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .scroll-top {
    opacity: 0;
    visibility: hidden;
  }
}

.field-validation-valid {
  display: none;
}

.validation-summary-valid {
  display: none;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.wp-caption {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
  border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  img.alignleft,
  img.alignright,
  img.aligncenter {
    width: 100%;
  }
}

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

.wp-caption img {
  margin: 0;
}

.wp-caption p.wp-caption-text {
  color: #999999;
  font-weight: 500;
}

.wp-smiley {
  margin: 0;
}

.post-media img {
  width: 100%;
  max-width: 170px;
}

/*css for custom selects:begin */
.select-wrp {
  display: inline-block;
  position: relative;
  height: 16px;
}

.select-wrp span {
  display: inline-block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
  top: 0px;
  vertical-align: top;
  padding-right: 18px !important;
  margin: 0px !important;
  cursor: pointer;
}

.select-wrp span:hover {
  color: #d47e1e;
}

.select-wrp span:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #8c8c8c;
  content: "";
  position: absolute;
  right: 1px;
  top: 5px;
}

.select-wrp span:hover:after {
  border-top-color: #d47e1e;
}

.select-wrp select {
  position: absolute;
  width: 100%;
  height: 16px;
  top: 0px;
  left: 0px;
  opacity: 0;
  margin: 0px !important;
  cursor: pointer;
}

.select-wrp select option {
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
}

.byteant-select-wrp {
  width: 100%;
  height: 40px;
}

.byteant-select-wrp .SumoSelect {
  width: 100%;
}

.byteant-select-wrp .SumoSelect > .CaptionCont {
  border-radius: 3px;
}

.byteant-select-wrp .SumoSelect:focus > .CaptionCont,
.byteant-select-wrp .SumoSelect:hover > .CaptionCont,
.byteant-select-wrp .SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: #e6ae49;
}

.byteant-select-wrp .SumoSelect p {
  height: 40px;
  padding: 0px 35px 0px 20px !important;
  border: 1px solid #333456;
}

.byteant-select-wrp .SumoSelect p span,
.byteant-select-wrp .SumoSelect p span.placeholder {
  font-size: 14px;
  color: #7a8da2;
  line-height: 38px;
}

.byteant-select-wrp .SumoSelect p span {
  color: #333;
}

.byteant-select-wrp .SumoSelect p label {
  width: 100%;
  margin: 0px;
  cursor: pointer;
}

.byteant-select-wrp .SumoSelect p label i {
  right: 0px;
  left: auto;
  background: transparent;
  content: "";
  width: 10px;
  height: 15px;
  background: transparent url(../Content/Image/ddl-icon-1.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  right: 10px;
  top: 15px;
  border: none;
  margin: 0px;
}

.byteant-select-wrp .SumoSelect.open > .optWrapper {
  top: 40px;
}

.byteant-select-wrp .SumoSelect.open > .optWrapper li {
  padding: 0px;
  padding: 0px !important;
}

.byteant-select-wrp .SumoSelect.open > .optWrapper li span {
}

.byteant-select-wrp .SumoSelect.open > .optWrapper li label {
  margin: 0px;
  height: 40px;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}

.byteant-select-wrp .SumoSelect.open > .optWrapper li span + label {
  padding-left: 30px;
  z-index: 1;
  position: relative;
}

.byteant-select-wrp .SumoSelect > .optWrapper.multiple > .options li.opt span {
  margin-left: 0px;
}

.byteant-select-wrp select {
  padding: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
}

label.checkbox-wrp:hover,
.checkbox-wrp:hover {
  border-width: 2px;
}

label.checkbox-wrp,
.checkbox-wrp {
  border: 1px solid #a5b4cc;
  border-radius: 3px;
  background: transparent;
  display: inline-block;
  width: 19px;
  min-width: 19px;
  height: 19px;
  position: relative;
  background: #fff;
  margin: 0px 15px 0px 0px;
  cursor: default;
  vertical-align: middle;
}

.checkbox-wrp input[type="checkbox"] {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 19px;
  height: 19px;
  margin: 0px;
  cursor: pointer;
  opacity: 0;
  outline: none;
}

.checkbox-wrp input[type="checkbox"] ~ span {
  display: none;
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  display: inline-block;
  background: transparent;
  width: 11px;
  height: 11px;
  border-radius: 3px;
  margin: 3px;
  background: transparent;
}

.checkbox-wrp input[type="checkbox"]:checked ~ span {
  background: #138185;
}

.checkbox-wrp input[type="checkbox"].full-level-checked:checked ~ span {
  background: transparent url("../Content/Image/checked-icon.png") center center no-repeat;
  margin: 0px;
  width: 100%;
  height: 100%;
}

.checkbox-wrp input[type="checkbox"]:checked ~ span {
  background: transparent url("../Content/Image/checked-icon.png") center center no-repeat;
  margin: 0px;
  width: 100%;
  height: 100%;
}

.checkbox-wrp input[type="checkbox"].indeterminate ~ span {
  background: transparent url("../Content/Image/checked-point-icon.png") center center no-repeat;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* Override ui dropdowns: begin*/
.ui.multiple.dropdown > .label {
  color: #333;
  font-weight: 400;
  background: #e6eaf4;
  padding-right: 5px;
  border-radius: 2px;
  margin: 3px 5px;
  text-align: left;
  border: 1px solid #333456;
  box-shadow: none;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
  line-height: 1;
}

.ui i.icon {
  margin: 2px 6px;
  color: #788a9a;
}

.ui.dropdown {
  width: 100%;
}

.ui.selection.dropdown,
.ui.selection.dropdown:hover {
  border-color: #cdd9ec;
  min-height: 40px;
}

.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown:focus,
.ui.selection.dropdown:focus,
.ui.selection.active.dropdown,
.ui.selection.active.dropdown:hover .menu,
.ui.selection.active.dropdown .menu,
.ui.selection.active.dropdown .menu:hover {
  border-color: #e6ae49;
}

.ui.selection.dropdown .menu > .item {
  font-size: 13px;
  /*width: 90%;*/
}

.ui.selection.dropdown > .dropdown.icon {
  background: url("../Content/Image/ddl-icon-1.png") center center no-repeat;
  color: transparent;
  top: 0;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ui.selection.dropdown > .dropdown.icon:before {
  content: "";
}
/* Override ui dropdowns: begin*/

/* Override bootstrap tooltips: begin*/
.tooltip {
  margin-left: 5px;
}

.tooltip.in {
  opacity: 0.8;
}

.tooltip-arrow {
  display: none;
}

.tooltip-inner {
  background-color: #37474f;
  padding: 15px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  max-width: 300px;
  width: -moz-max-content;
  width: max-content;
  transform: translateY(calc(50% - 15px));
}

@media (max-width: 767px) {
  .tooltip-inner {
    transform: none;
  }
}
/* Override bootstrap tooltips: end*/

/*css for custom selects:end */
/*button:begin*/
.product-item .controls .watchlist-btn,
.transparent-btn {
  border: 2px solid #a51037;
  border-radius: 3px;
  background: url(../Content/Image/watchlist-btn-icons.png) 9px 9px no-repeat;
  color: #333456;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 37px;
  padding-right: 13px;
  text-transform: uppercase;
}

.product-item .controls .watchlist-btn.added,
.transparent-btn.added {
  border-color: #138185;
  background: url("../Content/Image/watchlist-btn-icons.png") 10px -32px no-repeat;
}

.product-item .controls .watchlist-btn:hover,
.transparent-btn:hover {
  border-color: #138185;
}

.transparent-btn[disabled] {
  border: 2px solid gray;
  background-color: lightgray;
}

.red-transparent-btn {
  border: 2px solid #a51037;
  font-size: 14px;
  color: #a51037;
  font-weight: 400;
  min-width: 130px;
  padding: 0px 44px;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  background: transparent;
  border-radius: 3px;
}

.red-transparent-btn:hover {
  background: #a51037;
  color: #fff;
}

.orange-btn,
.product-item .controls .more-details-btn,
.red-btn,
a.red-btn,
a.red-btn:link {
  height: 40px;
  min-width: 135px;
  padding: 0 27px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  outline: none;
  border-radius: 3px;
}

.orange-btn,
.orange-btn:visited,
.orange-btn:link {
  color: #fff;
  background: #d47e1d;
  border: 2px solid #d47e1d;
}

.orange-btn:hover {
  color: #fff;
  background: #b76100;
  border-color: #b76100;
}

.product-item .controls .more-details-btn,
.red-btn,
a.red-btn,
a.red-btn:link {
  border: 2px solid #c10735;
  background: #c10735;
}

.product-item .controls .more-details-btn:hover,
.red-btn:hover,
a.red-btn:hover,
a.red-btn:link:hover {
  background: #740b27;
  border-color: #740b27;
}

@media screen and (max-width: 767px) {
  .orange-btn,
  .product-item .controls .more-details-btn,
  .red-btn,
  a.red-btn,
  a.red-btn:link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 100%;
  }
}

.orange-link,
.orange-link:link,
a.orange-link,
a.orange-link:link {
  color: #d47e1d;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

a.orange-link:hover {
  color: #b76100;
}

.red-link,
.red-link:link,
a.red-link,
a.red-link:link {
  color: #c10735;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

a.red-link:hover {
  color: #740b27;
}

.red-border-btn,
.red-border-btn:link,
.red-border-btn:active,
.red-border-btn:focus {
  color: #c10735;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #c10735;
  border-radius: 3px;
  min-width: 135px;
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .red-border-btn,
  .red-border-btn:link,
  .red-border-btn:active,
  .red-border-btn:focus {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 15px;
    display: block;
  }

  .vendor-profile-page .form-line {
    margin-top: 0px;
  }

  .pb-60 {
    padding-bottom: 20px;
  }
}

.red-border-btn:hover,
.red-border-btn:link:hover {
  background-color: #c10735;
  color: #fff;
}
/*button:end*/
.page-top-cover {
  position: relative;
}

/*Right panel:begin*/
.widget-small {
  margin-bottom: 23px;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.widget-small .widget-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333456;
  align-items: center;
}

.widget-small .widget-header .title {
  border-bottom: none;
}

.widget-small .widget-header .controls {
  width: 150px;
  text-align: right;
}

.widget-small .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  border-bottom: 1px solid #333456;
  color: #333456;
}

.widget-small .title.title-no-border {
  border-color: transparent;
}

.widget-small .content .name a {
  font-size: 15px;
  position: relative;
  margin-bottom: 9px;
  display: inline-block;
  margin-top: 23px;
}

.right-products-panel .widget-small .name a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-bottom: 9px;
  display: inline-block;
  margin-top: 23px;
}

.right-products-panel .widget-small .content .item + .item .name a {
  margin-top: 20px;
}

.widget-small .content .name:hover a {
  color: #d47e1e;
}

.widget-small .content .name:hover span.link-arrow {
  background-position: -14px 0px;
}

.widget-small .content .item + .item .name a {
  margin-top: 0px;
}

.widget-small .content .description {
  font-size: 14px;
  color: #333456;
  line-height: 20px;
  /*overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;*/
}

.widget-small .content.tag-cloud {
  margin-top: 13px;
}

.summer-program-tag.content.tag-cloud.test1.test2 a {
  font-style: normal;
  display: inline-block;
  color: #333456;
  font-weight: 400;
  border-radius: 999px;
  background: #f7f5f4;
  padding: 8px 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  font-size: 14px;
}

.summer-program-tag.content.tag-cloud.test1.test2 a:hover {
  color: #ed7f01;
  text-decoration: none;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.widget-small .content.tag-cloud a:hover {
  color: #d47e1e;
}

.news-list .item:first-child {
  padding-top: 5px;
}

.news-list .item {
  display: flex;
  padding-bottom: 31px;
}

.news-list .item .pic {
  width: 93px;
  min-width: 93px;
  height: 65px;
  background: #fff;
  text-align: center;
}

.news-list .item .pic img {
  max-width: 100%;
  max-height: 100%;
}

.news-list .item .details {
  padding-left: 19px;
  word-break: break-word;
}

.news-list .item .details a {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  display: inline-block;
  line-height: 23px;
  position: relative;
}

.news-list .item .details a:hover {
  color: #d47e1e;
}

.news-list .item .publish-info {
  color: #787878;
  font-size: 11px;
  font-weight: 400;
  margin-top: 3px;
  text-transform: uppercase;
}

.news-list .item .publish-info > * {
  display: inline-block;
}

.news-list .item .publish-info .date {
  background: url("../Content/Image/publish-info-icons.png") 0px 1px no-repeat;
  padding-left: 21px;
  margin-right: 17px;
}

.news-list .item .publish-info .views {
  background: url(../Content/Image/publish-info-icons.png) 0px -26px no-repeat;
  padding-left: 22px;
}

.subscribe-widget {
  margin-bottom: 23px;
}

.subscribe-widget .error-text-msg {
  color: #a51037;
  text-align: left;
}

.subscribe-widget .success-text-msg {
  color: #10a59b;
  text-align: left;
}

.subscribe-widget .title {
  color: #333456;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
}

.subscribe-widget .title span {
  font-weight: 400;
}

.subscribe-widget .content {
  display: flex;
  padding-bottom: 10px;
}

.subscribe-widget .content input[type="text"] {
  font-size: 14px !important;
  font-weight: 300;
  color: #787878;
  border-top: 1px solid #c5c4c4;
  border-bottom: 1px solid #c5c4c4;
  border-left: 1px solid #c5c4c4;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-right-width: 0;
  height: 40px;
  background: #fff url(../Content/Image/subscribe-icon.png) 10px 15px no-repeat;
  padding-left: 33px;
  width: calc(100% - 140px);
  outline: none;
  line-height: 38px;
}

.subscribe-widget .content input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787878;
}

.subscribe-widget .content input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #787878;
}

.subscribe-widget .content input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #787878;
}

.subscribe-widget .content input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #787878;
}

.subscribe-widget .content button {
  width: 140px;
  min-width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-widget .form-item {
  position: relative;
  display: flex;
}

.subscribe-widget .form-item label.error {
  text-align: left;
  padding-left: 11px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  top: 40px;
}

.subscribe-widget .form-item label.error:before {
  content: "*";
  display: inline-block;
  font-size: 18px;
  line-height: 7px;
  position: absolute;
  top: 9px;
  left: 1px;
}

.widget-small .social-links {
  margin-left: -6px;
}

.widget-small .social-links a {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: url("../Content/Image/social-icons.png") 0px 0px no-repeat;
  margin-top: 13px;
  margin-right: 3px;
}

.widget-small .social-links .social-fb-link {
  background-position: 1px 2px;
}

.widget-small .social-links .social-xi-link {
  background-position: 2px -47px;
}

.widget-small .social-links .social-tw-link {
  background-position: 3px -93px;
}

.widget-small .social-links .social-in-link {
  background-position: 3px -143px;
}

.widget-small .social-links .social-instagram-link {
  background: url("../Content/Image/Instagram-icon.png") 0px 0px no-repeat;
  background-position: 1px 2px;
}

.widget-small .branches-list {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  margin-top: 14px;
  border: none;
  padding-bottom: 4px;
}

.information-for-users {
  font-size: 14px;
  margin: auto 0 auto 0;
  padding: 0;
  display: table-cell;
  display: inline-flex;
  vertical-align: middle;
  font-weight: 500;
  cursor: default;
}

.widget-small .branches-list span {
  font-size: 16px;
}
/*right panel:end*/

/* byteant styles */
.byteant-form-title {
  font-weight: 500;
  font-size: 18px;
  color: #ed7f01;
}

.byteant-panel-tabs .nav-tabs li a {
  border: 0;
  border-radius: 0px;
  font-weight: bold;
  font-size: 16px;
  padding: 20px 22px 18px 22px;
  color: #333456;
  margin: 0px;
}

.byteant-panel-tabs .nav-tabs li.active a {
  background: transparent;
  border: 0;
}

.byteant-text {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #dddddd;
  line-height: 38px;
  max-width: 100%;
}

/*popup:begin*/
.popuop-wrp {
  z-index: 5000;
}

.popuop-wrp .modal-header {
  border-bottom: 0px;
}

.popuop-wrp .modal-dialog {
  z-index: 3030;
}

.popuop-wrp .close-icon-btn {
}

.popuop-wrp h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 14px;
  padding: 0px;
  text-transform: uppercase;
}

.popuop-wrp:not(.preview-modal) p {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  margin-bottom: 47px;
}

.popuop-wrp.preview-modal p,
.popuop-wrp.preview-modal ul {
  margin-bottom: 0;
}

.preview-portrait-description p {
  font-size: inherit;
  line-height: inherit;
}

.popuop-wrp .modal-content {
  border-radius: 0px;
  text-align: center;
  background: #f7f5f4;
}

.modal .close-icon-btn {
  width: 16px;
  height: 16px;
  background-image: url("../Content/Image/popup-close-icon.png");
  margin-top: 5px;
  margin-right: 5px;
  opacity: 1;
  border-radius: 0px;
}

.modal .close-icon-btn:before,
.modal .close-icon-btn:after {
  content: none;
}

.popuop-wrp .modal-content .red-transparent-btn {
  float: none;
}

.popuop-wrp input[type="text"],
.popuop-wrp textarea {
  border: 1px solid #333456;
  background: #fff;
  padding: 0px 19px;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #333;
}

.popuop-wrp textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

.popuop-wrp input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
}

.popuop-wrp input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

.popuop-wrp input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
}

.popuop-wrp input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

.popuop-wrp textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
}

.popuop-wrp textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
}

.popuop-wrp textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
}

.popuop-wrp textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
}

#requestInfoModal.popuop-wrp .form-submit {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 90px;
}

.subscribe-popup {
  color: #333;
}

.subscribe-popup .modal-body {
  padding: 0px 143px;
}

.subscribe-popup .pic-wrp {
  padding-top: 23px;
  padding-bottom: 39px;
  border-bottom: 1px solid #333456;
}

.subscribe-popup .red-transparent-btn {
  margin-bottom: 69px;
}

#requestInfoModal {
}

#requestInfoModal .modal-body {
  padding: 0px 125px;
}

#requestInfoModal .pic-wrp {
  padding-top: 49px;
  padding-bottom: 50px;
  border-bottom: 1px solid #333456;
}

#requestInfoModal h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 16px;
}

#requestInfoModal p {
  margin-bottom: 37px;
}

#requestInfoModal .red-transparent-btn {
  margin-bottom: 89px;
}

#requestInfoModal input {
  color: #333;
  font-size: 14px;
  font-weight: 300;
}

#requestInfoModal .form-item {
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 550px) {
  .wp-caption {
    min-width: 100%;
  }

  .wp-caption img {
    margin: 0;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #requestInfoModal .modal-body {
    padding: 0px 30px;
  }
  .pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
    vertical-align: middle;
  }
  .pagination-nav ul li a,
  .pagination-nav ul li span {
    display: block;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 5px;
    border-radius: 3px;
    color: #627081;
  }
}

@media (min-width: 768px) {
  #requestInfoModal .modal-content {
    width: 650px;
  }
}

/*popup:end*/
/*content pages/ products/vendors/ :begin*/
.content-left-panel {
  /*width: 805px*/
}

.content-right-panel {
  /*width: 395px*/
}
/*content pages/ products/vendors/ :end*/
/*validation style: begin*/

label.error {
  text-align: left;
  padding-left: 11px;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0px;
}

label.error:before {
  content: "*";
  display: inline-block;
  font-size: 18px;
  line-height: 7px;
  position: absolute;
  top: 9px;
  left: 1px;
}

/*validation style: end*/

.message-page-container {
  color: #333;
}

.message-page-container .modal-body {
  padding: 0px 143px;
}

.message-page-container h2 {
  text-align: center;
  line-height: 1;
  padding: 0;
  margin: 35px 0 25px;
}

.message-page-container p {
  font-size: 18px;
  margin-bottom: 45px;
  font-weight: 400;
}

.message-page-container .pic-wrp {
  padding-top: 23px;
  padding-bottom: 39px;
  border-bottom: 1px solid #333456;
}

.tab-content .disabled-for-non-premium {
  pointer-events: none;
  opacity: 0.6;
}

/* @media screen and (max-width: 991px) {
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
		width: 7px;
	}

	::-webkit-scrollbar:horizontal {
		height: 7px;
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}

	::-webkit-scrollbar-track {
		background-color: #ffffff;
	}
} */

.fb_iframe_widget iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

.fb_iframe_widget span {
  position: unset !important;
}

.crop-btn-js {
  margin-top: 10px;
}

.suggest-criteria-modal {
  z-index: 9999;
  text-align: center;
  padding: 0 !important;
}

.suggest-criteria-modal .modal-dialog {
  width: 420px;
}

.suggest-criteria-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.suggest-criteria-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.suggest-criteria-modal label {
  padding: 0;
}

.croppie-modal {
  z-index: 9999;
  top: 100px;
}

.croppie-modal .croppie-wrp {
  width: 90%;
  height: 480px;
  margin: 0 auto;
}

.croppie-modal .croppie-wrp * {
  transition-duration: 0;
  transition-delay: 0;
  transition-timing-function: linear;
  transition-property: none;
}

.croppie-modal .upload-container {
  width: 100%;
  height: 100%;
}

.croppie-modal .modal-dialog {
  width: 80%;
  height: 80%;
  margin: 0 auto;
  padding: 0;
}

.croppie-modal .modal-content {
  height: auto;
  min-height: 100%;
  min-width: 80% !important;
  border-radius: 0;
  width: auto !important;
}

.overflow-hidden {
  overflow-y: hidden;
}

.sort-ico-referens {
  position: relative;
  top: 40px;
  left: -20px;
  margin-left: 6px;
}

.references-lis-height {
  height: 175px;
}

.banner-wrp {
  display: flex;
  justify-content: center;
}

.logos-section + .banner-wrp {
  background-color: #fff;
}

.blog-list-section .banner-wrp {
  justify-content: center;
  margin-bottom: 50px;
}

.panel-program {
  display: flex;
}

div.title-program.panel-program-title {
  padding-top: 5px;
  width: 33%;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #333456;
}

.panel-program-description {
  padding-left: 8px;
  width: 67%;
}

.panel-program-description > p {
  color: #333456;
  line-height: 0;
  margin-bottom: 2px;
}

.panel-program-description > h1 {
  font-size: 30px;
  color: #333456;
  margin-bottom: 2px;
}

div.panel-program-description > h2 {
  font-size: 28px;
  color: #333456;
  margin-bottom: 2px;
}

.panel-program-description > h3 {
  font-size: 24px;
  color: #333456;
  margin-bottom: 2px;
}

.panel-program-description > h4 {
  font-size: 22px;
  color: #333456;
  margin-bottom: 2px;
}

.panel-program-description > h5 {
  font-size: 20px;
  color: #333456;
  margin-bottom: 2px;
}

.panel-program-description > h6 {
  font-size: 18px;
  color: #333456;
  margin-bottom: 2px;
}

.panel-program-format > ol > li,
span.lead {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #333456;
  margin-bottom: 2px;
}

.panel-program-body {
  display: flex;
  justify-content: space-between;
}

.panel-program-testimonials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  width: 70%;
}

.panel-program-testimonials-items {
  padding-bottom: 10px;
}

.panel-program-format {
  width: 100%;
}

.panel-program-application-requirements {
  padding-left: 7px;
  width: 70%;
}

.panel-program-application-requirements > div {
  font-size: 16px !important;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f5f4;
  border-radius: 10px;
  padding: 35px 30px 30px 30px;
  height: 100%;
}

.application-requirements {
  display: flex;
  margin-bottom: 10px;
}

.application-requirements-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.application-requirements-img {
  min-width: 16px;
  min-height: 16px;
  margin: 0 8px 0 0;
}

.tuition-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f5f4;
}

.tuition-info {
  width: 85%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

div.tuition-info-title.text-bold {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.tuition-price {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.see-all-section {
  display: flex;
  justify-content: center;
}

.see-all-button {
  border: 2px solid #f7f5f4;
  border-radius: 999px;
  background: #ffffff;
  padding: 13px 40px;
  margin: 15px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #333456;
}

.back-all-program {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 23px;
  font-size: 14px;
  line-height: 150%;
  gap: 8px;
}

.title-summer-program {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0px;
}

.title-summer-program > img {
  padding-bottom: 6px;
  padding-left: 1px;
}

.title.info-block-title > img {
  padding-bottom: 7px;
  padding-left: 0px;
}

.header-program {
  width: 65%;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
}

.header-program-mobile {
  width: 65%;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
}

.header-program-homepage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333456;
}

.header-program-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  min-width: 130px;
}

.info-block {
  margin-bottom: 30px;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.info-block-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #333456;
  width: 100%;
}

.need-help-block {
  display: flex;
  gap: 39px;
}

.need-help-block > img {
  margin-top: 6px;
}

.need-help-info {
  width: 70%;
}

.need-help-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333456;
}

.need-help-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
  margin-top: 7px;
}

.menu-summer-program {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  cursor: pointer;
  padding: 15px 15px 0 15px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: #f7f5f4;
  padding-top: 4px;
  overflow: auto;
  white-space: nowrap;
}

.menu-summer-program > a:first-child {
  margin-left: auto;
}

.menu-summer-program > a:last-child {
  margin-right: auto;
}

.menu-summer-program {
  gap: 45px;
}

.menu-summer-program-item {
  padding-bottom: 20px;
  border-bottom: 4px solid transparent;
  scroll-behavior: smooth;
}

.menu-summer-program-item > div {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}

div.content-left-panel {
  padding-right: 10px;
}

div.content-right-panel {
  display: none;
}

.main-tag-section {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  gap: 5px;
}

.main-tag-section > img {
  width: 23px;
  height: 23px;
}

.date-section,
.date-section.deadline-section {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.deadline-section {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid #f7f5f4;
}

.deadline-date-section {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.deadline-date {
  font-weight: 500;
  background: #f7f5f4;
  padding: 5px 6px;
  border-radius: 10px;
  width: max-content;
  font-size: 14px;
  line-height: 17px;
}

.application-deadline {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #5558a6;
  width: 80%;
}

.main-tag {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #5558a6;
  width: 50%;
}

.main-tag-homepage {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #5558a6;
}

.main-tag-homepage.competitiveness-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #5558a6;
}

.main-tag-is-featured {
  color: #5558a6;
}

.main-tag-not-featured {
  color: #00a885;
}

.requirements-title {
  font-weight: 600;
  font-size: 16px;
  color: #333456;
  padding: 10px 0;
  line-height: 22px;
}

.requirements-title-homepage {
  font-weight: 600;
  font-size: 16px;
  color: #333456;
  padding: 30px 0 15px 0;
  letter-spacing: 0;
}

.requirements-items-homepage {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.requirements-items-homepage .requirements-item {
  display: flex;
  align-items: center;
}

.requirements-items-homepage .requirements-item img {
  width: 16px;
  height: auto;
  margin-right: 8px;
}

.requirements-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
}

.button-summer-program {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.content-panel-sticky {
  position: sticky;
  top: 92px;
  right: 0;
  z-index: 99;
}

.menu-id-element {
  position: absolute;
  top: -120px;
  scroll-behavior: smooth;
}

.testimonial-user {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.testimonial-user-picture-container {
  width: 50px;
  height: 50px;
}

.testimonial-user-picture {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: 50px;
}

.testimonial-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  margin-bottom: 0;
}

p.testimonial-date.date-testimonial {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #333456;
  opacity: 0.5;
  padding: 0;
}

.address-program {
  display: flex;
  gap: 5px;
  font-size: 14px;
  margin-top: 6px;
  padding-bottom: 9px;
  align-items: center;
}

.title-section {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.other-features {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.other-features-homepage .items-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 18px;
  padding-bottom: 15px;
  border-top: 1px solid #f7f5f4;
  overflow: hidden;
}

.other-features-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #f7f5f4;
}

.interest-areas-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  padding-bottom: 5px;
}

.features-section {
  margin-top: 12px;
  display: flex;
}

.features-items {
  width: 50%;
}

.other-features-title-without-border {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  padding-bottom: 20px;
}

.other-features-icon {
  align-items: start;
  width: 14px;
  height: 14px;
}

.other-features-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.application-components-description {
  border-top: 1px solid #f7f5f4;
  margin-top: 20px;
  padding-top: 20px;
}

.red-button {
  position: relative;
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  border-radius: 999px;
  color: #ffffff;
  padding: 15px;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.red-button.disabled {
  background: linear-gradient(90deg, gray 0%, #c8c8c8 100%);
  pointer-events: none;
}

.tuition-index {
  display: none;
}

.tuition-index-show {
  display: flex;
}

.hidden-button {
  display: none;
}

.show-button {
  width: 200px;
  height: 50px;
  border: 0;
  cursor: default;
}

.filters-gradient-text.gradient-text {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.deadline-section-item {
  width: 100%;
}

@media (min-width: 1440px) {
  .deadline-section-item {
    width: 70%;
  }
  .menu-summer-program {
    gap: 65px;
  }
  .menu-id-element {
    position: absolute;
    top: -200px;
    scroll-behavior: smooth;
  }
}

.menu-summer-program {
  padding-top: 19px;
}

@media (min-width: 1919px) {
  .menu-summer-program {
    gap: 30px;
  }
  .menu-id-element {
    position: absolute;
    top: -80px;
    scroll-behavior: smooth;
  }
  .menu-summer-program {
    padding-top: 34px;
  }
}

.profile-section-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}

.profile-section {
  background: #ffffff;
  max-width: 785px;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  margin-top: 50px;
}

.profile-section-content {
  display: flex;
}

.profile-section-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #333456;
}

h2.profile-section-title {
  padding-top: 0;
}

.profile-section-image {
  padding-left: 20px;
  width: 35%;
}

.profile-section-inputs {
  margin-top: 22px;
  width: 63%;
}

.login-section-inputs {
  width: 100%;
  padding: 0 20px;
}

.profile-input-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 15px;
  margin-bottom: 25px;
  letter-spacing: 0;
}

.profile-input-block .inner-input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 2;
}

.profile-input-block .btn-tooltip {
  padding: 0;
  background: transparent;
  outline: none !important;
  margin-left: 5px;
}

.profile-input-block > label {
  margin-bottom: 8px;
  font-weight: 600;
}

#direct-apply-form .profile-input-block:not(:nth-last-of-type(-n + 2)) {
  margin-bottom: 0;
}

#direct-apply-form .profile-input-block:nth-last-of-type(1),
#direct-apply-form .profile-input-block:nth-of-type(odd):nth-last-of-type(2) {
  grid-column-end: span 2;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: 0;
  border-bottom: 0.5px solid #e2e1e4 !important;
  white-space: nowrap;
  overflow: auto;
}

.nav.nav-tabs li:not(:last-child) {
  margin-right: 80px;
}

.nav.nav-tabs li {
  margin-bottom: 0;
}

.nav.nav-tabs > li > a {
  align-items: center;
  border-bottom: 5px solid transparent;
  display: flex;
  font-weight: 500;
  text-decoration: none;
}

.vendor-profile-page .nav-tabs li.active a {
  /* background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	-webkit-background-clip: text; */
  font-weight: 600;
  border-bottom: 5px solid #ec7e4e;
  color: #ec7e4e;
}

.login-page-wrapper .nav-tabs li.active a {
  /* background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	-webkit-background-clip: text; */
  font-weight: 600;
  border-bottom: 5px solid #ec7e4e;
  color: #ec7e4e;
}

.profile-input-block > div > label {
  width: 100%;
  font-weight: 600;
}

.profile-buttons {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  padding: 10px 25px;
  border-radius: 999px;
  color: #ffffff;
  width: 60%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.profile-buttons-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.pencil-icon {
  background: #ffffff;
  position: absolute;
  bottom: -26px;
  right: -4px;
  border-radius: 50%;
  padding: 8px;
}

.search-in-search-page {
  display: flex;
  justify-content: center;
}

input.searchpage-search-panel-input {
  border: 0;
  padding-left: 12px;
  opacity: 0, 5;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #333456;
}

.searchpage-search-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #dddddd;
  z-index: 9;
  background: #ffffff;
  border-radius: 999px;
  width: 100%;
}

.searchpage-search-panel .input-holder {
  flex: 1;
}

.category-link {
  display: none;
  border-left: 2px solid #f7f5f4;
}
.category-link1 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.category-img {
  display: none;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.category-img1 {
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.category-wrapper1:hover .category-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.category-wrapper2:hover .category-link {
  display: block;
}
.category-wrapper3:hover .category-link {
  display: block;
}
.category-wrapper4:hover .category-link {
  display: flex;
  flex-direction: column;
}
.category-wrapper5:hover .category-link {
  display: block;
}
.category-wrapper1:hover .category-img {
  display: block;
}
.category-wrapper2:hover .category-img {
  display: block;
}
.category-wrapper3:hover .category-img {
  display: block;
}
.category-wrapper4:hover .category-img {
  display: block;
}
.category-wrapper5:hover .category-img {
  display: block;
}

.dropdown-content-item:hover .category-img {
  position: relative;
  z-index: 6;
}

.category-between {
  min-height: 40px;
  min-width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.category-item {
  min-height: 35px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-right: 20px;
  border-radius: 10px;
}

.category-link-list {
  padding: 11px 0 10px 20px;
  position: absolute;
  background: white;
  top: -2px;
  right: -320px;
  width: 330px;
  height: calc(100% + 4px);
  border-radius: 0 10px 10px 0;
  border: 2px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.category-wrapper1:first-child .category-link-list {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 10px 9px 28px 0 rgba(0, 0, 0, 0.05);
}

.category-link-list .white-block {
  position: absolute;
  background: white;
  top: 1px;
  left: -40px;
  height: 99%;
  width: 30px;
}

.category-link-list .category-item:hover {
  background: #f7f5f4;
  border-radius: 10px;
}
.category-link-list > div > div.see-all:hover {
  background: #f7f5f4;
  border-radius: 10px;
}
.category-link-list > div > div > div:hover {
  background: #f7f5f4;
  border-radius: 10px;
}
.account-dropdown {
  position: relative;
  cursor: pointer;
  z-index: 99;
  display: flex;
  align-items: center;
  min-height: 90px;
}

.dropdown-wrapper .category-between {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .account-dropdown:hover .dropdown-wrapper {
    display: block;
  }

  .account-dropdown:hover .dropdown-hover {
    background: #ffffff;
    color: #333456 !important;
  }
}

.dropdown-header-name {
  padding: 14px 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-header-name-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 10px;
}

.dropdown-header-name-holder .dropdown-header-plan {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 3px 6px;
  border-radius: 10px;
  color: white;
}

.dropdown-header-name-holder .dropdown-header-plan.free {
  background: #9b6ff8;
}

.dropdown-header-name-holder .dropdown-header-plan.starter {
  background: #5976ec;
}

.dropdown-header-name-holder .dropdown-header-plan.premium {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
}

.dropdown-header-name-holder .dropdown-header-name {
  padding: 0;
}

.header-wrapper {
  padding: 14px 10px;
}

@media (min-width: 1200px) {
  .account-dropdown:hover .dropdown-header-name {
    color: #333456 !important;
  }
}

.dropdown-wrapper {
  position: absolute;
  display: none;
  top: calc(100% - 10px);
  right: 0px;
  width: 249px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #333456 !important;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  max-height: 510px;
  border: 2px solid transparent;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 10px 9px 28px 0 rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(white, white), linear-gradient(185deg, rgba(221, 221, 221, 1) 65%, rgba(255, 255, 255, 1) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.dropdown-content .dropdown-inner {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px 0 10px 20px;
}

@media (min-width: 768px) {
  -webkit-mask: linear-gradient(0deg, transparent, rgba(0, 0, 0, 1) 8%, rgba(0, 0, 0, 1) 95%, transparent 100%);
}

.universities-dropdown > div > div:hover {
  background: #f7f5f4;
}

.universities-dropdown a {
  color: #333456 !important;
  text-decoration: none;
}

.dropdown-content-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
}

.dropdown-content-item-logout {
  border-top: 1px solid #e2e1e4;
}

.dropdown-header-image-wrapper {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 5px;
}

.dropdown-header-image {
  width: 50px;
  height: 50px;
}

.dropdown-header-container {
  border-radius: 10px;
  position: relative;
}

.criterion-name {
  font-style: normal;
  padding-left: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
}

.active-applications {
  font-size: 14px;
  font-weight: 400;
}

input[type="checkbox"] {
  display: inline-flex !important;
  align-items: center !important;
  user-select: none !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #333456 !important;
}

input[type="checkbox"] {
  -moz-appearance: initial !important;
}

input[type="checkbox"] {
  width: 0;
  max-width: 0;
  height: 0;
  max-height: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

input[type="checkbox"].ng-empty::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 20px;
}

input[type="checkbox"].search-input-style::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
}

input[type="checkbox"].search-input-style.ng-empty::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
}

input[type="checkbox"].search-input-style-new::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
}

input[type="checkbox"].search-input-style-new.ng-empty::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0;
}

input[type="checkbox"]::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
}

input[type="checkbox"].ng-not-empty::before {
  content: "";
  background: #ffffff;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/ic_round-check-box.svg);
}

input[type="checkbox"]:checked::before {
  content: "";
  background: #ffffff;
  display: inline-block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 3px solid #e06554;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/ic_round-check-box.svg);
}

.main-info-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 25px;
}

.main-info-filters .product-header-sort-select {
  margin-left: auto;
}

.main-info-filters .product-header-sort-select .sort-section {
  padding-right: 0;
}

.product-title-wrp {
  display: flex;
}

.all-program-info {
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #333456;
  align-items: center;
}

.title-count {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 10px;
  height: 26px;
  line-height: 20px;
  border-radius: 999px;
  margin-top: 2px;
  color: #ffffff;
}

.sort-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #333456;
}

.sort-section {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #333456;
}

.sort-section:hover {
  color: red;
}

.sort-items-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0 0 15px rgba(47, 67, 81, 0.35);
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.sort-items-dropdown .dropdown-item {
  margin: 10px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  color: #333456;
}

.registration-tabs {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.login-section {
  background: #ffffff;
  width: 100%;
  max-width: 585px;
  padding: 50px;
  border-radius: 10px;
  margin-top: 50px;
}

.login-section-title {
  display: flex;
  justify-content: center;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #333456;
  padding-top: 0;
}

.login-section-content {
  display: flex;
}

.forgot-password-link > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.register-links {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
}

.gradient-text-login {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.placeholder-loginpage {
  padding-left: 50px !important;
}

.registration-steps {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #333456;
}

.registration-steps.active {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.information-profile {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
  padding: 12px;
  position: relative;
  background: #f7f5f4;
  margin-top: 23px;
  border-radius: 5px;
}

.registration-title-block {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333456;
  margin-bottom: 14px;
}

.resources-page-wrapper {
  display: flex;
  justify-content: space-between;
}

.resources-page-left {
  width: 55%;
}

.useful-item-help-page {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}

.resources-page-right {
  width: 40%;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 40px;
}

.resources-header {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 28px 0;
  letter-spacing: 0;
}

.resources-header > h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
}

.form-item-title {
  padding: 10px 0 7px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}

.detail-carousel {
  position: relative;
  width: 100%;
  height: 853px;
  margin: 0 auto;
}

.detail-carousel-content {
  position: relative;
  overflow: hidden;
  transition: width 0.7s;
  height: 100%;
}

.detail-slide {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  transition: left 0.7s ease;
}

.detail-nav {
  position: absolute;
  top: 250px;
  margin-top: -10px;
  width: 90px;
  height: 90px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  -webkit-user-select: none;
}

.detail-nav-left {
  left: -25px;
}

.detail-nav-right {
  right: -25px;
}

.detail-carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: 2px;
}

.detail-carousel-arrow-icon-right {
  margin-left: 7px;
  margin-top: 2px;
}

.detail-slide:nth-child(2) {
  position: absolute;
  left: 130px !important;
  width: 1440px !important;
}

.detail-slide:nth-child(3) {
  position: absolute;
  left: 130px !important;
}

.slide-1-width.detail-slide:nth-child(3) {
  position: absolute;
  left: 130px !important;
  width: 1440px !important;
}

.detail-slide:nth-child(4) {
  position: absolute;
  left: 130px !important;
}

.slide-2-width.detail-slide:nth-child(4) {
  position: absolute;
  left: 130px !important;
  width: 1440px !important;
}

.detail-slide:nth-child(5) {
  position: absolute;
  left: 130px !important;
}

.slide-3-width.detail-slide:nth-child(5) {
  position: absolute;
  left: 130px !important;
  width: 1440px !important;
}

.detail-slide:nth-child(6) {
  position: absolute;
  left: 130px !important;
}

.slide-4-width.detail-slide:nth-child(6) {
  position: absolute;
  left: 130px !important;
  width: 1440px !important;
}

.detail-slide:nth-child(7) {
  position: absolute;
  left: 130px !important;
}

.slide-5-width.detail-slide:nth-child(7) {
  position: absolute;
  left: 130px !important;
  width: 1440px !important;
}

.detail-nav.detail-nav-left {
  left: 20px;
  top: 380px;
}

.detail-nav.detail-nav-right {
  right: 20px;
  top: 380px;
}

.gallery-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
}

.show-all-gallery {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333456;
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 999px;
}

input[type="file"] {
  display: none;
}

.show-doc {
  display: flex;
}

.hide-doc {
  display: none;
}

.upload-button > .show-doc {
  display: none;
}

.delete-button > .show-doc {
  display: flex;
}

.upload-button > .hide-doc {
  display: block;
}

.delete-button > .hide-doc {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

.form-control.location-height {
  height: 72px;
  border-radius: 25px !important;
  padding-bottom: 35px !important;
}

div.features-items-areas-title.interest-areas-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  margin-top: 3px;
}

div.other-features-title-without-border.features-items-areas-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  margin-top: 3px;
}

div.other-features-title.features-items-areas-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  margin-top: 3px;
}

.container-center.container-center-useful {
  margin: 19px 0 50px 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0;
}

.blog-article-content > p > a:hover {
  border-bottom: 1px solid transparent;
}

h2.error-work {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #333456;
}

h4.error-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.agree-text {
  margin: 0 10px;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
}

.criterion-name.step2-checkbox {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333456;
}

.criterion-name.finalstep {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333456;
}

dd > select {
  background: transparent;
  border: 0;
  color: #333456;
  font-size: 14px;
  margin: auto 0 auto 0;
  padding: 0;
  font-weight: 500;
  cursor: pointer;
  line-height: 21px;
  letter-spacing: 0;
  width: 100%;
}

dd > select > option {
  font-weight: 500;
  line-height: 22px;
  font-size: 14px;
  cursor: pointer;
  color: #333456;
}

input.input-agree-submit-disabled.agree-submit-disabled:checked + div.submit-class {
  display: none;
}

input.input-agree-registration-disabled.agree-registration-disabled:checked ~ div.submit-class {
  display: none;
}

.show-popup {
  align-items: center;
  z-index: 9999999;
  position: fixed;
  top: 0;
  display: none;
  left: 0;
  min-height: 100vh;
  height: 100%;
  min-width: 100vw;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

input.searchpage-search-panel-input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333456;
  opacity: 0.5;
}

input.searchpage-search-panel-input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #333456;
  opacity: 0.5;
}

input.search-panel-input::placeholder {
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #333456;
  opacity: 0.5;
}

.image-program-homepage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.image-blog-homepage {
  object-fit: cover;
  width: 100%;
  height: 180px;
  min-height: 180px;
  border-radius: 10px 10px 0 0;
}

.full-screen-intro {
  position: relative;
  min-height: 614px;
  height: 614px;
  margin-bottom: 70px;
}

.image-program-my-list {
  object-fit: cover;
  max-width: 280px;
  width: 100%;
  height: 321px;
  border-radius: 10px;
}

.wrapper-program.wrapper-program-searchpage {
  margin-left: 0;
  display: flex;
  border-bottom: 1px solid #f7f5f4;
}

.date-section-homepage {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 30px 0 0;
}

.date-section-homepage.homepage {
  padding: 20px 30px 0 0;
}

.date-section-homepage.my-list {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 30px 0 0;
}

.application-block.my-list {
  padding: 16px 12px 18px 0;
}

.application-block.search-page {
  padding: 16px 12px 18px 0;
}

.image-clock {
  width: 16px;
  height: 16px;
}

.image-home-page {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 614px;
  transform: translateX(-50%);
}

.resources-blogs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.resources-page-form {
  padding: 30px 40px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-help-page {
  object-fit: cover;
  width: 100%;
  height: 180px;
  min-height: 180px;
  border-radius: 10px 10px 0 0;
}

.form-help-page-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
  color: #333456;
  padding: 32px 10px 8px 10px;
}

.form-help-page-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333456;
  padding: 0 25px;
}

.form-group.submit-resourespage {
  margin: 67px 0 0 0;
}

.container {
  max-width: 1170px;
}

.button-summer-program.item.menu-buttons {
  padding-left: 7px;
  margin-top: 0;
  justify-content: end;
}

@media (max-width: 1279px) {
  fieldset {
    padding-right: 20px;
  }
}

@media (max-width: 1918px) {
  .main-tag-item {
    display: flex;
    gap: 5px;
    max-width: 50%;
  }
  .image-blog-details-page {
    object-fit: cover;
    width: 100%;
    height: 180px;
    min-height: 180px;
    border-radius: 10px;
  }
}

@media (max-width: 1279px) {
  .button-summer-program.item.menu-buttons {
    padding-left: 7px;
    margin-top: 0;
  }
}

.submit-class.submit-resourses {
  position: absolute;
  z-index: 50;
  top: 70px;
  width: 100%;
}

.resourses-container {
  min-height: calc(112vh - 128px);
  overflow-x: hidden;
}

@media (min-width: 1280px) {
  .resourses-container {
    min-height: calc(100vh - 128px);
    overflow-x: hidden;
  }
  .submit-class.submit-resourses {
    position: absolute;
    z-index: 50;
    top: 91px;
    width: 100%;
  }
  .resources-page-right {
    width: 55%;
    margin-left: 60px;
  }
  .button-summer-program.item.menu-buttons {
    padding-left: 7px;
    margin-top: 0;
  }
  .image-blog-details-page {
    object-fit: cover;
    width: 100%;
    height: 180px;
    min-height: 180px;
    border-radius: 10px;
  }
  .active-applications {
    font-size: 16px;
  }
}

.button-show-gallery {
  display: flex;
  top: 80px;
  right: 120px;
  position: absolute;
  background: #ffffff;
  height: 34px;
  width: 117px;
  border-radius: 999px;
}

.image-slider .swiper-button-prev::after {
  top: 50%;
  color: #9d9d9d;
  font-size: 60px;
}

/* .image-slider .swiper-button-next,
.image-slider .swiper-button-prev {
  transform: translateY(-50%);
} */

.swiper-button-prev {
  left: 0;
}

.image-slider .swiper-button-next::after {
  color: #9d9d9d;
  font-size: 60px;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: -610px;
}

.container-carousel {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.image-slider {
  padding: 30px 60px 0 60px;
  overflow: visible;
}

.modal-content-gallery {
  margin: 45px auto;
  z-index: 5000;
  width: 100%;
}

.popuop-wrp {
  z-index: 101;
}

.image-popup-gallry-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /* padding: 0 100px 50px 100px; */
}

@media (max-width: 1279px) {
  .address-program-icon {
    width: 18px;
    height: 16px;
  }
  .address-program-mobile {
    align-items: start;
  }
}

@media (max-width: 1918px) {
  .sticky-menu {
    display: flex;
    justify-content: space-between;
    background: #f7f5f4;
    padding-top: 25px;
  }
  .students-image-container.student-3 {
    display: none;
  }
  div.content-left-panel {
    width: 100%;
  }
  .header-program {
    display: none;
  }
}

.summer-program-video {
  object-fit: cover;
  height: 100% !important;
  max-height: 550px !important;
  width: 100% !important;
}

@media (min-width: 1439px) {
  .summer-program-video {
    object-fit: cover;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
  }

  .swiper-button-prev {
    top: 44%;
  }
  .swiper-button-next {
    top: 44%;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: -650px;
  }
  .modal-content-gallery {
    margin: 45px auto;
    z-index: 5000;
    width: 100%;
  }
  .container-carousel {
    width: 1300px;
    margin: 0 auto;
    padding: 0 auto;
    top: 0;
  }
  .resources-page-right {
    width: 50%;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: 40px;
  }
  .form-item-title {
    padding: 10px 0 7px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
  .resources-page-form {
    padding: 30px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .resources-blogs {
    display: grid;
    gap: 30px;
  }

  .button-show-gallery {
    display: flex;
    top: 85px;
    right: 135px;
    position: absolute;
    background: #ffffff;
    height: 34px;
    width: 117px;
    border-radius: 999px;
  }

  .form-group.submit-resourespage {
    margin: 25px 0 0 0;
  }

  .form-help-page-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333456;
    padding: 0 60px;
  }

  .form-help-page-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    color: #333456;
    padding: 32px 40px 8px 40px;
  }

  .image-help-page {
    object-fit: cover;
    width: 100%;
    height: 250px;
    min-height: 250px;
    border-radius: 10px 10px 0 0;
  }

  .submit-class.submit-resourses {
    top: 89px;
  }
}

.sticky-menu {
  display: none;
}

.sticky-show {
  display: flex;
}

@media (min-width: 1919px) {
  .sticky-show {
    display: none;
  }
  .info-block-title.info-block-title-details {
    width: 90%;
  }
  .main-tag-item {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 5px;
    min-width: 220px;
    width: 100%;
  }
  .swiper-button-prev {
    top: 44%;
  }
  .swiper-button-next {
    top: 44%;
  }
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: -850px;
  }
  .container-carousel {
    width: 1700px;
    margin: 0 auto;
    padding: 0 auto;
    top: 0;
  }
  .form-item-title {
    padding: 25px 0 7px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
  body {
    overflow-x: hidden;
  }
  .sticky-menu {
    display: none;
  }
  div.content-right-panel-mobile {
    display: none;
  }
  .header-program-mobile {
    display: none;
  }
  .button-show-gallery {
    display: flex;
    top: 111px;
    right: 198px;
    position: absolute;
    background: #ffffff;
    height: 34px;
    width: 117px;
    border-radius: 999px;
  }
  div.content-right-panel {
    display: block;
    padding-left: 20px;
  }
  .form-help-page-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333456;
    padding: 0 60px;
  }

  .form-help-page-title {
    font-weight: 700;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    color: #333456;
    padding: 32px 70px 8px 70px;
  }

  .image-help-page {
    object-fit: cover;
    width: 100%;
    height: 258px;
    min-height: 258px;
    border-radius: 10px 10px 0 0;
  }

  .resources-page-form {
    padding: 33px 52px 53px 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .resources-blogs {
    display: grid;
    grid-template-columns: 378px 378px;
    gap: 30px;
  }

  .image-home-page {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 800px;
    transform: translateX(-50%);
  }

  .image-clock {
    width: 16px;
    height: 16px;
    align-self: center;
  }

  .application-block.search-page {
    padding: 16px 12px 18px 30px;
  }

  .date-section-homepage.my-list {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 30px 0 45px;
  }

  .date-section-homepage {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 30px 0 45px;
  }

  .image-blog-details-page {
    object-fit: cover;
    width: 100%;
    height: 258px;
    min-height: 258px;
    border-radius: 10px;
  }

  .full-screen-intro {
    position: relative;
    height: 800px;
  }

  .date-section-homepage {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 20px 30px 0 30px;
  }

  .image-blog-homepage {
    object-fit: cover;
    width: 100%;
    height: 258px;
    min-height: 258px;
    border-radius: 10px;
  }
  .submit-class.submit-resourses {
    top: 91px;
  }
  .summer-program-video {
    object-fit: cover;
    height: 100% !important;
    max-height: 700px !important;
    width: 100% !important;
  }
}

.blog-article-content.article-content-padding.article-content-padding-img > div > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content.article-content-padding.article-content-padding-img > div > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.star-icon-search-page {
  width: 73.48px;
  margin-top: -15px;
  height: 78.51px;
  animation-name: icon-star-search-page;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes icon-star-search-page {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg) scale(0.6);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  75% {
    transform: rotate(270deg) scale(0.6);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

.flatpickr-day {
  border-radius: 5px !important;
}

.flatpickr-day:hover {
  color: #d95856 !important;
}

.flatpickr-day.selected {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%) !important;
  border: 0 !important;
}

.flatpickr-day.today {
  background: #e6e6e6 !important;
  border: 0 !important;
}

.flatpickr-day.today:hover {
  color: #d95856 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  text-transform: none;
  cursor: pointer;
}
.numInput.cur-year {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333456;
  text-transform: none;
  cursor: pointer;
}

.next-checkbox > input {
  min-width: 22px;
  min-height: 22px;
  width: 22px;
  height: 22px;
}

.next-checkbox .criterion-name {
  padding-top: 5px;
}

.add-show-button-searchpage {
  background: #f7f5f4;
  border-radius: 10px;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

details[open] summary {
  outline: 0 solid transparent !important;
}

.owl-stage {
  transform: none !important;
}

dd > select {
  min-height: 0 !important;
  appearance: none !important;
}

.pull-right.forgot-password-link a {
  text-decoration: none;
}

.show-aries {
  display: none;
  text-decoration: none;
}

.video-test > div {
  z-index: -1;
}

.search-tag-options {
  width: 100%;
  padding: 3px;
  background: #ffffff;
  border-radius: 10px;
  z-index: 1;
}

.search-tag-option {
  border: 1px solid #eeeeee;
  cursor: pointer;
  position: relative;
  padding: 5px 10px;
  border-radius: 5px;
  color: #333456;
}

.hidden-programs {
  display: none !important;
}

.SumoSelect {
  width: 100%;
}

.SumoSelect > .CaptionCont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  background-position: calc(100% - 16px);
  border: 1px solid #dddddd;
  border-radius: 999px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333456;
  padding: 14px 20px;
}

.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont,
.SumoSelect.open > .CaptionCont {
  box-shadow: none;
  border-color: #dddddd;
}

.SumoSelect > .optWrapper {
  top: 55px;
}

.SumoSelect.open > .optWrapper {
  top: 55px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.3125rem;
}

.options .opt {
  cursor: pointer;
  padding: 5px 10px !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
  color: #333456;
}

.options .opt label {
  margin: 0;
}

.SumoSelect > .CaptionCont > label {
  width: 50px;
  height: 100%;
}

#direct-apply-form .SumoSelect > .CaptionCont > label {
  top: 5px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url(../Content/Image/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.eligibility-requirements label {
  display: inline-flex;
  margin: auto 0 auto 0;
  padding: 0;
}

.eligibility-requirements input[type="checkbox"] {
  margin: 0;
  margin-right: 15px;
  min-height: 25px;
}

.modal-backdrop {
  z-index: 100;
}

.courses-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px 8px 24px;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.courses-wrapper .courses-list {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  overflow: auto;
}

.courses-wrapper .courses-list .list-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 9px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0000001a;
}

.courses-wrapper .courses-list .item-button {
  flex-shrink: 0;
  background: none;
}

.courses-wrapper .courses-list .item-button img {
  pointer-events: none;
}

.courses-wrapper .courses-btn-add {
  display: flex;
  align-items: center;
  font-size: 16px;
  background: transparent;
  text-decoration: none;
}

.courses-wrapper .courses-btn-add img {
  margin-left: 10px;
}

/* img uploader */

.image-uploader {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.image-uploader.fix-height output {
  min-height: 400px;
  max-height: 400px;
}

.image-uploader.fix-height-2 output {
  min-height: 300px;
  max-height: 300px;
}

.image-uploader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  z-index: 2;
}

.image-uploader output {
  display: flex;
  padding: 0;
}

.image-uploader output img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.image-uploader .controls-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 3;
}

.image-uploader .btns-holder {
  display: flex;
  justify-content: center;
}

.image-uploader .uploader-btn:not(:last-child) {
  margin-right: 10px;
}

.image-uploader .uploader-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: solid 1px #ec7e4e;
  cursor: pointer;
}

.image-uploader .change-btn {
  position: relative;
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
}

.image-uploader .change-btn:not(:last-child) {
  margin-right: 10px;
}

.image-uploader .change-btn input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-nav-tabs {
  padding: 0;
  border-color: #dddddd;
}

.tab-pane-primary .panel-body {
  padding: 30px 0 0 0;
}

.primary-nav-tabs li {
  position: relative;
}

.primary-nav-tabs li.active::before {
  opacity: 1;
}

.primary-nav-tabs li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  opacity: 0;
  transition: 0.35s all;
}

.primary-nav-tabs .nav-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: unset;
  min-height: 55px;
  white-space: nowrap;
}

.primary-nav-tabs .nav-link:hover,
.primary-nav-tabs .nav-link:focus {
  color: #d95856;
}

.primary-nav-tabs .nav-link::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}

@media speech {
  .primary-nav-tabs .nav-link::after {
    display: none;
  }
}

.primary-nav-tabs li.active a.nav-link {
  font-weight: 700;
  color: #d95856;
}

.primary-nav-tabs .nav-link {
  text-decoration: none;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
}

.multiple-img-uploader {
  display: flex;
}

.multiple-img-uploader .images-list {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 32px 0 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

.multiple-img-uploader .images-list output {
  width: 200px;
  height: 200px;
}

.multiple-img-uploader .images-list .list-item:not(:last-child) {
  margin-right: 32px;
}

.multiple-img-uploader .btn-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #dddddd;
  border-radius: 10px;
  cursor: pointer;
}

.tagify {
  border: 1px solid #dddddd;
  border-radius: 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333456;
  padding: 5px 20px !important;
  min-height: 50px;
  height: 100% !important;
}

.tagify.tagify--focus {
  border-color: #e6ae49;
}

.tagify .tagify__tag div::before {
  inset: 0;
}

.tags-look .tagify__dropdown__wrapper {
  border-color: #999999 !important;
}

.tags-input-block {
  position: relative;
}

.tags-input-block .tags-look {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 3;
}

.mce-tooltip {
  display: none;
}

.toastify.innerHTML {
  display: flex;
}

.toastify.innerHTML a {
  color: black;
}

.js-close-popup {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.5;
  width: 14px;
  z-index: 10;
}

.js-close-popup img {
  width: 100%;
  height: auto;
}

.js-close-popup:hover {
  opacity: 1;
}

.modal-content {
  box-shadow: none;
}

.modal-content .close {
  opacity: 0.5;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

.mce-textbox {
  border-radius: 0 !important;
}

.header .open-menu {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  font-size: 0;
  line-height: 0;
  z-index: 100;
}

.header .open-menu span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #333456;
  border-radius: 0;
  height: 0.2rem;
  transition: all 0.3s ease;
}

.header .open-menu span:nth-child(1) {
  margin-top: -1rem;
}

.header .open-menu span:nth-child(2) {
  margin-top: -0.1rem;
}

.header .open-menu span:nth-child(3) {
  margin-top: 0.8rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header .open-menu.menu-opened span:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}

.header .open-menu.menu-opened span:nth-child(2) {
  opacity: 0;
}

.header .open-menu.menu-opened span:nth-child(3) {
  margin-top: 0;
  transform: rotate(-45deg);
}

.header {
  border-bottom: 1px solid #eee;
}

.header.dark {
  border-bottom: none;
  background: linear-gradient(to right, #393975 0%, #2f2f70 100%);
}

.header.dark .open-menu span {
  background: white;
}

.header.dark {
  background: #313171;
}

.header .logo {
  width: 150px;
}

.blog-list-section.blog-post-section .intro-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
}

.blog-list-section.blog-post-section .intro-visual .visual-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-list-section.blog-post-section .content-page-list-caption.content-page-terms {
  position: relative;
  z-index: 2;
}

.wrapper {
  padding-top: 90px;
  min-height: 125vh;
  /* min-height: calc(var(--vh, 1vh) * 100); */
  display: flex;
  flex-direction: column;
}

#main {
  flex-grow: 1;
}

.overview p {
  font-size: 16px;
  line-height: 1.5;
}

.section p {
  font-size: 16px;
}

@media (min-width: 992px) {
  .summer-program-gallery {
    display: grid;
    grid-template-rows: 2fr;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    height: 100%;
  }

  .summer-program-gallery .summer-program-image:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 3;
  }

  .summer-program-gallery .summer-program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* .summer-program-gallery .summer-program-image:nth-child(2),
	.summer-program-gallery .summer-program-image:nth-child(3),
	.summer-program-gallery .summer-program-image:nth-child(4) {
		height: 216px;
	} */

  .summer-program-gallery .summer-program-image:nth-child(2) {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
  }

  .summer-program-gallery .summer-program-image:nth-child(3) {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5;
  }

  .summer-program-gallery .summer-program-image:nth-child(4) {
    grid-row-start: 1;
    grid-column-start: 5;
    grid-row-end: 2;
    grid-column-end: 6;
  }

  .summer-program-gallery .summer-program-image:nth-child(5) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
  }

  .summer-program-gallery .summer-program-image:nth-child(6) {
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 3;
    grid-column-end: 6;
  }
}

.summer-program-gallery .summer-program-image img {
  border-radius: 10px;
}

.summer-program-gallery .summer-program-image {
  position: relative;
}

.summer-program-gallery .summer-program-image a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}

.summer-program-gallery .summer-program-image a > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.summer-program-gallery .summer-program-image:nth-child(5),
.summer-program-gallery .summer-program-image:nth-child(6) {
  height: 221px;
}

.show-all-gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section.campusLife {
  padding-top: 40px;
  font-size: 16px;
}

.modal-dialog.modal-dialog-gallery {
  width: 100%;
  max-width: 1300px;
  height: 100%;
  display: flex;
  align-items: center;
}

.modal-dialog {
  margin: auto;
}

.modal {
  padding: 10px !important;
}

.image-slider .useful-item {
  max-height: calc(100vh - 100px);
  aspect-ratio: 16 / 8;
}

.profile-input-block .summer-program-image {
  height: 191px;
  width: 191px;
}

.profile-input-block .summer-program-image .summer-program-img {
  object-fit: cover;
  height: 191px;
  min-height: 191px;
  width: 191px;
  min-width: 191px;
  border-radius: 10px;
}

.profile-input-block .summer-program-img-big {
  object-fit: cover;
  height: 386px;
  width: 583px;
  border-radius: 10px;
}

.modal-content.subscribe.modal-content-gallery {
  padding: 10px;
}

.info-bloks-holder {
  display: flex;
  padding-top: 20px;
}

.info-block .after-tilte-info {
  display: flex;
  justify-content: space-between;
}

.favorites-page .nav.nav-tabs {
  margin-bottom: 50px;
}

.favorites-page .searchpage-search-panel {
  padding: 20px;
}

.favorites-page .searchpage-search-panel input {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  padding-left: 25px;
  color: #333456;
  opacity: 1;
  border: 0;
  height: 45px;
}

.favorites-page .search-panel .btn {
  border-radius: 999px;
  line-height: 20px;
  padding: 10px 60px;
  height: 52px;
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.favorites-page .holder-remove-fav {
  display: flex;
  align-items: center;
}

.favorites-page .button-orange-outline {
  margin-right: 15px;
}

.dropdown-wrapper-submenu {
  width: 280px;
}

.search-in-search-page .search-input-holder {
  width: 100%;
}

.search-in-search-page .search-panel {
  width: 100%;
  max-width: 750px;
}

.search-in-search-page .searchpage-search-panel {
  padding-left: 10px;
}

.sp-filter-panel-holder {
  width: 320px;
  flex-shrink: 0;
}

.sp-page-content .results-panel {
  width: 100%;
}

.button-orange.btn-open-filter {
  width: unset;
  padding: 0 15px;
}

.btn-close-filter {
  margin-bottom: 20px;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 5px;
}

.fb-btn-holder {
  position: relative;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadce0;
  color: #3c4043;
  cursor: pointer;
}

.fb-btn-holder:hover {
  background: rgba(66, 133, 244, 0.04);
  border-color: #d2e3fc;
}

.fb-btn-holder svg {
  margin-right: 20px;
}

.fb-btn-holder .fb_iframe_widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.summer-program-image iframe {
  width: 100%;
  border-radius: 10px;
}

.show-popup .modal-popup-comment {
  width: 100% !important;
  max-width: 600px !important;
  min-width: unset !important;
}

#show-popup-comment {
  padding: 20px;
}

.show-popup {
  padding: 20px;
}

.application-block.homepage .button-orange-outline {
  margin-right: 15px;
}

.application-block.homepage .js-add-to-wishlist-btn .fa {
  margin-right: 8px;
}

.direct-apply-popup #direct-apply-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 20px;
  max-height: 570px;
  overflow: auto;
  transition: height 0.2s;
}

.features-items .other-features-item {
  position: relative;
  padding-left: 12px;
}

.features-items .other-features-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #333456;
  border-radius: 50%;
}

.resources-page-right .btn-holder {
  display: flex;
  justify-content: center;
}

.resources-page-right .btn-holder .button-orange {
  max-width: 200px;
  width: 100%;
}

.blog-list-section .swiper-btn-next,
.blog-list-section .swiper-btn-prev {
  outline: none;
}

.premium-feature-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.premium-feature-banner .img-holder {
  max-width: 260px;
  width: 100%;
}

.premium-feature-banner .img-holder img {
  width: 100%;
  height: auto;
}

.premium-feature-banner .right-side {
  text-align: center;
}

.premium-feature-banner .banner-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 35px;
  line-height: normal;
  text-align: center;
}

.premium-feature-banner .banner-text {
  max-width: 480px;
  margin: auto auto;
  font-size: 20px;
  line-height: 1.3;
}

.premium-feature-banner .banner-btn {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .premium-feature-banner .left-side {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .premium-feature-banner {
    flex-direction: column;
    padding: 25px 0;
  }

  .premium-feature-banner .left-side {
    margin-bottom: 25px;
  }

  .premium-feature-banner .banner-title {
    font-size: 22px;
  }

  .premium-feature-banner .banner-text {
    font-size: 15px;
  }
}

.UnpublishedModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.UnpublishedModal .img-holder {
  max-width: 265px;
  width: 100%;
  margin-right: 30px;
}

.UnpublishedModal .img-holder img {
  width: 100%;
  height: auto;
}

.UnpublishedModal .modal-body h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.UnpublishedModal .modal-body .subtitle {
  font-size: 14px;
  line-height: 1.3;
}

.UnpublishedModal .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.UnpublishedModal .modal-dialog {
  width: 100%;
  max-width: 1000px;
}

.UnpublishedModal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.UnpublishedModal .img-holder {
  max-width: 265px;
  width: 100%;
  margin-right: 30px;
}

.UnpublishedModal .img-holder img {
  width: 100%;
  height: auto;
}

.UnpublishedModal .modal-body h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

.UnpublishedModal .modal-body .subtitle {
  font-size: 14px;
  line-height: 1.3;
}

.UnpublishedModal .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.UnpublishedModal .modal-dialog {
  width: 100%;
  max-width: 1000px;
}

.css-tooltip {
  position: relative;
}

.css-tooltip::before {
  content: attr(data-tooltip-content);
  position: absolute;
  right: 30px;
  background-color: #37474f;
  padding: 15px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  max-width: 300px;
  width: max-content;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 1;
  white-space: normal;
}

@media (max-width: 575px) {
  .css-tooltip::before {
    max-width: 210px;
  }
}

.css-tooltip.position-center::before {
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
}

.css-tooltip:hover::before {
  visibility: visible;
  opacity: 0.8;
}

.css-tooltip.not-show::before {
  display: none;
}

.modal-dialog-vendor {
  width: 100%;
  max-width: 1000px;
}

.modal-dialog-thank .close {
  position: absolute;
  top: 20px;
  right: 20px;
  left: unset;
  font-size: 35px;
  line-height: 0.5;
  z-index: 5;
}

.modal-dialog-thank .modal-thank-content {
  display: flex;
  align-items: center;
}

.modal-dialog-thank .img-holder {
  width: 155px;
  margin-right: 30px;
  flex-shrink: 0;
}

.modal-dialog-thank .img-holder img {
  width: 100%;
  height: auto;
}

.modal-dialog-thank .content-holder {
  text-align: center;
}

.modal-dialog-thank .success-title {
  display: block;
  margin-bottom: 28px;
  font-size: 35px;
}

.modal-dialog-thank .success-text {
  display: block;
  font-size: 20px;
}

.modal-dialog-thank {
  max-width: 599px;
  width: 100%;
}

.modal-content-thank {
  padding: 55px 50px;
  border-radius: 10px;
  box-shadow: none;
}

.modal-dialog-thank .button-orange {
  width: 190px;
}

.full-screen-intro .intro-subtitle {
	font-size: 24px;
	margin-bottom: 3px;
}

.full-screen-intro .intro-subtitle::after {
	content: "";
	width: 54px;
	border-bottom: 4px solid #fff;
	display: block;
	padding-bottom: 11px;
}

.full-screen-intro .content-caption {
	height: 100%;
	overflow: hidden;
}

.title-search-page.intro-title {
	font-weight: 700;
	font-size: 60px;
	line-height: 84px;
	color: #333456;
}

.intro-description.description-search-page {
	color: #333456;
	font-weight: 700;
	font-size: 35px;
	line-height: 49px;
}

.intro-description.intro-colored-description {
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.intro-description.intro-colored-description.colored-description-search-page {
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	font-size: 35px;
	line-height: 49px;
}

.full-screen-intro .btn-md {
	padding: 13px 30px;
	font-size: 14px;
}

a.login-link.color-link.sticky-link {
	color: #333456;
	height: 25px;
	display: inline-block;
	margin-top: 5px;
	padding-left: 16px;
	padding-right: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

a.login-link.color-link.sticky-link:hover {
	color: #e6ae49;
}

.user-link {
	padding-left: 25px;
	padding-right: 20px;
	border-left: 1px solid #bebebe;
}

.footer {
	margin-top: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 10px;
}

.footer .logo-holder {
	max-width: 126px;
}

.footer .row-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .footer-links {
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer .footer-links li:not(:last-child) {
	margin-right: 60px;
}

.footer .footer-links a {
	color: inherit;
	text-decoration: none;
}

.footer .footer-links a:hover {
	text-decoration: underline;
}

.footer .footer-title {
	color: white;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
}

.footer .footer-subscribe {
	background-color: #113d44;
	padding: 0 0;
	height: 45px;
	width: 100%;
	border-radius: 3px;
	background: #113d44 url("../Content/Image/mail-icon.png") 17px 17px no-repeat;
	padding-left: 52px;
}

.footer .footer-subscribe input {
	background-color: #113d44;
	/*-webkit-touch-callout: none;  iOS Safari 
            -webkit-user-select: none;  Safari 
            -khtml-user-select: none;  Konqueror HTML 
            -moz-user-select: none;  Firefox 
            -ms-user-select: none;  Internet Explorer/Edge 
            user-select: none;  Non-prefixed version, currently supported by Chrome and Opera*/
	color: white;
	border: none;
	color: #ececec;
	font: 14.5px;
	font-weight: 500;
	outline: none;
	width: calc(100% - 124px);
	padding-right: 17px;
	padding-left: 0px;
	padding-top: 13px;
}

.footer .footer-subscribe input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ececec;
	font: 14.5px;
}

.footer .footer-subscribe input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ececec;
	font: 14.5px;
}

.footer .footer-subscribe input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ececec;
	font: 14.5px;
}

.footer .footer-subscribe input:-moz-placeholder {
	/* Firefox 18- */
	color: #ececec;
	font: 14.5px;
}

.footer .footer-subscribe-link {
	background-color: #d47e1d;
	color: white;
	text-align: center;
	padding: 10px 20px;
	height: 100%;
	width: 124px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
}

.footer .footer-subscribe button:not([disabled]):hover {
	background-color: #ab600b;
}

.footer .footer-label {
	font-size: 12px;
	font-weight: 600;
	color: #81878a;
}

.footer-social-links {
	/* margin-top: 21px; */
	margin-left: -5px;
}

.footer-social-links a {
	border-radius: 100%;
	display: inline-block;
	margin-left: 12px;
}

.footer-social-links a span {
	border-style: solid;
	width: 37px;
	text-align: center;
	height: 37px;
	border-radius: 50%;
	font-size: 20px;
	padding-top: 8px;
	border-width: 1px;
	color: white;
	padding: 0px;
	border-color: rgba(212, 126, 30, 0.4);
	margin: 4px;
}

.footer-social-links a span:hover {
	background-color: #eb7f23;
	border-color: #eb7f23;
}

.footer-social-links a span:before {
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	line-height: 35px;
}

.fa-social-header {
	border-style: solid;
	width: 24px;
	text-align: center;
	height: 24px;
	border-radius: 50%;
	font-size: 14px;
	border-width: 1px;
	color: #455a64;
	border-color: #bdbdbd;
	padding: 0px;
}

.fa-social-header:before {
	font-size: 13px;
	line-height: 22px;
}

.header-social-buttons {
	display: inline;
	margin-right: 16px;
}

.header-social-buttons a {
	display: inline-block;
	margin-left: 5px;
}

.fa-social-header:hover {
	color: #d47e1d;
	border-color: #d47e1d;
}

.fa-social-header:before {
	vertical-align: middle;
	line-height: 23px;
}

/* Sections styles*/

/* Videos section*/
.videos-section {
	padding-top: 30px;
}

.videos-section .underlined-title::before {
	width: 100%;
}

.videos-section #VideosSection,
.videos-section #VideosSection > div {
	max-height: 478px;
}

#VideosSection .video-items {
	overflow-x: hidden;
	overflow-y: scroll;
}

#VideosSection .video-items .show-more-video {
	display: block;
	text-align: center;
	background-color: #4e4d5b;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #fff;
	border-radius: 3px;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
}

#VideosSection .video-items::-webkit-scrollbar {
	margin-left: -30px;
	width: 10px;
	background-color: white;
}

#VideosSection .video-items::-webkit-scrollbar-track {
	background-color: white;
}

#VideosSection .video-items::-webkit-scrollbar-thumb {
	background-color: #ed7f00;
}

#VideosSection .video-items .item {
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}

#VideosSection .video-items .item .overcover {
	width: 720px;
	height: 720px;
	position: absolute;
	top: 0;
	left: 0;
}

#VideosSection .video-items .item .overcover:nth-child(1) {
	background-color: rgba(255, 0, 0, 0.5);
}

#VideosSection .video-items .item .overcover:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#VideosSection .video-items .item:last-child {
	margin-bottom: 0;
}

@media (max-width: 1200px) {
	.videos-section #VideosSection,
	.videos-section #VideosSection > div {
		max-height: 393px;
	}
}

@media (max-width: 992px) {
	.videos-section #VideosSection,
	.videos-section #VideosSection > div {
		max-height: 300px;
	}
}

@media (max-width: 768px) {
	.videos-section #VideosSection,
	.videos-section #VideosSection > div {
		max-height: 404px;
	}

	.videos-section #VideosSection {
		max-height: 800px;
	}

	#VideosSection .video-items {
		margin-top: 20px;
	}
}

/* Logos section */
.logos-section {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.logos-section .logo-wrp {
	min-height: 48px;
	width: 20%;
	float: left;
}

.logos-section .logo-wrp img {
	margin: auto;
}

.connect-vendors-section {
	background-image: url(../img/connect_vendors_background.jpg);
	height: 389px;
	font-size: larger;
	padding-top: 67px;
}

.connect-vendors-section .title {
	font-size: 36px;
	line-height: 50px;
}

.connect-vendors-section .text {
	font-size: 16px;
	margin-bottom: 31px;
}

.more-news {
	color: white !important;
}

.events-page-link {
	background-color: #fff !important;
	color: #333456 !important;
}

.more-news,
.connect-vendors-section .getstarted-button {
	line-height: 22px;
	height: 45px;
	background-color: #a51037;
	color: white;
	font-size: 14px;
	font-weight: 500;
	width: 170px;
}

.connect-vendors-section .getstarted-button:hover,
.more-news:hover {
	background-color: #740b27;
	color: white;
}

@media screen and (max-width: 768px) {
	.connect-vendors-section .title {
		font-size: 26px;
	}

	.connect-vendors-section {
		padding-top: 27px;
	}
}
/* Advertisement posts section (seven block) */
.adv-posts-section {
	border-top: 74px;
}

.adv-posts-section .adv-posts-events-block {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	list-style-type: none;
	max-height: 477px;
	height: 477px;
}

.adv-posts-events-block + .all-event-page-link {
	display: block;
	position: absolute;
	bottom: -1px;
	padding-top: 100px;
	text-transform: uppercase;
	left: 0;
	right: 0;
	font-weight: 400;
	color: #504b4b;
	text-align: center;
	z-index: 99;
	background: -moz-linear-gradient(top, rgba(243, 247, 250, 0) 0%, rgba(243, 247, 250, 0.43) 0%, rgba(243, 247, 250, 1) 67%, rgba(243, 247, 250, 1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(243, 247, 250, 0) 0%, rgba(243, 247, 250, 0.43) 0%, rgba(243, 247, 250, 1) 67%, rgba(243, 247, 250, 1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(243, 247, 250, 0) 0%, rgba(243, 247, 250, 0.43) 0%, rgba(243, 247, 250, 1) 67%, rgba(243, 247, 250, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f7fa', endColorstr='#f3f7fa',GradientType=0 ); /* IE6-9 */
}

.all-event-page-link::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(../img/arrow-right.png) no-repeat;
	margin-left: 15px;
	vertical-align: middle;
}

.adv-posts-events-block li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.adv-posts-events-block li .date {
	float: left;
	width: 35%;
	padding: 0 0 0 10px;
	color: #858181;
}

.adv-posts-events-block li .name {
	float: left;
	width: 65%;
	padding: 0 10px 0 0;
}

.adv-posts-events-title {
	font-weight: 900;
	font-size: 21px;
	color: #eb7f23;
	padding: 10px;
}

.adv-posts-section .embed-responsive > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.adv-post-overview {
	float: left;
	width: 32.65%;
	margin-right: 1%;
}

.adv-post-overview:last-child {
	margin-right: 0;
	position: relative;
}

.adv-post-overview > div {
	margin-bottom: 10px;
	background: #efefef;
}

.adv-post-overview > div:last-child {
	margin-bottom: 0;
}

.adv-post-overview .embed-responsive {
	padding-bottom: 70%;
}

.adv-post-overview .embed-responsive.default-image {
	background: url("/Content/Image/news-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.adv-post-overview .embed-responsive:last-child {
	margin-bottom: 0;
}

.adv-post-overview .embed-responsive > div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.adv-post-overview img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
}

.adv-post-overview .gradient {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ccfcfcf', endColorstr='#b3000000',GradientType=0 );
}

.adv-post-overview .adv-post-item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 15px;
}

.adv-post-overview.big .adv-post-item-info {
	padding: 30px;
}

.adv-post-overview .category {
	margin: 0;
	font-size: 12px;
	line-height: 1;
	top: 21px;
	left: 16px;
	position: absolute;
	font-weight: 400;
}

.adv-post-overview .category span {
	color: #fff;
	text-transform: uppercase;
	padding: 4px 8px;
	background-color: #147769;
	border-radius: 3px;
}

.adv-post-overview .adv-post-item-info .title {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
}

.adv-post-overview .adv-post-item-info .title span {
	color: #fff;
}

.adv-post-overview .adv-post-item-info .created {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.adv-post-overview .adv-post-item-info .created span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	white-space: nowrap;
}

.adv-post-overview.big {
	width: 66.3%;
	margin-right: 1%;
	margin-bottom: 0.8%;
}

.adv-post-overview.big .embed-responsive {
	padding-bottom: 70.5%;
}

.adv-post-overview.big .adv-post-item-info .title {
	font-size: 30px;
	line-height: 42px;
}

.adv-post-overview.big .adv-post-item-info .created {
	font-size: 12px;
	line-height: 1;
	margin-top: 18px;
}

.adv-post-overview.big .adv-post-item-info .created > span {
	margin-right: 30px;
}

.adv-post-overview.big .adv-post-item-info .created > span:last-child {
	margin-right: 0;
}

.adv-post-overview.big .adv-post-item-info .created > span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../Content/Image/vendor-user-icon.png") center center no-repeat;
	vertical-align: bottom;
	margin-right: 6px;
}

.adv-post-overview.big .adv-post-item-info .created > span.author::before {
	background-position: -1px 0;
}

.adv-post-overview.big .adv-post-item-info .created > span.date::before {
	background-position: -1px -34px;
}

.adv-post-overview.big .adv-post-item-info .created > span.readtime::before {
	background-position: 0 -60px;
}

.adv-posts-section .news-list {
	margin-top: 50px;
}

.adv-post-item .img-wrp {
	background-color: #fff;
	float: left;
	width: 210px;
	height: 147px;
	margin-right: 30px;
}

.adv-post-item .img-wrp img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.adv-post-item {
	margin-bottom: 50px;
}

.adv-post-item .embed-responsive {
	padding-bottom: 70%;
}

.adv-post-item .embed-responsive > div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.adv-post-item .category {
	position: absolute;
	top: 0;
	left: 0;
	margin: 9px;
	padding: 8px 10px;
	background-color: #147769;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	border-radius: 2px;
	line-height: 1;
}

.adv-post-item .category > span {
	color: #fff;
}

.adv-post-item .content {
	padding-left: 240px;
}

.adv-post-item .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.adv-post-item .created {
	color: #787878;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.adv-post-item .created > span {
	margin-right: 20px;
}

.adv-post-item .created > span:last-child {
	margin-right: 0;
}

.adv-post-item .created > span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
	vertical-align: bottom;
	margin-right: 6px;
	opacity: 0.5;
}

.adv-post-item .created > span.author::before {
	background-position: -1px 0;
}

.adv-post-item .created > span.date::before {
	background-position: -1px -34px;
}

.adv-post-item .created > span.readtime::before {
	background-position: 0 -62px;
}

.adv-post-item .text {
	color: #787878;
	font-size: 14px;
}

@media (max-width: 1201px) {
	.adv-posts-section .adv-posts-events-block {
		max-height: 383px;
	}
}

@media (max-width: 991px) {
	.adv-posts-section .adv-posts-events-block {
		max-height: 283px;
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	.adv-post-overview.big {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.adv-post-overview {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.adv-post-overview.big .embed-responsive {
		padding-bottom: 62.5%;
	}

	.login-link {
		margin-right: -5px;
		margin-top: 8px;
	}

	.adv-post-item .content {
		padding-left: 0px;
		padding-top: 240px;
	}

	.adv-post-item .img-wrp {
		width: 100%;
		min-height: 100%;
		height: unset;
	}
}

@media (max-width: 414px) {
	.adv-post-overview,
	.adv-post-overview.big {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.adv-post-overview .adv-post-item-info .title,
	.adv-post-overview.big .adv-post-item-info .title {
		font-size: 20px;
		line-height: 28px;
	}

	.adv-post-overview .category span {
		font-size: 14px;
	}

	.adv-post-overview.big .adv-post-item-info,
	.adv-post-overview .adv-post-item-info {
		padding: 18px 15px;
	}

	.adv-post-overview.big .embed-responsive {
		padding-bottom: 62.5%;
	}
}

/* Segments section */

.segments-section {
	background-color: #626875;
	font-weight: 500;
	padding-top: 74px;
	margin-top: 80px;
}

.segments-section .underlined-title {
	color: #fff;
}

.segments-section .underlined-title:before {
	border-color: #fff;
}

.segments-section .underlined-title {
	margin-bottom: 25px;
}

.segments-section .learn-more-link {
	color: #a51037;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.segments-section .learn-more-link:hover {
	color: #ef8b27;
}

.segments-section h3 {
	color: #fff !important;
}

.segments-section a {
	line-height: 20px;
	font-weight: 400;
	font-size: 21px;
	display: block;
	margin-bottom: 20px;
	color: #fff !important;
}

.segments-section a:hover {
	color: #ef8b27;
}

.segments-section .segments-cell {
	position: relative;
	padding-bottom: 30px;
}

.segments-section .container-text {
	margin-top: 4px;
	margin-bottom: 68px;
}

.segments-section .container-text p {
	color: #fff;
}

.segments-section .segments-row {
	margin-bottom: 70px;
}

.segments-section .img-col {
	position: absolute;
	left: 0;
	top: 10px;
}

.segments-section .img-col img {
	width: 45px;
	height: 45px;
}

.segments-section .description-col {
	padding-left: 68px;
	padding-right: 40px;
}

.segments-section .description-col * {
	color: #bbccd4;
}

.getstarted-button {
	height: 45px;
}

@media screen and (max-width: 991px) {
	.segments-section .segments-cell p {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.segments-section .segments-cell {
		padding-bottom: 30px;
	}
}

/* Events section */
.events-section {
	background-color: #626875;
	padding-top: 74px;
}

.events-section .underlined-title {
	color: #fff;
	margin-bottom: 47px;
}

.events-section .underlined-title::before {
	border-bottom-color: #fff;
	width: 100%;
}

.events-section p,
.events-section a {
	color: #fff;
}

.events-section a:hover {
	color: #f39835;
}

.events-section .event-item {
	position: relative;
	min-height: 220px;
	padding-right: 20px;
	padding-bottom: 24px;
	margin-left: 5px;
	position: relative;
}

.events-section .sponsored-event .event-date {
	margin-top: 30px;
}

.events-section .sponsored-event:before {
	content: "Sponsored Event";
	font-size: 16px;
	color: #f6a800;
	border-bottom: 2px solid #f6a800;
	padding-bottom: 10px;
	font-weight: bold;
}

.events-section .sponsored-event .event-date {
	margin-top: 30px;
}

.events-section .sponsored-event:before {
	content: "Sponsored Event";
	font-size: 16px;
	color: #f6a800;
	border-bottom: 2px solid #f6a800;
	padding-bottom: 10px;
	font-weight: bold;
}

.events-section .event-item.bordered {
	border-right: 1px solid #66777f;
}

.events-section .event-item-wrp:last-of-type .event-item.bordered {
	border-right: none;
}

.events-section .event-image {
	box-shadow: 0 5px 65px rgba(0, 0, 0, 0.29);
	max-width: 100%;
}

.events-section .event-date {
	font-style: italic;
	font-size: 16px;
	font-weight: 400;
}

.events-section .event-title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 23px;
	line-height: 1.3;
	word-wrap: break-word;
}

.events-section .event-description {
	color: #e4e4e4;
	font-weight: 400;
}

.events-section .event-list ul {
	column-count: 2;
	font-size: 16px;
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
}

.events-section .event-list ul li {
	padding-bottom: 8px;
}

.events-section .event-list ul li:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 19px;
	background: url("../img/arrow-list-item.png") no-repeat;
	margin-right: 14px;
	vertical-align: middle;
}

.events-section .event-view-more {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 0;
	bottom: 0;
}

.events-section .event-view-more::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(../img/arrow-right.png) no-repeat;
	margin-left: 15px;
	vertical-align: middle;
}

.events-section .sponsored-event {
	margin-bottom: 29px;
}

.events-section .sponsored-event span {
	font-size: 16px;
	font-weight: 400;
	color: #f6a800;
	padding-bottom: 13px;
	border-bottom: 2px solid #f6a800;
}

.events-section .main-event-item {
	margin-left: 0;
	padding-bottom: 44px;
}

.events-section .main-event-item .event-description * {
	color: #fff;
}

.events-section .main-event-item .event-date {
	font-size: 20px;
}

.events-section .main-event-item .event-title {
	font-size: 30px;
	margin-bottom: 30px;
}

.events-section .events-page-link {
	text-transform: uppercase;
	font-size: 14px;
	color: #333456;
	border-radius: 3px;
	padding: 11px 27px;
	font-weight: 500;
	min-width: 190px;
}

.events-section .events-page-link:hover {
	color: inherit;
}

@media screen and (max-width: 991px) {
	.events-section .event-list ul {
		column-count: 1;
	}

	.events-section .pr-0 {
		padding-right: 15px;
	}
}

@media screen and (max-width: 767px) {
	.events-section .event-item.bordered {
		border-right: none;
		border-bottom: 1px solid #66777f;
		margin-bottom: 10px;
	}

	.events-section .main-event-item .event-date {
		margin-top: 15px;
	}
}

/* News section */
.news-section {
	border-top: 74px;
}

.news-section .advert-block-homepage {
	float: right;
}

.news-section .table {
	margin: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.news-section .table > tbody > tr > td,
.news-section .table > tbody > tr > th,
.news-section .table > tfoot > tr > td,
.news-section .table > tfoot > tr > th,
.news-section .table > thead > tr > td,
.news-section .table > thead > tr > th {
	padding: 5px;
	border: none;
	vertical-align: top;
}

.news-section .embed-responsive > div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.news-overview {
	float: left;
	width: 25%;
	margin-right: 1%;
}

.news-overview:last-child {
	margin-right: 0;
}

.news-overview > div {
	margin-bottom: 4%;
	background: #efefef;
}

.news-overview > div:last-child {
	margin-bottom: 0;
}

.news-overview .embed-responsive {
	padding-bottom: 70%;
}

.news-overview .embed-responsive:last-child {
	margin-bottom: 0;
}

.news-overview .embed-responsive > div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.news-overview img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
}

.news-overview .gradient {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ccfcfcf', endColorstr='#b3000000',GradientType=0 );
}

.news-overview .news-item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 18px 15px;
}

.news-overview.big .news-item-info {
	padding: 30px;
}

.news-overview .category {
	margin: 0;
	font-size: 12px;
	line-height: 1;
	top: 21px;
	left: 16px;
	position: absolute;
	font-weight: 400;
}

.news-overview .category span {
	color: #fff;
	text-transform: uppercase;
	padding: 4px 8px;
	background-color: #ed7f01;
	border-radius: 3px;
}

.news-overview .news-item-info .title {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
}

.news-overview .news-item-info .title span {
	color: #fff;
}

.news-overview .news-item-info .created {
	margin: 0;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
}

.news-overview .news-item-info .created span {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	white-space: nowrap;
}

.news-overview.big {
	width: 48%;
	margin-right: 1%;
}

.news-overview.big .embed-responsive {
	padding-bottom: 75%;
}

.news-overview.big .category {
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}

.news-overview.big .news-item-info .title {
	font-size: 30px;
	line-height: 42px;
}

.news-overview.big .news-item-info .created {
	font-size: 12px;
	line-height: 1;
	margin-top: 18px;
}

.news-overview.big .news-item-info .created > span {
	margin-right: 30px;
}

.news-overview.big .news-item-info .created > span:last-child {
	margin-right: 0;
}

.news-overview.big .news-item-info .created > span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../Content/Image/vendor-user-icon.png") center center no-repeat;
	vertical-align: bottom;
	margin-right: 6px;
}

.news-overview.big .news-item-info .created > span.author::before {
	background-position: -1px 0;
}

.news-overview.big .news-item-info .created > span.date::before {
	background-position: -1px -34px;
}

.news-overview.big .news-item-info .created > span.readtime::before {
	background-position: 0 -60px;
}

.news-page {
	background-color: #f7f5f4;
}

.news-section .news-list {
	margin-top: 50px;
}

.news-item .img-wrp {
	background-color: #fff;
	float: left;
	width: 210px;
	height: 147px;
	margin-right: 30px;
}

.news-item .img-wrp img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.news-item {
	margin-bottom: 50px;
}

.news-item .embed-responsive {
	padding-bottom: 70%;
}

.news-item .embed-responsive > div {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.news-item .category {
	position: absolute;
	top: 0;
	left: 0;
	margin: 9px;
	padding: 8px 10px;
	background-color: #ed7f01;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	border-radius: 2px;
	line-height: 1;
}

.news-item .category > span {
	color: #fff;
}

.news-item .content {
	padding-left: 240px;
}

.news-item .title {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.news-item .created {
	color: #787878;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
}

.news-item .created > span {
	margin-right: 20px;
}

.news-item .created > span:last-child {
	margin-right: 0;
}

.news-item .created > span::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url("../../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
	vertical-align: bottom;
	margin-right: 6px;
	opacity: 0.5;
}

.news-item .created > span.author::before {
	background-position: -1px 0;
}

.news-item .created > span.date::before {
	background-position: -1px -34px;
}

.news-item .created > span.readtime::before {
	background-position: 0 -62px;
}

.news-item .text {
	color: #787878;
	font-size: 14px;
}

@media (max-width: 767px) {
	.news-overview.big {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.news-overview {
		width: calc(50% - 5px);
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.news-overview.big .embed-responsive {
		padding-bottom: 62.5%;
	}

	.login-link {
		margin-right: -5px;
		margin-top: 8px;
	}

	.news-item .content {
		padding-left: 0px;
		padding-top: 240px;
	}

	.news-item .img-wrp {
		width: 100%;
		min-height: 100%;
		height: unset;
	}
}

@media (max-width: 414px) {
	.news-overview,
	.news-overview.big {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.news-overview .news-item-info .title,
	.news-overview.big .news-item-info .title {
		font-size: 20px;
		line-height: 28px;
	}

	.news-overview .category span,
	.news-overview.big .category span {
		font-size: 14px;
	}

	.news-overview.big .news-item-info,
	.news-overview .news-item-info {
		padding: 18px 15px;
	}

	.news-overview.big .embed-responsive {
		padding-bottom: 62.5%;
	}
}
/* IT-Konkret section */

.itkonkret-section {
	background-color: #272727;
	border-top: 74px;
	margin-top: 80px;
}

.itkonkret-section .underlined-title {
	color: #fff;
}

.itkonkret-section .underlined-title::before {
	border-bottom: 2px solid #147769;
}

.itkonkret-section .itkonkret-logo {
	width: 263px;
	height: 84px;
	margin-top: -15px;
	background: url("../img/it-konkret-logo.png");
}

.itkonkret-section .post-item {
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	margin-right: 16px;
	margin-left: 16px;
}

.itkonkret-section .owl-item {
	opacity: 0.4;
	transition: opacity 0.2s;
	overflow: hidden;
}

@media (max-width: 1169px) {
	.itkonkret-section .owl-item.active {
		opacity: 1;
	}

	.itkonkret-section .owl-item.active + .owl-item.active {
		opacity: 0.4;
	}
}

@media (min-width: 1170px) {
	.itkonkret-section .owl-item.active + .owl-item.active {
		opacity: 1;
	}

	.itkonkret-section .owl-item.active + .owl-item.active + .owl-item.active {
		opacity: 0.4;
	}
}

@media (max-width: 728px) {
	.itkonkret-section .underlined-title {
		margin-bottom: 40px;
	}

	.itkonkret-section .itkonkret-logo {
		margin-left: auto;
		margin-right: 30%;
		position: relative;
	}
}

@media (max-width: 600px) {
	.itkonkret-section .underlined-title {
		font-size: 26px;
	}

	.itkonkret-section .itkonkret-logo {
		margin-right: 10%;
	}
}

.itkonkret-section .post-content {
	padding: 30px 40px;
}

.itkonkret-section .post-date {
	color: #5f666a;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.itkonkret-section .post-title {
	color: #373c4d;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 18px;
}

.itkonkret-section .post-text {
	color: #7a7c81;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 0;
}

.itkonkret-section .post-img {
	padding-top: 65%;
	height: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.itkonkret-section .post-img img {
	max-width: 101%;
	max-height: 101%;
	width: 101%;
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -51%);
}

.itkonkret-section .itkonkret-section-footer {
	border-top: 1px solid #147769;
	padding-top: 25px;
}

.itkonkret-section .itkonkret-section-footer a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
}

.itkonkret-section .itkonkret-section-footer a:hover {
	color: #ed7f01;
}

.itkonkret-section .owl-nav {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1;
}

.itkonkret-section .owl-prev,
.itkonkret-section .owl-next {
	display: inline-block;
	margin: 0 16px;
}

.itkonkret-section .slider-left,
.itkonkret-section .slider-right {
	display: inline-block;
	width: 24px;
	height: 19px;
	background: url("../img/slider-buttons.png");
}

.itkonkret-section .slider-right {
	background-position: 100% 0;
}

.itkonkret-section .slider-left:hover {
	background-position: 0 50%;
}

.itkonkret-section .slider-right:hover {
	background-position: 100% 50%;
}

/* Business section */

.business-section {
	background-color: #fefefe;
	background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%);
	font-weight: 500;
	padding-top: 76px;
	padding-bottom: 88px;
}

.business-section .row.inner-row {
	margin-right: 0;
	margin-left: 0;
}

.business-section .section-header {
	margin-bottom: 28px;
}

.business-section .logo {
	padding-top: 45px;
	padding-bottom: 32px;
}

.business-section .business-section-item {
	height: 365px;
	padding-left: 70px;
	padding-right: 70px;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.business-section a:link,
.business-section a:visited {
	text-decoration: none;
}

.business-section .business-section-item h2 {
	color: #ffffff;
	font-size: 34px;
	font-weight: 400;
	text-align: center;
}

.business-section .business-section-item p {
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

.business-section .business-section-item:nth-child(2) h2,
.business-section .business-section-item:nth-child(2) p,
.business-section .business-section-item:nth-child(3) h2,
.business-section .business-section-item:nth-child(3) p {
	color: #000;
}

@media screen and (max-width: 991px) {
	.business-section .business-section-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.business-section .business-section-item {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.news-overview .news-item-info .title {
		font-size: 18px;
		line-height: 21px;
	}

	.news-overview.big .news-item-info .title {
		font-size: 26px;
		line-height: 30px;
	}
}

@media screen and (max-width: 991px) {
	.business-section {
		padding-bottom: 0px;
	}

	.news-section .advert-block-homepage {
		float: none;
	}

	.business-section .business-section-item {
		height: 335px;
	}
}
/* Statistics section */
.statistics-section {
	background-color: #f4f7fa;
}

.statistics-section .divider-line {
	background: linear-gradient(to right, rgba(243, 245, 248, 1) 0%, rgba(233, 236, 239, 1) 25%, rgba(233, 236, 239, 1) 75%, rgba(243, 245, 248, 1) 100%);
	height: 1px;
	clear: both;
}

.statistics-section h1 {
	font-size: 48px;
	color: #5f666a;
	font-weight: 400;
	margin-bottom: 8px;
}

.statistics-section h2 {
	font-size: 18px;
	font-weight: 400;
	color: #5f666a;
	line-height: 1.3;
	margin-bottom: 0;
}

.statistics-section .statistics-cell {
	line-height: 200px;
	max-width: 260px;
	margin: auto;
}

.statistics-section .experience,
.statistics-section .all-posts,
.statistics-section .references,
.statistics-section .testimonials,
.statistics-section .products,
.statistics-section .vendors {
	border-color: #e1e4e7;
	border-right-style: solid;
	border-width: 1px;
}

.statistics-section .img-col {
	width: 120px;
	float: left;
	height: 100%;
	text-align: left;
}

.statistics-section .img-col img {
	width: 68px;
}

.statistics-section .description-col {
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 120px);
}

.statistics-section .description-col h1,
h2 {
	text-align: left;
}

@media (max-width: 991px) {
	.statistics-section .all-posts,
	.statistics-section .testimonials,
	.statistics-section .vendors {
		border-color: transparent;
	}
}

@media (min-width: 991px) {
	.statistics-section .references,
	.statistics-section .vendors {
		border-color: transparent;
	}
}

@media (max-width: 767px) {
	.statistics-section h1 {
		font-size: 34px;
	}

	.statistics-section h2 {
		font-size: 15px;
	}

	.business-section .business-section-item {
		height: 100%;
	}
}

@media (max-width: 420px) {
	.statistics-section .img-col {
		width: 50px;
	}

	.statistics-section .description-col {
		width: calc(100% - 50px);
		padding-left: 6px;
	}

	.statistics-section .img-col img {
		width: 50px;
	}
}

.partners-section {
	background-color: #ffffff;
	padding-top: 74px;
	padding-bottom: 100px;
}

.partners-section img {
	word-wrap: break-word;
}

.partners-section .empty-row:last-child {
	display: none;
}

/*  Common styles */
.underlined-title {
	font-size: 36px;
	font-weight: 500;
	font-style: normal;
	position: relative;
	color: #333456;
	padding-bottom: 10px;
	display: inline-block;
}

.underlined-title::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	bottom: 0;
	border-bottom: 2px solid #eb7f23;
}

.it-concrete-link {
	text-decoration: none;
	color: white;
}

.it-concrete-link:visited,
.it-concrete-link:link {
	color: white;
}

.it-concrete-link:hover {
	color: #eb7f23;
}

/* homepage search */
.search-type-dropdown > li > a {
	text-transform: uppercase;
	height: 40px;
	padding: 10px 20px;
	color: #8d8d8d;
}

.search-type-dropdown > li > a:before {
	background-image: url("/Content/Image/search-dropdown.png");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 21px;
	width: 22px;
	background-position-x: 1px;
	margin-bottom: -6px;
	margin-right: 10px;
}

.search-type-dropdown > li:hover > a:before {
	background-position-x: -20px;
}

.search-type-product:before {
	background-position-y: -41px;
}

.search-type-vendor:before {
	background-position-y: -20px;
}

.search-type-events:before {
	background-position-y: -62px;
}

.search-type-news:before {
	background-position-y: -84px;
}

.dropdown-menu > li > a:hover {
	background-color: #eff4fa;
	color: #d47e1d;
}

.search-results-container .blog-list-section .blog-post-item {
	padding-top: 50px;
	padding-bottom: 30px;
	margin-bottom: 0;
	border-bottom: 1px solid #c9dbee;
}

.future-events {
	margin-top: 25px;
}

.search-results-container .blog-list-section .underlined-title {
	margin-bottom: -10px;
}

.search-results-container .blog-post-item .title a {
	display: inline-block;
}

.search-results-container .show-more-results {
	font-weight: bold;
	display: inline-block;
	margin: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.search-results-it-konkret .blog-list-section .blog-post-item .category {
	background-color: #147769;
}

.search-results-it-konkret a:hover {
	color: #147769;
}

.search-results-it-konkret .underlined-title::before {
	border-bottom: 2px solid #147769;
}

.search-results-consulting .blog-list-section .blog-post-item .category {
	background-color: #1d89d4;
}

.search-results-consulting a:hover {
	color: #1d89d4;
}

.search-results-consulting .underlined-title::before {
	border-bottom: 2px solid #1d89d4;
}

.search-button .in-progress::before {
	background-image: url("/Content/Image/Rolling-1s-200px.gif");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: 3px;
	left: -5px;
}

.item-list::after {
	border-bottom: 1px solid #c9dbee;
	content: "";
	margin: 0 15px;
	display: block;
}

.item-list.item-count-1::after,
.item-list.item-count-2::after,
.item-list.item-count-3::after {
	display: none;
}

.search-results-events-section .event-item {
	border-bottom: 1px solid #c9dbee;
	padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
}

.search-results-container .item-3,
.search-results-container .item-4,
.search-results-container .item-5 {
	border-bottom: none;
	margin-bottom: 0;
}

.product-item {
	padding: 20px 0;
	border-bottom: 1px solid #333456;
}

.product-title {
	text-overflow: ellipsis;
	overflow: hidden;
}

.vendor-address {
	color: #9e9e9e;
	font-size: 12px;
	word-wrap: break-word;
}

.vendor-address + .new-vendor-logo {
	margin-top: 15px;
	display: inline-block;
}

.vendor-address a {
	color: #9e9e9e;
}

.vendor-address a:hover {
	color: #ed7f01;
}

.new-vendor-img {
	max-height: 25px;
	max-width: 130px;
}

.img-wrp .product-img {
	margin-bottom: 20px;
	max-height: 40px;
	max-width: 140px;
}

p {
	word-wrap: break-word;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.product-item .img-wrp {
		width: 100%;
		height: 100%;
	}
}

.event-item.item-3,
.event-item.item-4,
.event-item.item-5 {
	padding-top: 50px;
}

.search-results-events-section .event-date {
	float: left;
}

.search-results-events-section .event-date-title {
	white-space: nowrap;
}

.search-results-events-section .event-1-level-name {
	color: #787878;
	font-size: 13px;
	display: inline-block;
}

.search-results-events-section .event-date::before {
	background-position: -1px -34px;
}

.search-results-events-section .event-date::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 20px;
	background: url(../../Content/Image/vendor-user-icon-inverse.png) center center no-repeat;
	vertical-align: bottom;
	margin-right: 6px;
	position: relative;
	opacity: 0.5;
	top: -3px;
}

.search-results-events-section .event-name {
	color: #333456;
	font-size: 16px;
	font-weight: bold;
	max-height: 65px;
	overflow: hidden;
	white-space: normal;
	padding-left: 30px;
	display: block;
}

.search-results-events-section .event-name:hover {
	color: #ed7f01;
}

.search-results-events-section .event-description {
	color: #333456;
	font-size: 14px;
}

.search-results-container,
.search-results-container .blog-list-section {
	background: #fff;
	background-color: #fff;
}

.search-results-container .nothing-found {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

.search-input {
	position: relative;
}

.search-input input + .empty-query {
	display: none;
	color: #d7d7d7;
	position: relative;
	top: -7px;
}

.empty-query-error .search-input input + .empty-query {
	display: initial;
}

.events-dropdown {
	position: relative;
	top: 25px;
	float: right;
}

.events-dropdown .btn .caret {
	margin-left: 8px;
}

.events-dropdown .btn,
.events-dropdown .btn:hover,
.events-dropdown .btn:active,
.events-dropdown .btn:focus {
	background-color: transparent !important;
	outline: none;
	border-color: transparent !important;
	font-size: 11px;
	color: #d47e1d;
	text-transform: uppercase;
	min-width: 175px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.full-screen-intro .search-wrapper {
		margin-top: 0;
	}

	.full-screen-intro .search-panel .search-dropdown.dropdown {
		float: none;
	}

	.full-screen-intro .search-wrapper .search-dropdown button {
		width: 100%;
		position: relative;
		top: -10px;
		border-radius: 3px 3px 3px 3px;
	}

	.empty-query-error > .search-dropdown,
	.empty-query-error > .search-input {
		position: relative;
		top: -20px;
	}

	.events-dropdown {
		float: left;
	}

	.events-dropdown > .btn {
		padding-left: 0;
		text-align: left;
	}
}

@media screen and (max-width: 991px) {
	.search-results-container .item-3.product-item,
	.search-results-container .item-4.product-item,
	.search-results-container .item-5.product-item,
	.search-results-container .item-3.event-item,
	.search-results-container .item-4.event-item,
	.search-results-container .item-5.event-item {
		border-bottom: 1px solid #c9dbee;
	}

	.item-list::after {
		border-bottom: none;
	}

	.item-list .item-0,
	.item-list .item-1,
	.item-list .item-2,
	.item-list .item-3,
	.item-list .item-4,
	.item-list .item-5 {
		padding-top: 25px;
		margin-bottom: 0;
		padding-bottom: 15px;
	}
}

.popular-tags-section {
	margin-top: 39px;
	letter-spacing: 0;
}

.featured-program-section {
	margin-top: 65px;
	letter-spacing: 0;
}

.home-page-popular-tags {
	font-weight: 700;
	display: flex;
	justify-content: center;
	gap: 16px 16px;
	flex-wrap: wrap;
	width: 95%;
	font-size: 43px;
	line-height: 60px;
	text-align: center;
	color: #333456;
	margin-top: 15px;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.home-page-popular-tags .popular-tags {
	border-radius: 999px;
	color: white;
	font-size: 18px;
	min-height: 60px;
}

.profile-tags {
	display: flex;
	gap: 8px;
	margin-top: 5px;
	flex-wrap: wrap;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
}

.popular-tags {
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	padding: 10px 25px;
	border-radius: 999px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	min-height: 50px;
}

.profile-tag {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: initial;
	background: #ffffff;
	color: #333456;
	border: 1px solid #dddddd;
	padding: 8px 24px;
	border-radius: 999px;
	letter-spacing: 0;
	min-height: 38px;
	display: flex;
	align-items: center;
}

.profile-tag.active {
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	color: #ffffff;
}

.container-center.title-useful-article-page {
	margin-top: 30px;
	margin-bottom: 50px;
	font-weight: 700;
	font-size: 35px;
	line-height: 43px;
}

.platfotm-facts {
	display: flex;
	gap: 65px;
	margin-top: 5px;
}

.home-page-section {
	display: flex;
	gap: 30px;
	position: relative;
	width: 100%;
	text-align: start;
}

.best-programs {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.students-card-section {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -82px;
	right: 5px;
	gap: 15px;
}

.first-student {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.students-image-container {
	min-height: 271px;
	min-width: 271px;
	position: relative;
}

.students-image-container > img {
	border-radius: 50%;
}

.first-student > div {
	color: #ffffff;
}

.first-student > .students-image-container {
	height: 320px;
	width: 320px;
}

.first-student > .students-image-container > .students-image {
	height: 320px;
	width: 320px;
}

.best-programs-title {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin-top: 25px;
	letter-spacing: 0;
	max-width: 200px;
}

.best-programs-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #333456;
	letter-spacing: 0;
}

.students-image-container.first-container {
	height: 370px;
	width: 370px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-featured-program {
	background: #ffffff;
	display: flex;
	margin-top: 35px;
	border-radius: 10px;
}

.block-featured-program .block-featured-program-info {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.image-program {
	width: 280px;
	max-height: 320px;
	padding: 5px;
	position: relative;
	flex-shrink: 0;
}

.block-featured-program .btns-holder {
	display: flex;
	align-items: center;
}

.featured-program-left-panel > div {
	padding-right: 30px;
}

.wrapper-program {
	display: flex;
	border-bottom: 1px solid #f7f5f4;
	flex: 1;
}

.image-program {
	margin-right: 28px;
}

.application-wrapper {
	display: flex;
	justify-content: space-between;
}

.program-info-block > p {
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 21px;
}

.program-info-block {
	word-break: break-word;
}

.view-all-program-homepage {
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	border-radius: 10px;
	height: 100px;
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 45px 50px 50px;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
}

.show-count-programs {
	display: flex;
	gap: 10px;
	align-items: center;
}

.count-button {
	background: #ffffff;
	color: red;
	font-size: 14px;
	padding: 3px 10px;
	height: 26px;
	line-height: 20px;
	border-radius: 999px;
	margin-top: 2px;
}

.useful-section {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 180px;
	overflow: auto;
	white-space: nowrap;
	padding-bottom: 15px;
}

.useful-item {
	width: 100%;
	background: #ffffff;
	border-radius: 10px;
	position: relative;
}

.useful-date {
	font-weight: 500;
	color: #333456;
	font-style: normal;
	font-size: 14px;
	line-height: 1.1;
}

.useful-link {
	color: #333456;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.useful-container {
	padding: 30px 0 20px 0;
}

.sp-search-panel .search-panel-input {
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	padding-left: 0;
	color: #333456;
	opacity: 1;
	border: none;
	height: 30px;
}

.sp-search-panel .btn {
	z-index: 999;
	border-radius: 999px;
	line-height: 20px;
	padding: 10px 60px;
	height: 52px;
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
}

.search-panel-input-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #333456;
	border: none;
}

.featured-program-left-panel {
	width: 75%;
	padding: 30px 0 15px 0;
}

.date-section-wrap-homepage {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.white-block {
	position: absolute;
	top: 173px;
	height: 10px;
	width: 100%;
	background: #ffffff;
}

.useful-title {
	padding: 15px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	font-weight: 700;
	font-size: 20px;
	height: 73px;
	margin-bottom: 25px;
	line-height: 30px;
	white-space: normal;
}

.full-screen-intro .intro-title {
	font-weight: 700;
	line-height: 73px;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 60px;
	z-index: 99;
}

.intro-description-block .intro-description {
	margin-right: 5px;
}

.intro-description {
	font-weight: 700;
	font-size: 31px;
	line-height: 43px;
	color: #ffffff;
	padding: 0;
	padding-top: 12px;
	letter-spacing: 0;
}

.container.home-page-image-section {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	padding-top: 203px;
	padding-left: 15px;
	padding-right: 15px;
}

.students-image-container {
	min-height: 215px;
	min-width: 215px;
	position: relative;
}

.intro-icon {
	position: absolute;
	top: 35%;
	left: 56%;
	width: 69.07px;
	height: 64.64px;
	animation-name: intro-star-circle;
	animation-duration: 12s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.first-student-image {
	border: 35px solid #383874;
}

.first-student-text {
	display: flex;
	flex-direction: column;
	text-align: end;
	justify-content: flex-end;
	position: absolute;
	background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
	bottom: -20px;
	right: -135px;
	width: 300px;
	height: 120px;
	border-radius: 10px;
	z-index: -1;
}

.first-student-info {
	color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	padding: 0px 28px 0px 150px;
	letter-spacing: 0;
}

.first-student-name {
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	padding: 14px 25px 22px 0;
	letter-spacing: 0;
}

.students-image {
	border-radius: 50%;
	width: 215px;
	height: 215px;
	object-fit: cover;
}

.full-screen-intro .search-panel {
	display: flex;
	justify-content: center;
	transform: translateY(50%);
}

.sp-search-panel {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #dddddd;
	padding: 0 30px;
	height: 100px;
	z-index: 9;
	background: #ffffff;
	border-radius: 999px;
	top: 0;
	max-width: 1000px;
	width: 100%;
}

.sp-search-panel .icon-holder {
	flex-shrink: 0;
	margin-right: 30px;
}

.sp-search-panel .search-panel-input-wrapper {
	flex: 1;
}

.sp-search-panel .search-panel-input {
	border-radius: 0;
}

.container-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-weight: 700;
	font-size: 43px;
	line-height: 60px;
	text-align: center;
	color: #333456;
}

.platform-facts-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #333456;
	width: 49%;
	padding-top: 65px;
	letter-spacing: 0;
}

.first-student-main-text {
	position: absolute;
	width: 350px;
	height: 350px;
	display: flex;
	animation-name: text-circle;
	animation-duration: 33s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.first-student-main-text-background {
	position: absolute;
	top: 27px;
	background: #383874;
	height: 320px;
	width: 320px;
	border-radius: 50%;
}

.featured-program-right-panel {
	border-left: 1px solid #f7f5f4;
	padding: 25px 5px 15px 15px;
}

.featured-program-right-panel .competitiveness-holder {
	display: flex;
	align-items: center;
}

.featured-program-right-panel.featured-program-right-panel-homepage {
	width: 31%;
	border-left: 1px solid #f7f5f4;
	padding: 25px 5px 15px 15px;
}

.application-block {
	padding: 16px 12px 18px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.useful-info {
	padding: 0 30px 30px 30px;
}

.useful-info.useful-info-help-page {
	margin-top: 5px;
}

.first-student-image.student-1 {
	animation-name: student-1-animation;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.students-image-container.student-2 {
	animation-name: student-2-animation;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.students-image-container.student-3 {
	animation-name: student-3-animation;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.first-student-text.student-1 {
	color: #ffffff;
	animation-name: student-1-text-animation;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.first-student-text.student-2 {
	color: #ffffff !important;
	left: 205px;
	animation-name: student-2-text-animation;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.first-student-text.student-3 {
	color: #ffffff;
	left: 250px;
	animation-name: student-3-text-animation;
	animation-duration: 7s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
}

.program-info-block.program-info-block-search {
	max-height: 70px;
}

@media (max-width: 1280px) {
	.intro-description {
		font-size: 20px;
	}
}

@media (min-width: 1281px) {
	.intro-description {
		font-size: 27px;
	}
}

.full-screen-intro .intro-title {
	font-size: 44px;
}

@media (min-width: 1281px) {
	.full-screen-intro .intro-title {
		font-size: 54px;
	}
}

@media (max-width: 1279px) {
	.intro-description {
		font-weight: 700;
		line-height: 43px;
		color: #ffffff;
		padding: 0;
		padding-top: 12px;
		letter-spacing: 0;
	}

	.full-screen-intro .intro-title {
		font-weight: 700;
		line-height: 73px;
		letter-spacing: 0;
		margin: 0;
		margin-bottom: 10px;
		color: #ffffff;
		z-index: 99;
	}

	.program-info-block {
		padding-top: 17px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		max-height: 80px;
	}
}

@media (max-width: 1100px) {
	.home-page-item {
		width: 40%;
		position: relative;
	}
}

@media (min-width: 1101px) {
	.home-page-item {
		width: 40%;
		position: relative;
	}
}

@media (min-width: 1280px) {
	.intro-icon {
		left: 48%;
	}

	.program-info-block {
		padding-top: 17px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 3;
		max-height: 78px;
	}
}

@media (min-width: 1281px) {
	.intro-icon {
		left: 61%;
	}

	.title-search-page.intro-title {
		font-size: 69px;
	}
}

@media (min-width: 1440px) {
	.home-page-item {
		width: 50%;
		position: relative;
	}

	.intro-icon {
		top: 35%;
		left: 42%;
	}
}

@media (min-width: 1919px) {
	.first-student-text.student-1 {
		color: #ffffff;
		animation-name: student-1-text-animation-1919;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.first-student-text.student-2 {
		color: #ffffff;
		left: 250px;
		animation-name: student-2-text-animation-1919;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.first-student-text.student-3 {
		color: #ffffff;
		left: 250px;
		animation-name: student-3-text-animation-1919;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.first-student-image.student-1 {
		animation-name: student-1-animation-1919;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.students-image-container.student-2 {
		animation-name: student-2-animation-1919;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.students-image-container.student-3 {
		animation-name: student-3-animation-1919;
		animation-duration: 10s;
		animation-fill-mode: forwards;
		animation-iteration-count: infinite;
	}

	.featured-program-right-panel.featured-program-right-panel-homepage {
		width: 30%;
		border-left: 1px solid #f7f5f4;
		padding: 35px 30px 30px 30px;
	}

	.featured-program-right-panel {
		width: 33%;
		border-left: 1px solid #f7f5f4;
		padding: 35px 30px 30px 30px;
	}

	.first-student-main-text {
		position: absolute;
		width: 420px;
		height: 420px;
		display: flex;
	}

	.first-student-main-text-background {
		position: absolute;
		top: 29px;
		background: #383874;
		height: 390px;
		width: 390px;
		border-radius: 50%;
	}

	.platform-facts-title {
		font-weight: 600;
		font-size: 24px;
		line-height: 34px;
		text-align: center;
		color: #333456;
		width: 35%;
		padding-top: 65px;
		letter-spacing: 0;
	}

	.container-center {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
		font-weight: 700;
		font-size: 43px;
		line-height: 60px;
		text-align: center;
		color: #333456;
	}

	.sp-search-panel {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 2px solid #dddddd;
		height: 100px;
		z-index: 9;
		background: #ffffff;
		border-radius: 999px;
		top: 0;
		width: 60%;
		max-width: 1000px;
		min-width: 1000px !important;
	}

	.students-image {
		border-radius: 50%;
		width: 271px;
		height: 271px;
		object-fit: cover;
	}

	.first-student-name {
		font-weight: 600;
		font-size: 28px;
		line-height: 34px;
		padding: 15px 25px 30px 0;
		letter-spacing: 0;
	}

	.first-student-info {
		color: #ffffff;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		padding: 0 25px 0 200px;
		letter-spacing: 0;
	}

	.first-student-text {
		display: flex;
		flex-direction: column;
		text-align: end;
		justify-content: flex-end;
		position: absolute;
		background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
		bottom: -35px;
		right: -175px;
		width: 375px;
		height: 150px;
		border-radius: 10px;
		z-index: -1;
	}

	.first-student-image {
		border: 40px solid #383874;
	}

	.intro-icon {
		position: absolute;
		top: 40%;
		left: 55%;
		width: 94.97px;
		height: 88.88px;
	}

	.container.home-page-image-section {
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
		padding-top: 240px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.intro-description {
		font-weight: 700;
		font-size: 42px;
		line-height: 59px;
		color: #ffffff;
		padding: 0;
		padding-top: 20px;
		letter-spacing: 0;
	}

	.full-screen-intro .intro-title {
		font-weight: 700;
		line-height: 101px !important;
		letter-spacing: 0;
		margin: 0;
		margin-bottom: 10px;
		color: #ffffff;
		font-size: 83px;
		line-height: 98px;
		z-index: 99;
	}

	.useful-title {
		padding: 15px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		font-weight: 700;
		font-size: 20px;
		height: 70px;
		margin-bottom: 25px;
		line-height: 30px;
	}

	.white-block {
		position: absolute;
		top: 250px;
		height: 10px;
		width: 100%;
		background: #ffffff;
	}

	.date-section-wrap-homepage {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.featured-program-left-panel {
		width: 92%;
		padding: 30px 0 15px 0;
	}

	.search-panel-input-title {
		font-weight: 600;
		font-size: 24px;
		line-height: 29px;
		border: 0;
		color: #333456;
		letter-spacing: 0;
	}

	.full-screen-intro .intro-title {
		font-style: normal;
		font-weight: 700;
		line-height: 101px !important;
		letter-spacing: 0;
		margin: 0;
		margin-bottom: 10px;
		color: #ffffff;
		font-size: 83px;
		line-height: 98px;
		z-index: 99;
	}

	.students-card-section {
		display: flex;
		justify-content: space-between;
		position: absolute;
		top: -65px;
		right: -250px;
		gap: 15px;
	}

	.students-image-container {
		height: 271px;
		width: 271px;
		position: relative;
	}

	.students-image {
		border-radius: 50%;
		width: 271px;
		height: 271px;
		object-fit: cover;
	}

	.first-student > .students-image-container > .students-image {
		height: 385px;
		width: 385px;
	}

	.students-image-container.first-container {
		height: 450px;
		width: 450px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.home-page-item {
		width: 50%;
		position: relative;
	}
}

@keyframes student-1-text-animation {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes student-2-text-animation {
	0% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes student-3-text-animation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes student-1-animation {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		border-color: transparent;
	}

	40% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		border-color: transparent;
	}

	50% {
		transform: translate(103%, -20%) scale(0.9);
		opacity: 1;
		border-color: transparent;
	}

	90% {
		transform: translate(103%, -20%) scale(0.9);
		opacity: 1;
		border-color: transparent;
	}

	100% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		border-color: transparent;
	}
}

@keyframes student-2-animation {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	40% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	50% {
		transform: translate(-150%, 21%) scale(1.15);
		opacity: 1;
	}

	90% {
		transform: translate(-150%, 21%) scale(1.15);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}
}

@keyframes student-3-animation {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	20% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	30% {
		transform: translate(-110%, 0) scale(1);
		opacity: 1;
	}

	55% {
		transform: translate(-110%, 0) scale(1);
		opacity: 1;
	}

	65% {
		transform: translate(-256%, 28%) scale(1.15);
		opacity: 1;
	}

	90% {
		transform: translate(-256%, 28%) scale(1.15);
		opacity: 1;
	}

	95% {
		transform: translate(-256%, 28%) scale(1.15);
		opacity: 0;
	}

	99% {
		transform: translate(0, 0) scale(1);
		opacity: 0;
	}

	100% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}
}

@keyframes text-circle {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(-360deg);
	}
}

@keyframes intro-star-circle {
	0% {
		transform: rotate(0);
	}

	25% {
		transform: rotate(90deg) scale(0.6);
	}

	50% {
		transform: rotate(180deg) scale(1);
	}

	75% {
		transform: rotate(270deg) scale(0.6);
	}

	100% {
		transform: rotate(360deg) scale(1);
	}
}

@keyframes student-1-text-animation-1919 {
	0% {
		opacity: 1;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes student-2-text-animation-1919 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	55% {
		opacity: 1;
	}

	65% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes student-3-text-animation-1919 {
	0% {
		opacity: 0;
	}

	55% {
		opacity: 0;
	}

	65% {
		opacity: 1;
	}

	80% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes student-1-animation-1919 {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		border-color: transparent;
	}

	20% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		border-color: transparent;
	}

	25% {
		transform: translate(0, 0) scale(1);
		opacity: 0;
		border-color: transparent;
	}

	29% {
		transform: translate(180%, -20%) scale(0.9);
		opacity: 0;
		border-color: transparent;
	}

	30% {
		transform: translate(180%, -20%) scale(0.9);
		opacity: 1;
		border-color: transparent;
	}

	55% {
		transform: translate(180%, -20%) scale(0.9);
		opacity: 1;
		border-color: transparent;
	}

	65% {
		transform: translate(103%, -20%) scale(0.9);
		opacity: 1;
		border-color: transparent;
	}

	90% {
		transform: translate(103%, -20%) scale(0.9);
		opacity: 1;
		border-color: transparent;
	}

	100% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
		border-color: transparent;
	}
}

@keyframes student-2-animation-1919 {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	20% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	30% {
		transform: translate(-144%, 28%) scale(1.15);
		opacity: 1;
	}

	55% {
		transform: translate(-144%, 28%) scale(1.15);
		opacity: 1;
	}

	60% {
		transform: translate(-144%, 28%) scale(1.15);
		opacity: 0;
	}

	64% {
		transform: translate(113%, 0%) scale(1);
		opacity: 0;
	}

	65% {
		transform: translate(113%, 0%) scale(1);
		opacity: 1;
	}

	90% {
		transform: translate(113%, 0%) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}
}

@keyframes student-3-animation-1919 {
	from {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	20% {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}

	30% {
		transform: translate(-110%, 0) scale(1);
		opacity: 1;
	}

	55% {
		transform: translate(-110%, 0) scale(1);
		opacity: 1;
	}

	65% {
		transform: translate(-256%, 28%) scale(1.15);
		opacity: 1;
	}

	90% {
		transform: translate(-256%, 28%) scale(1.15);
		opacity: 1;
	}

	95% {
		transform: translate(-256%, 28%) scale(1.15);
		opacity: 0;
	}

	99% {
		transform: translate(0, 0) scale(1);
		opacity: 0;
	}

	to {
		transform: translate(0, 0) scale(1);
		opacity: 1;
	}
}

.owl-prev {
	color: transparent !important;
}

.owl-next {
	color: transparent !important;
}

.validation-summary-errors,
.field-validation-error {
	color: #a51037;
	text-align: left;
}

.login-page-container {
	max-width: 400px;
	margin: auto;
}

.registration-page,
.login-page {
	background: #f7f5f4;
}

.login-page .login-top-logo {
	margin-bottom: 61px;
}

.login-page .title {
	color: #333456;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #c8daeb;
	margin: 0 0 37px 0;
	padding: 0 0 5px 0;
}

.login-page p {
	font-size: 14px;
	font-weight: 400;
}

.login-page .socials-title {
	font-size: 18px;
	color: #333;
	margin-bottom: 30px;
}

.login-page input[type="text"],
.login-page input[type="email"],
.login-page input[type="password"] {
	width: 100%;
	padding: 10px 20px;
	margin: 0;
	border-radius: 3px;
	border: 1px solid #dddddd;
	line-height: 1;
	max-width: 100%;
	font-size: 14px;
}

.login-page .forgot-password-link {
	text-decoration: underline;
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
}

.login-page input[type="submit"] {
	width: 100%;
	max-width: 100%;
	margin: 18px 0 6px 0;
}

.login-page .form-group {
	margin-bottom: 30px;
}

.login-page .checkbox-wrp {
	margin-right: 10px;
}

.login-page .checkbox {
	margin: 0;
}

.login-page .checkbox label {
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	vertical-align: middle;
}

.login-page .register-links p {
	font-size: 14px;
}

.login-page .register-links a,
.login-page .register-links span {
	font-size: 14px;
}

.login-page .register-links a:hover {
	color: #ed7f01;
}

.login-page .mb-20 {
	margin-bottom: 20px;
}

.login-page .mb-10 {
	margin-bottom: 10px;
}

.login-page .mb-5 {
	margin-bottom: 5px;
}

.google-button {
	font-weight: 600;
	font-size: 14px;
	border-radius: 999px;
	height: 50px;
	display: flex;
	justify-content: center;
	border: 1px solid #dadce0;
	color: #3c4043;
	cursor: pointer;
	-webkit-transition: background-color 0.218s;
	transition: background-color 0.218s;
}

.google-button:hover,
.google-button:focus {
	background: rgba(66, 133, 244, 0.04);
	border-color: #d2e3fc;
}

.google-button:active {
	background: rgba(66, 133, 244, 0.1);
}

.login-section-inputs .SumoSelect > .CaptionCont > label {
	top: 5px;
}

.button-orange {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 48px;
	padding: 5px 24px;
	background-image: linear-gradient(90deg, #d95856 50%, #ec7e4e 100%);
	background-position: 100% 0;
	background-size: 200% 100%;
	border: 0;
	border-radius: 25px;
	color: white;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	transition: background-position 0.02s linear;
	cursor: pointer;
}

.button-orange:focus,
.button-orange:active,
.button-orange:link {
	color: white;
	text-decoration: none;
}

.button-orange:hover {
	color: white;
	background-position: 0 0;
}

.login-section-content .form-group .button-orange {
	width: 100%;
	min-height: 50px;
}

.button-orange-outline {
	min-height: 48px;
	padding: 5px 24px;
	align-items: center;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #d95856 50%, #ec7e4e 100%) border-box;
	background-position: 100% 0;
	background-size: 200% 100%;
	border: 3px solid transparent;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 600;
	justify-content: center;
	transition: background-position 0.02s linear;
	cursor: pointer;
}

.button-orange-outline:focus,
.button-orange-outline:active,
.button-orange-outline:link {
	color: #333456;
	text-decoration: none;
}

.button-orange-outline:hover {
	background-position: 0 0;
	color: #333456;
}

.modal-user {
	background: rgba(0, 0, 0, 0.5);
	z-index: 101;
}

.modal-open .modal-user.in {
	display: flex !important;
	height: 100%;
}

.modal-open .modal-user .modal-dialog {
	margin: auto;
}

.modal-dialog-user {
	min-width: 1000px;
	width: 1000px;
}

.modal-header-user {
	border-bottom: none;
	padding: 0;
}

.modal-header-user .close {
	opacity: 0.5;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 14px;
	z-index: 1;
}

.modal-header-user .close:hover {
	opacity: 1;
}

.modal-user h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.modal-user .subtitle {
	font-size: 20px;
	line-height: normal;
	margin-bottom: 20px;
}

.modal-body-user {
	padding: 0;
}

.modal-body-user > p,
.modal-body-user b,
.modal-body-user strong {
	font-size: 16px;
	line-height: 1.5;
}

.loading:after {
	animation: dots 1.5s steps(5, end) infinite;
	content: ".";
}

.loading:before {
	content: ".";
	opacity: 0;
}

@keyframes dots {
	0%,
	20% {
		color: rgba(0, 0, 0, 0);
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}

	40% {
		color: white;
		text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
	}

	60% {
		text-shadow: 0.25em 0 0 white, 0.5em 0 0 rgba(0, 0, 0, 0);
	}

	80%,
	100% {
		text-shadow: 0.25em 0 0 white, 0.5em 0 0 white;
	}
}

.btn-to-fav .fa {
	margin-right: 8px;
	font-size: 20px;
	color: #ec7e4e;
}

.modal-user.required-modal .modal-dialog {
	width: 100%;
	max-width: 950px;
}

@media (max-width: 768px) {
	.modal-user.required-modal {
	}

	.modal-user.required-modal .content-modal-holder {
		flex-direction: column;
		gap: 0 !important;
		padding: 10px 0 30px 0;
	}

	.modal-user.required-modal .content-modal-holder > img {
		max-width: 150px;
	}

	.modal-user.required-modal h2 {
		font-size: 20px;
	}

	.modal-user.required-modal .subtitle {
		font-size: 14px;
	}
}

/*   Alle events    */

.events-pages {
    background-color: #f3f7fa;
}

    .events-pages .day a {
        color: #787878;
    }
    .events-pages .day.event {
        color: black;
        font-weight: bold;
    }

.current-events-page {
    background: #fff;
    margin-top: 106px;
}

.current-events-logos {
    margin-top: 106px;
}


.events-list-caption {
    color: #1e292f;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

    .events-list-caption:before {
        content: "";
        position: absolute;
        width: 130px;
        height: 1px;
        bottom: 0;
        border-bottom: 2px solid #d47e1e;
    }

.events-pages .subscribe-widget .content input[type=text] {
    background-image: none;
}

.events-pages .navigation-panel {
    margin-bottom: 20px;
}

    .events-pages .events-list-container {
        background-color: #fff;
        padding: 30px 20px;
    }

    .events-pages .navigation-panel a {
        outline: none;
        color: #363636;
    }

    .events-pages .section-title {
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 15px;
        margin-bottom: 40px;
        border-bottom: 1px solid #cdd9ec;
    }

/* Aktuelle Events */
.cover-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-height: 350px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.cover-image img {
    width: 100%;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}

.cover-image .cover-image-text {
    font-size: 40px;
    position: absolute;
    color: #fff;
}

.cover-image-subtext {
    font-size: 16px;
    color: #fff;
}

.current-events-page .section-title {
    border: none;
    color: #333333;
}

    .current-events-page .section-title .underlined-title {
        font-size: 36px;
    }

.current-events-page .section-title .underlined-title:before {
    width: 100px;
}

.event-selection {
    color: white;
    border-bottom: none;
    position: relative;
    z-index: 99;
}

.event-selection-tab {
    background: #f6fafa;
}

.event-info-wrp {
    background: #f6fafa;
    padding: 40px 30px 0;
}

    .event-selection .period {
        color: #333333;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: bold;
        padding-top: 10px;
    }

    .event-selection .active .period {
        color: #ffffff;
    }

    .event-selection .title {
        color: #333333;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: bold;
    }

    .event-selection .active .title {
        color: #fff;
    }

    .event-selection .event .layer {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .event-selection .event.active .background-layer {
        background: #d78a33;
    }

.event-selection .event .background-layer {
    background: #e6eaec; /* Old browsers */
    background: -moz-linear-gradient(left, #e6eaec 0%, #ebeff1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e6eaec 0%,#ebeff1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e6eaec 0%,#ebeff1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eaec', endColorstr='#ebeff1',GradientType=1 ); /* IE6-9 */
}

.image-gradient:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .7;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.36) 30%, rgba(0,0,0,1) 83%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.36) 30%,rgba(0,0,0,1) 83%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.36) 30%,rgba(0,0,0,1) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.event-selection .event:hover:before, 
.event-selection .event.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #d78a33;
    opacity: .2;
}

    .event-selection .event .image-layer {
        opacity: 0.8;
        overflow: hidden;
    }
        .event-selection .event .image-layer > img {
            min-width: 100%;
            height: 240px;
            object-fit: cover;
        }

    .event-selection .event {
        cursor: pointer;
        user-select: none;
        background-size: cover;
        padding-bottom: 10px;
        height: 250px;
    }

    .sponsored-badge {
        font-size: 16px;
        color: #f6a800;
        border-bottom: 2px solid #f6a800;
        padding-bottom: 10px;
        font-weight: bold;
        display: inline-block;
        padding-top: 21px;
    }

    .active .sponsored-badge {
        color: #fff;
        border-color: #fff;
    }

    .event-selection .event .text-layer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-size: cover;
        padding: 10px 10px 10px 10px;
        z-index: 10;
        overflow: hidden;
        align-items: baseline;
    }
        @media (min-width: 768px) and (max-width: 991px) {
            .event-selection .event .text-layer .title {
                font-size: 19px;
                line-height: 23px;
            }

            .event-selection .event .text-layer .period {
                font-size: 15px;
                line-height: 19px;
                padding-top: 0;
            }

            .sponsored-badge {
               margin-bottom: 10px;
            }
        }

        @media (max-width: 767px) {
            .sponsored-badge {
               font-size: 14px;
               padding-bottom: 2px;
               margin-bottom: 10px;
            }

            .cover-image .cover-image-text {
                font-size: 29px;
            }

            .cover-image-subtext {
                font-size: 16px;
            }

            .event-selection .event .text-layer .title {
                font-size: 14px;
                line-height: 17px;
                padding-top: 5px;
                margin-bottom: 0;
            }

            .event-selection .event .text-layer .summary {
                font-size: 12px;
                padding-top: 5px;
            }
            .event-selection .event .text-layer .period {
                font-size: 11px;
                line-height: 18px;
                padding-top: 0;
            }

            .event-details .event-detail {
                display: block;
                margin-top: 5px;
            }

            .event-details .event-detail * {
                font-size: 14px !important;
            }
                
            .event-selection .event .image-layer > img {
                height: 120px;
            }

            .event-selection .event {
                height: 130px;
            }           
        }
       

    .event-selection .event .text-layer.dark-text h2 {
        color: black;
    }

    .event-selection .event .text-layer.dark-text * {
        color: #787878;
    }

    .event .summary {
        max-height: 83px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #4b4b4b;
    }

    .active.event .summary {
        color: #fff;
    }

.event-selection .event.active:after {
    position: absolute;
    content: ' ';
    margin: auto 0 auto 0;
    left: calc(50% - 10px);
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #d78a33;
}

    .event-brief p,
    .event-brief li {
        color: #787878;
    }

    .event-brief .event-points {
        color: #787878;
        column-count: 3;
        list-style-type: none;
    }

    .event-points .event-point {
        margin-top: 20px;
        padding-left: 33px;
        color: #787878;
        background: url(/img/arrow-list-item.png) 7px 5px no-repeat;
    }

        .event-info-wrp a {
            color: #ed7f01;
        }

        .event-info-wrp a:not(.orange-btn):hover {
            color: #ed7f01;
            text-decoration: underline;
        }

    .event-point ul {
        list-style-type: none;
        padding: 0;
    }

        .event-point ul > li {
            position: relative;
            padding: 7px 0 7px 25px;
        }

            .event-point ul > li:before {
                content: "\2192";
                margin-right: 10px;
                position: absolute;
                left: 0;
            }

    .event-point p {
        color: #787878;
    }

    .event-details {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        padding-left: 0px;
    }

        .event-details .event-detail {
            font-style: normal;
            font-weight: normal;
            padding-left: 28px;
            display: inline-block;
            position: relative;
            margin-right: 25px;
        }

            .event-details .event-detail * {
                display: inline;
                font-size: 16px;
            }

            .event-details .event-detail a {
                color: rgb(50, 50, 50);
            }

                .event-details .event-detail a:hover {
                    color: #ed7f01;
                }

            .event-details .event-detail:before {
                content: '';
                position: absolute;
                display: inline-block;
                height: 24px;
                width: 24px;
                background-image: url(/img/event_icons.svg);
                background-repeat: no-repeat;
                overflow: hidden;
                left: 0px;
            }

        .event-details .event-date:before {
            background: url(/img/event_icons.svg) 0px -1px no-repeat;
        }

        .event-details .event-place:before {
            background: url(/img/event_icons.svg) 0px -32px no-repeat;
        }

        .event-details .event-vendor:before {
            background: url(/img/event_icons.svg) 0px -62px no-repeat;
        }

    .events-pages .underlined-title {
        font-size: 20px;
        color: black;
        margin-bottom: 0px;
    }

        .events-pages .underlined-title:before {
            border: 1px solid red;
            content: '';
            display: block;
            position: absolute;
            width: 60px;
            bottom: 9px;
            border-color: #ed7f01;
        }

    .timeplan {
        margin-top: 30px;
    }

        .timeplan .timeplan-table {
            margin-top: 20px;
        }

    .timeplan-table td {
        padding-left: 0px;
    }

    .timeplan-table tr:first-of-type > td {
        border-top-style: none;
    }

    .timeplan-table a, .timeplan-table a:hover {
        color: #323232;
        text-decoration: none;
    }


    /*  calendar */


    .events-pages .events-calendar {
        width: 336px; /* by design */
        margin: 0 auto;
    }

    .clndr .clndr-grid .header-day {
        font-size: 11px;
        color: #787878;
        text-align: center;
        padding-top: 4px;
    }

    .clndr .clndr-grid .day {
        border: 1px solid #E6ECF0;
        font-size: 14px;
        color: #787878;
        padding-top: 3px;
    }

    .clndr .clndr-grid .day,
    .clndr .clndr-grid .header-day {
        float: left;
        width: 28px;
        height: 28px;
        margin: 10px; /* TODO: should be 10px by desing */
        border-radius: 3px;
    }

    .clndr .clndr-grid .header-days {
        border-bottom: 1px solid #C9DAED;
        margin-bottom: 10px;
    }


    .clndr .clndr-grid {
        text-align: center;
        display: inline-block;
    }

    .clndr .clndr-controls {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-bottom: 10px;
    }

        .clndr .clndr-controls .clndr-control-button {
            float: left;
            width: 40px;
        }

    .clndr-controls .clndr-control-button > span {
        cursor: pointer;
    }

    .clndr .clndr-controls .clndr-control-button.rightalign {
        text-align: right;
        width: 40px;
    }

    .clndr .clndr-controls .month {
        float: left;
        width: calc(100% - 80px);
        text-align: center;
    }

    .clndr .clndr-controls .clndr-control-button .clndr-next-button {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .clndr .clndr-controls .clndr-control-button > span {
        border: 1px solid #78909c;
        height: 28px;
        width: 28px;
        display: inline-block;
        border-radius: 3px;
        color: #78909c;
        padding-top: 4px;
        text-align: center;
    }

    .clndr .clndr-controls .month {
        color: #333333;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }

    .clndr .clndr-grid .day.next-month a,
    .clndr .clndr-grid .day.last-month a {
        color: #787878; /* fallback */
        color: rgba(102, 102, 102, 0.1);
        cursor: default;
    }

    .clndr .clndr-grid .day.event {
        color: #333333;
        border-bottom: 3px solid #d47e1e;
    }


    .events-list {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .events-list .event-container {
            margin: 20px 20px 0 0;
            overflow: auto;
            margin: 15px 0;
            padding: 0;
        }

        .events-list .event-thumb {
            float: left;
            margin-right: 30px;
        }

            .events-list .event-thumb .img-wrp {
                width: 210px;
                height: 147px;
            }

            .events-list .event-thumb .embed-responsive {
                padding-bottom: 70%;
            }

            .events-list .event-thumb img {
                max-width: 100%;
                position: absolute;
                margin: auto;
                top: 50%;
                left: 0;
                right: 0;
                max-height: 100%;
                transform: translateY(-50%);
            }

        .events-list .event-content {
            margin-left: 240px;
        }

            .events-list .event-content p {
                color: #4b4b4b;
                font-size: 14px;
            }

        .events-list .event-title a {
            font-weight: bold;
            font-size: 24px;
            color: #333333;
            margin-top: 10px;
        }

        .events-list .event-date {
            color: #333333;
            font-style: italic;
            font-size: 16px;
        }

    @media (max-width: 767px) {
        .events-list .event-thumb {
            float: none;
        }

            .events-list .event-thumb .img-wrp {
                width: 100%;
                height: 100%;
            }

        .events-list .event-content {
            margin-left: 0;
        }
    }

    .events-pages .read-more-link {
        color: #a51037;
        font-size: 14px;
        text-transform: uppercase;
        margin-top: 11px;
    }

    /*  Event 1st level */
    .event-page-section .event-container,
    .event-page-section .event-timeplan,
    .event-page-section .event-information-block {
        background-color: #fff;
        padding: 30px 35px;
        margin-top: 25px;
    }

    .event-page-section .description-text a,
    .event-page-section .event-information-block a {
        color: #ed7f01;
    }

    .event-page-section .description-text a:hover,
    .event-page-section .event-information-block a:hover {
        color: #ed7f01;
        text-decoration: underline;
    }

    .event-page-section .section-title {
        font-size: 20px;
        font-weight: bold;
        position: relative;
        border-bottom: none;
        display: inline-block;
    }

        .event-page-section .section-title:before {
            content: "";
            bottom: -10px;
            left: 0;
            position: absolute;
            width: 100%;
            height: 1px;
            border-bottom: 2px solid #d47e1e;
        }

    .event-container .event-dates {
        color: #d47e1e;
        font-style: italic;
        font-size: 18px;
    }

    .event-container .event-caption {
        color: #333333;
        font-weight: 400;
        font-size: 36px;
    }

    .event-container .event-caption > h1 {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0px;
    }

    .event-container .event-image-wrp {
        margin-top: 25px;
        position: relative;
        overflow: hidden;
    }

    .event-image-wrp + .event-image-caption {
        color: #787878;
        font-size: 14px;
        font-style: italic;
        margin-top: 25px;
    }

    .event-image-wrp .event-image-title {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #ffffff;
        font-size: 30px;
        text-shadow: 0 0 10px rgba(0,0,0, .5);
        font-weight: 400;
    }

    .event-container .images-additional {
        margin-top: 40px;
    }

    .images-additional .caption {
        color: #787878;
        margin-top: 10px;
        font-size: 14px;
        font-style: italic;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .images-additional .image-additional-title {
        color: #fff;
        font-size: 20px;
        position: absolute;
        text-shadow: 0 0 10px rgba(0,0,0, .5);
        left: 8px;
        bottom: 20px;
    }

    .images-additional .image-additional-wrp {
        position: relative;
        width: 100%;
        max-height: 130px;
        overflow: hidden;
    }

        .images-additional .image-additional-wrp img {
            height: auto;
            width: 100%;
        }

        .event-page-section .event-points {
            background: #fff;
            padding: 5px 30px 35px;
            margin-top: 25px;
        }

    @media (max-width: 991px) {
        .images-additional .image-additional-wrp {
            display: inline-block;
            margin-top: 15px;
            width: 224px;
        }

        .images-additional .col-xs-12 {
            text-align: center;
        }
    }

    .event-container .description-text {
        color: #333333;
        font-size: 14px;
        margin-top: 40px;
        line-height: 25px;
    }

    .event-timeplan .events-level2-list {
        list-style-type: none;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .events-level2-list .event-level2-container {
        margin: 15px 0;
    }

    .events-level2-list .event-level2-container > a {
        text-decoration: none;
    }

    .event-level2-container .dates {
        font-size: 16px;
        color: #333333;
        font-style: italic;
        font-weight: bold;
    }

    .event-level2-container .title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 13px;
        line-height: 24px;
    }

    .event-level2-container .description {
        color: #4b4b4b;
        font-size: 14px;
        margin-top: 10px;
    }

    .event-level2-container .thumb {
        float: left;
    }

    .event-level2-container .content {
        padding-left: 228px;
    }

    .event-level2-container .img-wrp {
        width: 196px;
        height: 140px;
    }

    .event-level2-container .embed-responsive {
        padding-bottom: 70%;
    }

    .event-level2-container .img-wrp img {
        max-width: 100%;
        position: absolute;
        margin: auto;
        top: 50%;
        left: 0;
        right: 0;
        max-height: 100%;
        transform: translateY(-50%);
    }

    @media (max-width: 767px) {
        .event-level2-container .thumb {
            float: none;
        }

        .event-level2-container .content {
            padding-left: 0;
        }

        .event-level2-container .img-wrp {
            width: 100%;
            height: 100%;
        }
    }

    .event-container .description-text h5 {
        font-size: 20px;
    }

    .event-page-section .event-sidebar {
        margin-top: 25px;
    }

    .event-sidebar .sidebar-section .title {
        text-transform: uppercase;
        color: #1e292f;
        font-size: 18px;
        font-weight: 400;
        border-bottom: 1px solid #cdd9ec;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .event-sidebar .sidebar-section {
        font-size: 14px;
        color: #333333;
        margin-top: 45px;
    }

        .event-sidebar .sidebar-section:first-child {
            margin-top: 0;
        }

    .event-sidebar .event-detail {
        margin: 10px 0;
        padding-left: 40px;
        position: relative;
    }

        .event-sidebar .event-detail:before {
            content: '';
            position: absolute;
            display: inline-block;
            height: 24px;
            width: 24px;
            background-image: url(/img/event_icons.svg);
            background-repeat: no-repeat;
            overflow: hidden;
            left: 0px;
        }

    .event-sidebar .btn-get-ticket {
        width: 100%;
    }

    .event-sidebar .event-detail.event-date:before {
        background-position: 0px -1px;
    }

    .event-sidebar .event-detail.event-place:before {
        background-position: 0px -32px;
    }

    .event-sidebar .event-detail.event-vendor:before {
        background-position: 0px -62px
    }

    .event-sidebar .event-participant {
        margin-top: 20px;
    }

    .event-participant .thumb {
        float: left;
        width: 53px;
        height: 53px;
        overflow: hidden;
        border-radius: 100px;
    }
    
    .event-participant .thumb > img {
        object-fit: cover;
        height: 100%;
    }
    
    .event-participant .info {
        font-size: 13px;
        color: #787878;
        padding-left: 70px;
    }

    .event-participant .name {
        font-weight: bold;
        color: #333333;
        font-size: 13px;
    }

    .event-participant .company {
        font-size: 13px;
    }

    .event-participant .position {
        font-style: italic;
        font-size: 13px;
    }


    /* tile styles */

.exhibitioner-panel {
    display: flex;
    flex-flow: column wrap;
    max-width: 100%;
    margin: 30px 0 0 0;
}

.exhibitioner-item-container {
    overflow: hidden;
    width: 33.333%;
    max-width: 33.333%;
}

.exhibitioner-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    display: inline-block;
    margin: 0 0 1em;
    overflow: hidden;
}

.exhibitioner-item .item-border {
    border-bottom: 2px solid #cdd9ec;
    margin-top: 20px;
}

.exhibitioner-item .exhibitioner-standnummer {
    margin-top: 10px;
    color: dimgray;
    font-weight: bold;
    overflow: hidden;
}

.exhibitioner-standnummer span {
    color: orange;
    white-space: normal;
    overflow: hidden;
}

.exhibitioner-panel .exhibitioner-title {
    text-overflow: ellipsis;
    overflow: hidden;
}

.exhibitioner-panel .exhibitioner-address + .new-vendor-logo {
    margin-top: 15px;
    display: inline-block;
}

.exhibitioner-panel .exhibitioner-address {
    color: #bbbbbb;
    font-weight: 400;
    overflow: hidden;
}

.exhibitioner-panel .exhibitioner-address a {
    color: #9e9e9e;
}

.exhibitioner-panel .exhibitioner-address a:hover {
    color: #ed7f01;
}

.exhibitioner-panel .exhibitioner-img {
    max-height: 25px;
    max-width: 130px;
}

.exhibitioner-panel .exhibitioner-wrp .exhibitioner-img {
    margin-bottom: 20px;
    max-height: 40px;
    max-width: 140px;
}

.adv-logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.exhibitioner-panel p {
    word-wrap: break-word;
    font-size: 13px;
}
 
@media (max-width: 768px) {
    .exhibitioner-item-container {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 568px) {
    .exhibitioner-item-container {
        width: 100%;
        max-width: 100%;
    }
}
/* event 2nd level page styles */
.event-information-block .block-content.is-truncated ~ .view-more {
    display: inline-block;
}

.event-information-block .block-content.is-truncated ~ .view-less {
    display: none;
}

.event-information-block .block-content:not(.is-truncated) ~ .view-more {
    display: none;
}

.event-information-block .block-content:not(.is-truncated) ~ .view-less {
    display: inline-block;
}

.event-information-block .block-content:not(.collapsible) ~ .view-more,
.event-information-block .block-content:not(.collapsible) ~ .view-less {
    display: none;
}

.event-information-block .block-content ~ .view-more:hover,
.event-information-block .block-content ~ .view-less:hover {
    text-decoration: none;
}

.non-displayed {
    display: none !important;
}
.blog-list-section .section-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #333456;
  margin-bottom: 40px;
}

.blog-list-caption {
  display: flex;
  justify-content: center;
}

.blog-list-section .blog-list-caption {
  font-weight: 700;
  font-style: normal;
  color: #333456;
  font-size: 35px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  line-height: 43px;
}

.blog-list-section {
  padding-top: 50px;
}

.blog-list-section .img-wrp {
  background-color: #fff;
  float: left;
  width: 210px;
  height: 147px;
  margin-right: 30px;
}

.blog-list-section .img-wrp img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 100%;
  transform: translateY(-50%);
}

.blog-list-section .blog-post-item {
  margin-bottom: 50px;
}

.blog-list-section .blog-post-item .embed-responsive {
  padding-bottom: 70%;
}

.blog-list-section .blog-post-item .embed-responsive > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.blog-list-section .blog-post-item .category {
  position: absolute;
  top: 0;
  left: 0;
  margin: 9px;
  padding: 8px 10px;
  background-color: #ed7f01;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  line-height: 1;
}

.blog-list-section .blog-post-item .category > span {
  color: #fff;
  white-space: nowrap;
}

.blog-list-section .blog-post-item .content {
  padding-left: 240px;
}

.blog-list-section .blog-post-item .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.blog-list-section .blog-post-item .created {
  color: #787878;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  white-space: nowrap;
}

.blog-list-section .blog-post-item .created > span {
  margin-right: 20px;
}

.blog-list-section .blog-post-item .created > span:last-child {
  margin-right: 0;
}

.blog-list-section .blog-post-item .created > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
  vertical-align: bottom;
  margin-right: 6px;
  opacity: 0.5;
}

.blog-list-section .blog-post-item .created > span.author::before {
  background-position: -1px 0;
}

.blog-list-section .blog-post-item .created > span.date::before {
  background-position: -1px -34px;
}

.blog-list-section .blog-post-item .created > span.readtime::before {
  background-position: 0 -60px;
}

.blog-list-section .blog-post-item .text {
  color: #333456;
  font-size: 14px;
}

.blog-list-section .post-tags-list {
  margin-top: 15px;
}

.blog-list-section .post-tags-list span {
  border: 1px solid #a3a4a6;
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  line-height: 30px;
  white-space: nowrap;
}

.blog-list-section .post-tags-list span a {
  color: #333456;
}

.blog-list-section.blog-post-section .post-tags-list {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d3ddee;
}

.blog-list-section.blog-post-section .post-tags-list span {
  font-weight: 400;
  margin-right: 10px;
}

.blog-sidebar .sidebar-widget {
  margin-bottom: 65px;
}

.blog-sidebar .widget-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.blog-sidebar .widget-title.underlined {
  padding-bottom: 10px;
  border-bottom: 1px solid #d3ddee;
}

.blog-sidebar .search-widget .widget-title {
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}

.sidebar-widget .read-more-link {
  color: #333456;
  font-size: 85%;
}

.blog-sidebar .search-widget input {
  border-right: 0;
  height: 40px;
}

.blog-sidebar .search-widget .input-group-addon {
  padding: 0;
  border: 0;
}

.blog-sidebar .search-widget .red-btn {
  min-width: 120px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-sidebar .tag-widget .view-more,
.blog-sidebar .tag-widget .view-less,
.blog-sidebar .categories-widget .view-more,
.blog-sidebar .categories-widget .view-less {
  margin-top: 10px;
  display: inline-block;
}

.tag-widget.collapsed .view-more,
.categories-widget.collapsed .view-more {
  display: inline-block;
}

.tag-widget.collapsed .view-less,
.categories-widget.collapsed .view-less {
  display: none;
}

.tag-widget.expanded .view-more,
.categories-widget.expanded .view-more {
  display: none;
}

.tag-widget.expanded .view-less,
.categories-widget.expanded .view-less {
  display: inline-block;
}

.tag-widget.collapsed ul > li:nth-child(n + 9),
.categories-widget.collapsed ul > li:nth-child(n + 11) {
  display: none;
}

.tag-widget.expanded ul > li:nth-child(n + 9),
.categories-widget.expanded ul > li:nth-child(n + 11) {
  display: list-item;
}

.blog-sidebar .categories-widget ul {
  margin: 0px;
  padding: 0px;
}

.blog-sidebar .categories-widget ul li {
  list-style: none;
}

.blog-sidebar .categories-widget ul li a {
  display: inline-block;
  padding: 2px 0px;
  font-size: 14px;
  font-weight: 400;
}

.blog-sidebar .categories-widget ul li span {
  color: #333456;
  font-size: 13px;
  font-weight: 400;
}

.blog-sidebar .postslist-widget .post {
  margin-bottom: 15px;
}

.blog-sidebar .postslist-widget .post-media {
  background-color: #fff;
  float: left;
  margin-right: 20px;
  width: 93px;
  height: 65px;
}

.blog-sidebar .postslist-widget .post-info {
  padding-left: 113px;
}

.blog-sidebar .postslist-widget .post-info h6 {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 3px;
}

.blog-sidebar .postslist-widget .post-info .post-meta {
  font-size: 11px;
  color: #333456;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span {
  margin-right: 20px;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span:last-child {
  margin-right: 0;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
  vertical-align: bottom;
  margin-right: 6px;
  opacity: 0.5;
}

.blog-sidebar .postslist-widget .post-info .post-meta > span.date::before {
  background-position: -1px -34px;
}

.blog-sidebar .tag-widget ul {
  margin: 0;
  padding: 0;
}

.blog-sidebar .tag-widget ul li {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.blog-sidebar .tag-widget ul li a {
  padding: 12px 25px;
  border: 1px solid #333456;
  border-radius: 2px;
  color: #333456;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  border: 1px solid #a3a4a6;
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 30px;
  white-space: nowrap;
}

.blog-sidebar .tag-widget ul li a:hover {
  color: #ed7f01;
  border-color: #ed7f01;
}

.navigation-panel {
  margin-bottom: 40px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  table {
    width: 100% !important;
  }

  .blog-post-content h1 {
    font-size: 32px;
  }

  .blog-post-content h2 {
    padding-left: 0px !important;
    font-size: 20px;
  }

  .blog-post-content p {
    padding-left: 0px !important;
  }

  .blog-list-section .blog-post-item .content {
    padding-left: 0px;
    padding-top: 180px;
  }

  .blog-list-section .img-wrp {
    width: 100%;
    height: 100%;
  }
}

.blog-list-section-it-konkret {
  background-color: #f3f7fa;
}

/* ________________Blog New Posts _ Start ___________________*/
.blog-list-section-it-konkret .new-posts {
  background-color: #fff;
  padding: 25px;
}

.blog-list-section-it-konkret .section-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #333456;
  margin-bottom: 40px;
}

.blog-list-section-it-konkret .blog-list-caption {
  color: #333456;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.blog-list-section-it-konkret .blog-list-caption::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: 0;
  border-bottom: 2px solid #147769;
}

.blog-list-section-it-konkret .blog-list .no-result {
  font-size: 16px;
  font-weight: 400;
  color: #333456;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp,
.ausletter-news-container .img-wrp {
  background-color: #fff;
  float: left;
  width: 100%;
  max-height: 421px;
  overflow: hidden;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp img,
.ausletter-news-container .img-wrp img {
  width: 100%;
  vertical-align: middle;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-shadow: black 0px 0px 10px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp .category,
.ausletter-news-container .img-wrp .category {
  background-color: #147769;
  min-height: 25px;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 2px 10px;
}

.ausletter-news-container .img-wrp {
  max-height: 421px;
}

.ausletter-news-container .orange-btn {
  font-size: 11px;
  padding: 0 7px;
  height: 30px;
  line-height: 26px;
}

.ausletter-news-container .new-posts {
  margin-top: 20px;
}

.ausletter-news-container .new-posts > .row {
  margin-left: -4px;
  margin-right: -4px;
}

.ausletter-news-container .new-posts > .row:last-child {
  margin-top: 15px;
}

.ausletter-news-container .new-posts > .row > .ausletter-news-column {
  padding-left: 4px;
  padding-right: 4px;
}

.ausletter-news-container .img-wrp .category {
  min-height: 20px;
  top: 5px;
  left: 5px;
  font-size: 11px;
  padding: 2px 8px;
}

.ausletter-news-container .blog-post-item .title {
  margin-top: 5px;
}

.ausletter-news-container .blog-post-item .title a {
  color: #333456;
  font-weight: 400;
  font-size: 12px;
}

@media (max-width: 991px) {
  .ausletter-news-container .new-posts > .row > .ausletter-news-column:not(:first-child) {
    margin-top: 15px;
  }
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content {
  color: #333456;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content .created {
  margin-bottom: 24px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content .created .info {
  vertical-align: middle;
  line-height: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  top: 15px;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content .created img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 15px;
  margin-right: 5px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item .content .text {
  font-size: 14px;
  padding-bottom: 10px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right {
  padding-bottom: 40px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp {
  background-color: #fff;
  float: left;
  width: 100%;
  max-height: 170px;
  overflow: hidden;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp img {
  width: 100%;
  vertical-align: middle;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp .title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: black 0px 0px 10px;
}

.blog-list-section-it-konkret .social-content {
  overflow: hidden;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .img-wrp .category {
  background-color: #147769;
  min-height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 2px 10px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content {
  color: #333456;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created {
  margin-bottom: 24px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created .info {
  vertical-align: middle;
  line-height: 20px;
  margin-right: 15px;
  text-transform: uppercase;
  top: 15px;
  font-size: 11px;
  position: relative;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 15px;
  margin-right: 3px;
}

.blog-list-section-it-konkret .new-posts .blog-post-item-right .content .text {
  font-size: 14px;
}

/* ________________Blog New Posts _ End __________________*/

/* ______________Blog Old Posts _ Start ________________ */
.blog-list-section-it-konkret .old-posts {
  background-color: #fff;
  padding: 15px;
  margin-top: 40px;
}

.blog-list-section-it-konkret .old-posts .img-wrp {
  background-color: #fff;
  float: left;
  width: 210px;
  height: 147px;
  margin-right: 30px;
}

.blog-list-section-it-konkret .old-posts .img-wrp img {
  max-width: 100%;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  max-height: 100%;
  transform: translateY(-50%);
}

.blog-list-section-it-konkret .old-posts .blog-post-item {
  margin-bottom: 50px;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .embed-responsive {
  padding-bottom: 70%;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .embed-responsive > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .category {
  position: absolute;
  top: 7px;
  left: 10px;
  padding: 8px 10px;
  background-color: #147769;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  line-height: 1;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .category > span {
  color: #fff;
  white-space: nowrap;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .content {
  padding-left: 240px;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.blog-post-section-it-konkret .sidebar a {
  color: #333456;
  text-decoration: underline;
}

.blog-list-section-it-konkret .blog-sidebar .tag-widget ul li a:hover {
  color: #147769;
  border-color: #147769;
}

.blog-list-section-it-konkret .categories-widget li a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .title a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .created img {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.blog-list-section-it-konkret .postslist-widget a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .postslist-widget .read-more-link {
  color: #147769;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .created .info {
  margin-right: 15px;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .created {
  color: #333456;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 11px;
}

.blog-post-item .inherit-color {
  color: inherit;
}

.blog-list-section-it-konkret .old-posts .blog-post-item .text {
  color: #333456;
  font-size: 14px;
}

.blog-list-section-it-konkret .blog-sidebar {
  padding-top: 60px;
}

.blog-list-section-it-konkret .pagination-nav ul li.active a,
.blog-list-it-konkret-section .pagination-nav ul li.active span {
  background-color: #147769 !important;
}

.blog-list-section-it-konkret .pagination-nav ul li.active span {
  background-color: #147769;
}

.blog-list-section-it-konkret .red-btn {
  padding: 0px;
}

.blog-list-section-it-konkret .search-form {
  background: #fff !important;
  padding-left: 20px !important;
}

.blog-list-section-it-konkret .social-media {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
}

.blog-list-section-it-konkret .social-content {
  margin-top: 20px;
}

.blog-list-section-it-konkret .social-media li {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}

.blog-list-section-it-konkret .display-none {
  display: none;
}

.blog-list-section-it-konkret .sidebar-widget .social-media li a {
  padding: 0px 15px;
}

.blog-list-section-it-konkret .sidebar-widget .social-media li a:hover {
  color: #147769;
}

.blog-list-section-it-konkret .sidebar-widget .social-media li .selected {
  color: #333456;
  padding-bottom: 10px;
  width: 120%;
  border-bottom: 2px solid #147769;
}

.blog-post-section-it-konkret .blog-content a {
  color: #333456;
  font-size: 14px;
}

.blog-post-section-it-konkret .blog-content a:hover {
  text-decoration: underline;
}

.blog-post-section-it-konkret .sidebar-title {
  font-size: 20px;
  font-weight: bold;
  color: #333456;
  padding-bottom: 10px;
  border-bottom: 2px solid #147769;
}

.blog-post-section-it-konkret .find-out {
  font-size: 14px;
  font-style: italic;
  color: #333456;
  margin-top: 30px;
  line-height: 25px;
}

.blog-post-section-it-konkret .more-posts {
  border-top: 1px solid #333456;
  color: #333456;
  outline: none;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  margin-top: 5px;
  display: block;
  width: 100%;
}

.blog-post-section-it-konkret .more-posts:hover {
  color: #820c2b;
}

.blog-post-section-it-konkret .sidebar-small-title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #333456;
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe3f1;
}

.blog-post-section-it-konkret .product-info .product-image {
  max-height: 40px;
  display: block;
}

.blog-post-section-it-konkret table tr td {
  font-size: 14px;
  min-width: 90px;
  vertical-align: top;
  color: #333456;
}

.blog-post-section-it-konkret table tr .strong {
  font-weight: bold;
}

.blog-post-section-it-konkret .blog-content {
  background-color: #fff;
  padding: 25px 30px;
}

.blog-post-section-it-konkret .display-none {
  display: none;
}

.blog-post-section-it-konkret .blog-content .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  padding-bottom: 20px;
}

.blog-post-section-it-konkret .blog-content .post-info img {
  width: 24px;
  height: 24px;
}

.blog-post-section-it-konkret .blog-content .post-info span {
  vertical-align: middle;
  color: #333456;
}

.blog-post-section-it-konkret .blog-content .blog-post-summary {
  font-size: 16px;
  color: #333456;
  font-weight: bold;
  padding-top: 25px;
}

.blog-post-section-it-konkret .blog-content .blog-post-preview {
  font-size: 14px;
  color: #333456;
  padding: 15px 0;
}

.blog-post-section-it-konkret .blog-content .image-legend-container {
  padding: 15px 0px;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .image-container {
  max-width: 540px;
  max-height: 290px;
  min-height: 290px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .image-container img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .legend-container {
  max-height: 290px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .legend-container span {
  position: relative;
  font-size: 12px;
  color: #333456;
}

.blog-post-section-it-konkret .blog-content .image-legend-container .main-content {
  font-size: 14px;
  color: #333456;
}

.blog-post-section-it-konkret .blog-content .tags-container {
  padding-top: 5px;
  padding-bottom: 25px;
}

.blog-post-section-it-konkret .blog-content .tags-container a {
  color: #333456;
  border: 1px solid #a3a4a6;
  border-radius: 3px;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
}

.blog-post-section-it-konkret .comments {
  background-color: #fff;
  padding: 25px;
}

.blog-post-section-it-konkret .blog-content .tags-container a:hover {
  color: #147769;
  border: 1px solid #147769;
}

/*.blog-post-section-it-konkret h1, .blog-post-section-it-konkret h2, .blog-post-section-it-konkret h3,
.blog-post-section-it-konkret h4, .blog-post-section-it-konkret h5, .blog-post-section-it-konkret h6 {
    color: #333456;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}*/

.blog-post-section-it-konkret .blog-content h1.title {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0px;
}

.blog-post-section-it-konkret p,
.blog-post-section-it-konkret span {
  color: #333456;
}

.blog-post-section-it-konkret .link {
  text-decoration: underline;
  color: #333456;
}

.blog-post-section-it-konkret .link:hover {
  color: #147769;
}

.blog-post-section-it-konkret .author-content {
  color: #333456;
  font-size: 14px;
}

.blog-post-section-it-konkret .user-tip p {
  color: #333456;
  font-size: 14px;
  font-style: italic;
}

.blog-post-section-it-konkret .author-content .author-img {
  max-width: 97px;
  max-height: 97px;
  min-height: 97px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.blog-post-section-it-konkret .inline-block {
  display: inline-block;
}

.blog-post-section-it-konkret .social-links {
  position: relative;
  top: 13px;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #5f666a;
}

.blog-post-section-it-konkret .author-content .author-img img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-post-section-it-konkret .posts-to-read {
  background-color: #fff;
  margin: 30px 0px;
  padding: 25px;
}

.blog-post-section-it-konkret .posts-to-read .post-info {
  padding-left: 140px;
  padding-right: 5px;
}

.blog-post-section-it-konkret .posts-to-read .post-meta img {
  width: 20px;
}

.blog-post-section-it-konkret .posts-to-read .post-meta span {
  vertical-align: middle;
}

.blog-post-section-it-konkret .posts-to-read .post-info a {
  color: #333456;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  display: block;
}

.blog-post-section-it-konkret .posts-to-read .post-info a:hover {
  color: #147769;
  text-decoration: none;
}

.blog-post-section-it-konkret .posts-to-read .post-info .text {
  color: #333456;
  font-size: 12px;
  border-bottom: 1px solid #007e84;
  font-weight: bold;
}

.blog-post-section-it-konkret .posts-to-read .post {
  min-height: 120px;
}

.blog-post-section-it-konkret .posts-to-read .post-media {
  float: left;
  max-width: 130px;
  max-height: 90px;
  overflow: hidden;
  position: relative;
}

.blog-post-section-it-konkret .posts-to-read .post-media img {
  width: 100%;
}

.blog-post-section-it-konkret .sidebar {
  padding-left: 30px;
}

.author-linkedin {
  background: url("../../img/social-icons/author_linkedin.png") center center no-repeat;
}

.author-facebook {
  background: url("../../img/social-icons/author_facebook.png") center center no-repeat;
}

.author-gmail {
  background: url("../../img/social-icons/author_gmail.png") center center no-repeat;
}

.author-xing {
  background: url("../../img/social-icons/author_xing.png") center center no-repeat;
}

.author-twitter {
  background: url("../../img/social-icons/author_twitter.png") center center no-repeat;
}

.share-button,
.author-button {
  width: 24px;
  height: 24px;
  padding: 19px !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.share-button svg {
  display: none !important;
}

.share-button span {
  background-color: transparent !important;
}

.a2a_default_style {
  background-color: transparent !important;
}

.xing-share {
  background: url("../../img/social-icons/xing.png") center center no-repeat;
}

.xing-share:hover {
  background: url("../../img/social-icons/xing_hover.png") center center no-repeat;
}

.facebook-share {
  background: url("../../img/social-icons/facebook.png") center center no-repeat;
}

.facebook-share:hover {
  background: url("../../img/social-icons/facebook_hover.png") center center no-repeat;
}

.twitter-share {
  background: url("../../img/social-icons/twitter.png") center center no-repeat;
}

.twitter-share:hover {
  background: url("../../img/social-icons/twitter_hover.png") center center no-repeat;
}

.linkedin-share {
  background: url("../../img/social-icons/linkedin.png") center center no-repeat;
}

.linkedin-share:hover {
  background: url("../../img/social-icons/linkedin_hover.png") center center no-repeat;
}

.gmail-share {
  background: url("../../img/social-icons/gmail.png") center center no-repeat;
}

.gmail-share:hover {
  background: url("../../img/social-icons/gmail_hover.png") center center no-repeat;
}

.print-share {
  background: url("../../img/social-icons/print.png") center center no-repeat;
}

.print-share:hover {
  background: url("../../img/social-icons/print_hover.png") center center no-repeat;
}

@media (max-width: 767px) {
  .blog-list-section-it-konkret .new-posts .blog-post-item .img-wrp .title {
    font-size: 20px;
  }

  .blog-list-section-it-konkret .new-posts .blog-post-item .content .text {
    padding-bottom: 40px;
  }

  .blog-list-section-it-konkret .new-posts .blog-post-item-right .content .created .info {
    font-size: 13px;
  }

  .blog-list-section-it-konkret .old-posts .img-wrp {
    width: 100%;
    height: 100%;
  }

  .blog-list-section-it-konkret .old-posts .img-wrp img {
    margin: 0;
    width: 100%;
  }

  .blog-list-section-it-konkret .old-posts .blog-post-item .content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-list-section-it-konkret .old-posts .blog-post-item .category {
    left: 22px;
    top: 12px;
  }

  .blog-list-section-it-konkret .red-btn {
    display: inline-block;
  }

  .blog-post-section-it-konkret .display-none {
    display: block;
    margin: auto;
  }

  .blog-post-section-it-konkret .display-none img {
    width: 320px;
    padding: 30px 0px;
    margin-left: calc(50% - 160px);
  }

  .blog-post-section-it-konkret .blog-content .image-legend-container .legend-container {
    height: 100px;
  }

  .blog-post-section-it-konkret .sidebar .logo {
    display: none;
  }

  .blog-post-section-it-konkret .posts-to-read .post-info {
    margin-bottom: 25px;
  }

  .blog-post-section-it-konkret .posts-to-read .post-info a {
    font-size: 14px;
  }

  .blog-post-section-it-konkret .blog-content .title {
    font-size: 24px;
  }

  .blog-post-section-it-konkret .social-links {
    border-left: none;
  }
}

.consulting-blog-article,
.blog-article {
  padding: 30px;
  background-color: #fff;
  font-size: 14px;
}

.blog-article h1,
.blog-article h2,
.blog-article h3,
.blog-article h4,
.blog-article h5,
.blog-article h6 {
  color: #333456;
}

.blog-article h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.blog-article h1 {
  font-size: 34px;
}

.blog-article > section {
  margin-top: 30px;
}

.blog-article > section:first-of-type {
  margin-top: 0;
}

.blog-sidebar-solutions ul,
.blog-article ul {
  padding-left: 0;
  color: #333456;
  margin-top: 10px;
}

.blog-article ol {
  color: #333456;
  margin-top: 10px;
}

.blog-sidebar-solutions ul li,
.blog-article ul li {
  position: relative;
}

.blog-sidebar-solutions ul li {
  padding: 7px 0 7px 25px;
  color: #333456;
}

.blog-article ul li {
  font-size: 16px;
}

.blog-article-content ul,
.blog-sidebar-solutions ul,
.blog-article ul {
  margin-left: 40px;
}

.blog-post-content {
  margin-top: 40px;
  border-bottom: 1px solid #333456;
  padding-bottom: 35px;
}

.blog-article p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333456;
}

.blog-article .summary p {
  font-size: 16px;
  line-height: 24px;
}

.blog-article .text p,
.blog-article .text ul {
  font-size: 14px;
  line-height: 21px;
}

.blog-article .text li {
  font-size: 14px;
  padding: 7px 0 7px 25px;
}

.blog-article .social-content {
  border-top: 1px solid #333456;
  padding-top: 30px;
  margin-top: 20px;
}

.blog-sidebar-section {
  margin-top: 30px;
  font-size: 14px;
  color: #333456;
  line-height: 21px;
}

.blog-sidebar-section p {
  color: #333456;
}

.blog-sidebar-section:first-of-type {
  margin-top: 0;
}

.blog-sidebar-section a {
  color: #333456;
}

.blog-sidebar-section ul.custom-list li {
  padding-top: 6px;
  padding-bottom: 6px;
}

.blog-sidebar-section ul {
  list-style-type: none;
  padding: 0;
}

.blog-sidebar-section img.pull-right {
  margin-left: 20px;
  height: 200px;
  width: 145px;
}

.blog-sidebar-section h3 {
  border-bottom: 2px solid #d47e1e;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 20px;
}

@media print {
  .header,
  .info-panel,
  .comments,
  .footer,
  .posts-to-read,
  .navigation-panel,
  .tags-container {
    display: none !important;
  }

  .blog-content {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }

  .sidebar {
    display: inline-block !important;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    float: right;
  }

  .a2a_kit {
    display: none !important;
  }

  body {
    height: 842px;
    width: 895px;
    /* to centre page on screen*/
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar a[href]:after {
    content: none !important;
  }
}

.reference-item-wrp {
  margin-top: 30px;
  color: #333456;
}

.reference-item-wrp a,
.reference-item-wrp p {
  color: #333456;
}

.reference-item-wrp .strong {
  font-size: 13px;
}

/* consulting page custom styles */

.consulting-blog a[href^="#"] {
  position: relative;
}

.consulting-blog .blog-article a[href^="#"]::after {
  content: "";
  background: url(../../img/consulting_arrow.svg) no-repeat;
  width: 25px;
  top: 4px;
  position: absolute;
  display: inline-block;
  height: 13px;
  margin-left: 14px;
}

.consulting-blog.blog-list-section .blog-post-item .category {
  background-color: #1d89d4;
}

.consulting-blog.blog-list-section .blog-post-item .title a:hover {
  color: #1d89d4;
}

.consulting-blog.blog-list-section .blog-list-caption:before {
  border-color: #1d89d4;
  width: 100px;
}

.consulting-blog.blog-list-section .sidebar-widget .read-more-link {
  color: #333456;
  text-decoration: none;
}

.consulting-blog .blog-article a {
  color: #333456;
}

.consulting-blog .blog-article a:hover {
  color: #1d89d4;
  text-decoration: underline;
}

.consulting-blog .postslist-widget a:hover {
  color: #1d89d4;
}

.consulting-blog .blog-sidebar-tips a {
  color: #333456;
}

.consulting-blog .blog-sidebar-tips a:hover {
  color: #1d89d4;
  text-decoration: underline;
}

.consulting-blog .categories-widget a:hover {
  color: #1d89d4;
}

.consulting-blog .blog-sidebar .tag-widget ul li a:hover {
  color: #1d89d4;
  border-color: #1d89d4;
}

.consulting-blog .post-tags-list span:hover {
  border-color: #1d89d4;
}

.consulting-blog .post-tags-list span:hover a {
  color: #1d89d4;
}

.consulting-blog .pagination-nav ul li.active a,
.pagination-nav ul li.active span {
  color: #ffffff;
}

.consulting-blog .pagination-nav ul li a:hover {
  color: #1d89d4;
}

/* it konkret custom styles */

.one-schweiz-blog .blog-article-content a,
.software-contest-blog .blog-article-content a,
.byteant-blog .blog-article-content a,
.lineup-blog .blog-article-content a {
  color: #333456;
}

.one-schweiz-blog .blog-article-content a:hover,
.software-contest-blog .blog-article-content a:hover,
.byteant-blog .blog-article-content a:hover,
.lineup-blog .blog-article-content a:hover {
  color: #ed7f01;
  text-decoration: underline;
}

.blog-list .koc-section-wrp {
  padding-top: 0;
  padding-bottom: 50px;
}

.blog-list .koc-post-item-container {
  min-width: 300px;
  width: 50%;
}

.blog-list .koc-post-container {
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .blog-list .koc-post-item-container {
    width: 100%;
  }
}

.carousel {
  position: relative;
  width: 100%;
  height: 683px;
  margin: 0 auto;
}

@media screen and (min-width: 1919px) {
  .carousel {
    position: relative;
    width: 100%;
    height: 683px;
    margin: 0 auto;
  }
}

.carousel-content {
  position: relative;
  overflow: hidden;
  transition: width 0.7s;
  height: 100%;
}

.slide {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  transition: left 0.7s ease;
}

.blog-nav {
  position: absolute;
  top: 250px;
  margin-top: -10px;
  width: 90px;
  height: 90px;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  outline: none;
  color: white;
  -webkit-user-select: none;
}

.nav-left {
  left: -25px;
}

.nav-right {
  right: -25px;
}

.carousel-arrow-icon-left {
  margin-left: 5px;
  margin-top: 2px;
}

.carousel-arrow-icon-right {
  margin-left: 7px;
  margin-top: 2px;
}

.blog-page-title-block {
  text-align: center;
}

.blog-page-title-block .safe-holder {
  position: relative;
  display: inline-block;
}

.blog-page-title-block .icon-holder {
  position: absolute;
  top: 50%;
  transform: translateY(-70%);
  right: -90px;
}

.title-search-page.intro-title {
  margin-bottom: 60px;
}

.blog-page-title-block .intro-title.title-search-page {
  display: inline-block;
}

.blog-page-title-block > div > img {
  width: 79px;
  height: 74px;
}

.white-block-blog-page {
  position: absolute;
  top: 430px;
  height: 15px;
  width: 100%;
  background: #ffffff;
}

.useful-number-blog-page {
  min-width: 136px;
}

.useful-number-blog-page,
.useful-title-blog-page {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #333456;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.useful-title-blogarticle-page {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #333456;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.useful-title-blog-page:hover {
  color: #ed7f01;
}

.useful-date-read-blog {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333456;
  opacity: 0.5;
}

.useful-content-blog > p:nth-child(1),
.useful-content-blog > p:nth-child(2),
.useful-content-blog > div:nth-child(1),
.useful-content-blog > div:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333456;
}

.useful-content-blog {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.useful-content-more-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333456;
}

.popular-tags-blog-page {
  font-weight: 600;
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  padding: 15px 25px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 22px;
}

.back-all-blog {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  gap: 10px;
}

.article-wrapper {
  display: flex;
  justify-content: center;
}

.article-content-padding > h1,
.article-content-padding > h2,
.article-content-padding > h3,
.article-content-padding > h4,
.article-content-padding > h5,
.article-content-padding > h6 {
  padding: 40px 0 16px 0;
}

.article-content-padding > p {
  padding-top: 16px;
}

.back-all-articles {
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  gap: 10px;
}

.article-tag-section {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.article-tag {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #333456;
  background: #f7f5f4;
  border-radius: 999px;
  padding: 8px 16px;
  align-items: center;
}

.blog-article-wrapper {
  display: flex;
  justify-content: center;
}

.blog-page-article-content {
  max-width: 1056px;
  width: 100%;
  border-radius: 10px;
  padding: 60px 178px 60px 178px;
}

.content-page-list-caption > h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #333456;
  margin-top: 20px;
  margin-bottom: 25px;
}

.content-page-toptext {
  display: flex;
}

.content-page-date {
  width: 40%;
  min-width: 160px;
}

.content-page-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333456;
}

.useful-article-page {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  height: 72px;
}

.blog-article-content a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
  color: transparent;
}

.blog-article-content > ol > li > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > ol > li > h4 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > ol > li > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > ol > li > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > ul > li > h3 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > ul > li > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > ul > li > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h1 > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h2 > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h3 > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h4 > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h5 > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h6 > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h1 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h2 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h3 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h4 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h5 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h6 > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h1 > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h2 > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h3 > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h4 > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h5 > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h6 > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > div > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > div > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h1 > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h2 > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h3 > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h4 > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h5 > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > h6 > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > div > em > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > p > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > p > strong > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > p > em > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.blog-article-content > p > span > a {
  background: linear-gradient(90deg, #d95856 0%, #ec7e4e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 1px solid #ec7e4e;
}

.popular-tags-section.tags-section-blogpage {
  font-weight: 700;
  font-size: 43px;
  line-height: 60px;
}

.image-blog-blogpage {
  object-fit: cover;
  width: 100%;
  height: 180px;
  min-height: 180px;
  border-radius: 10px;
}

.image-blog-article-page {
  object-fit: cover;
  width: 100%;
  height: 180px;
  min-height: 180px;
  border-radius: 10px;
}

.article-content-padding {
  padding: 12px 178px 40px 178px;
}

.useful-info-blog-page {
  display: flex;
  margin-top: 25px;
}

.article-content {
  width: 850px;
  border-radius: 10px;
}

.carousel-blogpage {
  object-fit: cover;
  width: 100%;
  height: 441px;
  min-height: 441px;
  border-radius: 10px;
}

.blog-nav.nav-left {
  left: 80px;
  top: 185px;
}

.blog-nav.nav-right {
  right: 80px;
  top: 185px;
}

.slide:nth-child(1) {
  opacity: 0.5;
  filter: blur(10px);
  position: absolute;
  left: -1525px !important;
}

.slide:nth-child(2) {
  opacity: 0.5;
  filter: blur(10px);
  position: absolute;
  left: -820px !important;
}

.slide:nth-child(3) {
  position: absolute;
  left: 193px !important;
  width: 785px !important;
}

.slide:nth-child(4) {
  opacity: 0.5;
  filter: blur(10px);
  position: absolute;
  left: 1525px !important;
}

.slide:nth-child(5) {
  opacity: 0.5;
  filter: blur(10px);
  position: absolute;
  left: 1525px !important;
}

.carousel-wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0 auto;
  top: 0;
  margin-top: 50px;
}

.white-block-helppage {
  position: absolute;
  top: 173px;
  height: 10px;
  width: 100%;
  background: #ffffff;
}

@media screen and (min-width: 1440px) {
  .white-block-helppage {
    position: absolute;
    top: 240px;
    height: 10px;
    width: 100%;
    background: #ffffff;
  }
}

@media screen and (min-width: 1919px) {
  .white-block-helppage {
    position: absolute;
    top: 250px;
    height: 10px;
    width: 100%;
    background: #ffffff;
  }

  .slide:nth-child(1) {
    opacity: 0.5;
    filter: blur(10px);
  }

  .slide:nth-child(2) {
    opacity: 0.5;
    filter: blur(10px);
    position: absolute;
    left: -240px !important;
  }

  .slide:nth-child(3) {
    position: absolute;
    left: 570px !important;
    width: 785px !important;
  }

  .slide:nth-child(4) {
    opacity: 0.5;
    filter: blur(10px);
    position: absolute;
    left: 1525px !important;
  }

  .slide:nth-child(5) {
    opacity: 0.5;
    filter: blur(10px);
  }

  .carousel-wrapper {
    width: 1920px;
    margin: 0 auto;
    padding: 0 auto;
    top: 0;
    margin-top: 50px;
  }

  .blog-nav.nav-left {
    left: 440px;
    top: 185px;
  }

  .blog-nav.nav-right {
    right: 435px;
    top: 185px;
  }

  .article-content {
    width: 1056px;
    border-radius: 10px;
  }

  .useful-info-blog-page {
    display: flex;
    margin-top: 25px;
  }

  .article-content-padding {
    padding: 12px 178px 40px 178px;
  }

  .image-blog-article-page {
    object-fit: cover;
    width: 100%;
    height: 258px;
    min-height: 258px;
    border-radius: 10px;
  }

  .image-blog-blogpage {
    object-fit: cover;
    width: 100%;
    height: 258px;
    min-height: 258px;
    border-radius: 10px;
  }
}

.icon-star-blog-page {
  animation-name: icon-star-blog-page;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes icon-star-blog-page {
  from {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg) scale(0.6);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  75% {
    transform: rotate(270deg) scale(0.6);
  }

  to {
    transform: rotate(360deg) scale(1);
  }
}

.blog-list-section .swiper-blog {
  /* max-width: 900px;
	padding-left: 100px;
	padding-right: 100px; */
  overflow: visible;
}

@media (min-width: 768px) {
  .blog-list-section .swiper-slide {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }

  .blog-list-section .swiper-slide > div {
    filter: blur(20px);
    pointer-events: none;
    transition: all 0.3s linear;
  }

  .blog-list-section .swiper-slide.swiper-slide-active > div {
    filter: blur(0);
    pointer-events: all;
  }
}

.blog-list-section .swiper-btn-next,
.blog-list-section .swiper-btn-prev {
  position: absolute;
  top: 192px;
  z-index: 10;
  display: flex;
}

.blog-list-section .swiper-blog .swiper-slide {
  max-width: 900px;
}

.blog-list-section .swiper-btn-next {
  right: calc(50% - 620px);
  transform: translateX(-50%);
}

.blog-list-section .swiper-btn-prev {
  left: calc(50% - 620px);
  transform: translateX(50%);
}

.blog-list-container .blog-list-caption {
  font-weight: 700;
  font-style: normal;
  color: #333456;
  font-size: 35px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  line-height: 43px;
}

.blog-list-section {
  overflow: hidden;
}

.blog-list-container .blog-list .useful-item {
  width: unset;
  height: 100%;
}

.blog-list-container .blog-list .col {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.blog-list-container .blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  gap: unset;
}

.container.popular-tags-section.tags-section-blogpage.container-center {
  margin-bottom: 75px;
}

.swiper-blog .date-holder {
  min-width: 150px;
  margin-right: 30px;
}

.blog-list-container {
  margin-bottom: 50px;
}

.blog-page .article-holder > a {
  margin-right: auto;
}

.blog-page .article-holder {
  position: relative;
  display: flex;
}

.blog-page .article-holder .article-wrapper {
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .blog-list-container .blog-list .col {
    width: 33.33333333%;
  }

  .blog-page .article-holder {
    flex-direction: column;
  }

  .article-content {
    width: 100%;
  }

  .blog-page .back-all-articles {
    margin-bottom: 20px;
  }

  .blog-list-section .swiper-btn-next {
    right: 0;
    transform: translateX(0);
  }

  .blog-list-section .swiper-btn-prev {
    left: 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 992px) {
  .blog-list-container .blog-list .col {
    width: 50%;
  }

  .blog-page .article-content-padding {
    padding: 12px 48px 40px 48px;
  }

  .blog-page .swiper-safe {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .blog-list-section .swiper-btn-prev {
    left: 10px;
  }

  .blog-list-section .swiper-btn-next img,
  .blog-list-section .swiper-btn-prev img {
    display: none;
  }

  .blog-list-section .swiper-btn-prev::before,
  .blog-list-section .swiper-btn-next::before {
    content: "";
    width: 55px;
    height: 55px;
    background-image: url("/img/white-circle-arrow.svg");
    background-position: center;
    background-size: 60px;
  }

  .blog-list-section .swiper-btn-next::before {
    transform: rotate(180deg);
  }

  .blog-list-container .blog-list .col {
    width: 100%;
  }

  .blog-list-section {
    padding-top: 20px;
  }

  .title-search-page.intro-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .blog-page-title-block > div > img {
    width: 56px;
  }

  .blog-page-title-block {
    margin-top: 0;
  }

  .blog-list-section .swiper-btn-next,
  .swiper-btn-prev {
    width: 65px;
  }

  .blog-list-section .swiper-btn-next img,
  .blog-list-section .swiper-btn-prev img {
    width: 100%;
    height: auto;
  }

  .blog-list-section .swiper-btn-next {
    right: 0;
  }

  .useful-number-blog-page {
    font-size: 18px;
    height: unset;
  }

  .useful-info-blog-page {
    flex-direction: column;
  }

  .useful-title-blog-page {
    font-size: 21px;
    line-height: 1.6;
    height: unset;
  }

  .blog-list-section .swiper-blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-list-section .text-blog-holder {
    flex-direction: column;
  }

  .blog-list-section {
    padding-bottom: 0;
  }

  .useful-title-blog-page {
    -webkit-line-clamp: 1;
  }

  .useful-content-blog {
    min-height: 50px;
    height: unset;
    -webkit-line-clamp: 2;
  }

  .swiper.swiper-blog.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    margin-bottom: 50px;
  }

  .container.popular-tags-section.tags-section-blogpage.container-center {
    margin-bottom: 25px;
    margin-top: 0;
    gap: unset;
  }

  .blog-list-container .blog-list-caption {
    font-size: 30px;
  }

  .popular-tags-section.tags-section-blogpage .popular-tags-blog-page {
    padding: 5px 15px;
    font-size: 14px;
  }

  .blog-list-container {
    margin-bottom: 0px;
  }

  .blog-page-title-block {
    margin-bottom: 50px;
  }

  .blog-page-title-block .icon-holder {
    width: 50px;
    right: -50px;
  }

  .blog-list-container .useful-info {
    padding: 0 20px 20px 20px;
  }

  .blog-page .article-content-padding {
    padding: 12px 38px 40px 38px;
  }

  .blog-page .useful-title-blogarticle-page {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.6;
    height: unset;
    -webkit-line-clamp: unset;
  }

  .blog-page .article-content-padding {
    gap: 10px;
  }

  .blog-page .article-tag {
    padding: 7px 13px;
    font-size: 13px;
  }

  .blog-page .container-center.title-useful-article-page {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  .blog-page .article-content-padding {
    padding: 12px 18px 40px 18px;
  }
}

.koc-section-wrp {
	display: flex;
	justify-content: space-around;
	font-weight: 500;
}

.koc-container-wrp {
	padding: 0 15px;
	max-width: 1170px;
	width: 100%;
}

.koc-post-item-container > div {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.koc-img-wrp {
	position: relative;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.koc-img-wrp .gradient {
	background: -moz-linear-gradient(top, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%) no-repeat center center;
	background: -webkit-linear-gradient(top, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%) no-repeat center center;
	background: linear-gradient(to bottom, rgba(207, 207, 207, 0.11) 0%, rgba(0, 0, 0, 0.7) 100%) no-repeat center center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ccfcfcf', endColorstr='#b3000000',GradientType=0 );
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.koc-post-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: -15px;
}

.koc-img-wrp > div {
	color: #fff;
}

.koc-post-item-container {
	min-width: 200px;
	width: 33%;
	padding-left: 15px;
	margin-top: 15px;
}

.koc-img-wrp > .koc-category {
	background-color: #147769;
	text-align: center;
	width: auto;
	border-radius: 3px;
	margin-top: 20px;
	margin-left: 15px;
	z-index: 1;
	position: absolute;
	top: 0;
}

.koc-img-wrp > .koc-category > .category {
	text-transform: uppercase;
	font-size: 12px;
	width: auto;
	padding: 4px 8px;
	font-weight: 500;
}

.koc-img-wrp .koc-name {
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0;

	max-height: 100%;
	overflow-y: hidden;
}

.koc-text-wrp {
	color: #787878;
	font-size: 14px;
}

.koc-text-icon-wrp > span,
.koc-container-text > div {
	color: #787878;
}

.koc-container-text {
	height: 4.5em;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
}

.fade-txt-block {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	height: 1.75em;
	background: linear-gradient(to right, rgba(243, 247, 250, 0), rgba(243, 247, 250, 1));
}

.koc-page-txt-wrp > .fade-txt-block,
.blog-list-container .fade-txt-block {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.koc-btn {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}

.koc-text-wrp > .created {
	display: flex;
	padding: 10px 0;
	font-size: 11px;
}

.koc-text-icon-wrp {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.koc-author-wrp {
	max-width: 60%;
}

.koc-author-wrp > .author {
	flex-grow: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #363636;
}

.koc-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	opacity: 0.5;
	background: url("../Content/Image/vendor-user-icon-inverse.png") center center no-repeat;
	margin-right: 6px;
}

.koc-icon.author-icon {
	background-position: -1px 0;
}

.koc-icon.date-icon {
	background-position: -1px -34px;
}

.koc-icon.readtime-icon {
	background-position: 0 -60px;
}

.koc-container-text {
	position: relative;
}

@media screen and (max-width: 992px) {
	.koc-post-item-container {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.koc-post-item-container {
		width: 100%;
		padding-left: 0;
	}
	.koc-post-container {
		margin-left: 0;
	}

	.koc-text-icon-wrp.time-container {
		display: none;
	}
}

@media screen and (max-width: 567px) {
	.koc-btn {
		width: 200px;
	}
}

