@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,500,700");
.smartbanner {
    position: absolute;
    top: 60px;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #f3f3f3;
    font-family: Helvetica, sans, sans-serif;
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center;
}

.smartbanner__exit::after,
.smartbanner__exit::before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #767676;
    content: " ";
}

.smartbanner__icon,
.smartbanner__info {
    top: 10px;
    height: 64px;
    position: absolute;
}



.smartbanner__exit::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.smartbanner__exit::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.smartbanner__icon {
    left: 30px;
    width: 64px;
    border-radius: 15px;
    background-size: 64px 64px;
}

.smartbanner__info {
    left: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.smartbanner__info__title {
    font-size: 14px;
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 12px;
}

.smartbanner__button {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 1;
    display: block;
    min-width: 10%;
    background: #dc4e41;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #dc4e41;
    border-radius: 2px;
    padding-left: 1px;
}

.smartbanner__button__label {
    text-align: center;
    font-weight: 600;
}

#error {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 5px auto;
}

#error a.link {
    color: inherit;
    text-decoration: none;
    border-bottom: 4px solid rgba(1, 118, 228, 0.25);
    background-repeat: repeat-x;
    padding-bottom: 1px;
    background-size: 8px 8px;
    background-position: 0 bottom;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
}

#error a.link:focus,
#error a.link:hover {
    border-color: #0176e4;
}

#error .video {
    position: relative;
    text-align: center;
}


