/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
 
html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
 
/**
 * Remove default margin.
 */
 
body {
    margin: 0;
}
 
/* HTML5 display definitions
   ========================================================================== */
 
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
 
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
 
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
 
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
 
audio:not([controls]) {
    display: none;
    height: 0;
}
 
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
 
[hidden],
template {
    display: none;
}
 
/* Links
   ========================================================================== */
 
/**
 * Remove the gray background color from active links in IE 10.
 */
 
a {
    background-color: transparent;
}
 
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
 
a:active,
a:hover {
    outline: 0;
}
 
/* Text-level semantics
   ========================================================================== */
 
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
 
abbr[title] {
    border-bottom: 1px dotted;
}
 
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
 
b,
strong {
    font-weight: bold;
}
 
/**
 * Address styling not present in Safari and Chrome.
 */
 
dfn {
    font-style: italic;
}
 
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
 
h1 {
    font-size: 2em;
    margin: .67em 0;
}
 
/**
 * Address styling not present in IE 8/9.
 */
 
mark {
    background: #ff0;
    color: #000;
}
 
/**
 * Address inconsistent and variable font size in all browsers.
 */
 
small {
    font-size: 14px;
    font-family: "ProximaNovaCond-Regular";
}
 
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
 
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
 
sup {
    top: -.5em;
}
 
sub {
    bottom: -.25em;
}
 
/* Embedded content
   ========================================================================== */
 
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
 
img {
    border: 0;
}
 
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
 
svg:not(:root) {
    overflow: hidden;
}
 
/* Grouping content
   ========================================================================== */
 
/**
 * Address margin not present in IE 8/9 and Safari.
 */
 
figure {
    margin: 1em 40px;
}
 
/**
 * Address differences between Firefox and other browsers.
 */
 
hr {
    box-sizing: content-box;
    height: 0;
}
 
/**
 * Contain overflow in all browsers.
 */
 
pre {
    overflow: auto;
}
 
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
 
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
 
/* Forms
   ========================================================================== */
 
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
 
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
 
#wrapper button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
 
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
 
#wrapper button {
    overflow: visible;
}
 
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
 
#wrapper button,
select {
    text-transform: none;
}
 
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
 
#wrapper button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
 
/**
 * Re-set default cursor for disabled elements.
 */
 
#wrapper button[disabled],
html input[disabled] {
    cursor: default;
}
 
/**
 * Remove inner padding and border in Firefox 4+.
 */
 
#wrapper button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
 
input {
    line-height: normal;
}
 
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
 
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
 
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
 
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
 
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
 
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}
 
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
 
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
 
/**
 * Define consistent border, margin, and padding.
 */
 
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
 
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
 
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
 
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
 
textarea {
    overflow: auto;
}
 
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
 
optgroup {
    font-weight: bold;
}
 
/* Tables
   ========================================================================== */
 
/**
 * Remove most spacing between table cells.
 */
 
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 
td,
th {
    padding: 0;
}
 
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
 
.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}
 
html {
    box-sizing: border-box;
}
 
*,
*:before,
*:after {
    box-sizing: inherit;
}
 
* {
    max-height: 1000000px;
}
 
body {
    color: #e6e8e9;
    background: #13171c;
    font: 17px/1.412 "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
 
#overlayPP,
.bg-stretch img {
    max-width: inherit !important;
}
 
.gm-style img {
    max-width: none;
}
 
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: normal;
    margin: 0 0 .5em;
    color: inherit;
}
 
h1,
.h1 {
    font-size: 80px;
    line-height: 96px;
}
 
h2,
.h2 {
    font-size: 40px;
    line-height: 52px;
    font-weight: bold;
    letter-spacing: -0.2px;
}
 
h3,
.h3 {
     font-family: 'Trueno Regular',"Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
}
 
h4,
.h4, .plan-boxes h3 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 28px;
    line-height: 44px;
    color: #fff;
}
 
h5,
.h5 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
 
h6,
.h6 {
    font-size: 15px;
}
 
p {
    margin: 0 0 1em;
}
 
a {
    color: #00aff5;
    text-decoration: none;
}
 
a:hover {
    text-decoration: underline;
}
@font-face {
    font-family: 'Trueno Regular';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts_site/TruenoRg.woff") format('woff');
    text-rendering: optimizeLegibility;
}
  @font-face {
    font-family: 'Trueno Light';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts_site/Trueno Light.woff") format('woff');
    text-rendering: optimizeLegibility;
    }
     
@font-face {
    font-family: "ProximaNovaCond-Regular";
    src: url("../fonts_site/ProximaNovaCond-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts_site/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts_site/ProximaNovaCond-Regular.woff") format("woff"), url("../fonts_site/ProximaNovaCond-Regular.ttf") format("truetype"), url("../fonts_site/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular") format("svg"); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
 
@font-face {
    font-family: "ProximaNovaCond-RegularIt";
    src: url("../fonts_site/ProximaNovaCond-RegularIt.eot"); /* IE9 Compat Modes */
    src: url("../fonts_site/ProximaNovaCond-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts_site/ProximaNovaCond-RegularIt.woff") format("woff"), url("../fonts_site/ProximaNovaCond-RegularIt.ttf") format("truetype"), url("../fonts_site/ProximaNovaCond-RegularIt.svg#ProximaNovaCond-RegularIt") format("svg"); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
 
@font-face {
    font-family: "ProximaNovaCond-Semibold";
    src: url("../fonts_site/ProximaNovaCond-Semibold.eot"); /* IE9 Compat Modes */
    src: url("../fonts_site/ProximaNovaCond-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts_site/ProximaNovaCond-Semibold.woff") format("woff"), url("../fonts_site/ProximaNovaCond-Semibold.ttf") format("truetype"), url("../fonts_site/ProximaNovaCond-Semibold.svg#ProximaNovaCond-Semibold") format("svg"); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
 
@font-face {
    font-family: "ProximaNovaCond-SemiboldIt";
    src: url("../fonts_site/ProximaNovaCond-SemiboldIt.eot"); /* IE9 Compat Modes */
    src: url("../fonts_site/ProximaNovaCond-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts_site/ProximaNovaCond-SemiboldIt.woff") format("woff"), url("../fonts_site/ProximaNovaCond-SemiboldIt.ttf") format("truetype"), url("../fonts_site/ProximaNovaCond-SemiboldIt.svg#ProximaNovaCond-SemiboldIt") format("svg"); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
 
@font-face {
    font-family: "icomoon";
    src: url("../fonts_site/icomoon.eot?bjdeoc");
    src: url("../fonts_site/icomoon.eot?bjdeoc#iefix") format("embedded-opentype"), url("../fonts_site/icomoon.ttf?bjdeoc") format("truetype"), url("../fonts_site/icomoon.woff?bjdeoc") format("woff"), url("../fonts_site/icomoon.svg?bjdeoc#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
 
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 
 
.icon-instagram {
     background-repeat: no-repeat;
    background-image: url(../images/instagram_36px.svg);
    background-position: center 0px;
    background-size: 48px;
    color: #e6e8e9;
    height: 36px;
    width: 36px;
}
.disabled-social .icon-instagram{
    background-image: url(../images/instagram_36px_disabled.svg);
}

.icon-ic_i_like:before {
    content: "\e924";
}
 
.icon-ic_comments_01:before {
    content: "\e923";
}
 
.icon-ic_mail:before {
    content: "\e922";
}
 
.icon-ic_caret_down:before {
    content: "\e900";
}
 
.icon-ic_checkmark:before {
    content: "\e901";
}
 
.icon-ic_checkmark_circle:before {
    content: "\e902";
}
 
.icon-ic_clock:before {
    content: "\e903";
}
 
.icon-ic_close:before {
    content: "\e904";
}
 
.icon-ic_comments:before {
    content: "\e905";
}
 
.icon-ic_credit_card .path1:before {
    content: "\e906";
    color: #181d23;
}
 
.icon-ic_credit_card .path2:before {
    content: "\e907";
    margin-left: -1em;
    color: #181d23;
}
 
.icon-ic_credit_card .path3:before {
    content: "\e908";
    margin-left: -1em;
    color: #58c2db;
}
 
.icon-ic_download:before {
    content: "\e909";
}
 
.icon-ic_ellipses:before {
    content: "\e90a";
}
 
.icon-ic_empty:before {
    content: "\e90b";
}
 
.icon-ic_exclamation:before {
    content: "\e90c";
    color: #ff6868;
}
 
.icon-ic_facebook:before {
    content: "\e90d";
}
 
.icon-ic_flag:before {
    content: "\e90e";
}
 
.icon-ic_heart_likes_filled:before {
    content: "\e90f";
}
 
.icon-ic_heart_likes_infilled:before {
    content: "\e910";
}
 
.icon-ic_i_like_48px:before {
    content: "\e911";
}
 
.icon-ic_info:before {
    content: "\e912";
}
 
.icon-ic_lock:before {
    content: "\e913";
}
 
.icon-ic_logo:before {
    content: "\e914";
}
 
.icon-ic_magnifying_glass_48px:before {
    content: "\e915";
}
 
.icon-ic_pencil_36px:before {
    content: "\e916";
}
 
.icon-ic_pencil:before {
    content: "\e917";
}
 
.icon-ic_person_alert .path1:before {
    content: "\e918";
    color: #e6e8e9;
}
 
.icon-ic_person_alert .path2:before {
    content: "\e919";
    margin-left: -1em;
    color: #f16869;
}
 
.icon-ic_person_question_mark .path1:before {
    content: "\e91a";
    color: #e6e8e9;
}
 
.icon-ic_person_question_mark .path2:before {
    content: "\e91b";
    margin-left: -1em;
    color: #f16869;
}
 
.icon-ic_person_question_mark .path3:before {
    content: "\e91c";
    margin-left: -1em;
    color: #f16869;
}
 
.icon-ic_play:before {
    content: "\e91d";
    /* Hide Replay*/
   }
 
.icon-ic_share:before {
    content: "\e91e";
}
 
.icon-ic_star:before {
    content: "\e91f";
}
 
.icon-ic_trash:before {
    content: "\e920";
}
 
.icon-ic_twitter:before {
    content: "\e921";
}
 
form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
 
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #35404d;
    margin: 0;
    padding: 10px 12px;
    font-size: 17px;
    line-height: 20px;
    color: #e6e8e9;
    box-shadow: none;
    outline: none;
}
 
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #e6e8e9;
}
 
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #e6e8e9;
}
 
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #e6e8e9;
}
 
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #e6e8e9;
}
 
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: #e6e8e9;
}
 
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="search"].error,
input[type="password"].error,
textarea.error {
    border: 2px solid #ff6868;
}
 
