/* ------------------------------------*\
    #RESET
\*------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }


  .mobile-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
    /* hacks for iOS */
    z-index: 99;
  }
  .iOS .mobile-overlay {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .mobile-overlay.active {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
    /* hacks for iOS */
  }
  .iOS .mobile-overlay.active {
    display: block;
  }

  a {
    outline: none;
    /* removing outline in Mozilla */
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    color: #333;
  }
  a:active {
    background-color: transparent;
  }

  a:hover {
    text-decoration: none;
  }

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* https://paulirish.com/2012/box-sizing-border-box-ftw/ */
  }

  p {
    margin-bottom: 20px;
    clear: both;
    color: #333;
  }
  p.font-18 {
    font-size: 18px;
  }
  p.font-22 {
    font-size: 22px;
  }

  img {
    vertical-align: top;
    max-width: 100%;
  }

  table {
    width: 100%;
  }

  strong {
    font-weight: bold;
  }

  .clearfix {
    *zoom: 1;
  }
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  ::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
  }

  ::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
  }

  .hide {
    display: none !important;
  }

  button:hover,
  input[type="submit"]:hover,
  label {
    cursor: pointer;
  }

  textarea {
    margin: 0;
    /* removing margin in Mozilla */
    overflow: auto;
    /* for IE and older browsers */
  }

  /* align checkboxes, radios, text inputs with their label */
  input[type="radio"] {
    vertical-align: text-bottom;
  }

  input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
  }

  input:focus,
  textarea:focus,
  button:focus {
    outline: none;
  }

  small {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 300;
  }

  button::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    border: 0;
    padding: 0;
  }

  .hidden {
    opacity: 0;
    visibility: hidden;
  }

  .center {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .text-center {
    text-align: center !important;
  }

  .text-left {
    text-align: left !important;
  }

  .text-right {
    text-align: right !important;
  }

  .block {
    display: block !important;
  }

  .inline {
    display: inline-block !important;
  }

  .visible {
    overflow: visible !important;
  }

  .margin-auto {
    margin: 0 auto !important;
  }

  .flex {
    display: inline-flex;
  }

  .hide {
    display: none !important;
  }

  .italic {
    font-style: italic !important;
  }

  .bottom {
    vertical-align: bottom !important;
  }

  .top {
    vertical-align: top !important;
  }

  .middle {
    vertical-align: middle !important;
  }

  .gray {
    color: #808080 !important;
  }

  .blue {
    color: #61c7ca !important;
  }
  .red {
    color: #FF0000!important;
  }
  .green {
    color: #5DD11B!important;
  }
  .white {
    color: #fff !important;
  }

  .divider {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    margin: 20px 0;

  }

  .font-14 {
    font-size: 14px!important;
  }
  .font-16 {
    font-size: 16px!important;
  }

  .font-23 {
    font-size: 23px!important;
  }

  .cursor-none {
    cursor: auto !important;
  }

  .m-auto {
    margin: auto;
  }



  .icon-pencil {
    background-image: url("../images/icon-pencil.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    display: block;
  }

  .icon-group {
    background-image: url("../images/icon-group.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 26px;
    height: 17px;
  }

  .icon-graf {
    background-image: url("../images/icon-graf.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 17px;
    height: 17px;
  }

  .icon-target {
    background-image: url("../images/icon-target.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 18px;
    height: 20px;
  }

  .icon-briefcase {
    background-image: url("../images/icon-briefcase.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 15px;
    height: 13px;
  }

  .icon-globe {
    background-image: url("../images/icon-globe.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
  }

  .divider {
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
  }

  /* ===========================================================
   *
   *  Name:          selectordie_dev.css
   *  Updated:       2014-10-10
   *  Created by:    Per V @ Vst.mn
   *  What?:         Base CSS for Select or Die
   *
   *  Copyright (c) 2014 Per Vestman
   *  Dual licensed under the MIT and GPL licenses.
   *
   *  No, I don't usually comment my CSS, but in this
   *  case it might "help" someone.
   *
   *  Oddny | Cogs 'n Kegs
   * =========================================================== */
  /* Remove, change to fit your needs */
  .sod_select,
  .sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
  .sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 100%;
    padding: 9px 20px;
    background: #ffffff;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    outline: 0;
    outline-offset: -2px;
    /* Opera */
    cursor: default;
    border-radius: 2px;
  }

  /* Up/Down arrows */
  .sod_select:before,
  .sod_select:after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 7px;
  }

  /* Down arrow */
  .sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 7px;
  }

  /* Change the border color on hover, focus and when open */
  .sod_select:hover,
  .sod_select.open,
  .sod_select.focus {
    border-color: #000000;
  }

  .sod_select.open {
    color: #919191;
  }

  .sod_select.focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  /* When the entire SoD is disabled, go crazy! */
  .sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed;
  }

  /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
  .sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #333;
    padding-right: 15px;
    /*font-style: italic;*/
    font-weight: 300;
  }

  .sod_select .sod_prefix {
    /* Use this if you're using a prefix and want to style it */
  }

  .sod_select .sod_placeholder {
    /* Use this if you're using a placeholder and want to style it */
    color: #b2b2b2;

  }

  /* Options list wrapper */
  .sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 100%;
    background: #ffffff;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1;
  }

  /* Shows the option list (don't edit) */
  .sod_select.open .sod_list_wrapper {
    display: block;
  }

  /* Don't display the options when  */
  .sod_select.disabled.open .sod_list_wrapper {
    display: none;
  }

  /* When the option list is displayed above the SoD */
  .sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-bottom: none;
  }

  /* Options list container */
  .sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0;
  }

  /* All the options. Keep the first three lines for truncating... */
  .sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none;
  }

  /* Optgroups */
  .sod_select .sod_option.optgroup,
  .sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic;
  }

  /* Children of an optgroup */
  .sod_select .sod_option.groupchild {
    padding-left: 20px;
  }

  /* Used together with placeholderOption / data-placeholder-option */
  .sod_select .sod_option.is-placeholder {
    display: none;
  }

  /* Disabled option */
  .sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc;
  }

  /* Hover state for options, also used when a user uses his/hers up/down keys */
  .sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333;
  }

  /*Make room for the check mark */
  .sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px;
  }

  /* Displays a check mark for the selected option */
  .sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
  }

  /* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
  .sod_select.no_highlight .sod_option.selected {
    font-weight: 300;
  }

  .sod_select.no_highlight .sod_option.selected:before {
    display: none;
  }

  .sod_select .sod_option.link {
    /* If data-link is set on a specific option */
  }

  .sod_select .sod_option.linkexternal {
    /* If data-link-external is set on a specific option */
  }

  /* Hide native select */
  .sod_select select {
    display: none !important;
  }

  /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
  .sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
  }

  /* --------------------------------------------------------------------------------------
  +
  + STARTERIZED GRID INDEX
  +
  -------------------------------------------------------------------------------------- */
  .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left;
  }

  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-pull-0 {
    right: 0%;
  }

  .col-xs-pull-1 {
    right: 8.33333%;
  }

  .col-xs-pull-2 {
    right: 16.66667%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-4 {
    right: 33.33333%;
  }

  .col-xs-pull-5 {
    right: 41.66667%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-7 {
    right: 58.33333%;
  }

  .col-xs-pull-8 {
    right: 66.66667%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-10 {
    right: 83.33333%;
  }

  .col-xs-pull-11 {
    right: 91.66667%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-push-0 {
    left: 0%;
  }

  .col-xs-push-1 {
    left: 8.33333%;
  }

  .col-xs-push-2 {
    left: 16.66667%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-4 {
    left: 33.33333%;
  }

  .col-xs-push-5 {
    left: 41.66667%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-7 {
    left: 58.33333%;
  }

  .col-xs-push-8 {
    left: 66.66667%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-10 {
    left: 83.33333%;
  }

  .col-xs-push-11 {
    left: 91.66667%;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-offset-0 {
    margin-left: 0%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  @media (min-width: 768px) {
    .container {
      width: 750px;
    }

    .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
      float: left;
    }

    .col-sm-1 {
      width: 8.33333%;
    }

    .col-sm-2 {
      width: 16.66667%;
    }

    .col-sm-3 {
      width: 25%;
    }

    .col-sm-4 {
      width: 33.33333%;
    }

    .col-sm-5 {
      width: 41.66667%;
    }

    .col-sm-6 {
      width: 50%;
    }

    .col-sm-7 {
      width: 58.33333%;
    }

    .col-sm-8 {
      width: 66.66667%;
    }

    .col-sm-9 {
      width: 75%;
    }

    .col-sm-10 {
      width: 83.33333%;
    }

    .col-sm-11 {
      width: 91.66667%;
    }

    .col-sm-12 {
      width: 100%;
    }

    .col-sm-pull-0 {
      right: 0%;
    }

    .col-sm-pull-1 {
      right: 8.33333%;
    }

    .col-sm-pull-2 {
      right: 16.66667%;
    }

    .col-sm-pull-3 {
      right: 25%;
    }

    .col-sm-pull-4 {
      right: 33.33333%;
    }

    .col-sm-pull-5 {
      right: 41.66667%;
    }

    .col-sm-pull-6 {
      right: 50%;
    }

    .col-sm-pull-7 {
      right: 58.33333%;
    }

    .col-sm-pull-8 {
      right: 66.66667%;
    }

    .col-sm-pull-9 {
      right: 75%;
    }

    .col-sm-pull-10 {
      right: 83.33333%;
    }

    .col-sm-pull-11 {
      right: 91.66667%;
    }

    .col-sm-pull-12 {
      right: 100%;
    }

    .col-sm-push-0 {
      left: 0%;
    }

    .col-sm-push-1 {
      left: 8.33333%;
    }

    .col-sm-push-2 {
      left: 16.66667%;
    }

    .col-sm-push-3 {
      left: 25%;
    }

    .col-sm-push-4 {
      left: 33.33333%;
    }

    .col-sm-push-5 {
      left: 41.66667%;
    }

    .col-sm-push-6 {
      left: 50%;
    }

    .col-sm-push-7 {
      left: 58.33333%;
    }

    .col-sm-push-8 {
      left: 66.66667%;
    }

    .col-sm-push-9 {
      left: 75%;
    }

    .col-sm-push-10 {
      left: 83.33333%;
    }

    .col-sm-push-11 {
      left: 91.66667%;
    }

    .col-sm-push-12 {
      left: 100%;
    }

    .col-sm-offset-0 {
      margin-left: 0%;
    }

    .col-sm-offset-1 {
      margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
      margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
      margin-left: 25%;
    }

    .col-sm-offset-4 {
      margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
      margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
      margin-left: 50%;
    }

    .col-sm-offset-7 {
      margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
      margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
      margin-left: 75%;
    }

    .col-sm-offset-10 {
      margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
      margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }

    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
      float: left;
    }

    .col-md-1 {
      width: 8.33333%;
    }

    .col-md-2 {
      width: 16.66667%;
    }

    .col-md-3 {
      width: 25%;
    }

    .col-md-4 {
      width: 33.33333%;
    }

    .col-md-5 {
      width: 41.66667%;
    }

    .col-md-6 {
      width: 50%;
    }

    .col-md-7 {
      width: 58.33333%;
    }

    .col-md-8 {
      width: 66.66667%;
    }

    .col-md-9 {
      width: 75%;
    }

    .col-md-10 {
      width: 83.33333%;
    }

    .col-md-11 {
      width: 91.66667%;
    }

    .col-md-12 {
      width: 100%;
    }

    .col-md-pull-0 {
      right: 0%;
    }

    .col-md-pull-1 {
      right: 8.33333%;
    }

    .col-md-pull-2 {
      right: 16.66667%;
    }

    .col-md-pull-3 {
      right: 25%;
    }

    .col-md-pull-4 {
      right: 33.33333%;
    }

    .col-md-pull-5 {
      right: 41.66667%;
    }

    .col-md-pull-6 {
      right: 50%;
    }

    .col-md-pull-7 {
      right: 58.33333%;
    }

    .col-md-pull-8 {
      right: 66.66667%;
    }

    .col-md-pull-9 {
      right: 75%;
    }

    .col-md-pull-10 {
      right: 83.33333%;
    }

    .col-md-pull-11 {
      right: 91.66667%;
    }

    .col-md-pull-12 {
      right: 100%;
    }

    .col-md-push-0 {
      left: 0%;
    }

    .col-md-push-1 {
      left: 8.33333%;
    }

    .col-md-push-2 {
      left: 16.66667%;
    }

    .col-md-push-3 {
      left: 25%;
    }

    .col-md-push-4 {
      left: 33.33333%;
    }

    .col-md-push-5 {
      left: 41.66667%;
    }

    .col-md-push-6 {
      left: 50%;
    }

    .col-md-push-7 {
      left: 58.33333%;
    }

    .col-md-push-8 {
      left: 66.66667%;
    }

    .col-md-push-9 {
      left: 75%;
    }

    .col-md-push-10 {
      left: 83.33333%;
    }

    .col-md-push-11 {
      left: 91.66667%;
    }

    .col-md-push-12 {
      left: 100%;
    }

    .col-md-offset-0 {
      margin-left: 0%;
    }

    .col-md-offset-1 {
      margin-left: 8.33333%;
    }

    .col-md-offset-2 {
      margin-left: 16.66667%;
    }

    .col-md-offset-3 {
      margin-left: 25%;
    }

    .col-md-offset-4 {
      margin-left: 33.33333%;
    }

    .col-md-offset-5 {
      margin-left: 41.66667%;
    }

    .col-md-offset-6 {
      margin-left: 50%;
    }

    .col-md-offset-7 {
      margin-left: 58.33333%;
    }

    .col-md-offset-8 {
      margin-left: 66.66667%;
    }

    .col-md-offset-9 {
      margin-left: 75%;
    }

    .col-md-offset-10 {
      margin-left: 83.33333%;
    }

    .col-md-offset-11 {
      margin-left: 91.66667%;
    }

    .col-md-offset-12 {
      margin-left: 100%;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }

    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
      float: left;
    }

    .col-lg-1 {
      width: 8.33333%;
    }

    .col-lg-2 {
      width: 16.66667%;
    }

    .col-lg-3 {
      width: 25%;
    }

    .col-lg-4 {
      width: 33.33333%;
    }

    .col-lg-5 {
      width: 41.66667%;
    }

    .col-lg-6 {
      width: 50%;
    }

    .col-lg-7 {
      width: 58.33333%;
    }

    .col-lg-8 {
      width: 66.66667%;
    }

    .col-lg-9 {
      width: 75%;
    }

    .col-lg-10 {
      width: 83.33333%;
    }

    .col-lg-11 {
      width: 91.66667%;
    }

    .col-lg-12 {
      width: 100%;
    }

    .col-lg-pull-0 {
      right: 0%;
    }

    .col-lg-pull-1 {
      right: 8.33333%;
    }

    .col-lg-pull-2 {
      right: 16.66667%;
    }

    .col-lg-pull-3 {
      right: 25%;
    }

    .col-lg-pull-4 {
      right: 33.33333%;
    }

    .col-lg-pull-5 {
      right: 41.66667%;
    }

    .col-lg-pull-6 {
      right: 50%;
    }

    .col-lg-pull-7 {
      right: 58.33333%;
    }

    .col-lg-pull-8 {
      right: 66.66667%;
    }

    .col-lg-pull-9 {
      right: 75%;
    }

    .col-lg-pull-10 {
      right: 83.33333%;
    }

    .col-lg-pull-11 {
      right: 91.66667%;
    }

    .col-lg-pull-12 {
      right: 100%;
    }

    .col-lg-push-0 {
      left: 0%;
    }

    .col-lg-push-1 {
      left: 8.33333%;
    }

    .col-lg-push-2 {
      left: 16.66667%;
    }

    .col-lg-push-3 {
      left: 25%;
    }

    .col-lg-push-4 {
      left: 33.33333%;
    }

    .col-lg-push-5 {
      left: 41.66667%;
    }

    .col-lg-push-6 {
      left: 50%;
    }

    .col-lg-push-7 {
      left: 58.33333%;
    }

    .col-lg-push-8 {
      left: 66.66667%;
    }

    .col-lg-push-9 {
      left: 75%;
    }

    .col-lg-push-10 {
      left: 83.33333%;
    }

    .col-lg-push-11 {
      left: 91.66667%;
    }

    .col-lg-push-12 {
      left: 100%;
    }

    .col-lg-offset-0 {
      margin-left: 0%;
    }

    .col-lg-offset-1 {
      margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
      margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
      margin-left: 25%;
    }

    .col-lg-offset-4 {
      margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
      margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
      margin-left: 50%;
    }

    .col-lg-offset-7 {
      margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
      margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
      margin-left: 75%;
    }

    .col-lg-offset-10 {
      margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
      margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
      margin-left: 100%;
    }
  }

  .m-0 {
    margin: 0 !important;
  }

  .m-5 {
    margin: 5px !important;
  }

  .m-10 {
    margin: 10px !important;
  }

  .m-20 {
    margin: 20px !important;
  }

  /****  Margin Top  ****/
  .m-t-0 {
    margin-top: 0px !important;
  }

  .m-t-2 {
    margin-top: 2px !important;
  }

  .m-t-3 {
    margin-top: 3px !important;
  }

  .m-t-4 {
    margin-top: 4px !important;
  }

  .m-t-5 {
    margin-top: 5px !important;
  }

  .m-t-6 {
    margin-top: 6px !important;
  }

  .m-t-8 {
    margin-top: 8px !important;
  }

  .m-t-10 {
    margin-top: 10px !important;
  }

  .m-t-11 {
    margin-top: 11px !important;
  }

  .m-t-13 {
    margin-top: 13px !important;
  }

  .m-t-15 {
    margin-top: 15px !important;
  }

  .m-t-20 {
    margin-top: 20px !important;
  }

  .m-t-30 {
    margin-top: 30px !important;
  }

  .m-t-40 {
    margin-top: 40px !important;
  }

  .m-t-50 {
    margin-top: 50px !important;
  }

  .m-t-60 {
    margin-top: 60px !important;
  }

  .m-t-70 {
    margin-top: 70px !important;
  }

  .m-t-75 {
    margin-top: 75px !important;
  }

  .m-t--2 {
    margin-top: -2px !important;
  }

  .m-t--4 {
    margin-top: -4px !important;
  }

  .m-t--13 {
    margin-top: -13px !important;
  }

  /****  Margin Bottom  ****/
  .m-b-0 {
    margin-bottom: 0px !important;
  }

  .m-b-4 {
    margin-bottom: 4px !important;
  }

  .m-b-5 {
    margin-bottom: 5px !important;
  }

  .m-b-6 {
    margin-bottom: 6px !important;
  }

  .m-b-10 {
    margin-bottom: 10px !important;
  }

  .m-b-12 {
    margin-bottom: 12px !important;
  }

  .m-b-15 {
    margin-bottom: 15px !important;
  }

  .m-b-17 {
    margin-bottom: 17px !important;
  }

  .m-b-20 {
    margin-bottom: 20px !important;
  }

  .m-b-25 {
    margin-bottom: 25px !important;
  }

  .m-b-30 {
    margin-bottom: 30px !important;
  }

  .m-b-35 {
    margin-bottom: 35px !important;
  }

  .m-b-40 {
    margin-bottom: 40px !important;
  }

  .m-b-45 {
    margin-bottom: 45px !important;
  }

  .m-b-50 {
    margin-bottom: 50px !important;
  }

  .m-b-60 {
    margin-bottom: 60px !important;
  }

  .m-b-70 {
    margin-bottom: 70px !important;
  }

  .m-b-75 {
    margin-bottom: 75px !important;
  }

  .m-b-80 {
    margin-bottom: 80px !important;
  }

  .m-b-140 {
    margin-bottom: 140px !important;
  }

  .m-b-80 {
    margin-bottom: 80px !important;
  }

  .m-b-245 {
    margin-bottom: 245px !important;
  }

  .m-b-245 {
    margin-bottom: 245px !important;
  }

  .m-b-m30 {
    margin-bottom: -30px !important;
  }

  .m-b-m50 {
    margin-bottom: -50px !important;
  }

  /****  Margin Left  ****/
  .m-l-5 {
    margin-left: 5px !important;
  }

  .m-l-10 {
    margin-left: 10px !important;
  }

  .m-l-13 {
    margin-left: 13px !important;
  }

  .m-l-20 {
    margin-left: 20px !important;
  }

  .m-l-30 {
    margin-left: 30px !important;
  }

  .m-l-40 {
    margin-left: 40px !important;
  }

  .m-l-60 {
    margin-left: 60px !important;
  }

  .m-l-110 {
    margin-left: 110px !important;
  }

  /****  Margin Right  ****/
  .m-r-5 {
    margin-right: 5px !important;
  }

  .m-r-8 {
    margin-right: 8px !important;
  }

  .m-r-10 {
    margin-right: 10px !important;
  }

  .m-r-12 {
    margin-right: 12px !important;
  }

  .m-r-15 {
    margin-right: 10px !important;
  }

  .m-r-20 {
    margin-right: 20px !important;
  }

  .m-r-30 {
    margin-right: 30px !important;
  }

  .m-r-40 {
    margin-right: 40px !important;
  }

  .m-r-60 {
    margin-right: 60px !important;
  }

  /****  Padding  ****/
  .p-0 {
    padding: 0 !important;
  }

  .p-1 {
    padding: 1px !important;
  }

  .p-5 {
    padding: 5px !important;
  }

  .p-7 {
    padding: 7px !important;
  }

  .p-10 {
    padding: 10px !important;
  }

  .p-15 {
    padding: 15px !important;
  }

  .p-20 {
    padding: 20px !important;
  }

  .p-30 {
    padding: 30px !important;
  }

  .p-40 {
    padding: 40px !important;
  }

  /****  Padding Top  ****/
  .p-t-0 {
    padding-top: 0 !important;
  }

  .p-t-10 {
    padding-top: 10px !important;
  }

  .p-t-15 {
    padding-top: 15px !important;
  }

  .p-t-17 {
    padding-top: 17px !important;
  }

  .p-t-20 {
    padding-top: 20px !important;
  }

  .p-t-35 {
    padding-top: 35px !important;
  }

  .p-t-40 {
    padding-top: 40px !important;
  }

  .p-t-70 {
    padding-top: 70px !important;
  }

  /****  Padding Bottom  ****/
  .p-b-0 {
    padding-bottom: 0 !important;
  }

  .p-b-10 {
    padding-bottom: 10px !important;
  }

  .p-b-15 {
    padding-bottom: 15px !important;
  }

  .p-b-17 {
    padding-bottom: 17px !important;
  }

  .p-b-20 {
    padding-bottom: 10px !important;
  }

  .p-b-30 {
    padding-bottom: 30px !important;
  }

  .p-b-35 {
    padding-bottom: 35px !important;
  }

  .p-b-50 {
    padding-bottom: 50px !important;
  }

  .p-b-100 {
    padding-bottom: 100px !important;
  }

  /****  Padding Left  ****/
  .p-l-0 {
    padding-left: 0px !important;
  }

  .p-l-5 {
    padding-left: 5px !important;
  }

  .p-l-10 {
    padding-left: 10px !important;
  }

  .p-l-13 {
    padding-left: 13px !important;
  }

  .p-l-15 {
    padding-left: 15px !important;
  }

  .p-l-20 {
    padding-left: 20px !important;
  }

  .p-l-30 {
    padding-left: 30px !important;
  }

  .p-l-40 {
    padding-left: 40px !important;
  }

  /* Padding Right  ****/
  .p-r-0 {
    padding-right: 0px !important;
  }

  .p-r-5 {
    padding-right: 5px !important;
  }

  .p-r-10 {
    padding-right: 10px !important;
  }

  .p-r-13 {
    padding-right: 13px !important;
  }

  .p-r-15 {
    padding-right: 15px !important;
  }

  .p-r-20 {
    padding-right: 20px !important;
  }

  .p-r-30 {
    padding-right: 30px !important;
  }

  /****  Top  ****/
  .t-0 {
    top: 0;
  }

  .t-4 {
    top: 4px;
  }

  .t-5 {
    top: 5px;
  }

  .t-10 {
    top: 10px;
  }

  .t-15 {
    top: 15px;
  }

  /****  Bottom  ****/
  .b-0 {
    bottom: 0;
  }

  .b-5 {
    bottom: 5px;
  }

  .b-10 {
    bottom: 10px;
  }

  .b-15 {
    bottom: 15px;
  }

  /****  Left  ****/
  .l-0 {
    left: 0;
  }

  .l-5 {
    left: 5px;
  }

  .l-10 {
    left: 10px;
  }

  .l-15 {
    left: 15px;
  }

  /****  Right  ****/
  .r-0 {
    right: 0;
  }

  .r-5 {
    right: 5px;
  }

  .r-10 {
    right: 10px;
  }

  .r-15 {
    right: 15px;
  }
  /* --------------------------------------------------------------------------------------
  +
  + INDEX FOR COMMON
  +
  -------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------
  +
  + TYPE
  +
  -------------------------------------------------------------------------------------- */
  .type--light {
    font-weight: 300 !important;
  }

  .type--normal {
    font-weight: 400 !important;
  }

  .type--semibold {
    font-weight: 600 !important;
  }

  .type--bold {
    font-weight: 700 !important;
  }

  .type--extrabold {
    font-weight: 800 !important;
  }

  .type--uppercase {
    text-transform: uppercase !important;
  }

  .type--lowercase {
    text-transform: lowercase !important;
  }

  .type--capitalize {
    text-transform: capitalize !important;
  }

  .type--no-transfrom {
    text-transform: none !important;
  }

  .type--color-mute {
    color: #fff;
  }

  .type--color-white > * {
    color: #fff;
  }

  .text--20 {
    font-size: 20px;
    font-size: px-rem(20px);
  }

  /* --------------------------------------------------------------------------------------
  +
  + ICONS FONT
  +
  -------------------------------------------------------------------------------------- */
  @font-face {
    font-family: "Proxima Nova Bold";
    src: url("../fonts/Proxima Nova Bold.eot");
    src: local("Γÿ║"), url("../fonts/Proxima Nova Bold.woff") format("woff"), url("../fonts/Proxima Nova Bold.ttf") format("truetype"), url("../fonts/Proxima Nova Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Proxima Nova Bold It";
    src: url("../fonts/Proxima Nova Bold It.eot");
    src: local("Γÿ║"), url("../fonts/Proxima Nova Bold It.woff") format("woff"), url("../fonts/Proxima Nova Bold It.ttf") format("truetype"), url("../fonts/Proxima Nova Bold It.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Proxima Nova Light";
    src: url("../fonts/Proxima Nova Light.eot");
    src: local("Γÿ║"), url("../fonts/Proxima Nova Light.woff") format("woff"), url("../fonts/Proxima Nova Light.ttf") format("truetype"), url("../fonts/Proxima Nova Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Proxima Nova Light It";
    src: url("../fonts/Proxima Nova Light It.eot");
    src: local("Γÿ║"), url("../fonts/Proxima Nova Light It.woff") format("woff"), url("../fonts/Proxima Nova Light It.ttf") format("truetype"), url("../fonts/Proxima Nova Light It.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Proxima Nova Reg";
    src: url("../fonts/Proxima Nova Reg.eot");
    src: local("Γÿ║"), url("../fonts/Proxima Nova Reg.woff") format("woff"), url("../fonts/Proxima Nova Reg.ttf") format("truetype"), url("../fonts/Proxima Nova Reg.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Proxima Nova Reg It";
    src: url("../fonts/Proxima Nova Reg It.eot");
    src: local("Γÿ║"), url("../fonts/Proxima Nova Reg It.woff") format("woff"), url("../fonts/Proxima Nova Reg It.ttf") format("truetype"), url("../fonts/Proxima Nova Reg It.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  /* FONT PATH
   * -------------------------- */
  @font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* makes the font 33% larger relative to the icon container */
  .fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }

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

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

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

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

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

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

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

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

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

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

  .pull-right {
    float: right;
  }

  .pull-left {
    float: left;
  }

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

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

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

  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

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

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

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

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

  :root .fa-rotate-90,
  :root .fa-rotate-180,
  :root .fa-rotate-270,
  :root .fa-flip-horizontal,
  :root .fa-flip-vertical {
    filter: none;
  }

  .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
  }

  .fa-stack-1x,
  .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .fa-stack-1x {
    line-height: inherit;
  }

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

  .fa-inverse {
    color: #ffffff;
  }

  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
  .fa-glass:before {
    content: "\f000";
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fa-hacker-news:before {
    content: "\f1d4";
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* --------------------------------------------------------------------------------------
  +
  + Animations
  +
  -------------------------------------------------------------------------------------- */
  @-moz-keyframes move {
    0% {
      left: 10px;
    }
    50% {
      left: 20px;
    }
    80% {
      left: 10px;
    }
  }
  @-webkit-keyframes move {
    0% {
      left: 10px;
    }
    50% {
      left: 20px;
    }
    80% {
      left: 10px;
    }
  }
  @-o-keyframes move {
    0% {
      left: 10px;
    }
    50% {
      left: 20px;
    }
    80% {
      left: 10px;
    }
  }
  @keyframes move {
    0% {
      left: 10px;
    }
    50% {
      left: 20px;
    }
    80% {
      left: 10px;
    }
  }
  /* animation call into style of element*/
  /* --------------------------------------------------------------------------------------
  +
  + HEADINGS
  +
  -------------------------------------------------------------------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .heading {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    /* font-family: "Proxima Nova Reg", sans-serif; */
    /* color: #333; */
  }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .heading a {
    color: inherit;

  }

  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  .heading a:hover {
    opacity: .8;

  }
  h1.heading--uppercase,
  h2.heading--uppercase,
  h3.heading--uppercase,
  h4.heading--uppercase,
  h5.heading--uppercase,
  h6.heading--uppercase,
  .heading.heading--uppercase {
    text-transform: uppercase;
  }

  h1,
  .heading--alpha {
    font-size: 54px;
    font-size: px-rem(54px);
  }

  h2,
  .heading--beta {
    font-size: 44px;
    font-size: px-rem(44px);
  }

  h3,
  .heading--gamma {
    font-size: 32px;
    font-size: px-rem(32px);
  }

  h4,
  .heading--delta {
    font-size: 24px;
    font-size: px-rem(24px);
  }

  h5,
  .heading--epsilon {
    font-size: 18px;
    font-size: px-rem(18px);
  }

  h6,
  .heading--zeta {
    font-size: 16px;
    font-size: px-rem(16px);
  }

  /* --------------------------------------------------------------------------------------
  +
  + BUTTONS
  +
  -------------------------------------------------------------------------------------- */
  .btn {
    font-family: "Proxima Nova Reg", sans-serif;
    font-size: 16px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px;
    margin: 0;
    /* remove margin for some browsers */
    color: #fff;
    border: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .btn:hover {
    cursor: pointer !important;
    text-decoration: none !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .btn.w-386 {
    width: 100% !important;
    max-width: 386px !important;
  }
  .btn.w-368 {
    width: 100% !important;
    max-width: 368px !important;
  }
  .btn.gradient-btn {
    height: 52px;
    line-height: 52px;
    background: #0dbbae;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0dbbae), color-stop(100%, #5dd11b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* IE10+ */
    background: linear-gradient(to right, #0dbbae 0%, #5dd11b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dbbae', endColorstr='#5dd11b',GradientType=1 );
    /* IE6-9 */
    font-weight: 700;
  }
  .btn.gradient-btn:hover {
    background: #5dd11b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5dd11b), color-stop(99%, #0dbbae));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* IE10+ */
    background: linear-gradient(to right, #5dd11b 0%, #0dbbae 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dd11b', endColorstr='#0dbbae',GradientType=1 );
    /* IE6-9 */
  }
  .btn.gradient-border-btn {
    height: 52px;
    line-height: 50px;
    width: 278px;
    font-weight: 700;
    margin: auto;
    background: #fff;
    color: #666666;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(left, #0dbbae 0%, #5ed119 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #0dbbae 0%, #5ed119 100%);
    border-image: linear-gradient(to right, #0dbbae 0%, #5ed119 100%);
    border-image-slice: 1;
  }

  .ex-small {
    height: 30px!important;
    line-height: 30px!important;
  }
  .btn.white-btn {
    color: #61c7ca;
    background-color: #fff;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
  }
  .btn.blue-btn {
    border: 1px solid #61c7ca;
    background-color: #61c7ca;
    color: #fff;
    height: 52px;
    line-height: 52px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  .btn.orange-btn {
    border: 1px solid #ff9978;
    background-color: #ff9978;
    color: #fff;
    height: 52px;
    line-height: 52px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 21px;
  }

  .motivation-section {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize.htc);
    background-image: url("../images/motivation.jpg");
  }
  .motivation-section p {
    line-height: 1.2;
  }
  .motivation-section h2, .motivation-section p,.communiti-section h2, .communiti-section p, .join-us h1 , #wrapper h2 ,#wrapper h4{
    color: #fff;
  }
  .loading {
    position: relative;
    overflow: hidden;
    pointer-events:none;
    cursor: default;
  }

  .loading:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content:  attr(data-loading);
    z-index: 6;
    background: #f1f1f1;
    color: #000;


  }

  /* --------------------------------------------------------------------------------------
  +
  + JUSTIFIZE
  +
  -------------------------------------------------------------------------------------- */
  /*
      https://www.css-101.org/articles/responsive-boxes/magic-boxes.php

      <div class="justifize">
        <div class="justifize__box">
          justifize box content
        </div>
        <div class="justifize__box">
          justifize box content
        </div>
        <div class="justifize__box">
          justifize box content
        </div>
      </div>
  */
  .justifize {
    font-size: 1px;
    /* IE 9, 10, 11 FIX */
    text-align: justify;
  }
  .justifize:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .justifize__box {
    font-size: 16px;
    font-size: px-rem(16px);
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .justifize--top
  .justifize__box {
    vertical-align: top;
  }
  .justifize--bottom
  .justifize__box {
    vertical-align: bottom;
  }

  /* --------------------------------------------------------------------------------------
  +
  + VERTICALIZE
  +
  -------------------------------------------------------------------------------------- */
  /*
      <div class="verticalize">
        <div class="verticalize__box">
          Content that needs to be vertically and horizontally centered
        </div>
      </div>
  */
  .verticalize {
    text-align: center;
  }
  .verticalize:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    /* Adjusts for spacing */
    vertical-align: middle;
  }

  .verticalize--full {
    height: 100%;
  }

  .verticalize__box {
    display: inline-block;
    max-width: 99%;
    /* Prevent verticalize box to go to next line and break layout if window is too narrow */
    text-align: left;
    vertical-align: middle;
  }

  /* --------------------------------------------------------------------------------------
  +
  + TABLEIZE
  +
  -------------------------------------------------------------------------------------- */
  /*
      The .tableize__content serves as container for cell content. If you need width or padding set on a cell, make sure you set it to .tableize__content since that is what makes the whole thing work.

      <div class="tableize">
        <div class="tableize__cell">
          <div class="tableize__content">
            cell content
          </div>
        </div>
        <div class="tableize__cell">
          <div class="tableize__content">
            cell content
          </div>
        </div>
      </div>
  */
  .tableize {
    display: table;
    width: 100%;
  }

  .tableize--full {
    height: 100%;
  }
  .tableize--full .tableize__cell,
  .tableize--full .tableize__content {
    height: inherit;
  }

  .tabeleize--720-width {
    width: 720px;
    margin: 0 auto;
  }

  .tableize__cell {
    display: table-cell;
    vertical-align: top;
  }
  .tableize--middle .tableize__cell {
    vertical-align: middle;
  }
  .tableize--bottom .tableize__cell {
    vertical-align: bottom;
  }

  .tableize__cell--filler {
    width: 100%;
    /* fills the rest of the row when one or more cells have fixed width */
  }

  /*
      Tableize row and tableize row flexible are needed only for sticky header/footer combination.
  */
  .tableize__row {
    display: table-row;
    height: 1px;
  }

  .tableize__row--flexible {
    height: auto;
  }

  /* --------------------------------------------------------------------------------------
  +
  + HELPERS
  +
  -------------------------------------------------------------------------------------- */
  /**
   * Add/remove margins
   */
  .push {
    margin: 20px !important;
  }

  .push--top {
    margin-top: 20px !important;
  }

  .push--right {
    margin-right: 20px !important;
  }

  .push--bottom {
    margin-bottom: 20px !important;
  }

  .push--left {
    margin-left: 20px !important;
  }

  .push--ends {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .push--sides {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .push-half {
    margin: 10px !important;
  }

  .push-half--top {
    margin-top: 10px !important;
  }

  .push-half--right {
    margin-right: 10px !important;
  }

  .push-half--bottom {
    margin-bottom: 10px !important;
  }

  .push-half--left {
    margin-left: 10px !important;
  }

  .push-half--ends {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .push-half--sides {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .push-double {
    margin: 40px !important;
  }

  .push-double--top {
    margin-top: 40px !important;
  }

  .push-double--right {
    margin-right: 40px !important;
  }

  .push-double--bottom {
    margin-bottom: 40px !important;
  }

  .push-double--left {
    margin-left: 40px !important;
  }

  .push-double--ends {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .push-double--sides {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .push-triple {
    margin: 60px !important;
  }

  .push-triple--top {
    margin-top: 60px !important;
  }

  .push-triple--right {
    margin-right: 60px !important;
  }

  .push-triple--bottom {
    margin-bottom: 60px !important;
  }

  .push-triple--left {
    margin-left: 60px !important;
  }

  .push-triple--ends {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .push-triple--sides {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .push-quadruple {
    margin: 80px !important;
  }

  .push-quadruple--top {
    margin-top: 80px !important;
  }

  .push-quadruple--right {
    margin-right: 80px !important;
  }

  .push-quadruple--bottom {
    margin-bottom: 80px !important;
  }

  .push-quadruple--left {
    margin-left: 80px !important;
  }

  .push-quadruple--ends {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .push-quadruple--sides {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .push-fivefold {
    margin: 100px !important;
  }

  .push-fivefold--top {
    margin-top: 100px !important;
  }

  .push-fivefold--right {
    margin-right: 100px !important;
  }

  .push-fivefold--bottom {
    margin-bottom: 100px !important;
  }

  .push-fivefold--left {
    margin-left: 100px !important;
  }

  .push-fivefold--ends {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .push-fivefold--sides {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .flush {
    margin: 0 !important;
  }

  .flush--top {
    margin-top: 0 !important;
  }

  .flush--right {
    margin-right: 0 !important;
  }

  .flush--bottom {
    margin-bottom: 0 !important;
  }

  .flush--left {
    margin-left: 0 !important;
  }

  .flush--ends {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .flush--sides {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }


  /* --------------------------------------------------------------------------------------
  +
  + FORMS
  +
  -------------------------------------------------------------------------------------- */
  input[type="text"], input[type="email"], textarea {
    vertical-align: middle;
    background-color: #fff;
    font-family: "Proxima Nova Reg", sans-serif;
    font-size: 18px;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: none;
    width: 100%;
    padding: 0 17px;
    border: 1px solid #e0e0e0;
    color: #333333;
    height: 50px;
    line-height: 48px;
    margin-bottom: 10px;
    /*font-style: italic;*/
  }
  input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, textarea:hover, textarea:focus {
    background-color: #fff;
  }
  input[type="text"]:invalid, input[type="email"]:invalid, textarea:invalid {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* fixes mozilla red outline (shadow) */
  }
  input[type="text"].input--placeholder, input[type="email"].input--placeholder, textarea.input--placeholder {
    color: #b2b2b2;
    /*font-style: italic;*/
  }

  textarea {
    padding: 10px 17px;
    line-height: 24px;
    resize: none;
    min-height: 110px;
  }

  [placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
  }

  /* --------------------------------------------------------------------------------------
  +
  + VIDEO
  +
  -------------------------------------------------------------------------------------- */
  .mb_YTVPlayer :focus {
    outline: 0;
  }

  .mb_YTVPlayer {
    display: block;
    transform: translateZ(0);
    transform-style: preserve-3d;
    perspective: 1000;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    animation-timing-function: linear;
  }

  .fullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: none !important;
    z-index: 10000;
  }

  .mb_YTVPlayer.fullscreen .mbYTP_wrapper {
    opacity: 1 !important;
    height: 650px;
  }

  .mbYTP_wrapper iframe {
    max-width: 4000px !important;
  }

  .inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
  }

  .inline_YTPlayer img {
    border: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /*CONTROL BAR*/
  .mb_YTVPBar .ytpicon {
    font-size: 20px;
    font-family: 'ytpregular';
  }

  .mb_YTVPBar .mb_YTVPUrl.ytpicon {
    font-size: 30px;
  }

  .mb_YTVPBar {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    display: block;
    width: 100%;
    height: 10px;
    padding: 5px;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: border-box;
    text-align: left;
    z-index: 1000;
    font: 14px/16px sans-serif;
    color: white;
    opacity: .1;
  }

  .mb_YTVPBar.visible, .mb_YTVPBar:hover {
    opacity: 1;
  }

  .mb_YTVPBar .buttonBar {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    background: transparent;
    font: 12px/14px Calibri;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 5px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mb_YTVPBar:hover .buttonBar {
    background: rgba(0, 0, 0, 0.4);
  }

  .mb_YTVPBar span {
    display: inline-block;
    font: 16px/20px Calibri, sans-serif;
    position: relative;
    width: 30px;
    height: 25px;
    vertical-align: middle;
  }

  .mb_YTVPBar span.mb_YTVPTime {
    width: 130px;
  }

  .mb_YTVPBar span.mb_YTVPUrl, .mb_YTVPBar span.mb_OnlyYT {
    position: absolute;
    width: auto;
    display: block;
    top: 6px;
    right: 10px;
    cursor: pointer;
  }

  .mb_YTVPBar span.mb_YTVPUrl img {
    width: 60px;
  }

  .mb_YTVPBar span.mb_OnlyYT {
    left: 185px;
    right: auto;
  }

  .mb_YTVPBar span.mb_OnlyYT img {
    width: 25px;
  }

  .mb_YTVPBar span.mb_YTVPUrl a {
    color: white;
  }

  .mb_YTVPPlaypause, .mb_YTVPlayer .mb_YTVPPlaypause img {
    cursor: pointer;
  }

  .mb_YTVPMuteUnmute {
    cursor: pointer;
  }

  /*PROGRESS BAR*/
  .mb_YTVPProgress {
    height: 10px;
    width: 100%;
    background: #222;
    bottom: 0;
    left: 0;
  }

  .mb_YTVPLoaded {
    height: 10px;
    width: 0;
    background: #444;
    left: 0;
  }

  .mb_YTVTime {
    height: 5px;
    width: 0;
    background: #fff;
    bottom: 0;
    left: 0;
    -moz-box-shadow: #666666 1px 1px 3px;
    -webkit-box-shadow: #666666 1px 1px 3px;
  }

  .YTPOverlay.raster {
    background: url("../images/raster.png");
  }

  .YTPOverlay.raster.retina {
    background: url("../images/raster@2x.png");
  }

  /* --------------------------------------------------------------------------------------
  +
  + FLAG
  +
  -------------------------------------------------------------------------------------- */
  /*
      https://csswizardry.com/2013/05/the-flag-object/

      <div class="flag">
        <div class="flag__img">
          <img> or some other element here
        </div>
        <div class="flag__body">
          flag content
        </div>
      </div>
  */
  .flag {
    display: table;
    width: 100%;
  }

  .flag__img,
  .flag__body {
    display: table-cell;
    vertical-align: middle;
  }
  .flag--top .flag__img, .flag--top
  .flag__body {
    vertical-align: top;
  }
  .flag--bottom .flag__img, .flag--bottom
  .flag__body {
    vertical-align: bottom;
  }

  .flag__img {
    padding-left: 20px;
  }
  .flag__img > img {
    display: block;
  }
  .flag--reversed .flag__img {
    padding-left: 0;
    padding-right: 20px;
  }
  .flag--gutterless .flag__img {
    padding: 0;
  }

  .flag__body {
    width: 100%;
  }

  .flag--prominent .flag__img {
    padding-left: 80px;
  }

  /* --------------------------------------------------------------------------------------
  +
  + INDEX FOR CUSTOM
  +
  -------------------------------------------------------------------------------------- */
  /* --------------------------------------------------------------------------------------
  +
  + MAIN CONTENT
  +
  -------------------------------------------------------------------------------------- */
  .popup,.popup1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    overflow-y: auto;
  }

  .popup .overlay, .popup1 .overlay1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .popup .popup-content,.popup1 .popup-content1 {
    position: relative;
    z-index: 999;
    margin: 50px auto;
    width: 95%;
    max-width: 450px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
    padding: 40px;
    padding-right: 0;
  }
  .popup .popup-content form ,.popup1 .popup-content1 form {
    padding-right: 40px;
  }
  .popup .popup-content form .btn.gradient-btn, .popup1 .popup-content1 form .btn.gradient-btn {
    height: 40px;
    line-height: 40px;
    width: 130px;
  }

  .popup .popup-content .close, .popup1 .popup-content1 .close1 {
    position: absolute;
    top: 7px;
    right: 22px;
    text-decoration: none;
    font-size: 30px;
  }

  .popup .popup-content h5,.popup1 .popup-content1 h5, .popup .popup-content p, .popup .popup-content small {
    color: #fff;
  }
  .popup .popup-content small a{
    color: #61C7CA;
  }

  .popup .popup-content small a:hover {
    opacity: .6;
  }

  .input-48 {
    width: 48%;
  }

  .form-group {
    position: relative;
  }
  .form-group input {
    height: 35px;
    line-height: 33px;
    font-size: 13px;
  }

  .white-section {
    background-color: #fff;
  }
  .white-section h2 {
    color: #333333;
  }
  .white-section p {
    color: #666;
  }

  .row:before, .row:after {
    content: " ";
    display: table;
  }
  .row:after {
    clear: both;
  }

  .blue-section {
    background-color: #61c7ca;
    padding-bottom: 130px;
  }
  .blue-section h2 {
    color: #fff;
    font-weight: "Proxima Nova Light", sans-serif;
  }
  .blue-section p {
    color: #fff;
  }

  section {
    padding: 80px 0;
  }
  section .row:before, section .row:after {
    content: " ";
    display: table;
  }
  section .row:after {
    clear: both;
  }
  section.background-pointer {
    position: relative;
  }
  section.background-pointer:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/background-pointer.png");
    background-size: 100% 100%;
  }
  section .avatar-img {
    width: 100px;
    height: 100px;
    display: block;
    border: 3px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -ms-transform: translate(-50%, -35%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -35%);
    /* Safari */
    transform: translate(-50%, -35%);
  }
  section .avatar-img img {
    width: 100%;
  }

  .subheader-section {
    height: 600px;
    background-image: url("../images/subheader.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize.htc);
    position: relative;
    padding: 0;
  }
  .subheader-section h2 {
    font-weight: "Proxima Nova Light", sans-serif;
  }
  .subheader-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .subheader-section .mbYTP_wrapper {
    opacity: 1 !important;
    height: 600px !important;
    background-image: url("../images/subheader.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize.htc);
  }
  .subheader-section .mbYTP_wrapper.active {
    opacity: 0 !important;
  }
  .subheader-section button {
    border: none;
    background-image: url("../images/play-button.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 93px;
    height: 93px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background-color: transparent;
  }
  .subheader-section button:hover, .subheader-section button:focus {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .subheader-section button:hover span, .subheader-section button:focus span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .subheader-section button:hover.play-btn span, .subheader-section button:focus.play-btn span {
    margin-top: 1px;
    margin-left: -7px;
  }
  .subheader-section button span {
    font-size: 40px;
    color: #fff;
  }
  .subheader-section button.play-btn span {
    margin-left: 6px;
  }
  .subheader-section h4 {
    margin-bottom: 34px;
  }
  .subheader-section h2 {
    margin-bottom: 5px;
  }

  .team-section {
    background-image: url("../images/graf-img.png");
    position: relative;
    width: 100%;
  }
  .team-section h2 {
    font-weight: "Proxima Nova Light", sans-serif;
  }
  .team-section:before {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 63px;
    width: 100%;
    background-image: url("../images/triangle-bgr.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
  }
  .team-section .container {
    position: relative;
  }
  .team-section .container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 234px;
    height: 577px;
    background-image: url("../images/team-side1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .team-section .container:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 234px;
    height: 462px;
    background-image: url("../images/team-side2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .team-section p {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .team-section .row > div {
    text-align: center;
  }
  .team-section a {
    margin-top: 35px;
  }

  .what-business h2 {
    margin-bottom: 40px;
  }
  .what-business article {
    width: 445px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
  }
  .what-business article img {
    margin-bottom: 25px;
  }
  .what-business article h3 {
    text-align: center;
    color: #666666;
    font-size: 34px;
  }
  .what-business article p {
    margin-top: 60px;
  }
  .what-business input {
    display: none;
  }
  .what-business input:checked + .article-header .image-box h3 {
    color: #fff;
  }
  .what-business input:checked + .article-header .image-box1 {
    background-image: url("../images/article-icon1-hover.png");
  }
  .what-business input:checked + .article-header .image-box2 {
    background-image: url("../images/article-icon2-hover.png");
  }
  .what-business input:checked + .article-header + .article-body {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    /* hacks for ie8 */
    display: block\9;
    /* hacks for iOS */
  }
  .iOS .what-business input:checked + .article-header + .article-body {
    display: block;
  }
  .what-business .article-header {
    position: relative;
    margin-top: 50px;
  }
  .what-business .article-header .image-box {
    position: relative;
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: 50% 25%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .what-business .article-header .image-box1 {
    background-image: url("../images/article-icon1.png");
  }
  .what-business .article-header .image-box2 {
    background-image: url("../images/article-icon2.png");
  }
  .what-business .article-header h3 {
    left: 50%;
    bottom: 85px;
    position: absolute;
    -ms-transform: translate(-50%, 0);
    /* IE 9 */
    -webkit-transform: translate(-50%, 0);
    /* Safari */
    transform: translate(-50%, 0);
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .what-business .article-body {
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* hack for ie8 */
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
    /* hacks for iOS */
  }
  .iOS .what-business .article-body {
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .what-business .article-body a.btn {
    margin-top: 35px;
  }

  .motivation-section {
    padding: 0;
  }
  .motivation-section .container {
    width: 980px;
    padding: 100px 0;
    background-position: 95% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/iphone.png");
  }

  .communiti-section {
    background-image: url("../images/communiti.jpg");
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize.htc);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 100px 0;
  }
  .communiti-section p {
    font-size: 22px;
  }

  .question-section {
    background-image: url("../images/graf-img.png");
  }
  .question-section h2 {
    display: block;
    margin-bottom: 70px;
    color: #333333;
  }
  .question-section article {
    width: 48%;
    float: left;
    margin: 0 1%;
  }
  .question-section article a {
    height: 49px !important;
    line-height: 46px !important;
    width: 100%;
    display: block;
  }

  /*.join-us {
    padding-bottom: 400px;
  }*/
  .join-us h2 {
    margin-bottom: 30px;
  }
  .join-us p {
    margin-bottom: 60px;
  }
  .join-us ul {
    display: inline-block;
    max-width: 190px;
    margin-bottom: 50px;
  }
  .join-us ul:before, .join-us ul:after {
    content: " ";
    display: table;
  }
  .join-us ul:after {
    clear: both;
  }
  .join-us li {
    text-align: left;
    margin-bottom: 12px;
  }
  .join-us li img {
    margin-right: 18px;
    position: relative;
  }

  .dashboard-section {
    background-image: url("../images/graf-img.png");
    padding-top: 200px;
  }
  .dashboard-section .container {
    width: 1254px;
  }
  .dashboard-section h2 {
    color: #333333;
    margin-bottom: 80px;
  }
  .dashboard-section article {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
  }
  .dashboard-section .header-box {
    background-color: #e0e0e0;
    padding: 17px;
  }
  .dashboard-section .header-box h6 {
    color: #666666;
  }
  .dashboard-section .body-box {
    padding: 36px 20px 20px;
  }
  .dashboard-section .body-box a.btn {
    width: 100%;
  }
  .dashboard-section .body-box p {
    color: #666666;
    font-size: 18px;
  }
  .dashboard-section .body-box h4 {
    color: #333333;
    margin-bottom: 35px;
    font-size: 27px;
  }
  .dashboard-section ul li {
    padding: 15px 23px;
    color: #666666;
    font-size: 18px;
  }
  .dashboard-section ul li p{
    margin-top: 4px;
  }
  .dashboard-section ul a {
    color: #fff;
    position: relative;
  }
  .dashboard-section ul a:hover {
    text-decoration: none !important;
  }
  .dashboard-section ul li + li {
    border-top: 1px solid #ededed;
  }

  .dashboard-section .dashboard-box-list a {
    color: #666666;
  }

  .dashboard-section .dashboard-box-list a:hover {
    color: #222;
  }

  .list-page .container {
    width: 1220px;
  }
  .list-page .list-page-section {
    padding-top: 250px;
    padding-bottom: 80px;
  }

  .list-page .list-page-section .avatar-wrap {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 20px auto;
    border-radius: 50%;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);

  }

  .list-page .list-page-section .avatar-wrap img {
    width: 100%;
    height: auto;
  }
  .list-page .list-page-section h1 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 48px;
  }
  .list-page .list-page-section a.btn {
    border: 1px solid #fff;
    background-color: #61c7ca;
    color: #fff;
    height: 52px;
    line-height: 52px;
    width: 225px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 55px;
  }

  .list-page .list-page-section a.btn:hover {
    background-color: #fff;
    color: #61c7ca;

  }

  .list-page .list-page-section input {
    display: none;
  }
  .list-page .list-page-section .check-box {
    width: 53px;
    height: 53px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border-bottom: 4px solid #ededed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    vertical-align: middle;
  }
  .list-page .list-page-section span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .list-page .list-page-section input:checked + label {
    background-image: url("../images/check-box.png");
  }
  .list-page .container1 {
    width: 1254px;
    position: relative;
  }
  .list-page .container1 .back {
    color: #c0e9ea;
    font-size: 14px;
    position: absolute;
    top: -50px;
    left: 15px;
  }
  .list-page .container1 .back img {
    margin-right: 10px;
  }
  .list-page .list-page-section1 {
    background-color: #fff;
    border-bottom: 5px solid #ededed;
    padding: 15px 0;
  }
  .list-page-section1 .col-sm-4 {
      line-height: 0;
  }
  .list-page .list-page-section1 .avatar-wrap {
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }
  .list-page .list-page-section1 .avatar-wrap img {
    width: 100%;
  }
  .list-page .list-page-section1 h6 {
    color: #333333;
    margin-bottom: 5px;
  }
  .list-page .list-page-section1 a {
    position: relative;
  }
  .list-page .list-page-section1 a:hover {
    text-decoration: none !important;
  }
  /*.list-page .list-page-section1 a:hover:before {
    -ms-transform: translate(0, -2px);
    -webkit-transform: translate(0, -2px);
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    display: block\9;
    transform: translate(0, -2px);
  }
  .iOS .list-page .list-page-section1 a:hover:before {
    display: block;
  }
  .list-page .list-page-section1 a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    background-color: #333333;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 1\9;
    visibility: visible\9;
    display: none\9;
    -ms-transform: translate(0, 4px);
    -webkit-transform: translate(0, 4px);
    transform: translate(0, 4px);
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .iOS .list-page .list-page-section1 a:before {
    opacity: 1;
    visibility: visible;
    display: none;
  }*/
  .list-page .list-page-section2 {
    background-image: url("../images/graf-img.png");
    padding: 40px 0 80px;
  }
  .list-page .list-page-section2 .container {
    width: 1220px;
  }
  .list-page .list-page-section2 .container .number {
    width: 51px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 12px;
    background-color: #61c7ca;
  }
  .list-page .list-page-section2 .container .number strong {
    font-size: 40px;
    line-height: 1;
  }
  .list-page .list-page-section2 .container h4 {
    padding-left: 60px;
    color: #333333;
    margin-top: 12px;
    display: inline-block;
  }
  .list-page .list-page-section2 .container li {
    border: 1px solid #ededed;
    border-bottom: 5px solid #ededed;
    background-color: #fff;
    position: relative;
  }
  .list-page .list-page-section2 .container li > div:before, .list-page .list-page-section2 .container li > div:after {
    content: " ";
    display: table;
  }
  .list-page .list-page-section2 .container li > div:after {
    clear: both;
  }
  .list-page .list-page-section2 .container li + li {
    margin-top: 20px;
  }
  .list-page .list-page-section2 .container a {
    width: 150px;
  }
  .library-section {
    min-height: 650px;
    padding-top: 200px;
  }
  .path-section {
    background-image: url("../images/graf-img.png");
    min-height: 650px;
    padding-top: 200px;

  }
  .path-section h2 {
    color: #333333;
    margin-bottom: 35px;
  }
  .path-section .container > p {
    color: #666666;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 24px;
    margin-bottom: 70px;
  }
  .path-section .path-header {
    width: 100%;
    background-color: #61c7ca;
    text-align: center;
  }

  .path-section .path-header a {
    display: block;
  }
  .path-section .path-header h6 {
    padding: 18px 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
  }
  .path-section .path-header h6 span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
  }
  .path-section .row > div {
    margin-bottom: 30px;
  }
  .path-section .path-body {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    text-align: center;
  }
  .path-section .path-body p {
    margin-bottom: 0;
    font-size: 18px;
    color: #666666;
  }

  .learn-build {
    background-image: url("../images/learn-section.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-behavior: url(../js/backgroundsize.htc);
    text-align: center;
  }
  .learn-build h1 {
    margin-bottom: 10px;
    color: #fff;
  }
  .learn-build .container {
    width: 1254px;
  }
  .learn-build .container > p {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 75px;
    color: #fff;

  }

  .learn-build p ,.learn-build h5 {
    color: #fff;
  }

  .learn-build .learn-icon1, .learn-build .learn-icon2, .learn-build .learn-icon3, .learn-build .learn-icon4 {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 20px;
  }
  .learn-build .learn-icon1 {
    background-image: url("../images/book-icon.png");
  }
  .learn-build .learn-icon2 {
    background-image: url("../images/map-icon.png");
  }
  .learn-build .learn-icon3 {
    background-image: url("../images/light-icon.png");
  }
  .learn-build .learn-icon4 {
    background-image: url("../images/group-icon.png");
  }

  .video-section {
    background-image: url("../images/graf-img.png");
  }
  .video-section .video-box {
    width: 100%;
    max-width: 622px;
    margin: 0 auto;
    height: 350px;

  /*  background-color: #61c7ca;
    background-image: url("../images/play-icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
    cursor: pointer;
  }

  .video-section .video-box iframe {
    width: 100%;
    height: 350px;
  }

  .blog-header {
    padding-bottom: 140px;
  }
  .blog-header .container {
    width: 1170px;
  }
  .blog-header article {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .blog-header article p {
    margin-bottom: 50px;
  }
  .blog-header article input {
    background-color: #61c7ca;
    border-color: #fff;
    color: #fff;
    font-style: normal;
    height: 52px;
    line-height: 50px;
    width: 362px;
    margin-right: 10px;
  }
  .blog-header article input:hover, .blog-header article input:focus {
    background-color: #61c7ca;
  }
  .blog-header article input.input--placeholder {
    color: #fff;
    font-style: normal;
  }
  .blog-header article button {
    width: 145px;
  }

  .blog-body {
    background-color: #333333;
    padding: 0;
  }
  .blog-body .container {
    width: 1170px;
  }
  .blog-body .blog-main {
    background-color: #fff;
    padding: 50px 55px;
    margin-top: -60px;
  }
  .blog-body .blog-main h3 {
    color: #3a3c41;
    font-size: 31px;
  }
  .blog-body .blog-main .avatar-wrap {
    width: 50px;
    height: 50px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
  }
  .blog-body .blog-main .avatar-wrap img {
    width: 100%;
  }
  .blog-body .blog-main h4 {
    font-size: 22px;
    color: #000000;
    margin-bottom: 0;
  }
  .blog-body .blog-main p {
    color: #85888c;
  }
  .blog-body .blog-main-footer {
    background-color: #f1f3f4;
    padding: 30px 0;
    width: 100%;
  }
  .blog-body .blog-main-footer ul {
    text-align: center;
  }
  .blog-body .blog-main-footer li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .blog-body .blog-main-footer a {
    color: #405262;
    font-size: 16px;
    display: block;
  }
  .blog-body .blog-main-footer a img {
    display: block;
  }

  .side-menu {
    padding: 30px 10px;
  }
  .side-menu .box p {
    clear: none;
    font-size: 20px;
    line-height: 27px;
    padding-top: 7px;
    font-style: italic;
  }
  .side-menu .list-side-menu {
    margin-top: 50px;
  }
  .side-menu .list-side-menu li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
  }
  .side-menu .list-side-menu li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3;
  }
  .side-menu .list-side-menu li + li {
    margin-top: 20px;
  }
  .side-menu .weekly-box {
    max-width: 225px;
    margin-top: 50px;
  }
  .side-menu .weekly-box > div {
    padding: 35px 30px;
    background-color: #555759;
    text-align: center;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .side-menu .weekly-box > div img {
    margin-bottom: 20px;
  }
  .side-menu .weekly-box > div p {
    margin-bottom: 0;
    color: #b8bbbf;
    line-height: 25px;
  }
  .side-menu .weekly-box a {
    width: 100%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .side-menu .weekly-box:hover > div {
    background-color: #fff;
  }
  .side-menu .weekly-box:hover a {
    background-color: #61c7ca;
    border-color: #61c7ca;
  }
  .side-menu .topics-box {
    margin-top: 50px;
  }
  .side-menu .topics-box li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .side-menu .topics-box li a {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
  }

  .list-items-section {
    background-image: url("../images/graf-img.png");
    padding-top: 40px;
  }
  .list-items-section .row > div {
    margin-bottom: 40px;
  }

  .box-item {
    position: relative;
    padding: 20px 20px 20px 70px;
    background-color: #fff;
    border: 1px solid #ededed;
    border-bottom: 5px solid #ededed;
  }
  .box-item .numb {
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 100%;
    background-color: #61c7ca;
    text-align: center;
    padding-top: 22px;
  }
  .box-item .numb span {
    font-size: 40px;
  }
  .box-item .flag {
    margin-bottom: 30px;
  }
  .box-item small {
    position: relative;
    top: 33px;
    width: calc(100% - 160px);
    display: block;
  }

  .box-item small a span:hover {
    text-decoration: underline;
  }
  .box-item a.btn {
    width: 150px;
    position: relative;z-index: 1;
  }
  .box-item h5 {
    color: #333333;
    margin-bottom: 0;
  }
  .box-item p {
    color: #666666;
  }
  .box-item .avatar-wrap {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }
  .box-item .avatar-wrap img {
    width: 100%;
  }
  .box-item .tag-box {
    margin-top: 20px;
  }
  .box-item .tag-box p {
    margin-bottom: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .box-item .tag-box ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }

  .box-item .tag-box li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .box-item .tag-box li a {
    background-color: whitesmoke;
    border: 1px solid #ededed;
    border-radius: 2px;
    color: #61C7CA;
    padding: 2px 10px;
    position: relative;
  }

  .box-item .tag-box li a:hover {
    border-color: #ccc;
  }

  .library-section {
    background-image: url("../images/graf-img.png");
  }
  .library-section .row > div {
    margin-bottom: 40px;
  }
  .library-section h2 {
    color: #333333;
  }
  .library-section ul {
    margin-bottom: 40px;
    display: inline-block;
  }
  .library-section ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
  }
  .library-section ul li a {
    color: #333333;
    font-weight: 700;
  }

  .library-section ul li a:hover {
    opacity: .8;
  }

  .library-section .libraty-content {
    border-right: 1px solid #ededed;
    padding-right: 40px;
    width: 54.5%;
    display: inline-block;
    vertical-align: top;

  }
  .library-section .sidebar {
    padding-left: 40px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .library-section .sidebar label {
    position: relative;
    display: block;
    max-width: 368px;
    width: 100%;
    margin-bottom: 50px;
  }
  .library-section .sidebar label input {
    margin-bottom: 0;
  }
  .library-section .sidebar label a {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: block;
    text-align: center;
    padding-top: 14px;
  }
  .library-section .sidebar ul {
    margin-bottom: 10px;
  }
  .library-section .sidebar li {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .library-section .sidebar li a {
    display: block;
  }

  .library-section .sidebar li.active a {
    padding-left: 10px;
    position: relative;
    color: #57CF26;
    background-color: whitesmoke;
    border: 1px solid  #ededed;
    border-radius: 2px;
    padding-right: 26px;
  }

  .library-section .sidebar li.active a:hover {
    border-color: #ccc;
  }

  .library-section .sidebar li .remove-filter {
    display: none;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }

  .library-section .sidebar li.active .remove-filter {
    display: inline-block;
    vertical-align: middle;
  }
  .sort-list li a {
    padding-left: 10px;
    padding-right: 10px;

  }
  .sort-list li.active a {
    padding-left: 10px;
    position: relative;
    color: #57CF26;
    background-color: whitesmoke;
    border: 1px solid  #ededed;
    border-radius: 2px;
    padding-right: 10px;
  }

  .sort-list li.active a:hover {
    border-color: #ccc;
  }

  .dashboard-section .row {
    margin-bottom: 40px;
  }

  .dashboard-section .path-list {
    background-color: #fff;
    /*overflow: hidden;*/

  }

  .dashboard-section .path-list .box {
    width: 100%;
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    background-color: #fff;


  }

  /*.dashboard-section .path-list .box:nth-child(2n+1) {
    margin-left: 0;
  }*/

  .dashboard-section .accordion ul li {
    overflow: hidden;
    padding: 7px;
    border:1px solid #EDEDED;
    border-bottom-width: 4px;
    position: relative;
    padding-left: 60px;
  }

  .dashboard-section .accordion ul li + li {
    margin-top: 10px;
  }

  .dashboard-section .accordion ul li .gradient-btn {
    height: 32px;
    line-height: 32px;
  }

  .dashboard-section .accordion ul li .number {
    background-color: #61c7ca;
    height: 100%;
    left: 0;
    padding-top: 6px;
    position: absolute;
    top: 0;
    width: 51px;
    color: #fff;
  }
  .dashboard-section .accordion ul li .number strong {
      font-size: 30px;
      line-height: 1;

  }

  .dashboard-section .accordion ul li div.right {
    color: #0DBBAE;
    margin-top: -1px;
    width: 140px;
  }

  .dashboard-section .accordion ul li p {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }

  .dashboard-section .accordion ul li p a {
    color: #666!important;
  }

  .dashboard-section .accordion ul li p a:hover {
    color: #222!important;
  }

  .next-btn {
    padding: 20px;
    background-color: whitesmoke;
  }

  .invitation-list li + li {
    margin-top: 10px;
  }
  .invitation-list p {
    margin-bottom: 0;
  }
  .invitation-date {
    margin: 0 20px;
  }

  .cancel-btn {
    background-color: #ED3B43;
    border-radius: 2px;
    padding: 3px 10px;
    color: #fff!important;
    position: relative;
    top: -3px;
  }



  /*! jQuery UI - v1.10.4 - 2014-03-20
  * https://jqueryui.com
  * Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.theme.css
  * To view and modify this theme, visit https://jqueryui.com/themeroller/
  * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

  /* Layout helpers
  ----------------------------------*/
  .ui-helper-hidden {
    display: none;
  }
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .ui-helper-clearfix:before,
  .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }
  .ui-helper-clearfix:after {
    clear: both;
  }
  .ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
  }
  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0);
  }

  .ui-front {
    z-index: 100;
  }


  /* Interaction Cues
  ----------------------------------*/
  .ui-state-disabled {
    cursor: default !important;
  }


  /* Icons
  ----------------------------------*/

  /* states and images */
  .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
  }


  /* Misc visuals
  ----------------------------------*/

  /* Overlays */
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    padding-right: 55px;
    min-height: 0; /* support: IE7 */
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    outline: none!important;
    background: #0dbbae;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0dbbae), color-stop(100%, #5dd11b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #0dbbae 0%, #5dd11b 100%);
    /* IE10+ */
    background: linear-gradient(to right, #0dbbae 0%, #5dd11b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dbbae', endColorstr='#5dd11b',GradientType=1 );
    /* IE6-9 */
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .ui-accordion .ui-accordion-header b {
    position: absolute;
    right: 10px;top: 47%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  .ui-accordion .ui-accordion-header:hover {
    background: #5dd11b;
    /* Old browsers */
    background: -moz-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5dd11b), color-stop(99%, #0dbbae));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #5dd11b 0%, #0dbbae 99%);
    /* IE10+ */
    background: linear-gradient(to right, #5dd11b 0%, #0dbbae 99%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dd11b', endColorstr='#0dbbae',GradientType=1 );
    /* IE6-9 */

  }
  .ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
  }
  .ui-accordion .ui-accordion-noicons {
    padding-left: .7em;
  }
  .ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
  }

  .ui-accordion .ui-accordion-header:before {
    position: absolute;
    left: 1em;
    content:"";
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;

    border-left: 6px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }

  .ui-accordion .ui-accordion-header.ui-accordion-header-active:before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
  }
  .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 1em;
    top: 50%;
    margin-top: -6px;
    display: none;
  }
  .ui-accordion .ui-accordion-content {
    padding: 10px;
    border-top: 0;
    overflow: auto;
    text-align: left;
  }

  /* Component containers
  ----------------------------------*/
  .ui-widget {
    font-size: 1.1em;
  }
  .ui-widget .ui-widget {
    font-size: 1em;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 1em;
  }
  .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
  }
  .ui-widget-content a {
    color: #222222;
  }
  .ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
  }
  .ui-widget-header a {
    color: #222222;
  }

  /* Interaction states
  ----------------------------------*/
  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
  /*  background: #e6e6e6 url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;*/
    font-weight: normal;
    color: #555555;
  }
  .ui-state-default a,
  .ui-state-default a:link,
  .ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
  }
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    /*background: #dadada url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;*/
    font-weight: normal;
    color: #212121;
  }
  .ui-state-hover a,
  .ui-state-hover a:hover,
  .ui-state-hover a:link,
  .ui-state-hover a:visited,
  .ui-state-focus a,
  .ui-state-focus a:hover,
  .ui-state-focus a:link,
  .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
  }
  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    /*background: #ffffff url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
    font-weight: normal;
    color: #212121;
  }
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
  }

  /* Interaction Cues
  ----------------------------------*/
  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    /*background: #fbf9ee url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;*/
    color: #363636;
  }
  .ui-state-highlight a,
  .ui-widget-content .ui-state-highlight a,
  .ui-widget-header .ui-state-highlight a {
    color: #363636;
  }
  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    /*background: #fef1ec url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;*/
    color: #cd0a0a;
  }
  .ui-state-error a,
  .ui-widget-content .ui-state-error a,
  .ui-widget-header .ui-state-error a {
    color: #cd0a0a;
  }
  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
  }
  .ui-priority-primary,
  .ui-widget-content .ui-priority-primary,
  .ui-widget-header .ui-priority-primary {
    font-weight: bold;
  }
  .ui-priority-secondary,
  .ui-widget-content .ui-priority-secondary,
  .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70);
    font-weight: normal;
  }
  .ui-state-disabled,
  .ui-widget-content .ui-state-disabled,
  .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35);
    background-image: none;
  }
  .ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
  }

  /* Icons
  ----------------------------------*/

  /* states and images */
  .ui-icon {
    width: 16px;
    height: 16px;
  }
  .ui-icon,
  .ui-widget-content .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_222222_256x240.png);
  }
  .ui-widget-header .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_222222_256x240.png);
  }
  .ui-state-default .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_888888_256x240.png);
  }
  .ui-state-hover .ui-icon,
  .ui-state-focus .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_454545_256x240.png);
  }
  .ui-state-active .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_454545_256x240.png);
  }
  .ui-state-highlight .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_2e83ff_256x240.png);
  }
  .ui-state-error .ui-icon,
  .ui-state-error-text .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-icons_cd0a0a_256x240.png);
  }

  /* positioning */
  .ui-icon-blank { background-position: 16px 16px; }
  .ui-icon-carat-1-n { background-position: 0 0; }
  .ui-icon-carat-1-ne { background-position: -16px 0; }
  .ui-icon-carat-1-e { background-position: -32px 0; }
  .ui-icon-carat-1-se { background-position: -48px 0; }
  .ui-icon-carat-1-s { background-position: -64px 0; }
  .ui-icon-carat-1-sw { background-position: -80px 0; }
  .ui-icon-carat-1-w { background-position: -96px 0; }
  .ui-icon-carat-1-nw { background-position: -112px 0; }
  .ui-icon-carat-2-n-s { background-position: -128px 0; }
  .ui-icon-carat-2-e-w { background-position: -144px 0; }
  .ui-icon-triangle-1-n { background-position: 0 -16px; }
  .ui-icon-triangle-1-ne { background-position: -16px -16px; }
  .ui-icon-triangle-1-e { background-position: -32px -16px; }
  .ui-icon-triangle-1-se { background-position: -48px -16px; }
  .ui-icon-triangle-1-s { background-position: -64px -16px; }
  .ui-icon-triangle-1-sw { background-position: -80px -16px; }
  .ui-icon-triangle-1-w { background-position: -96px -16px; }
  .ui-icon-triangle-1-nw { background-position: -112px -16px; }
  .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
  .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
  .ui-icon-arrow-1-n { background-position: 0 -32px; }
  .ui-icon-arrow-1-ne { background-position: -16px -32px; }
  .ui-icon-arrow-1-e { background-position: -32px -32px; }
  .ui-icon-arrow-1-se { background-position: -48px -32px; }
  .ui-icon-arrow-1-s { background-position: -64px -32px; }
  .ui-icon-arrow-1-sw { background-position: -80px -32px; }
  .ui-icon-arrow-1-w { background-position: -96px -32px; }
  .ui-icon-arrow-1-nw { background-position: -112px -32px; }
  .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
  .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
  .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
  .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
  .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
  .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
  .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
  .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
  .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
  .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
  .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
  .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
  .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
  .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
  .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
  .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
  .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
  .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
  .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
  .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
  .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
  .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
  .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
  .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
  .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
  .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
  .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
  .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
  .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
  .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
  .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
  .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
  .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
  .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
  .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
  .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
  .ui-icon-arrow-4 { background-position: 0 -80px; }
  .ui-icon-arrow-4-diag { background-position: -16px -80px; }
  .ui-icon-extlink { background-position: -32px -80px; }
  .ui-icon-newwin { background-position: -48px -80px; }
  .ui-icon-refresh { background-position: -64px -80px; }
  .ui-icon-shuffle { background-position: -80px -80px; }
  .ui-icon-transfer-e-w { background-position: -96px -80px; }
  .ui-icon-transferthick-e-w { background-position: -112px -80px; }
  .ui-icon-folder-collapsed { background-position: 0 -96px; }
  .ui-icon-folder-open { background-position: -16px -96px; }
  .ui-icon-document { background-position: -32px -96px; }
  .ui-icon-document-b { background-position: -48px -96px; }
  .ui-icon-note { background-position: -64px -96px; }
  .ui-icon-mail-closed { background-position: -80px -96px; }
  .ui-icon-mail-open { background-position: -96px -96px; }
  .ui-icon-suitcase { background-position: -112px -96px; }
  .ui-icon-comment { background-position: -128px -96px; }
  .ui-icon-person { background-position: -144px -96px; }
  .ui-icon-print { background-position: -160px -96px; }
  .ui-icon-trash { background-position: -176px -96px; }
  .ui-icon-locked { background-position: -192px -96px; }
  .ui-icon-unlocked { background-position: -208px -96px; }
  .ui-icon-bookmark { background-position: -224px -96px; }
  .ui-icon-tag { background-position: -240px -96px; }
  .ui-icon-home { background-position: 0 -112px; }
  .ui-icon-flag { background-position: -16px -112px; }
  .ui-icon-calendar { background-position: -32px -112px; }
  .ui-icon-cart { background-position: -48px -112px; }
  .ui-icon-pencil { background-position: -64px -112px; }
  .ui-icon-clock { background-position: -80px -112px; }
  .ui-icon-disk { background-position: -96px -112px; }
  .ui-icon-calculator { background-position: -112px -112px; }
  .ui-icon-zoomin { background-position: -128px -112px; }
  .ui-icon-zoomout { background-position: -144px -112px; }
  .ui-icon-search { background-position: -160px -112px; }
  .ui-icon-wrench { background-position: -176px -112px; }
  .ui-icon-gear { background-position: -192px -112px; }
  .ui-icon-heart { background-position: -208px -112px; }
  .ui-icon-star { background-position: -224px -112px; }
  .ui-icon-link { background-position: -240px -112px; }
  .ui-icon-cancel { background-position: 0 -128px; }
  .ui-icon-plus { background-position: -16px -128px; }
  .ui-icon-plusthick { background-position: -32px -128px; }
  .ui-icon-minus { background-position: -48px -128px; }
  .ui-icon-minusthick { background-position: -64px -128px; }
  .ui-icon-close { background-position: -80px -128px; }
  .ui-icon-closethick { background-position: -96px -128px; }
  .ui-icon-key { background-position: -112px -128px; }
  .ui-icon-lightbulb { background-position: -128px -128px; }
  .ui-icon-scissors { background-position: -144px -128px; }
  .ui-icon-clipboard { background-position: -160px -128px; }
  .ui-icon-copy { background-position: -176px -128px; }
  .ui-icon-contact { background-position: -192px -128px; }
  .ui-icon-image { background-position: -208px -128px; }
  .ui-icon-video { background-position: -224px -128px; }
  .ui-icon-script { background-position: -240px -128px; }
  .ui-icon-alert { background-position: 0 -144px; }
  .ui-icon-info { background-position: -16px -144px; }
  .ui-icon-notice { background-position: -32px -144px; }
  .ui-icon-help { background-position: -48px -144px; }
  .ui-icon-check { background-position: -64px -144px; }
  .ui-icon-bullet { background-position: -80px -144px; }
  .ui-icon-radio-on { background-position: -96px -144px; }
  .ui-icon-radio-off { background-position: -112px -144px; }
  .ui-icon-pin-w { background-position: -128px -144px; }
  .ui-icon-pin-s { background-position: -144px -144px; }
  .ui-icon-play { background-position: 0 -160px; }
  .ui-icon-pause { background-position: -16px -160px; }
  .ui-icon-seek-next { background-position: -32px -160px; }
  .ui-icon-seek-prev { background-position: -48px -160px; }
  .ui-icon-seek-end { background-position: -64px -160px; }
  .ui-icon-seek-start { background-position: -80px -160px; }
  /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
  .ui-icon-seek-first { background-position: -80px -160px; }
  .ui-icon-stop { background-position: -96px -160px; }
  .ui-icon-eject { background-position: -112px -160px; }
  .ui-icon-volume-off { background-position: -128px -160px; }
  .ui-icon-volume-on { background-position: -144px -160px; }
  .ui-icon-power { background-position: 0 -176px; }
  .ui-icon-signal-diag { background-position: -16px -176px; }
  .ui-icon-signal { background-position: -32px -176px; }
  .ui-icon-battery-0 { background-position: -48px -176px; }
  .ui-icon-battery-1 { background-position: -64px -176px; }
  .ui-icon-battery-2 { background-position: -80px -176px; }
  .ui-icon-battery-3 { background-position: -96px -176px; }
  .ui-icon-circle-plus { background-position: 0 -192px; }
  .ui-icon-circle-minus { background-position: -16px -192px; }
  .ui-icon-circle-close { background-position: -32px -192px; }
  .ui-icon-circle-triangle-e { background-position: -48px -192px; }
  .ui-icon-circle-triangle-s { background-position: -64px -192px; }
  .ui-icon-circle-triangle-w { background-position: -80px -192px; }
  .ui-icon-circle-triangle-n { background-position: -96px -192px; }
  .ui-icon-circle-arrow-e { background-position: -112px -192px; }
  .ui-icon-circle-arrow-s { background-position: -128px -192px; }
  .ui-icon-circle-arrow-w { background-position: -144px -192px; }
  .ui-icon-circle-arrow-n { background-position: -160px -192px; }
  .ui-icon-circle-zoomin { background-position: -176px -192px; }
  .ui-icon-circle-zoomout { background-position: -192px -192px; }
  .ui-icon-circle-check { background-position: -208px -192px; }
  .ui-icon-circlesmall-plus { background-position: 0 -208px; }
  .ui-icon-circlesmall-minus { background-position: -16px -208px; }
  .ui-icon-circlesmall-close { background-position: -32px -208px; }
  .ui-icon-squaresmall-plus { background-position: -48px -208px; }
  .ui-icon-squaresmall-minus { background-position: -64px -208px; }
  .ui-icon-squaresmall-close { background-position: -80px -208px; }
  .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
  .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
  .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
  .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
  .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
  .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


  /* Misc visuals
  ----------------------------------*/

  /* Corner radius */
  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-left,
  .ui-corner-tl {
    border-top-left-radius: 4px;
  }
  .ui-corner-all,
  .ui-corner-top,
  .ui-corner-right,
  .ui-corner-tr {
    border-top-right-radius: 4px;
  }
  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-left,
  .ui-corner-bl {
    border-bottom-left-radius: 4px;
  }
  .ui-corner-all,
  .ui-corner-bottom,
  .ui-corner-right,
  .ui-corner-br {
    border-bottom-right-radius: 4px;
  }

  /* Overlays */
  .ui-widget-overlay {
    background: #aaaaaa url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
  }
  .ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaaaaa url(https://code.jquery.com/ui/1.10.4/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
  }

  body.index-page {
    margin-bottom: 0;
  }

  .unstyled-list {
    list-style: none !important;
  }

  .lesson-video {
    padding: 40px 0;
  }
  .lesson-video p, .lesson-video h1, .lesson-video h2, .lesson-video h3, .lesson-video h4, .lesson-video h5, .lesson-video h6, .lesson-video li, .lesson-video a {
    color: #000;
  }
  .lesson-video p {
    line-height: 1.9;
  }
  .lesson-video ul, .lesson-video ol {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .lesson-video video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .lesson-video .col-lg-9 {
    border-right: 2px solid #EDEDED;
  }
  .lesson-video ul {
    list-style: disc;
  }
  .lesson-video ul li > ul, .lesson-video ul li > ol {
    margin-bottom: 0;
  }
  .lesson-video ol {
    list-style: decimal;
  }
  .lesson-video ol li > ul, .lesson-video ol li > ol {
    margin-bottom: 0;
  }

  .about-instructor p {
    line-height: 1.8;
  }

  .ins-social li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
  }

  .ins-social li a {
    color: #61C7CA;
    font-size: 25px;
  }

  .ins-social li a:hover {
    color: #333333;
  }
  .account-page {
    padding: 60px 0;
  }
  .account-page p, .account-page h1, .account-page h2, .account-page h3, .account-page h4, .account-page h5, .account-page h6, .account-page li, .account-page a {
    color: #000;
  }
  .account-page hr {
    background-color: #d5dde1 !important;
    border: medium none;
    height: 1px;
    margin: 10px 0 30px;
  }
  .upload-button {
    position: relative;
  }
  .account-page .profile-img {
    border-radius: 50%;
    display: block;
    float: left;
    height: 134px;
    overflow: hidden;
    position: relative;
    top: -8px;
    width: 134px;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  }

  @-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
  @-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
  @-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
  @keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */

  .account-page .upload-button .blink-border {
    height: 140px;
    width: 140px;
    background-color: #0EBBAD;
    border-radius: 50%;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    position: absolute;
    left: 50%; top: 50%;
    -ms-transform: translate(-70px,-78px); /* IE 9 */
    -webkit-transform: translate(-70px,-78px); /* Safari */
    transform: translate(-70px,-78px);
    display: none;
    -moz-transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out;
  }

  .account-page .upload-button .blink-border.active {
    display: block;

    -moz-animation:blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1s infinite ease-in-out; /* IE */
    animation:blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
  }


  .account-page .profile-img:before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: all .2s ease-in;
      -ms-transform: translate(0,-100%); /* IE 9 */
      -webkit-transform: translate(0,-100%); /* Safari */
      transform: translate(0,-100%);
      background-color: #34425A;
      background-image: url('/assets/images/plus-hover.png');
      background-position: 50% 50%;
      background-repeat: no-repeat;
  }

  .account-page .profile-img:hover:before {
      -ms-transform: translate(0,0); /* IE 9 */
      -webkit-transform: translate(0,0); /* Safari */
      transform: translate(0,0);
  }

  .account-page .profile-img img {
      width: 100%;
      height: auto;
      -ms-transform: translate(0,0); /* IE 9 */
      -webkit-transform: translate(0,0); /* Safari */
      transform: translate(0,0);
      transition: all .2s ease-in;

  }

  .account-page .profile-img:hover img {
      -ms-transform: translate(0,100%); /* IE 9 */
      -webkit-transform: translate(0,100%); /* Safari */
      transform: translate(0,100%);
  }




  .account-page .profile-img img {
    border-radius: 50%;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .account-page .user-info label {
    float: left;
  }
  .account-page .upload-button input {
    display: none;
  }
  .account-page .upload-button span {
    display: inline-block;
    margin-left: 37px;
    margin-top: 43px;
    background-color: #e4e9eb;
    color: #2a323a;
    font-weight: 300;
  }
  .account-page section {
    padding: 20px 0;
  }
  .account-page .form-inputs {
    float: right;
    width: 70%;
  }
  .account-page .form-inputs input {
    width: 360px;
  }
  .account-page .account-info input {
    width: 340px;
  }
  .account-page .account-info label.row input {
    width: calc(100% - 50px);
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    float: left;

  }

  .pre-input {
    height: 50px;
    line-height: 48px;
    background-color: #e4e9eb;
    color: #222;
    padding: 0;
    width: 50px;
    float: left;
    text-align: center;
    border-top-left-radius: 2px!important;
    border-bottom-left-radius: 2px!important;

  }
  .account-page .account-info input.input--placeholder[type="password"] {
    color: #b2b2b2;
  }
  .account-page .account-info input[type="password"] {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    box-shadow: none;
    color: #333333;
    font-family: "Proxima Nova Reg",sans-serif;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 10px;
    padding: 0 17px;
    transition: all 0.4s ease 0s;
    vertical-align: middle;
  }
  .account-page .membership-info .info-box {
    background-color: #e4e9eb;
    border-radius: 2px;
    margin-bottom: 5px;
    padding: 25px 25px 25px 100px;
    position: relative;
  }
  .account-page .membership-info .info-box span, .account-page .membership-info .info-box strong {
    color: #000;
  }
  .account-page .membership-info .info-box .info-icon {
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    display: block;
    font-size: 31px;
    height: 54px;
    left: 23px;
    line-height: 52px;
    margin-top: -27px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 54px;
  }
  .account-page .bgr-green {
    background-color: #5DD11C !important;
  }
  .account-page .bgr-red {
    background-color: #ED3B43 !important;
  }
  .aditional-documents li + li {
    margin-top: 10px;
  }

  .aditional-documents li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    background-color: #fff;
    border:2px solid #61C7CA;
    font-size: 14px;
    border-radius: 3px;
    position: relative;
    color: #61C7CA;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
  }

  .aditional-documents li a span {
    font-size: 20px;
    -webkit-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    color: #61C7CA;

  }

  .aditional-documents li a:hover {
    color: #61C7CA;
    background-color: #333333;
  }

  .aditional-documents li a:hover span {
    color: #61C7CA;
  }

  .comment {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f6fa;
  }

  .comment-send-button {
      height: 50px;
      background-color: #61C7CA;
      color: #ffffff;
      border-radius: 5px;
      font-weight: bold;
      font-size: 16px;
      width: 100%;

      -webkit-font-smoothing: inherit;
      display: inline-block;
      vertical-align: middle;
      border: none;
      padding: 0;
      margin: 0;
      outline: none;
      transition: all .2s ease;
      cursor: pointer;
      font-family: "Nunito", sans-serif;
      text-decoration: none;
      line-height: 1;
  }

  .comment-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .comment-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .comment-header {
    display: flex;
    justify-content: space-between;
  }

  .comment-owner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .comment-role {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 14px;
  }

  .comment-delete {
    color: white;
    background-color: #ff5b70;
    font-size: 18px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border: none;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;

  }

  .comment-text {
    font-size: 16px;
    padding-top: 5px;
    color: #262626;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
    margin: 0px;
  }

  .comment-sent-when {
    font-size: 14px;
    padding: 5px;
    color: #4d4d4d;
    text-align: right;
    margin: 0px;
  }

  .text-overflow-elipsis {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
  }

  table {
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  td, th {
    border: 1px solid #999;
    padding: 0.5rem;
    text-align: left;
    color: #333;
  }

  pre {
    color: #333;
    background-color: #EEEEEE;
    padding: 15px;
    border:2px solid #bababa;
    width: auto;
    margin-bottom: 20px;
    white-space: normal;

  }

  .lesson-video iframe {
    width: 100%;
    margin-bottom: 20px;
  }

  p a {
    color: #61C7CA!important;

  }

  p img {
    max-width: 100%;
  }

  blockquote {
    padding-left: 20px;
    font-style: italic;
    border-left: 2px solid #bababa;
    margin-bottom: 30px;
    font-size: 20px;
  }

  blockquote p {
    color: #898989!important;
    line-height: 1.7;
  }

  .list-page .col-md-9 h1 {
    width: 100%;
    display: block;
    padding: 20px;
    background-color: #61C7CA;
    color: #fff;
    font-size: 36px;
  }

  .list-page .col-md-9 div {
    color: #333;
  }


  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
    margin-right: 5px!important;
  }

  ul.pagination {
    margin: 0!important;
    margin-left: 15px!important;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #eeeeee;
  }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #61C7CA;
    border-color: #61C7CA;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }

  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }

  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }


  .error-page {
    /*height: 700px;*/
  }


  .edit-box {
    position: fixed;
    right: 0;
    top: 100px;
    background-color: rgba(0,0,0,.8);
    border-radius: 5px 0 0 5px;
    padding: 15px;
    z-index:99999;
    text-align: center;

  }

  .edit-box h5 {
    color:#fff;
    display: block;
    margin-bottom: 15px;
  }
  .edit-box .gradient-btn {
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
  }
  .edit-box a.close-edit{
    color: #fff;
    font-size: 40px;
  }

  .exit-mode {
    height: 35px;
    line-height: 35px;
    background: #0dbbae;
    /* Old browsers */
    background: -moz-linear-gradient(left, #E52D27 0%, #C0171D 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #E52D27), color-stop(100%, #C0171D));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #E52D27 0%, #C0171D 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #E52D27 0%, #C0171D 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #E52D27 0%, #C0171D 100%);
    /* IE10+ */
    background: linear-gradient(to right, #E52D27 0%, #C0171D 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E52D27', endColorstr='#C0171D',GradientType=1 );
  }

  /* --------------------------------------------------------------------------------------
  +
  + LAYOUT
  +
  -------------------------------------------------------------------------------------- */
  main {
    display: block;
    /* this is important for some browsers (opera, ...) who recognize <main> as inline element */
    overflow-x: hidden;
  }

  .container {
    margin: 0 auto;
    width: 1090px;
    padding: 0 10px;
  }

  .leaderboard-subheader {
    background-image: url('../images/leaderboard-subheader-img.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    min-height: 500px;
    overflow: hidden;
  }

  .leaderboard-table {
    padding: 0;
  }

  .leaderboard-table .container {
    width: 1254px;
  }

  .leaderboard-table-landing img {
    margin-top: -67px!important;
    margin-bottom: 0!important;

  }

  .leaderboard-table .table-box {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    margin-top: -190px;
    border:1px solid #f3f3f3;
    min-height: 190px;
    margin-bottom: 60px;
  }

  .leaderboard-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
  }

  .leaderboard-table tr:nth-of-type(odd) {
    background: #f8f8f8;
  }

  .leaderboard-table th {
    background: #fff;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }

  .leaderboard-table th:before{
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 11px;
    background-image: url('../images/arrow-up.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
  }

  .leaderboard-table th.headerSortUp:before {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
    display: block;
  }

  .leaderboard-table th.headerSortUp:before,.leaderboard-table th.headerSortDown:before {
    display:block;

  }

  c

  .leaderboard-table th img {
    margin-right: 10px;
  }

  .leaderboard-table td, .leaderboard-table th {
    padding: 10px;
    border:none;
    text-align: left;
    font-size: 14px;
    color: #333333;
  }
  .leaderboard-table th {
    padding: 20px 10px;

  }
  .leaderboard-table tr td:first-child, .leaderboard-table tr th:first-child {
    padding-left: 20px;
  }
  .leaderboard-table tr td:last-child, .leaderboard-table tr th:last-child {
    padding-right: 20px;
  }
  .leaderboard-table td a:hover {
    text-decoration: underline;
  }

  .leaderboard-table .user-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
  }

  .leaderboard-table span{
    display: inline-block;
    vertical-align: middle;
  }

  .account-page form label {
    position: relative;
    display: block;
    margin-bottom: 20px;
  }
  .account-page form input {
    margin-bottom: 0!important;
  }
  .account-page form input.error {
    border-color: red!important;
  }
  .account-page form label.error {
    position: absolute;
    top: 100%;
    left: 0;
    color: red;
    width: 100%;
    margin-top: -2px;
    font-size: 12px;
    margin-bottom: 0!important;
  }




  @media (max-width: 1120px) {

    /* Force table to not be like tables anymore */
    .leaderboard-table table, .leaderboard-table thead, .leaderboard-table tbody, .leaderboard-table th, .leaderboard-table td, .leaderboard-table tr {
      display: block;

    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .leaderboard-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }


    .leaderboard-table td {
      /* Behave  like a "row" */
      border: none;
      position: relative;
      padding-left: 50%!important;
    }

    .leaderboard-table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 50%;
      -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
      transform: translate(0,-50%);
      left: 10px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }



    /*
    Label the data
    */
    .leaderboard-table td:nth-of-type(1):before { content: "Name"; }
    .leaderboard-table td:nth-of-type(2):before { content: "Webiste"; }
    .leaderboard-table td:nth-of-type(3):before { content: "Monthly Uniques"; }
    .leaderboard-table td:nth-of-type(4):before { content: "Reported Income"; }
    /*td:nth-of-type(5):before { content: "Journal"; }*/
    .leaderboard-table td:nth-of-type(5):before { content: "Change in Visitors"; }
    .leaderboard-table td:nth-of-type(6):before { content: "Change in Revenue"; }

  /*  td:nth-of-type(1):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table1.svg');
    }
    td:nth-of-type(2):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table2.svg');
    }
    td:nth-of-type(3):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table3.svg');
    }
    td:nth-of-type(4):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table4.svg');
    }
    td:nth-of-type(5):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table5.svg');
    }
    td:nth-of-type(6):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table6.svg');
    }
    td:nth-of-type(7):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table7.svg');
    }*/
  }

  .account-page .table-project {
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff;
    border:1px solid #f3f3f3;
  }

  .account-page table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
  }

  .account-page tr:nth-of-type(odd) {
    background: #f8f8f8;
  }

  .account-page th {
    background: #fff;
    color: #333333;
    font-weight: bold;
  }

  .account-page th img {
    margin-right: 10px;
  }

  .account-page td, .account-page th {
    padding: 10px;
    border:none;
    text-align: left;
    font-size: 14px;
    color: #333333;
  }
  .account-page th {
    padding: 20px 10px;

  }
  .account-page tr td:first-child, .account-page tr th:first-child {
    padding-left: 20px;
  }
  .account-page tr td:last-child, .account-page tr th:last-child {
    padding-right: 20px;
  }
  .account-page td a:hover {
    text-decoration: underline;
  }

  .account-page .user-img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
  }

  .account-page span{
    display: inline-block;
    vertical-align: middle;
  }

  @media (max-width: 1120px) {

    /* Force table to not be like tables anymore */
    .account-page table, .account-page thead, .account-page tbody, .account-page th,.account-page td, .account-page tr {
      display: block;

    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .account-page thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }


    .account-page td {
      /* Behave  like a "row" */
      border: none;
      position: relative;
      padding-left: 50%!important;
    }

    .account-page td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 50%;
      -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -o-transform: translate(0,-50%);
      transform: translate(0,-50%);
      left: 10px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
    }



    /*
    Label the data
    */
    .account-page td:nth-of-type(1):before { content: "Name"; }
    .account-page td:nth-of-type(2):before { content: "Webiste"; }
    .account-page td:nth-of-type(3):before { content: "Monthly Uniques"; }
    .account-page td:nth-of-type(4):before { content: "Reported Income"; }
    /*td:nth-of-type(5):before { content: "Journal"; }*/
    .account-page td:nth-of-type(5):before { content: "Change in Visitors"; }
    .account-page td:nth-of-type(6):before { content: "Change in Revenue"; }

  /*  td:nth-of-type(1):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table1.svg');
    }
    td:nth-of-type(2):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table2.svg');
    }
    td:nth-of-type(3):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table3.svg');
    }
    td:nth-of-type(4):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table4.svg');
    }
    td:nth-of-type(5):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table5.svg');
    }
    td:nth-of-type(6):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table6.svg');
    }
    td:nth-of-type(7):after {
      content: "";
      background-image: url('../assets/frontend/images/icon-table7.svg');
    }*/
  }


  @media (max-width: 1245px) {
    .container {
      width: 100% !important;
    }
  }
  .left {
    float: left;
  }

  .right {
    float: right;
  }

  @media (max-width: 1200px) {
    .idea-section p, .idea-section2 p {
      margin-top: 0 !important;
    }

    .dashboard-section .row > div {
      margin-bottom: 20px;
    }
    .dashboard-section .row > div:last-child {
      margin-bottom: 0;
    }

     .library-section .libraty-content {
      border: none !important;
      padding-right: 0 !important;
      display: block;
      width: 100%;
    }

    .library-section .sidebar {
      padding-left: 0 !important;
      display: block;
      width: 100%;
    }
    .library-section .sidebar ul li {
      display: inline-block;
      margin-right: 10px;
    }
    .library-section .col-lg-12 {
      padding: 0 !important;
    }
  }
  @media (max-width: 1070px) {
    .account-page .justifize {
      text-align: left;
    }
    .account-page .justifize .justifize__box {
      margin-right: 20px;
    }
    .account-page .user-info .profile-img, .account-page .user-info .upload-button {
      float: none !important;
      display: block !important;
    }
    .account-page .user-info .upload-button span {
      margin-left: 0;
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .account-page .user-info form .form-inputs {
      display: block;
      float: none;
      overflow: hidden;
      width: 100%;
    }
    .account-page .user-info form .form-inputs input {
      width: 100%;
    }
    .account-page .user-info button {
      float: none !important;
    }
    .account-page .account-info input {
      width: 100%;
    }
    .account-page .account-info button {
      float: none !important;
    }
  }

  @media (min-width: 1225px) {
    .leaderboard-table th:before{
      right: 25px;
    }
  }

  @media (max-width: 1225px) {
    .leaderboard-table th:before{
      right: 10px;
    }
  }

  @media (max-width: 1120px) {
    .leaderboard-table th:before{
      display: none;
    }
  }
  @media (max-width: 1160px) {
    .header-main ul li + li {
      margin-left: 10px;
    }

    .team-section .container:before, .team-section .container:after {
      display: none;
    }

    .motivation-section .container {
      background-image: none;
    }
  }
  @media (max-width: 992px) {
    .header-main .bars {
      display: block;
    }

    .header-main nav li {
      display: block;
    }
    .header-main nav li + li {
      margin-left: 0;
      margin-top: 20px;
    }

    .what-business article {
      margin: 0;
      width: 100%;
      max-width: 300px;
    }

    .lesson-video .col-md-9 {
      border-right: none;
      margin-bottom: 30px;
    }
    .lesson-video .col-md-3 {
      text-align: left !important;
    }

    footer .row > div {
      text-align: center !important;
      margin-bottom: 40px;
    }
    footer .row > div:last-child {
      margin-bottom: 0;
    }
  }
  @media (max-width: 768px) {
    .idea-section, .idea-section4 {
      text-align: center;
    }
    .idea-section img, .idea-section4 img {
      margin-top: 30px;
    }

    .idea-section2 {
      text-align: center;
    }
    .idea-section2 img {
      margin-bottom: 30px;
    }

    .motivation-section .container {
      text-align: center;
    }

    .question-section form article {
      width: 100%;
      float: none;
      display: block;
      margin: 0;
    }

    .list-page-section1 .col-sm-4 {
      margin-bottom: 20px;
    }
    .list-page-section1 .col-sm-4 .flag {
      display: block;
      margin: 0 auto;
    }

    .list-page-section .container1 .row .col-xs-12 {
      margin-bottom: 20px;
      text-align: center !important;
      display: block;
    }
    .list-page-section .container1 .row .col-xs-12:nth-child(2) label {
      margin-left: -12px;
    }
    .footer-main .col-md-4 {
      padding: 0;
    }
    .revenue-stream .col-sm-4,.revenue-stream .col-md-4 {
      padding: 0!important;
      max-width: 350px;
    }
  }
  @media (max-width: 600px) {
    .box-item {
      padding: 70px 20px 20px;
    }
    .box-item .numb {
      width: 100%;
      top: 0;
      left: 0;
      height: 51px;
      padding-top: 14px;
    }
  }
  @media (max-width: 550px) {
    .blog-header form input, .blog-header form button {
      width: 100%;
      display: block;
      margin: 0;
    }
    .blog-header form input {
      margin-bottom: 10px;
    }

    .box-item small {
      position: inherit;
      left: auto;
      top: auto;
      display: block;
    }
    .box-item a.btn {
      float: none;
      margin-top: 10px;
      display: block;
    }

    .list-page .list-page-section2 li {
      display: block;
      width: 100%;
    }
    .list-page .list-page-section2 li h4{
      display: block;
      width: 100%;
    }

    .list-page .list-page-section2 li a.btn {
      float: none!important;
      margin-left: 60px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .footer-main form input {
      width: 180px;
    }

    .clear-filters {
      float: none!important;
      margin-bottom: 20px;
      display: block;
    }
  }

  .subheader-stuck {
    background-color: #61c7ca;
    min-height: 445px;
    position: relative;
    overflow: visible;
  }

  .box-btn {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,34px);
    -ms-transform: translate(-50%,34px);
    -o-transform: translate(-50%,34px);
    transform: translate(-50%,34px);
    width: 100%;
  }

  .btn-overlay {
      border:8px solid #fff;
      max-width: 380px;
      width: 95%;
  }

  .btn-overlay a {
    width: 100%;
    border-radius: 0;
  }

  .subheader-stuck h1 {
    font-size: 90px;
    color: #145c5e;
    line-height: 90px;
    font-weight: bold;
    font-family: 'Source Sans Pro', sans-serif;


  }

  .subheader-stuck h3 {
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;

  }

  .subheader-stuck p {
    font-size: 24px;
    color: #145c5e;
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;

  }

  .unlock-list {
    position: relative;
    padding: 90px 0;
  }

  .unlock-list .container {
      width: 1320px;
      text-align: center;
  }

  .unlock-list article {
      border:5px solid #ededed;
      width: 420px;
      height: 420px;
      border-radius: 3px;
      padding: 0 30px;
      margin: 0 4px 10px;
      display: inline-block;
      vertical-align: top;
      position: relative;
  }


  .unlock-list article:hover .over-box {
    opacity: 1;
    visibility: visible;
  }

  .unlock-list article h3 {
    font-size:18px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 20px;
    font-weight: 700;
  }
  .unlock-list article p{
    font-size: 16px;
    margin-bottom: 0;

  }
  .unlock-list article .lock {
    position: absolute;
    right: 25px;
    top: 30px;
  }
  .unlock-list article .over-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(243,243,243,.75);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }

  .unlock-list article .over-box .btn-overlay {
    margin-top: 270px;
  }


  @media (max-width: 1350px) {
    .container {
      width: 100%!important;
    }
    .unlock-list article {
      width: 325px;
    }
  }


  @media (max-width: 1030px) {
    .unlock-list article {
      width: 420px;
    }
  }

  @media (max-width: 940px) {
    .subheader-stuck h1 {
      font-size: 60px;
      line-height: 60px;
    }
  }

  @media (max-width: 992px) {
    .header-stuck nav {
      height: 100vh!important;
    }
    .header-stuck li a {
      color: #fff;
    }
  }


  @media (max-width: 480px) {
    .subheader-stuck h1 {
      font-size: 40px;
      line-height: 40px;

    }

    .unlock-list article {
      width: 100%;
      height: 450px;
      margin: 0 0 20px;
    }
  }


  .subheader-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 20px;
  }
  .subheader-list li span {
    width: 7px;
    height: 7px;
    background-color: #00c479;
    border-radius: 50%;
  }
  .subheader-list {

  }
  .subheader-list {

  }




