.none {display: none}

.display {display: block;}

.scroll-1 {max-height: 10vh;overflow-y: auto;}

.scroll-2 {max-height: 20vh;overflow-y: auto;}

.scroll-3 {max-height: 30vh;overflow-y: auto;}

.scroll-4 {max-height: 40vh;overflow-y: auto;}

.scroll-5 {max-height: 50vh;overflow-y: auto;}

.scroll-6 {max-height: 60vh;overflow-y: auto;}

.scroll-7 {max-height: 70vh;overflow-y: auto;}

.scroll-8 {max-height: 80vh;overflow-y: auto;}

.scroll-9 {max-height: 90vh;overflow-y: auto;}

.scroll-10 {max-height: 100vh;overflow-y: auto;}

.bold {font-weight: 600;}

.ince {font-weight: 300;}

.bolder {font-weight: 800;}

.wh-10 {height: 10vh}

.wh-20 {height: 20vh}

.wh-30 {height: 30vh}

.wh-40 {height: 40vh}

.wh-50 {height: 50vh}

.wh-60 {height: 60vh}

.wh-70 {height: 70vh}

.wh-80 {height: 80vh}

.wh-90 {height: 90vh}

.wh-100 {height: 100vh}

.slider-10 img { height: 10vh; object-fit: cover;}
.slider-20 img { height: 20vh; object-fit: cover;}
.slider-30 img { height: 30vh; object-fit: cover;}
.slider-40 img { height: 40vh; object-fit: cover;}
.slider-50 img { height: 50vh; object-fit: cover;}
.slider-60 img { height: 60vh; object-fit: cover;}
.slider-70 img { height: 70vh; object-fit: cover;}
.slider-80 img { height: 80vh; object-fit: cover;}
.slider-90 img { height: 90vh; object-fit: cover;}
.slider-100 img { height: 100vh; object-fit: cover;}
.slider-auto img { height: auto; object-fit: cover;}

