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

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

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

.mg-b-none {
  margin-bottom: 0 !important; }

.mg-t-none {
  margin-top: 0 !important; }

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

.mg-b-small {
  margin-bottom: 18px !important; }

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

.mg-b-large {
  margin-bottom: 39px !important; }

.pd-t {
  padding-top: 23px !important; }

.pd-b {
  padding-bottom: 23px !important; }

.pd-b-none {
  padding-bottom: 0 !important; }

.pd-t-none {
  padding-top: 0 !important; }

.fs-13 {
  font-size: 13px; }

.fs-15 {
  font-size: 15px; }

.text-success {
  color: #21d353; }

.text-danger {
  color: #fe4e4e; }

.text-gray {
  color: #a4aab0 !important; }

.group-link {
  display: inline-block;
  cursor: pointer;
  color: inherit; }
  .group-link:hover {
    color: inherit; }
  .group-link * {
    cursor: pointer; }

body {
  min-width: 1200px;
  font-size: 14px;
  padding-top: 105px;
  background-color: #f5f7fa;
  font-family: 'GothamPro'; }

.row {
  margin-left: -16px;
  margin-right: -16px; }

div[class*="col-"] {
  padding-left: 16px;
  padding-right: 16px; }

.col-box {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px; }

.col-box {
  width: 33.33333333%;
  float: left; }

@media (min-width: 1400px) {
  .col-box {
    width: 25%;
    float: left; } }

@media (min-width: 1600px) {
  .col-box {
    width: 20%;
    float: left; } }

.container-fluid {
  padding-left: 45px;
  padding-right: 45px; }

.well {
  padding: 22px;
  background-color: #f5f7fa;
  border: none;
  box-shadow: none;
  margin-bottom: 25px; }

.form-control {
  height: 34px;
  border: solid 1px #e0e2e5;
  border-radius: 4px;
  color: #1c252a;
  font-size: 14px;
  box-shadow: none;
  padding: 3px 15px;
  font-weight: normal;
  font-family: 'GothamPro';
  outline: none !important; }
  .form-control:focus {
    box-shadow: none;
    border-color: #c5edd0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f4f6f9; }

.has-error .form-control, .has-error .form-control:focus {
  border-color: #ff5f5f;
  box-shadow: none; }

.has-error .input-group-addon {
  color: #ff5f5f !important;
  border-color: #ff5f5f !important;
  background-color: #fff; }

.form-control-box {
  position: relative; }
  .form-control-box label.error {
    font-weight: normal;
    margin: 0;
    position: absolute;
    bottom: 42px;
    left: 0;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    background-color: #FE4E4E;
    border-radius: 2px 2px 2px 0;
    box-shadow: 0 10px 20px 0 rgba(211, 33, 33, 0.33);
    z-index: 3; }
    .form-control-box label.error:before {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 8px 0 0;
      border-color: #FE4E4E transparent transparent transparent; }
  .form-control-box .input-group-lg label.error {
    bottom: 47px; }

.form-group {
  margin-bottom: 25px; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 7px 15px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px; }

.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: 0 5px;
  line-height: 38px;
  font-size: 13px;
  height: 40px; }

.input-group-addon {
  background-color: #fff;
  border-color: #e0e2e5;
  color: #e0e2e5; }
  .input-group-addon i {
    vertical-align: -2px; }

.min-w {
  min-width: 40px; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon + .input-group-btn {
  width: auto; }
  .input-group-addon + .input-group-btn .btn {
    border-radius: 0 4px 4px 0;
    margin-left: 0;
    color: #1c252a;
    border-color: #e0e2e5; }

.input-group.focus .input-group-addon {
  border-color: #c5edd0;
  color: #21d353; }

.select2-container--default .select2-selection--single {
  border: 1px solid #e0e2e5;
  outline: none; }

.select2-container .select2-selection--single {
  height: 34px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
  color: #1c252a;
  outline: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 28px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  width: 28px; }

.select2-dropdown {
  border: 1px solid #e0e2e5;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1); }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #21d353;
  color: #fff; }

.select2-container--open .select2-selection--single {
  border-bottom-color: #fff !important; }

.select2-results__option {
  padding: 6px 15px;
  color: #a4aab0; }

.select2-container--focus.select2-container--default .select2-selection--single {
  border-color: #c5edd0; }

.select2-search--dropdown {
  padding: 10px 15px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #e0e2e5;
  height: 34px;
  border-radius: 4px;
  outline: none;
  padding: 6px 15px; }
  .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #c5edd0; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f3f5f9;
  border: solid 1px #e0e2e5; }

.dropdown-menu {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  border-color: #ebebeb; }

.radio-inline, .checkbox-inline {
  padding-left: 0;
  margin-right: 13px; }
  .radio-inline:last-child, .checkbox-inline:last-child {
    margin-right: 0; }

.form-error-msg {
  text-align: right;
  display: none;
  color: #fe4e4e;
  font-weight: normal; }

/* Base for label styling */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 500;
  color: #a4aab0;
  cursor: pointer;
  line-height: 1.6; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e2e5;
  background: #fff;
  border-radius: 4px; }

[type="checkbox"]:checked + label:before {
  background-color: #21d353;
  border-color: #21d353; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
  content: '\e907';
  font-family: 'icomoon' !important;
  position: absolute;
  top: 7px;
  left: 5px;
  font-size: 10px;
  line-height: 0.8;
  color: #fff;
  transition: all .2s; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:hover + label:before, [type="checkbox"]:not(:checked):hover + label:before {
  border-color: #21d353; }

.icon-btn {
  width: 34px;
  line-height: 34px;
  height: 34px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 21px; }

.btn {
  font-size: 13px;
  font-weight: 500;
  padding: 7px 27px;
  border-radius: 4px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none !important; }
  .btn i {
    font-size: 90%;
    margin: 0 2px; }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  opacity: 0.34; }

.btn-lg {
  font-size: 13px;
  padding: 11px 27px;
  line-height: 1.3; }

.btn-extra-lg {
  font-size: 18px;
  padding: 17px 27px;
  line-height: 1.35; }

.btn.btn-circle {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 12px;
  line-height: 38px; }

.btn.btn-circle + label {
  margin-left: 6px; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  padding-left: 0;
  padding-right: 0;
  color: #21d353;
  text-decoration: none;
  border: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #1fc64e; }

.btn-link:active {
  color: #21d353; }

.btn-default, .btn-default:focus, .btn-default:visited {
  border-color: #e0e2e5;
  color: #a4aab0;
  background-color: #f5f7fa; }

.btn-default:hover {
  background-color: #f5f7fa;
  color: #a4aab0;
  border-color: #e0e2e5; }

.btn-success, .btn-success:focus, .btn-success:visited {
  border-color: #21d353;
  color: #fff;
  background-color: #21d353;
  box-shadow: 0 10px 20px 0 rgba(33, 211, 83, 0.33); }

.btn-success:hover {
  background-color: #1fc64e;
  color: #fff;
  border-color: #1fc64e; }

.btn-success:active, .btn-success:focus:active {
  background-color: #21d353;
  color: #fff;
  border-color: #21d353;
  box-shadow: none; }

.btn-primary, .btn-primary:focus, .btn-primary:visited {
  border-color: #499be2;
  color: #fff;
  background-color: #499be2;
  box-shadow: 0 10px 20px 0 rgba(33, 106, 211, 0.33); }

.btn-primary:hover {
  background-color: #4591d4;
  color: #fff;
  border-color: #4591d4; }

.btn-primary:active, .btn-primary:focus:active {
  background-color: #4a9be2;
  color: #fff;
  border-color: #4a9be2;
  box-shadow: none; }

.btn-warning, .btn-warning:focus, .btn-warning:visited {
  border-color: #ffa510;
  color: #fff;
  background-color: #ffa510;
  box-shadow: 0 10px 20px 0 rgba(230, 187, 25, 0.33); }

.btn-warning:hover {
  background-color: #f09b10;
  color: #fff;
  border-color: #f09b10; }

.btn-warning:active, .btn-warning:focus:active {
  background-color: #ffa511;
  color: #fff;
  border-color: #ffa511;
  box-shadow: none; }

.btn-danger, .btn-danger:focus, .btn-danger:visited {
  border-color: #fe4e4e;
  color: #fff;
  background-color: #fe4e4e;
  box-shadow: 0 10px 20px 0 rgba(211, 33, 33, 0.33); }

.btn-danger:hover {
  background-color: #eb4444;
  color: #fff;
  border-color: #eb4444; }

.btn-danger:active, .btn-danger:focus:active {
  background-color: #fe4e4e;
  color: #fff;
  border-color: #fe4e4e;
  box-shadow: none; }

.btn-border-white {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff; }

.nav-tabs {
  border-bottom: none;
  margin-bottom: 23px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
  color: #1c2429;
  background-color: transparent; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #21d353; }

.nav-tabs > li.active > a {
  position: relative; }
  .nav-tabs > li.active > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #21d353;
    box-shadow: 0 4px 10px 0 rgba(33, 211, 83, 0.52); }

.nav-tabs > li > a {
  border: none;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #a4aab0;
  padding: 10px 0;
  line-height: 1; }

.nav-tabs > li + li {
  margin-left: 28px; }

code {
  padding: 14px 22px;
  border: 1px solid #e0e2e5;
  border-radius: 4px;
  color: #1c252a;
  display: block;
  background-color: #fff;
  margin-bottom: 15px;
  line-height: 1.9; }

.pagination {
  margin-top: 0; }

.pagination > li > a, .pagination > li > span {
  font-size: 13px;
  color: #949699;
  font-weight: 500;
  background-color: transparent;
  border-radius: 4px !important;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 35px;
  border: 2px solid transparent;
  margin-left: 5px !important;
  padding: 0; }

.pagination > li i {
  color: #d7d9db;
  font-size: 12px; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0 !important; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: transparent;
  border-color: #e0e2e5;
  color: #1c2429; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #fff;
  border-color: #fff;
  color: #21d353; }
  .pagination > li > a:hover *, .pagination > li > span:hover *, .pagination > li > a:focus *, .pagination > li > span:focus * {
    color: #21d353; }

.close {
  font-size: 15px;
  font-weight: normal;
  text-shadow: none;
  color: #e6e8e9;
  opacity: 1; }
  .close:hover {
    color: #fe4e4e;
    opacity: 1; }

.modal-backdrop {
  background-color: rgba(38, 40, 50, 0.63); }

.modal-backdrop.in {
  opacity: 1; }

.modal {
  text-align: center;
  padding: 0 !important; }
  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }

.modal-content {
  border: none;
  border-radius: 4px;
  box-shadow: none; }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

.modal-title {
  font-size: 18px;
  color: #1c2429;
  font-weight: 500; }
  .modal-title .btn.pull-right {
    margin: -5px 19px -5px 5px; }

.modal-title.pull-right {
  padding-right: 16px; }

.error-modal .modal-title {
  color: #fe4e4e; }

.modal-header {
  padding: 25px 29px;
  border-bottom-color: #f0f2f5; }
  .modal-header .close {
    margin: -11px -15px 0 0; }

.modal-body {
  padding: 29px 29px; }
  .modal-body p:last-child {
    margin-bottom: 0; }

.modal-body + .modal-body {
  border-top: 1px solid #f0f2f5; }

.img-modal-body {
  background-color: #f5f7fa; }

.modal-footer {
  padding: 25px 29px;
  border-top-color: #f0f2f5;
  text-align: center; }
  .modal-footer .btn + .btn {
    margin-left: 23px; }

.success-modal {
  width: 350px;
  height: 350px; }
  .success-modal .modal-content {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background-color: #21d353;
    color: #fff;
    padding: 50px 25px; }
  .success-modal .icon-check {
    font-size: 48px; }
  .success-modal .btn {
    margin-top: 10px; }

.tooltip-icon {
  color: #E0E2E5;
  cursor: pointer; }
  .tooltip-icon:hover {
    color: #499be2; }

.tooltip.in {
  opacity: 1; }

.tooltip-inner {
  background-color: #499be2;
  border-radius: 2px;
  box-shadow: 0 10px 20px 0 rgba(33, 106, 211, 0.33);
  padding: 7px 12px 11px;
  font-size: 10px;
  text-align: left; }

.tooltip.top .tooltip-arrow {
  border-top-color: #499be2; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #499be2; }

.tooltip.left .tooltip-arrow {
  border-left-color: #499be2; }

.tooltip.right .tooltip-arrow {
  border-right-color: #499be2; }

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0; }

h3:last-child {
  margin-bottom: 2px; }

h1 {
  font-size: 34px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 18px;
  margin-bottom: 5px; }

h4 {
  font-size: 14px; }

strong {
  font-weight: 500; }

label {
  font-weight: 500; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none !important;
  color: #21d353;
  /* &:visited
		color: #87b393 */ }
  a:hover {
    color: #1fc64e; }

p:last-child {
  margin-bottom: 0; }

ol {
  list-style: none;
  padding-left: 30px;
  counter-reset: step-counter; }
  ol li {
    counter-increment: step-counter;
    position: relative;
    margin-bottom: 15px; }
    ol li:before {
      content: counter(step-counter) "";
      display: inline-block;
      height: 22px;
      width: 22px;
      position: absolute;
      top: -1px;
      left: -30px;
      font-size: 12px;
      line-height: 24px;
      background-color: #21d353;
      text-align: center;
      white-space: pre;
      color: #fff;
      border-radius: 50%; }
  ol ol {
    padding-left: 30px; }
    ol ol li {
      margin-bottom: 3px;
      list-style-type: lower-alpha; }
      ol ol li:before {
        display: none; }

.small {
  font-size: inherit; }

.icon-google {
  color: #d9534f !important; }

.icon-facebook {
  color: #428bca !important; }

.vertical-align-box {
  display: table;
  width: 100%;
  height: 100vh;
  margin-top: -105px; }
  .vertical-align-box .vertical-align-inner {
    padding-top: 105px;
    display: table-cell;
    vertical-align: middle; }

.left-padding-container {
  padding-left: 300px; }

.password {
  position: relative; }
  .password .password-trigger {
    position: absolute;
    top: 13px;
    right: 14px;
    z-index: 3;
    color: #A4AAB0;
    font-size: 15px;
    display: none;
    cursor: pointer; }
    .password .password-trigger:active {
      color: #21d353; }
      .password .password-trigger:active:before {
        content: '\e931'; }

.play-btn-large {
  width: 112px;
  height: 112px;
  border: 15px solid #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 82px;
  line-height: 82px;
  background-color: #fff;
  color: #21d353; }
  .play-btn-large i {
    box-shadow: 0 10px 20px 0 rgba(33, 211, 83, 0.33);
    border-radius: 50%; }

.load-anim {
  position: relative;
  background-color: transparent !important;
  border-color: transparent !important;
  color: transparent !important;
  box-shadow: none !important;
  outline: none !important; }

.loading-icon {
  width: 34px;
  height: 34px;
  margin: 0 0 0 -17px;
  left: 50%;
  border-radius: 50%;
  top: 0;
  position: absolute;
  display: block;
  outline: none;
  box-shadow: 0 10px 20px 0 rgba(33, 211, 83, 0.33); }
  .loading-icon .hold {
    position: absolute;
    width: 100%;
    height: 100%;
    clip: rect(0px, 34px, 34px, 17px);
    border-radius: 100%;
    background-color: #fff; }
  .loading-icon .fill, .loading-icon .dot span {
    background-color: #21d353; }
  .loading-icon .fill {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    clip: rect(0px, 17px, 34px, 0px); }
  .loading-icon .left .fill {
    z-index: 1;
    -webkit-animation: left 1s linear both;
    -moz-animation: left 1s linear both;
    animation: left 1s linear both; }
  .loading-icon .right {
    z-index: 3;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  .loading-icon .right .fill {
    z-index: 3;
    -webkit-animation: right 1s linear both;
    -moz-animation: right 1s linear both;
    animation: right 1s linear both;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s; }

@keyframes left {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

@keyframes right {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

@-webkit-keyframes right {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }

.header {
  height: 67px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.04);
  min-width: 1200px; }
  .header .btn {
    margin: 16px 30px 0 0; }
  .header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
    .header .logo img {
      max-width: 176px; }

.error .header .btn {
  margin-right: 0; }

.error .header .logo {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  margin-top: 16px;
  display: inline-block; }

.brand-logo {
  font-size: 18px;
  font-weight: 500;
  color: #99a0a5 !important;
  height: 67px;
  display: inline-block;
  line-height: 67px;
  text-decoration: none !important; }
  .brand-logo i {
    font-size: 24px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: -4px;
    color: #e0e2e5; }

.top-bar ul {
  padding: 0;
  margin: 0; }
  .top-bar ul li:not(.language) {
    list-style: none;
    float: left; }
    .top-bar ul li:not(.language) a {
      height: 67px;
      width: 67px;
      line-height: 72px;
      text-align: center;
      font-size: 21px;
      color: #e0e2e5;
      text-decoration: none !important;
      display: block; }
    .top-bar ul li:not(.language) a:hover {
      background-color: #f5f7fa;
      color: #21d353; }
    .top-bar ul li:not(.language) a.active {
      background-color: transparent;
      color: #21d353; }
  .top-bar ul .language {
    float: left;
    list-style: none;
    margin: 17px 18px 0 0;
    padding: 5px 5px 5px 14px;
    border: 1px solid transparent; }
    .top-bar ul .language .caret {
      color: #e0e2e5; }
    .top-bar ul .language a {
      color: #1C252A; }
    .top-bar ul .language ul {
      min-width: 1px;
      right: -1px;
      left: -1px;
      border-top: none;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-color: #e0e2e5;
      box-shadow: 0 25px 30px -4px rgba(0, 0, 0, 0.1); }
      .top-bar ul .language ul li {
        float: none; }
        .top-bar ul .language ul li a {
          height: auto;
          width: auto;
          line-height: 33px;
          font-size: 13px;
          padding: 0 14px;
          text-align: left;
          color: #a4aab0; }
          .top-bar ul .language ul li a:hover {
            background-color: #21d353;
            color: #fff; }
  .top-bar ul .language.open {
    background-color: #fff;
    border-color: #e0e2e5;
    border-bottom: none;
    border-radius: 3px 3px 0 0; }
    .top-bar ul .language.open .caret {
      color: #1C252A; }

.menu-btn {
  display: block;
  float: right;
  width: 67px;
  text-align: center;
  border-left: 2px solid #f0f2f5;
  cursor: pointer;
  color: #f0f2f5;
  font-size: 21px;
  height: 67px;
  margin: 0 -45px 0 30px;
  line-height: 72px; }
  .menu-btn:hover {
    color: #21d353; }

.menu-btn.active i:before {
  content: '\e909'; }

.menu-btn.active:hover {
  color: #fe4e4e; }

.side-menu {
  width: 180px;
  position: fixed;
  z-index: 9;
  top: 67px;
  right: -190px;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: right .3s ease-in-out;
  -moz-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out; }

.side-menu.left {
  width: 247px; }
  .side-menu.left .scroll-container {
    max-height: 100%; }
  .side-menu.left a, .side-menu.left span {
    padding: 15px 10px 15px 88px;
    display: block; }
    .side-menu.left a i, .side-menu.left span i {
      left: 45px; }
  .side-menu.left .text {
    padding: 5px 20px 0 45px; }
    .side-menu.left .text h5 {
      margin: 0 0 3px;
      line-height: 1.3; }
    .side-menu.left .text p {
      font-size: 12px;
      color: #959DA5; }

.side-menu.left.large {
  width: 300px; }

.side-menu.static.left {
  left: 0;
  right: auto; }

.side-menu.open {
  right: 0; }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  /* .menu-inner
		padding: 60px 10px 20px 20px */ }

.side-menu {
  padding-top: 18px; }
  .side-menu ul {
    padding: 10px 0;
    margin: 0;
    /* li:first-child
			margin-top: 18px

			ul
				li:first-child
					margin-top: 0 */ }
    .side-menu ul li {
      list-style-type: none; }
      .side-menu ul li a, .side-menu ul li span {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.76;
        padding: 15px 10px 15px 66px;
        color: #a4aab0;
        display: block;
        text-decoration: none !important;
        position: relative; }
        .side-menu ul li a i, .side-menu ul li span i {
          position: absolute;
          top: 50%;
          margin-top: -11.5px;
          left: 23px;
          font-size: 20px;
          color: #e0e2e5; }

.side-menu li.parent-active > a * {
  color: #21d353; }

.side-menu li.parent-active > span * {
  color: #21d353; }

.side-menu li.active a {
  color: #21d353; }
  .side-menu li.active a * {
    color: #21d353; }

.side-menu li a:hover {
  background-color: #21d353;
  color: #fff; }
  .side-menu li a:hover * {
    color: #fff; }

.side-menu .toggle-menu li a, .side-menu .toggle-menu li span {
  font-size: 13px; }

.side-menu .toggle-menu .has-child span {
  position: relative;
  padding-right: 35px;
  cursor: pointer; }
  .side-menu .toggle-menu .has-child span:before {
    content: '\e903';
    font-family: 'icomoon' !important;
    position: absolute;
    top: 19px;
    right: 25px;
    color: #e0e2e5;
    font-size: 10px; }

.side-menu .toggle-menu .has-child.parent-active span {
  color: #1c252a; }
  .side-menu .toggle-menu .has-child.parent-active span:before {
    content: '\e902';
    color: #1c252a; }

.side-menu .toggle-menu li ul {
  padding-top: 0;
  padding-bottom: 0; }

.side-menu .toggle-menu li:not(.parent-active) ul {
  display: none; }

.btn-notification i {
  position: relative; }

.btn-notification.new i:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  background-color: #21d353; }

.notification-menu {
  position: fixed;
  top: 67px;
  width: 308px;
  right: -318px;
  bottom: 0;
  z-index: 9;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: right .3s ease-in-out;
  -moz-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out; }
  .notification-menu .scroll-container {
    height: 100%; }

.notification-menu.open {
  right: 0; }

.notification-menu .close-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  text-align: center;
  padding: 13px 10px 8px; }
  .notification-menu .close-box .close {
    float: none;
    margin: 0; }

.notification-menu .nav-tabs {
  padding: 16px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8); }
  .notification-menu .nav-tabs > li {
    float: none;
    display: inline-block; }

.notification-menu .tab-content {
  padding: 0 20px;
  margin-bottom: 20px; }
  .notification-menu .tab-content ul {
    padding: 0;
    margin: 0 -20px; }
  .notification-menu .tab-content li:hover {
    background-color: #f5f7fa; }
  .notification-menu .tab-content li:first-child {
    margin-top: 65px; }
  .notification-menu .tab-content li {
    list-style-type: none;
    padding: 20px 20px 20px 46px;
    position: relative; }
    .notification-menu .tab-content li:before {
      content: '\e908';
      font-family: 'icomoon' !important;
      position: absolute;
      top: 18px;
      left: 16px;
      color: #e0e2e5;
      font-size: 15px; }
    .notification-menu .tab-content li h4 {
      color: #1c2429;
      margin: 0 0 5px;
      position: relative;
      padding-right: 55px; }
      .notification-menu .tab-content li h4 span {
        position: absolute;
        top: 0;
        right: 0;
        color: #c7ced6; }
    .notification-menu .tab-content li p {
      color: #959da5;
      line-height: 1.58; }
  .notification-menu .tab-content li.unread:before {
    color: #21d353; }
  .notification-menu .tab-content li.unread p {
    color: #1c252a; }

.notification-menu .empty-text {
  margin-top: 200px;
  text-align: center;
  color: #959da5; }

.box {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 32px;
  padding: 29px; }
  .box .captcha-box {
    background-color: #f9f9f9;
    text-align: center;
    padding: 10px;
    margin: 0 -29px -10px; }
    .box .captcha-box img {
      max-height: 60px; }
  .box .text {
    line-height: 1.84;
    margin-right: -15px; }
    .box .text .mCSB_container {
      margin-right: 30px; }
    .box .text p, .box .text li {
      margin-bottom: 25px; }
    .box .text ol {
      padding-left: 60px; }
      .box .text ol li:before {
        top: -3px; }
      .box .text ol li li {
        margin-bottom: 0; }
      .box .text ol li li:last-child {
        margin-bottom: 20px; }
  .box .table-box {
    margin: 0 -29px; }
  .box table th:first-child, .box table td:first-child {
    padding-left: 29px; }
  .box table th:last-child, .box table td:last-child {
    padding-right: 29px; }
  .box table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 10px; }
    .box table thead th {
      font-size: 13px;
      color: #a4aab0;
      line-height: 1.76;
      font-weight: normal;
      border-bottom: 1px solid #f0f2f5; }
    .box table thead th[align="right"] {
      text-align: right; }
    .box table td {
      padding-top: 13px;
      padding-bottom: 13px; }
  .box .table-box.mCustomScrollbar:not(.mCS_no_scrollbar) {
    position: relative; }
    .box .table-box.mCustomScrollbar:not(.mCS_no_scrollbar):before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 25px;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 1; }
    .box .table-box.mCustomScrollbar:not(.mCS_no_scrollbar) .mCSB_container {
      padding-bottom: 30px; }
  .box .table-box.fixed {
    position: relative; }
    .box .table-box.fixed:before {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      height: 15px;
      background-color: rgba(255, 255, 255, 0.8);
      z-index: 1; }

.box.small {
  padding: 15px; }

h3 + .box {
  margin-top: 10px; }

.box-heading {
  font-size: 18px;
  color: #1C2429;
  font-weight: 500;
  border-bottom: 1px solid #f0f2f5;
  margin: -29px -29px 15px;
  padding: 24px 29px;
  position: relative; }
  .box-heading .form-error-msg {
    font-size: 13px;
    position: absolute;
    bottom: 6px;
    left: 29px;
    margin: 0; }
  .box-heading .form-error-msg.right {
    left: auto;
    right: 29px; }
  .box-heading .help-block {
    font-size: 13px;
    color: #a4aab0;
    position: absolute;
    bottom: 6px;
    left: 29px;
    margin: 0;
    font-weight: normal; }

.box-heading-sm {
  padding-bottom: 8px;
  margin-bottom: 23px; }

.box-footer {
  color: #1C2429;
  font-weight: 500;
  border-top: 1px solid #f0f2f5;
  margin: 10px -29px -29px;
  padding: 24px 29px 29px; }

.box-footer-sm {
  margin-top: 23px; }

.max-height-box {
  max-height: 60vh; }

.max-height-box.large {
  max-height: 70vh; }

.price-box .price {
  padding: 0 0 18px;
  color: #1C2429; }
  .price-box .price span {
    font-size: 57px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 -6px 0 -3px; }
  .price-box .price sup {
    font-size: 20px;
    font-weight: 500;
    top: -30px; }
  .price-box .price sub {
    font-size: 15px;
    font-weight: 500;
    bottom: 0; }
  .price-box .price p {
    color: #a4aab0;
    font-size: 15px; }
  .price-box .price .hold-text {
    margin: -18px 0 -3px; }
  .price-box .price .btn {
    margin-top: 12px; }

.box .list-group {
  margin: 0; }

.box .list-group:first-child .list-group-item:first-child {
  padding-top: 0; }

.box .list-group-item {
  border: none;
  border-radius: 0;
  padding: 9px 0; }
  .box .list-group-item .tooltip-icon {
    font-size: 12px;
    vertical-align: middle; }
  .box .list-group-item span {
    float: left;
    color: #a4aab0; }
  .box .list-group-item span + span {
    float: right;
    color: #1C252A;
    font-weight: 500; }

.box .list-group-item-large {
  font-size: 118%;
  padding: 0 !important;
  line-height: 1.85; }
  .box .list-group-item-large span {
    color: #1c252a; }

.box .item-footer {
  background-color: #f5f7fa;
  padding: 15px 29px !important;
  margin: 18px -29px -29px;
  font-size: 118%; }
  .box .item-footer span {
    color: #1c252a; }

.box .list-group-small .list-group-item {
  padding: 5.5px 0; }

.animation-box .img-box {
  position: relative;
  background-color: #f5f7fa;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.animation-box .action-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(89, 100, 132, 0.8); }
  .animation-box .action-box .action-buttons {
    position: absolute;
    top: 15px;
    left: 15px; }
    .animation-box .action-box .action-buttons a {
      color: #fff;
      font-size: 18px;
      display: block;
      margin-top: 7px; }
      .animation-box .action-box .action-buttons a:hover {
        opacity: .6; }
    .animation-box .action-box .action-buttons a:first-child {
      margin-top: 0; }
  .animation-box .action-box .date {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 500; }
  .animation-box .action-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 30px;
    margin: -15px 0 0 -15px; }
    .animation-box .action-box .play-btn:hover {
      opacity: .6; }
  .animation-box .action-box .title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 14px; }
    .animation-box .action-box .title a {
      color: inherit !important;
      font-size: 11px; }
      .animation-box .action-box .title a:hover {
        opacity: .6; }
  .animation-box .action-box .use-tpl {
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.animation-box .title-box {
  padding-top: 15px;
  text-align: center;
  height: 52px;
  margin-bottom: -15px; }
  .animation-box .title-box a {
    color: #1c2429 !important;
    font-weight: 500; }
  .animation-box .title-box .sub-title {
    font-size: 12px;
    color: #959da5;
    margin: 0; }

.animation-box .title-box.has-sub-title {
  padding-top: 7px; }

.animation-box .control-buttons {
  border-top: 1px solid #f3f4f7;
  font-size: 0;
  text-align: center;
  margin: 15px -15px -15px;
  height: 37px;
  display: none; }
  .animation-box .control-buttons button {
    display: inline-block;
    width: 50%;
    border: none;
    background-color: transparent;
    font-size: 13px;
    color: #a4aab0;
    font-weight: 500;
    padding: 9px 10px;
    border-radius: 0;
    height: 36px; }
    .animation-box .control-buttons button:hover {
      color: #21d353; }
      .animation-box .control-buttons button:hover i {
        color: #21d353; }
    .animation-box .control-buttons button i {
      color: #e0e2e5;
      font-size: 11px;
      margin-right: 1px; }
  .animation-box .control-buttons button + button {
    border-left: 1px solid #f3f4f7; }

.animation-box.template-box .play-btn {
  margin-top: -40px; }

.animation-box:hover .action-box {
  display: block; }

.animation-box:hover .control-buttons {
  display: block; }

.animation-box:not(.template-box):hover .title-box {
  display: none; }

.text-box {
  color: #959da5;
  line-height: 1.6; }
  .text-box h1, .text-box h2, .text-box h3, .text-box h4 {
    color: #1c2429; }

.control-panel {
  margin-bottom: 37px; }
  .control-panel p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2.7; }
    .control-panel p i {
      font-size: 17px;
      vertical-align: -2px; }
    .control-panel p .icon-long_arrow_left {
      font-size: 11px;
      margin-right: 5px;
      vertical-align: 0; }
  .control-panel h1 {
    margin: 0;
    line-height: 1; }
  .control-panel .nav-tabs {
    margin-bottom: 0; }

.animations-info {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  text-align: left; }
  .animations-info span {
    display: block;
    font-size: 13px;
    color: #949699;
    font-weight: 500; }
  .animations-info span + span {
    font-size: 10px;
    color: #B6BCC0; }
  .animations-info i {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 14px;
    color: #d7d9db;
    margin-top: -7px; }

.animations-info + .animations-info {
  margin-left: 30px; }

.size-control {
  width: 115px;
  margin-right: 15px;
  position: relative;
  border-radius: 4px;
  padding-right: 22px;
  /* &:hover
		border-color: #c5edd0 */ }
  .size-control label {
    margin-bottom: 3px;
    color: #a4aab0;
    font-weight: normal;
    font-size: 13px;
    display: block;
    margin-top: -21px; }
  .size-control .number {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .size-control input[type=number]::-webkit-inner-spin-button, .size-control input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .size-control input[type=number] {
    -moz-appearance: textfield; }
  .size-control .qtyplus, .size-control .qtyminus {
    width: 22px;
    height: 17px;
    font-size: 9px;
    color: #E0E2E5;
    background: #fff;
    border: 1px solid #e0e2e5;
    padding: 0;
    border-left: none;
    position: absolute;
    right: 0;
    outline: none;
    cursor: pointer; }
    .size-control .qtyplus:hover, .size-control .qtyminus:hover {
      color: #fff;
      background-color: #1fc64e; }
    .size-control .qtyplus:active, .size-control .qtyminus:active {
      color: #fff;
      background-color: #21d353; }
  .size-control .qtyplus {
    top: 0;
    border-radius: 0 4px 0 0;
    border-bottom: none; }
  .size-control .qtyminus {
    bottom: 0;
    border-radius: 0 0 4px 0;
    border-top: none; }

.size-control + .btn {
  margin-left: 10px; }

.size-tabs {
  float: right; }

form label {
  margin-bottom: 3px;
  color: #a4aab0;
  font-weight: normal;
  font-size: 13px; }
  form label i {
    font-size: 11px; }

.payment-form .card-type img {
  max-height: 13px;
  margin-left: 10px; }

.payment-form .card-number:before {
  content: '';
  position: absolute;
  top: 9px;
  right: 10px;
  width: 59px;
  background: url(../img/Powered_by.png) no-repeat;
  background-size: contain;
  height: 19px; }

.payment-form .form-group {
  margin-bottom: 18px; }

.payment-form .month, .payment-form .year {
  width: 50%;
  float: left; }

.payment-form .month {
  position: relative;
  padding-right: 25px; }
  .payment-form .month:before {
    content: '/';
    position: absolute;
    top: 7px;
    right: 9px; }

.payment-form .card-col {
  position: relative;
  padding-right: 25px;
  padding-top: 6px; }
  .payment-form .card-col:before {
    content: '';
    position: absolute;
    top: 22px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background-color: #e0e2e5; }

.payment-form .paypal-col {
  position: relative;
  padding-left: 25px;
  line-height: 208px; }
  .payment-form .paypal-col:before {
    content: 'or';
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -8px;
    line-height: 50px;
    background-color: #fff;
    color: #1c252a;
    font-weight: 500; }

.payment-form .paypal-btn {
  display: inline-block;
  border-radius: 4px;
  background-image: linear-gradient(to bottom, #ffffff, #f0f4f7);
  border: solid 1px #e0e2e5;
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #1c252a !important;
  max-width: 400px;
  font-weight: 500;
  padding: 22px 5px; }
  .payment-form .paypal-btn img {
    max-height: 30px;
    margin-left: 10px; }

.payment-form .discount-row .btn {
  padding-left: 5px;
  padding-right: 5px; }

.payment-form .discount-success:before {
  content: '\e907';
  color: #21d353;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  font-family: 'icomoon' !important; }

.payment-form .discount-wrong:before {
  content: '\e909';
  color: #fe4e4e;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 9px;
  font-family: 'icomoon' !important; }

.payment-form .discount-error {
  padding-top: 8px;
  font-weight: normal; }

.paypal-btn-small img {
  max-height: 19px;
  margin: -2px 0; }

.payment-security {
  font-size: 11px;
  color: #b6bcc0;
  border-radius: 4px;
  border: 1px solid #cdd5e3;
  margin: 20px 0 20px;
  position: relative;
  padding: 6px 6px 6px 75px;
  min-height: 60px;
  display: flex;
  align-items: center; }
  .payment-security:before {
    content: '\e919';
    font-family: 'icomoon' !important;
    color: #b3c0c9;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -14px;
    font-size: 20px; }
  .payment-security:after {
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    width: 1px;
    background-color: #ccd5e2; }

.payment-security.gray {
  border-color: #e0e2e5; }
  .payment-security.gray:before {
    color: #e0e2e5; }
  .payment-security.gray:after {
    background-color: #e0e2e5; }

.modal .payment-security {
  margin-top: 7px; }

.using-box {
  margin: 20px 0 0; }
  .using-box img {
    margin: 10px 15px 5px 0;
    max-height: 15px;
    width: auto; }

.card-text {
  margin-right: 25px; }

html {
  height: 100%; }

.login-template {
  height: 100%;
  background-color: #fff;
  padding: 0; }

.login-container {
  height: 100%;
  display: table;
  width: 100%; }
  .login-container .left-col, .login-container .right-col {
    display: table-cell; }
  .login-container .left-col {
    width: 495px;
    padding: 78px 97px 30px; }
  .login-container .logo {
    display: block;
    margin: 0 auto 70px;
    max-width: 176px; }
  .login-container .or {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #a4aab0;
    margin: 33px 0; }
    .login-container .or:before, .login-container .or:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 1px;
      background: #e0e2e5;
      z-index: -1;
      position: relative;
      vertical-align: middle; }
    .login-container .or:before {
      right: 20px;
      margin: 0 0 0 -100%; }
    .login-container .or:after {
      left: 20px;
      margin: 0 -100% 0 0; }
  .login-container .form-group {
    margin-bottom: 19px; }
  .login-container [type="checkbox"]:not(:checked) + label, .login-container [type="checkbox"]:checked + label {
    margin: 0;
    font-weight: normal;
    line-height: 1.7; }
  .login-container .back-link {
    margin-top: 50px;
    font-weight: 500; }
    .login-container .back-link i {
      font-size: 10px;
      margin-right: 5px; }
  .login-container .right-col {
    background: url(../img/depositphotos-151403602-original@2x.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 118px 88px;
    vertical-align: bottom;
    position: relative; }
    .login-container .right-col:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(19, 30, 37, 0.34); }
    .login-container .right-col * {
      position: relative; }
  .login-container .right-col.bg2 {
    background-image: url(../img/login_img2.jpg); }
  .login-container h1 {
    font-size: 52px;
    font-weight: 800; }
  .login-container h2 {
    font-size: 35px;
    margin-top: 10px;
    font-weight: 500; }
  .login-container h3 {
    margin-bottom: 15px; }
  .login-container p {
    font-size: 13px;
    margin: 0;
    color: #a4aab0; }
  .login-container .play-btn-large {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -56px; }

.tutorials-box {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px; }
  .tutorials-box .play-btn-large {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -56px 0 0 -56px; }

.error {
  min-width: 0; }
  .error .header {
    min-width: 0; }

.error-message {
  margin: 80px 0 40px; }
  .error-message .icon-error {
    font-size: 45px; }
  .error-message h1 {
    font-size: 27px;
    font-weight: 500;
    color: #fe4e4e;
    margin-bottom: 2px; }
  .error-message p {
    font-size: 16px; }
  .error-message .btn-update {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f0f4f7 100%);
    background: -webkit-linear-gradient(top, white 0%, #f0f4f7 100%);
    background: linear-gradient(to bottom, white 0%, #f0f4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4f7',GradientType=0 );
    border-color: #e0e2e5;
    color: #1c252a;
    margin-top: 20px; }
  .error-message .icon-desktop {
    font-size: 80px;
    color: #99a0a5;
    display: block;
    margin-top: 70px; }

@media (min-width: 768px) {
  .modal-sm {
    width: 405px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 800px; } }

@media (max-width: 1480px) {
  .size-tabs {
    float: none;
    margin-top: 20px; } }

@media (max-width: 1199px) {
  .payment-form .card-col {
    padding-right: 16px;
    padding-bottom: 10px; }
    .payment-form .card-col:before {
      top: auto;
      bottom: 0;
      left: 16px;
      right: 16px;
      width: auto;
      height: 1px; }
  .payment-form .paypal-col {
    padding-left: 16px;
    padding-top: 10px;
    line-height: 110px;
    text-align: center; }
  .payment-form .paypal-col:before {
    top: -10px;
    left: 50%;
    margin: 0 0 0 -25px;
    line-height: 20px;
    width: 50px;
    text-align: center; } }

@media (max-height: 800px) {
  .max-height-box.large {
    max-height: 60vh; } }

@media (max-width: 600px) {
  .error .container-fluid {
    padding-left: 20px;
    padding-right: 20px; }
  .error .error-message {
    margin: 40px 0 15px; }
    .error .error-message .icon-error {
      font-size: 40px; }
    .error .error-message h1 {
      font-size: 22px; }
    .error .error-message p {
      font-size: 14px; }
    .error .error-message .icon-desktop {
      font-size: 67px; } }

@media (max-width: 470px) {
  .error .header .btn {
    padding: 7px 10px;
    font-size: 11px;
    margin-top: 19px; }
  .error .header .logo {
    margin-top: 20px; }
    .error .header .logo img {
      max-width: 150px; }
  .error .container-fluid {
    padding-left: 10px;
    padding-right: 10px; }
  .error .error-message {
    margin-top: 10px; }
    .error .error-message .icon-desktop {
      margin-top: 40px; } }

@media (min-width: 1920px) {
  width: 100%;
  .col-extra-11 {
    width: 91.66666667%; }
  .col-extra-10 {
    width: 83.33333333%; }
  .col-extra-9 {
    width: 75%; }
  .col-extra-8 {
    width: 66.66666667%; }
  .col-extra-7 {
    width: 58.33333333%; }
  .col-extra-6 {
    width: 50%; }
  .col-extra-5 {
    width: 41.66666667%; }
  .col-extra-4 {
    width: 33.33333333%; }
  .col-extra-3 {
    width: 25%; }
  .col-extra-2 {
    width: 16.66666667%; }
  .col-extra-1 {
    width: 8.33333333%; }
  .payment-security {
    margin: 0 0 10px; } }

@media (min-width: 1600px) {
  .col-md-extra-12 {
    width: 100%; }
  .col-md-extra-11 {
    width: 91.66666667%; }
  .col-md-extra-10 {
    width: 83.33333333%; }
  .col-md-extra-9 {
    width: 75%; }
  .col-md-extra-8 {
    width: 66.66666667%; }
  .col-md-extra-7 {
    width: 58.33333333%; }
  .col-md-extra-6 {
    width: 50%; }
  .col-md-extra-5 {
    width: 41.66666667%; }
  .col-md-extra-4 {
    width: 33.33333333%; }
  .col-md-extra-3 {
    width: 25%; }
  .col-md-extra-2 {
    width: 16.66666667%; }
  .col-md-extra-1 {
    width: 8.33333333%; }
  .col-md-extra-pull-12 {
    right: 100%; }
  .col-md-extra-pull-11 {
    right: 91.66666667%; }
  .col-md-extra-pull-10 {
    right: 83.33333333%; }
  .col-md-extra-pull-9 {
    right: 75%; }
  .col-md-extra-pull-8 {
    right: 66.66666667%; }
  .col-md-extra-pull-7 {
    right: 58.33333333%; }
  .col-md-extra-pull-6 {
    right: 50%; }
  .col-md-extra-pull-5 {
    right: 41.66666667%; }
  .col-md-extra-pull-4 {
    right: 33.33333333%; }
  .col-md-extra-pull-3 {
    right: 25%; }
  .col-md-extra-pull-2 {
    right: 16.66666667%; }
  .col-md-extra-pull-1 {
    right: 8.33333333%; }
  .col-md-extra-pull-0 {
    right: auto; }
  .col-md-extra-push-12 {
    left: 100%; }
  .col-md-extra-push-11 {
    left: 91.66666667%; }
  .col-md-extra-push-10 {
    left: 83.33333333%; }
  .col-md-extra-push-9 {
    left: 75%; }
  .col-md-extra-push-8 {
    left: 66.66666667%; }
  .col-md-extra-push-7 {
    left: 58.33333333%; }
  .col-md-extra-push-6 {
    left: 50%; }
  .col-md-extra-push-5 {
    left: 41.66666667%; }
  .col-md-extra-push-4 {
    left: 33.33333333%; }
  .col-md-extra-push-3 {
    left: 25%; }
  .col-md-extra-push-2 {
    left: 16.66666667%; }
  .col-md-extra-push-1 {
    left: 8.33333333%; }
  .col-md-extra-push-0 {
    left: auto; }
  .col-md-extra-offset-12 {
    margin-left: 100%; }
  .col-md-extra-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-extra-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-extra-offset-9 {
    margin-left: 75%; }
  .col-md-extra-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-extra-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-extra-offset-6 {
    margin-left: 50%; }
  .col-md-extra-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-extra-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-extra-offset-3 {
    margin-left: 25%; }
  .col-md-extra-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-extra-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-extra-offset-0 {
    margin-left: 0%; } }