/* ------------------------------------*\
    #BOX-SIZING
\*------------------------------------ */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* ------------------------------------*\
    #PAGE
\*------------------------------------ */
html {
  min-height: 100vh;
  color: #222222;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 20px; }

img {
  max-width: 100%; }

main {
  overflow: hidden; }

p {
  color: #555555;
  font-size: 18px;
  line-height: 25px; }

strong {
  font-weight: 700; }

.table-responsive {
  overflow: auto; }

.table {
  width: 100%;
  min-width: 900px;
  text-align: left !important; }
  .table td {
    border:none;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0; }
    .table td:first-child {
      width: 20%; }
    .table td:nth-child(2) {
      width: 38%; }
  .table .icon {
    min-width: 15px;
    width: 15px;
    margin-right: 10px;
    margin-top: 5px; }
  .table p {
    margin-bottom: 0; }
  .table small {
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    display: block; }

time {
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #222222; }

/* ------------------------------------*\
    #HEADINGS
\*------------------------------------ */
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit; }

h1,
.h1 {
  font-size: 70px;
  line-height: 95px; }
  @media (max-width: 1100px) {
    h1,
    .h1 {
      font-size: 55px;
      line-height: 1.2; } }

h2,
.h2 {
  font-size: 50px;
  line-height: 68px; }
  @media (max-width: 1100px) {
    h2,
    .h2 {
      font-size: 45px;
      line-height: 1.2; } }

h3,
.h3 {
  font-size: 28px;
  line-height: 38px; }

h4,
.h4 {
  font-size: 25px;
  line-height: 34px; }

h5,
.h5 {
  font-size: 18px;
  line-height: 24px; }

h6,
.h6 {
  font-size: 16px;
  line-height: 22px; }

/* ------------------------------------*\
    #link
\*------------------------------------ */
a {
  color: #000;
  transition: color .15s ease; }
  a:hover {
    color: black; }
  a:focus, a:active {
    outline: none;
    color: black; }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 61rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 71rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/*------------------------------------*\
    #FLEXBOX
\*------------------------------------*/
.o-flex {
  display: flex; }

.o-flex--column {
  flex-direction: column; }

.o-flex--wrap {
  flex-wrap: wrap; }

.o-flex--no-wrap {
  flex-wrap: nowrap; }

.o-flex--center {
  align-items: center; }

.o-flex--baseline {
  align-items: baseline; }

.o-flex--stretch {
  align-items: stretch; }

.o-flex--start {
  align-items: flex-start; }

.o-flex--end {
  align-items: flex-end; }

.o-flex--justify {
  justify-content: space-between; }

.o-flex--justify-center {
  justify-content: center; }

.o-flex--justify-around {
  justify-content: space-around; }

.o-flex--right {
  justify-content: flex-end; }

.o-flex--auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.o-flex--grow {
  flex: 1 0 auto; }

.o-flex--none {
  flex: none; }

.o-flex--first {
  order: -1; }

.o-flex--last {
  order: 99999; }

/* ------------------------------------*\
    #WRAPPER
\*------------------------------------ */
.o-container {
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1216px) {
    .o-container {
      max-width: calc(1170px + (20px * 2));
      padding-right: 20px;
      padding-left: 20px; } }

.header-main {
  padding: 30px 0;
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  transition: all .2s ease; }
  .header-main .o-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header-main .o-container:before, .header-main .o-container:after {
      display: none; }
  .header-main.change {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }

.header-main__bars {
  font-size: 30px;
  color: #000;
  display: none; }
  @media (max-width: 992px) {
    .header-main__bars {
      display: block; } }

@media (max-width: 992px) {
  .header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1); }
    .header-nav.active {
      visibility: visible;
      opacity: 1; } }