.parallax {
    /* The image used background-image: url("x.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 
  }
  .parallax { position: relative ;}
  .parallax .kapla { background: #000; position: absolute; width: 100%; height: 100%; left:0; top:0 }
  

  
.hemenara { display: none; position:fixed; bottom: 20px; width: 90%; text-align: center; left: 5%; z-index: 2000; background: #0AA830; color: #fff; font-size: 16px; padding: 9px 0px; border-radius: 6px;}
.hemenara i { font-size: 16px; display: inline-block; padding: 0px 10px; }
 @media screen and (max-width: 1000px) { 
.hemenara  { display: block; }


 }

 


@media screen and (max-width: 1000px) {
    
    .wh-10,.wh-20,.wh-30,.wh-40,.wh-50,.wh-60,.wh-70,.wh-80,.wh-90,.wh-100 {    height: auto}

    ._mb-slider-10 img { height: 10vh; object-fit: cover;}
    ._mb-slider-20 img { height: 20vh; object-fit: cover;}
    ._mb-slider-30 img { height: 30vh; object-fit: cover;}
    ._mb-slider-40 img { height: 40vh; object-fit: cover;}
    ._mb-slider-50 img { height: 50vh; object-fit: cover;}
    ._mb-slider-60 img { height: 60vh; object-fit: cover;}
    ._mb-slider-70 img { height: 70vh; object-fit: cover;}
    ._mb-slider-80 img { height: 80vh; object-fit: cover;}
    ._mb-slider-90 img { height: 90vh; object-fit: cover;}
    ._mb-slider-100 img { height: 100vh; object-fit: cover;}
    ._mb-slider-auto img { height: auto; object-fit: cover;}
 
    ._mb-wh-10 {height: 10vh}

    ._mb-wh-20 {height: 20vh}
    
    ._mb-wh-30 {height: 30vh}
    
    ._mb-wh-40 {height: 40vh}
    
    ._mb-wh-50 {height: 50vh}
    
    ._mb-wh-60 {height: 60vh}
    
    ._mb-wh-70 {height: 70vh}
    
    ._mb-wh-80 {height: 80vh}
    
    ._mb-wh-90 {height: 90vh}
    
    ._mb-wh-100 {height: 100vh}




}








.trans4 {-webkit-transition: All 0.4000s ease;-moz-transition: All 0.4000s ease;-o-transition: All 0.4000s ease;}

.trans9 {-webkit-transition: All 0.9000s ease;-moz-transition: All 0.9000s ease;-o-transition: All 0.9000s ease;}

.transslow {-webkit-transition: All 2s ease;-moz-transition: All 2s ease;-o-transition: All 2s ease;}

::-webkit-scrollbar {width: 7px;}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {background: #000;}

::-webkit-scrollbar-thumb:window-inactive {background: #000;}


@media screen and (max-width: 1000px) {
    ::-webkit-scrollbar {width: 0px;}
 
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}


.scale1 {-webkit-transform: scale(1.20);-moz-transform: scale(1.20);-o-transform: scale(1.20);-ms-transform: scale(1.20);transform: scale(1.20);}

.container {max-width: 1200px;margin: 0 auto;}

.don4 {-webkit-animation: spin 4s linear infinite;-moz-animation: spin 4s linear infinite;animation: spin 4s linear infinite;}

.don8 {-webkit-animation: spin 8s linear infinite;-moz-animation: spin 8s linear infinite;animation: spin 8s linear infinite;}

.relative {position: relative;}

.absolute {position: absolute;}

.bold {font-weight: bold;}

.ciz {text-decoration: line-through;}

.innerbox {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.txtcrop {width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.txt-crop {width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.clear:after {display: table;clear: both;content: '';}

.COMPUTER {}

.MOBILE {display: none;}

@media screen and (max-width: 1000px) {.COMPUTER {    display: none !important;}.MOBILE {    display: block;}}

.flex {display: flex;}

.text-banner {position: relative;z-index: 0;padding-bottom: 100%;height: 0;padding-bottom: 50%;}

.text-banner img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;z-index: 0;}

.text-banner .text {position: absolute;height: 100%;left: 50px;z-index: 10;display: flex;align-content: center;align-items: center;}

.text-banner h3 {font-size: 25px;}

.text-banner p {font-size: 18px;}

.text-banner a {display: inline-block;color: #000;font-size: 15px;padding-bottom: 6px;border-bottom: 1px solid #000}

.flex-content {display: flex;align-content: center;align-items: center;}

.flex-content>div {width: 100%;}

.flex-row {display: flex;}

.flex-reverse {flex-direction: row-reverse}

.flex-center-strec-2 {display: flex;align-content: stretch;align-items: stretch}

.flex-center-strec {display: flex;align-content: stretch;align-items: center}

@media screen and (max-width: 1000px) {
    
    
    .flex-center-strec {    display: block;}


    ._mb-flex-center-strec {display: flex !important;  }

 
}

.rad-hidden {overflow: hidden;}

.flex-box {display: inline-flex;width: 100%;}

.flex-box div {width: 100%;text-align: center;box-shadow: 0px 0px 1px #fff;}

.flex-center {display: flex;align-content: center;align-items: center;}

.flex-center>div {width: 100%;}

.flex-abs {position: absolute;width: 100%;height: 100%;text-align: center;}

@media screen and (max-width: 1000px) {.flex-center {    display: block;}}

.pointer {cursor: pointer;}

.pointer:hover {opacity: 0.5;}

.video-hd {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 56.2493%;background: #f5f5f5;overflow: hidden}

.video-hd iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.videoEmbed {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 56.2493%;background: #f5f5f5;overflow: hidden}

.videoEmbed iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.absolute {position: absolute;}

.img-band {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 60px;overflow: hidden}

.img-band img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-band video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-band iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-hd-2 {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 50%;overflow: hidden}

.img-hd-2 img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-hd-2 video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-hd-2 iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-cover {position: absolute;z-index: 0;width: 100%;height: 100%;left: 0px;top: 0px;}

.img-cover img {position: absolute;z-index: 0;width: 100%;height: 100%;left: 0px;top: 0px;object-fit: cover}

.img-cover video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-cover iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-kapak {position: relative;z-index: 0;width: 100%;}

.img-kapak img {position: absolute;z-index: 0;width: 100%;height: 100%;left: 0px;top: 0px;object-fit: cover}

.img-kapak video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-kapak iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-hd {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 56.2493%;overflow: hidden}

.img-hd img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-hd video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-hd iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 1000px) {.img-hd {    position: relative;    padding-bottom: 0%;    height: auto;    padding-bottom: 0%;}.img-hd img {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}.img-hd video {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}.img-hd iframe {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}}

.img-story {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 140%;overflow: hidden}

.img-story img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-story iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 1000px) {.img-story {    position: relative;    padding-bottom: 0%;    height: auto;    padding-bottom: 0%;}.img-story img {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}.img-story video {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}.img-story iframe {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}}

.img-dik {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 120%;overflow: hidden}

.img-dik img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-dik video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 1000px) {.img-dik {    position: relative;    padding-bottom: 0%;    height: auto;    padding-bottom: 0%;}.img-dik img {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;    overflow: hidden}.img-dik video {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}}

.img-banner {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 40%;overflow: hidden}

.img-banner img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-banner video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-banner iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 1000px) {.img-banner {    position: relative;    padding-bottom: 0%;    height: auto;    padding-bottom: 0%;}.img-banner img {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}.img-banner iframe {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}}

.img-kare {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 100%;overflow: hidden}

.img-kare img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-kare video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-kare iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 1000px) {.img-kare {    position: relative;    padding-bottom: 0%;    height: auto;    padding-bottom: 0%;    overflow: hidden}.img-kare img {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}.img-kare iframe {    position: relative;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}}

.img-text-kare {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 100%;overflow: hidden}

.img-text-kare img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-text-kare video {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

.img-text-kare .p {font-size: 15px;text-align: center;position: absolute;width: 100%;height: 100%;display: flex;align-items: center;align-content: center}

.img-text-kare .p>div {width: 100%;}

@media screen and (max-width: 1000px) {.solasakla {    position: fixed;    left: -100%;    top: 0%;    z-index: 100;    transition: 0.5s;    width: 100%;    height: 100%;    overflow-y: auto;    background: #fff;}.sagasakla {    position: fixed;    right: -100%;    top: 0%;    z-index: 100;    transition: 0.5s;    width: 100%;    height: 100%;    overflow-y: auto;    background: #fff;}.altasakla {    position: fixed;    left: 0%;    bottom: -100%;    z-index: 100;    transition: 0.5s;    width: 100%;    height: 100%;    overflow-y: auto;    background: #fff;}.ustesakla {    position: fixed;    left: 0%;    top: -100%;    z-index: 100;    transition: 0.5s;    width: 100%;    height: 100%;    overflow-y: auto;    background: #fff;}}

.img-kare-contain {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 100%;overflow: hidden}

.img-kare-contain img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: contain}

@media screen and (max-width: 1000px) {}

.img-tam {position: relative;width: 100%;overflow: hidden}

.img-tam img {width: 100%;}

.img-tam iframe {width: 100%;}

.box-kare {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 100%;overflow: hidden;}

.box-kare ._box {display: flex;align-content: center;align-items: center;position: absolute;width: 100%;height: 100%;}

.box-kare ._box>div {width: 100%;}

.box-hd {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 70%;overflow: hidden;}

.box-hd ._box {display: flex;align-content: center;align-items: center;position: absolute;width: 100%;height: 100%;}

.box-hd ._box>div {width: 100%;}

.js_tab_content {}

.js_tab_content .js_content {display: none;}

.js_tab_content .js_content:first-child {display: block;}

@media screen and (max-width: 1000px) {._mb-img-kare {    position: relative;    padding-bottom: 100%;    height: 0;    padding-bottom: 100%;    overflow: hidden}._mb-img-kare img {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-kare video {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-kare iframe {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-dik {    position: relative;    padding-bottom: 100%;    height: 0;    padding-bottom: 120%;    overflow: hidden}._mb-img-dik img {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-dik video {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-dik iframe {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-story {    position: relative;    padding-bottom: 100%;    height: 0;    padding-bottom: 140%;    overflow: hidden}._mb-img-story img {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-story video {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-story iframe {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-hd {    position: relative;    padding-bottom: 100%;    height: 0;    padding-bottom: 56.2493%;    overflow: hidden}._mb-img-hd img {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-hd video {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}._mb-img-hd iframe {    position: absolute;    left: 0;    top: 0;    width: 100%;    height: 100%;    object-fit: cover;}}

.hidden {overflow: hidden}

.hover-efek-zoom {overflow: hidden;}

.hover-efek-zoom img {transition: 0.5s}

.hover-efek-zoom:hover img {transform: scale(1.10)}

.hover {transition: 0.5s}

.hover:hover {opacity: 0.7;}

.text-crop {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;box-sizing: border-box;width: 100%;}

.paylas-gurubu {padding: 15px 0px}

.paylas-gurubu .s-buton {display: inline-block;padding: 0px;width: 35px;line-height: 35px;height: 35px;text-align: center;border-radius: 6px;margin: 1px;float: left;background: #000;color: #fff;transition: 0.5s}

.paylas-gurubu .s-buton i {font-size: 18px;line-height: 35px;}

.paylas-gurubu .s-buton:hover {cursor: pointer;opacity: 0.5;}

.paylas-gurubu .text {background: none;color: #000;width: auto;padding: 0px 15px;font-weight: 700;}

.paylas-gurubu .text:hover {background: none;color: #000;opacity: 1;}

.tablo .colon {float: left;box-sizing: border-box;}

.col-1 .colon {width: calc(100% / 1);}

.col-2 .colon {width: calc(100% / 2);}

.col-3 .colon {width: calc(100% / 3);}

.col-4 .colon {width: calc(100% / 4);}

.col-5 .colon {width: calc(100% / 5);}

.col-6 .colon {width: calc(100% / 6);}

.col-7 .colon {width: calc(100% / 7);}

.col-8 .colon {width: calc(100% / 8);}

.col-9 .colon {width: calc(100% / 9);}

.col-10 .colon {width: calc(100% / 10);}

.tablo>[class*=n-tr-] {box-sizing: border-box;}

.tablo>[class*=tb-] {float: left;box-sizing: border-box;}

.tablo .tb-1 {width: calc((100% / 12) * 1);}

.tablo .tb-1-5 {width: calc((100% / 12) * 1.5);}

.tablo .tb-2 {width: calc((100% / 12) * 2);}

.tablo .tb-2-5 {width: calc((100% / 12) * 2.5);}

.tablo .tb-3 {width: calc((100% / 12) * 3);}

.tablo .tb-3-5 {width: calc((100% / 12) * 3.5);}

.tablo .tb-4 {width: calc((100% / 12) * 4);}

.tablo .tb-4-5 {width: calc((100% / 12) * 4.5);}

.tablo .tb-5 {width: calc((100% / 12) * 5);}

.tablo .tb-5-5 {width: calc((100% / 12) * 5.5);}

.tablo .tb-6 {width: calc((100% / 12) * 6);}

.tablo .tb-6-5 {width: calc((100% / 12) * 6.5);}

.tablo .tb-7 {width: calc((100% / 12) * 7);}

.tablo .tb-7-5 {width: calc((100% / 12) * 7.5);}

.tablo .tb-8 {width: calc((100% / 12) * 8);}

.tablo .tb-8-5 {width: calc((100% / 12) * 8.5);}

.tablo .tb-9 {width: calc((100% / 12) * 9);}

.tablo .tb-9-5 {width: calc((100% / 12) * 9.5);}

.tablo .tb-10 {width: calc((100% / 12) * 10);}

.tablo .tb-10-5 {width: calc((100% / 12) * 10.5);}

.tablo .tb-11 {width: calc((100% / 12) * 11);}

.tablo .tb-11-5 {width: calc((100% / 12) * 11.5);}

.tablo .tb-12 {width: calc((100% / 12) * 12);}

.tablo .tb-12-5 {width: calc((100% / 12) * 12.5);}

.tablo-mobile [class*=tb-] {float: left;box-sizing: border-box;width: 100%;}

.table-transparan {display: flex;}

._table-light {border: 1px solid #ccc; display: flex;}

._table-light>div {border-right: 1px solid #ccc;}

._table-light>div:last-child {border: none}


._table-zebra-light {border: 1px solid #f2f2f2;  }
._table-zebra-light > div { border-bottom: 1px solid #f2f2f2;}
._table-zebra-light > div:last-child {border: none}
._table-zebra-light > div:nth-child(even) { background: #f8fafd;}
._table-zebra-light > div:nth-child(odd) { background: #fff;}
._table-zebra-light > div > div { border-right: 1px solid #f2f2f2;}
._table-zebra-light > div > div:last-child {border: none}


@media screen and (max-width: 1000px) {._table-light>div {    border-right: none;    border-bottom: 1px solid #ccc;}}

._table {border: 1px solid #ccc;overflow: hidden;}

._table ._ntr {border-bottom: 1px solid #ccc}

._table ._ntd {border-left: 1px solid #ccc;}

._table ._ntd:first-child {border: none;}

._table ._ntd mobil-td {display: none;}

@media screen and (max-width: 1000px) {._table ._ntd {    text-align: left;}._table ._ntd mobil-td {    display: inline-block;    width: 30%;    background: #f9f9f9;    margin-right: 10px;    padding-left: 9px}}

@media screen and (max-width: 1000px) {.tablo {    display: block;}.tablo .colon {    width: calc(100% / 1);    display: block;}.tablo>[class*=tb-] {    float: none;    box-sizing: border-box;    width: 100%;}}

@media screen and (max-width: 1000px) {._mb-2 {    display: block;}._mb-2 .colon {    width: calc(100% / 2);    display: block;}._mb-2>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 2);}._mb-3 {    display: block;}._mb-3 .colon {    width: calc(100% / 3);    display: block;}._mb-3>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 3);}._mb-4 {    display: block;}._mb-4 .colon {    width: calc(100% / 4);    display: block;}._mb-4>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 4);}._mb-5 {    display: block;}._mb-5 .colon {    width: calc(100% / 5);    display: block;}._mb-5>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 5);}._mb-6 {    display: block;}._mb-6 .colon {    width: calc(100% / 6);    display: block;}._mb-6>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 6);}._mb-7 {    display: block;}._mb-7 .colon {    width: calc(100% / 7);    display: block;}._mb-7>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 7);}._mb-8 {    display: block;}._mb-8 .colon {    width: calc(100% / 8);    display: block;}._mb-8>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 8);}._mb-9 {    display: block;}._mb-9 .colon {    width: calc(100% / 9);    display: block;}._mb-9>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 9);}._mb-10 {    display: block;}._mb-10 .colon {    width: calc(100% / 10);    display: block;}._mb-10>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 10);}._mb-11 {    display: block;}._mb-11 .colon {    width: calc(100% / 11);    display: block;}._mb-11>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 11);}._mb-12 {    display: block;}._mb-12 .colon {    width: calc(100% / 12);    display: block;}._mb-12>[class*=tb-] {    float: none;    box-sizing: border-box;    width: calc(100% / 12);}}

.bolum {}

.bolum>[class*=bol-] {float: left;box-sizing: border-box}

.bol-1 {width: calc(100% - 90%);}

.bol-2 {width: calc(100% - 80%);}

.bol-3 {width: calc(100% - 70%);}

.bol-4 {width: calc(100% - 60%);}

.bol-5 {width: calc(100% - 50%);}

.bol-6 {width: calc(100% - 40%);}

.bol-7 {width: calc(100% - 30%);}

.bol-8 {width: calc(100% - 20%);}

.bol-9 {width: calc(100% - 10%);}

.bol-10 {width: calc(100% - 0%);}

@media screen and (max-width: 1000px) {.bolum>[class*=bol-] {    float: none;    width: 100%;}}

.MD-BOX {display: flex;}

.MD-BOX>div {position: relative;}

@media screen and (max-width: 1000px) {.MD-BOX>div {    min-height: 350px;}.MD-BOX {    display: block;}}

.relative {position: relative;z-index: 0;}

.rad {-webkit-border-radius: 600px;-moz-border-radius: 600px;border-radius: 600px;}

.rad6 {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}

.rad10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}

.perspektif {-webkit-transform: scale3d(-1, 1, 1);-moz-transform: scale3d(-1, 1, 1);-o-transform: scale3d(-1, 1, 1);-ms-transform: scale3d(-1, 1, 1);transform: scale3d(-1, 1, 1);}

.al-checkbox {display: block;position: relative;padding-left: 35px;;margin-right: 8px;cursor: pointer;font-size: 18px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;float: left;}

.al-checkbox input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}

.checkmark {position: absolute;top: 0;left: 0;height: 25px;width: 25px;background-color: #fff;border: 1px solid #ccc}

.al-checkbox:hover input~.checkmark {border: 1px solid #000}

.al-checkbox input:checked~.checkmark {background-color: #2196F3;}

.checkmark:after {content: "";position: absolute;display: none;}

.al-checkbox input:checked~.checkmark:after {display: block;}

.al-checkbox .checkmark:after {left: 9px;top: 5px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.left-1 {left: 1px;}

.left-2 {left: 2px;}

.left-3 {left: 3px;}

.left-4 {left: 4px;}

.left-5 {left: 5px;}

.left-6 {left: 6px;}

.left-7 {left: 7px;}

.left-8 {left: 8px;}

.left-9 {left: 9px;}

.left-10 {left: 10px;}

.left-11 {left: 11px;}

.left-12 {left: 12px;}

.left-13 {left: 13px;}

.left-14 {left: 14px;}

.left-15 {left: 15px;}

.left-16 {left: 16px;}

.left-17 {left: 17px;}

.left-18 {left: 18px;}

.left-19 {left: 19px;}

.left-20 {left: 20px;}

.left-21 {left: 21px;}

.left-22 {left: 22px;}

.left-23 {left: 23px;}

.left-24 {left: 24px;}

.left-25 {left: 25px;}

.left-26 {left: 26px;}

.left-27 {left: 27px;}

.left-28 {left: 28px;}

.left-29 {left: 29px;}

.left-30 {left: 30px;}

.left-31 {left: 31px;}

.left-32 {left: 32px;}

.left-33 {left: 33px;}

.left-34 {left: 34px;}

.left-35 {left: 35px;}

.left-36 {left: 36px;}

.left-37 {left: 37px;}

.left-38 {left: 38px;}

.left-39 {left: 39px;}

.left-40 {left: 40px;}

.left-41 {left: 41px;}

.left-42 {left: 42px;}

.left-43 {left: 43px;}

.left-44 {left: 44px;}

.left-45 {left: 45px;}

.left-46 {left: 46px;}

.left-47 {left: 47px;}

.left-48 {left: 48px;}

.left-49 {left: 49px;}

.left-50 {left: 50px;}

.left-51 {left: 51px;}

.left-52 {left: 52px;}

.left-53 {left: 53px;}

.left-54 {left: 54px;}

.left-55 {left: 55px;}

.left-56 {left: 56px;}

.left-57 {left: 57px;}

.left-58 {left: 58px;}

.left-59 {left: 59px;}

.left-60 {left: 60px;}

.left-61 {left: 61px;}

.left-62 {left: 62px;}

.left-63 {left: 63px;}

.left-64 {left: 64px;}

.left-65 {left: 65px;}

.left-66 {left: 66px;}

.left-67 {left: 67px;}

.left-68 {left: 68px;}

.left-69 {left: 69px;}

.left-70 {left: 70px;}

.left-71 {left: 71px;}

.left-72 {left: 72px;}

.left-73 {left: 73px;}

.left-74 {left: 74px;}

.left-75 {left: 75px;}

.left-76 {left: 76px;}

.left-77 {left: 77px;}

.left-78 {left: 78px;}

.left-79 {left: 79px;}

.left-80 {left: 80px;}

.left-81 {left: 81px;}

.left-82 {left: 82px;}

.left-83 {left: 83px;}

.left-84 {left: 84px;}

.left-85 {left: 85px;}

.left-86 {left: 86px;}

.left-87 {left: 87px;}

.left-88 {left: 88px;}

.left-89 {left: 89px;}

.left-90 {left: 90px;}

.left-91 {left: 91px;}

.left-92 {left: 92px;}

.left-93 {left: 93px;}

.left-94 {left: 94px;}

.left-95 {left: 95px;}

.left-96 {left: 96px;}

.left-97 {left: 97px;}

.left-98 {left: 98px;}

.left-99 {left: 99px;}

.left-100 {left: 100px;}

.right-1 {right: 1px;}

.right-2 {right: 2px;}

.right-3 {right: 3px;}

.right-4 {right: 4px;}

.right-5 {right: 5px;}

.right-6 {right: 6px;}

.right-7 {right: 7px;}

.right-8 {right: 8px;}

.right-9 {right: 9px;}

.right-10 {right: 10px;}

.right-11 {right: 11px;}

.right-12 {right: 12px;}

.right-13 {right: 13px;}

.right-14 {right: 14px;}

.right-15 {right: 15px;}

.right-16 {right: 16px;}

.right-17 {right: 17px;}

.right-18 {right: 18px;}

.right-19 {right: 19px;}

.right-20 {right: 20px;}

.right-21 {right: 21px;}

.right-22 {right: 22px;}

.right-23 {right: 23px;}

.right-24 {right: 24px;}

.right-25 {right: 25px;}

.right-26 {right: 26px;}

.right-27 {right: 27px;}

.right-28 {right: 28px;}

.right-29 {right: 29px;}

.right-30 {right: 30px;}

.right-31 {right: 31px;}

.right-32 {right: 32px;}

.right-33 {right: 33px;}

.right-34 {right: 34px;}

.right-35 {right: 35px;}

.right-36 {right: 36px;}

.right-37 {right: 37px;}

.right-38 {right: 38px;}

.right-39 {right: 39px;}

.right-40 {right: 40px;}

.right-41 {right: 41px;}

.right-42 {right: 42px;}

.right-43 {right: 43px;}

.right-44 {right: 44px;}

.right-45 {right: 45px;}

.right-46 {right: 46px;}

.right-47 {right: 47px;}

.right-48 {right: 48px;}

.right-49 {right: 49px;}

.right-50 {right: 50px;}

.right-51 {right: 51px;}

.right-52 {right: 52px;}

.right-53 {right: 53px;}

.right-54 {right: 54px;}

.right-55 {right: 55px;}

.right-56 {right: 56px;}

.right-57 {right: 57px;}

.right-58 {right: 58px;}

.right-59 {right: 59px;}

.right-60 {right: 60px;}

.right-61 {right: 61px;}

.right-62 {right: 62px;}

.right-63 {right: 63px;}

.right-64 {right: 64px;}

.right-65 {right: 65px;}

.right-66 {right: 66px;}

.right-67 {right: 67px;}

.right-68 {right: 68px;}

.right-69 {right: 69px;}

.right-70 {right: 70px;}

.right-71 {right: 71px;}

.right-72 {right: 72px;}

.right-73 {right: 73px;}

.right-74 {right: 74px;}

.right-75 {right: 75px;}

.right-76 {right: 76px;}

.right-77 {right: 77px;}

.right-78 {right: 78px;}

.right-79 {right: 79px;}

.right-80 {right: 80px;}

.right-81 {right: 81px;}

.right-82 {right: 82px;}

.right-83 {right: 83px;}

.right-84 {right: 84px;}

.right-85 {right: 85px;}

.right-86 {right: 86px;}

.right-87 {right: 87px;}

.right-88 {right: 88px;}

.right-89 {right: 89px;}

.right-90 {right: 90px;}

.right-91 {right: 91px;}

.right-92 {right: 92px;}

.right-93 {right: 93px;}

.right-94 {right: 94px;}

.right-95 {right: 95px;}

.right-96 {right: 96px;}

.right-97 {right: 97px;}

.right-98 {right: 98px;}

.right-99 {right: 99px;}

.right-100 {right: 100px;}

.top-1 {top: 1px;}

.top-2 {top: 2px;}

.top-3 {top: 3px;}

.top-4 {top: 4px;}

.top-5 {top: 5px;}

.top-6 {top: 6px;}

.top-7 {top: 7px;}

.top-8 {top: 8px;}

.top-9 {top: 9px;}

.top-10 {top: 10px;}

.top-11 {top: 11px;}

.top-12 {top: 12px;}

.top-13 {top: 13px;}

.top-14 {top: 14px;}

.top-15 {top: 15px;}

.top-16 {top: 16px;}

.top-17 {top: 17px;}

.top-18 {top: 18px;}

.top-19 {top: 19px;}

.top-20 {top: 20px;}

.top-21 {top: 21px;}

.top-22 {top: 22px;}

.top-23 {top: 23px;}

.top-24 {top: 24px;}

.top-25 {top: 25px;}

.top-26 {top: 26px;}

.top-27 {top: 27px;}

.top-28 {top: 28px;}

.top-29 {top: 29px;}

.top-30 {top: 30px;}

.top-31 {top: 31px;}

.top-32 {top: 32px;}

.top-33 {top: 33px;}

.top-34 {top: 34px;}

.top-35 {top: 35px;}

.top-36 {top: 36px;}

.top-37 {top: 37px;}

.top-38 {top: 38px;}

.top-39 {top: 39px;}

.top-40 {top: 40px;}

.top-41 {top: 41px;}

.top-42 {top: 42px;}

.top-43 {top: 43px;}

.top-44 {top: 44px;}

.top-45 {top: 45px;}

.top-46 {top: 46px;}

.top-47 {top: 47px;}

.top-48 {top: 48px;}

.top-49 {top: 49px;}

.top-50 {top: 50px;}

.top-51 {top: 51px;}

.top-52 {top: 52px;}

.top-53 {top: 53px;}

.top-54 {top: 54px;}

.top-55 {top: 55px;}

.top-56 {top: 56px;}

.top-57 {top: 57px;}

.top-58 {top: 58px;}

.top-59 {top: 59px;}

.top-60 {top: 60px;}

.top-61 {top: 61px;}

.top-62 {top: 62px;}

.top-63 {top: 63px;}

.top-64 {top: 64px;}

.top-65 {top: 65px;}

.top-66 {top: 66px;}

.top-67 {top: 67px;}

.top-68 {top: 68px;}

.top-69 {top: 69px;}

.top-70 {top: 70px;}

.top-71 {top: 71px;}

.top-72 {top: 72px;}

.top-73 {top: 73px;}

.top-74 {top: 74px;}

.top-75 {top: 75px;}

.top-76 {top: 76px;}

.top-77 {top: 77px;}

.top-78 {top: 78px;}

.top-79 {top: 79px;}

.top-80 {top: 80px;}

.top-81 {top: 81px;}

.top-82 {top: 82px;}

.top-83 {top: 83px;}

.top-84 {top: 84px;}

.top-85 {top: 85px;}

.top-86 {top: 86px;}

.top-87 {top: 87px;}

.top-88 {top: 88px;}

.top-89 {top: 89px;}

.top-90 {top: 90px;}

.top-91 {top: 91px;}

.top-92 {top: 92px;}

.top-93 {top: 93px;}

.top-94 {top: 94px;}

.top-95 {top: 95px;}

.top-96 {top: 96px;}

.top-97 {top: 97px;}

.top-98 {top: 98px;}

.top-99 {top: 99px;}

.top-100 {top: 100px;}

.bottom-1 {bottom: 1px;}

.bottom-2 {bottom: 2px;}

.bottom-3 {bottom: 3px;}

.bottom-4 {bottom: 4px;}

.bottom-5 {bottom: 5px;}

.bottom-6 {bottom: 6px;}

.bottom-7 {bottom: 7px;}

.bottom-8 {bottom: 8px;}

.bottom-9 {bottom: 9px;}

.bottom-10 {bottom: 10px;}

.bottom-11 {bottom: 11px;}

.bottom-12 {bottom: 12px;}

.bottom-13 {bottom: 13px;}

.bottom-14 {bottom: 14px;}

.bottom-15 {bottom: 15px;}

.bottom-16 {bottom: 16px;}

.bottom-17 {bottom: 17px;}

.bottom-18 {bottom: 18px;}

.bottom-19 {bottom: 19px;}

.bottom-20 {bottom: 20px;}

.bottom-21 {bottom: 21px;}

.bottom-22 {bottom: 22px;}

.bottom-23 {bottom: 23px;}

.bottom-24 {bottom: 24px;}

.bottom-25 {bottom: 25px;}

.bottom-26 {bottom: 26px;}

.bottom-27 {bottom: 27px;}

.bottom-28 {bottom: 28px;}

.bottom-29 {bottom: 29px;}

.bottom-30 {bottom: 30px;}

.bottom-31 {bottom: 31px;}

.bottom-32 {bottom: 32px;}

.bottom-33 {bottom: 33px;}

.bottom-34 {bottom: 34px;}

.bottom-35 {bottom: 35px;}

.bottom-36 {bottom: 36px;}

.bottom-37 {bottom: 37px;}

.bottom-38 {bottom: 38px;}

.bottom-39 {bottom: 39px;}

.bottom-40 {bottom: 40px;}

.bottom-41 {bottom: 41px;}

.bottom-42 {bottom: 42px;}

.bottom-43 {bottom: 43px;}

.bottom-44 {bottom: 44px;}

.bottom-45 {bottom: 45px;}

.bottom-46 {bottom: 46px;}

.bottom-47 {bottom: 47px;}

.bottom-48 {bottom: 48px;}

.bottom-49 {bottom: 49px;}

.bottom-50 {bottom: 50px;}

.bottom-51 {bottom: 51px;}

.bottom-52 {bottom: 52px;}

.bottom-53 {bottom: 53px;}

.bottom-54 {bottom: 54px;}

.bottom-55 {bottom: 55px;}

.bottom-56 {bottom: 56px;}

.bottom-57 {bottom: 57px;}

.bottom-58 {bottom: 58px;}

.bottom-59 {bottom: 59px;}

.bottom-60 {bottom: 60px;}

.bottom-61 {bottom: 61px;}

.bottom-62 {bottom: 62px;}

.bottom-63 {bottom: 63px;}

.bottom-64 {bottom: 64px;}

.bottom-65 {bottom: 65px;}

.bottom-66 {bottom: 66px;}

.bottom-67 {bottom: 67px;}

.bottom-68 {bottom: 68px;}

.bottom-69 {bottom: 69px;}

.bottom-70 {bottom: 70px;}

.bottom-71 {bottom: 71px;}

.bottom-72 {bottom: 72px;}

.bottom-73 {bottom: 73px;}

.bottom-74 {bottom: 74px;}

.bottom-75 {bottom: 75px;}

.bottom-76 {bottom: 76px;}

.bottom-77 {bottom: 77px;}

.bottom-78 {bottom: 78px;}

.bottom-79 {bottom: 79px;}

.bottom-80 {bottom: 80px;}

.bottom-81 {bottom: 81px;}

.bottom-82 {bottom: 82px;}

.bottom-83 {bottom: 83px;}

.bottom-84 {bottom: 84px;}

.bottom-85 {bottom: 85px;}

.bottom-86 {bottom: 86px;}

.bottom-87 {bottom: 87px;}

.bottom-88 {bottom: 88px;}

.bottom-89 {bottom: 89px;}

.bottom-90 {bottom: 90px;}

.bottom-91 {bottom: 91px;}

.bottom-92 {bottom: 92px;}

.bottom-93 {bottom: 93px;}

.bottom-94 {bottom: 94px;}

.bottom-95 {bottom: 95px;}

.bottom-96 {bottom: 96px;}

.bottom-97 {bottom: 97px;}

.bottom-98 {bottom: 98px;}

.bottom-99 {bottom: 99px;}

.bottom-100 {bottom: 100px;}

.wt-1 {width: 1%;}

.wt-2 {width: 2%;}

.wt-3 {width: 3%;}

.wt-4 {width: 4%;}

.wt-5 {width: 5%;}

.wt-6 {width: 6%;}

.wt-7 {width: 7%;}

.wt-8 {width: 8%;}

.wt-9 {width: 9%;}

.wt-10 {width: 10%;}

.wt-11 {width: 11%;}

.wt-12 {width: 12%;}

.wt-13 {width: 13%;}

.wt-14 {width: 14%;}

.wt-15 {width: 15%;}

.wt-16 {width: 16%;}

.wt-17 {width: 17%;}

.wt-18 {width: 18%;}

.wt-19 {width: 19%;}

.wt-20 {width: 20%;}

.wt-21 {width: 21%;}

.wt-22 {width: 22%;}

.wt-23 {width: 23%;}

.wt-24 {width: 24%;}

.wt-25 {width: 25%;}

.wt-26 {width: 26%;}

.wt-27 {width: 27%;}

.wt-28 {width: 28%;}

.wt-29 {width: 29%;}

.wt-30 {width: 30%;}

.wt-31 {width: 31%;}

.wt-32 {width: 32%;}

.wt-33 {width: 33%;}

.wt-34 {width: 34%;}

.wt-35 {width: 35%;}

.wt-36 {width: 36%;}

.wt-37 {width: 37%;}

.wt-38 {width: 38%;}

.wt-39 {width: 39%;}

.wt-40 {width: 40%;}

.wt-41 {width: 41%;}

.wt-42 {width: 42%;}

.wt-43 {width: 43%;}

.wt-44 {width: 44%;}

.wt-45 {width: 45%;}

.wt-46 {width: 46%;}

.wt-47 {width: 47%;}

.wt-48 {width: 48%;}

.wt-49 {width: 49%;}

.wt-50 {width: 50%;}

.wt-51 {width: 51%;}

.wt-52 {width: 52%;}

.wt-53 {width: 53%;}

.wt-54 {width: 54%;}

.wt-55 {width: 55%;}

.wt-56 {width: 56%;}

.wt-57 {width: 57%;}

.wt-58 {width: 58%;}

.wt-59 {width: 59%;}

.wt-60 {width: 60%;}

.wt-61 {width: 61%;}

.wt-62 {width: 62%;}

.wt-63 {width: 63%;}

.wt-64 {width: 64%;}

.wt-65 {width: 65%;}

.wt-66 {width: 66%;}

.wt-67 {width: 67%;}

.wt-68 {width: 68%;}

.wt-69 {width: 69%;}

.wt-70 {width: 70%;}

.wt-71 {width: 71%;}

.wt-72 {width: 72%;}

.wt-73 {width: 73%;}

.wt-74 {width: 74%;}

.wt-75 {width: 75%;}

.wt-76 {width: 76%;}

.wt-77 {width: 77%;}

.wt-78 {width: 78%;}

.wt-79 {width: 79%;}

.wt-80 {width: 80%;}

.wt-81 {width: 81%;}

.wt-82 {width: 82%;}

.wt-83 {width: 83%;}

.wt-84 {width: 84%;}

.wt-85 {width: 85%;}

.wt-86 {width: 86%;}

.wt-87 {width: 87%;}

.wt-88 {width: 88%;}

.wt-89 {width: 89%;}

.wt-90 {width: 90%;}

.wt-91 {width: 91%;}

.wt-92 {width: 92%;}

.wt-93 {width: 93%;}

.wt-94 {width: 94%;}

.wt-95 {width: 95%;}

.wt-96 {width: 96%;}

.wt-97 {width: 97%;}

.wt-98 {width: 98%;}

.wt-99 {width: 99%;}

.wt-100 {width: 100%;}

.wt-all>[class*=wt-] {box-sizing: border-box;}

.font-9 {font-size: 9px;}

.font-10 {font-size: 10px;}

.font-11 {font-size: 11px;}

.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-27 {font-size: 27px;}

.font-28 {font-size: 28px;}

.font-29 {font-size: 29px;}

.font-30 {font-size: 30px;}

.font-31 {font-size: 31px;}

.font-32 {font-size: 32px;}

.font-33 {font-size: 33px;}

.font-34 {font-size: 34px;}

.font-35 {font-size: 35px;}

.font-36 {font-size: 36px;}

.font-37 {font-size: 37px;}

.font-38 {font-size: 38px;}

.font-39 {font-size: 39px;}

.font-40 {font-size: 40px;}

.font-41 {font-size: 41px;}

.font-42 {font-size: 42px;}

.font-43 {font-size: 43px;}

.font-44 {font-size: 44px;}

.font-45 {font-size: 45px;}

.font-46 {font-size: 46px;}

.font-47 {font-size: 47px;}

.font-48 {font-size: 48px;}

.font-49 {font-size: 49px;}

.font-50 {font-size: 50px;}

.font-51 {font-size: 51px;}

.font-52 {font-size: 52px;}

.font-53 {font-size: 53px;}

.font-54 {font-size: 54px;}

.font-55 {font-size: 55px;}

.font-56 {font-size: 56px;}

.font-57 {font-size: 57px;}

.font-58 {font-size: 58px;}

.font-59 {font-size: 59px;}

.font-60 {font-size: 60px;}

.font-61 {font-size: 61px;}

.font-62 {font-size: 62px;}

.font-63 {font-size: 63px;}

.font-64 {font-size: 64px;}

.font-65 {font-size: 65px;}

.left {float: left}

.right {float: right}

.crop-text {text-overflow: ellipsis;white-space: nowrap;overflow: hidden}

.f-left {float: left}

.f-right {float: right}

.f-none {float: none}

.t-left {text-align: left}

.t-right {text-align: right}

.t-center {text-align: center}

.t-justify {text-align: justify}

.lbar {background: #6ead46;height: 10px;-webkit-animation: bardol 1s alternate forwards;animation: bardol 1s alternate forwards}

.bar2 {width: 2%}

.bar3 {width: 3%}

.bar4 {width: 4%}

.bar5 {width: 5%}

.bar6 {width: 6%}

.bar7 {width: 7%}

.bar8 {width: 8%}

.bar9 {width: 9%}

.bar10 {width: 10%}

.bar11 {width: 11%}

.bar12 {width: 12%}

.bar13 {width: 13%}

.bar14 {width: 14%}

.bar15 {width: 15%}

.bar16 {width: 16%}

.bar17 {width: 17%}

.bar18 {width: 18%}

.bar19 {width: 19%}

.bar20 {width: 20%}

.bar21 {width: 21%}

.bar22 {width: 22%}

.bar23 {width: 23%}

.bar24 {width: 24%}

.bar25 {width: 25%}

.bar26 {width: 26%}

.bar27 {width: 27%}

.bar28 {width: 28%}

.bar29 {width: 29%}

.bar30 {width: 30%}

.bar31 {width: 31%}

.bar32 {width: 32%}

.bar33 {width: 33%}

.bar34 {width: 34%}

.bar35 {width: 35%}

.bar36 {width: 36%}

.bar37 {width: 37%}

.bar38 {width: 38%}

.bar39 {width: 39%}

.bar40 {width: 40%}

.bar41 {width: 41%}

.bar42 {width: 42%}

.bar43 {width: 43%}

.bar44 {width: 44%}

.bar45 {width: 45%}

.bar46 {width: 46%}

.bar47 {width: 47%}

.bar48 {width: 48%}

.bar49 {width: 49%}

.bar50 {width: 50%}

.bar51 {width: 51%}

.bar52 {width: 52%}

.bar53 {width: 53%}

.bar54 {width: 54%}

.bar55 {width: 55%}

.bar56 {width: 56%}

.bar57 {width: 57%}

.bar58 {width: 58%}

.bar59 {width: 59%}

.bar60 {width: 60%}

.bar61 {width: 61%}

.bar62 {width: 62%}

.bar63 {width: 63%}

.bar64 {width: 64%}

.bar65 {width: 65%}

.bar66 {width: 66%}

.bar67 {width: 67%}

.bar68 {width: 68%}

.bar69 {width: 69%}

.bar70 {width: 70%}

.bar71 {width: 71%}

.bar72 {width: 72%}

.bar73 {width: 73%}

.bar74 {width: 74%}

.bar75 {width: 75%}

.bar76 {width: 76%}

.bar77 {width: 77%}

.bar78 {width: 78%}

.bar79 {width: 79%}

.bar80 {width: 80%}

.bar81 {width: 81%}

.bar82 {width: 82%}

.bar83 {width: 83%}

.bar84 {width: 84%}

.bar85 {width: 85%}

.bar86 {width: 86%}

.bar87 {width: 87%}

.bar88 {width: 88%}

.bar89 {width: 89%}

.bar90 {width: 90%}

.bar91 {width: 91%}

.bar92 {width: 92%}

.bar93 {width: 93%}

.bar94 {width: 94%}

.bar95 {width: 95%}

.bar96 {width: 96%}

.bar97 {width: 97%}

.bar98 {width: 98%}

.bar99 {width: 99%}

.bar100 {width: 100%}

.pad-1 {padding: 1px}

.pad-2 {padding: 2px}

.pad-3 {padding: 3px}

.pad-4 {padding: 4px}

.pad-5 {padding: 5px}

.pad-6 {padding: 6px}

.pad-7 {padding: 7px}

.pad-8 {padding: 8px}

.pad-9 {padding: 9px}

.pad-10 {padding: 10px}

.pad-11 {padding: 11px}

.pad-12 {padding: 12px}

.pad-13 {padding: 13px}

.pad-14 {padding: 14px}

.pad-15 {padding: 15px}

.pad-16 {padding: 16px}

.pad-17 {padding: 17px}

.pad-18 {padding: 18px}

.pad-19 {padding: 19px}

.pad-20 {padding: 20px}

.pad-21 {padding: 21px}

.pad-22 {padding: 22px}

.pad-23 {padding: 23px}

.pad-24 {padding: 24px}

.pad-25 {padding: 25px}

.pad-26 {padding: 26px}

.pad-27 {padding: 27px}

.pad-28 {padding: 28px}

.pad-29 {padding: 29px}

.pad-30 {padding: 30px}

.pad-31 {padding: 31px}

.pad-32 {padding: 32px}

.pad-33 {padding: 33px}

.pad-34 {padding: 34px}

.pad-35 {padding: 35px}

.pad-36 {padding: 36px}

.pad-37 {padding: 37px}

.pad-38 {padding: 38px}

.pad-39 {padding: 39px}

.pad-40 {padding: 40px}

.pad-41 {padding: 41px}

.pad-42 {padding: 42px}

.pad-43 {padding: 43px}

.pad-44 {padding: 44px}

.pad-45 {padding: 45px}

.pad-46 {padding: 46px}

.pad-47 {padding: 47px}

.pad-48 {padding: 48px}

.pad-49 {padding: 49px}

.pad-50 {padding: 50px}

.pad-51 {padding: 51px}

.pad-52 {padding: 52px}

.pad-53 {padding: 53px}

.pad-54 {padding: 54px}

.pad-55 {padding: 55px}

.pad-56 {padding: 56px}

.pad-57 {padding: 57px}

.pad-58 {padding: 58px}

.pad-59 {padding: 59px}

.pad-60 {padding: 60px}

.pad-61 {padding: 61px}

.pad-62 {padding: 62px}

.pad-63 {padding: 63px}

.pad-64 {padding: 64px}

.pad-65 {padding: 65px}

.pad-66 {padding: 66px}

.pad-67 {padding: 67px}

.pad-68 {padding: 68px}

.pad-69 {padding: 69px}

.pad-70 {padding: 70px}

.pad-71 {padding: 71px}

.pad-72 {padding: 72px}

.pad-73 {padding: 73px}

.pad-74 {padding: 74px}

.pad-75 {padding: 75px}

.pad-76 {padding: 76px}

.pad-77 {padding: 77px}

.pad-78 {padding: 78px}

.pad-79 {padding: 79px}

.pad-80 {padding: 80px}

.pad-81 {padding: 81px}

.pad-82 {padding: 82px}

.pad-83 {padding: 83px}

.pad-84 {padding: 84px}

.pad-85 {padding: 85px}

.pad-86 {padding: 86px}

.pad-87 {padding: 87px}

.pad-88 {padding: 88px}

.pad-89 {padding: 89px}

.pad-90 {padding: 90px}

.pad-91 {padding: 91px}

.pad-92 {padding: 92px}

.pad-93 {padding: 93px}

.pad-94 {padding: 94px}

.pad-95 {padding: 95px}

.pad-96 {padding: 96px}

.pad-97 {padding: 97px}

.pad-98 {padding: 98px}

.pad-99 {padding: 99px}

.pad-100 {padding: 100px}

.pad-l-1 {padding-left: 1px}

.pad-l-2 {padding-left: 2px}

.pad-l-3 {padding-left: 3px}

.pad-l-4 {padding-left: 4px}

.pad-l-5 {padding-left: 5px}

.pad-l-6 {padding-left: 6px}

.pad-l-7 {padding-left: 7px}

.pad-l-8 {padding-left: 8px}

.pad-l-9 {padding-left: 9px}

.pad-l-10 {padding-left: 10px}

.pad-l-11 {padding-left: 11px}

.pad-l-12 {padding-left: 12px}

.pad-l-13 {padding-left: 13px}

.pad-l-14 {padding-left: 14px}

.pad-l-15 {padding-left: 15px}

.pad-l-16 {padding-left: 16px}

.pad-l-17 {padding-left: 17px}

.pad-l-18 {padding-left: 18px}

.pad-l-19 {padding-left: 19px}

.pad-l-20 {padding-left: 20px}

.pad-l-21 {padding-left: 21px}

.pad-l-22 {padding-left: 22px}

.pad-l-23 {padding-left: 23px}

.pad-l-24 {padding-left: 24px}

.pad-l-25 {padding-left: 25px}

.pad-l-26 {padding-left: 26px}

.pad-l-27 {padding-left: 27px}

.pad-l-28 {padding-left: 28px}

.pad-l-29 {padding-left: 29px}

.pad-l-30 {padding-left: 30px}

.pad-l-31 {padding-left: 31px}

.pad-l-32 {padding-left: 32px}

.pad-l-33 {padding-left: 33px}

.pad-l-34 {padding-left: 34px}

.pad-l-35 {padding-left: 35px}

.pad-l-36 {padding-left: 36px}

.pad-l-37 {padding-left: 37px}

.pad-l-38 {padding-left: 38px}

.pad-l-39 {padding-left: 39px}

.pad-l-40 {padding-left: 40px}

.pad-l-41 {padding-left: 41px}

.pad-l-42 {padding-left: 42px}

.pad-l-43 {padding-left: 43px}

.pad-l-44 {padding-left: 44px}

.pad-l-45 {padding-left: 45px}

.pad-l-46 {padding-left: 46px}

.pad-l-47 {padding-left: 47px}

.pad-l-48 {padding-left: 48px}

.pad-l-49 {padding-left: 49px}

.pad-l-50 {padding-left: 50px}

.pad-l-51 {padding-left: 51px}

.pad-l-52 {padding-left: 52px}

.pad-l-53 {padding-left: 53px}

.pad-l-54 {padding-left: 54px}

.pad-l-55 {padding-left: 55px}

.pad-l-56 {padding-left: 56px}

.pad-l-57 {padding-left: 57px}

.pad-l-58 {padding-left: 58px}

.pad-l-59 {padding-left: 59px}

.pad-l-60 {padding-left: 60px}

.pad-l-61 {padding-left: 61px}

.pad-l-62 {padding-left: 62px}

.pad-l-63 {padding-left: 63px}

.pad-l-64 {padding-left: 64px}

.pad-l-65 {padding-left: 65px}

.pad-l-66 {padding-left: 66px}

.pad-l-67 {padding-left: 67px}

.pad-l-68 {padding-left: 68px}

.pad-l-69 {padding-left: 69px}

.pad-l-70 {padding-left: 70px}

.pad-l-71 {padding-left: 71px}

.pad-l-72 {padding-left: 72px}

.pad-l-73 {padding-left: 73px}

.pad-l-74 {padding-left: 74px}

.pad-l-75 {padding-left: 75px}

.pad-l-76 {padding-left: 76px}

.pad-l-77 {padding-left: 77px}

.pad-l-78 {padding-left: 78px}

.pad-l-79 {padding-left: 79px}

.pad-l-80 {padding-left: 80px}

.pad-l-81 {padding-left: 81px}

.pad-l-82 {padding-left: 82px}

.pad-l-83 {padding-left: 83px}

.pad-l-84 {padding-left: 84px}

.pad-l-85 {padding-left: 85px}

.pad-l-86 {padding-left: 86px}

.pad-l-87 {padding-left: 87px}

.pad-l-88 {padding-left: 88px}

.pad-l-89 {padding-left: 89px}

.pad-l-90 {padding-left: 90px}

.pad-l-91 {padding-left: 91px}

.pad-l-92 {padding-left: 92px}

.pad-l-93 {padding-left: 93px}

.pad-l-94 {padding-left: 94px}

.pad-l-95 {padding-left: 95px}

.pad-l-96 {padding-left: 96px}

.pad-l-97 {padding-left: 97px}

.pad-l-98 {padding-left: 98px}

.pad-l-99 {padding-left: 99px}

.pad-l-100 {padding-left: 100px}

.pad-r-1 {padding-right: 1px}

.pad-r-2 {padding-right: 2px}

.pad-r-3 {padding-right: 3px}

.pad-r-4 {padding-right: 4px}

.pad-r-5 {padding-right: 5px}

.pad-r-6 {padding-right: 6px}

.pad-r-7 {padding-right: 7px}

.pad-r-8 {padding-right: 8px}

.pad-r-9 {padding-right: 9px}

.pad-r-10 {padding-right: 10px}

.pad-r-11 {padding-right: 11px}

.pad-r-12 {padding-right: 12px}

.pad-r-13 {padding-right: 13px}

.pad-r-14 {padding-right: 14px}

.pad-r-15 {padding-right: 15px}

.pad-r-16 {padding-right: 16px}

.pad-r-17 {padding-right: 17px}

.pad-r-18 {padding-right: 18px}

.pad-r-19 {padding-right: 19px}

.pad-r-20 {padding-right: 20px}

.pad-r-21 {padding-right: 21px}

.pad-r-22 {padding-right: 22px}

.pad-r-23 {padding-right: 23px}

.pad-r-24 {padding-right: 24px}

.pad-r-25 {padding-right: 25px}

.pad-r-26 {padding-right: 26px}

.pad-r-27 {padding-right: 27px}

.pad-r-28 {padding-right: 28px}

.pad-r-29 {padding-right: 29px}

.pad-r-30 {padding-right: 30px}

.pad-r-31 {padding-right: 31px}

.pad-r-32 {padding-right: 32px}

.pad-r-33 {padding-right: 33px}

.pad-r-34 {padding-right: 34px}

.pad-r-35 {padding-right: 35px}

.pad-r-36 {padding-right: 36px}

.pad-r-37 {padding-right: 37px}

.pad-r-38 {padding-right: 38px}

.pad-r-39 {padding-right: 39px}

.pad-r-40 {padding-right: 40px}

.pad-r-41 {padding-right: 41px}

.pad-r-42 {padding-right: 42px}

.pad-r-43 {padding-right: 43px}

.pad-r-44 {padding-right: 44px}

.pad-r-45 {padding-right: 45px}

.pad-r-46 {padding-right: 46px}

.pad-r-47 {padding-right: 47px}

.pad-r-48 {padding-right: 48px}

.pad-r-49 {padding-right: 49px}

.pad-r-50 {padding-right: 50px}

.pad-r-51 {padding-right: 51px}

.pad-r-52 {padding-right: 52px}

.pad-r-53 {padding-right: 53px}

.pad-r-54 {padding-right: 54px}

.pad-r-55 {padding-right: 55px}

.pad-r-56 {padding-right: 56px}

.pad-r-57 {padding-right: 57px}

.pad-r-58 {padding-right: 58px}

.pad-r-59 {padding-right: 59px}

.pad-r-60 {padding-right: 60px}

.pad-r-61 {padding-right: 61px}

.pad-r-62 {padding-right: 62px}

.pad-r-63 {padding-right: 63px}

.pad-r-64 {padding-right: 64px}

.pad-r-65 {padding-right: 65px}

.pad-r-66 {padding-right: 66px}

.pad-r-67 {padding-right: 67px}

.pad-r-68 {padding-right: 68px}

.pad-r-69 {padding-right: 69px}

.pad-r-70 {padding-right: 70px}

.pad-r-71 {padding-right: 71px}

.pad-r-72 {padding-right: 72px}

.pad-r-73 {padding-right: 73px}

.pad-r-74 {padding-right: 74px}

.pad-r-75 {padding-right: 75px}

.pad-r-76 {padding-right: 76px}

.pad-r-77 {padding-right: 77px}

.pad-r-78 {padding-right: 78px}

.pad-r-79 {padding-right: 79px}

.pad-r-80 {padding-right: 80px}

.pad-r-81 {padding-right: 81px}

.pad-r-82 {padding-right: 82px}

.pad-r-83 {padding-right: 83px}

.pad-r-84 {padding-right: 84px}

.pad-r-85 {padding-right: 85px}

.pad-r-86 {padding-right: 86px}

.pad-r-87 {padding-right: 87px}

.pad-r-88 {padding-right: 88px}

.pad-r-89 {padding-right: 89px}

.pad-r-90 {padding-right: 90px}

.pad-r-91 {padding-right: 91px}

.pad-r-92 {padding-right: 92px}

.pad-r-93 {padding-right: 93px}

.pad-r-94 {padding-right: 94px}

.pad-r-95 {padding-right: 95px}

.pad-r-96 {padding-right: 96px}

.pad-r-97 {padding-right: 97px}

.pad-r-98 {padding-right: 98px}

.pad-r-99 {padding-right: 99px}

.pad-r-100 {padding-right: 100px}

.pad-b-1 {padding-bottom: 1px}

.pad-b-2 {padding-bottom: 2px}

.pad-b-3 {padding-bottom: 3px}

.pad-b-4 {padding-bottom: 4px}

.pad-b-5 {padding-bottom: 5px}

.pad-b-6 {padding-bottom: 6px}

.pad-b-7 {padding-bottom: 7px}

.pad-b-8 {padding-bottom: 8px}

.pad-b-9 {padding-bottom: 9px}

.pad-b-10 {padding-bottom: 10px}

.pad-b-11 {padding-bottom: 11px}

.pad-b-12 {padding-bottom: 12px}

.pad-b-13 {padding-bottom: 13px}

.pad-b-14 {padding-bottom: 14px}

.pad-b-15 {padding-bottom: 15px}

.pad-b-16 {padding-bottom: 16px}

.pad-b-17 {padding-bottom: 17px}

.pad-b-18 {padding-bottom: 18px}

.pad-b-19 {padding-bottom: 19px}

.pad-b-20 {padding-bottom: 20px}

.pad-b-21 {padding-bottom: 21px}

.pad-b-22 {padding-bottom: 22px}

.pad-b-23 {padding-bottom: 23px}

.pad-b-24 {padding-bottom: 24px}

.pad-b-25 {padding-bottom: 25px}

.pad-b-26 {padding-bottom: 26px}

.pad-b-27 {padding-bottom: 27px}

.pad-b-28 {padding-bottom: 28px}

.pad-b-29 {padding-bottom: 29px}

.pad-b-30 {padding-bottom: 30px}

.pad-b-31 {padding-bottom: 31px}

.pad-b-32 {padding-bottom: 32px}

.pad-b-33 {padding-bottom: 33px}

.pad-b-34 {padding-bottom: 34px}

.pad-b-35 {padding-bottom: 35px}

.pad-b-36 {padding-bottom: 36px}

.pad-b-37 {padding-bottom: 37px}

.pad-b-38 {padding-bottom: 38px}

.pad-b-39 {padding-bottom: 39px}

.pad-b-40 {padding-bottom: 40px}

.pad-b-41 {padding-bottom: 41px}

.pad-b-42 {padding-bottom: 42px}

.pad-b-43 {padding-bottom: 43px}

.pad-b-44 {padding-bottom: 44px}

.pad-b-45 {padding-bottom: 45px}

.pad-b-46 {padding-bottom: 46px}

.pad-b-47 {padding-bottom: 47px}

.pad-b-48 {padding-bottom: 48px}

.pad-b-49 {padding-bottom: 49px}

.pad-b-50 {padding-bottom: 50px}

.pad-b-51 {padding-bottom: 51px}

.pad-b-52 {padding-bottom: 52px}

.pad-b-53 {padding-bottom: 53px}

.pad-b-54 {padding-bottom: 54px}

.pad-b-55 {padding-bottom: 55px}

.pad-b-56 {padding-bottom: 56px}

.pad-b-57 {padding-bottom: 57px}

.pad-b-58 {padding-bottom: 58px}

.pad-b-59 {padding-bottom: 59px}

.pad-b-60 {padding-bottom: 60px}

.pad-b-61 {padding-bottom: 61px}

.pad-b-62 {padding-bottom: 62px}

.pad-b-63 {padding-bottom: 63px}

.pad-b-64 {padding-bottom: 64px}

.pad-b-65 {padding-bottom: 65px}

.pad-b-66 {padding-bottom: 66px}

.pad-b-67 {padding-bottom: 67px}

.pad-b-68 {padding-bottom: 68px}

.pad-b-69 {padding-bottom: 69px}

.pad-b-70 {padding-bottom: 70px}

.pad-b-71 {padding-bottom: 71px}

.pad-b-72 {padding-bottom: 72px}

.pad-b-73 {padding-bottom: 73px}

.pad-b-74 {padding-bottom: 74px}

.pad-b-75 {padding-bottom: 75px}

.pad-b-76 {padding-bottom: 76px}

.pad-b-77 {padding-bottom: 77px}

.pad-b-78 {padding-bottom: 78px}

.pad-b-79 {padding-bottom: 79px}

.pad-b-80 {padding-bottom: 80px}

.pad-b-81 {padding-bottom: 81px}

.pad-b-82 {padding-bottom: 82px}

.pad-b-83 {padding-bottom: 83px}

.pad-b-84 {padding-bottom: 84px}

.pad-b-85 {padding-bottom: 85px}

.pad-b-86 {padding-bottom: 86px}

.pad-b-87 {padding-bottom: 87px}

.pad-b-88 {padding-bottom: 88px}

.pad-b-89 {padding-bottom: 89px}

.pad-b-90 {padding-bottom: 90px}

.pad-b-91 {padding-bottom: 91px}

.pad-b-92 {padding-bottom: 92px}

.pad-b-93 {padding-bottom: 93px}

.pad-b-94 {padding-bottom: 94px}

.pad-b-95 {padding-bottom: 95px}

.pad-b-96 {padding-bottom: 96px}

.pad-b-97 {padding-bottom: 97px}

.pad-b-98 {padding-bottom: 98px}

.pad-b-99 {padding-bottom: 99px}

.pad-b-100 {padding-bottom: 100px}

.pad-t-1 {padding-top: 1px}

.pad-t-2 {padding-top: 2px}

.pad-t-3 {padding-top: 3px}

.pad-t-4 {padding-top: 4px}

.pad-t-5 {padding-top: 5px}

.pad-t-6 {padding-top: 6px}

.pad-t-7 {padding-top: 7px}

.pad-t-8 {padding-top: 8px}

.pad-t-9 {padding-top: 9px}

.pad-t-10 {padding-top: 10px}

.pad-t-11 {padding-top: 11px}

.pad-t-12 {padding-top: 12px}

.pad-t-13 {padding-top: 13px}

.pad-t-14 {padding-top: 14px}

.pad-t-15 {padding-top: 15px}

.pad-t-16 {padding-top: 16px}

.pad-t-17 {padding-top: 17px}

.pad-t-18 {padding-top: 18px}

.pad-t-19 {padding-top: 19px}

.pad-t-20 {padding-top: 20px}

.pad-t-21 {padding-top: 21px}

.pad-t-22 {padding-top: 22px}

.pad-t-23 {padding-top: 23px}

.pad-t-24 {padding-top: 24px}

.pad-t-25 {padding-top: 25px}

.pad-t-26 {padding-top: 26px}

.pad-t-27 {padding-top: 27px}

.pad-t-28 {padding-top: 28px}

.pad-t-29 {padding-top: 29px}

.pad-t-30 {padding-top: 30px}

.pad-t-31 {padding-top: 31px}

.pad-t-32 {padding-top: 32px}

.pad-t-33 {padding-top: 33px}

.pad-t-34 {padding-top: 34px}

.pad-t-35 {padding-top: 35px}

.pad-t-36 {padding-top: 36px}

.pad-t-37 {padding-top: 37px}

.pad-t-38 {padding-top: 38px}

.pad-t-39 {padding-top: 39px}

.pad-t-40 {padding-top: 40px}

.pad-t-41 {padding-top: 41px}

.pad-t-42 {padding-top: 42px}

.pad-t-43 {padding-top: 43px}

.pad-t-44 {padding-top: 44px}

.pad-t-45 {padding-top: 45px}

.pad-t-46 {padding-top: 46px}

.pad-t-47 {padding-top: 47px}

.pad-t-48 {padding-top: 48px}

.pad-t-49 {padding-top: 49px}

.pad-t-50 {padding-top: 50px}

.pad-t-51 {padding-top: 51px}

.pad-t-52 {padding-top: 52px}

.pad-t-53 {padding-top: 53px}

.pad-t-54 {padding-top: 54px}

.pad-t-55 {padding-top: 55px}

.pad-t-56 {padding-top: 56px}

.pad-t-57 {padding-top: 57px}

.pad-t-58 {padding-top: 58px}

.pad-t-59 {padding-top: 59px}

.pad-t-60 {padding-top: 60px}

.pad-t-61 {padding-top: 61px}

.pad-t-62 {padding-top: 62px}

.pad-t-63 {padding-top: 63px}

.pad-t-64 {padding-top: 64px}

.pad-t-65 {padding-top: 65px}

.pad-t-66 {padding-top: 66px}

.pad-t-67 {padding-top: 67px}

.pad-t-68 {padding-top: 68px}

.pad-t-69 {padding-top: 69px}

.pad-t-70 {padding-top: 70px}

.pad-t-71 {padding-top: 71px}

.pad-t-72 {padding-top: 72px}

.pad-t-73 {padding-top: 73px}

.pad-t-74 {padding-top: 74px}

.pad-t-75 {padding-top: 75px}

.pad-t-76 {padding-top: 76px}

.pad-t-77 {padding-top: 77px}

.pad-t-78 {padding-top: 78px}

.pad-t-79 {padding-top: 79px}

.pad-t-80 {padding-top: 80px}

.pad-t-81 {padding-top: 81px}

.pad-t-82 {padding-top: 82px}

.pad-t-83 {padding-top: 83px}

.pad-t-84 {padding-top: 84px}

.pad-t-85 {padding-top: 85px}

.pad-t-86 {padding-top: 86px}

.pad-t-87 {padding-top: 87px}

.pad-t-88 {padding-top: 88px}

.pad-t-89 {padding-top: 89px}

.pad-t-90 {padding-top: 90px}

.pad-t-91 {padding-top: 91px}

.pad-t-92 {padding-top: 92px}

.pad-t-93 {padding-top: 93px}

.pad-t-94 {padding-top: 94px}

.pad-t-95 {padding-top: 95px}

.pad-t-96 {padding-top: 96px}

.pad-t-97 {padding-top: 97px}

.pad-t-98 {padding-top: 98px}

.pad-t-99 {padding-top: 99px}

.pad-t-100 {padding-top: 100px}

.rad-oval {-webkit-border-radius: 1000px;-moz-border-radius: 1000px;border-radius: 1000px}

.mar-1 {margin: 1px}

.mar-2 {margin: 2px}

.mar-3 {margin: 3px}

.mar-4 {margin: 4px}

.mar-5 {margin: 5px}

.mar-6 {margin: 6px}

.mar-7 {margin: 7px}

.mar-8 {margin: 8px}

.mar-9 {margin: 9px}

.mar-10 {margin: 10px}

.mar-11 {margin: 11px}

.mar-12 {margin: 12px}

.mar-13 {margin: 13px}

.mar-14 {margin: 14px}

.mar-15 {margin: 15px}

.mar-16 {margin: 16px}

.mar-17 {margin: 17px}

.mar-18 {margin: 18px}

.mar-19 {margin: 19px}

.mar-20 {margin: 20px}

.mar-21 {margin: 21px}

.mar-22 {margin: 22px}

.mar-23 {margin: 23px}

.mar-24 {margin: 24px}

.mar-25 {margin: 25px}

.mar-26 {margin: 26px}

.mar-27 {margin: 27px}

.mar-28 {margin: 28px}

.mar-29 {margin: 29px}

.mar-30 {margin: 30px}

.mar-31 {margin: 31px}

.mar-32 {margin: 32px}

.mar-33 {margin: 33px}

.mar-34 {margin: 34px}

.mar-35 {margin: 35px}

.mar-36 {margin: 36px}

.mar-37 {margin: 37px}

.mar-38 {margin: 38px}

.mar-39 {margin: 39px}

.mar-40 {margin: 40px}

.mar-41 {margin: 41px}

.mar-42 {margin: 42px}

.mar-43 {margin: 43px}

.mar-44 {margin: 44px}

.mar-45 {margin: 45px}

.mar-46 {margin: 46px}

.mar-47 {margin: 47px}

.mar-48 {margin: 48px}

.mar-49 {margin: 49px}

.mar-50 {margin: 50px}

.mar-51 {margin: 51px}

.mar-52 {margin: 52px}

.mar-53 {margin: 53px}

.mar-54 {margin: 54px}

.mar-55 {margin: 55px}

.mar-56 {margin: 56px}

.mar-57 {margin: 57px}

.mar-58 {margin: 58px}

.mar-59 {margin: 59px}

.mar-60 {margin: 60px}

.mar-61 {margin: 61px}

.mar-62 {margin: 62px}

.mar-63 {margin: 63px}

.mar-64 {margin: 64px}

.mar-65 {margin: 65px}

.mar-66 {margin: 66px}

.mar-67 {margin: 67px}

.mar-68 {margin: 68px}

.mar-69 {margin: 69px}

.mar-70 {margin: 70px}

.mar-71 {margin: 71px}

.mar-72 {margin: 72px}

.mar-73 {margin: 73px}

.mar-74 {margin: 74px}

.mar-75 {margin: 75px}

.mar-76 {margin: 76px}

.mar-77 {margin: 77px}

.mar-78 {margin: 78px}

.mar-79 {margin: 79px}

.mar-80 {margin: 80px}

.mar-81 {margin: 81px}

.mar-82 {margin: 82px}

.mar-83 {margin: 83px}

.mar-84 {margin: 84px}

.mar-85 {margin: 85px}

.mar-86 {margin: 86px}

.mar-87 {margin: 87px}

.mar-88 {margin: 88px}

.mar-89 {margin: 89px}

.mar-90 {margin: 90px}

.mar-91 {margin: 91px}

.mar-92 {margin: 92px}

.mar-93 {margin: 93px}

.mar-94 {margin: 94px}

.mar-95 {margin: 95px}

.mar-96 {margin: 96px}

.mar-97 {margin: 97px}

.mar-98 {margin: 98px}

.mar-99 {margin: 99px}

.mar-100 {margin: 100px}

.mar-l-1 {margin-left: 1px}

.mar-l-2 {margin-left: 2px}

.mar-l-3 {margin-left: 3px}

.mar-l-4 {margin-left: 4px}

.mar-l-5 {margin-left: 5px}

.mar-l-6 {margin-left: 6px}

.mar-l-7 {margin-left: 7px}

.mar-l-8 {margin-left: 8px}

.mar-l-9 {margin-left: 9px}

.mar-l-10 {margin-left: 10px}

.mar-l-11 {margin-left: 11px}

.mar-l-12 {margin-left: 12px}

.mar-l-13 {margin-left: 13px}

.mar-l-14 {margin-left: 14px}

.mar-l-15 {margin-left: 15px}

.mar-l-16 {margin-left: 16px}

.mar-l-17 {margin-left: 17px}

.mar-l-18 {margin-left: 18px}

.mar-l-19 {margin-left: 19px}

.mar-l-20 {margin-left: 20px}

.mar-l-21 {margin-left: 21px}

.mar-l-22 {margin-left: 22px}

.mar-l-23 {margin-left: 23px}

.mar-l-24 {margin-left: 24px}

.mar-l-25 {margin-left: 25px}

.mar-l-26 {margin-left: 26px}

.mar-l-27 {margin-left: 27px}

.mar-l-28 {margin-left: 28px}

.mar-l-29 {margin-left: 29px}

.mar-l-30 {margin-left: 30px}

.mar-l-31 {margin-left: 31px}

.mar-l-32 {margin-left: 32px}

.mar-l-33 {margin-left: 33px}

.mar-l-34 {margin-left: 34px}

.mar-l-35 {margin-left: 35px}

.mar-l-36 {margin-left: 36px}

.mar-l-37 {margin-left: 37px}

.mar-l-38 {margin-left: 38px}

.mar-l-39 {margin-left: 39px}

.mar-l-40 {margin-left: 40px}

.mar-l-41 {margin-left: 41px}

.mar-l-42 {margin-left: 42px}

.mar-l-43 {margin-left: 43px}

.mar-l-44 {margin-left: 44px}

.mar-l-45 {margin-left: 45px}

.mar-l-46 {margin-left: 46px}

.mar-l-47 {margin-left: 47px}

.mar-l-48 {margin-left: 48px}

.mar-l-49 {margin-left: 49px}

.mar-l-50 {margin-left: 50px}

.mar-l-51 {margin-left: 51px}

.mar-l-52 {margin-left: 52px}

.mar-l-53 {margin-left: 53px}

.mar-l-54 {margin-left: 54px}

.mar-l-55 {margin-left: 55px}

.mar-l-56 {margin-left: 56px}

.mar-l-57 {margin-left: 57px}

.mar-l-58 {margin-left: 58px}

.mar-l-59 {margin-left: 59px}

.mar-l-60 {margin-left: 60px}

.mar-l-61 {margin-left: 61px}

.mar-l-62 {margin-left: 62px}

.mar-l-63 {margin-left: 63px}

.mar-l-64 {margin-left: 64px}

.mar-l-65 {margin-left: 65px}

.mar-l-66 {margin-left: 66px}

.mar-l-67 {margin-left: 67px}

.mar-l-68 {margin-left: 68px}

.mar-l-69 {margin-left: 69px}

.mar-l-70 {margin-left: 70px}

.mar-l-71 {margin-left: 71px}

.mar-l-72 {margin-left: 72px}

.mar-l-73 {margin-left: 73px}

.mar-l-74 {margin-left: 74px}

.mar-l-75 {margin-left: 75px}

.mar-l-76 {margin-left: 76px}

.mar-l-77 {margin-left: 77px}

.mar-l-78 {margin-left: 78px}

.mar-l-79 {margin-left: 79px}

.mar-l-80 {margin-left: 80px}

.mar-l-81 {margin-left: 81px}

.mar-l-82 {margin-left: 82px}

.mar-l-83 {margin-left: 83px}

.mar-l-84 {margin-left: 84px}

.mar-l-85 {margin-left: 85px}

.mar-l-86 {margin-left: 86px}

.mar-l-87 {margin-left: 87px}

.mar-l-88 {margin-left: 88px}

.mar-l-89 {margin-left: 89px}

.mar-l-90 {margin-left: 90px}

.mar-l-91 {margin-left: 91px}

.mar-l-92 {margin-left: 92px}

.mar-l-93 {margin-left: 93px}

.mar-l-94 {margin-left: 94px}

.mar-l-95 {margin-left: 95px}

.mar-l-96 {margin-left: 96px}

.mar-l-97 {margin-left: 97px}

.mar-l-98 {margin-left: 98px}

.mar-l-99 {margin-left: 99px}

.mar-l-100 {margin-left: 100px}

.mar-r-1 {margin-right: 1px}

.mar-r-2 {margin-right: 2px}

.mar-r-3 {margin-right: 3px}

.mar-r-4 {margin-right: 4px}

.mar-r-5 {margin-right: 5px}

.mar-r-6 {margin-right: 6px}

.mar-r-7 {margin-right: 7px}

.mar-r-8 {margin-right: 8px}

.mar-r-9 {margin-right: 9px}

.mar-r-10 {margin-right: 10px}

.mar-r-11 {margin-right: 11px}

.mar-r-12 {margin-right: 12px}

.mar-r-13 {margin-right: 13px}

.mar-r-14 {margin-right: 14px}

.mar-r-15 {margin-right: 15px}

.mar-r-16 {margin-right: 16px}

.mar-r-17 {margin-right: 17px}

.mar-r-18 {margin-right: 18px}

.mar-r-19 {margin-right: 19px}

.mar-r-20 {margin-right: 20px}

.mar-r-21 {margin-right: 21px}

.mar-r-22 {margin-right: 22px}

.mar-r-23 {margin-right: 23px}

.mar-r-24 {margin-right: 24px}

.mar-r-25 {margin-right: 25px}

.mar-r-26 {margin-right: 26px}

.mar-r-27 {margin-right: 27px}

.mar-r-28 {margin-right: 28px}

.mar-r-29 {margin-right: 29px}

.mar-r-30 {margin-right: 30px}

.mar-r-31 {margin-right: 31px}

.mar-r-32 {margin-right: 32px}

.mar-r-33 {margin-right: 33px}

.mar-r-34 {margin-right: 34px}

.mar-r-35 {margin-right: 35px}

.mar-r-36 {margin-right: 36px}

.mar-r-37 {margin-right: 37px}

.mar-r-38 {margin-right: 38px}

.mar-r-39 {margin-right: 39px}

.mar-r-40 {margin-right: 40px}

.mar-r-41 {margin-right: 41px}

.mar-r-42 {margin-right: 42px}

.mar-r-43 {margin-right: 43px}

.mar-r-44 {margin-right: 44px}

.mar-r-45 {margin-right: 45px}

.mar-r-46 {margin-right: 46px}

.mar-r-47 {margin-right: 47px}

.mar-r-48 {margin-right: 48px}

.mar-r-49 {margin-right: 49px}

.mar-r-50 {margin-right: 50px}

.mar-r-51 {margin-right: 51px}

.mar-r-52 {margin-right: 52px}

.mar-r-53 {margin-right: 53px}

.mar-r-54 {margin-right: 54px}

.mar-r-55 {margin-right: 55px}

.mar-r-56 {margin-right: 56px}

.mar-r-57 {margin-right: 57px}

.mar-r-58 {margin-right: 58px}

.mar-r-59 {margin-right: 59px}

.mar-r-60 {margin-right: 60px}

.mar-r-61 {margin-right: 61px}

.mar-r-62 {margin-right: 62px}

.mar-r-63 {margin-right: 63px}

.mar-r-64 {margin-right: 64px}

.mar-r-65 {margin-right: 65px}

.mar-r-66 {margin-right: 66px}

.mar-r-67 {margin-right: 67px}

.mar-r-68 {margin-right: 68px}

.mar-r-69 {margin-right: 69px}

.mar-r-70 {margin-right: 70px}

.mar-r-71 {margin-right: 71px}

.mar-r-72 {margin-right: 72px}

.mar-r-73 {margin-right: 73px}

.mar-r-74 {margin-right: 74px}

.mar-r-75 {margin-right: 75px}

.mar-r-76 {margin-right: 76px}

.mar-r-77 {margin-right: 77px}

.mar-r-78 {margin-right: 78px}

.mar-r-79 {margin-right: 79px}

.mar-r-80 {margin-right: 80px}

.mar-r-81 {margin-right: 81px}

.mar-r-82 {margin-right: 82px}

.mar-r-83 {margin-right: 83px}

.mar-r-84 {margin-right: 84px}

.mar-r-85 {margin-right: 85px}

.mar-r-86 {margin-right: 86px}

.mar-r-87 {margin-right: 87px}

.mar-r-88 {margin-right: 88px}

.mar-r-89 {margin-right: 89px}

.mar-r-90 {margin-right: 90px}

.mar-r-91 {margin-right: 91px}

.mar-r-92 {margin-right: 92px}

.mar-r-93 {margin-right: 93px}

.mar-r-94 {margin-right: 94px}

.mar-r-95 {margin-right: 95px}

.mar-r-96 {margin-right: 96px}

.mar-r-97 {margin-right: 97px}

.mar-r-98 {margin-right: 98px}

.mar-r-99 {margin-right: 99px}

.mar-r-100 {margin-right: 100px}

.mar-b-1 {margin-bottom: 1px}

.mar-b-2 {margin-bottom: 2px}

.mar-b-3 {margin-bottom: 3px}

.mar-b-4 {margin-bottom: 4px}

.mar-b-5 {margin-bottom: 5px}

.mar-b-6 {margin-bottom: 6px}

.mar-b-7 {margin-bottom: 7px}

.mar-b-8 {margin-bottom: 8px}

.mar-b-9 {margin-bottom: 9px}

.mar-b-10 {margin-bottom: 10px}

.mar-b-11 {margin-bottom: 11px}

.mar-b-12 {margin-bottom: 12px}

.mar-b-13 {margin-bottom: 13px}

.mar-b-14 {margin-bottom: 14px}

.mar-b-15 {margin-bottom: 15px}

.mar-b-16 {margin-bottom: 16px}

.mar-b-17 {margin-bottom: 17px}

.mar-b-18 {margin-bottom: 18px}

.mar-b-19 {margin-bottom: 19px}

.mar-b-20 {margin-bottom: 20px}

.mar-b-21 {margin-bottom: 21px}

.mar-b-22 {margin-bottom: 22px}

.mar-b-23 {margin-bottom: 23px}

.mar-b-24 {margin-bottom: 24px}

.mar-b-25 {margin-bottom: 25px}

.mar-b-26 {margin-bottom: 26px}

.mar-b-27 {margin-bottom: 27px}

.mar-b-28 {margin-bottom: 28px}

.mar-b-29 {margin-bottom: 29px}

.mar-b-30 {margin-bottom: 30px}

.mar-b-31 {margin-bottom: 31px}

.mar-b-32 {margin-bottom: 32px}

.mar-b-33 {margin-bottom: 33px}

.mar-b-34 {margin-bottom: 34px}

.mar-b-35 {margin-bottom: 35px}

.mar-b-36 {margin-bottom: 36px}

.mar-b-37 {margin-bottom: 37px}

.mar-b-38 {margin-bottom: 38px}

.mar-b-39 {margin-bottom: 39px}

.mar-b-40 {margin-bottom: 40px}

.mar-b-41 {margin-bottom: 41px}

.mar-b-42 {margin-bottom: 42px}

.mar-b-43 {margin-bottom: 43px}

.mar-b-44 {margin-bottom: 44px}

.mar-b-45 {margin-bottom: 45px}

.mar-b-46 {margin-bottom: 46px}

.mar-b-47 {margin-bottom: 47px}

.mar-b-48 {margin-bottom: 48px}

.mar-b-49 {margin-bottom: 49px}

.mar-b-50 {margin-bottom: 50px}

.mar-b-51 {margin-bottom: 51px}

.mar-b-52 {margin-bottom: 52px}

.mar-b-53 {margin-bottom: 53px}

.mar-b-54 {margin-bottom: 54px}

.mar-b-55 {margin-bottom: 55px}

.mar-b-56 {margin-bottom: 56px}

.mar-b-57 {margin-bottom: 57px}

.mar-b-58 {margin-bottom: 58px}

.mar-b-59 {margin-bottom: 59px}

.mar-b-60 {margin-bottom: 60px}

.mar-b-61 {margin-bottom: 61px}

.mar-b-62 {margin-bottom: 62px}

.mar-b-63 {margin-bottom: 63px}

.mar-b-64 {margin-bottom: 64px}

.mar-b-65 {margin-bottom: 65px}

.mar-b-66 {margin-bottom: 66px}

.mar-b-67 {margin-bottom: 67px}

.mar-b-68 {margin-bottom: 68px}

.mar-b-69 {margin-bottom: 69px}

.mar-b-70 {margin-bottom: 70px}

.mar-b-71 {margin-bottom: 71px}

.mar-b-72 {margin-bottom: 72px}

.mar-b-73 {margin-bottom: 73px}

.mar-b-74 {margin-bottom: 74px}

.mar-b-75 {margin-bottom: 75px}

.mar-b-76 {margin-bottom: 76px}

.mar-b-77 {margin-bottom: 77px}

.mar-b-78 {margin-bottom: 78px}

.mar-b-79 {margin-bottom: 79px}

.mar-b-80 {margin-bottom: 80px}

.mar-b-81 {margin-bottom: 81px}

.mar-b-82 {margin-bottom: 82px}

.mar-b-83 {margin-bottom: 83px}

.mar-b-84 {margin-bottom: 84px}

.mar-b-85 {margin-bottom: 85px}

.mar-b-86 {margin-bottom: 86px}

.mar-b-87 {margin-bottom: 87px}

.mar-b-88 {margin-bottom: 88px}

.mar-b-89 {margin-bottom: 89px}

.mar-b-90 {margin-bottom: 90px}

.mar-b-91 {margin-bottom: 91px}

.mar-b-92 {margin-bottom: 92px}

.mar-b-93 {margin-bottom: 93px}

.mar-b-94 {margin-bottom: 94px}

.mar-b-95 {margin-bottom: 95px}

.mar-b-96 {margin-bottom: 96px}

.mar-b-97 {margin-bottom: 97px}

.mar-b-98 {margin-bottom: 98px}

.mar-b-99 {margin-bottom: 99px}

.mar-b-100 {margin-bottom: 100px}

.mar-t-1 {margin-top: 1px}

.mar-t-2 {margin-top: 2px}

.mar-t-3 {margin-top: 3px}

.mar-t-4 {margin-top: 4px}

.mar-t-5 {margin-top: 5px}

.mar-t-6 {margin-top: 6px}

.mar-t-7 {margin-top: 7px}

.mar-t-8 {margin-top: 8px}

.mar-t-9 {margin-top: 9px}

.mar-t-10 {margin-top: 10px}

.mar-t-11 {margin-top: 11px}

.mar-t-12 {margin-top: 12px}

.mar-t-13 {margin-top: 13px}

.mar-t-14 {margin-top: 14px}

.mar-t-15 {margin-top: 15px}

.mar-t-16 {margin-top: 16px}

.mar-t-17 {margin-top: 17px}

.mar-t-18 {margin-top: 18px}

.mar-t-19 {margin-top: 19px}

.mar-t-20 {margin-top: 20px}

.mar-t-21 {margin-top: 21px}

.mar-t-22 {margin-top: 22px}

.mar-t-23 {margin-top: 23px}

.mar-t-24 {margin-top: 24px}

.mar-t-25 {margin-top: 25px}

.mar-t-26 {margin-top: 26px}

.mar-t-27 {margin-top: 27px}

.mar-t-28 {margin-top: 28px}

.mar-t-29 {margin-top: 29px}

.mar-t-30 {margin-top: 30px}

.mar-t-31 {margin-top: 31px}

.mar-t-32 {margin-top: 32px}

.mar-t-33 {margin-top: 33px}

.mar-t-34 {margin-top: 34px}

.mar-t-35 {margin-top: 35px}

.mar-t-36 {margin-top: 36px}

.mar-t-37 {margin-top: 37px}

.mar-t-38 {margin-top: 38px}

.mar-t-39 {margin-top: 39px}

.mar-t-40 {margin-top: 40px}

.mar-t-41 {margin-top: 41px}

.mar-t-42 {margin-top: 42px}

.mar-t-43 {margin-top: 43px}

.mar-t-44 {margin-top: 44px}

.mar-t-45 {margin-top: 45px}

.mar-t-46 {margin-top: 46px}

.mar-t-47 {margin-top: 47px}

.mar-t-48 {margin-top: 48px}

.mar-t-49 {margin-top: 49px}

.mar-t-50 {margin-top: 50px}

.mar-t-51 {margin-top: 51px}

.mar-t-52 {margin-top: 52px}

.mar-t-53 {margin-top: 53px}

.mar-t-54 {margin-top: 54px}

.mar-t-55 {margin-top: 55px}

.mar-t-56 {margin-top: 56px}

.mar-t-57 {margin-top: 57px}

.mar-t-58 {margin-top: 58px}

.mar-t-59 {margin-top: 59px}

.mar-t-60 {margin-top: 60px}

.mar-t-61 {margin-top: 61px}

.mar-t-62 {margin-top: 62px}

.mar-t-63 {margin-top: 63px}

.mar-t-64 {margin-top: 64px}

.mar-t-65 {margin-top: 65px}

.mar-t-66 {margin-top: 66px}

.mar-t-67 {margin-top: 67px}

.mar-t-68 {margin-top: 68px}

.mar-t-69 {margin-top: 69px}

.mar-t-70 {margin-top: 70px}

.mar-t-71 {margin-top: 71px}

.mar-t-72 {margin-top: 72px}

.mar-t-73 {margin-top: 73px}

.mar-t-74 {margin-top: 74px}

.mar-t-75 {margin-top: 75px}

.mar-t-76 {margin-top: 76px}

.mar-t-77 {margin-top: 77px}

.mar-t-78 {margin-top: 78px}

.mar-t-79 {margin-top: 79px}

.mar-t-80 {margin-top: 80px}

.mar-t-81 {margin-top: 81px}

.mar-t-82 {margin-top: 82px}

.mar-t-83 {margin-top: 83px}

.mar-t-84 {margin-top: 84px}

.mar-t-85 {margin-top: 85px}

.mar-t-86 {margin-top: 86px}

.mar-t-87 {margin-top: 87px}

.mar-t-88 {margin-top: 88px}

.mar-t-89 {margin-top: 89px}

.mar-t-90 {margin-top: 90px}

.mar-t-91 {margin-top: 91px}

.mar-t-92 {margin-top: 92px}

.mar-t-93 {margin-top: 93px}

.mar-t-94 {margin-top: 94px}

.mar-t-95 {margin-top: 95px}

.mar-t-96 {margin-top: 96px}

.mar-t-97 {margin-top: 97px}

.mar-t-98 {margin-top: 98px}

.mar-t-99 {margin-top: 99px}

.mar-t-100 {margin-top: 100px}

.rad-1 {-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px}

.rad-2 {-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px}

.rad-3 {-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px}

.rad-4 {-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px}

.rad-5 {-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px}

.rad-6 {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px}

.rad-7 {-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px}

.rad-8 {-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px}

.rad-9 {-webkit-border-radius: 9px;-moz-border-radius: 9px;border-radius: 9px}

.rad-10 {-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px}

.rad-11 {-webkit-border-radius: 11px;-moz-border-radius: 11px;border-radius: 11px}

.rad-12 {-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px}

.rad-13 {-webkit-border-radius: 13px;-moz-border-radius: 13px;border-radius: 13px}

.rad-14 {-webkit-border-radius: 14px;-moz-border-radius: 14px;border-radius: 14px}

.rad-15 {-webkit-border-radius: 15px;-moz-border-radius: 15px;border-radius: 15px}

.rad-16 {-webkit-border-radius: 16px;-moz-border-radius: 16px;border-radius: 16px}

.rad-17 {-webkit-border-radius: 17px;-moz-border-radius: 17px;border-radius: 17px}

.rad-18 {-webkit-border-radius: 18px;-moz-border-radius: 18px;border-radius: 18px}

.rad-19 {-webkit-border-radius: 19px;-moz-border-radius: 19px;border-radius: 19px}

.rad-20 {-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px}

.rad-21 {-webkit-border-radius: 21px;-moz-border-radius: 21px;border-radius: 21px}

.rad-22 {-webkit-border-radius: 22px;-moz-border-radius: 22px;border-radius: 22px}

.rad-23 {-webkit-border-radius: 23px;-moz-border-radius: 23px;border-radius: 23px}

.rad-24 {-webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px}

.rad-25 {-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px}

.rad-26 {-webkit-border-radius: 26px;-moz-border-radius: 26px;border-radius: 26px}

.rad-27 {-webkit-border-radius: 27px;-moz-border-radius: 27px;border-radius: 27px}

.rad-28 {-webkit-border-radius: 28px;-moz-border-radius: 28px;border-radius: 28px}

.rad-29 {-webkit-border-radius: 29px;-moz-border-radius: 29px;border-radius: 29px}

.rad-30 {-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px}

.rad-31 {-webkit-border-radius: 31px;-moz-border-radius: 31px;border-radius: 31px}

.rad-32 {-webkit-border-radius: 32px;-moz-border-radius: 32px;border-radius: 32px}

.rad-33 {-webkit-border-radius: 33px;-moz-border-radius: 33px;border-radius: 33px}

.rad-34 {-webkit-border-radius: 34px;-moz-border-radius: 34px;border-radius: 34px}

.rad-35 {-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius: 35px}

.rad-36 {-webkit-border-radius: 36px;-moz-border-radius: 36px;border-radius: 36px}

.rad-37 {-webkit-border-radius: 37px;-moz-border-radius: 37px;border-radius: 37px}

.rad-38 {-webkit-border-radius: 38px;-moz-border-radius: 38px;border-radius: 38px}

.rad-39 {-webkit-border-radius: 39px;-moz-border-radius: 39px;border-radius: 39px}

.rad-40 {-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px}

.rad-41 {-webkit-border-radius: 41px;-moz-border-radius: 41px;border-radius: 41px}

.rad-42 {-webkit-border-radius: 42px;-moz-border-radius: 42px;border-radius: 42px}

.rad-43 {-webkit-border-radius: 43px;-moz-border-radius: 43px;border-radius: 43px}

.rad-44 {-webkit-border-radius: 44px;-moz-border-radius: 44px;border-radius: 44px}

.rad-45 {-webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px}

.rad-46 {-webkit-border-radius: 46px;-moz-border-radius: 46px;border-radius: 46px}

.rad-47 {-webkit-border-radius: 47px;-moz-border-radius: 47px;border-radius: 47px}

.rad-48 {-webkit-border-radius: 48px;-moz-border-radius: 48px;border-radius: 48px}

.rad-49 {-webkit-border-radius: 49px;-moz-border-radius: 49px;border-radius: 49px}

.rad-50 {-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px}

.rad-51 {-webkit-border-radius: 51px;-moz-border-radius: 51px;border-radius: 51px}

.rad-52 {-webkit-border-radius: 52px;-moz-border-radius: 52px;border-radius: 52px}

.rad-53 {-webkit-border-radius: 53px;-moz-border-radius: 53px;border-radius: 53px}

.rad-54 {-webkit-border-radius: 54px;-moz-border-radius: 54px;border-radius: 54px}

.rad-55 {-webkit-border-radius: 55px;-moz-border-radius: 55px;border-radius: 55px}

.rad-56 {-webkit-border-radius: 56px;-moz-border-radius: 56px;border-radius: 56px}

.rad-57 {-webkit-border-radius: 57px;-moz-border-radius: 57px;border-radius: 57px}

.rad-58 {-webkit-border-radius: 58px;-moz-border-radius: 58px;border-radius: 58px}

.rad-59 {-webkit-border-radius: 59px;-moz-border-radius: 59px;border-radius: 59px}

.rad-60 {-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px}

.rad-61 {-webkit-border-radius: 61px;-moz-border-radius: 61px;border-radius: 61px}

.rad-62 {-webkit-border-radius: 62px;-moz-border-radius: 62px;border-radius: 62px}

.rad-63 {-webkit-border-radius: 63px;-moz-border-radius: 63px;border-radius: 63px}

.rad-64 {-webkit-border-radius: 64px;-moz-border-radius: 64px;border-radius: 64px}

.rad-65 {-webkit-border-radius: 65px;-moz-border-radius: 65px;border-radius: 65px}

.rad-66 {-webkit-border-radius: 66px;-moz-border-radius: 66px;border-radius: 66px}

.rad-67 {-webkit-border-radius: 67px;-moz-border-radius: 67px;border-radius: 67px}

.rad-68 {-webkit-border-radius: 68px;-moz-border-radius: 68px;border-radius: 68px}

.rad-69 {-webkit-border-radius: 69px;-moz-border-radius: 69px;border-radius: 69px}

.rad-70 {-webkit-border-radius: 70px;-moz-border-radius: 70px;border-radius: 70px}

.rad-71 {-webkit-border-radius: 71px;-moz-border-radius: 71px;border-radius: 71px}

.rad-72 {-webkit-border-radius: 72px;-moz-border-radius: 72px;border-radius: 72px}

.rad-73 {-webkit-border-radius: 73px;-moz-border-radius: 73px;border-radius: 73px}

.rad-74 {-webkit-border-radius: 74px;-moz-border-radius: 74px;border-radius: 74px}

.rad-75 {-webkit-border-radius: 75px;-moz-border-radius: 75px;border-radius: 75px}

.rad-76 {-webkit-border-radius: 76px;-moz-border-radius: 76px;border-radius: 76px}

.rad-77 {-webkit-border-radius: 77px;-moz-border-radius: 77px;border-radius: 77px}

.rad-78 {-webkit-border-radius: 78px;-moz-border-radius: 78px;border-radius: 78px}

.rad-79 {-webkit-border-radius: 79px;-moz-border-radius: 79px;border-radius: 79px}

.rad-80 {-webkit-border-radius: 80px;-moz-border-radius: 80px;border-radius: 80px}

.rad-81 {-webkit-border-radius: 81px;-moz-border-radius: 81px;border-radius: 81px}

.rad-82 {-webkit-border-radius: 82px;-moz-border-radius: 82px;border-radius: 82px}

.rad-83 {-webkit-border-radius: 83px;-moz-border-radius: 83px;border-radius: 83px}

.rad-84 {-webkit-border-radius: 84px;-moz-border-radius: 84px;border-radius: 84px}

.rad-85 {-webkit-border-radius: 85px;-moz-border-radius: 85px;border-radius: 85px}

.rad-86 {-webkit-border-radius: 86px;-moz-border-radius: 86px;border-radius: 86px}

.rad-87 {-webkit-border-radius: 87px;-moz-border-radius: 87px;border-radius: 87px}

.rad-88 {-webkit-border-radius: 88px;-moz-border-radius: 88px;border-radius: 88px}

.rad-89 {-webkit-border-radius: 89px;-moz-border-radius: 89px;border-radius: 89px}

.rad-90 {-webkit-border-radius: 90px;-moz-border-radius: 90px;border-radius: 90px}

.rad-91 {-webkit-border-radius: 91px;-moz-border-radius: 91px;border-radius: 91px}

.rad-92 {-webkit-border-radius: 92px;-moz-border-radius: 92px;border-radius: 92px}

.rad-93 {-webkit-border-radius: 93px;-moz-border-radius: 93px;border-radius: 93px}

.rad-94 {-webkit-border-radius: 94px;-moz-border-radius: 94px;border-radius: 94px}

.rad-95 {-webkit-border-radius: 95px;-moz-border-radius: 95px;border-radius: 95px}

.rad-96 {-webkit-border-radius: 96px;-moz-border-radius: 96px;border-radius: 96px}

.rad-97 {-webkit-border-radius: 97px;-moz-border-radius: 97px;border-radius: 97px}

.rad-98 {-webkit-border-radius: 98px;-moz-border-radius: 98px;border-radius: 98px}

.rad-99 {-webkit-border-radius: 99px;-moz-border-radius: 99px;border-radius: 99px}

.rad-100 {-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px}

.opa1 {opacity: .1;filter: alpha(opacity=10)}

.opa2 {opacity: .2;filter: alpha(opacity=20)}

.opa3 {opacity: .3;filter: alpha(opacity=30)}

.opa4 {opacity: .4;filter: alpha(opacity=40)}

.opa5 {opacity: .5;filter: alpha(opacity=50)}

.opa6 {opacity: .6;filter: alpha(opacity=60)}

.opa7 {opacity: .7;filter: alpha(opacity=70)}

.opa8 {opacity: .8;filter: alpha(opacity=80)}

.opa9 {opacity: .9;filter: alpha(opacity=90)}



.opacity-0  { opacity: 1;   filter: alpha(opacity=100); }
.opacity-1  { opacity: 0.9; filter: alpha(opacity=90); }
.opacity-2  { opacity: 0.8; filter: alpha(opacity=80); }
.opacity-3  { opacity: 0.7; filter: alpha(opacity=70); }
.opacity-4  { opacity: 0.6; filter: alpha(opacity=60); }
.opacity-5  { opacity: 0.5; filter: alpha(opacity=50); }
.opacity-6  { opacity: 0.4; filter: alpha(opacity=40); }
.opacity-7  { opacity: 0.3; filter: alpha(opacity=30); }
.opacity-8  { opacity: 0.2; filter: alpha(opacity=20); }
.opacity-9  { opacity: 0.1; filter: alpha(opacity=10); }
.opacity-10 { opacity: 0;   filter: alpha(opacity=0); }
@media screen and (max-width: 1000px) {
._mb-opacity-0  { opacity: 1;   filter: alpha(opacity=100); }
._mb-opacity-1  { opacity: 0.9; filter: alpha(opacity=90); }
._mb-opacity-2  { opacity: 0.8; filter: alpha(opacity=80); }
._mb-opacity-3  { opacity: 0.7; filter: alpha(opacity=70); }
._mb-opacity-4  { opacity: 0.6; filter: alpha(opacity=60); }
._mb-opacity-5  { opacity: 0.5; filter: alpha(opacity=50); }
._mb-opacity-6  { opacity: 0.4; filter: alpha(opacity=40); }
._mb-opacity-7  { opacity: 0.3; filter: alpha(opacity=30); }
._mb-opacity-8  { opacity: 0.2; filter: alpha(opacity=20); }
._mb-opacity-9  { opacity: 0.1; filter: alpha(opacity=10); }
._mb-opacity-10 { opacity: 0;   filter: alpha(opacity=0); }
}




.gray-10 {-webkit-filter: grayscale(100%);filter: grayscale(100%)}

.gray-9 {-webkit-filter: grayscale(90%);filter: grayscale(90%)}

.gray-8 {-webkit-filter: grayscale(80%);filter: grayscale(80%)}

.gray-7 {-webkit-filter: grayscale(70%);filter: grayscale(70%)}

.gray-6 {-webkit-filter: grayscale(60%);filter: grayscale(60%)}

.gray-5 {-webkit-filter: grayscale(50%);filter: grayscale(50%)}

.gray-4 {-webkit-filter: grayscale(40%);filter: grayscale(40%)}

.gray-3 {-webkit-filter: grayscale(30%);filter: grayscale(30%)}

.gray-2 {-webkit-filter: grayscale(20%);filter: grayscale(20%)}

.gray-1 {-webkit-filter: grayscale(10%);filter: grayscale(10%)}

.gray-0 {-webkit-filter: grayscale(0%);filter: grayscale(0%)}

.blur-0 {filter: blur(0px);-webkit-filter: blur(0px)}

.blur-1 {filter: blur(1px);-webkit-filter: blur(1px);filter: blur(2px);-webkit-filter: blur(2px)}

.blur-3 {filter: blur(3px);-webkit-filter: blur(3px)}

.blur-4 {filter: blur(4px);-webkit-filter: blur(4px)}

.blur-5 {filter: blur(5px);-webkit-filter: blur(5px)}

.blur-6 {filter: blur(6px);-webkit-filter: blur(6px)}

.blur-7 {filter: blur(7px);-webkit-filter: blur(7px)}

.blur-8 {filter: blur(8px);-webkit-filter: blur(8px)}

.blur-9 {filter: blur(9px);-webkit-filter: blur(9px)}

.lds-roller {display: inline-block;position: relative;width: 80px;height: 80px}

.lds-roller div {animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin: 40px 40px}

.lds-roller div:after {content: " ";display: block;position: absolute;width: 7px;height: 7px;border-radius: 50%;background: #000;margin: -4px 0 0 -4px}

.lds-roller div:nth-child(1) {animation-delay: -.036s}

.lds-roller div:nth-child(1):after {top: 63px;left: 63px}

.lds-roller div:nth-child(2) {animation-delay: -.072s}

.lds-roller div:nth-child(2):after {top: 68px;left: 56px}

.lds-roller div:nth-child(3) {animation-delay: -.108s}

.lds-roller div:nth-child(3):after {top: 71px;left: 48px}

.lds-roller div:nth-child(4) {animation-delay: -.144s}

.lds-roller div:nth-child(4):after {top: 72px;left: 40px}

.lds-roller div:nth-child(5) {animation-delay: -.18s}

.lds-roller div:nth-child(5):after {top: 71px;left: 32px}

.lds-roller div:nth-child(6) {animation-delay: -.216s}

.lds-roller div:nth-child(6):after {top: 68px;left: 24px}

.lds-roller div:nth-child(7) {animation-delay: -.252s}

.lds-roller div:nth-child(7):after {top: 63px;left: 17px}

.lds-roller div:nth-child(8) {animation-delay: -.288s}

.lds-roller div:nth-child(8):after {top: 56px;left: 12px}

@keyframes lds-roller {0% {    transform: rotate(0deg)}100% {    transform: rotate(360deg)}}

.line-h-1 {line-height: 1px}

.line-h-2 {line-height: 2px}

.line-h-3 {line-height: 3px}

.line-h-4 {line-height: 4px}

.line-h-5 {line-height: 5px}

.line-h-6 {line-height: 6px}

.line-h-7 {line-height: 7px}

.line-h-8 {line-height: 8px}

.line-h-9 {line-height: 9px}

.line-h-10 {line-height: 10px}

.line-h-11 {line-height: 11px}

.line-h-12 {line-height: 12px}

.line-h-13 {line-height: 13px}

.line-h-14 {line-height: 14px}

.line-h-15 {line-height: 15px}

.line-h-16 {line-height: 16px}

.line-h-17 {line-height: 17px}

.line-h-18 {line-height: 18px}

.line-h-19 {line-height: 19px}

.line-h-20 {line-height: 20px}

.line-h-21 {line-height: 21px}

.line-h-22 {line-height: 22px}

.line-h-23 {line-height: 23px}

.line-h-24 {line-height: 24px}

.line-h-25 {line-height: 25px}

.line-h-26 {line-height: 26px}

.line-h-27 {line-height: 27px}

.line-h-28 {line-height: 28px}

.line-h-29 {line-height: 29px}

.line-h-30 {line-height: 30px}

.line-h-31 {line-height: 31px}

.line-h-32 {line-height: 32px}

.line-h-33 {line-height: 33px}

.line-h-34 {line-height: 34px}

.line-h-35 {line-height: 35px}

.line-h-36 {line-height: 36px}

.line-h-37 {line-height: 37px}

.line-h-38 {line-height: 38px}

.line-h-39 {line-height: 39px}

.line-h-40 {line-height: 40px}

.line-h-41 {line-height: 41px}

.line-h-42 {line-height: 42px}

.line-h-43 {line-height: 43px}

.line-h-44 {line-height: 44px}

.line-h-45 {line-height: 45px}

.line-h-46 {line-height: 46px}

.line-h-47 {line-height: 47px}

.line-h-48 {line-height: 48px}

.line-h-49 {line-height: 49px}

.line-h-50 {line-height: 50px}

.line-h-51 {line-height: 51px}

.line-h-52 {line-height: 52px}

.line-h-53 {line-height: 53px}

.line-h-54 {line-height: 54px}

.line-h-55 {line-height: 55px}

.line-h-56 {line-height: 56px}

.line-h-57 {line-height: 57px}

.line-h-58 {line-height: 58px}

.line-h-59 {line-height: 59px}

.line-h-60 {line-height: 60px}

.line-h-61 {line-height: 61px}

.line-h-62 {line-height: 62px}

.line-h-63 {line-height: 63px}

.line-h-64 {line-height: 64px}

.line-h-65 {line-height: 65px}

.line-h-66 {line-height: 66px}

.line-h-67 {line-height: 67px}

.line-h-68 {line-height: 68px}

.line-h-69 {line-height: 69px}

.line-h-70 {line-height: 70px}

.line-h-71 {line-height: 71px}

.line-h-72 {line-height: 72px}

.line-h-73 {line-height: 73px}

.line-h-74 {line-height: 74px}

.line-h-75 {line-height: 75px}

.line-h-76 {line-height: 76px}

.line-h-77 {line-height: 77px}

.line-h-78 {line-height: 78px}

.line-h-79 {line-height: 79px}

.line-h-80 {line-height: 80px}

.line-h-81 {line-height: 81px}

.line-h-82 {line-height: 82px}

.line-h-83 {line-height: 83px}

.line-h-84 {line-height: 84px}

.line-h-85 {line-height: 85px}

.line-h-86 {line-height: 86px}

.line-h-87 {line-height: 87px}

.line-h-88 {line-height: 88px}

.line-h-89 {line-height: 89px}

.line-h-90 {line-height: 90px}

.line-h-91 {line-height: 91px}

.line-h-92 {line-height: 92px}

.line-h-93 {line-height: 93px}

.line-h-94 {line-height: 94px}

.line-h-95 {line-height: 95px}

.line-h-96 {line-height: 96px}

.line-h-97 {line-height: 97px}

.line-h-98 {line-height: 98px}

.line-h-99 {line-height: 99px}

.line-h-100 {line-height: 100px}

.z-index-0 {z-index: 0}

.z-index-1 {z-index: 1}

.z-index-2 {z-index: 2}

.z-index-3 {z-index: 3}

.z-index-4 {z-index: 4}

.z-index-5 {z-index: 5}

.z-index-6 {z-index: 6}

.z-index-7 {z-index: 7}

.z-index-8 {z-index: 8}

.z-index-9 {z-index: 9}

.z-index-10 {z-index: 10}

.z-index-11 {z-index: 11}

.z-index-12 {z-index: 12}

.z-index-13 {z-index: 13}

.z-index-14 {z-index: 14}

.z-index-15 {z-index: 15}

.z-index-16 {z-index: 16}

.z-index-17 {z-index: 17}

.z-index-18 {z-index: 18}

.z-index-19 {z-index: 19}

.z-index-20 {z-index: 20}

.z-index-21 {z-index: 21}

.z-index-22 {z-index: 22}

.z-index-23 {z-index: 23}

.z-index-24 {z-index: 24}

.z-index-25 {z-index: 25}

.z-index-26 {z-index: 26}

.z-index-27 {z-index: 27}

.z-index-28 {z-index: 28}

.z-index-29 {z-index: 29}

.z-index-30 {z-index: 30}

.z-index-31 {z-index: 31}

.z-index-32 {z-index: 32}

.z-index-33 {z-index: 33}

.z-index-34 {z-index: 34}

.z-index-35 {z-index: 35}

.z-index-36 {z-index: 36}

.z-index-37 {z-index: 37}

.z-index-38 {z-index: 38}

.z-index-39 {z-index: 39}

.z-index-40 {z-index: 40}

.z-index-41 {z-index: 41}

.z-index-42 {z-index: 42}

.z-index-43 {z-index: 43}

.z-index-44 {z-index: 44}

.z-index-45 {z-index: 45}

.z-index-46 {z-index: 46}

.z-index-47 {z-index: 47}

.z-index-48 {z-index: 48}

.z-index-49 {z-index: 49}

.z-index-50 {z-index: 50}

.z-index-51 {z-index: 51}

.z-index-52 {z-index: 52}

.z-index-53 {z-index: 53}

.z-index-54 {z-index: 54}

.z-index-55 {z-index: 55}

.z-index-56 {z-index: 56}

.z-index-57 {z-index: 57}

.z-index-58 {z-index: 58}

.z-index-59 {z-index: 59}

.z-index-60 {z-index: 60}

.z-index-61 {z-index: 61}

.z-index-62 {z-index: 62}

.z-index-63 {z-index: 63}

.z-index-64 {z-index: 64}

.z-index-65 {z-index: 65}

.z-index-66 {z-index: 66}

.z-index-67 {z-index: 67}

.z-index-68 {z-index: 68}

.z-index-69 {z-index: 69}

.z-index-70 {z-index: 70}

.z-index-71 {z-index: 71}

.z-index-72 {z-index: 72}

.z-index-73 {z-index: 73}

.z-index-74 {z-index: 74}

.z-index-75 {z-index: 75}

.z-index-76 {z-index: 76}

.z-index-77 {z-index: 77}

.z-index-78 {z-index: 78}

.z-index-79 {z-index: 79}

.z-index-80 {z-index: 80}

.z-index-81 {z-index: 81}

.z-index-82 {z-index: 82}

.z-index-83 {z-index: 83}

.z-index-84 {z-index: 84}

.z-index-85 {z-index: 85}

.z-index-86 {z-index: 86}

.z-index-87 {z-index: 87}

.z-index-88 {z-index: 88}

.z-index-89 {z-index: 89}

.z-index-90 {z-index: 90}

.z-index-91 {z-index: 91}

.z-index-92 {z-index: 92}

.z-index-93 {z-index: 93}

.z-index-94 {z-index: 94}

.z-index-95 {z-index: 95}

.z-index-96 {z-index: 96}

.z-index-97 {z-index: 97}

.z-index-98 {z-index: 98}

.z-index-99 {z-index: 99}

.z-index-100 {z-index: 100}

.z-index-101 {z-index: 101}

.z-index-102 {z-index: 102}

.z-index-103 {z-index: 103}

.z-index-104 {z-index: 104}

.z-index-105 {z-index: 105}

.z-index-106 {z-index: 106}

.z-index-107 {z-index: 107}

.z-index-108 {z-index: 108}

.z-index-109 {z-index: 109}

.z-index-110 {z-index: 110}

.z-index-111 {z-index: 111}

.z-index-112 {z-index: 112}

.z-index-113 {z-index: 113}

.z-index-114 {z-index: 114}

.z-index-115 {z-index: 115}

.z-index-116 {z-index: 116}

.z-index-117 {z-index: 117}

.z-index-118 {z-index: 118}

.z-index-119 {z-index: 119}

.z-index-120 {z-index: 120}

.z-index-121 {z-index: 121}

.z-index-122 {z-index: 122}

.z-index-123 {z-index: 123}

.z-index-124 {z-index: 124}

.z-index-125 {z-index: 125}

.z-index-126 {z-index: 126}

.z-index-127 {z-index: 127}

.z-index-128 {z-index: 128}

.z-index-129 {z-index: 129}

.z-index-130 {z-index: 130}

.z-index-131 {z-index: 131}

.z-index-132 {z-index: 132}

.z-index-133 {z-index: 133}

.z-index-134 {z-index: 134}

.z-index-135 {z-index: 135}

.z-index-136 {z-index: 136}

.z-index-137 {z-index: 137}

.z-index-138 {z-index: 138}

.z-index-139 {z-index: 139}

.z-index-140 {z-index: 140}

.z-index-141 {z-index: 141}

.z-index-142 {z-index: 142}

.z-index-143 {z-index: 143}

.z-index-144 {z-index: 144}

.z-index-145 {z-index: 145}

.z-index-146 {z-index: 146}

.z-index-147 {z-index: 147}

.z-index-148 {z-index: 148}

.z-index-149 {z-index: 149}

.z-index-150 {z-index: 150}

.z-index-151 {z-index: 151}

.z-index-152 {z-index: 152}

.z-index-153 {z-index: 153}

.z-index-154 {z-index: 154}

.z-index-155 {z-index: 155}

.z-index-156 {z-index: 156}

.z-index-157 {z-index: 157}

.z-index-158 {z-index: 158}

.z-index-159 {z-index: 159}

.z-index-160 {z-index: 160}

.z-index-161 {z-index: 161}

.z-index-162 {z-index: 162}

.z-index-163 {z-index: 163}

.z-index-164 {z-index: 164}

.z-index-165 {z-index: 165}

.z-index-166 {z-index: 166}

.z-index-167 {z-index: 167}

.z-index-168 {z-index: 168}

.z-index-169 {z-index: 169}

.z-index-170 {z-index: 170}

.z-index-171 {z-index: 171}

.z-index-172 {z-index: 172}

.z-index-173 {z-index: 173}

.z-index-174 {z-index: 174}

.z-index-175 {z-index: 175}

.z-index-176 {z-index: 176}

.z-index-177 {z-index: 177}

.z-index-178 {z-index: 178}

.z-index-179 {z-index: 179}

.z-index-180 {z-index: 180}

.z-index-181 {z-index: 181}

.z-index-182 {z-index: 182}

.z-index-183 {z-index: 183}

.z-index-184 {z-index: 184}

.z-index-185 {z-index: 185}

.z-index-186 {z-index: 186}

.z-index-187 {z-index: 187}

.z-index-188 {z-index: 188}

.z-index-189 {z-index: 189}

.z-index-190 {z-index: 190}

.z-index-191 {z-index: 191}

.z-index-192 {z-index: 192}

.z-index-193 {z-index: 193}

.z-index-194 {z-index: 194}

.z-index-195 {z-index: 195}

.z-index-196 {z-index: 196}

.z-index-197 {z-index: 197}

.z-index-198 {z-index: 198}

.z-index-199 {z-index: 199}

@media screen and (max-width: 1000px) {._mb-pad-0 {    box-sizing: border-box;    padding: 0;}[class*=pad-l-] {}._mb-t-center {    text-align: center;}}

.disable {opacity: 0.5;filter: grayscale(100%);}

@media screen and (max-width: 1000px) {._mb-pad-0 {    padding: 0px;}._mb-pad-l-0 {    padding-left: 0px;}._mb-pad-r-0 {    padding-right: 0px;}._mb-pad-t-0 {    padding-top: 0px;}._mb-pad-b-0 {    padding-bottom: 0px;}._mb-left-1 {    left: 1px;}._mb-left-2 {    left: 2px;}._mb-left-3 {    left: 3px;}._mb-left-4 {    left: 4px;}._mb-left-5 {    left: 5px;}._mb-left-6 {    left: 6px;}._mb-left-7 {    left: 7px;}._mb-left-8 {    left: 8px;}._mb-left-9 {    left: 9px;}._mb-left-10 {    left: 10px;}._mb-left-11 {    left: 11px;}._mb-left-12 {    left: 12px;}._mb-left-13 {    left: 13px;}._mb-left-14 {    left: 14px;}._mb-left-15 {    left: 15px;}._mb-left-16 {    left: 16px;}._mb-left-17 {    left: 17px;}._mb-left-18 {    left: 18px;}._mb-left-19 {    left: 19px;}._mb-left-20 {    left: 20px;}._mb-left-21 {    left: 21px;}._mb-left-22 {    left: 22px;}._mb-left-23 {    left: 23px;}._mb-left-24 {    left: 24px;}._mb-left-25 {    left: 25px;}._mb-left-26 {    left: 26px;}._mb-left-27 {    left: 27px;}._mb-left-28 {    left: 28px;}._mb-left-29 {    left: 29px;}._mb-left-30 {    left: 30px;}._mb-left-31 {    left: 31px;}._mb-left-32 {    left: 32px;}._mb-left-33 {    left: 33px;}._mb-left-34 {    left: 34px;}._mb-left-35 {    left: 35px;}._mb-left-36 {    left: 36px;}._mb-left-37 {    left: 37px;}._mb-left-38 {    left: 38px;}._mb-left-39 {    left: 39px;}._mb-left-40 {    left: 40px;}._mb-left-41 {    left: 41px;}._mb-left-42 {    left: 42px;}._mb-left-43 {    left: 43px;}._mb-left-44 {    left: 44px;}._mb-left-45 {    left: 45px;}._mb-left-46 {    left: 46px;}._mb-left-47 {    left: 47px;}._mb-left-48 {    left: 48px;}._mb-left-49 {    left: 49px;}._mb-left-50 {    left: 50px;}._mb-left-51 {    left: 51px;}._mb-left-52 {    left: 52px;}._mb-left-53 {    left: 53px;}._mb-left-54 {    left: 54px;}._mb-left-55 {    left: 55px;}._mb-left-56 {    left: 56px;}._mb-left-57 {    left: 57px;}._mb-left-58 {    left: 58px;}._mb-left-59 {    left: 59px;}._mb-left-60 {    left: 60px;}._mb-left-61 {    left: 61px;}._mb-left-62 {    left: 62px;}._mb-left-63 {    left: 63px;}._mb-left-64 {    left: 64px;}._mb-left-65 {    left: 65px;}._mb-left-66 {    left: 66px;}._mb-left-67 {    left: 67px;}._mb-left-68 {    left: 68px;}._mb-left-69 {    left: 69px;}._mb-left-70 {    left: 70px;}._mb-left-71 {    left: 71px;}._mb-left-72 {    left: 72px;}._mb-left-73 {    left: 73px;}._mb-left-74 {    left: 74px;}._mb-left-75 {    left: 75px;}._mb-left-76 {    left: 76px;}._mb-left-77 {    left: 77px;}._mb-left-78 {    left: 78px;}._mb-left-79 {    left: 79px;}._mb-left-80 {    left: 80px;}._mb-left-81 {    left: 81px;}._mb-left-82 {    left: 82px;}._mb-left-83 {    left: 83px;}._mb-left-84 {    left: 84px;}._mb-left-85 {    left: 85px;}._mb-left-86 {    left: 86px;}._mb-left-87 {    left: 87px;}._mb-left-88 {    left: 88px;}._mb-left-89 {    left: 89px;}._mb-left-90 {    left: 90px;}._mb-left-91 {    left: 91px;}._mb-left-92 {    left: 92px;}._mb-left-93 {    left: 93px;}._mb-left-94 {    left: 94px;}._mb-left-95 {    left: 95px;}._mb-left-96 {    left: 96px;}._mb-left-97 {    left: 97px;}._mb-left-98 {    left: 98px;}._mb-left-99 {    left: 99px;}._mb-left-100 {    left: 100px;}.right-1 {    right: 1px;}.right-2 {    right: 2px;}.right-3 {    right: 3px;}.right-4 {    right: 4px;}.right-5 {    right: 5px;}.right-6 {    right: 6px;}.right-7 {    right: 7px;}.right-8 {    right: 8px;}.right-9 {    right: 9px;}.right-10 {    right: 10px;}.right-11 {    right: 11px;}.right-12 {    right: 12px;}.right-13 {    right: 13px;}.right-14 {    right: 14px;}.right-15 {    right: 15px;}.right-16 {    right: 16px;}.right-17 {    right: 17px;}.right-18 {    right: 18px;}.right-19 {    right: 19px;}.right-20 {    right: 20px;}.right-21 {    right: 21px;}.right-22 {    right: 22px;}.right-23 {    right: 23px;}.right-24 {    right: 24px;}.right-25 {    right: 25px;}.right-26 {    right: 26px;}.right-27 {    right: 27px;}.right-28 {    right: 28px;}.right-29 {    right: 29px;}.right-30 {    right: 30px;}.right-31 {    right: 31px;}.right-32 {    right: 32px;}.right-33 {    right: 33px;}.right-34 {    right: 34px;}.right-35 {    right: 35px;}.right-36 {    right: 36px;}.right-37 {    right: 37px;}.right-38 {    right: 38px;}.right-39 {    right: 39px;}.right-40 {    right: 40px;}.right-41 {    right: 41px;}.right-42 {    right: 42px;}.right-43 {    right: 43px;}.right-44 {    right: 44px;}.right-45 {    right: 45px;}.right-46 {    right: 46px;}.right-47 {    right: 47px;}.right-48 {    right: 48px;}.right-49 {    right: 49px;}.right-50 {    right: 50px;}.right-51 {    right: 51px;}.right-52 {    right: 52px;}.right-53 {    right: 53px;}.right-54 {    right: 54px;}.right-55 {    right: 55px;}.right-56 {    right: 56px;}.right-57 {    right: 57px;}.right-58 {    right: 58px;}.right-59 {    right: 59px;}.right-60 {    right: 60px;}.right-61 {    right: 61px;}.right-62 {    right: 62px;}.right-63 {    right: 63px;}.right-64 {    right: 64px;}.right-65 {    right: 65px;}.right-66 {    right: 66px;}.right-67 {    right: 67px;}.right-68 {    right: 68px;}.right-69 {    right: 69px;}.right-70 {    right: 70px;}.right-71 {    right: 71px;}.right-72 {    right: 72px;}.right-73 {    right: 73px;}.right-74 {    right: 74px;}.right-75 {    right: 75px;}.right-76 {    right: 76px;}.right-77 {    right: 77px;}.right-78 {    right: 78px;}.right-79 {    right: 79px;}.right-80 {    right: 80px;}.right-81 {    right: 81px;}.right-82 {    right: 82px;}.right-83 {    right: 83px;}.right-84 {    right: 84px;}.right-85 {    right: 85px;}.right-86 {    right: 86px;}.right-87 {    right: 87px;}.right-88 {    right: 88px;}.right-89 {    right: 89px;}.right-90 {    right: 90px;}.right-91 {    right: 91px;}.right-92 {    right: 92px;}.right-93 {    right: 93px;}.right-94 {    right: 94px;}.right-95 {    right: 95px;}.right-96 {    right: 96px;}.right-97 {    right: 97px;}.right-98 {    right: 98px;}.right-99 {    right: 99px;}.right-100 {    right: 100px;}.top-1 {    top: 1px;}.top-2 {    top: 2px;}.top-3 {    top: 3px;}.top-4 {    top: 4px;}.top-5 {    top: 5px;}.top-6 {    top: 6px;}.top-7 {    top: 7px;}.top-8 {    top: 8px;}.top-9 {    top: 9px;}.top-10 {    top: 10px;}.top-11 {    top: 11px;}.top-12 {    top: 12px;}.top-13 {    top: 13px;}.top-14 {    top: 14px;}.top-15 {    top: 15px;}.top-16 {    top: 16px;}.top-17 {    top: 17px;}.top-18 {    top: 18px;}.top-19 {    top: 19px;}.top-20 {    top: 20px;}.top-21 {    top: 21px;}.top-22 {    top: 22px;}.top-23 {    top: 23px;}.top-24 {    top: 24px;}.top-25 {    top: 25px;}.top-26 {    top: 26px;}.top-27 {    top: 27px;}.top-28 {    top: 28px;}.top-29 {    top: 29px;}.top-30 {    top: 30px;}.top-31 {    top: 31px;}.top-32 {    top: 32px;}.top-33 {    top: 33px;}.top-34 {    top: 34px;}.top-35 {    top: 35px;}.top-36 {    top: 36px;}.top-37 {    top: 37px;}.top-38 {    top: 38px;}.top-39 {    top: 39px;}.top-40 {    top: 40px;}.top-41 {    top: 41px;}.top-42 {    top: 42px;}.top-43 {    top: 43px;}.top-44 {    top: 44px;}.top-45 {    top: 45px;}.top-46 {    top: 46px;}.top-47 {    top: 47px;}.top-48 {    top: 48px;}.top-49 {    top: 49px;}.top-50 {    top: 50px;}.top-51 {    top: 51px;}.top-52 {    top: 52px;}.top-53 {    top: 53px;}.top-54 {    top: 54px;}.top-55 {    top: 55px;}.top-56 {    top: 56px;}.top-57 {    top: 57px;}.top-58 {    top: 58px;}.top-59 {    top: 59px;}.top-60 {    top: 60px;}.top-61 {    top: 61px;}.top-62 {    top: 62px;}.top-63 {    top: 63px;}.top-64 {    top: 64px;}.top-65 {    top: 65px;}.top-66 {    top: 66px;}.top-67 {    top: 67px;}.top-68 {    top: 68px;}.top-69 {    top: 69px;}.top-70 {    top: 70px;}.top-71 {    top: 71px;}.top-72 {    top: 72px;}.top-73 {    top: 73px;}.top-74 {    top: 74px;}.top-75 {    top: 75px;}.top-76 {    top: 76px;}.top-77 {    top: 77px;}.top-78 {    top: 78px;}.top-79 {    top: 79px;}.top-80 {    top: 80px;}.top-81 {    top: 81px;}.top-82 {    top: 82px;}.top-83 {    top: 83px;}.top-84 {    top: 84px;}.top-85 {    top: 85px;}.top-86 {    top: 86px;}.top-87 {    top: 87px;}.top-88 {    top: 88px;}.top-89 {    top: 89px;}.top-90 {    top: 90px;}.top-91 {    top: 91px;}.top-92 {    top: 92px;}.top-93 {    top: 93px;}.top-94 {    top: 94px;}.top-95 {    top: 95px;}.top-96 {    top: 96px;}.top-97 {    top: 97px;}.top-98 {    top: 98px;}.top-99 {    top: 99px;}.top-100 {    top: 100px;}.bottom-1 {    bottom: 1px;}.bottom-2 {    bottom: 2px;}.bottom-3 {    bottom: 3px;}.bottom-4 {    bottom: 4px;}.bottom-5 {    bottom: 5px;}.bottom-6 {    bottom: 6px;}.bottom-7 {    bottom: 7px;}.bottom-8 {    bottom: 8px;}.bottom-9 {    bottom: 9px;}.bottom-10 {    bottom: 10px;}.bottom-11 {    bottom: 11px;}.bottom-12 {    bottom: 12px;}.bottom-13 {    bottom: 13px;}.bottom-14 {    bottom: 14px;}.bottom-15 {    bottom: 15px;}.bottom-16 {    bottom: 16px;}.bottom-17 {    bottom: 17px;}.bottom-18 {    bottom: 18px;}.bottom-19 {    bottom: 19px;}.bottom-20 {    bottom: 20px;}.bottom-21 {    bottom: 21px;}.bottom-22 {    bottom: 22px;}.bottom-23 {    bottom: 23px;}.bottom-24 {    bottom: 24px;}.bottom-25 {    bottom: 25px;}.bottom-26 {    bottom: 26px;}.bottom-27 {    bottom: 27px;}.bottom-28 {    bottom: 28px;}.bottom-29 {    bottom: 29px;}.bottom-30 {    bottom: 30px;}.bottom-31 {    bottom: 31px;}.bottom-32 {    bottom: 32px;}.bottom-33 {    bottom: 33px;}.bottom-34 {    bottom: 34px;}.bottom-35 {    bottom: 35px;}.bottom-36 {    bottom: 36px;}.bottom-37 {    bottom: 37px;}.bottom-38 {    bottom: 38px;}.bottom-39 {    bottom: 39px;}.bottom-40 {    bottom: 40px;}.bottom-41 {    bottom: 41px;}.bottom-42 {    bottom: 42px;}.bottom-43 {    bottom: 43px;}.bottom-44 {    bottom: 44px;}.bottom-45 {    bottom: 45px;}.bottom-46 {    bottom: 46px;}.bottom-47 {    bottom: 47px;}.bottom-48 {    bottom: 48px;}.bottom-49 {    bottom: 49px;}.bottom-50 {    bottom: 50px;}.bottom-51 {    bottom: 51px;}.bottom-52 {    bottom: 52px;}.bottom-53 {    bottom: 53px;}.bottom-54 {    bottom: 54px;}.bottom-55 {    bottom: 55px;}.bottom-56 {    bottom: 56px;}.bottom-57 {    bottom: 57px;}.bottom-58 {    bottom: 58px;}.bottom-59 {    bottom: 59px;}.bottom-60 {    bottom: 60px;}.bottom-61 {    bottom: 61px;}.bottom-62 {    bottom: 62px;}.bottom-63 {    bottom: 63px;}.bottom-64 {    bottom: 64px;}.bottom-65 {    bottom: 65px;}.bottom-66 {    bottom: 66px;}.bottom-67 {    bottom: 67px;}.bottom-68 {    bottom: 68px;}.bottom-69 {    bottom: 69px;}.bottom-70 {    bottom: 70px;}.bottom-71 {    bottom: 71px;}.bottom-72 {    bottom: 72px;}.bottom-73 {    bottom: 73px;}.bottom-74 {    bottom: 74px;}.bottom-75 {    bottom: 75px;}.bottom-76 {    bottom: 76px;}.bottom-77 {    bottom: 77px;}.bottom-78 {    bottom: 78px;}.bottom-79 {    bottom: 79px;}.bottom-80 {    bottom: 80px;}.bottom-81 {    bottom: 81px;}.bottom-82 {    bottom: 82px;}.bottom-83 {    bottom: 83px;}.bottom-84 {    bottom: 84px;}.bottom-85 {    bottom: 85px;}.bottom-86 {    bottom: 86px;}.bottom-87 {    bottom: 87px;}.bottom-88 {    bottom: 88px;}.bottom-89 {    bottom: 89px;}.bottom-90 {    bottom: 90px;}.bottom-91 {    bottom: 91px;}.bottom-92 {    bottom: 92px;}.bottom-93 {    bottom: 93px;}.bottom-94 {    bottom: 94px;}.bottom-95 {    bottom: 95px;}.bottom-96 {    bottom: 96px;}.bottom-97 {    bottom: 97px;}.bottom-98 {    bottom: 98px;}.bottom-99 {    bottom: 99px;}.bottom-100 {    bottom: 100px;}._mb-pad-1 {    padding: 1px;}._mb-pad-2 {    padding: 2px;}._mb-pad-3 {    padding: 3px;}._mb-pad-4 {    padding: 4px;}._mb-pad-5 {    padding: 5px;}._mb-pad-6 {    padding: 6px;}._mb-pad-7 {    padding: 7px;}._mb-pad-8 {    padding: 8px;}._mb-pad-9 {    padding: 9px;}._mb-pad-10 {    padding: 10px;}._mb-pad-11 {    padding: 11px;}._mb-pad-12 {    padding: 12px;}._mb-pad-13 {    padding: 13px;}._mb-pad-14 {    padding: 14px;}._mb-pad-15 {    padding: 15px;}._mb-pad-16 {    padding: 16px;}._mb-pad-17 {    padding: 17px;}._mb-pad-18 {    padding: 18px;}._mb-pad-19 {    padding: 19px;}._mb-pad-20 {    padding: 20px;}._mb-pad-21 {    padding: 21px;}._mb-pad-22 {    padding: 22px;}._mb-pad-23 {    padding: 23px;}._mb-pad-24 {    padding: 24px;}._mb-pad-25 {    padding: 25px;}._mb-pad-26 {    padding: 26px;}._mb-pad-27 {    padding: 27px;}._mb-pad-28 {    padding: 28px;}._mb-pad-29 {    padding: 29px;}._mb-pad-30 {    padding: 30px;}._mb-pad-31 {    padding: 31px;}._mb-pad-32 {    padding: 32px;}._mb-pad-33 {    padding: 33px;}._mb-pad-34 {    padding: 34px;}._mb-pad-35 {    padding: 35px;}._mb-pad-36 {    padding: 36px;}._mb-pad-37 {    padding: 37px;}._mb-pad-38 {    padding: 38px;}._mb-pad-39 {    padding: 39px;}._mb-pad-40 {    padding: 40px;}._mb-pad-41 {    padding: 41px;}._mb-pad-42 {    padding: 42px;}._mb-pad-43 {    padding: 43px;}._mb-pad-44 {    padding: 44px;}._mb-pad-45 {    padding: 45px;}._mb-pad-46 {    padding: 46px;}._mb-pad-47 {    padding: 47px;}._mb-pad-48 {    padding: 48px;}._mb-pad-49 {    padding: 49px;}._mb-pad-50 {    padding: 50px;}._mb-pad-51 {    padding: 51px;}._mb-pad-52 {    padding: 52px;}._mb-pad-53 {    padding: 53px;}._mb-pad-54 {    padding: 54px;}._mb-pad-55 {    padding: 55px;}._mb-pad-56 {    padding: 56px;}._mb-pad-57 {    padding: 57px;}._mb-pad-58 {    padding: 58px;}._mb-pad-59 {    padding: 59px;}._mb-pad-60 {    padding: 60px;}._mb-pad-61 {    padding: 61px;}._mb-pad-62 {    padding: 62px;}._mb-pad-63 {    padding: 63px;}._mb-pad-64 {    padding: 64px;}._mb-pad-65 {    padding: 65px;}._mb-pad-66 {    padding: 66px;}._mb-pad-67 {    padding: 67px;}._mb-pad-68 {    padding: 68px;}._mb-pad-69 {    padding: 69px;}._mb-pad-70 {    padding: 70px;}._mb-pad-71 {    padding: 71px;}._mb-pad-72 {    padding: 72px;}._mb-pad-73 {    padding: 73px;}._mb-pad-74 {    padding: 74px;}._mb-pad-75 {    padding: 75px;}._mb-pad-76 {    padding: 76px;}._mb-pad-77 {    padding: 77px;}._mb-pad-78 {    padding: 78px;}._mb-pad-79 {    padding: 79px;}._mb-pad-80 {    padding: 80px;}._mb-pad-81 {    padding: 81px;}._mb-pad-82 {    padding: 82px;}._mb-pad-83 {    padding: 83px;}._mb-pad-84 {    padding: 84px;}._mb-pad-85 {    padding: 85px;}._mb-pad-86 {    padding: 86px;}._mb-pad-87 {    padding: 87px;}._mb-pad-88 {    padding: 88px;}._mb-pad-89 {    padding: 89px;}._mb-pad-90 {    padding: 90px;}._mb-pad-91 {    padding: 91px;}._mb-pad-92 {    padding: 92px;}._mb-pad-93 {    padding: 93px;}._mb-pad-94 {    padding: 94px;}._mb-pad-95 {    padding: 95px;}._mb-pad-96 {    padding: 96px;}._mb-pad-97 {    padding: 97px;}._mb-pad-98 {    padding: 98px;}._mb-pad-99 {    padding: 99px;}._mb-pad-100 {    padding: 100px;}._mb-rad-1 {    -webkit-border-radius: 1px;    -moz-border-radius: 1px;    border-radius: 1px}._mb-rad-2 {    -webkit-border-radius: 2px;    -moz-border-radius: 2px;    border-radius: 2px}._mb-rad-3 {    -webkit-border-radius: 3px;    -moz-border-radius: 3px;    border-radius: 3px}._mb-rad-4 {    -webkit-border-radius: 4px;    -moz-border-radius: 4px;    border-radius: 4px}._mb-rad-5 {    -webkit-border-radius: 5px;    -moz-border-radius: 5px;    border-radius: 5px}._mb-rad-6 {    -webkit-border-radius: 6px;    -moz-border-radius: 6px;    border-radius: 6px}._mb-rad-7 {    -webkit-border-radius: 7px;    -moz-border-radius: 7px;    border-radius: 7px}._mb-rad-8 {    -webkit-border-radius: 8px;    -moz-border-radius: 8px;    border-radius: 8px}._mb-rad-9 {    -webkit-border-radius: 9px;    -moz-border-radius: 9px;    border-radius: 9px}._mb-rad-10 {    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    border-radius: 10px}._mb-rad-11 {    -webkit-border-radius: 11px;    -moz-border-radius: 11px;    border-radius: 11px}._mb-rad-12 {    -webkit-border-radius: 12px;    -moz-border-radius: 12px;    border-radius: 12px}._mb-rad-13 {    -webkit-border-radius: 13px;    -moz-border-radius: 13px;    border-radius: 13px}._mb-rad-14 {    -webkit-border-radius: 14px;    -moz-border-radius: 14px;    border-radius: 14px}._mb-rad-15 {    -webkit-border-radius: 15px;    -moz-border-radius: 15px;    border-radius: 15px}._mb-rad-16 {    -webkit-border-radius: 16px;    -moz-border-radius: 16px;    border-radius: 16px}._mb-rad-17 {    -webkit-border-radius: 17px;    -moz-border-radius: 17px;    border-radius: 17px}._mb-rad-18 {    -webkit-border-radius: 18px;    -moz-border-radius: 18px;    border-radius: 18px}._mb-rad-19 {    -webkit-border-radius: 19px;    -moz-border-radius: 19px;    border-radius: 19px}._mb-rad-20 {    -webkit-border-radius: 20px;    -moz-border-radius: 20px;    border-radius: 20px}._mb-rad-21 {    -webkit-border-radius: 21px;    -moz-border-radius: 21px;    border-radius: 21px}._mb-rad-22 {    -webkit-border-radius: 22px;    -moz-border-radius: 22px;    border-radius: 22px}._mb-rad-23 {    -webkit-border-radius: 23px;    -moz-border-radius: 23px;    border-radius: 23px}._mb-rad-24 {    -webkit-border-radius: 24px;    -moz-border-radius: 24px;    border-radius: 24px}._mb-rad-25 {    -webkit-border-radius: 25px;    -moz-border-radius: 25px;    border-radius: 25px}._mb-rad-26 {    -webkit-border-radius: 26px;    -moz-border-radius: 26px;    border-radius: 26px}._mb-rad-27 {    -webkit-border-radius: 27px;    -moz-border-radius: 27px;    border-radius: 27px}._mb-rad-28 {    -webkit-border-radius: 28px;    -moz-border-radius: 28px;    border-radius: 28px}._mb-rad-29 {    -webkit-border-radius: 29px;    -moz-border-radius: 29px;    border-radius: 29px}._mb-rad-30 {    -webkit-border-radius: 30px;    -moz-border-radius: 30px;    border-radius: 30px}._mb-rad-31 {    -webkit-border-radius: 31px;    -moz-border-radius: 31px;    border-radius: 31px}._mb-rad-32 {    -webkit-border-radius: 32px;    -moz-border-radius: 32px;    border-radius: 32px}._mb-rad-33 {    -webkit-border-radius: 33px;    -moz-border-radius: 33px;    border-radius: 33px}._mb-rad-34 {    -webkit-border-radius: 34px;    -moz-border-radius: 34px;    border-radius: 34px}._mb-rad-35 {    -webkit-border-radius: 35px;    -moz-border-radius: 35px;    border-radius: 35px}._mb-rad-36 {    -webkit-border-radius: 36px;    -moz-border-radius: 36px;    border-radius: 36px}._mb-rad-37 {    -webkit-border-radius: 37px;    -moz-border-radius: 37px;    border-radius: 37px}._mb-rad-38 {    -webkit-border-radius: 38px;    -moz-border-radius: 38px;    border-radius: 38px}._mb-rad-39 {    -webkit-border-radius: 39px;    -moz-border-radius: 39px;    border-radius: 39px}._mb-rad-40 {    -webkit-border-radius: 40px;    -moz-border-radius: 40px;    border-radius: 40px}._mb-rad-41 {    -webkit-border-radius: 41px;    -moz-border-radius: 41px;    border-radius: 41px}._mb-rad-42 {    -webkit-border-radius: 42px;    -moz-border-radius: 42px;    border-radius: 42px}._mb-rad-43 {    -webkit-border-radius: 43px;    -moz-border-radius: 43px;    border-radius: 43px}._mb-rad-44 {    -webkit-border-radius: 44px;    -moz-border-radius: 44px;    border-radius: 44px}._mb-rad-45 {    -webkit-border-radius: 45px;    -moz-border-radius: 45px;    border-radius: 45px}._mb-rad-46 {    -webkit-border-radius: 46px;    -moz-border-radius: 46px;    border-radius: 46px}._mb-rad-47 {    -webkit-border-radius: 47px;    -moz-border-radius: 47px;    border-radius: 47px}._mb-rad-48 {    -webkit-border-radius: 48px;    -moz-border-radius: 48px;    border-radius: 48px}._mb-rad-49 {    -webkit-border-radius: 49px;    -moz-border-radius: 49px;    border-radius: 49px}._mb-rad-50 {    -webkit-border-radius: 50px;    -moz-border-radius: 50px;    border-radius: 50px}._mb-rad-51 {    -webkit-border-radius: 51px;    -moz-border-radius: 51px;    border-radius: 51px}._mb-rad-52 {    -webkit-border-radius: 52px;    -moz-border-radius: 52px;    border-radius: 52px}._mb-rad-53 {    -webkit-border-radius: 53px;    -moz-border-radius: 53px;    border-radius: 53px}._mb-rad-54 {    -webkit-border-radius: 54px;    -moz-border-radius: 54px;    border-radius: 54px}._mb-rad-55 {    -webkit-border-radius: 55px;    -moz-border-radius: 55px;    border-radius: 55px}._mb-rad-56 {    -webkit-border-radius: 56px;    -moz-border-radius: 56px;    border-radius: 56px}._mb-rad-57 {    -webkit-border-radius: 57px;    -moz-border-radius: 57px;    border-radius: 57px}._mb-rad-58 {    -webkit-border-radius: 58px;    -moz-border-radius: 58px;    border-radius: 58px}._mb-rad-59 {    -webkit-border-radius: 59px;    -moz-border-radius: 59px;    border-radius: 59px}._mb-rad-60 {    -webkit-border-radius: 60px;    -moz-border-radius: 60px;    border-radius: 60px}._mb-rad-61 {    -webkit-border-radius: 61px;    -moz-border-radius: 61px;    border-radius: 61px}._mb-rad-62 {    -webkit-border-radius: 62px;    -moz-border-radius: 62px;    border-radius: 62px}._mb-rad-63 {    -webkit-border-radius: 63px;    -moz-border-radius: 63px;    border-radius: 63px}._mb-rad-64 {    -webkit-border-radius: 64px;    -moz-border-radius: 64px;    border-radius: 64px}._mb-rad-65 {    -webkit-border-radius: 65px;    -moz-border-radius: 65px;    border-radius: 65px}._mb-rad-66 {    -webkit-border-radius: 66px;    -moz-border-radius: 66px;    border-radius: 66px}._mb-rad-67 {    -webkit-border-radius: 67px;    -moz-border-radius: 67px;    border-radius: 67px}._mb-rad-68 {    -webkit-border-radius: 68px;    -moz-border-radius: 68px;    border-radius: 68px}._mb-rad-69 {    -webkit-border-radius: 69px;    -moz-border-radius: 69px;    border-radius: 69px}._mb-rad-70 {    -webkit-border-radius: 70px;    -moz-border-radius: 70px;    border-radius: 70px}._mb-rad-71 {    -webkit-border-radius: 71px;    -moz-border-radius: 71px;    border-radius: 71px}._mb-rad-72 {    -webkit-border-radius: 72px;    -moz-border-radius: 72px;    border-radius: 72px}._mb-rad-73 {    -webkit-border-radius: 73px;    -moz-border-radius: 73px;    border-radius: 73px}._mb-rad-74 {    -webkit-border-radius: 74px;    -moz-border-radius: 74px;    border-radius: 74px}._mb-rad-75 {    -webkit-border-radius: 75px;    -moz-border-radius: 75px;    border-radius: 75px}._mb-rad-76 {    -webkit-border-radius: 76px;    -moz-border-radius: 76px;    border-radius: 76px}._mb-rad-77 {    -webkit-border-radius: 77px;    -moz-border-radius: 77px;    border-radius: 77px}._mb-rad-78 {    -webkit-border-radius: 78px;    -moz-border-radius: 78px;    border-radius: 78px}._mb-rad-79 {    -webkit-border-radius: 79px;    -moz-border-radius: 79px;    border-radius: 79px}._mb-rad-80 {    -webkit-border-radius: 80px;    -moz-border-radius: 80px;    border-radius: 80px}._mb-rad-81 {    -webkit-border-radius: 81px;    -moz-border-radius: 81px;    border-radius: 81px}._mb-rad-82 {    -webkit-border-radius: 82px;    -moz-border-radius: 82px;    border-radius: 82px}._mb-rad-83 {    -webkit-border-radius: 83px;    -moz-border-radius: 83px;    border-radius: 83px}._mb-rad-84 {    -webkit-border-radius: 84px;    -moz-border-radius: 84px;    border-radius: 84px}._mb-rad-85 {    -webkit-border-radius: 85px;    -moz-border-radius: 85px;    border-radius: 85px}._mb-rad-86 {    -webkit-border-radius: 86px;    -moz-border-radius: 86px;    border-radius: 86px}._mb-rad-87 {    -webkit-border-radius: 87px;    -moz-border-radius: 87px;    border-radius: 87px}._mb-rad-88 {    -webkit-border-radius: 88px;    -moz-border-radius: 88px;    border-radius: 88px}._mb-rad-89 {    -webkit-border-radius: 89px;    -moz-border-radius: 89px;    border-radius: 89px}._mb-rad-90 {    -webkit-border-radius: 90px;    -moz-border-radius: 90px;    border-radius: 90px}._mb-rad-91 {    -webkit-border-radius: 91px;    -moz-border-radius: 91px;    border-radius: 91px}._mb-rad-92 {    -webkit-border-radius: 92px;    -moz-border-radius: 92px;    border-radius: 92px}._mb-rad-93 {    -webkit-border-radius: 93px;    -moz-border-radius: 93px;    border-radius: 93px}._mb-rad-94 {    -webkit-border-radius: 94px;    -moz-border-radius: 94px;    border-radius: 94px}._mb-rad-95 {    -webkit-border-radius: 95px;    -moz-border-radius: 95px;    border-radius: 95px}._mb-rad-96 {    -webkit-border-radius: 96px;    -moz-border-radius: 96px;    border-radius: 96px}._mb-rad-97 {    -webkit-border-radius: 97px;    -moz-border-radius: 97px;    border-radius: 97px}._mb-rad-98 {    -webkit-border-radius: 98px;    -moz-border-radius: 98px;    border-radius: 98px}._mb-rad-99 {    -webkit-border-radius: 99px;    -moz-border-radius: 99px;    border-radius: 99px}._mb-rad-100 {    -webkit-border-radius: 100px;    -moz-border-radius: 100px;    border-radius: 100px}._mb-pad-t-1 {    padding-top: 1px}._mb-pad-t-2 {    padding-top: 2px}._mb-pad-t-3 {    padding-top: 3px}._mb-pad-t-4 {    padding-top: 4px}._mb-pad-t-5 {    padding-top: 5px}._mb-pad-t-6 {    padding-top: 6px}._mb-pad-t-7 {    padding-top: 7px}._mb-pad-t-8 {    padding-top: 8px}._mb-pad-t-9 {    padding-top: 9px}._mb-pad-t-10 {    padding-top: 10px}._mb-pad-t-11 {    padding-top: 11px}._mb-pad-t-12 {    padding-top: 12px}._mb-pad-t-13 {    padding-top: 13px}._mb-pad-t-14 {    padding-top: 14px}._mb-pad-t-15 {    padding-top: 15px}._mb-pad-t-16 {    padding-top: 16px}._mb-pad-t-17 {    padding-top: 17px}._mb-pad-t-18 {    padding-top: 18px}._mb-pad-t-19 {    padding-top: 19px}._mb-pad-t-20 {    padding-top: 20px}._mb-pad-t-21 {    padding-top: 21px}._mb-pad-t-22 {    padding-top: 22px}._mb-pad-t-23 {    padding-top: 23px}._mb-pad-t-24 {    padding-top: 24px}._mb-pad-t-25 {    padding-top: 25px}._mb-pad-t-26 {    padding-top: 26px}._mb-pad-t-27 {    padding-top: 27px}._mb-pad-t-28 {    padding-top: 28px}._mb-pad-t-29 {    padding-top: 29px}._mb-pad-t-30 {    padding-top: 30px}._mb-pad-t-31 {    padding-top: 31px}._mb-pad-t-32 {    padding-top: 32px}._mb-pad-t-33 {    padding-top: 33px}._mb-pad-t-34 {    padding-top: 34px}._mb-pad-t-35 {    padding-top: 35px}._mb-pad-t-36 {    padding-top: 36px}._mb-pad-t-37 {    padding-top: 37px}._mb-pad-t-38 {    padding-top: 38px}._mb-pad-t-39 {    padding-top: 39px}._mb-pad-t-40 {    padding-top: 40px}._mb-pad-t-41 {    padding-top: 41px}._mb-pad-t-42 {    padding-top: 42px}._mb-pad-t-43 {    padding-top: 43px}._mb-pad-t-44 {    padding-top: 44px}._mb-pad-t-45 {    padding-top: 45px}._mb-pad-t-46 {    padding-top: 46px}._mb-pad-t-47 {    padding-top: 47px}._mb-pad-t-48 {    padding-top: 48px}._mb-pad-t-49 {    padding-top: 49px}._mb-pad-t-50 {    padding-top: 50px}._mb-pad-t-51 {    padding-top: 51px}._mb-pad-t-52 {    padding-top: 52px}._mb-pad-t-53 {    padding-top: 53px}._mb-pad-t-54 {    padding-top: 54px}._mb-pad-t-55 {    padding-top: 55px}._mb-pad-t-56 {    padding-top: 56px}._mb-pad-t-57 {    padding-top: 57px}._mb-pad-t-58 {    padding-top: 58px}._mb-pad-t-59 {    padding-top: 59px}._mb-pad-t-60 {    padding-top: 60px}._mb-pad-t-61 {    padding-top: 61px}._mb-pad-t-62 {    padding-top: 62px}._mb-pad-t-63 {    padding-top: 63px}._mb-pad-t-64 {    padding-top: 64px}._mb-pad-t-65 {    padding-top: 65px}._mb-pad-t-66 {    padding-top: 66px}._mb-pad-t-67 {    padding-top: 67px}._mb-pad-t-68 {    padding-top: 68px}._mb-pad-t-69 {    padding-top: 69px}._mb-pad-t-70 {    padding-top: 70px}._mb-pad-t-71 {    padding-top: 71px}._mb-pad-t-72 {    padding-top: 72px}._mb-pad-t-73 {    padding-top: 73px}._mb-pad-t-74 {    padding-top: 74px}._mb-pad-t-75 {    padding-top: 75px}._mb-pad-t-76 {    padding-top: 76px}._mb-pad-t-77 {    padding-top: 77px}._mb-pad-t-78 {    padding-top: 78px}._mb-pad-t-79 {    padding-top: 79px}._mb-pad-t-80 {    padding-top: 80px}._mb-pad-t-81 {    padding-top: 81px}._mb-pad-t-82 {    padding-top: 82px}._mb-pad-t-83 {    padding-top: 83px}._mb-pad-t-84 {    padding-top: 84px}._mb-pad-t-85 {    padding-top: 85px}._mb-pad-t-86 {    padding-top: 86px}._mb-pad-t-87 {    padding-top: 87px}._mb-pad-t-88 {    padding-top: 88px}._mb-pad-t-89 {    padding-top: 89px}._mb-pad-t-90 {    padding-top: 90px}._mb-pad-t-91 {    padding-top: 91px}._mb-pad-t-92 {    padding-top: 92px}._mb-pad-t-93 {    padding-top: 93px}._mb-pad-t-94 {    padding-top: 94px}._mb-pad-t-95 {    padding-top: 95px}._mb-pad-t-96 {    padding-top: 96px}._mb-pad-t-97 {    padding-top: 97px}._mb-pad-t-98 {    padding-top: 98px}._mb-pad-t-99 {    padding-top: 99px}._mb-pad-t-100 {    padding-top: 100px}._mb-pad-b-1 {    padding-bottom: 1px}._mb-pad-b-2 {    padding-bottom: 2px}._mb-pad-b-3 {    padding-bottom: 3px}._mb-pad-b-4 {    padding-bottom: 4px}._mb-pad-b-5 {    padding-bottom: 5px}._mb-pad-b-6 {    padding-bottom: 6px}._mb-pad-b-7 {    padding-bottom: 7px}._mb-pad-b-8 {    padding-bottom: 8px}._mb-pad-b-9 {    padding-bottom: 9px}._mb-pad-b-10 {    padding-bottom: 10px}._mb-pad-b-11 {    padding-bottom: 11px}._mb-pad-b-12 {    padding-bottom: 12px}._mb-pad-b-13 {    padding-bottom: 13px}._mb-pad-b-14 {    padding-bottom: 14px}._mb-pad-b-15 {    padding-bottom: 15px}._mb-pad-b-16 {    padding-bottom: 16px}._mb-pad-b-17 {    padding-bottom: 17px}._mb-pad-b-18 {    padding-bottom: 18px}._mb-pad-b-19 {    padding-bottom: 19px}._mb-pad-b-20 {    padding-bottom: 20px}._mb-pad-b-21 {    padding-bottom: 21px}._mb-pad-b-22 {    padding-bottom: 22px}._mb-pad-b-23 {    padding-bottom: 23px}._mb-pad-b-24 {    padding-bottom: 24px}._mb-pad-b-25 {    padding-bottom: 25px}._mb-pad-b-26 {    padding-bottom: 26px}._mb-pad-b-27 {    padding-bottom: 27px}._mb-pad-b-28 {    padding-bottom: 28px}._mb-pad-b-29 {    padding-bottom: 29px}._mb-pad-b-30 {    padding-bottom: 30px}._mb-pad-b-31 {    padding-bottom: 31px}._mb-pad-b-32 {    padding-bottom: 32px}._mb-pad-b-33 {    padding-bottom: 33px}._mb-pad-b-34 {    padding-bottom: 34px}._mb-pad-b-35 {    padding-bottom: 35px}._mb-pad-b-36 {    padding-bottom: 36px}._mb-pad-b-37 {    padding-bottom: 37px}._mb-pad-b-38 {    padding-bottom: 38px}._mb-pad-b-39 {    padding-bottom: 39px}._mb-pad-b-40 {    padding-bottom: 40px}._mb-pad-b-41 {    padding-bottom: 41px}._mb-pad-b-42 {    padding-bottom: 42px}._mb-pad-b-43 {    padding-bottom: 43px}._mb-pad-b-44 {    padding-bottom: 44px}._mb-pad-b-45 {    padding-bottom: 45px}._mb-pad-b-46 {    padding-bottom: 46px}._mb-pad-b-47 {    padding-bottom: 47px}._mb-pad-b-48 {    padding-bottom: 48px}._mb-pad-b-49 {    padding-bottom: 49px}._mb-pad-b-50 {    padding-bottom: 50px}._mb-pad-b-51 {    padding-bottom: 51px}._mb-pad-b-52 {    padding-bottom: 52px}._mb-pad-b-53 {    padding-bottom: 53px}._mb-pad-b-54 {    padding-bottom: 54px}._mb-pad-b-55 {    padding-bottom: 55px}._mb-pad-b-56 {    padding-bottom: 56px}._mb-pad-b-57 {    padding-bottom: 57px}._mb-pad-b-58 {    padding-bottom: 58px}._mb-pad-b-59 {    padding-bottom: 59px}._mb-pad-b-60 {    padding-bottom: 60px}._mb-pad-b-61 {    padding-bottom: 61px}._mb-pad-b-62 {    padding-bottom: 62px}._mb-pad-b-63 {    padding-bottom: 63px}._mb-pad-b-64 {    padding-bottom: 64px}._mb-pad-b-65 {    padding-bottom: 65px}._mb-pad-b-66 {    padding-bottom: 66px}._mb-pad-b-67 {    padding-bottom: 67px}._mb-pad-b-68 {    padding-bottom: 68px}._mb-pad-b-69 {    padding-bottom: 69px}._mb-pad-b-70 {    padding-bottom: 70px}._mb-pad-b-71 {    padding-bottom: 71px}._mb-pad-b-72 {    padding-bottom: 72px}._mb-pad-b-73 {    padding-bottom: 73px}._mb-pad-b-74 {    padding-bottom: 74px}._mb-pad-b-75 {    padding-bottom: 75px}._mb-pad-b-76 {    padding-bottom: 76px}._mb-pad-b-77 {    padding-bottom: 77px}._mb-pad-b-78 {    padding-bottom: 78px}._mb-pad-b-79 {    padding-bottom: 79px}._mb-pad-b-80 {    padding-bottom: 80px}._mb-pad-b-81 {    padding-bottom: 81px}._mb-pad-b-82 {    padding-bottom: 82px}._mb-pad-b-83 {    padding-bottom: 83px}._mb-pad-b-84 {    padding-bottom: 84px}._mb-pad-b-85 {    padding-bottom: 85px}._mb-pad-b-86 {    padding-bottom: 86px}._mb-pad-b-87 {    padding-bottom: 87px}._mb-pad-b-88 {    padding-bottom: 88px}._mb-pad-b-89 {    padding-bottom: 89px}._mb-pad-b-90 {    padding-bottom: 90px}._mb-pad-b-91 {    padding-bottom: 91px}._mb-pad-b-92 {    padding-bottom: 92px}._mb-pad-b-93 {    padding-bottom: 93px}._mb-pad-b-94 {    padding-bottom: 94px}._mb-pad-b-95 {    padding-bottom: 95px}._mb-pad-b-96 {    padding-bottom: 96px}._mb-pad-b-97 {    padding-bottom: 97px}._mb-pad-b-98 {    padding-bottom: 98px}._mb-pad-b-99 {    padding-bottom: 99px}._mb-pad-b-100 {    padding-bottom: 100px}._mb-pad-l-1 {    padding-left: 1px}._mb-pad-l-2 {    padding-left: 2px}._mb-pad-l-3 {    padding-left: 3px}._mb-pad-l-4 {    padding-left: 4px}._mb-pad-l-5 {    padding-left: 5px}._mb-pad-l-6 {    padding-left: 6px}._mb-pad-l-7 {    padding-left: 7px}._mb-pad-l-8 {    padding-left: 8px}._mb-pad-l-9 {    padding-left: 9px}._mb-pad-l-10 {    padding-left: 10px}._mb-pad-l-11 {    padding-left: 11px}._mb-pad-l-12 {    padding-left: 12px}._mb-pad-l-13 {    padding-left: 13px}._mb-pad-l-14 {    padding-left: 14px}._mb-pad-l-15 {    padding-left: 15px}._mb-pad-l-16 {    padding-left: 16px}._mb-pad-l-17 {    padding-left: 17px}._mb-pad-l-18 {    padding-left: 18px}._mb-pad-l-19 {    padding-left: 19px}._mb-pad-l-20 {    padding-left: 20px}._mb-pad-l-21 {    padding-left: 21px}._mb-pad-l-22 {    padding-left: 22px}._mb-pad-l-23 {    padding-left: 23px}._mb-pad-l-24 {    padding-left: 24px}._mb-pad-l-25 {    padding-left: 25px}._mb-pad-l-26 {    padding-left: 26px}._mb-pad-l-27 {    padding-left: 27px}._mb-pad-l-28 {    padding-left: 28px}._mb-pad-l-29 {    padding-left: 29px}._mb-pad-l-30 {    padding-left: 30px}._mb-pad-l-31 {    padding-left: 31px}._mb-pad-l-32 {    padding-left: 32px}._mb-pad-l-33 {    padding-left: 33px}._mb-pad-l-34 {    padding-left: 34px}._mb-pad-l-35 {    padding-left: 35px}._mb-pad-l-36 {    padding-left: 36px}._mb-pad-l-37 {    padding-left: 37px}._mb-pad-l-38 {    padding-left: 38px}._mb-pad-l-39 {    padding-left: 39px}._mb-pad-l-40 {    padding-left: 40px}._mb-pad-l-41 {    padding-left: 41px}._mb-pad-l-42 {    padding-left: 42px}._mb-pad-l-43 {    padding-left: 43px}._mb-pad-l-44 {    padding-left: 44px}._mb-pad-l-45 {    padding-left: 45px}._mb-pad-l-46 {    padding-left: 46px}._mb-pad-l-47 {    padding-left: 47px}._mb-pad-l-48 {    padding-left: 48px}._mb-pad-l-49 {    padding-left: 49px}._mb-pad-l-50 {    padding-left: 50px}._mb-pad-l-51 {    padding-left: 51px}._mb-pad-l-52 {    padding-left: 52px}._mb-pad-l-53 {    padding-left: 53px}._mb-pad-l-54 {    padding-left: 54px}._mb-pad-l-55 {    padding-left: 55px}._mb-pad-l-56 {    padding-left: 56px}._mb-pad-l-57 {    padding-left: 57px}._mb-pad-l-58 {    padding-left: 58px}._mb-pad-l-59 {    padding-left: 59px}._mb-pad-l-60 {    padding-left: 60px}._mb-pad-l-61 {    padding-left: 61px}._mb-pad-l-62 {    padding-left: 62px}._mb-pad-l-63 {    padding-left: 63px}._mb-pad-l-64 {    padding-left: 64px}._mb-pad-l-65 {    padding-left: 65px}._mb-pad-l-66 {    padding-left: 66px}._mb-pad-l-67 {    padding-left: 67px}._mb-pad-l-68 {    padding-left: 68px}._mb-pad-l-69 {    padding-left: 69px}._mb-pad-l-70 {    padding-left: 70px}._mb-pad-l-71 {    padding-left: 71px}._mb-pad-l-72 {    padding-left: 72px}._mb-pad-l-73 {    padding-left: 73px}._mb-pad-l-74 {    padding-left: 74px}._mb-pad-l-75 {    padding-left: 75px}._mb-pad-l-76 {    padding-left: 76px}._mb-pad-l-77 {    padding-left: 77px}._mb-pad-l-78 {    padding-left: 78px}._mb-pad-l-79 {    padding-left: 79px}._mb-pad-l-80 {    padding-left: 80px}._mb-pad-l-81 {    padding-left: 81px}._mb-pad-l-82 {    padding-left: 82px}._mb-pad-l-83 {    padding-left: 83px}._mb-pad-l-84 {    padding-left: 84px}._mb-pad-l-85 {    padding-left: 85px}._mb-pad-l-86 {    padding-left: 86px}._mb-pad-l-87 {    padding-left: 87px}._mb-pad-l-88 {    padding-left: 88px}._mb-pad-l-89 {    padding-left: 89px}._mb-pad-l-90 {    padding-left: 90px}._mb-pad-l-91 {    padding-left: 91px}._mb-pad-l-92 {    padding-left: 92px}._mb-pad-l-93 {    padding-left: 93px}._mb-pad-l-94 {    padding-left: 94px}._mb-pad-l-95 {    padding-left: 95px}._mb-pad-l-96 {    padding-left: 96px}._mb-pad-l-97 {    padding-left: 97px}._mb-pad-l-98 {    padding-left: 98px}._mb-pad-l-99 {    padding-left: 99px}._mb-pad-l-100 {    padding-left: 100px}._mb-pad-r-1 {    padding-right: 1px}._mb-pad-r-2 {    padding-right: 2px}._mb-pad-r-3 {    padding-right: 3px}._mb-pad-r-4 {    padding-right: 4px}._mb-pad-r-5 {    padding-right: 5px}._mb-pad-r-6 {    padding-right: 6px}._mb-pad-r-7 {    padding-right: 7px}._mb-pad-r-8 {    padding-right: 8px}._mb-pad-r-9 {    padding-right: 9px}._mb-pad-r-10 {    padding-right: 10px}._mb-pad-r-11 {    padding-right: 11px}._mb-pad-r-12 {    padding-right: 12px}._mb-pad-r-13 {    padding-right: 13px}._mb-pad-r-14 {    padding-right: 14px}._mb-pad-r-15 {    padding-right: 15px}._mb-pad-r-16 {    padding-right: 16px}._mb-pad-r-17 {    padding-right: 17px}._mb-pad-r-18 {    padding-right: 18px}._mb-pad-r-19 {    padding-right: 19px}._mb-pad-r-20 {    padding-right: 20px}._mb-pad-r-21 {    padding-right: 21px}._mb-pad-r-22 {    padding-right: 22px}._mb-pad-r-23 {    padding-right: 23px}._mb-pad-r-24 {    padding-right: 24px}._mb-pad-r-25 {    padding-right: 25px}._mb-pad-r-26 {    padding-right: 26px}._mb-pad-r-27 {    padding-right: 27px}._mb-pad-r-28 {    padding-right: 28px}._mb-pad-r-29 {    padding-right: 29px}._mb-pad-r-30 {    padding-right: 30px}._mb-pad-r-31 {    padding-right: 31px}._mb-pad-r-32 {    padding-right: 32px}._mb-pad-r-33 {    padding-right: 33px}._mb-pad-r-34 {    padding-right: 34px}._mb-pad-r-35 {    padding-right: 35px}._mb-pad-r-36 {    padding-right: 36px}._mb-pad-r-37 {    padding-right: 37px}._mb-pad-r-38 {    padding-right: 38px}._mb-pad-r-39 {    padding-right: 39px}._mb-pad-r-40 {    padding-right: 40px}._mb-pad-r-41 {    padding-right: 41px}._mb-pad-r-42 {    padding-right: 42px}._mb-pad-r-43 {    padding-right: 43px}._mb-pad-r-44 {    padding-right: 44px}._mb-pad-r-45 {    padding-right: 45px}._mb-pad-r-46 {    padding-right: 46px}._mb-pad-r-47 {    padding-right: 47px}._mb-pad-r-48 {    padding-right: 48px}._mb-pad-r-49 {    padding-right: 49px}._mb-pad-r-50 {    padding-right: 50px}._mb-pad-r-51 {    padding-right: 51px}._mb-pad-r-52 {    padding-right: 52px}._mb-pad-r-53 {    padding-right: 53px}._mb-pad-r-54 {    padding-right: 54px}._mb-pad-r-55 {    padding-right: 55px}._mb-pad-r-56 {    padding-right: 56px}._mb-pad-r-57 {    padding-right: 57px}._mb-pad-r-58 {    padding-right: 58px}._mb-pad-r-59 {    padding-right: 59px}._mb-pad-r-60 {    padding-right: 60px}._mb-pad-r-61 {    padding-right: 61px}._mb-pad-r-62 {    padding-right: 62px}._mb-pad-r-63 {    padding-right: 63px}._mb-pad-r-64 {    padding-right: 64px}._mb-pad-r-65 {    padding-right: 65px}._mb-pad-r-66 {    padding-right: 66px}._mb-pad-r-67 {    padding-right: 67px}._mb-pad-r-68 {    padding-right: 68px}._mb-pad-r-69 {    padding-right: 69px}._mb-pad-r-70 {    padding-right: 70px}._mb-pad-r-71 {    padding-right: 71px}._mb-pad-r-72 {    padding-right: 72px}._mb-pad-r-73 {    padding-right: 73px}._mb-pad-r-74 {    padding-right: 74px}._mb-pad-r-75 {    padding-right: 75px}._mb-pad-r-76 {    padding-right: 76px}._mb-pad-r-77 {    padding-right: 77px}._mb-pad-r-78 {    padding-right: 78px}._mb-pad-r-79 {    padding-right: 79px}._mb-pad-r-80 {    padding-right: 80px}._mb-pad-r-81 {    padding-right: 81px}._mb-pad-r-82 {    padding-right: 82px}._mb-pad-r-83 {    padding-right: 83px}._mb-pad-r-84 {    padding-right: 84px}._mb-pad-r-85 {    padding-right: 85px}._mb-pad-r-86 {    padding-right: 86px}._mb-pad-r-87 {    padding-right: 87px}._mb-pad-r-88 {    padding-right: 88px}._mb-pad-r-89 {    padding-right: 89px}._mb-pad-r-90 {    padding-right: 90px}._mb-pad-r-91 {    padding-right: 91px}._mb-pad-r-92 {    padding-right: 92px}._mb-pad-r-93 {    padding-right: 93px}._mb-pad-r-94 {    padding-right: 94px}._mb-pad-r-95 {    padding-right: 95px}._mb-pad-r-96 {    padding-right: 96px}._mb-pad-r-97 {    padding-right: 97px}._mb-pad-r-98 {    padding-right: 98px}._mb-pad-r-99 {    padding-right: 99px}._mb-pad-r-100 {    padding-right: 100px}._mb-font-1 {    font-size: 1px}._mb-font-2 {    font-size: 2px}._mb-font-3 {    font-size: 3px}._mb-font-4 {    font-size: 4px}._mb-font-5 {    font-size: 5px}._mb-font-6 {    font-size: 6px}._mb-font-7 {    font-size: 7px}._mb-font-8 {    font-size: 8px}._mb-font-9 {    font-size: 9px}._mb-font-10 {    font-size: 10px}._mb-font-11 {    font-size: 11px}._mb-font-12 {    font-size: 12px}._mb-font-13 {    font-size: 13px}._mb-font-14 {    font-size: 14px}._mb-font-15 {    font-size: 15px}._mb-font-16 {    font-size: 16px}._mb-font-17 {    font-size: 17px}._mb-font-18 {    font-size: 18px}._mb-font-19 {    font-size: 19px}._mb-font-20 {    font-size: 20px}._mb-font-21 {    font-size: 21px}._mb-font-22 {    font-size: 22px}._mb-font-23 {    font-size: 23px}._mb-font-24 {    font-size: 24px}._mb-font-25 {    font-size: 25px}._mb-font-26 {    font-size: 26px}._mb-font-27 {    font-size: 27px}._mb-font-28 {    font-size: 28px}._mb-font-29 {    font-size: 29px}._mb-font-30 {    font-size: 30px}._mb-font-31 {    font-size: 31px}._mb-font-32 {    font-size: 32px}._mb-font-33 {    font-size: 33px}._mb-font-34 {    font-size: 34px}._mb-font-35 {    font-size: 35px}._mb-font-36 {    font-size: 36px}._mb-font-37 {    font-size: 37px}._mb-font-38 {    font-size: 38px}._mb-font-39 {    font-size: 39px}._mb-font-40 {    font-size: 40px}._mb-font-41 {    font-size: 41px}._mb-font-42 {    font-size: 42px}._mb-font-43 {    font-size: 43px}._mb-font-44 {    font-size: 44px}._mb-font-45 {    font-size: 45px}._mb-font-46 {    font-size: 46px}._mb-font-47 {    font-size: 47px}._mb-font-48 {    font-size: 48px}._mb-font-49 {    font-size: 49px}._mb-font-50 {    font-size: 50px}._mb-font-51 {    font-size: 51px}._mb-font-52 {    font-size: 52px}._mb-font-53 {    font-size: 53px}._mb-font-54 {    font-size: 54px}._mb-font-55 {    font-size: 55px}._mb-font-56 {    font-size: 56px}._mb-font-57 {    font-size: 57px}._mb-font-58 {    font-size: 58px}._mb-font-59 {    font-size: 59px}._mb-font-60 {    font-size: 60px}._mb-font-61 {    font-size: 61px}._mb-font-62 {    font-size: 62px}._mb-font-63 {    font-size: 63px}._mb-font-64 {    font-size: 64px}._mb-font-65 {    font-size: 65px}._mb-font-66 {    font-size: 66px}._mb-font-67 {    font-size: 67px}._mb-font-68 {    font-size: 68px}._mb-font-69 {    font-size: 69px}._mb-font-70 {    font-size: 70px}._mb-font-71 {    font-size: 71px}._mb-font-72 {    font-size: 72px}._mb-font-73 {    font-size: 73px}._mb-font-74 {    font-size: 74px}._mb-font-75 {    font-size: 75px}._mb-font-76 {    font-size: 76px}._mb-font-77 {    font-size: 77px}._mb-font-78 {    font-size: 78px}._mb-font-79 {    font-size: 79px}._mb-font-80 {    font-size: 80px}._mb-font-81 {    font-size: 81px}._mb-font-82 {    font-size: 82px}._mb-font-83 {    font-size: 83px}._mb-font-84 {    font-size: 84px}._mb-font-85 {    font-size: 85px}._mb-font-86 {    font-size: 86px}._mb-font-87 {    font-size: 87px}._mb-font-88 {    font-size: 88px}._mb-font-89 {    font-size: 89px}._mb-font-90 {    font-size: 90px}._mb-font-91 {    font-size: 91px}._mb-font-92 {    font-size: 92px}._mb-font-93 {    font-size: 93px}._mb-font-94 {    font-size: 94px}._mb-font-95 {    font-size: 95px}._mb-font-96 {    font-size: 96px}._mb-font-97 {    font-size: 97px}._mb-font-98 {    font-size: 98px}._mb-font-99 {    font-size: 99px}._mb-font-100 {    font-size: 100px}._mb-relative {    position: relative;}._mb-t-center {    text-align: center;}._mb-t-left {    text-align: left;}._mb-t-right {    text-align: right}.tablo>[class*=_mb-tb-] {    float: left;    box-sizing: border-box;}.tablo ._mb-tb-1 {    width: calc((100% / 12) * 1);}.tablo ._mb-tb-1-5 {    width: calc((100% / 12) * 1.5);}.tablo ._mb-tb-2 {    width: calc((100% / 12) * 2);}.tablo ._mb-tb-2-5 {    width: calc((100% / 12) * 2.5);}.tablo ._mb-tb-3 {    width: calc((100% / 12) * 3);}.tablo ._mb-tb-3-5 {    width: calc((100% / 12) * 3.5);}.tablo ._mb-tb-4 {    width: calc((100% / 12) * 4);}.tablo ._mb-tb-4-5 {    width: calc((100% / 12) * 4.5);}.tablo ._mb-tb-5 {    width: calc((100% / 12) * 5);}.tablo ._mb-tb-5-5 {    width: calc((100% / 12) * 5.5);}.tablo ._mb-tb-6 {    width: calc((100% / 12) * 6);}.tablo ._mb-tb-6-5 {    width: calc((100% / 12) * 6.5);}.tablo ._mb-tb-7 {    width: calc((100% / 12) * 7);}.tablo ._mb-tb-7-5 {    width: calc((100% / 12) * 7.5);}.tablo ._mb-tb-8 {    width: calc((100% / 12) * 8);}.tablo ._mb-tb-8-5 {    width: calc((100% / 12) * 8.5);}.tablo ._mb-tb-9 {    width: calc((100% / 12) * 9);}.tablo ._mb-tb-9-5 {    width: calc((100% / 12) * 9.5);}.tablo ._mb-tb-10 {    width: calc((100% / 12) * 10);}.tablo ._mb-tb-10-5 {    width: calc((100% / 12) * 10.5);}.tablo ._mb-tb-11 {    width: calc((100% / 12) * 11);}.tablo ._mb-tb-11-5 {    width: calc((100% / 12) * 11.5);}.tablo ._mb-tb-12 {    width: calc((100% / 12) * 12);}.tablo ._mb-tb-12-5 {    width: calc((100% / 12) * 12.5);}.tablo ._mb-tr-1 {    width: calc((100% / 12) * 1);}.tablo ._mb-tr-1-5 {    width: calc((100% / 12) * 1.5);}.tablo ._mb-tr-2 {    width: calc((100% / 12) * 2);}.tablo ._mb-tr-2-5 {    width: calc((100% / 12) * 2.5);}.tablo ._mb-tr-3 {    width: calc((100% / 12) * 3);}.tablo ._mb-tr-3-5 {    width: calc((100% / 12) * 3.5);}.tablo ._mb-tr-4 {    width: calc((100% / 12) * 4);}.tablo ._mb-tr-4-5 {    width: calc((100% / 12) * 4.5);}.tablo ._mb-tr-5 {    width: calc((100% / 12) * 5);}.tablo ._mb-tr-5-5 {    width: calc((100% / 12) * 5.5);}.tablo ._mb-tr-6 {    width: calc((100% / 12) * 6);}.tablo ._mb-tr-6-5 {    width: calc((100% / 12) * 6.5);}.tablo ._mb-tr-7 {    width: calc((100% / 12) * 7);}.tablo ._mb-tr-7-5 {    width: calc((100% / 12) * 7.5);}.tablo ._mb-tr-8 {    width: calc((100% / 12) * 8);}.tablo ._mb-tr-8-5 {    width: calc((100% / 12) * 8.5);}.tablo ._mb-tr-9 {    width: calc((100% / 12) * 9);}.tablo ._mb-tr-9-5 {    width: calc((100% / 12) * 9.5);}.tablo ._mb-tr-10 {    width: calc((100% / 12) * 10);}.tablo ._mb-tr-10-5 {    width: calc((100% / 12) * 10.5);}.tablo ._mb-tr-11 {    width: calc((100% / 12) * 11);}.tablo ._mb-tr-11-5 {    width: calc((100% / 12) * 11.5);}.tablo ._mb-tr-12 {    width: calc((100% / 12) * 12);}.tablo ._mb-tr-12-5 {    width: calc((100% / 12) * 12.5);}}

.shadow-1 {-webkit-box-shadow: 0px 0px 26px -16px rgba(0, 0, 0, 0.75);-moz-box-shadow: 0px 0px 26px -16px rgba(0, 0, 0, 0.75);box-shadow: 0px 0px 26px -16px rgba(0, 0, 0, 0.75);}

.img-text>div {position: absolute;z-index: 60;bottom: 0;left: 0;width: 100%;}

.m-auto {margin: auto;float: none}

.maps-hd {position: relative;padding-bottom: 100%;height: 0;padding-bottom: 56.2493%;}

.maps-hd iframe {position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit: cover;}

._form {padding: 8px;position: relative;z-index: 0;}

._form a {color: #71B62C;text-decoration: underline;}

 .label {padding: 8px 5px;font-weight: 600; font-size:14px}


.btn-tema { width: calc(100% - 0px);box-sizing: border-box;height: 50px;outline: none; border:none}

/***/

.form_text {width: calc(100% - 0px);box-sizing: border-box;height: 50px;outline: none;border: 1px solid #ccc;position: relative;font-size: 13px;font-weight: 600;color: #333;margin: 0px 0px;padding: 0px 15px 0px 30px;background: #fff;}

.form_text:focus {background: #f4f4f4}


/***/

.form_textarea {width: calc(100% - 0px);box-sizing: border-box;height: 90px;outline: none;border: 1px solid #ccc;position: relative;font-size: 13px;font-weight: 600;color: #333;margin: 0px 0px;padding: 20px 15px 6px 30px;background: #fff;}

.form_textarea:focus {background: #f4f4f4}


/***/

.form_select {width: calc(100% - 0px);box-sizing: border-box;height: 50px;outline: none;border: 1px solid #ccc;position: relative;font-size: 13px;font-weight: 600;color: #333;margin: 0px 0px;padding: 6px 15px 6px 30px;background: #fff;}

.form_select:focus {background: #f4f4f4}


/***/

.form_button {background: #000;color: #fff;height: 50px;border: none;outline: none;padding: 0px 30px;cursor: pointer;}

.form_button:hover {background: #555}


/***/

.s-form_text {width: calc(100% - 0px);box-sizing: border-box;height: 40px;outline: none;border: 1px solid #ccc;position: relative;font-size: 13px;font-weight: 600;color: #333;margin: 0px 0px;padding: 0px 20px;background: #fff;}

.s-form_text:focus {background: #f4f4f4}


/***/

.s-form_textarea {width: calc(100% - 0px);box-sizing: border-box;height: 90px;outline: none;border: 1px solid #ccc;position: relative;font-size: 13px;font-weight: 600;color: #333;margin: 0px 0px;padding: 20px 15px 6px 6px;background: #fff;}

.s-form_textarea:focus {background: #f4f4f4}


/***/

.s-form_select {width: calc(100% - 0px);box-sizing: border-box;height: 40px;outline: none;border: 1px solid #ccc;position: relative;font-size: 13px;font-weight: 600;color: #333;margin: 0px 0px;padding: 6px 15px 6px 30px;background: #fff;}

.s-form_select:focus {background: #f4f4f4}


/***/

.hoverscale {position: relative;z-index: 0;transition: 0.5s}

.hoverscale:hover {position: relative;z-index: 1;-webkit-transform: scale(1.10);-moz-transform: scale(1.10);-o-transform: scale(1.10);-ms-transform: scale(1.10);transform: scale(1.10);}

.al-checkbox {display: table;position: relative;line-height: 25px;height: 25px;padding-left: 35px;width: 100%;box-sizing: border-box;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.al-checkbox input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}

.al-checkbox .checkmark {position: absolute;top: 0;left: 0;height: 25px;width: 25px;border-radius: 30px;background-color: #eee;border: none}

.al-checkbox:hover input~.checkmark {background-color: #ccc;border: none;}

.al-checkbox input:checked~.checkmark {background-color: #2196F3;}

.al-checkbox .checkmark:after {content: "";position: absolute;display: none;}

.al-checkbox input:checked~.checkmark:after {display: block;}

.al-checkbox .checkmark:after {left: 9px;top: 5px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.al-checkbox strong {font-size: 15px;font-weight: 400;}


/***/


/***/

.al-checkbox-1 {display: table;position: relative;line-height: 25px;height: 25px;padding-left: 35px;width: 100%;box-sizing: border-box;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.al-checkbox-1 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}

.al-checkbox-1 .checkmark {position: absolute;top: 0;left: 0;height: 25px;width: 25px;background-color: #eee;border: none;border-radius: 4px;-webkit-box-shadow: inset 0px 0px 22px -9px rgba(0, 0, 0, 0.5);-moz-box-shadow: inset 0px 0px 22px -9px rgba(0, 0, 0, 0.5);box-shadow: inset 0px 0px 22px -9px rgba(0, 0, 0, 0.5);}

.al-checkbox-1:hover input~.checkmark {background-color: #ccc;border: none;}

.al-checkbox-1 input:checked~.checkmark {background-color: #2196F3;}

.al-checkbox-1 .checkmark:after {content: "";position: absolute;display: none;}

.al-checkbox-1 input:checked~.checkmark:after {display: block;}

.al-checkbox-1 .checkmark:after {left: 9px;top: 5px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.al-checkbox-1 strong {font-size: 15px;font-weight: 400;}


/***/


/***/

.al-checkbox-2 {display: table;position: relative;line-height: 25px;height: 25px;padding-left: 35px;display: inline-block;box-sizing: border-box;cursor: pointer;font-size: 22px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.al-checkbox-2 input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}

.al-checkbox-2 .checkmark {position: absolute;top: 0;left: 0;height: 25px;width: 25px;background-color: #eee;border: none;border-radius: 4px;box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);}

.al-checkbox-2:hover input~.checkmark {background-color: #ccc;border: none;}

.al-checkbox-2 input:checked~.checkmark {background-color: #2196F3;}

.al-checkbox-2 .checkmark:after {content: "";position: absolute;display: none;}

.al-checkbox-2 input:checked~.checkmark:after {display: block;}

.al-checkbox-2 .checkmark:after {left: 9px;top: 5px;width: 5px;height: 10px;border: solid white;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}

.al-checkbox-2 strong {font-size: 15px;font-weight: 400;}


/***/

input.apple-switch {position: relative;appearance: none;outline: none;width: 50px;height: 30px;background-color: #ffffff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #ffffff;transition-duration: 200ms;cursor: pointer;}

input.apple-switch:after {content: "";position: absolute;top: 1px;left: 1px;width: 26px;height: 26px;background-color: transparent;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}

input.apple-switch:checked {border-color: #4ED164;box-shadow: inset 20px 0 0 0 #71b62c;}

input.apple-switch:checked:after {left: 20px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);}

input.apple-switch-2 {position: relative;appearance: none;outline: none;width: 30px;height: 15px;background-color: #ffffff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #ffffff;transition-duration: 500ms;cursor: pointer;}

input.apple-switch-2:after {content: "";position: absolute;top: 0px;left: 0px;width: 13px;height: 13px;background: #71b62c;border-radius: 50%;box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);}

input.apple-switch-2:checked {border-color: #4ED164;box-shadow: inset 20px 0 0 0 #71b62c;}

input.apple-switch-2:checked:after {left: 15px;background: #FFFFFF}

 
input.apple-switch-3 {position: relative;appearance: none;outline: none; width: 40px;height: 20px;background-color: #ffffff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #ef0b0b;transition-duration: 200ms;cursor: pointer;}

input.apple-switch-3:after {content: "";position: absolute;top: 1px;left: 1px;width: 16px;height: 16px;background-color: transparent;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}

input.apple-switch-3:checked {border-color: #4ED164;box-shadow: inset 20px 0 0 0 #71b62c;}

input.apple-switch-3:checked:after {left: 10px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);  }



.popup-ac {cursor: pointer;}

.popup-tam {position: fixed;width: 100%;height: 100%;z-index: 2900;left: 0;top: 0;background: rgba(121, 207, 191, 0.2);}

.popup-tam .popup-content {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 500;overflow-y: auto;}

.popup-tam .popup-orta {max-width: 1000px;border-radius: 15px;overflow: hidden;margin: 90px auto;background: #FFFFFF;position: relative;-webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.46);-moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.46);box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.46);}

.popup-tam .popup-kapat {position: absolute;z-index: 50;font-size: 24px;top: 20px;right: 20px;cursor: pointer;}

.popup-tam .popup-id {position: relative;z-index: 0;}

.sticky {position: -webkit-sticky;/* Safari */position: sticky;top: 0;}

@media screen and (max-width: 1000px) {.sticky {    position: relative;}}

.buton-grup .btn {display: inline-block;line-height: 35px;    font-size:16px; padding: 0px 12px;margin-bottom: 4px;border-radius: 4px;letter-spacing: 0px;border: none;outline: none;box-sizing: border-box;position: relative;z-index: 1;}

.buton-grup .btn i {padding-right: 3px;padding-left: 3px;line-height: 35px;}

.buton-grup .btn:hover {cursor: pointer}

.buton-grup .btn span {position: absolute;background-color: crimson;color: #fff;display: inline-block;padding: 0px;width: 20px;height: 20px;font-size: 12px;text-align: center;line-height: 20px;border-radius: 10px;right: 0px;top: -10px;}

.buton-grup .s-btn {display: inline-block; line-height: 30px; height: 30px; margin:0px;  font-size:14px;  padding: 0px 9px; border-radius: 3px;letter-spacing: 0px;border: none;outline: none;box-sizing: border-box;position: relative;z-index: 1;}

.buton-grup .s-btn i {padding-right: 3px;padding-left: 3px;line-height: 25px;}

.buton-grup .s-btn:hover {cursor: pointer}

.buton-grup .s-btn span {position: absolute;background-color: crimson;color: #fff;display: inline-block;padding: 0px;width: 20px;height: 20px;font-size: 12px;text-align: center;line-height: 20px;border-radius: 10px;right: 0px;top: -10px;}

.buton-grup .btn-0 {background: none;color: #000;border: 1px solid transparent;}

.buton-grup .btn-0:hover {background: #f2f2f2;}

.buton-grup .btn-0-border {border: 1px solid #0d0d0d;color: #000;}

.buton-grup .btn-0-border:hover {background: #000;color: #fff;}

.buton-grup .btn-0-color {color: #000;}

.buton-grup .btn-0-color:hover {background: #000;color: #fff;}

.buton-grup .btn-1 {background: #1fdc74; color: #fff;border: 1px solid #1fdc74;}

.buton-grup .btn-1:hover {background: #000;}

.buton-grup .btn-1-border {border: 1px solid #1fdc74;color: #1fdc74;}

.buton-grup .btn-1-border:hover {background: #1fdc74;color: #fff;}

.buton-grup .btn-1-color {color: #1fdc74;}

.buton-grup .btn-1-color:hover {background: #1fdc74;color: #fff;}

.buton-grup .btn-2 {background: #009966;color: #fff;border: 1px solid #009966;}

.buton-grup .btn-2:hover {background: #000;}

.buton-grup .btn-2-border {border: 1px solid #009966;color: #009966;}

.buton-grup .btn-2-border:hover {background: #009966;color: #fff;}

.buton-grup .btn-3-color {color: #009966;}

.buton-grup .btn-3-color:hover {background: #009966;color: #fff;}

.buton-grup .btn-3 {background: #1f1fe5;color: #fff;border: 1px solid #1f1fe5;}

.buton-grup .btn-3:hover {background: #000;}

.buton-grup .btn-3-border {border: 1px solid #1f1fe5;color: #1f1fe5;}

.buton-grup .btn-3-border:hover {background: #1f1fe5;color: #fff;}

.buton-grup .btn-4-color {color: #1f1fe5;}

.buton-grup .btn-4-color:hover {background: #1f1fe5;color: #fff;}

.buton-grup .btn-4 {background: #ef0b0b;color: #fff;border: 1px solid #ef0b0b;}

.buton-grup .btn-4:hover {background: #000;}

.buton-grup .btn-4-border {border: 1px solid #ef0b0b;color: #ef0b0b;}

.buton-grup .btn-4-border:hover {background: #ef0b0b;color: #fff;}

.buton-grup .btn-4-color {color: #ef0b0b;}

.buton-grup .btn-4-color:hover {background: #ef0b0b;color: #fff;}

.buton-grup .btn-5 {background: #ee971a;color: #fff;border: 1px solid #ee971a;}

.buton-grup .btn-5:hover {background: #000;}

.buton-grup .btn-5-border {border: 1px solid #ee971a;color: #ee971a;}

.buton-grup .btn-5-border:hover {background: #ee971a;color: #fff;}

.buton-grup .btn-5-color {color: #ee971a;}

.buton-grup .btn-5-color:hover {background: #ee971a;color: #fff;}

.buton-grup .btn-6 {background: #e21763;color: #fff;border: 1px solid #e21763;}

.buton-grup .btn-6:hover {background: #000;}

.buton-grup .btn-6-border {border: 1px solid #e21763;color: #e21763;}

.buton-grup .btn-6-border:hover {background: #e21763;color: #fff;}

.buton-grup .btn-6-color {color: #e21763;}

.buton-grup .btn-6-color:hover {background: #e21763;color: #fff;}

.buton-grup .btn-7 {background: #014b93;color: #fff;}

.buton-grup .btn-7:hover {background: #000;}

.buton-grup .btn-7-border {border: 1px solid #014b93;color: #014b93;}

.buton-grup .btn-7-border:hover {background: #014b93;color: #fff;}

.buton-grup .btn-7-color {color: #014b93;}

.buton-grup .btn-7-color:hover {background: #014b93;color: #fff;}

.buton-grup .btn-8 {background: #79cfbf;color: #fff;border: 1px solid #79cfbf;}

.buton-grup .btn-8:hover {background: #000;}

.buton-grup .btn-8-border {border: 1px solid #79cfbf;color: #79cfbf;}

.buton-grup .btn-8-border:hover {background: #79cfbf;color: #fff;}

.buton-grup .btn-8-color {color: #79cfbf;}

.buton-grup .btn-8-color:hover {background: #79cfbf;color: #fff;}

.buton-grup .btn-9 {background: #c1c1c1;color: #fff;border: 1px solid #c1c1c1;}

.buton-grup .btn-9:hover {background: #000;}

.buton-grup .btn-9-border {border: 1px solid #c1c1c1;color: #c1c1c1;}

.buton-grup .btn-9-border:hover {background: #c1c1c1;color: #fff;}

.buton-grup .btn-9-color {color: #c1c1c1;}

.buton-grup .btn-9-color:hover {background: #c1c1c1;color: #fff;}

.buton-grup .btn-10 {background: #fb590a;color: #fff;border: 1px solid #fb590a;}

.buton-grup .btn-10:hover {background: #000;}

.buton-grup .btn-10-border {border: 1px solid #fb590a;color: #fb590a;}

.buton-grup .btn-10-border:hover {background: #fb590a;color: #fff;}

.buton-grup .btn-10-color {color: #fb590a;}

.buton-grup .btn-10-color:hover {background: #fb590a;color: #fff;}

.buton-grup .btn-large {line-height: 40px}

.buton-grup .btn-xlarge {line-height: 50px}

.btn-full .btn {width: 100%;text-align: center}

@media screen and (max-width: 1000px) {._mb-btn-full .btn {    width: 100%;    text-align: center;}}

.buton-grup .bold {font-weight: 600;}

.margin-auto {margin: 0 auto;}

.max-200 {max-width: 200px;}

.max-300 {max-width: 300px;}

.max-400 {max-width: 400px;}

.max-500 {max-width: 500px;}

.max-600 {max-width: 600px;}

.max-700 {max-width: 700px;}

.max-800 {max-width: 800px;}

.max-900 {max-width: 900px;}

.max-1000 {max-width: 1000px;}

.renk-1 {color: #D3CAFA}

.renk-2 {color: #FFD3D3}

.renk-3 {color: #BFEEF3}

.renk-4 {color: #BFF3CD}

.renk-5 {color: #E8BF64}

.renk-6 {color: #f2f2f2}

.bg-1 {background: #D3CAFA}

.bg-2 {background: #FFD3D3}

.bg-3 {background: #BFEEF3}

.bg-4 {background: #BFF3CD}

.bg-5 {background: #E8BF64}

.bg-6 {background: #f2f2f2}

.owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;z-index: 1}

.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;touch-action: manipulation;-moz-backface-visibility: hidden}

.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0}

.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0px, 0px, 0px)}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0)}

.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none}

.owl-carousel .owl-item img {display: block;width: 100%}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {display: none}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {cursor: pointer;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {background: none;color: inherit;border: none;padding: 0!important;font: inherit}

.owl-carousel.owl-loaded {display: block}

.owl-carousel.owl-loading {opacity: 0;display: block}

.owl-carousel.owl-hidden {opacity: 0}

.owl-carousel.owl-refresh .owl-item {visibility: hidden}

.owl-carousel.owl-drag .owl-item {-ms-touch-action: pan-y;touch-action: pan-y;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none}

.owl-carousel.owl-grab {cursor: move;cursor: grab}

.owl-carousel.owl-rtl {direction: rtl}

.owl-carousel.owl-rtl .owl-item {float: right}

.no-js .owl-carousel {display: block}

.owl-carousel .animated {animation-duration: 1000ms;animation-fill-mode: both}

.owl-carousel .owl-animated-in {z-index: 0}

.owl-carousel .owl-animated-out {z-index: 1}

.owl-carousel .fadeOut {animation-name: fadeOut}

@keyframes fadeOut {0% {    opacity: 1}100% {    opacity: 0}}

.owl-height {transition: height 500ms ease-in-out}

.owl-carousel .owl-item .owl-lazy {opacity: 0;transition: opacity 400ms ease}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {max-height: 0}

.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d}

.owl-carousel .owl-video-wrapper {position: relative;height: 100%;background: #000}

.owl-carousel .owl-video-play-icon {position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url(owl.video.play.png) no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;transition: transform 100ms ease}

.owl-carousel .owl-video-play-icon:hover {-ms-transform: scale(1.3, 1.3);transform: scale(1.3, 1.3)}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {display: none}

.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: contain;transition: opacity 400ms ease}

.owl-carousel .owl-video-frame {position: relative;z-index: 1;height: 100%;width: 100%}

.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x: 50%;-webkit-perspective-origin-y: 50%;-moz-perspective: 1200px;-moz-perspective-origin-x: 50%;-moz-perspective-origin-y: 50%;perspective: 1200px}

.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease}

.owl-fade-in {-webkit-animation: empty 1ms both ease;-moz-animation: empty 1ms both ease;animation: empty 1ms both ease}

.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease}

.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease}

.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both}

.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both}

.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both}

.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both}




.p-tablo p {float: left;box-sizing: border-box;}

.p-tablo-1 p {width: calc(100% / 1);}

.p-tablo-2 p {width: calc(100% / 2);}

.p-tablo-3 p {width: calc(100% / 3);}

.p-tablo-4 p {width: calc(100% / 4);}

.p-tablo-5 p {width: calc(100% / 5);}

.p-tablo-6 p {width: calc(100% / 6);}

.p-tablo-7 p {width: calc(100% / 7);}

.p-tablo-8 p {width: calc(100% / 8);}

.p-tablo-9 p {width: calc(100% / 9);}

.p-tablo-10 p {width: calc(100% / 10);}

@media screen and (max-width: 1000px) {
    ._mb-p-tablo-1 p {width: calc(100% / 1);}
    ._mb-p-tablo-2 p {width: calc(100% / 2);}
    ._mb-p-tablo-3 p {width: calc(100% / 3);}
    ._mb-p-tablo-4 p {width: calc(100% / 4);}
    ._mb-p-tablo-5 p {width: calc(100% / 5);}
    ._mb-p-tablo-6 p {width: calc(100% / 6);}
    ._mb-p-tablo-7 p {width: calc(100% / 7);}
    ._mb-p-tablo-8 p {width: calc(100% / 8);}
    ._mb-p-tablo-9 p {width: calc(100% / 9);}
    ._mb-p-tablo-10 p {width: calc(100% / 10);}
}