/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
         Mobile -----------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
    10. Content -----------------------------------
    11. Footer ------------------------------------
    12. Header ------------------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
         Mobile -----------------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
    17. Modules -----------------------------------
    18. Button ------------------------------------
         Button Block -----------------------------
         Btn Green --------------------------------
         Btn Blue ---------------------------------
         Btn Gray ---------------------------------
         Btn Disabled -----------------------------
         Mobile -----------------------------------
         Btn Black --------------------------------
         Btn Purple -------------------------------
    19. Callouts ----------------------------------
         Mobile -----------------------------------
    20. Callout -----------------------------------
         Mobile -----------------------------------
    21. Form Elements -----------------------------
    22. Field -------------------------------------
         Mobile -----------------------------------
    23. Label -------------------------------------
    24. Checkbox ----------------------------------
    25. Select ------------------------------------
         Mobile -----------------------------------
    26. Form --------------------------------------
         Mobile -----------------------------------
         Form Border ------------------------------
         Form Action Alt --------------------------
         Mobile -----------------------------------
         Form Row Select --------------------------
    27. List --------------------------------------
    28. List Reffered -----------------------------
         List Referred Small ----------------------
         Mobile -----------------------------------
    29. List Checkboxes ---------------------------
    30. List Checks -------------------------------
    31. List cards --------------------------------
         Mobile -----------------------------------
    32. Logo --------------------------------------
    33. Nav ---------------------------------------
    34. Plans -------------------------------------
         Mobile -----------------------------------
    35. Section -----------------------------------
         Tablet Portrait --------------------------
         Mobile -----------------------------------
    36. Slider ------------------------------------
    37. Table -------------------------------------
    38. Widget ------------------------------------
    39. Themes ------------------------------------
 */

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
  .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
  .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
  .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
  .select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
  .select2-results {
  display: block; }
  .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
  .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
  .select2-container--open .select2-dropdown {
  left: 0; }
  .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }
  .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
  .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
  .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
  .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
  .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
  .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
  .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
  .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
  .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
  .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }
  .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
  .select2-container--default .select2-results__option[role=group] {
  padding: 0; }
  .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
  .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
  .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
  .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
  .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
  .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
  .select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
  .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
  .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
  .select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
  .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
  .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
  .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
  .select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
  .select2-container--classic .select2-dropdown--below {
  border-top: none; }
  .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
  .select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
  .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
  .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
  .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
  .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
  /* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
  .ico-lock { background-image: url(../images/src/assets/images/sprite.png); background-position: 100% 0%; background-size: 308.33333333333337% 175%; width: 12px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0px; }
  .list-style { background-image: url(../images/src/assets/images/sprite.png); background-position: 0% 0%; background-size: 176.19047619047618% 100%; width: 21px; height: 21px; display: inline-block; vertical-align: middle; font-size: 0px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
	.ico-check { background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 100% 0%; background-size: 260% 150%; width: 10px; height: 8px; display: inline-block; vertical-align: middle; font-size: 0px; }
	.ico-lock { background-image: url(../images/src/assets/images/sprite.@2x.png); background-position: 0% 0%; background-size: 216.66666666666666% 100%; width: 12px; height: 12px; display: inline-block; vertical-align: middle; font-size: 0px; }
}
  /* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
  body { min-width: 320px; background: #f8f8fa; font-family: 'Open Sans', sans-serif; font-size: 14px; line-height: 1.3; color: #606970; }
  a { color: inherit; text-decoration: underline; }
  a:hover,
a[href^="tel"] { text-decoration: none; }
  h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }
  h2 { font-size: 24px; color: #21252b; font-weight: normal; line-height: 1.67; }
  h3 { font-size: 17px; font-weight: 600; text-transform: uppercase; }
  h4 { font-size: 14px; font-weight: normal; }
  p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }
  h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }
  /* Mobile */
  @media (max-width: 767px) {
	h2 { font-size: 19px; }
	h3 { font-size: 15px; }
	h4 { font-size: 11px; }
}
  /* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
  /*  Clear  */
  .clear:after {
  content: '';
  display: block;
  clear: both; }
  /*  Notext  */
  .notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }
  /*  Hidden  */
  [hidden],
.hidden { display: none !important; }
  /*  Alignleft  */
  .alignleft { float: left; }
  /*  Alignright  */
  .alignright { float: right; }
  /*  Disabled  */
  [disabled],