.nav__list {
  margin-bottom: 0; }
  @media (max-width: 992px) {
    .nav__list {
      display: block; } }

.nav__list-item {
  position: relative; }
  .nav__list-item + .nav__list-item {
    margin-left: 30px; }
    @media (max-width: 992px) {
      .nav__list-item + .nav__list-item {
        margin-left: 0 !important;
        margin-top: 10px; } }

.dropdown {
  position: absolute;
  left: -20px;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  z-index: 5;
  transition: all .3s ease;
  visibility: hidden;
  opacity: 0; }
  .dropdown li:not(:first-child) {
    margin-top: 15px; }
  .dropdown a {
    white-space: nowrap;
    color: #555555;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-decoration: none; }
    .dropdown a:hover {
      color: #61C7CA; }
  @media (max-width: 992px) {
    .dropdown {
      visibility: visible;
      opacity: 1;
      box-shadow: none;
      left: auto;
      top: auto;
      position: relative;
      padding: 10px; } }

.dropdown-link:hover .dropdown {
  visibility: visible;
  opacity: 1; }

.nav__link {
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #555555;
  text-decoration: none; }
  .nav__link svg {
    margin-left: 10px; }
  .nav__link path {
    transition: all .2s ease; }
  .nav__link.button:hover {
    color: #fff; }
  .nav__link:hover, .nav__link.active {
    color: #61C7CA; }
    .nav__link:hover path, .nav__link.active path {
      fill: #61C7CA; }
  @media (max-width: 992px) {
    .nav__link {
      height: 30px; } }

.bars {
  display: none;
  width: 25px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .bars:hover, .bars:focus {
    color: #555555; }
  .bars span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #555555;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .bars span:nth-child(1) {
    top: 0px; }
  .bars span:nth-child(2), .bars span:nth-child(3) {
    top: 8px; }
  .bars span:nth-child(4) {
    top: 16px; }
  .bars.active span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%; }
  .bars.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .bars.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .bars.active span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%; }
  @media (max-width: 992px) {
    .bars {
      display: block; } }

.footer-main {
  background: #333333;
  padding: 100px 0;
  overflow: hidden; }
  .footer-main .o-container {
    display: flex;
    flex-wrap: wrap;}
    .footer-main .o-container article:first-child {
      width: 65%; }
    .footer-main .o-container article:last-child {
      width: 35%; }

    @media(max-width: 1100px) {
      .footer-main .o-container article:first-child {
        width: 100%;
        margin-bottom: 30px;
      }
      .footer-main .o-container article:last-child {
        width: 100%; }
    }
  .footer-main h3 {
    color: #fff; }
  .footer-main p {
    color: #fff;
    margin-bottom: 30px; }
  .footer-main small {
    color: #fff; }
  .footer-main .social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px; }
    .footer-main .social-list li {
      margin-bottom: 10px; }
    .footer-main .social-list li:not(:last-child) {
      margin-right: 20px; }
  @media (max-width: 768px) {
    .footer-main {
      padding: 50px 0;
      text-align: center; }
      .footer-main .social-list {
        justify-content: center;
        margin-bottom: 20px; }
        .footer-main .social-list li {
          margin: 0 10px 10px !important; }
      .footer-main .o-container {
        flex-direction: column; }
        .footer-main .o-container article {
          width: 100%; }
          .footer-main .o-container article:last-child {
            margin-top: 40px; } }

/**
* Reset input styles.
*/
.input {
  -webkit-appearance: none;
  /* removing inner shadow on iOS inputs */
  -webkit-font-smoothing: inherit;
  box-sizing: border-box;
  transition: all .5s ease;
  background: none;
  border: none;
  color: #000;
  width: 100%;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  padding: 0;
  /* remove browser defaults */
  vertical-align: middle;
  width: 100%; }
  .input:invalid {
    box-shadow: none;
    /* fixes mozilla red outline (shadow) */ }
  .input[readonly] {
    cursor: text; }
  .input::-ms-clear {
    display: none;
    /* remove IE clear icon */ }
  .input:not(:disabled):focus {
    outline: none; }

.input--primary {
  height: 50px;
  padding: 0 20px;
  color: #555;
  display: flex;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  /**
   * @disabled
   */ }
  .input--primary:disabled {
    opacity: 0.5;
    cursor: not-allowed !important; }

.button {
  -webkit-font-smoothing: inherit;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  transition: background-color .2s ease, color .2s ease;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  transition: all .2s ease;
  background-color: transparent;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  line-height: 1; }
  .button:not(:disabled):active {
    outline: none;
    box-shadow: none !important;
    text-decoration: none; }
  .button:disabled {
    opacity: .5;
    cursor: not-allowed !important; }

.button--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 20px;
  text-decoration: none;
  background: #61C7CA;
  border-radius: 10px;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  width: 146px; }
  .button--primary:not(:disabled):hover, .button--primary:not(:disabled):focus, .button--primary:not(:disabled):active {
    background: #38a3a7;
    color: #fff!important;
  }

.hero article {
  max-width: 50%; }
  @media (max-width: 991px) {
    .hero article {
      max-width: 100%; } }

@media (max-width: 991px) {
  .hero {
    padding: 150px 0 100px;
    height: auto !important;
    background-image: none !important; } }

@media (max-width: 550px) {
  .hero {
    text-align: center; } }

.hero.hero--homepage {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../images/hero.png");
  background-size: auto 100%; }
  .hero.hero--homepage .o-container {
    height: 100%;
    display: flex;
    align-items: center; }

  @media (max-width: 991px) {
    .hero.hero--homepage .o-container {
      height: auto;
    }
  }
  .hero.hero--homepage h1 {
    color: #743B8F;
    font-weight: 900;
    margin-bottom: 0; }
  .hero.hero--homepage p {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 32px; }
  .hero.hero--homepage form {
    display: flex;
    max-width: 510px; }
    .hero.hero--homepage form .input-box {
      flex: 2;
      margin-right: 10px; }
      @media (max-width: 991px) {
        .hero.hero--homepage form .input-box input {
          background-color: #fff; } }
    @media (max-width: 550px) {
      .hero.hero--homepage form {
        flex-direction: column; }
        .hero.hero--homepage form .input-box {
          margin-right: 0;
          margin-bottom: 10px; }
        .hero.hero--homepage form button {
          width: 100%; } }

.hero.hero--partners {
  padding: 200px 0; }
  .hero.hero--partners h1 {
    color: #743B8F;
    font-weight: 900;
    margin-bottom: 0; }
  .hero.hero--partners .row > div {
    margin-bottom: 30px; }
  @media (max-width: 550px) {
    .hero.hero--partners {
      padding: 150px 0 50px; } }

.zig-zag {
  padding: 170px 0 0; }
  .zig-zag article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 245px;
    position: relative; }
    .zig-zag article > div {
      width: calc(50% - 45px); }
    .zig-zag article h3 {
      margin-bottom: 10px;
      font-weight: 800;
      color: #743B8F; }
    .zig-zag article.zig-zag-first .dots-img {
      right: -26px;
      bottom: 100%;
      transform: translate(0, 50%); }
    .zig-zag article.zig-zag-first .circle {
      left: 20px;
      top: 100%;
      transform: translate(0, -35%); }
      @media (max-width: 768px) {
        .zig-zag article.zig-zag-first .circle {
          left: auto;
          right: 20px; } }
    .zig-zag article.zig-zag-second .dots-img {
      right: -38px;
      top: 100%;
      transform: translate(0, -69%);
      z-index: 6; }
    .zig-zag article.zig-zag-second .circle {
      background: rgba(97, 199, 202, 0.1);
      left: 0;
      bottom: 100%;
      transform: translate(-40%, 50%); }
    .zig-zag article.zig-zag-third .dots-img {
      left: 0;
      bottom: 100%;
      transform: translate(60%, 50%); }
    .zig-zag article.zig-zag-third .circle {
      right: 0;
      top: 100%;
      transform: translate(-70%, -35%); }
    @media (max-width: 768px) {
      .zig-zag article {
        flex-direction: column;
        margin-bottom: 70px; }
        .zig-zag article .img-wrapper {
          margin-bottom: 40px; }
        .zig-zag article:nth-child(even) {
          flex-direction: column-reverse; }
        .zig-zag article > div {
          width: 100%;
          max-width: 450px; } }
  .zig-zag .dots-img {
    position: absolute;
    z-index: 4; }
  .zig-zag .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    z-index: 5;
    position: relative; }
    .zig-zag .img-wrapper img {
      width: 100%; }
  .zig-zag .zig-zag__img {
    position: relative; }
  .zig-zag .icon-wrapper {
    margin-bottom: 20px; }
  .zig-zag .circle {
    width: 113px;
    height: 113px;
    background: #F1EBF4;
    border-radius: 50%;
    position: absolute;
    z-index: 4; }
  @media (max-width: 768px) {
    .zig-zag {
      padding: 70px 0;
      overflow: hidden; } }

.subfooter {
  position: relative;
  padding: 80px 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    .subfooter {
      padding: 0; }
      .subfooter:before, .subfooter:after {
        display: none; }
      .subfooter .o-container {
        padding: 0; } }
  .subfooter:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #61C7CA; }
  .subfooter:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    content: "";
    background-color: #FDFDFD; }
  .subfooter h3 {
    font-weight: 800;
    margin-bottom: 25px; }
  .subfooter .o-container {
    position: relative;
    z-index: 6;
    display: flex; }
    .subfooter .o-container article {
      width: 50%; }
      .subfooter .o-container article:first-child {
        padding-right: 40px; }
        .subfooter .o-container article:first-child h3 {
          color: #fff; }
        .subfooter .o-container article:first-child p {
          color: #fff; }
        @media (max-width: 1100px) {
          .subfooter .o-container article:first-child {
            padding-right: 20px; } }
      .subfooter .o-container article:last-child {
        padding-left: 85px; }
        .subfooter .o-container article:last-child > p {
          font-size: 20px;
          color: #222; }
        .subfooter .o-container article:last-child h3 {
          color: #743B8F; }
        @media (max-width: 1100px) {
          .subfooter .o-container article:last-child {
            padding-left: 20px; } }
      @media (max-width: 1100px) {
        .subfooter .o-container article {
          overflow: hidden; } }
    @media (max-width: 991px) {
      .subfooter .o-container {
        flex-direction: column; }
        .subfooter .o-container article {
          width: 100%;
          padding: 50px 20px !important; }
          .subfooter .o-container article:first-child {
            background-color: #61C7CA; } }
  .subfooter .subfooter__list {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px; }
    .subfooter .subfooter__list .icon-wrapper {
      margin-right: 20px;
      margin-top: -5px; }
  .subfooter .subfooter__body p span {
    font-weight: 800; }
  .subfooter .subfooter__body li {
    padding-left: 20px;
    position: relative; }
    .subfooter .subfooter__body li:before {
      position: absolute;
      content: "";
      right: 100%;
      top: 8px;
      width: 8px;
      height: 8px;
      background: #743B8F;
      border-radius: 50%;
      transform: translate(8px, 0); }
    .subfooter .subfooter__body li p {
      margin-bottom: 0; }
    .subfooter .subfooter__body li:not(:last-child) {
      margin-bottom: 10px; }
  .subfooter .subfooter-foot {
    margin-top: 50px; }
    .subfooter .subfooter-foot p {
      margin-bottom: 0; }
    .subfooter .subfooter-foot span {
      color: #743B8F;
      font-weight: 800; }

.price {
  margin-bottom: 50px; }
  .price li {
    background: #FBFBFB;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 45px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .price li:first-child:before {
      position: absolute;
      left: 100%;
      top: 100%;
      width: 124px;
      height: 124px;
      background-image: url("../images/dots-img1.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      content: "";
      transform: translate(-60%, -53%);
      z-index: -1; }
    .price li:last-child:before {
      position: absolute;
      left: 0;
      top: 100%;
      width: 124px;
      height: 124px;
      background-image: url("../images/dots-img1.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      content: "";
      z-index: -1;
      transform: translate(-35%, -80%); }
    .price li h4 {
      margin-bottom: 0;
      color: #61C7CA; }
    .price li .pdv {
      color: #999999;
      font-size: 20px; }
    .price li svg {
      margin-bottom: 10px; }
    .price li p {
      margin-bottom: 0;
      line-height: 27px;
      color: #000000; }
    @media (max-width: 550px) {
      .price li {
        padding: 20px;
        flex-direction: column;
        text-align: center; } }

.person-box {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  padding-bottom: 139%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative; }
  .person-box .info {
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    position: absolute;
    z-index: 2;
    padding: 30px 15px 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 101% auto;
    background-image: url("../images/overlay.png"); }
  .person-box h5 {
    color: #222222;
    margin-bottom: 2px; }
  .person-box p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #555555;
    font-style: italic; }
  .person-box.person-box--icon p {
    font-style: normal;
    position: absolute;
    left: 25px;
    top: 25px;
    color: #743B8F;
    font-weight: 600; }
  .person-box.person-box--icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    transform: translate(-50%, -50%); }

.info-foot {
  display: flex;
  align-items: flex-start;
  margin-top: 5px; }
  .info-foot .icon {
    margin-top: 3px;
    margin-right: 6px;
    min-width: 15px; }
  .info-foot p {
    color: #743B8F; }

.rules-list {
  max-width: 74%; }
  .rules-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px; }
  .rules-list p {
    margin-bottom: 0; }
  .rules-list .icon {
    min-width: 30px;
    margin-right: 20px;
    margin-top: -3px; }
  @media (max-width: 992px) {
    .rules-list {
      max-width: 100%;
      text-align: left; } }

.font-600 {
  font-weight: 600 !important; }

.font-700 {
  font-weight: 700 !important; }

.font-800 {
  font-weight: 800 !important; }

.font-900 {
  font-weight: 900 !important; }

.clr-purple {
  color: #743B8F !important; }

/* ------------------------------------*\
    #TRUMPS - SPACING
\*------------------------------------ */
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
      * Margin helper classes.
      *
      * Add margins.
      */
.m {
  margin: 20px !important; }

.mt {
  margin-top: 20px !important; }

.mr {
  margin-right: 20px !important; }

.mb {
  margin-bottom: 20px !important; }

.ml {
  margin-left: 20px !important; }

.mh {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.mv {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

/**
      * Add extratiny margins.
      */
.m--- {
  margin: calc(20px/8) !important; }

.mt--- {
  margin-top: calc(20px/8) !important; }

.mr--- {
  margin-right: calc(20px/8) !important; }

.mb--- {
  margin-bottom: calc(20px/8) !important; }

.ml--- {
  margin-left: calc(20px/8) !important; }

.mh--- {
  margin-right: calc(20px/8) !important;
  margin-left: calc(20px/8) !important; }

.mv--- {
  margin-top: calc(20px/8) !important;
  margin-bottom: calc(20px/8) !important; }

/**
      * Add tiny margins.
      */
.m-- {
  margin: calc(20px/4) !important; }

.mt-- {
  margin-top: calc(20px/4) !important; }

.mr-- {
  margin-right: calc(20px/4) !important; }

.mb-- {
  margin-bottom: calc(20px/4) !important; }

.ml-- {
  margin-left: calc(20px/4) !important; }

.mh-- {
  margin-right: calc(20px/4) !important;
  margin-left: calc(20px/4) !important; }

.mv-- {
  margin-top: calc(20px/4) !important;
  margin-bottom: calc(20px/4) !important; }

/**
      * Add small margins.
      */
.m- {
  margin: calc(20px/2) !important; }

.mt- {
  margin-top: calc(20px/2) !important; }

.mr- {
  margin-right: calc(20px/2) !important; }

.mb- {
  margin-bottom: calc(20px/2) !important; }

.ml- {
  margin-left: calc(20px/2) !important; }

.mh- {
  margin-right: calc(20px/2) !important;
  margin-left: calc(20px/2) !important; }

.mv- {
  margin-top: calc(20px/2) !important;
  margin-bottom: calc(20px/2) !important; }

/**
      * Add large margins.
      */
.m\+ {
  margin: calc(20px*2) !important; }

.mt\+ {
  margin-top: calc(20px*2) !important; }

.mr\+ {
  margin-right: calc(20px*2) !important; }

.mb\+ {
  margin-bottom: calc(20px*2) !important; }

.ml\+ {
  margin-left: calc(20px*2) !important; }

.mh\+ {
  margin-right: calc(20px*2) !important;
  margin-left: calc(20px*2) !important; }

.mv\+ {
  margin-top: calc(20px*2) !important;
  margin-bottom: calc(20px*2) !important; }

/**
      * Add huge margins.
      */
.m\+\+ {
  margin: calc(20px*4) !important; }

.mt\+\+ {
  margin-top: calc(20px*4) !important; }

.mr\+\+ {
  margin-right: calc(20px*4) !important; }

.mb\+\+ {
  margin-bottom: calc(20px*4) !important; }

.ml\+\+ {
  margin-left: calc(20px*4) !important; }

.mh\+\+ {
  margin-right: calc(20px*4) !important;
  margin-left: calc(20px*4) !important; }

.mv\+\+ {
  margin-top: calc(20px*4) !important;
  margin-bottom: calc(20px*4) !important; }

/**
      * Remove margins.
      */
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/**
      * Negative margins.
      */
.-m {
  margin: calc(20px*-1) !important; }

.-mt {
  margin-top: calc(20px*-1) !important; }

.-mr {
  margin-right: calc(20px*-1) !important; }

.-mb {
  margin-bottom: calc(20px*-1) !important; }

.-ml {
  margin-left: calc(20px*-1) !important; }

.-mh {
  margin-right: calc(20px*-1) !important;
  margin-left: calc(20px*-1) !important; }

.-mv {
  margin-top: calc(20px*-1) !important;
  margin-bottom: calc(20px*-1) !important; }

/**
      * Tiny negative margins.
      */
.-m-- {
  margin: calc(calc(20px/4)*-1) !important; }

.-mt-- {
  margin-top: calc(calc(20px/4)*-1) !important; }

.-mr-- {
  margin-right: calc(calc(20px/4)*-1) !important; }

.-mb-- {
  margin-bottom: calc(calc(20px/4)*-1) !important; }

.-ml-- {
  margin-left: calc(calc(20px/4)*-1) !important; }

.-mh-- {
  margin-right: calc(calc(20px/4)*-1) !important;
  margin-left: calc(calc(20px/4)*-1) !important; }

.-mv-- {
  margin-top: calc(calc(20px/4)*-1) !important;
  margin-bottom: calc(calc(20px/4)*-1) !important; }

/**
      * Small negative margins.
      */
.-m- {
  margin: calc(calc(20px/2)*-1) !important; }

.-mt- {
  margin-top: calc(calc(20px/2)*-1) !important; }

.-mr- {
  margin-right: calc(calc(20px/2)*-1) !important; }

.-mb- {
  margin-bottom: calc(calc(20px/2)*-1) !important; }

.-ml- {
  margin-left: calc(calc(20px/2)*-1) !important; }

.-mh- {
  margin-right: calc(calc(20px/2)*-1) !important;
  margin-left: calc(calc(20px/2)*-1) !important; }

.-mv- {
  margin-top: calc(calc(20px/2)*-1) !important;
  margin-bottom: calc(calc(20px/2)*-1) !important; }

/**
      * Large negative margins.
      */
.-m\+ {
  margin: calc(calc(20px*2)*-1) !important; }

.-mt\+ {
  margin-top: calc(calc(20px*2)*-1) !important; }

.-mr\+ {
  margin-right: calc(calc(20px*2)*-1) !important; }

.-mb\+ {
  margin-bottom: calc(calc(20px*2)*-1) !important; }

.-ml\+ {
  margin-left: calc(calc(20px*2)*-1) !important; }

.-mh\+ {
  margin-right: calc(calc(20px*2)*-1) !important;
  margin-left: calc(calc(20px*2)*-1) !important; }

.-mv\+ {
  margin-top: calc(calc(20px*2)*-1) !important;
  margin-bottom: calc(calc(20px*2)*-1) !important; }

/**
      * Huge negative margins.
      */
.-m\+\+ {
  margin: calc(calc(20px*4)*-1) !important; }

.-mt\+\+ {
  margin-top: calc(calc(20px*4)*-1) !important; }

.-mr\+\+ {
  margin-right: calc(calc(20px*4)*-1) !important; }

.-mb\+\+ {
  margin-bottom: calc(calc(20px*4)*-1) !important; }

.-ml\+\+ {
  margin-left: calc(calc(20px*4)*-1) !important; }

.-mh\+\+ {
  margin-right: calc(calc(20px*4)*-1) !important;
  margin-left: calc(calc(20px*4)*-1) !important; }

.-mv\+\+ {
  margin-top: calc(calc(20px*4)*-1) !important;
  margin-bottom: calc(calc(20px*4)*-1) !important; }

/**
      * Padding helper classes.
      *
      * Add paddings.
      */
.p {
  padding: 20px !important; }

.pt {
  padding-top: 20px !important; }

.pr {
  padding-right: 20px !important; }

.pb {
  padding-bottom: 20px !important; }

.pl {
  padding-left: 20px !important; }

.ph {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.pv {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

/**
      * Add tiny paddings.
      */
.p-- {
  padding: calc(20px/4) !important; }

.pt-- {
  padding-top: calc(20px/4) !important; }

.pr-- {
  padding-right: calc(20px/4) !important; }

.pb-- {
  padding-bottom: calc(20px/4) !important; }

.pl-- {
  padding-left: calc(20px/4) !important; }

.ph-- {
  padding-right: calc(20px/4) !important;
  padding-left: calc(20px/4) !important; }

.pv-- {
  padding-top: calc(20px/4) !important;
  padding-bottom: calc(20px/4) !important; }

/**
      * Add small paddings.
      */
.p- {
  padding: calc(20px/2) !important; }

.pt- {
  padding-top: calc(20px/2) !important; }

.pr- {
  padding-right: calc(20px/2) !important; }

.pb- {
  padding-bottom: calc(20px/2) !important; }

.pl- {
  padding-left: calc(20px/2) !important; }

.ph- {
  padding-right: calc(20px/2) !important;
  padding-left: calc(20px/2) !important; }

.pv- {
  padding-top: calc(20px/2) !important;
  padding-bottom: calc(20px/2) !important; }

/**
      * Add large paddings.
      */
.p\+ {
  padding: calc(20px*2) !important; }

.pt\+ {
  padding-top: calc(20px*2) !important; }

.pr\+ {
  padding-right: calc(20px*2) !important; }

.pb\+ {
  padding-bottom: calc(20px*2) !important; }

.pl\+ {
  padding-left: calc(20px*2) !important; }

.ph\+ {
  padding-right: calc(20px*2) !important;
  padding-left: calc(20px*2) !important; }

.pv\+ {
  padding-top: calc(20px*2) !important;
  padding-bottom: calc(20px*2) !important; }

/**
      * Add huge paddings.
      */
.p\+\+ {
  padding: calc(20px*4) !important; }

.pt\+\+ {
  padding-top: calc(20px*4) !important; }

.pr\+\+ {
  padding-right: calc(20px*4) !important; }

.pb\+\+ {
  padding-bottom: calc(20px*4) !important; }

.pl\+\+ {
  padding-left: calc(20px*4) !important; }

.ph\+\+ {
  padding-right: calc(20px*4) !important;
  padding-left: calc(20px*4) !important; }

.pv\+\+ {
  padding-top: calc(20px*4) !important;
  padding-bottom: calc(20px*4) !important; }

/**
      * Remove paddings.
      */
.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.ph0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/*# sourceMappingURL=app.css.map */

.upload-button {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.hero .profile-img {
  border-radius: 50%;
  display: block;
  height: 134px;
  overflow: hidden;
  position: relative;
  top: -8px;
  width: 134px;
  border:2px solid #F1EBF4;
  cursor: pointer;
}


.hero .profile-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in;
  -ms-transform: translate(0,-100%); /* IE 9 */
  -webkit-transform: translate(0,-100%); /* Safari */
  transform: translate(0,-100%);
  background-color: #34425A;
  background-image: url('/assets/images/plus-hover.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero .profile-img:hover:before {
  -ms-transform: translate(0,0); /* IE 9 */
  -webkit-transform: translate(0,0); /* Safari */
  transform: translate(0,0);
}

.hero .profile-img img {
  width: 100%;
  height: auto;
  -ms-transform: translate(0,0); /* IE 9 */
  -webkit-transform: translate(0,0); /* Safari */
  transform: translate(0,0);
  transition: all .2s ease-in;

}

.hero .profile-img:hover img {
  -ms-transform: translate(0,100%); /* IE 9 */
  -webkit-transform: translate(0,100%); /* Safari */
  transform: translate(0,100%);
}




.hero .profile-img img {
border-radius: 50%;
position: relative;
width: 100%;
z-index: 1;
}
.hero .upload-button input {
display: none;
}
.hero .upload-button span {
display: inline-block;
margin-left: 37px;
margin-top: 43px;
background-color: #e4e9eb;
color: #2a323a;
font-weight: 300;
}

.partners-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.partners-logos img {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .partners-logos {
    justify-content: center;
  }
}

.partners-logos img:not(:last-child) {
  margin-right: 20px;
}