@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Paytone+One');

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

@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:700|Volkhov:700|Hammersmith+One|Arbutus+Slab|Poppins:800|Questrial|Bungee+Outline|Josefin+Sans:700');
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


[class^="icon-"], [class*=" icon-"] {

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

ul {
  list-style: none;
}

.footlg {
    padding-bottom: 3em;

}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;

}

/*
 youtube* 
 */

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*
 footer* 
 */

.item-listfoot{
  display: flex;
  justify-content: center; /* 中央寄せ */
}
.item-listfoot .item{
  box-sizing: border-box;
  padding: 0.4em 0.4em;  
}




.unline {
   border-bottom:1px solid;
}

.btn {
    border: none;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
}

.btn:active {
    -webkit-transition: .2s all;
    transition: .2s all;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-lg {
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn.btn-home {
    border: 1px solid #ff7676;
    background: #fff;
    color: #ff7676;
}

.btn.btn-home:hover,
.btn.btn-home:active,
.btn.btn-home:focus {
    background: #ff7676;
    color: #ffffff;
    border: 1px solid #ff7676;
}

.btn.btn-home:focus,
.btn.btn-home:active {
    outline: none;
    border: 1px solid #000000;
}

.btn.btn-primary {
    border: 1px solid #ff7676;
    background: #ff7676;
    color: #ffffff;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.btn.btn-primary:focus,
.btn.btn-primary:active {
    outline: none;
    border: 1px solid #000000;
}

.btn.btn-ghost {
    background: transparent;
    border: 1px solid #ff7676;
    color: #ff7676;
}

.btn.btn-ghost:hover {
    background: #ff7676;
    color: #ffffff;
}

.btn.btn-ghost:focus,
.btn.btn-ghost:active {
    outline: none;
    background: transparent;
    color: #ff7676;
    border: 1px solid #ff7676;
}

.btn.btn-ghost.btn-ghost-white {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn.btn-ghost.btn-ghost-white:hover {
    background: #ffffff;
    color: #ff7676;
}

.btn.btn-ghost.btn-ghost-white:focus,
.btn.btn-ghost.btn-ghost-white:active {
    outline: none;
    background: #ffffff;
    color: #ff7676;
    border: 1px solid #ffffff;
}

.btn.btn-black {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.btn.btn-black:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.btn.btn-black:focus,
.btn.btn-black:active {
    outline: none;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.probootstrap-section {
    padding: 3em 0 3em 0;
    position: relative;
    background: #fff;
    z-index: 2;
}

.probootstrap-section.probootstrap-section-sm {
    padding: 3em 0;
}

.probootstrap-section.probootstrap-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section > .container.probootstrap-border-top {
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.probootstrap-section.probootstrap-section-colored,
.probootstrap-section.probootstrap-section-dark {
    background: #ff7676;
    background: #f54ea2;
    background: -webkit-gradient(left top, right top, color-stop(0%, #f54ea2), color-stop(100%, #ff7676));
    background: -webkit-gradient(linear, left top, right top, from(#f54ea2), to(#ff7676));
    background: linear-gradient(to right, #f54ea2 0%, #ff7676 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1);
}

.probootstrap-section.probootstrap-section-colored .section-heading h2,
.probootstrap-section.probootstrap-section-colored .section-heading .heading-with-icon,
.probootstrap-section.probootstrap-section-dark .section-heading h2,
.probootstrap-section.probootstrap-section-dark .section-heading .heading-with-icon {
    color: white;
}

.probootstrap-section.probootstrap-section-colored .section-heading p,
.probootstrap-section.probootstrap-section-dark .section-heading p {
    color: rgba(255, 255, 255, 0.6);
}

.probootstrap-section.probootstrap-section-colored .heading-with-icon,
.probootstrap-section.probootstrap-section-dark .heading-with-icon {
    color: #ff7676;
}

.probootstrap-section.probootstrap-section-colored .heading-with-icon i,
.probootstrap-section.probootstrap-section-dark .heading-with-icon i {
    color: #ff7676;
}

.probootstrap-section.probootstrap-section-colored p,
.probootstrap-section.probootstrap-section-dark p {
    color: white;
}

.probootstrap-section.probootstrap-section-dark {
    background: whitesmoke;
    color: black;
}

.probootstrap-section.probootstrap-section-dark .section-heading h2,
.probootstrap-section.probootstrap-section-dark .section-heading .heading-with-icon {
    color: black;
}

.probootstrap-section.probootstrap-section-dark .section-heading p {
    color: rgba(0, 0, 0, 0.6);
}

.probootstrap-section.probootstrap-section-dark p {
    color: rgba(0, 0, 0, 0.6);
}

.probootstrap-section.probootstrap-bg-white {
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    .probootstrap-section {
        padding: 3em 0;
    }
}

.probootstrap-section.probootstrap-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.probootstrap-section.probootstrap-bg:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.probootstrap-product-tour h5 {
    color: #ff7676;
    margin-bottom: 0;
}

.probootstrap-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.probootstrap-half .image,
.probootstrap-half .text {
    width: 50%;
}

.probootstrap-half .image {
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .probootstrap-half .image {
        width: 100%;
        height: 200px;
    }
}

.probootstrap-half .image .image-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.probootstrap-half .image .image-bg img {
    min-width: 100%;
    min-height: 100%;
}

.probootstrap-half .text {
    padding: 100px;
    background: #1a1919;
}

@media screen and (max-width: 1000px) {
    .probootstrap-half .text {
        width: 100%;
        padding: 30px 15px;
        float: left;
    }
}

.probootstrap-half .text h3 {
    color: #ffffff;
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .probootstrap-half .text h3 {
        font-size: 24px;
        line-height: 24px;
    }
}

.probootstrap-half .text p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.section-heading h2,
.section-heading .heading-with-icon {
    font-size: 2.074em;
    font-weight: 300;
}

.lead {
    font-size: 0.9em !important;
    line-height: 2 !important;
    letter-spacing: 0.1em !important;
}

.probootstrap-footer {
    padding: 7em 0 2em 0;
    background: #ffffff;
    position: relative;
}

@media screen and (max-width: 768px) {
    .probootstrap-footer {
        padding: 3em 0;
    }
}

.probootstrap-footer .probootstrap-copyright {
    padding: 3em 0;
    margin-top: 20px;
    background: #1a1919;
}

@media screen and (max-width: 768px) {
    .probootstrap-footer .probootstrap-copyright {
        margin-top: 0px;
    }
    .lead {
    font-size: 0.8em !important;
    line-height: 2 !important;
    letter-spacing: 0.1em !important;
}
}

.probootstrap-footer .probootstrap-copyright p {
    line-height: 20px;
}

.probootstrap-footer .probootstrap-copyright p .icon {
    position: relative;
    top: 2px;
}

.probootstrap-footer .probootstrap-copyright p:last-child {
    margin-bottom: 0;
}

.probootstrap-footer .probootstrap-footer-widget {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.probootstrap-footer .probootstrap-footer-widget h3 {
    margin-bottom: 30px;
}

.probootstrap-footer .probootstrap-back-to-top {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .probootstrap-footer .probootstrap-back-to-top {
        text-align: left;
        margin-top: 30px;
    }
}

.probootstrap-hover-overlay {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: .7s all ease-out;
    transition: .7s all ease-out;
}

.probootstrap-hover-overlay img {
    position: relative;
    z-index: 1;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.probootstrap-hover-overlay:before {
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.probootstrap-hover-overlay .probootstrap-text-overlay {
    position: absolute;
    z-index: 20;
    left: -20px;
    bottom: 20px;
    -webkit-transition: .4s all ease-out;
    transition: .4s all ease-out;
    opacity: 0;
    visibility: hidden;
}

.probootstrap-hover-overlay .probootstrap-text-overlay h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.probootstrap-hover-overlay .probootstrap-text-overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.probootstrap-hover-overlay .probootstrap-text-overlay p:last-child {
    margin-bottom: 0;
}

.probootstrap-hover-overlay:hover:before {
    opacity: 1;
    visibility: visible;
}

.probootstrap-hover-overlay:hover .probootstrap-text-overlay {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

.probootstrap-hover-overlay:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



.rate {
    font-size: 12px;
    color: #7bc74d !important;
}

.rate i {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 4px;
    margin-bottom: 4px;
}

.like {
    font-size: 20px;
    color: #999999 !important;
}

.probootstrap-block-image {
    background: #ffffff;
    margin-bottom: 30px;
}

.probootstrap-block-image figure img {
    max-width: 100%;
}

.probootstrap-block-image .text {
    padding: 20px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.probootstrap-block-image .text .date {
    display: block;
    color: #999999;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 500;
    text-transform: uppercase;
}

.probootstrap-block-image .text h3 {
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-family: "Sawarabi Mincho";
letter-spacing: 0.1em;
}

.probootstrap-block-image .text h3 a {
    color: #000000;
}

.probootstrap-block-image .text h3 a:hover {
    color: #ff7676;
}

.probootstrap-block-image .text p.dark {
    color: #292929;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 2;
}

.probootstrap-block-image .text p:last-child {
    margin-bottom: 0;
}

.probootstrap-blog-list,
.probootstrap-product-list {
    padding: 0;
    margin: 0;
}

.probootstrap-blog-list li,
.probootstrap-product-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.probootstrap-blog-list li a,
.probootstrap-product-list li a {
    display: block;
    color: #7e8890;
}

.probootstrap-blog-list li a figure,
.probootstrap-blog-list li a .text,
.probootstrap-product-list li a figure,
.probootstrap-product-list li a .text {
    display: table-cell;
    vertical-align: top;
}

.probootstrap-blog-list li a figure img,
.probootstrap-blog-list li a .text img,
.probootstrap-product-list li a figure img,
.probootstrap-product-list li a .text img {
    border-radius: 4px;
}

.probootstrap-blog-list li a figure,
.probootstrap-product-list li a figure {
    width: 70px;
}

.probootstrap-blog-list li a .text,
.probootstrap-product-list li a .text {
    padding-left: 20px;
}

.probootstrap-blog-list li a .text h4,
.probootstrap-blog-list li a .text .probootstrap-product-tour h5,
.probootstrap-product-tour .probootstrap-blog-list li a .text h5,
.probootstrap-product-list li a .text h4,
.probootstrap-product-list li a .text .probootstrap-product-tour h5,
.probootstrap-product-tour .probootstrap-product-list li a .text h5 {
    margin: 0 0 5px 0;
}

.probootstrap-blog-list li a .text p,
.probootstrap-product-list li a .text p {
    line-height: 1.45;
}

.probootstrap-quote {
    padding-left: 0;
    border-left: none;
    font-size: inherit;
    font-style: italic;
}

.probootstrap-quote .probootstrap-quote-logo {
    margin-bottom: 20px;
}

.probootstrap-quote .probootstrap-quote-logo.uber {
    width: 50px;
}

.probootstrap-quote .probootstrap-quote-logo.facebook {
    width: 80px;
}

.probootstrap-quote .probootstrap-quote-logo.twitter {
    width: 25px;
}

.probootstrap-quote .probootstrap-quote-author img {
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
}

.link-with-icon {
    color: #ff7676;
}

.link-with-icon i {
    position: relative;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
    transition: .3s all;
    left: -20px;
}

.link-with-icon:hover,
.link-with-icon:focus {
    color: #ff4343;
}

.link-with-icon:hover i,
.link-with-icon:focus i {
    position: relative;
    top: 2px;
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.probootstrap-pricing-wrap {
    position: relative;
}

.probootstrap-pricing {
    background: #ffffff;
    float: left;
    width: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
    box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 992px) {
    .probootstrap-pricing {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }
}

.probootstrap-pricing.popular {
    z-index: 10;
    margin-top: -5px;
    padding-top: 10px;
}

@media screen and (max-width: 992px) {
    .probootstrap-pricing.popular {
        margin-top: 0 !important;
    }
}

.probootstrap-pricing h3 {
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 50px;
}

.probootstrap-pricing h3 > span {
    margin-top: 10px;
    display: block;
    text-transform: none;
    letter-spacing: normal;
    color: #ff7676;
    font-size: 14px;
    text-transform: uppercase;
}

.probootstrap-pricing .probootstrap-price-wrap {
    margin-bottom: 50px;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price {
    font-size: 50px;
    color: #ff7676;
    font-weight: 100;
    line-height: 1.2;
    display: block;
}

.probootstrap-pricing .probootstrap-price-wrap .probootstrap-price-per-month {
    font-size: 13px;
}

.probootstrap-pricing ul {
    padding: 0 30px;
    margin: 0 0 50px 0;
}

@media screen and (max-width: 480px) {
    .probootstrap-pricing ul {
        padding: 0 10px;
    }
}

.probootstrap-pricing ul li {
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 24px;
    list-style: none;
}

.heading-with-icon {
    margin-bottom: 1.5em;
}

.heading-with-icon > i,
.heading-with-icon > span {
    display: table-cell;
    vertical-align: top;
}

.heading-with-icon i {
    color: #ff7676;
    font-size: 30px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
    top: 0px;
    width: 45px;
    display: inltial;
}

.probootstrap-box {
    background: #ffffff;
    padding: 2em;
    margin-bottom: 1.5em;
    -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
    box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
}

.probootstrap-box .icon i {
    font-size: 50px;
    color: #ff7676;
}

.probootstrap-box ul {
    padding: 0;
    margin: 0 0 0 10px;
}

.probootstrap-box ul li {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    position: relative;
}

.probootstrap-absolute {
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .probootstrap-absolute {
        position: relative;
    }
}

.shadow-left {
    -webkit-box-shadow: -19px 12px 104px -24px rgba(0, 0, 0, 0.15);
    box-shadow: -19px 12px 104px -24px rgba(0, 0, 0, 0.15);
}

.progress {
    background-color: #e6e5e5;
    height: 7px;
    margin: 0 0 10px;
    overflow: visible;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    border: none;
    background-color: #ff7676;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.progress-bar > span {
    background: #ff7676;
    padding: 2px 4px;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: -32px;
    color: #ffffff;
}

.progress-bar > span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ff7676;
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.probootstrap-footer-social {
    padding: 0;
    margin: 0;
}

.probootstrap-footer-social li {
    display: inline;
    padding: 0;
    margin: 0;
    list-style: none;
}

.probootstrap-footer-social li a {
    padding: 10px;
    font-size: 22px;
}

.probootstrap-footer-social li:first-child > a {
    padding-left: 0;
}

.nav-tabs.probootstrap-center,
.nav-pills.probootstrap-center {
    text-align: center;
}

.nav-tabs.probootstrap-center > li,
.nav-pills.probootstrap-center > li {
    float: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

@media screen and (max-width: 480px) {
    .nav-tabs.probootstrap-center > li,
    .nav-pills.probootstrap-center > li {
        width: 100%;
        display: block;
    }
}

.nav-tabs.probootstrap-tabs > li > a,
.nav-pills.probootstrap-tabs > li > a {
    border-radius: 0px;
    padding: 20px 30px;
    background: #ff7676;
    color: #ffffff;
    font-size: 16px;
    border: none !important;
}

@media screen and (max-width: 480px) {
    .nav-tabs.probootstrap-tabs > li > a,
    .nav-pills.probootstrap-tabs > li > a {
        width: 100%;
        display: block;
    }
}

.nav-tabs.probootstrap-tabs > li > a:hover,
.nav-pills.probootstrap-tabs > li > a:hover {
    background: #ff5d5d;
}

.nav-tabs.probootstrap-tabs > li > a:active,
.nav-tabs.probootstrap-tabs > li > a:focus,
.nav-pills.probootstrap-tabs > li > a:active,
.nav-pills.probootstrap-tabs > li > a:focus {
    outline: none;
}

.nav-tabs.probootstrap-tabs > li.active > a,
.nav-pills.probootstrap-tabs > li.active > a {
    background: #ffffff;
    color: #000000;
}

.nav-tabs.probootstrap-tabs.no-border,
.nav-pills.probootstrap-tabs.no-border {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .probootstrap-tab-section {
        padding-bottom: 0 !important;
    }
}

.probootstrap-tab-style-1 {
    position: absolute;
    bottom: 1px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .probootstrap-tab-style-1 {
        position: relative;
    }
}

.service {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    padding: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.service .icon {
    display: block;
    margin-bottom: 30px;
}

.service .icon i {
    font-size: 40px;
    color: rgba(0, 0, 0, 0.2);
    color: #ff7676;
}

.service h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.service p {
    font-size: 15px;
}

.service.left-icon {
    padding: 0px;
    border: none;
    margin-bottom: 20px !important;
}

.service.left-icon .icon,
.service.left-icon .text {
    display: table-cell;
    vertical-align: top;
}

.service.left-icon .icon {
    width: 70px;
    position: relative;
    top: 20px;
}

.service.left-icon .icon i {
    font-size: 40px;
}

.service.left-icon .text {
    display: table-cell;
}

.service.left-icon h3 {
    font-size: 22px;
    margin-bottom: 0px;
}

.service.left-icon p {
    font-size: 14px;
}

.service.left-icon p:last-child {
    margin-bottom: 0;
}

.service.hover_service {
    -webkit-transition: .3s all;
    transition: .3s all;
}

.service.hover_service:hover,
.service.hover_service:focus {
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.probootstrap-form {
    margin-bottom: 50px;
}

.probootstrap-form.probootstrap-form-box {
    background: #ffffff;
    padding: 60px;
    -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
    box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
    .probootstrap-form.probootstrap-form-box {
        padding: 20px;
    }
}

.probootstrap-form .form-note-link {
    font-weight: 400;
}

.probootstrap-form .form-note-link a {
    color: #bfbfbf;
}

.probootstrap-form .form-note-link a:hover,
.probootstrap-form .form-note-link a:active,
.probootstrap-form .form-note-link a:focus {
    color: #404040;
}

.probootstrap-form label {
    font-weight: normal;
}

.probootstrap-form .form-control {
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #e6e5e5;
    background: #f2f2f2;
}

.probootstrap-form .form-control:active,
.probootstrap-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ff7676;
    background: #ffffff;
}

.probootstrap-form textarea.form-control {
    height: inherit;
    resize: vertical;
}

.probootstrap-animate {
    opacity: 0;
    visibility: hidden;
}

.probootstrap-contact-info,
.with-icon {
    padding: 0;
    margin: 0 0 30px 0;
}

.probootstrap-contact-info li,
.with-icon li {
    padding: 0;
    margin: 20px 0 15px 0;
    list-style: none;
    line-height: 24px;
    display: table;
}

.sns li {
    padding: 0;
    margin: 10px 0 10px 0;
    list-style: none;
    line-height: 24px;
    display: table;
}

.probootstrap-contact-info li > i,
.probootstrap-contact-info li > span,
.with-icon li > i,
.sns li > i,
.with-icon li > span {
    vertical-align: top;
    display: table-cell;
}

.probootstrap-contact-info li > i,
.with-icon li > i,
.sns li > i
{
    font-size: 20px;
    position: relative;
    top: 4px;
    width: 30px;
}

.with-icon li i,
.sns li i{
    top: 4px;
    font-size: 15px;
}

.with-icon.colored i,
.sns.colored i
{
    color: #ff7676;
}

/* Flexslider override style */

.slider-height,
.flexslider,
.flexslider .slides > li {
    height: 800px;
}

@media screen and (max-width: 480px) {
    .slider-height,
    .flexslider,
    .flexslider .slides > li {
        height: 400px;
    }
}

.flexslider {
    position: relative;
    z-index: 2;
    background: none;
    border: none;
    margin: 0 0 0;
}

.flexslider .slides > li {
    background-size: cover;
    background-position: center center;
    background-repeat: none;
}

.flexslider .slides > li.overlay:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.flexslider .flex-control-paging {
    position: absolute;
    bottom: 30px;
    z-index: 20;
}

@media screen and (max-width: 480px) {
    .flexslider .flex-direction-nav {
        display: none;
    }
}

.flexslider .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0px;
    padding: 30px;
}

.flexslider .flex-direction-nav a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    content: "\e929";
    -webkit-transition: .3s all;
    transition: .3s all;
    font-size: 30px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flexslider .flex-direction-nav a.flex-next:before {
    content: "\e92a";
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 0px;
}

.flex-control-paging li a {
    width: 30px;
    height: 7px;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: white;
    cursor: default;
}

/* Owl carousel override style */

.owl-carousel {
    margin-bottom: 2em;
}

.owl-carousel.border-rounded .item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    position: absolute;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #000000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
    color: #ffffff;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 24px;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 12px;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
    background: rgba(0, 0, 0, 0.7) !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: -30px;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: -30px;
    margin-bottom: -2.5em;
}

.owl-work.owl-theme .owl-dots {
    bottom: -30px;
    margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s all;
    transition: .2s all;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #000000;
}

.probootstrap-testimonial:before {
    background: rgba(0, 0, 0, 0.7) !important;
}

.probootstrap-testimonial .section-heading p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.probootstrap-testimonial .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.2);
}

.probootstrap-testimonial .owl-theme .owl-dots .owl-dot span:hover {
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.probootstrap-testimonial .owl-theme .owl-dots .owl-dot.active span,
.probootstrap-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #ffffff;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.image-link {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/* This block of CSS adds opacity transition to background */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* padding-bottom and top for image */

.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */

.mfp-no-margins .mfp-container {
    padding: 0;
}

/* aligns caption to center */

.mfp-title {
    text-align: center;
    padding: 6px 0;
}

.image-source-link {
    color: #DDD;
}

.probootstrap-gutter0 > div[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter0 > div[class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.probootstrap-gutter10 > div[class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter10 > div[class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.probootstrap-gutter40 > div[class*='col-'] {
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter40 > div[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.probootstrap-gutter60 > div[class*='col-'] {
    padding-right: 30px;
    padding-left: 30px;
}

@media screen and (max-width: 480px) {
    .probootstrap-gutter60 > div[class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.probootstrap-black-color {
    color: #000000 !important;
}

.probootstrap-primary-color {
    color: #ff7676 !important;
}

.probootstrap-secondary-color {
    color: #f54ea2 !important;
}

@media screen and (max-width: 768px) {
    .img-sm-responsive {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .img-xs-responsive {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile3:before {
  content: "\e000";
}
.icon-laptop3:before {
  content: "\e001";
}
.icon-desktop:before {
  content: "\e002";
}
.icon-tablet3:before {
  content: "\e003";
}
.icon-phone3:before {
  content: "\e004";
}
.icon-document2:before {
  content: "\e005";
}
.icon-documents2:before {
  content: "\e006";
}
.icon-search2:before {
  content: "\e007";
}
.icon-clipboard3:before {
  content: "\e008";
}
.icon-newspaper2:before {
  content: "\e009";
}
.icon-notebook:before {
  content: "\e00a";
}
.icon-book-open:before {
  content: "\e00b";
}
.icon-browser2:before {
  content: "\e00c";
}
.icon-calendar3:before {
  content: "\e00d";
}
.icon-presentation:before {
  content: "\e00e";
}
.icon-picture:before {
  content: "\e00f";
}
.icon-pictures:before {
  content: "\e010";
}
.icon-video2:before {
  content: "\e011";
}
.icon-camera3:before {
  content: "\e012";
}
.icon-printer2:before {
  content: "\e013";
}
.icon-toolbox:before {
  content: "\e014";
}
.icon-briefcase3:before {
  content: "\e015";
}
.icon-wallet2:before {
  content: "\e016";
}
.icon-gift2:before {
  content: "\e017";
}
.icon-bargraph:before {
  content: "\e018";
}
.icon-grid2:before {
  content: "\e019";
}
.icon-expand:before {
  content: "\e01a";
}
.icon-focus:before {
  content: "\e01b";
}
.icon-edit2:before {
  content: "\e01c";
}
.icon-adjustments:before {
  content: "\e01d";
}
.icon-ribbon:before {
  content: "\e01e";
}
.icon-hourglass:before {
  content: "\e01f";
}
.icon-lock3:before {
  content: "\e020";
}
.icon-megaphone2:before {
  content: "\e021";
}
.icon-shield3:before {
  content: "\e022";
}
.icon-trophy3:before {
  content: "\e023";
}
.icon-flag3:before {
  content: "\e024";
}
.icon-map3:before {
  content: "\e025";
}
.icon-puzzle:before {
  content: "\e026";
}
.icon-basket:before {
  content: "\e027";
}
.icon-envelope:before {
  content: "\e028";
}
.icon-streetsign:before {
  content: "\e029";
}
.icon-telescope:before {
  content: "\e02a";
}
.icon-gears:before {
  content: "\e02b";
}
.icon-key3:before {
  content: "\e02c";
}
.icon-paperclip:before {
  content: "\e02d";
}
.icon-attachment3:before {
  content: "\e02e";
}
.icon-pricetags:before {
  content: "\e02f";
}
.icon-lightbulb:before {
  content: "\e030";
}
.icon-layers2:before {
  content: "\e031";
}
.icon-pencil3:before {
  content: "\e032";
}
.icon-tools2:before {
  content: "\e033";
}
.icon-tools-2:before {
  content: "\e034";
}
.icon-scissors3:before {
  content: "\e035";
}
.icon-paintbrush:before {
  content: "\e036";
}
.icon-magnifying-glass2:before {
  content: "\e037";
}
.icon-circle-compass:before {
  content: "\e038";
}
.icon-linegraph:before {
  content: "\e039";
}
.icon-mic3:before {
  content: "\e03a";
}
.icon-strategy:before {
  content: "\e03b";
}
.icon-beaker:before {
  content: "\e03c";
}
.icon-caution:before {
  content: "\e03d";
}
.icon-recycle:before {
  content: "\e03e";
}
.icon-anchor:before {
  content: "\e03f";
}
.icon-profile-male:before {
  content: "\e040";
}
.icon-profile-female:before {
  content: "\e041";
}
.icon-bike:before {
  content: "\e042";
}
.icon-wine:before {
  content: "\e043";
}
.icon-hotairballoon:before {
  content: "\e044";
}
.icon-globe2:before {
  content: "\e045";
}
.icon-genius:before {
  content: "\e046";
}
.icon-map-pin:before {
  content: "\e047";
}
.icon-dial:before {
  content: "\e048";
}
.icon-chat2:before {
  content: "\e049";
}
.icon-heart3:before {
  content: "\e04a";
}
.icon-cloud3:before {
  content: "\e04b";
}
.icon-upload4:before {
  content: "\e04c";
}
.icon-download4:before {
  content: "\e04d";
}
.icon-target2:before {
  content: "\e04e";
}
.icon-hazardous:before {
  content: "\e04f";
}
.icon-piechart:before {
  content: "\e050";
}
.icon-speedometer:before {
  content: "\e051";
}
.icon-global:before {
  content: "\e052";
}
.icon-compass3:before {
  content: "\e053";
}
.icon-lifesaver:before {
  content: "\e054";
}
.icon-clock3:before {
  content: "\e055";
}
.icon-aperture:before {
  content: "\e056";
}
.icon-quote2:before {
  content: "\e057";
}
.icon-scope:before {
  content: "\e058";
}
.icon-alarmclock:before {
  content: "\e059";
}
.icon-refresh:before {
  content: "\e05a";
}
.icon-happy3:before {
  content: "\e05b";
}
.icon-sad3:before {
  content: "\e05c";
}
.icon-facebook3:before {
  content: "\e05d";
}
.icon-twitter3:before {
  content: "\e05e";
}
.icon-googleplus:before {
  content: "\e05f";
}
.icon-rss3:before {
  content: "\e060";
}
.icon-tumblr3:before {
  content: "\e061";
}
.icon-linkedin3:before {
  content: "\e062";
}
.icon-dribbble3:before {
  content: "\e063";
}
.icon-add-to-list:before {
  content: "\e900";
}
.icon-classic-computer:before {
  content: "\e901";
}
.icon-controller-fast-backward:before {
  content: "\e902";
}
.icon-creative-commons-attribution:before {
  content: "\e903";
}
.icon-creative-commons-noderivs:before {
  content: "\e904";
}
.icon-creative-commons-noncommercial-eu:before {
  content: "\e905";
}
.icon-creative-commons-noncommercial-us:before {
  content: "\e906";
}
.icon-creative-commons-public-domain:before {
  content: "\e907";
}
.icon-creative-commons-remix:before {
  content: "\e908";
}
.icon-creative-commons-share:before {
  content: "\e909";
}
.icon-creative-commons-sharealike:before {
  content: "\e90a";
}
.icon-creative-commons:before {
  content: "\e90b";
}
.icon-document-landscape:before {
  content: "\e90c";
}
.icon-remove-user:before {
  content: "\e90d";
}
.icon-warning:before {
  content: "\e90e";
}
.icon-arrow-bold-down:before {
  content: "\e90f";
}
.icon-arrow-bold-left:before {
  content: "\e910";
}
.icon-arrow-bold-right:before {
  content: "\e911";
}
.icon-arrow-bold-up:before {
  content: "\e912";
}
.icon-arrow-down:before {
  content: "\e913";
}
.icon-arrow-left:before {
  content: "\e914";
}
.icon-arrow-long-down:before {
  content: "\e915";
}
.icon-arrow-long-left:before {
  content: "\e916";
}
.icon-arrow-long-right:before {
  content: "\e917";
}
.icon-arrow-long-up:before {
  content: "\e918";
}
.icon-arrow-right:before {
  content: "\e919";
}
.icon-arrow-up:before {
  content: "\e91a";
}
.icon-arrow-with-circle-down:before {
  content: "\e91b";
}
.icon-arrow-with-circle-left:before {
  content: "\e91c";
}
.icon-arrow-with-circle-right:before {
  content: "\e91d";
}
.icon-arrow-with-circle-up:before {
  content: "\e91e";
}
.icon-bookmark:before {
  content: "\e91f";
}
.icon-bookmarks:before {
  content: "\e920";
}
.icon-chevron-down:before {
  content: "\e921";
}
.icon-chevron-left:before {
  content: "\e922";
}
.icon-chevron-right:before {
  content: "\e923";
}
.icon-chevron-small-down:before {
  content: "\e924";
}
.icon-chevron-small-left:before {
  content: "\e925";
}
.icon-chevron-small-right:before {
  content: "\e926";
}
.icon-chevron-small-up:before {
  content: "\e927";
}
.icon-chevron-thin-down:before {
  content: "\e928";
}
.icon-chevron-thin-left:before {
  content: "\e929";
}
.icon-chevron-thin-right:before {
  content: "\e92a";
}
.icon-chevron-thin-up:before {
  content: "\e92b";
}
.icon-chevron-up:before {
  content: "\e92c";
}
.icon-chevron-with-circle-down:before {
  content: "\e92d";
}
.icon-chevron-with-circle-left:before {
  content: "\e92e";
}
.icon-chevron-with-circle-right:before {
  content: "\e92f";
}
.icon-chevron-with-circle-up:before {
  content: "\e930";
}
.icon-cloud:before {
  content: "\e931";
}
.icon-controller-fast-forward:before {
  content: "\e932";
}
.icon-controller-jump-to-start:before {
  content: "\e933";
}
.icon-controller-next:before {
  content: "\e934";
}
.icon-controller-paus:before {
  content: "\e935";
}
.icon-controller-play:before {
  content: "\e936";
}
.icon-controller-record:before {
  content: "\e937";
}
.icon-controller-stop:before {
  content: "\e938";
}
.icon-controller-volume:before {
  content: "\e939";
}
.icon-dot-single:before {
  content: "\e93a";
}
.icon-dots-three-horizontal:before {
  content: "\e93b";
}
.icon-dots-three-vertical:before {
  content: "\e93c";
}
.icon-dots-two-horizontal:before {
  content: "\e93d";
}
.icon-dots-two-vertical:before {
  content: "\e93e";
}
.icon-download:before {
  content: "\e93f";
}
.icon-emoji-flirt:before {
  content: "\e940";
}
.icon-flow-branch:before {
  content: "\e941";
}
.icon-flow-cascade:before {
  content: "\e942";
}
.icon-flow-line:before {
  content: "\e943";
}
.icon-flow-parallel:before {
  content: "\e944";
}
.icon-flow-tree:before {
  content: "\e945";
}
.icon-install:before {
  content: "\e946";
}
.icon-layers:before {
  content: "\e947";
}
.icon-open-book:before {
  content: "\e948";
}
.icon-resize-100:before {
  content: "\e949";
}
.icon-resize-full-screen:before {
  content: "\e94a";
}
.icon-save:before {
  content: "\e94b";
}
.icon-select-arrows:before {
  content: "\e94c";
}
.icon-sound-mute:before {
  content: "\e94d";
}
.icon-sound:before {
  content: "\e94e";
}
.icon-trash:before {
  content: "\e94f";
}
.icon-triangle-down:before {
  content: "\e950";
}
.icon-triangle-left:before {
  content: "\e951";
}
.icon-triangle-right:before {
  content: "\e952";
}
.icon-triangle-up:before {
  content: "\e953";
}
.icon-uninstall:before {
  content: "\e954";
}
.icon-upload-to-cloud:before {
  content: "\e955";
}
.icon-upload:before {
  content: "\e956";
}
.icon-add-user:before {
  content: "\e957";
}
.icon-address:before {
  content: "\e958";
}
.icon-adjust:before {
  content: "\e959";
}
.icon-air:before {
  content: "\e95a";
}
.icon-aircraft-landing:before {
  content: "\e95b";
}
.icon-aircraft-take-off:before {
  content: "\e95c";
}
.icon-aircraft:before {
  content: "\e95d";
}
.icon-align-bottom:before {
  content: "\e95e";
}
.icon-align-horizontal-middle:before {
  content: "\e95f";
}
.icon-align-left:before {
  content: "\e960";
}
.icon-align-right:before {
  content: "\e961";
}
.icon-align-top:before {
  content: "\e962";
}
.icon-align-vertical-middle:before {
  content: "\e963";
}
.icon-archive:before {
  content: "\e964";
}
.icon-area-graph:before {
  content: "\e965";
}
.icon-attachment:before {
  content: "\e966";
}
.icon-awareness-ribbon:before {
  content: "\e967";
}
.icon-back-in-time:before {
  content: "\e968";
}
.icon-back:before {
  content: "\e969";
}
.icon-bar-graph:before {
  content: "\e96a";
}
.icon-battery:before {
  content: "\e96b";
}
.icon-beamed-note:before {
  content: "\e96c";
}
.icon-bell:before {
  content: "\e96d";
}
.icon-blackboard:before {
  content: "\e96e";
}
.icon-block:before {
  content: "\e96f";
}
.icon-book:before {
  content: "\e970";
}
.icon-bowl:before {
  content: "\e971";
}
.icon-box:before {
  content: "\e972";
}
.icon-briefcase:before {
  content: "\e973";
}
.icon-browser:before {
  content: "\e974";
}
.icon-brush:before {
  content: "\e975";
}
.icon-bucket:before {
  content: "\e976";
}
.icon-cake:before {
  content: "\e977";
}
.icon-calculator:before {
  content: "\e978";
}
.icon-calendar:before {
  content: "\e979";
}
.icon-camera:before {
  content: "\e97a";
}
.icon-ccw:before {
  content: "\e97b";
}
.icon-chat:before {
  content: "\e97c";
}
.icon-check:before {
  content: "\e97d";
}
.icon-circle-with-cross:before {
  content: "\e97e";
}
.icon-circle-with-minus:before {
  content: "\e97f";
}
.icon-circle-with-plus:before {
  content: "\e980";
}
.icon-circle:before {
  content: "\e981";
}
.icon-circular-graph:before {
  content: "\e982";
}
.icon-clapperboard:before {
  content: "\e983";
}
.icon-clipboard:before {
  content: "\e984";
}
.icon-clock:before {
  content: "\e985";
}
.icon-code:before {
  content: "\e986";
}
.icon-cog:before {
  content: "\e987";
}
.icon-colours:before {
  content: "\e988";
}
.icon-compass:before {
  content: "\e989";
}
.icon-copy:before {
  content: "\e98a";
}
.icon-credit-card:before {
  content: "\e98b";
}
.icon-credit:before {
  content: "\e98c";
}
.icon-cross:before {
  content: "\e98d";
}
.icon-cup:before {
  content: "\e98e";
}
.icon-cw:before {
  content: "\e98f";
}
.icon-cycle:before {
  content: "\e990";
}
.icon-database:before {
  content: "\e991";
}
.icon-dial-pad:before {
  content: "\e992";
}
.icon-direction:before {
  content: "\e993";
}
.icon-document:before {
  content: "\e994";
}
.icon-documents:before {
  content: "\e995";
}
.icon-drink:before {
  content: "\e996";
}
.icon-drive:before {
  content: "\e997";
}
.icon-drop:before {
  content: "\e998";
}
.icon-edit:before {
  content: "\e999";
}
.icon-email:before {
  content: "\e99a";
}
.icon-emoji-happy:before {
  content: "\e99b";
}
.icon-emoji-neutral:before {
  content: "\e99c";
}
.icon-emoji-sad:before {
  content: "\e99d";
}
.icon-erase:before {
  content: "\e99e";
}
.icon-eraser:before {
  content: "\e99f";
}
.icon-export:before {
  content: "\e9a0";
}
.icon-eye:before {
  content: "\e9a1";
}
.icon-feather:before {
  content: "\e9a2";
}
.icon-flag:before {
  content: "\e9a3";
}
.icon-flash:before {
  content: "\e9a4";
}
.icon-flashlight:before {
  content: "\e9a5";
}
.icon-flat-brush:before {
  content: "\e9a6";
}
.icon-folder-images:before {
  content: "\e9a7";
}
.icon-folder-music:before {
  content: "\e9a8";
}
.icon-folder-video:before {
  content: "\e9a9";
}
.icon-folder:before {
  content: "\e9aa";
}
.icon-forward:before {
  content: "\e9ab";
}
.icon-funnel:before {
  content: "\e9ac";
}
.icon-game-controller:before {
  content: "\e9ad";
}
.icon-gauge:before {
  content: "\e9ae";
}
.icon-globe:before {
  content: "\e9af";
}
.icon-graduation-cap:before {
  content: "\e9b0";
}
.icon-grid:before {
  content: "\e9b1";
}
.icon-hair-cross:before {
  content: "\e9b2";
}
.icon-hand:before {
  content: "\e9b3";
}
.icon-heart-outlined:before {
  content: "\e9b4";
}
.icon-heart:before {
  content: "\e9b5";
}
.icon-help-with-circle:before {
  content: "\e9b6";
}
.icon-help:before {
  content: "\e9b7";
}
.icon-home:before {
  content: "\e9b8";
}
.icon-hour-glass:before {
  content: "\e9b9";
}
.icon-image-inverted:before {
  content: "\e9ba";
}
.icon-image:before {
  content: "\e9bb";
}
.icon-images:before {
  content: "\e9bc";
}
.icon-inbox:before {
  content: "\e9bd";
}
.icon-infinity:before {
  content: "\e9be";
}
.icon-info-with-circle:before {
  content: "\e9bf";
}
.icon-info:before {
  content: "\e9c0";
}
.icon-key:before {
  content: "\e9c1";
}
.icon-keyboard:before {
  content: "\e9c2";
}
.icon-lab-flask:before {
  content: "\e9c3";
}
.icon-landline:before {
  content: "\e9c4";
}
.icon-language:before {
  content: "\e9c5";
}
.icon-laptop:before {
  content: "\e9c6";
}
.icon-leaf:before {
  content: "\e9c7";
}
.icon-level-down:before {
  content: "\e9c8";
}
.icon-level-up:before {
  content: "\e9c9";
}
.icon-lifebuoy:before {
  content: "\e9ca";
}
.icon-light-bulb:before {
  content: "\e9cb";
}
.icon-light-down:before {
  content: "\e9cc";
}
.icon-light-up:before {
  content: "\e9cd";
}
.icon-line-graph:before {
  content: "\e9ce";
}
.icon-link:before {
  content: "\e9cf";
}
.icon-list:before {
  content: "\e9d0";
}
.icon-location-pin:before {
  content: "\e9d1";
}
.icon-location:before {
  content: "\e9d2";
}
.icon-lock-open:before {
  content: "\e9d3";
}
.icon-lock:before {
  content: "\e9d4";
}
.icon-log-out:before {
  content: "\e9d5";
}
.icon-login:before {
  content: "\e9d6";
}
.icon-loop:before {
  content: "\e9d7";
}
.icon-magnet:before {
  content: "\e9d8";
}
.icon-magnifying-glass:before {
  content: "\e9d9";
}
.icon-mail:before {
  content: "\e9da";
}
.icon-man:before {
  content: "\e9db";
}
.icon-map:before {
  content: "\e9dc";
}
.icon-mask:before {
  content: "\e9dd";
}
.icon-medal:before {
  content: "\e9de";
}
.icon-megaphone:before {
  content: "\e9df";
}
.icon-menu:before {
  content: "\e9e0";
}
.icon-message:before {
  content: "\e9e1";
}
.icon-mic:before {
  content: "\e9e2";
}
.icon-minus:before {
  content: "\e9e3";
}
.icon-mobile:before {
  content: "\e9e4";
}
.icon-modern-mic:before {
  content: "\e9e5";
}
.icon-moon:before {
  content: "\e9e6";
}
.icon-mouse:before {
  content: "\e9e7";
}
.icon-music:before {
  content: "\e9e8";
}
.icon-network:before {
  content: "\e9e9";
}
.icon-new-message:before {
  content: "\e9ea";
}
.icon-new:before {
  content: "\e9eb";
}
.icon-news:before {
  content: "\e9ec";
}
.icon-note:before {
  content: "\e9ed";
}
.icon-notification:before {
  content: "\e9ee";
}
.icon-old-mobile:before {
  content: "\e9ef";
}
.icon-old-phone:before {
  content: "\e9f0";
}
.icon-palette:before {
  content: "\e9f1";
}
.icon-paper-plane:before {
  content: "\e9f2";
}
.icon-pencil:before {
  content: "\e9f3";
}
.icon-phone:before {
  content: "\e9f4";
}
.icon-pie-chart:before {
  content: "\e9f5";
}
.icon-pin:before {
  content: "\e9f6";
}
.icon-plus:before {
  content: "\e9f7";
}
.icon-popup:before {
  content: "\e9f8";
}
.icon-power-plug:before {
  content: "\e9f9";
}
.icon-price-ribbon:before {
  content: "\e9fa";
}
.icon-price-tag:before {
  content: "\e9fb";
}
.icon-print:before {
  content: "\e9fc";
}
.icon-progress-empty:before {
  content: "\e9fd";
}
.icon-progress-full:before {
  content: "\e9fe";
}
.icon-progress-one:before {
  content: "\e9ff";
}
.icon-progress-two:before {
  content: "\ea00";
}
.icon-publish:before {
  content: "\ea01";
}
.icon-quote:before {
  content: "\ea02";
}
.icon-radio:before {
  content: "\ea03";
}
.icon-reply-all:before {
  content: "\ea04";
}
.icon-reply:before {
  content: "\ea05";
}
.icon-retweet:before {
  content: "\ea06";
}
.icon-rocket:before {
  content: "\ea07";
}
.icon-round-brush:before {
  content: "\ea08";
}
.icon-rss:before {
  content: "\ea09";
}
.icon-ruler:before {
  content: "\ea0a";
}
.icon-scissors:before {
  content: "\ea0b";
}
.icon-share-alternitive:before {
  content: "\ea0c";
}
.icon-share:before {
  content: "\ea0d";
}
.icon-shareable:before {
  content: "\ea0e";
}
.icon-shield:before {
  content: "\ea0f";
}
.icon-shop:before {
  content: "\ea10";
}
.icon-shopping-bag:before {
  content: "\ea11";
}
.icon-shopping-basket:before {
  content: "\ea12";
}
.icon-shopping-cart:before {
  content: "\ea13";
}
.icon-shuffle:before {
  content: "\ea14";
}
.icon-signal:before {
  content: "\ea15";
}
.icon-sound-mix:before {
  content: "\ea16";
}
.icon-sports-club:before {
  content: "\ea17";
}
.icon-spreadsheet:before {
  content: "\ea18";
}
.icon-squared-cross:before {
  content: "\ea19";
}
.icon-squared-minus:before {
  content: "\ea1a";
}
.icon-squared-plus:before {
  content: "\ea1b";
}
.icon-star-outlined:before {
  content: "\ea1c";
}
.icon-star:before {
  content: "\ea1d";
}
.icon-stopwatch:before {
  content: "\ea1e";
}
.icon-suitcase:before {
  content: "\ea1f";
}
.icon-swap:before {
  content: "\ea20";
}
.icon-sweden:before {
  content: "\ea21";
}
.icon-switch:before {
  content: "\ea22";
}
.icon-tablet:before {
  content: "\ea23";
}
.icon-tag:before {
  content: "\ea24";
}
.icon-text-document-inverted:before {
  content: "\ea25";
}
.icon-text-document:before {
  content: "\ea26";
}
.icon-text:before {
  content: "\ea27";
}
.icon-thermometer:before {
  content: "\ea28";
}
.icon-thumbs-down:before {
  content: "\ea29";
}
.icon-thumbs-up:before {
  content: "\ea2a";
}
.icon-thunder-cloud:before {
  content: "\ea2b";
}
.icon-ticket:before {
  content: "\ea2c";
}
.icon-time-slot:before {
  content: "\ea2d";
}
.icon-tools:before {
  content: "\ea2e";
}
.icon-traffic-cone:before {
  content: "\ea2f";
}
.icon-tree:before {
  content: "\ea30";
}
.icon-trophy:before {
  content: "\ea31";
}
.icon-tv:before {
  content: "\ea32";
}
.icon-typing:before {
  content: "\ea33";
}
.icon-unread:before {
  content: "\ea34";
}
.icon-untag:before {
  content: "\ea35";
}
.icon-user:before {
  content: "\ea36";
}
.icon-users:before {
  content: "\ea37";
}
.icon-v-card:before {
  content: "\ea38";
}
.icon-video:before {
  content: "\ea39";
}
.icon-vinyl:before {
  content: "\ea3a";
}
.icon-voicemail:before {
  content: "\ea3b";
}
.icon-wallet:before {
  content: "\ea3c";
}
.icon-water:before {
  content: "\ea3d";
}
.icon-px-with-circle:before {
  content: "\ea3e";
}
.icon-px:before {
  content: "\ea3f";
}
.icon-basecamp:before {
  content: "\ea40";
}
.icon-behance:before {
  content: "\ea41";
}
.icon-creative-cloud:before {
  content: "\ea42";
}
.icon-dropbox:before {
  content: "\ea43";
}
.icon-evernote:before {
  content: "\ea44";
}
.icon-flattr:before {
  content: "\ea45";
}
.icon-foursquare:before {
  content: "\ea46";
}
.icon-google-drive:before {
  content: "\ea47";
}
.icon-google-hangouts:before {
  content: "\ea48";
}
.icon-grooveshark:before {
  content: "\ea49";
}
.icon-icloud:before {
  content: "\ea4a";
}
.icon-mixi:before {
  content: "\ea4b";
}
.icon-onedrive:before {
  content: "\ea4c";
}
.icon-paypal:before {
  content: "\ea4d";
}
.icon-picasa:before {
  content: "\ea4e";
}
.icon-qq:before {
  content: "\ea4f";
}
.icon-rdio-with-circle:before {
  content: "\ea50";
}
.icon-renren:before {
  content: "\ea51";
}
.icon-scribd:before {
  content: "\ea52";
}
.icon-sina-weibo:before {
  content: "\ea53";
}
.icon-skype-with-circle:before {
  content: "\ea54";
}
.icon-skype:before {
  content: "\ea55";
}
.icon-slideshare:before {
  content: "\ea56";
}
.icon-smashing:before {
  content: "\ea57";
}
.icon-soundcloud:before {
  content: "\ea58";
}
.icon-spotify-with-circle:before {
  content: "\ea59";
}
.icon-spotify:before {
  content: "\ea5a";
}
.icon-swarm:before {
  content: "\ea5b";
}
.icon-vine-with-circle:before {
  content: "\ea5c";
}
.icon-vine:before {
  content: "\ea5d";
}
.icon-vk-alternitive:before {
  content: "\ea5e";
}
.icon-vk-with-circle:before {
  content: "\ea5f";
}
.icon-vk:before {
  content: "\ea60";
}
.icon-xing-with-circle:before {
  content: "\ea61";
}
.icon-xing:before {
  content: "\ea62";
}
.icon-yelp:before {
  content: "\ea63";
}
.icon-dribbble-with-circle:before {
  content: "\ea64";
}
.icon-dribbble:before {
  content: "\ea65";
}
.icon-facebook-with-circle:before {
  content: "\ea66";
}
.icon-facebook:before {
  content: "\ea67";
}
.icon-flickr-with-circle:before {
  content: "\ea68";
}
.icon-flickr:before {
  content: "\ea69";
}
.icon-github-with-circle:before {
  content: "\ea6a";
}
.icon-github:before {
  content: "\ea6b";
}
.icon-google-with-circle:before {
  content: "\ea6c";
}
.icon-google:before {
  content: "\ea6d";
}
.icon-instagram-with-circle:before {
  content: "\ea6e";
}
.icon-instagram:before {
  content: "\ea6f";
}
.icon-lastfm-with-circle:before {
  content: "\ea70";
}
.icon-lastfm:before {
  content: "\ea71";
}
.icon-linkedin-with-circle:before {
  content: "\ea72";
}
.icon-linkedin:before {
  content: "\ea73";
}
.icon-pinterest-with-circle:before {
  content: "\ea74";
}
.icon-pinterest:before {
  content: "\ea75";
}
.icon-rdio:before {
  content: "\ea76";
}
.icon-stumbleupon-with-circle:before {
  content: "\ea77";
}
.icon-stumbleupon:before {
  content: "\ea78";
}
.icon-tumblr-with-circle:before {
  content: "\ea79";
}
.icon-tumblr:before {
  content: "\ea7a";
}
.icon-twitter-with-circle:before {
  content: "\ea7b";
}
.icon-twitter:before {
  content: "\ea7c";
}
.icon-vimeo-with-circle:before {
  content: "\ea7d";
}
.icon-vimeo:before {
  content: "\ea7e";
}
.icon-youtube-with-circle:before {
  content: "\ea7f";
}
.icon-youtube:before {
  content: "\ea80";
}
.icon-home2:before {
  content: "\ea81";
}
.icon-home22:before {
  content: "\ea82";
}
.icon-home3:before {
  content: "\ea83";
}
.icon-office:before {
  content: "\ea84";
}
.icon-newspaper:before {
  content: "\ea85";
}
.icon-pencil2:before {
  content: "\ea86";
}
.icon-pencil22:before {
  content: "\ea87";
}
.icon-quill:before {
  content: "\ea88";
}
.icon-pen:before {
  content: "\ea89";
}
.icon-blog:before {
  content: "\ea8a";
}
.icon-eyedropper:before {
  content: "\ea8b";
}
.icon-droplet:before {
  content: "\ea8c";
}
.icon-paint-format:before {
  content: "\ea8d";
}
.icon-image2:before {
  content: "\ea8e";
}
.icon-images2:before {
  content: "\ea8f";
}
.icon-camera2:before {
  content: "\ea90";
}
.icon-headphones:before {
  content: "\ea91";
}
.icon-music2:before {
  content: "\ea92";
}
.icon-play:before {
  content: "\ea93";
}
.icon-film:before {
  content: "\ea94";
}
.icon-video-camera:before {
  content: "\ea95";
}
.icon-dice:before {
  content: "\ea96";
}
.icon-pacman:before {
  content: "\ea97";
}
.icon-spades:before {
  content: "\ea98";
}
.icon-clubs:before {
  content: "\ea99";
}
.icon-diamonds:before {
  content: "\ea9a";
}
.icon-bullhorn:before {
  content: "\ea9b";
}
.icon-connection:before {
  content: "\ea9c";
}
.icon-podcast:before {
  content: "\ea9d";
}
.icon-feed:before {
  content: "\ea9e";
}
.icon-mic2:before {
  content: "\ea9f";
}
.icon-book2:before {
  content: "\eaa0";
}
.icon-books:before {
  content: "\eaa1";
}
.icon-library:before {
  content: "\eaa2";
}
.icon-file-text:before {
  content: "\eaa3";
}
.icon-profile:before {
  content: "\eaa4";
}
.icon-file-empty:before {
  content: "\eaa5";
}
.icon-files-empty:before {
  content: "\eaa6";
}
.icon-file-text2:before {
  content: "\eaa7";
}
.icon-file-picture:before {
  content: "\eaa8";
}
.icon-file-music:before {
  content: "\eaa9";
}
.icon-file-play:before {
  content: "\eaaa";
}
.icon-file-video:before {
  content: "\eaab";
}
.icon-file-zip:before {
  content: "\eaac";
}
.icon-copy2:before {
  content: "\eaad";
}
.icon-paste:before {
  content: "\eaae";
}
.icon-stack:before {
  content: "\eaaf";
}
.icon-folder2:before {
  content: "\eab0";
}
.icon-folder-open:before {
  content: "\eab1";
}
.icon-folder-plus:before {
  content: "\eab2";
}
.icon-folder-minus:before {
  content: "\eab3";
}
.icon-folder-download:before {
  content: "\eab4";
}
.icon-folder-upload:before {
  content: "\eab5";
}
.icon-price-tag2:before {
  content: "\eab6";
}
.icon-price-tags:before {
  content: "\eab7";
}
.icon-barcode:before {
  content: "\eab8";
}
.icon-qrcode:before {
  content: "\eab9";
}
.icon-ticket2:before {
  content: "\eaba";
}
.icon-cart:before {
  content: "\eabb";
}
.icon-coin-dollar:before {
  content: "\eabc";
}
.icon-coin-euro:before {
  content: "\eabd";
}
.icon-coin-pound:before {
  content: "\eabe";
}
.icon-coin-yen:before {
  content: "\eabf";
}
.icon-credit-card2:before {
  content: "\eac0";
}
.icon-calculator2:before {
  content: "\eac1";
}
.icon-lifebuoy2:before {
  content: "\eac2";
}
.icon-phone2:before {
  content: "\eac3";
}
.icon-phone-hang-up:before {
  content: "\eac4";
}
.icon-address-book:before {
  content: "\eac5";
}
.icon-envelop:before {
  content: "\eac6";
}
.icon-pushpin:before {
  content: "\eac7";
}
.icon-location2:before {
  content: "\eac8";
}
.icon-location22:before {
  content: "\eac9";
}
.icon-compass2:before {
  content: "\eaca";
}
.icon-compass22:before {
  content: "\eacb";
}
.icon-map2:before {
  content: "\eacc";
}
.icon-map22:before {
  content: "\eacd";
}
.icon-history:before {
  content: "\eace";
}
.icon-clock2:before {
  content: "\eacf";
}
.icon-clock22:before {
  content: "\ead0";
}
.icon-alarm:before {
  content: "\ead1";
}
.icon-bell2:before {
  content: "\ead2";
}
.icon-stopwatch2:before {
  content: "\ead3";
}
.icon-calendar2:before {
  content: "\ead4";
}
.icon-printer:before {
  content: "\ead5";
}
.icon-keyboard2:before {
  content: "\ead6";
}
.icon-display:before {
  content: "\ead7";
}
.icon-laptop2:before {
  content: "\ead8";
}
.icon-mobile2:before {
  content: "\ead9";
}
.icon-mobile22:before {
  content: "\eada";
}
.icon-tablet2:before {
  content: "\eadb";
}
.icon-tv2:before {
  content: "\eadc";
}
.icon-drawer:before {
  content: "\eadd";
}
.icon-drawer2:before {
  content: "\eade";
}
.icon-box-add:before {
  content: "\eadf";
}
.icon-box-remove:before {
  content: "\eae0";
}
.icon-download2:before {
  content: "\eae1";
}
.icon-upload2:before {
  content: "\eae2";
}
.icon-floppy-disk:before {
  content: "\eae3";
}
.icon-drive2:before {
  content: "\eae4";
}
.icon-database2:before {
  content: "\eae5";
}
.icon-undo:before {
  content: "\eae6";
}
.icon-redo:before {
  content: "\eae7";
}
.icon-undo2:before {
  content: "\eae8";
}
.icon-redo2:before {
  content: "\eae9";
}
.icon-forward2:before {
  content: "\eaea";
}
.icon-reply2:before {
  content: "\eaeb";
}
.icon-bubble:before {
  content: "\eaec";
}
.icon-bubbles:before {
  content: "\eaed";
}
.icon-bubbles2:before {
  content: "\eaee";
}
.icon-bubble2:before {
  content: "\eaef";
}
.icon-bubbles3:before {
  content: "\eaf0";
}
.icon-bubbles4:before {
  content: "\eaf1";
}
.icon-user2:before {
  content: "\eaf2";
}
.icon-users2:before {
  content: "\eaf3";
}
.icon-user-plus:before {
  content: "\eaf4";
}
.icon-user-minus:before {
  content: "\eaf5";
}
.icon-user-check:before {
  content: "\eaf6";
}
.icon-user-tie:before {
  content: "\eaf7";
}
.icon-quotes-left:before {
  content: "\eaf8";
}
.icon-quotes-right:before {
  content: "\eaf9";
}
.icon-hour-glass2:before {
  content: "\eafa";
}
.icon-spinner:before {
  content: "\eafb";
}
.icon-spinner2:before {
  content: "\eafc";
}
.icon-spinner3:before {
  content: "\eafd";
}
.icon-spinner4:before {
  content: "\eafe";
}
.icon-spinner5:before {
  content: "\eaff";
}
.icon-spinner6:before {
  content: "\eb00";
}
.icon-spinner7:before {
  content: "\eb01";
}
.icon-spinner8:before {
  content: "\eb02";
}
.icon-spinner9:before {
  content: "\eb03";
}
.icon-spinner10:before {
  content: "\eb04";
}
.icon-spinner11:before {
  content: "\eb05";
}
.icon-binoculars:before {
  content: "\eb06";
}
.icon-search:before {
  content: "\eb07";
}
.icon-zoom-in:before {
  content: "\eb08";
}
.icon-zoom-out:before {
  content: "\eb09";
}
.icon-enlarge:before {
  content: "\eb0a";
}
.icon-shrink:before {
  content: "\eb0b";
}
.icon-enlarge2:before {
  content: "\eb0c";
}
.icon-shrink2:before {
  content: "\eb0d";
}
.icon-key2:before {
  content: "\eb0e";
}
.icon-key22:before {
  content: "\eb0f";
}
.icon-lock2:before {
  content: "\eb10";
}
.icon-unlocked:before {
  content: "\eb11";
}
.icon-wrench:before {
  content: "\eb12";
}
.icon-equalizer:before {
  content: "\eb13";
}
.icon-equalizer2:before {
  content: "\eb14";
}
.icon-cog2:before {
  content: "\eb15";
}
.icon-cogs:before {
  content: "\eb16";
}
.icon-hammer:before {
  content: "\eb17";
}
.icon-magic-wand:before {
  content: "\eb18";
}
.icon-aid-kit:before {
  content: "\eb19";
}
.icon-bug:before {
  content: "\eb1a";
}
.icon-pie-chart2:before {
  content: "\eb1b";
}
.icon-stats-dots:before {
  content: "\eb1c";
}
.icon-stats-bars:before {
  content: "\eb1d";
}
.icon-stats-bars2:before {
  content: "\eb1e";
}
.icon-trophy2:before {
  content: "\eb1f";
}
.icon-gift:before {
  content: "\eb20";
}
.icon-glass:before {
  content: "\eb21";
}
.icon-glass2:before {
  content: "\eb22";
}
.icon-mug:before {
  content: "\eb23";
}
.icon-spoon-knife:before {
  content: "\eb24";
}
.icon-leaf2:before {
  content: "\eb25";
}
.icon-rocket2:before {
  content: "\eb26";
}
.icon-meter:before {
  content: "\eb27";
}
.icon-meter2:before {
  content: "\eb28";
}
.icon-hammer2:before {
  content: "\eb29";
}
.icon-fire:before {
  content: "\eb2a";
}
.icon-lab:before {
  content: "\eb2b";
}
.icon-magnet2:before {
  content: "\eb2c";
}
.icon-bin:before {
  content: "\eb2d";
}
.icon-bin2:before {
  content: "\eb2e";
}
.icon-briefcase2:before {
  content: "\eb2f";
}
.icon-airplane:before {
  content: "\eb30";
}
.icon-truck:before {
  content: "\eb31";
}
.icon-road:before {
  content: "\eb32";
}
.icon-accessibility:before {
  content: "\eb33";
}
.icon-target:before {
  content: "\eb34";
}
.icon-shield2:before {
  content: "\eb35";
}
.icon-power:before {
  content: "\eb36";
}
.icon-switch2:before {
  content: "\eb37";
}
.icon-power-cord:before {
  content: "\eb38";
}
.icon-clipboard2:before {
  content: "\eb39";
}
.icon-list-numbered:before {
  content: "\eb3a";
}
.icon-list2:before {
  content: "\eb3b";
}
.icon-list22:before {
  content: "\eb3c";
}
.icon-tree2:before {
  content: "\eb3d";
}
.icon-menu2:before {
  content: "\eb3e";
}
.icon-menu22:before {
  content: "\eb3f";
}
.icon-menu3:before {
  content: "\eb40";
}
.icon-menu4:before {
  content: "\eb41";
}
.icon-cloud2:before {
  content: "\eb42";
}
.icon-cloud-download:before {
  content: "\eb43";
}
.icon-cloud-upload:before {
  content: "\eb44";
}
.icon-cloud-check:before {
  content: "\eb45";
}
.icon-download22:before {
  content: "\eb46";
}
.icon-upload22:before {
  content: "\eb47";
}
.icon-download3:before {
  content: "\eb48";
}
.icon-upload3:before {
  content: "\eb49";
}
.icon-sphere:before {
  content: "\eb4a";
}
.icon-earth:before {
  content: "\eb4b";
}
.icon-link2:before {
  content: "\eb4c";
}
.icon-flag2:before {
  content: "\eb4d";
}
.icon-attachment2:before {
  content: "\eb4e";
}
.icon-eye2:before {
  content: "\eb4f";
}
.icon-eye-plus:before {
  content: "\eb50";
}
.icon-eye-minus:before {
  content: "\eb51";
}
.icon-eye-blocked:before {
  content: "\eb52";
}
.icon-bookmark2:before {
  content: "\eb53";
}
.icon-bookmarks2:before {
  content: "\eb54";
}
.icon-sun:before {
  content: "\eb55";
}
.icon-contrast:before {
  content: "\eb56";
}
.icon-brightness-contrast:before {
  content: "\eb57";
}
.icon-star-empty:before {
  content: "\eb58";
}
.icon-star-half:before {
  content: "\eb59";
}
.icon-star-full:before {
  content: "\eb5a";
}
.icon-heart2:before {
  content: "\eb5b";
}
.icon-heart-broken:before {
  content: "\eb5c";
}
.icon-man2:before {
  content: "\eb5d";
}
.icon-woman:before {
  content: "\eb5e";
}
.icon-man-woman:before {
  content: "\eb5f";
}
.icon-happy:before {
  content: "\eb60";
}
.icon-happy2:before {
  content: "\eb61";
}
.icon-smile:before {
  content: "\eb62";
}
.icon-smile2:before {
  content: "\eb63";
}
.icon-tongue:before {
  content: "\eb64";
}
.icon-tongue2:before {
  content: "\eb65";
}
.icon-sad:before {
  content: "\eb66";
}
.icon-sad2:before {
  content: "\eb67";
}
.icon-wink:before {
  content: "\eb68";
}
.icon-wink2:before {
  content: "\eb69";
}
.icon-grin:before {
  content: "\eb6a";
}
.icon-grin2:before {
  content: "\eb6b";
}
.icon-cool:before {
  content: "\eb6c";
}
.icon-cool2:before {
  content: "\eb6d";
}
.icon-angry:before {
  content: "\eb6e";
}
.icon-angry2:before {
  content: "\eb6f";
}
.icon-evil:before {
  content: "\eb70";
}
.icon-evil2:before {
  content: "\eb71";
}
.icon-shocked:before {
  content: "\eb72";
}
.icon-shocked2:before {
  content: "\eb73";
}
.icon-baffled:before {
  content: "\eb74";
}
.icon-baffled2:before {
  content: "\eb75";
}
.icon-confused:before {
  content: "\eb76";
}
.icon-confused2:before {
  content: "\eb77";
}
.icon-neutral:before {
  content: "\eb78";
}
.icon-neutral2:before {
  content: "\eb79";
}
.icon-hipster:before {
  content: "\eb7a";
}
.icon-hipster2:before {
  content: "\eb7b";
}
.icon-wondering:before {
  content: "\eb7c";
}
.icon-wondering2:before {
  content: "\eb7d";
}
.icon-sleepy:before {
  content: "\eb7e";
}
.icon-sleepy2:before {
  content: "\eb7f";
}
.icon-frustrated:before {
  content: "\eb80";
}
.icon-frustrated2:before {
  content: "\eb81";
}
.icon-crying:before {
  content: "\eb82";
}
.icon-crying2:before {
  content: "\eb83";
}
.icon-point-up:before {
  content: "\eb84";
}
.icon-point-right:before {
  content: "\eb85";
}
.icon-point-down:before {
  content: "\eb86";
}
.icon-point-left:before {
  content: "\eb87";
}
.icon-warning2:before {
  content: "\eb88";
}
.icon-notification2:before {
  content: "\eb89";
}
.icon-question:before {
  content: "\eb8a";
}
.icon-plus2:before {
  content: "\eb8b";
}
.icon-minus2:before {
  content: "\eb8c";
}
.icon-info2:before {
  content: "\eb8d";
}
.icon-cancel-circle:before {
  content: "\eb8e";
}
.icon-blocked:before {
  content: "\eb8f";
}
.icon-cross2:before {
  content: "\eb90";
}
.icon-checkmark:before {
  content: "\eb91";
}
.icon-checkmark2:before {
  content: "\eb92";
}
.icon-spell-check:before {
  content: "\eb93";
}
.icon-enter:before {
  content: "\eb94";
}
.icon-exit:before {
  content: "\eb95";
}
.icon-play2:before {
  content: "\eb96";
}
.icon-pause:before {
  content: "\eb97";
}
.icon-stop:before {
  content: "\eb98";
}
.icon-previous:before {
  content: "\eb99";
}
.icon-next:before {
  content: "\eb9a";
}
.icon-backward:before {
  content: "\eb9b";
}
.icon-forward22:before {
  content: "\eb9c";
}
.icon-play3:before {
  content: "\eb9d";
}
.icon-pause2:before {
  content: "\eb9e";
}
.icon-stop2:before {
  content: "\eb9f";
}
.icon-backward2:before {
  content: "\eba0";
}
.icon-forward3:before {
  content: "\eba1";
}
.icon-first:before {
  content: "\eba2";
}
.icon-last:before {
  content: "\eba3";
}
.icon-previous2:before {
  content: "\eba4";
}
.icon-next2:before {
  content: "\eba5";
}
.icon-eject:before {
  content: "\eba6";
}
.icon-volume-high:before {
  content: "\eba7";
}
.icon-volume-medium:before {
  content: "\eba8";
}
.icon-volume-low:before {
  content: "\eba9";
}
.icon-volume-mute:before {
  content: "\ebaa";
}
.icon-volume-mute2:before {
  content: "\ebab";
}
.icon-volume-increase:before {
  content: "\ebac";
}
.icon-volume-decrease:before {
  content: "\ebad";
}
.icon-loop2:before {
  content: "\ebae";
}
.icon-loop22:before {
  content: "\ebaf";
}
.icon-infinite:before {
  content: "\ebb0";
}
.icon-shuffle2:before {
  content: "\ebb1";
}
.icon-arrow-up-left:before {
  content: "\ebb2";
}
.icon-arrow-up2:before {
  content: "\ebb3";
}
.icon-arrow-up-right:before {
  content: "\ebb4";
}
.icon-arrow-right2:before {
  content: "\ebb5";
}
.icon-arrow-down-right:before {
  content: "\ebb6";
}
.icon-arrow-down2:before {
  content: "\ebb7";
}
.icon-arrow-down-left:before {
  content: "\ebb8";
}
.icon-arrow-left2:before {
  content: "\ebb9";
}
.icon-arrow-up-left2:before {
  content: "\ebba";
}
.icon-arrow-up22:before {
  content: "\ebbb";
}
.icon-arrow-up-right2:before {
  content: "\ebbc";
}
.icon-arrow-right22:before {
  content: "\ebbd";
}
.icon-arrow-down-right2:before {
  content: "\ebbe";
}
.icon-arrow-down22:before {
  content: "\ebbf";
}
.icon-arrow-down-left2:before {
  content: "\ebc0";
}
.icon-arrow-left22:before {
  content: "\ebc1";
}
.icon-circle-up:before {
  content: "\ebc2";
}
.icon-circle-right:before {
  content: "\ebc3";
}
.icon-circle-down:before {
  content: "\ebc4";
}
.icon-circle-left:before {
  content: "\ebc5";
}
.icon-tab:before {
  content: "\ebc6";
}
.icon-move-up:before {
  content: "\ebc7";
}
.icon-move-down:before {
  content: "\ebc8";
}
.icon-sort-alpha-asc:before {
  content: "\ebc9";
}
.icon-sort-alpha-desc:before {
  content: "\ebca";
}
.icon-sort-numeric-asc:before {
  content: "\ebcb";
}
.icon-sort-numberic-desc:before {
  content: "\ebcc";
}
.icon-sort-amount-asc:before {
  content: "\ebcd";
}
.icon-sort-amount-desc:before {
  content: "\ebce";
}
.icon-command:before {
  content: "\ebcf";
}
.icon-shift:before {
  content: "\ebd0";
}
.icon-ctrl:before {
  content: "\ebd1";
}
.icon-opt:before {
  content: "\ebd2";
}
.icon-checkbox-checked:before {
  content: "\ebd3";
}
.icon-checkbox-unchecked:before {
  content: "\ebd4";
}
.icon-radio-checked:before {
  content: "\ebd5";
}
.icon-radio-checked2:before {
  content: "\ebd6";
}
.icon-radio-unchecked:before {
  content: "\ebd7";
}
.icon-crop:before {
  content: "\ebd8";
}
.icon-make-group:before {
  content: "\ebd9";
}
.icon-ungroup:before {
  content: "\ebda";
}
.icon-scissors2:before {
  content: "\ebdb";
}
.icon-filter:before {
  content: "\ebdc";
}
.icon-font:before {
  content: "\ebdd";
}
.icon-ligature:before {
  content: "\ebde";
}
.icon-ligature2:before {
  content: "\ebdf";
}
.icon-text-height:before {
  content: "\ebe0";
}
.icon-text-width:before {
  content: "\ebe1";
}
.icon-font-size:before {
  content: "\ebe2";
}
.icon-bold:before {
  content: "\ebe3";
}
.icon-underline:before {
  content: "\ebe4";
}
.icon-italic:before {
  content: "\ebe5";
}
.icon-strikethrough:before {
  content: "\ebe6";
}
.icon-omega:before {
  content: "\ebe7";
}
.icon-sigma:before {
  content: "\ebe8";
}
.icon-page-break:before {
  content: "\ebe9";
}
.icon-superscript:before {
  content: "\ebea";
}
.icon-subscript:before {
  content: "\ebeb";
}
.icon-superscript2:before {
  content: "\ebec";
}
.icon-subscript2:before {
  content: "\ebed";
}
.icon-text-color:before {
  content: "\ebee";
}
.icon-pagebreak:before {
  content: "\ebef";
}
.icon-clear-formatting:before {
  content: "\ebf0";
}
.icon-table:before {
  content: "\ebf1";
}
.icon-table2:before {
  content: "\ebf2";
}
.icon-insert-template:before {
  content: "\ebf3";
}
.icon-pilcrow:before {
  content: "\ebf4";
}
.icon-ltr:before {
  content: "\ebf5";
}
.icon-rtl:before {
  content: "\ebf6";
}
.icon-section:before {
  content: "\ebf7";
}
.icon-paragraph-left:before {
  content: "\ebf8";
}
.icon-paragraph-center:before {
  content: "\ebf9";
}
.icon-paragraph-right:before {
  content: "\ebfa";
}
.icon-paragraph-justify:before {
  content: "\ebfb";
}
.icon-indent-increase:before {
  content: "\ebfc";
}
.icon-indent-decrease:before {
  content: "\ebfd";
}
.icon-share2:before {
  content: "\ebfe";
}
.icon-new-tab:before {
  content: "\ebff";
}
.icon-embed:before {
  content: "\ec00";
}
.icon-embed2:before {
  content: "\ec01";
}
.icon-terminal:before {
  content: "\ec02";
}
.icon-share22:before {
  content: "\ec03";
}
.icon-mail2:before {
  content: "\ec04";
}
.icon-mail22:before {
  content: "\ec05";
}
.icon-mail3:before {
  content: "\ec06";
}
.icon-mail4:before {
  content: "\ec07";
}
.icon-amazon:before {
  content: "\ec08";
}
.icon-google2:before {
  content: "\ec09";
}
.icon-google22:before {
  content: "\ec0a";
}
.icon-google3:before {
  content: "\ec0b";
}
.icon-google-plus:before {
  content: "\ec0c";
}
.icon-google-plus2:before {
  content: "\ec0d";
}
.icon-google-plus3:before {
  content: "\ec0e";
}
.icon-hangouts:before {
  content: "\ec0f";
}
.icon-google-drive2:before {
  content: "\ec10";
}
.icon-facebook2:before {
  content: "\ec11";
}
.icon-facebook22:before {
  content: "\ec12";
}
.icon-instagram2:before {
  content: "\ec13";
}
.icon-whatsapp:before {
  content: "\ec14";
}
.icon-spotify2:before {
  content: "\ec15";
}
.icon-telegram:before {
  content: "\ec16";
}
.icon-twitter2:before {
  content: "\ec17";
}
.icon-vine2:before {
  content: "\ec18";
}
.icon-vk2:before {
  content: "\ec19";
}
.icon-renren2:before {
  content: "\ec1a";
}
.icon-sina-weibo2:before {
  content: "\ec1b";
}
.icon-rss2:before {
  content: "\ec1c";
}
.icon-rss22:before {
  content: "\ec1d";
}
.icon-youtube2:before {
  content: "\ec1e";
}
.icon-youtube22:before {
  content: "\ec1f";
}
.icon-twitch:before {
  content: "\ec20";
}
.icon-vimeo2:before {
  content: "\ec21";
}
.icon-vimeo22:before {
  content: "\ec22";
}
.icon-lanyrd:before {
  content: "\ec23";
}
.icon-flickr2:before {
  content: "\ec24";
}
.icon-flickr22:before {
  content: "\ec25";
}
.icon-flickr3:before {
  content: "\ec26";
}
.icon-flickr4:before {
  content: "\ec27";
}
.icon-dribbble2:before {
  content: "\ec28";
}
.icon-behance2:before {
  content: "\ec29";
}
.icon-behance22:before {
  content: "\ec2a";
}
.icon-deviantart:before {
  content: "\ec2b";
}
.icon-500px:before {
  content: "\ec2c";
}
.icon-steam:before {
  content: "\ec2d";
}
.icon-steam2:before {
  content: "\ec2e";
}
.icon-dropbox2:before {
  content: "\ec2f";
}
.icon-onedrive2:before {
  content: "\ec30";
}
.icon-github2:before {
  content: "\ec31";
}
.icon-npm:before {
  content: "\ec32";
}
.icon-basecamp2:before {
  content: "\ec33";
}
.icon-trello:before {
  content: "\ec34";
}
.icon-wordpress:before {
  content: "\ec35";
}
.icon-joomla:before {
  content: "\ec36";
}
.icon-ello:before {
  content: "\ec37";
}
.icon-blogger:before {
  content: "\ec38";
}
.icon-blogger2:before {
  content: "\ec39";
}
.icon-tumblr2:before {
  content: "\ec3a";
}
.icon-tumblr22:before {
  content: "\ec3b";
}
.icon-yahoo:before {
  content: "\ec3c";
}
.icon-yahoo2:before {
  content: "\ec3d";
}
.icon-tux:before {
  content: "\ec3e";
}
.icon-appleinc:before {
  content: "\ec3f";
}
.icon-finder:before {
  content: "\ec40";
}
.icon-android:before {
  content: "\ec41";
}
.icon-windows:before {
  content: "\ec42";
}
.icon-windows8:before {
  content: "\ec43";
}
.icon-soundcloud2:before {
  content: "\ec44";
}
.icon-soundcloud22:before {
  content: "\ec45";
}
.icon-skype2:before {
  content: "\ec46";
}
.icon-reddit:before {
  content: "\ec47";
}
.icon-hackernews:before {
  content: "\ec48";
}
.icon-wikipedia:before {
  content: "\ec49";
}
.icon-linkedin2:before {
  content: "\ec4a";
}
.icon-linkedin22:before {
  content: "\ec4b";
}
.icon-lastfm2:before {
  content: "\ec4c";
}
.icon-lastfm22:before {
  content: "\ec4d";
}
.icon-delicious:before {
  content: "\ec4e";
}
.icon-stumbleupon2:before {
  content: "\ec4f";
}
.icon-stumbleupon22:before {
  content: "\ec50";
}
.icon-stackoverflow:before {
  content: "\ec51";
}
.icon-pinterest2:before {
  content: "\ec52";
}
.icon-pinterest22:before {
  content: "\ec53";
}
.icon-xing2:before {
  content: "\ec54";
}
.icon-xing22:before {
  content: "\ec55";
}
.icon-flattr2:before {
  content: "\ec56";
}
.icon-foursquare2:before {
  content: "\ec57";
}
.icon-yelp2:before {
  content: "\ec58";
}
.icon-paypal2:before {
  content: "\ec59";
}
.icon-chrome:before {
  content: "\ec5a";
}
.icon-firefox:before {
  content: "\ec5b";
}
.icon-IE:before {
  content: "\ec5c";
}
.icon-edge:before {
  content: "\ec5d";
}
.icon-safari:before {
  content: "\ec5e";
}
.icon-opera:before {
  content: "\ec5f";
}
.icon-file-pdf:before {
  content: "\ec60";
}
.icon-file-openoffice:before {
  content: "\ec61";
}
.icon-file-word:before {
  content: "\ec62";
}
.icon-file-excel:before {
  content: "\ec63";
}
.icon-libreoffice:before {
  content: "\ec64";
}
.icon-html-five:before {
  content: "\ec65";
}
.icon-html-five2:before {
  content: "\ec66";
}
.icon-css3:before {
  content: "\ec67";
}
.icon-git:before {
  content: "\ec68";
}
.icon-codepen:before {
  content: "\ec69";
}
.icon-svg:before {
  content: "\ec6a";
}
.icon-IcoMoon:before {
  content: "\ec6b";
}

/*
 * 2017
 */

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.mblineup {
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 3em;
}

@media screen and (max-width: 568px) {
    .mblineup img {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
        max-width: 300px;
    }
}

@media screen and (max-width: 360px) {
    .mblineup img {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        max-width: 200px;
    }
}

.title {
    background-color: #48556a;
    padding: 20px 0 20px 4%;
    letter-spacing: 0.08em;
    color: #f8f9f9;
}


.title {
    background-color: #48556a;
    padding: 20px 0 20px 4%;
    letter-spacing: 0.08em;
    color: #f8f9f9;
}

.title a {
    color: #f8f9f9;
}

.title a:hover {
    color: #f8f9f9;
    opacity: 0.7;
    text-decoration: none;
}

.top-text-inter {
    padding: 1em 0 1em;
}

.top-text-inter p {
    color: #626a70;
    font-size: 14px;
    word-spacing: 2px;
    line-height: 2em;
}

.shoptitle {
    color: #5b6469;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
}

.top-text-inter .blue {
    color: #4682b4;
}

.area {
    padding: 2% 2%;
    margin: 0 auto;
}

.area_g_info {
    padding: 5% 5%;
    margin: 0 auto;
}

.panel {
    margin-bottom: 20px !important;
    background-color: none !important;
    border: 1px solid transparent !important;

    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
}

.panel-default {
    border-color: #353e54 !important;
}

.panel-default > .panel-heading {
    color: #f8f9f9 !important;
    font-weight: 400 !important;
    background-color: #353e54 !important;
    border-color: #353e54 !important;
}

.panel-heading {
    padding: 15px 15px !important;
    border-bottom: 1px solid transparent !important;
    border-bottom-color: transparent !important;
}

.panel-second {
    text-align: center;
    padding: 15px 15px !important;
    border-bottom: 1px solid transparent !important;
    color: #fff !important;
    background-color: rgba(53, 62, 84, 0.8) !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: middle !important;
    border-top: 1px solid #ddd !important;
}

.mini {
    font-size: 80%;
}

.g_info {
    font-size: 100%;
    line-height: 1.7em;
    color: #353e54;
    letter-spacing: 0.05em;
}

.txt {
    color: #f5f5f5;
    font-size: 10px;
}

.footerlogo {
    padding-top: 3em;
    background-color: #ffffff;
}

.footer {
    background-color: #353e54;
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 2em 0;
}



/*
 * TICKET
 */

@media screen and (max-width: 480px) {
    .ticketimg {
        max-width: 50px;
    }
}

/*
 * SHOP
 */

.shopinfo {
    font-size: 12px;
    color: #7bc74d !important;
}

.probootstrap-block-image .text p.darkinfo {
    color: #292929;
    font-size: 12px;
    line-height: 2;
}

/*
 * HOME
 */


.abouthome {
    font-size: 2.2em;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.08em;
    color: #353e54;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: -15px;

}

@media screen and (max-width: 768px) {
    .abouthome {
    font-size: 1.2em;
    }

}


/*
 * KIDS
 */

.aboutq {
    font-size: 23px;
    color: #353e54;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: -15px;
    background: linear-gradient(transparent 30%, #FAE438 80%);

}

.row-center.va-middle > [class*='col-'] {
vertical-align:middle !important;
}
.row-center.va-bottom > [class*='col-'] {
vertical-align:bottom !important;
}

/*
 * 追加
 */

a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: “alpha( opacity=80)”;
}

.lineuppd {
    padding: 0.5em;
    display: block;
    position: relative;
}

.lineupbig {
    font-family: 'Josefin Sans', sans-serif, sans-serif;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    padding-top: 600px;
}

.lineupbigjp {
    font-family: "Mplus 1p";
    font-weight: 800 !important;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    padding-top: 600px;
}


.probootstrap-intro .lineupbig {
    padding-top: 600px;

}

@media screen and (max-width: 768px) {
    .probootstrap-intro .lineupbig {
        height: inherit !important;
        padding-top: 60vh;
        padding-left: 15px;
        padding-right: 15px;
    }
    .probootstrap-intro .lineupbigjp {
        height: inherit !important;
        padding-top: 60vh;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.mb20 {
    padding-bottom: 10px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 768px) {
    .footsm {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .footlg {
        display: none;
    }
}


.home {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.home-intro {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .home {
        background-size: 50% 50% !important;
    }
}

.homeimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.h3pd {
    font-family: "Rubik", sans-serif;
    margin: 1.414em 0 0.5em;
    font-weight: inherit;
    line-height: 1.2;
}

.abouttitle {
    color: #313131;
    margin: 1em 0 1em;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-size: 1.62em;
}

.abouttxt {
    color: #313131;
    padding-top: 2em;
    margin: 3.5em 0 0 1em;
    line-height: 2;
    letter-spacing: 0.2em;
    font-size: 0.87em;
}

@media screen and (min-width: 768px) {
    .abouttxt {
         margin: 2em 0 0 1em;
    }
}


.center {
    text-align: center;
}

.centerm {
    float: center;
    margin: 0 auto;
}

.lineuptop {
    height: 800px;
}

.youtube iframe {
    width: 100%;
}

a.snslink {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #313131;
    text-decoration: none;
}

a.snslink::after {
    content: "";
    display: block;
    width: 0;
    transition: width 0.3s;
    border-bottom: 1px solid #313131;
    text-decoration: none;
}

a.snslink:hover::after {
    width: 100%;
}

.proftitle {
    display: inline-block;
    border-bottom: 1px solid rgba(49, 49, 49, 0.3);
    font-size: 110%;
    color: #313131;
    line-height: 1.8;
    margin-bottom: 20px;
}


.photo_txt {
    height: 400px;
    padding-top: 200px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.2em;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
}


@media screen and (max-width: 568px) {
  .photo_txt {
    font-size: 80%;
    }

}
/*
 * Animation module with all animation code
 */

.aboutre {
    font-size: 5.3em;
    margin: 0 0 1em;
    line-height: 8rem;
    font-family: 'Paytone One', sans-serif;
    font-weight: 900;
    text-align: center;

}

.anim-text-flow,
.anim-text-flow-hover:hover {
    /*
   * Animation variables
   */
    /*
   * Elements settings
   */
    /*
   * Keyframe loop
   */
    /*
   * Element animation delay loop
   */
}

.anim-text-flow span,
.anim-text-flow-hover:hover span {
    -webkit-animation-name: anim-text-flow-keys;
    animation-name: anim-text-flow-keys;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes anim-text-flow-keys {
    0% {
        color: #95d65c;
    }
    5% {
        color: #6ed65c;
    }
    10% {
        color: #6e5cd6;
    }
    15% {
        color: #d6b65c;
    }
    20% {
        color: #8fd65c;
    }
    25% {
        color: #d65c9d;
    }
    30% {
        color: #d65c5c;
    }
    35% {
        color: #7a5cd6;
    }
    40% {
        color: #ccd65c;
    }
    45% {
        color: #5cd691;
    }
    50% {
        color: #93d65c;
    }
    55% {
        color: #d65cab;
    }
    60% {
        color: #5c7cd6;
    }
    65% {
        color: #d65c74;
    }
    70% {
        color: #5c5cd6;
    }
    75% {
        color: #abd65c;
    }
    80% {
        color: #b85cd6;
    }
    85% {
        color: #d65cba;
    }
    90% {
        color: #6ed65c;
    }
    95% {
        color: #d65c74;
    }
    100% {
        color: #9f5cd6;
    }
}

@keyframes anim-text-flow-keys {
    0% {
        color: #95d65c;
    }
    5% {
        color: #6ed65c;
    }
    10% {
        color: #6e5cd6;
    }
    15% {
        color: #d6b65c;
    }
    20% {
        color: #8fd65c;
    }
    25% {
        color: #d65c9d;
    }
    30% {
        color: #d65c5c;
    }
    35% {
        color: #7a5cd6;
    }
    40% {
        color: #ccd65c;
    }
    45% {
        color: #5cd691;
    }
    50% {
        color: #93d65c;
    }
    55% {
        color: #d65cab;
    }
    60% {
        color: #5c7cd6;
    }
    65% {
        color: #d65c74;
    }
    70% {
        color: #5c5cd6;
    }
    75% {
        color: #abd65c;
    }
    80% {
        color: #b85cd6;
    }
    85% {
        color: #d65cba;
    }
    90% {
        color: #6ed65c;
    }
    95% {
        color: #d65c74;
    }
    100% {
        color: #9f5cd6;
    }
}

.anim-text-flow span:nth-of-type(1),
.anim-text-flow-hover:hover span:nth-of-type(1) {
    -webkit-animation-delay: -19.8s;
    animation-delay: -19.8s;
}

.anim-text-flow span:nth-of-type(2),
.anim-text-flow-hover:hover span:nth-of-type(2) {
    -webkit-animation-delay: -19.6s;
    animation-delay: -19.6s;
}

.anim-text-flow span:nth-of-type(3),
.anim-text-flow-hover:hover span:nth-of-type(3) {
    -webkit-animation-delay: -19.4s;
    animation-delay: -19.4s;
}

.anim-text-flow span:nth-of-type(4),
.anim-text-flow-hover:hover span:nth-of-type(4) {
    -webkit-animation-delay: -19.2s;
    animation-delay: -19.2s;
}

.anim-text-flow span:nth-of-type(5),
.anim-text-flow-hover:hover span:nth-of-type(5) {
    -webkit-animation-delay: -19s;
    animation-delay: -19s;
}

.anim-text-flow span:nth-of-type(6),
.anim-text-flow-hover:hover span:nth-of-type(6) {
    -webkit-animation-delay: -18.8s;
    animation-delay: -18.8s;
}

.anim-text-flow span:nth-of-type(7),
.anim-text-flow-hover:hover span:nth-of-type(7) {
    -webkit-animation-delay: -18.6s;
    animation-delay: -18.6s;
}

.anim-text-flow span:nth-of-type(8),
.anim-text-flow-hover:hover span:nth-of-type(8) {
    -webkit-animation-delay: -18.4s;
    animation-delay: -18.4s;
}

.anim-text-flow span:nth-of-type(9),
.anim-text-flow-hover:hover span:nth-of-type(9) {
    -webkit-animation-delay: -18.2s;
    animation-delay: -18.2s;
}

.anim-text-flow span:nth-of-type(10),
.anim-text-flow-hover:hover span:nth-of-type(10) {
    -webkit-animation-delay: -18s;
    animation-delay: -18s;
}

.anim-text-flow span:nth-of-type(11),
.anim-text-flow-hover:hover span:nth-of-type(11) {
    -webkit-animation-delay: -17.8s;
    animation-delay: -17.8s;
}

.anim-text-flow span:nth-of-type(12),
.anim-text-flow-hover:hover span:nth-of-type(12) {
    -webkit-animation-delay: -17.6s;
    animation-delay: -17.6s;
}

.anim-text-flow span:nth-of-type(13),
.anim-text-flow-hover:hover span:nth-of-type(13) {
    -webkit-animation-delay: -17.4s;
    animation-delay: -17.4s;
}

.anim-text-flow span:nth-of-type(14),
.anim-text-flow-hover:hover span:nth-of-type(14) {
    -webkit-animation-delay: -17.2s;
    animation-delay: -17.2s;
}

.anim-text-flow span:nth-of-type(15),
.anim-text-flow-hover:hover span:nth-of-type(15) {
    -webkit-animation-delay: -17s;
    animation-delay: -17s;
}

.anim-text-flow span:nth-of-type(16),
.anim-text-flow-hover:hover span:nth-of-type(16) {
    -webkit-animation-delay: -16.8s;
    animation-delay: -16.8s;
}

.anim-text-flow span:nth-of-type(17),
.anim-text-flow-hover:hover span:nth-of-type(17) {
    -webkit-animation-delay: -16.6s;
    animation-delay: -16.6s;
}

.anim-text-flow span:nth-of-type(18),
.anim-text-flow-hover:hover span:nth-of-type(18) {
    -webkit-animation-delay: -16.4s;
    animation-delay: -16.4s;
}

.anim-text-flow span:nth-of-type(19),
.anim-text-flow-hover:hover span:nth-of-type(19) {
    -webkit-animation-delay: -16.2s;
    animation-delay: -16.2s;
}

.anim-text-flow span:nth-of-type(20),
.anim-text-flow-hover:hover span:nth-of-type(20) {
    -webkit-animation-delay: -16s;
    animation-delay: -16s;
}

.anim-text-flow span:nth-of-type(21),
.anim-text-flow-hover:hover span:nth-of-type(21) {
    -webkit-animation-delay: -15.8s;
    animation-delay: -15.8s;
}

.anim-text-flow span:nth-of-type(22),
.anim-text-flow-hover:hover span:nth-of-type(22) {
    -webkit-animation-delay: -15.6s;
    animation-delay: -15.6s;
}

.anim-text-flow span:nth-of-type(23),
.anim-text-flow-hover:hover span:nth-of-type(23) {
    -webkit-animation-delay: -15.4s;
    animation-delay: -15.4s;
}

.anim-text-flow span:nth-of-type(24),
.anim-text-flow-hover:hover span:nth-of-type(24) {
    -webkit-animation-delay: -15.2s;
    animation-delay: -15.2s;
}

.anim-text-flow span:nth-of-type(25),
.anim-text-flow-hover:hover span:nth-of-type(25) {
    -webkit-animation-delay: -15s;
    animation-delay: -15s;
}

.anim-text-flow span:nth-of-type(26),
.anim-text-flow-hover:hover span:nth-of-type(26) {
    -webkit-animation-delay: -14.8s;
    animation-delay: -14.8s;
}

.anim-text-flow span:nth-of-type(27),
.anim-text-flow-hover:hover span:nth-of-type(27) {
    -webkit-animation-delay: -14.6s;
    animation-delay: -14.6s;
}

.anim-text-flow span:nth-of-type(28),
.anim-text-flow-hover:hover span:nth-of-type(28) {
    -webkit-animation-delay: -14.4s;
    animation-delay: -14.4s;
}

.anim-text-flow span:nth-of-type(29),
.anim-text-flow-hover:hover span:nth-of-type(29) {
    -webkit-animation-delay: -14.2s;
    animation-delay: -14.2s;
}

.anim-text-flow span:nth-of-type(30),
.anim-text-flow-hover:hover span:nth-of-type(30) {
    -webkit-animation-delay: -14s;
    animation-delay: -14s;
}

.anim-text-flow span:nth-of-type(31),
.anim-text-flow-hover:hover span:nth-of-type(31) {
    -webkit-animation-delay: -13.8s;
    animation-delay: -13.8s;
}

.anim-text-flow span:nth-of-type(32),
.anim-text-flow-hover:hover span:nth-of-type(32) {
    -webkit-animation-delay: -13.6s;
    animation-delay: -13.6s;
}

.anim-text-flow span:nth-of-type(33),
.anim-text-flow-hover:hover span:nth-of-type(33) {
    -webkit-animation-delay: -13.4s;
    animation-delay: -13.4s;
}

.anim-text-flow span:nth-of-type(34),
.anim-text-flow-hover:hover span:nth-of-type(34) {
    -webkit-animation-delay: -13.2s;
    animation-delay: -13.2s;
}

.anim-text-flow span:nth-of-type(35),
.anim-text-flow-hover:hover span:nth-of-type(35) {
    -webkit-animation-delay: -13s;
    animation-delay: -13s;
}

.anim-text-flow span:nth-of-type(36),
.anim-text-flow-hover:hover span:nth-of-type(36) {
    -webkit-animation-delay: -12.8s;
    animation-delay: -12.8s;
}

.anim-text-flow span:nth-of-type(37),
.anim-text-flow-hover:hover span:nth-of-type(37) {
    -webkit-animation-delay: -12.6s;
    animation-delay: -12.6s;
}

.anim-text-flow span:nth-of-type(38),
.anim-text-flow-hover:hover span:nth-of-type(38) {
    -webkit-animation-delay: -12.4s;
    animation-delay: -12.4s;
}

.anim-text-flow span:nth-of-type(39),
.anim-text-flow-hover:hover span:nth-of-type(39) {
    -webkit-animation-delay: -12.2s;
    animation-delay: -12.2s;
}

.anim-text-flow span:nth-of-type(40),
.anim-text-flow-hover:hover span:nth-of-type(40) {
    -webkit-animation-delay: -12s;
    animation-delay: -12s;
}

.anim-text-flow span:nth-of-type(41),
.anim-text-flow-hover:hover span:nth-of-type(41) {
    -webkit-animation-delay: -11.8s;
    animation-delay: -11.8s;
}

.anim-text-flow span:nth-of-type(42),
.anim-text-flow-hover:hover span:nth-of-type(42) {
    -webkit-animation-delay: -11.6s;
    animation-delay: -11.6s;
}

.anim-text-flow span:nth-of-type(43),
.anim-text-flow-hover:hover span:nth-of-type(43) {
    -webkit-animation-delay: -11.4s;
    animation-delay: -11.4s;
}

.anim-text-flow span:nth-of-type(44),
.anim-text-flow-hover:hover span:nth-of-type(44) {
    -webkit-animation-delay: -11.2s;
    animation-delay: -11.2s;
}

.anim-text-flow span:nth-of-type(45),
.anim-text-flow-hover:hover span:nth-of-type(45) {
    -webkit-animation-delay: -11s;
    animation-delay: -11s;
}

.anim-text-flow span:nth-of-type(46),
.anim-text-flow-hover:hover span:nth-of-type(46) {
    -webkit-animation-delay: -10.8s;
    animation-delay: -10.8s;
}

.anim-text-flow span:nth-of-type(47),
.anim-text-flow-hover:hover span:nth-of-type(47) {
    -webkit-animation-delay: -10.6s;
    animation-delay: -10.6s;
}

.anim-text-flow span:nth-of-type(48),
.anim-text-flow-hover:hover span:nth-of-type(48) {
    -webkit-animation-delay: -10.4s;
    animation-delay: -10.4s;
}

.anim-text-flow span:nth-of-type(49),
.anim-text-flow-hover:hover span:nth-of-type(49) {
    -webkit-animation-delay: -10.2s;
    animation-delay: -10.2s;
}

.anim-text-flow span:nth-of-type(50),
.anim-text-flow-hover:hover span:nth-of-type(50) {
    -webkit-animation-delay: -10s;
    animation-delay: -10s;
}

.anim-text-flow span:nth-of-type(51),
.anim-text-flow-hover:hover span:nth-of-type(51) {
    -webkit-animation-delay: -9.8s;
    animation-delay: -9.8s;
}

.anim-text-flow span:nth-of-type(52),
.anim-text-flow-hover:hover span:nth-of-type(52) {
    -webkit-animation-delay: -9.6s;
    animation-delay: -9.6s;
}

.anim-text-flow span:nth-of-type(53),
.anim-text-flow-hover:hover span:nth-of-type(53) {
    -webkit-animation-delay: -9.4s;
    animation-delay: -9.4s;
}

.anim-text-flow span:nth-of-type(54),
.anim-text-flow-hover:hover span:nth-of-type(54) {
    -webkit-animation-delay: -9.2s;
    animation-delay: -9.2s;
}

.anim-text-flow span:nth-of-type(55),
.anim-text-flow-hover:hover span:nth-of-type(55) {
    -webkit-animation-delay: -9s;
    animation-delay: -9s;
}

.anim-text-flow span:nth-of-type(56),
.anim-text-flow-hover:hover span:nth-of-type(56) {
    -webkit-animation-delay: -8.8s;
    animation-delay: -8.8s;
}

.anim-text-flow span:nth-of-type(57),
.anim-text-flow-hover:hover span:nth-of-type(57) {
    -webkit-animation-delay: -8.6s;
    animation-delay: -8.6s;
}

.anim-text-flow span:nth-of-type(58),
.anim-text-flow-hover:hover span:nth-of-type(58) {
    -webkit-animation-delay: -8.4s;
    animation-delay: -8.4s;
}

.anim-text-flow span:nth-of-type(59),
.anim-text-flow-hover:hover span:nth-of-type(59) {
    -webkit-animation-delay: -8.2s;
    animation-delay: -8.2s;
}

.anim-text-flow span:nth-of-type(60),
.anim-text-flow-hover:hover span:nth-of-type(60) {
    -webkit-animation-delay: -8s;
    animation-delay: -8s;
}

.anim-text-flow span:nth-of-type(61),
.anim-text-flow-hover:hover span:nth-of-type(61) {
    -webkit-animation-delay: -7.8s;
    animation-delay: -7.8s;
}

.anim-text-flow span:nth-of-type(62),
.anim-text-flow-hover:hover span:nth-of-type(62) {
    -webkit-animation-delay: -7.6s;
    animation-delay: -7.6s;
}

.anim-text-flow span:nth-of-type(63),
.anim-text-flow-hover:hover span:nth-of-type(63) {
    -webkit-animation-delay: -7.4s;
    animation-delay: -7.4s;
}

.anim-text-flow span:nth-of-type(64),
.anim-text-flow-hover:hover span:nth-of-type(64) {
    -webkit-animation-delay: -7.2s;
    animation-delay: -7.2s;
}

.anim-text-flow span:nth-of-type(65),
.anim-text-flow-hover:hover span:nth-of-type(65) {
    -webkit-animation-delay: -7s;
    animation-delay: -7s;
}

.anim-text-flow span:nth-of-type(66),
.anim-text-flow-hover:hover span:nth-of-type(66) {
    -webkit-animation-delay: -6.8s;
    animation-delay: -6.8s;
}

.anim-text-flow span:nth-of-type(67),
.anim-text-flow-hover:hover span:nth-of-type(67) {
    -webkit-animation-delay: -6.6s;
    animation-delay: -6.6s;
}

.anim-text-flow span:nth-of-type(68),
.anim-text-flow-hover:hover span:nth-of-type(68) {
    -webkit-animation-delay: -6.4s;
    animation-delay: -6.4s;
}

.anim-text-flow span:nth-of-type(69),
.anim-text-flow-hover:hover span:nth-of-type(69) {
    -webkit-animation-delay: -6.2s;
    animation-delay: -6.2s;
}

.anim-text-flow span:nth-of-type(70),
.anim-text-flow-hover:hover span:nth-of-type(70) {
    -webkit-animation-delay: -6s;
    animation-delay: -6s;
}

.anim-text-flow span:nth-of-type(71),
.anim-text-flow-hover:hover span:nth-of-type(71) {
    -webkit-animation-delay: -5.8s;
    animation-delay: -5.8s;
}

.anim-text-flow span:nth-of-type(72),
.anim-text-flow-hover:hover span:nth-of-type(72) {
    -webkit-animation-delay: -5.6s;
    animation-delay: -5.6s;
}

.anim-text-flow span:nth-of-type(73),
.anim-text-flow-hover:hover span:nth-of-type(73) {
    -webkit-animation-delay: -5.4s;
    animation-delay: -5.4s;
}

.anim-text-flow span:nth-of-type(74),
.anim-text-flow-hover:hover span:nth-of-type(74) {
    -webkit-animation-delay: -5.2s;
    animation-delay: -5.2s;
}

.anim-text-flow span:nth-of-type(75),
.anim-text-flow-hover:hover span:nth-of-type(75) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
}

.anim-text-flow span:nth-of-type(76),
.anim-text-flow-hover:hover span:nth-of-type(76) {
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s;
}

.anim-text-flow span:nth-of-type(77),
.anim-text-flow-hover:hover span:nth-of-type(77) {
    -webkit-animation-delay: -4.6s;
    animation-delay: -4.6s;
}

.anim-text-flow span:nth-of-type(78),
.anim-text-flow-hover:hover span:nth-of-type(78) {
    -webkit-animation-delay: -4.4s;
    animation-delay: -4.4s;
}

.anim-text-flow span:nth-of-type(79),
.anim-text-flow-hover:hover span:nth-of-type(79) {
    -webkit-animation-delay: -4.2s;
    animation-delay: -4.2s;
}

.anim-text-flow span:nth-of-type(80),
.anim-text-flow-hover:hover span:nth-of-type(80) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

.anim-text-flow span:nth-of-type(81),
.anim-text-flow-hover:hover span:nth-of-type(81) {
    -webkit-animation-delay: -3.8s;
    animation-delay: -3.8s;
}

.anim-text-flow span:nth-of-type(82),
.anim-text-flow-hover:hover span:nth-of-type(82) {
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.anim-text-flow span:nth-of-type(83),
.anim-text-flow-hover:hover span:nth-of-type(83) {
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
}

.anim-text-flow span:nth-of-type(84),
.anim-text-flow-hover:hover span:nth-of-type(84) {
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
}

.anim-text-flow span:nth-of-type(85),
.anim-text-flow-hover:hover span:nth-of-type(85) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

.anim-text-flow span:nth-of-type(86),
.anim-text-flow-hover:hover span:nth-of-type(86) {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
}

.anim-text-flow span:nth-of-type(87),
.anim-text-flow-hover:hover span:nth-of-type(87) {
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
}

.anim-text-flow span:nth-of-type(88),
.anim-text-flow-hover:hover span:nth-of-type(88) {
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.anim-text-flow span:nth-of-type(89),
.anim-text-flow-hover:hover span:nth-of-type(89) {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
}

.anim-text-flow span:nth-of-type(90),
.anim-text-flow-hover:hover span:nth-of-type(90) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.anim-text-flow span:nth-of-type(91),
.anim-text-flow-hover:hover span:nth-of-type(91) {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
}

.anim-text-flow span:nth-of-type(92),
.anim-text-flow-hover:hover span:nth-of-type(92) {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}

.anim-text-flow span:nth-of-type(93),
.anim-text-flow-hover:hover span:nth-of-type(93) {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}

.anim-text-flow span:nth-of-type(94),
.anim-text-flow-hover:hover span:nth-of-type(94) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.anim-text-flow span:nth-of-type(95),
.anim-text-flow-hover:hover span:nth-of-type(95) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.anim-text-flow span:nth-of-type(96),
.anim-text-flow-hover:hover span:nth-of-type(96) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.anim-text-flow span:nth-of-type(97),
.anim-text-flow-hover:hover span:nth-of-type(97) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.anim-text-flow span:nth-of-type(98),
.anim-text-flow-hover:hover span:nth-of-type(98) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.anim-text-flow span:nth-of-type(99),
.anim-text-flow-hover:hover span:nth-of-type(99) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.anim-text-flow span:nth-of-type(100),
.anim-text-flow-hover:hover span:nth-of-type(100) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