/*!
 *  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: "FontAwesome";
    src: url("https://dxdx43mgf1h6b.cloudfront.net/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot?v=4.6.1");
    src: url("https://dxdx43mgf1h6b.cloudfront.net/assets/fontawesome-webfont-50bbe9192697e791e2ee4ef73917aeb1b03e727dff08a1fc8d74f00e4aa812e1.eot?#iefix&v=4.6.1") format("embedded-opentype"), url("https://dxdx43mgf1h6b.cloudfront.net/assets/fontawesome-webfont-7dacf83f51179de8d7980a513e67ab3a08f2c6272bb5946df8fd77c0d1763b73.woff2?v=4.6.1") format("woff2"), url("https://dxdx43mgf1h6b.cloudfront.net/assets/fontawesome-webfont-adbc4f95eb6d7f2738959cf0ecbc374672fce47e856050a8e9791f457623ac2c.woff?v=4.6.1") format("woff"), url("https://dxdx43mgf1h6b.cloudfront.net/assets/fontawesome-webfont-ae19e2e4c04f2b04bf030684c4c1db8faf5c8fe3ee03d1e0c409046608b38912.ttf?v=4.6.1") format("truetype"), url("https://dxdx43mgf1h6b.cloudfront.net/assets/fontawesome-webfont-8e3586389bb4cd01b3f85bb3b622739bde6627f28bba63a020c223ca9cf1b9ae.svg?v=4.6.1#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

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

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

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

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

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

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

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

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

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

:root .fa-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

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

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

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

@font-face {
    font-family: "alexbrush-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/alexbrush-regular-webfont-bc3fc63b7a9a515026fd37ceeb5d4e1329810cf615314b7bb972257587418d49.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/alexbrush-regular-webfont-48a2f513784affe2a5723b477f608c06ea9e52fb80f14ad97042749bfb1c0bc2.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "allura-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/allura-regular-webfont-02b95af96e448d9730e7798ce37bf4b5159d69b5d2451bbaa8ea7fea2406e4b0.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/allura-regular-webfont-e268fd09bb57ded2da1423a2deebae785cc1c75bdae462ec6c42c1fce48f6e36.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "amatic-bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/amatic-bold-webfont-ba99d426f1b773ce1b52ced5843f8f14ce9514a1c35323785edd04dfacff1698.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/amatic-bold-webfont-22f48a0698114cc4c6738389ac50a414c495045bb904abe39c6fdd1e9cfc3c31.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "amaticsc-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/amaticsc-regular-webfont-8d03b18b0eac80ad5468bfa36191492f87594fe175fbd5d3960812ee328f9643.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/amaticsc-regular-webfont-4a6fb60035dfdcd1e9a043fb1ec95061d8e63fd90b42bfc6241e6622b99530d9.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "arizonia-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/arizonia-regular-webfont-3d830a86599fff9ab0b2b8460243a105a42a75c804dd3bbb4e67a26818aa1898.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/arizonia-regular-webfont-d0aeae366b713bd557218e4202f2a1fc364e2a87ad92dae23c828bbf877fde3d.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "blackjack";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/blackjack-webfont-9f92528a2d81c5ca941ea0a1a58aa1de07006069adfe8c13c6cf09bcc74e23ef.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/blackjack-webfont-8df3ee8b61bd77146145497c419b3e092cc25731eeaa618b485950d3078f00b1.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "cac_champagne";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/cac_champagne-webfont-10e40eee446d9e2415418935d06828919d4f287ca5d74134d9cd70656c86d167.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/cac_champagne-webfont-6280bf69f9cfafee965c513036d2bb1c12c9056fc37082773863b1f3b8d0f657.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "capture_it_2";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/capture_it_2-webfont-4801a371bbfa04598461426e538b182f196c597fecaff74e1534682fdb15c773.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/capture_it_2-webfont-cf277f2736d159bf055434c07df363f79babc09b491fb99f2159ff555a15eedb.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "capture_it";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/capture_it-webfont-9022b3674c0941cea00759bed2dbcd9f90743de78a4c3d5bf0c36425de145ae2.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/capture_it-webfont-72968ffe259c20d5813babdd4dd524f7ab91f2e259fc2ad4516a5784ee687a61.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "caviar_dreams_bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/caviar_dreams_bold-webfont-43a103c86d36de986779a2bbbf321d51bd7510d4a3aebccb3614085c28a57258.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/caviar_dreams_bold-webfont-7bc0f9606dfe8880d676d2ff0c708835419739f98d351cff38a46821df65ec18.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "caviardreams";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/caviardreams-webfont-6865dafdb87d8231a74ababf62ff965bf2ecaa3ac1d7c8885a512ecedab35a01.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/caviardreams-webfont-12800370cf9959ffc1dfedaf23eda2bba9e4d28ece04c9e128e8c9fdf08316ad.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "chunkfive";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/chunkfive-webfont-f78613f78cf5a1f7872d470ab1053de758f365a298790d9f5e958c4a25a852b4.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/chunkfive-webfont-648299dc78e7a8e9a66aff458d84bd212a3c017ff88461c05bbdb26984f00b9c.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "dancingscript-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/dancingscript-regular-webfont-cf74d07726c09b05de2df14b7bbd462522b96b5a68559d76cde4a1df6f339fad.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/dancingscript-regular-webfont-85635962f512bd92674fa93df91edf43c9bb67e636a21798092ab9ac2a0c3055.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "existence-light";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/existence-light-webfont-08f46fb8f450f912bc77e4d9d88a7ee8aebba25e34aec6a4bd778999ca0c89b1.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/existence-light-webfont-d8e8bb0c5de181a5e8fb50b109673c2f7b9f4a4243a951d6abbeb09cc9cf1852.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "existence-stencillight";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/existence-stencillight-webfont-92a3a60205f3116c9b158ee11e77ddaaa8556e88ae0bd359cf137e0342225af3.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/existence-stencillight-webfont-28dc3c1e7d54ac306edc1fbffbb67416fdfd427104b9a690501d0211db686c48.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "existence-unicaselight";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/existence-unicaselight-webfont-770d4ad3abe64cc23ba2d31c80c5c15a28e1f8c35a49f6d6fc993cbad2c6e74f.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/existence-unicaselight-webfont-b47a4dabb35201e810bac36f1d35d5b8ce2ad6cff7f80c25b8294c43196a2ea5.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fff_tusj";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/fff_tusj-webfont-5dd749496987f01671d1e384afd86d5fef57cbeec2e178f984e2eecc14ee202a.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/fff_tusj-webfont-9a9888ff9878d31283f9df7f8493a8f58dbc727e6137bc2ea5858a80c35a323a.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "grandhotel-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/grandhotel-regular-webfont-e3cd9eddf54ef0c704840a88a535dbb19875972304f14a236167f1af7b35dca1.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/grandhotel-regular-webfont-0e9f7355be0c28afad418d279aff20abe136f35fa2e28d59fa9c73322b1a097f.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "greatvibes-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/greatvibes-regular-webfont-162e9d1caab7be3146a30f648f152bc07c98ea90bbd706c196c3b578c8d2715b.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/greatvibes-regular-webfont-48033ec515a7e1283d03e527a19d4e50d6c3c2c1416f99d94fea792b79883e14.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "heart";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/heart-webfont-bbeeddbdeb94831b835ab5e1f476924e4437cb1c23a51d66aeb8f11185d9637a.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/heart-webfont-b48b10c7ef60387f7e0e38efd4406fd8c83e44015ca9a4707764e1b0c19e83af.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "joyful-juliana";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/joyful_juliana-webfont-f8c97428c5af547c04b4863f7b697485a039d248963355e143942c91bd6501a9.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/joyful_juliana-webfont-06f9d50f371093ae581722285b35cb760fd80bc2caeedce4eb1641c03e8e9a03.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "justmeagaindownhere";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/justmeagaindownhere-webfont-7587a29933d68c9615b918f66b68a8d74292724576b685d7ac85f7961a3ffad9.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/justmeagaindownhere-webfont-6a75a63c5d7a42a2411624055c2ab7c8d79a237e5767093fc7bf986fbf1367f1.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "mailart_";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/mailart_-webfont-8e99e57ea169f27fb1d2440653d1369fa80a83660db1c7af92f174734e47776e.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/mailart_-webfont-0002a05cb3727281bd339a7eed373116cb05d95ab57984d7e80a69ed03991efa.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "journal";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/journal-webfont-437e7fe0d1d55e1bda773c4085d318628fc2606775745ad70a3f3c369983e0c8.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/journal-webfont-17891d03db91090b09dc965caff5bde61d8e35040bffada981eaa8ebcfba4d13.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lato-bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/lato-bold-webfont-6644fb1b4505a5ad0b9545a46fcf71949cc84e923013bc489a2593a0695ab0e7.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/lato-bold-webfont-e32e8a7db4c9af493e04e2ba9b1181184b251051bf60b1a12caff77968508c9c.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "learningcurve_ot";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/learningcurve_ot-webfont-d1ccbbfc5ce69a0ca5e9ae11b555b36939e5160694f12abaa04f2bb8f1a3e26c.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/learningcurve_ot-webfont-7dc11d395fc261163c9bdbf26c592434a164e8e35f7b68fdca941933fc07f9fb.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "learningcurvedashed_ot";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/learningcurvedashed_ot-webfont-c4dd45cddfed6eda08ba4536a5292f0f60dbf27fb78f2edb924d07e5a81a2ad0.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/learningcurvedashed_ot-webfont-0c63dc475ad3b098302de311fd36a3e47876b9edc32041b740abecd94276bdee.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "lobster_1";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/lobster_1.3-webfont-c560bdfef0bbc7c856e136f5ead8ac7b7b908b433f5ff700d16db7b0b81486be.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/lobster_1.3-webfont-b53db61b72780067575468449c6d0948a36c80e7b0ce8fbf696037de92f3584f.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-bold-webfont-0180caa1c0f0a2de0358e486e693e3e1e119b1c14c62e5ee3b1135926e2ed468.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-bold-webfont-86c8038691ee5466441b68351d183354329aa7e822dd5c6f436a66685f5470aa.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-extrabold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-extrabold-webfont-04c524e218ebe9066e33b32ea2b9d83fab024e16d46f86b6fa8247c00b2b9237.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-extrabold-webfont-de8c89efe4e98d8528a83e9c4445209a316e8b9f3a711cbdfad31540951e9374.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-hairline";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-hairline-webfont-47d5f017d41f29c32a59a3c509303c2bfd5420a2145f2ed0981b84d79583acd3.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-hairline-webfont-bbf1bedf537804eeecae10058f106dcdfaeee6e0f9a4d06c9c90cf91f8a2ae25.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-regular-webfont-e1b5b1511c3ccd46e5c645785eb862efb8ea2a4e449b1cef5e89219d620932e1.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-regular-webfont-8ee12cda92b70de5cac105fbd5081cf36835a3f232c02e76b6f241f1ea2fb620.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-ultralight";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-ultralight-webfont-a7a6c7a6545e934828b492df22fe8044af4df524adcbff4a4180f3542b4550f3.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/montserrat-ultralight-webfont-70d01711185217ad070f9ae92d89598beb7b1c01812d4ea61d9ab30deaf487aa.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ostrichsans-black";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsans-black-webfont-9c46ca0a5ae7c4805ab066a689913cdfcf99863cdebc56afac8fb9520cd8887d.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsans-black-webfont-5c43ca645fa4d8a39f87d0944afb9937b9beb008de9f98cde9ca032d8eb26cc9.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ostrichsans-bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsans-bold-webfont-4d5ec97cdf5f977294da1b9f8391d5631fa11c86332ab2538c4233f1e188cb47.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsans-bold-webfont-a09bedc83b054f9df40ef03e45650f457d2d78dad79d3091ad2fba9498bd2bad.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ostrichsans-heavy";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsans-heavy-webfont-71c2806c4241bd374a3bec025aa42c0bb6d7491a27db191707277a91d9ddaf92.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsans-heavy-webfont-467c1e6437ebb9940a56fff85369e8255dd4e236eab247e11237102f02e685af.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "ostrichsansrounded-medium";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsansrounded-medium-webfont-1a845da8700c34d868103e2edd781596455fccdd2612240e086b93133823f634.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/ostrichsansrounded-medium-webfont-c5b1c6e9c58a3837fcefdc0f73e97434c1c6db8b29b568a092b1c7f715845631.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "pacifico";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/pacifico-webfont-7fb8cb4d5aa27137cefd5d348e95c53c3cbc5b0d2c2c21a2e60075dab6a5c8f6.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/pacifico-webfont-33ed68738c338b38aa2ca581794c0e7aafc9a7ce60e0af5c2b606d64f8671e07.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksand_dash";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand_dash-webfont-bbb6d051770190bd8b664e5c679878db28b74669fb10c0da9fadbfa6f213f881.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand_dash-webfont-4140794bd0f9dea390889f04e4673529f904bb33ada87aa0e8d6ed44de75b09c.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksand-bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-bold-webfont-999e41cf0776a107593284d9a3c3c1aae4f4382143156fe5fa3567f431ee5952.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-bold-webfont-edd497c46fbff546fd10c4a13316ef71410aac28bc315dd31baac8cef74d741a.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksand-italic";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-italic-webfont-a25db80f04e0185807eaae75196e495eaad4fc9e35508b7b194b84b99f5716bf.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-italic-webfont-18f4024007b113f38e6a1be629ddad81e8540f4323a672d4dbcc14dbabe7061c.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksand-light";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-light-webfont-2df9a74d1e221eeed82b251c2e5e41b53240bff334e0d7050bfbd3adf9f2d207.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-light-webfont-9afdede040a55c401414773d486e7534c9ce5f7fc177d84cff3b45be32200734.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "quicksand-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-regular-webfont-065dbc54d8b5037e2198292da4e51ba881b91865764c0131eb86dc3438fe9342.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/quicksand-regular-webfont-3b18f7758035c3c362a5b6c8379c37083d15b9ec7652ae559aa4d6aa702c0683.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "raleway-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/raleway-regular-webfont-fcf7995d9c0971c6ea55b52cfa410628327e718742d2fbc54f6827c388b526f3.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/raleway-regular-webfont-05e5393a9e4b128d437fb61da72cbb049f033db8792e3ddf6ab0d44c561d0deb.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "raleway-thin";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/raleway-thin-webfont-aed48b291c20ac3951440cb9b973585bdaf1a0539e359a0370da071bd4597c60.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/raleway-thin-webfont-9a7834979ab9491f3c39787fde4ebe5e3c4271e8697900ca264f9938a54f4eb8.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "raleway-black";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/raleway-black-webfont-4ac747c956af97f4dfa808913542d250cf1a9f7d214648f24ac7763b6440f7fd.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/raleway-black-webfont-f63a0cc41cc807a2037ce8c12918921b0a3d0d260cc884a36a1e4a9f8882e3e7.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-blackitalic";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-blackitalic-webfont-c3da3ed7f6130f521bbf721d40163a70170e8c4d9c57c4457136c8d848306789.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-blackitalic-webfont-d739f360ad00bb3418d4695f6c881e25e857f232e8544e6c6e5aeebc02ffc09d.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-bold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-bold-webfont-87242c1b319acb48168e987f01eb2ae727486459be3968c2b0ae11b0e3586f55.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-bold-webfont-f674513afdaf0488af59a949e76d47b4a8b0a03b8af83aa9ce4cac8bb23c7ffd.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-light";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-light-webfont-06177a6b4320540b18d6927d338eb10aaf6ce8d44549eef13a7600a499c004fb.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-light-webfont-dcb3ab3098815dfe84a0f4b09974a236b87793a63d3dfd954baa7c48ecbca914.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-regular-webfont-b78b932e96663b662ea41f90b4244ae97c29f0b5e0d4022732758676dcf63d62.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-regular-webfont-d7616d1c7ef52845a7934443ffa5f7ae828d36d6d150c5603dc991843b11f8ff.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-thin";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-thin-webfont-a54b524ce1eaf660056270d2127d92c49978874dfbf860f0d23825d235c49ef3.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-thin-webfont-3121e4578d872d101593a944971ac26d39960bb3ca7b48dfc16567d6840207c7.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-thinitalic";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-thinitalic-webfont-4e2670d4c34fedae4189bb13560b7d3da6dab95e88a9b20da7533aaa37432c53.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/roboto-thinitalic-webfont-64fb43a8368223cc879e1b690ae7cfc8f8e302983d2bbecdd39be96db808a2c2.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sail-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/sail-regular-webfont-ae4a4c1e1847e6a15300e9b3c97acfccd887cad98c3a141c64cd9a9a2a2a7b2d.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/sail-regular-webfont-994b558b3a97a47dd077c9307301b868c23275bee0744c949c276af881a3ce7c.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "seasrn__";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/seasrn__-webfont-dc1e6a3d2da2b51f5bdb87b054a857741e7218db4ca9fc468aa97fdae471e60a.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/seasrn__-webfont-6d65d67dd34249e56d18fc3c2d911d87d095908a33971085e4839e2a00b49b47.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "1942";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/1942-webfont-d70176b6a177e63e11955cc9c12217a9812f6405e4fe07b90b0ecd21d39eab24.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/1942-webfont-0e2a7dfe47988780f3ca3553c8d2f648df1d079b84592ab514a369d5f7a6023e.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "facerg__";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/facerg__-webfont-7f0e531fe4a1f1051eba71ea6fed719eee35862133cc18f39bae8fe5133a948a.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/facerg__-webfont-082b7726d3a24cbbd89a40e5fb6de00b5348a29156aaf0d5ab690bab4015fd2d.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "foxsn___";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/foxsn___-webfont-efb2918284b965829133f521e0089e00928d3f08130f790fe0568edb12820f05.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/foxsn___-webfont-d43b4333910c290e68441b767594361d4c173f8e7fab1c8f174039b7027f4dfe.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "harting";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/harting-webfont-1fce035c6540586008506aa64f374a0f233a905cffbabc48fc9decc02e9ed698.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/harting-webfont-0b9eb9ebe4dcb86dabccd0cd3fee24b88cee9a43d3ba5b2dc0040b5bea78d17b.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "rough_typewriter";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/rough_typewriter-webfont-aa71603a2aeea2b35617a484f2afef52f0fa1d76bbcbfaa2f6257a141cba6a03.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/rough_typewriter-webfont-3f3169098eedeabaf25d5d754b475f57fcdaa01361421750eb7cecad3ffc5f84.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "toxica__";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/toxica__-webfont-fd5701c31d849f205a6b4a8eea6bc3d90e671cb5ec1763800d8acdc19366e51d.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/toxica__-webfont-46f7c7025a59fd805f29ada961b85841481666e07443f435481e892f012d2d5c.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "walkway_black";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/walkway_black-webfont-ab96b3dad9e2384b37c26ec89297f3d3395e7b968486f246b9e1f595945dabd9.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/walkway_black-webfont-8f736d7a6fdfb943a0e90d047051a9461ce2a7e3a157229dc8fc147ff127ecab.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "walkway_oblique_black";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/walkway_oblique_black-webfont-746a81f58cb5c43c6ee3eaca9573d6f21a3e6960099f05ea1dfa705432a3a7c6.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/walkway_oblique_black-webfont-fab4dbc1f1772b2322aad88dca1dcd41cb2c11e89366e782a310ee3be246903a.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "walkway_oblique_ultrabold";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/walkway_oblique_ultrabold-webfont-cce269c3d48924ce0183e83e20586707fb3b8fe027cd12b9ca8834513078050f.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/walkway_oblique_ultrabold-webfont-7f2f74ab7a13faffd0c39d1a7dd3aac3dd3d3ef04d4381e7f936dfe51a029025.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "que_fontita_21";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/que_fontita_21-webfont-d3a75862cb30decb6dc8caf61574cd025edd054118d2f71fc3ec1aa2c8abb297.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/que_fontita_21-webfont-b386d0488aa6d7c8c88766d683bd4d2c403fb2f59a5acf597a56c7eb9d66d5dc.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sue-ellen-francisco";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/sue_ellen_francisco-webfont-472c6ec6a78fa3623ae6464133f55536065b73e7479fbbe2aa08dcf43d5f734e.woff2) format("woff2"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/sue_ellen_francisco-webfont-4e46c43b31d5771afeae89fbf56f49c48e5aa79f9171a3b4d0f4dbfffd6360d7.woff) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "josefinsans-regular";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/JosefinSans-Regular-200a18cd7ac0f59f66d86a3143af8bc6c2771b5c42d4fe7a687fdc07dd05d3a7.woff) format("woff"), url(https://dxdx43mgf1h6b.cloudfront.net/JosefinSans-Regular.woff2) format("woff");
    font-weight: normal;
    font-style: normal;
}

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

.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}

.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: "\f001";
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
    content: "\f002";
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: "\f004";
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: "\f003";
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

@font-face {
    font-family: "Pe-icon-7-stroke";
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/pe-icon-7-stroke-d9896922379aeb729a67c4bc12f2a51ee970c37ea079ee30f856fd2807fd3e9c.eot?d7yf1v);
    src: url(https://dxdx43mgf1h6b.cloudfront.net/assets/pe-icon-7-stroke-d9896922379aeb729a67c4bc12f2a51ee970c37ea079ee30f856fd2807fd3e9c.eot?#iefixd7yf1v) format("embedded-opentype"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/pe-icon-7-stroke-6fb4217048f333e23e0fd0ba2ab05e05fd7500f86a5a80a7cf04a2f94b257bec.woff?d7yf1v) format("woff"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/pe-icon-7-stroke-99620ded1c4d61277630422146e2488b1afaef9be2dc0924ff3f75e2ecd71820.ttf?d7yf1v) format("truetype"), url(https://dxdx43mgf1h6b.cloudfront.net/assets/pe-icon-7-stroke-c508f5a34aba76da55d77ad996baf4095b6e9b64b35566e3657e5f73f1921417.svg?d7yf1v#Pe-icon-7-stroke) format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"],
[class*=" pe-7s-"] {
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
    content: "\e6aa";
}

.pe-7s-arc:before {
    content: "\e6ab";
}

.pe-7s-back-2:before {
    content: "\e6ac";
}

.pe-7s-bandaid:before {
    content: "\e6ad";
}

.pe-7s-car:before {
    content: "\e6ae";
}

.pe-7s-diamond:before {
    content: "\e6af";
}

.pe-7s-door-lock:before {
    content: "\e6b0";
}

.pe-7s-eyedropper:before {
    content: "\e6b1";
}

.pe-7s-female:before {
    content: "\e6b2";
}

.pe-7s-gym:before {
    content: "\e6b3";
}

.pe-7s-hammer:before {
    content: "\e6b4";
}

.pe-7s-headphones:before {
    content: "\e6b5";
}

.pe-7s-helm:before {
    content: "\e6b6";
}

.pe-7s-hourglass:before {
    content: "\e6b7";
}

.pe-7s-leaf:before {
    content: "\e6b8";
}

.pe-7s-magic-wand:before {
    content: "\e6b9";
}

.pe-7s-male:before {
    content: "\e6ba";
}

.pe-7s-map-2:before {
    content: "\e6bb";
}

.pe-7s-next-2:before {
    content: "\e6bc";
}

.pe-7s-paint-bucket:before {
    content: "\e6bd";
}

.pe-7s-pendrive:before {
    content: "\e6be";
}

.pe-7s-photo:before {
    content: "\e6bf";
}

.pe-7s-piggy:before {
    content: "\e6c0";
}

.pe-7s-plugin:before {
    content: "\e6c1";
}

.pe-7s-refresh-2:before {
    content: "\e6c2";
}

.pe-7s-rocket:before {
    content: "\e6c3";
}

.pe-7s-settings:before {
    content: "\e6c4";
}

.pe-7s-shield:before {
    content: "\e6c5";
}

.pe-7s-smile:before {
    content: "\e6c6";
}

.pe-7s-usb:before {
    content: "\e6c7";
}

.pe-7s-vector:before {
    content: "\e6c8";
}

.pe-7s-wine:before {
    content: "\e6c9";
}

.pe-7s-cloud-upload:before {
    content: "\e68a";
}

.pe-7s-cash:before {
    content: "\e68c";
}

.pe-7s-close:before {
    content: "\e680";
}

.pe-7s-bluetooth:before {
    content: "\e68d";
}

.pe-7s-cloud-download:before {
    content: "\e68b";
}

.pe-7s-way:before {
    content: "\e68e";
}

.pe-7s-close-circle:before {
    content: "\e681";
}

.pe-7s-id:before {
    content: "\e68f";
}

.pe-7s-angle-up:before {
    content: "\e682";
}

.pe-7s-wristwatch:before {
    content: "\e690";
}

.pe-7s-angle-up-circle:before {
    content: "\e683";
}

.pe-7s-world:before {
    content: "\e691";
}

.pe-7s-angle-right:before {
    content: "\e684";
}

.pe-7s-volume:before {
    content: "\e692";
}

.pe-7s-angle-right-circle:before {
    content: "\e685";
}

.pe-7s-users:before {
    content: "\e693";
}

.pe-7s-angle-left:before {
    content: "\e686";
}

.pe-7s-user-female:before {
    content: "\e694";
}

.pe-7s-angle-left-circle:before {
    content: "\e687";
}

.pe-7s-up-arrow:before {
    content: "\e695";
}

.pe-7s-angle-down:before {
    content: "\e688";
}

.pe-7s-switch:before {
    content: "\e696";
}

.pe-7s-angle-down-circle:before {
    content: "\e689";
}

.pe-7s-scissors:before {
    content: "\e697";
}

.pe-7s-wallet:before {
    content: "\e600";
}

.pe-7s-safe:before {
    content: "\e698";
}

.pe-7s-volume2:before {
    content: "\e601";
}

.pe-7s-volume1:before {
    content: "\e602";
}

.pe-7s-voicemail:before {
    content: "\e603";
}

.pe-7s-video:before {
    content: "\e604";
}

.pe-7s-user:before {
    content: "\e605";
}

.pe-7s-upload:before {
    content: "\e606";
}

.pe-7s-unlock:before {
    content: "\e607";
}

.pe-7s-umbrella:before {
    content: "\e608";
}

.pe-7s-trash:before {
    content: "\e609";
}

.pe-7s-tools:before {
    content: "\e60a";
}

.pe-7s-timer:before {
    content: "\e60b";
}

.pe-7s-ticket:before {
    content: "\e60c";
}

.pe-7s-target:before {
    content: "\e60d";
}

.pe-7s-sun:before {
    content: "\e60e";
}

.pe-7s-study:before {
    content: "\e60f";
}

.pe-7s-stopwatch:before {
    content: "\e610";
}

.pe-7s-star:before {
    content: "\e611";
}

.pe-7s-speaker:before {
    content: "\e612";
}

.pe-7s-signal:before {
    content: "\e613";
}

.pe-7s-shuffle:before {
    content: "\e614";
}

.pe-7s-shopbag:before {
    content: "\e615";
}

.pe-7s-share:before {
    content: "\e616";
}

.pe-7s-server:before {
    content: "\e617";
}

.pe-7s-search:before {
    content: "\e618";
}

.pe-7s-film:before {
    content: "\e6a5";
}

.pe-7s-science:before {
    content: "\e619";
}

.pe-7s-disk:before {
    content: "\e6a6";
}

.pe-7s-ribbon:before {
    content: "\e61a";
}

.pe-7s-repeat:before {
    content: "\e61b";
}

.pe-7s-refresh:before {
    content: "\e61c";
}

.pe-7s-add-user:before {
    content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
    content: "\e61d";
}

.pe-7s-paperclip:before {
    content: "\e69c";
}

.pe-7s-radio:before {
    content: "\e61e";
}

.pe-7s-note2:before {
    content: "\e69d";
}

.pe-7s-print:before {
    content: "\e61f";
}

.pe-7s-network:before {
    content: "\e69e";
}

.pe-7s-prev:before {
    content: "\e620";
}

.pe-7s-mute:before {
    content: "\e69f";
}

.pe-7s-power:before {
    content: "\e621";
}

.pe-7s-medal:before {
    content: "\e6a0";
}

.pe-7s-portfolio:before {
    content: "\e622";
}

.pe-7s-like2:before {
    content: "\e6a1";
}

.pe-7s-plus:before {
    content: "\e623";
}

.pe-7s-left-arrow:before {
    content: "\e6a2";
}

.pe-7s-play:before {
    content: "\e624";
}

.pe-7s-key:before {
    content: "\e6a3";
}

.pe-7s-plane:before {
    content: "\e625";
}

.pe-7s-joy:before {
    content: "\e6a4";
}

.pe-7s-photo-gallery:before {
    content: "\e626";
}

.pe-7s-pin:before {
    content: "\e69b";
}

.pe-7s-phone:before {
    content: "\e627";
}

.pe-7s-plug:before {
    content: "\e69a";
}

.pe-7s-pen:before {
    content: "\e628";
}

.pe-7s-right-arrow:before {
    content: "\e699";
}

.pe-7s-paper-plane:before {
    content: "\e629";
}

.pe-7s-delete-user:before {
    content: "\e6a7";
}

.pe-7s-paint:before {
    content: "\e62a";
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8";
}

.pe-7s-notebook:before {
    content: "\e62b";
}

.pe-7s-note:before {
    content: "\e62c";
}

.pe-7s-next:before {
    content: "\e62d";
}

.pe-7s-news-paper:before {
    content: "\e62e";
}

.pe-7s-musiclist:before {
    content: "\e62f";
}

.pe-7s-music:before {
    content: "\e630";
}

.pe-7s-mouse:before {
    content: "\e631";
}

.pe-7s-more:before {
    content: "\e632";
}

.pe-7s-moon:before {
    content: "\e633";
}

.pe-7s-monitor:before {
    content: "\e634";
}

.pe-7s-micro:before {
    content: "\e635";
}

.pe-7s-menu:before {
    content: "\e636";
}

.pe-7s-map:before {
    content: "\e637";
}

.pe-7s-map-marker:before {
    content: "\e638";
}

.pe-7s-mail:before {
    content: "\e639";
}

.pe-7s-mail-open:before {
    content: "\e63a";
}

.pe-7s-mail-open-file:before {
    content: "\e63b";
}

.pe-7s-magnet:before {
    content: "\e63c";
}

.pe-7s-loop:before {
    content: "\e63d";
}

.pe-7s-look:before {
    content: "\e63e";
}

.pe-7s-lock:before {
    content: "\e63f";
}

.pe-7s-lintern:before {
    content: "\e640";
}

.pe-7s-link:before {
    content: "\e641";
}

.pe-7s-like:before {
    content: "\e642";
}

.pe-7s-light:before {
    content: "\e643";
}

.pe-7s-less:before {
    content: "\e644";
}

.pe-7s-keypad:before {
    content: "\e645";
}

.pe-7s-junk:before {
    content: "\e646";
}

.pe-7s-info:before {
    content: "\e647";
}

.pe-7s-home:before {
    content: "\e648";
}

.pe-7s-help2:before {
    content: "\e649";
}

.pe-7s-help1:before {
    content: "\e64a";
}

.pe-7s-graph3:before {
    content: "\e64b";
}

.pe-7s-graph2:before {
    content: "\e64c";
}

.pe-7s-graph1:before {
    content: "\e64d";
}

.pe-7s-graph:before {
    content: "\e64e";
}

.pe-7s-global:before {
    content: "\e64f";
}

.pe-7s-gleam:before {
    content: "\e650";
}

.pe-7s-glasses:before {
    content: "\e651";
}

.pe-7s-gift:before {
    content: "\e652";
}

.pe-7s-folder:before {
    content: "\e653";
}

.pe-7s-flag:before {
    content: "\e654";
}

.pe-7s-filter:before {
    content: "\e655";
}

.pe-7s-file:before {
    content: "\e656";
}

.pe-7s-expand1:before {
    content: "\e657";
}

.pe-7s-exapnd2:before {
    content: "\e658";
}

.pe-7s-edit:before {
    content: "\e659";
}

.pe-7s-drop:before {
    content: "\e65a";
}

.pe-7s-drawer:before {
    content: "\e65b";
}

.pe-7s-download:before {
    content: "\e65c";
}

.pe-7s-display2:before {
    content: "\e65d";
}

.pe-7s-display1:before {
    content: "\e65e";
}

.pe-7s-diskette:before {
    content: "\e65f";
}

.pe-7s-date:before {
    content: "\e660";
}

.pe-7s-cup:before {
    content: "\e661";
}

.pe-7s-culture:before {
    content: "\e662";
}

.pe-7s-crop:before {
    content: "\e663";
}

.pe-7s-credit:before {
    content: "\e664";
}

.pe-7s-copy-file:before {
    content: "\e665";
}

.pe-7s-config:before {
    content: "\e666";
}

.pe-7s-compass:before {
    content: "\e667";
}

.pe-7s-comment:before {
    content: "\e668";
}

.pe-7s-coffee:before {
    content: "\e669";
}

.pe-7s-cloud:before {
    content: "\e66a";
}

.pe-7s-clock:before {
    content: "\e66b";
}

.pe-7s-check:before {
    content: "\e66c";
}

.pe-7s-chat:before {
    content: "\e66d";
}

.pe-7s-cart:before {
    content: "\e66e";
}

.pe-7s-camera:before {
    content: "\e66f";
}

.pe-7s-call:before {
    content: "\e670";
}

.pe-7s-calculator:before {
    content: "\e671";
}

.pe-7s-browser:before {
    content: "\e672";
}

.pe-7s-box2:before {
    content: "\e673";
}

.pe-7s-box1:before {
    content: "\e674";
}

.pe-7s-bookmarks:before {
    content: "\e675";
}

.pe-7s-bicycle:before {
    content: "\e676";
}

.pe-7s-bell:before {
    content: "\e677";
}

.pe-7s-battery:before {
    content: "\e678";
}

.pe-7s-ball:before {
    content: "\e679";
}

.pe-7s-back:before {
    content: "\e67a";
}

.pe-7s-attention:before {
    content: "\e67b";
}

.pe-7s-anchor:before {
    content: "\e67c";
}

.pe-7s-albums:before {
    content: "\e67d";
}

.pe-7s-alarm:before {
    content: "\e67e";
}

.pe-7s-airplay:before {
    content: "\e67f";
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

a {
    color: #dc4e41;
}

a,
a:hover {
    text-decoration: none;
}

body {
    font-family: "Ubuntu", sans-serif;
    padding: 75px 0 0 0;
    margin: 0;
    background: #fafafa;
    transition: padding 0.35s;
    -moz-transition: padding 0.35s;
    -webkit-transition: padding 0.35s;
}

body.header-hidden {
    padding: 0;
}

body.modal-show {
    overflow: hidden !important;
}

.stop-scroll {
    overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #25272a;
    font-weight: 700;
}

h1 {
    font-size: 32px;
    line-height: 38px;
}

h2 {
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    color: #25272a;
    line-height: 22px;
    font-weight: 400;
}

textarea:not(.resize) {
    height: 100px !important;
    resize: none;
}

.container {
    width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.spin-effect {
    -webkit-animation: spin 120s linear infinite;
    -moz-animation: spin 120s linear infinite;
    animation: spin 120s linear infinite;
    animation-direction: alternate;
    -moz-animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

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

.clear:after {
    clear: both;
}

.hidden {
    display: none;
}

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

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

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

.btn-group {
    padding: 20px 0;
}

.btn {
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    background: #ffffff;
    color: #25272a;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-primary {
    color: #ffffff;
    background: #25272a;
}

.btn-primary:hover {
    background: #dc4e41;

}

.btn-block {
    width: 100%;
    display: block;
}

.form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #25272a;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #27303a;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
}

:-moz-placeholder {
    color: #27303a;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
}

::-moz-placeholder {
    color: #27303a;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #27303a;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
}

.transition {
    transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
}

.dropbox {
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    margin: 0;
    top: 50px;
}

.remove-default {
    margin: 0;
    padding: 0;
}

.hide {
    visbility: hidden;
}

.truncate {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.view-more-btn {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.comments-container {
    padding-top: 7px;
}

.mobile-back {
    display: none;
}

.delete-coment::before {
    content: "\2715";
    display: block;
}

.comment-content {
    margin-right: 5px;
}

.delete-coment {
    color: #cacaca !important;
    padding-left: 1.5em;
}

.padding-top-10 {
    padding-top: 20px;
}

.user-access-box,
.primary-header,
.single-feed,
.dropbox,
.user-dropdown,
.modal {
    box-shadow: 0 0 10px -4px #999999;
    -moz-box-shadow: 0 0 10px -4px #999999;
    -webkit-box-shadow: 0 0 10px -4px #999999;
}

.btn,
.form-control,
.user-access-box,
.register-buttons a,
.single-feed,
.tip,
.user-dropdown,
.modal-content,
.modal,
.hide-header,
.contact-form .input {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.search-results li img,
.notifications li img,
.edit-user-image img,
.edit-user-image .form-control,
.file-overlay,
.user-image img,
.post-action-btn span,
.static-holder ul li:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.register-buttons a,
.btn {
    box-shadow: 0 2px 5px -1px #545454;
    -moz-box-shadow: 0 2px 5px -1px #545454;
    -webkit-box-shadow: 0 2px 5px -1px #545454;
}

.premium-content-conatainer {
    text-align: left;
    width: 55%;
    margin: 0 auto;
}

.premium-content-conatainer h2 {
    color: #222222;
    font-family: Helvetica;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: normal;
    margin-top: 1%;
    margin-bottom: 1%;
}

.premium-content-text {
    color: #757575;
    font-family: Helvetica;
    font-size: 18px !important;
    margin: 0;
}

.get-premium {
    background: #dc4e41;
    text-align: center !important;
    width: 50% !important;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
}

.primary-header {
    min-height: 75px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.primary-header.logged-out .logo {
    display: block;
    text-align: center;
}

.logo {
    display: inline-block;
    height: 75px;
    line-height: 70px;
}

.logo img {
    width: 45px;
    height: 45px;
    vertical-align: middle;
}

.logo a {
    color: #27303a;
}

.logo {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 26px;
}

#search-form {
    position: absolute;
    width: 280px;
    height: 40px;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -140px;
}

#search-form .form-control {
    padding-right: 35px;
}

#search-form .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #27303a;
    font-size: 22px;
    z-index: 1;
    margin-top: -11px;
}

.action-bar {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    z-index: 1;
    height: 75px;
    top: 0;
    line-height: 75px;
}

.action-bar li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.action-bar li+li {
    margin-left: 20px;
}

.action-bar li a {
    font-size: 26px;
}

.action-bar li a:hover,
.action-bar li.active a {
    color: #27303a;
}

.user-dropdown,
.tip {
    position: absolute;
}

.tip {
    position: absolute;
    width: 60px;
    background: #27303a;
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    left: 50%;
    top: 55px;
    z-index: 1;
    margin-left: -30px;
    line-height: 14px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
}

.tip:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #27303a;
    z-index: 1;
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: -10px;
}

.action-bar li a:hover+.tip,
.user-options:hover .user-dropdown {
    top: 65px;
    opacity: 1;
    visibility: visible;
}

.user-dropdown {
    padding: 0;
    margin: 0;
    background: #ffffff;
    line-height: 14px;
    top: 55px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 80px;
}

.user-dropdown li {
    display: block;
    width: 100%;
    margin: 0 !important;
}

.action-bar .user-dropdown a {
    display: block;
    font-size: 12px;
    color: #27303a;
    padding: 0 10px;
    line-height: 28px;
    font-size: 12px;
    height: 30px;
    text-align: center;
}

.action-bar .user-dropdown li+li {
    border-top: solid 1px #efefef;
}

.action-bar .user-dropdown a:hover {
    color: #dc4e41;
}

.search-results a,
.notifications a {
    padding: 10px;
    display: block;
}

.search-results li img,
.notifications li img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.search-results li div.tag-name {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    text-align: center;
    padding: 6px;
    color: white;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.action-bar .notification-item {
    display: block;
}

.search-result-item,
.notification-text {
    width: calc(100% - 35px);
}

.search-result-list a,
.notifications a {
    font-size: 12px !important;
    color: #27303a;
    line-height: 14px;
}

.search-result-list .search-result-item,
.notification-text {
    display: inline-block;
    margin-top: 3px;
}

.search-result-list+.search-result-list,
.notification-item+.notification-item {
    border-top: solid 1px #eeeeee;
}

.dropbox.notifications {
    left: 50%;
    margin-left: -150px;
    width: 300px;
}

.action-bar .notifications li+li {
    margin: 0;
}

.notifications {
    visibility: hidden;
    opacity: 0;
}

.notification-menu:hover .notifications {
    visibility: visible;
    top: 60px;
    opacity: 1;
}

.action-bar-mobile,
.mobile-account,
.mobile-notification,
.mobile-search,
.header-repost-btn {
    display: none;
}

.notification-count {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #dc4e41;
    color: #ffffff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    left: 10px;
}

::-webkit-input-placeholder {
    color: #bbb;
}

::-moz-placeholder {
    color: #bbb;
}

:-ms-input-placeholder {
    color: #bbb;
}

:-moz-placeholder {
    color: #bbb;
}

.index {
    padding-top: 60px;
}

.user-access-box-container {
    width: 400px;
    display: inline-block;
    vertical-align: bottom;
}

.user-access-box {
    width: 400px;
    padding: 20px;
    background: #ffffff;
    display: inline-block;
}

.user-access-box h4 {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #f0f0f0;
    font-weight: 600;
}

.register-buttons a {
    display: block;
    height: 50px;
    line-height: 49px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    width: 90%;
    margin: 0 5%;
    text-align: left;
    padding-left: 60px;
    letter-spacing: 1px;
}

.register-buttons a img {
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.register-buttons .fa {
    color: #ffffff;
    font-size: 20px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

#register-with-facebook {
    background: #2b4782;
}

#register-with-facebook:hover {
    background: #1e3768;
}

#browse {
    background: #25272a;
    text-align: center;
    padding-left: 0px;
}

#register-with-google {
    background: #cf3529;
}

#register-with-google:hover {
    display: block;
    background: #ba3027;
}

.or {
    width: 80%;
    margin: 15px 10% 17px 10%;
    font-size: 18px;
    font-weight: 600;
    color: #999999;
    position: relative;
}

.or:before {
    content: " ";
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    z-index: 1;
    top: 55%;
    left: 0;
    position: absolute;
}

.or span {
    padding: 0 10px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.get-it-on-google img {
    width: 150px;
    height: auto;
    margin-top: 25px;
}

.intro {
    width: 300px;
    display: inline-block;
    background: transparent;
    border: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    vertical-align: middle;
    margin-right: 50px;
}

.intro li {
    text-align: center;
}

.intro h4 {
    margin: 0 0 15px 0;
    text-transform: none;
    font-size: 16px;
    line-height: 22px;
}

.logout-main {
    min-height: calc(100vh - 75px - 120px);
    margin-bottom: 40px;
}

.feed-large-image {
    padding-top: 25px;
    width: 350px;
    position: relative;
    display: inline-block;
}

.feed-large-image img {
    width: 350px;
    height: auto;
}

.feed-large-image .logo-feed {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    z-index: 1;
}

.feed-without-followers {
    padding-top: 25px;
}

.feed-without-followers .btn-group {
    width: 350px;
    display: inline-block;
    padding-top: 50px;
}

.feed-without-followers .btn-group .btn {
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
}

.feed-without-followers .btn-group .btn+.btn {
    margin-top: 15px;
}

.feed-without-followers .or {
    color: #dc4e41;
}

.feed-without-followers .or:before {
    background: #e98c83;
}

.feed-without-followers .or span {
    background: #ededed;
}

.feeds {
    width: 550px;
    margin: 0 auto;
    padding: 12px 0;
}

.single-feed {
    background: #ffffff;
    margin-bottom: 25px;
}

.single-feed .post-header {
    border-bottom: solid 1px #f2f2f2;
}

.single-feed .post-header>div p {
    margin-bottom: 0;
}

.single-feed .post-header>div a,
.comment-list a {
    color: #003569;
}

.single-feed .post-footer {
    border-top: solid 1px #f2f2f2;
}

.post-header,
.post-footer {
    padding: 15px;
    position: relative;
}

.post-footer {
    padding: 12px 15px 15px 15px;
}

.posted-time {
    position: absolute;
    right: 15px;
    top: 24px;
    font-size: 12px;
    color: #999;
    z-index: 1;
}

.posted-image {
    margin: 0;
    padding: 0;
}

.posted-image img {
    width: 100%;
    vertical-align: top;
}

.posted-by,
.person {
    font-size: 13px;
    font-weight: 500;
    color: #27303a;
}

.posted-by img,
.person img {
    width: 32px;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.likes-count,
.heart,
.comment-icon,
.comment-count,
.reposts-count,
.reposts-icon,
.publish-icon,
.reposted-by-username {
    font-size: 14px;
    vertical-align: middle;
    color: #27303a;
    position: relative;
    top: 1px;
}

.heart {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://dxdx43mgf1h6b.cloudfront.net/assets/like-9c7a2b1e87e9e29d0556ddf257d012409fd098f63a7f14c1401c7292f5007010.png);
    background-size: 20px;
    background-repeat: no-repeat;
}

.publish-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://dxdx43mgf1h6b.cloudfront.net/assets/publish-icon-6cb0f03737d1774fe1ce72d2d7d8cb20b92cd25588258c8104d70e89dd57c268.png);
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.comment-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://dxdx43mgf1h6b.cloudfront.net/assets/comment-8f94892802f17b5830dce6526e49d3a92c28e3028f41ae13d5346fda95cf6bfd.png);
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.reposts-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://dxdx43mgf1h6b.cloudfront.net/assets/repost-icon-b6bbe4be040ac9bd64ed868a976c9080e171e1c555b030fb9d0dcb4b07630b7e.png);
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.reposts-icon-bold {
    width: 17px;
    height: 17px;
    display: inline-block;
    background: url(https://dxdx43mgf1h6b.cloudfront.net/assets/reposted-icon-bold-cecd870e502fe8ba47bac524bff279fbc09c627bf41c19fc78836ab2579e8bf5.png);
    background-size: 17px;
    background-repeat: no-repeat;
    margin-left: 15px;
}

.reposted-by-username {
    top: -7px;
    margin-left: 2px;
}

.heart.liked {
    background-position: 0 -20px;
}

.divider {
    vertical-align: middle;
    font-size: 12px;
    padding: 0 3px;
}

.posted-image .text-post {
    width: 100%;
    vertical-align: top;
}

.feeds .posted-image .text-post {
    min-height: 500px;
    height: 550px;
}

.feeds.profile-feeds .posted-image .text-post {
    min-height: 250px;
    height: auto;
}

.grid.feeds.profile-feeds .posted-image .text-post {
    height: 250px;
}

.hide-caption .caption-container {
    display: none;
}

.feeds.profile-feeds.list .posted-image .text-post {
    min-height: 550px;
}

.profile-feeds.grid .comment-list,
.profile-feeds.grid .add-comments,
.profile-feeds.grid .view-more-btn {
    display: none;
}

.profile-feeds.list .comment-list,
.profile-feeds.list .add-comments {
    display: block;
}

.profile-feeds.list .view-more-btn {
    display: inline-block;
}

.posted-image .text-post p {
    width: 100%;
    vertical-align: top;
    align: center;
    padding: 20px 10px;
    margin: 0px;
}

.add-comments {
    padding: 10px 0 0 0;
    width: 90%;
}

.add-comments .comment-input {
    width: 100%;
    height: 30px;
    border: 0;
    font-size: 14px;
    color: #545454;
    position: relative;
    padding: 0;
}

.animated-line {
    position: relative;
}

.animated-line:before {
    width: 0;
    left: 50%;
    background: #ccc;
    height: 1px;
    bottom: -2px;
    position: absolute;
    content: " ";
    transition: 0.15s;
    -moz-transition: 0.15s;
    -webkit-transition: 0.15s;
}

.add-comments .comment-input:focus+.animated-line:before {
    width: 100%;
    left: 0;
}

.comment-input::-webkit-input-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 14px;
    text-transform: none;
    font-family: "Raleway", sans-serif;
}

.comment-input:-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 14px;
    text-transform: none;
    font-family: "Raleway", sans-serif;
}

.comment-input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 14px;
    text-transform: none;
    font-family: "Raleway", sans-serif;
}

.comment-input:-ms-input-placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 14px;
    text-transform: none;
    font-family: "Raleway", sans-serif;
}

.comment-list {
    padding: 15px 0 5px 0;
    margin: 0;
}

.comment-list li {
    font-size: 14px;
    word-break: break-all;
}

.comment-list li+li {
    margin-top: 10px;
}

.comment-list .comment-by {
    font-weight: 500;
}

.post-action-btn {
    width: 21px;
    display: block;
    cursor: pointer;
    margin-top: 22px;
}

.post-action-btn span {
    float: right;
    width: 5px;
    height: 5px;
    background: #cccccc;
}

.post-action-btn span+span {
    margin-right: 3px;
}

.post-action-btn:hover span,
.post-action-btn.active span {
    background: #27303a;
}

.post-actions {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    display: none;
}

.post-actions li {
    width: 50%;
}

.post-actions a {
    display: block;
    height: 35px;
    color: #27303a;
    line-height: 35px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.post-actions a span {
    font-size: 18px;
    left: -2px;
    position: relative;
    font-weight: 600;
    top: 3px;
}

.post-actions a:hover {
    opacity: 0.8;
}

.delete-post-btn {
    border: 1px solid #27303a;
}

.repost-post-btn,
.edit-post-btn {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 1px solid #27303a;
}

.report-post-btn {
    border-style: solid;
    border-color: #27303a;
    border-width: 1px;
    border-left: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.post-actions.not-user-post .report-post-btn,
.delete-post-btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.delete-post-btn {
    border-left: 0;
}

.report-items {
    margin: 0;
    padding: 0;
}

.report-items li,
.report-items label {
    display: block;
}

.report-items label {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 13px;
}

.report-items li+li {
    border-top: solid 1px #eceece;
}

.report-items li:last-child {
    border-bottom: solid 1px #eceece;
}

.report-items label input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: 0;
    left: 0;
    top: 0;
}

.box-text {
    position: relative;
    z-index: 2;
}

.report-items .cus-checkbox {
    position: absolute;
    width: 100%;
    background: #dc4e41;
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    visibility: hidden;
}

#report-modal .btn,
#block-users-modal .btn {
    margin: 10px;
    width: calc(100% - 20px);
    font-size: 13px;
    height: 35px;
    line-height: 33px;
}

#report-modal,
#block-users-modal {
    min-height: 1px;
    margin: -212px 0 0 -200px;
    width: 400px;
}

#report-modal .modal-body,
#block-users-modal .modal-body {
    height: auto;
}

#report-modal .pe-7s-check,
#block-users-modal .pe-7s-check {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
}

.report-items label input[type="radio"]:checked+.cus-checkbox {
    opacity: 1;
    visibility: visible;
}

.report-items label input[type="radio"]:checked~.box-text {
    color: #ffffff;
}

#report-modal .report-items label input[type="radio"]:checked~.pe-7s-check,
#block-users-modal .report-items label input[type="radio"]:checked~.pe-7s-check {
    visibility: visible;
    opacity: 1;
}

#user_bio {
    font-family: "Ubuntu", sans-serif;
}

.display-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.display-table .middle-center {
    display: table-cell;
    text-align: center !important;
    vertical-align: middle !important;
}

.display-table .middle-left {
    display: table-cell;
    text-align: left !important;
    vertical-align: middle !important;
}

.display-table .middle-right {
    display: table-cell;
    text-align: right !important;
    vertical-align: middle !important;
}

.display-table .bottom-center {
    display: table-cell;
    text-align: center !important;
    vertical-align: bottom !important;
}

.display-table .bottom-left {
    display: table-cell;
    text-align: left !important;
    vertical-align: bottom !important;
}

.display-table .bottom-right {
    display: table-cell;
    text-align: right !important;
    vertical-align: bottom !important;
}

.display-table .top-center {
    display: table-cell;
    text-align: center !important;
    vertical-align: top !important;
}

.display-table .top-left {
    display: table-cell;
    text-align: left !important;
    vertical-align: top !important;
}

.display-table .top-right {
    display: table-cell;
    text-align: right !important;
    vertical-align: top !important;
}

.break-words {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 0.5em;
}

.comment_link {
    color: black !important;
}

.share-post-icon {
    position: absolute;
    width: 20px;
    right: 15px;
}

.twitter-share.share-post-icon {
    right: 45px;
}

.share-post-icon img {
    width: 100%;
}

.profile-feeds.grid .share-post-icon {
    display: none;
}

.caption-section {
    max-height: 80px;
    overflow: hidden;
}

.caption-section.full-height {
    max-height: none;
}

.caption-section span{
    font-size: 14px;
}

.read-more-btn {
    font-size: 14px;
    display: none;
    font-weight: 500;
    color: #dc4e41 !important;
}

.read-more-btn.show {
    display: inline-block;
}

.tag-header {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #262626;
    text-align: center;
}

.tag-content {
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none !important;
}

.tag-count {
    color: #262626;
    font-weight: 600;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loader-image {
    display: block;
    margin: auto;
    margin-top: -15px;
    margin-bottom: 50px;
}

.likes-loader-image {
    display: block;
    margin: auto;
    margin-top: -10px;
    margin-bottom: 25px;
}

.unsplash_credits {
    margin-bottom: 0.5rem;
}

.user-profile-page {
    padding-top: 20px;
}

.user-profile-page .feeds {
    width: 100%;
}

.user-profile-page .single-feed {
    width: 31.33333%;
    margin: 10px 1%;
    float: left;
}

.user-image img {
    width: 175px;
    height: auto;
    vertical-align: top;
}

.user-stats {
    padding: 0;
}

.user-stats a {
    font-weight: 600;
    font-size: 14px;
    color: #27303a;
}

.user-stats div {
    display: inline-block;
}

.user-stats div+div {
    padding-left: 30px;
}

.user-profile-page .post-body {
    max-height: 250px;
    overflow-y: auto;
}

.user-profile-page .post-footer {
    border-top: solid 1px #ececec;
}

.user-profile-page .post-header {
    border-bottom: solid 1px #ececec;
}

.user-edit-form {
    margin: 0 auto;
    display: block;
    width: 100%;
    min-height: calc(100vh - 75px);
    background: url(https://dxdx43mgf1h6b.cloudfront.net/assets/bg-201368a83ef9baa67fdab436e1c6d719896d7f457b4045a65518f0660d22d116.png) repeat;
}

.user-edit-form .user-access-box {
    margin-top: 50px;
}

.user-edit-form form {
    margin-top: 20px;
    margin-bottom: 5px;
}

.modal-body .btn-group .edit_user {
    padding: 0;
}

.error {
    color: #dc4e41;
    padding: 7px 0 8px 0;
    margin: 0;
    text-align: left;
}

.file-overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    background: #dc4e41;
    margin: -50px 0 0 -50px;
    opacity: 0;
}

.edit-user-image {
    position: relative;
    margin-bottom: 15px;
}

.edit-user-image .form-control {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 100px;
    height: 100px;
    z-index: 1;
    margin-left: -50px;
    margin-top: -50px;
    opacity: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.edit-user-image img {
    width: 100px;
    height: auto;
    vertical-align: top;
}

.edit-user-image .form-control:hover+.file-overlay {
    opacity: 0.75;
}

.edit-user-image+.btn-group {
    padding-left: 30px;
    padding-right: 30px;
}

.file-overlay:before,
.file-overlay:after {
    content: " ";
    position: absolute;
    background: #ffffff;
    left: 50%;
    top: 50%;
}

.file-overlay:before {
    width: 50px;
    height: 4px;
    margin: -2px 0 0 -25px;
}

.file-overlay:after {
    width: 4px;
    height: 50px;
    margin: -25px 0 0 -2px;
}

.user-top {
    padding: 0 90px;
}

.user-top .left {
    width: 25%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: middle;
}

.user-top .right {
    width: 68.5%;
    margin-left: 1%;
    display: inline-block;
    vertical-align: middle;
}

.user-top .user-image {
    position: relative;
}

.user-details h1 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: 300;
}

.user-website {
    margin-top: 0;
    color: #dc4e41;
    font-weight: 500;
}

.user-name .btn {
    top: 8px;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    margin-left: 15px;
    position: relative;
    text-transform: capitalize;
    background: #dc4e41;
    box-shadow: 0 0 0 transparent;
    min-width: 90px;
    background: transparent;
    color: #27303a;
    border: 1px solid #27303a;
    letter-spacing: 0.5px;
}

.user-name .btn.following {
    background: #dc4e41;
    border-color: #dc4e41;
    color: #ffffff;
}

.user-name {
    display: inline-block;
}

.user-name .truncate {
    max-width: 360px;
    font-size: 20px;
    font-weight: 500;
}

.change-view {
    margin: 40px 1% 10px 1%;
}

.profile-feeds {
    padding-top: 0;
}

.view-button {
    font-size: 30px;
    cursor: pointer;
}

.view-button:hover {
    color: #dc4e41;
}

.selected .view-button {
    color: #dc4e41;
}

.list-view,
.reposts-view {
    margin-left: 12px;
}

.grid-view,
.list-view,
.reposts-view {
    display: inline-block;
    position: relative;
}

.grid-view .tip,
.list-view .tip,
.reposts-view .tip {
    width: 76px;
    top: -55px;
    margin-left: -38px;
}

.grid-view .tip:before,
.list-view .tip:before,
.reposts-view .tip:before {
    border-top: 12px solid #27303a;
    border-bottom: 0;
    top: 32px;
}

.user-profile-page .list .single-feed {
    width: 550px;
    margin: 10px 225px;
}

.user-profile-page .list .post-body {
    max-height: none;
}

.grid-view:hover .tip,
.list-view:hover .tip,
.reposts-view:hover .tip {
    opacity: 1;
    visibility: visible;
    top: -47px;
}

.modal-body .edit_user {
    padding: 0 30px;
}

.modal-body .edit-user-image {
    padding-top: 25px;
}

.modal-body .edit-user-image .user_image {
    width: 200px;
}

.btn-group .btn-left,
.btn-group .btn-right {
    width: 50%;
}

.btn-group:not(.only-feed) .btn {
    width: 100%;
    display: block;
    height: 40px;
    color: #27303a;
    background: transparent;
    border: 1px solid #27303a;
    font-size: 14px;
    box-shadow: 0 0 0 transparent;
    line-height: 36px;
    font-weight: 700;
}

.modal-body .with-file .edit_user {
    position: relative;
}

.with-file .upload-field {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-group .btn-left .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group .btn-right .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

#user-image-modal {
    min-height: 1px;
    margin: -300px 0 0 -135px;
}

#user-image-modal .btn-group {
    padding-bottom: 30px;
}

.no-post {
    margin-top: 100px;
}

.no-post .btn {
    min-width: 200px;
}

.feeds.grid.less-posts {
    text-align: center;
}

.feeds.grid.less-posts .post-header,
.feeds.grid.less-posts .post-footer {
    text-align: left;
}

.feeds.grid.less-posts li {
    float: none;
    display: inline-block;
}

.post-link {
    position: absolute;
    right: 15px;
    top: 14px;
    display: block;
    width: 20px;
}

.post-link img {
    width: 100%;
}

.block-users {
    display: inline-block;
    cursor: pointer;
    height: 10px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 1px;
    margin-left: 5px;
    margin-top: 4px;
}

.block-users span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: transparent;
    vertical-align: top;
    border: 1px solid #27303a;
}

.verified_badge {
    margin-left: 8px;
    margin-bottom: -8px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
}

.overlay.in {
    visibility: visible;
    opacity: 1;
}

.modal {
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.modal.in {
    visibility: visible;
    opacity: 1;
}

.modal {
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #ffffff;
    min-height: 500px;
    overflow: hidden;
}

#followers-modal,
#following-modal,
#likers-modal,
#user-image-modal,
#reposts-modal,
#published-author-modal,
#raise-ticket-modal {
    margin: -250px 0 0 -300px;
    max-height: 500px;
}

.modal-content {
    overflow-y: visible;
}

.modal-header {
    position: relative;
}

.modal-header span {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    padding-left: 3px;
}

.close-modal {
    position: absolute;
    right: 10px;
    font-size: 25px;
    top: 50%;
    margin-top: -17px;
}

.modal-header h3 {
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
    border-bottom: solid 1px #ccc;
    font-weight: 700;
}

.follow-name {
    margin-top: 3px;
}

.person {
    padding: 10px;
}

.person a:not(.btn) {
    color: #25272a;
}

.person+.person {
    border-top: solid 1px #eceece;
}

.follow-toggle {
    width: 100px;
    height: 30px;
    padding: 0;
    line-height: 28px;
    font-size: 12px;
    box-shadow: 0 0 0 transparent;
    border: 1px solid #25272a;
    color: #25272a;
    font-weight: 500;
    text-transform: capitalize;
}

.follow-toggle.following {
    background: #dc4e41;
    color: #ffffff;
    border-color: #dc4e41;
}

#followers-modal .modal-body,
#following-modal .modal-body,
#likers-modal .modal-body,
#reposts-modal .modal-body,
#published-author-modal .modal-body,
#raise-ticket-modal .modal-body {
    height: 459px;
    overflow-y: auto;
}

.ns-box {
    position: fixed;
    background: rgba(42, 45, 50, 0.85);
    padding: 22px;
    line-height: 1.4;
    z-index: 1000;
    pointer-events: none;
    color: rgba(250, 251, 255, 0.95);
    font-size: 90%;
    font-family: "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
}

.ns-type-error {
    background: #dc4e41 !important;
}

.ns-type-notice {
    background: #50be80 !important;
}

.ns-type-error .ns-close::before,
.ns-type-error .ns-close::after {
    background: #fff !important;
}

.ns-type-notice .ns-close::before,
.ns-type-notice .ns-close::after {
    background: #fff !important;
}

.ns-type-warning {
    background: #feefb3 !important;
}

.ns-type-warning .ns-close::before,
.ns-type-warning .ns-close::after {
    background: #fff !important;
}

.ns-box.ns-show {
    pointer-events: auto;
}

.ns-box a {
    color: inherit;
    opacity: 0.7;
    font-weight: 700;
}

.ns-box a:hover,
.ns-box a:focus {
    opacity: 1;
}

.ns-box p {
    margin: 0;
    color: #fff !important;
}

.ns-box.ns-show,
.ns-box.ns-visible {
    pointer-events: auto;
}

.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
    outline: none;
}

.ns-close::before,
.ns-close::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;
    background: #6e6e6e !important;
}

.ns-close:hover::before,
.ns-close:hover::after {
    background: #fff !important;
}

.ns-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ns-growl {
    top: calc(12%);
    left: calc(78%);
    max-width: 300px;
    border-radius: 5px;
}

.ns-growl p {
    margin: 0;
    line-height: 1.3;
}

[class^="ns-effect-"].ns-growl.ns-hide,
[class*=" ns-effect-"].ns-growl.ns-hide {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.ns-effect-scale {
    background: #67c58f;
    box-shadow: 0 25px 10px -15px rgba(0, 0, 0, 0.05);
}

.ns-effect-scale a {
    color: #1f8a4c;
}

.ns-effect-scale a:hover,
.ns-effect-scale a:focus {
    color: #fff;
}

.ns-effect-scale .ns-close::before,
.ns-effect-scale .ns-close::after {
    background: #1f8a4c;
}

.ns-effect-scale .ns-close:hover::before,
.ns-effect-scale .ns-close:hover::after {
    background: #fff;
}

.ns-effect-scale.ns-show,
.ns-effect-scale.ns-hide {
    -webkit-animation-name: animScale;
    animation-name: animScale;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@keyframes animScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
        transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@media (max-width: 1039px) {
    .container {
        width: 768px;
    }
    .flexslider.intro {
        display: none;
    }
    .user-access-box-container {
        margin-left: 0;
    }
    .primary-header .container {
        width: 100%;
    }
    #search-form {
        width: 250px;
        margin-left: -125px;
    }
    .post-action-btn {
        margin-top: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #followers-modal,
    #following-modal,
    #likers-modal,
    #user-image-modal,
    #reposts-modal,
    #block-users-modal,
    #published-author-modal,
    #raise-ticket-modal {
        margin: 0;
    }
    .modal {
        left: 5vw;
        min-height: 1px;
        top: 5vh;
        width: 90%;
        height: 90vh;
        max-height: 90vh !important;
    }
    #block-users-modal {
        left: 5vw;
        min-height: 1px;
        top: 5vh;
        width: 80% !important;
        height: 12vh !important;
        max-height: 12vh !important;
    }
    #followers-modal .modal-body,
    #following-modal .modal-body,
    #likers-modal .modal-body,
    #reposts-modal .modal-body,
    #published-author-modal .modal-body,
    #raise-ticket-modal .modal-body {
        height: calc(100vh - 10vh - 41px);
    }
    .follow-name {
        max-width: 65%;
    }
    .follow-name a {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
    }
    .follow-toggle {
        width: 75px;
    }
    .heart,
    .comment-icon,
    .reposts-icon {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }
    .reposts-icon-bold {
        width: 17px;
        height: 17px;
        background-size: 17px;
        font-size: 60% !important;
    }
    .heart.liked {
        background-position: 0 -25px;
    }
    #report-modal {
        margin: 0;
        width: 60%;
        left: 20%;
    }
    #report-modal.modal {
        height: auto;
    }
    .user-top {
        padding: 0;
    }
    .user-profile-page .container {
        width: 100%;
    }
    #user-image-modal.modal {
        height: 365px;
        width: 400px;
        left: 50%;
        top: 25px;
        margin-left: -200px;
    }
    .premium-content-conatainer {
        text-align: left;
        width: 75% !important;
        margin: 0 auto;
    }
    .get-premium {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
    .container {
        width: 640px;
    }
    .primary-header {
        height: 60px;
        min-height: 1px;
        transition: 400ms 400ms cubic-bezier(0.02, 0.01, 0.21, 1);
        -moz-transition: 400ms 400ms cubic-bezier(0.02, 0.01, 0.21, 1);
        -webkit-transition: 400ms 400ms cubic-bezier(0.02, 0.01, 0.21, 1);
    }
    .primary-header.scroll-outof-view {
        top: -60px;
    }
    .primary-header {
        top: 0;
    }
    .logo {
        text-align: center;
        font-size: 22px;
        height: 60px;
        line-height: 60px;
        width: 40px;
        display: block;
        margin: 0 auto;
        font-size: 0;
    }
    .logo img {
        width: 37px;
        height: 37px;
    }
    .primary-footer {
        margin-top: 50px;
    }
    .user-access-box {
        padding: 15px 10px;
    }
    .get-it-on-google img {
        width: 135px;
        margin-top: 20px;
    }
    .index {
        padding-top: 25px;
    }
    .register-buttons a {
        padding-left: 0;
        text-align: center;
        font-size: 13px;
        width: 95%;
        margin: 0 2.5%;
    }
    .feeds {
        width: 480px;
    }
    .feeds .posted-image .text-post,
    .grid.feeds.profile-feeds .posted-image .text-post {
        height: 480px !important;
        min-height: 480px !important;
    }
    .hide-caption .caption-container {
        display: inline !important;
    }
    .single-feed {
        margin-bottom: 20px;
    }
    .feeds {
        padding: 6px 0 12px 0;
    }
    #search-form {
        display: none;
    }
    .action-bar {
        display: none;
    }
    .mobile-account,
    .mobile-notification,
    .repost-header .header-repost-btn {
        display: block;
        position: absolute;
        font-size: 24px;
        right: 15px;
        top: 17px;
        color: #27303a;
    }
    .header-repost-btn {
        cursor: pointer;
    }
    .mobile-notification {
        right: auto;
        left: 15px;
    }
    .mobile-notification.active {
        color: #dc4e41;
    }
    .action-bar-mobile {
        display: block;
        width: 100%;
        right: unset;
        left: 0;
        background: #f9fafa;
        position: fixed;
        bottom: 0;
        top: unset;
        height: 50px;
        line-height: 50px;
        box-shadow: 0 0 10px -4px #999999;
        -moz-box-shadow: 0 0 10px -4px #999999;
        -webkit-box-shadow: 0 0 10px -4px #999999;
        z-index: 3;
        padding: 0;
        margin: 0;
        opacity: 0.95;
    }
    .action-bar-mobile li {
        width: 20%;
        margin: 0 !important;
        float: left;
        text-align: center;
        height: 50px;
        line-height: 50px;
    }
    .action-bar-mobile li a {
        font-size: 24px;
    }
    .action-bar-mobile li.active a {
        color: #27303a;
    }
    .close-modal {
        font-size: 30px;
        margin-top: -20px;
    }
    .user-edit-form {
        padding: 0 15px;
    }
    .user-edit-form .user-access-box {
        margin: 25px 0 100px 0;
    }
    .user-edit-form .user-access-box .btn {
        -webkit-appearance: none;
    }
    .mobile-search {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #f9fafa;
    }
    .mobile-search #search-form {
        display: block;
        margin: 0;
        position: relative;
        top: auto;
        left: auto;
        padding: 15px;
        width: 100%;
    }
    .mobile-search #search-form .form-control {
        border: 0;
        background: transparent;
        padding-right: 0;
        padding-left: 23px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        margin-top: 10px;
    }
    .mobile-search #search-form .search-icon {
        right: auto;
        left: 10px;
        font-size: 25px;
        margin-top: 8px;
    }
    .mobile-search #search-form .form-control::-webkit-input-placeholder {
        font-size: 20px;
    }
    .mobile-search #search-form .form-control:-moz-placeholder {
        font-size: 20px;
    }
    .mobile-search #search-form .form-control::-moz-placeholder {
        font-size: 20px;
    }
    .mobile-search #search-form .form-control:-ms-input-placeholder {
        font-size: 20px;
    }
    .search-results.dropbox {
        position: relative;
        top: auto;
        height: auto;
        max-height: none;
        box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        background: transparent;
        height: calc(100vh - 53px);
        overflow-y: auto;
    }
    .search-results.dropbox li a {
        padding-left: 0;
        padding-right: 0;
    }
    .close-mobile-search {
        position: fixed;
        top: -5px;
        right: 10px;
        font-size: 40px;
        line-height: 40px;
        z-index: 5;
    }
    .change-view .grid-view {
        display: none;
    }
    .user-profile-page .feeds {
        width: 480px;
    }
    .user-profile-page .single-feed {
        width: 100%;
        margin: 15px 0;
    }
    .user-profile-page .list .single-feed {
        width: 100%;
        margin: 15px 0;
    }
    .grid.feeds.profile-feeds .posted-image .text-post {
        height: auto;
        height: 380px;
        min-height: 380px;
    }
    .user-profile-page .post-body {
        height: auto;
        max-height: none;
    }
    .user-image img {
        width: 150px;
    }
    .user-name .truncate {
        max-width: 300px;
    }
    .user-profile-page {
        padding-top: 25px;
    }
    .mobile-notification-tab {
        right: -250px;
        transition: 400ms 400ms cubic-bezier(0.02, 0.01, 0.21, 1);
        -moz-transition: 400ms 400ms cubic-bezier(0.02, 0.01, 0.21, 1);
        -webkit-transition: 400ms 400ms cubic-bezier(0.02, 0.01, 0.21, 1);
        width: 250px;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: 11;
        background: #ededed;
        overflow-y: auto;
    }
    .mobile-notification-tab.expand {
        right: 0;
    }
    .mobile-notification-tab .dropbox.notifications {
        visibility: visible;
        opacity: 1;
        left: auto;
        margin: 0;
        width: 100%;
        background: transparent;
        top: auto;
        box-shadow: 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 transparent;
        max-height: none;
        position: relative;
    }
    .mobile-notification-tab .notification-item+.notification-item {
        border-top: solid 1px #ccc;
    }
    .mobile-notification-tab .notification-text {
        line-height: 16px;
    }
    .overlay-light {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(0, 0, 0, 0.65);
        display: none;
        cursor: pointer;
    }
    .post-link {
        width: 25px;
        top: 15px;
    }
    .ns-box.ns-growl.ns-effect-scale.ns-type-error.ns-show,
    .ns-box,
    .ns-box.ns-growl.ns-effect-scale.ns-type-notice.ns-show {
        width: 90% !important;
        left: 5% !important;
        top: 10px !important;
        padding: 10px !important;
        max-width: none !important;
    }
    .feed-large-image img {
        width: 250px;
    }
    .feed-large-image {
        width: 300px;
    }
    .feed-large-image .logo-feed {
        height: 60px;
        width: 60px;
        margin: -20px 0 0 -30px;
    }
    .feed-without-followers .btn-group {
        padding-bottom: 75px;
        padding-top: 10px;
    }
    .font_color_container,
    .bg_color_container {
        text-align: center;
        padding-top: 15px !important;
    }
    .likes-count,
    .comment-count,
    .reposts-count {
        font-size: 18px;
        margin-left: 5px;
    }
    .reposted-by-username {
        font-size: 14px;
        margin-left: 5px;
    }
    .comment-icon,
    .reposts-icon {
        margin-left: 20px;
    }
    .reposts-icon-bold {
        margin-left: 20px;
        width: 17px;
        height: 17px;
        background-size: 17px;
        font-size: 60% !important;
    }
    .text-post div {
        font-size: 85% !important;
    }
    .premium-content-conatainer {
        text-align: left;
        width: 80% !important;
        margin: 0 auto;
    }
    .get-premium {
        width: 60% !important;
    }
}

@media (max-width: 767px) {
    .action-bar-mobile {
        display: block;
        width: 100%;
        right: unset;
        left: 0;
        background: #f9fafa;
        position: fixed;
        bottom: 0;
        top: unset;
        height: 50px;
        line-height: 50px;
        box-shadow: 0 0 10px -4px #999999;
        -moz-box-shadow: 0 0 10px -4px #999999;
        -webkit-box-shadow: 0 0 10px -4px #999999;
        z-index: 3;
        padding: 0;
        margin: 0;
        opacity: 0.95;
    }
}

@media (max-width: 639px) {
    .container {
        width: 480px;
    }
    .feeds,
    .user-profile-page .feeds {
        width: 100%;
    }
    .user-top .left,
    .user-top .right {
        width: 100%;
        margin: 0;
    }
    .user-image img {
        width: 125px;
    }
    .user-top .right {
        text-align: center;
        margin-top: 15px;
    }
    .user-details h1 {
        font-size: 25px;
    }
    .text-post div {
        font-size: 85% !important;
    }
    .premium-content-conatainer {
        text-align: left;
        width: 100% !important;
        margin: 0 auto;
    }
    .get-premium {
        width: 60% !important;
    }
}

@media (max-width: 479px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container,
    .user-access-box-container,
    .user-access-box {
        width: 100%;
    }
    .feeds {
        width: 100%;
    }
    .feeds .posted-image .text-post,
    .grid.feeds.profile-feeds .posted-image .text-post {
        height: 330px !important;
        min-height: 330px !important;
    }
    .hide-caption .caption-container {
        display: inline !important;
    }
    .user-edit-form .user-access-box {
        width: 100%;
    }
    #report-modal {
        left: 5%;
        width: 90%;
    }
    .user-name {
        text-align: center;
    }
    .user-name .truncate {
        max-width: 300px;
        font-size: 20px;
        width: 300px;
        display: block;
    }
    .user-details p {
        font-size: 13px;
    }
    .user-name .btn {
        float: none;
        display: inline-block;
        top: auto;
        margin: 10px 0 5px 0;
    }
    .user-name br {
        display: block;
    }
    .user-stats div {
        width: 33.3333%;
        float: left;
    }
    .user-stats div span {
        display: block;
    }
    .user-stats div+div {
        padding-left: 0;
    }
    #user-image-modal.modal {
        width: 290px;
        margin-left: -145px;
        height: 360px;
    }
    #user-image-modal.modal .edit-user-image+.btn-group {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn-group:not(.only-feed) .btn {
        font-size: 12px;
    }
    .feed-without-followers .btn-group {
        width: 80%;
        margin: 0 10%;
    }
    .feed-without-followers .btn-group .btn {
        font-size: 15px;
    }
    .text-post div {
        font-size: 85% !important;
    }
    .premium-content-conatainer {
        text-align: left;
        width: 105% !important;
        margin: 0 auto;
    }
}

@media (max-width: 375px) {
    .feed-without-followers {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .feed-without-followers .btn-group {
        width: 90%;
        margin: 0 5%;
    }
    .feed-without-followers .btn-group {
        padding-top: 0px;
    }
    .feed-large-image img,
    .feed-large-image {
        width: 225px;
    }
    .feed-without-followers {
        padding-top: 10px;
    }
    .text-post div {
        font-size: 85% !important;
    }
    .comment-icon,
    .reposts-icon {
        margin-left: 10px;
    }
    .reposts-icon-bold {
        margin-left: 10px;
        width: 17px;
        height: 17px;
        background-size: 17px;
        font-size: 10px !important;
    }
}

@media (max-width: 360px) {
    .feeds .posted-image .text-post,
    .grid.feeds.profile-feeds .posted-image .text-post {
        height: 300px !important;
        min-height: 300px !important;
    }
    .hide-caption .caption-container {
        display: inline !important;
    }
    .text-post div {
        font-size: 85% !important;
    }
}