select {
    -webkit-border-radius: 0;
}
 
textarea {
    resize: vertical;
    vertical-align: top;
}
 
.btn,
#wrapper button,
input[type="#wrapper button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #00aff5;
    min-width: 160px;
    border: 1px solid #00aff5;
    border-radius: 20px;
    margin: 0;
    padding: 12px 15px 9px;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}



.btn:hover,
#wrapper button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background: #008cc4;
    border-color: #008cc4;
    text-decoration: none;
}
 
.btn.btn-secondary,
#wrapper button.btn-secondary,
input[type="button"].btn-secondary,
input[type="reset"].btn-secondary,
input[type="file"].btn-secondary,
input[type="submit"].btn-secondary {
    border-color: #35404d;
    background: none;
}
 
.btn.btn-secondary:hover,
#wrapper button.btn-secondary:hover,
input[type="button"].btn-secondary:hover,
input[type="reset"].btn-secondary:hover,
input[type="file"].btn-secondary:hover,
input[type="submit"].btn-secondary:hover {
    background-color: #35404d;
    border-color: #35404d;
}
 
.btn.btn-tertiary,
#wrapper button.btn-tertiary,
input[type="button"].btn-tertiary,
input[type="reset"].btn-tertiary,
input[type="file"].btn-tertiary,
input[type="submit"].btn-tertiary {
    border-color: #ff6868;
    background-color: #ff6868;
}
 
.btn.btn-tertiary:hover,
#wrapper button.btn-tertiary:hover,
input[type="button"].btn-tertiary:hover,
input[type="reset"].btn-tertiary:hover,
input[type="file"].btn-tertiary:hover,
input[type="submit"].btn-tertiary:hover {
    background-color: #934040;
    border-color: #934040;
}
 
.btn.disabled,
#wrapper button.disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
input[type="file"].disabled,
input[type="submit"].disabled {
    border-color: #35404d;
    background: none;
    color: #35404d;
}
 
.btn.disabled:hover,
#wrapper button.disabled:hover,
input[type="button"].disabled:hover,
input[type="reset"].disabled:hover,
input[type="file"].disabled:hover,
input[type="submit"].disabled:hover {
    background: none;
}
 
.btn.loading-button{

    background-image: url("../images/loader002.gif");
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    color: transparent;;
 }
 .btn.sign-in-google{

    background-image: url("../images/button_sign_in_google.png");
    background-position: center;
    background-size: 160px;
    background-repeat: no-repeat;
    color: transparent;;
 }
  .btn.sign-up-google{

    background-image: url("../images/button_sign_up_google.png");
    background-position: center;
    background-size: 160px;
    background-repeat: no-repeat;
    color: transparent;;
 }
  .google-or-separator{
    background-image: url("../images/or.png");
    background-position: center;
    background-size: 272px;
    background-repeat: no-repeat;
    color: transparent;
    display: block;
    width:100%;
    margin: 24px 0 16px 0;
    height: 10px;
 }
 .abcRioButtonLightBlue {
   opacity: 0;
}
.abcRioButton{
	width: 100% !important;
}
.abcRioButtonContentWrapper {
    width: 250px !important;
}
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 48px;
}
 
.container {
    max-width: 1400px;
    padding: 0 24px;
    margin: 0 auto;
}
 
.container:after {
    display: block;
    clear: both;
    content: "";
}
 
.t-visible {
    display: none !important;
}
 
.m-visible {
    display: none !important;
}
 
#header {
    padding: 16px 0 14px;
    background: rgba(19, 23, 28, 1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 1;
  
    
}
.drawing-app #header{

 background: rgba(19, 23, 28, 0);


 }

#header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    content: "";
    margin: -9px 0 0 -42px;
    width: 92px;
    z-index: 999;
}
 
.nav, .nav-link-left {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}
 
.nav li, .sub-nav {
    display: inline-block;
    vertical-align: top;
    margin: 0 32px 0 0;
}
.nav-link-left{
    top:16px;
    padding: 0 32px 0 0;

} 
.nav a {
    color: #e6e8e9;
}
 
.nav a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.sub-nav {
    float: right;
    margin: -16px -10px -16px 0;
    padding: 0;
    list-style: none;
}
 
.sub-nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 0 9px;
}
 
.sub-nav li.active .opener {
    color: #00aff5;
}
 
.sub-nav li.active .opener i span:before {
    color: #00aff5;
}
 
.sub-nav li:hover .drop {
    display: block;
}

.sub-nav li:hover .drop::before {
  position: absolute;
  top: -20px;
  right: 0;
  content: '';
  width: 100%;
  height: 20px;
}
 

.sub-nav li.logged i.icon-ic_person_question_mark {
    display: none;
}
 
.sub-nav li.logged i.icon-ic_person_alert {
    display: inline;
}
 
.sub-nav li.side-menu .drop {
    margin-right: 0;
}
 
.sub-nav li.side-menu .drop:after {
    right: 18px;
}

.sub-nav li.side-menu img {
    width: 48px;
}
 
.sub-nav a {
    display: block;
    color: #e6e8e9;
}
 
a#topUpgrade
{
    color: #ffea00;
}

.sub-nav a:hover, a#topUpgrade:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.sub-nav a:hover i span:before {
    color: #00aff5;
}
 
.sub-nav i {
    font-size: 48px;
    line-height: 48px;
}
 
.sub-nav i.icon-ic_person_alert {
    display: none;
}
 
.sub-nav .drop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    width: 180px;
    margin: 0px -36px 0 0;
    font-size: 17px;
    text-transform: none;
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    box-shadow: 0px 8px 10px rgba(0,0,0,.14), 0px 3px 14px rgba(0,0,0,.12);
    
}
.nav-link-left .drop{
margin-top: 16px;
}
 
.sub-nav .drop:after {
    position: absolute;
    bottom: 100%;
    right: 55px;
    z-index: 2;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #181d23 transparent;
}
 
.sub-nav .drop ul {
    background: #181d23;
    border-radius: 5px;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
}
 
.sub-nav .drop ul li {
    display: block;
    position: relative;
    margin: 0;
}
 
.sub-nav .drop ul a {
    display: block;
    position: relative;
    padding: 13px 10px 12px 35px;
    color: #e6e8e9;
}
 
.sub-nav .drop ul a:hover {
    color: #00aff5;
}
 
.sub-nav .drop ul a:hover span {
    color: #00aff5;
}
 
.sub-nav .drop ul a:hover i {
    color: #00aff5;
}
 
.sub-nav .drop ul span {
    color: #8e949b;
}
 
.sub-nav .drop ul i {
    position: absolute;
    top: 6px;
    left: -1px;
    z-index: 2;
    font-size: 36px;
    line-height: 36px;
    color: #ff6868;
}
 
