/* 
    Company: Fikirgen Bilişim
    Developer: Erkan DURSUN
    Email: erkan.dursun@fikirgen.com
    Website: www.fikirgen.com
    Version: 1.04.08
    LastUpdate: 05.03.2018
*/

*{ box-sizing: border-box;outline: none; }
input { -webkit-appearance: none; }
img{ user-select:none; }

.clear{clear: both;}
.clearfix{clear: both; font-size: 0px; height: 0px;}
.clear-after:after {
    content: '';
    display: block;
    clear: both;
}
.hidden{display: none !important;}
.hide{display: none !important;}
.fleft{float: left;}
.fright{float: right;}
.cursor-pointer{ cursor: pointer;}
.cursor-move{ cursor: move;}
.responsive{width: 100%;vertical-align: middle;}
.relative {position: relative;}
.no-scroll{margin: 0; height: 100%; overflow: hidden;position: relative;}

.single-line{ text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.display-ib{ display: inline-block;}
.display-b{ display: block;}
.display-i{ display: inline;}
.display-t{ display: table;}
.display-tc{ display: table-cell;}
.display-tr{ display: table-row;}

.position-relative { position: relative;}
.position-absolute { position: absolute;}
.position-fixed { position: fixed;}

.overflow-hidden{ overflow: hidden;}

.zindex-0 {z-index: 0;}
.zindex-5 {z-index: 5;}
.zindex-10 {z-index: 10;}
.zindex-15 {z-index: 15;}
.zindex-20 {z-index: 20;}
.zindex-25 {z-index: 25;}
.zindex-30 {z-index: 30;}
.zindex-35 {z-index: 35;}
.zindex-40 {z-index: 40;}
.zindex-45 {z-index: 45;}
.zindex-50 {z-index: 50;}
.zindex-55 {z-index: 55;}
.zindex-60 {z-index: 60;}
.zindex-65 {z-index: 65;}
.zindex-70 {z-index: 70;}
.zindex-75 {z-index: 75;}
.zindex-80 {z-index: 80;}
.zindex-85 {z-index: 85;}
.zindex-90 {z-index: 90;}
.zindex-95 {z-index: 95;}
.zindex-100 {z-index: 100;}
.zindex-105 {z-index: 105;}


.valign-top { vertical-align: top;}
.valign-middle { vertical-align: middle;}
.valign-top { vertical-align: top;}
.valign-bottom { vertical-align: bottom;}
.valign-texttop { vertical-align: text-top;}
.valign-textbottom { vertical-align: text-bottom;}
.valign-central { vertical-align: central;}
.valign-sub { vertical-align: sub;}
.valign-super { vertical-align: super;}
.valign-baseline { vertical-align: baseline;}
.valign-central { vertical-align: central;}
.valign-alphabetic { vertical-align: alphabetic;}
.valign-mathematical { vertical-align: mathematical;}
.valign-revert { vertical-align: revert;}

.text-underline { text-decoration: underline;}
.text-underline-none { text-decoration: none;}

/* Text Color */
.color-xlightgray {color: #ebf0f4 !important;}
.color-lightgray{color: #777777 !important;}
.color-darkgray{color: #3f3f3f !important;}

.color-red {color: #e24a24 !important;}
.color-yellow{color: #feca0a !important;}
.color-brown{color: #77430b !important;}
.color-black {color: #000000 !important;}
.color-white {color: #ffffff !important;}
.color-turquoise{color: #5ab0bd !important;}
.color-orange {color: #fe9900 !important;}
.color-blue {color: #5175a1 !important;}
.color-lightblue{color: #b3d4fc !important;}
.color-green {color: #578c13 !important;}
.color-lightgreen{color: #b2f0d9 !important;}
.color-darkblue {color: #40516d !important;}
.color-blackblue {color: #3f414d !important;}
.color-purple {color: #3f2552 !important;}
.color-lightpurple {color: #8e3471 !important;}

/* Background */

.bg-black {background-color: #000000 !important;}
.bg-gray {background-color: #aaaaaa !important;}
.bg-lightgray {background-color: #eeeeee !important;}
.bg-xlightgray {background-color: #f0f0f0 !important;}
.bg-xxlightgray {background-color: #fafafa !important;}
.bg-darkgray {background-color: #666666 !important;}
.bg-white {background-color: #ffffff !important;}
.bg-turquoise{background-color: #5ab0bd !important;}
.bg-orange {background-color: #fe9900 !important;}
.bg-yellow {background-color: #feca0a !important;}
.bg-blue {background-color: #5175a1 !important;}
.bg-lightblue {background-color: #b3d4fc !important;}
.bg-green {background-color: #578c13 !important;}
.bg-lightgreen {background-color: #b2f0d9 !important;}
.bg-red {background-color: #e24a24 !important;}
.bg-darkblue {background-color: #40516d !important;}
.bg-blackblue {background-color: #3f414d !important;}
.bg-purple {background-color: #3f2552 !important;}
.bg-lightpurple {background-color: #8e3471 !important;}

.bg-odd-black:nth-child(odd) {background: #000000 !important;}
.bg-odd-gray:nth-child(odd) {background: #aaaaaa !important;}
.bg-odd-lightgray:nth-child(odd) {background: #eeeeee !important;}
.bg-odd-xlightgray:nth-child(odd) {background: #f0f0f0 !important;}
.bg-odd-xxlightgray:nth-child(odd) {background: #fafafa !important;}
.bg-odd-darkgray:nth-child(odd) {background: #666666 !important;}
.bg-odd-white:nth-child(odd) {background: #ffffff !important;}
.bg-odd-turquoise:nth-child(odd){background: #5ab0bd !important;}
.bg-odd-orange:nth-child(odd) {background: #fe9900 !important;}
.bg-odd-yellow:nth-child(odd) {background: #feca0a !important;}
.bg-odd-blue:nth-child(odd) {background: #5175a1 !important;}
.bg-odd-lightblue:nth-child(odd) {background: #b3d4fc !important;}
.bg-odd-green:nth-child(odd) {background: #578c13 !important;}
.bg-odd-lightgreen:nth-child(odd) {background: #b2f0d9 !important;}
.bg-odd-red:nth-child(odd) {background: #e24a24 !important;}
.bg-odd-darkblue:nth-child(odd) {background: #40516d !important;}
.bg-odd-blackblue:nth-child(odd) {background: #3f414d !important;}
.bg-odd-purple:nth-child(odd) {background: #3f2552 !important;}
.bg-odd-lightpurple:nth-child(odd) {background: #8e3471 !important;}

.hover-zoom {transition: all .3s ease-in-out;}
.hover-zoom:hover {transform: scale(1.05);}

.hover-bg { transition: all .3s ease-in-out; }
.hover-bg-black:hover { background: #000000; }
.hover-bg-blue:hover { background: #2291d0; }
.hover-bg-gray:hover { background: #919191; }
.hover-bg-gray2:hover { background: #747474; }
.hover-bg-darkgray:hover { background: #4e4e4e; }
.hover-bg-lightgray:hover { background: #cccccc; }
.hover-bg-lightgray2:hover { background: #eeeef1; }
.hover-bg-xlightgray:hover { background: #f9f8f8; }

.hover-color-theme:hover{ color: #2291d0 !important;;}
.hover-color-theme:hover *{ color: #2291d0 !important;;}
.hover-color-black:hover{ color: #000000 !important;;}
.hover-color-black:hover *{ color: #000000 !important;;}
.hover-color-blue:hover{ color: #00516f !important;;}
.hover-color-blue:hover *{ color: #00516f !important;;}
.hover-color-darkblue:hover{ color: #033957 !important;;}
.hover-color-darkblue:hover *{ color: #033957 !important;;}
.hover-color-lightblue:hover{ color: #00b0f0 !important;;}
.hover-color-lightblue:hover *{ color: #00b0f0 !important;;}
.hover-color-gray:hover{ color: #858585 !important;}
.hover-color-gray:hover *{ color: #858585 !important;}
.hover-color-gray2:hover{ color: #798584 !important;}
.hover-color-gray2:hover *{ color: #798584 !important;}
.hover-color-darkgray:hover{ color: #4e4e4e !important;}
.hover-color-darkgray:hover *{ color: #4e4e4e !important;}
.hover-color-lightgray:hover{ color: #a4a4a4 !important;}
.hover-color-lightgray:hover *{ color: #a4a4a4 !important;}
.hover-color-yellow:hover{ color: #feca0a !important;}
.hover-color-yellow:hover *{ color: #feca0a !important;}
.hover-color-white:hover{ color: #ffffff !important;}
.hover-color-white:hover *{ color: #ffffff !important;}
.hover-color-purple:hover{ color: #3f2552 !important;}
.hover-color-purple:hover *{ color: #3f2552 !important;}
.hover-color-lightpurple:hover{ color: #8e3471 !important;}
.hover-color-lightpurple:hover *{ color: #8e3471 !important;}

/* Button */
.btn {
    padding: 0 15px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #888888;
    color: #ffffff;
    font-size: 14px;
    border: solid 1px #888888;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}
.btn:hover{ opacity: .8;}

/*.btn-lightgray{color: #494949; background: #ebf0f4; border: solid 2px #ebf0f4;}
.btn-orange-outline{color: #eb1a1b; background: #ffffff; border: solid 2px #ffffff;}
.btn-orange{color: #ffffff; background: #ea5229; border: solid 2px #ea5229;}*/

.btn i { margin-right: 5px;}
.btn.btn-icon i { margin-right: 0px;}
.btn.sending { pointer-events: none;}
.btn.sending i{display: none;}
.btn.sending:before {
    content: "\f1ce";
    display: inline-block;
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: spin 1500ms linear infinite;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}



.btn.btn-xxlarge{height: 70px !important; line-height: 70px !important; font-size: 18px;padding: 0 40px; }
.btn.btn-xlarge{height: 55px !important; line-height: 55px !important; font-size: 18px;padding: 0 40px; }
.btn.btn-large{height: 45px !important; line-height: 45px !important;font-size: 16px;padding: 0 35px; }
.btn.btn-small{height: 30px !important; line-height: 30px !important;font-size: 13px;padding: 0 25px; }
.btn.btn-xsmall{height: 25px !important; line-height: 25px !important;font-size: 12px;padding: 0 20px; }

.btn-rounded{ border-radius: 35px;}
.btn.btn-xxlarge.btn-rounded{border-radius: 70px !important; }
.btn.btn-xlarge.btn-rounded{border-radius: 55px !important; }
.btn.btn-large.btn-rounded{border-radius: 45px !important; }
.btn.btn-small.btn-rounded{border-radius: 30px !important; }
.btn.btn-xsmall.btn-rounded{border-radius: 25px !important; }

.btn.btn-icon{height: 40px; line-height: 40px;font-size: 16px; padding: 0 15px; }
.btn.btn-icon.sending:before {margin-right: 0;}

.btn.btn-black {background: #000000 !important; border-color: #000000;}
.btn.btn-white {background: #ffffff !important; border-color: #ffffff; color: #000000;}
.btn.btn-turquoise{background: #5ab0bd !important; border-color: #5ab0bd;}
.btn.btn-orange {background: #fe9900 !important; border-color: #fe9900;}
.btn.btn-yellow {background: #feca0a !important; border-color: #feca0a; color: #000000;}
.btn.btn-blue {background: #5175a1 !important; border-color: #5175a1;}
.btn.btn-lightblue {background: #b3d4fc !important; border-color: #b3d4fc; color: #000000;}
.btn.btn-green {background: #578c13 !important; border-color: #578c13;}
.btn.btn-green-light {background: #b2f0d9 !important; border-color: #b2f0d9;}
.btn.btn-red {background: #e24a24 !important; border-color: #e24a24;}
.btn.btn-blackblue {background: #40516d !important; border-color: #40516d;}
.btn.btn-darkblackblue {background: #3f414d !important; border-color: #3f414d;}
.btn.btn-purple {background: #3f2552 !important; border-color: #3f2552;}
.btn.btn-lightpurple {background: #8e3471 !important; border-color: #8e3471;}

.btn.btn-black-o {background: #ffffff !important; color: #000000 !important; border-color: #000000;}
.btn.btn-black-o:hover {background: #000000 !important; color: #ffffff !important;}

.btn.btn-turquoise-o{background: #ffffff !important; color: #5ab0bd !important; border-color: #5ab0bd;}
.btn.btn-turquoise-o:hover{background: #5ab0bd !important; color: #ffffff !important; border-color: #5ab0bd;}

.btn.btn-yellow-o {background: #ffffff !important; color: #fe9900 !important; border-color: #fe9900;}
.btn.btn-yellow-o:hover {background: #fe9900 !important; color: #ffffff !important;}

.btn.btn-orange-o {background: #ffffff !important; color: #feca0a !important; border-color: #feca0a;}
.btn.btn-orange-o:hover {background: #feca0a !important; color: #000000 !important;}

.btn.btn-blue-o {background: #ffffff !important; color: #5175a1 !important; border-color: #5175a1;}
.btn.btn-blue-o:hover {background: #5175a1 !important; color: #ffffff !important;}

.btn.btn-lightblue-o {background: #ffffff !important; color: #b3d4fc !important; border-color: #b3d4fc; color: #000000;}
.btn.btn-lightblue-o:hover {background: #b3d4fc !important; color: #000000 !important;}

.btn.btn-green-o {background: #ffffff !important; color: #578c13 !important; border-color: #578c13;}
.btn.btn-green-o:hover {background: #578c13 !important; color: #ffffff !important;}

.btn.btn-lightgreen-o {background: #ffffff !important; color: #b2f0d9 !important; border-color: #b2f0d9;}
.btn.btn-lightgreen-o:hover {background: #b2f0d9 !important; color: #000000 !important;}

.btn.btn-red-o {background: #ffffff !important; color: #e24a24 !important; border-color: #e24a24;}
.btn.btn-red-o:hover {background: #e24a24 !important; color: #ffffff !important;}

.btn.btn-blackblue-o {background: #ffffff !important; color: #40516d !important; border-color: #40516d;}
.btn.btn-blackblue-o:hover {background: #40516d !important; color: #ffffff !important;}

.btn.btn-darkblackblue-o {background: #ffffff !important; color: #3f414d !important; border-color: #3f414d;}
.btn.btn-darkblackblue-o:hover {background: #3f414d !important; color: #ffffff !important;}

.btn.btn-purple-o {background: #ffffff !important; color: #3f2552 !important; border-color: #3f2552;}
.btn.btn-purple-o:hover {background: #3f2552 !important; color: #ffffff !important;}

.btn.btn-lightpurple-o {background: #ffffff !important; color: #8e3471 !important; border-color: #8e3471;}
.btn.btn-lightpurple-o:hover {background: #8e3471 !important; color: #ffffff !important;}



.border-theme {border: solid 1px #2291d0;}
.border-gray {border: solid 1px #dbdbdb;}
.border-darkgray {border: solid 1px #a4a4a4;}
.border-lightgray {border: solid 1px #eaf0f4;}
.border-blue {border: solid 1px #3384c3;}
.border-lightblue {border: solid 1px #6bb8e7;}
.border-darkblue {border: solid 1px #033957;}
.border-yellow {border: solid 1px #feca0a;}
.border-red {border: solid 1px #d26f6f;}
.border-green {border: solid 1px #9eb45d;}
.border-white {border: solid 1px #ffffff;}
.border-purple {border: solid 1px #3f2552;}
.border-lightpurple {border: solid 1px #8e3471;}

.border-width-2{border-width: 2px;}
.border-width-3{border-width: 3px;}
.border-width-4{border-width: 4px;}
.border-width-5{border-width: 5px;}
.border-width-6{border-width: 6px;}
.border-width-7{border-width: 7px;}
.border-width-8{border-width: 8px;}
.border-width-9{border-width: 9px;}
.border-width-10{border-width: 10px;}


.height100vh{ height: 100vh;}
.heightmin100vh{ min-height: 100vh;}



.socials li a.facebook{
    background: #385597;
}
.socials li a.twitter{
    background: #50abf1;
}
.socials li a.instagram{
    background: #01a7e5;
}
.socials li a.googleplus{
    background: #a31006;
}
.socials li a.youtube{
    background: #c52c24;
}


html{
  height: 100%;
}
body{
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 101;
    cursor: zoom-out;
}

.wrapper{
  width: 100%;
  position: relative;
  display: block;
    clear: both;
}
.content{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Base for label styling */
input[type="checkbox"].form-input:not(:checked),
input[type="checkbox"].form-input:checked {
  position: absolute;
  left: -9999px;
}
input[type="checkbox"].form-input:not(:checked) + label,
input[type="checkbox"].form-input:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  user-select: none;
    display: block;
}

/* checkbox aspect */
input[type="checkbox"].form-input:not(:checked) + label:before,
input[type="checkbox"].form-input:checked + label:before {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 16px; 
  height: 16px;
  border: 1px solid #9b9b9b;
  background: #fff;
}
/* checked mark aspect */

input[type="checkbox"].form-input:checked + label:before {
    font-family: 'FontAwesome';
    color: #74cf12;
    content: "\f00c";
    font-size: 12px;
    text-align: center;
    line-height: 16px;
}

input[type="checkbox"][readonly].form-input:checked + label:before {
    background: #888888 !important;
  
}
/* checked mark aspect changes */
input[type="checkbox"].form-input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
input[type="checkbox"].form-input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
input[type="checkbox"].form-input:disabled:not(:checked) + label:before,
input[type="checkbox"].form-input:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbbbbb;
  background-color: #dddddd;
}
input[type="checkbox"].form-input:disabled:checked + label:after {
  color: #999999;
}
input[type="checkbox"].form-input:disabled + label {
  color: #aaaaaa;
}
/* accessibility */
input[type="checkbox"].form-input:checked:focus + label:before,
input[type="checkbox"].form-input:not(:checked):focus + label:before {

}



/* Base for label styling */
input[type="radio"].form-input:not(:checked),
input[type="radio"].form-input:checked {
    position: absolute;
    left: -9999px;
}
input[type="radio"].form-input:not(:checked) + label,
input[type="radio"].form-input:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
}

/* checkbox aspect */
input[type="radio"].form-input:not(:checked) + label:before,
input[type="radio"].form-input:checked + label:before {
    content: ' ';
    position: absolute;
    left: 0; 
    top: 0px;
    width: 16px; 
    height: 16px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    background: #fff;
}

/* checked mark aspect */
input[type="radio"].form-input:checked + label:before {
    background: #ffffff;
  
}
/* checked mark aspect */
input[type="radio"].form-input:checked + label:after {
    background: #74cf12;
    position: absolute;
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 99;
    top: 5px;
    left: 5px;
}

/* checked mark aspect changes */
input[type="radio"].form-input:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
input[type="radio"].form-input:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
input[type="radio"].form-input:disabled:not(:checked) + label:before,
input[type="radio"].form-input:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbbbbb;
    background-color: #dddddd;
}
input[type="radio"].form-input:disabled:checked + label:after {
    color: #999999;
}
input[type="radio"].form-input:disabled + label {
    color: #aaaaaa;
}

/* accessibility */
input[type="radio"].form-input:checked:focus + label:before,
input[type="radio"].form-input:not(:checked):focus + label:before {

}

select.form-select,
input[type=text].form-input,
input[type=email].form-input,
input[type=date].form-input,
input[type=password].form-input,
input[type=number].form-input,
textarea.form-input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    width: 100%;
    color: #333333;
    border: solid 1px #cccccc;
    font-size: 16px;
}
textarea.form-input {
    height: 35px;
    line-height: normal;
    padding: 0 10px;
    width: 100%;
    color: #333333;
    border: solid 1px #cccccc;
    font-size: 16px;
}

input[type=text].form-input:read-only,
input[type=email].form-input:read-only,
input[type=date].form-input:read-only,
input[type=password].form-input:read-only,
input[type=number].form-input:read-only,
textarea.form-input:read-only {
    background-color: #cccccc;
    border: solid 1px #cccccc;
    cursor: default;
}

select.form-select:focus,
input[type=text].form-input:focus,
input[type=email].form-input:focus,
input[type=date].form-input:focus,
input[type=password].form-input:focus,
input[type=number].form-input:focus,
textarea.form-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

textarea.form-input {
    min-height: 200px;
}


select.form-select-xxlarge,
input[type=text].form-input-xxlarge,
input[type=email].form-input-xxlarge,
input[type=date].form-input-xxlarge,
input[type=password].form-input-xxlarge,
input[type=number].form-input-xxlarge,
textarea.form-input.form-input-xxlarge {
    height: 70px;
    line-height: 70px;
    font-size: 26px;
}

select.form-select-xlarge,
input[type=text].form-input-xlarge,
input[type=email].form-input-xlarge,
input[type=date].form-input-xlarge,
input[type=password].form-input-xlarge,
input[type=number].form-input-xlarge,
textarea.form-input.form-input-xlarge {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
}

select.form-select-large,
input[type=text].form-input-large,
input[type=email].form-input-large,
input[type=date].form-input-large,
input[type=password].form-input-large,
input[type=number].form-input-large,
textarea.form-input.form-input-large {
    height: 45px;
    line-height: 50px;
    font-size: 12px;
}

select.form-select-small,
input[type=text].form-input-small,
input[type=email].form-input-small,
input[type=date].form-input-small,
input[type=password].form-input-small,
input[type=number].form-input-small,
textarea.form-input.form-input-small {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

select.form-select-xsmall,
input[type=text].form-input-xsmall,
input[type=email].form-input-xsmall,
input[type=date].form-input-xsmall,
input[type=password].form-input-xsmall,
input[type=number].form-input-xsmall,
textarea.form-input.form-input-xsmall {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    color: #000000;
    display: inline-block;
}


select.form-select.error,
input[type=text].form-input.error,
input[type=email].form-input.error,
input[type=date].form-input.error,
input[type=password].form-input.error,
input[type=number].form-input.error,
textarea.form-input.error {
    border: solid 1px #e24a24;
    background: #ffeedd;
}


select.form-select-xxlarge.form-input-rounded,
input[type=text].form-input-xxlarge.form-input-rounded,
input[type=email].form-input-xxlarge.form-input-rounded,
input[type=date].form-input-xxlarge.form-input-rounded,
input[type=password].form-input-xxlarge.form-input-rounded,
input[type=number].form-input-xxlarge.form-input-rounded,
textarea.form-input.form-input-xxlarge.form-input-rounded {
    border-radius: 35px !important;
}

select.form-select-xlarge.form-input-rounded,
input[type=text].form-input-xlarge.form-input-rounded,
input[type=email].form-input-xlarge.form-input-rounded,
input[type=date].form-input-xlarge.form-input-rounded,
input[type=password].form-input-xlarge.form-input-rounded,
input[type=number].form-input-xlarge.form-input-rounded,
textarea.form-input.form-input-xlarge.form-input-rounded {
    border-radius: 28px !important;
}

select.form-select-large.form-input-rounded,
input[type=text].form-input-large.form-input-rounded,
input[type=email].form-input-large.form-input-rounded,
input[type=date].form-input-large.form-input-rounded,
input[type=password].form-input-large.form-input-rounded,
input[type=number].form-input-large.form-input-rounded,
textarea.form-input.form-input-large.form-input-rounded {
    border-radius: 23px !important;
}

select.form-select-small.form-input-rounded,
input[type=text].form-input-small.form-input-rounded,
input[type=email].form-input-small.form-input-rounded,
input[type=date].form-input-small.form-input-rounded,
input[type=password].form-input-small.form-input-rounded,
input[type=number].form-input-small.form-input-rounded,
textarea.form-input.form-input-small.form-input-rounded {
    border-radius: 15px !important;
}

select.form-select-xsmall.form-input-rounded,
input[type=text].form-input-xsmall.form-input-rounded,
input[type=email].form-input-xsmall.form-input-rounded,
input[type=date].form-input-xsmall.form-input-rounded,
input[type=password].form-input-xsmall.form-input-rounded,
input[type=number].form-input-xsmall.form-input-rounded,
textarea.form-input.form-input-xsmall.form-input-rounded {
    border-radius: 13px !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}



/* Side Menu */
nav.side-menu {
    background: #ffffff;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    overflow-y: auto;
}
nav.side-menu ul{
    
}
nav.side-menu ul li {
    display: block;
}
nav.side-menu ul li.menu-divider{ 
    height: 1px;
    width: 100%;
    background: #ffffff;
    opacity: .4;
    margin: 10px 0;
}
nav.side-menu ul li a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    margin: 5px 10px 5px 0;
    padding-left: 10px;
    z-index: 2;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
nav.side-menu ul li a:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    bottom: 0px;
    width: 0px;
    background: #e9e9e9;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    /*transition: all .5s ease;*/
    z-index: 1;
} 
nav.side-menu ul li a:hover:before {
    width: calc(100% + 5px);
} 
nav.side-menu ul li a .menu-icon {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #e24a24;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    padding: 0 7px;
    color: #ffffff;
    width: 34px;
    text-align: center;
}
nav.side-menu ul li a .menu-text {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

nav.side-menu ul li.black-o a .menu-icon,
nav.side-menu ul li.white-o a .menu-icon,
nav.side-menu ul li.turquoise-o a .menu-icon,
nav.side-menu ul li.orange-o a .menu-icon,
nav.side-menu ul li.purple-o a .menu-icon,
nav.side-menu ul li.lightpurple-o a .menu-icon,
nav.side-menu ul li.blue-o a .menu-icon,
nav.side-menu ul li.lightblue-o a .menu-icon,
nav.side-menu ul li.green-o a .menu-icon,
nav.side-menu ul li.lightgreen-o a .menu-icon,
nav.side-menu ul li.red-o a .menu-icon,
nav.side-menu ul li.blackblue-o a .menu-icon,
nav.side-menu ul li.darkblackblue-o a .menu-icon {
    font-size: 24px;
}


nav.side-menu ul li.black a .menu-icon {background: #000000;}
nav.side-menu ul li.white a .menu-icon {background: #ffffff; color: #000000;}
nav.side-menu ul li.turquoise a .menu-icon {background: #5ab0bd;}
nav.side-menu ul li.orange a .menu-icon {background: #fe9900;}
nav.side-menu ul li.purple a .menu-icon {background: #3f2552;}
nav.side-menu ul li.lightpurple a .menu-icon {background: #8e3471;}
nav.side-menu ul li.blue a .menu-icon {background: #5175a1;}
nav.side-menu ul li.lightblue a .menu-icon {background: #b3d4fc;}
nav.side-menu ul li.green a .menu-icon {background: #578c13;}
nav.side-menu ul li.lightgreen a .menu-icon {background: #b2f0d9;}
nav.side-menu ul li.red a .menu-icon {background: #e24a24;}
nav.side-menu ul li.blackblue a .menu-icon {background: #40516d;}
nav.side-menu ul li.darkblackblue a .menu-icon {background: #3f414d;}


nav.side-menu ul li.black-o a .menu-icon {color: #000000; background: transparent;}
nav.side-menu ul li.turquoise-o a .menu-icon {color: #5ab0bd; background: transparent;}
nav.side-menu ul li.orange-o a .menu-icon {color: #fe9900; background: transparent;}
nav.side-menu ul li.purple-o a .menu-icon {color: #3f2552; background: transparent;}
nav.side-menu ul li.lightpurple-o a .menu-icon {color: #8e3471; background: transparent;}
nav.side-menu ul li.blue-o a .menu-icon {color: #5175a1; background: transparent;}
nav.side-menu ul li.lightblue-o a .menu-icon {color: #b3d4fc; background: transparent;}
nav.side-menu ul li.green-o a .menu-icon {color: #578c13; background: transparent;}
nav.side-menu ul li.lightgreen-o a .menu-icon {color: #b2f0d9; background: transparent;}
nav.side-menu ul li.red-o a .menu-icon {color: #e24a24; background: transparent;}
nav.side-menu ul li.blackblue-o a .menu-icon {color: #40516d; background: transparent;}
nav.side-menu ul li.darkblackblue-o a .menu-icon {color: #3f414d; background: transparent;}


/* Top Menu */
ul.top-lg-menu {
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}
ul.top-lg-menu li {
    display: inline-block;
}
ul.top-lg-menu li.menu-divider{ 
    padding: 0 10px
}
ul.top-lg-menu li.menu-divider:After{ height: 1px;
    content: '|';
}
ul.top-lg-menu li a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    display: block;
    position: relative;
    margin: 5px 10px;
    z-index: 2;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}
ul.top-lg-menu li a:hover {
    text-decoration: underline;
}

ul.top-lg-menu li a .menu-icon {
    margin-right: 5px;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #e24a24;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    padding: 0 7px;
}
ul.top-lg-menu li a .menu-text {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

ul.top-lg-menu li.black a:before {background: #000000;} 
ul.top-lg-menu li.black a .menu-icon {background: #000000;}

ul.top-lg-menu li.white a:before {background: #ffffff;} 
ul.top-lg-menu li.white a .menu-icon {background: #ffffff;}

ul.top-lg-menu li.turquoise a:before {background: #5ab0bd;} 
ul.top-lg-menu li.turquoise a .menu-icon {background: #5ab0bd;}

ul.top-lg-menu li.orange a:before {background: #fe9900;} 
ul.top-lg-menu li.orange a .menu-icon {background: #fe9900;}

ul.top-lg-menu li.blue a:before {background: #5175a1;} 
ul.top-lg-menu li.blue a .menu-icon {background: #5175a1;}

ul.top-lg-menu li.blue-light a:before {background: #b3d4fc;} 
ul.top-lg-menu li.blue-light a .menu-icon {background: #b3d4fc;}

ul.top-lg-menu li.green a:before {background: #578c13;} 
ul.top-lg-menu li.green a .menu-icon {background: #578c13;}

ul.top-lg-menu li.green-light a:before {background: #b2f0d9;} 
ul.top-lg-menu li.green-light a .menu-icon {background: #b2f0d9;}

ul.top-lg-menu li.red a:before {background: #e24a24;} 
ul.top-lg-menu li.red a .menu-icon {background: #e24a24;}

ul.top-lg-menu li.blackblue a:before {background: #40516d;} 
ul.top-lg-menu li.blackblue a .menu-icon {background: #40516d;}

ul.top-lg-menu li.blackblue-dark a:before {background: #3f414d;} 
ul.top-lg-menu li.blackblue-dark a .menu-icon {background: #3f414d;}



/* Table */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

table.table {
    width: 100%;
    max-width: 100%;
    border: none;
    background-color: transparent;
}
table.table th,
table.table td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
table.table-border {

}
table.table-border th,
table.table-border td{
    border: solid 1px #ddd;
    
}
table.table-noborder {

}
table.table-noborder th,
table.table-noborder td{
    border: none;
    
}

table.table-border th {
    font-weight: 700;
}
table.table-border td {
    font-weight: 400;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}


/* Alert */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #333333;
    background-color: #f9f9f9;
    border-color: #d6e9c6;
    position: relative;
}
.alert .alert-close{
    position: absolute;
    font-weight: 700;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    font-family:'FontAwesome';
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.alert .alert-close:after{
    content: "\f057";
}


.alert.black{background: #000000; color: #ffffff;} 
.alert.white{background: #ffffff;} 
.alert.turquoise{background: #5ab0bd; color: #ffffff;} 
.alert.orange{background: #fe9900; color: #ffffff;} 
.alert.yellow{background: #feca0a; color: #000000;} 
.alert.blue{background: #5175a1; color: #ffffff;} 
.alert.blue-light{background: #b3d4fc;} 
.alert.green{background: #578c13; color: #ffffff;} 
.alert.green-light{background: #b2f0d9;} 
.alert.red{background: #e24a24; color: #ffffff;} 
.alert.blackblue{background: #40516d; color: #ffffff;} 
.alert.blackblue-dark{background: #3f414d; color: #ffffff;} 


/* Box */
.box {
    width: 100%;
    border: solid 1px #ddd;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 10px;
}

.box.black{background: #000000; color: #ffffff;} 
.box.white{background: #ffffff;} 
.box.yellow{background: #feca0a; color: #000000;} 
.box.turquoise{background: #5ab0bd; color: #ffffff;} 
.box.orange{background: #fe9900; color: #ffffff;} 
.box.blue{background: #5175a1; color: #ffffff;} 
.box.blue-light{background: #b3d4fc;} 
.box.green{background: #578c13; color: #ffffff;} 
.box.green-light{background: #b2f0d9;} 
.box.red{background: #e24a24; color: #ffffff;} 
.box.blackblue{background: #40516d; color: #ffffff;} 
.box.blackblue-dark{background: #3f414d; color: #ffffff;} 


.box .box-divider{ 
    height: 1px;
    width: 100%;
    background: #aaa;
    opacity: .2;
    margin: 10px 0;
}

.seperator{ 
    height: 1px;
    width: 100%;
    background: #d8d8d8;
    opacity: 1;
    display: block;
}
.seperator-2x{ height: 2px; }
.seperator-3x{ height: 3px; }
.seperator-4x{ height: 4px; }
.seperator-5x{ height: 5px; }

.seperator-light{ opacity: 7 }
.seperator-dark{ background: #b7bec4; }
.seperator-yellow{ background: #feca0a; }

.panel-heading {
    font-size: 16px;
    color: #595959;
    background: #fcfcfc;
    padding: 10px 15px;
    border-top: 2px solid #bfbfbf;
    border-bottom: 1px solid #e8e8e8;
}
.ftabs {

}
.ftabs > ul{
    font-size: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.ftabs > ul li{
    display: inline-block;
    margin-bottom: -1px;
    color: #666;
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
    border: solid 1px #ffffff;
    border-bottom: none;
}
.ftabs > ul li:hover{
    background: #e8e8e8;
    border-color: #eee #eee #ddd;
}
.ftabs > ul li.active{
    border: solid 1px #e8e8e8;
    border-radius: 3px;
    border-bottom: 1px solid #ffffff;
    user-select:none;
}
.ftabs > ul li.active:hover{
    background: none;
    cursor: text;
}

.ftabs .ftab-contents > div {
    display: none;
}
.ftabs .ftab-contents > div.active {
    display: block;
}




.content:after {
    content: '';
    display: block;
    clear: both;
}
.row {
    clear: both;
    display: block;
    position: relative;
}
.row:after {
    content: '';
    display: block;
    clear: both;
}
.row-5:after,
.row-10:after,
.row-15:after,
.row-20:after,
.row-25:after,
.row-30:after,
.row-35:after,
.row-40:after,
.row-45:after,
.row-50:after,
.row-60:after,
.row-70:after,
.row-80:after,
.row-90:after,
.row-100:after {
    content: '';
    display: block;
    clear: both;
}

.row-5{ margin-right: -5px; margin-left: -5px;}
.row-10{ margin-right: -10px; margin-left: -10px;}
.row-15{ margin-right: -15px; margin-left: -15px;}
.row-20{ margin-right: -20px; margin-left: -20px;}
.row-25{ margin-right: -25px; margin-left: -25px;}
.row-30{ margin-right: -30px; margin-left: -30px;}
.row-35{ margin-right: -35px; margin-left: -35px;}
.row-40{ margin-right: -40px; margin-left: -40px;}
.row-45{ margin-right: -45px; margin-left: -45px;}
.row-50{ margin-right: -50px; margin-left: -50px;}
.row-60{ margin-right: -60px; margin-left: -60px;}
.row-70{ margin-right: -70px; margin-left: -70px;}
.row-80{ margin-right: -80px; margin-left: -80px;}
.row-90{ margin-right: -90px; margin-left: -90px;}
.row-100{ margin-right: -100px; margin-left: -100px;}


.row-item-1 > *{ clear: both;}
.row-item-2 > *:nth-child(2n + 1){ clear: both;}
.row-item-3 > *:nth-child(3n + 1){ clear: both;}
.row-item-4 > *:nth-child(4n + 1){ clear: both;}
.row-item-5 > *:nth-child(5n + 1){ clear: both;}
.row-item-6 > *:nth-child(6n + 1){ clear: both;}
.row-item-7 > *:nth-child(7n + 1){ clear: both;}
.row-item-8 > *:nth-child(8n + 1){ clear: both;}
.row-item-9 > *:nth-child(9n + 1){ clear: both;}
.row-item-10 > *:nth-child(10n + 1){ clear: both;}
.row-item-11 > *:nth-child(11n + 1){ clear: both;}
.row-item-12 > *:nth-child(12n + 1){ clear: both;}

.col5, .col10,.col15,.col16,.col20,.col25,.col30,.col33,.col35,.col40,.col45,.col50,.col55,.col60,.col65,.col66,.col70,.col75,.col80,.col85,.col90,.col95,.col100{
    display: block;
    float: left;
}
.col5{  width: 5%}
.col10{ width: 10%}
.col15{ width: 15%}
.col16{ width: 16.66%}
.col20{ width: 20%}
.col25{ width: 25%}
.col30{ width: 30%}
.col33{ width: 33.333%}
.col35{ width: 35%}
.col40{ width: 40%}
.col45{ width: 45%}
.col50{ width: 50%}
.col55{ width: 55%}
.col60{ width: 60%}
.col65{ width: 65%}
.col66{ width: 66.666%}
.col70{ width: 70%}
.col75{ width: 75%}
.col80{ width: 80%}
.col85{ width: 85%}
.col90{ width: 90%}
.col95{ width: 95%}
.col100{ width: 100%}

.col0-o{ margin-left: 0%}
.col5-o{ margin-left: 5%}
.col10-o{ margin-left: 10%}
.col15-o{ margin-left: 15%}
.col16-o{ margin-left: 16.66%}
.col20-o{ margin-left: 20%}
.col25-o{ margin-left: 25%}
.col30-o{ margin-left: 30%}
.col33-o{ margin-left: 33.333%}
.col35-o{ margin-left: 35%}
.col40-o{ margin-left: 40%}
.col45-o{ margin-left: 45%}
.col50-o{ margin-left: 50%}
.col55-o{ margin-left: 55%}
.col60-o{ margin-left: 60%}
.col65-o{ margin-left: 65%}
.col66-o{ margin-left: 66.666%}
.col70-o{ margin-left: 70%}
.col75-o{ margin-left: 75%}
.col80-o{ margin-left: 80%}
.col85-o{ margin-left: 85%}
.col90-o{ margin-left: 90%}
.col95-o{ margin-left: 95%}

.p-0{ padding: 0px;}
.p-1{ padding: 1px;}
.p-2{ padding: 2px;}
.p-3{ padding: 3px;}
.p-4{ padding: 4px;}
.p-5{ padding: 5px;}
.p-6{ padding: 6px;}
.p-7{ padding: 7px;}
.p-8{ padding: 8px;}
.p-9{ padding: 9px;}
.p-10{ padding: 10px;}
.p-15{ padding: 15px;}
.p-20{ padding: 20px;}
.p-25{ padding: 25px;}
.p-30{ padding: 30px;}
.p-35{ padding: 35px;}
.p-40{ padding: 40px;}
.p-45{ padding: 45px;}
.p-50{ padding: 50px;}
.p-60{ padding: 60px;}
.p-70{ padding: 70px;}
.p-80{ padding: 80px;}
.p-90{ padding: 90px;}
.p-100{ padding: 100px;}
.p-110{ padding: 110px;}
.p-120{ padding: 120px;}
.p-130{ padding: 130px;}
.p-140{ padding: 140px;}
.p-150{ padding: 150px;}
.p-200{ padding: 200px;}
.p-250{ padding: 250px;}
.p-300{ padding: 300px;}

.pt-0 { padding-top: 0px;}
.pt-1 { padding-top: 1px;}
.pt-2 { padding-top: 2px;}
.pt-3 { padding-top: 3px;}
.pt-4 { padding-top: 4px;}
.pt-5 { padding-top: 5px;}
.pt-6 { padding-top: 6px;}
.pt-7 { padding-top: 7px;}
.pt-8 { padding-top: 8px;}
.pt-9 { padding-top: 9px;}
.pt-10 { padding-top: 10px;}
.pt-15{ padding-top: 15px;}
.pt-20 { padding-top: 20px;}
.pt-25 { padding-top: 25px;}
.pt-30 { padding-top: 30px;}
.pt-35 { padding-top: 35px;}
.pt-40 { padding-top: 40px;}
.pt-45 { padding-top: 45px;}
.pt-50 { padding-top: 50px;}
.pt-60 { padding-top: 60px;}
.pt-70 { padding-top: 70px;}
.pt-80 { padding-top: 80px;}
.pt-90 { padding-top: 90px;}
.pt-100 { padding-top: 100px;}
.pt-110 { padding-top: 110px;}
.pt-120 { padding-top: 120px;}
.pt-130 { padding-top: 130px;}
.pt-140 { padding-top: 140px;}
.pt-150 { padding-top: 150px;}
.pt-200 { padding-top: 200px;}
.pt-250 { padding-top: 250px;}
.pt-300 { padding-top: 300px;}
.pr-0 { padding-right: 0px;}
.pr-1 { padding-right: 1px;}
.pr-2 { padding-right: 2px;}
.pr-3 { padding-right: 3px;}
.pr-4 { padding-right: 4px;}
.pr-5 { padding-right: 5px;}
.pr-6 { padding-right: 6px;}
.pr-7 { padding-right: 7px;}
.pr-8 { padding-right: 8px;}
.pr-9 { padding-right: 9px;}
.pr-10 { padding-right: 10px;}
.pr-15 { padding-right: 15px;}
.pr-20 { padding-right: 20px;}
.pr-25 { padding-right: 25px;}
.pr-30 { padding-right: 30px;}
.pr-35 { padding-right: 35px;}
.pr-40 { padding-right: 40px;}
.pr-45 { padding-right: 45px;}
.pr-50 { padding-right: 50px;}
.pr-60 { padding-right: 60px;}
.pr-70 { padding-right: 70px;}
.pr-80 { padding-right: 80px;}
.pr-90 { padding-right: 90px;}
.pr-100 { padding-right: 100px;}
.pr-110 { padding-right: 110px;}
.pr-120 { padding-right: 120px;}
.pr-130 { padding-right: 130px;}
.pr-140 { padding-right: 140px;}
.pr-150 { padding-right: 150px;}
.pr-200 { padding-right: 200px;}
.pr-250 { padding-right: 250px;}
.pr-300 { padding-right: 300px;}
.pb-0 { padding-bottom: 0px;}
.pb-1 { padding-bottom: 1px;}
.pb-2 { padding-bottom: 2px;}
.pb-3 { padding-bottom: 3px;}
.pb-4 { padding-bottom: 4px;}
.pb-5 { padding-bottom: 5px;}
.pb-6 { padding-bottom: 6px;}
.pb-7 { padding-bottom: 7px;}
.pb-8 { padding-bottom: 8px;}
.pb-9 { padding-bottom: 9px;}
.pb-10 { padding-bottom: 10px;}
.pb-15 { padding-bottom: 15px;}
.pb-20 { padding-bottom: 20px;}
.pb-25 { padding-bottom: 25px;}
.pb-30 { padding-bottom: 30px;}
.pb-35 { padding-bottom: 35px;}
.pb-40 { padding-bottom: 40px;}
.pb-45 { padding-bottom: 45px;}
.pb-50 { padding-bottom: 50px;}
.pb-60 { padding-bottom: 60px;}
.pb-70 { padding-bottom: 70px;}
.pb-80 { padding-bottom: 80px;}
.pb-90 { padding-bottom: 90px;}
.pb-100 { padding-bottom: 100px;}
.pb-110 { padding-bottom: 110px;}
.pb-120 { padding-bottom: 120px;}
.pb-130 { padding-bottom: 130px;}
.pb-140 { padding-bottom: 140px;}
.pb-150 { padding-bottom: 150px;}
.pb-200 { padding-bottom: 200px;}
.pb-250 { padding-bottom: 250px;}
.pb-300 { padding-bottom: 300px;}
.pl-0 { padding-left: 0px;}
.pl-1 { padding-left: 1px;}
.pl-2 { padding-left: 2px;}
.pl-3 { padding-left: 3px;}
.pl-4 { padding-left: 4px;}
.pl-5 { padding-left: 5px;}
.pl-6 { padding-left: 6px;}
.pl-7 { padding-left: 7px;}
.pl-8 { padding-left: 8px;}
.pl-9 { padding-left: 9px;}
.pl-10 { padding-left: 10px;}
.pl-15 { padding-left: 15px;}
.pl-20 { padding-left: 20px;}
.pl-25 { padding-left: 25px;}
.pl-30 { padding-left: 30px;}
.pl-35 { padding-left: 35px;}
.pl-40 { padding-left: 40px;}
.pl-45 { padding-left: 45px;}
.pl-50 { padding-left: 50px;}
.pl-60 { padding-left: 60px;}
.pl-70 { padding-left: 70px;}
.pl-80 { padding-left: 80px;}
.pl-90 { padding-left: 90px;}
.pl-100 { padding-left: 100px;}
.pl-110 { padding-left: 110px;}
.pl-120 { padding-left: 120px;}
.pl-130 { padding-left: 130px;}
.pl-140 { padding-left: 140px;}
.pl-150 { padding-left: 150px;}
.pl-200 { padding-left: 200px;}
.pl-250 { padding-left: 250px;}
.pl-300 { padding-left: 300px;}

.plr-0 { padding-left: 0px; padding-right: 0px;}
.plr-1 { padding-left: 1px; padding-right: 1px;}
.plr-2 { padding-left: 2px; padding-right: 2px;}
.plr-3 { padding-left: 3px; padding-right: 3px;}
.plr-4 { padding-left: 4px; padding-right: 4px;}
.plr-5 { padding-left: 5px; padding-right: 5px;}
.plr-6 { padding-left: 6px; padding-right: 6px;}
.plr-7 { padding-left: 7px; padding-right: 7px;}
.plr-8 { padding-left: 8px; padding-right: 8px;}
.plr-9 { padding-left: 9px; padding-right: 9px;}
.plr-10 { padding-left: 10px; padding-right: 10px;}
.plr-15 { padding-left: 15px; padding-right: 15px;}
.plr-20 { padding-left: 20px; padding-right: 20px;}
.plr-25 { padding-left: 25px; padding-right: 25px;}
.plr-30 { padding-left: 30px; padding-right: 30px;}
.plr-35 { padding-left: 35px; padding-right: 35px;}
.plr-40 { padding-left: 40px; padding-right: 40px;}
.plr-45 { padding-left: 45px; padding-right: 45px;}
.plr-50 { padding-left: 50px; padding-right: 50px;}
.plr-60 { padding-left: 60px; padding-right: 60px;}
.plr-70 { padding-left: 70px; padding-right: 70px;}
.plr-80 { padding-left: 80px; padding-right: 80px;}
.plr-90 { padding-left: 90px; padding-right: 90px;}
.plr-100 { padding-left: 100px; padding-right: 100px;}
.plr-110 { padding-left: 110px; padding-right: 110px;}
.plr-120 { padding-left: 120px; padding-right: 120px;}
.plr-130 { padding-left: 130px; padding-right: 130px;}
.plr-140 { padding-left: 140px; padding-right: 140px;}
.plr-150 { padding-left: 150px; padding-right: 150px;}
.plr-200 { padding-left: 200px; padding-right: 200px;}
.plr-250 { padding-left: 250px; padding-right: 250px;}
.plr-300 { padding-left: 300px; padding-right: 300px;}


.ptb-0 { padding-top: 0px; padding-bottom: 0px;}
.ptb-1 { padding-top: 1px; padding-bottom: 1px;}
.ptb-2 { padding-top: 2px; padding-bottom: 2px;}
.ptb-3 { padding-top: 3px; padding-bottom: 3px;}
.ptb-4 { padding-top: 4px; padding-bottom: 4px;}
.ptb-5 { padding-top: 5px; padding-bottom: 5px;}
.ptb-6 { padding-top: 6px; padding-bottom: 6px;}
.ptb-7 { padding-top: 7px; padding-bottom: 7px;}
.ptb-8 { padding-top: 8px; padding-bottom: 8px;}
.ptb-9 { padding-top: 9px; padding-bottom: 9px;}
.ptb-10 { padding-top: 10px; padding-bottom: 10px;}
.ptb-15 { padding-top: 15px; padding-bottom: 15px;}
.ptb-20 { padding-top: 20px; padding-bottom: 20px;}
.ptb-25 { padding-top: 25px; padding-bottom: 25px;}
.ptb-30 { padding-top: 30px; padding-bottom: 30px;}
.ptb-35 { padding-top: 35px; padding-bottom: 35px;}
.ptb-40 { padding-top: 40px; padding-bottom: 40px;}
.ptb-45 { padding-top: 45px; padding-bottom: 45px;}
.ptb-50 { padding-top: 50px; padding-bottom: 50px;}
.ptb-60 { padding-top: 60px; padding-bottom: 60px;}
.ptb-70 { padding-top: 70px; padding-bottom: 70px;}
.ptb-80 { padding-top: 80px; padding-bottom: 80px;}
.ptb-90 { padding-top: 90px; padding-bottom: 90px;}
.ptb-100 { padding-top: 100px; padding-bottom: 100px;}
.ptb-110 { padding-top: 110px; padding-bottom: 110px;}
.ptb-120 { padding-top: 120px; padding-bottom: 120px;}
.ptb-130 { padding-top: 130px; padding-bottom: 130px;}
.ptb-140 { padding-top: 140px; padding-bottom: 140px;}
.ptb-150 { padding-top: 150px; padding-bottom: 150px;}
.ptb-200 { padding-top: 200px; padding-bottom: 200px;}
.ptb-250 { padding-top: 250px; padding-bottom: 250px;}
.ptb-300 { padding-top: 300px; padding-bottom: 300px;}


.m-0{ padding: 0px;}
.m-1{ padding: 1px;}
.m-2{ padding: 2px;}
.m-3{ padding: 3px;}
.m-4{ padding: 4px;}
.m-5{ padding: 5px;}
.m-6{ padding: 6px;}
.m-7{ padding: 7px;}
.m-8{ padding: 8px;}
.m-9{ padding: 9px;}
.m-10{ padding: 10px;}
.m-15{ padding: 15px;}
.m-20{ padding: 20px;}
.m-25{ padding: 25px;}
.m-30{ padding: 30px;}
.m-35{ padding: 35px;}
.m-40{ padding: 40px;}
.m-45{ padding: 45px;}
.m-50{ padding: 50px;}
.m-60{ padding: 60px;}
.m-70{ padding: 70px;}
.m-80{ padding: 80px;}
.m-90{ padding: 90px;}
.m-100{ padding: 100px;}
.m-110{ padding: 110px;}
.m-120{ padding: 120px;}
.m-130{ padding: 130px;}
.m-140{ padding: 140px;}
.m-150{ padding: 150px;}
.m-200{ padding: 200px;}
.m-250{ padding: 250px;}
.m-300{ padding: 300px;}

.m-auto{ margin-left: auto; margin-right: auto}
.mt-0 { margin-top: 0px;}
.mt-1 { margin-top: 1px;}
.mt-2 { margin-top: 2px;}
.mt-3 { margin-top: 3px;}
.mt-4 { margin-top: 4px;}
.mt-5 { margin-top: 5px;}
.mt-6 { margin-top: 6px;}
.mt-7 { margin-top: 7px;}
.mt-8 { margin-top: 8px;}
.mt-9 { margin-top: 9px;}
.mt-10 { margin-top: 10px;}
.mt-15 { margin-top: 15px;}
.mt-20 { margin-top: 20px;}
.mt-25 { margin-top: 25px;}
.mt-30 { margin-top: 30px;}
.mt-35 { margin-top: 35px;}
.mt-40 { margin-top: 40px;}
.mt-45 { margin-top: 45px;}
.mt-50 { margin-top: 50px;}
.mt-60 { margin-top: 60px;}
.mt-70 { margin-top: 70px;}
.mt-80 { margin-top: 80px;}
.mt-90 { margin-top: 90px;}
.mt-100 { margin-top: 100px;}
.mt-110 { margin-top: 110px;}
.mt-120 { margin-top: 120px;}
.mt-130 { margin-top: 130px;}
.mt-140 { margin-top: 140px;}
.mt-150 { margin-top: 150px;}
.mt-200 { margin-top: 200px;}
.mt-250 { margin-top: 250px;}
.mt-300 { margin-top: 300px;}
.mr-0 { margin-right: 0px;}
.mr-1 { margin-right: 1px;}
.mr-2 { margin-right: 2px;}
.mr-3 { margin-right: 3px;}
.mr-4 { margin-right: 4px;}
.mr-5 { margin-right: 5px;}
.mr-6 { margin-right: 6px;}
.mr-7 { margin-right: 7px;}
.mr-8 { margin-right: 8px;}
.mr-9 { margin-right: 9px;}
.mr-10 { margin-right: 10px;}
.mr-15 { margin-right: 15px;}
.mr-20 { margin-right: 20px;}
.mr-25 { margin-right: 25px;}
.mr-30 { margin-right: 30px;}
.mr-35 { margin-right: 35px;}
.mr-40 { margin-right: 40px;}
.mr-45 { margin-right: 45px;}
.mr-50 { margin-right: 50px;}
.mr-60 { margin-right: 60px;}
.mr-70 { margin-right: 70px;}
.mr-80 { margin-right: 80px;}
.mr-90 { margin-right: 90px;}
.mr-100 { margin-right: 100px;}
.mr-110 { margin-right: 110px;}
.mr-120 { margin-right: 120px;}
.mr-130 { margin-right: 130px;}
.mr-140 { margin-right: 140px;}
.mr-150 { margin-right: 150px;}
.mr-200 { margin-right: 200px;}
.mr-250 { margin-right: 250px;}
.mr-300 { margin-right: 300px;}
.mb-0 { margin-bottom: 0px;}
.mb-1 { margin-bottom: 1px;}
.mb-2 { margin-bottom: 2px;}
.mb-3 { margin-bottom: 3px;}
.mb-4 { margin-bottom: 4px;}
.mb-5 { margin-bottom: 5px;}
.mb-6 { margin-bottom: 6px;}
.mb-7 { margin-bottom: 7px;}
.mb-8 { margin-bottom: 8px;}
.mb-9 { margin-bottom: 9px;}
.mb-10 { margin-bottom: 10px;}
.mb-15 { margin-bottom: 15px;}
.mb-20 { margin-bottom: 20px;}
.mb-25 { margin-bottom: 25px;}
.mb-30 { margin-bottom: 30px;}
.mb-35 { margin-bottom: 35px;}
.mb-40 { margin-bottom: 40px;}
.mb-45 { margin-bottom: 45px;}
.mb-50 { margin-bottom: 50px;}
.mb-60 { margin-bottom: 60px;}
.mb-70 { margin-bottom: 70px;}
.mb-80 { margin-bottom: 80px;}
.mb-90 { margin-bottom: 90px;}
.mb-100 { margin-bottom: 100px;}
.mb-110 { margin-bottom: 110px;}
.mb-120 { margin-bottom: 120px;}
.mb-130 { margin-bottom: 130px;}
.mb-140 { margin-bottom: 140px;}
.mb-150 { margin-bottom: 150px;}
.mb-200 { margin-bottom: 200px;}
.mb-250 { margin-bottom: 250px;}
.mb-300 { margin-bottom: 300px;}
.ml-0 { margin-left: 0px;}
.ml-1 { margin-left: 1px;}
.ml-2 { margin-left: 2px;}
.ml-3 { margin-left: 3px;}
.ml-4 { margin-left: 4px;}
.ml-5 { margin-left: 5px;}
.ml-6 { margin-left: 6px;}
.ml-7 { margin-left: 7px;}
.ml-8 { margin-left: 8px;}
.ml-9 { margin-left: 9px;}
.ml-10 { margin-left: 10px;}
.ml-15 { margin-left: 15px;}
.ml-20 { margin-left: 20px;}
.ml-25 { margin-left: 25px;}
.ml-30 { margin-left: 30px;}
.ml-35 { margin-left: 35px;}
.ml-40 { margin-left: 40px;}
.ml-45 { margin-left: 45px;}
.ml-50 { margin-left: 50px;}
.ml-60 { margin-left: 60px;}
.ml-70 { margin-left: 70px;}
.ml-80 { margin-left: 80px;}
.ml-90 { margin-left: 90px;}
.ml-100 { margin-left: 100px;}
.ml-110 { margin-left: 110px;}
.ml-120 { margin-left: 120px;}
.ml-130 { margin-left: 130px;}
.ml-140 { margin-left: 140px;}
.ml-150 { margin-left: 150px;}
.ml-200 { margin-left: 200px;}
.ml-250 { margin-left: 250px;}
.ml-300 { margin-left: 300px;}

.mlr-0 { margin-left: 0px; margin-right: 0px;}
.mlr-1 { margin-left: 1px; margin-right: 1px;}
.mlr-2 { margin-left: 2px; margin-right: 2px;}
.mlr-3 { margin-left: 3px; margin-right: 3px;}
.mlr-4 { margin-left: 4px; margin-right: 4px;}
.mlr-5 { margin-left: 5px; margin-right: 5px;}
.mlr-6 { margin-left: 6px; margin-right: 6px;}
.mlr-7 { margin-left: 7px; margin-right: 7px;}
.mlr-8 { margin-left: 8px; margin-right: 8px;}
.mlr-9 { margin-left: 9px; margin-right: 9px;}
.mlr-10 { margin-left: 10px; margin-right: 10px;}
.mlr-15 { margin-left: 15px; margin-right: 15px;}
.mlr-20 { margin-left: 20px; margin-right: 20px;}
.mlr-25 { margin-left: 25px; margin-right: 25px;}
.mlr-30 { margin-left: 30px; margin-right: 30px;}
.mlr-35 { margin-left: 35px; margin-right: 35px;}
.mlr-40 { margin-left: 40px; margin-right: 40px;}
.mlr-45 { margin-left: 45px; margin-right: 45px;}
.mlr-50 { margin-left: 50px; margin-right: 50px;}
.mlr-60 { margin-left: 60px; margin-right: 60px;}
.mlr-70 { margin-left: 70px; margin-right: 70px;}
.mlr-80 { margin-left: 80px; margin-right: 80px;}
.mlr-90 { margin-left: 90px; margin-right: 90px;}
.mlr-100 { margin-left: 100px; margin-right: 100px;}
.mlr-110 { margin-left: 110px; margin-right: 110px;}
.mlr-120 { margin-left: 120px; margin-right: 120px;}
.mlr-130 { margin-left: 130px; margin-right: 130px;}
.mlr-140 { margin-left: 140px; margin-right: 140px;}
.mlr-150 { margin-left: 150px; margin-right: 150px;}
.mlr-200 { margin-left: 200px; margin-right: 200px;}
.mlr-250 { margin-left: 250px; margin-right: 250px;}
.mlr-300 { margin-left: 300px; margin-right: 300px;}

.mtb-0 { margin-top: 0px; margin-bottom: 0px;}
.mtb-1 { margin-top: 1px; margin-bottom: 1px;}
.mtb-2 { margin-top: 2px; margin-bottom: 2px;}
.mtb-3 { margin-top: 3px; margin-bottom: 3px;}
.mtb-4 { margin-top: 4px; margin-bottom: 4px;}
.mtb-5 { margin-top: 5px; margin-bottom: 5px;}
.mtb-6 { margin-top: 6px; margin-bottom: 6px;}
.mtb-7 { margin-top: 7px; margin-bottom: 7px;}
.mtb-8 { margin-top: 8px; margin-bottom: 8px;}
.mtb-9 { margin-top: 9px; margin-bottom: 9px;}
.mtb-10 { margin-top: 10px; margin-bottom: 10px;}
.mtb-15 { margin-top: 15px; margin-bottom: 15px;}
.mtb-20 { margin-top: 20px; margin-bottom: 20px;}
.mtb-25 { margin-top: 25px; margin-bottom: 25px;}
.mtb-30 { margin-top: 30px; margin-bottom: 30px;}
.mtb-35 { margin-top: 35px; margin-bottom: 35px;}
.mtb-40 { margin-top: 40px; margin-bottom: 40px;}
.mtb-45 { margin-top: 45px; margin-bottom: 45px;}
.mtb-50 { margin-top: 50px; margin-bottom: 50px;}
.mtb-60 { margin-top: 60px; margin-bottom: 60px;}
.mtb-70 { margin-top: 70px; margin-bottom: 70px;}
.mtb-80 { margin-top: 80px; margin-bottom: 80px;}
.mtb-90 { margin-top: 90px; margin-bottom: 90px;}
.mtb-100 { margin-top: 100px; margin-bottom: 100px;}
.mtb-110 { margin-top: 110px; margin-bottom: 110px;}
.mtb-120 { margin-top: 120px; margin-bottom: 120px;}
.mtb-130 { margin-top: 130px; margin-bottom: 130px;}
.mtb-140 { margin-top: 140px; margin-bottom: 140px;}
.mtb-150 { margin-top: 150px; margin-bottom: 150px;}
.mtb-200 { margin-top: 200px; margin-bottom: 200px;}
.mtb-250 { margin-top: 250px; margin-bottom: 250px;}
.mtb-300 { margin-top: 300px; margin-bottom: 300px;}


.top-0 {top: 0px;}
.top-5 {top: 1px;}
.top-10 {top: 10px;}
.top-15 {top: 15px;}
.top-20 {top: 20px;}
.top-25 {top: 25px;}
.top-30 {top: 30px;}
.top-35 {top: 35px;}
.top-40 {top: 40px;}
.top-45 {top: 45px;}
.top-50 {top: 50px;}
.top-60 {top: 60px;}
.top-70 {top: 70px;}
.top-80 {top: 80px;}
.top-90 {top: 90px;}
.top-100 {top: 100px;}
.top-110 {top: 110px;}
.top-120 {top: 120px;}
.top-130 {top: 130px;}
.top-140 {top: 140px;}
.top-150 {top: 150px;}
.top-160 {top: 160px;}
.top-170 {top: 170px;}
.top-180 {top: 180px;}
.top-190 {top: 190px;}
.top-200 {top: 200px;}
.top-250 {top: 250px;}
.top-300 {top: 300px;}
.top-350 {top: 350px;}
.top-400 {top: 400px;}
.top-500 {top: 500px;}

.bottom-0 {bottom: 0px;}
.bottom-5 {bottom: 1px;}
.bottom-10 {bottom: 10px;}
.bottom-15 {bottom: 15px;}
.bottom-20 {bottom: 20px;}
.bottom-25 {bottom: 25px;}
.bottom-30 {bottom: 30px;}
.bottom-35 {bottom: 35px;}
.bottom-40 {bottom: 40px;}
.bottom-45 {bottom: 45px;}
.bottom-50 {bottom: 50px;}
.bottom-60 {bottom: 60px;}
.bottom-70 {bottom: 70px;}
.bottom-80 {bottom: 80px;}
.bottom-90 {bottom: 90px;}
.bottom-100 {bottom: 100px;}
.bottom-110 {bottom: 110px;}
.bottom-120 {bottom: 120px;}
.bottom-130 {bottom: 130px;}
.bottom-140 {bottom: 140px;}
.bottom-150 {bottom: 150px;}
.bottom-160 {bottom: 160px;}
.bottom-170 {bottom: 170px;}
.bottom-180 {bottom: 180px;}
.bottom-190 {bottom: 190px;}
.bottom-200 {bottom: 200px;}
.bottom-250 {bottom: 250px;}
.bottom-300 {bottom: 300px;}
.bottom-350 {bottom: 350px;}
.bottom-400 {bottom: 400px;}
.bottom-500 {bottom: 500px;}

.left-0 {left: 0px;}
.left-5 {left: 1px;}
.left-10 {left: 10px;}
.left-15 {left: 15px;}
.left-20 {left: 20px;}
.left-25 {left: 25px;}
.left-30 {left: 30px;}
.left-35 {left: 35px;}
.left-40 {left: 40px;}
.left-45 {left: 45px;}
.left-50 {left: 50px;}
.left-60 {left: 60px;}
.left-70 {left: 70px;}
.left-80 {left: 80px;}
.left-90 {left: 90px;}
.left-100 {left: 100px;}
.left-110 {left: 110px;}
.left-120 {left: 120px;}
.left-130 {left: 130px;}
.left-140 {left: 140px;}
.left-150 {left: 150px;}
.left-160 {left: 160px;}
.left-170 {left: 170px;}
.left-180 {left: 180px;}
.left-190 {left: 190px;}
.left-200 {left: 200px;}
.left-250 {left: 250px;}
.left-300 {left: 300px;}
.left-350 {left: 350px;}
.left-400 {left: 400px;}
.left-500 {left: 500px;}

.right-0 {right: 0px;}
.right-5 {right: 1px;}
.right-10 {right: 10px;}
.right-15 {right: 15px;}
.right-20 {right: 20px;}
.right-25 {right: 25px;}
.right-30 {right: 30px;}
.right-35 {right: 35px;}
.right-40 {right: 40px;}
.right-45 {right: 45px;}
.right-50 {right: 50px;}
.right-60 {right: 60px;}
.right-70 {right: 70px;}
.right-80 {right: 80px;}
.right-90 {right: 90px;}
.right-100 {right: 100px;}
.right-110 {right: 110px;}
.right-120 {right: 120px;}
.right-130 {right: 130px;}
.right-140 {right: 140px;}
.right-150 {right: 150px;}
.right-160 {right: 160px;}
.right-170 {right: 170px;}
.right-180 {right: 180px;}
.right-190 {right: 190px;}
.right-200 {right: 200px;}
.right-250 {right: 250px;}
.right-300 {right: 300px;}
.right-350 {right: 350px;}
.right-400 {right: 400px;}
.right-500 {right: 500px;}

.text-center{text-align:center !important}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.text-uppercase{ text-transform: uppercase;}
.text-lowercase{ text-transform: lowercase;}

.font-italic{ font-style: italic;}
.font-underline{ text-decoration: underline;}

.font-200{font-weight: 200;}
.font-300{font-weight: 300;}
.font-400{font-weight: 400;}
.font-500{font-weight: 500;}
.font-600{font-weight: 600;}
.font-700{font-weight: 700;}
.font-800{font-weight: 800;}
.font-bold{font-weight: bold;}

.font-8{font-size: 8px;}
.font-9{font-size: 9px;}
.font-10{font-size: 10px;}
.font-12{font-size: 12px;}
.font-13{font-size: 13px;}
.font-14{font-size: 14px;}
.font-15{font-size: 15px;}
.font-16{font-size: 16px;}
.font-17{font-size: 17px;}
.font-18{font-size: 18px;}
.font-19{font-size: 19px;}
.font-20{font-size: 20px;}
.font-21{font-size: 21px;}
.font-22{font-size: 22px;}
.font-23{font-size: 23px;}
.font-24{font-size: 24px;}
.font-25{font-size: 25px;}
.font-26{font-size: 26px;}
.font-28{font-size: 27px;}
.font-28{font-size: 28px;}
.font-28{font-size: 29px;}
.font-30{font-size: 30px;}
.font-32{font-size: 32px;}
.font-34{font-size: 34px;}
.font-36{font-size: 36px;}
.font-38{font-size: 38px;}
.font-40{font-size: 40px;}
.font-42{font-size: 42px;}
.font-44{font-size: 44px;}
.font-46{font-size: 46px;}
.font-48{font-size: 48px;}
.font-50{font-size: 50px;}
.font-52{font-size: 52px;}
.font-54{font-size: 54px;}
.font-56{font-size: 56px;}
.font-58{font-size: 58px;}
.font-60{font-size: 60px;}
.font-62{font-size: 62px;}
.font-64{font-size: 64px;}
.font-66{font-size: 66px;}
.font-68{font-size: 68px;}
.font-70{font-size: 70px;}
.font-72{font-size: 72px;}
.font-74{font-size: 74px;}
.font-76{font-size: 76px;}
.font-78{font-size: 78px;}
.font-80{font-size: 80px;}


    
.lineheight-10 { line-height: 1em;}
.lineheight-11 { line-height: 1.1em;}
.lineheight-12 { line-height: 1.2em;}
.lineheight-13 { line-height: 1.3em;}
.lineheight-14 { line-height: 1.4em;}
.lineheight-15 { line-height: 1.5em;}
.lineheight-16 { line-height: 1.6em;}
.lineheight-17 { line-height: 1.7em;}
.lineheight-18 { line-height: 1.8em;}
.lineheight-19 { line-height: 1.9em;}
.lineheight-20 { line-height: 2em;}


.width-10{ width: 10px;}
.width-20{ width: 20px;}
.width-30{ width: 30px;}
.width-40{ width: 40px;}
.width-50{ width: 50px;}
.width-60{ width: 60px;}
.width-70{ width: 70px;}
.width-80{ width: 80px;}
.width-90{ width: 90px;}
.width-100{ width: 100px;}
.width-120{ width: 120px;}
.width-150{ width: 150px;}
.width-200{ width: 200px;}
.width-200{ width: 200px;}
.width-250{ width: 250px;}
.width-300{ width: 300px;}
.width-350{ width: 350px;}
.width-400{ width: 400px;}
.width-450{ width: 450px;}
.width-500{ width: 500px;}

.height-10{ height: 10px;}
.height-20{ height: 20px;}
.height-30{ height: 30px;}
.height-40{ height: 40px;}
.height-50{ height: 50px;}
.height-60{ height: 60px;}
.height-70{ height: 70px;}
.height-80{ height: 80px;}
.height-90{ height: 90px;}
.height-100{ height: 100px;}
.height-120{ height: 120px;}
.height-150{ height: 150px;}
.height-200{ height: 200px;}
.height-200{ height: 200px;}
.height-250{ height: 250px;}
.height-300{ height: 300px;}
.height-350{ height: 350px;}
.height-400{ height: 400px;}
.height-450{ height: 450px;}
.height-500{ height: 500px;}



/* Geniş Ekran */
@media only screen and (min-width: 1450px) {
    .col5lg,.col10lg,.col15lg,.col16lg,.col20lg,.col25lg,.col30lg,.col33lg,.col35lg,.col40lg,.col45lg,.col50lg,.col55lg,.col60lg,.col65lg,.col66lg,.col70lg,.col75lg,.col80lg,.col85lg,.col90lg,.col95lg,.col100lg{
        display: block;
        float: left;
    }
    .col5lg{ width: 5%}
    .col10lg{ width: 10%}
    .col15lg{ width: 15%}
    .col16lg{ width: 16.66%}
    .col20lg{ width: 20%}
    .col25lg{ width: 25%}
    .col30lg{ width: 30%}
    .col33lg{ width: 33.333%}
    .col35lg{ width: 35%}
    .col40lg{ width: 40%}
    .col45lg{ width: 45%}
    .col50lg{ width: 50%}
    .col55lg{ width: 55%}
    .col60lg{ width: 60%}
    .col65lg{ width: 65%}
    .col66lg{ width: 66.666%}
    .col70lg{ width: 70%}
    .col75lg{ width: 75%}
    .col80lg{ width: 80%}
    .col85lg{ width: 85%}
    .col90lg{ width: 90%}
    .col95lg{ width: 95%}
    .col100lg{ width: 100%}
    
    
    .col0lg-o{ margin-left: 0%}
    .col5lg-o{ margin-left: 5%}
    .col10lg-o{ margin-left: 10%}
    .col15lg-o{ margin-left: 15%}
    .col16lg-o{ margin-left: 16.66%}
    .col20lg-o{ margin-left: 20%}
    .col25lg-o{ margin-left: 25%}
    .col30lg-o{ margin-left: 30%}
    .col33lg-o{ margin-left: 33.333%}
    .col35lg-o{ margin-left: 35%}
    .col40lg-o{ margin-left: 40%}
    .col45lg-o{ margin-left: 45%}
    .col50lg-o{ margin-left: 50%}
    .col55lg-o{ margin-left: 55%}
    .col60lg-o{ margin-left: 60%}
    .col65lg-o{ margin-left: 65%}
    .col66lg-o{ margin-left: 66.666%}
    .col70lg-o{ margin-left: 70%}
    .col75lg-o{ margin-left: 75%}
    .col80lg-o{ margin-left: 80%}
    .col85lg-o{ margin-left: 85%}
    .col90lg-o{ margin-left: 90%}
    .col95lg-o{ margin-left: 95%}

    
    .lg-display-ib{ display: inline-block !important;}
    .lg-display-b{ display: block !important;}
    .lg-display-i{ display: inline !important;}
    .lg-display-t{ display: table !important;}
    .lg-display-tc{ display: table-cell !important;}
    .lg-display-tr{ display: table-row !important;}
    .lg-position-relative { position: relative !important;}
    .lg-position-absolute { position: absolute !important;}
    .lg-position-fixed { position: fixed !important;}

    .row-lg-0{ margin-right: 0px; margin-left: 0px;}
    .row-lg-5{ margin-right: -5px; margin-left: -5px;}
    .row-lg-10{ margin-right: -10px; margin-left: -10px;}
    .row-lg-15{ margin-right: -15px; margin-left: -15px;}
    .row-lg-20{ margin-right: -20px; margin-left: -20px;}
    .row-lg-25{ margin-right: -25px; margin-left: -25px;}
    .row-lg-30{ margin-right: -30px; margin-left: -30px;}
    .row-lg-35{ margin-right: -35px; margin-left: -35px;}
    .row-lg-40{ margin-right: -40px; margin-left: -40px;}
    .row-lg-45{ margin-right: -45px; margin-left: -45px;}
    .row-lg-50{ margin-right: -50px; margin-left: -50px;}
    .row-lg-60{ margin-right: -60px; margin-left: -60px;}
    .row-lg-70{ margin-right: -70px; margin-left: -70px;}
    .row-lg-80{ margin-right: -80px; margin-left: -80px;}
    .row-lg-90{ margin-right: -90px; margin-left: -90px;}
    .row-lg-100{ margin-right: -100px; margin-left: -100px;}

    .row-lg-0:after,
    .row-lg-5:after,
    .row-lg-10:after,
    .row-lg-15:after,
    .row-lg-20:after,
    .row-lg-25:after,
    .row-lg-30:after,
    .row-lg-35:after,
    .row-lg-40:after,
    .row-lg-45:after,
    .row-lg-50:after,
    .row-lg-60:after,
    .row-lg-70:after,
    .row-lg-80:after,
    .row-lg-90:after,
    .row-lg-100:after {
        content: '';
        display: block;
        clear: both;
    }
    
    .row-item-1 > *{ clear: none;}
    .row-item-2 > *:nth-child(2n + 1){ clear: none;}
    .row-item-3 > *:nth-child(3n + 1){ clear: none;}
    .row-item-4 > *:nth-child(4n + 1){ clear: none;}
    .row-item-5 > *:nth-child(5n + 1){ clear: none;}
    .row-item-6 > *:nth-child(6n + 1){ clear: none;}
    .row-item-7 > *:nth-child(7n + 1){ clear: none;}
    .row-item-8 > *:nth-child(8n + 1){ clear: none;}
    .row-item-9 > *:nth-child(9n + 1){ clear: none;}
    .row-item-10 > *:nth-child(10n + 1){ clear: none;}
    .row-item-11 > *:nth-child(11n + 1){ clear: none;}
    .row-item-12 > *:nth-child(12n + 1){ clear: none;}
    
    .row-item-lg-1 > *{ clear: both;}
    .row-item-lg-2 > *:nth-child(2n + 1){ clear: both;}
    .row-item-lg-3 > *:nth-child(3n + 1){ clear: both;}
    .row-item-lg-4 > *:nth-child(4n + 1){ clear: both;}
    .row-item-lg-5 > *:nth-child(5n + 1){ clear: both;}
    .row-item-lg-6 > *:nth-child(6n + 1){ clear: both;}
    .row-item-lg-7 > *:nth-child(7n + 1){ clear: both;}
    .row-item-lg-8 > *:nth-child(8n + 1){ clear: both;}
    .row-item-lg-9 > *:nth-child(9n + 1){ clear: both;}
    .row-item-lg-10 > *:nth-child(10n + 1){ clear: both;}
    .row-item-lg-11 > *:nth-child(11n + 1){ clear: both;}
    .row-item-lg-12 > *:nth-child(12n + 1){ clear: both;}


    .p-lg-0{ padding: 0px;}
    .p-lg-1{ padding: 1px;}
    .p-lg-2{ padding: 2px;}
    .p-lg-3{ padding: 3px;}
    .p-lg-4{ padding: 4px;}
    .p-lg-5{ padding: 5px;}
    .p-lg-6{ padding: 6px;}
    .p-lg-7{ padding: 7px;}
    .p-lg-8{ padding: 8px;}
    .p-lg-9{ padding: 9px;}
    .p-lg-10{ padding: 10px;}
    .p-lg-15{ padding: 15px;}
    .p-lg-20{ padding: 20px;}
    .p-lg-25{ padding: 25px;}
    .p-lg-30{ padding: 30px;}
    .p-lg-35{ padding: 35px;}
    .p-lg-40{ padding: 40px;}
    .p-lg-45{ padding: 45px;}
    .p-lg-50{ padding: 50px;}
    .p-lg-60{ padding: 60px;}
    .p-lg-70{ padding: 70px;}
    .p-lg-80{ padding: 80px;}
    .p-lg-90{ padding: 90px;}
    .p-lg-100{ padding: 100px;}
    .p-lg-110{ padding: 110px;}
    .p-lg-120{ padding: 120px;}
    .p-lg-130{ padding: 130px;}
    .p-lg-140{ padding: 140px;}
    .p-lg-150{ padding: 150px;}
    .p-lg-200{ padding: 200px;}
    .p-lg-250{ padding: 250px;}
    .p-lg-300{ padding: 300px;}

    .pt-lg-0 { padding-top: 0px;}
    .pt-lg-1 { padding-top: 1px;}
    .pt-lg-2 { padding-top: 2px;}
    .pt-lg-3 { padding-top: 3px;}
    .pt-lg-4 { padding-top: 4px;}
    .pt-lg-5 { padding-top: 5px;}
    .pt-lg-6 { padding-top: 6px;}
    .pt-lg-7 { padding-top: 7px;}
    .pt-lg-8 { padding-top: 8px;}
    .pt-lg-9 { padding-top: 9px;}
    .pt-lg-10 { padding-top: 10px;}
    .pt-lg-15 { padding-top: 15px;}
    .pt-lg-20 { padding-top: 20px;}
    .pt-lg-25 { padding-top: 25px;}
    .pt-lg-30 { padding-top: 30px;}
    .pt-lg-35 { padding-top: 35px;}
    .pt-lg-40 { padding-top: 40px;}
    .pt-lg-45 { padding-top: 45px;}
    .pt-lg-50 { padding-top: 50px;}
    .pt-lg-60 { padding-top: 60px;}
    .pt-lg-70 { padding-top: 70px;}
    .pt-lg-80 { padding-top: 80px;}
    .pt-lg-90 { padding-top: 90px;}
    .pt-lg-100 { padding-top: 100px;}
    .pt-lg-110 { padding-top: 110px;}
    .pt-lg-120 { padding-top: 120px;}
    .pt-lg-130 { padding-top: 130px;}
    .pt-lg-140 { padding-top: 140px;}
    .pt-lg-150 { padding-top: 150px;}
    .pt-lg-200 { padding-top: 200px;}
    .pt-lg-250 { padding-top: 250px;}
    .pt-lg-300 { padding-top: 300px;}
    .pr-lg-0 { padding-right: 0px;}
    .pr-lg-1 { padding-right: 1px;}
    .pr-lg-2 { padding-right: 2px;}
    .pr-lg-3 { padding-right: 3px;}
    .pr-lg-4 { padding-right: 4px;}
    .pr-lg-5 { padding-right: 5px;}
    .pr-lg-6 { padding-right: 6px;}
    .pr-lg-7 { padding-right: 7px;}
    .pr-lg-8 { padding-right: 8px;}
    .pr-lg-9 { padding-right: 9px;}
    .pr-lg-10 { padding-right: 10px;}
    .pr-lg-15 { padding-right: 15px;}
    .pr-lg-20 { padding-right: 20px;}
    .pr-lg-25 { padding-right: 25px;}
    .pr-lg-30 { padding-right: 30px;}
    .pr-lg-35 { padding-right: 35px;}
    .pr-lg-40 { padding-right: 40px;}
    .pr-lg-45 { padding-right: 45px;}
    .pr-lg-50 { padding-right: 50px;}
    .pr-lg-60 { padding-right: 60px;}
    .pr-lg-70 { padding-right: 70px;}
    .pr-lg-80 { padding-right: 80px;}
    .pr-lg-90 { padding-right: 90px;}
    .pr-lg-100 { padding-right: 100px;}
    .pr-lg-110 { padding-right: 110px;}
    .pr-lg-120 { padding-right: 120px;}
    .pr-lg-130 { padding-right: 130px;}
    .pr-lg-140 { padding-right: 140px;}
    .pr-lg-150 { padding-right: 150px;}
    .pr-lg-200 { padding-right: 200px;}
    .pr-lg-250 { padding-right: 250px;}
    .pr-lg-300 { padding-right: 300px;}
    .pb-lg-0 { padding-bottom: 0px;}
    .pb-lg-1 { padding-bottom: 1px;}
    .pb-lg-2 { padding-bottom: 2px;}
    .pb-lg-3 { padding-bottom: 3px;}
    .pb-lg-4 { padding-bottom: 4px;}
    .pb-lg-5 { padding-bottom: 5px;}
    .pb-lg-6 { padding-bottom: 6px;}
    .pb-lg-7 { padding-bottom: 7px;}
    .pb-lg-8 { padding-bottom: 8px;}
    .pb-lg-9 { padding-bottom: 9px;}
    .pb-lg-10 { padding-bottom: 10px;}
    .pb-lg-15 { padding-bottom: 15px;}
    .pb-lg-20 { padding-bottom: 20px;}
    .pb-lg-25 { padding-bottom: 25px;}
    .pb-lg-30 { padding-bottom: 30px;}
    .pb-lg-35 { padding-bottom: 35px;}
    .pb-lg-40 { padding-bottom: 40px;}
    .pb-lg-45 { padding-bottom: 45px;}
    .pb-lg-50 { padding-bottom: 50px;}
    .pb-lg-60 { padding-bottom: 60px;}
    .pb-lg-70 { padding-bottom: 70px;}
    .pb-lg-80 { padding-bottom: 80px;}
    .pb-lg-90 { padding-bottom: 90px;}
    .pb-lg-100 { padding-bottom: 100px;}
    .pb-lg-110 { padding-bottom: 110px;}
    .pb-lg-120 { padding-bottom: 120px;}
    .pb-lg-130 { padding-bottom: 130px;}
    .pb-lg-140 { padding-bottom: 140px;}
    .pb-lg-150 { padding-bottom: 150px;}
    .pb-lg-200 { padding-bottom: 200px;}
    .pb-lg-250 { padding-bottom: 250px;}
    .pb-lg-300 { padding-bottom: 300px;}
    .pl-lg-0 { padding-left: 0px;}
    .pl-lg-1 { padding-left: 1px;}
    .pl-lg-2 { padding-left: 2px;}
    .pl-lg-3 { padding-left: 3px;}
    .pl-lg-4 { padding-left: 4px;}
    .pl-lg-5 { padding-left: 5px;}
    .pl-lg-6 { padding-left: 6px;}
    .pl-lg-7 { padding-left: 7px;}
    .pl-lg-8 { padding-left: 8px;}
    .pl-lg-9 { padding-left: 9px;}
    .pl-lg-10 { padding-left: 10px;}
    .pl-lg-15 { padding-left: 15px;}
    .pl-lg-20 { padding-left: 20px;}
    .pl-lg-25 { padding-left: 25px;}
    .pl-lg-30 { padding-left: 30px;}
    .pl-lg-35 { padding-left: 35px;}
    .pl-lg-40 { padding-left: 40px;}
    .pl-lg-45 { padding-left: 45px;}
    .pl-lg-50 { padding-left: 50px;}
    .pl-lg-60 { padding-left: 60px;}
    .pl-lg-70 { padding-left: 70px;}
    .pl-lg-80 { padding-left: 80px;}
    .pl-lg-90 { padding-left: 90px;}
    .pl-lg-100 { padding-left: 100px;}
    .pl-lg-110 { padding-left: 110px;}
    .pl-lg-120 { padding-left: 120px;}
    .pl-lg-130 { padding-left: 130px;}
    .pl-lg-140 { padding-left: 140px;}
    .pl-lg-150 { padding-left: 150px;}
    .pl-lg-200 { padding-left: 200px;}
    .pl-lg-250 { padding-left: 250px;}
    .pl-lg-300 { padding-left: 300px;}
    
    .plr-lg-0 { padding-left: 0px; padding-right: 0px;}
    .plr-lg-1 { padding-left: 1px; padding-right: 1px;}
    .plr-lg-2 { padding-left: 2px; padding-right: 2px;}
    .plr-lg-3 { padding-left: 3px; padding-right: 3px;}
    .plr-lg-4 { padding-left: 4px; padding-right: 4px;}
    .plr-lg-5 { padding-left: 5px; padding-right: 5px;}
    .plr-lg-6 { padding-left: 6px; padding-right: 6px;}
    .plr-lg-7 { padding-left: 7px; padding-right: 7px;}
    .plr-lg-8 { padding-left: 8px; padding-right: 8px;}
    .plr-lg-9 { padding-left: 9px; padding-right: 9px;}
    .plr-lg-10 { padding-left: 10px; padding-right: 10px;}
    .plr-lg-15 { padding-left: 15px; padding-right: 15px;}
    .plr-lg-20 { padding-left: 20px; padding-right: 20px;}
    .plr-lg-25 { padding-left: 25px; padding-right: 25px;}
    .plr-lg-30 { padding-left: 30px; padding-right: 30px;}
    .plr-lg-35 { padding-left: 35px; padding-right: 35px;}
    .plr-lg-40 { padding-left: 40px; padding-right: 40px;}
    .plr-lg-45 { padding-left: 45px; padding-right: 45px;}
    .plr-lg-50 { padding-left: 50px; padding-right: 50px;}
    .plr-lg-60 { padding-left: 60px; padding-right: 60px;}
    .plr-lg-70 { padding-left: 70px; padding-right: 70px;}
    .plr-lg-80 { padding-left: 80px; padding-right: 80px;}
    .plr-lg-90 { padding-left: 90px; padding-right: 90px;}
    .plr-lg-100 { padding-left: 100px; padding-right: 100px;}
    .plr-lg-110 { padding-left: 110px; padding-right: 110px;}
    .plr-lg-120 { padding-left: 120px; padding-right: 120px;}
    .plr-lg-130 { padding-left: 130px; padding-right: 130px;}
    .plr-lg-140 { padding-left: 140px; padding-right: 140px;}
    .plr-lg-150 { padding-left: 150px; padding-right: 150px;}
    .plr-lg-200 { padding-left: 200px; padding-right: 200px;}
    .plr-lg-250 { padding-left: 250px; padding-right: 250px;}
    .plr-lg-300 { padding-left: 300px; padding-right: 300px;}
    
    .ptb-lg-0 { padding-top: 0px; padding-bottom: 0px;}
    .ptb-lg-1 { padding-top: 1px; padding-bottom: 1px;}
    .ptb-lg-2 { padding-top: 2px; padding-bottom: 2px;}
    .ptb-lg-3 { padding-top: 3px; padding-bottom: 3px;}
    .ptb-lg-4 { padding-top: 4px; padding-bottom: 4px;}
    .ptb-lg-5 { padding-top: 5px; padding-bottom: 5px;}
    .ptb-lg-6 { padding-top: 6px; padding-bottom: 6px;}
    .ptb-lg-7 { padding-top: 7px; padding-bottom: 7px;}
    .ptb-lg-8 { padding-top: 8px; padding-bottom: 8px;}
    .ptb-lg-9 { padding-top: 9px; padding-bottom: 9px;}
    .ptb-lg-10 { padding-top: 10px; padding-bottom: 10px;}
    .ptb-lg-15 { padding-top: 15px; padding-bottom: 15px;}
    .ptb-lg-20 { padding-top: 20px; padding-bottom: 20px;}
    .ptb-lg-25 { padding-top: 25px; padding-bottom: 25px;}
    .ptb-lg-30 { padding-top: 30px; padding-bottom: 30px;}
    .ptb-lg-35 { padding-top: 35px; padding-bottom: 35px;}
    .ptb-lg-40 { padding-top: 40px; padding-bottom: 40px;}
    .ptb-lg-45 { padding-top: 45px; padding-bottom: 45px;}
    .ptb-lg-50 { padding-top: 50px; padding-bottom: 50px;}
    .ptb-lg-60 { padding-top: 60px; padding-bottom: 60px;}
    .ptb-lg-70 { padding-top: 70px; padding-bottom: 70px;}
    .ptb-lg-80 { padding-top: 80px; padding-bottom: 80px;}
    .ptb-lg-90 { padding-top: 90px; padding-bottom: 90px;}
    .ptb-lg-100 { padding-top: 100px; padding-bottom: 100px;}
    .ptb-lg-110 { padding-top: 110px; padding-bottom: 110px;}
    .ptb-lg-120 { padding-top: 120px; padding-bottom: 120px;}
    .ptb-lg-130 { padding-top: 130px; padding-bottom: 130px;}
    .ptb-lg-140 { padding-top: 140px; padding-bottom: 140px;}
    .ptb-lg-150 { padding-top: 150px; padding-bottom: 150px;}
    .ptb-lg-200 { padding-top: 200px; padding-bottom: 200px;}
    .ptb-lg-250 { padding-top: 250px; padding-bottom: 250px;}
    .ptb-lg-300 { padding-top: 300px; padding-bottom: 300px;}
    
    .m-lg-0{ padding: 0px;}
    .m-lg-1{ padding: 1px;}
    .m-lg-2{ padding: 2px;}
    .m-lg-3{ padding: 3px;}
    .m-lg-4{ padding: 4px;}
    .m-lg-5{ padding: 5px;}
    .m-lg-6{ padding: 6px;}
    .m-lg-7{ padding: 7px;}
    .m-lg-8{ padding: 8px;}
    .m-lg-9{ padding: 9px;}
    .m-lg-10{ padding: 10px;}
    .m-lg-15{ padding: 15px;}
    .m-lg-20{ padding: 20px;}
    .m-lg-25{ padding: 25px;}
    .m-lg-30{ padding: 30px;}
    .m-lg-35{ padding: 35px;}
    .m-lg-40{ padding: 40px;}
    .m-lg-45{ padding: 45px;}
    .m-lg-50{ padding: 50px;}
    .m-lg-60{ padding: 60px;}
    .m-lg-70{ padding: 70px;}
    .m-lg-80{ padding: 80px;}
    .m-lg-90{ padding: 90px;}
    .m-lg-100{ padding: 100px;}
    .m-lg-110{ padding: 110px;}
    .m-lg-120{ padding: 120px;}
    .m-lg-130{ padding: 130px;}
    .m-lg-140{ padding: 140px;}
    .m-lg-150{ padding: 150px;}
    .m-lg-200{ padding: 200px;}
    .m-lg-250{ padding: 250px;}
    .m-lg-300{ padding: 300px;}

    .m-lg-auto{ margin-left: auto; margin-right: auto}
    
    .mt-lg-0 { margin-top: 0px;}
    .mt-lg-1 { margin-top: 1px;}
    .mt-lg-2 { margin-top: 2px;}
    .mt-lg-3 { margin-top: 3px;}
    .mt-lg-4 { margin-top: 4px;}
    .mt-lg-5 { margin-top: 5px;}
    .mt-lg-6 { margin-top: 6px;}
    .mt-lg-7 { margin-top: 7px;}
    .mt-lg-8 { margin-top: 8px;}
    .mt-lg-9 { margin-top: 9px;}
    .mt-lg-10 { margin-top: 10px;}
    .mt-lg-15 { margin-top: 15px;}
    .mt-lg-20 { margin-top: 20px;}
    .mt-lg-25 { margin-top: 25px;}
    .mt-lg-30 { margin-top: 30px;}
    .mt-lg-35 { margin-top: 35px;}
    .mt-lg-40 { margin-top: 40px;}
    .mt-lg-45 { margin-top: 45px;}
    .mt-lg-50 { margin-top: 50px;}
    .mt-lg-60 { margin-top: 60px;}
    .mt-lg-70 { margin-top: 70px;}
    .mt-lg-80 { margin-top: 80px;}
    .mt-lg-90 { margin-top: 90px;}
    .mt-lg-100 { margin-top: 100px;}
    .mt-lg-110 { margin-top: 110px;}
    .mt-lg-120 { margin-top: 120px;}
    .mt-lg-130 { margin-top: 130px;}
    .mt-lg-140 { margin-top: 140px;}
    .mt-lg-150 { margin-top: 150px;}
    .mt-lg-200 { margin-top: 200px;}
    .mt-lg-250 { margin-top: 250px;}
    .mt-lg-300 { margin-top: 300px;}
    .mr-lg-0 { margin-right: 0px;}
    .mr-lg-1 { margin-right: 1px;}
    .mr-lg-2 { margin-right: 2px;}
    .mr-lg-3 { margin-right: 3px;}
    .mr-lg-4 { margin-right: 4px;}
    .mr-lg-5 { margin-right: 5px;}
    .mr-lg-6 { margin-right: 6px;}
    .mr-lg-7 { margin-right: 7px;}
    .mr-lg-8 { margin-right: 8px;}
    .mr-lg-9 { margin-right: 9px;}
    .mr-lg-10 { margin-right: 10px;}
    .mr-lg-15 { margin-right: 15px;}
    .mr-lg-20 { margin-right: 20px;}
    .mr-lg-25 { margin-right: 25px;}
    .mr-lg-30 { margin-right: 30px;}
    .mr-lg-35 { margin-right: 35px;}
    .mr-lg-40 { margin-right: 40px;}
    .mr-lg-45 { margin-right: 45px;}
    .mr-lg-50 { margin-right: 50px;}
    .mr-lg-60 { margin-right: 60px;}
    .mr-lg-70 { margin-right: 70px;}
    .mr-lg-80 { margin-right: 80px;}
    .mr-lg-90 { margin-right: 90px;}
    .mr-lg-100 { margin-right: 100px;}
    .mr-lg-110 { margin-right: 110px;}
    .mr-lg-120 { margin-right: 120px;}
    .mr-lg-130 { margin-right: 130px;}
    .mr-lg-140 { margin-right: 140px;}
    .mr-lg-150 { margin-right: 150px;}
    .mr-lg-200 { margin-right: 200px;}
    .mr-lg-250 { margin-right: 250px;}
    .mr-lg-300 { margin-right: 300px;}
    .mb-lg-0 { margin-bottom: 0px;}
    .mb-lg-1 { margin-bottom: 1px;}
    .mb-lg-2 { margin-bottom: 2px;}
    .mb-lg-3 { margin-bottom: 3px;}
    .mb-lg-4 { margin-bottom: 4px;}
    .mb-lg-5 { margin-bottom: 5px;}
    .mb-lg-6 { margin-bottom: 6px;}
    .mb-lg-7 { margin-bottom: 7px;}
    .mb-lg-8 { margin-bottom: 8px;}
    .mb-lg-9 { margin-bottom: 9px;}
    .mb-lg-10 { margin-bottom: 10px;}
    .mb-lg-15 { margin-bottom: 15px;}
    .mb-lg-20 { margin-bottom: 20px;}
    .mb-lg-25 { margin-bottom: 25px;}
    .mb-lg-30 { margin-bottom: 30px;}
    .mb-lg-35 { margin-bottom: 35px;}
    .mb-lg-40 { margin-bottom: 40px;}
    .mb-lg-45 { margin-bottom: 45px;}
    .mb-lg-50 { margin-bottom: 50px;}
    .mb-lg-60 { margin-bottom: 60px;}
    .mb-lg-70 { margin-bottom: 70px;}
    .mb-lg-80 { margin-bottom: 80px;}
    .mb-lg-90 { margin-bottom: 90px;}
    .mb-lg-100 { margin-bottom: 100px;}
    .mb-lg-110 { margin-bottom: 110px;}
    .mb-lg-120 { margin-bottom: 120px;}
    .mb-lg-130 { margin-bottom: 130px;}
    .mb-lg-140 { margin-bottom: 140px;}
    .mb-lg-150 { margin-bottom: 150px;}
    .mb-lg-200 { margin-bottom: 200px;}
    .mb-lg-250 { margin-bottom: 250px;}
    .mb-lg-300 { margin-bottom: 300px;}
    .ml-lg-0 { margin-left: 0px;}
    .ml-lg-1 { margin-left: 1px;}
    .ml-lg-2 { margin-left: 2px;}
    .ml-lg-3 { margin-left: 3px;}
    .ml-lg-4 { margin-left: 4px;}
    .ml-lg-5 { margin-left: 5px;}
    .ml-lg-6 { margin-left: 6px;}
    .ml-lg-7 { margin-left: 7px;}
    .ml-lg-8 { margin-left: 8px;}
    .ml-lg-9 { margin-left: 9px;}
    .ml-lg-10 { margin-left: 10px;}
    .ml-lg-15 { margin-left: 15px;}
    .ml-lg-20 { margin-left: 20px;}
    .ml-lg-25 { margin-left: 25px;}
    .ml-lg-30 { margin-left: 30px;}
    .ml-lg-35 { margin-left: 35px;}
    .ml-lg-40 { margin-left: 40px;}
    .ml-lg-45 { margin-left: 45px;}
    .ml-lg-50 { margin-left: 50px;}
    .ml-lg-60 { margin-left: 60px;}
    .ml-lg-70 { margin-left: 70px;}
    .ml-lg-80 { margin-left: 80px;}
    .ml-lg-90 { margin-left: 90px;}
    .ml-lg-100 { margin-left: 100px;}
    .ml-lg-110 { margin-left: 110px;}
    .ml-lg-120 { margin-left: 120px;}
    .ml-lg-130 { margin-left: 130px;}
    .ml-lg-140 { margin-left: 140px;}
    .ml-lg-150 { margin-left: 150px;}
    .ml-lg-200 { margin-left: 200px;}
    .ml-lg-250 { margin-left: 250px;}
    .ml-lg-300 { margin-left: 300px;}
    
    .mlr-lg-0 { margin-left: 0px; margin-right: 0px;}
    .mlr-lg-1 { margin-left: 1px; margin-right: 1px;}
    .mlr-lg-2 { margin-left: 2px; margin-right: 2px;}
    .mlr-lg-3 { margin-left: 3px; margin-right: 3px;}
    .mlr-lg-4 { margin-left: 4px; margin-right: 4px;}
    .mlr-lg-5 { margin-left: 5px; margin-right: 5px;}
    .mlr-lg-6 { margin-left: 6px; margin-right: 6px;}
    .mlr-lg-7 { margin-left: 7px; margin-right: 7px;}
    .mlr-lg-8 { margin-left: 8px; margin-right: 8px;}
    .mlr-lg-9 { margin-left: 9px; margin-right: 9px;}
    .mlr-lg-10 { margin-left: 10px; margin-right: 10px;}
    .mlr-lg-15 { margin-left: 15px; margin-right: 15px;}
    .mlr-lg-20 { margin-left: 20px; margin-right: 20px;}
    .mlr-lg-25 { margin-left: 25px; margin-right: 25px;}
    .mlr-lg-30 { margin-left: 30px; margin-right: 30px;}
    .mlr-lg-35 { margin-left: 35px; margin-right: 35px;}
    .mlr-lg-40 { margin-left: 40px; margin-right: 40px;}
    .mlr-lg-45 { margin-left: 45px; margin-right: 45px;}
    .mlr-lg-50 { margin-left: 50px; margin-right: 50px;}
    .mlr-lg-60 { margin-left: 60px; margin-right: 60px;}
    .mlr-lg-70 { margin-left: 70px; margin-right: 70px;}
    .mlr-lg-80 { margin-left: 80px; margin-right: 80px;}
    .mlr-lg-90 { margin-left: 90px; margin-right: 90px;}
    .mlr-lg-100 { margin-left: 100px; margin-right: 100px;}
    .mlr-lg-110 { margin-left: 110px; margin-right: 110px;}
    .mlr-lg-120 { margin-left: 120px; margin-right: 120px;}
    .mlr-lg-130 { margin-left: 130px; margin-right: 130px;}
    .mlr-lg-140 { margin-left: 140px; margin-right: 140px;}
    .mlr-lg-150 { margin-left: 150px; margin-right: 150px;}
    .mlr-lg-200 { margin-left: 200px; margin-right: 200px;}
    .mlr-lg-250 { margin-left: 250px; margin-right: 250px;}
    .mlr-lg-300 { margin-left: 300px; margin-right: 300px;}

    
    .mtb-lg-0 { margin-top: 0px; margin-bottom: 0px;}
    .mtb-lg-1 { margin-top: 1px; margin-bottom: 1px;}
    .mtb-lg-2 { margin-top: 2px; margin-bottom: 2px;}
    .mtb-lg-3 { margin-top: 3px; margin-bottom: 3px;}
    .mtb-lg-4 { margin-top: 4px; margin-bottom: 4px;}
    .mtb-lg-5 { margin-top: 5px; margin-bottom: 5px;}
    .mtb-lg-6 { margin-top: 6px; margin-bottom: 6px;}
    .mtb-lg-7 { margin-top: 7px; margin-bottom: 7px;}
    .mtb-lg-8 { margin-top: 8px; margin-bottom: 8px;}
    .mtb-lg-9 { margin-top: 9px; margin-bottom: 9px;}
    .mtb-lg-10 { margin-top: 10px; margin-bottom: 10px;}
    .mtb-lg-15 { margin-top: 15px; margin-bottom: 15px;}
    .mtb-lg-20 { margin-top: 20px; margin-bottom: 20px;}
    .mtb-lg-25 { margin-top: 25px; margin-bottom: 25px;}
    .mtb-lg-30 { margin-top: 30px; margin-bottom: 30px;}
    .mtb-lg-35 { margin-top: 35px; margin-bottom: 35px;}
    .mtb-lg-40 { margin-top: 40px; margin-bottom: 40px;}
    .mtb-lg-45 { margin-top: 45px; margin-bottom: 45px;}
    .mtb-lg-50 { margin-top: 50px; margin-bottom: 50px;}
    .mtb-lg-60 { margin-top: 60px; margin-bottom: 60px;}
    .mtb-lg-70 { margin-top: 70px; margin-bottom: 70px;}
    .mtb-lg-80 { margin-top: 80px; margin-bottom: 80px;}
    .mtb-lg-90 { margin-top: 90px; margin-bottom: 90px;}
    .mtb-lg-100 { margin-top: 100px; margin-bottom: 100px;}
    .mtb-lg-110 { margin-top: 110px; margin-bottom: 110px;}
    .mtb-lg-120 { margin-top: 120px; margin-bottom: 120px;}
    .mtb-lg-130 { margin-top: 130px; margin-bottom: 130px;}
    .mtb-lg-140 { margin-top: 140px; margin-bottom: 140px;}
    .mtb-lg-150 { margin-top: 150px; margin-bottom: 150px;}
    .mtb-lg-200 { margin-top: 200px; margin-bottom: 200px;}
    .mtb-lg-250 { margin-top: 250px; margin-bottom: 250px;}
    .mtb-lg-300 { margin-top: 300px; margin-bottom: 300px;}


        
    .top-lg-0 {top: 0px;}
    .top-lg-5 {top: 1px;}
    .top-lg-10 {top: 10px;}
    .top-lg-15 {top: 15px;}
    .top-lg-20 {top: 20px;}
    .top-lg-25 {top: 25px;}
    .top-lg-30 {top: 30px;}
    .top-lg-35 {top: 35px;}
    .top-lg-40 {top: 40px;}
    .top-lg-45 {top: 45px;}
    .top-lg-50 {top: 50px;}
    .top-lg-60 {top: 60px;}
    .top-lg-70 {top: 70px;}
    .top-lg-80 {top: 80px;}
    .top-lg-90 {top: 90px;}
    .top-lg-100 {top: 100px;}
    .top-lg-110 {top: 110px;}
    .top-lg-120 {top: 120px;}
    .top-lg-130 {top: 130px;}
    .top-lg-140 {top: 140px;}
    .top-lg-150 {top: 150px;}
    .top-lg-160 {top: 160px;}
    .top-lg-170 {top: 170px;}
    .top-lg-180 {top: 180px;}
    .top-lg-190 {top: 190px;}
    .top-lg-200 {top: 200px;}
    .top-lg-250 {top: 250px;}
    .top-lg-300 {top: 300px;}
    .top-lg-350 {top: 350px;}
    .top-lg-400 {top: 400px;}
    .top-lg-500 {top: 500px;}

    .bottom-lg-0 {bottom: 0px;}
    .bottom-lg-5 {bottom: 1px;}
    .bottom-lg-10 {bottom: 10px;}
    .bottom-lg-15 {bottom: 15px;}
    .bottom-lg-20 {bottom: 20px;}
    .bottom-lg-25 {bottom: 25px;}
    .bottom-lg-30 {bottom: 30px;}
    .bottom-lg-35 {bottom: 35px;}
    .bottom-lg-40 {bottom: 40px;}
    .bottom-lg-45 {bottom: 45px;}
    .bottom-lg-50 {bottom: 50px;}
    .bottom-lg-60 {bottom: 60px;}
    .bottom-lg-70 {bottom: 70px;}
    .bottom-lg-80 {bottom: 80px;}
    .bottom-lg-90 {bottom: 90px;}
    .bottom-lg-100 {bottom: 100px;}
    .bottom-lg-110 {bottom: 110px;}
    .bottom-lg-120 {bottom: 120px;}
    .bottom-lg-130 {bottom: 130px;}
    .bottom-lg-140 {bottom: 140px;}
    .bottom-lg-150 {bottom: 150px;}
    .bottom-lg-160 {bottom: 160px;}
    .bottom-lg-170 {bottom: 170px;}
    .bottom-lg-180 {bottom: 180px;}
    .bottom-lg-190 {bottom: 190px;}
    .bottom-lg-200 {bottom: 200px;}
    .bottom-lg-250 {bottom: 250px;}
    .bottom-lg-300 {bottom: 300px;}
    .bottom-lg-350 {bottom: 350px;}
    .bottom-lg-400 {bottom: 400px;}
    .bottom-lg-500 {bottom: 500px;}

    .left-lg-0 {left: 0px;}
    .left-lg-5 {left: 1px;}
    .left-lg-10 {left: 10px;}
    .left-lg-15 {left: 15px;}
    .left-lg-20 {left: 20px;}
    .left-lg-25 {left: 25px;}
    .left-lg-30 {left: 30px;}
    .left-lg-35 {left: 35px;}
    .left-lg-40 {left: 40px;}
    .left-lg-45 {left: 45px;}
    .left-lg-50 {left: 50px;}
    .left-lg-60 {left: 60px;}
    .left-lg-70 {left: 70px;}
    .left-lg-80 {left: 80px;}
    .left-lg-90 {left: 90px;}
    .left-lg-100 {left: 100px;}
    .left-lg-110 {left: 110px;}
    .left-lg-120 {left: 120px;}
    .left-lg-130 {left: 130px;}
    .left-lg-140 {left: 140px;}
    .left-lg-150 {left: 150px;}
    .left-lg-160 {left: 160px;}
    .left-lg-170 {left: 170px;}
    .left-lg-180 {left: 180px;}
    .left-lg-190 {left: 190px;}
    .left-lg-200 {left: 200px;}
    .left-lg-250 {left: 250px;}
    .left-lg-300 {left: 300px;}
    .left-lg-350 {left: 350px;}
    .left-lg-400 {left: 400px;}
    .left-lg-500 {left: 500px;}

    .right-lg-0 {right: 0px;}
    .right-lg-5 {right: 1px;}
    .right-lg-10 {right: 10px;}
    .right-lg-15 {right: 15px;}
    .right-lg-20 {right: 20px;}
    .right-lg-25 {right: 25px;}
    .right-lg-30 {right: 30px;}
    .right-lg-35 {right: 35px;}
    .right-lg-40 {right: 40px;}
    .right-lg-45 {right: 45px;}
    .right-lg-50 {right: 50px;}
    .right-lg-60 {right: 60px;}
    .right-lg-70 {right: 70px;}
    .right-lg-80 {right: 80px;}
    .right-lg-90 {right: 90px;}
    .right-lg-100 {right: 100px;}
    .right-lg-110 {right: 110px;}
    .right-lg-120 {right: 120px;}
    .right-lg-130 {right: 130px;}
    .right-lg-140 {right: 140px;}
    .right-lg-150 {right: 150px;}
    .right-lg-160 {right: 160px;}
    .right-lg-170 {right: 170px;}
    .right-lg-180 {right: 180px;}
    .right-lg-190 {right: 190px;}
    .right-lg-200 {right: 200px;}
    .right-lg-250 {right: 250px;}
    .right-lg-300 {right: 300px;}
    .right-lg-350 {right: 350px;}
    .right-lg-400 {right: 400px;}
    .right-lg-480 {right: 500px;}

    .lg-text-center{text-align:center !important}
    .lg-text-left{text-align:left !important}
    .lg-text-right{text-align:right !important}
    .font-lg-200{font-weight: 200;}
    .font-lg-300{font-weight: 300;}
    .font-lg-400{font-weight: 400;}
    .font-lg-500{font-weight: 500;}
    .font-lg-600{font-weight: 600;}
    .font-lg-700{font-weight: 700;}
    .font-lg-800{font-weight: 800;}
    .font-lg-bold{font-weight: bold;}

    .font-lg-8{font-size: 8px;}
    .font-lg-9{font-size: 9px;}
    .font-lg-12{font-size: 12px;}
    .font-lg-13{font-size: 13px;}
    .font-lg-14{font-size: 14px;}
    .font-lg-15{font-size: 15px;}
    .font-lg-16{font-size: 16px;}
    .font-lg-17{font-size: 17px;}
    .font-lg-18{font-size: 18px;}
    .font-lg-19{font-size: 19px;}
    .font-lg-20{font-size: 20px;}
    .font-lg-21{font-size: 21px;}
    .font-lg-22{font-size: 22px;}
    .font-lg-23{font-size: 23px;}
    .font-lg-24{font-size: 24px;}
    .font-lg-25{font-size: 25px;}
    .font-lg-26{font-size: 26px;}
    .font-lg-28{font-size: 27px;}
    .font-lg-28{font-size: 28px;}
    .font-lg-28{font-size: 29px;}
    .font-lg-30{font-size: 30px;}
    .font-lg-32{font-size: 32px;}
    .font-lg-34{font-size: 34px;}
    .font-lg-36{font-size: 36px;}
    .font-lg-38{font-size: 38px;}
    .font-lg-40{font-size: 40px;}
    .font-lg-42{font-size: 42px;}
    .font-lg-44{font-size: 44px;}
    .font-lg-46{font-size: 46px;}
    .font-lg-48{font-size: 48px;}
    .font-lg-50{font-size: 50px;}
    .font-lg-52{font-size: 52px;}
    .font-lg-54{font-size: 54px;}
    .font-lg-56{font-size: 56px;}
    .font-lg-58{font-size: 58px;}
    .font-lg-60{font-size: 60px;}
    .font-lg-62{font-size: 62px;}
    .font-lg-64{font-size: 64px;}
    .font-lg-66{font-size: 66px;}
    .font-lg-68{font-size: 68px;}
    .font-lg-70{font-size: 70px;}
    .font-lg-72{font-size: 72px;}
    .font-lg-74{font-size: 74px;}
    .font-lg-76{font-size: 76px;}
    .font-lg-78{font-size: 78px;}
    .font-lg-80{font-size: 80px;}
    
    
    .lineheight-lg-10 { line-height: 1em;}
    .lineheight-lg-11 { line-height: 1.1em;}
    .lineheight-lg-12 { line-height: 1.2em;}
    .lineheight-lg-13 { line-height: 1.3em;}
    .lineheight-lg-14 { line-height: 1.4em;}
    .lineheight-lg-15 { line-height: 1.5em;}
    .lineheight-lg-16 { line-height: 1.6em;}
    .lineheight-lg-17 { line-height: 1.7em;}
    .lineheight-lg-18 { line-height: 1.8em;}
    .lineheight-lg-19 { line-height: 1.9em;}
    .lineheight-lg-20 { line-height: 2em;}

    .hidden-lg {display: none !important; height: 0 !important;}
    .show-lg {display: inherit !important; height: inherit !important; }

}

/* Tablet Dikey*/
@media only screen and (max-width: 1024px){
    .col5m,.col10m,.col15m,.col20m,.col25m,.col30m,.col33m,.col35m,.col40m,.col45m,.col50m,.col55m,.col60m,.col65m,.col66m,.col70m,.col75m,.col80m,.col85m,.col90m,.col95m,.col100m{
        display: block;
        float: left;
    }
    .col5m{ width: 5%}
    .col10m{ width: 10%}
    .col15m{ width: 15%}
    .col16m{ width: 16.66%}
    .col20m{ width: 20%}
    .col25m{ width: 25%}
    .col30m{ width: 30%}
    .col33m{ width: 33.333%}
    .col35m{ width: 35%}
    .col40m{ width: 40%}
    .col45m{ width: 45%}
    .col50m{ width: 50%}
    .col55m{ width: 55%}
    .col60m{ width: 60%}
    .col65m{ width: 65%}
    .col66m{ width: 66.666%}
    .col70m{ width: 70%}
    .col75m{ width: 75%}
    .col80m{ width: 80%}
    .col85m{ width: 85%}
    .col90m{ width: 90%}
    .col95m{ width: 95%}
    .col100m{ width: 100%}
    
    
    .col0m-o{ margin-left: 0%}
    .col5m-o{ margin-left: 5%}
    .col10m-o{ margin-left: 10%}
    .col15m-o{ margin-left: 15%}
    .col16m-o{ margin-left: 16.66%}
    .col20m-o{ margin-left: 20%}
    .col25m-o{ margin-left: 25%}
    .col30m-o{ margin-left: 30%}
    .col33m-o{ margin-left: 33.333%}
    .col35m-o{ margin-left: 35%}
    .col40m-o{ margin-left: 40%}
    .col45m-o{ margin-left: 45%}
    .col50m-o{ margin-left: 50%}
    .col55m-o{ margin-left: 55%}
    .col60m-o{ margin-left: 60%}
    .col65m-o{ margin-left: 65%}
    .col66m-o{ margin-left: 66.666%}
    .col70m-o{ margin-left: 70%}
    .col75m-o{ margin-left: 75%}
    .col80m-o{ margin-left: 80%}
    .col85m-o{ margin-left: 85%}
    .col90m-o{ margin-left: 90%}
    .col95m-o{ margin-left: 95%}
    
    .m-display-ib{ display: inline-block !important;}
    .m-display-b{ display: block !important;}
    .m-display-i{ display: inline !important;}
    .m-display-t{ display: table !important;}
    .m-display-tc{ display: table-cell !important;}
    .m-display-tr{ display: table-row !important;}
    .m-position-relative { position: relative !important;}
    .m-position-absolute { position: absolute !important;}
    .m-position-fixed { position: fixed !important;}
    
    .row-m-0{ margin-right: 0px; margin-left: 0px;}
    .row-m-5{ margin-right: -5px; margin-left: -5px;}
    .row-m-10{ margin-right: -10px; margin-left: -10px;}
    .row-m-15{ margin-right: -15px; margin-left: -15px;}
    .row-m-20{ margin-right: -20px; margin-left: -20px;}
    .row-m-25{ margin-right: -25px; margin-left: -25px;}
    .row-m-30{ margin-right: -30px; margin-left: -30px;}
    .row-m-35{ margin-right: -35px; margin-left: -35px;}
    .row-m-40{ margin-right: -40px; margin-left: -40px;}
    .row-m-45{ margin-right: -45px; margin-left: -45px;}
    .row-m-50{ margin-right: -50px; margin-left: -50px;}
    .row-m-60{ margin-right: -60px; margin-left: -60px;}
    .row-m-70{ margin-right: -70px; margin-left: -70px;}
    .row-m-80{ margin-right: -80px; margin-left: -80px;}
    .row-m-90{ margin-right: -90px; margin-left: -90px;}
    .row-m-100{ margin-right: -100px; margin-left: -100px;}
    
    .row-m-0:after,
    .row-m-5:after,
    .row-m-10:after,
    .row-m-15:after,
    .row-m-20:after,
    .row-m-25:after,
    .row-m-30:after,
    .row-m-35:after,
    .row-m-40:after,
    .row-m-45:after,
    .row-m-50:after,
    .row-m-60:after,
    .row-m-70:after,
    .row-m-80:after,
    .row-m-90:after,
    .row-m-100:after {
        content: '';
        display: block;
        clear: both;
    }

    
    
    .row-item-1 > *{ clear: none;}
    .row-item-2 > *:nth-child(2n + 1){ clear: none;}
    .row-item-3 > *:nth-child(3n + 1){ clear: none;}
    .row-item-4 > *:nth-child(4n + 1){ clear: none;}
    .row-item-5 > *:nth-child(5n + 1){ clear: none;}
    .row-item-6 > *:nth-child(6n + 1){ clear: none;}
    .row-item-7 > *:nth-child(7n + 1){ clear: none;}
    .row-item-8 > *:nth-child(8n + 1){ clear: none;}
    .row-item-9 > *:nth-child(9n + 1){ clear: none;}
    .row-item-10 > *:nth-child(10n + 1){ clear: none;}
    .row-item-11 > *:nth-child(11n + 1){ clear: none;}
    .row-item-12 > *:nth-child(12n + 1){ clear: none;}
    
    .row-item-lg-1 > *{ clear: none;}
    .row-item-lg-2 > *:nth-child(2n + 1){ clear: none;}
    .row-item-lg-3 > *:nth-child(3n + 1){ clear: none;}
    .row-item-lg-4 > *:nth-child(4n + 1){ clear: none;}
    .row-item-lg-5 > *:nth-child(5n + 1){ clear: none;}
    .row-item-lg-6 > *:nth-child(6n + 1){ clear: none;}
    .row-item-lg-7 > *:nth-child(7n + 1){ clear: none;}
    .row-item-lg-8 > *:nth-child(8n + 1){ clear: none;}
    .row-item-lg-9 > *:nth-child(9n + 1){ clear: none;}
    .row-item-lg-10 > *:nth-child(10n + 1){ clear: none;}
    .row-item-lg-11 > *:nth-child(11n + 1){ clear: none;}
    .row-item-lg-12 > *:nth-child(12n + 1){ clear: none;}
    
    .row-item-m-1 > *{ clear: both;}
    .row-item-m-2 > *:nth-child(2n +1 ){ clear: both;}
    .row-item-m-3 > *:nth-child(3n +1 ){ clear: both;}
    .row-item-m-4 > *:nth-child(4n +1 ){ clear: both;}
    .row-item-m-5 > *:nth-child(5n +1 ){ clear: both;}
    .row-item-m-6 > *:nth-child(6n +1 ){ clear: both;}
    .row-item-m-7 > *:nth-child(7n +1 ){ clear: both;}
    .row-item-m-8 > *:nth-child(8n +1 ){ clear: both;}
    .row-item-m-9 > *:nth-child(9n +1 ){ clear: both;}
    .row-item-m-10 > *:nth-child(10n + 1){ clear: both;}
    .row-item-m-11 > *:nth-child(11n + 1){ clear: both;}
    .row-item-m-12 > *:nth-child(12n + 1){ clear: both;}

    .p-m-0{ padding: 0px;}
    .p-m-1{ padding: 1px;}
    .p-m-2{ padding: 2px;}
    .p-m-3{ padding: 3px;}
    .p-m-4{ padding: 4px;}
    .p-m-5{ padding: 5px;}
    .p-m-6{ padding: 6px;}
    .p-m-7{ padding: 7px;}
    .p-m-8{ padding: 8px;}
    .p-m-9{ padding: 9px;}
    .p-m-10{ padding: 10px;}
    .p-m-15{ padding: 15px;}
    .p-m-20{ padding: 20px;}
    .p-m-25{ padding: 25px;}
    .p-m-30{ padding: 30px;}
    .p-m-35{ padding: 35px;}
    .p-m-40{ padding: 40px;}
    .p-m-45{ padding: 45px;}
    .p-m-50{ padding: 50px;}
    .p-m-60{ padding: 60px;}
    .p-m-70{ padding: 70px;}
    .p-m-80{ padding: 80px;}
    .p-m-90{ padding: 90px;}
    .p-m-100{ padding: 100px;}
    .p-m-110{ padding: 110px;}
    .p-m-120{ padding: 120px;}
    .p-m-130{ padding: 130px;}
    .p-m-140{ padding: 140px;}
    .p-m-150{ padding: 150px;}
    .p-m-200{ padding: 200px;}
    .p-m-250{ padding: 250px;}
    .p-m-300{ padding: 300px;}

    .pt-m-0 { padding-top: 0px;}
    .pt-m-1 { padding-top: 1px;}
    .pt-m-2 { padding-top: 2px;}
    .pt-m-3 { padding-top: 3px;}
    .pt-m-4 { padding-top: 4px;}
    .pt-m-5 { padding-top: 5px;}
    .pt-m-6 { padding-top: 6px;}
    .pt-m-7 { padding-top: 7px;}
    .pt-m-8 { padding-top: 8px;}
    .pt-m-9 { padding-top: 9px;}
    .pt-m-10 { padding-top: 10px;}
    .pt-m-15 { padding-top: 15px;}
    .pt-m-20 { padding-top: 20px;}
    .pt-m-25 { padding-top: 25px;}
    .pt-m-30 { padding-top: 30px;}
    .pt-m-35 { padding-top: 35px;}
    .pt-m-40 { padding-top: 40px;}
    .pt-m-45 { padding-top: 45px;}
    .pt-m-50 { padding-top: 50px;}
    .pt-m-60 { padding-top: 60px;}
    .pt-m-70 { padding-top: 70px;}
    .pt-m-80 { padding-top: 80px;}
    .pt-m-90 { padding-top: 90px;}
    .pt-m-100 { padding-top: 100px;}
    .pt-m-110 { padding-top: 110px;}
    .pt-m-120 { padding-top: 120px;}
    .pt-m-130 { padding-top: 130px;}
    .pt-m-140 { padding-top: 140px;}
    .pt-m-150 { padding-top: 150px;}
    .pt-m-200 { padding-top: 200px;}
    .pt-m-250 { padding-top: 250px;}
    .pt-m-300 { padding-top: 300px;}
    .pr-m-0 { padding-right: 0px;}
    .pr-m-1 { padding-right: 1px;}
    .pr-m-2 { padding-right: 2px;}
    .pr-m-3 { padding-right: 3px;}
    .pr-m-4 { padding-right: 4px;}
    .pr-m-5 { padding-right: 5px;}
    .pr-m-6 { padding-right: 6px;}
    .pr-m-7 { padding-right: 7px;}
    .pr-m-8 { padding-right: 8px;}
    .pr-m-9 { padding-right: 9px;}
    .pr-m-10 { padding-right: 10px;}
    .pr-m-15 { padding-right: 15px;}
    .pr-m-20 { padding-right: 20px;}
    .pr-m-25 { padding-right: 25px;}
    .pr-m-30 { padding-right: 30px;}
    .pr-m-35 { padding-right: 35px;}
    .pr-m-40 { padding-right: 40px;}
    .pr-m-45 { padding-right: 45px;}
    .pr-m-50 { padding-right: 50px;}
    .pr-m-60 { padding-right: 60px;}
    .pr-m-70 { padding-right: 70px;}
    .pr-m-80 { padding-right: 80px;}
    .pr-m-90 { padding-right: 90px;}
    .pr-m-100 { padding-right: 100px;}
    .pr-m-110 { padding-right: 110px;}
    .pr-m-120 { padding-right: 120px;}
    .pr-m-130 { padding-right: 130px;}
    .pr-m-140 { padding-right: 140px;}
    .pr-m-150 { padding-right: 150px;}
    .pr-m-200 { padding-right: 200px;}
    .pr-m-250 { padding-right: 250px;}
    .pr-m-300 { padding-right: 300px;}
    .pb-m-0 { padding-bottom: 0px;}
    .pb-m-1 { padding-bottom: 1px;}
    .pb-m-2 { padding-bottom: 2px;}
    .pb-m-3 { padding-bottom: 3px;}
    .pb-m-4 { padding-bottom: 4px;}
    .pb-m-5 { padding-bottom: 5px;}
    .pb-m-6 { padding-bottom: 6px;}
    .pb-m-7 { padding-bottom: 7px;}
    .pb-m-8 { padding-bottom: 8px;}
    .pb-m-9 { padding-bottom: 9px;}
    .pb-m-10 { padding-bottom: 10px;}
    .pb-m-15 { padding-bottom: 15px;}
    .pb-m-20 { padding-bottom: 20px;}
    .pb-m-25 { padding-bottom: 25px;}
    .pb-m-30 { padding-bottom: 30px;}
    .pb-m-35 { padding-bottom: 35px;}
    .pb-m-40 { padding-bottom: 40px;}
    .pb-m-45 { padding-bottom: 45px;}
    .pb-m-50 { padding-bottom: 50px;}
    .pb-m-60 { padding-bottom: 60px;}
    .pb-m-70 { padding-bottom: 70px;}
    .pb-m-80 { padding-bottom: 80px;}
    .pb-m-90 { padding-bottom: 90px;}
    .pb-m-100 { padding-bottom: 100px;}
    .pb-m-110 { padding-bottom: 110px;}
    .pb-m-120 { padding-bottom: 120px;}
    .pb-m-130 { padding-bottom: 130px;}
    .pb-m-140 { padding-bottom: 140px;}
    .pb-m-150 { padding-bottom: 150px;}
    .pb-m-200 { padding-bottom: 200px;}
    .pb-m-250 { padding-bottom: 250px;}
    .pb-m-300 { padding-bottom: 300px;}
    .pl-m-0 { padding-left: 0px;}
    .pl-m-1 { padding-left: 1px;}
    .pl-m-2 { padding-left: 2px;}
    .pl-m-3 { padding-left: 3px;}
    .pl-m-4 { padding-left: 4px;}
    .pl-m-5 { padding-left: 5px;}
    .pl-m-6 { padding-left: 6px;}
    .pl-m-7 { padding-left: 7px;}
    .pl-m-8 { padding-left: 8px;}
    .pl-m-9 { padding-left: 9px;}
    .pl-m-10 { padding-left: 10px;}
    .pl-m-15 { padding-left: 15px;}
    .pl-m-20 { padding-left: 20px;}
    .pl-m-25 { padding-left: 25px;}
    .pl-m-30 { padding-left: 30px;}
    .pl-m-35 { padding-left: 35px;}
    .pl-m-40 { padding-left: 40px;}
    .pl-m-45 { padding-left: 45px;}
    .pl-m-50 { padding-left: 50px;}
    .pl-m-60 { padding-left: 60px;}
    .pl-m-70 { padding-left: 70px;}
    .pl-m-80 { padding-left: 80px;}
    .pl-m-90 { padding-left: 90px;}
    .pl-m-100 { padding-left: 100px;}
    .pl-m-110 { padding-left: 110px;}
    .pl-m-120 { padding-left: 120px;}
    .pl-m-130 { padding-left: 130px;}
    .pl-m-140 { padding-left: 140px;}
    .pl-m-150 { padding-left: 150px;}
    .pl-m-200 { padding-left: 200px;}
    .pl-m-250 { padding-left: 250px;}
    .pl-m-300 { padding-left: 300px;}
    
    .plr-m-0 { padding-left: 0px; padding-right: 0px;}
    .plr-m-1 { padding-left: 1px; padding-right: 1px;}
    .plr-m-2 { padding-left: 2px; padding-right: 2px;}
    .plr-m-3 { padding-left: 3px; padding-right: 3px;}
    .plr-m-4 { padding-left: 4px; padding-right: 4px;}
    .plr-m-5 { padding-left: 5px; padding-right: 5px;}
    .plr-m-6 { padding-left: 6px; padding-right: 6px;}
    .plr-m-7 { padding-left: 7px; padding-right: 7px;}
    .plr-m-8 { padding-left: 8px; padding-right: 8px;}
    .plr-m-9 { padding-left: 9px; padding-right: 9px;}
    .plr-m-10 { padding-left: 10px; padding-right: 10px;}
    .plr-m-15 { padding-left: 15px; padding-right: 15px;}
    .plr-m-20 { padding-left: 20px; padding-right: 20px;}
    .plr-m-25 { padding-left: 25px; padding-right: 25px;}
    .plr-m-30 { padding-left: 30px; padding-right: 30px;}
    .plr-m-35 { padding-left: 35px; padding-right: 35px;}
    .plr-m-40 { padding-left: 40px; padding-right: 40px;}
    .plr-m-45 { padding-left: 45px; padding-right: 45px;}
    .plr-m-50 { padding-left: 50px; padding-right: 50px;}
    .plr-m-60 { padding-left: 60px; padding-right: 60px;}
    .plr-m-70 { padding-left: 70px; padding-right: 70px;}
    .plr-m-80 { padding-left: 80px; padding-right: 80px;}
    .plr-m-90 { padding-left: 90px; padding-right: 90px;}
    .plr-m-100 { padding-left: 100px; padding-right: 100px;}
    .plr-m-110 { padding-left: 110px; padding-right: 110px;}
    .plr-m-120 { padding-left: 120px; padding-right: 120px;}
    .plr-m-130 { padding-left: 130px; padding-right: 130px;}
    .plr-m-140 { padding-left: 140px; padding-right: 140px;}
    .plr-m-150 { padding-left: 150px; padding-right: 150px;}
    .plr-m-200 { padding-left: 200px; padding-right: 200px;}
    .plr-m-250 { padding-left: 250px; padding-right: 250px;}
    .plr-m-300 { padding-left: 300px; padding-right: 300px;}
    
    .ptb-m-0 { padding-top: 0px; padding-bottom: 0px;}
    .ptb-m-1 { padding-top: 1px; padding-bottom: 1px;}
    .ptb-m-2 { padding-top: 2px; padding-bottom: 2px;}
    .ptb-m-3 { padding-top: 3px; padding-bottom: 3px;}
    .ptb-m-4 { padding-top: 4px; padding-bottom: 4px;}
    .ptb-m-5 { padding-top: 5px; padding-bottom: 5px;}
    .ptb-m-6 { padding-top: 6px; padding-bottom: 6px;}
    .ptb-m-7 { padding-top: 7px; padding-bottom: 7px;}
    .ptb-m-8 { padding-top: 8px; padding-bottom: 8px;}
    .ptb-m-9 { padding-top: 9px; padding-bottom: 9px;}
    .ptb-m-10 { padding-top: 10px; padding-bottom: 10px;}
    .ptb-m-15 { padding-top: 15px; padding-bottom: 15px;}
    .ptb-m-20 { padding-top: 20px; padding-bottom: 20px;}
    .ptb-m-25 { padding-top: 25px; padding-bottom: 25px;}
    .ptb-m-30 { padding-top: 30px; padding-bottom: 30px;}
    .ptb-m-35 { padding-top: 35px; padding-bottom: 35px;}
    .ptb-m-40 { padding-top: 40px; padding-bottom: 40px;}
    .ptb-m-45 { padding-top: 45px; padding-bottom: 45px;}
    .ptb-m-50 { padding-top: 50px; padding-bottom: 50px;}
    .ptb-m-60 { padding-top: 60px; padding-bottom: 60px;}
    .ptb-m-70 { padding-top: 70px; padding-bottom: 70px;}
    .ptb-m-80 { padding-top: 80px; padding-bottom: 80px;}
    .ptb-m-90 { padding-top: 90px; padding-bottom: 90px;}
    .ptb-m-100 { padding-top: 100px; padding-bottom: 100px;}
    .ptb-m-110 { padding-top: 110px; padding-bottom: 110px;}
    .ptb-m-120 { padding-top: 120px; padding-bottom: 120px;}
    .ptb-m-130 { padding-top: 130px; padding-bottom: 130px;}
    .ptb-m-140 { padding-top: 140px; padding-bottom: 140px;}
    .ptb-m-150 { padding-top: 150px; padding-bottom: 150px;}
    .ptb-m-200 { padding-top: 200px; padding-bottom: 200px;}
    .ptb-m-250 { padding-top: 250px; padding-bottom: 250px;}
    .ptb-m-300 { padding-top: 300px; padding-bottom: 300px;}

    
    .m-m-0{ padding: 0px;}
    .m-m-1{ padding: 1px;}
    .m-m-2{ padding: 2px;}
    .m-m-3{ padding: 3px;}
    .m-m-4{ padding: 4px;}
    .m-m-5{ padding: 5px;}
    .m-m-6{ padding: 6px;}
    .m-m-7{ padding: 7px;}
    .m-m-8{ padding: 8px;}
    .m-m-9{ padding: 9px;}
    .m-m-10{ padding: 10px;}
    .m-m-15{ padding: 15px;}
    .m-m-20{ padding: 20px;}
    .m-m-25{ padding: 25px;}
    .m-m-30{ padding: 30px;}
    .m-m-35{ padding: 35px;}
    .m-m-40{ padding: 40px;}
    .m-m-45{ padding: 45px;}
    .m-m-50{ padding: 50px;}
    .m-m-60{ padding: 60px;}
    .m-m-70{ padding: 70px;}
    .m-m-80{ padding: 80px;}
    .m-m-90{ padding: 90px;}
    .m-m-100{ padding: 100px;}
    .m-m-110{ padding: 110px;}
    .m-m-120{ padding: 120px;}
    .m-m-130{ padding: 130px;}
    .m-m-140{ padding: 140px;}
    .m-m-150{ padding: 150px;}
    .m-m-200{ padding: 200px;}
    .m-m-250{ padding: 250px;}
    .m-m-300{ padding: 300px;}

    .m-m-auto{ margin-left: auto; margin-right: auto}
    
    .mt-m-0 { margin-top: 0px;}
    .mt-m-1 { margin-top: 1px;}
    .mt-m-2 { margin-top: 2px;}
    .mt-m-3 { margin-top: 3px;}
    .mt-m-4 { margin-top: 4px;}
    .mt-m-5 { margin-top: 5px;}
    .mt-m-6 { margin-top: 6px;}
    .mt-m-7 { margin-top: 7px;}
    .mt-m-8 { margin-top: 8px;}
    .mt-m-9 { margin-top: 9px;}
    .mt-m-10 { margin-top: 10px;}
    .mt-m-15 { margin-top: 15px;}
    .mt-m-20 { margin-top: 20px;}
    .mt-m-25 { margin-top: 25px;}
    .mt-m-30 { margin-top: 30px;}
    .mt-m-35 { margin-top: 35px;}
    .mt-m-40 { margin-top: 40px;}
    .mt-m-45 { margin-top: 45px;}
    .mt-m-50 { margin-top: 50px;}
    .mt-m-60 { margin-top: 60px;}
    .mt-m-70 { margin-top: 70px;}
    .mt-m-80 { margin-top: 80px;}
    .mt-m-90 { margin-top: 90px;}
    .mt-m-100 { margin-top: 100px;}
    .mt-m-110 { margin-top: 110px;}
    .mt-m-120 { margin-top: 120px;}
    .mt-m-130 { margin-top: 130px;}
    .mt-m-140 { margin-top: 140px;}
    .mt-m-150 { margin-top: 150px;}
    .mt-m-200 { margin-top: 200px;}
    .mt-m-250 { margin-top: 250px;}
    .mt-m-300 { margin-top: 300px;}
    .mr-m-0 { margin-right: 0px;}
    .mr-m-1 { margin-right: 1px;}
    .mr-m-2 { margin-right: 2px;}
    .mr-m-3 { margin-right: 3px;}
    .mr-m-4 { margin-right: 4px;}
    .mr-m-5 { margin-right: 5px;}
    .mr-m-6 { margin-right: 6px;}
    .mr-m-7 { margin-right: 7px;}
    .mr-m-8 { margin-right: 8px;}
    .mr-m-9 { margin-right: 9px;}
    .mr-m-10 { margin-right: 10px;}
    .mr-m-15 { margin-right: 15px;}
    .mr-m-20 { margin-right: 20px;}
    .mr-m-25 { margin-right: 25px;}
    .mr-m-30 { margin-right: 30px;}
    .mr-m-35 { margin-right: 35px;}
    .mr-m-40 { margin-right: 40px;}
    .mr-m-45 { margin-right: 45px;}
    .mr-m-50 { margin-right: 50px;}
    .mr-m-60 { margin-right: 60px;}
    .mr-m-70 { margin-right: 70px;}
    .mr-m-80 { margin-right: 80px;}
    .mr-m-90 { margin-right: 90px;}
    .mr-m-100 { margin-right: 100px;}
    .mr-m-110 { margin-right: 110px;}
    .mr-m-120 { margin-right: 120px;}
    .mr-m-130 { margin-right: 130px;}
    .mr-m-140 { margin-right: 140px;}
    .mr-m-150 { margin-right: 150px;}
    .mr-m-200 { margin-right: 200px;}
    .mr-m-250 { margin-right: 250px;}
    .mr-m-300 { margin-right: 300px;}
    .mb-m-0 { margin-bottom: 0px;}
    .mb-m-1 { margin-bottom: 1px;}
    .mb-m-2 { margin-bottom: 2px;}
    .mb-m-3 { margin-bottom: 3px;}
    .mb-m-4 { margin-bottom: 4px;}
    .mb-m-5 { margin-bottom: 5px;}
    .mb-m-6 { margin-bottom: 6px;}
    .mb-m-7 { margin-bottom: 7px;}
    .mb-m-8 { margin-bottom: 8px;}
    .mb-m-9 { margin-bottom: 9px;}
    .mb-m-10 { margin-bottom: 10px;}
    .mb-m-15 { margin-bottom: 15px;}
    .mb-m-20 { margin-bottom: 20px;}
    .mb-m-25 { margin-bottom: 25px;}
    .mb-m-30 { margin-bottom: 30px;}
    .mb-m-35 { margin-bottom: 35px;}
    .mb-m-40 { margin-bottom: 40px;}
    .mb-m-45 { margin-bottom: 45px;}
    .mb-m-50 { margin-bottom: 50px;}
    .mb-m-60 { margin-bottom: 60px;}
    .mb-m-70 { margin-bottom: 70px;}
    .mb-m-80 { margin-bottom: 80px;}
    .mb-m-90 { margin-bottom: 90px;}
    .mb-m-100 { margin-bottom: 100px;}
    .mb-m-110 { margin-bottom: 110px;}
    .mb-m-120 { margin-bottom: 120px;}
    .mb-m-130 { margin-bottom: 130px;}
    .mb-m-140 { margin-bottom: 140px;}
    .mb-m-150 { margin-bottom: 150px;}
    .mb-m-200 { margin-bottom: 200px;}
    .mb-m-250 { margin-bottom: 250px;}
    .mb-m-300 { margin-bottom: 300px;}
    .ml-m-0 { margin-left: 0px;}
    .ml-m-1 { margin-left: 1px;}
    .ml-m-2 { margin-left: 2px;}
    .ml-m-3 { margin-left: 3px;}
    .ml-m-4 { margin-left: 4px;}
    .ml-m-5 { margin-left: 5px;}
    .ml-m-6 { margin-left: 6px;}
    .ml-m-7 { margin-left: 7px;}
    .ml-m-8 { margin-left: 8px;}
    .ml-m-9 { margin-left: 9px;}
    .ml-m-10 { margin-left: 10px;}
    .ml-m-15 { margin-left: 15px;}
    .ml-m-20 { margin-left: 20px;}
    .ml-m-25 { margin-left: 25px;}
    .ml-m-30 { margin-left: 30px;}
    .ml-m-35 { margin-left: 35px;}
    .ml-m-40 { margin-left: 40px;}
    .ml-m-45 { margin-left: 45px;}
    .ml-m-50 { margin-left: 50px;}
    .ml-m-60 { margin-left: 60px;}
    .ml-m-70 { margin-left: 70px;}
    .ml-m-80 { margin-left: 80px;}
    .ml-m-90 { margin-left: 90px;}
    .ml-m-100 { margin-left: 100px;}
    .ml-m-110 { margin-left: 110px;}
    .ml-m-120 { margin-left: 120px;}
    .ml-m-130 { margin-left: 130px;}
    .ml-m-140 { margin-left: 140px;}
    .ml-m-150 { margin-left: 150px;}
    .ml-m-200 { margin-left: 200px;}
    .ml-m-250 { margin-left: 250px;}
    .ml-m-300 { margin-left: 300px;}

    
    .mlr-m-0 { margin-left: 0px; margin-right: 0px;}
    .mlr-m-1 { margin-left: 1px; margin-right: 1px;}
    .mlr-m-2 { margin-left: 2px; margin-right: 2px;}
    .mlr-m-3 { margin-left: 3px; margin-right: 3px;}
    .mlr-m-4 { margin-left: 4px; margin-right: 4px;}
    .mlr-m-5 { margin-left: 5px; margin-right: 5px;}
    .mlr-m-6 { margin-left: 6px; margin-right: 6px;}
    .mlr-m-7 { margin-left: 7px; margin-right: 7px;}
    .mlr-m-8 { margin-left: 8px; margin-right: 8px;}
    .mlr-m-9 { margin-left: 9px; margin-right: 9px;}
    .mlr-m-10 { margin-left: 10px; margin-right: 10px;}
    .mlr-m-15 { margin-left: 15px; margin-right: 15px;}
    .mlr-m-20 { margin-left: 20px; margin-right: 20px;}
    .mlr-m-25 { margin-left: 25px; margin-right: 25px;}
    .mlr-m-30 { margin-left: 30px; margin-right: 30px;}
    .mlr-m-35 { margin-left: 35px; margin-right: 35px;}
    .mlr-m-40 { margin-left: 40px; margin-right: 40px;}
    .mlr-m-45 { margin-left: 45px; margin-right: 45px;}
    .mlr-m-50 { margin-left: 50px; margin-right: 50px;}
    .mlr-m-60 { margin-left: 60px; margin-right: 60px;}
    .mlr-m-70 { margin-left: 70px; margin-right: 70px;}
    .mlr-m-80 { margin-left: 80px; margin-right: 80px;}
    .mlr-m-90 { margin-left: 90px; margin-right: 90px;}
    .mlr-m-100 { margin-left: 100px; margin-right: 100px;}
    .mlr-m-110 { margin-left: 110px; margin-right: 110px;}
    .mlr-m-120 { margin-left: 120px; margin-right: 120px;}
    .mlr-m-130 { margin-left: 130px; margin-right: 130px;}
    .mlr-m-140 { margin-left: 140px; margin-right: 140px;}
    .mlr-m-150 { margin-left: 150px; margin-right: 150px;}
    .mlr-m-200 { margin-left: 200px; margin-right: 200px;}
    .mlr-m-250 { margin-left: 250px; margin-right: 250px;}
    .mlr-m-300 { margin-left: 300px; margin-right: 300px;}
    
    
    .mtb-m-0 { margin-top: 0px; margin-bottom: 0px;}
    .mtb-m-1 { margin-top: 1px; margin-bottom: 1px;}
    .mtb-m-2 { margin-top: 2px; margin-bottom: 2px;}
    .mtb-m-3 { margin-top: 3px; margin-bottom: 3px;}
    .mtb-m-4 { margin-top: 4px; margin-bottom: 4px;}
    .mtb-m-5 { margin-top: 5px; margin-bottom: 5px;}
    .mtb-m-6 { margin-top: 6px; margin-bottom: 6px;}
    .mtb-m-7 { margin-top: 7px; margin-bottom: 7px;}
    .mtb-m-8 { margin-top: 8px; margin-bottom: 8px;}
    .mtb-m-9 { margin-top: 9px; margin-bottom: 9px;}
    .mtb-m-10 { margin-top: 10px; margin-bottom: 10px;}
    .mtb-m-15 { margin-top: 15px; margin-bottom: 15px;}
    .mtb-m-20 { margin-top: 20px; margin-bottom: 20px;}
    .mtb-m-25 { margin-top: 25px; margin-bottom: 25px;}
    .mtb-m-30 { margin-top: 30px; margin-bottom: 30px;}
    .mtb-m-35 { margin-top: 35px; margin-bottom: 35px;}
    .mtb-m-40 { margin-top: 40px; margin-bottom: 40px;}
    .mtb-m-45 { margin-top: 45px; margin-bottom: 45px;}
    .mtb-m-50 { margin-top: 50px; margin-bottom: 50px;}
    .mtb-m-60 { margin-top: 60px; margin-bottom: 60px;}
    .mtb-m-70 { margin-top: 70px; margin-bottom: 70px;}
    .mtb-m-80 { margin-top: 80px; margin-bottom: 80px;}
    .mtb-m-90 { margin-top: 90px; margin-bottom: 90px;}
    .mtb-m-100 { margin-top: 100px; margin-bottom: 100px;}
    .mtb-m-110 { margin-top: 110px; margin-bottom: 110px;}
    .mtb-m-120 { margin-top: 120px; margin-bottom: 120px;}
    .mtb-m-130 { margin-top: 130px; margin-bottom: 130px;}
    .mtb-m-140 { margin-top: 140px; margin-bottom: 140px;}
    .mtb-m-150 { margin-top: 150px; margin-bottom: 150px;}
    .mtb-m-200 { margin-top: 200px; margin-bottom: 200px;}
    .mtb-m-250 { margin-top: 250px; margin-bottom: 250px;}
    .mtb-m-300 { margin-top: 300px; margin-bottom: 300px;}

 
    .top-m-0 {top: 0px;}
    .top-m-5 {top: 5px;}
    .top-m-10 {top: 10px;}
    .top-m-15 {top: 15px;}
    .top-m-20 {top: 20px;}
    .top-m-25 {top: 25px;}
    .top-m-30 {top: 30px;}
    .top-m-35 {top: 35px;}
    .top-m-40 {top: 40px;}
    .top-m-45 {top: 45px;}
    .top-m-50 {top: 50px;}
    .top-m-60 {top: 60px;}
    .top-m-70 {top: 70px;}
    .top-m-80 {top: 80px;}
    .top-m-90 {top: 90px;}
    .top-m-100 {top: 100px;}
    .top-m-110 {top: 110px;}
    .top-m-120 {top: 120px;}
    .top-m-130 {top: 130px;}
    .top-m-140 {top: 140px;}
    .top-m-150 {top: 150px;}
    .top-m-160 {top: 160px;}
    .top-m-170 {top: 170px;}
    .top-m-180 {top: 180px;}
    .top-m-190 {top: 190px;}
    .top-m-200 {top: 200px;}
    .top-m-250 {top: 250px;}
    .top-m-300 {top: 300px;}
    .top-m-350 {top: 350px;}
    .top-m-400 {top: 400px;}
    .top-m-500 {top: 500px;}

    .bottom-m-0 {bottom: 0;}
    .bottom-m-5 {bottom: 5px;}
    .bottom-m-10 {bottom: 10px;}
    .bottom-m-15 {bottom: 15px;}
    .bottom-m-20 {bottom: 20px;}
    .bottom-m-25 {bottom: 25px;}
    .bottom-m-30 {bottom: 30px;}
    .bottom-m-35 {bottom: 35px;}
    .bottom-m-40 {bottom: 40px;}
    .bottom-m-45 {bottom: 45px;}
    .bottom-m-50 {bottom: 50px;}
    .bottom-m-60 {bottom: 60px;}
    .bottom-m-70 {bottom: 70px;}
    .bottom-m-80 {bottom: 80px;}
    .bottom-m-90 {bottom: 90px;}
    .bottom-m-100 {bottom: 100px;}
    .bottom-m-110 {bottom: 110px;}
    .bottom-m-120 {bottom: 120px;}
    .bottom-m-130 {bottom: 130px;}
    .bottom-m-140 {bottom: 140px;}
    .bottom-m-150 {bottom: 150px;}
    .bottom-m-160 {bottom: 160px;}
    .bottom-m-170 {bottom: 170px;}
    .bottom-m-180 {bottom: 180px;}
    .bottom-m-190 {bottom: 190px;}
    .bottom-m-200 {bottom: 200px;}
    .bottom-m-250 {bottom: 250px;}
    .bottom-m-300 {bottom: 300px;}
    .bottom-m-350 {bottom: 350px;}
    .bottom-m-400 {bottom: 400px;}
    .bottom-m-500 {bottom: 500px;}

    .left-m-0 {left: 0px;}
    .left-m-5 {left: 5px;}
    .left-m-10 {left: 10px;}
    .left-m-15 {left: 15px;}
    .left-m-20 {left: 20px;}
    .left-m-25 {left: 25px;}
    .left-m-30 {left: 30px;}
    .left-m-35 {left: 35px;}
    .left-m-40 {left: 40px;}
    .left-m-45 {left: 45px;}
    .left-m-50 {left: 50px;}
    .left-m-60 {left: 60px;}
    .left-m-70 {left: 70px;}
    .left-m-80 {left: 80px;}
    .left-m-90 {left: 90px;}
    .left-m-100 {left: 100px;}
    .left-m-110 {left: 110px;}
    .left-m-120 {left: 120px;}
    .left-m-130 {left: 130px;}
    .left-m-140 {left: 140px;}
    .left-m-150 {left: 150px;}
    .left-m-160 {left: 160px;}
    .left-m-170 {left: 170px;}
    .left-m-180 {left: 180px;}
    .left-m-190 {left: 190px;}
    .left-m-200 {left: 200px;}
    .left-m-250 {left: 250px;}
    .left-m-300 {left: 300px;}
    .left-m-350 {left: 350px;}
    .left-m-400 {left: 400px;}
    .left-m-500 {left: 500px;}

    .right-m-0 {right: 0px;}
    .right-m-5 {right: 1px;}
    .right-m-10 {right: 10px;}
    .right-m-15 {right: 15px;}
    .right-m-20 {right: 20px;}
    .right-m-25 {right: 25px;}
    .right-m-30 {right: 30px;}
    .right-m-35 {right: 35px;}
    .right-m-40 {right: 40px;}
    .right-m-45 {right: 45px;}
    .right-m-50 {right: 50px;}
    .right-m-60 {right: 60px;}
    .right-m-70 {right: 70px;}
    .right-m-80 {right: 80px;}
    .right-m-90 {right: 90px;}
    .right-m-100 {right: 100px;}
    .right-m-110 {right: 110px;}
    .right-m-120 {right: 120px;}
    .right-m-130 {right: 130px;}
    .right-m-140 {right: 140px;}
    .right-m-150 {right: 150px;}
    .right-m-160 {right: 160px;}
    .right-m-170 {right: 170px;}
    .right-m-180 {right: 180px;}
    .right-m-190 {right: 190px;}
    .right-m-200 {right: 200px;}
    .right-m-250 {right: 250px;}
    .right-m-300 {right: 300px;}
    .right-m-350 {right: 350px;}
    .right-m-400 {right: 400px;}
    .right-m-480 {right: 500px;}

    .m-text-center{text-align:center !important}
    .m-text-left{text-align:left !important}
    .m-text-right{text-align:right !important}
    .font-m-200{font-weight: 200;}
    .font-m-300{font-weight: 300;}
    .font-m-400{font-weight: 400;}
    .font-m-500{font-weight: 500;}
    .font-m-600{font-weight: 600;}
    .font-m-700{font-weight: 700;}
    .font-m-800{font-weight: 800;}
    .font-m-bold{font-weight: bold;}
          
    .font-m-8{font-size: 8px;}
    .font-m-9{font-size: 9px;}
    .font-m-12{font-size: 12px;}
    .font-m-13{font-size: 13px;}
    .font-m-14{font-size: 14px;}
    .font-m-15{font-size: 15px;}
    .font-m-16{font-size: 16px;}
    .font-m-17{font-size: 17px;}
    .font-m-18{font-size: 18px;}
    .font-m-19{font-size: 19px;}
    .font-m-20{font-size: 20px;}
    .font-m-21{font-size: 21px;}
    .font-m-22{font-size: 22px;}
    .font-m-23{font-size: 23px;}
    .font-m-24{font-size: 24px;}
    .font-m-25{font-size: 25px;}
    .font-m-26{font-size: 26px;}
    .font-m-28{font-size: 27px;}
    .font-m-28{font-size: 28px;}
    .font-m-28{font-size: 29px;}
    .font-m-30{font-size: 30px;}
    .font-m-32{font-size: 32px;}
    .font-m-34{font-size: 34px;}
    .font-m-36{font-size: 36px;}
    .font-m-38{font-size: 38px;}
    .font-m-40{font-size: 40px;}
    .font-m-42{font-size: 42px;}
    .font-m-44{font-size: 44px;}
    .font-m-46{font-size: 46px;}
    .font-m-48{font-size: 48px;}
    .font-m-50{font-size: 50px;}
    .font-m-52{font-size: 52px;}
    .font-m-54{font-size: 54px;}
    .font-m-56{font-size: 56px;}
    .font-m-58{font-size: 58px;}
    .font-m-60{font-size: 60px;}
    .font-m-62{font-size: 62px;}
    .font-m-64{font-size: 64px;}
    .font-m-66{font-size: 66px;}
    .font-m-68{font-size: 68px;}
    .font-m-70{font-size: 70px;}
    .font-m-72{font-size: 72px;}
    .font-m-74{font-size: 74px;}
    .font-m-76{font-size: 76px;}
    .font-m-78{font-size: 78px;}
    .font-m-80{font-size: 80px;}

    
    
    .lineheight-m-10 { line-height: 1em;}
    .lineheight-m-11 { line-height: 1.1em;}
    .lineheight-m-12 { line-height: 1.2em;}
    .lineheight-m-13 { line-height: 1.3em;}
    .lineheight-m-14 { line-height: 1.4em;}
    .lineheight-m-15 { line-height: 1.5em;}
    .lineheight-m-16 { line-height: 1.6em;}
    .lineheight-m-17 { line-height: 1.7em;}
    .lineheight-m-18 { line-height: 1.8em;}
    .lineheight-m-19 { line-height: 1.9em;}
    .lineheight-m-20 { line-height: 2em;}

    .hidden-m {display: none !important; height: 0 !important;}
    .show-m {display: inherit !important; height: inherit !important; }

}

/* Mini Tablet Dikey */
@media only screen and (max-width: 991px){
    .col5xm,.col10xm,.col15xm,.col20xm,.col25xm,.col30xm,.col33xm,.col35xm,.col40xm,.col45xm,.col50xm,.col55xm,.col60xm,.col65xm,.col66xm,.col70xm,.col75xm,.col80xm,.col85xm,.col90xm,.col95xm,.col100xm{
        display: block;
        float: left;
    }
    .col5xm{  width: 5%}
    .col10xm{ width: 10%}
    .col15xm{ width: 15%}
    .col16xm{ width: 16.66%}
    .col20xm{ width: 20%}
    .col25xm{ width: 25%}
    .col30xm{ width: 30%}
    .col33xm{ width: 33.333%}
    .col35xm{ width: 35%}
    .col40xm{ width: 40%}
    .col45xm{ width: 45%}
    .col50xm{ width: 50%}
    .col55xm{ width: 55%}
    .col60xm{ width: 60%}
    .col65xm{ width: 65%}
    .col66xm{ width: 66.666%}
    .col70xm{ width: 70%}
    .col75xm{ width: 75%}
    .col80xm{ width: 80%}
    .col85xm{ width: 85%}
    .col90xm{ width: 90%}
    .col95xm{ width: 95%}
    .col100xm{ width: 100%}
    
    .col0xm-o{ margin-left: 0%}
    .col5xm-o{ margin-left: 5%}
    .col10xm-o{ margin-left: 10%}
    .col15xm-o{ margin-left: 15%}
    .col16xm-o{ margin-left: 16.66%}
    .col20xm-o{ margin-left: 20%}
    .col25xm-o{ margin-left: 25%}
    .col30xm-o{ margin-left: 30%}
    .col33xm-o{ margin-left: 33.333%}
    .col35xm-o{ margin-left: 35%}
    .col40xm-o{ margin-left: 40%}
    .col45xm-o{ margin-left: 45%}
    .col50xm-o{ margin-left: 50%}
    .col55xm-o{ margin-left: 55%}
    .col60xm-o{ margin-left: 60%}
    .col65xm-o{ margin-left: 65%}
    .col66xm-o{ margin-left: 66.666%}
    .col70xm-o{ margin-left: 70%}
    .col75xm-o{ margin-left: 75%}
    .col80xm-o{ margin-left: 80%}
    .col85xm-o{ margin-left: 85%}
    .col90xm-o{ margin-left: 90%}
    .col95xm-o{ margin-left: 95%}
    
    .xm-display-ib{ display: inline-block !important;}
    .xm-display-b{ display: block !important;}
    .xm-display-i{ display: inline !important;}
    .xm-display-t{ display: table !important;}
    .xm-display-tc{ display: table-cell !important;}
    .xm-display-tr{ display: table-row !important;}
    .xm-position-relative { position: relative !important;}
    .xm-position-absolute { position: absolute !important;}
    .xm-position-fixed { position: fixed !important;}
    
    .row-xm-0{ margin-right: 0px; margin-left: 0px;}
    .row-xm-5{ margin-right: -5px; margin-left: -5px;}
    .row-xm-10{ margin-right: -10px; margin-left: -10px;}
    .row-xm-15{ margin-right: -15px; margin-left: -15px;}
    .row-xm-20{ margin-right: -20px; margin-left: -20px;}
    .row-xm-25{ margin-right: -25px; margin-left: -25px;}
    .row-xm-30{ margin-right: -30px; margin-left: -30px;}
    .row-xm-35{ margin-right: -35px; margin-left: -35px;}
    .row-xm-40{ margin-right: -40px; margin-left: -40px;}
    .row-xm-45{ margin-right: -45px; margin-left: -45px;}
    .row-xm-50{ margin-right: -50px; margin-left: -50px;}
    .row-xm-60{ margin-right: -60px; margin-left: -60px;}
    .row-xm-70{ margin-right: -70px; margin-left: -70px;}
    .row-xm-80{ margin-right: -80px; margin-left: -80px;}
    .row-xm-90{ margin-right: -90px; margin-left: -90px;}
    .row-xm-100{ margin-right: -100px; margin-left: -100px;}
    
    .row-xm-0:after,
    .row-xm-5:after,
    .row-xm-10:after,
    .row-xm-15:after,
    .row-xm-20:after,
    .row-xm-25:after,
    .row-xm-30:after,
    .row-xm-35:after,
    .row-xm-40:after,
    .row-xm-45:after,
    .row-xm-50:after,
    .row-xm-60:after,
    .row-xm-70:after,
    .row-xm-80:after,
    .row-xm-90:after,
    .row-xm-100:after {
        content: '';
        display: block;
        clear: both;
    }

    
    .row-item-m-1 > *{ clear: none;}
    .row-item-m-2 > *:nth-child(2n + 1){ clear: none;}
    .row-item-m-3 > *:nth-child(3n + 1){ clear: none;}
    .row-item-m-4 > *:nth-child(4n + 1){ clear: none;}
    .row-item-m-5 > *:nth-child(5n + 1){ clear: none;}
    .row-item-m-6 > *:nth-child(6n + 1){ clear: none;}
    .row-item-m-7 > *:nth-child(7n + 1){ clear: none;}
    .row-item-m-8 > *:nth-child(8n + 1){ clear: none;}
    .row-item-m-9 > *:nth-child(9n + 1){ clear: none;}
    .row-item-m-10 > *:nth-child(10n + 1){ clear: none;}
    .row-item-m-11 > *:nth-child(11n + 1){ clear: none;}
    .row-item-m-12 > *:nth-child(12n + 1){ clear: none;}

    .row-item-xm-1 > *{ clear: both;}
    .row-item-xm-2 > *:nth-child(2n + 1){ clear: both;}
    .row-item-xm-3 > *:nth-child(3n + 1){ clear: both;}
    .row-item-xm-4 > *:nth-child(4n + 1){ clear: both;}
    .row-item-xm-5 > *:nth-child(5n + 1){ clear: both;}
    .row-item-xm-6 > *:nth-child(6n + 1){ clear: both;}
    .row-item-xm-7 > *:nth-child(7n + 1){ clear: both;}
    .row-item-xm-8 > *:nth-child(8n + 1){ clear: both;}
    .row-item-xm-9 > *:nth-child(9n + 1){ clear: both;}
    .row-item-xm-10 > *:nth-child(10n + 1){ clear: both;}
    .row-item-xm-11 > *:nth-child(11n + 1){ clear: both;}
    .row-item-xm-12 > *:nth-child(12n + 1){ clear: both;}



    .p-xm-0{ padding: 0px;}
    .p-xm-1{ padding: 1px;}
    .p-xm-2{ padding: 2px;}
    .p-xm-3{ padding: 3px;}
    .p-xm-4{ padding: 4px;}
    .p-xm-5{ padding: 5px;}
    .p-xm-6{ padding: 6px;}
    .p-xm-7{ padding: 7px;}
    .p-xm-8{ padding: 8px;}
    .p-xm-9{ padding: 9px;}
    .p-xm-10{ padding: 10px;}
    .p-xm-15{ padding: 15px;}
    .p-xm-20{ padding: 20px;}
    .p-xm-25{ padding: 25px;}
    .p-xm-30{ padding: 30px;}
    .p-xm-35{ padding: 35px;}
    .p-xm-40{ padding: 40px;}
    .p-xm-45{ padding: 45px;}
    .p-xm-50{ padding: 50px;}
    .p-xm-60{ padding: 60px;}
    .p-xm-70{ padding: 70px;}
    .p-xm-80{ padding: 80px;}
    .p-xm-90{ padding: 90px;}
    .p-xm-100{ padding: 100px;}
    .p-xm-110{ padding: 110px;}
    .p-xm-120{ padding: 120px;}
    .p-xm-130{ padding: 130px;}
    .p-xm-140{ padding: 140px;}
    .p-xm-150{ padding: 150px;}
    .p-xm-200{ padding: 200px;}
    .p-xm-250{ padding: 250px;}
    .p-xm-300{ padding: 300px;}

    .pt-xm-0 { padding-top: 0px;}
    .pt-xm-1 { padding-top: 1px;}
    .pt-xm-2 { padding-top: 2px;}
    .pt-xm-3 { padding-top: 3px;}
    .pt-xm-4 { padding-top: 4px;}
    .pt-xm-5 { padding-top: 5px;}
    .pt-xm-6 { padding-top: 6px;}
    .pt-xm-7 { padding-top: 7px;}
    .pt-xm-8 { padding-top: 8px;}
    .pt-xm-9 { padding-top: 9px;}
    .pt-xm-10 { padding-top: 10px;}
    .pt-xm-15 { padding-top: 15px;}
    .pt-xm-20 { padding-top: 20px;}
    .pt-xm-25 { padding-top: 25px;}
    .pt-xm-30 { padding-top: 30px;}
    .pt-xm-35 { padding-top: 35px;}
    .pt-xm-40 { padding-top: 40px;}
    .pt-xm-45 { padding-top: 45px;}
    .pt-xm-50 { padding-top: 50px;}
    .pt-xm-60 { padding-top: 60px;}
    .pt-xm-70 { padding-top: 70px;}
    .pt-xm-80 { padding-top: 80px;}
    .pt-xm-90 { padding-top: 90px;}
    .pt-xm-100 { padding-top: 100px;}
    .pt-xm-110 { padding-top: 110px;}
    .pt-xm-120 { padding-top: 120px;}
    .pt-xm-130 { padding-top: 130px;}
    .pt-xm-140 { padding-top: 140px;}
    .pt-xm-150 { padding-top: 150px;}
    .pt-xm-200 { padding-top: 200px;}
    .pt-xm-250 { padding-top: 250px;}
    .pt-xm-300 { padding-top: 300px;}
    .pr-xm-0 { padding-right: 0px;}
    .pr-xm-1 { padding-right: 1px;}
    .pr-xm-2 { padding-right: 2px;}
    .pr-xm-3 { padding-right: 3px;}
    .pr-xm-4 { padding-right: 4px;}
    .pr-xm-5 { padding-right: 5px;}
    .pr-xm-6 { padding-right: 6px;}
    .pr-xm-7 { padding-right: 7px;}
    .pr-xm-8 { padding-right: 8px;}
    .pr-xm-9 { padding-right: 9px;}
    .pr-xm-10 { padding-right: 10px;}
    .pr-xm-15 { padding-right: 15px;}
    .pr-xm-20 { padding-right: 20px;}
    .pr-xm-25 { padding-right: 25px;}
    .pr-xm-30 { padding-right: 30px;}
    .pr-xm-35 { padding-right: 35px;}
    .pr-xm-40 { padding-right: 40px;}
    .pr-xm-45 { padding-right: 45px;}
    .pr-xm-50 { padding-right: 50px;}
    .pr-xm-60 { padding-right: 60px;}
    .pr-xm-70 { padding-right: 70px;}
    .pr-xm-80 { padding-right: 80px;}
    .pr-xm-90 { padding-right: 90px;}
    .pr-xm-100 { padding-right: 100px;}
    .pr-xm-110 { padding-right: 110px;}
    .pr-xm-120 { padding-right: 120px;}
    .pr-xm-130 { padding-right: 130px;}
    .pr-xm-140 { padding-right: 140px;}
    .pr-xm-150 { padding-right: 150px;}
    .pr-xm-200 { padding-right: 200px;}
    .pr-xm-250 { padding-right: 250px;}
    .pr-xm-300 { padding-right: 300px;}
    .pb-xm-0 { padding-bottom: 0px;}
    .pb-xm-1 { padding-bottom: 1px;}
    .pb-xm-2 { padding-bottom: 2px;}
    .pb-xm-3 { padding-bottom: 3px;}
    .pb-xm-4 { padding-bottom: 4px;}
    .pb-xm-5 { padding-bottom: 5px;}
    .pb-xm-6 { padding-bottom: 6px;}
    .pb-xm-7 { padding-bottom: 7px;}
    .pb-xm-8 { padding-bottom: 8px;}
    .pb-xm-9 { padding-bottom: 9px;}
    .pb-xm-10 { padding-bottom: 10px;}
    .pb-xm-15 { padding-bottom: 15px;}
    .pb-xm-20 { padding-bottom: 20px;}
    .pb-xm-25 { padding-bottom: 25px;}
    .pb-xm-30 { padding-bottom: 30px;}
    .pb-xm-35 { padding-bottom: 35px;}
    .pb-xm-40 { padding-bottom: 40px;}
    .pb-xm-45 { padding-bottom: 45px;}
    .pb-xm-50 { padding-bottom: 50px;}
    .pb-xm-60 { padding-bottom: 60px;}
    .pb-xm-70 { padding-bottom: 70px;}
    .pb-xm-80 { padding-bottom: 80px;}
    .pb-xm-90 { padding-bottom: 90px;}
    .pb-xm-100 { padding-bottom: 100px;}
    .pb-xm-110 { padding-bottom: 110px;}
    .pb-xm-120 { padding-bottom: 120px;}
    .pb-xm-130 { padding-bottom: 130px;}
    .pb-xm-140 { padding-bottom: 140px;}
    .pb-xm-150 { padding-bottom: 150px;}
    .pb-xm-200 { padding-bottom: 200px;}
    .pb-xm-250 { padding-bottom: 250px;}
    .pb-xm-300 { padding-bottom: 300px;}
    .pl-xm-0 { padding-left: 0px;}
    .pl-xm-1 { padding-left: 1px;}
    .pl-xm-2 { padding-left: 2px;}
    .pl-xm-3 { padding-left: 3px;}
    .pl-xm-4 { padding-left: 4px;}
    .pl-xm-5 { padding-left: 5px;}
    .pl-xm-6 { padding-left: 6px;}
    .pl-xm-7 { padding-left: 7px;}
    .pl-xm-8 { padding-left: 8px;}
    .pl-xm-9 { padding-left: 9px;}
    .pl-xm-10 { padding-left: 10px;}
    .pl-xm-15 { padding-left: 15px;}
    .pl-xm-20 { padding-left: 20px;}
    .pl-xm-25 { padding-left: 25px;}
    .pl-xm-30 { padding-left: 30px;}
    .pl-xm-35 { padding-left: 35px;}
    .pl-xm-40 { padding-left: 40px;}
    .pl-xm-45 { padding-left: 45px;}
    .pl-xm-50 { padding-left: 50px;}
    .pl-xm-60 { padding-left: 60px;}
    .pl-xm-70 { padding-left: 70px;}
    .pl-xm-80 { padding-left: 80px;}
    .pl-xm-90 { padding-left: 90px;}
    .pl-xm-100 { padding-left: 100px;}
    .pl-xm-110 { padding-left: 110px;}
    .pl-xm-120 { padding-left: 120px;}
    .pl-xm-130 { padding-left: 130px;}
    .pl-xm-140 { padding-left: 140px;}
    .pl-xm-150 { padding-left: 150px;}
    .pl-xm-200 { padding-left: 200px;}
    .pl-xm-250 { padding-left: 250px;}
    .pl-xm-300 { padding-left: 300px;}
    
    .plr-xm-0 { padding-left: 0px; padding-right: 0px;}
    .plr-xm-1 { padding-left: 1px; padding-right: 1px;}
    .plr-xm-2 { padding-left: 2px; padding-right: 2px;}
    .plr-xm-3 { padding-left: 3px; padding-right: 3px;}
    .plr-xm-4 { padding-left: 4px; padding-right: 4px;}
    .plr-xm-5 { padding-left: 5px; padding-right: 5px;}
    .plr-xm-6 { padding-left: 6px; padding-right: 6px;}
    .plr-xm-7 { padding-left: 7px; padding-right: 7px;}
    .plr-xm-8 { padding-left: 8px; padding-right: 8px;}
    .plr-xm-9 { padding-left: 9px; padding-right: 9px;}
    .plr-xm-10 { padding-left: 10px; padding-right: 10px;}
    .plr-xm-15 { padding-left: 15px; padding-right: 15px;}
    .plr-xm-20 { padding-left: 20px; padding-right: 20px;}
    .plr-xm-25 { padding-left: 25px; padding-right: 25px;}
    .plr-xm-30 { padding-left: 30px; padding-right: 30px;}
    .plr-xm-35 { padding-left: 35px; padding-right: 35px;}
    .plr-xm-40 { padding-left: 40px; padding-right: 40px;}
    .plr-xm-45 { padding-left: 45px; padding-right: 45px;}
    .plr-xm-50 { padding-left: 50px; padding-right: 50px;}
    .plr-xm-60 { padding-left: 60px; padding-right: 60px;}
    .plr-xm-70 { padding-left: 70px; padding-right: 70px;}
    .plr-xm-80 { padding-left: 80px; padding-right: 80px;}
    .plr-xm-90 { padding-left: 90px; padding-right: 90px;}
    .plr-xm-100 { padding-left: 100px; padding-right: 100px;}
    .plr-xm-110 { padding-left: 110px; padding-right: 110px;}
    .plr-xm-120 { padding-left: 120px; padding-right: 120px;}
    .plr-xm-130 { padding-left: 130px; padding-right: 130px;}
    .plr-xm-140 { padding-left: 140px; padding-right: 140px;}
    .plr-xm-150 { padding-left: 150px; padding-right: 150px;}
    .plr-xm-200 { padding-left: 200px; padding-right: 200px;}
    .plr-xm-250 { padding-left: 250px; padding-right: 250px;}
    .plr-xm-300 { padding-left: 300px; padding-right: 300px;}

    .ptb-xm-0 { padding-top: 0px; padding-bottom: 0px;}
    .ptb-xm-1 { padding-top: 1px; padding-bottom: 1px;}
    .ptb-xm-2 { padding-top: 2px; padding-bottom: 2px;}
    .ptb-xm-3 { padding-top: 3px; padding-bottom: 3px;}
    .ptb-xm-4 { padding-top: 4px; padding-bottom: 4px;}
    .ptb-xm-5 { padding-top: 5px; padding-bottom: 5px;}
    .ptb-xm-6 { padding-top: 6px; padding-bottom: 6px;}
    .ptb-xm-7 { padding-top: 7px; padding-bottom: 7px;}
    .ptb-xm-8 { padding-top: 8px; padding-bottom: 8px;}
    .ptb-xm-9 { padding-top: 9px; padding-bottom: 9px;}
    .ptb-xm-10 { padding-top: 10px; padding-bottom: 10px;}
    .ptb-xm-15 { padding-top: 15px; padding-bottom: 15px;}
    .ptb-xm-20 { padding-top: 20px; padding-bottom: 20px;}
    .ptb-xm-25 { padding-top: 25px; padding-bottom: 25px;}
    .ptb-xm-30 { padding-top: 30px; padding-bottom: 30px;}
    .ptb-xm-35 { padding-top: 35px; padding-bottom: 35px;}
    .ptb-xm-40 { padding-top: 40px; padding-bottom: 40px;}
    .ptb-xm-45 { padding-top: 45px; padding-bottom: 45px;}
    .ptb-xm-50 { padding-top: 50px; padding-bottom: 50px;}
    .ptb-xm-60 { padding-top: 60px; padding-bottom: 60px;}
    .ptb-xm-70 { padding-top: 70px; padding-bottom: 70px;}
    .ptb-xm-80 { padding-top: 80px; padding-bottom: 80px;}
    .ptb-xm-90 { padding-top: 90px; padding-bottom: 90px;}
    .ptb-xm-100 { padding-top: 100px; padding-bottom: 100px;}
    .ptb-xm-110 { padding-top: 110px; padding-bottom: 110px;}
    .ptb-xm-120 { padding-top: 120px; padding-bottom: 120px;}
    .ptb-xm-130 { padding-top: 130px; padding-bottom: 130px;}
    .ptb-xm-140 { padding-top: 140px; padding-bottom: 140px;}
    .ptb-xm-150 { padding-top: 150px; padding-bottom: 150px;}
    .ptb-xm-200 { padding-top: 200px; padding-bottom: 200px;}
    .ptb-xm-250 { padding-top: 250px; padding-bottom: 250px;}
    .ptb-xm-300 { padding-top: 300px; padding-bottom: 300px;}


    .m-xm-0{ padding: 0px;}
    .m-xm-1{ padding: 1px;}
    .m-xm-2{ padding: 2px;}
    .m-xm-3{ padding: 3px;}
    .m-xm-4{ padding: 4px;}
    .m-xm-5{ padding: 5px;}
    .m-xm-6{ padding: 6px;}
    .m-xm-7{ padding: 7px;}
    .m-xm-8{ padding: 8px;}
    .m-xm-9{ padding: 9px;}
    .m-xm-10{ padding: 10px;}
    .m-xm-15{ padding: 15px;}
    .m-xm-20{ padding: 20px;}
    .m-xm-25{ padding: 25px;}
    .m-xm-30{ padding: 30px;}
    .m-xm-35{ padding: 35px;}
    .m-xm-40{ padding: 40px;}
    .m-xm-45{ padding: 45px;}
    .m-xm-50{ padding: 50px;}
    .m-xm-60{ padding: 60px;}
    .m-xm-70{ padding: 70px;}
    .m-xm-80{ padding: 80px;}
    .m-xm-90{ padding: 90px;}
    .m-xm-100{ padding: 100px;}
    .m-xm-110{ padding: 110px;}
    .m-xm-120{ padding: 120px;}
    .m-xm-130{ padding: 130px;}
    .m-xm-140{ padding: 140px;}
    .m-xm-150{ padding: 150px;}
    .m-xm-200{ padding: 200px;}
    .m-xm-250{ padding: 250px;}
    .m-xm-300{ padding: 300px;}

    .m-xm-auto{ margin-left: auto; margin-right: auto}
    
    .mt-xm-0 { margin-top: 0px;}
    .mt-xm-1 { margin-top: 1px;}
    .mt-xm-2 { margin-top: 2px;}
    .mt-xm-3 { margin-top: 3px;}
    .mt-xm-4 { margin-top: 4px;}
    .mt-xm-5 { margin-top: 5px;}
    .mt-xm-6 { margin-top: 6px;}
    .mt-xm-7 { margin-top: 7px;}
    .mt-xm-8 { margin-top: 8px;}
    .mt-xm-9 { margin-top: 9px;}
    .mt-xm-10 { margin-top: 10px;}
    .mt-xm-15 { margin-top: 15px;}
    .mt-xm-20 { margin-top: 20px;}
    .mt-xm-25 { margin-top: 25px;}
    .mt-xm-30 { margin-top: 30px;}
    .mt-xm-35 { margin-top: 35px;}
    .mt-xm-40 { margin-top: 40px;}
    .mt-xm-45 { margin-top: 45px;}
    .mt-xm-50 { margin-top: 50px;}
    .mt-xm-60 { margin-top: 60px;}
    .mt-xm-70 { margin-top: 70px;}
    .mt-xm-80 { margin-top: 80px;}
    .mt-xm-90 { margin-top: 90px;}
    .mt-xm-100 { margin-top: 100px;}
    .mt-xm-110 { margin-top: 110px;}
    .mt-xm-120 { margin-top: 120px;}
    .mt-xm-130 { margin-top: 130px;}
    .mt-xm-140 { margin-top: 140px;}
    .mt-xm-150 { margin-top: 150px;}
    .mt-xm-200 { margin-top: 200px;}
    .mt-xm-250 { margin-top: 250px;}
    .mt-xm-300 { margin-top: 300px;}
    .mr-xm-0 { margin-right: 0px;}
    .mr-xm-1 { margin-right: 1px;}
    .mr-xm-2 { margin-right: 2px;}
    .mr-xm-3 { margin-right: 3px;}
    .mr-xm-4 { margin-right: 4px;}
    .mr-xm-5 { margin-right: 5px;}
    .mr-xm-6 { margin-right: 6px;}
    .mr-xm-7 { margin-right: 7px;}
    .mr-xm-8 { margin-right: 8px;}
    .mr-xm-9 { margin-right: 9px;}
    .mr-xm-10 { margin-right: 10px;}
    .mr-xm-15 { margin-right: 15px;}
    .mr-xm-20 { margin-right: 20px;}
    .mr-xm-25 { margin-right: 25px;}
    .mr-xm-30 { margin-right: 30px;}
    .mr-xm-35 { margin-right: 35px;}
    .mr-xm-40 { margin-right: 40px;}
    .mr-xm-45 { margin-right: 45px;}
    .mr-xm-50 { margin-right: 50px;}
    .mr-xm-60 { margin-right: 60px;}
    .mr-xm-70 { margin-right: 70px;}
    .mr-xm-80 { margin-right: 80px;}
    .mr-xm-90 { margin-right: 90px;}
    .mr-xm-100 { margin-right: 100px;}
    .mr-xm-110 { margin-right: 110px;}
    .mr-xm-120 { margin-right: 120px;}
    .mr-xm-130 { margin-right: 130px;}
    .mr-xm-140 { margin-right: 140px;}
    .mr-xm-150 { margin-right: 150px;}
    .mr-xm-200 { margin-right: 200px;}
    .mr-xm-250 { margin-right: 250px;}
    .mr-xm-300 { margin-right: 300px;}
    .mb-xm-0 { margin-bottom: 0px;}
    .mb-xm-1 { margin-bottom: 1px;}
    .mb-xm-2 { margin-bottom: 2px;}
    .mb-xm-3 { margin-bottom: 3px;}
    .mb-xm-4 { margin-bottom: 4px;}
    .mb-xm-5 { margin-bottom: 5px;}
    .mb-xm-6 { margin-bottom: 6px;}
    .mb-xm-7 { margin-bottom: 7px;}
    .mb-xm-8 { margin-bottom: 8px;}
    .mb-xm-9 { margin-bottom: 9px;}
    .mb-xm-10 { margin-bottom: 10px;}
    .mb-xm-15 { margin-bottom: 15px;}
    .mb-xm-20 { margin-bottom: 20px;}
    .mb-xm-25 { margin-bottom: 25px;}
    .mb-xm-30 { margin-bottom: 30px;}
    .mb-xm-35 { margin-bottom: 35px;}
    .mb-xm-40 { margin-bottom: 40px;}
    .mb-xm-45 { margin-bottom: 45px;}
    .mb-xm-50 { margin-bottom: 50px;}
    .mb-xm-60 { margin-bottom: 60px;}
    .mb-xm-70 { margin-bottom: 70px;}
    .mb-xm-80 { margin-bottom: 80px;}
    .mb-xm-90 { margin-bottom: 90px;}
    .mb-xm-100 { margin-bottom: 100px;}
    .mb-xm-110 { margin-bottom: 110px;}
    .mb-xm-120 { margin-bottom: 120px;}
    .mb-xm-130 { margin-bottom: 130px;}
    .mb-xm-140 { margin-bottom: 140px;}
    .mb-xm-150 { margin-bottom: 150px;}
    .mb-xm-200 { margin-bottom: 200px;}
    .mb-xm-250 { margin-bottom: 250px;}
    .mb-xm-300 { margin-bottom: 300px;}
    .ml-xm-0 { margin-left: 0px;}
    .ml-xm-1 { margin-left: 1px;}
    .ml-xm-2 { margin-left: 2px;}
    .ml-xm-3 { margin-left: 3px;}
    .ml-xm-4 { margin-left: 4px;}
    .ml-xm-5 { margin-left: 5px;}
    .ml-xm-6 { margin-left: 6px;}
    .ml-xm-7 { margin-left: 7px;}
    .ml-xm-8 { margin-left: 8px;}
    .ml-xm-9 { margin-left: 9px;}
    .ml-xm-10 { margin-left: 10px;}
    .ml-xm-15 { margin-left: 15px;}
    .ml-xm-20 { margin-left: 20px;}
    .ml-xm-25 { margin-left: 25px;}
    .ml-xm-30 { margin-left: 30px;}
    .ml-xm-35 { margin-left: 35px;}
    .ml-xm-40 { margin-left: 40px;}
    .ml-xm-45 { margin-left: 45px;}
    .ml-xm-50 { margin-left: 50px;}
    .ml-xm-60 { margin-left: 60px;}
    .ml-xm-70 { margin-left: 70px;}
    .ml-xm-80 { margin-left: 80px;}
    .ml-xm-90 { margin-left: 90px;}
    .ml-xm-100 { margin-left: 100px;}
    .ml-xm-110 { margin-left: 110px;}
    .ml-xm-120 { margin-left: 120px;}
    .ml-xm-130 { margin-left: 130px;}
    .ml-xm-140 { margin-left: 140px;}
    .ml-xm-150 { margin-left: 150px;}
    .ml-xm-200 { margin-left: 200px;}
    .ml-xm-250 { margin-left: 250px;}
    .ml-xm-300 { margin-left: 300px;}
    
    .mlr-xm-0 { margin-left: 0px; margin-right: 0px;}
    .mlr-xm-1 { margin-left: 1px; margin-right: 1px;}
    .mlr-xm-2 { margin-left: 2px; margin-right: 2px;}
    .mlr-xm-3 { margin-left: 3px; margin-right: 3px;}
    .mlr-xm-4 { margin-left: 4px; margin-right: 4px;}
    .mlr-xm-5 { margin-left: 5px; margin-right: 5px;}
    .mlr-xm-6 { margin-left: 6px; margin-right: 6px;}
    .mlr-xm-7 { margin-left: 7px; margin-right: 7px;}
    .mlr-xm-8 { margin-left: 8px; margin-right: 8px;}
    .mlr-xm-9 { margin-left: 9px; margin-right: 9px;}
    .mlr-xm-10 { margin-left: 10px; margin-right: 10px;}
    .mlr-xm-15 { margin-left: 15px; margin-right: 15px;}
    .mlr-xm-20 { margin-left: 20px; margin-right: 20px;}
    .mlr-xm-25 { margin-left: 25px; margin-right: 25px;}
    .mlr-xm-30 { margin-left: 30px; margin-right: 30px;}
    .mlr-xm-35 { margin-left: 35px; margin-right: 35px;}
    .mlr-xm-40 { margin-left: 40px; margin-right: 40px;}
    .mlr-xm-45 { margin-left: 45px; margin-right: 45px;}
    .mlr-xm-50 { margin-left: 50px; margin-right: 50px;}
    .mlr-xm-60 { margin-left: 60px; margin-right: 60px;}
    .mlr-xm-70 { margin-left: 70px; margin-right: 70px;}
    .mlr-xm-80 { margin-left: 80px; margin-right: 80px;}
    .mlr-xm-90 { margin-left: 90px; margin-right: 90px;}
    .mlr-xm-100 { margin-left: 100px; margin-right: 100px;}
    .mlr-xm-110 { margin-left: 110px; margin-right: 110px;}
    .mlr-xm-120 { margin-left: 120px; margin-right: 120px;}
    .mlr-xm-130 { margin-left: 130px; margin-right: 130px;}
    .mlr-xm-140 { margin-left: 140px; margin-right: 140px;}
    .mlr-xm-150 { margin-left: 150px; margin-right: 150px;}
    .mlr-xm-200 { margin-left: 200px; margin-right: 200px;}
    .mlr-xm-250 { margin-left: 250px; margin-right: 250px;}
    .mlr-xm-300 { margin-left: 300px; margin-right: 300px;}

    
    .mtb-xm-0 { margin-top: 0px; margin-bottom: 0px;}
    .mtb-xm-1 { margin-top: 1px; margin-bottom: 1px;}
    .mtb-xm-2 { margin-top: 2px; margin-bottom: 2px;}
    .mtb-xm-3 { margin-top: 3px; margin-bottom: 3px;}
    .mtb-xm-4 { margin-top: 4px; margin-bottom: 4px;}
    .mtb-xm-5 { margin-top: 5px; margin-bottom: 5px;}
    .mtb-xm-6 { margin-top: 6px; margin-bottom: 6px;}
    .mtb-xm-7 { margin-top: 7px; margin-bottom: 7px;}
    .mtb-xm-8 { margin-top: 8px; margin-bottom: 8px;}
    .mtb-xm-9 { margin-top: 9px; margin-bottom: 9px;}
    .mtb-xm-10 { margin-top: 10px; margin-bottom: 10px;}
    .mtb-xm-15 { margin-top: 15px; margin-bottom: 15px;}
    .mtb-xm-20 { margin-top: 20px; margin-bottom: 20px;}
    .mtb-xm-25 { margin-top: 25px; margin-bottom: 25px;}
    .mtb-xm-30 { margin-top: 30px; margin-bottom: 30px;}
    .mtb-xm-35 { margin-top: 35px; margin-bottom: 35px;}
    .mtb-xm-40 { margin-top: 40px; margin-bottom: 40px;}
    .mtb-xm-45 { margin-top: 45px; margin-bottom: 45px;}
    .mtb-xm-50 { margin-top: 50px; margin-bottom: 50px;}
    .mtb-xm-60 { margin-top: 60px; margin-bottom: 60px;}
    .mtb-xm-70 { margin-top: 70px; margin-bottom: 70px;}
    .mtb-xm-80 { margin-top: 80px; margin-bottom: 80px;}
    .mtb-xm-90 { margin-top: 90px; margin-bottom: 90px;}
    .mtb-xm-100 { margin-top: 100px; margin-bottom: 100px;}
    .mtb-xm-110 { margin-top: 110px; margin-bottom: 110px;}
    .mtb-xm-120 { margin-top: 120px; margin-bottom: 120px;}
    .mtb-xm-130 { margin-top: 130px; margin-bottom: 130px;}
    .mtb-xm-140 { margin-top: 140px; margin-bottom: 140px;}
    .mtb-xm-150 { margin-top: 150px; margin-bottom: 150px;}
    .mtb-xm-200 { margin-top: 200px; margin-bottom: 200px;}
    .mtb-xm-250 { margin-top: 250px; margin-bottom: 250px;}
    .mtb-xm-300 { margin-top: 300px; margin-bottom: 300px;}

     
    .top-xm-0 {top: 0px;}
    .top-xm-5 {top: 5px;}
    .top-xm-10 {top: 10px;}
    .top-xm-15 {top: 15px;}
    .top-xm-20 {top: 20px;}
    .top-xm-25 {top: 25px;}
    .top-xm-30 {top: 30px;}
    .top-xm-35 {top: 35px;}
    .top-xm-40 {top: 40px;}
    .top-xm-45 {top: 45px;}
    .top-xm-50 {top: 50px;}
    .top-xm-60 {top: 60px;}
    .top-xm-70 {top: 70px;}
    .top-xm-80 {top: 80px;}
    .top-xm-90 {top: 90px;}
    .top-xm-100 {top: 100px;}
    .top-xm-110 {top: 110px;}
    .top-xm-120 {top: 120px;}
    .top-xm-130 {top: 130px;}
    .top-xm-140 {top: 140px;}
    .top-xm-150 {top: 150px;}
    .top-xm-160 {top: 160px;}
    .top-xm-170 {top: 170px;}
    .top-xm-180 {top: 180px;}
    .top-xm-190 {top: 190px;}
    .top-xm-200 {top: 200px;}
    .top-xm-250 {top: 250px;}
    .top-xm-300 {top: 300px;}
    .top-xm-350 {top: 350px;}
    .top-xm-400 {top: 400px;}
    .top-xm-500 {top: 500px;}

    .bottom-xm-0 {bottom: 0px;}
    .bottom-xm-5 {bottom: 1px;}
    .bottom-xm-10 {bottom: 10px;}
    .bottom-xm-15 {bottom: 15px;}
    .bottom-xm-20 {bottom: 20px;}
    .bottom-xm-25 {bottom: 25px;}
    .bottom-xm-30 {bottom: 30px;}
    .bottom-xm-35 {bottom: 35px;}
    .bottom-xm-40 {bottom: 40px;}
    .bottom-xm-45 {bottom: 45px;}
    .bottom-xm-50 {bottom: 50px;}
    .bottom-xm-60 {bottom: 60px;}
    .bottom-xm-70 {bottom: 70px;}
    .bottom-xm-80 {bottom: 80px;}
    .bottom-xm-90 {bottom: 90px;}
    .bottom-xm-100 {bottom: 100px;}
    .bottom-xm-110 {bottom: 110px;}
    .bottom-xm-120 {bottom: 120px;}
    .bottom-xm-130 {bottom: 130px;}
    .bottom-xm-140 {bottom: 140px;}
    .bottom-xm-150 {bottom: 150px;}
    .bottom-xm-160 {bottom: 160px;}
    .bottom-xm-170 {bottom: 170px;}
    .bottom-xm-180 {bottom: 180px;}
    .bottom-xm-190 {bottom: 190px;}
    .bottom-xm-200 {bottom: 200px;}
    .bottom-xm-250 {bottom: 250px;}
    .bottom-xm-300 {bottom: 300px;}
    .bottom-xm-350 {bottom: 350px;}
    .bottom-xm-400 {bottom: 400px;}
    .bottom-xm-500 {bottom: 500px;}

    .left-xm-0 {left: 0px;}
    .left-xm-5 {left: 1px;}
    .left-xm-10 {left: 10px;}
    .left-xm-15 {left: 15px;}
    .left-xm-20 {left: 20px;}
    .left-xm-25 {left: 25px;}
    .left-xm-30 {left: 30px;}
    .left-xm-35 {left: 35px;}
    .left-xm-40 {left: 40px;}
    .left-xm-45 {left: 45px;}
    .left-xm-50 {left: 50px;}
    .left-xm-60 {left: 60px;}
    .left-xm-70 {left: 70px;}
    .left-xm-80 {left: 80px;}
    .left-xm-90 {left: 90px;}
    .left-xm-100 {left: 100px;}
    .left-xm-110 {left: 110px;}
    .left-xm-120 {left: 120px;}
    .left-xm-130 {left: 130px;}
    .left-xm-140 {left: 140px;}
    .left-xm-150 {left: 150px;}
    .left-xm-160 {left: 160px;}
    .left-xm-170 {left: 170px;}
    .left-xm-180 {left: 180px;}
    .left-xm-190 {left: 190px;}
    .left-xm-200 {left: 200px;}
    .left-xm-250 {left: 250px;}
    .left-xm-300 {left: 300px;}
    .left-xm-350 {left: 350px;}
    .left-xm-400 {left: 400px;}
    .left-xm-500 {left: 500px;}

    .right-xm-0 {right: 0px;}
    .right-xm-5 {right: 1px;}
    .right-xm-10 {right: 10px;}
    .right-xm-15 {right: 15px;}
    .right-xm-20 {right: 20px;}
    .right-xm-25 {right: 25px;}
    .right-xm-30 {right: 30px;}
    .right-xm-35 {right: 35px;}
    .right-xm-40 {right: 40px;}
    .right-xm-45 {right: 45px;}
    .right-xm-50 {right: 50px;}
    .right-xm-60 {right: 60px;}
    .right-xm-70 {right: 70px;}
    .right-xm-80 {right: 80px;}
    .right-xm-90 {right: 90px;}
    .right-xm-100 {right: 100px;}
    .right-xm-110 {right: 110px;}
    .right-xm-120 {right: 120px;}
    .right-xm-130 {right: 130px;}
    .right-xm-140 {right: 140px;}
    .right-xm-150 {right: 150px;}
    .right-xm-160 {right: 160px;}
    .right-xm-170 {right: 170px;}
    .right-xm-180 {right: 180px;}
    .right-xm-190 {right: 190px;}
    .right-xm-200 {right: 200px;}
    .right-xm-250 {right: 250px;}
    .right-xm-300 {right: 300px;}
    .right-xm-350 {right: 350px;}
    .right-xm-400 {right: 400px;}
    .right-xm-480 {right: 500px;}


    .xm-text-center{text-align:center !important}
    .xm-text-left{text-align:left !important}
    .xm-text-right{text-align:right !important}
    .font-xm-200{font-weight: 200;}
    .font-xm-300{font-weight: 300;}
    .font-xm-400{font-weight: 400;}
    .font-xm-500{font-weight: 500;}
    .font-xm-600{font-weight: 600;}
    .font-xm-700{font-weight: 700;}
    .font-xm-800{font-weight: 800;}
    .font-xm-bold{font-weight: bold;}
          
    .font-xm-8{font-size: 8px;}
    .font-xm-9{font-size: 9px;}
    .font-xm-12{font-size: 12px;}
    .font-xm-13{font-size: 13px;}
    .font-xm-14{font-size: 14px;}
    .font-xm-15{font-size: 15px;}
    .font-xm-16{font-size: 16px;}
    .font-xm-17{font-size: 17px;}
    .font-xm-18{font-size: 18px;}
    .font-xm-19{font-size: 19px;}
    .font-xm-20{font-size: 20px;}
    .font-xm-21{font-size: 21px;}
    .font-xm-22{font-size: 22px;}
    .font-xm-23{font-size: 23px;}
    .font-xm-24{font-size: 24px;}
    .font-xm-25{font-size: 25px;}
    .font-xm-26{font-size: 26px;}
    .font-xm-28{font-size: 27px;}
    .font-xm-28{font-size: 28px;}
    .font-xm-28{font-size: 29px;}
    .font-xm-30{font-size: 30px;}
    .font-xm-32{font-size: 32px;}
    .font-xm-34{font-size: 34px;}
    .font-xm-36{font-size: 36px;}
    .font-xm-38{font-size: 38px;}
    .font-xm-40{font-size: 40px;}
    .font-xm-42{font-size: 42px;}
    .font-xm-44{font-size: 44px;}
    .font-xm-46{font-size: 46px;}
    .font-xm-48{font-size: 48px;}
    .font-xm-50{font-size: 50px;}
    .font-xm-52{font-size: 52px;}
    .font-xm-54{font-size: 54px;}
    .font-xm-56{font-size: 56px;}
    .font-xm-58{font-size: 58px;}
    .font-xm-60{font-size: 60px;}
    .font-xm-62{font-size: 62px;}
    .font-xm-64{font-size: 64px;}
    .font-xm-66{font-size: 66px;}
    .font-xm-68{font-size: 68px;}
    .font-xm-70{font-size: 70px;}
    .font-xm-72{font-size: 72px;}
    .font-xm-74{font-size: 74px;}
    .font-xm-76{font-size: 76px;}
    .font-xm-78{font-size: 78px;}
    .font-xm-80{font-size: 80px;}

    
    
    .lineheight-xm-10 { line-height: 1em;}
    .lineheight-xm-11 { line-height: 1.1em;}
    .lineheight-xm-12 { line-height: 1.2em;}
    .lineheight-xm-13 { line-height: 1.3em;}
    .lineheight-xm-14 { line-height: 1.4em;}
    .lineheight-xm-15 { line-height: 1.5em;}
    .lineheight-xm-16 { line-height: 1.6em;}
    .lineheight-xm-17 { line-height: 1.7em;}
    .lineheight-xm-18 { line-height: 1.8em;}
    .lineheight-xm-19 { line-height: 1.9em;}
    .lineheight-xm-20 { line-height: 2em;}

    .hidden-xm {display: none !important; }
    .show-xm {display: inherit !important; }
}

/* Mobil Dikey */
@media only screen and (max-width: 767px){
    .col5s,.col10s,.col15s,.col20s,.col25s,.col30s,.col33s,.col35s,.col40s,.col45s,.col50s,.col55s,.col60s,.col65s,.col66s,.col70s,.col75s,.col80s,.col85s,.col90s,.col95s,.col100s{
        display: block;
        float: left;
    }
    .col5s{ width: 5%}
    .col10s{ width: 10%}
    .col15s{ width: 15%}
    .col16s{ width: 16.66%}
    .col20s{ width: 20%}
    .col25s{ width: 25%}
    .col30s{ width: 30%}
    .col33s{ width: 33.333%}
    .col35s{ width: 35%}
    .col40s{ width: 40%}
    .col45s{ width: 45%}
    .col50s{ width: 50%}
    .col55s{ width: 55%}
    .col60s{ width: 60%}
    .col65s{ width: 65%}
    .col66s{ width: 66.666%}
    .col70s{ width: 70%}
    .col75s{ width: 75%}
    .col80s{ width: 80%}
    .col85s{ width: 85%}
    .col90s{ width: 90%}
    .col95s{ width: 95%}
    .col100s{ width: 100%}
    
    .col0s-o{ margin-left: 0%}
    .col5s-o{ margin-left: 5%}
    .col10s-o{ margin-left: 10%}
    .col15s-o{ margin-left: 15%}
    .col16s-o{ margin-left: 16.66%}
    .col20s-o{ margin-left: 20%}
    .col25s-o{ margin-left: 25%}
    .col30s-o{ margin-left: 30%}
    .col33s-o{ margin-left: 33.333%}
    .col35s-o{ margin-left: 35%}
    .col40s-o{ margin-left: 40%}
    .col45s-o{ margin-left: 45%}
    .col50s-o{ margin-left: 50%}
    .col55s-o{ margin-left: 55%}
    .col60s-o{ margin-left: 60%}
    .col65s-o{ margin-left: 65%}
    .col66s-o{ margin-left: 66.666%}
    .col70s-o{ margin-left: 70%}
    .col75s-o{ margin-left: 75%}
    .col80s-o{ margin-left: 80%}
    .col85s-o{ margin-left: 85%}
    .col90s-o{ margin-left: 90%}
    .col95s-o{ margin-left: 95%}
    
    .s-display-ib{ display: inline-block !important;}
    .s-display-b{ display: block !important;}
    .s-display-i{ display: inline !important;}
    .s-display-t{ display: table !important;}
    .s-display-tc{ display: table-cell !important;}
    .s-display-tr{ display: table-row !important;}
    .s-position-relative { position: relative !important;}
    .s-position-absolute { position: absolute !important;}
    .s-position-fixed { position: fixed !important;}
    
    .row-s-0{ margin-right: 0px; margin-left: 0px;}
    .row-s-5{ margin-right: -5px; margin-left: -5px;}
    .row-s-10{ margin-right: -10px; margin-left: -10px;}
    .row-s-15{ margin-right: -15px; margin-left: -15px;}
    .row-s-20{ margin-right: -20px; margin-left: -20px;}
    .row-s-25{ margin-right: -25px; margin-left: -25px;}
    .row-s-30{ margin-right: -30px; margin-left: -30px;}
    .row-s-35{ margin-right: -35px; margin-left: -35px;}
    .row-s-40{ margin-right: -40px; margin-left: -40px;}
    .row-s-45{ margin-right: -45px; margin-left: -45px;}
    .row-s-50{ margin-right: -50px; margin-left: -50px;}
    .row-s-60{ margin-right: -60px; margin-left: -60px;}
    .row-s-70{ margin-right: -70px; margin-left: -70px;}
    .row-s-80{ margin-right: -80px; margin-left: -80px;}
    .row-s-90{ margin-right: -90px; margin-left: -90px;}
    .row-s-100{ margin-right: -100px; margin-left: -100px;}
    
    .row-s-0:after,
    .row-s-5:after,
    .row-s-10:after,
    .row-s-15:after,
    .row-s-20:after,
    .row-s-25:after,
    .row-s-30:after,
    .row-s-35:after,
    .row-s-40:after,
    .row-s-45:after,
    .row-s-50:after,
    .row-s-60:after,
    .row-s-70:after,
    .row-s-80:after,
    .row-s-90:after,
    .row-s-100:after {
        content: '';
        display: block;
        clear: both;
    }

    
    
    .row-item-xm-1 > *{ clear: none;}
    .row-item-xm-2 > *:nth-child(2n + 1){ clear: none;}
    .row-item-xm-3 > *:nth-child(3n + 1){ clear: none;}
    .row-item-xm-4 > *:nth-child(4n + 1){ clear: none;}
    .row-item-xm-5 > *:nth-child(5n + 1){ clear: none;}
    .row-item-xm-6 > *:nth-child(6n + 1){ clear: none;}
    .row-item-xm-7 > *:nth-child(7n + 1){ clear: none;}
    .row-item-xm-8 > *:nth-child(8n + 1){ clear: none;}
    .row-item-xm-9 > *:nth-child(9n + 1){ clear: none;}
    .row-item-xm-10 > *:nth-child(10n + 1){ clear: none;}
    .row-item-xm-11 > *:nth-child(11n + 1){ clear: none;}
    .row-item-xm-12 > *:nth-child(12n + 1){ clear: none;}

    .row-item-s-1 > *{ clear: both;}
    .row-item-s-2 > *:nth-child(2n + 1){ clear: both;}
    .row-item-s-3 > *:nth-child(3n + 1){ clear: both;}
    .row-item-s-4 > *:nth-child(4n + 1){ clear: both;}
    .row-item-s-5 > *:nth-child(5n + 1){ clear: both;}
    .row-item-s-6 > *:nth-child(6n + 1){ clear: both;}
    .row-item-s-7 > *:nth-child(7n + 1){ clear: both;}
    .row-item-s-8 > *:nth-child(8n + 1){ clear: both;}
    .row-item-s-9 > *:nth-child(9n + 1){ clear: both;}
    .row-item-s-10 > *:nth-child(10n + 1){ clear: both;}
    .row-item-s-11 > *:nth-child(11n + 1){ clear: both;}
    .row-item-s-12 > *:nth-child(12n + 1){ clear: both;}


    .p-s-0{ padding: 0px;}
    .p-s-1{ padding: 1px;}
    .p-s-2{ padding: 2px;}
    .p-s-3{ padding: 3px;}
    .p-s-4{ padding: 4px;}
    .p-s-5{ padding: 5px;}
    .p-s-6{ padding: 6px;}
    .p-s-7{ padding: 7px;}
    .p-s-8{ padding: 8px;}
    .p-s-9{ padding: 9px;}
    .p-s-10{ padding: 10px;}
    .p-s-15{ padding: 15px;}
    .p-s-20{ padding: 20px;}
    .p-s-25{ padding: 25px;}
    .p-s-30{ padding: 30px;}
    .p-s-35{ padding: 35px;}
    .p-s-40{ padding: 40px;}
    .p-s-45{ padding: 45px;}
    .p-s-50{ padding: 50px;}
    .p-s-60{ padding: 60px;}
    .p-s-70{ padding: 70px;}
    .p-s-80{ padding: 80px;}
    .p-s-90{ padding: 90px;}
    .p-s-100{ padding: 100px;}
    .p-s-110{ padding: 110px;}
    .p-s-120{ padding: 120px;}
    .p-s-130{ padding: 130px;}
    .p-s-140{ padding: 140px;}
    .p-s-150{ padding: 150px;}
    .p-s-200{ padding: 200px;}
    .p-s-250{ padding: 250px;}
    .p-s-300{ padding: 300px;}

    .pt-s-0 { padding-top: 0px;}
    .pt-s-1 { padding-top: 1px;}
    .pt-s-2 { padding-top: 2px;}
    .pt-s-3 { padding-top: 3px;}
    .pt-s-4 { padding-top: 4px;}
    .pt-s-5 { padding-top: 5px;}
    .pt-s-6 { padding-top: 6px;}
    .pt-s-7 { padding-top: 7px;}
    .pt-s-8 { padding-top: 8px;}
    .pt-s-9 { padding-top: 9px;}
    .pt-s-10 { padding-top: 10px;}
    .pt-s-15 { padding-top: 15px;}
    .pt-s-20 { padding-top: 20px;}
    .pt-s-25 { padding-top: 25px;}
    .pt-s-30 { padding-top: 30px;}
    .pt-s-35 { padding-top: 35px;}
    .pt-s-40 { padding-top: 40px;}
    .pt-s-45 { padding-top: 45px;}
    .pt-s-50 { padding-top: 50px;}
    .pt-s-60 { padding-top: 60px;}
    .pt-s-70 { padding-top: 70px;}
    .pt-s-80 { padding-top: 80px;}
    .pt-s-90 { padding-top: 90px;}
    .pt-s-100 { padding-top: 100px;}
    .pt-s-110 { padding-top: 110px;}
    .pt-s-120 { padding-top: 120px;}
    .pt-s-130 { padding-top: 130px;}
    .pt-s-140 { padding-top: 140px;}
    .pt-s-150 { padding-top: 150px;}
    .pt-s-200 { padding-top: 200px;}
    .pt-s-250 { padding-top: 250px;}
    .pt-s-300 { padding-top: 300px;}
    .pr-s-0 { padding-right: 0px;}
    .pr-s-1 { padding-right: 1px;}
    .pr-s-2 { padding-right: 2px;}
    .pr-s-3 { padding-right: 3px;}
    .pr-s-4 { padding-right: 4px;}
    .pr-s-5 { padding-right: 5px;}
    .pr-s-6 { padding-right: 6px;}
    .pr-s-7 { padding-right: 7px;}
    .pr-s-8 { padding-right: 8px;}
    .pr-s-9 { padding-right: 9px;}
    .pr-s-10 { padding-right: 10px;}
    .pr-s-15 { padding-right: 15px;}
    .pr-s-20 { padding-right: 20px;}
    .pr-s-25 { padding-right: 25px;}
    .pr-s-30 { padding-right: 30px;}
    .pr-s-35 { padding-right: 35px;}
    .pr-s-40 { padding-right: 40px;}
    .pr-s-45 { padding-right: 45px;}
    .pr-s-50 { padding-right: 50px;}
    .pr-s-60 { padding-right: 60px;}
    .pr-s-70 { padding-right: 70px;}
    .pr-s-80 { padding-right: 80px;}
    .pr-s-90 { padding-right: 90px;}
    .pr-s-100 { padding-right: 100px;}
    .pr-s-110 { padding-right: 110px;}
    .pr-s-120 { padding-right: 120px;}
    .pr-s-130 { padding-right: 130px;}
    .pr-s-140 { padding-right: 140px;}
    .pr-s-150 { padding-right: 150px;}
    .pr-s-200 { padding-right: 200px;}
    .pr-s-250 { padding-right: 250px;}
    .pr-s-300 { padding-right: 300px;}
    .pb-s-0 { padding-bottom: 0px;}
    .pb-s-1 { padding-bottom: 1px;}
    .pb-s-2 { padding-bottom: 2px;}
    .pb-s-3 { padding-bottom: 3px;}
    .pb-s-4 { padding-bottom: 4px;}
    .pb-s-5 { padding-bottom: 5px;}
    .pb-s-6 { padding-bottom: 6px;}
    .pb-s-7 { padding-bottom: 7px;}
    .pb-s-8 { padding-bottom: 8px;}
    .pb-s-9 { padding-bottom: 9px;}
    .pb-s-10 { padding-bottom: 10px;}
    .pb-s-15 { padding-bottom: 15px;}
    .pb-s-20 { padding-bottom: 20px;}
    .pb-s-25 { padding-bottom: 25px;}
    .pb-s-30 { padding-bottom: 30px;}
    .pb-s-35 { padding-bottom: 35px;}
    .pb-s-40 { padding-bottom: 40px;}
    .pb-s-45 { padding-bottom: 45px;}
    .pb-s-50 { padding-bottom: 50px;}
    .pb-s-60 { padding-bottom: 60px;}
    .pb-s-70 { padding-bottom: 70px;}
    .pb-s-80 { padding-bottom: 80px;}
    .pb-s-90 { padding-bottom: 90px;}
    .pb-s-100 { padding-bottom: 100px;}
    .pb-s-110 { padding-bottom: 110px;}
    .pb-s-120 { padding-bottom: 120px;}
    .pb-s-130 { padding-bottom: 130px;}
    .pb-s-140 { padding-bottom: 140px;}
    .pb-s-150 { padding-bottom: 150px;}
    .pb-s-200 { padding-bottom: 200px;}
    .pb-s-250 { padding-bottom: 250px;}
    .pb-s-300 { padding-bottom: 300px;}
    .pl-s-0 { padding-left: 0px;}
    .pl-s-1 { padding-left: 1px;}
    .pl-s-2 { padding-left: 2px;}
    .pl-s-3 { padding-left: 3px;}
    .pl-s-4 { padding-left: 4px;}
    .pl-s-5 { padding-left: 5px;}
    .pl-s-6 { padding-left: 6px;}
    .pl-s-7 { padding-left: 7px;}
    .pl-s-8 { padding-left: 8px;}
    .pl-s-9 { padding-left: 9px;}
    .pl-s-10 { padding-left: 10px;}
    .pl-s-15 { padding-left: 15px;}
    .pl-s-20 { padding-left: 20px;}
    .pl-s-25 { padding-left: 25px;}
    .pl-s-30 { padding-left: 30px;}
    .pl-s-35 { padding-left: 35px;}
    .pl-s-40 { padding-left: 40px;}
    .pl-s-45 { padding-left: 45px;}
    .pl-s-50 { padding-left: 50px;}
    .pl-s-60 { padding-left: 60px;}
    .pl-s-70 { padding-left: 70px;}
    .pl-s-80 { padding-left: 80px;}
    .pl-s-90 { padding-left: 90px;}
    .pl-s-100 { padding-left: 100px;}
    .pl-s-110 { padding-left: 110px;}
    .pl-s-120 { padding-left: 120px;}
    .pl-s-130 { padding-left: 130px;}
    .pl-s-140 { padding-left: 140px;}
    .pl-s-150 { padding-left: 150px;}
    .pl-s-200 { padding-left: 200px;}
    .pl-s-250 { padding-left: 250px;}
    .pl-s-300 { padding-left: 300px;}
    
    .plr-s-0 { padding-left: 0px; padding-right: 0px;}
    .plr-s-1 { padding-left: 1px; padding-right: 1px;}
    .plr-s-2 { padding-left: 2px; padding-right: 2px;}
    .plr-s-3 { padding-left: 3px; padding-right: 3px;}
    .plr-s-4 { padding-left: 4px; padding-right: 4px;}
    .plr-s-5 { padding-left: 5px; padding-right: 5px;}
    .plr-s-6 { padding-left: 6px; padding-right: 6px;}
    .plr-s-7 { padding-left: 7px; padding-right: 7px;}
    .plr-s-8 { padding-left: 8px; padding-right: 8px;}
    .plr-s-9 { padding-left: 9px; padding-right: 9px;}
    .plr-s-10 { padding-left: 10px; padding-right: 10px;}
    .plr-s-15 { padding-left: 15px; padding-right: 15px;}
    .plr-s-20 { padding-left: 20px; padding-right: 20px;}
    .plr-s-25 { padding-left: 25px; padding-right: 25px;}
    .plr-s-30 { padding-left: 30px; padding-right: 30px;}
    .plr-s-35 { padding-left: 35px; padding-right: 35px;}
    .plr-s-40 { padding-left: 40px; padding-right: 40px;}
    .plr-s-45 { padding-left: 45px; padding-right: 45px;}
    .plr-s-50 { padding-left: 50px; padding-right: 50px;}
    .plr-s-60 { padding-left: 60px; padding-right: 60px;}
    .plr-s-70 { padding-left: 70px; padding-right: 70px;}
    .plr-s-80 { padding-left: 80px; padding-right: 80px;}
    .plr-s-90 { padding-left: 90px; padding-right: 90px;}
    .plr-s-100 { padding-left: 100px; padding-right: 100px;}
    .plr-s-110 { padding-left: 110px; padding-right: 110px;}
    .plr-s-120 { padding-left: 120px; padding-right: 120px;}
    .plr-s-130 { padding-left: 130px; padding-right: 130px;}
    .plr-s-140 { padding-left: 140px; padding-right: 140px;}
    .plr-s-150 { padding-left: 150px; padding-right: 150px;}
    .plr-s-200 { padding-left: 200px; padding-right: 200px;}
    .plr-s-250 { padding-left: 250px; padding-right: 250px;}
    .plr-s-300 { padding-left: 300px; padding-right: 300px;}

    
    .ptb-s-0 { padding-top: 0px; padding-bottom: 0px;}
    .ptb-s-1 { padding-top: 1px; padding-bottom: 1px;}
    .ptb-s-2 { padding-top: 2px; padding-bottom: 2px;}
    .ptb-s-3 { padding-top: 3px; padding-bottom: 3px;}
    .ptb-s-4 { padding-top: 4px; padding-bottom: 4px;}
    .ptb-s-5 { padding-top: 5px; padding-bottom: 5px;}
    .ptb-s-6 { padding-top: 6px; padding-bottom: 6px;}
    .ptb-s-7 { padding-top: 7px; padding-bottom: 7px;}
    .ptb-s-8 { padding-top: 8px; padding-bottom: 8px;}
    .ptb-s-9 { padding-top: 9px; padding-bottom: 9px;}
    .ptb-s-10 { padding-top: 10px; padding-bottom: 10px;}
    .ptb-s-15 { padding-top: 15px; padding-bottom: 15px;}
    .ptb-s-20 { padding-top: 20px; padding-bottom: 20px;}
    .ptb-s-25 { padding-top: 25px; padding-bottom: 25px;}
    .ptb-s-30 { padding-top: 30px; padding-bottom: 30px;}
    .ptb-s-35 { padding-top: 35px; padding-bottom: 35px;}
    .ptb-s-40 { padding-top: 40px; padding-bottom: 40px;}
    .ptb-s-45 { padding-top: 45px; padding-bottom: 45px;}
    .ptb-s-50 { padding-top: 50px; padding-bottom: 50px;}
    .ptb-s-60 { padding-top: 60px; padding-bottom: 60px;}
    .ptb-s-70 { padding-top: 70px; padding-bottom: 70px;}
    .ptb-s-80 { padding-top: 80px; padding-bottom: 80px;}
    .ptb-s-90 { padding-top: 90px; padding-bottom: 90px;}
    .ptb-s-100 { padding-top: 100px; padding-bottom: 100px;}
    .ptb-s-110 { padding-top: 110px; padding-bottom: 110px;}
    .ptb-s-120 { padding-top: 120px; padding-bottom: 120px;}
    .ptb-s-130 { padding-top: 130px; padding-bottom: 130px;}
    .ptb-s-140 { padding-top: 140px; padding-bottom: 140px;}
    .ptb-s-150 { padding-top: 150px; padding-bottom: 150px;}
    .ptb-s-200 { padding-top: 200px; padding-bottom: 200px;}
    .ptb-s-250 { padding-top: 250px; padding-bottom: 250px;}
    .ptb-s-300 { padding-top: 300px; padding-bottom: 300px;}


    .m-s-0{ padding: 0px;}
    .m-s-1{ padding: 1px;}
    .m-s-2{ padding: 2px;}
    .m-s-3{ padding: 3px;}
    .m-s-4{ padding: 4px;}
    .m-s-5{ padding: 5px;}
    .m-s-6{ padding: 6px;}
    .m-s-7{ padding: 7px;}
    .m-s-8{ padding: 8px;}
    .m-s-9{ padding: 9px;}
    .m-s-10{ padding: 10px;}
    .m-s-15{ padding: 15px;}
    .m-s-20{ padding: 20px;}
    .m-s-25{ padding: 25px;}
    .m-s-30{ padding: 30px;}
    .m-s-35{ padding: 35px;}
    .m-s-40{ padding: 40px;}
    .m-s-45{ padding: 45px;}
    .m-s-50{ padding: 50px;}
    .m-s-60{ padding: 60px;}
    .m-s-70{ padding: 70px;}
    .m-s-80{ padding: 80px;}
    .m-s-90{ padding: 90px;}
    .m-s-100{ padding: 100px;}
    .m-s-110{ padding: 110px;}
    .m-s-120{ padding: 120px;}
    .m-s-130{ padding: 130px;}
    .m-s-140{ padding: 140px;}
    .m-s-150{ padding: 150px;}
    .m-s-200{ padding: 200px;}
    .m-s-250{ padding: 250px;}
    .m-s-300{ padding: 300px;}

    .m-s-auto{ margin-left: auto; margin-right: auto}
    
    .mt-s-0 { margin-top: 0px;}
    .mt-s-1 { margin-top: 1px;}
    .mt-s-2 { margin-top: 2px;}
    .mt-s-3 { margin-top: 3px;}
    .mt-s-4 { margin-top: 4px;}
    .mt-s-5 { margin-top: 5px;}
    .mt-s-6 { margin-top: 6px;}
    .mt-s-7 { margin-top: 7px;}
    .mt-s-8 { margin-top: 8px;}
    .mt-s-9 { margin-top: 9px;}
    .mt-s-10 { margin-top: 10px;}
    .mt-s-15 { margin-top: 15px;}
    .mt-s-20 { margin-top: 20px;}
    .mt-s-25 { margin-top: 25px;}
    .mt-s-30 { margin-top: 30px;}
    .mt-s-35 { margin-top: 35px;}
    .mt-s-40 { margin-top: 40px;}
    .mt-s-45 { margin-top: 45px;}
    .mt-s-50 { margin-top: 50px;}
    .mt-s-60 { margin-top: 60px;}
    .mt-s-70 { margin-top: 70px;}
    .mt-s-80 { margin-top: 80px;}
    .mt-s-90 { margin-top: 90px;}
    .mt-s-100 { margin-top: 100px;}
    .mt-s-110 { margin-top: 110px;}
    .mt-s-120 { margin-top: 120px;}
    .mt-s-130 { margin-top: 130px;}
    .mt-s-140 { margin-top: 140px;}
    .mt-s-150 { margin-top: 150px;}
    .mt-s-200 { margin-top: 200px;}
    .mt-s-250 { margin-top: 250px;}
    .mt-s-300 { margin-top: 300px;}
    .mr-s-0 { margin-right: 0px;}
    .mr-s-1 { margin-right: 1px;}
    .mr-s-2 { margin-right: 2px;}
    .mr-s-3 { margin-right: 3px;}
    .mr-s-4 { margin-right: 4px;}
    .mr-s-5 { margin-right: 5px;}
    .mr-s-6 { margin-right: 6px;}
    .mr-s-7 { margin-right: 7px;}
    .mr-s-8 { margin-right: 8px;}
    .mr-s-9 { margin-right: 9px;}
    .mr-s-10 { margin-right: 10px;}
    .mr-s-15 { margin-right: 15px;}
    .mr-s-20 { margin-right: 20px;}
    .mr-s-25 { margin-right: 25px;}
    .mr-s-30 { margin-right: 30px;}
    .mr-s-35 { margin-right: 35px;}
    .mr-s-40 { margin-right: 40px;}
    .mr-s-45 { margin-right: 45px;}
    .mr-s-50 { margin-right: 50px;}
    .mr-s-60 { margin-right: 60px;}
    .mr-s-70 { margin-right: 70px;}
    .mr-s-80 { margin-right: 80px;}
    .mr-s-90 { margin-right: 90px;}
    .mr-s-100 { margin-right: 100px;}
    .mr-s-110 { margin-right: 110px;}
    .mr-s-120 { margin-right: 120px;}
    .mr-s-130 { margin-right: 130px;}
    .mr-s-140 { margin-right: 140px;}
    .mr-s-150 { margin-right: 150px;}
    .mr-s-200 { margin-right: 200px;}
    .mr-s-250 { margin-right: 250px;}
    .mr-s-300 { margin-right: 300px;}
    .mb-s-0 { margin-bottom: 0px;}
    .mb-s-1 { margin-bottom: 1px;}
    .mb-s-2 { margin-bottom: 2px;}
    .mb-s-3 { margin-bottom: 3px;}
    .mb-s-4 { margin-bottom: 4px;}
    .mb-s-5 { margin-bottom: 5px;}
    .mb-s-6 { margin-bottom: 6px;}
    .mb-s-7 { margin-bottom: 7px;}
    .mb-s-8 { margin-bottom: 8px;}
    .mb-s-9 { margin-bottom: 9px;}
    .mb-s-10 { margin-bottom: 10px;}
    .mb-s-15 { margin-bottom: 15px;}
    .mb-s-20 { margin-bottom: 20px;}
    .mb-s-25 { margin-bottom: 25px;}
    .mb-s-30 { margin-bottom: 30px;}
    .mb-s-35 { margin-bottom: 35px;}
    .mb-s-40 { margin-bottom: 40px;}
    .mb-s-45 { margin-bottom: 45px;}
    .mb-s-50 { margin-bottom: 50px;}
    .mb-s-60 { margin-bottom: 60px;}
    .mb-s-70 { margin-bottom: 70px;}
    .mb-s-80 { margin-bottom: 80px;}
    .mb-s-90 { margin-bottom: 90px;}
    .mb-s-100 { margin-bottom: 100px;}
    .mb-s-110 { margin-bottom: 110px;}
    .mb-s-120 { margin-bottom: 120px;}
    .mb-s-130 { margin-bottom: 130px;}
    .mb-s-140 { margin-bottom: 140px;}
    .mb-s-150 { margin-bottom: 150px;}
    .mb-s-200 { margin-bottom: 200px;}
    .mb-s-250 { margin-bottom: 250px;}
    .mb-s-300 { margin-bottom: 300px;}
    .ml-s-0 { margin-left: 0px;}
    .ml-s-1 { margin-left: 1px;}
    .ml-s-2 { margin-left: 2px;}
    .ml-s-3 { margin-left: 3px;}
    .ml-s-4 { margin-left: 4px;}
    .ml-s-5 { margin-left: 5px;}
    .ml-s-6 { margin-left: 6px;}
    .ml-s-7 { margin-left: 7px;}
    .ml-s-8 { margin-left: 8px;}
    .ml-s-9 { margin-left: 9px;}
    .ml-s-10 { margin-left: 10px;}
    .ml-s-15 { margin-left: 15px;}
    .ml-s-20 { margin-left: 20px;}
    .ml-s-25 { margin-left: 25px;}
    .ml-s-30 { margin-left: 30px;}
    .ml-s-35 { margin-left: 35px;}
    .ml-s-40 { margin-left: 40px;}
    .ml-s-45 { margin-left: 45px;}
    .ml-s-50 { margin-left: 50px;}
    .ml-s-60 { margin-left: 60px;}
    .ml-s-70 { margin-left: 70px;}
    .ml-s-80 { margin-left: 80px;}
    .ml-s-90 { margin-left: 90px;}
    .ml-s-100 { margin-left: 100px;}
    .ml-s-110 { margin-left: 110px;}
    .ml-s-120 { margin-left: 120px;}
    .ml-s-130 { margin-left: 130px;}
    .ml-s-140 { margin-left: 140px;}
    .ml-s-150 { margin-left: 150px;}
    .ml-s-200 { margin-left: 200px;}
    .ml-s-250 { margin-left: 250px;}
    .ml-s-300 { margin-left: 300px;}
    
    .mlr-s-0 { margin-left: 0px; margin-right: 0px;}
    .mlr-s-1 { margin-left: 1px; margin-right: 1px;}
    .mlr-s-2 { margin-left: 2px; margin-right: 2px;}
    .mlr-s-3 { margin-left: 3px; margin-right: 3px;}
    .mlr-s-4 { margin-left: 4px; margin-right: 4px;}
    .mlr-s-5 { margin-left: 5px; margin-right: 5px;}
    .mlr-s-6 { margin-left: 6px; margin-right: 6px;}
    .mlr-s-7 { margin-left: 7px; margin-right: 7px;}
    .mlr-s-8 { margin-left: 8px; margin-right: 8px;}
    .mlr-s-9 { margin-left: 9px; margin-right: 9px;}
    .mlr-s-10 { margin-left: 10px; margin-right: 10px;}
    .mlr-s-15 { margin-left: 15px; margin-right: 15px;}
    .mlr-s-20 { margin-left: 20px; margin-right: 20px;}
    .mlr-s-25 { margin-left: 25px; margin-right: 25px;}
    .mlr-s-30 { margin-left: 30px; margin-right: 30px;}
    .mlr-s-35 { margin-left: 35px; margin-right: 35px;}
    .mlr-s-40 { margin-left: 40px; margin-right: 40px;}
    .mlr-s-45 { margin-left: 45px; margin-right: 45px;}
    .mlr-s-50 { margin-left: 50px; margin-right: 50px;}
    .mlr-s-60 { margin-left: 60px; margin-right: 60px;}
    .mlr-s-70 { margin-left: 70px; margin-right: 70px;}
    .mlr-s-80 { margin-left: 80px; margin-right: 80px;}
    .mlr-s-90 { margin-left: 90px; margin-right: 90px;}
    .mlr-s-100 { margin-left: 100px; margin-right: 100px;}
    .mlr-s-110 { margin-left: 110px; margin-right: 110px;}
    .mlr-s-120 { margin-left: 120px; margin-right: 120px;}
    .mlr-s-130 { margin-left: 130px; margin-right: 130px;}
    .mlr-s-140 { margin-left: 140px; margin-right: 140px;}
    .mlr-s-150 { margin-left: 150px; margin-right: 150px;}
    .mlr-s-200 { margin-left: 200px; margin-right: 200px;}
    .mlr-s-250 { margin-left: 250px; margin-right: 250px;}
    .mlr-s-300 { margin-left: 300px; margin-right: 300px;}

    
    
    .mtb-s-0 { margin-top: 0px; margin-bottom: 0px;}
    .mtb-s-1 { margin-top: 1px; margin-bottom: 1px;}
    .mtb-s-2 { margin-top: 2px; margin-bottom: 2px;}
    .mtb-s-3 { margin-top: 3px; margin-bottom: 3px;}
    .mtb-s-4 { margin-top: 4px; margin-bottom: 4px;}
    .mtb-s-5 { margin-top: 5px; margin-bottom: 5px;}
    .mtb-s-6 { margin-top: 6px; margin-bottom: 6px;}
    .mtb-s-7 { margin-top: 7px; margin-bottom: 7px;}
    .mtb-s-8 { margin-top: 8px; margin-bottom: 8px;}
    .mtb-s-9 { margin-top: 9px; margin-bottom: 9px;}
    .mtb-s-10 { margin-top: 10px; margin-bottom: 10px;}
    .mtb-s-15 { margin-top: 15px; margin-bottom: 15px;}
    .mtb-s-20 { margin-top: 20px; margin-bottom: 20px;}
    .mtb-s-25 { margin-top: 25px; margin-bottom: 25px;}
    .mtb-s-30 { margin-top: 30px; margin-bottom: 30px;}
    .mtb-s-35 { margin-top: 35px; margin-bottom: 35px;}
    .mtb-s-40 { margin-top: 40px; margin-bottom: 40px;}
    .mtb-s-45 { margin-top: 45px; margin-bottom: 45px;}
    .mtb-s-50 { margin-top: 50px; margin-bottom: 50px;}
    .mtb-s-60 { margin-top: 60px; margin-bottom: 60px;}
    .mtb-s-70 { margin-top: 70px; margin-bottom: 70px;}
    .mtb-s-80 { margin-top: 80px; margin-bottom: 80px;}
    .mtb-s-90 { margin-top: 90px; margin-bottom: 90px;}
    .mtb-s-100 { margin-top: 100px; margin-bottom: 100px;}
    .mtb-s-110 { margin-top: 110px; margin-bottom: 110px;}
    .mtb-s-120 { margin-top: 120px; margin-bottom: 120px;}
    .mtb-s-130 { margin-top: 130px; margin-bottom: 130px;}
    .mtb-s-140 { margin-top: 140px; margin-bottom: 140px;}
    .mtb-s-150 { margin-top: 150px; margin-bottom: 150px;}
    .mtb-s-200 { margin-top: 200px; margin-bottom: 200px;}
    .mtb-s-250 { margin-top: 250px; margin-bottom: 250px;}
    .mtb-s-300 { margin-top: 300px; margin-bottom: 300px;}


 
    .top-s-0 {top: 0px;}
    .top-s-5 {top: 5px;}
    .top-s-10 {top: 10px;}
    .top-s-15 {top: 15px;}
    .top-s-20 {top: 20px;}
    .top-s-25 {top: 25px;}
    .top-s-30 {top: 30px;}
    .top-s-35 {top: 35px;}
    .top-s-40 {top: 40px;}
    .top-s-45 {top: 45px;}
    .top-s-50 {top: 50px;}
    .top-s-60 {top: 60px;}
    .top-s-70 {top: 70px;}
    .top-s-80 {top: 80px;}
    .top-s-90 {top: 90px;}
    .top-s-100 {top: 100px;}
    .top-s-110 {top: 110px;}
    .top-s-120 {top: 120px;}
    .top-s-130 {top: 130px;}
    .top-s-140 {top: 140px;}
    .top-s-150 {top: 150px;}
    .top-s-160 {top: 160px;}
    .top-s-170 {top: 170px;}
    .top-s-180 {top: 180px;}
    .top-s-190 {top: 190px;}
    .top-s-200 {top: 200px;}
    .top-s-250 {top: 250px;}
    .top-s-300 {top: 300px;}
    .top-s-350 {top: 350px;}
    .top-s-400 {top: 400px;}
    .top-s-500 {top: 500px;}

    .bottom-s-0 {bottom: 0px;}
    .bottom-s-5 {bottom: 1px;}
    .bottom-s-10 {bottom: 10px;}
    .bottom-s-15 {bottom: 15px;}
    .bottom-s-20 {bottom: 20px;}
    .bottom-s-25 {bottom: 25px;}
    .bottom-s-30 {bottom: 30px;}
    .bottom-s-35 {bottom: 35px;}
    .bottom-s-40 {bottom: 40px;}
    .bottom-s-45 {bottom: 45px;}
    .bottom-s-50 {bottom: 50px;}
    .bottom-s-60 {bottom: 60px;}
    .bottom-s-70 {bottom: 70px;}
    .bottom-s-80 {bottom: 80px;}
    .bottom-s-90 {bottom: 90px;}
    .bottom-s-100 {bottom: 100px;}
    .bottom-s-110 {bottom: 110px;}
    .bottom-s-120 {bottom: 120px;}
    .bottom-s-130 {bottom: 130px;}
    .bottom-s-140 {bottom: 140px;}
    .bottom-s-150 {bottom: 150px;}
    .bottom-s-160 {bottom: 160px;}
    .bottom-s-170 {bottom: 170px;}
    .bottom-s-180 {bottom: 180px;}
    .bottom-s-190 {bottom: 190px;}
    .bottom-s-200 {bottom: 200px;}
    .bottom-s-250 {bottom: 250px;}
    .bottom-s-300 {bottom: 300px;}
    .bottom-s-350 {bottom: 350px;}
    .bottom-s-400 {bottom: 400px;}
    .bottom-s-500 {bottom: 500px;}

    .left-s-0 {left: 0px;}
    .left-s-5 {left: 1px;}
    .left-s-10 {left: 10px;}
    .left-s-15 {left: 15px;}
    .left-s-20 {left: 20px;}
    .left-s-25 {left: 25px;}
    .left-s-30 {left: 30px;}
    .left-s-35 {left: 35px;}
    .left-s-40 {left: 40px;}
    .left-s-45 {left: 45px;}
    .left-s-50 {left: 50px;}
    .left-s-60 {left: 60px;}
    .left-s-70 {left: 70px;}
    .left-s-80 {left: 80px;}
    .left-s-90 {left: 90px;}
    .left-s-100 {left: 100px;}
    .left-s-110 {left: 110px;}
    .left-s-120 {left: 120px;}
    .left-s-130 {left: 130px;}
    .left-s-140 {left: 140px;}
    .left-s-150 {left: 150px;}
    .left-s-160 {left: 160px;}
    .left-s-170 {left: 170px;}
    .left-s-180 {left: 180px;}
    .left-s-190 {left: 190px;}
    .left-s-200 {left: 200px;}
    .left-s-250 {left: 250px;}
    .left-s-300 {left: 300px;}
    .left-s-350 {left: 350px;}
    .left-s-400 {left: 400px;}
    .left-s-500 {left: 500px;}

    .right-s-0 {right: 0px;}
    .right-s-5 {right: 1px;}
    .right-s-10 {right: 10px;}
    .right-s-15 {right: 15px;}
    .right-s-20 {right: 20px;}
    .right-s-25 {right: 25px;}
    .right-s-30 {right: 30px;}
    .right-s-35 {right: 35px;}
    .right-s-40 {right: 40px;}
    .right-s-45 {right: 45px;}
    .right-s-50 {right: 50px;}
    .right-s-60 {right: 60px;}
    .right-s-70 {right: 70px;}
    .right-s-80 {right: 80px;}
    .right-s-90 {right: 90px;}
    .right-s-100 {right: 100px;}
    .right-s-110 {right: 110px;}
    .right-s-120 {right: 120px;}
    .right-s-130 {right: 130px;}
    .right-s-140 {right: 140px;}
    .right-s-150 {right: 150px;}
    .right-s-160 {right: 160px;}
    .right-s-170 {right: 170px;}
    .right-s-180 {right: 180px;}
    .right-s-190 {right: 190px;}
    .right-s-200 {right: 200px;}
    .right-s-250 {right: 250px;}
    .right-s-300 {right: 300px;}
    .right-s-350 {right: 350px;}
    .right-s-400 {right: 400px;}
    .right-s-480 {right: 500px;}

    .s-text-center{text-align:center !important}
    .s-text-left{text-align:left !important}
    .s-text-right{text-align:right !important}
    .font-s-200{font-weight: 200;}
    .font-s-300{font-weight: 300;}
    .font-s-400{font-weight: 400;}
    .font-s-500{font-weight: 500;}
    .font-s-600{font-weight: 600;}
    .font-s-700{font-weight: 700;}
    .font-s-800{font-weight: 800;}
    .font-s-bold{font-weight: bold;}
          
    .font-s-8{font-size: 8px;}
    .font-s-9{font-size: 9px;}
    .font-s-12{font-size: 12px;}
    .font-s-13{font-size: 13px;}
    .font-s-14{font-size: 14px;}
    .font-s-15{font-size: 15px;}
    .font-s-16{font-size: 16px;}
    .font-s-17{font-size: 17px;}
    .font-s-18{font-size: 18px;}
    .font-s-19{font-size: 19px;}
    .font-s-20{font-size: 20px;}
    .font-s-21{font-size: 21px;}
    .font-s-22{font-size: 22px;}
    .font-s-23{font-size: 23px;}
    .font-s-24{font-size: 24px;}
    .font-s-25{font-size: 25px;}
    .font-s-26{font-size: 26px;}
    .font-s-28{font-size: 27px;}
    .font-s-28{font-size: 28px;}
    .font-s-28{font-size: 29px;}
    .font-s-30{font-size: 30px;}
    .font-s-32{font-size: 32px;}
    .font-s-34{font-size: 34px;}
    .font-s-36{font-size: 36px;}
    .font-s-38{font-size: 38px;}
    .font-s-40{font-size: 40px;}
    .font-s-42{font-size: 42px;}
    .font-s-44{font-size: 44px;}
    .font-s-46{font-size: 46px;}
    .font-s-48{font-size: 48px;}
    .font-s-50{font-size: 50px;}
    .font-s-52{font-size: 52px;}
    .font-s-54{font-size: 54px;}
    .font-s-56{font-size: 56px;}
    .font-s-58{font-size: 58px;}
    .font-s-60{font-size: 60px;}
    .font-s-62{font-size: 62px;}
    .font-s-64{font-size: 64px;}
    .font-s-66{font-size: 66px;}
    .font-s-68{font-size: 68px;}
    .font-s-70{font-size: 70px;}
    .font-s-72{font-size: 72px;}
    .font-s-74{font-size: 74px;}
    .font-s-76{font-size: 76px;}
    .font-s-78{font-size: 78px;}
    .font-s-80{font-size: 80px;}

    
    .lineheight-s-10 { line-height: 1em;}
    .lineheight-s-11 { line-height: 1.1em;}
    .lineheight-s-12 { line-height: 1.2em;}
    .lineheight-s-13 { line-height: 1.3em;}
    .lineheight-s-14 { line-height: 1.4em;}
    .lineheight-s-15 { line-height: 1.5em;}
    .lineheight-s-16 { line-height: 1.6em;}
    .lineheight-s-17 { line-height: 1.7em;}
    .lineheight-s-18 { line-height: 1.8em;}
    .lineheight-s-19 { line-height: 1.9em;}
    .lineheight-s-20 { line-height: 2em;}

    .hidden-s {display: none !important;}
    .show-s { display: initial !important;}
    
}

/* Mobil Dikey */
@media only screen and (max-width: 359px){
    .col5xs,.col10xs,.col15xs,.col20xs,.col25xs,.col30xs,.col33xs,.col35xs,.col40xs,.col45xs,.col50xs,.col55xs,.col60xs,.col65xs,.col66xs,.col70xs,.col75xs,.col80xs,.col85xs,.col90xs,.col95xs,.col100xs{
        display: block;
        float: left;
    }
    .col5xs{    width: 5%}
    .col10xs{   width: 10%}
    .col15xs{   width: 15%}
    .col16xs{ width: 16.66%}
    .col20xs{   width: 20%}
    .col25xs{   width: 25%}
    .col30xs{   width: 30%}
    .col33xs{   width: 33.333%}
    .col35xs{   width: 35%}
    .col40xs{   width: 40%}
    .col45xs{   width: 45%}
    .col50xs{   width: 50%}
    .col55xs{   width: 55%}
    .col60xs{   width: 60%}
    .col65xs{   width: 65%}
    .col66xs{   width: 66.666%}
    .col70xs{   width: 70%}
    .col75xs{   width: 75%}
    .col80xs{   width: 80%}
    .col85xs{   width: 85%}
    .col90xs{   width: 90%}
    .col95xs{   width: 95%}
    .col100xs{ width: 100%}
    
    .col0xs-o{ margin-left: 0%}
    .col5xs-o{ margin-left: 5%}
    .col10xs-o{ margin-left: 10%}
    .col15xs-o{ margin-left: 15%}
    .col16xs-o{ margin-left: 16.66%}
    .col20xs-o{ margin-left: 20%}
    .col25xs-o{ margin-left: 25%}
    .col30xs-o{ margin-left: 30%}
    .col33xs-o{ margin-left: 33.333%}
    .col35xs-o{ margin-left: 35%}
    .col40xs-o{ margin-left: 40%}
    .col45xs-o{ margin-left: 45%}
    .col50xs-o{ margin-left: 50%}
    .col55xs-o{ margin-left: 55%}
    .col60xs-o{ margin-left: 60%}
    .col65xs-o{ margin-left: 65%}
    .col66xs-o{ margin-left: 66.666%}
    .col70xs-o{ margin-left: 70%}
    .col75xs-o{ margin-left: 75%}
    .col80xs-o{ margin-left: 80%}
    .col85xs-o{ margin-left: 85%}
    .col90xs-o{ margin-left: 90%}
    .col95xs-o{ margin-left: 95%}
    
    .xs-display-ib{ display: inline-block !important;}
    .xs-display-b{ display: block !important;}
    .xs-display-i{ display: inline !important;}
    .xs-display-t{ display: table !important;}
    .xs-display-tc{ display: table-cell !important;}
    .xs-display-tr{ display: table-row !important;}
    .xs-position-relative { position: relative !important;}
    .xs-position-absolute { position: absolute !important;}
    .xs-position-fixed { position: fixed !important;}

    .row-xs-0{ margin-right: 0px; margin-left: 0px;}
    .row-xs-5{ margin-right: -5px; margin-left: -5px;}
    .row-xs-10{ margin-right: -10px; margin-left: -10px;}
    .row-xs-15{ margin-right: -15px; margin-left: -15px;}
    .row-xs-20{ margin-right: -20px; margin-left: -20px;}
    .row-xs-25{ margin-right: -25px; margin-left: -25px;}
    .row-xs-30{ margin-right: -30px; margin-left: -30px;}
    .row-xs-35{ margin-right: -35px; margin-left: -35px;}
    .row-xs-40{ margin-right: -40px; margin-left: -40px;}
    .row-xs-45{ margin-right: -45px; margin-left: -45px;}
    .row-xs-50{ margin-right: -50px; margin-left: -50px;}
    .row-xs-60{ margin-right: -60px; margin-left: -60px;}
    .row-xs-70{ margin-right: -70px; margin-left: -70px;}
    .row-xs-80{ margin-right: -80px; margin-left: -80px;}
    .row-xs-90{ margin-right: -90px; margin-left: -90px;}
    .row-xs-100{ margin-right: -100px; margin-left: -100px;}
    
    .row-xs-0:after,
    .row-xs-5:after,
    .row-xs-10:after,
    .row-xs-15:after,
    .row-xs-20:after,
    .row-xs-25:after,
    .row-xs-30:after,
    .row-xs-35:after,
    .row-xs-40:after,
    .row-xs-45:after,
    .row-xs-50:after,
    .row-xs-60:after,
    .row-xs-70:after,
    .row-xs-80:after,
    .row-xs-90:after,
    .row-xs-100:after {
        content: '';
        display: block;
        clear: both;
    }

    
    .row-item-lg-1 > *{ clear: none;}
    .row-item-lg-2 > *:nth-child(2n + 1){ clear: none;}
    .row-item-lg-3 > *:nth-child(3n + 1){ clear: none;}
    .row-item-lg-4 > *:nth-child(4n + 1){ clear: none;}
    .row-item-lg-5 > *:nth-child(5n + 1){ clear: none;}
    .row-item-lg-6 > *:nth-child(6n + 1){ clear: none;}
    .row-item-lg-7 > *:nth-child(7n + 1){ clear: none;}
    .row-item-lg-8 > *:nth-child(8n + 1){ clear: none;}
    .row-item-lg-9 > *:nth-child(9n + 1){ clear: none;}
    .row-item-lg-10 > *:nth-child(10n + 1){ clear: none;}
    .row-item-lg-11 > *:nth-child(11n + 1){ clear: none;}
    .row-item-lg-12 > *:nth-child(12n + 1){ clear: none;}

    .row-item-xs-1 > *{ clear: both;}
    .row-item-xs-2 > *:nth-child(2n + 1){ clear: both;}
    .row-item-xs-3 > *:nth-child(3n + 1){ clear: both;}
    .row-item-xs-4 > *:nth-child(4n + 1){ clear: both;}
    .row-item-xs-5 > *:nth-child(5n + 1){ clear: both;}
    .row-item-xs-6 > *:nth-child(6n + 1){ clear: both;}
    .row-item-xs-7 > *:nth-child(7n + 1){ clear: both;}
    .row-item-xs-8 > *:nth-child(8n + 1){ clear: both;}
    .row-item-xs-9 > *:nth-child(9n + 1){ clear: both;}
    .row-item-xs-10 > *:nth-child(10n + 1){ clear: both;}
    .row-item-xs-11 > *:nth-child(11n + 1){ clear: both;}
    .row-item-xs-12 > *:nth-child(12n + 1){ clear: both;}


    .p-xs-0{ padding: 0px;}
    .p-xs-1{ padding: 1px;}
    .p-xs-2{ padding: 2px;}
    .p-xs-3{ padding: 3px;}
    .p-xs-4{ padding: 4px;}
    .p-xs-5{ padding: 5px;}
    .p-xs-6{ padding: 6px;}
    .p-xs-7{ padding: 7px;}
    .p-xs-8{ padding: 8px;}
    .p-xs-9{ padding: 9px;}
    .p-xs-10{ padding: 10px;}
    .p-xs-15{ padding: 15px;}
    .p-xs-20{ padding: 20px;}
    .p-xs-25{ padding: 25px;}
    .p-xs-30{ padding: 30px;}
    .p-xs-35{ padding: 35px;}
    .p-xs-40{ padding: 40px;}
    .p-xs-45{ padding: 45px;}
    .p-xs-50{ padding: 50px;}
    .p-xs-60{ padding: 60px;}
    .p-xs-70{ padding: 70px;}
    .p-xs-80{ padding: 80px;}
    .p-xs-90{ padding: 90px;}
    .p-xs-100{ padding: 100px;}
    .p-xs-110{ padding: 110px;}
    .p-xs-120{ padding: 120px;}
    .p-xs-130{ padding: 130px;}
    .p-xs-140{ padding: 140px;}
    .p-xs-150{ padding: 150px;}
    .p-xs-200{ padding: 200px;}
    .p-xs-250{ padding: 250px;}
    .p-xs-300{ padding: 300px;}

    .pt-xs-0 { padding-top: 0px;}
    .pt-xs-1 { padding-top: 1px;}
    .pt-xs-2 { padding-top: 2px;}
    .pt-xs-3 { padding-top: 3px;}
    .pt-xs-4 { padding-top: 4px;}
    .pt-xs-5 { padding-top: 5px;}
    .pt-xs-6 { padding-top: 6px;}
    .pt-xs-7 { padding-top: 7px;}
    .pt-xs-8 { padding-top: 8px;}
    .pt-xs-9 { padding-top: 9px;}
    .pt-xs-10 { padding-top: 10px;}
    .pt-xs-15 { padding-top: 15px;}
    .pt-xs-20 { padding-top: 20px;}
    .pt-xs-25 { padding-top: 25px;}
    .pt-xs-30 { padding-top: 30px;}
    .pt-xs-35 { padding-top: 35px;}
    .pt-xs-40 { padding-top: 40px;}
    .pt-xs-45 { padding-top: 45px;}
    .pt-xs-50 { padding-top: 50px;}
    .pt-xs-60 { padding-top: 60px;}
    .pt-xs-70 { padding-top: 70px;}
    .pt-xs-80 { padding-top: 80px;}
    .pt-xs-90 { padding-top: 90px;}
    .pt-xs-100 { padding-top: 100px;}
    .pt-xs-110 { padding-top: 110px;}
    .pt-xs-120 { padding-top: 120px;}
    .pt-xs-130 { padding-top: 130px;}
    .pt-xs-140 { padding-top: 140px;}
    .pt-xs-150 { padding-top: 150px;}
    .pt-xs-200 { padding-top: 200px;}
    .pt-xs-250 { padding-top: 250px;}
    .pt-xs-300 { padding-top: 300px;}
    .pr-xs-0 { padding-right: 0px;}
    .pr-xs-1 { padding-right: 1px;}
    .pr-xs-2 { padding-right: 2px;}
    .pr-xs-3 { padding-right: 3px;}
    .pr-xs-4 { padding-right: 4px;}
    .pr-xs-5 { padding-right: 5px;}
    .pr-xs-6 { padding-right: 6px;}
    .pr-xs-7 { padding-right: 7px;}
    .pr-xs-8 { padding-right: 8px;}
    .pr-xs-9 { padding-right: 9px;}
    .pr-xs-10 { padding-right: 10px;}
    .pr-xs-15 { padding-right: 15px;}
    .pr-xs-20 { padding-right: 20px;}
    .pr-xs-25 { padding-right: 25px;}
    .pr-xs-30 { padding-right: 30px;}
    .pr-xs-35 { padding-right: 35px;}
    .pr-xs-40 { padding-right: 40px;}
    .pr-xs-45 { padding-right: 45px;}
    .pr-xs-50 { padding-right: 50px;}
    .pr-xs-60 { padding-right: 60px;}
    .pr-xs-70 { padding-right: 70px;}
    .pr-xs-80 { padding-right: 80px;}
    .pr-xs-90 { padding-right: 90px;}
    .pr-xs-100 { padding-right: 100px;}
    .pr-xs-110 { padding-right: 110px;}
    .pr-xs-120 { padding-right: 120px;}
    .pr-xs-130 { padding-right: 130px;}
    .pr-xs-140 { padding-right: 140px;}
    .pr-xs-150 { padding-right: 150px;}
    .pr-xs-200 { padding-right: 200px;}
    .pr-xs-250 { padding-right: 250px;}
    .pr-xs-300 { padding-right: 300px;}
    .pb-xs-0 { padding-bottom: 0px;}
    .pb-xs-1 { padding-bottom: 1px;}
    .pb-xs-2 { padding-bottom: 2px;}
    .pb-xs-3 { padding-bottom: 3px;}
    .pb-xs-4 { padding-bottom: 4px;}
    .pb-xs-5 { padding-bottom: 5px;}
    .pb-xs-6 { padding-bottom: 6px;}
    .pb-xs-7 { padding-bottom: 7px;}
    .pb-xs-8 { padding-bottom: 8px;}
    .pb-xs-9 { padding-bottom: 9px;}
    .pb-xs-10 { padding-bottom: 10px;}
    .pb-xs-15 { padding-bottom: 15px;}
    .pb-xs-20 { padding-bottom: 20px;}
    .pb-xs-25 { padding-bottom: 25px;}
    .pb-xs-30 { padding-bottom: 30px;}
    .pb-xs-35 { padding-bottom: 35px;}
    .pb-xs-40 { padding-bottom: 40px;}
    .pb-xs-45 { padding-bottom: 45px;}
    .pb-xs-50 { padding-bottom: 50px;}
    .pb-xs-60 { padding-bottom: 60px;}
    .pb-xs-70 { padding-bottom: 70px;}
    .pb-xs-80 { padding-bottom: 80px;}
    .pb-xs-90 { padding-bottom: 90px;}
    .pb-xs-100 { padding-bottom: 100px;}
    .pb-xs-110 { padding-bottom: 110px;}
    .pb-xs-120 { padding-bottom: 120px;}
    .pb-xs-130 { padding-bottom: 130px;}
    .pb-xs-140 { padding-bottom: 140px;}
    .pb-xs-150 { padding-bottom: 150px;}
    .pb-xs-200 { padding-bottom: 200px;}
    .pb-xs-250 { padding-bottom: 250px;}
    .pb-xs-300 { padding-bottom: 300px;}
    .pl-xs-0 { padding-left: 0px;}
    .pl-xs-1 { padding-left: 1px;}
    .pl-xs-2 { padding-left: 2px;}
    .pl-xs-3 { padding-left: 3px;}
    .pl-xs-4 { padding-left: 4px;}
    .pl-xs-5 { padding-left: 5px;}
    .pl-xs-6 { padding-left: 6px;}
    .pl-xs-7 { padding-left: 7px;}
    .pl-xs-8 { padding-left: 8px;}
    .pl-xs-9 { padding-left: 9px;}
    .pl-xs-10 { padding-left: 10px;}
    .pl-xs-15 { padding-left: 15px;}
    .pl-xs-20 { padding-left: 20px;}
    .pl-xs-25 { padding-left: 25px;}
    .pl-xs-30 { padding-left: 30px;}
    .pl-xs-35 { padding-left: 35px;}
    .pl-xs-40 { padding-left: 40px;}
    .pl-xs-45 { padding-left: 45px;}
    .pl-xs-50 { padding-left: 50px;}
    .pl-xs-60 { padding-left: 60px;}
    .pl-xs-70 { padding-left: 70px;}
    .pl-xs-80 { padding-left: 80px;}
    .pl-xs-90 { padding-left: 90px;}
    .pl-xs-100 { padding-left: 100px;}
    .pl-xs-110 { padding-left: 110px;}
    .pl-xs-120 { padding-left: 120px;}
    .pl-xs-130 { padding-left: 130px;}
    .pl-xs-140 { padding-left: 140px;}
    .pl-xs-150 { padding-left: 150px;}
    .pl-xs-200 { padding-left: 200px;}
    .pl-xs-250 { padding-left: 250px;}
    .pl-xs-300 { padding-left: 300px;}
    
    .plr-xs-0 { padding-left: 0px; padding-right: 0px;}
    .plr-xs-1 { padding-left: 1px; padding-right: 1px;}
    .plr-xs-2 { padding-left: 2px; padding-right: 2px;}
    .plr-xs-3 { padding-left: 3px; padding-right: 3px;}
    .plr-xs-4 { padding-left: 4px; padding-right: 4px;}
    .plr-xs-5 { padding-left: 5px; padding-right: 5px;}
    .plr-xs-6 { padding-left: 6px; padding-right: 6px;}
    .plr-xs-7 { padding-left: 7px; padding-right: 7px;}
    .plr-xs-8 { padding-left: 8px; padding-right: 8px;}
    .plr-xs-9 { padding-left: 9px; padding-right: 9px;}
    .plr-xs-10 { padding-left: 10px; padding-right: 10px;}
    .plr-xs-15 { padding-left: 15px; padding-right: 15px;}
    .plr-xs-20 { padding-left: 20px; padding-right: 20px;}
    .plr-xs-25 { padding-left: 25px; padding-right: 25px;}
    .plr-xs-30 { padding-left: 30px; padding-right: 30px;}
    .plr-xs-35 { padding-left: 35px; padding-right: 35px;}
    .plr-xs-40 { padding-left: 40px; padding-right: 40px;}
    .plr-xs-45 { padding-left: 45px; padding-right: 45px;}
    .plr-xs-50 { padding-left: 50px; padding-right: 50px;}
    .plr-xs-60 { padding-left: 60px; padding-right: 60px;}
    .plr-xs-70 { padding-left: 70px; padding-right: 70px;}
    .plr-xs-80 { padding-left: 80px; padding-right: 80px;}
    .plr-xs-90 { padding-left: 90px; padding-right: 90px;}
    .plr-xs-100 { padding-left: 100px; padding-right: 100px;}
    .plr-xs-110 { padding-left: 110px; padding-right: 110px;}
    .plr-xs-120 { padding-left: 120px; padding-right: 120px;}
    .plr-xs-130 { padding-left: 130px; padding-right: 130px;}
    .plr-xs-140 { padding-left: 140px; padding-right: 140px;}
    .plr-xs-150 { padding-left: 150px; padding-right: 150px;}
    .plr-xs-200 { padding-left: 200px; padding-right: 200px;}
    .plr-xs-250 { padding-left: 250px; padding-right: 250px;}
    .plr-xs-300 { padding-left: 300px; padding-right: 300px;}

    
    .ptb-xs-0 { padding-top: 0px; padding-bottom: 0px;}
    .ptb-xs-1 { padding-top: 1px; padding-bottom: 1px;}
    .ptb-xs-2 { padding-top: 2px; padding-bottom: 2px;}
    .ptb-xs-3 { padding-top: 3px; padding-bottom: 3px;}
    .ptb-xs-4 { padding-top: 4px; padding-bottom: 4px;}
    .ptb-xs-5 { padding-top: 5px; padding-bottom: 5px;}
    .ptb-xs-6 { padding-top: 6px; padding-bottom: 6px;}
    .ptb-xs-7 { padding-top: 7px; padding-bottom: 7px;}
    .ptb-xs-8 { padding-top: 8px; padding-bottom: 8px;}
    .ptb-xs-9 { padding-top: 9px; padding-bottom: 9px;}
    .ptb-xs-10 { padding-top: 10px; padding-bottom: 10px;}
    .ptb-xs-15 { padding-top: 15px; padding-bottom: 15px;}
    .ptb-xs-20 { padding-top: 20px; padding-bottom: 20px;}
    .ptb-xs-25 { padding-top: 25px; padding-bottom: 25px;}
    .ptb-xs-30 { padding-top: 30px; padding-bottom: 30px;}
    .ptb-xs-35 { padding-top: 35px; padding-bottom: 35px;}
    .ptb-xs-40 { padding-top: 40px; padding-bottom: 40px;}
    .ptb-xs-45 { padding-top: 45px; padding-bottom: 45px;}
    .ptb-xs-50 { padding-top: 50px; padding-bottom: 50px;}
    .ptb-xs-60 { padding-top: 60px; padding-bottom: 60px;}
    .ptb-xs-70 { padding-top: 70px; padding-bottom: 70px;}
    .ptb-xs-80 { padding-top: 80px; padding-bottom: 80px;}
    .ptb-xs-90 { padding-top: 90px; padding-bottom: 90px;}
    .ptb-xs-100 { padding-top: 100px; padding-bottom: 100px;}
    .ptb-xs-110 { padding-top: 110px; padding-bottom: 110px;}
    .ptb-xs-120 { padding-top: 120px; padding-bottom: 120px;}
    .ptb-xs-130 { padding-top: 130px; padding-bottom: 130px;}
    .ptb-xs-140 { padding-top: 140px; padding-bottom: 140px;}
    .ptb-xs-150 { padding-top: 150px; padding-bottom: 150px;}
    .ptb-xs-200 { padding-top: 200px; padding-bottom: 200px;}
    .ptb-xs-250 { padding-top: 250px; padding-bottom: 250px;}
    .ptb-xs-300 { padding-top: 300px; padding-bottom: 300px;}


    .m-xs-0{ padding: 0px;}
    .m-xs-1{ padding: 1px;}
    .m-xs-2{ padding: 2px;}
    .m-xs-3{ padding: 3px;}
    .m-xs-4{ padding: 4px;}
    .m-xs-5{ padding: 5px;}
    .m-xs-6{ padding: 6px;}
    .m-xs-7{ padding: 7px;}
    .m-xs-8{ padding: 8px;}
    .m-xs-9{ padding: 9px;}
    .m-xs-10{ padding: 10px;}
    .m-xs-15{ padding: 15px;}
    .m-xs-20{ padding: 20px;}
    .m-xs-25{ padding: 25px;}
    .m-xs-30{ padding: 30px;}
    .m-xs-35{ padding: 35px;}
    .m-xs-40{ padding: 40px;}
    .m-xs-45{ padding: 45px;}
    .m-xs-50{ padding: 50px;}
    .m-xs-60{ padding: 60px;}
    .m-xs-70{ padding: 70px;}
    .m-xs-80{ padding: 80px;}
    .m-xs-90{ padding: 90px;}
    .m-xs-100{ padding: 100px;}
    .m-xs-110{ padding: 110px;}
    .m-xs-120{ padding: 120px;}
    .m-xs-130{ padding: 130px;}
    .m-xs-140{ padding: 140px;}
    .m-xs-150{ padding: 150px;}
    .m-xs-200{ padding: 200px;}
    .m-xs-250{ padding: 250px;}
    .m-xs-300{ padding: 300px;}

    .m-xs-auto{ margin-left: auto; margin-right: auto}
    
    .mt-xs-0 { margin-top: 0px;}
    .mt-xs-1 { margin-top: 1px;}
    .mt-xs-2 { margin-top: 2px;}
    .mt-xs-3 { margin-top: 3px;}
    .mt-xs-4 { margin-top: 4px;}
    .mt-xs-5 { margin-top: 5px;}
    .mt-xs-6 { margin-top: 6px;}
    .mt-xs-7 { margin-top: 7px;}
    .mt-xs-8 { margin-top: 8px;}
    .mt-xs-9 { margin-top: 9px;}
    .mt-xs-10 { margin-top: 10px;}
    .mt-xs-15 { margin-top: 15px;}
    .mt-xs-20 { margin-top: 20px;}
    .mt-xs-25 { margin-top: 25px;}
    .mt-xs-30 { margin-top: 30px;}
    .mt-xs-35 { margin-top: 35px;}
    .mt-xs-40 { margin-top: 40px;}
    .mt-xs-45 { margin-top: 45px;}
    .mt-xs-50 { margin-top: 50px;}
    .mt-xs-60 { margin-top: 60px;}
    .mt-xs-70 { margin-top: 70px;}
    .mt-xs-80 { margin-top: 80px;}
    .mt-xs-90 { margin-top: 90px;}
    .mt-xs-100 { margin-top: 100px;}
    .mt-xs-110 { margin-top: 110px;}
    .mt-xs-120 { margin-top: 120px;}
    .mt-xs-130 { margin-top: 130px;}
    .mt-xs-140 { margin-top: 140px;}
    .mt-xs-150 { margin-top: 150px;}
    .mt-xs-200 { margin-top: 200px;}
    .mt-xs-250 { margin-top: 250px;}
    .mt-xs-300 { margin-top: 300px;}
    .mr-xs-0 { margin-right: 0px;}
    .mr-xs-1 { margin-right: 1px;}
    .mr-xs-2 { margin-right: 2px;}
    .mr-xs-3 { margin-right: 3px;}
    .mr-xs-4 { margin-right: 4px;}
    .mr-xs-5 { margin-right: 5px;}
    .mr-xs-6 { margin-right: 6px;}
    .mr-xs-7 { margin-right: 7px;}
    .mr-xs-8 { margin-right: 8px;}
    .mr-xs-9 { margin-right: 9px;}
    .mr-xs-10 { margin-right: 10px;}
    .mr-xs-15 { margin-right: 15px;}
    .mr-xs-20 { margin-right: 20px;}
    .mr-xs-25 { margin-right: 25px;}
    .mr-xs-30 { margin-right: 30px;}
    .mr-xs-35 { margin-right: 35px;}
    .mr-xs-40 { margin-right: 40px;}
    .mr-xs-45 { margin-right: 45px;}
    .mr-xs-50 { margin-right: 50px;}
    .mr-xs-60 { margin-right: 60px;}
    .mr-xs-70 { margin-right: 70px;}
    .mr-xs-80 { margin-right: 80px;}
    .mr-xs-90 { margin-right: 90px;}
    .mr-xs-100 { margin-right: 100px;}
    .mr-xs-110 { margin-right: 110px;}
    .mr-xs-120 { margin-right: 120px;}
    .mr-xs-130 { margin-right: 130px;}
    .mr-xs-140 { margin-right: 140px;}
    .mr-xs-150 { margin-right: 150px;}
    .mr-xs-200 { margin-right: 200px;}
    .mr-xs-250 { margin-right: 250px;}
    .mr-xs-300 { margin-right: 300px;}
    .mb-xs-0 { margin-bottom: 0px;}
    .mb-xs-1 { margin-bottom: 1px;}
    .mb-xs-2 { margin-bottom: 2px;}
    .mb-xs-3 { margin-bottom: 3px;}
    .mb-xs-4 { margin-bottom: 4px;}
    .mb-xs-5 { margin-bottom: 5px;}
    .mb-xs-6 { margin-bottom: 6px;}
    .mb-xs-7 { margin-bottom: 7px;}
    .mb-xs-8 { margin-bottom: 8px;}
    .mb-xs-9 { margin-bottom: 9px;}
    .mb-xs-10 { margin-bottom: 10px;}
    .mb-xs-15 { margin-bottom: 15px;}
    .mb-xs-20 { margin-bottom: 20px;}
    .mb-xs-25 { margin-bottom: 25px;}
    .mb-xs-30 { margin-bottom: 30px;}
    .mb-xs-35 { margin-bottom: 35px;}
    .mb-xs-40 { margin-bottom: 40px;}
    .mb-xs-45 { margin-bottom: 45px;}
    .mb-xs-50 { margin-bottom: 50px;}
    .mb-xs-60 { margin-bottom: 60px;}
    .mb-xs-70 { margin-bottom: 70px;}
    .mb-xs-80 { margin-bottom: 80px;}
    .mb-xs-90 { margin-bottom: 90px;}
    .mb-xs-100 { margin-bottom: 100px;}
    .mb-xs-110 { margin-bottom: 110px;}
    .mb-xs-120 { margin-bottom: 120px;}
    .mb-xs-130 { margin-bottom: 130px;}
    .mb-xs-140 { margin-bottom: 140px;}
    .mb-xs-150 { margin-bottom: 150px;}
    .mb-xs-200 { margin-bottom: 200px;}
    .mb-xs-250 { margin-bottom: 250px;}
    .mb-xs-300 { margin-bottom: 300px;}
    .ml-xs-0 { margin-left: 0px;}
    .ml-xs-1 { margin-left: 1px;}
    .ml-xs-2 { margin-left: 2px;}
    .ml-xs-3 { margin-left: 3px;}
    .ml-xs-4 { margin-left: 4px;}
    .ml-xs-5 { margin-left: 5px;}
    .ml-xs-6 { margin-left: 6px;}
    .ml-xs-7 { margin-left: 7px;}
    .ml-xs-8 { margin-left: 8px;}
    .ml-xs-9 { margin-left: 9px;}
    .ml-xs-10 { margin-left: 10px;}
    .ml-xs-15 { margin-left: 15px;}
    .ml-xs-20 { margin-left: 20px;}
    .ml-xs-25 { margin-left: 25px;}
    .ml-xs-30 { margin-left: 30px;}
    .ml-xs-35 { margin-left: 35px;}
    .ml-xs-40 { margin-left: 40px;}
    .ml-xs-45 { margin-left: 45px;}
    .ml-xs-50 { margin-left: 50px;}
    .ml-xs-60 { margin-left: 60px;}
    .ml-xs-70 { margin-left: 70px;}
    .ml-xs-80 { margin-left: 80px;}
    .ml-xs-90 { margin-left: 90px;}
    .ml-xs-100 { margin-left: 100px;}
    .ml-xs-110 { margin-left: 110px;}
    .ml-xs-120 { margin-left: 120px;}
    .ml-xs-130 { margin-left: 130px;}
    .ml-xs-140 { margin-left: 140px;}
    .ml-xs-150 { margin-left: 150px;}
    .ml-xs-200 { margin-left: 200px;}
    .ml-xs-250 { margin-left: 250px;}
    .ml-xs-300 { margin-left: 300px;}
    
    .mlr-xs-0 { margin-left: 0px; margin-right: 0px;}
    .mlr-xs-1 { margin-left: 1px; margin-right: 1px;}
    .mlr-xs-2 { margin-left: 2px; margin-right: 2px;}
    .mlr-xs-3 { margin-left: 3px; margin-right: 3px;}
    .mlr-xs-4 { margin-left: 4px; margin-right: 4px;}
    .mlr-xs-5 { margin-left: 5px; margin-right: 5px;}
    .mlr-xs-6 { margin-left: 6px; margin-right: 6px;}
    .mlr-xs-7 { margin-left: 7px; margin-right: 7px;}
    .mlr-xs-8 { margin-left: 8px; margin-right: 8px;}
    .mlr-xs-9 { margin-left: 9px; margin-right: 9px;}
    .mlr-xs-10 { margin-left: 10px; margin-right: 10px;}
    .mlr-xs-15 { margin-left: 15px; margin-right: 15px;}
    .mlr-xs-20 { margin-left: 20px; margin-right: 20px;}
    .mlr-xs-25 { margin-left: 25px; margin-right: 25px;}
    .mlr-xs-30 { margin-left: 30px; margin-right: 30px;}
    .mlr-xs-35 { margin-left: 35px; margin-right: 35px;}
    .mlr-xs-40 { margin-left: 40px; margin-right: 40px;}
    .mlr-xs-45 { margin-left: 45px; margin-right: 45px;}
    .mlr-xs-50 { margin-left: 50px; margin-right: 50px;}
    .mlr-xs-60 { margin-left: 60px; margin-right: 60px;}
    .mlr-xs-70 { margin-left: 70px; margin-right: 70px;}
    .mlr-xs-80 { margin-left: 80px; margin-right: 80px;}
    .mlr-xs-90 { margin-left: 90px; margin-right: 90px;}
    .mlr-xs-100 { margin-left: 100px; margin-right: 100px;}
    .mlr-xs-110 { margin-left: 110px; margin-right: 110px;}
    .mlr-xs-120 { margin-left: 120px; margin-right: 120px;}
    .mlr-xs-130 { margin-left: 130px; margin-right: 130px;}
    .mlr-xs-140 { margin-left: 140px; margin-right: 140px;}
    .mlr-xs-150 { margin-left: 150px; margin-right: 150px;}
    .mlr-xs-200 { margin-left: 200px; margin-right: 200px;}
    .mlr-xs-250 { margin-left: 250px; margin-right: 250px;}
    .mlr-xs-300 { margin-left: 300px; margin-right: 300px;}

    
    
    .mtb-xs-0 { margin-top: 0px; margin-bottom: 0px;}
    .mtb-xs-1 { margin-top: 1px; margin-bottom: 1px;}
    .mtb-xs-2 { margin-top: 2px; margin-bottom: 2px;}
    .mtb-xs-3 { margin-top: 3px; margin-bottom: 3px;}
    .mtb-xs-4 { margin-top: 4px; margin-bottom: 4px;}
    .mtb-xs-5 { margin-top: 5px; margin-bottom: 5px;}
    .mtb-xs-6 { margin-top: 6px; margin-bottom: 6px;}
    .mtb-xs-7 { margin-top: 7px; margin-bottom: 7px;}
    .mtb-xs-8 { margin-top: 8px; margin-bottom: 8px;}
    .mtb-xs-9 { margin-top: 9px; margin-bottom: 9px;}
    .mtb-xs-10 { margin-top: 10px; margin-bottom: 10px;}
    .mtb-xs-15 { margin-top: 15px; margin-bottom: 15px;}
    .mtb-xs-20 { margin-top: 20px; margin-bottom: 20px;}
    .mtb-xs-25 { margin-top: 25px; margin-bottom: 25px;}
    .mtb-xs-30 { margin-top: 30px; margin-bottom: 30px;}
    .mtb-xs-35 { margin-top: 35px; margin-bottom: 35px;}
    .mtb-xs-40 { margin-top: 40px; margin-bottom: 40px;}
    .mtb-xs-45 { margin-top: 45px; margin-bottom: 45px;}
    .mtb-xs-50 { margin-top: 50px; margin-bottom: 50px;}
    .mtb-xs-60 { margin-top: 60px; margin-bottom: 60px;}
    .mtb-xs-70 { margin-top: 70px; margin-bottom: 70px;}
    .mtb-xs-80 { margin-top: 80px; margin-bottom: 80px;}
    .mtb-xs-90 { margin-top: 90px; margin-bottom: 90px;}
    .mtb-xs-100 { margin-top: 100px; margin-bottom: 100px;}
    .mtb-xs-110 { margin-top: 110px; margin-bottom: 110px;}
    .mtb-xs-120 { margin-top: 120px; margin-bottom: 120px;}
    .mtb-xs-130 { margin-top: 130px; margin-bottom: 130px;}
    .mtb-xs-140 { margin-top: 140px; margin-bottom: 140px;}
    .mtb-xs-150 { margin-top: 150px; margin-bottom: 150px;}
    .mtb-xs-200 { margin-top: 200px; margin-bottom: 200px;}
    .mtb-xs-250 { margin-top: 250px; margin-bottom: 250px;}
    .mtb-xs-300 { margin-top: 300px; margin-bottom: 300px;}


 
    .top-xs-0 {top: 0px;}
    .top-xs-5 {top: 5px;}
    .top-xs-10 {top: 10px;}
    .top-xs-15 {top: 15px;}
    .top-xs-20 {top: 20px;}
    .top-xs-25 {top: 25px;}
    .top-xs-30 {top: 30px;}
    .top-xs-35 {top: 35px;}
    .top-xs-40 {top: 40px;}
    .top-xs-45 {top: 45px;}
    .top-xs-50 {top: 50px;}
    .top-xs-60 {top: 60px;}
    .top-xs-70 {top: 70px;}
    .top-xs-80 {top: 80px;}
    .top-xs-90 {top: 90px;}
    .top-xs-100 {top: 100px;}
    .top-xs-110 {top: 110px;}
    .top-xs-120 {top: 120px;}
    .top-xs-130 {top: 130px;}
    .top-xs-140 {top: 140px;}
    .top-xs-150 {top: 150px;}
    .top-xs-160 {top: 160px;}
    .top-xs-170 {top: 170px;}
    .top-xs-180 {top: 180px;}
    .top-xs-190 {top: 190px;}
    .top-xs-200 {top: 200px;}
    .top-xs-250 {top: 250px;}
    .top-xs-300 {top: 300px;}
    .top-xs-350 {top: 350px;}
    .top-xs-400 {top: 400px;}
    .top-xs-500 {top: 500px;}

    .bottom-xs-0 {bottom: 0px;}
    .bottom-xs-5 {bottom: 1px;}
    .bottom-xs-10 {bottom: 10px;}
    .bottom-xs-15 {bottom: 15px;}
    .bottom-xs-20 {bottom: 20px;}
    .bottom-xs-25 {bottom: 25px;}
    .bottom-xs-30 {bottom: 30px;}
    .bottom-xs-35 {bottom: 35px;}
    .bottom-xs-40 {bottom: 40px;}
    .bottom-xs-45 {bottom: 45px;}
    .bottom-xs-50 {bottom: 50px;}
    .bottom-xs-60 {bottom: 60px;}
    .bottom-xs-70 {bottom: 70px;}
    .bottom-xs-80 {bottom: 80px;}
    .bottom-xs-90 {bottom: 90px;}
    .bottom-xs-100 {bottom: 100px;}
    .bottom-xs-110 {bottom: 110px;}
    .bottom-xs-120 {bottom: 120px;}
    .bottom-xs-130 {bottom: 130px;}
    .bottom-xs-140 {bottom: 140px;}
    .bottom-xs-150 {bottom: 150px;}
    .bottom-xs-160 {bottom: 160px;}
    .bottom-xs-170 {bottom: 170px;}
    .bottom-xs-180 {bottom: 180px;}
    .bottom-xs-190 {bottom: 190px;}
    .bottom-xs-200 {bottom: 200px;}
    .bottom-xs-250 {bottom: 250px;}
    .bottom-xs-300 {bottom: 300px;}
    .bottom-xs-350 {bottom: 350px;}
    .bottom-xs-400 {bottom: 400px;}
    .bottom-xs-500 {bottom: 500px;}

    .left-xs-0 {left: 0px;}
    .left-xs-5 {left: 1px;}
    .left-xs-10 {left: 10px;}
    .left-xs-15 {left: 15px;}
    .left-xs-20 {left: 20px;}
    .left-xs-25 {left: 25px;}
    .left-xs-30 {left: 30px;}
    .left-xs-35 {left: 35px;}
    .left-xs-40 {left: 40px;}
    .left-xs-45 {left: 45px;}
    .left-xs-50 {left: 50px;}
    .left-xs-60 {left: 60px;}
    .left-xs-70 {left: 70px;}
    .left-xs-80 {left: 80px;}
    .left-xs-90 {left: 90px;}
    .left-xs-100 {left: 100px;}
    .left-xs-110 {left: 110px;}
    .left-xs-120 {left: 120px;}
    .left-xs-130 {left: 130px;}
    .left-xs-140 {left: 140px;}
    .left-xs-150 {left: 150px;}
    .left-xs-160 {left: 160px;}
    .left-xs-170 {left: 170px;}
    .left-xs-180 {left: 180px;}
    .left-xs-190 {left: 190px;}
    .left-xs-200 {left: 200px;}
    .left-xs-250 {left: 250px;}
    .left-xs-300 {left: 300px;}
    .left-xs-350 {left: 350px;}
    .left-xs-400 {left: 400px;}
    .left-xs-500 {left: 500px;}

    .right-xs-0 {right: 0px;}
    .right-xs-5 {right: 1px;}
    .right-xs-10 {right: 10px;}
    .right-xs-15 {right: 15px;}
    .right-xs-20 {right: 20px;}
    .right-xs-25 {right: 25px;}
    .right-xs-30 {right: 30px;}
    .right-xs-35 {right: 35px;}
    .right-xs-40 {right: 40px;}
    .right-xs-45 {right: 45px;}
    .right-xs-50 {right: 50px;}
    .right-xs-60 {right: 60px;}
    .right-xs-70 {right: 70px;}
    .right-xs-80 {right: 80px;}
    .right-xs-90 {right: 90px;}
    .right-xs-100 {right: 100px;}
    .right-xs-110 {right: 110px;}
    .right-xs-120 {right: 120px;}
    .right-xs-130 {right: 130px;}
    .right-xs-140 {right: 140px;}
    .right-xs-150 {right: 150px;}
    .right-xs-160 {right: 160px;}
    .right-xs-170 {right: 170px;}
    .right-xs-180 {right: 180px;}
    .right-xs-190 {right: 190px;}
    .right-xs-200 {right: 200px;}
    .right-xs-250 {right: 250px;}
    .right-xs-300 {right: 300px;}
    .right-xs-350 {right: 350px;}
    .right-xs-400 {right: 400px;}
    .right-xs-480 {right: 500px;}

    .xs-text-center{text-align:center !important}
    .xs-text-left{text-align:left !important}
    .xs-text-right{text-align:right !important}
    .font-xs-200{font-weight: 200;}
    .font-xs-300{font-weight: 300;}
    .font-xs-400{font-weight: 400;}
    .font-xs-500{font-weight: 500;}
    .font-xs-600{font-weight: 600;}
    .font-xs-700{font-weight: 700;}
    .font-xs-800{font-weight: 800;}
    .font-xs-bold{font-weight: bold;}
          
    .font-xs-8{font-size: 8px;}
    .font-xs-9{font-size: 9px;}
    .font-xs-12{font-size: 12px;}
    .font-xs-13{font-size: 13px;}
    .font-xs-14{font-size: 14px;}
    .font-xs-15{font-size: 15px;}
    .font-xs-16{font-size: 16px;}
    .font-xs-17{font-size: 17px;}
    .font-xs-18{font-size: 18px;}
    .font-xs-19{font-size: 19px;}
    .font-xs-20{font-size: 20px;}
    .font-xs-21{font-size: 21px;}
    .font-xs-22{font-size: 22px;}
    .font-xs-23{font-size: 23px;}
    .font-xs-24{font-size: 24px;}
    .font-xs-25{font-size: 25px;}
    .font-xs-26{font-size: 26px;}
    .font-xs-28{font-size: 27px;}
    .font-xs-28{font-size: 28px;}
    .font-xs-28{font-size: 29px;}
    .font-xs-30{font-size: 30px;}
    .font-xs-32{font-size: 32px;}
    .font-xs-34{font-size: 34px;}
    .font-xs-36{font-size: 36px;}
    .font-xs-38{font-size: 38px;}
    .font-xs-40{font-size: 40px;}
    .font-xs-42{font-size: 42px;}
    .font-xs-44{font-size: 44px;}
    .font-xs-46{font-size: 46px;}
    .font-xs-48{font-size: 48px;}
    .font-xs-50{font-size: 50px;}
    .font-xs-52{font-size: 52px;}
    .font-xs-54{font-size: 54px;}
    .font-xs-56{font-size: 56px;}
    .font-xs-58{font-size: 58px;}
    .font-xs-60{font-size: 60px;}
    .font-xs-62{font-size: 62px;}
    .font-xs-64{font-size: 64px;}
    .font-xs-66{font-size: 66px;}
    .font-xs-68{font-size: 68px;}
    .font-xs-70{font-size: 70px;}
    .font-xs-72{font-size: 72px;}
    .font-xs-74{font-size: 74px;}
    .font-xs-76{font-size: 76px;}
    .font-xs-78{font-size: 78px;}
    .font-xs-80{font-size: 80px;}

    
    .lineheight-xs-10 { line-height: 1em;}
    .lineheight-xs-11 { line-height: 1.1em;}
    .lineheight-xs-12 { line-height: 1.2em;}
    .lineheight-xs-13 { line-height: 1.3em;}
    .lineheight-xs-14 { line-height: 1.4em;}
    .lineheight-xs-15 { line-height: 1.5em;}
    .lineheight-xs-16 { line-height: 1.6em;}
    .lineheight-xs-17 { line-height: 1.7em;}
    .lineheight-xs-18 { line-height: 1.8em;}
    .lineheight-xs-19 { line-height: 1.9em;}
    .lineheight-xs-20 { line-height: 2em;}


    .hidden-xs {display: none !important;}
    .show-xs { display: initial !important;}
}