﻿/*
*
* @copyright ixiaplus inc. ireland 2018
* @version 1.0.0.0.0
*/
@charset "utf-8";

/*
[ FONT ]
*/
@font-face {
  font-family: Poppins-Regular;
  src: url('../fontsAssets/poppins/Poppins-Regular.ttf');
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fontsAssets/poppins/Poppins-Medium.ttf');
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fontsAssets/poppins/Poppins-Bold.ttf');
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fontsAssets/poppins/Poppins-SemiBold.ttf');
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box
}

*:focus {
  outline-width: 0px !important;
  outline: none !important;
}

html {
  font-size: 100%
}

/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0 0 0.33em
}

h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em
}

h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0 0 0.67em
}

h4 {
  font-size: 1em;
  margin: 0 0 1em;
  line-height: 1em
}

h5 {
  font-size: 0.83em;
  margin: 0 0 1.33em
}

h6 {
  font-size: 0.75em;
  margin: 0 0 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'News Gothic', 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif !important
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
  margin-right: 0.425rem !important
}

dl,
menu,
ol,
ul {
  margin: 0 0 2em
}

ul.none {
  list-style: none;
}

mgn-left-forty {
  margin-left: 40px
}

mgn-right-forty {
  margin-right: 40px
}

mgn-left-forty {
  margin-left: 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu,
ol,
ul {
  padding: 0
}

ul.no-style {
  list-style-type: none
}

ul.arrow-style-blk {
  list-style-image: url(../imagesAssets/pngs-images/arrow-right-blk.png);
}

ul.arrow-style-gry {
  list-style-image: url(../imagesAssets/pngs-images/arrow-right-small.png);
}

/*[INPUT]*/
input::-ms-reveal,
input::-ms-clear {
  display: none;
}

/**
[STRIKE THROUGH]
*/
.strike-red,
.single-strike-b-red,
.single-strike-t-red,
.double-strike-red {
  position: relative;
  display: inline-block;
}

.strike-red::before {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 2px solid red;
}

.single-strike-b-red::before {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.single-strike-t-red::before {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  border-bottom: 2px solid red;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

.double-strike-red::before,
.double-strike-red::after {
  content: '';
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}

.double-strike-red::before {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.double-strike-red::after {
  border-bottom: 2px solid red;
  -webkit-transform: skewY(10deg);
  transform: skewY(10deg);
}

/**
[CANVAS]
*/
canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

img {
  border: 0;
}

img.prefs-changes {
  margin: 50%;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
  max-width: 100%;
}

.loader-teal-white {
  display: inline-block;
  border: 2px solid rgba(0, 128, 128, 0.7);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 50%;
  animation: ctrl-loading-spin 1s linear infinite;
  vertical-align: middle;
}

.loader-teal-info {
  display: inline-block;
  color: 2px solid rgba(0, 128, 128, 0.7);
  font-size: 0.975rem;
  vertical-align: middle;
}

.loader-red-white {
  display: inline-block;
  border: 2px solid rgba(255, 0, 0, 0.7);
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-radius: 50%;
  animation: ctrl-loading-spin 1s linear infinite;
  vertical-align: middle;
}

.loader-red-info {
  display: inline-block;
  color: rgba(255, 0, 0, 0.7);
  font-size: 0.975rem;
  vertical-align: middle;
}

span.loader-default-white {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, .5);
  border-top: 1px solid rgba(0, 0, 0, .5);
  border-bottom: 1px solid #ffffff;
  border-radius: 50%;
  animation: ctrl-loading-spin 1s linear infinite;
  width: 20px;
  height: 20px;
}

span.loader-default-white {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, .5);
  border-top: 1px solid rgba(0, 0, 0, .5);
  border-bottom: 1px solid #ffffff;
  border-radius: 50%;
  animation: ctrl-loading-spin 1s linear infinite;
  width: 20px;
  height: 20px;
}

span.loader-default-dark {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 255, 0, 1);
  border-radius: 50%;
  animation: ctrl-loading-spin 1s linear infinite;
  width: 20px;
  height: 20px;
}

span.loader-default-translute {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 255, 0, 1);
  border-radius: 50%;
  animation: ctrl-loading-spin 1s linear infinite;
  width: 20px;
  height: 20px;
}