.nav-opener {
    display: none;
    position: absolute;
    top: 2px;
    z-index: 999;
    width: 48px;
    height: 48px;
    overflow: hidden;
    font-size: 48px;
    line-height: 48px;
    color: #e6e8e9;
    outline: none;
}
.notification-shape{
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 8px 0 0 29px;
    background-repeat: no-repeat;
    background-image: url(../images/star.svg);
    background-position: center;
    background-size: 12px;
}
.nav-mobile .notification-shape{
    left: calc(50vw - 55px);
    top: -4px;
}
 
.nav-opener:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.nav-opener i {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
 
.nav-opener .icon-ic_close {
    display: none;
}
 
.nav-mobile {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    margin: 0 -12px;
    background: #13171c;
    top: 0px;
    padding-top: 24px;
}
 
.nav-mobile .holder {
    height: 100%;
    overflow: auto;
    padding: 12px 0 80px 0;
}
 
.nav-mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-mobile .menu-title {
    display: block;
    position: relative;
    padding: 40px 0px 0px 0px;
    color: #7e838a;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
}

.nav-mobile .draw-row {
    
   /* background-image: url(../images/pencil_b_36px_old.svg);
    background-position: 12px center;
    background-size: 36px;
    background-repeat: no-repeat;
    */
    position: fixed;
    bottom: calc(0vh);
    left:0px;
    background-color: #181d23;
    width: 100%;
    z-index: 99;
    height: 88px;
    padding: 24px 24px;
    text-align: center;
    box-shadow: 0 0 24 rgba(0,0,0,1)
}

.nav-mobile .draw-row a{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    background: #00aff5;
    min-width: 160px;
    width:100%;
   
    border-radius: 20px;
    margin: 0;
    padding: 11px 15px 9px;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.nav-mobile .draw-row a:hover{
    color: #fff;
    background: #007fb2;
}

 
.nav-mobile ul + ul {
    /* border-top: 1px solid #e6e8e9; */
}
 
.nav-mobile ul li {
    position: relative;
}
 
.nav-mobile ul li + li {
    margin-top: 15px;
}
 
.nav-mobile ul a {
    display: block;
    position: relative;
    padding: 0px 0px 4px 0px;
    color: lightgrey;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    /* text-transform: uppercase; */
/*     letter-spacing: 0.4px; */
}
 
.nav-mobile ul a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.nav-mobile ul a:hover span {
    color: #00aff5;
}
 
.nav-mobile ul a:hover i {
    color: #00aff5;
}
 
.nav-mobile ul span {
    /* color: #8e949b; */
}
 
.nav-mobile ul i {
    position: absolute;
    top: -3px;
    left: 11px;
    z-index: 2;
    font-size: 36px;
    line-height: 36px;
    color: #ff6868;
}
 
/* design-card */
 
.design-card-holder .design-card {
   max-width: calc(100vw *0.63);
   
    
}
 
.design-card {
    position: relative;
    max-width: 1114px;
    margin: 16px auto 12px;
    background: #181d23;
    border-radius: 12px;
}
 
.design-card .image-area {
    position: relative;
}
 
.design-card .image-area img {
    width: 100%;
}
 
.design-card .image-holder {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    min-height:200px;
}
.design-card .image-holder.upsell{
    border-radius: 8px 8px 8px 8px;
} 
 .upsell{
    text-align: center;
 }
.upsell .btn.btn-secondary{
    border-color: #ffffff;
}
}
 .design-card .upsell img {
    height:100%;
    max-width: 200%;
    width:calc(100%);
    position: relative;
}
.upsell_symmetry {
    background-image: url("../images/upsell_symmetry.jpg");  
    position: relative;
    max-width: 1114px;
    margin: -20px auto 52px;
    border-radius: 12px;
    height: 330px; 
}
.design-card .title-area {
    position: relative;
    padding: 10px 24px 7px 24px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .12px;
}
 
.design-card .title-area:after {
    display: block;
    clear: both;
    content: "";
}
 
.design-card .holder {
    overflow: hidden;
}
 
.design-card .name {
    display: block;
    color: #767d86;
}
 .pro-user {
    
    width: 24px;
    height: 12px;
    background: url(../images/pro-user@2x.png) no-repeat;
    background-size: 24px 12px;
    
}
 .box .pro-user {
    
    width: 28px;
    height: 12px;
    background: url(../images/pro-user@2x.png) no-repeat;
    background-size: 24px 12px;
    display: inline-block;
    
}
 .design-card .pro-user {
    margin: 5px 4px 0 0;
    float: left;
}
 
  .profile-block .pro-user {
   position: absolute;
   left: calc(50vw - 140px);
   top: 88px;
   display: block;;
}
.design-card .name a {
    color: #767d86;
}
 
.design-card .name a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.design-card h2 {
    font-size: 17px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    margin: 3px 0 0 0;
    letter-spacing: -0.2px;
    height: 20px;
}
.profile-block h2{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.2px;
}
 
.design-card h2 a {
    color: #b5b6b8;
}
 
.design-card h2 a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.about-area {
 
    padding: 24px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 56px;
}
 
.about-area h3 {
   font-weight: bold;
   font-family: 'Trueno Regular',"Arial", "Helvetica Neue", "Helvetica", sans-serif;
   line-height: 38px;
    margin: 0 0 12px;
}
 
.about-area p {
    margin: 0 0 24px;
    font-family: 'Trueno Light',"Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
 
.about-area .more {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    text-transform: uppercase;
}
 
.about-area .btns {
    position: absolute;
    bottom: 24px;
    left: 18px;
    right: 18px;
    z-index: 2;
    margin: 0 -12px;
}
 
.about-area .btns:after {
    display: block;
    clear: both;
    content: "";
}
 
.about-area .btns .btn-holder {
    float: left;
    width: 50%;
    padding: 0 12px;
}
 
.about-area .btns .btn {
   padding-right: 24px; 
   padding-left: 24px;

    min-width: 0;
}
 
.ribbon {
    position: absolute;
    top: -6px;
    left: -10px;
    z-index: 2;
    background: url(../images/ribbon@2x.png) no-repeat;
    background-size: 101px 145px;
    width: 101px;
    height: 145px;
  
}
 
.like-info {
    float: left;
    min-width: 48px;
    margin: -9px 8px -12px -16px;
    padding: 12px 0;
    text-align: center;
    color: #e6e8e9;
}
 
.like-info.liked i {
    display: none;
}
 
.like-info.liked i.icon-ic_heart_likes_filled {
    display: inline-block;
}
 
.like-info:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.like-info i {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 -9px;
    font-size: 36px;
    line-height: 20px;
}
 
.like-info i.icon-ic_heart_likes_filled {
    display: none;
}
 
.like-info span {
    display: block;
}
 
.tools {
    float: right;
    margin: -2px -16px -4px 0;
    padding: 0;
    list-style: none;
    font-size: 47px;
    line-height: 47px;
}
 
.tools li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
 
.tools a {
    color: #8c8f92;
}
 
.tools a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.tools i {
    display: inline-block;
    vertical-align: top;
}
 
.tools i.icon-ic_share {
    font-size: 38px;
    margin: 8px 0;
    width: 48px;
    padding: 0px 0 0 4px;
}
 
.tools i.icon-ic_comments_01 {
    display: block;
    width: 48px;
    margin-top: 6px;
    font-size: 16px;
    text-align: center;
}
 
.tools strong {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}
 
.tools-bar {
    float: right;
    position: relative;
    background: #181d23;
}
 
.tools-bar:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    z-index: 2;
    content: "";
    width: 10px;
    margin: 0 -10px 0 0;
    box-shadow: -5px 0 5px #181d23;
}
 
.tools-bar .opener {
   display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 48px;
    margin: 2px -17px -4px 0;
    font-size: 45px;
    line-height: 40px;
    color: #788088;
    outline: none;
    text-align: center;
}
 
.tools-bar .opener:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.tools-bar .opener i {
    margin: 0 -12px;
}
 
.tools-bar .drop-area {
    display: none;
    position: absolute;
    bottom: 100%;
    right: -16px;
    z-index: 20;
    padding: 0 0 28px;
}
 
.tools-bar ul {
    position: relative;
    width: 48px;
    background: #fff;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
 
.tools-bar ul:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 2;
    content: "";
    margin: 0 0 0 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0;
    border-color: #fff transparent transparent transparent;
}
 
.tools-bar ul a {
    display: block;
    height: 47px;
    color: #181d23;
}
 
.tools-bar ul a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.tools-bar ul a:hover i {
    color: #00aff5;
}
 
.tools-bar ul i {
    font-size: 48px;
    line-height: 48px;
    color: #35404d;
}
 
.tools-bar ul i.icon-ic_share {
    font-size: 38px;
}
 
.tools-bar ul span {
    display: none;
}
 
.tools-bar .icon-ic_comments_01 {
    display: block;
    width: 50px;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
 
.tools-bar strong {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
}
 
.tools-bar li.visible-md {
    display: none;
}
 
.tabset-mobile .drop .drop-holder {
    padding-top: 0;
}
 
/* tabs-section */
 
.tabs-section {
    margin: 0 0 50px;
}
 
.tabs-section .js-tab-hidden {
    display: none !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}
 
.tab-nav {
    position: relative;
    margin: 0 0 16px;
}
 
.tab-nav:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    height: 2px;
   /* background: #242b34;*/
}
 
.tabset {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
 
.tabset > li {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin: 0 -2px;
}
 
.tabset > li.active > a {
    text-decoration: none;
    border-bottom-color: #00aff5;
    color: #fff;
}
 
.tabset > li.active .drop {
    display: block;
}
 
.tabset > li > a {
    display: block;
    border-bottom: 2px solid transparent;
    padding: 10px 20px 4px;
    margin: 0 4px;
    color: #8f8f8f;
    min-width: 116px;
}

.tabset_2 > li > a {
min-width: 80px;
}
 
.tabset > li > a.active,
.tabset > li > a.tab-active,
.tabset > li > a:hover {
    text-decoration: none;
    border-bottom-color: #00aff5;
    color: #fff;
}
 
.tabset > li > a span {
    display: block;
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
}
 
.tabset > li > a i {
    display: inline-block;
    vertical-align: top;
    margin: -9px -50px -9px 12px;
    font-size: 36px;
    line-height: 36px;
}
 
.tabset .drop {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    width: 180px;
    margin: 10px 0 0 -90px;
}
 
.tabset .drop:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 2;
    content: "";
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #181d23 transparent;
}
 
.tabset .drop ul {
    background: #181d23;
    border-radius: 5px;
    margin: 0;
    padding: 5px 0 0;
    list-style: none;
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
    text-align: left;
    box-shadow: 0px 8px 10px rgba(0,0,0,.14), 0px 3px 14px rgba(0,0,0,.12);
}
 
.tabset .drop ul li {
    display: block;
    position: relative;
    margin: 0;
}
 
.tabset .drop ul a {
    display: block;
    position: relative;
    padding: 13px 10px 12px 35px;
    color: #b5b6b8;
}
 
.tabset .drop ul a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.tabset .drop ul a:hover span {
    color: #00aff5;
}
 
.tabset .drop ul a:hover i {
    color: #00aff5;
}
 
.tabset .drop ul span {
    color: #8e949b;
}
 
.tabset .drop ul i {
    position: absolute;
    top: 6px;
    left: -1px;
    z-index: 2;
    font-size: 36px;
    line-height: 36px;
    color: #ff6868;
}
 
.tabset-mobile {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
 
.tabset-mobile > li {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    margin: 0 -2px;
}
 
.tabset-mobile > li.active > a {
    text-decoration: none;
    border-bottom-color: #00aff5;
    color: #fff;
}
 
.tabset-mobile > li.active .drop {
    display: block;
}
 
.tabset-mobile > li > a {
    display: block;
    min-width: 149px;
    border-bottom: 2px solid transparent;
    padding: 10px 20px 8px;
    color: #8f8f8f;
}
 
.tabset-mobile > li > a.active,
.tabset-mobile > li > a:hover {
    text-decoration: none;
    border-bottom-color: #00aff5;
    color: #fff;
}
 
.tabset-mobile > li > a span {
    display: block;
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 14px;
}
 
.tabset-mobile > li > a i {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    margin: -18px 0 0;
    font-size: 36px;
    line-height: 36px;
    color: #777d85;
}
 
.tabset-mobile .drop {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(24, 29, 35, .92);
    max-height: 100%;
    overflow: auto;
}
 
.tabset-mobile .drop .drop-holder {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 52px;
}
 
.tabset-mobile .drop .drop-frame {
    display: table-cell;
    vertical-align: middle;
}
 
.tabset-mobile .drop ul {
    max-width: 248px;
    margin: 0 auto;
    background: #fff;
    padding: 5px 0 0;
    list-style: none;
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 36px;
    text-transform: none;
    text-align: left;
    border-radius: 8px;
}
 
.tabset-mobile .drop ul li {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}
 
.tabset-mobile .drop ul a {
    display: block;
    /*padding: 13px 10px 12px 35px;*/
    color: #35404d;
}
 
.tabset-mobile .drop ul a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.tabset-mobile .drop ul a:hover span {
    color: #00aff5;
}
 
.tabset-mobile .drop ul a:hover i {
    color: #00aff5;
}
 
.tabset-mobile .drop ul span {
    color: #8e949b;
}
 
.tabset-mobile .drop ul i {
    position: absolute;
    top: 11px;
    left: -1px;
    z-index: 2;
    font-size: 36px;
    line-height: 36px;
    color: #ff6868;
}
 
.design-items .row {
    margin: 0 -12px;
}
 
.design-items .col, .col-half{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 8px 12px;
    margin-right: -4px;
}
   .design-items .col-half {
    width: 50%;
}
.design-items .design-card {
    border-radius: 8px;
    margin: 0 0 26px;
    box-shadow: 0px 48px 72px -48px rgba(0,0,0,0.6);
}
 



.design-items .btn-more {
    padding: 16px 0;
    text-align: center;
}
 
.design-items .btn-more .btn {
    }
 
.snack-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 14px 0 10px;
    background: #ff6868;
    text-align: center;
    color: #fff;
}
 
.snack-bar .holder {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 100px 0 0;
}
 
.snack-bar p {
    margin: 0;
}

 
.snack-bar a {
    text-decoration: underline;
    color: #fff;
} 
.snack-bar .close {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    margin: -10px 12px 0 0;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}
 
.snack-bar .close:hover {
    text-decoration: none;
    color: #934040;
}
 
.design-content {
    padding: 12px 0 0;
    margin: auto;
}
 
.design-content .content {
    float: left;
    width: 100%;
}
 
.design-content .content-holder {
    margin: 0 336px 0 0;
    background-color: #181d23;
    padding: 24px;
    border-radius: 8px;
}
 
.heading {
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #242b34;
    padding-bottom: 16px;
    margin: 0 0 25px;
}
 
.comment-form .comment {
    position: relative;
    padding: 0 13px 46px 76px;
    color: #8e949b;
}
 
.comment-form .comment:after {
    display: block;
    clear: both;
    content: "";
}
 
.comment-form .comment.add {
    padding-left: 48px;
}
 
.comment-form .comment.add .avatar {
    left: 0px;
}
 
.comment-form .comment .btn {
    min-width: 200px;
    margin: 0 0 0 24px;
}
 
.comment-form .avatar {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url("../images/avatar_background.png");
    background-size: 100%;
}
 
.comment-form .form-control {
    position: relative;
    margin: 0 0 0 24px;
}
 
.comment-form textarea {
    display: block;
    width: 100%;
    height: 156px;
    overflow: auto;
    resize: none;
    padding: 18px 24px;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    color: #e6e8e9;
    text-transform: none;
}
 
.comment-form textarea::-webkit-input-placeholder {
    color: #e6e8e9;
}
 
.comment-form textarea::-moz-placeholder {
    opacity: 1;
    color: #e6e8e9;
}
 
.comment-form textarea:-moz-placeholder {
    color: #e6e8e9;
}
 
.comment-form textarea:-ms-input-placeholder {
    color: #e6e8e9;
}
 
.comment-form textarea.placeholder {
    color: #e6e8e9;
}
 
.comment-form h3 {
    font-size: 17px;
    line-height: 20px;
    font-weight: normal;
    color: #e6e8e9;
    margin: 0;
}
 
.comment-form h3 a {
    color: #e6e8e9;
    font-weight: bold;
}
 
.comment-form h3 a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.comment-form .date {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 4px 0 5px;
    text-transform: uppercase;
    
}
 
.comment-form p {
    margin: 0 0 10px;
    max-width: 448px;
}
 
.comment-form .links {
    margin: -8px 0 -8px -9px;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 36px;
}
 
.comment-form .links li {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
}
 
.comment-form .links a {
    color: #8e949b;
}

 
.comment-form .links a:hover {
    text-decoration: none;
    color: #00aff5;
}

.comment-form .links li .icon-ic_trash{
    position: relative;
    top: 1px;

}
.comment-form .links li .icon-ic_pencil{
    position: relative;
    top: 1px;
}


 
.comment-form .btn-holder {
    padding: 23px 5px;
}
 
.comment-form .btn-holder .btn {
    min-width: 272px;
}
 
.textoverlay {
    border-radius: 5px;
}
 
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    width: 224px;
    margin: 0;
    padding: 5px 0;
    list-style: none;
    font-size: 17px;
    line-height: 20px;
    background: #fff;
    border-radius: 5px;
}
 