.disabled { cursor: default; }
  /*  Grid  */
  .cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 -5px; }
  .col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 0 5px; }
  .col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
  /*  Responsive Helpers  */
  .visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }
  @media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}
  @media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}
  @media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}
  @media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}
  /* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
  * { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  *:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
  article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
  template { display: none; }
  html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }
  body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }
  img,
iframe,
video,
audio,
object { max-width: 100%; }
  img,
iframe { border: 0 none; }
  img { height: auto; display: inline-block; vertical-align: middle; }
  b,
strong { font-weight: bold; }
  address { font-style: normal; }
  svg:not(:root) { overflow: hidden; }
  a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }
  a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }
  button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }
  input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
  input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }
  textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }
  button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
  button,
select { text-transform: none; }
  table { width: 100%; border-collapse: collapse; border-spacing: 0; }
  nav ul,
nav ol { list-style: none outside none; }
  /* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
  .shell { max-width: 594px; padding-left: 10px; padding-right: 10px; margin: auto; }
  .shell--fluid { max-width: none; }
  .shell--large { max-width: 855px }
  /* Mobile */
  @media (max-width: 767px) {
	.shell { padding: 0 19px; }
}
  /* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
  .wrapper { min-height: 100vh; }
  /* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
  .btn { display: inline-block; vertical-align: middle; width: 100%; height: 64px; padding: 0 33px; border: 0; border-radius: 5px; font-family: inherit; font-size: 19px; font-weight: bold; line-height: 60px; color: #fff; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .btn:hover { text-decoration: none; opacity: .8; }
  /*  Button Block  */
  .btn--block { display: block; padding-left: 0; padding-right: 0; }
  /* Btn Green */
  .btn--green { background-color: #9ec408; }
  /* Btn Blue */
  .btn--blue { background-color: #3b5998; }
  @media (max-width: 767px) {
	.btn--blue { height: 56px; line-height: 56px; font-size: 15px; }
}
  /* Btn Gray */
  .btn--gray { background-color: #606970; }
  @media (max-width: 767px) {
	.btn--gray { height: 56px; line-height: 56px; font-size: 15px; }
}
  /* Btn Disabled */
  .btn--disabled { border: 2px solid #d3d3d8; background-color: #fff; color: inherit; pointer-events: none; }
  /* Mobile */
  @media (max-width: 767px) {
	.btn--disabled { height: 56px; line-height: 50px; font-size: 15px; }
}
  /* Btn Black */
  .btn--black { width: 255px; height: 44px; background-color: #202020; font-size: 14px; color: #fff; line-height: 44px; }
  /* Btn Purple */
  .btn--purple { width: 255px; height: 44px; background-color: #957fff; font-size: 14px; color: #fff; line-height: 44px; }
  /* ------------------------------------------------------------ *\
	Callouts
\* ------------------------------------------------------------ */
  .callouts { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
  .callouts .callouts__subtitle { margin: 10px 0 60px 0; }
  .callouts .callouts__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 18px; margin: 0 -80px; }
  /* Mobile */
  @media (max-width: 767px) {
	.callouts { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 27px; }
	.callouts .callouts__body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: row; -ms-flex: row 1 wrap; flex: row 1 wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 20px; margin: 0; }
	.callouts .callouts__subtitle { text-align: center; font-size: 11px; line-height: 1.55;  }
}
  /* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
  .callout { width: 50%; padding: 65px 80px 60px 80px; margin: 0; }
  .callout .callout__entry { margin: 5px 0 60px 0; line-height: 2.14; }
  .callout:not(:last-child) { border-right: 1px solid #e0e1e1; }
  .callout .callout__image { margin-bottom: 33px; }
  /* Mobile */
  @media (max-width: 767px) {
	.callout .callout__image { margin-bottom: 21px; }
	.callout { width: auto; padding: 0 2px; }
	.callout .callout__entry { text-align: center; padding: 0 20px; }
	.callout .callout__content { display: none; }
	.callout:not(:last-child) { border: 0; }
}
  /* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
  input::-webkit-input-placeholder { color: inherit; opacity: 1; }
  input:-ms-input-placeholder { color: inherit; opacity: 1; }
  input::-ms-input-placeholder { color: inherit; opacity: 1; }
  input::placeholder { color: inherit; opacity: 1; }
  textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
  textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
  textarea::-ms-input-placeholder { color: inherit; opacity: 1; }
  textarea::placeholder { color: inherit; opacity: 1; }
  input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }
  /* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
  .field { display: inline-block; width: 100%; height: 67px; padding-right: 20px; border: 0 none; background: transparent; font-family: inherit; font-size: 21px; font-weight: 600; color: #606970; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  /* Mobile */
  @media (max-width: 767px) {
	.field { height: 31px; padding: 0 9px; font-size: 14px; font-weight: normal; }
}
  /* ------------------------------------------------------------ *\
	Label
\* ------------------------------------------------------------ */
  label { position: relative; display: inline-block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  /* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
  .checkbox { position: absolute; opacity: 0; z-index: -1; }
  .checkbox:checked + label:before { border: 1px solid #000; background: #000 url(../images/src/assets/images/ico-check.png) no-repeat center center; background-size: 10px;  }
  /* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
  .select2-container--default .select2-selection--single { height: 69px; padding-left: 10px; line-height: 67px; border: 1px solid #d3d3d8; border-radius: 5px; font-weight: normal; color: #606970; }
  .select2-container--focus .select2-selection { border: 2px solid #d3d3d8; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b { border-top-color: #606970; border-width: 6px; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-bottom-color: #606970; border-width: 0 6px 6px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow { right: 33px; bottom: 1px; margin: auto; }
  .select2-container--default .select2-selection--single .select2-selection__rendered { height: 67px; padding-left: 20px; line-height: 67px;  color: #606970; }
  /* Mobile */
  @media (max-width: 767px) {
	.select2-container--default .select2-selection--single  { height: 55px; line-height: 55px; padding-left: 2px; }
	.select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 11px; font-weight: bold; }
	.select2-container--default .select2-selection--single .select2-selection__arrow b  { border-width: 4px; }
	.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b  { border-width: 0 4px 4px; }
	.select2-container--default .select2-selection--single .select2-selection__arrow  { right: 18px; }
	.select2-container--default .select2-selection--single .select2-selection__rendered  { height: 55px; line-height: 50px; }
}
  /* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
  .form { margin-top: 35px; }
  .form .form__label { padding: 0 20px; line-height: 67px; }
  .form .form__head:after { content: ''; display: table; clear: both; line-height: 0; }
  .form .form__head p { float: left; }
  .form .form__title { margin: 27px 0 22px 0; font-weight: 600; }
  .form .form__title--alt { padding: 5px 0 5px 0; }
  .form .form__group:last-child { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 19px 0 30px 0; border-top: 1px solid #e0e1e1; }
  .form .form__group:last-child p { font-size: 24px; font-weight: bold; color: #202020; }
  .form .form__head { margin: -10px 0 23px 0; }
  .form .form__controls { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
  .form .form__row { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 69px; margin-bottom: 8px; background-clip: #fff; border: 1px solid #d3d3d8; border-radius: 5px;  background: #fff; }
  .form .form__row i { position: absolute; top: 0; bottom: 0; right: 20px; margin: auto; pointer-events: none; }
  .form .form__row i ~ .form__controls input { padding-right: 40px; }
  .form .form__row:focus-within { border: 2px solid #d3d3d8; }
  /* Mobile */
  @media (max-width: 767px) {
	.form { margin-top: 0; }
	.form .form__label { padding: 6px 0 0 9px; font-size: 11px; font-weight: bold; line-height: 1.2; }
	.form .form__row { display: block; position: relative; height: 55px; margin-bottom: 9px; }
	.form .form__title { margin: 22px 0 27px 0; }
	.form .form__title--alt { margin-bottom: 0; padding: 0 0 18px 0; }

	.form .form__head { font-size: 10px; padding-top: 7px; margin-bottom: 10px; }
	.form .form__group:last-child p { font-size: 21px; }
	.form .form__group:last-child { padding: 15px 0 18px 0; }
	.form .form__group:last-child h4 { font-size: 10px; }
}
  /* Form Border */
  .form--border .form__row { padding-left: 16px; }
  /* Form Action Alt */
  .form .form__action--alt { margin-bottom: 40px; }
  /* Mobile */
  @media (max-width: 767px) {
	.form .form__action--alt { margin-bottom: 20px; }
}
  /* Form Row Select */
  .form .form__row--select { display: block; min-height: 0; padding: 0; border: none; border-radius: 0; }
  .form .form__row--select:focus-within  { border: 0; }
  .form .form__row--select:last-child { margin-bottom: 33px; }
  /* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
  [class^="list-"] { list-style: none outside none; }
  /* ------------------------------------------------------------ *\
	List Reffered
\* ------------------------------------------------------------ */
  .list-referred { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; margin: 25px 0 0 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .list-referred h4 { color: #21252b; opacity: .4; }
  .list-referred li { display: inline-block; margin: 0 8px 30px 8px; text-align: center; }
  /* List Referred Small */
  .list-referred--small { margin-top: 0; }
  .list-referred--small li { margin-bottom: 20px; }
  /* Mobile */
  @media (max-width: 767px) {
	.list-referred { margin-top: 11px; }
	.list-referred li { -webkit-box-flex: 1; -ms-flex: 1 0 1; flex: 1 0 1; display: block; width: 25%; padding: 0 7px; margin: 0 0 30px; }
	.list-referred li.large { width: 50%; }
	.list-referred--small li { width: 100%; margin-bottom: 10px; }
}
  /* ------------------------------------------------------------ *\
	List Checkboxes
\* ------------------------------------------------------------ */
  .list-checkboxes { padding: 30px 0 10px 0; margin: 0; }
  .list-checkboxes li { margin-bottom: 23px; }
  .list-checkboxes label { padding-left: 35px; }
  .list-checkboxes label:before { content: ''; position: absolute; top: 0; left: 0; width: 18px; height: 18px; border: 1px solid #dfdfe2; border-radius: 3px; }
  @media (max-width: 767px) {
	.list-checkboxes { padding: 10px 0; font-size: 10px; color: #272c32; }
	.list-checkboxes li { margin-bottom: 20px; }
}
  /* ------------------------------------------------------------ *\
	List Checks
\* ------------------------------------------------------------ */
  .list-checks { padding: 4px 0 0 0; margin: 0; }
  .list-checks li { position: relative; padding: 5px 0 10px 35px; font-size: 17px; }
  .list-checks li:before { position: absolute; top: 6px; left: 0; background-image: url(../images/src/assets/images/sprite.png); background-position: 0% 0%; background-size: 176.19047619047618% 100%;  width: 21px; height: 21px; content: ''; }
  @media (max-width: 767px) {
	.list-checks li { padding-left: 23px; font-size: 12px; font-weight: normal; }
	.list-checks li ~ li { margin-top: -4px; }
	.list-checks li:before { top: 6px; width: 15px; height: 15px; }
}
  /* ------------------------------------------------------------ *\
	List cards
\* ------------------------------------------------------------ */
  .list-cards { float: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; margin: -15px 0 0 0; list-style-type: none; }
  .list-cards:after { content: ''; display: table; clear: both; line-height: 0; }
  .list-cards li { float: left; margin-left: 10px; }
  /* Mobile */
  @media (max-width: 767px) {
	.list-cards { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0; margin: -5px 0 0 0; }
	.list-cards li { width: 25px; height: 15px; margin-left: 5px; }
}
  /* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Plans
\* ------------------------------------------------------------ */
  .plan { position: relative; padding: 0; margin: 0; cursor: pointer; }
  .plan label { position: relative; width: 100%; height: 100%; padding: 32px 0 33px 76px; border: 1px solid #dfdfe2; border-radius: 5px; font-size: 24px; color: #21252b; }
  .plan label:before { content: ''; position: absolute; top: 44px; left: 40px; width: 18px; height: 18px; border: 1px solid #dfdfe2; border-radius: 3px; }
  .plan span { color: #f56874; }
  .plan .plan__radio { position: absolute; opacity: 0; z-index: -1; }
  .plan .plan__radio:checked + label:before { border: 1px solid #000; background: #000 url(../images/src/assets/images/ico-check.png) no-repeat center center; background-size: 10px; }
  .plan .plan__radio:checked + label { background-color: #fff; }
  .plan + .plan { margin: -1px 0 22px 0; }
  /* Mobile */
  @media (max-width: 767px) {
	.plan + .plan { margin-bottom: 10px; }
	.plan { padding: 0; }
	.plan label { padding: 22px 0 19px 53px; font-size: 20px; }
	.plan label:before { top: 26px; left: 23px; width: 20px; height: 20px; }
	.plan h2 { margin-bottom: 3px; }
}
  /* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
  .section { padding-top: 160px; padding-bottom: 40px; }
  .section .section__actions a { margin-bottom: 10px; }
  .section .section__head { margin-bottom: 30px; }
  .section .section__head:after { content: ''; display: table; clear: both; line-height: 0; }
  .section .section__foot { padding: 45px 0 20px 0; text-align: center; }
  .section .section__foot p { font-size: 12px; }
  .section .section__foot h4  { opacity: .4; }
  .section .section__inner { padding-top: 25px; text-align: center; }
  .section .icon-number { float: left; display: inline-block; vertical-align: middle; width: 21px; height: 21px; border-radius: 50%; margin-right: 17px; background-color: #9ec408; font-size: 13px; font-weight: bold; color: #fff; line-height: 20px; font-style: normal; text-align: center; }
  /* Tablet Portrait */
  @media (max-width: 1023px) {
	.section  { padding-top: 40px; }
}
  /* Mobile */
  @media (max-width: 767px) {
	.section { padding-top: 20px; }
	.section .section__body { padding-top: 0; }
	.section .section__inner  { padding-top: 10px; font-size: 10px; }
	.section .section__foot { padding-top: 25px; }
	.section .section__foot p { font-size: 10px; }
	.section .section__head { margin-bottom: 17px; }
	.section .section__actions { padding-top: 20px; }
	.section .icon-number { width: 18px; height: 18px; margin-right: 10px; line-height: 18px; }
}
  /* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
  /* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
  .widgets { list-style: none outside none; }
  /* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */





/* ------------------------------------------------------------ *\
	CS Dev
\* ------------------------------------------------------------ */
.account-section-sign-up, .account-section-sign-in { max-height: 453px; }
.account-section-sign-up-facebook { max-height: 1036px; }
.account-section-sign-up-email { max-height: 1204px; }
.account-section-sign-in-email { max-height: 851px; }
.account-section { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; overflow: hidden; }
.error-message {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 69px;
	background-clip: #fff;
	border-radius: 5px;
	background: #fd6e70;
	color: #ffe8eb;
	padding: 0 16px;
	max-height: 69px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	overflow: hidden;
	margin-bottom: 10px;
}
.no-max-height { max-height: 0px; padding: 0; }
.loader { margin-bottom: 10px; }
.loader svg { margin-top: 12px; }

#subscription-intro .section__head { text-align: center; }
#subscription-intro .section__head .span-checks { margin-top: 20px; }
#subscription-intro .section__head .span-check:last-child { margin-left: 50px; }
#subscription-intro .section__head .span-check {
	position: relative;
	padding: 5px 0 10px 35px;
	font-size: 17px;
}
#subscription-intro .section__head .span-check:before
{
	position: absolute;
	top: 6px;
	left: 0;
	background-image: url(../images/src/assets/images/sprite.png);
	background-position: 0% 0%;
	background-size: 176.19047619047618% 100%;
	width: 21px;
	height: 21px;
	content: '';
}
#subscription-intro .section__body__video { text-align: center; margin-top: 50px; }
#subscription-intro .section__body__video iframe { width: 100%; height: 360px; }
#subscription-intro .section__body__actions { margin-top: 20px; text-align: center; }
#subscription-intro .section__body__actions .btn--light-gray { background-color: #E4E3E8; color: #606970; }
#subscription-intro .section__body__actions .btn { max-width: 255px; max-height: 44px; font-size: 14px; line-height: 44px; margin: 5px; }
#subscription-intro .section__foot { max-width: 574px; margin: auto; }

@media (max-width: 767px) {
	#subscription-intro .shell { padding: 0; }
	#subscription-intro .section__head { text-align: left; padding: 0 19px; }
	#subscription-intro .section__head .span-check { display: block; }
	#subscription-intro .section__head .span-check:last-child { margin: 10px 0 0; }

	#subscription-intro .section__body__video { margin: 20px 0; position: relative; padding-bottom: 56.25%; height: 0; }
	#subscription-intro .section__body__video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	#subscription-intro .section .section__foot { padding: 25px 19px 0; }
}

.subscription-plans-commitment h2 { margin: 0; }
.subscription-plans-commitment h4 { margin-bottom: 0.65em; line-height: 1.67; }
.section__head__video { text-align: center; }