@charset "UTF-8";

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("/font/fontawesome/fontawesome-webfont.eot?v=4.6.3");
    src: url("/font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/font/fontawesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/font/fontawesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/font/fontawesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/font/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@font-face {
    font-family: 'minimoreicon';
    src: url("/font/minimore/minimoreicon.eot?-ivzbtp");
    src: url("/font/minimore/minimoreicon.eot?#iefix-ivzbtp") format("embedded-opentype"), url("/font/minimore/minimoreicon.woff?-ivzbtp") format("woff"), url("/font/minimore/minimoreicon.ttf?-ivzbtp") format("truetype"), url("/font/minimore/minimoreicon.svg?-ivzbtp#minimoreicon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="mm-"],
[class*="mm-"] {
    font-family: 'minimoreicon';
    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;
}

.mm-logo:before {
    content: "\e600";
}

.mm-logowtext:before {
    content: "\e601";
}

.mm-bunlogowbooks:before {
    content: "\e602";
}

.mm-bunlogo:before {
    content: "\e603";
}

.mm-smlogo:before {
    content: "\e604";
}

.mm-originalslogo:before {
    content: "\e605";
}

.mm-storelogo:before {
    content: "\e606";
}

.mm-textlogo:before {
    content: "\e607";
}

@font-face {
    font-family: 'Quark';
    src: url("/font/Quark-Light.otf");
}

@font-face {
    font-family: 'Quark-Bold';
    src: url("/font/Quark-Bold.otf");
}

@font-face {
    font-family: 'Thai-Sans-Lite';
    src: url("/font/thaisanslite_r1.otf");
}

@font-face {
    font-family: 'Droid Sans';
    src: url("/font/DroidSans.ttf");
}

@font-face {
    font-family: 'Droid Sans';
    src: url("/font/DroidSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'DroidSans-Regular';
    src: url("/font/DroidSans.ttf");
}

@font-face {
    font-family: 'DroidSans-Bold';
    src: url("/font/DroidSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Arundina';
    src: url("/font/Arundina.ttf");
}

@font-face {
    font-family: 'Nevis';
    src: url("/font/nevis.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'Thai-Sans-Neue';
    src: url("/font/ThaiSansNeue-Regular.otf");
}

@font-face {
    font-family: 'Thai-Sans-Neue-Bold';
    src: url("/font/ThaiSansNeue-Black.otf");
    font-weight: bold;
}


/* FONT-SIZE AND COLOR */


/* FONT SELECTION */


/* ## BUTTON ## */


/* ## BREAKPOINT ## */


/* ## GRID ## */


/* ## PLACEHOLDER, INPUT ## */

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    height: 100%;
}


/* ! ## CONTAINER ## */

@media only screen and (max-width: 992px) {
    .container {
        width: auto !important;
    }
}

.container.grid {
    max-width: 938px !important;
}


/* ! ## CONTENT ## */

#content .content-wrap {
    padding: 50px 0 40px;
}

#content .content-wrap.toppadding-sm {
    padding-top: 30px;
}

#content .content-wrap.notoppadding {
    padding-top: 0px;
}

@media only screen and (max-width: 768px) {
    #content .content-wrap {
        padding: 20px 0 40px;
    }
}


/* ! ## COMMON TAG ## */

a {
    cursor: pointer;
}

a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
    /*@include style_for(mobile){
		top:-65px;
	}*/
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", "DroidSans-Bold";
}

h1.h-title,
h2.h-title,
h3.h-title,
h4.h-title,
h5.h-title,
h6.h-title {
    text-transform: uppercase;
}

h1.alt,
h2.alt,
h3.alt,
h4.alt,
h5.alt,
h6.alt {
    font-family: "Kanit";
    font-weight: 300;
}

h1.bottommargin-xs,
h2.bottommargin-xs,
h3.bottommargin-xs,
h4.bottommargin-xs,
h5.bottommargin-xs,
h6.bottommargin-xs {
    margin-bottom: 10px !important;
}

.fancy-title {
    text-transform: uppercase;
}

.fancy-title.title-background h1,
.fancy-title.title-background h2,
.fancy-title.title-background h3,
.fancy-title.title-background h4,
.fancy-title.title-background h5,
.fancy-title.title-background h6 {
    background: #f9dd53;
    padding: 0px 15px;
}

p {
    font-family: "Droid Sans";
}

form {
    margin-bottom: 0;
}

input[type=text] {
    width: 100%;
}

textarea {
    width: 100%;
    min-height: 50px;
}

i.bold {
    font-weight: bold;
}

i.i-title {
    background-color: #f9dd53;
    color: #222;
    border-radius: 50%;
    text-align: center;
    float: left;
    font-size: 30px;
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    margin: -8px 15px 0 0;
}

i.i-main {
    background-color: #f9dd53;
    color: #222;
    border-radius: 50%;
    text-align: center;
    font-size: 48px;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    margin-bottom: 15px;
}

img.mobile {
    width: 100%;
    display: none;
}

@media only screen and (max-width: 768px) {
    img.mobile {
        display: inline-block;
    }
}

img.desktop {
    width: 100%;
    display: inline-block;
}

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


/* ! ## HELPER CLASS ## */

.darkgrey {
    color: #222 !important;
}

.white {
    color: #FFF !important;
}

.red {
    color: #e84c3d !important;
}

.langth {
    font-family: "Kanit" !important;
    font-weight: normal !important;
}

.nowrap {
    white-space: nowrap;
}

.statuslabel {
    font-style: normal;
    text-transform: uppercase;
    color: #222;
    background: #DDD;
    padding: 2px 5px;
    font-size: 12px;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    display: inline-block;
}

.custom-label {
    background: #f9dd53;
    color: #222;
    font-weight: normal;
    font-size: 12px;
}

.bgcolor-grey {
    background-color: #f4f4f4;
}