.dropdown-menu a {
    display: block;
    overflow: hidden;
    padding: 8px 13px;
    color: #35404d;
}
 
.dropdown-menu a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.dropdown-menu .avatar {
    float: left;
    position: static !important;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin: -2px 11px -2px 0 !important;
}
 
.dropdown-menu .name {
    display: block;
    overflow: hidden;
}
 
.aside {
    float: right;
    width: 312px;
    margin: 0 0 0 -100%;
    color: #8e949b;
}
 
.aside .widget {

    background-color: #181d23;
    padding: 24px;
    margin-bottom:24px;
    border-radius: 8px;
}
 
.aside .heading {
    color: #e6e8e9;
}
 
.widget-info .heading {
    margin: 0 0 31px;
}
 
 
.widget-info h3 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e6e8e9;
    margin: 0 0 13px 7px;

}
 
.widget-info ul {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}
 
.widget-info ul.list li {
    padding-left: 7px;
}
 
.widget-info ul li {
    position: relative;
    padding: 0 0 12px 44px;
}
 
.widget-info ul a {
    display: inline-block;
    vertical-align: top;
    color: #8e949b;
}
 
.widget-info ul a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.widget-info ul a:hover .ico-private {
    background: #00aff5;
}
 
.widget-info ul i {
    position: absolute;
    top: -7px;
    left: 0;
    z-index: 2;
    font-size: 36px;
    line-height: 36px;
}
 