/**
[SPAN DOCUMENT TYPES]
*/
span.pdf {
  display: block;
  background-image: url(../imagesAssets/pngs-images/pdf_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

span.docx {
  display: block;
  background-image: url(../imagesAssets/pngs-images/word_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

span.doc {
  display: block;
  background-image: url(../imagesAssets/pngs-images/word_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

span.xlsx {
  display: block;
  background-image: url(../imagesAssets/pngs-images/excel_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

span.xls {
  display: block;
  background-image: url(../imagesAssets/pngs-images/excel_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

span.xps {
  display: block;
  background-image: url(../imagesAssets/pngs-images/xps_small.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 20px;
  line-height: 16px;
}

/**
[SPAN DOCUMENT TYPES]
*/
.doc-pdf {
  display: block;
  background-image: url(../imagesAssets/pngs-images/pdf_large.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.doc-docx {
  display: block;
  background-image: url(../imagesAssets/pngs-images/docx_large.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

.doc-xslx {
  display: block;
  background-image: url(../imagesAssets/pngs-images/xlsx_large.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%
}

span.next-item-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-right--blk.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.content-delete-element {
  display: inline-block;
  background-image: url(../imagesAssets/pngs-images/delete-element.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer
}

.content-add-element {
  display: inline-block;
  background-image: url(../imagesAssets/pngs-images/add-element.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 16px;
  padding-left: 18px;
  font-size: .825rem;
  line-height: 16px;
  cursor: pointer
}

.refresh-icon-sqr-wht {
  background-image: url(../imagesAssets/pngs-images/refresh-icon-sqr-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  cursor: pointer
}

.refresh-icon-sqr-blk {
  background-image: url(../imagesAssets/pngs-images/refresh-icon-sqr-blk.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  cursor: pointer
}

.reset-elements-blk {
  display: inline-block;
  background-image: url(../imagesAssets/pngs-images/reset-icon-blk.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 18px;
  padding-left: 20px;
  font-size: .825rem;
  line-height: 18px;
  cursor: pointer
}

.reset-elements-wht {
  display: inline-block;
  background-image: url(../imagesAssets/pngs-images/reset-icon-wht.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: auto;
  height: 18px;
  padding-left: 20px;
  font-size: .825rem;
  line-height: 18px;
  cursor: pointer
}

.reset-elements-rgt-blk {
  display: inline-block;
  background-image: url(../imagesAssets/pngs-images/reset-icon-blk.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: auto;
  height: 18px;
  padding-right: 20px;
  font-size: .825rem;
  line-height: 18px;
  cursor: pointer
}

.reset-elements-rgt-wht {
  display: inline-block;
  background-image: url(../imagesAssets/pngs-images/reset-icon-wht.png);
  background-position: right center;
  background-repeat: no-repeat;
  width: auto;
  height: 18px;
  padding-right: 20px;
  font-size: .825rem;
  line-height: 18px;
  cursor: pointer
}

button.load-more-wht {
  background-image: url(../imagesAssets/pngs-images/load-more-wht.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 34px;
}

button.print-overview-wht {
  background-image: url(../imagesAssets/pngs-images/print-icon-wht.png);
  background-position: 45% 45%;
  background-repeat: no-repeat;
}

button.print-overview-blk {
  background-image: url(../imagesAssets/pngs-images/print-icon-blk.png);
  background-position: 45% 45%;
  /* background-position: center center; */
  background-repeat: no-repeat;
}

button.category-overview-wht {
  background-image: url(../imagesAssets/pngs-images/description-icon-wht.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.category-overview-blk {
  background-image: url(../imagesAssets/pngs-images/description-icon16.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.prev-item-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-left--wht.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.prev-item-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-left--blk.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.next-item-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-right--wht.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.next-item-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-right--blk.png);
  background-position: center center;
  background-repeat: no-repeat;
}

button.load-more-blk {
  background-image: url(../imagesAssets/pngs-images/load-more-blk.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 34px;
}

span.preloader-container {
  margin: 0
}

a {
  outline: none;
  transition: .6s;
}

a.inherit {
  color: inherit;
  text-decoration: none;
}

a.inherit:hover {
  text-decoration: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/

.button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
.button,
button,
input {
  line-height: normal;
}

.button,
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
*
*MAP ORIENTED SETTINGS
*
*/
#map {
  height: 100%;
}

/*
*
* TIME
*/
.capitalize {
  text-transform: capitalize;
}

.red {
  color: red;
}

.closed {
  color: red;
  font-weight: 600
}

.open {
  color: rgba(0, 130, 0, .9875);
  font-weight: 600
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}


.overflow-x-auto {
  overflow-x: auto;
}

.date-pickers {
  background-image: url(../imagesAssets/pngs-images/calender16.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 10px
}

.open-hr-small {
  background-image: url(../imagesAssets/pngs-images/clock-blk-16.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 18px
}

.closed-small {
  background-image: url(../imagesAssets/pngs-images/clock-red-16.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.closed-medium {
  background-image: url(../imagesAssets/pngs-images/clock-red.png);
  background-position: center;
  background-repeat: no-repeat;
}

.open-small {
  background-image: url(../imagesAssets/pngs-images/clock-green-16.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.open-medium {
  background-image: url(../imagesAssets/pngs-images/clock-blk.png);
  background-position: center;
  background-repeat: no-repeat;
}

.distance-small {
  background-image: url(../imagesAssets/pngs-images/direction.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 18px
}

.info-icon-error {
  display: block;
  background-image: url(../imagesAssets/pngs-images/info-icon-foo.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 25px;
  width: auto;
  padding: 0.525rem 0rem 0.525rem 25px;
  color: red !important
}

.info-img-normal {
  display: block;
  background-image: url(../imagesAssets/pngs-images/asr_info_icon_b.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 30px;
  width: auto;
  padding: 0.7525rem 0.525rem 0.7525rem 32px;
  color: black !important
}

.info-img-success {
  display: block;
  background-image: url(../imagesAssets/pngs-images/asr_success_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 30px;
  width: auto;
  padding: 0.7525rem 0.525rem 0.7525rem 32px;
  color: #006738 !important
}

.info-img-error {
  display: block;
  background-image: url(../imagesAssets/pngs-images/asr_info_icon_r.png);
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 30px;
  width: auto;
  padding: 0.7525rem 0.525rem 0.7525rem 32px;
  color: red !important
}

.info-img-user {
  background-image: url(../imagesAssets/pngs-images/user.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 16px
}

.info-img-phone {
  background-image: url(../imagesAssets/pngs-images/phone.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 16px
}

.bb-ward {
  background-image: url(../imagesAssets/pngs-images/arrow-left-last.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.b-ward {
  background-image: url(../imagesAssets/pngs-images/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.ff-ward {
  background-image: url(../imagesAssets/pngs-images/arrow-right-last.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.f-ward {
  background-image: url(../imagesAssets/pngs-images/arrow-right.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.error-bg-image,
.close-bg-image {
  background-image: url(../imagesAssets/pngs-images/minus--.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px
}

.error-info-image {
  background-image: url(../imagesAssets/pngs-images/error.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 40px;
}

.image-preview-error {
  background-image: url(../imagesAssets/pngs-images/no-image.png);
  background-position: center 50%;
  background-repeat: no-repeat;
}

.error-info-000 {
  background-image: url(../imagesAssets/pngs-images/info-icon-ooo.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 26px;
  color: black;
}

.error-info-f00 {
  background-image: url(../imagesAssets/pngs-images/info-icon-foo.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 26px;
  color: red;
}

.error-info-000-sqr {
  background-image: url(../imagesAssets/pngs-images/info-icon-000-sqr.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 26px;
  color: black;
}

.error-info-f00-sqr {
  background-image: url(../imagesAssets/pngs-images/info-icon-foo-sqr.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 26px;
  color: red;
}

.error-info-shadow-f00 {
  background-image: url(../imagesAssets/pngs-images/info-icon-foo.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 26px;
  text-shadow: 1px 1px 1px rgba(255, 0, 0, 0.85);
  color: #ffffff;
}

.success-info-0f0 {
  background-image: url(../imagesAssets/pngs-images/info-positive-icon-ofo.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 26px;
  color: rgb(2, 150, 2);
}

.error-info-bg-image {
  background-image: url(../imagesAssets/pngs-images/error_small.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 2px 0 2px 24px;
  color: red
}

.error-info-f00-icon {
  background-image: url(../imagesAssets/pngs-images/asr_info_icon_r.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding: 2px 0 2px 34px;
  color: red;
}

.error-info-txt {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  border: 1px solid rgba(255, 0, 0, .45);
  border-radius: 3px
}

.refresh-item-icon {
  background-image: url(../imagesAssets/pngs-images/refresh--.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.item-overlay-icon {
  background-image: url(../imagesAssets/pngs-images/arrow-overlay-s-wht.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.edit-item-icon {
  background-image: url(../imagesAssets/pngs-images/pencil.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.edit-bg-image {
  background-image: url(../imagesAssets/pngs-images/pencil.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 13px
}

.cancel-bg-image {
  background-image: url(../imagesAssets/pngs-images/minus---.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 13px
}

.view-bg-g-image {
  background-image: url(../imagesAssets/pngs-images/arrow-right-small.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 12px
}

.view-bg-image-rgt {
  background-image: url(../imagesAssets/pngs-images/arrow-right-blk.png);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 20px
}

.view-bg-image {
  background-image: url(../imagesAssets/pngs-images/arrow-right-blk.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px;
}

.view-bg-image-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-right-wht.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 15px
}

.view-icon-rgt-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-right-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  cursor: pointer
}

.view-icon-rgt-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-right-blk.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  cursor: pointer
}

.view-icon-lft-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-left-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  cursor: pointer
}

.view-icon-lft-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-left-blk.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  cursor: pointer
}

.advanced-view-image-def {
  background-image: url(../imagesAssets/pngs-images/details20-default.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  padding-left: 30px
}

.advanced-view-image-def-no-txt {
  background-image: url(../imagesAssets/pngs-images/details20-default.png);
  background-position: center;
  background-repeat: no-repeat;
}

.advanced-view-no-txt-wht {
  background-image: url(../imagesAssets/pngs-images/eye-view-icon-wht.png);
  background-position: center;
  background-repeat: no-repeat;
}


.advanced-view-no-txt-blk {
  background-image: url(../imagesAssets/pngs-images/eye-view-icon-blk.png);
  background-position: center;
  background-repeat: no-repeat;
}

.advanced-view-image-blk {
  background-image: url(../imagesAssets/pngs-images/details20--.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  padding-left: 30px
}

.advanced-view-image-blk-no-txt {
  background-image: url(../imagesAssets/pngs-images/details20--.png);
  background-position: center;
  background-repeat: no-repeat;
}

.display-bg-image {
  background-image: url(../imagesAssets/pngs-images/eye-open.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 11px
}

.display-overview-image {
  background-image: url(../imagesAssets/pngs-images/details16.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 17px
}

.hide-bg-image {
  background-image: url(../imagesAssets/pngs-images/eye-close.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 11px
}

.user-bg-image {
  background-image: url(../imagesAssets/pngs-images/user2020.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px
}

.info-bg-image-pos-lft {
  background-image: url(../imagesAssets/pngs-images/asr_info_icon_b.png);
  background-position: 98% 50%;
  background-repeat: no-repeat
}

.info-bg-image-pos-rgt {
  background-image: url(../imagesAssets/pngs-images/asr_info_icon_b.png);
  background-position: 1% 50%;
  background-repeat: no-repeat;
  padding: 2px 0 2px 30px;
  display: block
}

.upload-bg-image {
  background-image: url(../imagesAssets/pngs-images/upload.png);
  background-position: 6% 50%;
  background-repeat: no-repeat;
  padding: .675rem 6%;
}

.upload-min-image {
  background-image: url(../imagesAssets/pngs-images/upload.png);
  background-position: center;
  background-repeat: no-repeat;
}

.upload-images-bg {
  background-image: url(../imagesAssets/pngs-images/upload32.png);
  background-position: 0% center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.drag-drop-images-bg {
  background-image: url(../imagesAssets/pngs-images/drag-drop-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 55px
}

.attachment-bg-image {
  background-image: url(../imagesAssets/pngs-images/attachment-icon.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 22px
}

.user-img {
  background-image: url(../imagesAssets/pngs-images/user15.png);
  background-position: center;
  background-repeat: no-repeat
}

.email-img {
  background-image: url(../imagesAssets/pngs-images/envelop-email-v3-small.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.email-icon-blk {
  background-image: url(../imagesAssets/pngs-images/email-icon-blk.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.email-icon-wht {
  background-image: url(../imagesAssets/pngs-images/email-icon-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.session-key-icon-blk {
  background-image: url(../imagesAssets/pngs-images/session-key-blk.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.session-key-icon-wht {
  background-image: url(../imagesAssets/pngs-images/session-key-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.msg-send-icon-blk {
  background-image: url(../imagesAssets/pngs-images/msg-send-icon-blk.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.msg-send-icon-wht {
  background-image: url(../imagesAssets/pngs-images/msg-send-icon-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.http-img {
  background-image: url(../imagesAssets/pngs-images/world.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.postal-code-img {
  background-image: url(../imagesAssets/pngs-images/postcode-finder-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  min-width: 20px
}

.email-contact-img {
  background-image: url(../imagesAssets/pngs-images/envelop-email-v3-small.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px
}

.pwd-img {
  background-image: url(../imagesAssets/pngs-images/lock20-default.png);
  background-position: center;
  background-repeat: no-repeat
}

.loc-img {
  background-image: url(../imagesAssets/pngs-images/location-pos-icon-def.png);
  background-position: center;
  background-repeat: no-repeat
}

.shop-list-img {
  background-image: url(../imagesAssets/pngs-images/purchase20.png);
  background-position: center;
  background-repeat: no-repeat
}

.searches-img {
  background-image: url(../imagesAssets/pngs-images/search-icon-col20.png);
  background-position: center;
  background-repeat: no-repeat
}

.search-img-right {
  background-image: url(../imagesAssets/pngs-images/search-icon-col20.png);
  background-position: 98% center;
  background-repeat: no-repeat
}

.search-img-right-blk {
  background-image: url(../imagesAssets/pngs-images/search-icon-blk.png);
  background-position: 98% center;
  background-repeat: no-repeat
}

.search-img-right-wht {
  background-image: url(../imagesAssets/pngs-images/search-icon-wht.png);
  background-position: 98% center;
  background-repeat: no-repeat
}

.notice-img {
  background-image: url(../imagesAssets/pngs-images/bell-alarm20-default.png);
  background-position: center;
  background-repeat: no-repeat
}

.close-img {
  background-image: url(../imagesAssets/pngs-images/close-border-bg.png);
  background-position: center;
  background-repeat: no-repeat
}

.close-item-icon {
  background-image: url(../imagesAssets/pngs-images/close-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}

/*NEW ITEM ICONS*/
.new-item-left-blk {
  background-image: url(../imagesAssets/pngs-images/description-icon16.png);
  background-position: 15% center;
  background-repeat: no-repeat;
}

.new-item-blk {
  background-image: url(../imagesAssets/pngs-images/description-icon16.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  padding: 2px;
  display: inline-block;
}

.new-item-blk:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

.new-item-left-wht {
  background-image: url(../imagesAssets/pngs-images/description-icon-wht.png);
  background-position: 15% center;
  background-repeat: no-repeat;
}

.new-item-wht {
  background-image: url(../imagesAssets/pngs-images/description-icon-wht.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  padding: 2px;
  display: inline-block
}

.new-item-wht:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

/*IMAGE ITEM ICONS*/
.image-item-icon {
  background-image: url(../imagesAssets/pngs-images/image-icon.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  padding-left: 22px;
}

.image-item-icon-wht {
  background-image: url(../imagesAssets/pngs-images/image-icon-wht.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  padding-left: 22px;
}

.new-image-icon {
  background-image: url(../imagesAssets/pngs-images/image-add-icon.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  padding-left: 22px;
}

.new-image-icon-wht {
  background-image: url(../imagesAssets/pngs-images/image-add-icon-wht.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  padding-left: 22px;
}

.replace-image-icon {
  background-image: url(../imagesAssets/pngs-images/image-replace-icon.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  padding-left: 22px;
}

.replace-image-icon-wht {
  background-image: url(../imagesAssets/pngs-images/image-replace-icon-wht.png);
  background-position: 2px center;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 22px;
  min-height: 22px;
  padding-left: 22px;
}

/*[PASSWORD CTRL ICON]*/
.show-password-blk {
  background-image: url(../imagesAssets/pngs-images/eye-open.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px
}

.hide-password-blk {
  background-image: url(../imagesAssets/pngs-images/eye-close.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px
}

.show-password-wht {
  background-image: url(../imagesAssets/pngs-images/eye-open-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px
}

.hide-password-wht {
  background-image: url(../imagesAssets/pngs-images/eye-close-wht.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px
}

/*PRINT ITEM ICONS*/
.print-item-left {
  background-image: url(../imagesAssets/pngs-images/print-icon.png);
  background-position: 15% center;
  background-repeat: no-repeat;
}

.print-item {
  background-image: url(../imagesAssets/pngs-images/print-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*SEND ITEM ICONS*/
.send-item-left {
  background-image: url(../imagesAssets/pngs-images/send-icon-20-blk.png);
  background-position: 15% center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.send-item {
  background-image: url(../imagesAssets/pngs-images/send-icon-20-blk.png);
  background-position: 25% 70%;
  background-repeat: no-repeat;
  min-width: 22px;
  min-height: 22px;
}

.send-item-msg {
  background-image: url(../imagesAssets/pngs-images/send-icon-20-wht.png);
  background-position: 50% 45%;
  background-repeat: no-repeat;
}

/*MESSAGE ITEM ICONS*/
.msg-item-attachment {
  background-image: url(../imagesAssets/pngs-images/attachment-icon-wht.png);
  background-position: 50% 45%;
  background-repeat: no-repeat;
}

.attachment-item-icon {
  background-image: url(../imagesAssets/pngs-images/attachment-icon.png);
  background-position: 50% 45%;
  background-repeat: no-repeat;
}

.message-item-icon {
  background-image: url(../imagesAssets/pngs-images/message-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.read-msgs {
  background-image: url(../imagesAssets/pngs-images/reading-icon--.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 15px;
}

.read-prev-msg {
  background-image: url(../imagesAssets/pngs-images/arrow-up-blk.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
}

.read-next-msg {
  background-image: url(../imagesAssets/pngs-images/arrow-down-blk.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 22px;
}

.write-item-icon {
  background-image: url(../imagesAssets/pngs-images/draw-icon--.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.reply-item-icon {
  background-image: url(../imagesAssets/pngs-images/reply-msg-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*SAVE ITEM ICONS*/
.save-item-left {
  background-image: url(../imagesAssets/pngs-images/save-icon16.png);
  background-position: 15% center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.save-item {
  background-image: url(../imagesAssets/pngs-images/save-icon16.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*CUT ITEM ICONS*/
.cut-item-left {
  background-image: url(../imagesAssets/pngs-images/scissor.png);
  background-position: 15% center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.cut-item {
  background-image: url(../imagesAssets/pngs-images/scissor.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*DELETE ICONS*/
.delete-img-left {
  background-image: url(../imagesAssets/pngs-images/delete-icon.png);
  background-position: 15% center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.delete-img {
  background-image: url(../imagesAssets/pngs-images/delete-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.delete-ctrl-blk {
  background-image: url(../imagesAssets/pngs-images/bin-delete-icon-blk.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  min-height: 20px;
  display: inline-block;
}

.delete-ctrl-wht {
  background-image: url(../imagesAssets/pngs-images/bin-delete-icon-wht.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  min-height: 20px;
  display: inline-block;
}

.delete-ctrl-blk:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

.delete-ctrl-wht:hover {
  opacity: .2;
  filter: alpha(opacity=20);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

.delete-item-icon {
  background-image: url(../imagesAssets/pngs-images/bin-delete-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled],
input[disabled] {
  cursor: default
}

/*[INPUT DEFAULT BACKGROUND]*/
input.user {
  background-image: url(../imagesAssets/pngs-images/user15.png);
  background-position: 98% 50%;
  background-repeat: no-repeat
}

input.pass {
  background-image: url(../imagesAssets/pngs-images/key-pass.png);
  background-position: 98% 50%;
  background-repeat: no-repeat
}

input.email {
  background-image: url(../imagesAssets/pngs-images/envelop-email-v3-small.png);
  background-position: 98% 50%;
  background-repeat: no-repeat
}

input.email-large {
  background-image: url(../imagesAssets/pngs-images/envelop-email-v2.png);
  background-position: 98% 50%;
  background-repeat: no-repeat
}

input.location {
  background-image: url(../imagesAssets/pngs-images/town-icon-small.png);
  background-position: 98% 50%;
  background-repeat: no-repeat
}

input.location-pos {
  background-image: url(../imagesAssets/pngs-images/location-pos-icon-def.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

/*[PASSWORD STRENGHT INDICATOR]*/
#password-strength-message {
  display: none;
  text-align: left;
  margin: 0 auto 3px;
  width: 96%;
  padding: .325rem .525rem;
  padding-left: 20px;
}

#password-error-message {
  display: none;
  text-align: left;
  margin: 0 auto 3px;
  width: 96%;
  padding: .325rem .525rem;
  padding-left: 20px;
}

.pwd-short {
  background-image: url(../imagesAssets/pngs-images/minus--.png);
  background-position: 0% 40%;
  background-repeat: no-repeat;
  color: #ff0000;
  padding-left: 20px
}

.pwd-weak {
  background-image: url(../imagesAssets/pngs-images/minus--.png);
  background-position: 0% 40%;
  background-repeat: no-repeat;
  color: #e66c2c;
  padding-left: 20px
}

.pwd-good {
  background-image: url(../imagesAssets/pngs-images/plus-success.png);
  background-position: 0% 40%;
  background-repeat: no-repeat;
  color: #2d98f3;
  padding-left: 22px
}

.pwd-strong {
  background-image: url(../imagesAssets/pngs-images/plus-success.png);
  background-position: 0% 40%;
  background-repeat: no-repeat;
  color: #006400;
  padding-left: 22px
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
* 4.  Known issue: excess padding remains in IE 6.
*/
.col1of2,
.col1of3,
.col2of3,
.col1of4,
.col2of4,
.col3of4,
.col1of5,
.col2of5,
.col3of5,
.col4of5,
.col1of6,
.col2of6,
.col3of6,
.col4of6,
.col5of6,
.col1of7,
.col2of7,
.col3of7,
.col4of7,
.col5of7,
.col6of7,
.col1of8,
.col2of8,
.col3of8,
.col4of8,
.col5of8,
.col6of8,
.col7of8,
.col1of9,
.col2of9,
.col3of9,
.col4of9,
.col5of9,
.col6of9,
.col7of9,
.col8of9,
.col1of10,
.col2of10,
.col3of10,
.col4of10,
.col5of10,
.col6of10,
.col7of10,
.col8of10,
.col9of10,
.col1of2of12,
.col1of12,
.col5of12,
.col7of12,
.col11of12,
.col1of13,
.col1of14 {
  display: inline-block;
  box-sizing: border-box;
}

.col1of2,
.col2of4,
.col3of6,
.col4of8 {
  width: 50%;
}

.col1of3,
.col2of6 {
  width: 33.33333%;
}

.col2of3,
.col4of6 {
  width: 66.66666%;
}

.col1of4,
.col2of8 {
  width: 25%;
}

.col3of4,
.col6of8 {
  width: 75%;
}

.col1of10 {
  width: 10%;
}

.col1of5 {
  width: 20%;
}

.col2of5 {
  width: 40%;
}

.col3of5 {
  width: 60%;
}

.col4of5 {
  width: 80%;
}

.col1of6 {
  width: 16.66666%;
}

.col5of6 {
  width: 83.33333%;
}

.col1of7 {
  width: 14.2857%;
}

.col2of7 {
  width: 28.57142%;
}

.col3of7 {
  width: 42.85714%;
}

.col4of7 {
  width: 57.1428%;
}

.col5of7 {
  width: 71.4285%;
}

.col6of7 {
  width: 85.7142%;
}

.col1of8 {
  width: 12.5%;
}

.col3of8 {
  width: 37.5%;
}

.col5of8 {
  width: 62.5%;
}

.col7of8 {
  width: 87.5%;
}

.col1of9 {
  width: 11.11%;
}

.col2of9 {
  width: 22.22%;
}

.col4of9 {
  width: 44.44%;
}

.col5of9 {
  width: 55.55%;
}

.col7of9 {
  width: 77.78%;
}

.col8of9 {
  width: 88.89%;
}

.col9of10 {
  width: 90%;
}

.col1of2of12 {
  width: 4.16666%;
}

.col1of12 {
  width: 8.33333%;
}

.col5of12 {
  width: 41.66666%;
}

.col7of12 {
  width: 58.33333%;
}

.col11of12 {
  width: 91.66666%;
}

.col1of13 {
  width: 7.69%;
}

.col1of14 {
  width: 7.14%;
}

/*
[MARGINIZED COLUMNS]
*/
.col-m1-1of2,
.col-mm1-1of2,
.col-m1-1of3,
.col-mm1-1of3,
.col-m1-2of3,
.col-mm1-2of3,
.col-m1-1of4,
.col-mm1-1of4,
.col-m1-1of5,
.col-mm1-1of5,
.col-m1-1of6,
.col-mm1-1of6,
.col-m1-1of8,
.col-mm1-1of8,
.col-mm1-5of6 {
  display: inline-block;
  box-sizing: border-box;
}

.col-m1-1of2 {
  width: 49%;
  margin: .5%;
}

.col-mm1-1of2 {
  width: 49.5%;
  margin: .25%;
}

.col-m1-1of3 {
  width: 32.33%;
  margin: .5%;
}

.col-mm1-1of3 {
  width: 32.83%;
  margin: .25%;
}

.col-m1-2of3 {
  width: 64.66%;
  margin: .5%;
}

.col-mm1-2of3 {
  width: 65.66%;
  margin: .25%;
}

.col-m1-1of4 {
  width: 24%;
  margin: .5%;
}

.col-mm1-1of4 {
  width: 24.5%;
  margin: .25%;
}

.col-m1-1of5 {
  width: 19.2%;
  margin: .5%;
}

.col-mm1-1of5 {
  width: 19.6%;
  margin: .25%;
}

.col-m1-1of6 {
  width: 16%;
  margin: .5%;
}

.col-mm1-1of6 {
  width: 16%;
  margin: .25%;
}

.col-mm1-5of6 {
  width: 83%;
  margin: .25%;
}

.col-m1-1of8 {
  width: 12%;
  margin: .5%;
}

.col-mm1-1of8 {
  width: 12.25%;
  margin: .25%;
}

/*
[WIDTH DIMENSION]
*/
.full-width {
  width: 100%;
}

.crop-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.centered-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.no-float {
  float: none;
}

.hidden {
  display: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.no-resize {
  resize: none
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-basis {
  flex: 0 0 100%;
}

/*
[CURSORS]
*/
.alias {
  cursor: alias;
}

.all-scroll {
  cursor: all-scroll;
}

.auto {
  cursor: auto;
}

.cell {
  cursor: cell;
}

.context-menu {
  cursor: context-menu;
}

.col-resize {
  cursor: col-resize;
}

.copy {
  cursor: copy;
}

.crosshair {
  cursor: crosshair;
}

.default {
  cursor: default;
}

.e-resize {
  cursor: e-resize;
}

.ew-resize {
  cursor: ew-resize;
}

.grab {
  cursor: grab;
}

.grabbing {
  cursor: grabbing;
}

.help {
  cursor: help;
}

.move {
  cursor: move;
}

.n-resize {
  cursor: n-resize;
}

.ne-resize {
  cursor: ne-resize;
}

.nesw-resize {
  cursor: nesw-resize;
}

.ns-resize {
  cursor: ns-resize;
}

.nw-resize {
  cursor: nw-resize;
}

.nwse-resize {
  cursor: nwse-resize;
}

.no-drop {
  cursor: no-drop;
}

.none {
  cursor: none;
}

.not-allowed {
  cursor: not-allowed;
}

.pointer {
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}

.progress {
  cursor: progress;
}

.row-resize {
  cursor: row-resize;
}

.s-resize {
  cursor: s-resize;
}

.se-resize {
  cursor: se-resize;
}

.sw-resize {
  cursor: sw-resize;
}

.text {
  cursor: text;
}

.url {
  cursor: url(myBall.cur), auto;
}

.w-resize {
  cursor: w-resize;
}

.wait {
  cursor: wait;
}

.zoom-in {
  cursor: zoom-in;
}

.zoom-out {
  cursor: zoom-out;
}

/*
[TEXT-DECORATION]
*/
.text-shadow-blk {
  text-shadow: 1px 1px #000;
}

.text-shadow-teal {
  text-shadow: 1px 1px teal;
}

.text-shadow-wht {
  text-shadow: 1px 1px #fff;
}

.text-under-line {
  text-decoration: underline
}

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

.text-strike-thru {
  text-decoration: line-through
}

.text-top-lined {
  text-decoration: overline
}

/*
[FONT WEIGHT]
*/
.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

/*
[ELEMENT HOVER]
*/
.hover-tl-btm-bd:hover {
  border-bottom: 1px solid rgba(0, 128, 128, 1);
}

.hover-red-underline:hover {
  text-decoration: underline;
  color: red
}

.hover-red-none:hover {
  text-decoration: none;
  color: red
}

.hover-over:hover {
  text-decoration: underline;
}

.header-info-text {
  color: red !important
}

/*
[ERROR INFROMATION]
*/
.info-error-alert {
  background-color: rgba(255, 0, 0, .25);
  border: 1px dotted rgba(255, 0, 0, 1);
  color: red
}

.info-ok-alert {
  background-color: rgba(0, 255, 0, .10);
  border: 1px dotted rgba(0, 255, 0, .10);
}

.error-text {
  color: red !important
}

.error-text img:not(.prefs-changes) {
  float: left;
  margin-top: -3px !important
}

/*
[SUCCESS INFORMATION]
*/
.confirm-info-text {
  color: rgba(0, 128, 0, 1) !important
}

.success-text {
  color: teal !important
}

.success-text img:not(.prefs-changes) {
  float: left;
  margin-top: -3px !important
}

.success-bg-image {
  background-image: url(../imagesAssets/pngs-images/plus-success.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 22px;
  color: rgba(0, 128, 0, 1);
}

/*POSITION */
.pos-right-100 {
  right: 100%;
}

.pos-right-50-px {
  right: 50px;
}

.pos-right {
  right: 0%;
}

.pos-left {
  left: 0%;
}

/*
[COLORS]
*/
.color-white {
  color: #fff !important
}

.color-teal {
  color: teal !important
}

.color-black {
  color: #000 !important
}

.color-gray {
  color: #6d6d6d !important
}

.color-default-red {
  color: #ff0000 !important
}

.color-default-green {
  color: green !important
}

.color-default {
  color: #a97c50 !important
}

.color-default-dark-red {
  color: #8b0000 !important
}

.color-default-burly-wood {
  color: #deb887 !important
}

.active-bg-white {
  background-color: white
}

.elem-deactivated,
.element-deleted {
  color: rgba(255, 0, 0, .65);
}

/*
[RADIUS]
*/
.radius-five {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px
}

.radius-three {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px
}

.radius-right-two {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.radius-left-two {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -ms-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}

.radius-two {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px
}

.radius-top-five {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.radius-top-three {
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

.radius-top-two {
  -webkit-border-radius: 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  -ms-border-radius: 2px 2px 0px 0px;
  -o-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
}

.radius-right-five {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

.radius-right-three {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.radius-btm-five {
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -ms-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.radius-btm-three {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}

.radius-btm-left-three {
  -webkit-border-radius: 0px 0px 0px 3px;
  -moz-border-radius: 0px 0px 0px 3px;
  -ms-border-radius: 0px 0px 0px 3px;
  -o-border-radius: 0px 0px 0px 3px;
  border-radius: 0px 0px 0px 3px;
}

.radius-btm-right-three {
  -webkit-border-radius: 0px 0px 3px 0px;
  -moz-border-radius: 0px 0px 3px 0px;
  -ms-border-radius: 0px 0px 3px 0px;
  -o-border-radius: 0px 0px 3px 0px;
  border-radius: 0px 0px 3px 0px;
}

.radius-btm-two {
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  -ms-border-radius: 0px 0px 2px 2px;
  -o-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

.radius-left-five {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

.radius-left-three {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.radius-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%
}

.radius-five-fifteen {
  -webkit-border-radius: 5px 15px 15px 5px;
  -moz-border-radius: 5px 15px 15px 5px;
  -ms-border-radius: 5px 15px 15px 5px;
  -o-border-radius: 5px 15px 15px 5px;
  border-radius: 5px 15px 15px 5px;
}

/**
[BORDERS SETTINGS]
*/
.border-teal {
  border: 1px solid teal !important
}

.border-red {
  border: 1px solid red !important
}

.border-top-default {
  border-top: 1px solid rgba(142, 14, 20, .97)
}

.border-white {
  border: 1px solid #ffffff
}

.border-white-fifty {
  border: 1px solid rgba(255, 255, 255, .105);
}

.border-black {
  border: 1px solid #000
}

.border-gray {
  border: 1px solid #6d6d6d
}

.border-gray-light {
  border: 1px solid rgba(109, 109, 109, .5)
}

.border-default-color {
  border: 1px solid #a97c50
}

.border-btm-rd {
  border-bottom: 1px solid #ff0000
}

.border-btm-black {
  border-bottom: 1px solid #000
}

.border-btm-lg {
  border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.border-top-lg {
  border-top: 1px solid rgba(0, 0, 0, .5)
}

.border-default {
  border: 1px solid rgba(169, 124, 80, 1)
}

.border-default-light {
  border: 1px solid rgba(169, 124, 80, .5)
}

.border-lt-rt-default {
  border-left: 1px solid rgba(142, 14, 20, .475);
  border-right: 1px solid rgba(142, 14, 20, .475)
}

.bd-tl-svn-fv {
  border: 1px solid rgba(0, 128, 128, .75)
}

.border-teal-fifty {
  border: 1px solid rgba(0, 128, 128, .5)
}

.bd-tl-tty-fv {
  border: 1px solid rgba(0, 128, 128, .25)
}

.border-teal-thinned {
  border: 1px solid rgba(0, 128, 128, .125)
}

.border-teal {
  border: 1px solid rgba(0, 128, 128, 1)
}

.border-teal-btm {
  border-bottom: 1px solid rgba(0, 128, 128, 1)
}

.bd-btm-tl-tty-fv {
  border-bottom: 1px solid rgba(0, 128, 128, .25)
}

.bd-btm-two-tl-tty-fv {
  border-bottom: 2px solid rgba(0, 128, 128, .25)
}

.border-teal-dotted {
  border: 1px dotted teal
}

.border-red-dotted {
  border: 1px dotted red
}

.no-border {
  border: none
}

.no-border-lt-rt {
  border-left: none;
  border-right: none
}

.no-border-lt {
  border-left: none
}

.no-border-rt {
  border-right: none
}

.border-teal-dotted-lrt {
  border: 1px dotted teal;
  border-bottom: none
}

.border-teal-dotted-lrb {
  border: 1px dotted teal;
  border-top: none
}

.no-border-top {
  border-top: none
}

.no-border-btm {
  border-bottom: none
}

.bg-contact-form {
  background-color: rgba(0, 124, 124, .35)
}

.bg-color-default {
  background-color: rgba(169, 124, 80, 1)
}

.bg-color-teal-one-two-five {
  background-color: rgba(0, 128, 128, .155)
}

.bg-clr-tl-tty-fv {
  background-color: rgba(0, 128, 128, .25)
}

.hover-bg-clr-tl-tty-fv:hover {
  background-color: rgba(0, 128, 128, .25)
}

.bg-color-teal-fifty {
  background-color: rgba(0, 128, 128, .5)
}

.bg-color-teal-seven-five {
  background-color: rgba(0, 128, 128, .75)
}

.bg-color-teal {
  background-color: rgba(0, 128, 128, 1)
}

.bg-color-white {
  background-color: white
}

.bg-color-login {
  background-color: rgba(137, 20, 34, .572549)
}

.bg-color-gray {
  background-color: rgba(128, 128, 128, .97)
}

.bg-color-gray-light {
  background-color: rgba(128, 125, 128, .372549)
}

.hide {
  display: none
}

.left {
  float: left !important
}

.block {
  display: block !important
}

.inherit {
  height: inherit !important;
  width: inherit !important
}

/**[HOVER]*/
.asr-s-hover-1:hover {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-s-hover-2:hover {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-s-hover-3:hover {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-s-hover-4:hover {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-s-hover-5:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-s-hover-6:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-s-hover-7:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.asr-d-in-b {
  display: inline-block !important
}

.right {
  float: right !important
}

.align-right-twenty {
  right: 20px !important
}

.align-right {
  right: 0px !important;
}

.align-right-ten-percent {
  right: 10% !important
}

.align-left-twenty {
  left: 20px !important
}

.align-left-ten-percent {
  left: 10% !important
}

.align-left-five-percent {
  left: 5% !important
}

.align-left {
  left: 0px !important;
}

/**
[TEXT ALIGNMENTS]
*/
.asr-txt-aln-lft {
  text-align: left !important
}

.asr-txt-aln-ctr {
  text-align: center !important
}

.asr-txt-aln-rgt {
  text-align: right !important
}

.asr-txt-aln-jtfy {
  text-align: justify !important
}

.mgn-top-less-two {
  margin: -2% 0px 0px !important
}

.padding-top-three {
  padding-top: 3px !important
}

.no-padding-btm {
  padding-bottom: 0 !important
}

.no-padding-top {
  padding-top: 0 !important
}

.shadow-white-three {
  -moz-box-shadow: 3px 3px 5px #fff;
  -webkit-box-shadow: 0px 0px 3px #fff;
  box-shadow: 0px 0px 3px #fff;
}

.shadow-filter-wht-five {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .5));
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, .5));
}

.shadow-filter-blk-five {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .5));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .5));
}

.shadow-white-five {
  -moz-box-shadow: 0px 0px 5px #fff;
  -webkit-box-shadow: 0px 0px 5px #fff;
  box-shadow: 0px 0px 5px #fff;
}

.shadow-white-eight {
  -moz-box-shadow: 0px 0px 8px #fff;
  -webkit-box-shadow: 0px 0px 8px #fff;
  box-shadow: 0px 0px 8px #fff;
}

.shadow-white-ten {
  -moz-box-shadow: 0px 0px 10px #fff;
  -webkit-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

.shadow-wht-blur-eight {
  -moz-box-shadow: 0px 8px 8px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 8px 0px rgba(255, 255, 255, 1);
}

.shadow-wht-blur-five {
  -moz-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 1);
}

.shadow-black-three {
  -moz-box-shadow: 0px 0px 3px #000;
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000;
}

.shadow-blk-blur-eight {
  -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 1);
}

.shadow-blk-blur-five {
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
}

.shadow-black-two {
  -moz-box-shadow: 0px 0px 2px #000;
  -webkit-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
}

.shadow-black-five {
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;
  box-shadow: 0px 0px 5px #000;
}

.shadow-red-five {
  -moz-box-shadow: 0px 0px 5px #f00;
  -webkit-box-shadow: 0px 0px 5px #f00;
  box-shadow: 0px 0px 5px #f00;
}

.shadow-black-eight {
  -moz-box-shadow: 0px 0px 8px #000;
  -webkit-box-shadow: 0px 0px 8px #000;
  box-shadow: 0px 0px 8px #000;
}

.shadow-black-ten {
  -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
}

.shadow-teal-eight {
  -moz-box-shadow: 0px 0px 8px teal;
  -webkit-box-shadow: 0px 0px 8px teal;
  box-shadow: 0px 0px 8px teal;
}

.shadow-teal-three {
  -moz-box-shadow: 0px 0px 3px teal;
  -webkit-box-shadow: 0px 0px 3px teal;
  box-shadow: 0px 0px 3px teal;
}

.shadow-teal-five {
  -moz-box-shadow: 0px 0px 5px teal;
  -webkit-box-shadow: 0px 0px 5px teal;
  box-shadow: 0px 0px 5px teal;
}

.shadow-teal-eight {
  -moz-box-shadow: 0px 0px 8px teal;
  -webkit-box-shadow: 0px 0px 8px teal;
  box-shadow: 0px 0px 8px teal;
}

.shadow-teal-ten {
  -moz-box-shadow: 0px 0px 10px teal;
  -webkit-box-shadow: 0px 0px 10px teal;
  box-shadow: 0px 0px 10px teal;
}

.shadow-blk-toggle {
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .8);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .8);
}

body {
  background-color: rgba(248, 247, 244, 1);
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, 'News Gothic', 'Century Gothic', 'Helvetica New', 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', tahoma, verdana;
  font-style: normal;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

html {
  font-family: "AvenirNextLTW01-UltraLi", "News Gothic", "Century Gothic", "Helvetica New", tahoma, verdana, Helvetica, Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  font-size: .89967rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  /*min-width: 1400px !important;*/
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit
}

a {
  cursor: pointer;
  background-color: transparent;
  color: #474747
}

a.clr-default {
  outline: none;
  text-decoration: none;
  text-decoration: underline;
  color: inherit
}

a.clr-default:hover {
  text-decoration: none;
}

a.clr-is-default {
  outline: none;
  text-decoration: none;
  color: inherit
}

a.clr-is-default:hover {
  text-decoration: underline;
}

a.no-outline {
  outline: none;
  text-decoration: none;
}

a.no-outline:hover {
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: underline
}

a img {
  border: none
}

[href^=tel] {
  color: inherit;
  text-decoration: underline
}

[href^=cookies] {
  color: #6d6d6d;
  text-decoration: underline
}

img:not([src]) {
  display: none
}

.clearfix {
  overflow: auto
}

.clear-both {
  clear: both
}

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

* {
  box-sizing: border-box
}

.loader-size {
  height: 20px !important;
  width: 20px !important
}

*:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

button,
.button {
  border: 0 solid rgba(57, 57, 57, .3);
  color: rgba(71, 71, 71, 1);
  cursor: pointer;
  /*display: inline-block;*/
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  overflow: visible;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background-color .4s ease-out;
  white-space: nowrap;
  outline: none;
}

.button,
button,
input,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 0.875rem;
  /* font-size: inherit; */
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
}

.button,
input[type='button'].primary {
  background-color: rgba(0, 128, 128, .6);
  color: white;
  white-space: normal;
  height: auto;
  padding: .435rem 1.125rem;
  margin: 2px 0;
  outline: none;
}

button.primary {
  background-color: rgba(237, 49, 54, 1);
  color: white;
  white-space: normal;
  height: auto;
  padding: 0 1.53846rem;
  margin: auto;
  font-size: 0.875698rem;
  line-height: 0.875698rem;
  outline: none;
}

span.primary {
  background-color: rgba(0, 128, 128, .6);
  font-size: 1.025rem;
  color: white;
  white-space: normal;
  height: auto;
  padding: .35923rem 1.123846rem;
  margin: 2px 0
}

button.secondary {
  background-color: rgba(237, 49, 54, 1);
  color: white;
  white-space: normal;
  height: auto;
  line-height: 1rem;
  padding: 0.3rem 1.2rem 0.4rem;
  margin-top: 1%;
  outline: none;
}

button.v-aligned span,
.button.v-aligned span {
  display: table-cell;
  position: relative !important;
  vertical-align: middle
}

button.v-aligned i,
.button.v-aligned i {
  display: table-cell !important
}

.gly-glsy-overlay {
  /* For browsers that do not support gradients */
  background-color: rgba(115, 115, 115, 1);
  /* Standard syntax (must be last) */
  background-image: linear-gradient(rgba(0, 0, 0, 1) 50%, rgba(115, 115, 115, 1) 30%, white);
}

button:hover:not(.active) {
  opacity: .2;
  filter: alpha(opacity=20);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
  -webkit-transition: .4s;
  transition: .4s;
}

.button:hover:not(.button-no-events) {
  opacity: .7;
  filter: alpha(opacity=70);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-transition: .4s;
  transition: .4s;
}

.button-no-events {
  opacity: .3;
  filter: alpha(opacity=30);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.30;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: not-allowed;
  pointer-events: none
}

.button-none-event {
  opacity: .4;
  filter: alpha(opacity=40);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: 0.40;
  -webkit-transition: .4s;
  transition: .4s;
}

.body-no-events {
  opacity: .15;
  filter: alpha(opacity=15);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=15);
  -moz-opacity: 0.15;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: not-allowed;
  pointer-events: none;
}

.contents-blend-out {
  opacity: .15;
  filter: alpha(opacity=15);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=15);
  -moz-opacity: 0.15;
  pointer-events: none;
}

.body-no-event {
  pointer-events: none
}

input[type='checkbox'],
input[type='radio'] {
  width: 10px;
  height: 10px;
  margin: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

input {
  line-height: normal
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

input[type=text]:focus:not(.no-focus),
input[type=password]:focus:not(.no-focus),
textarea:focus:not(.no-focus) {
  height: inherit;
  border: 1px solid #838383;
  color: #838383;
  box-shadow: 0px 0px 3px #838383
}

input[placeholder]:not(.no-focus),
textarea[placeholder] {
  color: #838383;
  font-weight: narrower
}

textarea:focus,
input:focus:not(.no-focus) {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #838383;
}

input:-moz-placeholder {
  color: #838383;
}

input::-moz-placeholder {
  color: #838383;
}

input:-ms-input-placeholder {
  color: #838383;
}

textarea::-webkit-input-placeholder {
  color: #838383;
}

textarea:-moz-placeholder {
  color: #838383;
}

textarea::-moz-placeholder {
  color: #838383;
}

textarea:-ms-input-placeholder {
  color: #838383;
}


input[type=text]:focus+input[type=text]::after {
  content: '';
}

legend {
  border: 0
}

textarea {
  overflow: auto
}

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

/*YARD STICK POINTER TO CAPTURE WINDOW RESIZE */

.yard-stick-pointer {
  float: left
}

/*
*MAIN BODY
*/

main {
  color: rgba(255, 255, 255, 1);
  height: auto;
  transition: .8s;
}

main::after {
  clear: both
}

main.admin {
  height: 100%;
}

/*
[ANIMATION]
*/
/*[PULSATE]*/
.asr-pstg-c::before {
  content: '\0000a0';
  visibility: hidden;
  width: 0;
}

.asr-pstg-c {
  -moz-box-align: center;
  box-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: 0;
}

.asr-pstg-sc {
  background-color: #f50057;
  -moz-border-radius: 50%;
  -moz-box-align: center;
  box-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  box-pack: center;
  justify-content: center;
}

.asr-pstg {
  border: 3px solid #f50057;
  -moz-border-radius: 50%;
  -moz-box-flex: none;
  border-radius: 50%;
  flex: none;
  height: 15px;
  width: 15px;
  margin: 0 -15px;
  animation: pulsate 1.8s ease-out;
  animation-iteration-count: 1;
  animation-iteration-count: infinite;
}

/*
[OVERLAYER-MAIN]
*/
img.preload {
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  animation-name: ctrl-loading-spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*
* OVERLAYER-MAIN
*/
img.loader {
  animation-name: ctrl-loading-spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.main-controls-overlay-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: teal;
  z-index: 2001 !important;
}

.main-controls-sub-overlay {
  display: none;
  position: fixed;
  width: 60%;
  height: auto;
  max-height: 80%;
  left: 50%;
  top: 50%;
  margin: -10% 0 0 -30%;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 2001 !important;
}

.main-controls-sub-overlay .overlay-container-close {
  position: absolute;
  background-image: url(../imagesAssets/pngs-images/close-border-bg.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 2002 !important;
}

.overlay-container-content-body {
  width: 98%;
  height: 98%;
  margin: 1% auto;
  background-color: #fff;
}

.overlay-container-content {
  position: relative;
  width: 98%;
  margin: 1% auto;
  min-height: 60px;
  text-align: center;
}

.asr-home-content-links {
  font-family: 'NewsGothicBTWebCond', 'Trebuchet MS', 'Century Gothic', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif !important;
  display: none;
  position: absolute;
  width: auto;
  height: auto;
  padding: 1.0630rem 0;
  z-index: 2 !important;
  content: "";
}

.shadowy-dark {
  color: teal;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 128, 128, .25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
}

.shadowy-gray-light {
  border: 1px solid rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .5);
}

.shadowy-light {
  color: white;
  background-color: rgba(0, 128, 128, .5);
  border: 1px solid rgba(255, 255, 255, .25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 5px 0px rgba(255, 255, 255, 1);
}

.shadowy-dark-rt {
  color: rgba(0, 0, 0, .9875);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 128, 128, .25);
  -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 1);
  box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 1);
}

.shadowy-light-rt {
  color: rgba(0, 0, 0, .9875);
  background-color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(0, 0, 0, .5);
  -moz-box-shadow: 5px 0px 5px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 5px 0px 5px 0px rgba(255, 255, 255, 1);
  box-shadow: 5px 0px 5px 0px rgba(255, 255, 255, 1);
}

.shadowy-dark-btm {
  color: rgba(0, 0, 0, .9875);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 128, 128, .25);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 1);
}

.shadowy-light-btm {
  color: rgba(0, 0, 0, .9875);
  background-color: rgba(255, 255, 255, .85);
  border: 1px solid rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 5px 8px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 8px 0px rgba(255, 255, 255, 1);
}

textarea.write {
  background-image: url(../imagesAssets/pngs-images/draw-icon--.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

/* The container must be positioned relative: */
select {
  font-family: "Century Gothic", Helvetica, sans-serif;
  color: rgba(0, 128, 128, .8);
  margin: auto;
  width: 100%;
  height: auto;
  padding: 0.375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.location {
  background-image: url(../imagesAssets/pngs-images/location-pos-icon-def.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.location-blk {
  background-image: url(../imagesAssets/pngs-images/location-pos-icon-blk.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.location-wht {
  background-image: url(../imagesAssets/pngs-images/location-pos-icon-wht.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.search {
  background-image: url(../imagesAssets/pngs-images/search-item-icon.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.default {
  background-image: url(../imagesAssets/pngs-images/details16.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.drop-down-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-down-blk.png);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

select.drop-down-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-down-wht.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
}

select.list-wht {
  background-image: url(../imagesAssets/pngs-images/description-icon-wht.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #ffffff;
}

select.list-blk {
  background-image: url(../imagesAssets/pngs-images/description-icon16.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  color: #000000;
}

select option {
  font-family: "Century Gothic", Helvetica, sans-serif;
  color: rgba(0, 128, 128, .8);
  font-size: inherit
}

/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow on ie10 and ie11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {
  select {
    background: none\9;
    padding: 5px\9;
  }
}

/**
[PAGINATION]
**/
.pagination-link {
  color: white;
  font-size: 0.75em;
  display: inline-block;
  width: 46%
}

.pagination-div-container a {
  text-decoration: none;
  color: inherit;
}

.pagination-div-container a:hover {
  text-decoration: none;
  color: #fff;
}

.pagination-div-container span {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, .125);
  padding: .3rem .6rem;
  margin: 0 1px;
  cursor: pointer;
  min-width: 30px;
}

.pagination-div-container span:hover {
  background-color: rgba(0, 0, 0, .25);
  color: #fff;
}

.pagination-div-container span.disabled {
  color: #838383;
  background-color: #ffcc99;
  cursor: not-allowed;
}

.pagination-div-container span.current {
  color: #838383;
  background-color: #ffcc99;
  cursor: not-allowed;
}

.pagination-div-container {
  font-size: inherit;
  margin: 10px auto;
  color: inherit !important;
}

/**
[LETTER-SPACING]
*/
.asr-ls-1 {
  letter-spacing: 1px
}

.asr-ls-2 {
  letter-spacing: 2px
}

.asr-ls-3 {
  letter-spacing: 3px
}

.asr-ls-4 {
  letter-spacing: 4px
}

.asr-ls-5 {
  letter-spacing: 5px
}

/*
[ FONT SIZE ]
*/
.asr-fs-1 {
  font-size: 1px;
}

.asr-fs-2 {
  font-size: 2px;
}

.asr-fs-3 {
  font-size: 3px;
}

.asr-fs-4 {
  font-size: 4px;
}

.asr-fs-5 {
  font-size: 5px;
}

.asr-fs-6 {
  font-size: 6px;
}

.asr-fs-7 {
  font-size: 7px;
}

.asr-fs-8 {
  font-size: 8px;
}

.asr-fs-9 {
  font-size: 9px;
}

.asr-fs-10 {
  font-size: 10px;
}

.asr-fs-11 {
  font-size: 11px;
}

.asr-fs-12 {
  font-size: 12px;
}

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

.asr-fs-14 {
  font-size: 14px;
}

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

.asr-fs-16 {
  font-size: 16px;
}

.asr-fs-17 {
  font-size: 17px;
}

.asr-fs-18 {
  font-size: 18px;
}

.asr-fs-19 {
  font-size: 19px;
}

.asr-fs-20 {
  font-size: 20px;
}

.asr-fs-21 {
  font-size: 21px;
}

.asr-fs-22 {
  font-size: 22px;
}

.asr-fs-23 {
  font-size: 23px;
}

.asr-fs-24 {
  font-size: 24px;
}

.asr-fs-25 {
  font-size: 25px;
}

.asr-fs-26 {
  font-size: 26px;
}

.asr-fs-27 {
  font-size: 27px;
}

.asr-fs-28 {
  font-size: 28px;
}

.asr-fs-29 {
  font-size: 29px;
}

.asr-fs-30 {
  font-size: 30px;
}

.asr-fs-31 {
  font-size: 31px;
}

.asr-fs-32 {
  font-size: 32px;
}

.asr-fs-33 {
  font-size: 33px;
}

.asr-fs-34 {
  font-size: 34px;
}

.asr-fs-35 {
  font-size: 35px;
}

.asr-fs-36 {
  font-size: 36px;
}

.asr-fs-37 {
  font-size: 37px;
}

.asr-fs-38 {
  font-size: 38px;
}

.asr-fs-39 {
  font-size: 39px;
}

.asr-fs-40 {
  font-size: 40px;
}

.asr-fs-41 {
  font-size: 41px;
}

.asr-fs-42 {
  font-size: 42px;
}

.asr-fs-43 {
  font-size: 43px;
}

.asr-fs-44 {
  font-size: 44px;
}

.asr-fs-45 {
  font-size: 45px;
}

.asr-fs-46 {
  font-size: 46px;
}

.asr-fs-47 {
  font-size: 47px;
}

.asr-fs-48 {
  font-size: 48px;
}

.asr-fs-49 {
  font-size: 49px;
}

.asr-fs-50 {
  font-size: 50px;
}

.asr-fs-51 {
  font-size: 51px;
}

.asr-fs-52 {
  font-size: 52px;
}

.asr-fs-53 {
  font-size: 53px;
}

.asr-fs-54 {
  font-size: 54px;
}

.asr-fs-55 {
  font-size: 55px;
}

.asr-fs-56 {
  font-size: 56px;
}

.asr-fs-57 {
  font-size: 57px;
}

.asr-fs-58 {
  font-size: 58px;
}

.asr-fs-59 {
  font-size: 59px;
}

.asr-fs-60 {
  font-size: 60px;
}

.asr-fs-61 {
  font-size: 61px;
}

.asr-fs-62 {
  font-size: 62px;
}

.asr-fs-63 {
  font-size: 63px;
}

.asr-fs-64 {
  font-size: 64px;
}

.asr-fs-65 {
  font-size: 65px;
}

.asr-fs-66 {
  font-size: 66px;
}

.asr-fs-67 {
  font-size: 67px;
}

.asr-fs-68 {
  font-size: 68px;
}

.asr-fs-69 {
  font-size: 69px;
}

.asr-fs-70 {
  font-size: 70px;
}

.asr-fs-71 {
  font-size: 71px;
}

.asr-fs-72 {
  font-size: 72px;
}

.asr-fs-73 {
  font-size: 73px;
}

.asr-fs-74 {
  font-size: 74px;
}

.asr-fs-75 {
  font-size: 75px;
}

.asr-fs-76 {
  font-size: 76px;
}

.asr-fs-77 {
  font-size: 77px;
}

.asr-fs-78 {
  font-size: 78px;
}

.asr-fs-79 {
  font-size: 79px;
}

.asr-fs-80 {
  font-size: 80px;
}

.asr-fs-81 {
  font-size: 81px;
}

.asr-fs-82 {
  font-size: 82px;
}

.asr-fs-83 {
  font-size: 83px;
}

.asr-fs-84 {
  font-size: 84px;
}

.asr-fs-85 {
  font-size: 85px;
}

.asr-fs-86 {
  font-size: 86px;
}

.asr-fs-87 {
  font-size: 87px;
}

.asr-fs-88 {
  font-size: 88px;
}

.asr-fs-89 {
  font-size: 89px;
}

.asr-fs-90 {
  font-size: 90px;
}

.asr-fs-91 {
  font-size: 91px;
}

.asr-fs-92 {
  font-size: 92px;
}

.asr-fs-93 {
  font-size: 93px;
}

.asr-fs-94 {
  font-size: 94px;
}

.asr-fs-95 {
  font-size: 95px;
}

.asr-fs-96 {
  font-size: 96px;
}

.asr-fs-97 {
  font-size: 97px;
}

.asr-fs-98 {
  font-size: 98px;
}

.asr-fs-99 {
  font-size: 99px;
}

.asr-fs-100 {
  font-size: 100px;
}

.asr-fs-101 {
  font-size: 101px;
}

.asr-fs-102 {
  font-size: 102px;
}

.asr-fs-103 {
  font-size: 103px;
}

.asr-fs-104 {
  font-size: 104px;
}

.asr-fs-105 {
  font-size: 105px;
}

.asr-fs-106 {
  font-size: 106px;
}

.asr-fs-107 {
  font-size: 107px;
}

.asr-fs-108 {
  font-size: 108px;
}

.asr-fs-109 {
  font-size: 109px;
}

.asr-fs-110 {
  font-size: 110px;
}

.asr-fs-111 {
  font-size: 111px;
}

.asr-fs-112 {
  font-size: 112px;
}

.asr-fs-113 {
  font-size: 113px;
}

.asr-fs-114 {
  font-size: 114px;
}

.asr-fs-115 {
  font-size: 115px;
}

.asr-fs-116 {
  font-size: 116px;
}

.asr-fs-117 {
  font-size: 117px;
}

.asr-fs-118 {
  font-size: 118px;
}

.asr-fs-119 {
  font-size: 119px;
}

.asr-fs-120 {
  font-size: 120px;
}

.asr-fs-121 {
  font-size: 121px;
}

.asr-fs-122 {
  font-size: 122px;
}

.asr-fs-123 {
  font-size: 123px;
}

.asr-fs-124 {
  font-size: 124px;
}

.asr-fs-125 {
  font-size: 125px;
}

.asr-fs-126 {
  font-size: 126px;
}

.asr-fs-127 {
  font-size: 127px;
}

.asr-fs-128 {
  font-size: 128px;
}

.asr-fs-129 {
  font-size: 129px;
}

.asr-fs-130 {
  font-size: 130px;
}

.asr-fs-131 {
  font-size: 131px;
}

.asr-fs-132 {
  font-size: 132px;
}

.asr-fs-133 {
  font-size: 133px;
}

.asr-fs-134 {
  font-size: 134px;
}

.asr-fs-135 {
  font-size: 135px;
}

.asr-fs-136 {
  font-size: 136px;
}

.asr-fs-137 {
  font-size: 137px;
}

.asr-fs-138 {
  font-size: 138px;
}

.asr-fs-139 {
  font-size: 139px;
}

.asr-fs-140 {
  font-size: 140px;
}

.asr-fs-141 {
  font-size: 141px;
}

.asr-fs-142 {
  font-size: 142px;
}

.asr-fs-143 {
  font-size: 143px;
}

.asr-fs-144 {
  font-size: 144px;
}

.asr-fs-145 {
  font-size: 145px;
}

.asr-fs-146 {
  font-size: 146px;
}

.asr-fs-147 {
  font-size: 147px;
}

.asr-fs-148 {
  font-size: 148px;
}

.asr-fs-149 {
  font-size: 149px;
}

.asr-fs-150 {
  font-size: 150px;
}

.asr-fs-151 {
  font-size: 151px;
}

.asr-fs-152 {
  font-size: 152px;
}

.asr-fs-153 {
  font-size: 153px;
}

.asr-fs-154 {
  font-size: 154px;
}

.asr-fs-155 {
  font-size: 155px;
}

.asr-fs-156 {
  font-size: 156px;
}

.asr-fs-157 {
  font-size: 157px;
}

.asr-fs-158 {
  font-size: 158px;
}

.asr-fs-159 {
  font-size: 159px;
}

.asr-fs-160 {
  font-size: 160px;
}

.asr-fs-161 {
  font-size: 161px;
}

.asr-fs-162 {
  font-size: 162px;
}

.asr-fs-163 {
  font-size: 163px;
}

.asr-fs-164 {
  font-size: 164px;
}

.asr-fs-165 {
  font-size: 165px;
}

.asr-fs-166 {
  font-size: 166px;
}

.asr-fs-167 {
  font-size: 167px;
}

.asr-fs-168 {
  font-size: 168px;
}

.asr-fs-169 {
  font-size: 169px;
}

.asr-fs-170 {
  font-size: 170px;
}

.asr-fs-171 {
  font-size: 171px;
}

.asr-fs-172 {
  font-size: 172px;
}

.asr-fs-173 {
  font-size: 173px;
}

.asr-fs-174 {
  font-size: 174px;
}

.asr-fs-175 {
  font-size: 175px;
}

.asr-fs-176 {
  font-size: 176px;
}

.asr-fs-177 {
  font-size: 177px;
}

.asr-fs-178 {
  font-size: 178px;
}

.asr-fs-179 {
  font-size: 179px;
}

.asr-fs-180 {
  font-size: 180px;
}

.asr-fs-181 {
  font-size: 181px;
}

.asr-fs-182 {
  font-size: 182px;
}

.asr-fs-183 {
  font-size: 183px;
}

.asr-fs-184 {
  font-size: 184px;
}

.asr-fs-185 {
  font-size: 185px;
}

.asr-fs-186 {
  font-size: 186px;
}

.asr-fs-187 {
  font-size: 187px;
}

.asr-fs-188 {
  font-size: 188px;
}

.asr-fs-189 {
  font-size: 189px;
}

.asr-fs-190 {
  font-size: 190px;
}

.asr-fs-191 {
  font-size: 191px;
}

.asr-fs-192 {
  font-size: 192px;
}

.asr-fs-193 {
  font-size: 193px;
}

.asr-fs-194 {
  font-size: 194px;
}

.asr-fs-195 {
  font-size: 195px;
}

.asr-fs-196 {
  font-size: 196px;
}

.asr-fs-197 {
  font-size: 197px;
}

.asr-fs-198 {
  font-size: 198px;
}

.asr-fs-199 {
  font-size: 199px;
}

.asr-fs-200 {
  font-size: 200px;
}

/*
[PADDINGS]
*/
.asr-p-none {
  padding: 0
}

.asr-p-0-2 {
  padding: 0 2px
}

.asr-p-0-5 {
  padding: 0 5px
}

.asr-p-0-10 {
  padding: 0 10px
}

.asr-p-2-0 {
  padding: 2px 0
}

.asr-p-2-2 {
  padding: 2px
}

.asr-p-3-0 {
  padding: 3px 0
}

.asr-p-3-3 {
  padding: 3px
}

.asr-p-5-0 {
  padding: 5px 0
}

.asr-p-10-0 {
  padding: 10px 0
}

.asr-p-12-0 {
  padding: 12px 0
}

.asr-p-15-0 {
  padding: 15px 0
}

.asr-p-18-0 {
  padding: 18px 0
}

.asr-p-20-0 {
  padding: 20px 0
}

.asr-p-25-0 {
  padding: 25px 0
}

.asr-p-30-0 {
  padding: 30px 0
}

.asr-p-2-5 {
  padding: 2px 5px
}

.asr-p-2-10 {
  padding: 2px 10px
}

.asr-p-2-20 {
  padding: 2px 20px
}

.asr-p-2-10-20 {
  padding: 2px 20px 2px 10px
}

.asr-p-2-10-25 {
  padding: 2px 25px 2px 10px
}

.asr-p-2-10-30 {
  padding: 2px 30px 2px 10px
}

.asr-p-3-10-25 {
  padding: 3px 25px 3px 10px
}

.asr-p-3-5 {
  padding: 3px 5px
}

.asr-p-2-10 {
  padding: 2px 10px
}

.asr-p-3-10 {
  padding: 3px 10px
}

.asr-p-3-5 {
  padding: 3px 20px
}

.asr-p-5-5 {
  padding: 5px
}

.asr-p-6-5 {
  padding: 6px 5px
}

.asr-p-5-10 {
  padding: 5px 10px
}

.asr-p-5-15 {
  padding: 5px 15px
}

.asr-p-5-20 {
  padding: 5px 20px
}

.asr-p-7-10 {
  padding: 7px 10px
}

.asr-p-8-10 {
  padding: 8px 10px
}

.asr-p-10-5 {
  padding: 10px 5px
}

.asr-p-15-5 {
  padding: 15px 5px
}

.asr-p-15-10 {
  padding: 15px 10px
}

.asr-p-10-10 {
  padding: 10px
}

.asr-p-10-20 {
  padding: 10px 20px
}

.asr-p-t-0 {
  padding-top: 0px;
}

.asr-p-t-1 {
  padding-top: 1px;
}

.asr-p-t-2 {
  padding-top: 2px;
}

.asr-p-t-3 {
  padding-top: 3px;
}

.asr-p-t-4 {
  padding-top: 4px;
}

.asr-p-t-5 {
  padding-top: 5px;
}

.asr-p-t-6 {
  padding-top: 6px;
}

.asr-p-t-7 {
  padding-top: 7px;
}

.asr-p-t-8 {
  padding-top: 8px;
}

.asr-p-t-9 {
  padding-top: 9px;
}

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

.asr-p-t-11 {
  padding-top: 11px;
}

.asr-p-t-12 {
  padding-top: 12px;
}

.asr-p-t-13 {
  padding-top: 13px;
}

.asr-p-t-14 {
  padding-top: 14px;
}

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

.asr-p-t-16 {
  padding-top: 16px;
}

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

.asr-p-t-18 {
  padding-top: 18px;
}

.asr-p-t-19 {
  padding-top: 19px;
}

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

.asr-p-t-21 {
  padding-top: 21px;
}

.asr-p-t-22 {
  padding-top: 22px;
}

.asr-p-t-23 {
  padding-top: 23px;
}

.asr-p-t-24 {
  padding-top: 24px;
}

.asr-p-t-25 {
  padding-top: 25px;
}

.asr-p-t-26 {
  padding-top: 26px;
}

.asr-p-t-27 {
  padding-top: 27px;
}

.asr-p-t-28 {
  padding-top: 28px;
}

.asr-p-t-29 {
  padding-top: 29px;
}

.asr-p-t-30 {
  padding-top: 30px;
}

.asr-p-t-31 {
  padding-top: 31px;
}

.asr-p-t-32 {
  padding-top: 32px;
}

.asr-p-t-33 {
  padding-top: 33px;
}

.asr-p-t-34 {
  padding-top: 34px;
}

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

.asr-p-t-36 {
  padding-top: 36px;
}

.asr-p-t-37 {
  padding-top: 37px;
}

.asr-p-t-38 {
  padding-top: 38px;
}

.asr-p-t-39 {
  padding-top: 39px;
}

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

.asr-p-t-41 {
  padding-top: 41px;
}

.asr-p-t-42 {
  padding-top: 42px;
}

.asr-p-t-43 {
  padding-top: 43px;
}

.asr-p-t-44 {
  padding-top: 44px;
}

.asr-p-t-45 {
  padding-top: 45px;
}

.asr-p-t-46 {
  padding-top: 46px;
}

.asr-p-t-47 {
  padding-top: 47px;
}

.asr-p-t-48 {
  padding-top: 48px;
}

.asr-p-t-49 {
  padding-top: 49px;
}

.asr-p-t-50 {
  padding-top: 50px;
}

.asr-p-t-51 {
  padding-top: 51px;
}

.asr-p-t-52 {
  padding-top: 52px;
}

.asr-p-t-53 {
  padding-top: 53px;
}

.asr-p-t-54 {
  padding-top: 54px;
}

.asr-p-t-55 {
  padding-top: 55px;
}

.asr-p-t-56 {
  padding-top: 56px;
}

.asr-p-t-57 {
  padding-top: 57px;
}

.asr-p-t-58 {
  padding-top: 58px;
}

.asr-p-t-59 {
  padding-top: 59px;
}

.asr-p-t-60 {
  padding-top: 60px;
}

.asr-p-t-61 {
  padding-top: 61px;
}

.asr-p-t-62 {
  padding-top: 62px;
}

.asr-p-t-63 {
  padding-top: 63px;
}

.asr-p-t-64 {
  padding-top: 64px;
}

.asr-p-t-65 {
  padding-top: 65px;
}

.asr-p-t-66 {
  padding-top: 66px;
}

.asr-p-t-67 {
  padding-top: 67px;
}

.asr-p-t-68 {
  padding-top: 68px;
}

.asr-p-t-69 {
  padding-top: 69px;
}

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

.asr-p-t-71 {
  padding-top: 71px;
}

.asr-p-t-72 {
  padding-top: 72px;
}

.asr-p-t-73 {
  padding-top: 73px;
}

.asr-p-t-74 {
  padding-top: 74px;
}

.asr-p-t-75 {
  padding-top: 75px;
}

.asr-p-t-76 {
  padding-top: 76px;
}

.asr-p-t-77 {
  padding-top: 77px;
}

.asr-p-t-78 {
  padding-top: 78px;
}

.asr-p-t-79 {
  padding-top: 79px;
}

.asr-p-t-80 {
  padding-top: 80px;
}

.asr-p-t-81 {
  padding-top: 81px;
}

.asr-p-t-82 {
  padding-top: 82px;
}

.asr-p-t-83 {
  padding-top: 83px;
}

.asr-p-t-84 {
  padding-top: 84px;
}

.asr-p-t-85 {
  padding-top: 85px;
}

.asr-p-t-86 {
  padding-top: 86px;
}

.asr-p-t-87 {
  padding-top: 87px;
}

.asr-p-t-88 {
  padding-top: 88px;
}

.asr-p-t-89 {
  padding-top: 89px;
}

.asr-p-t-90 {
  padding-top: 90px;
}

.asr-p-t-91 {
  padding-top: 91px;
}

.asr-p-t-92 {
  padding-top: 92px;
}

.asr-p-t-93 {
  padding-top: 93px;
}

.asr-p-t-94 {
  padding-top: 94px;
}

.asr-p-t-95 {
  padding-top: 95px;
}

.asr-p-t-96 {
  padding-top: 96px;
}

.asr-p-t-97 {
  padding-top: 97px;
}

.asr-p-t-98 {
  padding-top: 98px;
}

.asr-p-t-99 {
  padding-top: 99px;
}

.asr-p-t-100 {
  padding-top: 100px;
}

.asr-p-t-101 {
  padding-top: 101px;
}

.asr-p-t-102 {
  padding-top: 102px;
}

.asr-p-t-103 {
  padding-top: 103px;
}

.asr-p-t-104 {
  padding-top: 104px;
}

.asr-p-t-105 {
  padding-top: 105px;
}

.asr-p-t-106 {
  padding-top: 106px;
}

.asr-p-t-107 {
  padding-top: 107px;
}

.asr-p-t-108 {
  padding-top: 108px;
}

.asr-p-t-109 {
  padding-top: 109px;
}

.asr-p-t-110 {
  padding-top: 110px;
}

.asr-p-t-111 {
  padding-top: 111px;
}

.asr-p-t-112 {
  padding-top: 112px;
}

.asr-p-t-113 {
  padding-top: 113px;
}

.asr-p-t-114 {
  padding-top: 114px;
}

.asr-p-t-115 {
  padding-top: 115px;
}

.asr-p-t-116 {
  padding-top: 116px;
}

.asr-p-t-117 {
  padding-top: 117px;
}

.asr-p-t-118 {
  padding-top: 118px;
}

.asr-p-t-119 {
  padding-top: 119px;
}

.asr-p-t-120 {
  padding-top: 120px;
}

.asr-p-t-121 {
  padding-top: 121px;
}

.asr-p-t-122 {
  padding-top: 122px;
}

.asr-p-t-123 {
  padding-top: 123px;
}

.asr-p-t-124 {
  padding-top: 124px;
}

.asr-p-t-125 {
  padding-top: 125px;
}

.asr-p-t-126 {
  padding-top: 126px;
}

.asr-p-t-127 {
  padding-top: 127px;
}

.asr-p-t-128 {
  padding-top: 128px;
}

.asr-p-t-129 {
  padding-top: 129px;
}

.asr-p-t-130 {
  padding-top: 130px;
}

.asr-p-t-131 {
  padding-top: 131px;
}

.asr-p-t-132 {
  padding-top: 132px;
}

.asr-p-t-133 {
  padding-top: 133px;
}

.asr-p-t-134 {
  padding-top: 134px;
}

.asr-p-t-135 {
  padding-top: 135px;
}

.asr-p-t-136 {
  padding-top: 136px;
}

.asr-p-t-137 {
  padding-top: 137px;
}

.asr-p-t-138 {
  padding-top: 138px;
}

.asr-p-t-139 {
  padding-top: 139px;
}

.asr-p-t-140 {
  padding-top: 140px;
}

.asr-p-t-141 {
  padding-top: 141px;
}

.asr-p-t-142 {
  padding-top: 142px;
}

.asr-p-t-143 {
  padding-top: 143px;
}

.asr-p-t-144 {
  padding-top: 144px;
}

.asr-p-t-145 {
  padding-top: 145px;
}

.asr-p-t-146 {
  padding-top: 146px;
}

.asr-p-t-147 {
  padding-top: 147px;
}

.asr-p-t-148 {
  padding-top: 148px;
}

.asr-p-t-149 {
  padding-top: 149px;
}

.asr-p-t-150 {
  padding-top: 150px;
}

.asr-p-t-151 {
  padding-top: 151px;
}

.asr-p-t-152 {
  padding-top: 152px;
}

.asr-p-t-153 {
  padding-top: 153px;
}

.asr-p-t-154 {
  padding-top: 154px;
}

.asr-p-t-155 {
  padding-top: 155px;
}

.asr-p-t-156 {
  padding-top: 156px;
}

.asr-p-t-157 {
  padding-top: 157px;
}

.asr-p-t-158 {
  padding-top: 158px;
}

.asr-p-t-159 {
  padding-top: 159px;
}

.asr-p-t-160 {
  padding-top: 160px;
}

.asr-p-t-161 {
  padding-top: 161px;
}

.asr-p-t-162 {
  padding-top: 162px;
}

.asr-p-t-163 {
  padding-top: 163px;
}

.asr-p-t-164 {
  padding-top: 164px;
}

.asr-p-t-165 {
  padding-top: 165px;
}

.asr-p-t-166 {
  padding-top: 166px;
}

.asr-p-t-167 {
  padding-top: 167px;
}

.asr-p-t-168 {
  padding-top: 168px;
}

.asr-p-t-169 {
  padding-top: 169px;
}

.asr-p-t-170 {
  padding-top: 170px;
}

.asr-p-t-171 {
  padding-top: 171px;
}

.asr-p-t-172 {
  padding-top: 172px;
}

.asr-p-t-173 {
  padding-top: 173px;
}

.asr-p-t-174 {
  padding-top: 174px;
}

.asr-p-t-175 {
  padding-top: 175px;
}

.asr-p-t-176 {
  padding-top: 176px;
}

.asr-p-t-177 {
  padding-top: 177px;
}

.asr-p-t-178 {
  padding-top: 178px;
}

.asr-p-t-179 {
  padding-top: 179px;
}

.asr-p-t-180 {
  padding-top: 180px;
}

.asr-p-t-181 {
  padding-top: 181px;
}

.asr-p-t-182 {
  padding-top: 182px;
}

.asr-p-t-183 {
  padding-top: 183px;
}

.asr-p-t-184 {
  padding-top: 184px;
}

.asr-p-t-185 {
  padding-top: 185px;
}

.asr-p-t-186 {
  padding-top: 186px;
}

.asr-p-t-187 {
  padding-top: 187px;
}

.asr-p-t-188 {
  padding-top: 188px;
}

.asr-p-t-189 {
  padding-top: 189px;
}

.asr-p-t-190 {
  padding-top: 190px;
}

.asr-p-t-191 {
  padding-top: 191px;
}

.asr-p-t-192 {
  padding-top: 192px;
}

.asr-p-t-193 {
  padding-top: 193px;
}

.asr-p-t-194 {
  padding-top: 194px;
}

.asr-p-t-195 {
  padding-top: 195px;
}

.asr-p-t-196 {
  padding-top: 196px;
}

.asr-p-t-197 {
  padding-top: 197px;
}

.asr-p-t-198 {
  padding-top: 198px;
}

.asr-p-t-199 {
  padding-top: 199px;
}

.asr-p-t-200 {
  padding-top: 200px;
}

.asr-p-t-201 {
  padding-top: 201px;
}

.asr-p-t-202 {
  padding-top: 202px;
}

.asr-p-t-203 {
  padding-top: 203px;
}

.asr-p-t-204 {
  padding-top: 204px;
}

.asr-p-t-205 {
  padding-top: 205px;
}

.asr-p-t-206 {
  padding-top: 206px;
}

.asr-p-t-207 {
  padding-top: 207px;
}

.asr-p-t-208 {
  padding-top: 208px;
}

.asr-p-t-209 {
  padding-top: 209px;
}

.asr-p-t-210 {
  padding-top: 210px;
}

.asr-p-t-211 {
  padding-top: 211px;
}

.asr-p-t-212 {
  padding-top: 212px;
}

.asr-p-t-213 {
  padding-top: 213px;
}

.asr-p-t-214 {
  padding-top: 214px;
}

.asr-p-t-215 {
  padding-top: 215px;
}

.asr-p-t-216 {
  padding-top: 216px;
}

.asr-p-t-217 {
  padding-top: 217px;
}

.asr-p-t-218 {
  padding-top: 218px;
}

.asr-p-t-219 {
  padding-top: 219px;
}

.asr-p-t-220 {
  padding-top: 220px;
}

.asr-p-t-221 {
  padding-top: 221px;
}

.asr-p-t-222 {
  padding-top: 222px;
}

.asr-p-t-223 {
  padding-top: 223px;
}

.asr-p-t-224 {
  padding-top: 224px;
}

.asr-p-t-225 {
  padding-top: 225px;
}

.asr-p-t-226 {
  padding-top: 226px;
}

.asr-p-t-227 {
  padding-top: 227px;
}

.asr-p-t-228 {
  padding-top: 228px;
}

.asr-p-t-229 {
  padding-top: 229px;
}

.asr-p-t-230 {
  padding-top: 230px;
}

.asr-p-t-231 {
  padding-top: 231px;
}

.asr-p-t-232 {
  padding-top: 232px;
}

.asr-p-t-233 {
  padding-top: 233px;
}

.asr-p-t-234 {
  padding-top: 234px;
}

.asr-p-t-235 {
  padding-top: 235px;
}

.asr-p-t-236 {
  padding-top: 236px;
}

.asr-p-t-237 {
  padding-top: 237px;
}

.asr-p-t-238 {
  padding-top: 238px;
}

.asr-p-t-239 {
  padding-top: 239px;
}

.asr-p-t-240 {
  padding-top: 240px;
}

.asr-p-t-241 {
  padding-top: 241px;
}

.asr-p-t-242 {
  padding-top: 242px;
}

.asr-p-t-243 {
  padding-top: 243px;
}

.asr-p-t-244 {
  padding-top: 244px;
}

.asr-p-t-245 {
  padding-top: 245px;
}

.asr-p-t-246 {
  padding-top: 246px;
}

.asr-p-t-247 {
  padding-top: 247px;
}

.asr-p-t-248 {
  padding-top: 248px;
}

.asr-p-t-249 {
  padding-top: 249px;
}

.asr-p-t-250 {
  padding-top: 250px;
}

/*BOTTOM*/
.asr-p-b-0 {
  padding-bottom: 0px;
}

.asr-p-b-1 {
  padding-bottom: 1px;
}

.asr-p-b-2 {
  padding-bottom: 2px;
}

.asr-p-b-3 {
  padding-bottom: 3px;
}

.asr-p-b-4 {
  padding-bottom: 4px;
}

.asr-p-b-5 {
  padding-bottom: 5px;
}

.asr-p-b-6 {
  padding-bottom: 6px;
}

.asr-p-b-7 {
  padding-bottom: 7px;
}

.asr-p-b-8 {
  padding-bottom: 8px;
}

.asr-p-b-9 {
  padding-bottom: 9px;
}

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

.asr-p-b-11 {
  padding-bottom: 11px;
}

.asr-p-b-12 {
  padding-bottom: 12px;
}

.asr-p-b-13 {
  padding-bottom: 13px;
}

.asr-p-b-14 {
  padding-bottom: 14px;
}

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

.asr-p-b-16 {
  padding-bottom: 16px;
}

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

.asr-p-b-18 {
  padding-bottom: 18px;
}

.asr-p-b-19 {
  padding-bottom: 19px;
}

.asr-p-b-20 {
  padding-bottom: 20px;
}

.asr-p-b-21 {
  padding-bottom: 21px;
}

.asr-p-b-22 {
  padding-bottom: 22px;
}

.asr-p-b-23 {
  padding-bottom: 23px;
}

.asr-p-b-24 {
  padding-bottom: 24px;
}

.asr-p-b-25 {
  padding-bottom: 25px;
}

.asr-p-b-26 {
  padding-bottom: 26px;
}

.asr-p-b-27 {
  padding-bottom: 27px;
}

.asr-p-b-28 {
  padding-bottom: 28px;
}

.asr-p-b-29 {
  padding-bottom: 29px;
}

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

.asr-p-b-31 {
  padding-bottom: 31px;
}

.asr-p-b-32 {
  padding-bottom: 32px;
}

.asr-p-b-33 {
  padding-bottom: 33px;
}

.asr-p-b-34 {
  padding-bottom: 34px;
}

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

.asr-p-b-36 {
  padding-bottom: 36px;
}

.asr-p-b-37 {
  padding-bottom: 37px;
}

.asr-p-b-38 {
  padding-bottom: 38px;
}

.asr-p-b-39 {
  padding-bottom: 39px;
}

.asr-p-b-40 {
  padding-bottom: 40px;
}

.asr-p-b-41 {
  padding-bottom: 41px;
}

.asr-p-b-42 {
  padding-bottom: 42px;
}

.asr-p-b-43 {
  padding-bottom: 43px;
}

.asr-p-b-44 {
  padding-bottom: 44px;
}

.asr-p-b-45 {
  padding-bottom: 45px;
}

.asr-p-b-46 {
  padding-bottom: 46px;
}

.asr-p-b-47 {
  padding-bottom: 47px;
}

.asr-p-b-48 {
  padding-bottom: 48px;
}

.asr-p-b-49 {
  padding-bottom: 49px;
}

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

.asr-p-b-51 {
  padding-bottom: 51px;
}

.asr-p-b-52 {
  padding-bottom: 52px;
}

.asr-p-b-53 {
  padding-bottom: 53px;
}

.asr-p-b-54 {
  padding-bottom: 54px;
}

.asr-p-b-55 {
  padding-bottom: 55px;
}

.asr-p-b-56 {
  padding-bottom: 56px;
}

.asr-p-b-57 {
  padding-bottom: 57px;
}

.asr-p-b-58 {
  padding-bottom: 58px;
}

.asr-p-b-59 {
  padding-bottom: 59px;
}

.asr-p-b-60 {
  padding-bottom: 60px;
}

.asr-p-b-61 {
  padding-bottom: 61px;
}

.asr-p-b-62 {
  padding-bottom: 62px;
}

.asr-p-b-63 {
  padding-bottom: 63px;
}

.asr-p-b-64 {
  padding-bottom: 64px;
}

.asr-p-b-65 {
  padding-bottom: 65px;
}

.asr-p-b-66 {
  padding-bottom: 66px;
}

.asr-p-b-67 {
  padding-bottom: 67px;
}

.asr-p-b-68 {
  padding-bottom: 68px;
}

.asr-p-b-69 {
  padding-bottom: 69px;
}

.asr-p-b-70 {
  padding-bottom: 70px;
}

.asr-p-b-71 {
  padding-bottom: 71px;
}

.asr-p-b-72 {
  padding-bottom: 72px;
}

.asr-p-b-73 {
  padding-bottom: 73px;
}

.asr-p-b-74 {
  padding-bottom: 74px;
}

.asr-p-b-75 {
  padding-bottom: 75px;
}

.asr-p-b-76 {
  padding-bottom: 76px;
}

.asr-p-b-77 {
  padding-bottom: 77px;
}

.asr-p-b-78 {
  padding-bottom: 78px;
}

.asr-p-b-79 {
  padding-bottom: 79px;
}

.asr-p-b-80 {
  padding-bottom: 80px;
}

.asr-p-b-81 {
  padding-bottom: 81px;
}

.asr-p-b-82 {
  padding-bottom: 82px;
}

.asr-p-b-83 {
  padding-bottom: 83px;
}

.asr-p-b-84 {
  padding-bottom: 84px;
}

.asr-p-b-85 {
  padding-bottom: 85px;
}

.asr-p-b-86 {
  padding-bottom: 86px;
}

.asr-p-b-87 {
  padding-bottom: 87px;
}

.asr-p-b-88 {
  padding-bottom: 88px;
}

.asr-p-b-89 {
  padding-bottom: 89px;
}

.asr-p-b-90 {
  padding-bottom: 90px;
}

.asr-p-b-91 {
  padding-bottom: 91px;
}

.asr-p-b-92 {
  padding-bottom: 92px;
}

.asr-p-b-93 {
  padding-bottom: 93px;
}

.asr-p-b-94 {
  padding-bottom: 94px;
}

.asr-p-b-95 {
  padding-bottom: 95px;
}

.asr-p-b-96 {
  padding-bottom: 96px;
}

.asr-p-b-97 {
  padding-bottom: 97px;
}

.asr-p-b-98 {
  padding-bottom: 98px;
}

.asr-p-b-99 {
  padding-bottom: 99px;
}

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

.asr-p-b-101 {
  padding-bottom: 101px;
}

.asr-p-b-102 {
  padding-bottom: 102px;
}

.asr-p-b-103 {
  padding-bottom: 103px;
}

.asr-p-b-104 {
  padding-bottom: 104px;
}

.asr-p-b-105 {
  padding-bottom: 105px;
}

.asr-p-b-106 {
  padding-bottom: 106px;
}

.asr-p-b-107 {
  padding-bottom: 107px;
}

.asr-p-b-108 {
  padding-bottom: 108px;
}

.asr-p-b-109 {
  padding-bottom: 109px;
}

.asr-p-b-110 {
  padding-bottom: 110px;
}

.asr-p-b-111 {
  padding-bottom: 111px;
}

.asr-p-b-112 {
  padding-bottom: 112px;
}

.asr-p-b-113 {
  padding-bottom: 113px;
}

.asr-p-b-114 {
  padding-bottom: 114px;
}

.asr-p-b-115 {
  padding-bottom: 115px;
}

.asr-p-b-116 {
  padding-bottom: 116px;
}

.asr-p-b-117 {
  padding-bottom: 117px;
}

.asr-p-b-118 {
  padding-bottom: 118px;
}

.asr-p-b-119 {
  padding-bottom: 119px;
}

.asr-p-b-120 {
  padding-bottom: 120px;
}

.asr-p-b-121 {
  padding-bottom: 121px;
}

.asr-p-b-122 {
  padding-bottom: 122px;
}

.asr-p-b-123 {
  padding-bottom: 123px;
}

.asr-p-b-124 {
  padding-bottom: 124px;
}

.asr-p-b-125 {
  padding-bottom: 125px;
}

.asr-p-b-126 {
  padding-bottom: 126px;
}

.asr-p-b-127 {
  padding-bottom: 127px;
}

.asr-p-b-128 {
  padding-bottom: 128px;
}

.asr-p-b-129 {
  padding-bottom: 129px;
}

.asr-p-b-130 {
  padding-bottom: 130px;
}

.asr-p-b-131 {
  padding-bottom: 131px;
}

.asr-p-b-132 {
  padding-bottom: 132px;
}

.asr-p-b-133 {
  padding-bottom: 133px;
}

.asr-p-b-134 {
  padding-bottom: 134px;
}

.asr-p-b-135 {
  padding-bottom: 135px;
}

.asr-p-b-136 {
  padding-bottom: 136px;
}

.asr-p-b-137 {
  padding-bottom: 137px;
}

.asr-p-b-138 {
  padding-bottom: 138px;
}

.asr-p-b-139 {
  padding-bottom: 139px;
}

.asr-p-b-140 {
  padding-bottom: 140px;
}

.asr-p-b-141 {
  padding-bottom: 141px;
}

.asr-p-b-142 {
  padding-bottom: 142px;
}

.asr-p-b-143 {
  padding-bottom: 143px;
}

.asr-p-b-144 {
  padding-bottom: 144px;
}

.asr-p-b-145 {
  padding-bottom: 145px;
}

.asr-p-b-146 {
  padding-bottom: 146px;
}

.asr-p-b-147 {
  padding-bottom: 147px;
}

.asr-p-b-148 {
  padding-bottom: 148px;
}

.asr-p-b-149 {
  padding-bottom: 149px;
}

.asr-p-b-150 {
  padding-bottom: 150px;
}

.asr-p-b-151 {
  padding-bottom: 151px;
}

.asr-p-b-152 {
  padding-bottom: 152px;
}

.asr-p-b-153 {
  padding-bottom: 153px;
}

.asr-p-b-154 {
  padding-bottom: 154px;
}

.asr-p-b-155 {
  padding-bottom: 155px;
}

.asr-p-b-156 {
  padding-bottom: 156px;
}

.asr-p-b-157 {
  padding-bottom: 157px;
}

.asr-p-b-158 {
  padding-bottom: 158px;
}

.asr-p-b-159 {
  padding-bottom: 159px;
}

.asr-p-b-160 {
  padding-bottom: 160px;
}

.asr-p-b-161 {
  padding-bottom: 161px;
}

.asr-p-b-162 {
  padding-bottom: 162px;
}

.asr-p-b-163 {
  padding-bottom: 163px;
}

.asr-p-b-164 {
  padding-bottom: 164px;
}

.asr-p-b-165 {
  padding-bottom: 165px;
}

.asr-p-b-166 {
  padding-bottom: 166px;
}

.asr-p-b-167 {
  padding-bottom: 167px;
}

.asr-p-b-168 {
  padding-bottom: 168px;
}

.asr-p-b-169 {
  padding-bottom: 169px;
}

.asr-p-b-170 {
  padding-bottom: 170px;
}

.asr-p-b-171 {
  padding-bottom: 171px;
}

.asr-p-b-172 {
  padding-bottom: 172px;
}

.asr-p-b-173 {
  padding-bottom: 173px;
}

.asr-p-b-174 {
  padding-bottom: 174px;
}

.asr-p-b-175 {
  padding-bottom: 175px;
}

.asr-p-b-176 {
  padding-bottom: 176px;
}

.asr-p-b-177 {
  padding-bottom: 177px;
}

.asr-p-b-178 {
  padding-bottom: 178px;
}

.asr-p-b-179 {
  padding-bottom: 179px;
}

.asr-p-b-180 {
  padding-bottom: 180px;
}

.asr-p-b-181 {
  padding-bottom: 181px;
}

.asr-p-b-182 {
  padding-bottom: 182px;
}

.asr-p-b-183 {
  padding-bottom: 183px;
}

.asr-p-b-184 {
  padding-bottom: 184px;
}

.asr-p-b-185 {
  padding-bottom: 185px;
}

.asr-p-b-186 {
  padding-bottom: 186px;
}

.asr-p-b-187 {
  padding-bottom: 187px;
}

.asr-p-b-188 {
  padding-bottom: 188px;
}

.asr-p-b-189 {
  padding-bottom: 189px;
}

.asr-p-b-190 {
  padding-bottom: 190px;
}

.asr-p-b-191 {
  padding-bottom: 191px;
}

.asr-p-b-192 {
  padding-bottom: 192px;
}

.asr-p-b-193 {
  padding-bottom: 193px;
}

.asr-p-b-194 {
  padding-bottom: 194px;
}

.asr-p-b-195 {
  padding-bottom: 195px;
}

.asr-p-b-196 {
  padding-bottom: 196px;
}

.asr-p-b-197 {
  padding-bottom: 197px;
}

.asr-p-b-198 {
  padding-bottom: 198px;
}

.asr-p-b-199 {
  padding-bottom: 199px;
}

.asr-p-b-200 {
  padding-bottom: 200px;
}

.asr-p-b-201 {
  padding-bottom: 201px;
}

.asr-p-b-202 {
  padding-bottom: 202px;
}

.asr-p-b-203 {
  padding-bottom: 203px;
}

.asr-p-b-204 {
  padding-bottom: 204px;
}

.asr-p-b-205 {
  padding-bottom: 205px;
}

.asr-p-b-206 {
  padding-bottom: 206px;
}

.asr-p-b-207 {
  padding-bottom: 207px;
}

.asr-p-b-208 {
  padding-bottom: 208px;
}

.asr-p-b-209 {
  padding-bottom: 209px;
}

.asr-p-b-210 {
  padding-bottom: 210px;
}

.asr-p-b-211 {
  padding-bottom: 211px;
}

.asr-p-b-212 {
  padding-bottom: 212px;
}

.asr-p-b-213 {
  padding-bottom: 213px;
}

.asr-p-b-214 {
  padding-bottom: 214px;
}

.asr-p-b-215 {
  padding-bottom: 215px;
}

.asr-p-b-216 {
  padding-bottom: 216px;
}

.asr-p-b-217 {
  padding-bottom: 217px;
}

.asr-p-b-218 {
  padding-bottom: 218px;
}

.asr-p-b-219 {
  padding-bottom: 219px;
}

.asr-p-b-220 {
  padding-bottom: 220px;
}

.asr-p-b-221 {
  padding-bottom: 221px;
}

.asr-p-b-222 {
  padding-bottom: 222px;
}

.asr-p-b-223 {
  padding-bottom: 223px;
}

.asr-p-b-224 {
  padding-bottom: 224px;
}

.asr-p-b-225 {
  padding-bottom: 225px;
}

.asr-p-b-226 {
  padding-bottom: 226px;
}

.asr-p-b-227 {
  padding-bottom: 227px;
}

.asr-p-b-228 {
  padding-bottom: 228px;
}

.asr-p-b-229 {
  padding-bottom: 229px;
}

.asr-p-b-230 {
  padding-bottom: 230px;
}

.asr-p-b-231 {
  padding-bottom: 231px;
}

.asr-p-b-232 {
  padding-bottom: 232px;
}

.asr-p-b-233 {
  padding-bottom: 233px;
}

.asr-p-b-234 {
  padding-bottom: 234px;
}

.asr-p-b-235 {
  padding-bottom: 235px;
}

.asr-p-b-236 {
  padding-bottom: 236px;
}

.asr-p-b-237 {
  padding-bottom: 237px;
}

.asr-p-b-238 {
  padding-bottom: 238px;
}

.asr-p-b-239 {
  padding-bottom: 239px;
}

.asr-p-b-240 {
  padding-bottom: 240px;
}

.asr-p-b-241 {
  padding-bottom: 241px;
}

.asr-p-b-242 {
  padding-bottom: 242px;
}

.asr-p-b-243 {
  padding-bottom: 243px;
}

.asr-p-b-244 {
  padding-bottom: 244px;
}

.asr-p-b-245 {
  padding-bottom: 245px;
}

.asr-p-b-246 {
  padding-bottom: 246px;
}

.asr-p-b-247 {
  padding-bottom: 247px;
}

.asr-p-b-248 {
  padding-bottom: 248px;
}

.asr-p-b-249 {
  padding-bottom: 249px;
}

.asr-p-b-250 {
  padding-bottom: 250px;
}

/*LEFT*/
.asr-p-l-0 {
  padding-left: 0px;
}

.asr-p-l-1 {
  padding-left: 1px;
}

.asr-p-l-2 {
  padding-left: 2px;
}

.asr-p-l-3 {
  padding-left: 3px;
}

.asr-p-l-4 {
  padding-left: 4px;
}

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

.asr-p-l-6 {
  padding-left: 6px;
}

.asr-p-l-7 {
  padding-left: 7px;
}

.asr-p-l-8 {
  padding-left: 8px;
}

.asr-p-l-9 {
  padding-left: 9px;
}

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

.asr-p-l-11 {
  padding-left: 11px;
}

.asr-p-l-12 {
  padding-left: 12px;
}

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

.asr-p-l-14 {
  padding-left: 14px;
}

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

.asr-p-l-16 {
  padding-left: 16px;
}

.asr-p-l-17 {
  padding-left: 17px;
}

.asr-p-l-18 {
  padding-left: 18px;
}

.asr-p-l-19 {
  padding-left: 19px;
}

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

.asr-p-l-21 {
  padding-left: 21px;
}

.asr-p-l-22 {
  padding-left: 22px;
}

.asr-p-l-23 {
  padding-left: 23px;
}

.asr-p-l-24 {
  padding-left: 24px;
}

.asr-p-l-25 {
  padding-left: 25px;
}

.asr-p-l-26 {
  padding-left: 26px;
}

.asr-p-l-27 {
  padding-left: 27px;
}

.asr-p-l-28 {
  padding-left: 28px;
}

.asr-p-l-29 {
  padding-left: 29px;
}

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

.asr-p-l-31 {
  padding-left: 31px;
}

.asr-p-l-32 {
  padding-left: 32px;
}

.asr-p-l-33 {
  padding-left: 33px;
}

.asr-p-l-34 {
  padding-left: 34px;
}

.asr-p-l-35 {
  padding-left: 35px;
}

.asr-p-l-36 {
  padding-left: 36px;
}

.asr-p-l-37 {
  padding-left: 37px;
}

.asr-p-l-38 {
  padding-left: 38px;
}

.asr-p-l-39 {
  padding-left: 39px;
}

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

.asr-p-l-41 {
  padding-left: 41px;
}

.asr-p-l-42 {
  padding-left: 42px;
}

.asr-p-l-43 {
  padding-left: 43px;
}

.asr-p-l-44 {
  padding-left: 44px;
}

.asr-p-l-45 {
  padding-left: 45px;
}

.asr-p-l-46 {
  padding-left: 46px;
}

.asr-p-l-47 {
  padding-left: 47px;
}

.asr-p-l-48 {
  padding-left: 48px;
}

.asr-p-l-49 {
  padding-left: 49px;
}

.asr-p-l-50 {
  padding-left: 50px;
}

.asr-p-l-51 {
  padding-left: 51px;
}

.asr-p-l-52 {
  padding-left: 52px;
}

.asr-p-l-53 {
  padding-left: 53px;
}

.asr-p-l-54 {
  padding-left: 54px;
}

.asr-p-l-55 {
  padding-left: 55px;
}

.asr-p-l-56 {
  padding-left: 56px;
}

.asr-p-l-57 {
  padding-left: 57px;
}

.asr-p-l-58 {
  padding-left: 58px;
}

.asr-p-l-59 {
  padding-left: 59px;
}

.asr-p-l-60 {
  padding-left: 60px;
}

.asr-p-l-61 {
  padding-left: 61px;
}

.asr-p-l-62 {
  padding-left: 62px;
}

.asr-p-l-63 {
  padding-left: 63px;
}

.asr-p-l-64 {
  padding-left: 64px;
}

.asr-p-l-65 {
  padding-left: 65px;
}

.asr-p-l-66 {
  padding-left: 66px;
}

.asr-p-l-67 {
  padding-left: 67px;
}

.asr-p-l-68 {
  padding-left: 68px;
}

.asr-p-l-69 {
  padding-left: 69px;
}

.asr-p-l-70 {
  padding-left: 70px;
}

.asr-p-l-71 {
  padding-left: 71px;
}

.asr-p-l-72 {
  padding-left: 72px;
}

.asr-p-l-73 {
  padding-left: 73px;
}

.asr-p-l-74 {
  padding-left: 74px;
}

.asr-p-l-75 {
  padding-left: 75px;
}

.asr-p-l-76 {
  padding-left: 76px;
}

.asr-p-l-77 {
  padding-left: 77px;
}

.asr-p-l-78 {
  padding-left: 78px;
}

.asr-p-l-79 {
  padding-left: 79px;
}

.asr-p-l-80 {
  padding-left: 80px;
}

.asr-p-l-81 {
  padding-left: 81px;
}

.asr-p-l-82 {
  padding-left: 82px;
}

.asr-p-l-83 {
  padding-left: 83px;
}

.asr-p-l-84 {
  padding-left: 84px;
}

.asr-p-l-85 {
  padding-left: 85px;
}

.asr-p-l-86 {
  padding-left: 86px;
}

.asr-p-l-87 {
  padding-left: 87px;
}

.asr-p-l-88 {
  padding-left: 88px;
}

.asr-p-l-89 {
  padding-left: 89px;
}

.asr-p-l-90 {
  padding-left: 90px;
}

.asr-p-l-91 {
  padding-left: 91px;
}

.asr-p-l-92 {
  padding-left: 92px;
}

.asr-p-l-93 {
  padding-left: 93px;
}

.asr-p-l-94 {
  padding-left: 94px;
}

.asr-p-l-95 {
  padding-left: 95px;
}

.asr-p-l-96 {
  padding-left: 96px;
}

.asr-p-l-97 {
  padding-left: 97px;
}

.asr-p-l-98 {
  padding-left: 98px;
}

.asr-p-l-99 {
  padding-left: 99px;
}

.asr-p-l-100 {
  padding-left: 100px;
}

.asr-p-l-101 {
  padding-left: 101px;
}

.asr-p-l-102 {
  padding-left: 102px;
}

.asr-p-l-103 {
  padding-left: 103px;
}

.asr-p-l-104 {
  padding-left: 104px;
}

.asr-p-l-105 {
  padding-left: 105px;
}

.asr-p-l-106 {
  padding-left: 106px;
}

.asr-p-l-107 {
  padding-left: 107px;
}

.asr-p-l-108 {
  padding-left: 108px;
}

.asr-p-l-109 {
  padding-left: 109px;
}

.asr-p-l-110 {
  padding-left: 110px;
}

.asr-p-l-111 {
  padding-left: 111px;
}

.asr-p-l-112 {
  padding-left: 112px;
}

.asr-p-l-113 {
  padding-left: 113px;
}

.asr-p-l-114 {
  padding-left: 114px;
}

.asr-p-l-115 {
  padding-left: 115px;
}

.asr-p-l-116 {
  padding-left: 116px;
}

.asr-p-l-117 {
  padding-left: 117px;
}

.asr-p-l-118 {
  padding-left: 118px;
}

.asr-p-l-119 {
  padding-left: 119px;
}

.asr-p-l-120 {
  padding-left: 120px;
}

.asr-p-l-121 {
  padding-left: 121px;
}

.asr-p-l-122 {
  padding-left: 122px;
}

.asr-p-l-123 {
  padding-left: 123px;
}

.asr-p-l-124 {
  padding-left: 124px;
}

.asr-p-l-125 {
  padding-left: 125px;
}

.asr-p-l-126 {
  padding-left: 126px;
}

.asr-p-l-127 {
  padding-left: 127px;
}

.asr-p-l-128 {
  padding-left: 128px;
}

.asr-p-l-129 {
  padding-left: 129px;
}

.asr-p-l-130 {
  padding-left: 130px;
}

.asr-p-l-131 {
  padding-left: 131px;
}

.asr-p-l-132 {
  padding-left: 132px;
}

.asr-p-l-133 {
  padding-left: 133px;
}

.asr-p-l-134 {
  padding-left: 134px;
}

.asr-p-l-135 {
  padding-left: 135px;
}

.asr-p-l-136 {
  padding-left: 136px;
}

.asr-p-l-137 {
  padding-left: 137px;
}

.asr-p-l-138 {
  padding-left: 138px;
}

.asr-p-l-139 {
  padding-left: 139px;
}

.asr-p-l-140 {
  padding-left: 140px;
}

.asr-p-l-141 {
  padding-left: 141px;
}

.asr-p-l-142 {
  padding-left: 142px;
}

.asr-p-l-143 {
  padding-left: 143px;
}

.asr-p-l-144 {
  padding-left: 144px;
}

.asr-p-l-145 {
  padding-left: 145px;
}

.asr-p-l-146 {
  padding-left: 146px;
}

.asr-p-l-147 {
  padding-left: 147px;
}

.asr-p-l-148 {
  padding-left: 148px;
}

.asr-p-l-149 {
  padding-left: 149px;
}

.asr-p-l-150 {
  padding-left: 150px;
}

.asr-p-l-151 {
  padding-left: 151px;
}

.asr-p-l-152 {
  padding-left: 152px;
}

.asr-p-l-153 {
  padding-left: 153px;
}

.asr-p-l-154 {
  padding-left: 154px;
}

.asr-p-l-155 {
  padding-left: 155px;
}

.asr-p-l-156 {
  padding-left: 156px;
}

.asr-p-l-157 {
  padding-left: 157px;
}

.asr-p-l-158 {
  padding-left: 158px;
}

.asr-p-l-159 {
  padding-left: 159px;
}

.asr-p-l-160 {
  padding-left: 160px;
}

.asr-p-l-161 {
  padding-left: 161px;
}

.asr-p-l-162 {
  padding-left: 162px;
}

.asr-p-l-163 {
  padding-left: 163px;
}

.asr-p-l-164 {
  padding-left: 164px;
}

.asr-p-l-165 {
  padding-left: 165px;
}

.asr-p-l-166 {
  padding-left: 166px;
}

.asr-p-l-167 {
  padding-left: 167px;
}

.asr-p-l-168 {
  padding-left: 168px;
}

.asr-p-l-169 {
  padding-left: 169px;
}

.asr-p-l-170 {
  padding-left: 170px;
}

.asr-p-l-171 {
  padding-left: 171px;
}

.asr-p-l-172 {
  padding-left: 172px;
}

.asr-p-l-173 {
  padding-left: 173px;
}

.asr-p-l-174 {
  padding-left: 174px;
}

.asr-p-l-175 {
  padding-left: 175px;
}

.asr-p-l-176 {
  padding-left: 176px;
}

.asr-p-l-177 {
  padding-left: 177px;
}

.asr-p-l-178 {
  padding-left: 178px;
}

.asr-p-l-179 {
  padding-left: 179px;
}

.asr-p-l-180 {
  padding-left: 180px;
}

.asr-p-l-181 {
  padding-left: 181px;
}

.asr-p-l-182 {
  padding-left: 182px;
}

.asr-p-l-183 {
  padding-left: 183px;
}

.asr-p-l-184 {
  padding-left: 184px;
}

.asr-p-l-185 {
  padding-left: 185px;
}

.asr-p-l-186 {
  padding-left: 186px;
}

.asr-p-l-187 {
  padding-left: 187px;
}

.asr-p-l-188 {
  padding-left: 188px;
}

.asr-p-l-189 {
  padding-left: 189px;
}

.asr-p-l-190 {
  padding-left: 190px;
}

.asr-p-l-191 {
  padding-left: 191px;
}

.asr-p-l-192 {
  padding-left: 192px;
}

.asr-p-l-193 {
  padding-left: 193px;
}

.asr-p-l-194 {
  padding-left: 194px;
}

.asr-p-l-195 {
  padding-left: 195px;
}

.asr-p-l-196 {
  padding-left: 196px;
}

.asr-p-l-197 {
  padding-left: 197px;
}

.asr-p-l-198 {
  padding-left: 198px;
}

.asr-p-l-199 {
  padding-left: 199px;
}

.asr-p-l-200 {
  padding-left: 200px;
}

.asr-p-l-201 {
  padding-left: 201px;
}

.asr-p-l-202 {
  padding-left: 202px;
}

.asr-p-l-203 {
  padding-left: 203px;
}

.asr-p-l-204 {
  padding-left: 204px;
}

.asr-p-l-205 {
  padding-left: 205px;
}

.asr-p-l-206 {
  padding-left: 206px;
}

.asr-p-l-207 {
  padding-left: 207px;
}

.asr-p-l-208 {
  padding-left: 208px;
}

.asr-p-l-209 {
  padding-left: 209px;
}

.asr-p-l-210 {
  padding-left: 210px;
}

.asr-p-l-211 {
  padding-left: 211px;
}

.asr-p-l-212 {
  padding-left: 212px;
}

.asr-p-l-213 {
  padding-left: 213px;
}

.asr-p-l-214 {
  padding-left: 214px;
}

.asr-p-l-215 {
  padding-left: 215px;
}

.asr-p-l-216 {
  padding-left: 216px;
}

.asr-p-l-217 {
  padding-left: 217px;
}

.asr-p-l-218 {
  padding-left: 218px;
}

.asr-p-l-219 {
  padding-left: 219px;
}

.asr-p-l-220 {
  padding-left: 220px;
}

.asr-p-l-221 {
  padding-left: 221px;
}

.asr-p-l-222 {
  padding-left: 222px;
}

.asr-p-l-223 {
  padding-left: 223px;
}

.asr-p-l-224 {
  padding-left: 224px;
}

.asr-p-l-225 {
  padding-left: 225px;
}

.asr-p-l-226 {
  padding-left: 226px;
}

.asr-p-l-227 {
  padding-left: 227px;
}

.asr-p-l-228 {
  padding-left: 228px;
}

.asr-p-l-229 {
  padding-left: 229px;
}

.asr-p-l-230 {
  padding-left: 230px;
}

.asr-p-l-231 {
  padding-left: 231px;
}

.asr-p-l-232 {
  padding-left: 232px;
}

.asr-p-l-233 {
  padding-left: 233px;
}

.asr-p-l-234 {
  padding-left: 234px;
}

.asr-p-l-235 {
  padding-left: 235px;
}

.asr-p-l-236 {
  padding-left: 236px;
}

.asr-p-l-237 {
  padding-left: 237px;
}

.asr-p-l-238 {
  padding-left: 238px;
}

.asr-p-l-239 {
  padding-left: 239px;
}

.asr-p-l-240 {
  padding-left: 240px;
}

.asr-p-l-241 {
  padding-left: 241px;
}

.asr-p-l-242 {
  padding-left: 242px;
}

.asr-p-l-243 {
  padding-left: 243px;
}

.asr-p-l-244 {
  padding-left: 244px;
}

.asr-p-l-245 {
  padding-left: 245px;
}

.asr-p-l-246 {
  padding-left: 246px;
}

.asr-p-l-247 {
  padding-left: 247px;
}

.asr-p-l-248 {
  padding-left: 248px;
}

.asr-p-l-249 {
  padding-left: 249px;
}

.asr-p-l-250 {
  padding-left: 250px;
}

/*RIGHT*/
.asr-p-r-0 {
  padding-right: 0px;
}

.asr-p-r-1 {
  padding-right: 1px;
}

.asr-p-r-2 {
  padding-right: 2px;
}

.asr-p-r-3 {
  padding-right: 3px;
}

.asr-p-r-4 {
  padding-right: 4px;
}

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

.asr-p-r-6 {
  padding-right: 6px;
}

.asr-p-r-7 {
  padding-right: 7px;
}

.asr-p-r-8 {
  padding-right: 8px;
}

.asr-p-r-9 {
  padding-right: 9px;
}

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

.asr-p-r-11 {
  padding-right: 11px;
}

.asr-p-r-12 {
  padding-right: 12px;
}

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

.asr-p-r-14 {
  padding-right: 14px;
}

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

.asr-p-r-16 {
  padding-right: 16px;
}

.asr-p-r-17 {
  padding-right: 17px;
}

.asr-p-r-18 {
  padding-right: 18px;
}

.asr-p-r-19 {
  padding-right: 19px;
}

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

.asr-p-r-21 {
  padding-right: 21px;
}

.asr-p-r-22 {
  padding-right: 22px;
}

.asr-p-r-23 {
  padding-right: 23px;
}

.asr-p-r-24 {
  padding-right: 24px;
}

.asr-p-r-25 {
  padding-right: 25px;
}

.asr-p-r-26 {
  padding-right: 26px;
}

.asr-p-r-27 {
  padding-right: 27px;
}

.asr-p-r-28 {
  padding-right: 28px;
}

.asr-p-r-29 {
  padding-right: 29px;
}

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

.asr-p-r-31 {
  padding-right: 31px;
}

.asr-p-r-32 {
  padding-right: 32px;
}

.asr-p-r-33 {
  padding-right: 33px;
}

.asr-p-r-34 {
  padding-right: 34px;
}

.asr-p-r-35 {
  padding-right: 35px;
}

.asr-p-r-36 {
  padding-right: 36px;
}

.asr-p-r-37 {
  padding-right: 37px;
}

.asr-p-r-38 {
  padding-right: 38px;
}

.asr-p-r-39 {
  padding-right: 39px;
}

.asr-p-r-40 {
  padding-right: 40px;
}

.asr-p-r-41 {
  padding-right: 41px;
}

.asr-p-r-42 {
  padding-right: 42px;
}

.asr-p-r-43 {
  padding-right: 43px;
}

.asr-p-r-44 {
  padding-right: 44px;
}

.asr-p-r-45 {
  padding-right: 45px;
}

.asr-p-r-46 {
  padding-right: 46px;
}

.asr-p-r-47 {
  padding-right: 47px;
}

.asr-p-r-48 {
  padding-right: 48px;
}

.asr-p-r-49 {
  padding-right: 49px;
}

.asr-p-r-50 {
  padding-right: 50px;
}

.asr-p-r-51 {
  padding-right: 51px;
}

.asr-p-r-52 {
  padding-right: 52px;
}

.asr-p-r-53 {
  padding-right: 53px;
}

.asr-p-r-54 {
  padding-right: 54px;
}

.asr-p-r-55 {
  padding-right: 55px;
}

.asr-p-r-56 {
  padding-right: 56px;
}

.asr-p-r-57 {
  padding-right: 57px;
}

.asr-p-r-58 {
  padding-right: 58px;
}

.asr-p-r-59 {
  padding-right: 59px;
}

.asr-p-r-60 {
  padding-right: 60px;
}

.asr-p-r-61 {
  padding-right: 61px;
}

.asr-p-r-62 {
  padding-right: 62px;
}

.asr-p-r-63 {
  padding-right: 63px;
}

.asr-p-r-64 {
  padding-right: 64px;
}

.asr-p-r-65 {
  padding-right: 65px;
}

.asr-p-r-66 {
  padding-right: 66px;
}

.asr-p-r-67 {
  padding-right: 67px;
}

.asr-p-r-68 {
  padding-right: 68px;
}

.asr-p-r-69 {
  padding-right: 69px;
}

.asr-p-r-70 {
  padding-right: 70px;
}

.asr-p-r-71 {
  padding-right: 71px;
}

.asr-p-r-72 {
  padding-right: 72px;
}

.asr-p-r-73 {
  padding-right: 73px;
}

.asr-p-r-74 {
  padding-right: 74px;
}

.asr-p-r-75 {
  padding-right: 75px;
}

.asr-p-r-76 {
  padding-right: 76px;
}

.asr-p-r-77 {
  padding-right: 77px;
}

.asr-p-r-78 {
  padding-right: 78px;
}

.asr-p-r-79 {
  padding-right: 79px;
}

.asr-p-r-80 {
  padding-right: 80px;
}

.asr-p-r-81 {
  padding-right: 81px;
}

.asr-p-r-82 {
  padding-right: 82px;
}

.asr-p-r-83 {
  padding-right: 83px;
}

.asr-p-r-84 {
  padding-right: 84px;
}

.asr-p-r-85 {
  padding-right: 85px;
}

.asr-p-r-86 {
  padding-right: 86px;
}

.asr-p-r-87 {
  padding-right: 87px;
}

.asr-p-r-88 {
  padding-right: 88px;
}

.asr-p-r-89 {
  padding-right: 89px;
}

.asr-p-r-90 {
  padding-right: 90px;
}

.asr-p-r-91 {
  padding-right: 91px;
}

.asr-p-r-92 {
  padding-right: 92px;
}

.asr-p-r-93 {
  padding-right: 93px;
}

.asr-p-r-94 {
  padding-right: 94px;
}

.asr-p-r-95 {
  padding-right: 95px;
}

.asr-p-r-96 {
  padding-right: 96px;
}

.asr-p-r-97 {
  padding-right: 97px;
}

.asr-p-r-98 {
  padding-right: 98px;
}

.asr-p-r-99 {
  padding-right: 99px;
}

.asr-p-r-100 {
  padding-right: 100px;
}

.asr-p-r-101 {
  padding-right: 101px;
}

.asr-p-r-102 {
  padding-right: 102px;
}

.asr-p-r-103 {
  padding-right: 103px;
}

.asr-p-r-104 {
  padding-right: 104px;
}

.asr-p-r-105 {
  padding-right: 105px;
}

.asr-p-r-106 {
  padding-right: 106px;
}

.asr-p-r-107 {
  padding-right: 107px;
}

.asr-p-r-108 {
  padding-right: 108px;
}

.asr-p-r-109 {
  padding-right: 109px;
}

.asr-p-r-110 {
  padding-right: 110px;
}

.asr-p-r-111 {
  padding-right: 111px;
}

.asr-p-r-112 {
  padding-right: 112px;
}

.asr-p-r-113 {
  padding-right: 113px;
}

.asr-p-r-114 {
  padding-right: 114px;
}

.asr-p-r-115 {
  padding-right: 115px;
}

.asr-p-r-116 {
  padding-right: 116px;
}

.asr-p-r-117 {
  padding-right: 117px;
}

.asr-p-r-118 {
  padding-right: 118px;
}

.asr-p-r-119 {
  padding-right: 119px;
}

.asr-p-r-120 {
  padding-right: 120px;
}

.asr-p-r-121 {
  padding-right: 121px;
}

.asr-p-r-122 {
  padding-right: 122px;
}

.asr-p-r-123 {
  padding-right: 123px;
}

.asr-p-r-124 {
  padding-right: 124px;
}

.asr-p-r-125 {
  padding-right: 125px;
}

.asr-p-r-126 {
  padding-right: 126px;
}

.asr-p-r-127 {
  padding-right: 127px;
}

.asr-p-r-128 {
  padding-right: 128px;
}

.asr-p-r-129 {
  padding-right: 129px;
}

.asr-p-r-130 {
  padding-right: 130px;
}

.asr-p-r-131 {
  padding-right: 131px;
}

.asr-p-r-132 {
  padding-right: 132px;
}

.asr-p-r-133 {
  padding-right: 133px;
}

.asr-p-r-134 {
  padding-right: 134px;
}

.asr-p-r-135 {
  padding-right: 135px;
}

.asr-p-r-136 {
  padding-right: 136px;
}

.asr-p-r-137 {
  padding-right: 137px;
}

.asr-p-r-138 {
  padding-right: 138px;
}

.asr-p-r-139 {
  padding-right: 139px;
}

.asr-p-r-140 {
  padding-right: 140px;
}

.asr-p-r-141 {
  padding-right: 141px;
}

.asr-p-r-142 {
  padding-right: 142px;
}

.asr-p-r-143 {
  padding-right: 143px;
}

.asr-p-r-144 {
  padding-right: 144px;
}

.asr-p-r-145 {
  padding-right: 145px;
}

.asr-p-r-146 {
  padding-right: 146px;
}

.asr-p-r-147 {
  padding-right: 147px;
}

.asr-p-r-148 {
  padding-right: 148px;
}

.asr-p-r-149 {
  padding-right: 149px;
}

.asr-p-r-150 {
  padding-right: 150px;
}

.asr-p-r-151 {
  padding-right: 151px;
}

.asr-p-r-152 {
  padding-right: 152px;
}

.asr-p-r-153 {
  padding-right: 153px;
}

.asr-p-r-154 {
  padding-right: 154px;
}

.asr-p-r-155 {
  padding-right: 155px;
}

.asr-p-r-156 {
  padding-right: 156px;
}

.asr-p-r-157 {
  padding-right: 157px;
}

.asr-p-r-158 {
  padding-right: 158px;
}

.asr-p-r-159 {
  padding-right: 159px;
}

.asr-p-r-160 {
  padding-right: 160px;
}

.asr-p-r-161 {
  padding-right: 161px;
}

.asr-p-r-162 {
  padding-right: 162px;
}

.asr-p-r-163 {
  padding-right: 163px;
}

.asr-p-r-164 {
  padding-right: 164px;
}

.asr-p-r-165 {
  padding-right: 165px;
}

.asr-p-r-166 {
  padding-right: 166px;
}

.asr-p-r-167 {
  padding-right: 167px;
}

.asr-p-r-168 {
  padding-right: 168px;
}

.asr-p-r-169 {
  padding-right: 169px;
}

.asr-p-r-170 {
  padding-right: 170px;
}

.asr-p-r-171 {
  padding-right: 171px;
}

.asr-p-r-172 {
  padding-right: 172px;
}

.asr-p-r-173 {
  padding-right: 173px;
}

.asr-p-r-174 {
  padding-right: 174px;
}

.asr-p-r-175 {
  padding-right: 175px;
}

.asr-p-r-176 {
  padding-right: 176px;
}

.asr-p-r-177 {
  padding-right: 177px;
}

.asr-p-r-178 {
  padding-right: 178px;
}

.asr-p-r-179 {
  padding-right: 179px;
}

.asr-p-r-180 {
  padding-right: 180px;
}

.asr-p-r-181 {
  padding-right: 181px;
}

.asr-p-r-182 {
  padding-right: 182px;
}

.asr-p-r-183 {
  padding-right: 183px;
}

.asr-p-r-184 {
  padding-right: 184px;
}

.asr-p-r-185 {
  padding-right: 185px;
}

.asr-p-r-186 {
  padding-right: 186px;
}

.asr-p-r-187 {
  padding-right: 187px;
}

.asr-p-r-188 {
  padding-right: 188px;
}

.asr-p-r-189 {
  padding-right: 189px;
}

.asr-p-r-190 {
  padding-right: 190px;
}

.asr-p-r-191 {
  padding-right: 191px;
}

.asr-p-r-192 {
  padding-right: 192px;
}

.asr-p-r-193 {
  padding-right: 193px;
}

.asr-p-r-194 {
  padding-right: 194px;
}

.asr-p-r-195 {
  padding-right: 195px;
}

.asr-p-r-196 {
  padding-right: 196px;
}

.asr-p-r-197 {
  padding-right: 197px;
}

.asr-p-r-198 {
  padding-right: 198px;
}

.asr-p-r-199 {
  padding-right: 199px;
}

.asr-p-r-200 {
  padding-right: 200px;
}

.asr-p-r-201 {
  padding-right: 201px;
}

.asr-p-r-202 {
  padding-right: 202px;
}

.asr-p-r-203 {
  padding-right: 203px;
}

.asr-p-r-204 {
  padding-right: 204px;
}

.asr-p-r-205 {
  padding-right: 205px;
}

.asr-p-r-206 {
  padding-right: 206px;
}

.asr-p-r-207 {
  padding-right: 207px;
}

.asr-p-r-208 {
  padding-right: 208px;
}

.asr-p-r-209 {
  padding-right: 209px;
}

.asr-p-r-210 {
  padding-right: 210px;
}

.asr-p-r-211 {
  padding-right: 211px;
}

.asr-p-r-212 {
  padding-right: 212px;
}

.asr-p-r-213 {
  padding-right: 213px;
}

.asr-p-r-214 {
  padding-right: 214px;
}

.asr-p-r-215 {
  padding-right: 215px;
}

.asr-p-r-216 {
  padding-right: 216px;
}

.asr-p-r-217 {
  padding-right: 217px;
}

.asr-p-r-218 {
  padding-right: 218px;
}

.asr-p-r-219 {
  padding-right: 219px;
}

.asr-p-r-220 {
  padding-right: 220px;
}

.asr-p-r-221 {
  padding-right: 221px;
}

.asr-p-r-222 {
  padding-right: 222px;
}

.asr-p-r-223 {
  padding-right: 223px;
}

.asr-p-r-224 {
  padding-right: 224px;
}

.asr-p-r-225 {
  padding-right: 225px;
}

.asr-p-r-226 {
  padding-right: 226px;
}

.asr-p-r-227 {
  padding-right: 227px;
}

.asr-p-r-228 {
  padding-right: 228px;
}

.asr-p-r-229 {
  padding-right: 229px;
}

.asr-p-r-230 {
  padding-right: 230px;
}

.asr-p-r-231 {
  padding-right: 231px;
}

.asr-p-r-232 {
  padding-right: 232px;
}

.asr-p-r-233 {
  padding-right: 233px;
}

.asr-p-r-234 {
  padding-right: 234px;
}

.asr-p-r-235 {
  padding-right: 235px;
}

.asr-p-r-236 {
  padding-right: 236px;
}

.asr-p-r-237 {
  padding-right: 237px;
}

.asr-p-r-238 {
  padding-right: 238px;
}

.asr-p-r-239 {
  padding-right: 239px;
}

.asr-p-r-240 {
  padding-right: 240px;
}

.asr-p-r-241 {
  padding-right: 241px;
}

.asr-p-r-242 {
  padding-right: 242px;
}

.asr-p-r-243 {
  padding-right: 243px;
}

.asr-p-r-244 {
  padding-right: 244px;
}

.asr-p-r-245 {
  padding-right: 245px;
}

.asr-p-r-246 {
  padding-right: 246px;
}

.asr-p-r-247 {
  padding-right: 247px;
}

.asr-p-r-248 {
  padding-right: 248px;
}

.asr-p-r-249 {
  padding-right: 249px;
}

.asr-p-r-250 {
  padding-right: 250px;
}

.asr-p-left-no-5 {
  padding: 5px 0 5px 5px;
}

.asr-p-right-no-5 {
  padding: 5px 5px 5px 0;
}

/*
[ MARGIN ]
/TOP/
*/
.asr-m-none {
  margin: none;
}

.asr-m-tsb-auto {
  margin: auto;
}

.asr-m-tsb1-auto {
  margin: 1px auto;
}

.asr-m-tsb2-auto {
  margin: 2px auto;
}

.asr-m-tsb5-auto {
  margin: 5px auto;
}

.asr-m-tsb10-auto {
  margin: 10px auto;
}

.asr-m-tsb20-auto {
  margin: 20px auto;
}

.asr-m-tsb30-auto {
  margin: 30px auto;
}

.asr-m-tsb40-auto {
  margin: 40px auto;
}

.asr-m-tsb50-auto {
  margin: 50px auto;
}

.asr-m-0-1 {
  margin: 0px 1px;
}

.asr-m-0-2 {
  margin: 0px 2px;
}

.asr-m-0-3 {
  margin: 0px 3px;
}

.asr-m-0-5 {
  margin: 0px 5px;
}

.asr-m-0-10 {
  margin: 0px 10px;
}

.asr-m-5-0 {
  margin: 5px 0px;
}

.asr-m-5-5 {
  margin: 5px;
}

.asr-m-5-10 {
  margin: 5px 10px;
}

.asr-m-10-10 {
  margin: 10px;
}

.asr-m-t-0 {
  margin-top: 0px;
}

.asr-m-t-1 {
  margin-top: 1px;
}

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

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

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

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

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

.asr-m-t-7 {
  margin-top: 7px;
}

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

.asr-m-t-9 {
  margin-top: 9px;
}

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

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

.asr-m-t-12 {
  margin-top: 12px;
}

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

.asr-m-t-14 {
  margin-top: 14px;
}

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

.asr-m-t-16 {
  margin-top: 16px;
}

.asr-m-t-17 {
  margin-top: 17px;
}

.asr-m-t-18 {
  margin-top: 18px;
}

.asr-m-t-19 {
  margin-top: 19px;
}

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

.asr-m-t-21 {
  margin-top: 21px;
}

.asr-m-t-22 {
  margin-top: 22px;
}

.asr-m-t-23 {
  margin-top: 23px;
}

.asr-m-t-24 {
  margin-top: 24px;
}

.asr-m-t-25 {
  margin-top: 25px;
}

.asr-m-t-26 {
  margin-top: 26px;
}

.asr-m-t-27 {
  margin-top: 27px;
}

.asr-m-t-28 {
  margin-top: 28px;
}

.asr-m-t-29 {
  margin-top: 29px;
}

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

.asr-m-t-31 {
  margin-top: 31px;
}

.asr-m-t-32 {
  margin-top: 32px;
}

.asr-m-t-33 {
  margin-top: 33px;
}

.asr-m-t-34 {
  margin-top: 34px;
}

.asr-m-t-35 {
  margin-top: 35px;
}

.asr-m-t-36 {
  margin-top: 36px;
}

.asr-m-t-37 {
  margin-top: 37px;
}

.asr-m-t-38 {
  margin-top: 38px;
}

.asr-m-t-39 {
  margin-top: 39px;
}

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

.asr-m-t-41 {
  margin-top: 41px;
}

.asr-m-t-42 {
  margin-top: 42px;
}

.asr-m-t-43 {
  margin-top: 43px;
}

.asr-m-t-44 {
  margin-top: 44px;
}

.asr-m-t-45 {
  margin-top: 45px;
}

.asr-m-t-46 {
  margin-top: 46px;
}

.asr-m-t-47 {
  margin-top: 47px;
}

.asr-m-t-48 {
  margin-top: 48px;
}

.asr-m-t-49 {
  margin-top: 49px;
}

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

.asr-m-t-51 {
  margin-top: 51px;
}

.asr-m-t-52 {
  margin-top: 52px;
}

.asr-m-t-53 {
  margin-top: 53px;
}

.asr-m-t-54 {
  margin-top: 54px;
}

.asr-m-t-55 {
  margin-top: 55px;
}

.asr-m-t-56 {
  margin-top: 56px;
}

.asr-m-t-57 {
  margin-top: 57px;
}

.asr-m-t-58 {
  margin-top: 58px;
}

.asr-m-t-59 {
  margin-top: 59px;
}

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

.asr-m-t-61 {
  margin-top: 61px;
}

.asr-m-t-62 {
  margin-top: 62px;
}

.asr-m-t-63 {
  margin-top: 63px;
}

.asr-m-t-64 {
  margin-top: 64px;
}

.asr-m-t-65 {
  margin-top: 65px;
}

.asr-m-t-66 {
  margin-top: 66px;
}

.asr-m-t-67 {
  margin-top: 67px;
}

.asr-m-t-68 {
  margin-top: 68px;
}

.asr-m-t-69 {
  margin-top: 69px;
}

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

.asr-m-t-71 {
  margin-top: 71px;
}

.asr-m-t-72 {
  margin-top: 72px;
}

.asr-m-t-73 {
  margin-top: 73px;
}

.asr-m-t-74 {
  margin-top: 74px;
}

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

.asr-m-t-76 {
  margin-top: 76px;
}

.asr-m-t-77 {
  margin-top: 77px;
}

.asr-m-t-78 {
  margin-top: 78px;
}

.asr-m-t-79 {
  margin-top: 79px;
}

.asr-m-t-80 {
  margin-top: 80px;
}

.asr-m-t-81 {
  margin-top: 81px;
}

.asr-m-t-82 {
  margin-top: 82px;
}

.asr-m-t-83 {
  margin-top: 83px;
}

.asr-m-t-84 {
  margin-top: 84px;
}

.asr-m-t-85 {
  margin-top: 85px;
}

.asr-m-t-86 {
  margin-top: 86px;
}

.asr-m-t-87 {
  margin-top: 87px;
}

.asr-m-t-88 {
  margin-top: 88px;
}

.asr-m-t-89 {
  margin-top: 89px;
}

.asr-m-t-90 {
  margin-top: 90px;
}

.asr-m-t-91 {
  margin-top: 91px;
}

.asr-m-t-92 {
  margin-top: 92px;
}

.asr-m-t-93 {
  margin-top: 93px;
}

.asr-m-t-94 {
  margin-top: 94px;
}

.asr-m-t-95 {
  margin-top: 95px;
}

.asr-m-t-96 {
  margin-top: 96px;
}

.asr-m-t-97 {
  margin-top: 97px;
}

.asr-m-t-98 {
  margin-top: 98px;
}

.asr-m-t-99 {
  margin-top: 99px;
}

.asr-m-t-100 {
  margin-top: 100px;
}

.asr-m-t-101 {
  margin-top: 101px;
}

.asr-m-t-102 {
  margin-top: 102px;
}

.asr-m-t-103 {
  margin-top: 103px;
}

.asr-m-t-104 {
  margin-top: 104px;
}

.asr-m-t-105 {
  margin-top: 105px;
}

.asr-m-t-106 {
  margin-top: 106px;
}

.asr-m-t-107 {
  margin-top: 107px;
}

.asr-m-t-108 {
  margin-top: 108px;
}

.asr-m-t-109 {
  margin-top: 109px;
}

.asr-m-t-110 {
  margin-top: 110px;
}

.asr-m-t-111 {
  margin-top: 111px;
}

.asr-m-t-112 {
  margin-top: 112px;
}

.asr-m-t-113 {
  margin-top: 113px;
}

.asr-m-t-114 {
  margin-top: 114px;
}

.asr-m-t-115 {
  margin-top: 115px;
}

.asr-m-t-116 {
  margin-top: 116px;
}

.asr-m-t-117 {
  margin-top: 117px;
}

.asr-m-t-118 {
  margin-top: 118px;
}

.asr-m-t-119 {
  margin-top: 119px;
}

.asr-m-t-120 {
  margin-top: 120px;
}

.asr-m-t-121 {
  margin-top: 121px;
}

.asr-m-t-122 {
  margin-top: 122px;
}

.asr-m-t-123 {
  margin-top: 123px;
}

.asr-m-t-124 {
  margin-top: 124px;
}

.asr-m-t-125 {
  margin-top: 125px;
}

.asr-m-t-126 {
  margin-top: 126px;
}

.asr-m-t-127 {
  margin-top: 127px;
}

.asr-m-t-128 {
  margin-top: 128px;
}

.asr-m-t-129 {
  margin-top: 129px;
}

.asr-m-t-130 {
  margin-top: 130px;
}

.asr-m-t-131 {
  margin-top: 131px;
}

.asr-m-t-132 {
  margin-top: 132px;
}

.asr-m-t-133 {
  margin-top: 133px;
}

.asr-m-t-134 {
  margin-top: 134px;
}

.asr-m-t-135 {
  margin-top: 135px;
}

.asr-m-t-136 {
  margin-top: 136px;
}

.asr-m-t-137 {
  margin-top: 137px;
}

.asr-m-t-138 {
  margin-top: 138px;
}

.asr-m-t-139 {
  margin-top: 139px;
}

.asr-m-t-140 {
  margin-top: 140px;
}

.asr-m-t-141 {
  margin-top: 141px;
}

.asr-m-t-142 {
  margin-top: 142px;
}

.asr-m-t-143 {
  margin-top: 143px;
}

.asr-m-t-144 {
  margin-top: 144px;
}

.asr-m-t-145 {
  margin-top: 145px;
}

.asr-m-t-146 {
  margin-top: 146px;
}

.asr-m-t-147 {
  margin-top: 147px;
}

.asr-m-t-148 {
  margin-top: 148px;
}

.asr-m-t-149 {
  margin-top: 149px;
}

.asr-m-t-150 {
  margin-top: 150px;
}

.asr-m-t-151 {
  margin-top: 151px;
}

.asr-m-t-152 {
  margin-top: 152px;
}

.asr-m-t-153 {
  margin-top: 153px;
}

.asr-m-t-154 {
  margin-top: 154px;
}

.asr-m-t-155 {
  margin-top: 155px;
}

.asr-m-t-156 {
  margin-top: 156px;
}

.asr-m-t-157 {
  margin-top: 157px;
}

.asr-m-t-158 {
  margin-top: 158px;
}

.asr-m-t-159 {
  margin-top: 159px;
}

.asr-m-t-160 {
  margin-top: 160px;
}

.asr-m-t-161 {
  margin-top: 161px;
}

.asr-m-t-162 {
  margin-top: 162px;
}

.asr-m-t-163 {
  margin-top: 163px;
}

.asr-m-t-164 {
  margin-top: 164px;
}

.asr-m-t-165 {
  margin-top: 165px;
}

.asr-m-t-166 {
  margin-top: 166px;
}

.asr-m-t-167 {
  margin-top: 167px;
}

.asr-m-t-168 {
  margin-top: 168px;
}

.asr-m-t-169 {
  margin-top: 169px;
}

.asr-m-t-170 {
  margin-top: 170px;
}

.asr-m-t-171 {
  margin-top: 171px;
}

.asr-m-t-172 {
  margin-top: 172px;
}

.asr-m-t-173 {
  margin-top: 173px;
}

.asr-m-t-174 {
  margin-top: 174px;
}

.asr-m-t-175 {
  margin-top: 175px;
}

.asr-m-t-176 {
  margin-top: 176px;
}

.asr-m-t-177 {
  margin-top: 177px;
}

.asr-m-t-178 {
  margin-top: 178px;
}

.asr-m-t-179 {
  margin-top: 179px;
}

.asr-m-t-180 {
  margin-top: 180px;
}

.asr-m-t-181 {
  margin-top: 181px;
}

.asr-m-t-182 {
  margin-top: 182px;
}

.asr-m-t-183 {
  margin-top: 183px;
}

.asr-m-t-184 {
  margin-top: 184px;
}

.asr-m-t-185 {
  margin-top: 185px;
}

.asr-m-t-186 {
  margin-top: 186px;
}

.asr-m-t-187 {
  margin-top: 187px;
}

.asr-m-t-188 {
  margin-top: 188px;
}

.asr-m-t-189 {
  margin-top: 189px;
}

.asr-m-t-190 {
  margin-top: 190px;
}

.asr-m-t-191 {
  margin-top: 191px;
}

.asr-m-t-192 {
  margin-top: 192px;
}

.asr-m-t-193 {
  margin-top: 193px;
}

.asr-m-t-194 {
  margin-top: 194px;
}

.asr-m-t-195 {
  margin-top: 195px;
}

.asr-m-t-196 {
  margin-top: 196px;
}

.asr-m-t-197 {
  margin-top: 197px;
}

.asr-m-t-198 {
  margin-top: 198px;
}

.asr-m-t-199 {
  margin-top: 199px;
}

.asr-m-t-200 {
  margin-top: 200px;
}

.asr-m-t-201 {
  margin-top: 201px;
}

.asr-m-t-202 {
  margin-top: 202px;
}

.asr-m-t-203 {
  margin-top: 203px;
}

.asr-m-t-204 {
  margin-top: 204px;
}

.asr-m-t-205 {
  margin-top: 205px;
}

.asr-m-t-206 {
  margin-top: 206px;
}

.asr-m-t-207 {
  margin-top: 207px;
}

.asr-m-t-208 {
  margin-top: 208px;
}

.asr-m-t-209 {
  margin-top: 209px;
}

.asr-m-t-210 {
  margin-top: 210px;
}

.asr-m-t-211 {
  margin-top: 211px;
}

.asr-m-t-212 {
  margin-top: 212px;
}

.asr-m-t-213 {
  margin-top: 213px;
}

.asr-m-t-214 {
  margin-top: 214px;
}

.asr-m-t-215 {
  margin-top: 215px;
}

.asr-m-t-216 {
  margin-top: 216px;
}

.asr-m-t-217 {
  margin-top: 217px;
}

.asr-m-t-218 {
  margin-top: 218px;
}

.asr-m-t-219 {
  margin-top: 219px;
}

.asr-m-t-220 {
  margin-top: 220px;
}

.asr-m-t-221 {
  margin-top: 221px;
}

.asr-m-t-222 {
  margin-top: 222px;
}

.asr-m-t-223 {
  margin-top: 223px;
}

.asr-m-t-224 {
  margin-top: 224px;
}

.asr-m-t-225 {
  margin-top: 225px;
}

.asr-m-t-226 {
  margin-top: 226px;
}

.asr-m-t-227 {
  margin-top: 227px;
}

.asr-m-t-228 {
  margin-top: 228px;
}

.asr-m-t-229 {
  margin-top: 229px;
}

.asr-m-t-230 {
  margin-top: 230px;
}

.asr-m-t-231 {
  margin-top: 231px;
}

.asr-m-t-232 {
  margin-top: 232px;
}

.asr-m-t-233 {
  margin-top: 233px;
}

.asr-m-t-234 {
  margin-top: 234px;
}

.asr-m-t-235 {
  margin-top: 235px;
}

.asr-m-t-236 {
  margin-top: 236px;
}

.asr-m-t-237 {
  margin-top: 237px;
}

.asr-m-t-238 {
  margin-top: 238px;
}

.asr-m-t-239 {
  margin-top: 239px;
}

.asr-m-t-240 {
  margin-top: 240px;
}

.asr-m-t-241 {
  margin-top: 241px;
}

.asr-m-t-242 {
  margin-top: 242px;
}

.asr-m-t-243 {
  margin-top: 243px;
}

.asr-m-t-244 {
  margin-top: 244px;
}

.asr-m-t-245 {
  margin-top: 245px;
}

.asr-m-t-246 {
  margin-top: 246px;
}

.asr-m-t-247 {
  margin-top: 247px;
}

.asr-m-t-248 {
  margin-top: 248px;
}

.asr-m-t-249 {
  margin-top: 249px;
}

.asr-m-t-250 {
  margin-top: 250px;
}

/*BOTTOM*/
.asr-m-b-0 {
  margin-bottom: 0px;
}

.asr-m-b-1 {
  margin-bottom: 1px;
}

.asr-m-b-2 {
  margin-bottom: 2px;
}

.asr-m-b-3 {
  margin-bottom: 3px;
}

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

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

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

.asr-m-b-7 {
  margin-bottom: 7px;
}

.asr-m-b-8 {
  margin-bottom: 8px;
}

.asr-m-b-9 {
  margin-bottom: 9px;
}

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

.asr-m-b-11 {
  margin-bottom: 11px;
}

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

.asr-m-b-13 {
  margin-bottom: 13px;
}

.asr-m-b-14 {
  margin-bottom: 14px;
}

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

.asr-m-b-16 {
  margin-bottom: 16px;
}

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

.asr-m-b-18 {
  margin-bottom: 18px;
}

.asr-m-b-19 {
  margin-bottom: 19px;
}

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

.asr-m-b-21 {
  margin-bottom: 21px;
}

.asr-m-b-22 {
  margin-bottom: 22px;
}

.asr-m-b-23 {
  margin-bottom: 23px;
}

.asr-m-b-24 {
  margin-bottom: 24px;
}

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

.asr-m-b-26 {
  margin-bottom: 26px;
}

.asr-m-b-27 {
  margin-bottom: 27px;
}

.asr-m-b-28 {
  margin-bottom: 28px;
}

.asr-m-b-29 {
  margin-bottom: 29px;
}

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

.asr-m-b-31 {
  margin-bottom: 31px;
}

.asr-m-b-32 {
  margin-bottom: 32px;
}

.asr-m-b-33 {
  margin-bottom: 33px;
}

.asr-m-b-34 {
  margin-bottom: 34px;
}

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

.asr-m-b-36 {
  margin-bottom: 36px;
}

.asr-m-b-37 {
  margin-bottom: 37px;
}

.asr-m-b-38 {
  margin-bottom: 38px;
}

.asr-m-b-39 {
  margin-bottom: 39px;
}

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

.asr-m-b-41 {
  margin-bottom: 41px;
}

.asr-m-b-42 {
  margin-bottom: 42px;
}

.asr-m-b-43 {
  margin-bottom: 43px;
}

.asr-m-b-44 {
  margin-bottom: 44px;
}

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

.asr-m-b-46 {
  margin-bottom: 46px;
}

.asr-m-b-47 {
  margin-bottom: 47px;
}

.asr-m-b-48 {
  margin-bottom: 48px;
}

.asr-m-b-49 {
  margin-bottom: 49px;
}

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

.asr-m-b-51 {
  margin-bottom: 51px;
}

.asr-m-b-52 {
  margin-bottom: 52px;
}

.asr-m-b-53 {
  margin-bottom: 53px;
}

.asr-m-b-54 {
  margin-bottom: 54px;
}

.asr-m-b-55 {
  margin-bottom: 55px;
}

.asr-m-b-56 {
  margin-bottom: 56px;
}

.asr-m-b-57 {
  margin-bottom: 57px;
}

.asr-m-b-58 {
  margin-bottom: 58px;
}

.asr-m-b-59 {
  margin-bottom: 59px;
}

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

.asr-m-b-61 {
  margin-bottom: 61px;
}

.asr-m-b-62 {
  margin-bottom: 62px;
}

.asr-m-b-63 {
  margin-bottom: 63px;
}

.asr-m-b-64 {
  margin-bottom: 64px;
}

.asr-m-b-65 {
  margin-bottom: 65px;
}

.asr-m-b-66 {
  margin-bottom: 66px;
}

.asr-m-b-67 {
  margin-bottom: 67px;
}

.asr-m-b-68 {
  margin-bottom: 68px;
}

.asr-m-b-69 {
  margin-bottom: 69px;
}

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

.asr-m-b-71 {
  margin-bottom: 71px;
}

.asr-m-b-72 {
  margin-bottom: 72px;
}

.asr-m-b-73 {
  margin-bottom: 73px;
}

.asr-m-b-74 {
  margin-bottom: 74px;
}

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

.asr-m-b-76 {
  margin-bottom: 76px;
}

.asr-m-b-77 {
  margin-bottom: 77px;
}

.asr-m-b-78 {
  margin-bottom: 78px;
}

.asr-m-b-79 {
  margin-bottom: 79px;
}

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

.asr-m-b-81 {
  margin-bottom: 81px;
}

.asr-m-b-82 {
  margin-bottom: 82px;
}

.asr-m-b-83 {
  margin-bottom: 83px;
}

.asr-m-b-84 {
  margin-bottom: 84px;
}

.asr-m-b-85 {
  margin-bottom: 85px;
}

.asr-m-b-86 {
  margin-bottom: 86px;
}

.asr-m-b-87 {
  margin-bottom: 87px;
}

.asr-m-b-88 {
  margin-bottom: 88px;
}

.asr-m-b-89 {
  margin-bottom: 89px;
}

.asr-m-b-90 {
  margin-bottom: 90px;
}

.asr-m-b-91 {
  margin-bottom: 91px;
}

.asr-m-b-92 {
  margin-bottom: 92px;
}

.asr-m-b-93 {
  margin-bottom: 93px;
}

.asr-m-b-94 {
  margin-bottom: 94px;
}

.asr-m-b-95 {
  margin-bottom: 95px;
}

.asr-m-b-96 {
  margin-bottom: 96px;
}

.asr-m-b-97 {
  margin-bottom: 97px;
}

.asr-m-b-98 {
  margin-bottom: 98px;
}

.asr-m-b-99 {
  margin-bottom: 99px;
}

.asr-m-b-100 {
  margin-bottom: 100px;
}

.asr-m-b-101 {
  margin-bottom: 101px;
}

.asr-m-b-102 {
  margin-bottom: 102px;
}

.asr-m-b-103 {
  margin-bottom: 103px;
}

.asr-m-b-104 {
  margin-bottom: 104px;
}

.asr-m-b-105 {
  margin-bottom: 105px;
}

.asr-m-b-106 {
  margin-bottom: 106px;
}

.asr-m-b-107 {
  margin-bottom: 107px;
}

.asr-m-b-108 {
  margin-bottom: 108px;
}

.asr-m-b-109 {
  margin-bottom: 109px;
}

.asr-m-b-110 {
  margin-bottom: 110px;
}

.asr-m-b-111 {
  margin-bottom: 111px;
}

.asr-m-b-112 {
  margin-bottom: 112px;
}

.asr-m-b-113 {
  margin-bottom: 113px;
}

.asr-m-b-114 {
  margin-bottom: 114px;
}

.asr-m-b-115 {
  margin-bottom: 115px;
}

.asr-m-b-116 {
  margin-bottom: 116px;
}

.asr-m-b-117 {
  margin-bottom: 117px;
}

.asr-m-b-118 {
  margin-bottom: 118px;
}

.asr-m-b-119 {
  margin-bottom: 119px;
}

.asr-m-b-120 {
  margin-bottom: 120px;
}

.asr-m-b-121 {
  margin-bottom: 121px;
}

.asr-m-b-122 {
  margin-bottom: 122px;
}

.asr-m-b-123 {
  margin-bottom: 123px;
}

.asr-m-b-124 {
  margin-bottom: 124px;
}

.asr-m-b-125 {
  margin-bottom: 125px;
}

.asr-m-b-126 {
  margin-bottom: 126px;
}

.asr-m-b-127 {
  margin-bottom: 127px;
}

.asr-m-b-128 {
  margin-bottom: 128px;
}

.asr-m-b-129 {
  margin-bottom: 129px;
}

.asr-m-b-130 {
  margin-bottom: 130px;
}

.asr-m-b-131 {
  margin-bottom: 131px;
}

.asr-m-b-132 {
  margin-bottom: 132px;
}

.asr-m-b-133 {
  margin-bottom: 133px;
}

.asr-m-b-134 {
  margin-bottom: 134px;
}

.asr-m-b-135 {
  margin-bottom: 135px;
}

.asr-m-b-136 {
  margin-bottom: 136px;
}

.asr-m-b-137 {
  margin-bottom: 137px;
}

.asr-m-b-138 {
  margin-bottom: 138px;
}

.asr-m-b-139 {
  margin-bottom: 139px;
}

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

.asr-m-b-141 {
  margin-bottom: 141px;
}

.asr-m-b-142 {
  margin-bottom: 142px;
}

.asr-m-b-143 {
  margin-bottom: 143px;
}

.asr-m-b-144 {
  margin-bottom: 144px;
}

.asr-m-b-145 {
  margin-bottom: 145px;
}

.asr-m-b-146 {
  margin-bottom: 146px;
}

.asr-m-b-147 {
  margin-bottom: 147px;
}

.asr-m-b-148 {
  margin-bottom: 148px;
}

.asr-m-b-149 {
  margin-bottom: 149px;
}

.asr-m-b-150 {
  margin-bottom: 150px;
}

.asr-m-b-151 {
  margin-bottom: 151px;
}

.asr-m-b-152 {
  margin-bottom: 152px;
}

.asr-m-b-153 {
  margin-bottom: 153px;
}

.asr-m-b-154 {
  margin-bottom: 154px;
}

.asr-m-b-155 {
  margin-bottom: 155px;
}

.asr-m-b-156 {
  margin-bottom: 156px;
}

.asr-m-b-157 {
  margin-bottom: 157px;
}

.asr-m-b-158 {
  margin-bottom: 158px;
}

.asr-m-b-159 {
  margin-bottom: 159px;
}

.asr-m-b-160 {
  margin-bottom: 160px;
}

.asr-m-b-161 {
  margin-bottom: 161px;
}

.asr-m-b-162 {
  margin-bottom: 162px;
}

.asr-m-b-163 {
  margin-bottom: 163px;
}

.asr-m-b-164 {
  margin-bottom: 164px;
}

.asr-m-b-165 {
  margin-bottom: 165px;
}

.asr-m-b-166 {
  margin-bottom: 166px;
}

.asr-m-b-167 {
  margin-bottom: 167px;
}

.asr-m-b-168 {
  margin-bottom: 168px;
}

.asr-m-b-169 {
  margin-bottom: 169px;
}

.asr-m-b-170 {
  margin-bottom: 170px;
}

.asr-m-b-171 {
  margin-bottom: 171px;
}

.asr-m-b-172 {
  margin-bottom: 172px;
}

.asr-m-b-173 {
  margin-bottom: 173px;
}

.asr-m-b-174 {
  margin-bottom: 174px;
}

.asr-m-b-175 {
  margin-bottom: 175px;
}

.asr-m-b-176 {
  margin-bottom: 176px;
}

.asr-m-b-177 {
  margin-bottom: 177px;
}

.asr-m-b-178 {
  margin-bottom: 178px;
}

.asr-m-b-179 {
  margin-bottom: 179px;
}

.asr-m-b-180 {
  margin-bottom: 180px;
}

.asr-m-b-181 {
  margin-bottom: 181px;
}

.asr-m-b-182 {
  margin-bottom: 182px;
}

.asr-m-b-183 {
  margin-bottom: 183px;
}

.asr-m-b-184 {
  margin-bottom: 184px;
}

.asr-m-b-185 {
  margin-bottom: 185px;
}

.asr-m-b-186 {
  margin-bottom: 186px;
}

.asr-m-b-187 {
  margin-bottom: 187px;
}

.asr-m-b-188 {
  margin-bottom: 188px;
}

.asr-m-b-189 {
  margin-bottom: 189px;
}

.asr-m-b-190 {
  margin-bottom: 190px;
}

.asr-m-b-191 {
  margin-bottom: 191px;
}

.asr-m-b-192 {
  margin-bottom: 192px;
}

.asr-m-b-193 {
  margin-bottom: 193px;
}

.asr-m-b-194 {
  margin-bottom: 194px;
}

.asr-m-b-195 {
  margin-bottom: 195px;
}

.asr-m-b-196 {
  margin-bottom: 196px;
}

.asr-m-b-197 {
  margin-bottom: 197px;
}

.asr-m-b-198 {
  margin-bottom: 198px;
}

.asr-m-b-199 {
  margin-bottom: 199px;
}

.asr-m-b-200 {
  margin-bottom: 200px;
}

.asr-m-b-201 {
  margin-bottom: 201px;
}

.asr-m-b-202 {
  margin-bottom: 202px;
}

.asr-m-b-203 {
  margin-bottom: 203px;
}

.asr-m-b-204 {
  margin-bottom: 204px;
}

.asr-m-b-205 {
  margin-bottom: 205px;
}

.asr-m-b-206 {
  margin-bottom: 206px;
}

.asr-m-b-207 {
  margin-bottom: 207px;
}

.asr-m-b-208 {
  margin-bottom: 208px;
}

.asr-m-b-209 {
  margin-bottom: 209px;
}

.asr-m-b-210 {
  margin-bottom: 210px;
}

.asr-m-b-211 {
  margin-bottom: 211px;
}

.asr-m-b-212 {
  margin-bottom: 212px;
}

.asr-m-b-213 {
  margin-bottom: 213px;
}

.asr-m-b-214 {
  margin-bottom: 214px;
}

.asr-m-b-215 {
  margin-bottom: 215px;
}

.asr-m-b-216 {
  margin-bottom: 216px;
}

.asr-m-b-217 {
  margin-bottom: 217px;
}

.asr-m-b-218 {
  margin-bottom: 218px;
}

.asr-m-b-219 {
  margin-bottom: 219px;
}

.asr-m-b-220 {
  margin-bottom: 220px;
}

.asr-m-b-221 {
  margin-bottom: 221px;
}

.asr-m-b-222 {
  margin-bottom: 222px;
}

.asr-m-b-223 {
  margin-bottom: 223px;
}

.asr-m-b-224 {
  margin-bottom: 224px;
}

.asr-m-b-225 {
  margin-bottom: 225px;
}

.asr-m-b-226 {
  margin-bottom: 226px;
}

.asr-m-b-227 {
  margin-bottom: 227px;
}

.asr-m-b-228 {
  margin-bottom: 228px;
}

.asr-m-b-229 {
  margin-bottom: 229px;
}

.asr-m-b-230 {
  margin-bottom: 230px;
}

.asr-m-b-231 {
  margin-bottom: 231px;
}

.asr-m-b-232 {
  margin-bottom: 232px;
}

.asr-m-b-233 {
  margin-bottom: 233px;
}

.asr-m-b-234 {
  margin-bottom: 234px;
}

.asr-m-b-235 {
  margin-bottom: 235px;
}

.asr-m-b-236 {
  margin-bottom: 236px;
}

.asr-m-b-237 {
  margin-bottom: 237px;
}

.asr-m-b-238 {
  margin-bottom: 238px;
}

.asr-m-b-239 {
  margin-bottom: 239px;
}

.asr-m-b-240 {
  margin-bottom: 240px;
}

.asr-m-b-241 {
  margin-bottom: 241px;
}

.asr-m-b-242 {
  margin-bottom: 242px;
}

.asr-m-b-243 {
  margin-bottom: 243px;
}

.asr-m-b-244 {
  margin-bottom: 244px;
}

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

.asr-m-b-246 {
  margin-bottom: 246px;
}

.asr-m-b-247 {
  margin-bottom: 247px;
}

.asr-m-b-248 {
  margin-bottom: 248px;
}

.asr-m-b-249 {
  margin-bottom: 249px;
}

.asr-m-b-250 {
  margin-bottom: 250px;
}

/*LEFT*/
.asr-m-l-r-auto {
  margin-left: auto;
  margin-right: auto;
}

.asr-m-l-auto {
  margin-left: auto;
}

.asr-m-l-0 {
  margin-left: 0px;
}

.asr-m-l-1 {
  margin-left: 1px;
}

.asr-m-l-2 {
  margin-left: 2px;
}

.asr-m-l-3 {
  margin-left: 3px;
}

.asr-m-l-4 {
  margin-left: 4px;
}

.asr-m-l-5 {
  margin-left: 5px;
}

.asr-m-l-6 {
  margin-left: 6px;
}

.asr-m-l-7 {
  margin-left: 7px;
}

.asr-m-l-8 {
  margin-left: 8px;
}

.asr-m-l-9 {
  margin-left: 9px;
}

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

.asr-m-l-11 {
  margin-left: 11px;
}

.asr-m-l-12 {
  margin-left: 12px;
}

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

.asr-m-l-14 {
  margin-left: 14px;
}

.asr-m-l-15 {
  margin-left: 15px;
}

.asr-m-l-16 {
  margin-left: 16px;
}

.asr-m-l-17 {
  margin-left: 17px;
}

.asr-m-l-18 {
  margin-left: 18px;
}

.asr-m-l-19 {
  margin-left: 19px;
}

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

.asr-m-l-21 {
  margin-left: 21px;
}

.asr-m-l-22 {
  margin-left: 22px;
}

.asr-m-l-23 {
  margin-left: 23px;
}

.asr-m-l-24 {
  margin-left: 24px;
}

.asr-m-l-25 {
  margin-left: 25px;
}

.asr-m-l-26 {
  margin-left: 26px;
}

.asr-m-l-27 {
  margin-left: 27px;
}

.asr-m-l-28 {
  margin-left: 28px;
}

.asr-m-l-29 {
  margin-left: 29px;
}

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

.asr-m-l-31 {
  margin-left: 31px;
}

.asr-m-l-32 {
  margin-left: 32px;
}

.asr-m-l-33 {
  margin-left: 33px;
}

.asr-m-l-34 {
  margin-left: 34px;
}

.asr-m-l-35 {
  margin-left: 35px;
}

.asr-m-l-36 {
  margin-left: 36px;
}

.asr-m-l-37 {
  margin-left: 37px;
}

.asr-m-l-38 {
  margin-left: 38px;
}

.asr-m-l-39 {
  margin-left: 39px;
}

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

.asr-m-l-41 {
  margin-left: 41px;
}

.asr-m-l-42 {
  margin-left: 42px;
}

.asr-m-l-43 {
  margin-left: 43px;
}

.asr-m-l-44 {
  margin-left: 44px;
}

.asr-m-l-45 {
  margin-left: 45px;
}

.asr-m-l-46 {
  margin-left: 46px;
}

.asr-m-l-47 {
  margin-left: 47px;
}

.asr-m-l-48 {
  margin-left: 48px;
}

.asr-m-l-49 {
  margin-left: 49px;
}

.asr-m-l-50 {
  margin-left: 50px;
}

.asr-m-l-51 {
  margin-left: 51px;
}

.asr-m-l-52 {
  margin-left: 52px;
}

.asr-m-l-53 {
  margin-left: 53px;
}

.asr-m-l-54 {
  margin-left: 54px;
}

.asr-m-l-55 {
  margin-left: 55px;
}

.asr-m-l-56 {
  margin-left: 56px;
}

.asr-m-l-57 {
  margin-left: 57px;
}

.asr-m-l-58 {
  margin-left: 58px;
}

.asr-m-l-59 {
  margin-left: 59px;
}

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

.asr-m-l-61 {
  margin-left: 61px;
}

.asr-m-l-62 {
  margin-left: 62px;
}

.asr-m-l-63 {
  margin-left: 63px;
}

.asr-m-l-64 {
  margin-left: 64px;
}

.asr-m-l-65 {
  margin-left: 65px;
}

.asr-m-l-66 {
  margin-left: 66px;
}

.asr-m-l-67 {
  margin-left: 67px;
}

.asr-m-l-68 {
  margin-left: 68px;
}

.asr-m-l-69 {
  margin-left: 69px;
}

.asr-m-l-70 {
  margin-left: 70px;
}

.asr-m-l-71 {
  margin-left: 71px;
}

.asr-m-l-72 {
  margin-left: 72px;
}

.asr-m-l-73 {
  margin-left: 73px;
}

.asr-m-l-74 {
  margin-left: 74px;
}

.asr-m-l-75 {
  margin-left: 75px;
}

.asr-m-l-76 {
  margin-left: 76px;
}

.asr-m-l-77 {
  margin-left: 77px;
}

.asr-m-l-78 {
  margin-left: 78px;
}

.asr-m-l-79 {
  margin-left: 79px;
}

.asr-m-l-80 {
  margin-left: 80px;
}

.asr-m-l-81 {
  margin-left: 81px;
}

.asr-m-l-82 {
  margin-left: 82px;
}

.asr-m-l-83 {
  margin-left: 83px;
}

.asr-m-l-84 {
  margin-left: 84px;
}

.asr-m-l-85 {
  margin-left: 85px;
}

.asr-m-l-86 {
  margin-left: 86px;
}

.asr-m-l-87 {
  margin-left: 87px;
}

.asr-m-l-88 {
  margin-left: 88px;
}

.asr-m-l-89 {
  margin-left: 89px;
}

.asr-m-l-90 {
  margin-left: 90px;
}

.asr-m-l-91 {
  margin-left: 91px;
}

.asr-m-l-92 {
  margin-left: 92px;
}

.asr-m-l-93 {
  margin-left: 93px;
}

.asr-m-l-94 {
  margin-left: 94px;
}

.asr-m-l-95 {
  margin-left: 95px;
}

.asr-m-l-96 {
  margin-left: 96px;
}

.asr-m-l-97 {
  margin-left: 97px;
}

.asr-m-l-98 {
  margin-left: 98px;
}

.asr-m-l-99 {
  margin-left: 99px;
}

.asr-m-l-100 {
  margin-left: 100px;
}

.asr-m-l-101 {
  margin-left: 101px;
}

.asr-m-l-102 {
  margin-left: 102px;
}

.asr-m-l-103 {
  margin-left: 103px;
}

.asr-m-l-104 {
  margin-left: 104px;
}

.asr-m-l-105 {
  margin-left: 105px;
}

.asr-m-l-106 {
  margin-left: 106px;
}

.asr-m-l-107 {
  margin-left: 107px;
}

.asr-m-l-108 {
  margin-left: 108px;
}

.asr-m-l-109 {
  margin-left: 109px;
}

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

.asr-m-l-111 {
  margin-left: 111px;
}

.asr-m-l-112 {
  margin-left: 112px;
}

.asr-m-l-113 {
  margin-left: 113px;
}

.asr-m-l-114 {
  margin-left: 114px;
}

.asr-m-l-115 {
  margin-left: 115px;
}

.asr-m-l-116 {
  margin-left: 116px;
}

.asr-m-l-117 {
  margin-left: 117px;
}

.asr-m-l-118 {
  margin-left: 118px;
}

.asr-m-l-119 {
  margin-left: 119px;
}

.asr-m-l-120 {
  margin-left: 120px;
}

.asr-m-l-121 {
  margin-left: 121px;
}

.asr-m-l-122 {
  margin-left: 122px;
}

.asr-m-l-123 {
  margin-left: 123px;
}

.asr-m-l-124 {
  margin-left: 124px;
}

.asr-m-l-125 {
  margin-left: 125px;
}

.asr-m-l-126 {
  margin-left: 126px;
}

.asr-m-l-127 {
  margin-left: 127px;
}

.asr-m-l-128 {
  margin-left: 128px;
}

.asr-m-l-129 {
  margin-left: 129px;
}

.asr-m-l-130 {
  margin-left: 130px;
}

.asr-m-l-131 {
  margin-left: 131px;
}

.asr-m-l-132 {
  margin-left: 132px;
}

.asr-m-l-133 {
  margin-left: 133px;
}

.asr-m-l-134 {
  margin-left: 134px;
}

.asr-m-l-135 {
  margin-left: 135px;
}

.asr-m-l-136 {
  margin-left: 136px;
}

.asr-m-l-137 {
  margin-left: 137px;
}

.asr-m-l-138 {
  margin-left: 138px;
}

.asr-m-l-139 {
  margin-left: 139px;
}

.asr-m-l-140 {
  margin-left: 140px;
}

.asr-m-l-141 {
  margin-left: 141px;
}

.asr-m-l-142 {
  margin-left: 142px;
}

.asr-m-l-143 {
  margin-left: 143px;
}

.asr-m-l-144 {
  margin-left: 144px;
}

.asr-m-l-145 {
  margin-left: 145px;
}

.asr-m-l-146 {
  margin-left: 146px;
}

.asr-m-l-147 {
  margin-left: 147px;
}

.asr-m-l-148 {
  margin-left: 148px;
}

.asr-m-l-149 {
  margin-left: 149px;
}

.asr-m-l-150 {
  margin-left: 150px;
}

.asr-m-l-151 {
  margin-left: 151px;
}

.asr-m-l-152 {
  margin-left: 152px;
}

.asr-m-l-153 {
  margin-left: 153px;
}

.asr-m-l-154 {
  margin-left: 154px;
}

.asr-m-l-155 {
  margin-left: 155px;
}

.asr-m-l-156 {
  margin-left: 156px;
}

.asr-m-l-157 {
  margin-left: 157px;
}

.asr-m-l-158 {
  margin-left: 158px;
}

.asr-m-l-159 {
  margin-left: 159px;
}

.asr-m-l-160 {
  margin-left: 160px;
}

.asr-m-l-161 {
  margin-left: 161px;
}

.asr-m-l-162 {
  margin-left: 162px;
}

.asr-m-l-163 {
  margin-left: 163px;
}

.asr-m-l-164 {
  margin-left: 164px;
}

.asr-m-l-165 {
  margin-left: 165px;
}

.asr-m-l-166 {
  margin-left: 166px;
}

.asr-m-l-167 {
  margin-left: 167px;
}

.asr-m-l-168 {
  margin-left: 168px;
}

.asr-m-l-169 {
  margin-left: 169px;
}

.asr-m-l-170 {
  margin-left: 170px;
}

.asr-m-l-171 {
  margin-left: 171px;
}

.asr-m-l-172 {
  margin-left: 172px;
}

.asr-m-l-173 {
  margin-left: 173px;
}

.asr-m-l-174 {
  margin-left: 174px;
}

.asr-m-l-175 {
  margin-left: 175px;
}

.asr-m-l-176 {
  margin-left: 176px;
}

.asr-m-l-177 {
  margin-left: 177px;
}

.asr-m-l-178 {
  margin-left: 178px;
}

.asr-m-l-179 {
  margin-left: 179px;
}

.asr-m-l-180 {
  margin-left: 180px;
}

.asr-m-l-181 {
  margin-left: 181px;
}

.asr-m-l-182 {
  margin-left: 182px;
}

.asr-m-l-183 {
  margin-left: 183px;
}

.asr-m-l-184 {
  margin-left: 184px;
}

.asr-m-l-185 {
  margin-left: 185px;
}

.asr-m-l-186 {
  margin-left: 186px;
}

.asr-m-l-187 {
  margin-left: 187px;
}

.asr-m-l-188 {
  margin-left: 188px;
}

.asr-m-l-189 {
  margin-left: 189px;
}

.asr-m-l-190 {
  margin-left: 190px;
}

.asr-m-l-191 {
  margin-left: 191px;
}

.asr-m-l-192 {
  margin-left: 192px;
}

.asr-m-l-193 {
  margin-left: 193px;
}

.asr-m-l-194 {
  margin-left: 194px;
}

.asr-m-l-195 {
  margin-left: 195px;
}

.asr-m-l-196 {
  margin-left: 196px;
}

.asr-m-l-197 {
  margin-left: 197px;
}

.asr-m-l-198 {
  margin-left: 198px;
}

.asr-m-l-199 {
  margin-left: 199px;
}

.asr-m-l-200 {
  margin-left: 200px;
}

.asr-m-l-201 {
  margin-left: 201px;
}

.asr-m-l-202 {
  margin-left: 202px;
}

.asr-m-l-203 {
  margin-left: 203px;
}

.asr-m-l-204 {
  margin-left: 204px;
}

.asr-m-l-205 {
  margin-left: 205px;
}

.asr-m-l-206 {
  margin-left: 206px;
}

.asr-m-l-207 {
  margin-left: 207px;
}

.asr-m-l-208 {
  margin-left: 208px;
}

.asr-m-l-209 {
  margin-left: 209px;
}

.asr-m-l-210 {
  margin-left: 210px;
}

.asr-m-l-211 {
  margin-left: 211px;
}

.asr-m-l-212 {
  margin-left: 212px;
}

.asr-m-l-213 {
  margin-left: 213px;
}

.asr-m-l-214 {
  margin-left: 214px;
}

.asr-m-l-215 {
  margin-left: 215px;
}

.asr-m-l-216 {
  margin-left: 216px;
}

.asr-m-l-217 {
  margin-left: 217px;
}

.asr-m-l-218 {
  margin-left: 218px;
}

.asr-m-l-219 {
  margin-left: 219px;
}

.asr-m-l-220 {
  margin-left: 220px;
}

.asr-m-l-221 {
  margin-left: 221px;
}

.asr-m-l-222 {
  margin-left: 222px;
}

.asr-m-l-223 {
  margin-left: 223px;
}

.asr-m-l-224 {
  margin-left: 224px;
}

.asr-m-l-225 {
  margin-left: 225px;
}

.asr-m-l-226 {
  margin-left: 226px;
}

.asr-m-l-227 {
  margin-left: 227px;
}

.asr-m-l-228 {
  margin-left: 228px;
}

.asr-m-l-229 {
  margin-left: 229px;
}

.asr-m-l-230 {
  margin-left: 230px;
}

.asr-m-l-231 {
  margin-left: 231px;
}

.asr-m-l-232 {
  margin-left: 232px;
}

.asr-m-l-233 {
  margin-left: 233px;
}

.asr-m-l-234 {
  margin-left: 234px;
}

.asr-m-l-235 {
  margin-left: 235px;
}

.asr-m-l-236 {
  margin-left: 236px;
}

.asr-m-l-237 {
  margin-left: 237px;
}

.asr-m-l-238 {
  margin-left: 238px;
}

.asr-m-l-239 {
  margin-left: 239px;
}

.asr-m-l-240 {
  margin-left: 240px;
}

.asr-m-l-241 {
  margin-left: 241px;
}

.asr-m-l-242 {
  margin-left: 242px;
}

.asr-m-l-243 {
  margin-left: 243px;
}

.asr-m-l-244 {
  margin-left: 244px;
}

.asr-m-l-245 {
  margin-left: 245px;
}

.asr-m-l-246 {
  margin-left: 246px;
}

.asr-m-l-247 {
  margin-left: 247px;
}

.asr-m-l-248 {
  margin-left: 248px;
}

.asr-m-l-249 {
  margin-left: 249px;
}

.asr-m-l-250 {
  margin-left: 250px;
}

/*RIGHT*/
.asr-m-r-auto {
  margin-right: auto;
}

.asr-m-r-0 {
  margin-right: 0px;
}

.asr-m-r-1 {
  margin-right: 1px;
}

.asr-m-r-2 {
  margin-right: 2px;
}

.asr-m-r-3 {
  margin-right: 3px;
}

.asr-m-r-4 {
  margin-right: 4px;
}

.asr-m-r-5 {
  margin-right: 5px;
}

.asr-m-r-6 {
  margin-right: 6px;
}

.asr-m-r-7 {
  margin-right: 7px;
}

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

.asr-m-r-9 {
  margin-right: 9px;
}

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

.asr-m-r-11 {
  margin-right: 11px;
}

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

.asr-m-r-13 {
  margin-right: 13px;
}

.asr-m-r-14 {
  margin-right: 14px;
}

.asr-m-r-15 {
  margin-right: 15px;
}

.asr-m-r-16 {
  margin-right: 16px;
}

.asr-m-r-17 {
  margin-right: 17px;
}

.asr-m-r-18 {
  margin-right: 18px;
}

.asr-m-r-19 {
  margin-right: 19px;
}

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

.asr-m-r-21 {
  margin-right: 21px;
}

.asr-m-r-22 {
  margin-right: 22px;
}

.asr-m-r-23 {
  margin-right: 23px;
}

.asr-m-r-24 {
  margin-right: 24px;
}

.asr-m-r-25 {
  margin-right: 25px;
}

.asr-m-r-26 {
  margin-right: 26px;
}

.asr-m-r-27 {
  margin-right: 27px;
}

.asr-m-r-28 {
  margin-right: 28px;
}

.asr-m-r-29 {
  margin-right: 29px;
}

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

.asr-m-r-31 {
  margin-right: 31px;
}

.asr-m-r-32 {
  margin-right: 32px;
}

.asr-m-r-33 {
  margin-right: 33px;
}

.asr-m-r-34 {
  margin-right: 34px;
}

.asr-m-r-35 {
  margin-right: 35px;
}

.asr-m-r-36 {
  margin-right: 36px;
}

.asr-m-r-37 {
  margin-right: 37px;
}

.asr-m-r-38 {
  margin-right: 38px;
}

.asr-m-r-39 {
  margin-right: 39px;
}

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

.asr-m-r-41 {
  margin-right: 41px;
}

.asr-m-r-42 {
  margin-right: 42px;
}

.asr-m-r-43 {
  margin-right: 43px;
}

.asr-m-r-44 {
  margin-right: 44px;
}

.asr-m-r-45 {
  margin-right: 45px;
}

.asr-m-r-46 {
  margin-right: 46px;
}

.asr-m-r-47 {
  margin-right: 47px;
}

.asr-m-r-48 {
  margin-right: 48px;
}

.asr-m-r-49 {
  margin-right: 49px;
}

.asr-m-r-50 {
  margin-right: 50px;
}

.asr-m-r-51 {
  margin-right: 51px;
}

.asr-m-r-52 {
  margin-right: 52px;
}

.asr-m-r-53 {
  margin-right: 53px;
}

.asr-m-r-54 {
  margin-right: 54px;
}

.asr-m-r-55 {
  margin-right: 55px;
}

.asr-m-r-56 {
  margin-right: 56px;
}

.asr-m-r-57 {
  margin-right: 57px;
}

.asr-m-r-58 {
  margin-right: 58px;
}

.asr-m-r-59 {
  margin-right: 59px;
}

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

.asr-m-r-61 {
  margin-right: 61px;
}

.asr-m-r-62 {
  margin-right: 62px;
}

.asr-m-r-63 {
  margin-right: 63px;
}

.asr-m-r-64 {
  margin-right: 64px;
}

.asr-m-r-65 {
  margin-right: 65px;
}

.asr-m-r-66 {
  margin-right: 66px;
}

.asr-m-r-67 {
  margin-right: 67px;
}

.asr-m-r-68 {
  margin-right: 68px;
}

.asr-m-r-69 {
  margin-right: 69px;
}

.asr-m-r-70 {
  margin-right: 70px;
}

.asr-m-r-71 {
  margin-right: 71px;
}

.asr-m-r-72 {
  margin-right: 72px;
}

.asr-m-r-73 {
  margin-right: 73px;
}

.asr-m-r-74 {
  margin-right: 74px;
}

.asr-m-r-75 {
  margin-right: 75px;
}

.asr-m-r-76 {
  margin-right: 76px;
}

.asr-m-r-77 {
  margin-right: 77px;
}

.asr-m-r-78 {
  margin-right: 78px;
}

.asr-m-r-79 {
  margin-right: 79px;
}

.asr-m-r-80 {
  margin-right: 80px;
}

.asr-m-r-81 {
  margin-right: 81px;
}

.asr-m-r-82 {
  margin-right: 82px;
}

.asr-m-r-83 {
  margin-right: 83px;
}

.asr-m-r-84 {
  margin-right: 84px;
}

.asr-m-r-85 {
  margin-right: 85px;
}

.asr-m-r-86 {
  margin-right: 86px;
}

.asr-m-r-87 {
  margin-right: 87px;
}

.asr-m-r-88 {
  margin-right: 88px;
}

.asr-m-r-89 {
  margin-right: 89px;
}

.asr-m-r-90 {
  margin-right: 90px;
}

.asr-m-r-91 {
  margin-right: 91px;
}

.asr-m-r-92 {
  margin-right: 92px;
}

.asr-m-r-93 {
  margin-right: 93px;
}

.asr-m-r-94 {
  margin-right: 94px;
}

.asr-m-r-95 {
  margin-right: 95px;
}

.asr-m-r-96 {
  margin-right: 96px;
}

.asr-m-r-97 {
  margin-right: 97px;
}

.asr-m-r-98 {
  margin-right: 98px;
}

.asr-m-r-99 {
  margin-right: 99px;
}

.asr-m-r-100 {
  margin-right: 100px;
}

.asr-m-r-101 {
  margin-right: 101px;
}

.asr-m-r-102 {
  margin-right: 102px;
}

.asr-m-r-103 {
  margin-right: 103px;
}

.asr-m-r-104 {
  margin-right: 104px;
}

.asr-m-r-105 {
  margin-right: 105px;
}

.asr-m-r-106 {
  margin-right: 106px;
}

.asr-m-r-107 {
  margin-right: 107px;
}

.asr-m-r-108 {
  margin-right: 108px;
}

.asr-m-r-109 {
  margin-right: 109px;
}

.asr-m-r-110 {
  margin-right: 110px;
}

.asr-m-r-111 {
  margin-right: 111px;
}

.asr-m-r-112 {
  margin-right: 112px;
}

.asr-m-r-113 {
  margin-right: 113px;
}

.asr-m-r-114 {
  margin-right: 114px;
}

.asr-m-r-115 {
  margin-right: 115px;
}

.asr-m-r-116 {
  margin-right: 116px;
}

.asr-m-r-117 {
  margin-right: 117px;
}

.asr-m-r-118 {
  margin-right: 118px;
}

.asr-m-r-119 {
  margin-right: 119px;
}

.asr-m-r-120 {
  margin-right: 120px;
}

.asr-m-r-121 {
  margin-right: 121px;
}

.asr-m-r-122 {
  margin-right: 122px;
}

.asr-m-r-123 {
  margin-right: 123px;
}

.asr-m-r-124 {
  margin-right: 124px;
}

.asr-m-r-125 {
  margin-right: 125px;
}

.asr-m-r-126 {
  margin-right: 126px;
}

.asr-m-r-127 {
  margin-right: 127px;
}

.asr-m-r-128 {
  margin-right: 128px;
}

.asr-m-r-129 {
  margin-right: 129px;
}

.asr-m-r-130 {
  margin-right: 130px;
}

.asr-m-r-131 {
  margin-right: 131px;
}

.asr-m-r-132 {
  margin-right: 132px;
}

.asr-m-r-133 {
  margin-right: 133px;
}

.asr-m-r-134 {
  margin-right: 134px;
}

.asr-m-r-135 {
  margin-right: 135px;
}

.asr-m-r-136 {
  margin-right: 136px;
}

.asr-m-r-137 {
  margin-right: 137px;
}

.asr-m-r-138 {
  margin-right: 138px;
}

.asr-m-r-139 {
  margin-right: 139px;
}

.asr-m-r-140 {
  margin-right: 140px;
}

.asr-m-r-141 {
  margin-right: 141px;
}

.asr-m-r-142 {
  margin-right: 142px;
}

.asr-m-r-143 {
  margin-right: 143px;
}

.asr-m-r-144 {
  margin-right: 144px;
}

.asr-m-r-145 {
  margin-right: 145px;
}

.asr-m-r-146 {
  margin-right: 146px;
}

.asr-m-r-147 {
  margin-right: 147px;
}

.asr-m-r-148 {
  margin-right: 148px;
}

.asr-m-r-149 {
  margin-right: 149px;
}

.asr-m-r-150 {
  margin-right: 150px;
}

.asr-m-r-151 {
  margin-right: 151px;
}

.asr-m-r-152 {
  margin-right: 152px;
}

.asr-m-r-153 {
  margin-right: 153px;
}

.asr-m-r-154 {
  margin-right: 154px;
}

.asr-m-r-155 {
  margin-right: 155px;
}

.asr-m-r-156 {
  margin-right: 156px;
}

.asr-m-r-157 {
  margin-right: 157px;
}

.asr-m-r-158 {
  margin-right: 158px;
}

.asr-m-r-159 {
  margin-right: 159px;
}

.asr-m-r-160 {
  margin-right: 160px;
}

.asr-m-r-161 {
  margin-right: 161px;
}

.asr-m-r-162 {
  margin-right: 162px;
}

.asr-m-r-163 {
  margin-right: 163px;
}

.asr-m-r-164 {
  margin-right: 164px;
}

.asr-m-r-165 {
  margin-right: 165px;
}

.asr-m-r-166 {
  margin-right: 166px;
}

.asr-m-r-167 {
  margin-right: 167px;
}

.asr-m-r-168 {
  margin-right: 168px;
}

.asr-m-r-169 {
  margin-right: 169px;
}

.asr-m-r-170 {
  margin-right: 170px;
}

.asr-m-r-171 {
  margin-right: 171px;
}

.asr-m-r-172 {
  margin-right: 172px;
}

.asr-m-r-173 {
  margin-right: 173px;
}

.asr-m-r-174 {
  margin-right: 174px;
}

.asr-m-r-175 {
  margin-right: 175px;
}

.asr-m-r-176 {
  margin-right: 176px;
}

.asr-m-r-177 {
  margin-right: 177px;
}

.asr-m-r-178 {
  margin-right: 178px;
}

.asr-m-r-179 {
  margin-right: 179px;
}

.asr-m-r-180 {
  margin-right: 180px;
}

.asr-m-r-181 {
  margin-right: 181px;
}

.asr-m-r-182 {
  margin-right: 182px;
}

.asr-m-r-183 {
  margin-right: 183px;
}

.asr-m-r-184 {
  margin-right: 184px;
}

.asr-m-r-185 {
  margin-right: 185px;
}

.asr-m-r-186 {
  margin-right: 186px;
}

.asr-m-r-187 {
  margin-right: 187px;
}

.asr-m-r-188 {
  margin-right: 188px;
}

.asr-m-r-189 {
  margin-right: 189px;
}

.asr-m-r-190 {
  margin-right: 190px;
}

.asr-m-r-191 {
  margin-right: 191px;
}

.asr-m-r-192 {
  margin-right: 192px;
}

.asr-m-r-193 {
  margin-right: 193px;
}

.asr-m-r-194 {
  margin-right: 194px;
}

.asr-m-r-195 {
  margin-right: 195px;
}

.asr-m-r-196 {
  margin-right: 196px;
}

.asr-m-r-197 {
  margin-right: 197px;
}

.asr-m-r-198 {
  margin-right: 198px;
}

.asr-m-r-199 {
  margin-right: 199px;
}

.asr-m-r-200 {
  margin-right: 200px;
}

.asr-m-r-201 {
  margin-right: 201px;
}

.asr-m-r-202 {
  margin-right: 202px;
}

.asr-m-r-203 {
  margin-right: 203px;
}

.asr-m-r-204 {
  margin-right: 204px;
}

.asr-m-r-205 {
  margin-right: 205px;
}

.asr-m-r-206 {
  margin-right: 206px;
}

.asr-m-r-207 {
  margin-right: 207px;
}

.asr-m-r-208 {
  margin-right: 208px;
}

.asr-m-r-209 {
  margin-right: 209px;
}

.asr-m-r-210 {
  margin-right: 210px;
}

.asr-m-r-211 {
  margin-right: 211px;
}

.asr-m-r-212 {
  margin-right: 212px;
}

.asr-m-r-213 {
  margin-right: 213px;
}

.asr-m-r-214 {
  margin-right: 214px;
}

.asr-m-r-215 {
  margin-right: 215px;
}

.asr-m-r-216 {
  margin-right: 216px;
}

.asr-m-r-217 {
  margin-right: 217px;
}

.asr-m-r-218 {
  margin-right: 218px;
}

.asr-m-r-219 {
  margin-right: 219px;
}

.asr-m-r-220 {
  margin-right: 220px;
}

.asr-m-r-221 {
  margin-right: 221px;
}

.asr-m-r-222 {
  margin-right: 222px;
}

.asr-m-r-223 {
  margin-right: 223px;
}

.asr-m-r-224 {
  margin-right: 224px;
}

.asr-m-r-225 {
  margin-right: 225px;
}

.asr-m-r-226 {
  margin-right: 226px;
}

.asr-m-r-227 {
  margin-right: 227px;
}

.asr-m-r-228 {
  margin-right: 228px;
}

.asr-m-r-229 {
  margin-right: 229px;
}

.asr-m-r-230 {
  margin-right: 230px;
}

.asr-m-r-231 {
  margin-right: 231px;
}

.asr-m-r-232 {
  margin-right: 232px;
}

.asr-m-r-233 {
  margin-right: 233px;
}

.asr-m-r-234 {
  margin-right: 234px;
}

.asr-m-r-235 {
  margin-right: 235px;
}

.asr-m-r-236 {
  margin-right: 236px;
}

.asr-m-r-237 {
  margin-right: 237px;
}

.asr-m-r-238 {
  margin-right: 238px;
}

.asr-m-r-239 {
  margin-right: 239px;
}

.asr-m-r-240 {
  margin-right: 240px;
}

.asr-m-r-241 {
  margin-right: 241px;
}

.asr-m-r-242 {
  margin-right: 242px;
}

.asr-m-r-243 {
  margin-right: 243px;
}

.asr-m-r-244 {
  margin-right: 244px;
}

.asr-m-r-245 {
  margin-right: 245px;
}

.asr-m-r-246 {
  margin-right: 246px;
}

.asr-m-r-247 {
  margin-right: 247px;
}

.asr-m-r-248 {
  margin-right: 248px;
}

.asr-m-r-249 {
  margin-right: 249px;
}

.asr-m-r-250 {
  margin-right: 250px;
}

/*
[ TEXT ]
*/
.asr-txt-wht {
  color: white;
}

.asr-txt-blk {
  color: black;
}

.asr-txt-hov-wht:hover {
  color: white;
}

/* ------------------------------------ */
.asr-txt-uppercase {
  text-transform: uppercase;
}

/* ------------------------------------ */
.asr-txt-ctr {
  text-align: center;
}

.asr-txt-lft {
  text-align: left;
}

.asr-txt-rgt {
  text-align: right;
}

/* ------------------------------------ */
.asr-lh-1-0 {
  line-height: 1.0;
}

.asr-lh-1-1 {
  line-height: 1.1;
}

.asr-lh-1-2 {
  line-height: 1.2;
}

.asr-lh-1-3 {
  line-height: 1.3;
}

.asr-lh-1-4 {
  line-height: 1.4;
}

.asr-lh-1-5 {
  line-height: 1.5;
}

.asr-lh-1-6 {
  line-height: 1.6;
}

.asr-lh-1-7 {
  line-height: 1.7;
}

.asr-lh-1-8 {
  line-height: 1.8;
}

.asr-lh-1-9 {
  line-height: 1.9;
}

.asr-lh-2-0 {
  line-height: 2.0;
}

.asr-lh-2-1 {
  line-height: 2.1;
}

.asr-lh-2-2 {
  line-height: 2.2;
}

.asr-lh-2-3 {
  line-height: 2.3;
}

.asr-lh-2-4 {
  line-height: 2.4;
}

.asr-lh-2-5 {
  line-height: 2.5;
}

.asr-lh-2-6 {
  line-height: 2.6;
}

.asr-lh-2-7 {
  line-height: 2.7;
}

.asr-lh-2-8 {
  line-height: 2.8;
}

.asr-lh-2-9 {
  line-height: 2.9;
}

/*[ SHAPE ]
///////////////////////////////////////////////////////////
*/
/*
[WIDTH]
*/
.asr-w-auto {
  width: auto;
}

.asr-w-0 {
  width: 0%;
}

.asr-w-1 {
  width: 1%;
}

.asr-w-2 {
  width: 2%;
}

.asr-w-3 {
  width: 3%;
}

.asr-w-4 {
  width: 4%;
}

.asr-w-5 {
  width: 5%;
}

.asr-w-6 {
  width: 6%;
}

.asr-w-7 {
  width: 7%;
}

.asr-w-8 {
  width: 8%;
}

.asr-w-9 {
  width: 9%;
}

.asr-w-10 {
  width: 10%;
}

.asr-w-11 {
  width: 11%;
}

.asr-w-12 {
  width: 12%;
}

.asr-w-13 {
  width: 13%;
}

.asr-w-14 {
  width: 14%;
}

.asr-w-15 {
  width: 15%;
}

.asr-w-20 {
  width: 20%;
}

.asr-w-22 {
  width: 22%;
}

.asr-w-22-5 {
  width: 22.5%;
}

.asr-w-23 {
  width: 23%;
}

.asr-w-24 {
  width: 24%;
}

.asr-w-25 {
  width: 25%;
}

.asr-w-26 {
  width: 26%;
}

.asr-w-27 {
  width: 27%;
}

.asr-w-28 {
  width: 28%;
}

.asr-w-29 {

  width: 29%;
}

.asr-w-30 {
  width: 30%;
}

.asr-w-32 {
  width: 32%;
}

.asr-w-35 {
  width: 35%;
}

.asr-w-38 {
  width: 38%;
}

.asr-w-40 {
  width: 40%;
}

.asr-w-42 {
  width: 42%;
}

.asr-w-45 {
  width: 45%;
}

.asr-w-46 {
  width: 46%;
}

.asr-w-47 {
  width: 47%;
}

.asr-w-48 {
  width: 48%;
}

.asr-w-49 {
  width: 49%;
}

.asr-w-50 {
  width: 50%;
}

.asr-w-55 {
  width: 55%;
}

.asr-w-60 {
  width: 60%;
}

.asr-w-65 {
  width: 65%;
}

.asr-w-70 {
  width: 70%;
}

.asr-w-75 {
  width: 75%;
}

.asr-w-80 {
  width: 80%;
}

.asr-w-85 {
  width: 85%;
}

.asr-w-86 {
  width: 86%;
}

.asr-w-87 {
  width: 87%;
}

.asr-w-88 {
  width: 88%;
}

.asr-w-90 {
  width: 90%;
}

.asr-w-92 {
  width: 92%;
}

.asr-w-93 {
  width: 93%;
}

.asr-w-94 {
  width: 94%;
}

.asr-w-95 {
  width: 95%;
}

.asr-w-96 {
  width: 96%;
}

.asr-w-97 {
  width: 97%;
}

.asr-w-98 {
  width: 98%;
}

.asr-w-99 {
  width: 99%;
}

.asr-w-full {
  width: 100%;
}

.asr-w-inh {
  width: inherit;
}

.asr-w-auto {
  width: auto;
}

/**
[MIN HEIGHT]
**/
.asr-m-h-30 {
  min-height: 30px;
}

.asr-m-h-200 {
  min-height: 200px;
}

/**
[MIN WIDTH]
*/
.asr-m-w-30 {
  min-width: 30px;
}

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

.asr-m-w-100 {
  min-width: 100px;
}

.asr-m-w-120 {
  min-width: 120px;
}

.asr-m-w-140 {
  min-width: 140px;
}

.asr-m-w-145 {
  min-width: 145px;
}

.asr-m-w-150 {
  min-width: 150px;
}

.asr-m-w-200 {
  min-width: 200px;
}

/*
[HEIGHT]
*/
.asr-h-05 {
  height: 5%;
}

.asr-h-10 {
  height: 10%;
}

.asr-h-15 {
  height: 15%;
}

.asr-h-20 {
  height: 20%;
}

.asr-h-25 {
  height: 25%;
}

.asr-h-30 {
  height: 30%;
}

.asr-h-35 {
  height: 35%;
}

.asr-h-40 {
  height: 40%;
}

.asr-h-45 {
  height: 45%;
}

.asr-h-48 {
  height: 48%;
}

.asr-h-50 {
  height: 50%;
}

.asr-h-55 {
  height: 55%;
}

.asr-h-60 {
  height: 60%;
}

.asr-h-65 {
  height: 65%;
}

.asr-h-70 {
  height: 70%;
}

.asr-h-75 {
  height: 75%;
}

.asr-h-80 {
  height: 80%;
}

.asr-h-85 {
  height: 85%;
}

.asr-h-90 {
  height: 90%;
}

.asr-h-95 {
  height: 95%;
}

.asr-h-96 {
  height: 96%;
}

.asr-h-98 {
  height: 98%;
}

.asr-h-full {
  height: 100%;
}

.asr-h-inh {
  height: inherit;
}

.asr-h-auto {
  height: auto;
}

/*
[ Align ]
*/
.asr-vt-a-top {
  vertical-align: top
}

.asr-vt-a-mid {
  vertical-align: middle
}

.asr-vt-a-btm {
  vertical-align: bottom
}

.asr-vt-a-bsln {
  vertical-align: baseline
}

/*
[ Display ]
*/
.dis-none {
  display: none;
}

.dis-block {
  display: block;
}

.dis-inline {
  display: inline;
}

.dis-inline-block {
  display: inline-block;
}

.dis-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*
[ Position ]
*/
.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

/*
[ float ]
*/
.float-l {
  float: left;
}

.float-r {
  float: right;
}

/*
[ Width & Height ]
*/
.sizefull {
  width: 100%;
  height: 100%;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.max-w-full {
  max-width: 100%;
}

.max-h-full {
  max-height: 100%;
}

.min-w-full {
  min-width: 100%;
}

.min-h-full {
  min-height: 100%;
}

/*
[ Top Bottom Left Right ]
*/
.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-5 {
  left: 5px;
}

.right-0 {
  right: 0;
}

.right-5 {
  right: 5px;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

/*
[ Opacity ]
*/
.asr-op-0-0 {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
}

.asr-op-0-1 {
  opacity: 0.1;
  filter: alpha(opacity=10);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=10);
  -moz-opacity: 0.1;
}

.asr-op-0-2 {
  opacity: 0.2;
  filter: alpha(opacity=20);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
  -moz-opacity: 0.2;
}

.asr-op-0-3 {
  opacity: 0.3;
  filter: alpha(opacity=30);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
}

.asr-op-0-4 {
  opacity: 0.4;
  filter: alpha(opacity=40);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=40);
  -moz-opacity: 0.4;
}

.asr-op-0-5 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
}

.asr-op-0-6 {
  opacity: 0.6;
  filter: alpha(opacity=60);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=60);
  -moz-opacity: 0.6;
}

.asr-op-0-7 {
  opacity: 0.7;
  filter: alpha(opacity=70);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.7;
}

.asr-op-0-8 {
  opacity: 0.8;
  filter: alpha(opacity=80);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
}

.asr-op-0-9 {
  opacity: 0.9;
  filter: alpha(opacity=90);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
}

.asr-op-1-0 {
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
}

/*
[ Background ]
*/
.bgwhite {
  background-color: white;
}

.bgblack {
  background-color: black;
}

/*
[ Wrap Picture ]
*/
.wrap-pic-w img {
  width: 100%;
}

.wrap-pic-max-w img {
  max-width: 100%;
}

/* ------------------------------------ */
.wrap-pic-h img {
  height: 100%;
}

.wrap-pic-max-h img {
  max-height: 100%;
}

/* ------------------------------------ */
.wrap-pic-cir {
  border-radius: 50%;
  overflow: hidden;
}

.wrap-pic-cir img {
  width: 100%;
}

/*
[ Hover ]
*/
.hov-pointer {
  text-decoration: underline;
  cursor: pointer;
}

.hov-pointer:hover {
  text-decoration: none;
}

/* ------------------------------------ */
.hov-img-zoom {
  display: block;
  overflow: hidden;
}

.hov-img-zoom img {
  width: 100%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.hov-img-zoom:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*
[  ]
*/
.bo-cir {
  border-radius: 50%;
}

.of-hidden {
  overflow: hidden;
}

.visible-false {
  visibility: hidden;
}

.visible-true {
  visibility: visible;
}

/*
[ Transition ]
*/
.trans-0-1 {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.trans-0-2 {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.trans-0-3 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.trans-0-4 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.trans-0-5 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.trans-0-6 {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.trans-0-9 {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  -moz-transition: all 0.9s;
  transition: all 0.9s;
}

.trans-1-0 {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

/*
[ Layout ]
*/

/*
[ Flex ]
*/
/* ------------------------------------ */
.flex-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.flex-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.flex-sa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.flex-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.flex-str {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
}

/* ------------------------------------ */
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.flex-col-rev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* ------------------------------------ */
.flex-c-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.flex-c-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-c-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-c-str {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-l-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.flex-r-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.flex-sa-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
}

.flex-sb-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-col-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-l-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.flex-col-r-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: center;
}

.flex-col-c-m {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.flex-col-str {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: stretch;
  align-items: stretch;
}

.flex-col-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

/* ------------------------------------ */
.flex-col-rev-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.flex-col-rev-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex-col-rev-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-align-items: center;
  align-items: center;
}

.flex-col-rev-str {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-align-items: stretch;
  align-items: stretch;
}


/*[ Absolute ]
-----------------------------------------------------------
*/
.ab-c-m {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ab-c-t {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ab-c-b {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ab-l-m {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ab-r-m {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ab-t-l {
  position: absolute;
  left: 0px;
  top: 0px;
}

.ab-t-r {
  position: absolute;
  right: 0px;
  top: 0px;
}

.ab-b-l {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.ab-b-r {
  position: absolute;
  right: 0px;
  bottom: 0px;
}


/**
[ICONS/IMAGES]
*/

.icon-img {
  display: inline-block;
  position: relative;
  height: 32px;
  width: 32px;
  fill: currentColor
}

.icon-img-title {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
}

.icon-img svg {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

.icon-size-largest {
  width: 100px;
  height: 32px
}

.icon-size-x-large {
  width: 64px;
  height: 64px
}

.icon-size-large {
  width: 60px;
  height: 60px
}

.icon-size--medium {
  width: 32px;
  height: 32px
}

.icon-size-medium {
  height: 32px;
  width: 32px
}

.icon-small-medium {
  height: 28px;
  width: 28px
}

.icon-smaller-medium {
  height: 20px;
  width: 20px
}

.icon-size-small {
  height: 1.25rem;
  width: 1.25rem
}

.icon-size-small {
  height: 16px;
  width: 16px
}

.icon-img-text-large {
  height: 14px;
  width: 14px
}

.icon-img-text-medium {
  height: 12px;
  width: 12px
}

.icon-img-text-small {
  height: 10px;
  width: 10px
}

.icon-bulletpoint {
  height: 4px;
  width: 4px
}

.icon-bulletpoint-small {
  height: 3px;
  width: 3px
}

.icon-bulletpoint-smallest {
  height: 2px;
  width: 2px
}

.icon-img-fullheight {
  height: 100%
}

.icon-img-fullbleed {
  width: 100%;
  height: 100%
}

.icon-control-toggle {
  width: 28px;
  height: 16px;
  margin-bottom: 3px
}

.icon-vtc-top {
  vertical-align: top
}

.icon-mgn-middle {
  margin-bottom: .25em
}

.icon-mgn-middle,
.icon-vtc-middle {
  vertical-align: middle
}

.icon-margin-no {
  margin: 0
}

.icon-vtc-middle-small {
  margin: 0 9px 4px 0;
  vertical-align: middle
}

.icon-vtc-bottom {
  vertical-align: bottom
}

.icon-clr-primary {
  fill: #0076bf
}

.icon-clr-gray-darker {
  fill: #2f3a44
}

.icon-clr-gray-light {
  fill: #acb0b4
}

.icon-rst-success {
  fill: #337f50
}

.icon-mgn-left {
  margin-left: 3px
}

.icon-mgn-left-t {
  margin-left: 6px
}

.icon-mgn-left-tt {
  margin-left: 7px
}

.icon-mgn-left-ttt {
  margin-left: 10px
}

.icon-mgn-left-tttt {
  margin-left: 20px
}

.icon-mgn-right {
  margin-right: 3px
}

.icon-mgn-right-t {
  margin-right: 6px
}

.icon-mgn-right-tt {
  margin-right: 7px
}

.icon-mgn-right-ttt {
  margin-right: 10px
}

.icon-mgn-right-tttt {
  margin-right: 20px
}

.icon-mgn-centered {
  margin: 0 auto
}

.icon-no-pointer-events {
  cursor: not-allowed;
  pointer-events: none
}

/*
[PAGE SECTION HIDDEN]
*/
.page__section {
  display: block
}

.page__section {
  z-index: 1;
  position: relative;
  margin: auto;
  text-align: left;
  min-width: 240px;
  max-width: 1200px;
  width: 100%
}

/*
[HINTS]
*/
.hint {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15);
  display: block;
  text-decoration: none;
  pointer-events: auto;
  color: #0076bf;
  border: solid 1px #c5e0ef
}

.hint__body,
html.no-touchevents a.hint--hover-lighter:hover .hint__header {
  background-color: #fff
}

.hint .hint__body,
.hint .hint__header,
.hint .hint--fill-background {
  background-color: #f7fbfc
}

/*HEADER*/
.hint__header {
  padding: 10px 10px 0;
  display: table;
  width: 100%
}

.hint__body {
  display: block;
  font-size: 14px;
  padding: 0 10px 15px 40px;
  margin: 0
}

.hint__body>p {
  margin: 0
}

.hint__body>p:not(:last-child) {
  margin-bottom: 15px
}

.hint__body>p>a {
  color: inherit
}

.hint_container {
  background-color: rgba(0, 0, 0, .5);
  color: rgba(255, 255, 255, 1);
}

.hint__icon-container {
  width: 20px
}

.hint__title {
  font-size: 20px;
  padding: 0 0 5px 10px
}

.hint__icon-container,
.hint__title {
  display: table-cell;
  vertical-align: top
}

.hint__link {
  color: inherit;
  text-decoration: none
}

.hint__link:focus,
html.no-touchevents .hint__link:active,
html.no-touchevents .hint__link:hover {
  text-decoration: underline
}

.hint--link:focus,
html.no-touchevents .hint--link:active,
html.no-touchevents .hint--link:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: .8
}

.hint--spaced {
  margin: 10px
}

.hint--forced-store {
  margin-top: 15px;
  margin-bottom: 15px
}

.hint__body {
  font-size: 18px;
  padding: 0 20px 20px 62px
}

.hint__icon-container {
  width: 32px
}

.hint__title {
  font-size: 22px;
  padding: 4px 0 10px 15px
}

.hint--no-horizontal-spacing {
  margin: 0 0 10px
}

.hint--no-vertical-spacing {
  margin-top: 0;
  margin-bottom: 0
}

.hint--hidden {
  display: none
}

.hint--margin-bottom {
  margin-bottom: 20px
}

.hint--selection-active {
  background: rgba(255, 0, 0, .75);
  border: 1px solid rgba(255, 0, 0, .75)
}

/*DANGER*/
.hint--danger {
  color: #bb251f;
  border: solid 1px #efc8c7
}

.hint--danger .hint__body,
.hint--danger .hint__header,
.hint--danger .hint--fill-background {
  background-color: #fdf2f2
}

/*WARNING*/
.hint--warning {
  color: #b8571d;
  border: solid 1px #efd8cc
}

.hint--warning .hint__body,
.hint--warning .hint__header,
.hint--warning .hint--fill-background {
  background-color: #fdf9f8
}

/*SUCCESS*/
.hint--success {
  color: #337f50;
  border: 1px solid #cde0d4
}

.hint--success .hint__body,
.hint--success .hint__header,
.hint--success .hint--fill-background {
  background-color: #f4f9f6
}

/*NEUTRAL*/
.hint--neutral {
  color: #2f3a44
}

.hint--neutral .hint__body,
.hint--neutral .hint__header,
.hint--neutral .hint--fill-background {
  background-color: #ffffff
}

/*INVERTED*/
.hint--inverted {
  color: #fff;
  border: 1px solid #fff
}

.hint--inverted .hint__body,
.hint--inverted .hint__header,
.hint--inverted .hint--fill-background {
  background: #646a70
}

.hint--no-header .hint__body {
  width: 100%;
  padding: 10px
}

/*ARTICLES*/
article.hint,
article.hint .hint__title {
  outline: none
}

/**
[NOTIFICATION CONTROLS]
[NOTIFICATION ALERT]
*/
.notification-content-alert-warning {
  position: absolute;
  font-family: 'Century Gothic', 'Trebuchet MS', Arial, sans-serif, Arial, Helvetica;
  top: 5px;
  left: .5%;
  background-color: teal;
  font-weight: 500;
  font-size: 1.0625rem;
  z-index: 3000;
  padding: .25%;
  width: 99%;
}

.notification-body-content {
  display: block;
  background-image: url(../imagesAssets/pngs-images/error.png);
  background-position: 0.5% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  color: white;
  padding: .5% .5% .5% 50px;
}

.notification-body-content span#info-text {
  padding: 3px 5px;
  text-align: justify;
  display: inline-block;
  margin-bottom: 5px;
}

.notification-body-content span.notification-accept-warning {
  display: inline-block
}

.notification-body-content span.notification-accept-warning button {
  margin-right: 5px;
  padding: .525rem .725rem;
}

.notification-linkage,
.notification-linkage a {
  padding: 0 3px;
  color: inherit;
  white-space: nowrap;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block
}

.notification-linkage a:focus {
  color: red;
  padding: 2px 5px;
  text-decoration: none
}

.close-warning-blanket {
  background-image: url(../imagesAssets/pngs-images/success.png);
  background-position: 5% 45%;
  background-repeat: no-repeat;
  display: block;
  font-size: 1rem;
  padding: 8px 0 5px 60px;
  color: white;
  font-weight: 700;
  margin: 8px 0 0 30px
}

.notification-div-primary {
  color: #fff;
  background: #0076bf
}

.notification-div-success {
  background: #337f50
}

.notification-info-msg {
  background: #5bc0de
}

.notification-warning-msg {
  background: #b8571d
}

.notification-danger-msg {
  background: #bb251f
}

/* END NOTIFICATION BODY */
/**
[SCROLL TO TOP]
*/
.page-ctrl-button {
  position: fixed;
  bottom: 30%;
  right: 0px;
  height: auto;
  width: 60px;
  padding: 5px;
  background: transparent;
}

.ctrl-button-teal {
  background: url(../imagesAssets/pngs-images/arrow-scroll-ctrl-tl.png) no-repeat center center;
  height: 50px;
  width: 50px;
  outline: none
}

.ctrl-button-mrn {
  background: url(../imagesAssets/pngs-images/arrow-scroll-ctrl-mrn.png) no-repeat center center;
  height: 50px;
  width: 50px;
  outline: none
}

/*
[ERROR PAGE]
*/
.page-not-found-outline {
  width: 100%;
  text-align: center;
  margin: 10% auto;
}

/*
[VALIDATION RESULT PAGE]
*/
.validation-result-outline {
  width: 100%;
  text-align: center;
}

.validation-result-container {
  width: 40%;
  margin: 10% auto;
  padding: 2%;
  text-align: center;
  border: 1px solid #838383;
  border-radius: 5px
}

/*
*SITE OVERLAY DIV 
[LOGIN FORM]
*/
/*[LOGOS PLACEMENTS]*/
.logo-position-left {
  position: absolute;
  left: 2%;
  bottom: 0;
}

.logo-position-right {
  position: absolute;
  right: 2%;
  bottom: 0;
}

/*[CONTENTS]*/
.login-body-contents {
  font-family: 'Century Gothic', Georgia, 'Times New Roman', Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #838383;
  width: 60%;
  margin: 3% auto;
}

.login-body-contents svg {
  width: auto;
  height: auto;
  padding: .25rem
}

.login-body-contents input[type='text'],
.login-body-contents input[type='password'],
.login-body-contents input[type='button'],
.login-body-contents select,
.login-body-contents button {
  width: 100%;
  margin: 1% auto;
  height: auto;
  padding: .625rem;
  font-size: 1.125rem;
}

.login-body-contents button {
  margin: -1% auto 0;
  padding: .425rem .625rem;
}

.login-body-contents input::placeholder {
  color: rgba(0, 0, 0, .45)
}

.login-body-contents .login-section-toggle {
  font-size: 0.975rem;
  width: 96%;
  margin: 20px auto
}

.login-body-contents .login-section-toggle span {
  color: teal;
  cursor: pointer;
}

.login-body-contents div.info {
  font-size: 0.9875rem;
  margin: auto;
  width: 96%;
}

/* [SOCIAL MEDIA SIGN IN CONTAINER]*/
.login-welcome-container {
  /*display: none;*/
}

.login-foreign-container {
  height: auto;
  font-size: 0.9725rem;
  margin: auto;
  width: 70%;
}

.login-foreign-container div.facebook-login {
  line-height: 40px;
  background-image: url(../imagesAssets/pngs-images/facebook40.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
  border: 1px solid #838383;
}

.login-foreign-container div.google-login {
  line-height: 40px;
  background-image: url(../imagesAssets/pngs-images/google40.png);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 50px;
  border: 1px solid #838383;
  font-size: 0.975rem;
}

/*[LOGIN CONTAINER SEPARATOR]*/
.login-wrapper-divider {
  text-align: center;
  margin: 5% auto;
  width: 96%;
}

.login-wrapper-divider span {
  padding: 0 5px;
  background-color: #fff;
}

.login-wrapper-divider::before {
  content: '';
  display: block;
  width: 96%;
  margin: 10px auto -8px;
  border-bottom: 1px solid #eee;
}

.indigenous-login {
  font-size: 0.9725rem;
  width: 70%;
  margin: 0 auto 1%;
  padding: .625rem 0
}

/* [SIGN IN / LOGIN] */
.login-indigenous-container {
  display: none;
  min-height: 150px;
  color: #838383;
  margin: auto;
  width: 70%;
}

.login-indigenous-container div.login-indigenous-contents {
  font-size: 0.9875rem;
}

.login-indigenous-container .reset-password {
  color: teal;
  font-size: 0.975rem;
  text-decoration: underline
}

.login-indigenous-container .reset-password-body {
  display: none;
  padding: 2% 0;
  font-size: 1.075rem
}

.login-indigenous-container .reset-password-body span {
  display: block;
  margin: 2% 0;
  text-align: left
}

/* [SIGN UP / REGISTER] */
.signup-indigenous-container {
  display: none;
}

.signup-indigenous-container div.signup-indigenous-contents {
  font-size: 0.9875rem;
  margin: auto;
  width: 70%;
}

.signup-indigenous-container .location-county {
  display: inline-block;
  width: 50%;
  height: auto;
  vertical-align: baseline
}

.signup-indigenous-container .location-county select option {
  color: teal;
}

.signup-indigenous-container .preference {
  margin: 1% auto;
  text-align: left;
  color: #838383
}

.signup-indigenous-container .preference div#contact-response {
  color: white;
  text-align: right;
  padding: 2px .625rem
}

.signup-indigenous-container .preference span {
  display: inline-block;
}

.signup-indigenous-container div.login-indigenous-contents {
  font-size: 0.9875rem;
}

.signup-indigenous-container div.register-sign-up .button {
  padding: .325rem 2rem;
  margin-bottom: 2%;
}

.signup-indigenous-container form#login-form span#error {
  color: #f00;
  width: 96%
}

/* [SIGN UP CONFIRMATION] */
.signup-confirmation-container {
  display: none;
}

.signup-confirmation-container div.signup-confirmation-contents {
  font-size: 0.9875rem;
  margin: auto auto 5%;
  width: 70%;
}


.header-info-text span {
  display: block
}

.contents-signup .reg-form-categories {
  top: 0px;
  width: 98%;
  margin: 1%;
  text-align: left;
  padding: 2px 5px 8px;
  color: #838383;
  z-index: 2
}

.contents-signup .reg-form-categories span {
  width: auto;
  height: 15px;
  margin: 2px 2px 0 -1px;
  vertical-align: middle;
  font-size: .96rem;
  line-height: .96rem
}

/**
[HELP LIST]
*/
.help-body-wrapper {
  font-family: 'News Gothic', 'Century Gothic', Helvetica, sans-serif;
  height: 100%;
  width: 100%;
  min-height: 600px;
  font-size: 1.125rem;
  overflow-x: hidden;
  overflow-y: auto
}

.help-wrapper-header {
  width: 99%;
  margin: auto;
  height: auto;
  font-size: 1.0125rem;
  font-weight: bold;
  color: #838383
}

.help-wrapper-header span {
  display: inline-block;
  width: auto;
  min-width: 22px;
  min-height: 22px;
  margin: 0px 1px;
  line-height: 28px
}

.help-body-container {
  width: 99%;
  font-size: .9825rem;
  margin: auto;
  border: 3px solid rgba(0, 0, 0, .15);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.help-body-container .row {
  padding: 10px;
  background: rgba(0, 0, 0, .15);
}

/* Create three unequal columns that floats next to each other */
.help-body-container .column {
  float: left;
}

.help-body-container .left {
  width: 15%;
  text-align: left;
}

.help-body-container .right {
  width: 15%;
  text-align: right;
}

.help-body-container .middle {
  width: 70%;
}

/* Clear floats after the columns */
.help-body-container .row:after {
  content: "";
  display: table;
  clear: both;
}

/* ICONS */
.help-body-container .icon {
  margin: -3px 1px 0 0;
  height: 30px;
  width: 35px;
  background: transparent;
  border-radius: 3px;
  border: 1px solid #aaa;
  display: inline-block;
  cursor: pointer;
}

.help-body-container .icon-inactive {
  opacity: .3;
  filter: alpha(opacity=30);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
  -moz-opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none
}

/* back icon */
.help-body-container .icon-back {
  background-image: url(../imagesAssets/pngs-images/arrow-back-blk.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* back icon */
.icon-bb-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-back-wht.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* back icon */
.icon-bb-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-back-blk.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* forward icon */
.icon-ff-wht {
  background-image: url(../imagesAssets/pngs-images/arrow-forward-wht.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* forward icon */
.icon-ff-blk {
  background-image: url(../imagesAssets/pngs-images/arrow-forward-blk.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* refresh icon */
.help-body-container .icon-refresh {
  background-image: url(../imagesAssets/pngs-images/refresh.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* back icon */
.help-body-container .icon-forward {
  background-image: url(../imagesAssets/pngs-images/arrow-forward-blk.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* back icon */
.help-body-container .icon-index {
  background-image: url(../imagesAssets/pngs-images/house.png);
  background-position: center;
  background-repeat: no-repeat;
}

/* Style the input field */
.help-body-container input[type=text] {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #aaa;
  background-color: white;
  margin-top: -3px;
  height: 30px;
  color: rgba(0, 0, 0, .975);
  padding: 5px 5px 5px 20px;
}

/* Three bars (hamburger menu) */
.help-body-container .bar {
  width: 25px;
  height: 3px;
  background-color: #aaa;
  margin: 3px 0;
  display: block;
}

/* Page content */
.help-body-container .content {
  width: 100%;
  padding: 1%;
  height: auto;
  color: #838383;
  text-align: left
}

/* Page content */
.help-body-container .help-contents p {
  text-align: justify;
  margin: 1% 0;
}

/* Page content */
.help-body-container .help-contents p span {
  display: block;
  font-weight: 600;
}

/* Page content */
.help-body-container .tabs {
  border-bottom: 1px solid #838383;
  font-weight: 600;
  text-align: left
}

/* Page content */
.help-body-container #desktop-legends span.icon {
  display: inline-block;
  background-color: #838383;
  width: auto;
  height: auto;
  padding: 1px 1px 0px;
  margin: 0 0 2px
}

/* Page content */
.help-body-container ul {
  margin: 0px 10px 0px 20px;
  list-style-type: decimal;
  font-size: 0.8725rem;
}

.help-body-container ul li {
  text-align: justify;
  padding: .5%;
}

.help-body-container ul img {
  vertical-align: middle;
  width: 15px;
  height: 15px;
}

.help-body-container span.header-txt {
  display: block;
  width: 100%;
  padding: 0.375rem;
  border: 1px solid #838383
}

.help-body-container .device-container {
  margin-top: 2%;
  vertical-align: top;
  border: 1px dotted #838383;
  border-top: none;
  min-height: 250px;
  padding: 1.5%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px
}

.help-body-container .help-body-contents {
  padding: 10px;
  color: #000;
  background-color: rgba(0, 0, 0, .1);
  border-bottom: 1px solid #838383;
}

img.preloader {
  margin-left: 50%
}

/**
[CHECK BOX]
*/
/* The container */
.chbx-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chbx-container input {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chbx-container span:not(.chbx-checkmark) {
  display: inline-block;
  line-height: 22px;
  padding: 0 2px;
}

/* Create a custom checkbox */
.chbx-checkmark {
  position: absolute;
  top: 0;
  left: 10px;
  height: 22px;
  width: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .45);
}

/* On mouse-over, add a grey background color */
.chbx-container:hover input~.chbx-checkmark {
  background-color: rgba(33, 150, 243, .45);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* When the checkbox is checked, add a blue background */
.chbx-container input:checked~.chbx-checkmark {
  background-color: rgba(33, 150, 243, 1);
}

/* When the checkbox is checked, add a blue background */
.chbx-container input:checked~.chbx-checkmark-teal {
  background-color: rgba(0, 128, 128, .6);
}

/* Create the checkmark/indicator (hidden when not checked) */
.chbx-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chbx-container input:checked~.chbx-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chbx-container .chbx-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*
[GRADIENT OPACITY]

p  {
color: red;
-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}

div {
background-color: lightblue;
}

p  {
color: red;
font-size: 30px;
-webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0)), linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
-webkit-mask-size: 100% 50%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: left top, left bottom;
}

div {
background-color: lightblue;
}
*/

/*
[CONTAINER TOGGLE]
*/
.container-toggle {
  width: 20px;
  height: 15px;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.container-toggle span {
  background: white;
  display: block;
  position: absolute;
  height: 2px;
  transform: rotate(0deg);
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  width: 100%;
  border-radius: 4px;
  left: 0;
}

/*
span {
border-radius: 10px;
}
*/
.c-toggle span:nth-child(1) {
  top: 0px;
}

.c-toggle span:nth-child(2),
.c-toggle span:nth-child(3) {
  top: 7px;
}

.c-toggle span:nth-child(4) {
  top: 14px;
}

#toggleControl {
  display: none;
}

#toggleControl:checked+label>div>span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

#toggleControl:checked+label>div>span:nth-child(2) {
  transform: rotate(45deg);
}

#toggleControl:checked+label>div>span:nth-child(3) {
  transform: rotate(-45deg);
}

#toggleControl:checked+label>div>span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

/**
[PAGE PRELOADER]
*/
.display-container-loader {
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background-color: transparent;
  z-index: 2000
}

img.preload-main-container {
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  animation-name: ctrl-loading-spin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/**
[CONTACT FORM]
*/
form#contact-ixiaplus span#validate-ctrl {
  color: teal;
  background-color: white;
  padding: 0.3568rem;
}

form#contact-ixiaplus span#form-validity-response {
  padding-right: 0.3568rem;
}

/**[WAVE ANIMATION]*/
.wave {
  width: 10%;
  height: 100%;
  background: rgba(0, 0, 0, .25);
  /*background: linear-gradient(90deg, cyan, #fff);*/
  animation: wave 1s linear infinite;
  /* margin: 10px; */
  /* border-radius: 20px; */
}

.wave-animation {
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(0, 0, 0, .05);
}

.wave:nth-child(2) {
  animation-delay: 0.1s;
}

.wave:nth-child(3) {
  animation-delay: 0.2s;
}

.wave:nth-child(4) {
  animation-delay: 0.3s;
}

.wave:nth-child(5) {
  animation-delay: 0.4s;
}

.wave:nth-child(6) {
  animation-delay: 0.5s;
}

.wave:nth-child(7) {
  animation-delay: 0.6s;
}

.wave:nth-child(8) {
  animation-delay: 0.7s;
}

.wave:nth-child(9) {
  animation-delay: 0.8s;
}

.wave:nth-child(10) {
  animation-delay: 0.9s;
}

/**
 * [VALIDATION SLIDER]
 */
.val-slide-container {
  width: 100%;
  position: relative;
}

.val-slide-container-shadow {
  width: 25px;
  height: 25px;
  position: absolute;
  background: #ffffff;
  top: 0px;
  left: 0%
}

.val-slide-container-shadow.round {
  border-radius: 12px;
}

.val-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  outline: none;
  border: 1px solid #ffffff;
  background: transparent;
  /*
   opacity: 0.5;
  -webkit-transition: .2s;
  transition: opacity .2s; */
}

.val-slider.round {
  border-radius: 12px;
}

 /*
.val-slider:hover {
  opacity: .5; 
}*/

.val-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 23px;
  background: #cccccc;
  cursor: pointer;
}

.val-slider::-moz-range-thumb {
  width: 25px;
  height: 23px;
  background: #cccccc;
  cursor: pointer;
}

.val-slider.round::-webkit-slider-thumb {
  border-radius: 50%;
}

.val-slider.round::-moz-range-thumb {
  border-radius: 50%;
}