@media only screen and (max-width: 992px) {
    .m-center {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .m-margin {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 992px) {
    .m-margin-sm {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 992px) {
    .m-nomargin {
        margin: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .m-topmargin {
        margin-top: 50px !important;
    }
}

@media only screen and (min-width: 992px) {
    .d-fright {
        float: right !important;
    }
}

.pageaction {
    background: #333;
    padding: 20px 0px;
}

@media only screen and (max-width: 992px) {
    .twocol-subaction .col_last {
        margin-bottom: 0px !important;
    }
}

.cs-img {
    -webkit-filter: blur(8px) grayscale(50%);
    -moz-filter: blur(8px) grayscale(50%);
    -ms-filter: blur(8px) grayscale(50%);
    -o-filter: blur(8px) grayscale(50%);
    filter: blur(8px) grayscale(50%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.desc-text {
    font-family: "Lato", "Kanit";
    color: #999;
}


/* ! ## SHARE THIS ## */

.sharethis {
    text-align: center;
}

.sharethis .text {
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sharethis .addthis_sharing_toolbox {
    text-align: center;
}


/* ! ## HELP TUTORIAL BTN ## */

.help-tutorial-btn {
    position: fixed;
    bottom: 0px;
    right: 0px;
}

@media only screen and (max-width: 992px) {
    .help-tutorial-btn {
        display: none;
    }
}

.help-tutorial-btn a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #AAA;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 8px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
}

.help-tutorial-btn a:active,
.help-tutorial-btn a:focus {
    color: #AAA !important;
}

.help-tutorial-btn a:hover {
    color: #777777 !important;
}


/* ! ## EDITOR PICK BTN ## */

.editorpick-btn.picked {
    color: #e84c3d !important;
}


/* ! ## IFRAME WRAPPER ## */

.iframecenter {
    text-align: center;
}

.iframecenter iframe {
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.iframecenter twitterwidget {
    margin-left: auto !important;
    margin-right: auto !important;
}

.iframewrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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


/* ! ## VIDEO WRAPPER ## */

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

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


/* ! ## SCREEN ALERT ## */

.screen-alert {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1060;
}

.screen-alert .container {
    max-width: 650px !important;
}

.screen-alert .alert {
    margin-top: 10px;
    font-weight: bold;
    font-family: "Droid Sans";
}

.screen-alert .alert a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #333;
    text-decoration: underline !important;
}

.screen-alert .alert a:active,
.screen-alert .alert a:focus {
    color: #333 !important;
}

.screen-alert .alert a:hover {
    color: black !important;
}


/* ! ## RIBBON WRAPPER ## */

.ribbon-wrapper {
    overflow: hidden;
    position: absolute;
}

.ribbon-wrapper .ribbon {
    text-align: center;
    position: relative;
    padding: 6px 0;
    color: #222;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    background: #f9dd53;
}

.ribbon-wrapper .ribbon.sample {
    background: #f9dd53;
}

.ribbon-wrapper .ribbon.extra {
    background: #f9dd53;
}

.ribbon-wrapper.forcover {
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
}

.ribbon-wrapper.forcover .ribbon {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: 4px;
    top: 40px;
    width: 100px;
}

.ribbon-wrapper.forcard {
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
}

.ribbon-wrapper.forcard .ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    left: -12px;
    top: 27px;
    width: 150px;
}


/* ! ## INPUT GROUP / SEARCH FORM / REDEEM FORM ## */

.input-group.input-group-md input {
    padding: 6px 12px;
    line-height: inherit;
}

.input-group.darkborder input {
    border: 1px solid #555;
}

.input-group.darkborder input:focus {
    border: 1px solid #222;
}

.input-group.darkborder button {
    border: 1px solid #555;
}

.searchform {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.searchform input {
    border-radius: 3px;
}

@media only screen and (min-width: 992px) {
    .searchform {
        max-width: 365px;
    }
}

.redeemform {
    margin-bottom: 30px;
}

.redeemform input {
    font-size: inherit;
    height: inherit;
    padding: 6px 12px;
}

.redeemform input:focus {
    box-shadow: none;
}


/* ! ## PAGEINATION ## */

.pagination-list {
    margin: 0;
    padding: 0;
}

.pagination-list li {
    list-style: none;
    display: inline-block;
    padding: 3px;
}

.pagination-list li a {
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #FFF;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-align: center;
    border-radius: 100px;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    font-weight: bold;
    color: #222;
    display: block;
    position: relative;
}

.pagination-list li a:hover {
    background: #f2f2f2;
}

.pagination-list li a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    line-height: normal;
}

.pagination-list li.active a {
    background: #f9dd53;
}


/* ! ## TABMENU LIST ## */

.tabmenu-list {
    margin: 0;
    padding: 0;
}

.tabmenu-list li {
    list-style: none;
    display: inline-block;
}

.tabmenu-list li a {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    color: #222;
    padding: 10px 15px;
    text-transform: uppercase;
    display: block;
}

@media only screen and (max-width: 768px) {
    .tabmenu-list li a {
        padding: 10px 10px;
    }
}

.tabmenu-list li:hover a {
    border-bottom: 3px solid #DDD;
}

.tabmenu-list li.active a {
    border-bottom: 3px solid #f9dd53;
}


/* ! ## TOOLTIP ## */

.tooltip {
    background: none;
    max-width: none;
    width: auto;
}

.tooltip-inner {
    font-family: "Kanit";
    font-size: 14px;
    padding: 5px 10px;
}


/* ! ## TABS ## */

.tabs .tab-nav li {
    font-family: "Lato", "DroidSans-Bold";
    text-transform: uppercase;
}

.tabs .tab-nav li em {
    font-style: normal;
    margin-left: 5px;
}


/* ! ## BUTTON ## */

.alink {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #f9dd53;
}

.alink:active,
.alink:focus {
    color: #f9dd53 !important;
}

.alink:hover {
    color: #deba08 !important;
}

.alink-dark {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.alink-dark:active,
.alink-dark:focus {
    color: #222 !important;
}

.alink-dark:hover {
    color: #888888 !important;
}

.alink-light {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #999;
}

.alink-light:active,
.alink-light:focus {
    color: #999 !important;
}

.alink-light:hover {
    color: #666666 !important;
}

.alink-dark-line {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
    text-decoration: underline !important;
}

.alink-dark-line:active,
.alink-dark-line:focus {
    color: #222 !important;
}

.alink-dark-line:hover {
    color: #888888 !important;
}

.alink-text {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
    text-decoration: underline !important;
    font-family: "Kanit";
}

.alink-text:active,
.alink-text:focus {
    color: #222 !important;
}

.alink-text:hover {
    color: #888888 !important;
}

.alink-text.light {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #ececec;
}

.alink-text.light:active,
.alink-text.light:focus {
    color: #ececec !important;
}

.alink-text.light:hover {
    color: #b9b9b9 !important;
}

.primary-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.primary-btn:active,
.primary-btn:focus {
    color: #FFF;
}

.primary-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.primary-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.primary-btn i {
    margin-right: 5px;
}

.primary-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.primary-btn:active,
.primary-btn:focus,
.primary-btn:hover {
    color: #222 !important;
}

.primary-btn.large {
    font-size: 20px;
}

.primary-btn.small {
    font-size: 12px;
}

.cancel-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #DDD;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #c9c9c9 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.cancel-btn:active,
.cancel-btn:focus {
    color: #FFF;
}

.cancel-btn:hover {
    color: #FFF;
    background: #d0d0d0;
}

.cancel-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.cancel-btn i {
    margin-right: 5px;
}

.cancel-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.cancel-btn:active,
.cancel-btn:focus,
.cancel-btn:hover {
    color: #222 !important;
}

.cancel-btn.large {
    font-size: 20px;
}

.cancel-btn.small {
    font-size: 12px;
}

.grey-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #DDD;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #c9c9c9 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.grey-btn:active,
.grey-btn:focus {
    color: #FFF;
}

.grey-btn:hover {
    color: #FFF;
    background: #d0d0d0;
}

.grey-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.grey-btn i {
    margin-right: 5px;
}

.grey-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.grey-btn:active,
.grey-btn:focus,
.grey-btn:hover {
    color: #222 !important;
}

.grey-btn.small {
    font-size: 12px;
}

.main-btn,
.sub-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #222;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #0e0e0e inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.main-btn:active,
.main-btn:focus,
.sub-btn:active,
.sub-btn:focus {
    color: #FFF;
}

.main-btn:hover,
.sub-btn:hover {
    color: #FFF;
    background: #151515;
}

.main-btn[disabled],
.sub-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.main-btn i,
.sub-btn i {
    margin-right: 5px;
}

.main-btn[disabled],
.sub-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.main-btn.large,
.sub-btn.large {
    font-size: 20px;
}

.main-btn.small,
.sub-btn.small {
    font-size: 12px;
}

.lite-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: none;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    display: inline-block;
    color: #222;
    border: 1px solid #222;
    padding: 7px 9px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 3px;
    letter-spacing: 1px;
}

.lite-btn:active,
.lite-btn:focus {
    color: #222;
    border: 1px solid #222;
    background: none;
}

.lite-btn:hover {
    color: #222;
    border: 1px solid #222;
    background: rgba(0, 0, 0, 0.05);
}

.lite-btn i {
    margin-right: 5px;
}

.lite-btn.large {
    font-size: 20px;
}

.lite-btn.small {
    font-size: 12px;
}

.green-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #00ca23;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #00a11c inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.green-btn:active,
.green-btn:focus {
    color: #FFF;
}

.green-btn:hover {
    color: #FFF;
    background: #00b11e;
}

.green-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.green-btn i {
    margin-right: 5px;
}

.green-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.red-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #e84c3d;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #e12c1b inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.red-btn:active,
.red-btn:focus {
    color: #FFF;
}

.red-btn:hover {
    color: #FFF;
    background: #e53726;
}

.red-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.red-btn i {
    margin-right: 5px;
}

.red-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.red-btn.small {
    font-size: 12px;
}

.full-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f4f4f4;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    color: #222;
    display: block;
    border: 0 !important;
    padding: 20px 10px;
}

.full-btn:active,
.full-btn:focus {
    color: #FFF;
}

.full-btn:hover {
    color: #FFF;
    background: #e7e7e7;
}

.full-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.full-btn i {
    margin-right: 5px;
}

.full-btn:active,
.full-btn:focus,
.full-btn:hover {
    color: #222 !important;
}

.subscribe-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #222;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #0e0e0e inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.subscribe-btn:active,
.subscribe-btn:focus {
    color: #FFF;
}

.subscribe-btn:hover {
    color: #FFF;
    background: #151515;
}

.subscribe-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.subscribe-btn i {
    margin-right: 5px;
}

.subscribe-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.subscribe-btn.subscribed {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #bec3c7;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #a8afb4 inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.subscribe-btn.subscribed:active,
.subscribe-btn.subscribed:focus {
    color: #FFF;
}

.subscribe-btn.subscribed:hover {
    color: #FFF;
    background: #b0b6bb;
}

.subscribe-btn.subscribed[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.subscribe-btn.subscribed i {
    margin-right: 5px;
}

.subscribe-btn.subscribed[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.rpsbtn i {
    margin: 0;
}

.rpsbtn em {
    margin-left: 5px;
    font-style: normal;
}

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

.iconbtn i {
    margin: 0;
}

.minibtn {
    font-size: 10px;
}

.smallbtn {
    font-size: 12px;
}

.largebtn {
    font-size: 20px;
}

.marginbtn {
    margin: 5px 4px;
}


/* ! ## ALERT MODAL FIXED ## */

.alert-modal .confirm-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.alert-modal .confirm-btn:active,
.alert-modal .confirm-btn:focus {
    color: #FFF;
}

.alert-modal .confirm-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.alert-modal .confirm-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.alert-modal .confirm-btn i {
    margin-right: 5px;
}

.alert-modal .confirm-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.alert-modal .confirm-btn:active,
.alert-modal .confirm-btn:focus,
.alert-modal .confirm-btn:hover {
    color: #222 !important;
}

.alert-modal .cancel-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #DDD;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #c9c9c9 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.alert-modal .cancel-btn:active,
.alert-modal .cancel-btn:focus {
    color: #FFF;
}

.alert-modal .cancel-btn:hover {
    color: #FFF;
    background: #d0d0d0;
}

.alert-modal .cancel-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.alert-modal .cancel-btn i {
    margin-right: 5px;
}

.alert-modal .cancel-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.alert-modal .cancel-btn:active,
.alert-modal .cancel-btn:focus,
.alert-modal .cancel-btn:hover {
    color: #222 !important;
}


/* ! ## ADS ZONE ## */

.adszone {
    text-align: center;
}

.adszone .adsitem {
    display: inline-block;
}

.adszone .adsitem.mobile {
    max-width: 300px;
}

.adszone .adsitem.desktop {
    max-width: 728px;
}

.adszone .adsitem a {
    display: block;
}

.adszone .adsitem a img {
    width: 100%;
    height: auto !important;
}


/* ! ## SHARE COUNTER ITEM ## */

.sharecounteritem {
    display: inline-block;
    position: relative;
    line-height: normal;
    text-align: center;
    border-right: 1px solid #f4f4f4;
    padding-right: 10px;
    margin-right: 5px;
    min-width: 55px;
}

.sharecounteritem span {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 36px;
    color: #222;
    margin-top: -5px;
    display: block;
}

@media only screen and (max-width: 768px) {
    .sharecounteritem span {
        font-size: 30px;
    }
}

.sharecounteritem em {
    display: block;
    font-style: normal;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 10px;
    color: #222;
    text-transform: uppercase;
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-right: 10px;
}


/* ! ## SHARE ACTION ITEM ## */

.shareactionitem {
    display: inline-block;
    position: relative;
    top: -5px;
}

.shareactionitem .share-btn {
    font-size: 14px;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .shareactionitem .share-btn {
        font-size: 12px;
    }
}

.shareactionitem .share-btn.facebook {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #3b5998;
}

.shareactionitem .share-btn.facebook:active,
.shareactionitem .share-btn.facebook:focus {
    color: #3b5998 !important;
}

.shareactionitem .share-btn.facebook:hover {
    color: #30487b !important;
}

.shareactionitem .share-btn.twitter {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #00acee;
}

.shareactionitem .share-btn.twitter:active,
.shareactionitem .share-btn.twitter:focus {
    color: #00acee !important;
}

.shareactionitem .share-btn.twitter:hover {
    color: #008fc5 !important;
}


/* ! ## SUBSCRIBE BUTTON ## */

.subscribe-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #222;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
}

.subscribe-btn:active,
.subscribe-btn:focus {
    color: #FFF;
}

.subscribe-btn:hover {
    color: #FFF;
    background: #151515;
}

.subscribe-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.subscribe-btn i {
    margin-right: 5px;
}

.subscribe-btn em {
    font-style: normal;
}

.subscribe-btn.subscribed {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #ececec;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #d8d8d8 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #999;
}

.subscribe-btn.subscribed:active,
.subscribe-btn.subscribed:focus {
    color: #FFF;
}

.subscribe-btn.subscribed:hover {
    color: #FFF;
    background: #dfdfdf;
}

.subscribe-btn.subscribed[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.subscribe-btn.subscribed i {
    margin-right: 5px;
}

.subscribe-btn.subscribed[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.subscribe-btn.subscribed:active,
.subscribe-btn.subscribed:focus,
.subscribe-btn.subscribed:hover {
    color: #999 !important;
}

.subscribe-btn.subscribed i {
    display: none;
}


/* ! ## SECTION ACTION ## */

.section-action {
    margin: 30px 0;
    text-align: center;
}

.section-action.moremargin {
    margin-bottom: 50px;
}

.section-action .itemleft {
    float: left;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .section-action .itemleft.rps {
        float: none;
        text-align: center;
    }
}

.section-action .itemright {
    float: right;
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .section-action .itemright.rps {
        float: none;
        text-align: center;
    }
}


/* ! ## CSS FIXED ## */

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    top: 42%;
}

@media only screen and (min-width: 768px) {
    .owl-rps .owl-controls {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .parallax.mobile-fixed {
        background-position: top right;
    }
}


/* ! ## CUSTOM FORM ## */

.custom-form h4 {
    font-family: "Kanit";
    font-weight: normal;
    margin-bottom: 25px;
}

.custom-form .form-group .heading em {
    font-family: "Droid Sans";
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
    font-size: 12px;
    color: #95a5a5;
}

.custom-form .form-group .heading em.error {
    color: #e84c3d;
}

.custom-form .form-group .heading em.red {
    color: #e84c3d;
}

.custom-form .topborder {
    border-top: 1px solid #DDD;
    padding-top: 15px;
}

.custom-form label {
    font-family: "Raleway", "DroidSans-Bold";
}

.custom-form label.heading {
    cursor: default;
}

.custom-form.narrow {
    max-width: 600px;
}

.custom-form .btn-confirm {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.custom-form .btn-confirm:active,
.custom-form .btn-confirm:focus {
    color: #FFF;
}

.custom-form .btn-confirm:hover {
    color: #FFF;
    background: #f8d83a;
}

.custom-form .btn-confirm[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.custom-form .btn-confirm i {
    margin-right: 5px;
}

.custom-form .btn-confirm[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.custom-form .btn-confirm:active,
.custom-form .btn-confirm:focus,
.custom-form .btn-confirm:hover {
    color: #222 !important;
}

.custom-form select {
    height: inherit;
    font-size: inherit;
    box-shadow: none;
    border: 1px solid #DDD;
    background: #fafafa;
    color: #222;
    padding: 8px 14px;
    display: inline-block;
}

.custom-form input,
.custom-form textarea {
    height: inherit;
    font-size: inherit;
    box-shadow: none;
    border: 1px solid #DDD;
    padding: 8px 14px;
    font-size: 14px;
    font-family: "Droid Sans";
    color: #555;
}

.custom-form input:focus,
.custom-form textarea:focus {
    box-shadow: none;
    border: 1px solid #999;
    background: #FFF;
}

.custom-form input.large,
.custom-form textarea.large {
    font-size: 20px;
}

.custom-form textarea {
    resize: vertical !important;
}

.custom-form input[type="checkbox"]+label,
.custom-form input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

.custom-form .imageitem {
    margin-bottom: 20px;
}

.custom-form .imageitem.bookcover-box {
    max-width: 250px;
}

.custom-form .imageitem.backgroundcover-box {
    max-width: 300px;
}

.custom-form .imageitem .cover {
    display: inline-block;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    box-shadow: 0 0 3px 0 #DDD;
}

.custom-form .imageitem .cover i.uploading-image-process {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 36px;
}

.custom-form .imageitem .cover .caption {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    text-align: center;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 3px;
    font-size: 10px;
}

.custom-form .imageitem .cover .caption i {
    margin-right: 5px;
}

.custom-form .imageitem .meta {
    display: inline-block;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 12px;
    margin-top: 8px;
}

.custom-form .imageitem .meta a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #f9dd53;
    text-decoration: underline !important;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 12px;
}

.custom-form .imageitem .meta a:active,
.custom-form .imageitem .meta a:focus {
    color: #f9dd53 !important;
}

.custom-form .imageitem .meta a:hover {
    color: #deba08 !important;
}

.custom-form table {
    background: #FFF;
}

.custom-form table td,
.custom-form table th {
    font-size: 12px;
}

.custom-form .inline-input input {
    display: inline-block;
    max-width: 160px;
    padding: 4.5px 14px;
}

.custom-form .inline-input button {
    display: inline-block;
}

.custom-form .input-color {
    margin: 0 0 1rem;
}

.custom-form .input-color input {
    margin: 0;
}

.custom-form .input-color .input-group-addon {
    border-radius: 0;
    border: 1px solid #DDD;
    border-left: none;
}

.custom-form .colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.custom-form .colorpicker-2x .colorpicker-hue,
.custom-form .colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.custom-form .colorpicker-2x .colorpicker-color,
.custom-form .colorpicker-2x .colorpicker-color div {
    height: 30px;
}

.custom-form .form-notice {
    font-family: "Droid Sans";
    font-size: 14px;
    color: #e84c3d;
}

.custom-form .form-alert {
    font-family: "Droid Sans";
    font-size: 14px;
    color: #e84c3d;
    margin: 0 10px;
}

.custom-form.multicol .form-group {
    margin-bottom: 10px;
}

.custom-form.multicol .form-group .col_half {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .custom-form.multicol .form-group .col_last {
        padding-top: 10px;
    }
}


/* ! ## CUSTOM MODAL ## */

.prevModal {
    z-index: 1040 !important;
}

.custom-modal .form-group.disabled {
    opacity: 0.2;
}

.custom-modal .btn {
    text-transform: uppercase;
    font-family: "Lato", "DroidSans-Bold";
    min-width: 80px;
}

.custom-modal .btn.btn-cancel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #DDD;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #c9c9c9 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #999;
}

.custom-modal .btn.btn-cancel:active,
.custom-modal .btn.btn-cancel:focus {
    color: #FFF;
}

.custom-modal .btn.btn-cancel:hover {
    color: #FFF;
    background: #d0d0d0;
}

.custom-modal .btn.btn-cancel[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.custom-modal .btn.btn-cancel i {
    margin-right: 5px;
}

.custom-modal .btn.btn-cancel[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.custom-modal .btn.btn-cancel:active,
.custom-modal .btn.btn-cancel:focus,
.custom-modal .btn.btn-cancel:hover {
    color: #999 !important;
}

.custom-modal .btn.btn-confirm {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.custom-modal .btn.btn-confirm:active,
.custom-modal .btn.btn-confirm:focus {
    color: #FFF;
}

.custom-modal .btn.btn-confirm:hover {
    color: #FFF;
    background: #f8d83a;
}

.custom-modal .btn.btn-confirm[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.custom-modal .btn.btn-confirm i {
    margin-right: 5px;
}

.custom-modal .btn.btn-confirm[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.custom-modal .btn.btn-confirm:active,
.custom-modal .btn.btn-confirm:focus,
.custom-modal .btn.btn-confirm:hover {
    color: #222 !important;
}

.custom-modal .modal-dialog.modal-sm-alt {
    width: 350px;
}

@media only screen and (min-width: 992px) {
    .custom-modal .modal-dialog {
        margin-top: 100px;
    }
}

.custom-modal .modal-content {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.custom-modal .modal-header {
    background: #555;
}

.custom-modal .modal-header h4 {
    font-family: "Lato", "Kanit";
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
}

.custom-modal .modal-body.np {
    padding: 0;
}

.custom-modal .modal-body h4 {
    font-family: "Lato", "Kanit";
    font-weight: normal;
    text-align: center;
}

.custom-modal .modal-body .bigicon {
    font-size: 30px;
    margin-bottom: 10px;
}

.custom-modal .modal-body .subtitle {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    font-weight: bold;
    color: #555;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}

.custom-modal .modal-body .subtitle.meta {
    text-align: left;
    font-size: 10px;
    margin-top: 1px;
}

.custom-modal .modal-body .subtitle.meta em {
    font-style: normal;
}

.custom-modal .modal-body .subtitle.note {
    border-top: 1px solid #f4f4f4;
    padding: 10px 0;
    margin-top: 0px;
}

.custom-modal .modal-body .subtitle.noteinsert {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
    margin-top: 0px;
}

.custom-modal .modal-body .subtitle.important {
    color: #e84c3d;
}

.custom-modal .modal-footer {
    text-align: center;
    background: #f4f4f4;
}

.custom-modal .modaloptionlist {
    margin: 0;
    padding: 0;
}

.custom-modal .modaloptionlist li {
    list-style: none;
    padding: 8px 15px;
    border-bottom: 1px solid #f4f4f4;
}

.custom-modal .modaloptionlist li:last-child {
    border-bottom: none;
}

.custom-modal .modaloptionlist li label {
    display: block;
    margin: 0;
    padding: 0;
}

.custom-modal .modaloptionlist li label span {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    position: relative;
}

.custom-modal .modaloptionlist li label span.normal {
    font-family: "Lato", "DroidSans-Regular";
    font-weight: normal;
}

.custom-modal .modaloptionlist li label span.info {
    top: -2px;
}

.custom-modal .modaloptionlist li label span.meta {
    color: #e84c3d;
    top: 8px;
}

.custom-modal .modaloptionlist li label span.metaimg {
    top: 6px;
}

.custom-modal .modaloptionlist li label .paymentlogo {
    height: 20px;
}

.custom-modal .modaloptionlist li label::before {
    font-family: "FontAwesome";
    content: "\f111";
    display: inline-block;
    color: #f4f4f4;
    font-size: 24px;
    margin-right: 10px;
}

.custom-modal .modaloptionlist li input[type=radio] {
    display: none;
}

.custom-modal .modaloptionlist li input[type=radio]:checked+label::before {
    content: "\f058";
    color: #00971A;
}

.custom-modal .modaloptionlist.horizontal li {
    display: inline-block;
    border: 0;
    padding: 0;
    margin-right: 12px;
}

.custom-modal .modaloptionlist.horizontal li label::before {
    margin-right: 2px;
}

.custom-modal .form-horizontal {
    margin-bottom: 0;
}

.custom-modal .form-horizontal .control-label {
    padding-top: 8px;
    font-size: 14px;
    font-family: "Lato", "DroidSans-Bold";
    cursor: default;
}

.custom-modal .form-horizontal .control-label i {
    font-size: 14px;
}

.custom-modal .form-horizontal .quantity {
    border: 1px solid #DDD;
    margin: 0 15px 0 0;
    display: inline-block;
    float: none;
}

.custom-modal .form-horizontal input {
    font-size: 14px;
    font-family: "Droid Sans";
    box-shadow: none;
}

.custom-modal .form-horizontal input.qty {
    background-color: #FFF;
    width: 60px;
    -moz-appearance: textfield;
    font-family: "Lato", "DroidSans-Bold";
}

.custom-modal .form-horizontal input.qty.error {
    border: 1px solid #e84c3d !important;
}

.custom-modal .form-horizontal input.qty:focus {
    border-color: #DDD;
}

.custom-modal .form-horizontal input.qty::-webkit-inner-spin-button,
.custom-modal .form-horizontal input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-modal .form-horizontal input.textinput {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #DDD;
    border-radius: 0 !important;
    display: block;
    padding: 5px 10px;
    height: 40px;
    margin: 0;
}

.custom-modal .form-horizontal input::-webkit-input-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal input::-moz-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal input:-moz-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal input:-ms-input-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal textarea {
    font-size: 14px;
    font-family: "Droid Sans";
    box-shadow: none;
    resize: none;
    border: 1px solid #DDD;
    padding: 5px 10px;
}

.custom-modal .form-horizontal textarea:focus {
    background: none;
}

.custom-modal .form-horizontal textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal textarea::-moz-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal textarea:-moz-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal textarea:-ms-input-placeholder {
    opacity: 0.5;
}

.custom-modal .form-horizontal .modal-checkbox {
    padding-top: 10px;
}

.custom-modal .form-horizontal .modal-checkbox label::before {
    font-family: "FontAwesome";
    content: "\f111";
    display: inline-block;
    color: #f4f4f4;
    font-size: 24px;
    margin-right: 2px;
}

.custom-modal .form-horizontal .modal-checkbox label span {
    top: -4px;
    position: relative;
}

.custom-modal .form-horizontal .modal-checkbox label a {
    top: -4px;
    position: relative;
}

.custom-modal .form-horizontal .modal-checkbox input[type=checkbox] {
    display: none;
}

.custom-modal .form-horizontal .modal-checkbox input[type=checkbox]:checked+label::before {
    content: "\f058";
    color: #e84c3d;
}

.custom-modal .form-horizontal .modal-checkbox input[type=checkbox]:checked+label span {
    color: #e84c3d;
}

.custom-modal.modal-editor .sm-width {
    width: 350px;
}

@media only screen and (min-width: 992px) {
    .custom-modal.guide-modal .modal-dialog {
        width: 520px;
        margin-top: 20px;
    }
}

.custom-modal.guide-modal .guideintro-list .caption {
    font-family: "Lato", "Kanit";
    font-size: 16px;
    text-align: center;
}

.custom-modal.guide-modal .guideintro-list .caption a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #deba08;
}

.custom-modal.guide-modal .guideintro-list .caption a:active,
.custom-modal.guide-modal .guideintro-list .caption a:focus {
    color: #deba08 !important;
}

.custom-modal.guide-modal .guideintro-list .caption a:hover {
    color: #7c6804 !important;
}

.custom-modal.guide-modal .guideintro-list img {
    width: 100%;
}

.custom-modal.modal-light .modal-header {
    background: #f4f4f4;
}

.custom-modal.modal-light .modal-header h4 {
    color: #000;
}

.custom-modal .select2-container--default .select2-selection--multiple {
    border-radius: 0;
    min-height: 70px;
}

.custom-modal .select2-container--default .select2-selection--multiple .select2-search__field {
    width: 100% !important;
}


/* ! ## CUSTOM PANEL ## */

.panel {
    padding: 15px;
}

.custom-panel {
    padding: 0;
}

.custom-panel .panel-heading {
    padding: 15px;
}

.custom-panel .panel-heading h2 {
    line-height: normal;
    margin: 0;
}

.custom-panel .panel-body {
    padding: 20px 15px;
}

.custom-panel .panel-body p {
    font-size: 14px;
    font-family: "Droid Sans";
    margin-bottom: 15px;
}

.custom-panel .panel-body p.alt {
    font-family: "Kanit";
    font-size: 18px;
    font-weight: 300;
}

.custom-panel .panel-body p.alt b {
    font-weight: 500;
}

.custom-panel .panel-body ul,
.custom-panel .panel-body ol {
    font-size: 14px;
    font-family: "Droid Sans";
    margin-bottom: 0;
}

.custom-panel .panel-body ul li,
.custom-panel .panel-body ol li {
    margin-bottom: 5px;
    margin-left: 30px;
    padding-left: 10px;
}

.custom-panel .panel-body ul.alt li,
.custom-panel .panel-body ol.alt li {
    font-family: "Kanit";
    font-size: 18px;
    font-weight: 300;
}

.custom-panel .panel-body ul.iconlist a,
.custom-panel .panel-body ol.iconlist a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.custom-panel .panel-body ul.iconlist a:active,
.custom-panel .panel-body ul.iconlist a:focus,
.custom-panel .panel-body ol.iconlist a:active,
.custom-panel .panel-body ol.iconlist a:focus {
    color: #222 !important;
}

.custom-panel .panel-body ul.iconlist a:hover,
.custom-panel .panel-body ol.iconlist a:hover {
    color: black !important;
}

@media only screen and (min-width: 992px) {
    .custom-panel .panel-body ul.linklist.half li,
    .custom-panel .panel-body ol.linklist.half li {
        width: 30%;
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .custom-panel .panel-body ul.linklist.half li,
    .custom-panel .panel-body ol.linklist.half li {
        width: 40%;
        float: left;
    }
}

.custom-panel .panel-body ul.linklist a,
.custom-panel .panel-body ol.linklist a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
}

.custom-panel .panel-body ul.linklist a:active,
.custom-panel .panel-body ul.linklist a:focus,
.custom-panel .panel-body ol.linklist a:active,
.custom-panel .panel-body ol.linklist a:focus {
    color: #555 !important;
}

.custom-panel .panel-body ul.linklist a:hover,
.custom-panel .panel-body ol.linklist a:hover {
    color: #222222 !important;
}

.custom-panel .panel-body.lg p {
    font-size: 16px;
}

.custom-panel .panel-body.lg p.alt {
    font-size: 18px;
}

.custom-panel .panel-body.lg ul,
.custom-panel .panel-body.lg ol {
    font-size: 16px;
}

.metalist {
    padding-left: 45px;
}

.metalist li {
    color: #555;
    list-style: none;
    display: block;
    vertical-align: middle;
    font-family: "Crete Round", "Kanit";
    font-size: 16px;
    margin-bottom: 22px;
    position: relative;
    line-height: normal;
}

.metalist li .i-icon {
    background: #f9dd53;
    color: #222;
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: -45px;
    top: -5px;
    border-radius: 40px;
}

.metalist li a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
}

.metalist li a:active,
.metalist li a:focus {
    color: #555 !important;
}

.metalist li a:hover {
    color: #222222 !important;
}


/* ! ## CUSTOM TABLE ## */

table {
    border: 1px solid #DDD;
}

table th,
table td {
    color: #222;
}

table thead {
    background: #f4f4f4;
}

table tr:nth-of-type(even) {
    background: #f4f4f4;
}

.custom-table tr.in td {
    color: #00971A;
}

.custom-table tr.in.pending td {
    color: #7e8c8d;
    font-style: italic;
}

.custom-table tr.out td {
    color: #e84c3d;
}

.custom-table .linkinfo {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
    text-decoration: underline !important;
}

.custom-table .linkinfo:active,
.custom-table .linkinfo:focus {
    color: #555 !important;
}

.custom-table .linkinfo:hover {
    color: #222222 !important;
}


/* ! ## ATC ITEM ## */

.atc-item .entry-title h3 {
    font-family: "Raleway", "DroidSans-Bold";
    font-size: 20px;
}

.atc-item .entry-title h4 {
    font-family: "Raleway", "DroidSans-Bold";
    font-size: 16px;
}

.atc-item .entry-title h6 {
    font-family: "Raleway", "DroidSans-Bold";
    font-size: 16px;
}

.atc-item .entry-title h6 a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #333;
}

.atc-item .entry-title h6 a:active,
.atc-item .entry-title h6 a:focus {
    color: #333 !important;
}

.atc-item .entry-title h6 a:hover {
    color: black !important;
}

.atc-item .entry-image {
    object-fit: cover;
}

.atc-item .entry-content {
    margin-top: 0;
}

.atc-item .entry-content p {
    font-family: "Droid Sans";
    font-size: 15px;
}

.atc-item .entry-meta {
    display: block;
    margin: 10px 0;
}

@media only screen and (min-width: 992px) {
    .atc-item .entry-meta {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.atc-item .entry-meta a {
    cursor: pointer;
}

.atc-item .entry-meta li {
    display: inline;
    float: none;
    margin-right: 6px;
}

.atc-item .entry-meta li::before {
    color: #f9dd53;
    opacity: 1;
    margin-bottom: 5px;
    margin-right: 6px;
}


/* ! ## ATC MAKER LIST ## */

.atc-maker-list .ipost {
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
    padding: 20px 10px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .atc-maker-list .ipost {
        padding: 15px 0;
    }
}

@media only screen and (min-width: 992px) {
    .atc-maker-list .ipost .col_nocover {
        padding-left: 20px;
    }
}

.atc-maker-list .ipost.ori {
    border: 1px solid #f9dd53;
}

.atc-maker-list .postlabel {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #f9dd53;
    color: #222;
    z-index: 800;
    display: inline-block;
}

@media only screen and (min-width: 992px) {
    .atc-maker-list .postlabel {
        position: absolute;
        top: 0px;
        right: 10px;
        margin-bottom: 0;
    }
}

.atc-maker-list .entry-avatar {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.atc-maker-list .entry-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid #f4f4f4;
}

.atc-maker-list .entry-image {
    margin-bottom: 0;
}

.atc-maker-list .entry-title h3 {
    font-family: "Kanit";
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
}

.atc-maker-list .entry-title a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.atc-maker-list .entry-title a:active,
.atc-maker-list .entry-title a:focus {
    color: #222 !important;
}

.atc-maker-list .entry-title a:hover {
    color: black !important;
}

.atc-maker-list .entry-meta.nosplitter li:before {
    display: none;
}

@media only screen and (max-width: 768px) {
    .atc-maker-list .entry-meta.bottom {
        margin-top: 15px;
    }
}

.atc-maker-list .entry-meta.bottom li {
    margin: 0;
}

.atc-maker-list .entry-meta li {
    font-family: "Raleway", "DroidSans-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: #AAA;
}

.atc-maker-list .entry-meta li.chview {
    padding-top: 5px;
}

.atc-maker-list .entry-meta li.chuser {
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.atc-maker-list .entry-meta li a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #AAA;
}

.atc-maker-list .entry-meta li a:active,
.atc-maker-list .entry-meta li a:focus {
    color: #AAA !important;
}

.atc-maker-list .entry-meta li a:hover {
    color: #777777 !important;
}

.atc-maker-list .entry-content {
    padding-top: 5px;
    font-size: 16px;
    overflow: hidden;
}

.atc-maker-list .entry-content p {
    font-size: 16px;
}

.atc-maker-list .entry-content a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
}

.atc-maker-list .entry-content a:active,
.atc-maker-list .entry-content a:focus {
    color: #555 !important;
}

.atc-maker-list .entry-content a:hover {
    color: #222222 !important;
}

@media only screen and (min-width: 992px) {
    .atc-maker-list .entry-content {
        height: 85px;
    }
}


/* ! ## ATC CARD LIST ## */

@media only screen and (min-width: 768px) {
    .atc-card-list {
        margin: 0 -1%;
    }
}

.atc-card-list .card-item {
    padding: 0;
    border: 1px solid #DDD;
    background: #FFF;
    -webkit-transition: all 200ms ease-in 0s;
    -moz-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}

.atc-card-list .card-item:hover {
    box-shadow: 0 0 3px 1px #f4f4f4;
}

@media only screen and (min-width: 992px) {
    .atc-card-list .card-item {
        width: 31.33%;
        margin: 1%;
        float: left;
        height: 407px;
        overflow: hidden;
    }
    .atc-card-list .card-item:nth-child(3n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .atc-card-list .card-item {
        width: 48%;
        margin: 1%;
        float: left;
        height: 400px;
        overflow: hidden;
    }
    .atc-card-list .card-item:nth-child(2n+1) {
        clear: both;
    }
}

.atc-card-list .card-item .cardcover {
    overflow: hidden;
}

.atc-card-list .card-item .cardcover .aimg {
    height: 150px;
    width: 100%;
    display: block;
    background-size: cover;
}

.atc-card-list .card-item .cardcover .aimg.center {
    background-position: center center;
}

.atc-card-list .card-item .cardcontent {
    padding: 15px 15px 10px;
}

.atc-card-list .card-item .cardmeta {
    padding: 8px 15px;
    bottom: 0;
    width: 100%;
    background: #FFF;
}

.atc-card-list .card-item .cardmeta ul {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .atc-card-list .card-item .cardmeta {
        position: absolute;
        box-shadow: 0 -1px 18px 10px #FFF;
    }
}

.atc-card-list .card-item .postlabel {
    position: absolute;
    top: 0px;
    left: 0px;
    right: auto;
    display: inline-block;
}

.atc-card-list .card-item .entry-content {
    height: auto;
}

.atc-card-list .card-item .entry-content p {
    line-height: 1.9 !important;
}

.atc-card-list.atc-card-slide-list {
    margin: 0;
}

.atc-card-list.atc-card-slide-list .card-item {
    width: 100%;
    margin: 0;
}


/* ! ## COVER BOOK ITEM ## */

.coverbookitem {
    background: none;
    cursor: pointer;
}

.coverbookitem.individual {
    display: inline-block;
}

.coverbookitem.individual .inner-cover {
    display: inline-block;
}

.coverbookitem.individual img {
    width: 180px;
}

.coverbookitem .cover {
    text-align: center;
}

.coverbookitem .cover.round img {
    width: 65%;
    border-radius: 200px;
    border: 1px solid #f4f4f4;
}

.coverbookitem .cover .inner-cover {
    position: relative;
}

.coverbookitem .cover .inner-cover.overflow-h {
    overflow: hidden;
}

.coverbookitem .cover .inner-cover .marker {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 1px 2px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    background: #f9dd53;
    border-radius: 20px;
}

.coverbookitem .cover .inner-cover .inner-info {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.9);
}

.coverbookitem .info {
    text-align: center;
    padding: 8px 0px;
}

.coverbookitem .info .title {
    font-size: 14px;
    font-family: "Lato", "DroidSans-Bold";
    text-transform: uppercase;
    line-height: normal;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.coverbookitem .info .meta {
    font-family: "Arundina", "DroidSans-Regular";
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    color: #7e8c8d;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.coverbookitem .statuslabel {
    font-size: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
}


/* ! ## NORMAL BOOKLIST SECTION ## */

.normalbooklist-section {
    background: #FFF;
}

.normalbooklist-section.darkenborder {
    border-top: 8px solid #e7af14;
}


/* ! ## BOOK LIST ## */

.booklist,
.avatarlist {
    margin: 0 -15px 30px;
}

.booklist li,
.avatarlist li {
    list-style: none;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .booklist li:nth-child(4n+1),
    .avatarlist li:nth-child(4n+1) {
        clear: left;
    }
    .booklist li:nth-child(4n),
    .avatarlist li:nth-child(4n) {
        clear: right;
    }
}

@media only screen and (max-width: 768px) {
    .booklist li:nth-child(2n+1),
    .avatarlist li:nth-child(2n+1) {
        clear: left;
    }
    .booklist li:nth-child(2n),
    .avatarlist li:nth-child(2n) {
        clear: right;
    }
}

@media only screen and (min-width: 992px) {
    .booklist li:nth-child(6n+1),
    .avatarlist li:nth-child(6n+1) {
        clear: left;
    }
    .booklist li:nth-child(6n),
    .avatarlist li:nth-child(6n) {
        clear: right;
    }
}

.booklist li .inner-info,
.avatarlist li .inner-info {
    -webkit-transition: all 200ms ease-in 0s;
    -moz-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
    bottom: -45px;
}

.booklist li:hover .inner-info,
.avatarlist li:hover .inner-info {
    bottom: 0px;
}

.booklist a img,
.avatarlist a img {
    -webkit-transition: all 200ms ease-in 0s;
    -moz-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
}

.booklist a:hover img,
.avatarlist a:hover img {
    box-shadow: 0 0 3px 1px #DDD;
}


/* ! ## SORTING LIST ## */

.sortinglist {
    margin: 0;
    padding: 0;
}

.sortinglist li {
    list-style: none;
    display: inline-block;
}

.sortinglist li.title span {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    margin-right: 5px;
}

.sortinglist li.option a {
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f4f4f4;
    color: #222;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    line-height: normal;
}

.sortinglist li.option a:hover {
    background: #e7e7e7;
}

.sortinglist li.option.active a {
    background: #f9dd53;
    color: #222;
    pointer-events: none;
}


/* ! ## PLAIN SECTION ## */

.plain-section {
    background: #f9dd53;
    padding: 20px 10px;
}

@media only screen and (max-width: 768px) {
    .plain-section {
        padding: 20px 10px;
    }
}

.plain-section.lp {
    padding: 20px 10px;
}

.plain-section.grey {
    background: #f4f4f4;
}

.plain-section.white {
    background: #FFF;
}

.plain-section .section-inner {
    margin: 0 auto;
    max-width: 938px !important;
    text-align: center;
}

.plain-section .section-inner.filled {
    background: #FFF;
    padding: 20px;
}

.plain-section .section-inner.narrow {
    margin: 0 auto;
    max-width: 750px !important;
}

.plain-section .section-inner.tiny {
    margin: 0 auto;
    max-width: 450px !important;
}

.plain-section .main-img {
    display: inline-block;
    max-width: 130px;
}

.plain-section .main-img.inline {
    max-width: 60px;
}

.plain-section .main-icon {
    font-size: 120px;
    margin-bottom: 30px;
    display: block;
    color: #222;
}

.plain-section .main-text {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Lato", "Kanit";
    margin-bottom: 30px;
    color: #222;
}

.plain-section .main-text.inline {
    display: inline-block;
}

.plain-section .section-action {
    margin-top: 20px;
}


/* ! ## ABOUT SECTION ## */

.about-section.grey {
    background: #f4f4f4;
}

.about-section.welcome-section {
    background-image: url("/images/makers/i-welcome-bg.jpg");
    background-repeat: repeat;
    background-size: contain;
}

.about-section .section.bottomborder {
    border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 992px) {
    .about-section .section.hidebg {
        background-image: none !important;
    }
}

.about-section .emphasis-title h1 {
    font-size: 36px;
}

@media only screen and (max-width: 768px) {
    .about-section .emphasis-title h1 {
        font-size: 24px !important;
        letter-spacing: 0px !important;
    }
}

@media only screen and (min-width: 768px) {
    .about-section .heading-img {
        float: left;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .about-section .heading-img {
        margin-bottom: 20px;
    }
}

.about-section .heading-img img {
    max-width: 70px;
}

.about-section .heading-block h2,
.about-section .heading-block h4 {
    font-family: "Lato", "DroidSans-Bold";
}

.about-section .heading-block span {
    font-family: "Kanit";
    font-size: 30px;
    font-weight: 300;
}

.about-section .heading-block span.small {
    font-size: 24px;
}

.about-section .heading-block span.tiny {
    font-size: 18px;
}

.about-section .heading-block span.bold {
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    .about-section .heading-block span {
        font-size: 24px;
    }
}

.about-section .feature-box .fbox-desc span {
    font-family: "Droid Sans";
    font-size: 16px;
}

.about-section .feature-box .fbox-icon.mnm i {
    color: #222;
}

.about-section .feature-box .fbox-icon.mnm:hover i {
    color: #FFF;
}

.about-section .session-form-footer {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
}

.about-section .blockmeta {
    margin: 20px 0;
}

.about-section .blockmeta a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #333;
    font-family: "Droid Sans";
}

.about-section .blockmeta a:active,
.about-section .blockmeta a:focus {
    color: #333 !important;
}

.about-section .blockmeta a:hover {
    color: black !important;
}

.about-section .blockmeta a.light {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #999;
}

.about-section .blockmeta a.light:active,
.about-section .blockmeta a.light:focus {
    color: #999 !important;
}

.about-section .blockmeta a.light:hover {
    color: #666666 !important;
}

.about-section .pbox {
    font-size: 16px !important;
    max-width: 80%;
    margin: 0 auto;
}


/* ! ## LOG IN ITEM ## */

.loginitem {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}

.loginitem .info {
    display: block;
    margin-bottom: 15px;
}

.loginitem .info .logo {
    width: 100%;
    max-width: 130px;
}

.loginitem .info .title {
    display: block;
    font-family: "Kanit";
    font-size: 20px;
}

.loginitem .info .message {
    font-family: "Kanit";
    font-size: 16px;
    padding: 15px;
}

.loginitem .info .message em {
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    font-style: normal;
    background-color: #f9dd53;
}

.loginitem .action {
    display: block;
    margin-top: 20px;
}

.loginitem .action a {
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    border-radius: 3px;
}

.loginitem .action a.sc-login-btn {
    font-family: "Kanit" !important;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
}

.loginitem .action a.sc-login-btn i {
    font-size: 1.2em;
    min-width: 40px;
    text-align: center;
}

.loginitem .action a.sc-login-btn span {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 20px;
}

.loginitem .action a.facebook-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #3b5998;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.loginitem .action a.facebook-btn:active,
.loginitem .action a.facebook-btn:focus {
    color: #FFF;
}

.loginitem .action a.facebook-btn:hover {
    color: #FFF;
    background: #344e86;
}

.loginitem .action a.facebook-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.loginitem .action a.facebook-btn i {
    margin-right: 5px;
}

.loginitem .action a.twitter-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #00acee;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
}

.loginitem .action a.twitter-btn:active,
.loginitem .action a.twitter-btn:focus {
    color: #FFF;
}

.loginitem .action a.twitter-btn:hover {
    color: #FFF;
    background: #009ad5;
}

.loginitem .action a.twitter-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.loginitem .action a.twitter-btn i {
    margin-right: 5px;
}

.loginitem .seperator {
    height: 1px;
    width: 100%;
    position: relative;
    margin: 20px 0;
    background: #DDD;
}

.loginitem .seperator span {
    color: #95a5a5;
    position: absolute;
    font-weight: 600;
    top: calc(50% - 10px);
    left: calc(50% - 20px);
    height: 20px;
    width: 40px;
    background: #f4f4f4;
}

.loginitem .error-msg {
    font-family: "Kanit";
    color: #e84c3d;
    margin-bottom: 15px;
}

.loginitem .form-login {
    padding: 0 0 15px;
    text-align: left;
}

.loginitem .form-login label {
    font-family: "Kanit";
}

.loginitem .form-login .form-group {
    margin-bottom: 12px;
}

.loginitem .form-login .form-group .help-block {
    font-family: "Droid Sans";
    font-size: 12px;
}

.loginitem .form-login .form-group .help-block a {
    font-family: "Kanit";
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
}

.loginitem .form-login .form-group .help-block a:active,
.loginitem .form-login .form-group .help-block a:focus {
    color: #555 !important;
}

.loginitem .form-login .form-group .help-block a:hover {
    color: #222222 !important;
}

.loginitem .form-login .form-group .form-control {
    border-left: 3px solid #f9dd53;
}

.loginitem .form-login .form-action {
    margin-top: 10px;
}

.loginitem .form-login .form-footer {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
}

.loginitem .form-login .form-footer p {
    font-family: "Kanit";
    margin-bottom: 5px;
}

.loginitem .form-login .form-footer .btn {
    margin-bottom: 5px;
}


/* ! ## INPUT BOX ITEM ## */

.inputboxitem {
    display: block;
    position: relative;
    width: 100%;
}

.inputboxitem.mainboxitem {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.inputboxitem.moremargin {
    margin: 15px 0;
}

.inputboxitem input {
    float: left;
    width: 80%;
    margin-bottom: 0;
    box-shadow: 0 !important;
    border: 0 !important;
    font-size: 20px;
    font-family: "Arundina", "DroidSans-Regular";
    border-radius: 0;
    text-transform: uppercase;
    height: 35px;
    padding: 0 15px;
}

.inputboxitem input:focus {
    box-shadow: none !important;
}

.inputboxitem button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #222;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    float: left;
    width: 20%;
    font-size: 14px;
    height: 35px;
    margin-bottom: 0;
}

.inputboxitem button:active,
.inputboxitem button:focus {
    color: #FFF;
}

.inputboxitem button:hover {
    color: #FFF;
    background: #151515;
}

.inputboxitem button[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.inputboxitem button i {
    margin-right: 5px;
}

.inputboxitem .help {
    position: absolute;
    right: 18%;
}

.inputboxitem .help a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #FFF;
    background: #bec3c7;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    margin-top: 5px;
    width: 25px;
    height: 25px;
    display: block;
}

.inputboxitem .help a:active,
.inputboxitem .help a:focus {
    color: #FFF !important;
}

.inputboxitem .help a:hover {
    color: #cccccc !important;
}

input.redeembox {
    text-transform: uppercase;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    font-weight: bold;
}

input.redeembox.border {
    border: 1px solid #222 !important;
}


/* ! ## JOBS ITEM ## */

.jobsitem {
    text-align: left !important;
}

.jobsitem span.maintitle {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
    color: #222;
    margin-bottom: 20px;
}

.jobsitem span.nametitle {
    margin: 5px 0;
    padding: 10px 15px;
    background: #f9dd53;
    text-transform: capitalize;
    font-size: 20px;
    font-family: "Lato", "DroidSans-Bold";
    color: #222;
    display: block;
}

.jobsitem span.title {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 30px;
    text-transform: uppercase;
    margin: 30px 0;
    display: block;
    line-height: normal;
    color: #222;
}

.jobsitem span.subtitle {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 16px;
    text-transform: uppercase;
    margin: 15px 0;
    display: block;
    line-height: normal;
    color: #222;
}

.jobsitem p {
    color: #222;
    font-family: "Droid Sans";
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 20px 0;
}

.jobsitem p.mg {
    margin: 30px 0;
}

.jobsitem ul {
    padding-left: 30px;
    margin: 20px 0;
}

.jobsitem ul li {
    font-family: "Droid Sans";
    font-size: 16px;
    color: #222;
}

.jobsitem img.small {
    width: 80%;
    max-width: 400px;
}

.jobsitem a {
    color: #222;
}

.jobsitem a:hover {
    text-decoration: underline;
}

.jobsitem .header-img {
    margin: 30px 0;
}

.jobsitem .header-img img {
    max-width: 300px;
    margin-left: -10px;
}

.jobsitem .mg a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #deba08;
}

.jobsitem .mg a:active,
.jobsitem .mg a:focus {
    color: #deba08 !important;
}

.jobsitem .mg a:hover {
    color: #7c6804 !important;
}

.jobsitem .lineend {
    content: "";
    text-align: center;
    margin: 30px 0;
}

.jobsitem .lineend span {
    border-top: 5px solid #f9dd53;
    width: 50px;
    display: inline-block;
    margin: 0;
}

.jobsitem .action {
    text-align: center;
    margin-bottom: 30px;
}

.jobsitem .action a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
    font-size: 18px;
}

.jobsitem .action a:active,
.jobsitem .action a:focus {
    color: #FFF;
}

.jobsitem .action a:hover {
    color: #FFF;
    background: #f8d83a;
}

.jobsitem .action a[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.jobsitem .action a i {
    margin-right: 5px;
}

.jobsitem .action a[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.jobsitem .action a:active,
.jobsitem .action a:focus,
.jobsitem .action a:hover {
    color: #222 !important;
}

.jobsitem .sharethis {
    margin: 50px 0 30px;
}

.jobsitem .sharethis .text {
    color: #222;
}


/* ! ## MAKERS START ITEM ## */

.startitem {
    top: 250px;
}

@media only screen and (max-width: 768px) {
    .startitem {
        top: 100px;
    }
}

.startitem h2 {
    font-size: 60px;
    color: #f9dd53 !important;
}

@media only screen and (max-width: 768px) {
    .startitem h2 {
        font-size: 48px;
        margin-bottom: 20px !important;
    }
}

.startitem h3.alt,
.startitem h4.alt {
    font-family: "Kanit";
    font-weight: 300;
}

.startitem .link {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #FFF;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
}

.startitem .link:active,
.startitem .link:focus {
    color: #FFF !important;
}

.startitem .link:hover {
    color: #cccccc !important;
}

.startitem .link.grey {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
}

.startitem .link.grey:active,
.startitem .link.grey:focus {
    color: #555 !important;
}

.startitem .link.grey:hover {
    color: #222222 !important;
}


/* ! ## MAKERS PORT LIST ## */

.makers-port-list .portfolio-item a {
    cursor: pointer !important;
}

@media only screen and (min-width: 992px) {
    .makers-port-list .portfolio-item {
        width: 25% !important;
    }
    .makers-port-list .portfolio-item:nth-child(4n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 992px) {
    .makers-port-list .portfolio-item {
        width: 50% !important;
    }
    .makers-port-list .portfolio-item:nth-child(2n+1) {
        clear: left;
    }
}

.makers-port-list .portfolio-item .portfolio-desc {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 20px !important;
}

.makers-port-list .portfolio-item .portfolio-desc h3 {
    font-family: "Kanit";
    font-weight: normal;
}

.makers-port-list .portfolio-item .portfolio-desc span {
    font-family: "Droid Sans";
}


/* ! ## STEP INFO LIST ## */

.stepinfolist .stepicon {
    display: inline-block;
    background: #f9dd53;
    border-radius: 30px;
    position: relative;
    padding: 10px;
    max-width: 200px;
}

.stepinfolist .stepicon:after {
    position: absolute;
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 6px dotted #f9dd53;
    top: 0;
    right: -48px;
    margin-top: 49%;
}

@media only screen and (max-width: 992px) {
    .stepinfolist .stepicon:after {
        display: none;
    }
}

.stepinfolist .col_last .stepicon:after {
    display: none;
}


/* ! ## NOTIFICATION LIST ## */

.notificationlist {
    margin: 0;
    padding: 0;
}

.notificationlist li {
    list-style: none;
    border-bottom: 1px solid #EFEFEF;
}

.notificationlist li.unread {
    background: #fffcf1;
}

.notificationlist li a {
    font-family: "Droid Sans";
    color: #555;
    display: block;
    line-height: normal;
    padding: 10px;
}

.notificationlist li a:hover {
    background: rgba(0, 0, 0, 0.02);
}

.notificationlist li a b {
    font-weight: bold;
    color: #222;
}

.notificationlist li a em {
    font-style: normal;
    color: #222;
}

.notificationlist li a time {
    margin-top: 8px;
    font-family: "Crete Round", serif;
    font-size: 12px;
    color: #999;
}

.notificationlist li a .avatar {
    padding-right: 10px;
}

.notificationlist li a .avatar img {
    border-radius: 200px;
}

@media only screen and (min-width: 992px) {
    .notificationlist.viewall li a {
        padding: 15px;
    }
    .notificationlist.viewall li a .avatar {
        margin-right: 15px;
    }
}

.faqlist {
    margin-left: 30px;
    margin-right: 15px;
}

.faqlist li {
    font-family: "Droid Sans";
    margin-bottom: 15px;
}

.faqlist li .question {
    font-weight: bold;
}


/* ! ## AUTHOR HEADER SECTION ## */

.authorheader-section {
    background-color: #FFF;
    padding: 30px 10px 0;
    position: relative;
}

.authorheader-section .container {
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}

.authorheader-section .section-heading {
    margin: 30px 0;
}

@media only screen and (max-width: 768px) {
    .authorheader-section .section-heading {
        margin: 0;
    }
}

.authorheader-section .section-heading.moremargin {
    margin: 50px 0;
}

@media only screen and (max-width: 768px) {
    .authorheader-section .section-heading.moremargin {
        margin: 20px 0;
    }
}

.authorheader-section .section-heading .text {
    padding: 10px;
    border: 1px solid #222;
    width: 100%;
    max-width: 400px;
}

@media only screen and (max-width: 992px) {
    .authorheader-section .info {
        text-align: center;
    }
}

.authorheader-section .info img {
    border-radius: 200px;
    box-shadow: 0px 0px 4px -3px #DDD;
    vertical-align: top;
    max-width: 120px;
}

.authorheader-section .info .title {
    font-family: "Lato", "DroidSans-Bold";
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .authorheader-section .info .title {
        margin-left: 0px;
    }
}

.authorheader-section .meta .title {
    display: block;
    margin-top: 25px;
}

@media only screen and (max-width: 992px) {
    .authorheader-section .meta .title {
        margin-top: 10px;
    }
}

.authorheader-section .meta .title a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #999;
    font-size: 14px;
    margin-left: 8px;
}

.authorheader-section .meta .title a:active,
.authorheader-section .meta .title a:focus {
    color: #999 !important;
}

.authorheader-section .meta .title a:hover {
    color: #666666 !important;
}

.authorheader-section .meta .bio {
    display: block;
    font-family: "Droid Sans";
}

.authorheader-section .social {
    text-align: right;
    padding-top: 30px;
}

@media only screen and (max-width: 992px) {
    .authorheader-section .social {
        text-align: center;
        padding-top: 10px;
    }
}

.authorheader-section .social span {
    display: inline-block;
}

.authorheader-section .social a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
    margin: 0 2px;
    font-size: 12px;
}

.authorheader-section .social a:active,
.authorheader-section .social a:focus {
    color: #222 !important;
}

.authorheader-section .social a:hover {
    color: black !important;
}


/* ! ## BOOK HEADER SECTION ## */

.bookheader-section {
    background-color: #FFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 10px 0;
}

.bookheader-section .section-inner {
    margin: 0 auto;
    max-width: 938px !important;
    display: table;
    padding: 30px 0;
    border-bottom: 1px solid #DDD;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .bookheader-section .section-inner {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .bookheader-section .section-inner {
        padding: 20px 0;
    }
}

.bookheader-section.nocustom .item-action a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
    font-family: "Kanit";
    font-size: 20px;
    font-weight: 400;
    padding: 5px 14px;
}

.bookheader-section.nocustom .item-action a:active,
.bookheader-section.nocustom .item-action a:focus {
    color: #FFF;
}

.bookheader-section.nocustom .item-action a:hover {
    color: #FFF;
    background: #f8d83a;
}

.bookheader-section.nocustom .item-action a[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.bookheader-section.nocustom .item-action a i {
    margin-right: 5px;
}

.bookheader-section.nocustom .item-action a[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.bookheader-section.nocustom .item-action a:active,
.bookheader-section.nocustom .item-action a:focus,
.bookheader-section.nocustom .item-action a:hover {
    color: #222 !important;
}

.bookheader-section.hascustom .section-inner {
    height: 550px;
    padding: 0;
    border-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .bookheader-section.hascustom .section-inner {
        height: auto;
        padding: 40px 0;
    }
}

@media only screen and (max-width: 768px) {
    .bookheader-section.hascustom .section-inner {
        height: auto;
        padding: 20px 0;
    }
}

.bookheader-section.hascustom .item-action a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: rgba(0, 0, 0, 0.7);
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.7) inset;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: "Kanit";
    font-size: 20px;
    font-weight: 400;
    padding: 5px 14px;
}

.bookheader-section.hascustom .item-action a:active,
.bookheader-section.hascustom .item-action a:focus {
    color: #FFF;
}

.bookheader-section.hascustom .item-action a:hover {
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
}

.bookheader-section.hascustom .item-action a[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.bookheader-section.hascustom .item-action a i {
    margin-right: 5px;
}

.bookheader-section.hascustom .item-action a[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}


/* ! ## ALL BOOK DETAIL ITEM ## */

.allbookdetailitem {
    max-width: none;
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .allbookdetailitem .itemleft {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .allbookdetailitem .itemleft {
        text-align: center;
    }
}

.allbookdetailitem .itemright {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .allbookdetailitem .itemright {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .allbookdetailitem .statuslabel {
        margin-top: 15px;
    }
}

.allbookdetailitem img {
    margin-top: 5px;
    box-shadow: 1px 1px 2px 0px #999;
}

@media only screen and (max-width: 768px) {
    .allbookdetailitem img {
        width: 60%;
    }
}

.allbookdetailitem .title {
    display: block;
    color: #222;
    font-size: 36px;
    line-height: 40px;
    font-family: "Kanit";
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .allbookdetailitem .title {
        margin-top: 20px;
    }
}

.allbookdetailitem .meta {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #555;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-family: "Droid Sans";
    text-transform: uppercase;
}

.allbookdetailitem .meta:active,
.allbookdetailitem .meta:focus {
    color: #555 !important;
}

.allbookdetailitem .meta:hover {
    color: #222222 !important;
}

.allbookdetailitem .desc {
    display: block;
    font-size: 16px;
    font-family: "Droid Sans";
    margin: 20px 0;
}

.allbookdetailitem .item-action {
    margin-bottom: 20px;
}

.allbookdetailitem .item-action a i {
    margin-right: 8px !important;
}

@media only screen and (max-width: 992px) {
    .allbookdetailitem .item-action a {
        margin-bottom: 10px;
    }
}

.allbookdetailitem .redeemform {
    max-width: 485px;
}

.allbookdetailitem .redeemform button {
    background: #DDD;
}


/* ! ## CHAPTER LIST ITEM ## */

.chapterlistitem .chapterlist {
    margin: 0;
    padding: 0;
}

.chapterlistitem .chapterlist li {
    list-style: none;
    display: block;
}

.chapterlistitem .chapteritem {
    padding: 5px 0;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    max-width: none;
}

.chapterlistitem .chapteritem.padding {
    padding: 7px 10px;
}

.chapterlistitem .chapteritem .chorder {
    color: #000;
    background: #f4f4f4;
    display: inline-block;
    padding: 5px 0px;
    width: 30px;
    line-height: normal;
    text-align: center;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
    float: left;
}

.chapterlistitem .chapteritem .chlabel {
    color: #000;
    background: #f4f4f4;
    display: inline-block;
    padding: 5px 12px;
    line-height: normal;
    text-align: center;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 12px;
    margin-right: 10px;
    float: left;
}

.chapterlistitem .chapteritem .chlabel.green {
    background: #dff0d8;
}

.chapterlistitem .chapteritem .chlabel.blue {
    background: #d9edf7;
}

.chapterlistitem .chapteritem .chname {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #000;
    font-family: "Droid Sans";
    line-height: normal;
    display: block;
    padding-top: 3px;
}

.chapterlistitem .chapteritem .chname:active,
.chapterlistitem .chapteritem .chname:focus {
    color: #000 !important;
}

.chapterlistitem .chapteritem .chname:hover {
    color: #666666 !important;
}

.chapterlistitem .chapteritem .chname span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding-right: 15px;
}

.chapterlistitem .chapteritem .chname em {
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    color: #222;
    background: #DDD;
    padding: 2px 5px;
    margin-right: 3px;
    line-height: normal;
    font-size: 8px;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    position: relative;
    top: -2px;
}

.chapterlistitem .chapteritem .chview {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    padding-top: 3px;
}

.chapterlistitem .chapteritem .chview i {
    margin-right: 6px;
}

.chapterlistitem .chapteritem .chdate {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    padding-top: 3px;
}

.chapterlistitem .chapteritem .chdate i {
    margin-right: 6px;
}

.chapterlistitem .chapteritem .chstatus {
    font-family: "Lato", "DroidSans-Bold";
    text-transform: uppercase;
    font-size: 10px;
}

.chapterlistitem .chapteritem .chapteraction-btn {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
    font-weight: bold;
    font-size: 11px;
    display: inline-block;
    width: 70px;
}

.chapterlistitem .chapteritem .chapteraction-btn:active,
.chapterlistitem .chapteritem .chapteraction-btn:focus {
    color: #222 !important;
}

.chapterlistitem .chapteritem .chapteraction-btn:hover {
    color: black !important;
}

@media only screen and (max-width: 992px) {
    .chapterlistitem .chapteritem .chapteraction-btn {
        text-align: center;
    }
}

.chapterlistitem .chapteritem .chapterread-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #999;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #858585 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 5px 8px;
    margin-left: 8px;
    width: 65px;
    text-align: center;
}

.chapterlistitem .chapteritem .chapterread-btn:active,
.chapterlistitem .chapteritem .chapterread-btn:focus {
    color: #FFF;
}

.chapterlistitem .chapteritem .chapterread-btn:hover {
    color: #FFF;
    background: #8c8c8c;
}

.chapterlistitem .chapteritem .chapterread-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.chapterlistitem .chapteritem .chapterread-btn i {
    margin-right: 5px;
}

.chapterlistitem .chapteritem .chapterread-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.chapterlistitem .chapteritem .chapterread-btn i {
    margin-right: 0;
}

.chapterlistitem .chapteritem .owner-action .delete-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: none;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    display: inline-block;
    color: #222;
    border: 1px solid #222;
    padding: 7px 9px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 5px 8px;
}

.chapterlistitem .chapteritem .owner-action .delete-btn:active,
.chapterlistitem .chapteritem .owner-action .delete-btn:focus {
    color: #222;
    border: 1px solid #222;
    background: none;
}

.chapterlistitem .chapteritem .owner-action .delete-btn:hover {
    color: #222;
    border: 1px solid #222;
    background: rgba(0, 0, 0, 0.05);
}

.chapterlistitem .chapteritem .owner-action .delete-btn i {
    margin-right: 5px;
}

.chapterlistitem .chapteritem .owner-action .delete-btn i {
    margin: 0;
}

.chapterlistitem .chapteritem .owner-action .edit-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: none;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    display: inline-block;
    color: #222;
    border: 1px solid #222;
    padding: 7px 9px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 3px;
    letter-spacing: 1px;
    font-size: 11px;
    padding: 5px 8px;
    margin-left: 8px;
}

.chapterlistitem .chapteritem .owner-action .edit-btn:active,
.chapterlistitem .chapteritem .owner-action .edit-btn:focus {
    color: #222;
    border: 1px solid #222;
    background: none;
}

.chapterlistitem .chapteritem .owner-action .edit-btn:hover {
    color: #222;
    border: 1px solid #222;
    background: rgba(0, 0, 0, 0.05);
}

.chapterlistitem .chapteritem .owner-action .edit-btn i {
    margin-right: 5px;
}

.chapterlistitem .chapteritem .owner-action .row-btn {
    font-size: 11px;
    padding: 5px 8px;
    margin-left: 8px;
}


/* ! ## BOOK CONTENT SECTION ## */

.bookcontent-section {
    background: #FFF;
    padding: 40px 10px 40px;
}

.bookcontent-section .section-inner {
    margin: 0 auto;
    max-width: 938px !important;
}


/* ! ## BOOK CONTENT ITEM ## */

.bookcontentitem {
    margin-bottom: 30px;
}

.bookcontentitem .title {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #222;
}

.bookcontentitem .title i {
    margin-right: 10px;
}


/* ! ## REF LIST ## */

.reflist {
    margin: 0;
    padding: 0;
}

.reflist .contentitem {
    list-style: none;
    display: block;
    margin-bottom: 25px;
}

.reflist .contentitem .content-title {
    color: #222;
    font-family: "Kanit";
    font-size: 30px;
    margin-bottom: 5px;
    display: block;
}

.reflist .contentitem .link-list {
    margin: 0;
    padding: 0;
}

.reflist .contentitem .link-list li {
    list-style: none;
    display: block;
    background: #f4f4f4;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.reflist .contentitem .link-list li .link-title {
    color: #222;
    display: inline-block;
    font-family: "Droid Sans";
    font-size: 14px;
    line-height: 25px;
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .reflist .contentitem .link-list li .link-title {
        display: block;
    }
}

.reflist .contentitem .a-list {
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .reflist .contentitem .a-list {
        display: block;
    }
}

.reflist .contentitem .a-list li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.reflist .contentitem .a-list li a {
    font-size: 18px;
    padding: 2px;
}


/* ! ## MAKERS HOME ## */

.bannerlistitem img {
    width: 100%;
}

.bannerlistitem img.mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .bannerlistitem img.mobile {
        display: block;
    }
}

.bannerlistitem img.desktop {
    display: block;
}

@media only screen and (max-width: 768px) {
    .bannerlistitem img.desktop {
        display: none;
    }
}

.home-topiclist {
    margin: 0 -10px;
}

.home-topiclist>div {
    width: 20%;
    padding: 5px;
    float: left;
}

@media only screen and (max-width: 768px) {
    .home-topiclist>div {
        width: 50%;
        padding: 5px;
    }
}

.home-topiclist>div a {
    display: block;
}

.title-block h3 {
    font-family: "Lato", "Kanit";
    font-weight: 400 !important;
}


/* ! ## CUSTOM PROMO ## */

.custom-promo-home {
    border-radius: 0 !important;
    background-image: url("/images/makers/i-welcome-bg.jpg");
    background-position: 50% 85%;
    background-size: cover;
}

@media only screen and (max-width: 992px) {
    .custom-promo-home {
        background-size: 150%;
    }
}

@media only screen and (max-width: 768px) {
    .custom-promo-home {
        background-size: 210%;
    }
}

.custom-promo-home span {
    font-family: "Kanit";
    font-size: 20px;
}

.custom-promo-home a {
    font-family: "Kanit";
    font-weight: 400;
}


/* ! ## TREND TAG ITEM ## */

.trendtagitem {
    background: #f4f4f4;
}

.trendtagitem .title {
    display: block;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    padding: 10px 10px;
    background: #f9dd53;
    color: #000;
}

@media only screen and (min-width: 768px) {
    .trendtagitem .title {
        float: left;
        margin-right: 10px;
    }
}

.trendtagitem .heading {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: #222;
}

.trendtagitem .entry-meta {
    display: block;
    margin: 0;
}

.trendtagitem .entry-meta li {
    margin: 0;
}

.trendtagitem .entry-meta li.tagsbox {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .trendtagitem .entry-meta li.tagsbox {
        overflow: hidden;
        height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .trendtagitem .entry-meta li.tagsbox {
        padding-bottom: 10px;
    }
}

.trendtagitem .entry-meta li a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #000;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-family: "Crete Round", "Kanit";
    margin: 8px 5px 0;
}

.trendtagitem .entry-meta li a:active,
.trendtagitem .entry-meta li a:focus {
    color: #000 !important;
}

.trendtagitem .entry-meta li a:hover {
    color: #666666 !important;
}

.trendtagitem.transparent {
    background: none;
}

.trendtagitem.transparent .entry-meta li {
    overflow: visible;
    height: auto;
}

.trendtagitem.transparent .entry-meta li a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.trendtagitem.transparent .entry-meta li a:active,
.trendtagitem.transparent .entry-meta li a:focus {
    color: #222 !important;
}

.trendtagitem.transparent .entry-meta li a:hover {
    color: #888888 !important;
}


/* ! ## CUSTOM INTRO ## */

.custom-intro-home {
    background-image: url("/images/background/banner-mnm-home.jpg");
    background-size: cover;
    padding: 40px 0 55px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .custom-intro-home {
        padding: 30px 0;
    }
}

.custom-intro-home h4 {
    font-size: 20px;
    font-weight: 200 !important;
}

.custom-intro-home .searchform {
    max-width: 600px;
}

.custom-intro-home .trendtagitem {
    max-width: 750px;
    margin: 0 auto;
}

.custom-intro-home .photo-credit {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: rgba(255, 255, 255, 0.2);
}

.custom-intro-home.darktheme h4 {
    color: #FFF;
}

.custom-intro-home.darktheme .alink-dark-line {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #FFF;
}

.custom-intro-home.darktheme .alink-dark-line:active,
.custom-intro-home.darktheme .alink-dark-line:focus {
    color: #FFF !important;
}

.custom-intro-home.darktheme .alink-dark-line:hover {
    color: #cccccc !important;
}

.custom-intro-home.darktheme .searchform input {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
}

.custom-intro-home.darktheme .searchform button {
    background: rgba(255, 255, 255, 0.1);
    color: #FFF;
}


/* ! ## CHAPTER COVER SECTION ## */

.chaptercover-section {
    background-color: #FFF;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-bottom: 1px solid #f4f4f4;
}

.chaptercover-section.default {
    display: none;
}


/* ! ## CHAPTER META SECTION ## */

.chaptermeta-section {
    background: #FFF;
    padding: 8px 10px;
}

.chaptermeta-section .section-inner {
    margin: 0 auto;
    max-width: 750px !important;
}

.chaptermeta-section .chaptermetarow {
    max-width: none;
}

.chaptermeta-section .chaptermetarow .title {
    font-size: 14px;
    line-height: 24px;
    color: #7e8c8d;
    font-family: "Droid Sans";
}

.chaptermeta-section .chaptermetarow .title em {
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    background: #bec3c7;
    color: #FFF;
    padding: 6px;
    margin-right: 5px;
    line-height: normal;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
}

.chaptermeta-section .chaptermetarow .title a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.chaptermeta-section .chaptermetarow .title a:active,
.chaptermeta-section .chaptermetarow .title a:focus {
    color: #222 !important;
}

.chaptermeta-section .chaptermetarow .title a:hover {
    color: #888888 !important;
}

.chaptermeta-section .chaptermetarow .action {
    text-align: right;
}

.chaptermeta-section .chaptermetarow .action .subscribe-btn {
    font-size: 12px;
    padding: 5px 8px;
}


/* ! ## CHAPTER INFO SECTION ## */

.chapterinfo-section {
    background: #FFF;
    padding: 30px 10px 20px;
}

.chapterinfo-section .section-inner {
    margin: 0 auto;
    max-width: 750px !important;
}

.chapterinfo-section .title {
    font-family: "Kanit";
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.chapterinfo-section em {
    font-style: normal;
    text-transform: uppercase;
    display: inline-block;
    background: #bec3c7;
    color: #222;
    padding: 6px;
    margin-right: 5px;
    line-height: normal;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    font-weight: bold;
}

.chapterinfo-section .entry-meta {
    padding-left: 6px;
}

.chapterinfo-section .entry-meta a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #999;
}

.chapterinfo-section .entry-meta a:active,
.chapterinfo-section .entry-meta a:focus {
    color: #999 !important;
}

.chapterinfo-section .entry-meta a:hover {
    color: #666666 !important;
}

.chapterinfo-section .desc {
    font-family: "Crete Round", "Kanit";
    font-size: 14px;
}

.chapterinfo-section .desc a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
    display: inline-block;
    margin: 0 2px 5px;
}

.chapterinfo-section .desc a:active,
.chapterinfo-section .desc a:focus {
    color: #222 !important;
}

.chapterinfo-section .desc a:hover {
    color: black !important;
}

.chapterinfo-section .note {
    font-family: "Kanit";
    font-size: 14px;
    color: #999;
    background: #f4f4f4;
    padding: 8px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.chapterinfo-section .note a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.chapterinfo-section .note a:active,
.chapterinfo-section .note a:focus {
    color: #222 !important;
}

.chapterinfo-section .note a:hover {
    color: black !important;
}

.chapterinfo-section .note.warning {
    background: #FCF8E3;
    color: #843534;
}


/* ! ## CHAPTER ACTION SECTION ## */

.chapteraction-section {
    padding: 0px;
    background: #FFF;
}

.chapteraction-section .section-inner {
    margin: 0 auto;
    max-width: 750px !important;
}

.chapteraction-section .section-action .nav-btn span {
    font-size: 30px;
}

.chapteraction-section .section-action .nav-btn span .fa-stack-2x {
    color: #FFF;
}

.chapteraction-section .section-action .nav-btn span .fa-stack-1x {
    color: #f9dd53;
}

.chapteraction-section .section-action .nav-btn em {
    color: #222;
    font-family: "Lato", "DroidSans-Bold";
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
}

.chapteraction-section .section-action .nav-btn.prev-btn .fa-stack-1x {
    margin-left: -3px;
}

.chapteraction-section .section-action .nav-btn.next-btn .fa-stack-1x {
    margin-left: 2px;
}

.chapteraction-section .actionbox {
    padding: 15px 10px;
    border: 1px solid #f4f4f4;
    margin-top: -1px;
}

.chapteraction-section .navbox {
    margin-top: 30px;
}

.chapteraction-section .navbox .nav-btn {
    display: inline-block;
}

.chapteraction-section .navbox .nav-btn i {
    color: #f9dd53;
    font-size: 30px;
    vertical-align: middle;
    padding: 0 10px;
}

.chapteraction-section .feelingbox {
    margin-top: 30px;
}

.chapteraction-section .chaptermeta {
    color: #555;
    font-family: "Lato", "DroidSans-Regular";
    font-size: 14px;
    margin-right: 10px;
    display: none;
}

@media only screen and (max-width: 992px) {
    .chapteraction-section .chaptermeta {
        display: none;
    }
}

.chapteraction-section .chaptermeta a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.chapteraction-section .chaptermeta a:active,
.chapteraction-section .chaptermeta a:focus {
    color: #222 !important;
}

.chapteraction-section .chaptermeta a:hover {
    color: black !important;
}

.chapteraction-section .chapterlist-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.chapteraction-section .chapterlist-btn:active,
.chapteraction-section .chapterlist-btn:focus {
    color: #FFF;
}

.chapteraction-section .chapterlist-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.chapteraction-section .chapterlist-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.chapteraction-section .chapterlist-btn i {
    margin-right: 5px;
}

.chapteraction-section .chapterlist-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.chapteraction-section .chapterlist-btn:active,
.chapteraction-section .chapterlist-btn:focus,
.chapteraction-section .chapterlist-btn:hover {
    color: #222 !important;
}

.chapteraction-section .chapterlist-btn i {
    margin: 0;
}

.chapteraction-section .chapterlist-btn em {
    margin-left: 5px;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
    .chapteraction-section .chapterlist-btn em {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .chapteraction-section .subscribe-btn {
        margin-top: 5px;
    }
}


/* ! ## PAGELIST SECTION ## */

.pagelist-section {
    background: #FFF;
    padding: 10px 10px 0;
}

.pagelist-section .section-inner {
    margin: 0 auto;
    max-width: 750px !important;
}

.pagelist {
    margin: 0;
    padding: 0;
}

.pagelist li.page {
    list-style: none;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.pagelist li.page .pageitem {
    padding: 10px 0 20px;
}

.pagelist li.page:last-child {
    margin-bottom: 0;
}

.pagelist li.page-na .buyinfo {
    text-align: center;
    padding: 40px 20px 50px;
    background: #f4f4f4;
}

.pagelist li.page-na .buyinfo .endchapter-icon {
    width: 180px;
}

.pagelist li.page-na .buyinfo .endchapter-icon.small {
    width: 120px;
}

.pagelist li.page-na .buyinfo button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #555;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #414141 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.pagelist li.page-na .buyinfo button:active,
.pagelist li.page-na .buyinfo button:focus {
    color: #FFF;
}

.pagelist li.page-na .buyinfo button:hover {
    color: #FFF;
    background: #484848;
}

.pagelist li.page-na .buyinfo button[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.pagelist li.page-na .buyinfo button i {
    margin-right: 5px;
}

.pagelist li.page-na .buyinfo button[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.pagelist li.page-na .buyinfo span {
    display: block;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 16px;
    font-weight: bold;
}

.pagelist li.page-na .buyinfo i {
    font-size: 36px;
}

.pagelist li:last-child {
    border-bottom: none !important;
}


/* ! ## READER ACTION ## */

.readeraction-section .edit-btn {
    margin-top: 10px;
    margin-right: 10px;
}


/* ! ## READER FIXED BTN ## */

.fixedbtnitem {
    background: rgba(71, 71, 71, 0.7);
    color: #FFF !important;
    position: fixed;
    bottom: 15px;
    padding: 10px;
    height: 40px;
    width: 40px;
    margin: 0;
    text-align: center;
    border-radius: 0;
    z-index: 500;
}

.fixedbtnitem.left {
    left: 15px;
}

.fixedbtnitem.right {
    right: 15px;
}

.fixedbtnitem:hover {
    color: #FFF;
}

.fixedbtnitem i {
    background: none;
    margin-right: 0 !important;
    font-size: 18px;
}


/* ! ## FEELING LIST ## */

.feelinglist li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

@media only screen and (max-width: 480px) {
    .feelinglist li {
        margin: 0 2px;
    }
}

.feelinglist li .feelingicon {
    border-radius: 100px;
    padding: 2px 0;
}

.feelinglist li .feelingicon img {
    -webkit-transition: all 200ms ease-in 0s;
    -moz-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
    width: 45px;
    opacity: 0.5;
    position: relative;
    bottom: -3px;
}

@media only screen and (max-width: 480px) {
    .feelinglist li .feelingicon img {
        width: 35px;
    }
}

.feelinglist li .number {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.feelinglist li .number em {
    font-family: "Raleway", "DroidSans-Bold";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #222;
}

.feelinglist li:hover .feelingicon img {
    opacity: 1;
}

.feelinglist li.active .feelingicon img {
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1;
}


/* ! ## FB COMMENT ## */

#comment-tab-fb iframe {
    width: 100% !important;
}

@media only screen and (max-width: 992px) {
    #comment-tab-mnm {
        padding: 0 10px;
    }
}


/* ! ## COMMENT SECTION ## */

.comment-section .nogutter {
    padding-left: 0;
    padding-right: 0;
}

.comment-section .commentbox {
    margin-bottom: 15px;
}

.comment-section .commentbox.withborder {
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}

.comment-section .commentbox h4 {
    font-family: "Kanit";
    font-weight: normal;
    margin-bottom: 10px;
}

.comment-section .commentbox textarea {
    font-size: 16px;
    font-family: "Lato", "DroidSans-Regular";
    box-shadow: none;
    resize: none;
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.comment-section .commentbox textarea:focus {
    background: none;
}

.comment-section .commentbox textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.comment-section .commentbox textarea::-moz-placeholder {
    opacity: 0.5;
}

.comment-section .commentbox textarea:-moz-placeholder {
    opacity: 0.5;
}

.comment-section .commentbox textarea:-ms-input-placeholder {
    opacity: 0.5;
}

.comment-section .entry-avatar {
    text-align: center;
}

.comment-section .entry-avatar a {
    display: block;
}

.comment-section .entry-avatar img {
    width: 70%;
    max-width: 50px;
    border-radius: 100px;
    border: 1px solid #f4f4f4;
    margin-right: 8px;
}

.comment-section .entry-name {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    color: #AAA;
}

.comment-section .entry-name a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

.comment-section .entry-name a:active,
.comment-section .entry-name a:focus {
    color: #222 !important;
}

.comment-section .entry-name a:hover {
    color: #888888 !important;
}

.comment-section .entry-content {
    font-family: "Lato", "DroidSans-Regular";
    font-size: 16px;
    color: #222;
    margin: 2px 0;
}

.comment-section .entry-content a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #222;
}

.comment-section .entry-content a:active,
.comment-section .entry-content a:focus {
    color: #222 !important;
}

.comment-section .entry-content a:hover {
    color: #888888 !important;
}

.comment-section .cm-group {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.comment-section .cm-item {
    margin-bottom: 15px;
}

.comment-section .cm-item:last-child {
    margin-bottom: 0;
}

.comment-section .cm-item time {
    font-family: "Crete Round", serif;
    font-size: 12px;
    color: #999;
    margin-right: 5px;
}

.comment-section .cm-item .cm-btn {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #999;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    margin-right: 5px;
}

.comment-section .cm-item .cm-btn:active,
.comment-section .cm-item .cm-btn:focus {
    color: #999 !important;
}

.comment-section .cm-item .cm-btn:hover {
    color: #666666 !important;
}

.comment-section .cm-item .cm-btn i {
    margin: 0;
}

.comment-section .cm-item .cm-btn em {
    margin-left: 5px;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
    .comment-section .cm-item .cm-btn em {
        display: none;
    }
}


/* ! ## EDITOR ACTION SECTION ## */

.editoraction-section {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    text-align: right;
    z-index: 200;
}

.editoraction-section button {
    margin-left: 3px;
}

.editoraction-section .publish-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.editoraction-section .publish-btn:active,
.editoraction-section .publish-btn:focus {
    color: #FFF;
}

.editoraction-section .publish-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.editoraction-section .publish-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.editoraction-section .publish-btn i {
    margin-right: 5px;
}

.editoraction-section .publish-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.editoraction-section .publish-btn:active,
.editoraction-section .publish-btn:focus,
.editoraction-section .publish-btn:hover {
    color: #222 !important;
}

.editoraction-section .draft-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #bec3c7;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #a8afb4 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
}

.editoraction-section .draft-btn:active,
.editoraction-section .draft-btn:focus {
    color: #FFF;
}

.editoraction-section .draft-btn:hover {
    color: #FFF;
    background: #b0b6bb;
}

.editoraction-section .draft-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.editoraction-section .draft-btn i {
    margin-right: 5px;
}

.editoraction-section .draft-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.editoraction-section .draft-btn:active,
.editoraction-section .draft-btn:focus,
.editoraction-section .draft-btn:hover {
    color: #222 !important;
}

.editoraction-section .setting-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #555;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #414141 inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.editoraction-section .setting-btn:active,
.editoraction-section .setting-btn:focus {
    color: #FFF;
}

.editoraction-section .setting-btn:hover {
    color: #FFF;
    background: #484848;
}

.editoraction-section .setting-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.editoraction-section .setting-btn i {
    margin-right: 5px;
}

.editoraction-section .setting-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.editoraction-section .setting-btn i {
    margin: 0;
}

.editoraction-section .editoraction-status {
    padding-top: 10px;
}

.editoraction-section .editoraction-status span {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    line-height: normal;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.8);
    font-weight: bold;
    display: none;
    font-style: normal;
}

.editoraction-section .editoraction-status span.success {
    color: #00971A;
}

.editoraction-section .editoraction-status span.error {
    color: #e84c3d;
}

.editoraction-section .editoraction-status span a {
    color: #333;
    text-decoration: underline !important;
}


/* ! ## EDITOR COVER SECTION ## */

.editorcover-section {
    border-bottom: 1px solid #f4f4f4;
    background-color: #7e8c8d;
    position: relative;
    text-align: center;
    /* use ? */
    /* use ? */
}

.editorcover-section .buttonlist {
    position: absolute;
    top: 10px;
    left: 10px;
}

.editorcover-section .buttonlist .btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #555;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #414141 inset;
    border-radius: 3px;
    letter-spacing: 1px;
}

.editorcover-section .buttonlist .btn:active,
.editorcover-section .buttonlist .btn:focus {
    color: #FFF;
}

.editorcover-section .buttonlist .btn:hover {
    color: #FFF;
    background: #484848;
}

.editorcover-section .buttonlist .btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.editorcover-section .buttonlist .btn i {
    margin-right: 5px;
}

.editorcover-section .buttonlist .btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.editorcover-section .buttonlist .btn i {
    margin: 0;
}

.editorcover-section .buttonlist .btn em {
    margin-left: 5px;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
    .editorcover-section .buttonlist .btn em {
        display: none;
    }
}

.editorcover-section .buttonlist .enablecover-btn {
    display: none;
}

.editorcover-section .buttonlist .coveraction-btn {
    display: none;
}

.editorcover-section span {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 30px;
    padding: 2px 15px;
    cursor: pointer;
    position: relative;
    top: 50%;
}

.editorcover-section span em {
    font-style: normal;
}

.editorcover-section span i {
    margin-right: 10px;
}

.editorcover-section span.uploading-image-process i {
    margin-right: 0;
}

.editorcover-section .editcover-reposition-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: rgba(0, 0, 0, 0.3);
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    position: absolute;
    margin-bottom: 0;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    border: 0;
}

.editorcover-section .editcover-reposition-btn:active,
.editorcover-section .editcover-reposition-btn:focus {
    color: #FFF;
}

.editorcover-section .editcover-reposition-btn:hover {
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
}

.editorcover-section .editcover-reposition-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.editorcover-section .editcover-reposition-btn i {
    margin-right: 5px;
}

.editorcover-section .editcover-reposition-btn.noimage {
    display: none;
}

.editorcover-section .editcover-defaultcover-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: none;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    display: inline-block;
    color: #222;
    border: 1px solid #222;
    padding: 7px 9px;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 3px;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    margin-bottom: 0;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.editorcover-section .editcover-defaultcover-btn:active,
.editorcover-section .editcover-defaultcover-btn:focus {
    color: #222;
    border: 1px solid #222;
    background: none;
}

.editorcover-section .editcover-defaultcover-btn:hover {
    color: #222;
    border: 1px solid #222;
    background: rgba(0, 0, 0, 0.05);
}

.editorcover-section .editcover-defaultcover-btn i {
    margin-right: 5px;
}

.editorcover-section.reposition-action {
    cursor: move;
}

.editorcover-section.default {
    border-bottom: none;
    display: block;
    background: white !important;
    height: 40px !important;
}

@media only screen and (max-width: 992px) {
    .editorcover-section.default {
        height: 60px !important;
    }
}

.editorcover-section.default .enablecover-btn {
    display: inline-block;
}

.editorcover-section.cover .coveraction-btn {
    display: inline-block;
}


/* ! ## EDITOR INFO SECTION ## */

.editorinfo-section input {
    border: 0px;
    box-shadow: 0 0 0;
    transition: none;
    background: none;
    resize: none;
    outline: none;
    padding: 5px;
    margin: 0px;
    height: 60px;
    margin: 0;
    padding: 0;
}

.editorinfo-section input:focus {
    background: none;
    outline: none;
    box-shadow: 0 0 0;
}

.editorinfo-section textarea {
    border: 0px;
    box-shadow: 0 0 0;
    transition: none;
    background: none;
    resize: none;
    outline: none;
    padding: 5px;
    margin: 0px;
    height: 30px;
    margin: 0;
    padding: 0;
}

.editorinfo-section textarea:focus {
    background: none;
    outline: none;
    box-shadow: 0 0 0;
}


/* ! ## EDITOR MAIN SECTION ## */

.editormain-section {
    padding: 10px 10px 60px;
}

.editormain-section [contenteditable=true]:empty:before {
    content: attr(placeholder);
    color: #DDD;
    font-style: italic;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 20px;
    float: left;
}

.editormain-section .page .pageitem {
    min-height: 600px;
    outline: none;
    cursor: text;
}

.editormain-section .page .pagemeta {
    text-align: right;
    font-size: 12px;
    color: #95a5a5;
}

.editormain-section .page .pagemeta .pagemeta-delete {
    margin-left: 6px;
    cursor: pointer;
}

.editormain-section .page .pagemeta-number em {
    margin-left: 3px;
    font-style: normal;
    text-transform: uppercase;
}

.editormain-section .page .pagemeta-number em.g {
    color: #00971A;
}

.editormain-section .page .pagemeta-number em.r {
    color: #e84c3d;
}

.editormain-section .page.newpage {
    position: relative;
    border-bottom: none !important;
}

.editormain-section .page.newpage .pageitem {
    min-height: 100px;
    display: none;
}

.editormain-section .page.newpage .pagemeta {
    display: none;
}

.editormain-section .page.newpage .newpage-btn {
    text-align: center;
    cursor: pointer;
    width: 100%;
    z-index: 100;
}

.editormain-section .page.newpage .newpage-btn a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
    font-size: 18px;
    margin-bottom: 20px;
}

.editormain-section .page.newpage .newpage-btn a:active,
.editormain-section .page.newpage .newpage-btn a:focus {
    color: #FFF;
}

.editormain-section .page.newpage .newpage-btn a:hover {
    color: #FFF;
    background: #f8d83a;
}

.editormain-section .page.newpage .newpage-btn a[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.editormain-section .page.newpage .newpage-btn a i {
    margin-right: 5px;
}

.editormain-section .page.newpage .newpage-btn a[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.editormain-section .page.newpage .newpage-btn a:active,
.editormain-section .page.newpage .newpage-btn a:focus,
.editormain-section .page.newpage .newpage-btn a:hover {
    color: #222 !important;
}

.editormain-section .page.deleted {
    display: none !important;
}


/* ! ## FLOAT TOOLBAR ## */

.float-toolbar {
    background: #f4f4f4;
    position: absolute;
    height: 40px;
    display: none;
    border-radius: 3px;
}

.float-toolbar .tool-list {
    margin: 0;
    padding: 0;
    display: block;
}

.float-toolbar .tool-list li {
    list-style: none;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 35px;
    position: relative;
    color: #222;
    font-weight: bold;
    font-size: 18px;
}

.float-toolbar .tool-list li:first-child {
    border-left: 0;
}

.float-toolbar .tool-list li:hover {
    background: rgba(255, 255, 255, 0.6);
}

.float-toolbar .tool-list li i {
    vertical-align: middle;
    line-height: 35px;
}

.float-toolbar .tool-list li img {
    padding: 5px;
}

.float-toolbar .tool-list.more-tool-list {
    background: #f4f4f4;
    position: absolute;
    top: 40px;
    left: 0px;
    display: none;
    border-radius: 3px;
}

.float-toolbar .tool-list.more-tool-list li {
    display: inline-block;
    float: left;
    border-left: 0;
}

.float-toolbar .tool-list.more-tool-list em {
    display: block;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    padding-top: 3px;
}

.float-toolbar .tool-list.textstyle-tool-list li {
    display: block;
    float: none;
    width: 180px;
    height: auto;
    border-top: 1px solid #ececec;
    padding: 5px 3px;
}

.float-toolbar .tool-list.textstyle-tool-list li h2,
.float-toolbar .tool-list.textstyle-tool-list li h4,
.float-toolbar .tool-list.textstyle-tool-list li h6 {
    font-family: "Kanit";
    font-weight: 300;
    margin: 0;
}

.float-toolbar .tool-list.textstyle-tool-list li p {
    font-family: "Droid Sans";
    font-weight: 400;
    margin: 0;
}

.float-toolbar .tool-list.textstyle-tool-list li span {
    font-family: "Lato", "DroidSans-Bold";
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
}

.float-toolbar .tool-list.textstyle-tool-list li:first-child {
    border-top: 0;
}

.float-toolbar .tool-list.color-tool-list {
    width: 180px;
}

.float-toolbar .tool-list.color-tool-list li {
    width: 30px;
    height: 30px;
    font-size: 22px;
}

.float-toolbar .tool-list.color-tool-list li i {
    vertical-align: top;
    line-height: 30px;
}

.float-toolbar .tool-list.align-tool-list {
    width: 140px;
}

.float-toolbar.image-toolbar {
    height: auto;
    border-bottom: 5px solid #f9dd53;
    margin-bottom: 5px;
}

.float-toolbar.image-toolbar li {
    width: auto;
    height: auto;
    padding: 5px 6px;
    font-size: 12px;
    font-family: "Lato", "DroidSans-Bold";
    text-transform: uppercase;
    font-weight: bold;
}

.float-toolbar.image-toolbar:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f9dd53;
    position: absolute;
    margin: -10px;
    left: 50%;
    bottom: -5px;
}

.float-toolbar.editor-toolbar {
    border-bottom: 5px solid #f9dd53;
}

.float-toolbar.editor-toolbar:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f9dd53;
    position: absolute;
    margin: -10px;
    left: 50%;
    bottom: -5px;
}

.float-toolbar.upload-toolbar {
    border-top: 5px solid #f9dd53;
}

.float-toolbar.upload-toolbar:before {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #f9dd53;
    position: absolute;
    margin: -10px;
    left: 50%;
    top: -5px;
}


/* ! ## COVER ACTION LIST ## */

.coveractionlist {
    margin: -4px -10px;
    padding: 0;
}

.coveractionlist li {
    list-style: none;
}

.coveractionlist li a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #333;
    display: block;
    padding: 3px 10px;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 14px;
    cursor: pointer;
}

.coveractionlist li a:active,
.coveractionlist li a:focus {
    color: #333 !important;
}

.coveractionlist li a:hover {
    color: black !important;
}

.coveractionlist li a:hover {
    background: #f9dd53;
}

.coveractionlist li a i {
    margin-right: 5px;
}


/* ! ## SETTING ## */

.mywallet {
    margin-bottom: 30px;
    background: #555;
    border-color: #333;
}

.mywallet span {
    display: inline-block;
    padding-top: 3px;
    font-family: "Lato", "DroidSans-Bold";
    font-size: 18px;
    font-weight: bold;
    color: #f9dd53;
}

.mywallet em {
    font-style: normal;
    font-weight: normal;
    color: #FFF;
}

.mywallet .action-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
    font-size: 14px;
    float: right;
}

.mywallet .action-btn:active,
.mywallet .action-btn:focus {
    color: #FFF;
}

.mywallet .action-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.mywallet .action-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.mywallet .action-btn i {
    margin-right: 5px;
}

.mywallet .action-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.mywallet .action-btn:active,
.mywallet .action-btn:focus,
.mywallet .action-btn:hover {
    color: #222 !important;
}

.pageitem {
    background: #FFF;
    padding: 20px;
    position: relative;
    word-wrap: break-word;
    font-size: 18px;
    color: #222;
    font-family: "Droid Sans";
}

@media only screen and (max-width: 768px) {
    .pageitem {
        font-size: 16px;
    }
}

.pageitem h1,
.pageitem h2,
.pageitem h3,
.pageitem h4,
.pageitem h5,
.pageitem h6 {
    font-family: "Kanit";
    font-weight: 300;
}

.pageitem h2 {
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .pageitem h2 {
        font-size: 24px;
    }
}

.pageitem h4 {
    font-size: 24px;
}

@media only screen and (max-width: 768px) {
    .pageitem h4 {
        font-size: 22px;
    }
}

.pageitem h6 {
    font-size: 14px;
}

.pageitem p {
    margin-bottom: 20px;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .pageitem p {
        font-size: 16px;
    }
}

.pageitem ul li {
    list-style: disc !important;
    margin-left: 50px;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .pageitem ul li {
        font-size: 16px;
    }
}

.pageitem ol li {
    list-style: decimal !important;
    margin-left: 50px;
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .pageitem ol li {
        font-size: 16px;
    }
}

.pageitem a {
    -webkit-transition: color 300ms ease-out 0s;
    -moz-transition: color 300ms ease-out 0s;
    -ms-transition: color 300ms ease-out 0s;
    -o-transition: color 300ms ease-out 0s;
    transition: color 300ms ease-out 0s;
    color: #deba08;
}

.pageitem a:active,
.pageitem a:focus {
    color: #deba08 !important;
}

.pageitem a:hover {
    color: #7c6804 !important;
}

.pageitem .img-box {
    text-align: center;
    padding: 10px;
}

.pageitem .img-box.uploading i {
    font-size: 20px;
}

.pageitem img {
    display: block;
    margin: 10px auto;
    height: auto;
    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

@media only screen and (max-width: 768px) {
    .pageitem img {
        max-width: calc(100vw - 10px);
        left: calc(-50vw + 50% + 5px);
        position: relative;
    }
}

.pageitem img.nomargin {
    margin: 0 auto !important;
}

.pageitem img.endchapter-icon {
    width: 250px;
}

@media only screen and (max-width: 768px) {
    .pageitem img.endchapter-icon {
        left: auto;
    }
}

.pageitem img.largeimage {
    max-width: calc(100vw - 10px);
    left: calc(-50vw + 50% + 5px);
    position: relative;
    width: 300%;
}

.pageitem .imgtolink img {
    -webkit-transition: all 200ms ease-in 0s;
    -moz-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    -o-transition: all 200ms ease-in 0s;
    transition: all 200ms ease-in 0s;
    opacity: 0.9;
}

.pageitem .imgtolink:hover img {
    opacity: 1;
}

.pageitem .imgwrapper.small img {
    width: 45%;
}

.pageitem .imgwrapper.medium img {
    width: 75%;
}

.pageitem .imgwrapper.fit img {
    width: 100%;
}

.pageitem .imgwrapper.full img {
    min-width: calc(100vw - 10px);
    left: calc(-50vw + 50% + 5px);
    position: relative;
    width: 300%;
}

.pageitem blockquote.instagram-media>div>div {
    display: none;
}

.pageitem .chapter_embed .ipost {
    width: 100%;
    margin: 0 auto;
    float: none;
}

@media only screen and (min-width: 768px) {
    .pageitem .chapter_embed .ipost {
        height: 475px;
    }
    .pageitem .chapter_embed .ipost.nocover {
        height: 255px;
    }
}

.pageitem .chapter_embed .ipost img {
    margin-top: 0px;
    max-width: 100%;
    left: 0;
}

.pageitem .chapter_embed .ipost li {
    margin-left: 0px;
}

.quizitem .quiztitle {
    display: block;
    font-family: "Kanit";
    font-weight: normal;
    font-size: 30px;
    text-decoration: underline;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .quizitem .quiztitle {
        font-size: 24px;
    }
}

.quizitem .quizlist {
    margin: 0;
    padding: 0;
}

.quizitem .quizlist li {
    list-style: none !important;
    margin: 0 0 30px !important;
    border-bottom: none !important;
}

.quizitem .quizlist li .question {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    color: #222;
    font-family: "Droid Sans";
}

@media only screen and (max-width: 768px) {
    .quizitem .quizlist li .question {
        font-size: 16px;
    }
}

.quizitem .quizlist li .answerlist {
    margin: 0;
    padding: 0;
}

.quizitem .quizlist li .answerlist li {
    list-style: none !important;
    padding-left: 15px !important;
    margin: 3px 0 !important;
    border-bottom: none !important;
}

.quizitem .quizlist li .answerlist li input {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}

.quizitem .quizlist li .answerlist li label {
    display: inline;
    font-size: 18px;
    color: #222;
    font-family: "Droid Sans";
    font-weight: normal;
}

@media only screen and (max-width: 768px) {
    .quizitem .quizlist li .answerlist li label {
        font-size: 16px;
    }
}

.quizitem .quizresult {
    background: #ececec;
    padding: 20px 10px;
    display: none;
}

.quizitem .quizresult .point {
    display: block;
    margin-bottom: 20px;
    font-family: "Kanit";
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .quizitem .quizresult .point {
        font-size: 24px;
    }
}

.quizitem .quizresult .title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222;
    font-family: "Droid Sans";
}

@media only screen and (max-width: 768px) {
    .quizitem .quizresult .title {
        font-size: 16px;
    }
}

.quizitem .quizresult .desc {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #222;
    font-family: "Droid Sans";
}

@media only screen and (max-width: 768px) {
    .quizitem .quizresult .desc {
        font-size: 16px;
    }
}

.quizitem .quizaction {
    background: #ececec;
    padding: 20px 10px;
}

.quizitem .btnrow {
    text-align: center;
}

.quizitem .btnrow button {
    margin-bottom: 0;
}

.quizitem .btnrow button.check-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #222;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #0e0e0e inset;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: "Kanit";
    font-size: 18px;
    font-weight: normal;
}

.quizitem .btnrow button.check-btn:active,
.quizitem .btnrow button.check-btn:focus {
    color: #FFF;
}

.quizitem .btnrow button.check-btn:hover {
    color: #FFF;
    background: #151515;
}

.quizitem .btnrow button.check-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.quizitem .btnrow button.check-btn i {
    margin-right: 5px;
}

.quizitem .btnrow button.check-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.quizitem .btnrow button.primary-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: normal;
}

.quizitem .btnrow button.primary-btn:active,
.quizitem .btnrow button.primary-btn:focus {
    color: #FFF;
}

.quizitem .btnrow button.primary-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.quizitem .btnrow button.primary-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.quizitem .btnrow button.primary-btn i {
    margin-right: 5px;
}

.quizitem .btnrow button.primary-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.quizitem .btnrow button.primary-btn:active,
.quizitem .btnrow button.primary-btn:focus,
.quizitem .btnrow button.primary-btn:hover {
    color: #222 !important;
}

.quizitem .btnrow button.share-result-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #f9dd53;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #f8d52c inset;
    border-radius: 3px;
    letter-spacing: 1px;
    color: #222;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: normal;
}

.quizitem .btnrow button.share-result-btn:active,
.quizitem .btnrow button.share-result-btn:focus {
    color: #FFF;
}

.quizitem .btnrow button.share-result-btn:hover {
    color: #FFF;
    background: #f8d83a;
}

.quizitem .btnrow button.share-result-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.quizitem .btnrow button.share-result-btn i {
    margin-right: 5px;
}

.quizitem .btnrow button.share-result-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.quizitem .btnrow button.share-result-btn:active,
.quizitem .btnrow button.share-result-btn:focus,
.quizitem .btnrow button.share-result-btn:hover {
    color: #222 !important;
}

.quizitem .btnrow button.share-facebook-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #3b5998;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #30487b inset;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: normal;
}

.quizitem .btnrow button.share-facebook-btn:active,
.quizitem .btnrow button.share-facebook-btn:focus {
    color: #FFF;
}

.quizitem .btnrow button.share-facebook-btn:hover {
    color: #FFF;
    background: #344e86;
}

.quizitem .btnrow button.share-facebook-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.quizitem .btnrow button.share-facebook-btn i {
    margin-right: 5px;
}

.quizitem .btnrow button.share-facebook-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

.quizitem .btnrow button.share-twitter-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #00acee;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #008fc5 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: normal;
}

.quizitem .btnrow button.share-twitter-btn:active,
.quizitem .btnrow button.share-twitter-btn:focus {
    color: #FFF;
}

.quizitem .btnrow button.share-twitter-btn:hover {
    color: #FFF;
    background: #009ad5;
}

.quizitem .btnrow button.share-twitter-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.quizitem .btnrow button.share-twitter-btn i {
    margin-right: 5px;
}

.quizitem .btnrow button.share-twitter-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

@media only screen and (max-width: 768px) {
    .quizitem .btnrow button.share-twitter-btn {
        margin-top: 10px;
    }
}

.quizitem .btnrow button.reset-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -ms-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    background: #999;
    font-family: "Lato", "DroidSans-Bold";
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border: 0;
    padding: 8px 10px;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 1px;
    box-shadow: 0px -3px 0px #858585 inset;
    border-radius: 3px;
    letter-spacing: 1px;
    font-family: "Kanit";
    font-size: 16px;
    font-weight: normal;
}