.widget-info ul .ico-private {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin: 7px 0 0 9px;
    background: #2f3844;
}
 
.widget-info ul .ico-private span {
    display: inline-block;
    vertical-align: top;
    margin: -7px 0 0 -8px;
    color: #e6e8e9;
}
 
.widget-info ul .icon-ic_heart_likes_filled {
    margin-top: 11px;
}
 
.widget-card .heading {
    margin: 0 0 26px;

}
 
.widget-card .design-card {
    margin: 0 auto 26px;
}
 
.widget-card .design-card .title-area {
    
}
 
.likes-section {
    padding: 12px 0 24px;
}
 
.likes-section .heading {
    margin: 0 0 23px;
}
 
.likes-block .row {
    margin: 0 -12px;
}
 
.likes-block .col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 12px 24px;
    margin-right: -4px;
}
 
.likes-block .item {
    padding: 26px 15px 36px;
    background: #181d23;
    border-radius: 5px;
    text-align: center;
}
 
.likes-block .avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 18px;
    background: linear-gradient(-45deg, #ff6868, #009fdf);
    background-size: 96px;
}
 
.likes-block .sub-title {
    display: block;
    color: #767d86;
}
 
.likes-block h2 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: -2px 0 0;
}
 
.likes-block h2 a {
    color: #e6e8e9;
}
 
.likes-block h2 a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.likes-block .btn-holder {
    padding: 27px 0;
    text-align: center;
}
 
.likes-block .btn-holder .btn {
    min-width: 272px;
}
 
.profile-block {
    padding: 0 0 50px;
    text-align: center;
}
 
.profile-block .avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    background-image: url("../images/avatar_background.png");
    background-size: 100%;
    
}
 .avatar img {
    position: relative;
    top: 50%;
    object-fit: cover;
    height: 100%;
    transform: translateY(-50%);
}


.profile-block .sub-title {
    display: block;
    color: #767d86;
}
 
.profile-block h2 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: -2px 0;
}
 
.profile-block h2 a {
    color: #e6e8e9;
}
 
.profile-block h2 a:hover {
    text-decoration: none;
    color: #00aff5;
}
 
.profile-block address {
    display: block;
    margin: 0 0 15px;
    font-style: normal;
    color: #767d86;
}
 
.profile-block .btn {
    min-width: 272px;
}
 
.social-links {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 48px;
    line-height: 0px;
    text-align: center;
}
 
.social-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

 
.social-links a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #2f3844;
    color: #ffffff;
    padding: 0 0 0 0;
}

 
.social-links a:hover {
    text-decoration: none;
    background: #00aff5;
}

.social-links .disabled-social a, .social-links .disabled-social a:hover{
    background: #13171c;
    border: 1px solid #2f3844;
    color: #35405d;
}

 
.social-links i {
    display: inline-block;
    vertical-align: middle;
}
 
.social-links img {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
 
.allerts-block {
    max-width: 604px;
    margin: 0 auto;
}
 
.allerts-block .allert {
    padding: 24px 25px 18px;
    margin: 0 0 12px;
    background: #181d23;
    line-height: 20px;
    color: #8e949b;
    border-radius: 8px;
}
 
.allerts-block .allert:after {
    display: block;
    clear: both;
    content: "";
}
 
.allerts-block .avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    float: left;
    margin: -1px 12px 0 0;
    overflow: hidden;
    background:linear-gradient(-45deg, #ff6868, #009fdf);
}
 
.allerts-block .holder {
    overflow: hidden;
}
 
.allerts-block h2 {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin: 0;
}
 
.allerts-block .date {
    display: block;
    margin: -1px 0 2px;
    font-size: 14px;
    line-height: 16px;
}
 
.allerts-block a {
    color: #fff;
    text-decoration: none;
}
 
.allerts-block a:hover {
    color: #00aff5;
}
 
.allerts-block p {
    margin: 0;
}
 
.profile-settings {
    max-width: 614px;
    margin: 0 auto;
}
 
.profile-settings .row {
    margin: 0 -12px;
}
 
.profile-settings .row:after {
    display: block;
    clear: both;
    content: "";
}
 
.profile-settings .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
 
.profile-settings .box {
    background: #181d23;
    padding: 16px 24px 40px;
    margin: 0 0 25px;
    color: #767d86;
     
 
}
 
.profile-settings .item {
    margin: 0 0 20px;
}
 
.profile-settings .avatar-holder {
    margin: -13px 0 37px;
}
 
.profile-settings .avatar-holder:after {
    display: block;
    clear: both;
    content: "";
}
 
.profile-settings .avatar-holder .holder {
    overflow: hidden;
}
 
.profile-settings .avatar-holder .btn {
    margin: 55px 0 0;
}
 
.profile-settings .avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin: 0 14px 0 0;
    background: linear-gradient(-45deg, #ff6868, #009fdf);
}
 
.profile-settings h2 {
    letter-spacing: .5px;
    color: #e6e8e9;
    margin: 0 0 22px 3px;
}
 
.profile-settings h3 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #e6e8e9;
    margin: 0 0 -1px;
}
 .plan-boxes h3{
font-size: 28px;

 }
.profile-settings p {
    margin: 0;
}
 
.profile-settings .btn-holder {
    margin: 0px 0 0px;
}
 
.profile-settings .btn {
    min-width: 0;
    display: block;
    width: 100%;
    margin: 0 0 23px;
}
 
.profile-settings .btn span {
    text-transform: none;
}
 
.profile-settings .box-info {
    padding: 18px 24px 23px;
    text-align: center;
}
 
.profile-settings .box-info h2 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 25px;
}
 
.profile-settings .box-info ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #fff;
}
 
.profile-settings .box-info ul span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 32px 26px;
}
 
.profile-settings .box-info ul span:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: -33px 0 0;
    font-family: "icomoon";
    font-size: 36px;
    line-height: 36px;
    color: #00aff5;
    content: "\e901";
}
 
.text-section {
    padding: 31px 0 60px;
}
 
.text-section .heading {
    margin: 0 0 22px;
}
 
.text-section .text-area {
    max-width: 604px;
    padding: 19px 24px 15px;
    border-radius: 10px;
    background: #181d23;
    color: #8e949b;
}
 
.text-section h3 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e6e8e9;
    margin: 0;
}
 
.text-section p {
    margin: 0 0 26px;
}
 
.text-section ul {
    margin: -14px 0 26px 36px;
    padding: 0;
    list-style: none;
}
 
.text-section ul li {
    margin: 0 0 12px;
}
 
.text-section ul a:hover {
    text-decoration: none;
    color: #008cc4;
}
 
.items-section {
    margin: 0 0 37px;
}
 
.items-section .heading {
    margin: 0 0 22px;
}
 
.items-section .row {
    margin: 0 -12px;
}
 
.items-section .col {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 24px;
    margin-right: -4px;
}
 
.items-section .item {
    margin: 0 0 48px;
    background: #181d23;
    border-radius: 10px;
    text-align: center;
    color: #8e949b;
    box-shadow: 0px 0px 92px -12px rgba(0,0,0,0.6);
}
 
.items-section .ico-area {
    white-space: nowrap;
    text-align: center;
}
 
.items-section .ico-area:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 142px;
}
 
