.tx-share-container i {
    opacity: 0;
    font-size: 28px;
    color: #1F1E1E;
    will-change: transform;
    -webkit-transform: scale(.1);
            transform: scale(.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.tx-btn-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 240px;
    margin-top: 15px;
    height: 40px;
    background-color: #EEEEED;
    border-radius: 80px;
    padding: 0 18px;
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.tx-btn-wrap:hover {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
            transform: scale(1.1)
}

.tx-span {
    position: absolute;
    z-index: 99;
    width: 240px;
    height: 72px;
    border-radius: 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 2px;
    color: #EEEEED;
    background-color: #1F1E1E;
    padding: 0 18px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.tx-share-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 50px;
    border-radius: 80px;
}

.tx-share-container i:nth-of-type(1) {
            -webkit-transition-delay: 1.1s;
                    transition-delay: 1.1s;
}

.tx-share-container i:nth-of-type(2) {
            -webkit-transition-delay: .9s;
                    transition-delay: .9s;
}

.tx-share-container i:nth-of-type(3) {
            -webkit-transition-delay: .7s;
                    transition-delay: .7s;
}

.tx-share-container i:nth-of-type(4) {
            -webkit-transition-delay: .4s;
                    transition-delay: .4s;
}

.tx-btn-wrap:hover span {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px)
}

.tx-btn-wrap:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}

.tx-share-container .fa-facebook-square:hover {
    color: #4E4990;
    -webkit-transition-delay: 0s;
                    transition-delay: 0s;
}

.tx-share-container .fa-pinterest-p:hover {
    color: #DC0000;
    -webkit-transition-delay: 0s;
                    transition-delay: 0s;
}

.tx-share-container .fa-twitter:hover {
    color: #0572E6;
    -webkit-transition-delay: 0s;
                    transition-delay: 0s;
}

.tx-share-container .fa-tumblr-square:hover {
    color: #00CF35;
    -webkit-transition-delay: 0s;
                    transition-delay: 0s;
}

blockquote {
    background-color: whitesmoke;
    border-left: 5px solid #F07D00;
    padding: 1.25em 1.5em;
}

.demo-code {
    color: #006ba6;
    background-color: #E8E8E4;
    padding: 0px 5px;
}

.layoutswitcher {
    display: flex;
    flex-flow: column wrap;
    max-width: 200px;
    padding: 15px;
    margin: 0 auto;
    align-items: center;
    align-content: center;
    border: 1px solid #222;
    border-radius: 0 15px 0 15px;
  }
  
  .layoutswitcher input {
    padding: 5px;
    margin: 5px;
    max-width: 150px;
  }

/* template syntax bBusiness */
.bbbox {
    position: relative;
    float: right;
    z-index: 1;
    width: 300px;
    padding: 20px;
    margin: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.bbbox h3 {
    position: relative;
    padding: 10px 30px;
    margin: 0 -30px 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.bbbox h3:before,
.bbbox h3:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    border-width: 0 10px 10px 0;
    border-style: solid;
    border-color: transparent #ddd;
}

.bbbox h3:after {
    left: auto;
    right: 0;
    border-width: 0 0 10px 10px;
}

/* template syntax beauty */
#btskew {
    position: relative;
    padding: 1.111em;
    padding-top: 1.667em;
    max-width: 90%;
    background-color: #313131;
    top: -6px;
    transform: rotate(-3deg) skew(-2deg);
    border-radius: 0.556em;
    box-shadow: 0.278em 0.278em 0 grey;
    margin: 1.111em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.667em;
}

#btskew h1,
#btskew h2,
#btskew h3 {
    color: #fff;
}

#btinner {
    transform: rotate(3deg) skew(2deg);
    color: #fff;
    text-shadow: 0.056em 0.056em 0 black;
    padding: 0.278em;
}

/* card1 syntax */
.card1-container {
    width: 1000px;
    position: relative;
    display: flex;
    margin: 15px;
    justify-content: space-between;
}

.card1-container .card1 {
    position: relative;
    cursor: pointer;
}

.card1-container .card1 .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.card1-container .card1 .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.card1-container .card1:hover .face.face1 {
    background: #ff0057;
    transform: translateY(0);
}