.quizitem .btnrow button.reset-btn:active,
.quizitem .btnrow button.reset-btn:focus {
    color: #FFF;
}

.quizitem .btnrow button.reset-btn:hover {
    color: #FFF;
    background: #8c8c8c;
}

.quizitem .btnrow button.reset-btn[disabled] {
    background: #DDD;
    color: #FFF;
    cursor: default;
    pointer-events: none;
    border: 0;
}

.quizitem .btnrow button.reset-btn i {
    margin-right: 5px;
}

.quizitem .btnrow button.reset-btn[disabled] {
    box-shadow: 0px -3px 0px #d8d8d8 inset;
}

@media only screen and (max-width: 768px) {
    .quizitem .btnrow button.reset-btn {
        margin-top: 10px;
    }
}


/* ! ## GREY SCALE (TEMP) ## */


/*
#header, 
.custom-promo-home{
	-moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; 
    filter: grayscale(100%);
}
*/

.winter-is-coming,
.snow {
    z-index: 100;
    pointer-events: none;
}

.winter-is-coming {
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}

.snow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: falling linear infinite both;
    transform: translate3D(0, -100%, 0);
    animation-duration: 10s;
    background-image: url("//minimore.com/images/events/tree/sky/snow-medium.png");
    background-size: auto;
}