.items-section .ico-area > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
 
.items-section .text-area {
    padding: 24px 24px 0 24px;
    min-height: 164px;
}
 
.items-section h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    color: #e6e8e9;
    margin: 0;
}
 
.info-box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    width: 100%;
    max-width: 368px;
    padding: 21px 24px 24px;
    background: #181d23;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    font-size: 18px;
    line-height: 24px;
}
 
.info-box .holder {
    min-height: 212px;
    margin: 0 0 10px;
}
 
.info-box h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 6px;
}
 
.info-box p {
    margin: 0;
}
 
.info-box .row {
    margin: 0 -12px;
}
 
.info-box .row:after {
    display: block;
    clear: both;
    content: "";
}
 
.info-box .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
 
.info-box .btn {
    display: block;
    min-width: 0;
}
 
.media-section {
    height: calc(100vh - 52px);
    overflow: hidden;
    margin:24px 24px;
    padding-bottom: 24px;
    position: relative;
    top:24px;
    background-color: #13171c;
}
 
.media-section object {
    width: 100% !important;
    height: 92% !important;
    min-height: 536px;
    background-color: #13171c;
    
}
 
.media-section .bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #00aff5;
    white-space: nowrap;
    text-align: center;
    text-align: center;
}
 
.media-section .bg-holder:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
}
 
.media-section .bg-holder > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
}
 
.media-section p {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
 
.modals ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
 
/* custom checkbox styles */
 
.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #2f3844;
    border-radius: 3px;
    margin: 0;
    height: 20px;
    width: 20px;
}
 
.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 6px;
    width: 12px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -6px;
    border: 1px solid #e6e8e9;
    border-width: 0 0 1px 1px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
:root .jcf-checkbox span {
    margin: -5px 0 0 -5px;
}
 
.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}
 
.jcf-checkbox.jcf-checked span {
    display: block;
}
 
/* custom select styles */
 
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #35404d;
    border-radius: 5px;
    margin: 0;
    min-width: 150px;
    height: 40px;
}
 
.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}
 
.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 17px;
    line-height: 20px;
    padding: 12px 28px 12px 12px;
}
 
.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 30px;
    bottom: 0;
    right: 0;
    top: 0;
}
 
.jcf-select .jcf-select-opener:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -18px 0 0 -20px;
    font-family: "icomoon";
    font-size: 36px;
    line-height: 36px;
    color: #e6e8e9;
    content: "\e900";
}
 
body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}
 
body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}
 
.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}
 
.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}
 
/* multiple select styles */
 
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}
 
/* select options styles */
 
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #35404d;
    line-height: 20px;
    font-size: 17px;
    width: 100%;
}
 
.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}
 
.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.jcf-list ul li {
    overflow: hidden;
    display: block;
}
 
.jcf-list .jcf-overflow {
    overflow: auto;
}
 
.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 4px 12px;
    color: #e6e8e9;
    height: 1%;
}
 
.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}
 
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #8e949b;
}
 
.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}
 
.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}
 
/* jcf-select-tab-select */
 
.jcf-select-tab-select {
    display: none !important;
    width: 148px;
    height: auto !important;
    margin: 0 auto;
    background: none;
    border: none;
    border-bottom: 2px solid #00aff5;
    border-radius: 0;
}
 
.jcf-select-tab-select.jcf-select-drop {
    border: none;
}
 
.jcf-select-tab-select .jcf-select-text {
    padding: 10px 30px 8px;
    margin: 0;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
 
.jcf-select-tab-select .jcf-select-text span {
    display: block;
}
 
.jcf-select-tab-select .jcf-select-opener {
    width: 30px;
    background: none;
}
 
.jcf-select-tab-select .jcf-select-opener:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -15px 0 0 -19px;
    font-family: "icomoon";
    font-size: 32px;
    line-height: 32px;
    content: "\e900";
    color: #777d85;
}
 
.jcf-select-tab-select .jcf-list {
    margin: 12px 0 0;
    background: none;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
 
.jcf-select-tab-select .jcf-list:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 2;
    content: "";
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px;
    border-color: transparent transparent #fff transparent;
}
 
.jcf-select-tab-select .jcf-list ul {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}
 
.jcf-select-tab-select .jcf-list .jcf-option {
    padding: 5px 15px;
    color: #35404d;
}
 
.jcf-select-tab-select .jcf-list .jcf-hover {
    background: none;
    color: #ff6868;
}
 
/* popups */
 
.popup-holder {
    position: relative;
    overflow: hidden;
    height: 0;
}
 
.popup {
    width: 320px;
    padding: 12px 24px;
    margin: 0 0 20px;
}
 
.popup.big {
    width: 664px;
}
 
.heading-bar {
    padding: 0px 0 4px;
    margin: 0 0 24px;
    border-bottom: 1px solid #26292e;
    position: relative;
}
 
.heading-bar h2 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-align: center;
    color: #e6e8e9;
    margin: 0;
    font-size: 24px;
}
 
.heading-bar .ico-alert {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: -25px 0 0 0;
    background: url(../images/ico-alert.png) no-repeat;
    width: 24px;
    height: 22px;
}
 
.plan-boxes .row {
    margin: 0 -12px;
}
 
.plan-boxes .row:after {
    display: block;
    clear: both;
    content: "";
}
 
.plan-boxes .col {
    float: left;
    width: 50%;
    padding: 0 12px;
}
 
.plan-boxes .box {
    min-height: 472px;
    padding: 20px 24px;
    background: #181d23;
    border-radius: 10px;
    text-align: center;
}
 
.plan-boxes h3 {
   
    margin: 0 0 36px;
}
 