.card1-container .card1 .face.face1 .card1-content {
    opacity: 0.2;
    transition: 0.5s;
}

.card1-container .card1:hover .face.face1 .card1-content {
    opacity: 1;
}

.card1-container .card1 .face.face1 .card1-content img {
    max-width: 300px;
    margin: 0;
    padding: 0;
}

.card1-container .card1 .face.face1 .card1-content h3 {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.face.face {
    padding: 10px;
}

.card1-container .card1 .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.card1-container .card1:hover .face.face2 {
    transform: translateY(0);
}

.card1-container .card1 .face.face2 .card1-content p {
    margin: 0;
    padding: 0;
}

.card1-container .card1 .face.face2 .card1-content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.card1-container .card1 .face.face2 .card1-content a:hover {
    background: #333;
    color: #fff;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modalDialog {
    position: Fixed;
    font-family: Verdana, Sans-Serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    opacity: 0;
    transition: opacity 400ms ease-in;
    pointer-events: None;
   }
   
   .modalDialog:target {
    opacity: 1;
    pointer-events: Auto;
   }
   
   .modalDialog > div {
    width: 80%;
    height: 100vh;
    overflow:auto;
    position: relative;
    margin: 10% Auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    background: linear-gradient(#FFFFFF, #999999);
    cursor: Default;
   }
   
   .close {
    background-color: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: Absolute;
    right: 22px;
    text-align: Center;
    top: 10px;
    width: 24px;
    text-decoration: none!important;
    font-weight: Bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000000;
   }
   
   .close:hover {
    background-color: #00D9FF;
   }
/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.tx-pagination {
    display: inline-block;
}

.tx-pagination a {
    color: #222;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.tx-pagination a.active {
    background-color: #F07D00;
    color: #222;
    border-radius: 5px;
}

.tx-pagination a:hover:not(.active) {
    background-color: #ddd;
    color: #222;
    border-radius: 5px;
}
/* PrismJS 1.22.0
https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+css-extras&plugins=line-numbers+previewers+normalize-whitespace+toolbar+copy-to-clipboard */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

 code[class*="language-"],
 pre[class*="language-"] {
     color: #f8f8f2;
     background: none;
     text-shadow: 0 1px rgba(0, 0, 0, 0.3);
     font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
     font-size: 1em;
     text-align: left;
     white-space: pre;
     word-spacing: normal;
     word-break: normal;
     word-wrap: normal;
     line-height: 1.5;
 
     -moz-tab-size: 4;
     -o-tab-size: 4;
     tab-size: 4;
 
     -webkit-hyphens: none;
     -moz-hyphens: none;
     -ms-hyphens: none;
     hyphens: none;
 }
 
 /* Code blocks */
 pre[class*="language-"] {
     padding: 1em;
     margin: .5em 0;
     overflow: auto;
     border-radius: 0.3em;
 }
 
 :not(pre) > code[class*="language-"],
 pre[class*="language-"] {
     background: #272822;
 }
 
 /* Inline code */
 :not(pre) > code[class*="language-"] {
     padding: .1em;
     border-radius: .3em;
     white-space: normal;
 }
 
 .token.comment,
 .token.prolog,
 .token.doctype,
 .token.cdata {
     color: #8292a2;
 }
 
 .token.punctuation {
     color: #f8f8f2;
 }
 
 .token.namespace {
     opacity: .7;
 }
 
 .token.property,
 .token.tag,
 .token.constant,
 .token.symbol,
 .token.deleted {
     color: #f92672;
 }
 
 .token.boolean,
 .token.number {
     color: #ae81ff;
 }
 
 .token.selector,
 .token.attr-name,
 .token.string,
 .token.char,
 .token.builtin,
 .token.inserted {
     color: #a6e22e;
 }
 
 .token.operator,
 .token.entity,
 .token.url,
 .language-css .token.string,
 .style .token.string,
 .token.variable {
     color: #f8f8f2;
 }
 
 .token.atrule,
 .token.attr-value,
 .token.function,
 .token.class-name {
     color: #e6db74;
 }
 
 .token.keyword {
     color: #66d9ef;
 }
 
 .token.regex,
 .token.important {
     color: #fd971f;
 }
 
 .token.important,
 .token.bold {
     font-weight: bold;
 }
 .token.italic {
     font-style: italic;
 }
 
 .token.entity {
     cursor: help;
 }
 
 pre[class*="language-"].line-numbers {
     position: relative;
     padding-left: 3.8em;
     counter-reset: linenumber;
 }
 
 pre[class*="language-"].line-numbers > code {
     position: relative;
     white-space: inherit;
 }
 
 .line-numbers .line-numbers-rows {
     position: absolute;
     pointer-events: none;
     top: 0;
     font-size: 100%;
     left: -3.8em;
     width: 3em; /* works for line-numbers below 1000 lines */
     letter-spacing: -1px;
     border-right: 1px solid #999;
 
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 
 }
 
     .line-numbers-rows > span {
         display: block;
         counter-increment: linenumber;
     }
 
         .line-numbers-rows > span:before {
             content: counter(linenumber);
             color: #999;
             display: block;
             padding-right: 0.8em;
             text-align: right;
         }
 
 .prism-previewer,
 .prism-previewer:before,
 .prism-previewer:after {
     position: absolute;
     pointer-events: none;
 }
 .prism-previewer,
 .prism-previewer:after {
     left: 50%;
 }
 .prism-previewer {
     margin-top: -48px;
     width: 32px;
     height: 32px;
     margin-left: -16px;
 
     opacity: 0;
     -webkit-transition: opacity .25s;
     -o-transition: opacity .25s;
     transition: opacity .25s;
 }
 .prism-previewer.flipped {
     margin-top: 0;
     margin-bottom: -48px;
 }
 .prism-previewer:before,
 .prism-previewer:after {
     content: '';
     position: absolute;
     pointer-events: none;
 }
 .prism-previewer:before {
     top: -5px;
     right: -5px;
     left: -5px;
     bottom: -5px;
     border-radius: 10px;
     border: 5px solid #fff;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(0, 0, 0, 0.75);
 }
 .prism-previewer:after {
     top: 100%;
     width: 0;
     height: 0;
     margin: 5px 0 0 -7px;
     border: 7px solid transparent;
     border-color: rgba(255, 0, 0, 0);
     border-top-color: #fff;
 }
 .prism-previewer.flipped:after {
     top: auto;
     bottom: 100%;
     margin-top: 0;
     margin-bottom: 5px;
     border-top-color: rgba(255, 0, 0, 0);
     border-bottom-color: #fff;
 }
 .prism-previewer.active {
     opacity: 1;
 }
 
 .prism-previewer-angle:before {
     border-radius: 50%;
     background: #fff;
 }
 .prism-previewer-angle:after {
     margin-top: 4px;
 }
 .prism-previewer-angle svg {
     width: 32px;
     height: 32px;
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
 }
 .prism-previewer-angle[data-negative] svg {
     -webkit-transform: scaleX(-1) rotate(-90deg);
     -moz-transform: scaleX(-1) rotate(-90deg);
     -ms-transform: scaleX(-1) rotate(-90deg);
     -o-transform: scaleX(-1) rotate(-90deg);
     transform: scaleX(-1) rotate(-90deg);
 }
 .prism-previewer-angle circle {
     fill: transparent;
     stroke: hsl(200, 10%, 20%);
     stroke-opacity: 0.9;
     stroke-width: 32;
     stroke-dasharray: 0, 500;
 }
 
 .prism-previewer-gradient {
     background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb);
     background-size: 10px 10px;
     background-position: 0 0, 5px 5px;
 
     width: 64px;
     margin-left: -32px;
 }
 .prism-previewer-gradient:before {
     content: none;
 }
 .prism-previewer-gradient div {
     position: absolute;
     top: -5px;
     left: -5px;
     right: -5px;
     bottom: -5px;
     border-radius: 10px;
     border: 5px solid #fff;
     box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(0, 0, 0, 0.75);
 }
 
 .prism-previewer-color {
     background-image: linear-gradient(45deg, #bbb 25%, transparent 25%, transparent 75%, #bbb 75%, #bbb), linear-gradient(45deg, #bbb 25%, #eee 25%, #eee 75%, #bbb 75%, #bbb);
     background-size: 10px 10px;
     background-position: 0 0, 5px 5px;
 }
 .prism-previewer-color:before {
     background-color: inherit;
     background-clip: padding-box;
 }
 
 .prism-previewer-easing {
     margin-top: -76px;
     margin-left: -30px;
     width: 60px;
     height: 60px;
     background: #333;
 }
 .prism-previewer-easing.flipped {
     margin-bottom: -116px;
 }
 .prism-previewer-easing svg {
     width: 60px;
     height: 60px;
 }
 .prism-previewer-easing circle {
     fill: hsl(200, 10%, 20%);
     stroke: white;
 }
 .prism-previewer-easing path {
     fill: none;
     stroke: white;
     stroke-linecap: round;
     stroke-width: 4;
 }
 .prism-previewer-easing line {
     stroke: white;
     stroke-opacity: 0.5;
     stroke-width: 2;
 }
 
 @-webkit-keyframes prism-previewer-time {
     0% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: 0;
     }
     50% {
         stroke-dasharray: 100, 500;
         stroke-dashoffset: 0;
     }
     100% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: -100;
     }
 }
 
 @-o-keyframes prism-previewer-time {
     0% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: 0;
     }
     50% {
         stroke-dasharray: 100, 500;
         stroke-dashoffset: 0;
     }
     100% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: -100;
     }
 }
 
 @-moz-keyframes prism-previewer-time {
     0% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: 0;
     }
     50% {
         stroke-dasharray: 100, 500;
         stroke-dashoffset: 0;
     }
     100% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: -100;
     }
 }
 
 @keyframes prism-previewer-time {
     0% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: 0;
     }
     50% {
         stroke-dasharray: 100, 500;
         stroke-dashoffset: 0;
     }
     100% {
         stroke-dasharray: 0, 500;
         stroke-dashoffset: -100;
     }
 }
 
 .prism-previewer-time:before {
     border-radius: 50%;
     background: #fff;
 }
 .prism-previewer-time:after {
     margin-top: 4px;
 }
 .prism-previewer-time svg {
     width: 32px;
     height: 32px;
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     transform: rotate(-90deg);
 }
 .prism-previewer-time circle {
     fill: transparent;
     stroke: hsl(200, 10%, 20%);
     stroke-opacity: 0.9;
     stroke-width: 32;
     stroke-dasharray: 0, 500;
     stroke-dashoffset: 0;
     -webkit-animation: prism-previewer-time linear infinite 3s;
     -moz-animation: prism-previewer-time linear infinite 3s;
     -o-animation: prism-previewer-time linear infinite 3s;
     animation: prism-previewer-time linear infinite 3s;
 }
 div.code-toolbar {
     position: relative;
 }
 
 div.code-toolbar > .toolbar {
     position: absolute;
     top: .3em;
     right: .2em;
     transition: opacity 0.3s ease-in-out;
     opacity: 0;
 }
 
 div.code-toolbar:hover > .toolbar {
     opacity: 1;
 }
 
 /* Separate line b/c rules are thrown out if selector is invalid.
    IE11 and old Edge versions don't support :focus-within. */
 div.code-toolbar:focus-within > .toolbar {
     opacity: 1;
 }
 
 div.code-toolbar > .toolbar .toolbar-item {
     display: inline-block;
 }
 
 div.code-toolbar > .toolbar a {
     cursor: pointer;
 }
 
 div.code-toolbar > .toolbar button {
     background: none;
     border: 0;
     color: inherit;
     font: inherit;
     line-height: normal;
     overflow: visible;
     padding: 0;
     -webkit-user-select: none; /* for button */
     -moz-user-select: none;
     -ms-user-select: none;
 }
 
 div.code-toolbar > .toolbar a,
 div.code-toolbar > .toolbar button,
 div.code-toolbar > .toolbar span {
     color: #bbb;
     font-size: .8em;
     padding: 0 .5em;
     background: #f5f2f0;
     background: rgba(224, 224, 224, 0.2);
     box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
     border-radius: .5em;
 }
 
 div.code-toolbar > .toolbar a:hover,
 div.code-toolbar > .toolbar a:focus,
 div.code-toolbar > .toolbar button:hover,
 div.code-toolbar > .toolbar button:focus,
 div.code-toolbar > .toolbar span:hover,
 div.code-toolbar > .toolbar span:focus {
     color: inherit;
     text-decoration: none;
 }
 