/*!
 * APP.CSS
 * Copyright 2014-2016 Mehedi
 */
 .pagebody ol li, .pagebody ul li {
     padding: 8px 0;
     padding-bottom: 15px;
     line-height: 25px;
 }
.font-extra-thin {
  font-weight: 200;
}
.font-thin {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extra-bold {
  font-weight: 900;
}
.font-italic {
  font-style: italic;
}
.text-5x {
  font-size: 5em;
}
.text-4x {
  font-size: 4em;
}
.text-3x {
  font-size: 3em;
}
.text-2x {
  font-size: 2em;
}
.text-xxl {
  font-size: 24px;
}
.text-xl {
  font-size: 21px;
}
.text-lg {
  font-size: 20px;
}
.text-md {
  font-size: 19px;
}
.text-base {
  font-size: 16px;
}
.text-sm {
  font-size: 12px;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-h {
  line-height: 1.42857143;
}
.l-h-0x {
  line-height: 0;
}
.l-h-1x {
  line-height: 1.2;
}
.l-h-2x {
  line-height: 2em;
}
.l-h-3x {
  line-height: 52px;
}
.l-s-0x {
  letter-spacing: 0;
}
.l-s-1x {
  letter-spacing: 0.0625em;
}
.l-s-2x {
  letter-spacing: 0.125em;
}
.l-s-3x {
  letter-spacing: 0.1875em;
}
.text-u-c {
  text-transform: uppercase;
}
.text-l-c {
  text-transform: lowercase;
}
.text-cap {
  text-transform: capitalize;
}
.text-u-l {
  text-decoration: underline;
}
.text-o-l {
  text-decoration: overline;
}
.text-l-t {
  text-decoration: line-through;
}
.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}
.text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}
.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.line {
  width: 100%;
  height: 2px;
  margin: 15px 0;
  font-size: 0;
  overflow: hidden;
}
.line-xxs {
  margin: 3px 0;
}
.line-xs {
  margin: 5px 0;
}
.line-sm {
  margin: 10px 0;
}
.line-md {
  margin: 20px 0;
}
.line-lg {
  margin: 25px 0;
}
.line-xl {
  margin: 30px 0;
}
.avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}
.avatar img {
  border-radius: 500px;
  width: 100%;
}
.avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}
.avatar i.right {
  left: auto;
  right: 0;
}
.avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}
.avatar i.left {
  top: auto;
  bottom: 0;
}
.avatar i.on {
  background-color: #85B252;
}
.avatar i.off {
  background-color: #a2a2a2;
}
.avatar i.busy {
  background-color: #DD0146;
}
.avatar i.away {
  background-color: #6F5E56;
}
.avatar.thumb-xxs i {
  margin: 0;
  width: 8px;
  height: 8px;
  border-width: 1px;
}
.avatar.thumb-xs i {
  margin: 0;
}
.avatar.thumb-sm i {
  margin: 1px;
}
.avatar.thumb i {
  width: 12px;
  height: 12px;
  margin: 2px;
}
.avatar.thumb-md i {
  width: 14px;
  height: 14px;
  margin: 3px;
}
.avatar.thumb-lg i {
  width: 20px;
  height: 20px;
  margin: 4px;
}
.avatar.thumb-xl i {
  width: 28px;
  height: 28px;
  margin: 6px;
  border-width: 3px;
}
.avatar.thumb-xxl i {
  width: 32px;
  height: 32px;
  margin: 8px;
  border-width: 3px;
}
.thumb-xxs {
  width: 30px;
  height: 30px;
}
.thumb-xs {
  width: 34px;
  height: 34px;
}
.thumb-sm {
  width: 40px;
  height: 40px;
}
.thumb {
  width: 50px;
  height: 50px;
}
.thumb-md {
  width: 64px;
  height: 64px;
}
.thumb-lg {
  width: 96px;
  height: 96px;
}
.thumb-xl {
  width: 128px;
  height: 128px;
}
.thumb-xxl {
  width: 256px;
  height: 256px;
}
.thumb-xxs,
.thumb-xs,
.thumb-sm,
.thumb,
.thumb-md,
.thumb-lg,
.thumb-xl,
.thumb-xxl {
  display: inline-block;
  overflow: hidden;
}
.thumb-xxs img,
.thumb-xs img,
.thumb-sm img,
.thumb img,
.thumb-md img,
.thumb-lg img,
.thumb-xl img,
.thumb-xxl img {
  position: relative;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.thumb-wrapper {
  padding: 2px;
  border: 1px solid #dee5e7;
}
.img-full {
  width: 100%;
}
.img-full img {
  width: 100%;
}



/***** ALERT ******/
.alert-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #464646;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #404040;
}
.alert-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #43585d;
}
.alert-light hr {
  border-top-color: #dee5e7;
}
.alert-light .alert-link {
  color: #3e5156;
}
.alert-dark {
  background-color: #25b0d1;
  border-color: #219ebb;
  color: #041518;
}
.alert-dark hr {
  border-top-color: #061e23;
}
.alert-dark .alert-link {
  color: #020b0e;
}
.alert-black {
  background-color: #5b88aa;
  border-color: #507b9b;
  color: #0f171d;
}
.alert-black hr {
  border-top-color: #131e25;
}
.alert-black .alert-link {
  color: #0b1014;
}
.alert-primary {
  background-color: #b3ffb3;
  border-color: #99ff99;
  color: #00d900;
}
.alert-primary hr {
  border-top-color: #00e600;
}
.alert-primary .alert-link {
  color: #00cc00;
}
.alert-info {
  background-color: #bfd4e7;
  border-color: #acc8e0;
  color: #386995;
}
.alert-info hr {
  border-top-color: #3b709e;
}
.alert-info .alert-link {
  color: #34638c;
}
.alert-success {
  background-color: #dce9ce;
  border-color: #d0e1bc;
  color: #729944;
}
.alert-success hr {
  border-top-color: #78a248;
}
.alert-success .alert-link {
  color: #6b9140;
}
.alert-warning {
  background-color: #c4b9b3;
  border-color: #b9aba5;
  color: #594c45;
}
.alert-warning hr {
  border-top-color: #61524b;
}
.alert-warning .alert-link {
  color: #524640;
}
.alert-danger {
  background-color: #ff92b4;
  border-color: #fe79a3;
  color: #b7013a;
}
.alert-danger hr {
  border-top-color: #c4013e;
}
.alert-danger .alert-link {
  color: #aa0136;
}
.alert a:hover {
  text-decoration: underline;
}
/*** BUTTON ***/
.btn {
  border-radius: 2px;
  outline: 0!important;
  padding: 8px 25px;
}
.btn-lg {
  font-size: 21px;
  padding: 12px 25px;
}
.btn-link {
  color: #0a3039;
}
.btn-link.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #0a3039 !important;
  background-color: #fcfdfd;
  border-color: #dee5e7;
  background-color: #fff;
  border-bottom-color: #d8e1e3;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #0a3039;
  background-color: #dee5e7;
  border-color: #bfcdd1;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fcfdfd;
  border-color: #dee5e7;
}
.btn-default .badge {
  color: #fcfdfd;
  background-color: #0a3039;
}
.btn-default.btn-bg {
  border-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.btn-white {
  color: #0a3039 !important;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #0a3039;
  background-color: #e6e6e6;
  border-color: #d7d7d7;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white,
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus,
.btn-white.disabled:active,
.btn-white[disabled]:active,
fieldset[disabled] .btn-white:active,
.btn-white.disabled.active,
.btn-white[disabled].active,
fieldset[disabled] .btn-white.active {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #0a3039;
}
.btn-light {
  color: #0b343d !important;
  background-color: #edf1f2;
  border-color: #e7ecee;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  color: #0b343d;
  background-color: #cfdadd;
  border-color: #c8d4d7;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
  background-image: none;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled.focus,
.btn-light[disabled].focus,
fieldset[disabled] .btn-light.focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
  background-color: #edf1f2;
  border-color: #e7ecee;
}
.btn-light .badge {
  color: #edf1f2;
  background-color: #0b343d;
}
.btn-dark {
  color: #fff !important;
  background-color: #0a3039;
  border-color: #0a3039;
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #020b0e;
  border-color: #020a0b;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark,
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus,
.btn-dark.disabled:active,
.btn-dark[disabled]:active,
fieldset[disabled] .btn-dark:active,
.btn-dark.disabled.active,
.btn-dark[disabled].active,
fieldset[disabled] .btn-dark.active {
  background-color: #0a3039;
  border-color: #0a3039;
}
.btn-dark .badge {
  color: #0a3039;
  background-color: #fff;
}
.btn-black {
  color: #fff !important;
  background-color: #1c2b36;
  border-color: #1c2b36;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  color: #fff;
  background-color: #0b1014;
  border-color: #0a0f13;
}
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
  background-image: none;
}
.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled.focus,
.btn-black[disabled].focus,
fieldset[disabled] .btn-black.focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
  background-color: #1c2b36;
  border-color: #1c2b36;
}
.btn-black .badge {
  color: #1c2b36;
  background-color: #fff;
}
.btn-primary {
  color: #fff !important;
  background-color: #00ff00;
  border-color: #00ff00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00cc00;
  border-color: #00c900;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00ff00;
  border-color: #00ff00;
}
.btn-primary .badge {
  color: #00ff00;
  background-color: #fff;
}
.btn-info {
  color: #fff !important;
  background-color: #427DB1;
  border-color: #427DB1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #34638c;
  border-color: #33618a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #427DB1;
  border-color: #427DB1;
}
.btn-info .badge {
  color: #427DB1;
  background-color: #fff;
}
.btn-success {
  color: #fff !important;
  background-color: #85B252;
  border-color: #85B252;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #6b9140;
  border-color: #6a8f40;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #85B252;
  border-color: #85B252;
}
.btn-success .badge {
  color: #85B252;
  background-color: #fff;
}
.btn-warning {
  color: #fff !important;
  background-color: #6F5E56;
  border-color: #6F5E56;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #524640;
  border-color: #51443f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #6F5E56;
  border-color: #6F5E56;
}
.btn-warning .badge {
  color: #6F5E56;
  background-color: #fff;
}
.btn-danger {
  color: #fff !important;
  background-color: #DD0146;
  border-color: #DD0146;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #aa0136;
  border-color: #a80135;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #DD0146;
  border-color: #DD0146;
}
.btn-danger .badge {
  color: #DD0146;
  background-color: #fff;
}
textarea.form-control {
  height: auto;
  max-width: 100%;
  min-width: 100%;
  vertical-align: top;
}
.form-control {
  border-color: #edf1f2;
  border-radius: 2px;
}
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #427DB1;
}
.form-control-feedback {
  line-height: 34px !important;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #85B252;
}
.has-success .form-control {
  border-color: #85B252;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #6b9140;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #85B252;
  border-color: #85B252;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #85B252;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #6F5E56;
}
.has-warning .form-control {
  border-color: #6F5E56;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #524640;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #6F5E56;
  border-color: #6F5E56;
  background-color: #ffffff;
}
.has-warning .form-control-feedback {
  color: #6F5E56;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #DD0146;
}
.has-error .form-control {
  border-color: #DD0146;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #aa0136;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #DD0146;
  border-color: #DD0146;
  background-color: #DD0146;
}
.has-error .form-control-feedback {
  color: #DD0146;
}
.contact-form select.pakage {
  height: 76px;
  line-height: 76px;
  font-size: 30px;
}
.s-1x {
  width: 10px;
  height: 10px;
}
.s-2x {
  width: 20px;
  height: 20px;
}
.s-xxs {
  width: 30px;
  height: 30px;
}
.s-xs {
  width: 34px;
  height: 34px;
}
.s-sm {
  width: 40px;
  height: 40px;
}
.s {
  width: 50px;
  height: 50px;
}
.s-md {
  width: 64px;
  height: 64px;
}
.s-lg {
  width: 96px;
  height: 96px;
}
.s-xl {
  width: 128px;
  height: 128px;
}
.s-xxl {
  width: 256px;
  height: 256px;
}
.s-1x,
.s-2x,
.s-xxs,
.s-xs,
.s-sm,
.s,
.s-md,
.s-lg,
.s-xl,
.s-xxl {
  position: relative;
  display: table;
}
.w-1x {
  width: 10px;
}
.w-2x {
  width: 20px;
}
.w-3x {
  width: 30px;
}
.w-xxs {
  width: 60px;
}
.w-xs {
  width: 90px;
}
.w-sm {
  width: 150px;
}
.w {
  width: 200px;
}
.w-md {
  width: 240px;
}
.w-lg {
  width: 280px;
}
.w-xl {
  width: 320px;
}
.w-xxl {
  width: 360px;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-none {
  height: 0 !important;
}
.h {
  height: 15px;
}
.h-1x {
  height: 1px;
}
.h-2x {
  height: 2px;
}
.h-xxs {
  height: 3px;
}
.h-xs {
  height: 5px;
}
.h-sm {
  height: 10px;
}
.h-md {
  height: 20px;
}
.h-lg {
  height: 25px;
}
.h-xl {
  height: 30px;
}
.h-xxl {
  height: 50px;
}
.wrapper-none {
  padding: 0 !important;
}
.wrapper {
  padding: 15px;
}
.wrapper-1x {
  padding: 1px;
}
.wrapper-2x {
  padding: 2px;
}
.wrapper-xxs {
  padding: 3px;
}
.wrapper-xs {
  padding: 5px;
}
.wrapper-sm {
  padding: 10px;
}
.wrapper-md {
  padding: 20px;
}
.wrapper-lg {
  padding: 25px;
}
.wrapper-xl {
  padding: 30px;
}
.wrapper-xxl {
  padding: 50px;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-l {
  padding-left: 15px;
}
.p-l-1x {
  padding-left: 1px;
}
.p-l-2x {
  padding-left: 2px;
}
.p-l-xxs {
  padding-left: 3px;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 25px;
}
.p-l-xl {
  padding-left: 30px;
}
.p-l-xxl {
  padding-left: 50px;
}
.p-r-none {
  padding-right: 0 !important;
}
.p-r {
  padding-right: 15px;
}
.p-r-1x {
  padding-right: 1px;
}
.p-r-2x {
  padding-right: 2px;
}
.p-r-xxs {
  padding-right: 3px;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r-md {
  padding-right: 20px;
}
.p-r-lg {
  padding-right: 25px;
}
.p-r-xl {
  padding-right: 30px;
}
.p-r-xxl {
  padding-right: 50px;
}
.p-t-none {
  padding-top: 0 !important;
}
.p-t {
  padding-top: 15px;
}
.p-t-1x {
  padding-top: 1px;
}
.p-t-2x {
  padding-top: 2px;
}
.p-t-xxs {
  padding-top: 3px;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 25px;
}
.p-t-xl {
  padding-top: 30px;
}
.p-t-xxl {
  padding-top: 50px;
}
.p-b-none {
  padding-bottom: 0 !important;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-1x {
  padding-bottom: 1px;
}
.p-b-2x {
  padding-bottom: 2px;
}
.p-b-xxs {
  padding-bottom: 3px;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 25px;
}
.p-b-xl {
  padding-bottom: 30px;
}
.p-b-xxl {
  padding-bottom: 50px;
}
.p-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-v {
  padding-top: 15px;
  padding-bottom: 15px;
}
.p-v-1x {
  padding-top: 1px;
  padding-bottom: 1px;
}
.p-v-2x {
  padding-top: 2px;
  padding-bottom: 2px;
}
.p-v-xxs {
  padding-top: 3px;
  padding-bottom: 3px;
}
.p-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-v-lg {
  padding-top: 25px;
  padding-bottom: 25px;
}
.p-v-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}
.p-v-xxl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.p-h-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-h {
  padding-left: 15px;
  padding-right: 15px;
}
.p-h-1x {
  padding-left: 1px;
  padding-right: 1px;
}
.p-h-2x {
  padding-left: 2px;
  padding-right: 2px;
}
.p-h-xxs {
  padding-left: 3px;
  padding-right: 3px;
}
.p-h-xs {
  padding-left: 5px;
  padding-right: 5px;
}
.p-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}
.p-h-md {
  padding-left: 20px;
  padding-right: 20px;
}
.p-h-lg {
  padding-left: 25px;
  padding-right: 25px;
}
.p-h-xl {
  padding-left: 30px;
  padding-right: 30px;
}
.p-h-xxl {
  padding-left: 50px;
  padding-right: 50px;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.m-r-auto {
  margin-left: auto;
}
.m-l-auto {
  margin-right: auto;
}
.m-none {
  margin: 0 !important;
}
.m {
  margin: 15px;
}
.m-1x {
  margin: 1px;
}
.m-2x {
  margin: 2px;
}
.m-xxs {
  margin: 3px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 25px;
}
.m-xl {
  margin: 30px;
}
.m-xxl {
  margin: 50px;
}
.m-n {
  margin: -15px;
}
.m-n-1x {
  margin: -1px;
}
.m-n-2x {
  margin: -2px;
}
.m-n-xxs {
  margin: -3px;
}
.m-n-xs {
  margin: -5px;
}
.m-n-sm {
  margin: -10px;
}
.m-n-md {
  margin: -20px;
}
.m-n-lg {
  margin: -25px;
}
.m-n-xl {
  margin: -30px;
}
.m-n-xxl {
  margin: -50px;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l {
  margin-left: 15px;
}
.m-l-1x {
  margin-left: 1px;
}
.m-l-2x {
  margin-left: 2px;
}
.m-l-xxs {
  margin-left: 3px;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 25px;
}
.m-l-xl {
  margin-left: 30px;
}
.m-l-xxl {
  margin-left: 50px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-1x {
  margin-left: -1px;
}
.m-l-n-2x {
  margin-left: -2px;
}
.m-l-n-xxs {
  margin-left: -3px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -25px;
}
.m-l-n-xl {
  margin-left: -30px;
}
.m-l-n-xxl {
  margin-left: -50px;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r {
  margin-right: 15px;
}
.m-r-1x {
  margin-right: 1px;
}
.m-r-2x {
  margin-right: 2px;
}
.m-r-xxs {
  margin-right: 3px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 25px;
}
.m-r-xl {
  margin-right: 30px;
}
.m-r-xxl {
  margin-right: 50px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-1x {
  margin-right: -1px;
}
.m-r-n-2x {
  margin-right: -2px;
}
.m-r-n-xxs {
  margin-right: -3px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -25px;
}
.m-r-n-xl {
  margin-right: -30px;
}
.m-r-n-xxl {
  margin-right: -50px;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t {
  margin-top: 15px;
}
.m-t-1x {
  margin-top: 1px;
}
.m-t-2x {
  margin-top: 2px;
}
.m-t-xxs {
  margin-top: 3px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 25px;
}
.m-t-xl {
  margin-top: 30px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-dxxl {
  margin-top: 110px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-1x {
  margin-top: -1px;
}
.m-t-n-2x {
  margin-top: -2px;
}
.m-t-n-xxs {
  margin-top: -3px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -25px;
}
.m-t-n-xl {
  margin-top: -30px;
}
.m-t-n-xxl {
  margin-top: -50px;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-1x {
  margin-bottom: 1px;
}
.m-b-2x {
  margin-bottom: 2px;
}
.m-b-xxs {
  margin-bottom: 3px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 25px;
}
.m-b-xl {
  margin-bottom: 30px;
}
.m-b-xxl {
  margin-bottom: 50px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-1x {
  margin-bottom: -1px;
}
.m-b-n-2x {
  margin-bottom: -2px;
}
.m-b-n-xxs {
  margin-bottom: -3px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -25px;
}
.m-b-n-xl {
  margin-bottom: -30px;
}
.m-b-n-xxl {
  margin-bottom: -50px;
}
.m-v-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-v {
  margin-top: 15px;
  margin-bottom: 15px;
}
.m-v-1x {
  margin-top: 1px;
  margin-bottom: 1px;
}
.m-v-2x {
  margin-top: 2px;
  margin-bottom: 2px;
}
.m-v-xxs {
  margin-top: 3px;
  margin-bottom: 3px;
}
.m-v-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}
.m-v-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-v-md {
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-v-lg {
  margin-top: 25px;
  margin-bottom: 25px;
}
.m-v-xl {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m-v-xxl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-v-n {
  margin-top: -15px;
  margin-bottom: -15px;
}
.m-v-n-1x {
  margin-top: -1px;
  margin-bottom: -1px;
}
.m-v-n-2x {
  margin-top: -2px;
  margin-bottom: -2px;
}
.m-v-n-xxs {
  margin-top: -3px;
  margin-bottom: -3px;
}
.m-v-n-xs {
  margin-top: -5px;
  margin-bottom: -5px;
}
.m-v-n-sm {
  margin-top: -10px;
  margin-bottom: -10px;
}
.m-v-n-md {
  margin-top: -20px;
  margin-bottom: -20px;
}
.m-v-n-lg {
  margin-top: -25px;
  margin-bottom: -25px;
}
.m-v-n-xl {
  margin-top: -30px;
  margin-bottom: -30px;
}
.m-v-n-xxl {
  margin-top: -50px;
  margin-bottom: -50px;
}
.m-h-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-h {
  margin-left: 15px;
  margin-right: 15px;
}
.m-h-1x {
  margin-left: 1px;
  margin-right: 1px;
}
.m-h-2x {
  margin-left: 2px;
  margin-right: 2px;
}
.m-h-xxs {
  margin-left: 3px;
  margin-right: 3px;
}
.m-h-xs {
  margin-left: 5px;
  margin-right: 5px;
}
.m-h-sm {
  margin-left: 10px;
  margin-right: 10px;
}
.m-h-md {
  margin-left: 20px;
  margin-right: 20px;
}
.m-h-lg {
  margin-left: 25px;
  margin-right: 25px;
}
.m-h-xl {
  margin-left: 30px;
  margin-right: 30px;
}
.m-h-xxl {
  margin-left: 50px;
  margin-right: 50px;
}
.m-h-n {
  margin-left: -15px;
  margin-right: -15px;
}
.m-h-n-1x {
  margin-left: -1px;
  margin-right: -1px;
}
.m-h-n-2x {
  margin-left: -2px;
  margin-right: -2px;
}
.m-h-n-xxs {
  margin-left: -3px;
  margin-right: -3px;
}
.m-h-n-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.m-h-n-sm {
  margin-left: -10px;
  margin-right: -10px;
}
.m-h-n-md {
  margin-left: -20px;
  margin-right: -20px;
}
.m-h-n-lg {
  margin-left: -25px;
  margin-right: -25px;
}
.m-h-n-xl {
  margin-left: -30px;
  margin-right: -30px;
}
.m-h-n-xxl {
  margin-left: -50px;
  margin-right: -50px;
}
.pos-rlt {
  position: relative;
}
.pos-abt {
  position: absolute;
}
.pos-fix {
  position: fixed;
}
.pos-stc {
  position: static;
}
.pos-abt.top,
.pos-fix.top {
  top: 0;
}
.pos-abt.right,
.pos-fix.right {
  right: 0;
}
.pos-abt.bottom,
.pos-fix.bottom {
  bottom: 0;
}
.pos-abt.left,
.pos-fix.left {
  left: 0;
}
.pos-abt.center,
.pos-fix.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pos-abt.bottom.center {
  left: 50%;
  top: auto;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.scrollable {
  overflow: auto;
}
.show {
  visibility: visible;
}
.block {
  display: block;
}
.block.hide {
  display: none;
}
.inline {
  display: inline-block !important;
}
.hide {
  display: none;
}
.clear {
  display: block;
  overflow: hidden;
}
.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0;
}
.b-none {
  border: none !important;
}
.b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.b-t {
  border-top: 1px solid #dee5e7;
}
.b-r {
  border-right: 1px solid #dee5e7;
}
.b-b {
  border-bottom: 1px solid #dee5e7;
}
.b-l {
  border-left: 1px solid #dee5e7;
}
.b-v {
  border-top: 1px solid #dee5e7;
  border-bottom: 1px solid #dee5e7;
}
.b-h {
  border-left: 1px solid #dee5e7;
  border-right: 1px solid #dee5e7;
}
.b-a {
  border-color: rgba(0, 0, 0, 0.1);
}
.b-a-white {
  border-color: rgba(255, 255, 255, 0.1);
}
.b-a.b-lter {
  border-color: rgba(0, 0, 0, 0.05);
}
.b-a.b-lt {
  border-color: rgba(0, 0, 0, 0.08);
}
.b-a.b-dker {
  border-color: rgba(0, 0, 0, 0.12);
}
.b-a.b-dker {
  border-color: rgba(0, 0, 0, 0.15);
}
.b-a-white.b-lter {
  border-color: rgba(255, 255, 255, 0.05);
}
.b-a-white.b-lt {
  border-color: rgba(255, 255, 255, 0.08);
}
.b-a-white.b-dk {
  border-color: rgba(255, 255, 255, 0.12);
}
.b-a-white.b-dker {
  border-color: rgba(255, 255, 255, 0.15);
}
.b-dashed {
  border-style: dashed !important;
}
.b-2x {
  border-width: 2px;
}
.b-3x {
  border-width: 3px;
}
.b-4x {
  border-width: 4px;
}
.b-5x {
  border-width: 5px;
}
.b-10x {
  border-width: 10px;
}
.r-none {
  border-radius: 0 !important;
}
.r {
  border-radius: 2px;
}
.r-2x {
  border-radius: 4px;
}
.r-3x {
  border-radius: 6px;
}
.r-l {
  border-radius: 2px 0 0 2px;
}
.r-r {
  border-radius: 0 2px 2px 0;
}
.r-t {
  border-radius: 2px 2px 0 0;
}
.r-b {
  border-radius: 0 0 2px 2px;
}

/*---------------------------------------*/

.bg-green {
  background: #5dcb0c;
}
.bg-blue {
  background: #006db0;
}
.bg-white {
  background: #ffffff;
}
.bg-dark {
  background: #000000;
}
.bg-none {
  background: none;
}
.text-green {
  color: #5dcb0c;
}
.text-blue {
  color: #006db0;
}
.text-white {
  color: #ffffff;
}
.text-dark {
  color: #000000;
}
.text-regular {
	font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
}
.text-light {
	font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
}
.text-bold {
	font-family: 'Source Sans Pro', sans-serif;
  font-weight:700;
}
.border-none {
  border: none !important;
}
.p-none {
  padding: 0 !important;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}