.plan-boxes ul {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
 .plan-boxes ul li {
   
    padding: 0 35px 16px;
    
}
.plan-boxes ul span {
    display: inline-block;
    vertical-align: top;
    position: relative;

    
}
 
.plan-boxes ul span:after {
    position: absolute;
    top: -40%;
    left: -32PX;
    z-index: 2;
   
    font-family: "icomoon";
    font-size: 36px;
    line-height: 36px;
    color: #00aff5;
    content: "\e901";
}
.plan-boxes .basic-plan-boxes{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: -32px 0 0;
    font-family: "icomoon";
    font-size: 36px;
    line-height: 36px;
    color: red;
    content: none;
}

 
.plan-boxes .price {
    display: block;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 4px;
    color: #ffffff;
    position: relative;
    left: -12px;
}
 
.plan-boxes .price sup {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 4px 0;
    font-size: 32px;
}
 
.plan-boxes .price span {
    font-size: 16px;
    text-transform: uppercase;
    color: #767d86;
}
 
 .price-bar {
    margin: 0 0 40px;
    border-bottom: 1px solid #35404D;
    position: relative;
    display: block;
}

.plan-boxes .btn {
    width: 100%;
    min-width: 0;
    margin: 8px 0 40px;
}
 
.plan-boxes .btn-info {
    display: block;
    margin: 0 0 32px;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
}
 
.form-box {
    margin: -9px 0 0;
}
 
.form-box .form-row {
    margin: 0 -6px;
}
 
.form-box .form-row:after {
    display: block;
    clear: both;
    content: "";
}
 
.form-box .form-col {
    float: left;
    width: 33.33%;
    padding: 0 6px;
}
 
.form-box .form-control {
    padding: 0 0 12px;
}
 
.form-box .check-area,.box-checks .check-area {
    padding: 25px 0 15px 28px;
    margin: 8px 0 0 0;
}
.check-area{
    margin: 16px 0 0 0;
}

.form-box .check-area label {
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 17px;
    line-height: 24px;
    text-transform: none;
}
 .check-area p{
    display:inline-flex;
    width: 214px;
    margin: 0 0 0 8px;
 }
.form-box label {
    display: block;
    margin: 8px 0 4px;
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}
 .label-secondary {
    color:#767d86;
    text-transform: capitalize;
    font-size:14px;
    padding-top: 4px;
}
 
  .label-secondary.error, .error-text{
    color:#FF6868;
    
}

.form-box input[type="text"],
.form-box input[type="tel"],
.form-box input[type="email"],
.form-box input[type="search"],
.form-box input[type="password"],
.form-box textarea {
    display: block;
    width: 100%;
    margin: 8px 0px;
}
 
.form-box textarea {
    resize: none;
    height: 112px !important;
    overflow: auto;
}
 
.form-box input[type="checkbox"],
.form-box .jcf-checkbox {
    float: left;
    margin: 0 0 0 -28px;
}
 
.form-box .jcf-select {
    display: block;
    width: 100% !important;
    min-width: 0;
}
 
.form-box .btn-holder {
    padding: 10px 0 0;
}
 
.form-box .btn-holder .btn {
    margin: 0 0 24px;
}
 
.form-box .btn {
   display: block;
   min-width: 0;
   width: 100%;
   margin: 16px 0 23px;
   height: 40px;
}
.form-box .icon-ic_credit_card {
    float: right;
    margin: -13px -2px -5px -10px;
    font-size: 36px;
    line-height: 36px;
}
 
.form-box .icon-ic_credit_card .path1:before,
.form-box .icon-ic_credit_card .path2:before {
    color: #e6e8e9;
}
 
.form-box .links-list {
    margin: 0;
    padding: 12px 0 1px;
    list-style: none;
    text-align: center;
}
 
.form-box .links-list li {
    margin: 0 0 17px;
}
 
.form-box .links-list a {
    font-size: 16px;
}
.form-box .links-list a:hover {
    text-decoration: none;
    color: #008cc4;
}
 
.form-box .info-list {
    margin: 0;
    padding: 21px 0 0;
    list-style: none;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
 
.form-box .info-list li {
    margin: 0 0 17px;
}
 
.form-box .info-list a:hover {
    text-decoration: none;
    color: #008cc4;
}
 
.form-box .info-list i {
    display: inline-block;
    vertical-align: top;
    margin: -8px -7px -8px -23px;
    font-size: 36px;
    line-height: 36px;
}
 
.form-box .info-list span {
    color: #8e949b;
}
 
.form-box .text {
    text-align: center;
    color: #8e949b;
    margin: 31px 10px 43px;
}
 
.info-holder {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #8e949b;
}
 
.info-holder i {
    display: block;
    font-size: 48px;
    line-height: 48px;
    color: #e6e8e9;
    margin: 0 0 20px;
}
 
.info-holder p {
    margin: 0 0 44px;
}
 
.info-holder .btn {
    display: block;
    min-width: 0;
    margin: 0 0 24px;
}
 
.form-image .avatar {
    width: 272px;
    height: 272px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 22px;
    color: rgba(0,0,0,0);
    background:  linear-gradient(-45deg, #ff6868, #009fdf);
}
 
.form-image .btn {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 27px;
}
.form-image strong {
    display: none;
}
 
.form-image .btn strong {
    display: block;
    margin: -8px 0 -7px;
    font-weight: normal;
}
 
.form-image .btn span {
    display: block;
    font-family: "ProximaNovaCond-Regular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 15px;
}
 
.form-image .row {
    margin: 0 -9px;
}
 
.form-image .row:after {
    display: block;
    clear: both;
    content: "";
}
 
.form-image .col {
    float: left;
    width: 50%;
    padding: 0 9px;
}
 
.text-holder {
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #8e949b;
    padding: 6px 14px 0;
    margin: 0 0 -6px;
}
 
.text-holder p {
    margin: 0 0 24px;
}
 
.text-holder p.intro {
    color: #e6e8e9;
}
 
.text-holder h3 {
    font-family: "ProximaNovaCond-Semibold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #e6e8e9;
    margin: 0;
}
 
.error .ico-alert {
    display: block;
}
 
.error-field input[type="text"],
.error-field input[type="tel"],
.error-field input[type="email"],
.error-field input[type="search"],
.error-field input[type="password"],
.error-field textarea {
    border: 2px solid #ff6868;
}
 
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
 
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
 
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
 
.fancybox-skin {
    position: relative;
    background: #13171c;
    text-shadow: none;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 10px;
}
 
.fancybox-opened {
    z-index: 8030;
}
 
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}
 
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
 
.fancybox-inner {
    overflow: hidden;
}
 
.swf-box {
    height: inherit !important;
}
 
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
 
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
 
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
 
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
 
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite.png");
}
 
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}
 
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}
 
.fancybox-close {
    position: absolute;
    top: 17px;
    right: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 8040;
    background: rgba(19, 23, 28, .8);
    color: #e6e8e9;
}
 
.fancybox-close:hover {
    color: #00aff5;
}
 
.fancybox-close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -32px 0 0 -8px;
    font-family: "icomoon";
    font-size: 36px;
    line-height: 36px;
    content: "\e904";
}
 
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}
 
.fancybox-prev {
    left: 0;
}
 
.fancybox-next {
    right: 0;
}
 
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
 
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
 
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
 
.fancybox-nav:hover span {
    visibility: visible;
}
 
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
 
/* Overlay helper */
 
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
 
.fancybox-lock body {
    overflow: hidden !important;
}
 
.fancybox-lock-test {
    overflow-y: hidden !important;
}
 
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../images/fancybox/fancybox_overlay.png");
}
 
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
 
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
 
/* Title helper */
 
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
 
.fancybox-opened .fancybox-title {
    visibility: visible;
}
 
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
 
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
 
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
 
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
 
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
 
@media (min-width: 983px) {
    .tools-bar.hover .drop-area {
        display: block;
    }
}
 
@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}
 
@media (max-width: 1504px) {
    #wrapper {
        padding-top: 72px;
    }
 
    .design-card {
       /* max-width: 774px;*/
        margin: 0px auto 45px;
        box-shadow: 0px 60px 64px -48px rgba(0,0,0,0.6);

    }
        /*
  .design-card-holder .design-card .image-area {
    height: calc(100vh - 128px);
    min-width: 524px;
    
}*/
 
    .about-area .btns {
        margin: 0 -8px;
    }
 
    .about-area .btns .btn-holder {
        padding: 0 8px;
    }
 
    .media-section {
        margin-top: -24px;
         
    }
}
 