.snow--near {
    animation-duration: 5s;
    background-image: url("//minimore.com/images/events/tree/sky/snow-large.png");
    background-size: auto;
}

.snow--near+.snow--alt {
    animation-delay: 2.5s;
}

.snow--mid {
    animation-duration: 10s;
    background-image: url("//minimore.com/images/events/tree/sky/snow-medium.png");
    background-size: auto;
}

.snow--mid+.snow--alt {
    animation-delay: 5s;
}

.snow--far {
    animation-duration: 15s;
    background-image: url("//minimore.com/images/events/tree/sky/snow-small.png");
    background-size: auto;
}

.snow--far+.snow--alt {
    animation-delay: 7.5s;
}

@keyframes falling {
    0% {
        transform: translate3D(-7.5%, -100%, 0);
    }
    100% {
        transform: translate3D(7.5%, 100%, 0);
    }
}

#float-event-tree {
    transition: all 300ms ease-in-out;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: -10px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
    background-image: linear-gradient(to bottom, #518EB4 0%, #C5D9EE 60%, #DDE6F4 100%);
    box-shadow: 0 0 1px 1px #C5D9EE;
    display: block;
}

@media only screen and (max-width: 768px) {
    #float-event-tree {
        width: 70px;
        height: 70px;
    }
}

#float-event-tree .inner {
    position: relative;
}

#float-event-tree img {
    max-width: 100%;
    display: block;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    #float-event-tree img {
        padding: 8px;
    }
}

#float-event-tree:hover {
    box-shadow: 0 0 3px 3px #C5D9EE;
}