@media (max-width: 982px) {
    body.nav-active {
        height: 100%;
        overflow: hidden;
        position: relative;
    }
 
    body.nav-active .nav-mobile {
        display: block;
    }


    body.nav-active .nav-opener .open-menu {
        display: none;
    }
 
    body.nav-active .nav-opener .icon-ic_ellipses {
        display: none;
    }
 
    body.nav-active .nav-opener .icon-ic_close {
        display: inline-block;
    }
 
    #wrapper {
        padding-top: 48px;
    }
 
    .container {
        padding: 0 0px;
    }
 
    .t-visible {
        display: block !important;
    }
 
    .t-hidden {
        display: none !important;
    }
 
    #header {
        padding: 0;
        width: 48px;
        left: calc(100vw - 48px);
         border-radius: 0 0 0 8px;
        
        
    }
 
 #header .logo {
        /*display: none;*/
    left: calc(-50vw + 35px);
    
    }
    .nav {
        display: none;
    }
    .nav-link-left{

    }
 
    .sub-nav {
        display: none;
    }
 
    .header-holder {
        padding: 18px 0 14px;
        min-height: 52px;
        position: relative;
    }
 
    .header-holder:after {
        display: block;
        clear: both;
        content: "";
    }
 
    .nav-opener {
        display: block;
    }
 
    .nav-opener:hover {
        color: white;
    }
 
    .design-card-holder {
        padding: 0 0px;
        
    }
 
    .design-card-holder .design-card {
        width: auto;
        max-width: calc(100vh - 168px);
        min-width: 278px;
    }
 
    .design-card {
        border-radius: 5px;
        margin: 0 auto 38px;
    }
 
    .design-card .image-holder {
        
        min-height:200px;

    }
 
    .about-area {
        
    }
 
    .about-area .btns {
        left: 24px;
        right: 24px;
    }
 
    .tools-bar.active .drop-area {
        display: block;
    }
 
    .tools-bar .drop-area {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 100%;
        overflow: auto;
        background: rgba(24, 29, 35, .92);
    }
 
    .tools-bar .drop-holder {
        display: table;
        width: 100%;
        height: 100%;
        padding-top: 52px;
        text-align: center;
    }
 
    .tools-bar .drop-frame {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

 
    .tools-bar ul {
        width: 100%;
        max-width: 248px;
        margin: 0 auto;
        border-radius: 8px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
 .tools-bar ul li:nth-child(3) {
    /* Hide Replay*/
   
}
    .tools-bar ul:after {
        display: none;
    }
 
    .tools-bar ul a {
        position: relative;
        padding: 13px 10px 7px 42px;
        height: 48px;
    }
 
    .tools-bar ul i {
        position: absolute;
        top: 50%;
        left: 2px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
 
    .tools-bar ul span {
        display: inline-block;
        vertical-align: top;
    }
 
    .tools-bar .icon-ic_comments_01 {
        left: 12px;
        font-size: 20px;
        width: auto;
        padding: 0;
        text-align: left;
    }
 
    .tools-bar .icon-ic_play {
        left: -1px;
    }
 
    .tools-bar strong {
        text-align: left;
    }
 
    .tools-bar li.visible-md {
        display: block;
        border-top: 1px solid #e5e5e6;
    }
 
    .tools-bar li.visible-md a {
        position: relative;
    }
 
    .tools-bar li.visible-md a:after {
        content: "\e904";
        position: absolute;
        top: 50%;
        left: 3px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 34px;
        color: #8e949b;
    }
 
    .tools-bar li.visible-md a:hover:after {
        color: #00aff5;
    }
 
    .tabset-mobile .drop-area {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: 100%;
        overflow: auto;
        background: rgba(24, 29, 35, .92);
    }
 
    .tabset {
        display: none;
    }
 
    .tabset-mobile {
        display: block;
    }
 
    .tabset-mobile .drop ul {
        padding: 0;
    }
 
    .tabset-mobile .drop ul li:last-child {
        border-top: 1px solid #e5e5e6;
    }
 
    .tabset-mobile .drop ul li:last-child a {
        position: relative;
    }
 
    .tabset-mobile .drop ul li:last-child a:after {
        content: "\e904";
        position: absolute;
        top: 50%;
        left: 3px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 34px;
        color: #8e949b;
    }
 
    .tabset-mobile .drop ul li:last-child a:hover:after {
        color: #00aff5;
    }
 
    .tabset-mobile .drop ul a {
        padding: 7px 10px 6px 39px;
    }
 
    .tabset-mobile .drop ul i {
        line-height: 23px;
    }
 
    .design-items .row {
        margin: 0 -6px;
    }
 
    .design-items .col {
        width: 50%;
        padding: 0px 12px;
        /*margin-top: 24px;*/
    }
 
    .design-items .btn-more {
        padding: 26px 0;
    }
 
    .design-content {
        padding: 18px 0 0;
        max-width: 1200px;
        margin: auto;
    }
 
    .design-content .content {
        float: none;
        width: auto;
        margin: 0 0 36px;
    }
 
    .design-content .content-holder {
        margin: 0;
        margin-left:auto;
        margin-right:auto;
        border-radius: 8px;

    }
    .content-holder{
 
    max-width: 1000px;
}
 
    .comment-form .form-control {
       /* margin: 0 0 44px;*/
    }
 
    .aside {
        float: none;
        width: auto;
        margin: 0;
    }
 
    .aside .row {
        margin: 0 -6px;
    }
 
    .aside .row:after {
        display: block;
        clear: both;
        content: "";
    }
 
    .aside .col {
        float: left;
        width: 50%;
        padding: 0 6px;
    }
 
    .widget-info .heading {
        margin: 0 0 33px;
    }
 
    .widget-info .holder {
       /* padding: 0 13px;*/
    }
 
    .widget-card .heading {
        margin: 0 0 12px;
    }
 
    .widget-card .design-card {
        margin: 0 auto 12px;
    }
 
    .likes-section {
        padding: 18px 0 12px;
    }
 
    .likes-section .heading {
        margin: 0 0 12px;
    }
 
    .likes-block .row {
        margin: 0 -6px;
    }
 
    .likes-block .col {
        width: 50%;
        padding: 0 6px 12px;
    }
 
    .likes-block .btn-holder {
        padding: 40px 0;
    }
 
    .profile-block {
        padding: 12px 0 40px;
    }
 
    .allerts-block {
        padding: 6px 0 0;
    }
 
    .allerts-block .allert {
        margin: 0 0 12px;
    }
 
    .profile-settings {
        margin: -12px auto 0;
    }
 
    .profile-settings .row {
        margin: 0 -6px;
    }
 
    .profile-settings .col {
        padding: 0 6px;
    }
 
    .profile-settings .box {
        padding: 16px 24px 40px;
        margin: 0 0 12px;
    }
 
    .text-section {
        padding: 31px 0 65px;
    }
 
    .text-section .heading {
        margin: 0 0 12px;
    }
 
    .items-section {
        margin: 0 0 42px;
    }
 
    .items-section .heading {
        margin: 0 0 12px;
    }
 
    .items-section .row {
        margin: 0 -6px;
    }
 
    .items-section .col {
        width: 50%;
        padding: 0 6px;
    }
 
    .items-section .item {
        margin: 0 0 12px;
    }
 
    .info-box {
        position: static;
        margin: -6px auto 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 13px 18px 24px;
    }
 
    .info-box .holder {
        min-height: 258px;
    }
 
    .media-section {
        margin-top: -12px;
    }
 
    .jcf-select-tab-select {
        display: block !important;
    }
 
    .popup.big {
        width: 320px;
    }
 
    .plan-boxes .row {
        margin: 0 0 -12px;
    }
 
    .plan-boxes .col {
        float: none;
        width: auto;
        padding: 0 0 12px;
    }
}
 
@media (max-width: 627px) {
    #wrapper {
        padding-top: 48px;
    }
    .drawing-app #header{
        background: rgba(19, 23, 28,1 );
    }
    .drawing-app .logo{
        opacity: 0;
    }
 
    .m-visible {
        display: block !important;
    }
 
    .m-hidden {
        display: none !important;
    }
    
    .design-card {
        margin: 0 -12px 42px;
    }
 
    .design-card .title-area {
       
    }
 
    .ribbon {
        display:none;
       
    }
 
    .tab-nav {
        margin: 0 0 12px;
    }
 
    .design-items .row {
        margin: 0;
    }
 
    .design-items .col {
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
    }
 
    .design-items .design-card {
        margin: 0px 0px 24px;
    }
 
    .design-items .btn-more {
        padding: 41px 0 0;
    }
 
    .design-content {
        padding: 12px 0 30px;
        margin: auto;
    }
 
    .design-content .content {
        margin: 0 0 29px;
    }
 
    .heading {
        margin: 0 0 46px;
    }
 
    .comment-form .comment {
        
    }
 
    .comment-form .comment.add {
        padding-left: 61px;
    }
 
    .comment-form .comment.add .avatar {
        left: 0px;
    }
 
    .comment-form .form-control {
        margin: 0 0 0 24px;
    }
 
    .comment-form .links {
        margin: -5px 0 -5px -1px;
    }
 
    .comment-form .links li {
        margin: 0 -7px 0 0;
    }
 
    .comment-form .btn-holder {
        padding: 45px 5px;
    }
 
    .aside .row {
        margin: 0;
    }
 
    .aside .col {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 24px;
    }
 
    .likes-section {
        padding: 12px 0;
    }
 
    .likes-block .row {
        margin: 0;
    }
 
    .likes-block .col {
        display: block;
        width: auto;
        margin: 0;
        padding: 0 0 12px;
    }
 
    .likes-block .btn-holder {
        padding: 17px 0;
    }
 
    .profile-block {
        padding: 48px 0 24px;
    }
 
    .allerts-block {
        padding: 0;
    }
 
    .allerts-block .allert {
        padding: 24px 25px 38px;
    }
 
    .profile-settings {
        margin: 0;
    }
 
    .profile-settings .row {
        margin: 0;
    }
 
    .profile-settings .col {
        float: none;
        width: auto;
        padding: 0;
    }
 
    .text-section {
        padding: 59px 0;
    }
 
    .items-section .row {
        margin: 0;
    }
 
    .items-section .col {
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
    }
 
    .info-box {
        margin: 56px auto 0;
    }
 
    .info-box .holder {
        min-height: 0;
        margin: 0 0 18px;
    }
 
    .media-section {
        margin-top: 0;
    }
 
    .modals {
        padding: 30px 0 0;
    }
 
    .modals .heading {
        margin: 0 0 15px;
    }
 
    .fancybox-wrap {
        left: 0 !important;
        width: 100% !important;
    }
 
    .fancybox-skin {
        max-width: 320px !important;
        margin: 0 auto;
    }
 
    .fancybox-skin.type-swf {
        max-width: 100% !important;
    }
}
 
@media (max-width: 627px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 627px) and (min-resolution: 144dpi) {
    .ribbon {
        background: url(../images/ribbon@2x.png) no-repeat;
    }
}
 
@media (max-width: 479px) {
    .popup {
        width: 100%;
        margin: 0;
        overflow: hidden;
        background: #13171c;
    }
 
    .popup.big {
        width: 100%;
    }
 
    .fancybox-wrap {
        height: 100% !important;
        background: #13171c !important;
    }
 
    .fancybox-skin {
        max-width: 100% !important;
        height: 100% !important;
        background: #13171c !important;
    }
 
    .fancybox-outer {
        height: 100% !important;
    }
 
    .fancybox-inner {
        width: 100% !important;
        height: 100% !important;
        background: #13171c !important;
    }
 
    .fancybox-close {
        position: fixed;
    }
 
    .fancybox-overlay {
        background: #13171c !important;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
.image-wrapper {
    overflow: hidden;
    display: inline-block;
}

.image-wrapper img {
    float: left;
    display: block;
}

.image-wrapper:after, .loading {
    content: ' ';
    background: transparent url('../images/background_loader.gif') center no-repeat;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    display: block;
}