﻿@charset "UTF-8"; /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

    
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot');
	src: url('../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
} 
@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: bold;
}  
#mideaNav {
    direction:rtl;

}
.fa.fa-pull-left, .fa.pull-left {
    margin-right: .3em;
}

.fa-fw, .fa-li {
    text-align: center;
}

.fa, .fa-stack {
    display: inline-block;
}

.fa, .glyphicon, .hvr-grow {
    -moz-osx-font-smoothing: grayscale;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}

.fp-enabled body, html, html.fp-enabled {
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: FontAwesome;
    src: url(fontawesome-webfont.eot-v=4.7.0) /*tpa=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0*/;
    src: url(fontawesome-webfont.eot-#iefix&v=4.7.0) /*tpa=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0*/ format('embedded-opentype'),url(fontawesome-webfont.woff2-v=4.7.0) /*tpa=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0*/ format('woff2'),url(fontawesome-webfont.woff-v=4.7.0) /*tpa=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0*/ format('woff'),url(fontawesome-webfont.ttf-v=4.7.0) /*tpa=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0*/ format('truetype'),url(fontawesome-webfont.svg-v=4.7.0#fontawesomeregular) /*tpa=https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular*/ format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-stack, img {
    vertical-align: middle;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa.fa-pull-right, .fa.pull-right {
    margin-left: .3em;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-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);
    transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.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;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before, .hvr-icon-pulse:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-television:before, .fa-tv:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    color: #000;
    background: #ff0;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    height: 0;
    box-sizing: content-box;
}

pre, textarea {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

.glyphicon, address {
    font-style: normal;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid;
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

    img {
        max-width: 100% !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important;
    }
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.img-thumbnail, body {
    background-color: #fff;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/fonts/glyphicons-halflings-regular.eot*/;
    src: url(../fonts/glyphicons-halflings-regular.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/fonts/glyphicons-halflings-regular.eot?#iefix*/ format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/fonts/glyphicons-halflings-regular.woff2*/ format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/fonts/glyphicons-halflings-regular.woff*/ format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/fonts/glyphicons-halflings-regular.ttf*/ format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular*/ format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-rub:before, .glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

:after, :before {
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus {
    outline-offset: -2px;
}

figure {
    margin: 0;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.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;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

dt, kbd kbd, label {
    font-weight: 700;
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.sub-categories .more-sub-category h3, .text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

pre code, table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

dl, ol, ul {
    margin-top: 0;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

address, dl {
    margin-bottom: 20px;
}

ol, ul {
    margin-bottom: 10px;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        width: 750px;
    }
}

.accordion-header:after, .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dropdown-menu > li > a, .filter-item h5:after, .form-horizontal .form-group:after, .mash-menu .mash-error, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after, .toggle-option:after {
    clear: both;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        color: #777;
    }

legend, pre {
    display: block;
    color: #333;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
}

caption, th {
    text-align: left;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.pre-scrollable {
    overflow-y: scroll;
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.btn-group > .btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .dropdown-menu {
    float: left;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset, legend {
    padding: 0;
    border: 0;
}

fieldset {
    min-width: 0;
    margin: 0;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.fade, .hvr-fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.input-sm {
    height: 30px;
    line-height: 1.5;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    line-height: 1.3333333;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.collapsing, .dropdown, .dropup {
    position: relative;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu-right, .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-header, .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143;
        white-space: nowrap;
    }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    font-weight: 400;
    color: #333;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: 12px;
    color: #777;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid;\9
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-radius: 4px 4px 0 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-radius: 0 0 4px 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.nav > li, .nav > li > a {
    display: block;
    position: relative;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li > a {
        padding: 10px 15px;
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .nav > li.disabled > a {
        color: #777;
    }

        .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
            color: #777;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
        }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
                margin-right: 0;
                border-radius: 4px;
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0;
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.mash-menu, .nav-justified > li, .nav-stacked > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

    .nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center;
    }

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.carousel-inner, .embed-responsive, .modal, .modal-open, .progress, .swiper-container {
    overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: right;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px;
}

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.breadcrumb > li, .pagination {
    display: inline-block;
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pager li, .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            text-decoration: none;
            background-color: #fff;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label:empty {
        display: none;
    }

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.media-object, .thumbnail {
    display: block;
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

.alert, .thumbnail {
    margin-bottom: 20px;
}

    .alert .alert-link, .close {
        font-weight: 700;
    }

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px;
    }

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px;
    }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px;
    }

    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px;
    }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.popover, .tooltip {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    line-break: auto;
    text-decoration: none;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    text-align: left;
    text-align: start;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.carousel-caption, .carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    text-align: center;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.carousel, .carousel-inner {
    position: relative;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    bottom: -10px;
    content: " ";
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel-inner {
    width: 100%;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .carousel-caption .btn, .text-hide {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.swiper-slide, .swiper-wrapper {
    height: 100%;
    position: relative;
}

.center-block, .swiper-container {
    margin-left: auto;
    margin-right: auto;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.center-block {
    display: block;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.fp-slide, .select2-container .select2-search--inline, .swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0;
}

.mash-menu em, .titalic {
    font-style: italic;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.swiper-container {
    position: relative;
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

*, .fp-section {
    -webkit-box-sizing: border-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.fp-controlArrow, .swiper-pagination {
    -webkit-transform: translate3d(0,0,0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform,height;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination-white .swiper-pagination-bullet, .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    display: inline-block;
    border-radius: 100%;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

i.flag:not(.icon), i.flag:not(.icon):before {
    display: inline-block;
    width: 16px;
    height: 11px;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*!
 * # Semantic UI 2.2.10 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

i.flag:not(.icon) {
    line-height: 11px;
    vertical-align: baseline;
    margin: 0 .5em 0 0;
    text-decoration: inherit;
    speak: none;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    i.flag:not(.icon):before {
        content: '';
        background: url(flags.png) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/flag-assets/images/flags.png*/ -108px -1976px no-repeat;
    }

i.flag.ad:before, i.flag.andorra:before {
    background-position: 0 0;
}

i.flag.ae:before, i.flag.uae:before, i.flag.united.arab.emirates:before {
    background-position: 0 -26px;
}

i.flag.af:before, i.flag.afghanistan:before {
    background-position: 0 -52px;
}

i.flag.ag:before, i.flag.antigua:before {
    background-position: 0 -78px;
}

i.flag.ai:before, i.flag.anguilla:before {
    background-position: 0 -104px;
}

i.flag.al:before, i.flag.albania:before {
    background-position: 0 -130px;
}

i.flag.am:before, i.flag.armenia:before {
    background-position: 0 -156px;
}

i.flag.an:before, i.flag.netherlands.antilles:before {
    background-position: 0 -182px;
}

i.flag.angola:before, i.flag.ao:before {
    background-position: 0 -208px;
}

i.flag.ar:before, i.flag.argentina:before {
    background-position: 0 -234px;
}

i.flag.american.samoa:before, i.flag.as:before {
    background-position: 0 -260px;
}

i.flag.at:before, i.flag.austria:before {
    background-position: 0 -286px;
}

i.flag.au:before, i.flag.australia:before {
    background-position: 0 -312px;
}

i.flag.aruba:before, i.flag.aw:before {
    background-position: 0 -338px;
}

i.flag.aland.islands:before, i.flag.ax:before {
    background-position: 0 -364px;
}

i.flag.az:before, i.flag.azerbaijan:before {
    background-position: 0 -390px;
}

i.flag.ba:before, i.flag.bosnia:before {
    background-position: 0 -416px;
}

i.flag.barbados:before, i.flag.bb:before {
    background-position: 0 -442px;
}

i.flag.bangladesh:before, i.flag.bd:before {
    background-position: 0 -468px;
}

i.flag.be:before, i.flag.belgium:before {
    background-position: 0 -494px;
}

i.flag.bf:before, i.flag.burkina.faso:before {
    background-position: 0 -520px;
}

i.flag.bg:before, i.flag.bulgaria:before {
    background-position: 0 -546px;
}

i.flag.bahrain:before, i.flag.bh:before {
    background-position: 0 -572px;
}

i.flag.bi:before, i.flag.burundi:before {
    background-position: 0 -598px;
}

i.flag.benin:before, i.flag.bj:before {
    background-position: 0 -624px;
}

i.flag.bermuda:before, i.flag.bm:before {
    background-position: 0 -650px;
}

i.flag.bn:before, i.flag.brunei:before {
    background-position: 0 -676px;
}

i.flag.bo:before, i.flag.bolivia:before {
    background-position: 0 -702px;
}

i.flag.br:before, i.flag.brazil:before {
    background-position: 0 -728px;
}

i.flag.bahamas:before, i.flag.bs:before {
    background-position: 0 -754px;
}

i.flag.bhutan:before, i.flag.bt:before {
    background-position: 0 -780px;
}

i.flag.bouvet.island:before, i.flag.bv:before {
    background-position: 0 -806px;
}

i.flag.botswana:before, i.flag.bw:before {
    background-position: 0 -832px;
}

i.flag.belarus:before, i.flag.by:before {
    background-position: 0 -858px;
}

i.flag.belize:before, i.flag.bz:before {
    background-position: 0 -884px;
}

i.flag.ca:before, i.flag.canada:before {
    background-position: 0 -910px;
}

i.flag.cc:before, i.flag.cocos.islands:before {
    background-position: 0 -962px;
}

i.flag.cd:before, i.flag.congo:before {
    background-position: 0 -988px;
}

i.flag.central.african.republic:before, i.flag.cf:before {
    background-position: 0 -1014px;
}

i.flag.cg:before, i.flag.congo.brazzaville:before {
    background-position: 0 -1040px;
}

i.flag.ch:before, i.flag.switzerland:before {
    background-position: 0 -1066px;
}

i.flag.ci:before, i.flag.cote.divoire:before {
    background-position: 0 -1092px;
}

i.flag.ck:before, i.flag.cook.islands:before {
    background-position: 0 -1118px;
}

i.flag.chile:before, i.flag.cl:before {
    background-position: 0 -1144px;
}

i.flag.cameroon:before, i.flag.cm:before {
    background-position: 0 -1170px;
}

i.flag.china:before, i.flag.cn:before {
    background-position: 0 -1196px;
}

i.flag.co:before, i.flag.colombia:before {
    background-position: 0 -1222px;
}

i.flag.costa.rica:before, i.flag.cr:before {
    background-position: 0 -1248px;
}

i.flag.cs:before, i.flag.serbia:before {
    background-position: 0 -1274px;
}

i.flag.cu:before, i.flag.cuba:before {
    background-position: 0 -1300px;
}

i.flag.cape.verde:before, i.flag.cv:before {
    background-position: 0 -1326px;
}

i.flag.christmas.island:before, i.flag.cx:before {
    background-position: 0 -1352px;
}

i.flag.cy:before, i.flag.cyprus:before {
    background-position: 0 -1378px;
}

i.flag.cz:before, i.flag.czech.republic:before {
    background-position: 0 -1404px;
}

i.flag.de:before, i.flag.germany:before {
    background-position: 0 -1430px;
}

i.flag.dj:before, i.flag.djibouti:before {
    background-position: 0 -1456px;
}

i.flag.denmark:before, i.flag.dk:before {
    background-position: 0 -1482px;
}

i.flag.dm:before, i.flag.dominica:before {
    background-position: 0 -1508px;
}

i.flag.do:before, i.flag.dominican.republic:before {
    background-position: 0 -1534px;
}

i.flag.algeria:before, i.flag.dz:before {
    background-position: 0 -1560px;
}

i.flag.ec:before, i.flag.ecuador:before {
    background-position: 0 -1586px;
}

i.flag.ee:before, i.flag.estonia:before {
    background-position: 0 -1612px;
}

i.flag.eg:before, i.flag.egypt:before {
    background-position: 0 -1638px;
}

i.flag.eh:before, i.flag.western.sahara:before {
    background-position: 0 -1664px;
}

i.flag.er:before, i.flag.eritrea:before {
    background-position: 0 -1716px;
}

i.flag.es:before, i.flag.spain:before {
    background-position: 0 -1742px;
}

i.flag.et:before, i.flag.ethiopia:before {
    background-position: 0 -1768px;
}

i.flag.eu:before, i.flag.european.union:before {
    background-position: 0 -1794px;
}

i.flag.fi:before, i.flag.finland:before {
    background-position: 0 -1846px;
}

i.flag.fiji:before, i.flag.fj:before {
    background-position: 0 -1872px;
}

i.flag.falkland.islands:before, i.flag.fk:before {
    background-position: 0 -1898px;
}

i.flag.fm:before, i.flag.micronesia:before {
    background-position: 0 -1924px;
}

i.flag.faroe.islands:before, i.flag.fo:before {
    background-position: 0 -1950px;
}

i.flag.fr:before, i.flag.france:before {
    background-position: 0 -1976px;
}

i.flag.ga:before, i.flag.gabon:before {
    background-position: -36px 0;
}

i.flag.gb:before, i.flag.united.kingdom:before {
    background-position: -36px -26px;
}

i.flag.gd:before, i.flag.grenada:before {
    background-position: -36px -52px;
}

i.flag.ge:before, i.flag.georgia:before {
    background-position: -36px -78px;
}

i.flag.french.guiana:before, i.flag.gf:before {
    background-position: -36px -104px;
}

i.flag.gh:before, i.flag.ghana:before {
    background-position: -36px -130px;
}

i.flag.gi:before, i.flag.gibraltar:before {
    background-position: -36px -156px;
}

i.flag.gl:before, i.flag.greenland:before {
    background-position: -36px -182px;
}

i.flag.gambia:before, i.flag.gm:before {
    background-position: -36px -208px;
}

i.flag.gn:before, i.flag.guinea:before {
    background-position: -36px -234px;
}

i.flag.gp:before, i.flag.guadeloupe:before {
    background-position: -36px -260px;
}

i.flag.equatorial.guinea:before, i.flag.gq:before {
    background-position: -36px -286px;
}

i.flag.gr:before, i.flag.greece:before {
    background-position: -36px -312px;
}

i.flag.gs:before, i.flag.sandwich.islands:before {
    background-position: -36px -338px;
}

i.flag.gt:before, i.flag.guatemala:before {
    background-position: -36px -364px;
}

i.flag.gu:before, i.flag.guam:before {
    background-position: -36px -390px;
}

i.flag.guinea-bissau:before, i.flag.gw:before {
    background-position: -36px -416px;
}

i.flag.guyana:before, i.flag.gy:before {
    background-position: -36px -442px;
}

i.flag.hk:before, i.flag.hong.kong:before {
    background-position: -36px -468px;
}

i.flag.heard.island:before, i.flag.hm:before {
    background-position: -36px -494px;
}

i.flag.hn:before, i.flag.honduras:before {
    background-position: -36px -520px;
}

i.flag.croatia:before, i.flag.hr:before {
    background-position: -36px -546px;
}

i.flag.haiti:before, i.flag.ht:before {
    background-position: -36px -572px;
}

i.flag.hu:before, i.flag.hungary:before {
    background-position: -36px -598px;
}

i.flag.id:before, i.flag.indonesia:before {
    background-position: -36px -624px;
}

i.flag.ie:before, i.flag.ireland:before {
    background-position: -36px -650px;
}

i.flag.il:before, i.flag.israel:before {
    background-position: -36px -676px;
}

i.flag.in:before, i.flag.india:before {
    background-position: -36px -702px;
}

i.flag.indian.ocean.territory:before, i.flag.io:before {
    background-position: -36px -728px;
}

i.flag.iq:before, i.flag.iraq:before {
    background-position: -36px -754px;
}

i.flag.ir:before, i.flag.iran:before {
    background-position: -36px -780px;
}

i.flag.iceland:before, i.flag.is:before {
    background-position: -36px -806px;
}

i.flag.it:before, i.flag.italy:before {
    background-position: -36px -832px;
}

i.flag.jamaica:before, i.flag.jm:before {
    background-position: -36px -858px;
}

i.flag.jo:before, i.flag.jordan:before {
    background-position: -36px -884px;
}

i.flag.japan:before, i.flag.jp:before {
    background-position: -36px -910px;
}

i.flag.ke:before, i.flag.kenya:before {
    background-position: -36px -936px;
}

i.flag.kg:before, i.flag.kyrgyzstan:before {
    background-position: -36px -962px;
}

i.flag.cambodia:before, i.flag.kh:before {
    background-position: -36px -988px;
}

i.flag.ki:before, i.flag.kiribati:before {
    background-position: -36px -1014px;
}

i.flag.comoros:before, i.flag.km:before {
    background-position: -36px -1040px;
}

i.flag.kn:before, i.flag.saint.kitts.and.nevis:before {
    background-position: -36px -1066px;
}

i.flag.kp:before, i.flag.north.korea:before {
    background-position: -36px -1092px;
}

i.flag.kr:before, i.flag.south.korea:before {
    background-position: -36px -1118px;
}

i.flag.kuwait:before, i.flag.kw:before {
    background-position: -36px -1144px;
}

i.flag.cayman.islands:before, i.flag.ky:before {
    background-position: -36px -1170px;
}

i.flag.kazakhstan:before, i.flag.kz:before {
    background-position: -36px -1196px;
}

i.flag.la:before, i.flag.laos:before {
    background-position: -36px -1222px;
}

i.flag.lb:before, i.flag.lebanon:before {
    background-position: -36px -1248px;
}

i.flag.lc:before, i.flag.saint.lucia:before {
    background-position: -36px -1274px;
}

i.flag.li:before, i.flag.liechtenstein:before {
    background-position: -36px -1300px;
}

i.flag.lk:before, i.flag.sri.lanka:before {
    background-position: -36px -1326px;
}

i.flag.liberia:before, i.flag.lr:before {
    background-position: -36px -1352px;
}

i.flag.lesotho:before, i.flag.ls:before {
    background-position: -36px -1378px;
}

i.flag.lithuania:before, i.flag.lt:before {
    background-position: -36px -1404px;
}

i.flag.lu:before, i.flag.luxembourg:before {
    background-position: -36px -1430px;
}

i.flag.latvia:before, i.flag.lv:before {
    background-position: -36px -1456px;
}

i.flag.libya:before, i.flag.ly:before {
    background-position: -36px -1482px;
}

i.flag.ma:before, i.flag.morocco:before {
    background-position: -36px -1508px;
}

i.flag.mc:before, i.flag.monaco:before {
    background-position: -36px -1534px;
}

i.flag.md:before, i.flag.moldova:before {
    background-position: -36px -1560px;
}

i.flag.me:before, i.flag.montenegro:before {
    background-position: -36px -1586px;
}

i.flag.madagascar:before, i.flag.mg:before {
    background-position: -36px -1613px;
}

i.flag.marshall.islands:before, i.flag.mh:before {
    background-position: -36px -1639px;
}

i.flag.macedonia:before, i.flag.mk:before {
    background-position: -36px -1665px;
}

i.flag.mali:before, i.flag.ml:before {
    background-position: -36px -1691px;
}

i.flag.burma:before, i.flag.mm:before, i.flag.myanmar:before {
    background-position: -73px -1821px;
}

i.flag.mn:before, i.flag.mongolia:before {
    background-position: -36px -1743px;
}

i.flag.macau:before, i.flag.mo:before {
    background-position: -36px -1769px;
}

i.flag.mp:before, i.flag.northern.mariana.islands:before {
    background-position: -36px -1795px;
}

i.flag.martinique:before, i.flag.mq:before {
    background-position: -36px -1821px;
}

i.flag.mauritania:before, i.flag.mr:before {
    background-position: -36px -1847px;
}

i.flag.montserrat:before, i.flag.ms:before {
    background-position: -36px -1873px;
}

i.flag.malta:before, i.flag.mt:before {
    background-position: -36px -1899px;
}

i.flag.mauritius:before, i.flag.mu:before {
    background-position: -36px -1925px;
}

i.flag.maldives:before, i.flag.mv:before {
    background-position: -36px -1951px;
}

i.flag.malawi:before, i.flag.mw:before {
    background-position: -36px -1977px;
}

i.flag.mexico:before, i.flag.mx:before {
    background-position: -72px 0;
}

i.flag.malaysia:before, i.flag.my:before {
    background-position: -72px -26px;
}

i.flag.mozambique:before, i.flag.mz:before {
    background-position: -72px -52px;
}

i.flag.na:before, i.flag.namibia:before {
    background-position: -72px -78px;
}

i.flag.nc:before, i.flag.new.caledonia:before {
    background-position: -72px -104px;
}

i.flag.ne:before, i.flag.niger:before {
    background-position: -72px -130px;
}

i.flag.nf:before, i.flag.norfolk.island:before {
    background-position: -72px -156px;
}

i.flag.ng:before, i.flag.nigeria:before {
    background-position: -72px -182px;
}

i.flag.ni:before, i.flag.nicaragua:before {
    background-position: -72px -208px;
}

i.flag.netherlands:before, i.flag.nl:before {
    background-position: -72px -234px;
}

i.flag.no:before, i.flag.norway:before {
    background-position: -72px -260px;
}

i.flag.nepal:before, i.flag.np:before {
    background-position: -72px -286px;
}

i.flag.nauru:before, i.flag.nr:before {
    background-position: -72px -312px;
}

i.flag.niue:before, i.flag.nu:before {
    background-position: -72px -338px;
}

i.flag.new.zealand:before, i.flag.nz:before {
    background-position: -72px -364px;
}

i.flag.om:before, i.flag.oman:before {
    background-position: -72px -390px;
}

i.flag.pa:before, i.flag.panama:before {
    background-position: -72px -416px;
}

i.flag.pe:before, i.flag.peru:before {
    background-position: -72px -442px;
}

i.flag.french.polynesia:before, i.flag.pf:before {
    background-position: -72px -468px;
}

i.flag.new.guinea:before, i.flag.pg:before {
    background-position: -72px -494px;
}

i.flag.ph:before, i.flag.philippines:before {
    background-position: -72px -520px;
}

i.flag.pakistan:before, i.flag.pk:before {
    background-position: -72px -546px;
}

i.flag.pl:before, i.flag.poland:before {
    background-position: -72px -572px;
}

i.flag.pm:before, i.flag.saint.pierre:before {
    background-position: -72px -598px;
}

i.flag.pitcairn.islands:before, i.flag.pn:before {
    background-position: -72px -624px;
}

i.flag.pr:before, i.flag.puerto.rico:before {
    background-position: -72px -650px;
}

i.flag.palestine:before, i.flag.ps:before {
    background-position: -72px -676px;
}

i.flag.portugal:before, i.flag.pt:before {
    background-position: -72px -702px;
}

i.flag.palau:before, i.flag.pw:before {
    background-position: -72px -728px;
}

i.flag.paraguay:before, i.flag.py:before {
    background-position: -72px -754px;
}

i.flag.qa:before, i.flag.qatar:before {
    background-position: -72px -780px;
}

i.flag.re:before, i.flag.reunion:before {
    background-position: -72px -806px;
}

i.flag.ro:before, i.flag.romania:before {
    background-position: -72px -832px;
}

i.flag.rs:before, i.flag.serbia:before {
    background-position: -72px -858px;
}

i.flag.ru:before, i.flag.russia:before {
    background-position: -72px -884px;
}

i.flag.rw:before, i.flag.rwanda:before {
    background-position: -72px -910px;
}

i.flag.sa:before, i.flag.saudi.arabia:before {
    background-position: -72px -936px;
}

i.flag.sb:before, i.flag.solomon.islands:before {
    background-position: -72px -962px;
}

i.flag.sc:before, i.flag.seychelles:before {
    background-position: -72px -988px;
}

i.flag.gb.sct:before, i.flag.scotland:before {
    background-position: -72px -1014px;
}

i.flag.sd:before, i.flag.sudan:before {
    background-position: -72px -1040px;
}

i.flag.se:before, i.flag.sweden:before {
    background-position: -72px -1066px;
}

i.flag.sg:before, i.flag.singapore:before {
    background-position: -72px -1092px;
}

i.flag.saint.helena:before, i.flag.sh:before {
    background-position: -72px -1118px;
}

i.flag.si:before, i.flag.slovenia:before {
    background-position: -72px -1144px;
}

i.flag.jan.mayen:before, i.flag.sj:before, i.flag.svalbard:before {
    background-position: -72px -1170px;
}

i.flag.sk:before, i.flag.slovakia:before {
    background-position: -72px -1196px;
}

i.flag.sierra.leone:before, i.flag.sl:before {
    background-position: -72px -1222px;
}

i.flag.san.marino:before, i.flag.sm:before {
    background-position: -72px -1248px;
}

i.flag.senegal:before, i.flag.sn:before {
    background-position: -72px -1274px;
}

i.flag.so:before, i.flag.somalia:before {
    background-position: -72px -1300px;
}

i.flag.sr:before, i.flag.suriname:before {
    background-position: -72px -1326px;
}

i.flag.sao.tome:before, i.flag.st:before {
    background-position: -72px -1352px;
}

i.flag.el.salvador:before, i.flag.sv:before {
    background-position: -72px -1378px;
}

i.flag.sy:before, i.flag.syria:before {
    background-position: -72px -1404px;
}

i.flag.swaziland:before, i.flag.sz:before {
    background-position: -72px -1430px;
}

i.flag.caicos.islands:before, i.flag.tc:before {
    background-position: -72px -1456px;
}

i.flag.chad:before, i.flag.td:before {
    background-position: -72px -1482px;
}

i.flag.french.territories:before, i.flag.tf:before {
    background-position: -72px -1508px;
}

i.flag.tg:before, i.flag.togo:before {
    background-position: -72px -1534px;
}

i.flag.th:before, i.flag.thailand:before {
    background-position: -72px -1560px;
}

i.flag.tajikistan:before, i.flag.tj:before {
    background-position: -72px -1586px;
}

i.flag.tk:before, i.flag.tokelau:before {
    background-position: -72px -1612px;
}

i.flag.timorleste:before, i.flag.tl:before {
    background-position: -72px -1638px;
}

i.flag.tm:before, i.flag.turkmenistan:before {
    background-position: -72px -1664px;
}

i.flag.tn:before, i.flag.tunisia:before {
    background-position: -72px -1690px;
}

i.flag.to:before, i.flag.tonga:before {
    background-position: -72px -1716px;
}

i.flag.tr:before, i.flag.turkey:before {
    background-position: -72px -1742px;
}

i.flag.trinidad:before, i.flag.tt:before {
    background-position: -72px -1768px;
}

i.flag.tuvalu:before, i.flag.tv:before {
    background-position: -72px -1794px;
}

i.flag.taiwan:before, i.flag.tw:before {
    background-position: -72px -1820px;
}

i.flag.tanzania:before, i.flag.tz:before {
    background-position: -72px -1846px;
}

i.flag.ua:before, i.flag.ukraine:before {
    background-position: -72px -1872px;
}

i.flag.ug:before, i.flag.uganda:before {
    background-position: -72px -1898px;
}

i.flag.um:before, i.flag.us.minor.islands:before {
    background-position: -72px -1924px;
}

i.flag.america:before, i.flag.united.states:before, i.flag.us:before {
    background-position: -72px -1950px;
}

i.flag.uruguay:before, i.flag.uy:before {
    background-position: -72px -1976px;
}

i.flag.uz:before, i.flag.uzbekistan:before {
    background-position: -108px 0;
}

i.flag.va:before, i.flag.vatican.city:before {
    background-position: -108px -26px;
}

i.flag.saint.vincent:before, i.flag.vc:before {
    background-position: -108px -52px;
}

i.flag.ve:before, i.flag.venezuela:before {
    background-position: -108px -78px;
}

i.flag.british.virgin.islands:before, i.flag.vg:before {
    background-position: -108px -104px;
}

i.flag.us.virgin.islands:before, i.flag.vi:before {
    background-position: -108px -130px;
}

i.flag.vietnam:before, i.flag.vn:before {
    background-position: -108px -156px;
}

i.flag.vanuatu:before, i.flag.vu:before {
    background-position: -108px -182px;
}

i.flag.gb.wls:before, i.flag.wales:before {
    background-position: -108px -208px;
}

i.flag.wallis.and.futuna:before, i.flag.wf:before {
    background-position: -108px -234px;
}

i.flag.samoa:before, i.flag.ws:before {
    background-position: -108px -260px;
}

i.flag.ye:before, i.flag.yemen:before {
    background-position: -108px -286px;
}

i.flag.mayotte:before, i.flag.yt:before {
    background-position: -108px -312px;
}

i.flag.south.africa:before, i.flag.za:before {
    background-position: -108px -338px;
}

i.flag.zambia:before, i.flag.zm:before {
    background-position: -108px -364px;
}

i.flag.zimbabwe:before, i.flag.zw:before {
    background-position: -108px -390px;
}

.fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}

.fp-section {
    position: relative;
    box-sizing: border-box;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul, .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li, .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

        .fp-slidesNav ul li {
            display: inline-block;
        }

            #fp-nav ul li a, .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

                #fp-nav ul li a span, .fp-slidesNav ul li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #333;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out;
                }

            #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0 0 -5px;
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial,helvetica,sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
            cursor: pointer;
        }

        #fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
            -webkit-transition: opacity .2s ease-in;
            transition: opacity .2s ease-in;
            width: auto;
            opacity: 1;
        }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

        #fp-nav ul li .fp-tooltip.left {
            left: 20px;
        }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    20%,53%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    50%,from,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    50%,from,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

.hvr-pulse, .pulse {
    -webkit-animation-name: pulse;
}

@-webkit-keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
}

@keyframes rubberBand {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1);
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1);
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1);
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1);
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg);
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg);
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg);
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg);
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

@keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }
}

@keyframes wobble {
    from,to {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes jello {
    11.1%,from,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

@keyframes bounceIn {
    20%,40%,60%,80%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03);
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0);
        transform: translate3d(0,-3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px,0,0);
        transform: translate3d(-3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px,0,0);
        transform: translate3d(25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px,0,0);
        transform: translate3d(3000px,0,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px,0,0);
        transform: translate3d(-25px,0,0);
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0);
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes bounceInUp {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0,3000px,0);
        transform: translate3d(0,3000px,0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px,0,0);
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px,0,0);
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,2000px,0);
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px,0,0);
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px,0,0);
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0,-2000px,0);
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        transform: perspective(400px) scale3d(.95,.95,.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,-200deg);
        transform: rotate3d(0,0,1,-200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-90deg);
        transform: rotate3d(0,0,1,-90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0,0,1,200deg);
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,45deg);
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0,0,1,-45deg);
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0,0,1,90deg);
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate3d(0,0,1,80deg);
        transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        -webkit-transform: rotate3d(0,0,1,60deg);
        transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,700px,0);
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.clearfix:after, .vhidden {
    visibility: hidden;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-style: solid;
            border-width: 5px 4px 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.hvr-grow, .hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with LESS.
 */

.hvr-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.hvr-shrink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hvr-pulse, .hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    75% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.hvr-pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hvr-pulse-shrink, .hvr-push {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
}

.hvr-pulse-shrink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
        -webkit-animation-name: hvr-pulse-shrink;
        animation-name: hvr-pulse-shrink;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-pop, .hvr-push {
    -webkit-transform: translateZ(0);
}

.hvr-push {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-in, .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.hvr-pop {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
        -webkit-animation-name: hvr-pop;
        animation-name: hvr-pop;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

.hvr-bounce-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hvr-bounce-out, .hvr-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
}

.hvr-bounce-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hvr-grow-rotate, .hvr-rotate {
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
}

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
}

.hvr-rotate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hvr-float, .hvr-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.hvr-grow-rotate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hvr-float, .hvr-sink {
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
}

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.hvr-float {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bob, .hvr-sink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-sink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-skew, .hvr-skew-forward {
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
}

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

@-webkit-keyframes hvr-bob {
    0%,100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes hvr-bob {
    0%,100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob, .hvr-hang {
    -webkit-transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bob {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hvr-hang, .hvr-skew {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
    -webkit-animation-name: hvr-bob-float,hvr-bob;
    animation-name: hvr-bob-float,hvr-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
}

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover, .hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
    -webkit-animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    -webkit-animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-hang {
    0%,100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}

@keyframes hvr-hang {
    0%,100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
}

@-webkit-keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@keyframes hvr-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

.hvr-hang {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
        -webkit-animation-name: hvr-hang-sink,hvr-hang;
        animation-name: hvr-hang-sink,hvr-hang;
        -webkit-animation-duration: .3s,1.5s;
        animation-duration: .3s,1.5s;
        -webkit-animation-delay: 0s,.3s;
        animation-delay: 0s,.3s;
        -webkit-animation-timing-function: ease-out,ease-in-out;
        animation-timing-function: ease-out,ease-in-out;
        -webkit-animation-iteration-count: 1,infinite;
        animation-iteration-count: 1,infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal,alternate;
        animation-direction: normal,alternate;
    }

.hvr-skew {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hvr-skew-backward, .hvr-skew-forward {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}

.hvr-skew-forward {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg);
    }

.hvr-skew-backward {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.hvr-wobble-horizontal, .hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-wobble-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-wobble-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-to-bottom-right, .hvr-wobble-to-top-right {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px);
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px);
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px);
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px);
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes hvr-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px,8px);
        transform: translate(8px,8px);
    }

    33.3% {
        -webkit-transform: translate(-6px,-6px);
        transform: translate(-6px,-6px);
    }

    49.95% {
        -webkit-transform: translate(4px,4px);
        transform: translate(4px,4px);
    }

    66.6% {
        -webkit-transform: translate(-2px,-2px);
        transform: translate(-2px,-2px);
    }

    83.25% {
        -webkit-transform: translate(1px,1px);
        transform: translate(1px,1px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.hvr-wobble-to-bottom-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
        -webkit-animation-name: hvr-wobble-to-bottom-right;
        animation-name: hvr-wobble-to-bottom-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px);
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px);
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px);
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px);
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes hvr-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px,-8px);
        transform: translate(8px,-8px);
    }

    33.3% {
        -webkit-transform: translate(-6px,6px);
        transform: translate(-6px,6px);
    }

    49.95% {
        -webkit-transform: translate(4px,-4px);
        transform: translate(4px,-4px);
    }

    66.6% {
        -webkit-transform: translate(-2px,2px);
        transform: translate(-2px,2px);
    }

    83.25% {
        -webkit-transform: translate(1px,-1px);
        transform: translate(1px,-1px);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

.hvr-wobble-to-top-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hvr-wobble-bottom, .hvr-wobble-top {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
    -webkit-animation-name: hvr-wobble-to-top-right;
    animation-name: hvr-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

    .hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
        -webkit-animation-name: hvr-wobble-top;
        animation-name: hvr-wobble-top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.hvr-buzz, .hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
    -webkit-animation-name: hvr-wobble-bottom;
    animation-name: hvr-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }

    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-skew {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
        -webkit-animation-name: hvr-wobble-skew;
        animation-name: hvr-wobble-skew;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-buzz, .hvr-buzz-out {
    -webkit-transform: translateZ(0);
}

.hvr-buzz {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hvr-buzz-out, .hvr-fade {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
    -webkit-animation-name: hvr-buzz;
    animation-name: hvr-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-buzz-out {
    10%,30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10%,30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-buzz-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-back-pulse, .hvr-fade {
    -webkit-transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.hvr-fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}

.btn-midea, .mash-menu .card .card-action a {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
}

.hvr-back-pulse, .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
    background-color: #09d;
    color: #fff;
}

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75);
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(32,152,209,.75);
    }
}

.hvr-back-pulse {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: "color, background-color";
    transition-property: "color, background-color";
}

    .hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: #2098d1;
        color: #fff;
    }

.hvr-sweep-to-left:before, .hvr-sweep-to-right:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09d;
    -webkit-transition-timing-function: ease-out;
}

.hvr-sweep-to-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-sweep-to-bottom, .hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-sweep-to-right:before {
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
    color: #fff;
}

    .hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.hvr-sweep-to-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-sweep-to-left:before {
        position: absolute;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.hvr-sweep-to-bottom:before, .hvr-sweep-to-top:before {
    -webkit-transition-timing-function: ease-out;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09d;
}

.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
    color: #fff;
}

    .hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.hvr-sweep-to-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-bounce-to-right, .hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-sweep-to-bottom:before {
    position: absolute;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
    color: #fff;
}

    .hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

.hvr-sweep-to-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-sweep-to-top:before {
        position: absolute;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
        color: #fff;
    }

        .hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

.hvr-bounce-to-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hvr-bounce-to-bottom, .hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
    color: #fff;
}

    .hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    }

.hvr-bounce-to-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .hvr-bounce-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #09d;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
        color: #fff;
    }

        .hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        }

.hvr-bounce-to-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hvr-bounce-to-top, .hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
    color: #fff;
}

    .hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    }

.hvr-bounce-to-top:before, .hvr-radial-out:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
}

.hvr-bounce-to-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

    .hvr-bounce-to-top:before {
        position: absolute;
        background: #09d;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
        color: #fff;
    }

        .hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
            transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
        }

.hvr-radial-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: 0 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-radial-in, .hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-radial-in, .hvr-radial-out:before {
    background: #09d;
    -webkit-transition-duration: .3s;
}

.hvr-radial-out:before {
    position: absolute;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-radial-in:before, .hvr-rectangle-in:before {
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
}

.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
    color: #fff;
}

    .hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

.hvr-radial-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-radial-in:before {
        position: absolute;
        background: 0 0;
        border-radius: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
        color: #fff;
    }

        .hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

.hvr-rectangle-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background: #09d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-rectangle-out, .hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-rectangle-in:before, .hvr-rectangle-out {
    background: 0 0;
    -webkit-transition-duration: .3s;
}

.hvr-rectangle-in:before {
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:before, .hvr-shutter-in-horizontal:before {
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition-timing-function: ease-out;
}

.hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
    color: #fff;
}

    .hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.hvr-rectangle-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-rectangle-out:before {
        position: absolute;
        background: #09d;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
        color: #fff;
    }

        .hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.hvr-shutter-in-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #09d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-shutter-in-vertical, .hvr-shutter-out-horizontal {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-shutter-in-horizontal:before {
    position: absolute;
    background: 0 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:before, .hvr-shutter-out-horizontal:before {
    -webkit-transition-timing-function: ease-out;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
    color: #fff;
}

    .hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

.hvr-shutter-out-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background: 0 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-shutter-out-horizontal:before {
        position: absolute;
        background: #09d;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
        color: #fff;
    }

        .hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

.hvr-shutter-in-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background: #09d;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-shutter-in-vertical:before {
        position: absolute;
        background: 0 0;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
        color: #fff;
    }

        .hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
        }

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: 0 0;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-shutter-out-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #09d;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.hvr-ripple-out:before, .hvr-trim:before {
    content: '';
}

.hvr-border-fade, .hvr-glow {
    -webkit-transition-property: box-shadow;
}

.hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
    color: #fff;
}

    .hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

.hvr-border-fade, .hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-border-fade {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px transparent,0 0 1px transparent;
}

.hvr-hollow, .hvr-trim:before {
    -webkit-transition-duration: .3s;
}

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
    box-shadow: inset 0 0 0 4px #09d,0 0 1px transparent;
}

.hvr-hollow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background;
    transition-property: background;
    box-shadow: inset 0 0 0 4px transparent,0 0 1px transparent;
}

.hvr-ripple-out, .hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
    background: 0 0;
}

.hvr-trim {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-trim:before {
        position: absolute;
        border: 4px solid #fff;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

    .hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
        opacity: 1;
    }

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.hvr-outline-out, .hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-ripple-out:before {
    position: absolute;
    border: 6px solid transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-outline-in:before, .hvr-ripple-in:before {
    content: '';
    border: 4px solid transparent;
    opacity: 0;
}

.hvr-ripple-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-ripple-in:before {
        position: absolute;
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }

    .hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
        -webkit-animation-name: hvr-ripple-in;
        animation-name: hvr-ripple-in;
    }

.hvr-outline-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-outline-in, .hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: "top, right, bottom, left";
    transition-property: "top, right, bottom, left";
}

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.hvr-outline-in {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-outline-in:before {
        pointer-events: none;
        position: absolute;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: "top, right, bottom, left";
        transition-property: "top, right, bottom, left";
    }

.hvr-underline-from-center:before, .hvr-underline-from-left:before {
    content: "";
    z-index: -1;
    background: #09d;
    height: 4px;
    -webkit-transition-timing-function: ease-out;
}

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}

.hvr-round-corners {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
}

.hvr-underline-from-center, .hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
    border-radius: 1em;
}

.hvr-underline-from-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left:before {
        position: absolute;
        left: 0;
        right: 100%;
        bottom: 0;
        -webkit-transition-property: "right";
        transition-property: "right";
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
        right: 0;
    }

.hvr-underline-from-center {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-left, .hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transition-property: "left, right";
    transition-property: "left, right";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:before, .hvr-underline-from-right:before {
    content: "";
    z-index: -1;
    background: #09d;
    height: 4px;
    -webkit-transition-timing-function: ease-out;
}

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-underline-from-right:before {
        position: absolute;
        left: 100%;
        right: 0;
        bottom: 0;
        -webkit-transition-property: "left";
        transition-property: "left";
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
        left: 0;
    }

.hvr-overline-from-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.hvr-overline-from-center, .hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-overline-from-left:before {
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    -webkit-transition-property: "right";
    transition-property: "right";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-center:before, .hvr-overline-from-right:before {
    content: "";
    z-index: -1;
    -webkit-transition-timing-function: ease-out;
    top: 0;
    background: #09d;
    height: 4px;
}

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
    right: 0;
}

.hvr-overline-from-center {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-overline-from-center:before {
        position: absolute;
        left: 50%;
        right: 50%;
        -webkit-transition-property: "left, right";
        transition-property: "left, right";
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
        left: 0;
        right: 0;
    }

.hvr-overline-from-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-reveal, .hvr-underline-reveal {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.hvr-overline-from-right:before {
    position: absolute;
    left: 100%;
    right: 0;
    -webkit-transition-property: "left";
    transition-property: "left";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-reveal:before, .hvr-underline-reveal:before {
    bottom: 0;
    -webkit-transition-timing-function: ease-out;
    content: "";
    left: 0;
    z-index: -1;
    right: 0;
}

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
    left: 0;
}

.hvr-reveal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-reveal:before {
        position: absolute;
        top: 0;
        border-color: #09d;
        border-style: solid;
        border-width: 0;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 4px;
    }

.hvr-underline-reveal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-underline-reveal:before {
        position: absolute;
        background: #09d;
        height: 4px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .hvr-overline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        background: #09d;
        height: 4px;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.hvr-glow, .hvr-shadow {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.hvr-glow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-grow-shadow, .hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
}

.hvr-box-shadow-outset, .hvr-shadow {
    -webkit-transition-property: box-shadow;
}

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
    box-shadow: 0 0 8px rgba(0,0,0,.6);
}

.hvr-shadow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.hvr-box-shadow-outset, .hvr-grow-shadow {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
}

.hvr-grow-shadow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: "box-shadow, transform";
    transition-property: "box-shadow, transform";
}

.hvr-box-shadow-inset, .hvr-box-shadow-outset {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: .3s;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-box-shadow-outset {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

    .hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
        box-shadow: 2px 2px 2px rgba(0,0,0,.6);
    }

.hvr-box-shadow-inset {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 rgba(0,0,0,.6),0 0 1px transparent;
}

    .hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
        box-shadow: inset 2px 2px 2px rgba(0,0,0,.6),0 0 1px transparent;
    }

.hvr-float-shadow, .hvr-show-radial {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-float-shadow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
        background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
        background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: "transform, opacity";
        transition-property: "transform, opacity";
    }

    .hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
            opacity: 1;
            -webkit-transform: translateY(5px);
            transform: translateY(5px);
        }

.hvr-show-radial {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-right, .hvr-bubble-top {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-show-radial:after, .hvr-show-radial:before {
    pointer-events: none;
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    height: 5px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-bubble-right:before, .hvr-bubble-top:before {
    pointer-events: none;
    z-index: -1;
    content: '';
    border-style: solid;
    -webkit-transition-property: transform;
}

.hvr-show-radial:before {
    bottom: 100%;
    background: -webkit-radial-gradient(50% 150%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(50% 150% ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at 50% 150%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);
}

.hvr-show-radial:after {
    top: 100%;
    background: -webkit-radial-gradient(50% -50%,ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(50% -50% ellipse,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 80%);
}

.hvr-show-radial:active:after, .hvr-show-radial:active:before, .hvr-show-radial:focus:after, .hvr-show-radial:focus:before, .hvr-show-radial:hover:after, .hvr-show-radial:hover:before {
    opacity: 1;
}

.hvr-bubble-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-bubble-top:before {
        position: absolute;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        left: calc(50% - 10px);
        top: 0;
        border-width: 0 10px 10px;
        border-color: transparent;
    }

    .hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.hvr-bubble-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.hvr-bubble-bottom, .hvr-bubble-left {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-bubble-right:before {
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    top: calc(50% - 10px);
    right: 0;
    border-width: 10px 0 10px 10px;
    border-color: transparent;
}

.hvr-bubble-bottom:before, .hvr-bubble-left:before {
    border-style: solid;
    -webkit-transition-property: transform;
    border-color: transparent;
    z-index: -1;
    content: '';
    pointer-events: none;
}

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.hvr-bubble-bottom {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-bubble-bottom:before {
        position: absolute;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0;
    }

    .hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

.hvr-bubble-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-bubble-float-right, .hvr-bubble-float-top {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-bubble-left:before {
    position: absolute;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    top: calc(50% - 10px);
    left: 0;
    border-width: 10px 10px 10px 0;
}

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.hvr-bubble-float-top {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .hvr-bubble-float-top:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        top: 0;
        border-style: solid;
        border-width: 0 10px 10px;
        border-color: transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

.hvr-bubble-float-left:before, .hvr-bubble-float-right:before {
    z-index: -1;
    content: '';
    top: calc(50% - 10px);
    border-style: solid;
    border-color: transparent;
}

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

    .hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

.hvr-bubble-float-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .hvr-bubble-float-right:before {
        position: absolute;
        right: 0;
        border-width: 10px 0 10px 10px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

    .hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

        .hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }

.hvr-bubble-float-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .hvr-bubble-float-bottom:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        bottom: 0;
        border-style: solid;
        border-width: 10px 10px 0;
        border-color: transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

    .hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
        }

.hvr-bubble-float-left, .hvr-icon-back {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-bubble-float-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

    .hvr-bubble-float-left:before {
        position: absolute;
        left: 0;
        border-width: 10px 10px 10px 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
    }

.hvr-icon-back:before, .hvr-icon-forward:before {
    font-family: FontAwesome;
    -webkit-transition-property: transform;
}

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

    .hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

.hvr-icon-back {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-left: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.hvr-icon-down, .hvr-icon-forward {
    -webkit-backface-visibility: hidden;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-back:before, .hvr-icon-forward {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .1s;
}

.hvr-icon-back:before {
    content: "\f137";
    position: absolute;
    left: 1em;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.hvr-icon-forward {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

    .hvr-icon-forward:before {
        content: "\f138";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.hvr-icon-grow:before, .hvr-icon-spin:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-property: transform;
}

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

@-webkit-keyframes hvr-icon-down {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@keyframes hvr-icon-down {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
}

.hvr-icon-down {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-down:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
        -webkit-animation-name: hvr-icon-down;
        animation-name: hvr-icon-down;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

@-webkit-keyframes hvr-icon-up {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-up {
    0%,100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    25%,75% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.hvr-icon-up {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-up:before {
        content: "\f01b";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.hvr-icon-drop, .hvr-icon-spin {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.hvr-icon-spin {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-spin:before {
        content: "\f021";
        position: absolute;
        padding: 0 1px;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    .hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

@-webkit-keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100%,51% {
        opacity: 1;
    }
}

@keyframes hvr-icon-drop {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100%,51% {
        opacity: 1;
    }
}

.hvr-icon-drop {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-fade, .hvr-icon-float-away {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-icon-drop:before {
    content: "\f041";
    position: absolute;
    right: 1em;
    opacity: 1;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-animation-name: hvr-icon-drop;
    animation-name: hvr-icon-drop;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
    animation-timing-function: cubic-bezier(.52,1.64,.37,.66);
}

.hvr-icon-fade {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-fade:before {
        content: "\f00c";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: color;
        transition-property: color;
    }

    .hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
        color: #0F9E5E;
    }

@-webkit-keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes hvr-icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

.hvr-icon-float-away, .hvr-icon-sink-away {
    -webkit-transform: translateZ(0);
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-float-away {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-grow, .hvr-icon-sink-away {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
    content: "\f055";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
}

.hvr-icon-float-away:after {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
    -webkit-animation-name: hvr-icon-float-away;
    animation-name: hvr-icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

@keyframes hvr-icon-sink-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(1em);
        transform: translateY(1em);
    }
}

.hvr-icon-sink-away {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
        content: "\f056";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-sink-away:after {
        opacity: 0;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
        -webkit-animation-name: hvr-icon-sink-away;
        animation-name: hvr-icon-sink-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

.hvr-icon-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-icon-pulse, .hvr-icon-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-grow:before, .hvr-icon-shrink {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s;
}

.hvr-icon-grow:before {
    content: "\f118";
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse:before, .hvr-icon-shrink:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-timing-function: ease-out;
}

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
    -webkit-transform: scale(1.3) translateZ(0);
    transform: scale(1.3) translateZ(0);
}

.hvr-icon-shrink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-shrink:before {
        content: "\f119";
        position: absolute;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

@-webkit-keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@keyframes hvr-icon-pulse {
    25% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    75% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

.hvr-icon-pulse {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pulse-grow, .hvr-icon-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-icon-pulse:before {
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:before, .hvr-icon-pulse-shrink:before {
    content: "\f015";
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-timing-function: ease-out;
}

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

@keyframes hvr-icon-pulse-grow {
    to {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.hvr-icon-pulse-grow {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

    .hvr-icon-pulse-grow:before {
        position: absolute;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
        -webkit-animation-name: hvr-icon-pulse-grow;
        animation-name: hvr-icon-pulse-grow;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

@-webkit-keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@keyframes hvr-icon-pulse-shrink {
    to {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

.hvr-icon-pulse-shrink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
}

.hvr-icon-pop, .hvr-icon-push {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-pulse-shrink:before {
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pop:before, .hvr-icon-push:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
    -webkit-animation-name: hvr-icon-pulse-shrink;
    animation-name: hvr-icon-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@keyframes hvr-icon-push {
    50% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

.hvr-icon-push {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-pop, .hvr-icon-push:before {
        -webkit-transform: translateZ(0);
        -webkit-transition-duration: .3s;
    }

    .hvr-icon-push:before {
        content: "\f006";
        position: absolute;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes hvr-icon-pop {
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.hvr-icon-pop {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-icon-bounce, .hvr-icon-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-icon-bounce, .hvr-icon-pop:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s;
}

.hvr-icon-pop:before {
    content: "\f005";
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-bounce:before, .hvr-icon-rotate:before {
    right: 1em;
    font-family: FontAwesome;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
}

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
    -webkit-animation-name: hvr-icon-pop;
    animation-name: hvr-icon-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.hvr-icon-bounce {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-bounce:before, .hvr-icon-rotate {
        -webkit-transform: translateZ(0);
        -webkit-transition-duration: .3s;
    }

    .hvr-icon-bounce:before {
        content: "\f087";
        position: absolute;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
        transition-timing-function: cubic-bezier(.47,2.02,.31,-.36);
    }

.hvr-icon-rotate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-icon-float, .hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-grow-rotate, .hvr-icon-rotate:before {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s;
}

.hvr-icon-rotate:before {
    content: "\f0c6";
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-float:before, .hvr-icon-grow-rotate:before {
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    right: 1em;
    font-family: FontAwesome;
}

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.hvr-icon-grow-rotate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-float, .hvr-icon-grow-rotate:before {
        -webkit-transform: translateZ(0);
        -webkit-transition-duration: .3s;
    }

    .hvr-icon-grow-rotate:before {
        content: "\f095";
        position: absolute;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg);
    }

.hvr-icon-float {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-icon-bob, .hvr-icon-sink {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
}

.hvr-icon-float:before, .hvr-icon-sink {
    -webkit-transform: translateZ(0);
    -webkit-transition-duration: .3s;
}

.hvr-icon-float:before {
    content: "\f01b";
    position: absolute;
    padding: 0 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.hvr-icon-sink {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-bob, .hvr-icon-sink:before {
        -webkit-transform: translateZ(0);
        -webkit-transition-duration: .3s;
    }

    .hvr-icon-sink:before {
        content: "\f01a";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

@-webkit-keyframes hvr-icon-bob {
    0%,100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@keyframes hvr-icon-bob {
    0%,100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

@-webkit-keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hvr-icon-bob-float {
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

.hvr-icon-bob {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-icon-hang, .hvr-icon-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-bob:before {
    content: "\f077";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
    -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
    animation-name: hvr-icon-bob-float,hvr-icon-bob;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
}

@-webkit-keyframes hvr-icon-hang {
    0%,100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@keyframes hvr-icon-hang {
    0%,100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    50% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
}

@-webkit-keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

@keyframes hvr-icon-hang-sink {
    100% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
}

.hvr-icon-hang {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-hang:after {
        content: "\f078";
        position: absolute;
        padding: 0 1px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-hang:active:after, .hvr-icon-hang:focus:after, .hvr-icon-hang:hover:after {
        -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
        animation-name: hvr-icon-hang-sink,hvr-icon-hang;
        -webkit-animation-duration: .3s,1.5s;
        animation-duration: .3s,1.5s;
        -webkit-animation-delay: 0s,.3s;
        animation-delay: 0s,.3s;
        -webkit-animation-timing-function: ease-out,ease-in-out;
        animation-timing-function: ease-out,ease-in-out;
        -webkit-animation-iteration-count: 1,infinite;
        animation-iteration-count: 1,infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal,alternate;
        animation-direction: normal,alternate;
    }

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }

    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.hvr-icon-wobble-horizontal {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 45px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hvr-icon-buzz, .hvr-icon-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-icon-wobble-horizontal:before {
    content: "\f105";
    position: absolute;
    right: 25px;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hvr-icon-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }

    33.3% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.hvr-icon-wobble-vertical {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-wobble-vertical:before {
        content: "\f062";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

@-webkit-keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

@keyframes hvr-icon-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
}

.hvr-icon-buzz {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.hvr-curl-top-left, .hvr-icon-buzz-out {
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    display: inline-block;
}

.hvr-icon-buzz:before {
    content: "\f017";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
    -webkit-animation-name: hvr-icon-buzz;
    animation-name: hvr-icon-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-icon-buzz-out {
    10%,30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-icon-buzz-out {
    10%,30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20%,40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50%,70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60%,80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.hvr-icon-buzz-out {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    padding-right: 2.2em;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    .hvr-icon-buzz-out:before {
        content: "\f023";
        position: absolute;
        right: 1em;
        padding: 0 1px;
        font-family: FontAwesome;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

.mash-menu, .mash-menu * {
    font-family: IRANSansWeb,sans-serif;
}

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
    -webkit-animation-name: hvr-icon-buzz-out;
    animation-name: hvr-icon-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.hvr-curl-top-left {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-curl-bottom-right, .hvr-curl-top-right {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    background: -webkit-linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    background: linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0,0,0,.4);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: width,height;
    transition-property: width,height;
}

.hvr-curl-bottom-right:before, .hvr-curl-top-right:before {
    background: #fff;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: width,height;
    content: '';
    right: 0;
    pointer-events: none;
}

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
    width: 25px;
    height: 25px;
}

.hvr-curl-top-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-curl-top-right:before {
        position: absolute;
        height: 0;
        width: 0;
        top: 0;
        background: -webkit-linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        background: linear-gradient(225deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        box-shadow: -1px 1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height;
    }

    .hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
        width: 25px;
        height: 25px;
    }

.hvr-curl-bottom-right {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

    .hvr-curl-bottom-right:before {
        position: absolute;
        height: 0;
        width: 0;
        bottom: 0;
        background: -webkit-linear-gradient(135deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        background: linear-gradient(315deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        box-shadow: -1px -1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height;
    }

    .hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
        width: 25px;
        height: 25px;
    }

.hvr-curl-bottom-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

    .hvr-curl-bottom-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        background: -webkit-linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        background: linear-gradient(45deg,#fff 45%,#aaa 50%,#ccc 56%,#fff 80%);
        box-shadow: 1px -1px 1px rgba(0,0,0,.4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width,height;
        transition-property: width,height;
    }

    .hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
        width: 25px;
        height: 25px;
    }

.mash-menu {
    padding: 0;
    display: block;
    position: relative;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
}

    .mash-menu * {
        outline: 0 !important;
        text-decoration: none !important;
        box-sizing: border-box;
        list-style: none;
        text-align: right;
        -webkit-tap-highlight-color: transparent !important;
    }

    .grid-border:focus, .mash-menu .dropdownjs > ul > li:focus, a, a:focus, a:hover, button:focus, input:focus, select:focus, span:focus, textarea:focus {
        outline: 0;
    }

    .mash-menu i.fa {
        font-family: FontAwesome;
    }

    .mash-menu section.mash-menu-inner-container {
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
        min-height: 60px;
        background:rgb(0, 153, 218);
    }

    .mash-menu .mash-brand, .mash-menu .mash-list-items {
        margin: 0;
        padding: 0;
        display: block;
        float: right;
        text-align: center;
    }

        .mash-menu .mash-brand > li, .mash-menu .mash-list-items > li {
            float: right;
            margin: 0;
            padding: 0;
            display: block;
            line-height: 60px;
        }

            .mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
                width: 100%;
                margin: 0;
                display: block;
                font-size: 1.125em;
                font-weight: 400;
                padding-left: 15px;
                padding-right: 15px;
                color: #ffffff;
                position: relative;
                overflow: hidden;
            }

@media screen and (max-width:767px) {
    .mash-menu {
        float: left;
        width: 100%;
    }

        .mash-menu section.mash-menu-inner-container {
            min-height: 1px;
        }

        .mash-menu .mash-brand, .mash-menu .mash-list-items {
            width: 100%;
        }

            .mash-menu .mash-brand > li, .mash-menu .mash-list-items > li {
                width: 100%;
                text-align: left;
                line-height: normal;
                cursor: pointer;
                position: relative;
            }

                .mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
                    line-height: normal;
                    word-wrap: break-word;
                    padding-top: 15px;
                    padding-bottom: 15px;
                }
}

.mash-menu .mash-brand > li > a img, .mash-menu .mash-list-items > li > a img {
    max-height: 20px;
    top: -3px;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media screen and (min-width:768px) {
    .mash-menu .mash-brand > li:hover > a, .mash-menu .mash-list-items > li:hover > a {
        color: #fff;
        background: 0 0;
        position: relative;
    }

    .mash-menu .mash-list-items {
        display: block !important;            
    }
}

.mash-menu .mash-list-items > li {
    cursor: default;
}

    .mash-menu .mash-list-items > li:after {
        display: none;
    }

    .mash-menu .mash-list-items > li.active > a {
        background: #00abf3;
        position: relative;
    }

    .mash-menu .mash-list-items > li:hover > a {
        color: #0099da;
        background: #f1f2f2;
        position: relative;
    }

.mash-menu .mash-list-items.right {
    float: right;
}

    .mash-menu .mash-list-items.right > li > .drop-down {
        right: 0;
    }

.mash-menu .withripple {
    position: relative;
}

.mash-menu .ripple-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.mash-menu .ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 100%;
    background-color: rgba(0,0,0,.05);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    opacity: 0;
    pointer-events: none;
}

.cat-content-desc .cat-more-content-link, .mash-menu .card .card-action a {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.mash-menu .ripple.ripple-on {
    opacity: .2;
}

.mash-menu .ripple.ripple-out {
    opacity: 0;
}

.mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a {
    border-right: 1px solid #008ecb;
    box-shadow: 1px 0 0 rgba(255,255,255,.1) inset,1px 0 0 rgba(255,255,255,.1);
    position: relative;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-list-items {
        padding-top: 44px;
        display: none;
    }

        .mash-menu .mash-list-items > li > a {
            padding-top: 12px;
            padding-bottom: 12px;
        }

            .mash-menu .mash-list-items > li > a:after {
                display: none;
            }

        .mash-menu .mash-list-items.right {
            padding-top: 0;
        }

    .mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a {
        border-right: none;
        border-bottom: 1px solid #008ecb;
        box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,0 1px 0 rgba(255,255,255,.1);
    }
}

.mash-menu.separator .mash-list-items.right {
    padding-top: 0;
}

    .mash-menu.separator .mash-list-items.right > li > a {
        border-left: 1px solid #008ecb;
        box-shadow: 1px 0 0 rgba(255,255,255,.1) inset,1px 0 0 rgba(255,255,255,.1);
        position: relative;
    }

.mash-menu .drop-down {
    margin: 0;
    display: none;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    z-index: 999;
    min-width: 180px;
    padding: 0;
    text-align: left;
}

@media screen and (max-width:767px) {
    .mash-menu.separator .mash-list-items.right > li > a {
        border-left: none;
        border-bottom: 1px solid #008ecb;
        box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,0 1px 0 rgba(255,255,255,.1);
    }

    .mash-menu.separator .mash-search-bar {
        border: 1px solid #008ecb;
        box-shadow: 0 1px 0 rgba(255,255,255,.1) inset,0 1px 0 rgba(255,255,255,.1);
    }

    .mash-menu .drop-down {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
        display: none;
        min-width: 10px;
        word-wrap: break-word;
        border-radius: 0;
        z-index: 9999;
    }
}

.mash-menu .drop-down a, .mash-menu .drop-down li {
    display: block;
    z-index: 999;
    margin: 0;
    position: relative;
    width: 100%;
}

.mash-menu .drop-down li {
    padding: 0;
}

    .mash-menu .drop-down li:first-child .drop-down {
        top: 0;
    }

    .mash-menu .drop-down li:first-child a {
        padding-top: 10px;
        position: relative;
    }

    .mash-menu .drop-down li:last-child a {
        padding-bottom: 10px;
        position: relative;
    }

.mash-menu .drop-down a {
    font-size: .8125em;
    padding: 6px 15px;
}

.mash-menu .drop-down li:hover > a {
    color: #0099da;
    position: relative;
}

.mash-menu .drop-down .drop-down {
    left: 100%;
    top: -8px;
    z-index: -1;
    display: none;
    padding-top: 0;
    padding-bottom: 0;
}

    .mash-menu .drop-down .drop-down li:first-child a {
        padding-top: 15px;
        position: relative;
    }

    .mash-menu .drop-down .drop-down li:last-child a {
        padding-bottom: 15px;
        position: relative;
    }

@media screen and (max-width:767px) {
    .mash-menu .drop-down .drop-down {
        left: 0;
        top: 0;
        z-index: 10;
        position: relative;
        display: none;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        box-shadow: none;
    }

        .mash-menu .drop-down .drop-down a {
            padding-left: 30px;
        }

        .mash-menu .drop-down .drop-down .drop-down a {
            padding-left: 50px;
        }

        .mash-menu .drop-down .drop-down .drop-down .drop-down a {
            padding-left: 70px;
        }
}

.mash-menu .drop-down .drop-down.left {
    left: -100%;
}

.mash-menu .mash-list-items > li > a i.fa {
    font-size: .875em;
    
    display: inline-block;
    margin: 0;
    line-height: 16px;
    padding: 0 5px 0 0;
}

    .mash-menu .mash-list-items > li > a i.fa.fa-indicator {
        float: right;
        padding-right: 0;
        padding-left: 5px;
    }

.mash-menu .drop-down li a i.fa {
    float: left;
    margin: 0;
    display: inline-block;
    padding: 0 6px 0 0;
    line-height: 16px;
    font-size: .8125em;
}

    .mash-menu .drop-down li a i.fa.fa-indicator {
        float: right;
        padding-right: 0;
        padding-left: 6px;
    }

@media screen and (max-width:767px) {
    .mash-menu .drop-down .drop-down.left {
        left: 0;
    }

    .mash-menu .drop-down li a i.fa.fa-indicator {
        padding-right: 1px;
    }
}

.mash-menu .divider {
    margin: 8px 0 !important;
    padding: 0;
    display: block;
    height: 1px;
    background: #e6e6e6 !important;
    width: 100%;
}

.mash-menu .mash-search-bar {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

@media screen and (min-width:768px) {
    .mash-menu .drop-down li:last-child, .mash-menu .drop-down li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .mash-menu .drop-down .drop-down, .mash-menu .drop-down .drop-down li:first-child, .mash-menu .drop-down .drop-down li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .mash-menu .mash-search-bar {
        display: block !important;
        height: 60px;
    }

        .mash-menu .mash-search-bar li {
            padding: 26px 10px !important;
        }

        .mash-menu .mash-search-bar.search-bar-hide {
            display: none !important;
        }
}

@media screen and (max-width:767px) {
    .mash-menu .mash-search-bar {
        display: none;
    }

        .mash-menu .mash-search-bar.search-bar-hide {
            display: none !important;
        }

    .mash-menu .mash-list-items.search-bar-hide {
        padding-top: 0;
    }
}

.mash-menu .mash-search-bar li {
    margin: 0;
    padding: 15px;
    display: block;
    float: left;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-search-bar li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.mash-menu .mash-search-bar form {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

.mash-menu .mash-search-bar label {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    position: relative;
}

.mash-menu .mash-search-bar input {
    margin: 0;
    display: block;
    float: left;
    font-family: IRANSansWeb,sans-serif;
    font-size: .875em;
    padding: 0;
    height: 25px;
    background: 0 0;
    border: none;
    color: #fff;
    position: relative;
    opacity: 1 !important;
    font-weight: 400;
}

.mash-menu .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: #fff;
}

.mash-menu .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: #fff;
}

.mash-menu .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: #fff;
}

.mash-menu .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #fff;
}

.mash-menu .mash-search-bar .mash-search-bar-border {
    margin: 0;
    padding: 0;
    display: block;
    height: 0;
    width: 100%;
}

    .mash-menu .mash-search-bar .mash-search-bar-border:after, .mash-menu .mash-search-bar .mash-search-bar-border:before {
        content: "";
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255,255,255,.5);
        height: 1px;
        width: 100%;
    }

    .mash-menu .mash-search-bar .mash-search-bar-border:before {
        right: 0;
        left: auto;
    }

.mash-menu .mash-search-bar input:focus + .mash-search-bar-border:after, .mash-menu .mash-search-bar input:focus + .mash-search-bar-border:before {
    width: 0;
}

.mash-menu .mash-search-bar i.fa.fa-search {
    display: none;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-search-bar {
        width: 100%;
        position: absolute;
        top: 52px;
        background: #0099da;
        z-index: 999;
        border-left: none;
        border-right: none;
    }

        .mash-menu .mash-search-bar form, .mash-menu .mash-search-bar input, .mash-menu .mash-search-bar label, .mash-menu .mash-search-bar li {
            width: 100% !important;
            max-width: 100%;
        }

        .mash-menu .mash-search-bar i.fa.fa-search {
            display: block;
            position: absolute;
            top: -60px;
            right: 44px;
            color: #fff;
            height: 44px;
            width: 44px;
            cursor: pointer;
            text-align: center;
            line-height: 44px;
            font-size: 1em;
            z-index: 999;
        }
}

.mash-menu .drop-down-large, .mash-menu .drop-down-medium {
    margin: 0;
    display: none;
    float: left;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    min-height: 60px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: .8125em;
    z-index: 999;
    background: #fff;
    line-height: 18px;
    padding: 20px 5px 15px;
    overflow: hidden;
}

    .mash-menu .drop-down-large > .vertical-tabs-container, .mash-menu .drop-down-medium > .vertical-tabs-container {
        position: relative;
        top: 15px;
        margin-top: -35px;
        margin-right: -5px;
        margin-left: -5px;
    }

@media screen and (max-width:767px) {
    .mash-menu .drop-down-large, .mash-menu .drop-down-medium {
        position: absolute;
        top: auto;
        left: 0;
        width: 100%;
        display: none;
        border-radius: 0;
        z-index: 999;
    }
}

.mash-menu .drop-down-medium {
    width: 100%;
    margin: 0 auto;
}

    .mash-menu .drop-down-medium.float-left {
        margin: 0;
        right: auto;
    }

    .mash-menu .drop-down-medium.float-right {
        margin: 0;
        left: auto;
        right: 0;
    }

@media screen and (max-width:991px) {
    .mash-menu .drop-down-medium {
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
    }
}

.mash-menu .vertical-tabs {
    margin: 0;
    width: 100%;
    float: left;
    display: block;
    padding: 20px 0;
    background: #f1f2f2;
}

@media screen and (max-width:767px) {
    .mash-menu .vertical-tabs {
        display: none;
    }

        .mash-menu .vertical-tabs a {
            text-align: left;
        }
}

.mash-menu .vertical-tabs:before {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f1f2f2;
}

.mash-menu .vertical-tabs a {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 8px 15px;
    margin: 1px 0;
    position: relative;
}

    .mash-menu .vertical-tabs a.active {
        background: #fff;
        color: #0099da;
    }

        .mash-menu .vertical-tabs a.active:hover {
            background: #fff;
        }

.mash-menu .vertical-tabs i.fa {
    font-weight: 700;
    padding-left: 5px;
}

@media screen and (max-width:767px) {
    .mash-menu .vertical-tabs i.fa {
        float: right;
        top: 2px;
        position: relative;
    }

    .mash-menu .vertical-tabs-content {
        border-top: 1px solid #f2f2f2;
    }
}

.mash-menu .vertical-tabs-content {
    background: #fff;
    display: none;
    float: left;
    width: 100%;
    padding: 20px 5px 15px;
    position: relative;
    z-index: 10;
}

    .mash-menu .vertical-tabs-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 150%;
        background: #fff;
        z-index: -1;
    }

.mash-menu .vertical-tabs-content-container > a {
    display: none;
}

@media screen and (max-width:767px) {
    .mash-menu .vertical-tabs-content-container > a {
        position: relative;
        z-index: 9999;
        display: block;
        float: left;
        width: 100%;
        text-align: right;
        padding: 8px 15px;
        margin: 1px 0;
        font-weight: 500;
        color: #333;
    }

        .mash-menu .vertical-tabs-content-container > a.active, .mash-menu .vertical-tabs-content-container > a:hover {
            background: #fff;
            color: #0099da;
        }

        .mash-menu .vertical-tabs-content-container > a i.fa {
            float: right;
        }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .mash-menu .vertical-tabs-content-container > a {
        text-align: left;
    }
}

.mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
        display: block;
        color: #333;
        width: 100%;
        margin: 0;
        font-size: 1em;
        padding: 10px 15px;
    }

        .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #0099da;
        }

        .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile i.fa {
            float: right;
        }
}
.nav-stacked{float:right;padding-right:0px;}
.mash-menu .space-0 {
    padding: 0 !important;
    margin: 0 !important;
    float:right;
}

.mash-menu img {
    max-width: 100%;
    margin-bottom: 10px;
}

.mash-menu p {
    font-weight: 400;
    line-height: 18px;
}

.mash-menu h1, .mash-menu h2, .mash-menu h3, .mash-menu h4, .mash-menu h5, .mash-menu h6 {
    color: #333;
    font-weight: 400;
    font-size: 2.25em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mash-menu h2 {
    font-size: 1.875em;
}

.mash-menu h3 {
    font-size: 1.625em;
}

.mash-menu h4 {
    font-size: 1.375em;
}

.mash-menu h5 {
    font-size: 1.125em;
}

.mash-menu h6 {
    font-size: .9375em;
}

.mash-menu .thumbnail {
    margin-bottom: 15px;
    border-radius: 0;
}

    .mash-menu .thumbnail:hover {
        border-color: #0099da;
    }

.mash-menu .lead {
    font-size: 1.25em;
    color: #333;
}

.mash-menu small {
    font-size: .875em;
    color: #333;
}

.mash-menu abbr, .mash-menu em, .mash-menu strong {
    color: #333;
}

.mash-menu em {
    font-weight: 400;
}

.mash-menu .text-primary {
    color: #009688;
}

.mash-menu .text-warning {
    color: #FF5722;
}

.mash-menu .text-danger {
    color: #F44336;
}

.mash-menu .text-success {
    color: #4CAF50;
}

.mash-menu .text-info {
    color: #0099da;
}

.mash-menu blockquote {
    border-left-color: #41c6ff;
    padding: 5px 15px;
    margin-bottom: 10px;
}

    .mash-menu blockquote small:before {
        display: none;
    }

.mash-menu .list-items, .mash-menu .order-items {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 0 10px;
}

    .mash-menu .list-items li, .mash-menu .order-items li {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        list-style: decimal;
    }

        .mash-menu .list-items li:first-child a, .mash-menu .order-items li:first-child a {
            border-top: none;
            position: relative;
        }

    .mash-menu .list-items a, .mash-menu .order-items a {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid rgba(51,51,51,.1);
        color: #333;
        font-weight: 400;
        position: relative;
    }

        .mash-menu .list-items a:hover, .mash-menu .order-items a:hover {
            color: #0099da;
        }

    .mash-menu .list-items i.fa, .mash-menu .order-items i.fa {
        margin-right: 5px;
    }

        .mash-menu .list-items i.fa.fa-indicator, .mash-menu .order-items i.fa.fa-indicator {
            float: right;
            margin-left: 5px;
            margin-right: 10px;
        }

    .mash-menu .order-items li {
        position: relative;
    }

        .mash-menu .order-items li a {
            padding-left: 20px;
            position: relative;
        }

        .mash-menu .order-items li:before {
            content: "";
            position: absolute;
            top: 0;
            left: 15px;
            color: #333;
            bottom: 0;
            line-height: 40px;
            text-align: left;
            list-style-type: inside !important;
            display: list-item !important;
        }

.nolt, .parsley-error-list {
    list-style-type: none;
}

.mash-menu .list-items-group {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}

    .mash-menu .list-items-group .list-group-image {
        float: left;
        width: 50px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background: #fff;
    }

        .mash-menu .list-items-group .list-group-image img {
            max-width: 100%;
            float: left;
            margin-top: 10px;
            width: 100%;
        }

    .mash-menu .list-items-group .list-group-heading, .mash-menu .list-items-group .list-group-text {
        padding-left: 65px;
    }

    .mash-menu .list-items-group .divider {
        background: rgba(51,51,51,.1) !important;
    }

.mash-menu .btn {
    text-transform: uppercase;
    position: relative;
    padding: 10px 25px;
    font-size: 1.0625em;
    margin: 0 4px 10px;
}

    .mash-menu .btn.space-0 {
        padding: 10px 25px !important;
    }

    .mash-menu .btn.small {
        padding: 5px 10px;
        font-size: 1em;
    }

        .mash-menu .btn.small.space-0 {
            padding: 5px 10px !important;
        }

    .mash-menu .btn.btn-custom, .mash-menu .btn.btn-danger, .mash-menu .btn.btn-default, .mash-menu .btn.btn-info, .mash-menu .btn.btn-primary, .mash-menu .btn.btn-success, .mash-menu .btn.btn-warning {
        background: 0 0;
        border: none;
        border-radius: 3px;
        border-bottom: 2px solid #f5f5f5;
    }

    .mash-menu .btn.btn-primary {
        background: #009688;
        color: #fff !important;
        border-bottom-color: #00635a;
    }

        .mash-menu .btn.btn-primary:hover {
            background: #00a596;
        }

    .mash-menu .btn.btn-success {
        background: #59B75C;
        color: #fff !important;
        border-bottom-color: #439a46;
    }

        .mash-menu .btn.btn-success:hover {
            background: #64bc66;
        }

    .mash-menu .btn.btn-info {
        background: #0FB2FC;
        color: #fff !important;
        border-bottom-color: #0394d5;
    }

        .mash-menu .btn.btn-info:hover {
            background: #1eb7fc;
        }

    .mash-menu .btn.btn-custom {
        background: #0099da;
        color: #fff !important;
        border-bottom-color: #0075a7;
    }

        .mash-menu .btn.btn-custom:hover {
            background: #00a4e9;
        }

    .mash-menu .btn.btn-warning {
        background: #FF6736;
        color: #fff !important;
        border-bottom-color: #ff4003;
    }

        .mash-menu .btn.btn-warning:hover {
            background: #ff7345;
        }

    .mash-menu .btn.btn-danger {
        background: #F55549;
        color: #fff !important;
        border-bottom-color: #f22819;
    }

        .mash-menu .btn.btn-danger:hover {
            background: #f66358;
        }

.mash-menu .box-blue, .mash-menu .box-green, .mash-menu .box-orange, .mash-menu .box-red {
    background: #FF5722;
    padding: 15px;
    color: #fff;
    font-size: 1em;
}

.mash-menu .box-red {
    background: #F44336;
}

.mash-menu .box-green {
    background: #4CAF50;
}

.mash-menu .box-blue {
    background: #0099da;
}

.mash-menu .panel {
    border-radius: 5px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #E5E6E6;
    color: #333;
    margin-bottom: 10px;
}

    .mash-menu .panel .panel-heading {
        border: none;
        background: #eee;
        color: #333;
    }

    .mash-menu .panel .panel-body {
        border: none;
        color: #333;
    }

    .mash-menu .panel.panel-primary .panel-heading {
        background: #009688;
        color: rgba(255,255,255,.84);
    }

    .mash-menu .panel.panel-success .panel-heading {
        background: #4caf50;
        color: rgba(255,255,255,.84);
    }

    .mash-menu .panel.panel-info .panel-heading {
        background: #0099da;
        color: rgba(255,255,255,.84);
    }

    .mash-menu .panel.panel-warning .panel-heading {
        background: #ff5722;
        color: rgba(255,255,255,.84);
    }

    .mash-menu .panel.panel-danger .panel-heading {
        background: #f44336;
        color: rgba(255,255,255,.84);
    }

.mash-menu .collapsible {
    padding: 0;
    display: block;
    position: relative;
    margin: 0 0 10px;
    color: #333;
    overflow: visible;
    background-color: rgba(248,248,248,.7);
    border-radius: 5px;
    border: 1px solid #ddd;
    border-bottom: 5px solid #E5E6E6;
}

    .mash-menu .collapsible .collapsible-header {
        padding: 10px;
        font-size: 1.125em;
        border-top: 1px solid #ddd;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        z-index: 10;
        overflow: hidden !important;
    }

    .mash-menu .collapsible > li:first-child .collapsible-header {
        border-top: none;
    }

    .mash-menu .collapsible > li.active .collapsible-body {
        display: block;
    }

    .mash-menu .collapsible .collapsible-body {
        background-color: #fff;
        padding: 20px;
        display: none;
        border-top: 1px solid #ddd;
        line-height: 18px;
    }

    .mash-menu .collapsible i.fa {
        margin-right: 10px;
        width: 20px;
        text-align: center;
    }

.mash-menu .card {
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px;
}

    .mash-menu .card .card-image {
        position: relative;
    }

    .mash-menu .card img {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .mash-menu .card .card-title {
        bottom: 0;
        left: 0;
        font-size: 1.375em;
        font-weight: 400;
        -webkit-text-stroke-width: .8px;
    }

    .mash-menu .card .card-content {
        padding: 15px 20px;
        border-radius: 0 0 2px 2px;
    }

    .mash-menu .card .card-action {
        padding: 15px;
    }

        .mash-menu .card .card-action a {
            margin-right: 20px;
            text-transform: uppercase;
            position: relative;
            border: 2px solid #0099da;
            -webkit-transition: opacity .15s linear;
            transition: opacity .15s linear;
            display: inline-block;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            box-shadow: 0 0 1px transparent;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            overflow: hidden;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: color,background-color;
            transition-property: color,background-color;
            opacity: 1;
        }

            .mash-menu .card .card-action a:active, .mash-menu .card .card-action a:focus, .mash-menu .card .card-action a:hover {
                background-color: #fff;
                color: #0099da;
            }

    .mash-menu .card.reveal .card-title {
        color: #333;
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 10px;
        display: inline-block;
    }

    .mash-menu .card.reveal a {
        color: #0099da;
        text-transform: uppercase;
        position: relative;
    }

        .mash-menu .card.reveal a:hover {
            text-decoration: underline !important;
        }

    .mash-menu .card.reveal .card-reveal {
        padding: 15px 20px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 10;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .mash-menu .card.reveal .card-content {
        background: #fff;
        position: relative;
        z-index: 15;
    }

    .mash-menu .card.reveal:hover .card-reveal {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

.mash-menu [class*=col-] {
    margin-bottom: 10px;
    position: static;
}

@media screen and (max-width:767px) {
    .mash-menu [class*=col-] {
        margin-bottom: 30px;
    }
}

.mash-menu .form-horizontal {
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin: 10px 0 0;
    display: inline-block;
    background: #fcfcfc;
    width: 100%;
}

    .mash-menu .form-horizontal * {
        color: #333 !important;
    }

    .mash-menu .form-horizontal input, .mash-menu .form-horizontal label, .mash-menu .form-horizontal textarea {
        width: 100% !important;
        line-height: 20px;
        resize: none;
    }

    .mash-menu .form-horizontal input {
        padding-bottom: 5px;
    }

@media screen and (max-width:767px) {
    .mash-menu .form-horizontal {
        display: block;
    }

        .mash-menu .form-horizontal div {
            margin-bottom: 10px !important;
        }

        .mash-menu .form-horizontal .btn {
            width: 100%;
        }
}

.mash-menu .form-horizontal button i.fa {
    color: #fff !important;
    position: relative;
    left: 10px;
    display: none;
}

.mash-menu input[type=hidden], .mash-menu input[type=image], .mash-menu input[type=month], .mash-menu input[type=number], .mash-menu input[type=time], .mash-menu input[type=url], .mash-menu input[type=week], .mash-menu input[type=tel], .mash-menu input[type=text], .mash-menu input[type=email], .mash-menu input[type=password], .mash-menu input[type=color], .mash-menu input[type=date], .mash-menu input[type=datetime], .mash-menu input[type=datetime-local], .mash-menu input[type=file], .mash-menu select, .mash-menu textarea {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-image: -webkit-linear-gradient(#0099da,#0099da),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#0099da,#0099da),linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-size: 0 2px,100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(99%);
    background-color: transparent !important;
}

    .mash-menu input[type=hidden]:focus, .mash-menu input[type=image]:focus, .mash-menu input[type=month]:focus, .mash-menu input[type=number]:focus, .mash-menu input[type=time]:focus, .mash-menu input[type=url]:focus, .mash-menu input[type=week]:focus, .mash-menu input[type=tel]:focus, .mash-menu input[type=text]:focus, .mash-menu input[type=email]:focus, .mash-menu input[type=password]:focus, .mash-menu input[type=color]:focus, .mash-menu input[type=date]:focus, .mash-menu input[type=datetime]:focus, .mash-menu input[type=datetime-local]:focus, .mash-menu input[type=file]:focus, .mash-menu select:focus, .mash-menu textarea:focus {
        background-image: -webkit-linear-gradient(#0099da,#0099da),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#0099da,#0099da),linear-gradient(#d2d2d2,#d2d2d2);
        -webkit-animation: input-highlight .5s forwards;
        animation: input-highlight .5s forwards;
        background-size: 0 2px,100% 1px;
    }

@-webkit-keyframes input-highlight {
    0% {
        background-size: 0 2px,100% 1px;
    }

    100% {
        background-size: 100% 2px,100% 1px;
    }
}

@keyframes input-highlight {
    0% {
        background-size: 0 2px,100% 1px;
    }

    100% {
        background-size: 100% 2px,100% 1px;
    }
}

.mash-menu input.menu-checkbox {
    display: none;
}

    .mash-menu input.menu-checkbox:checked + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.mash-menu label.menu-checkbox {
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1.0625em;
    line-height: normal;
    width: 100%;
}

    .mash-menu label.menu-checkbox:after, .mash-menu label.menu-checkbox:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 16px;
        width: 16px;
        background: 0 0;
        border: 2px solid #333;
        border-radius: 2px;
    }

    .mash-menu label.menu-checkbox:after {
        content: "\f00c";
        width: 16px;
        height: 16px;
        -webkit-transform: scale(0);
        transform: scale(0);
        background: #0099da;
        font-family: FontAwesome;
        color: #fff;
        font-size: .625em;
        text-align: center;
        line-height: 12px;
        font-weight: 400;
    }

.mash-menu label.menu-radio, .mash-menu label.menu-toggle {
    font-size: 1.0625em;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    font-weight: 400;
    cursor: pointer;
}

.mash-menu input.menu-toggle {
    display: none;
}

    .mash-menu input.menu-toggle:checked + label:after {
        left: 12px;
    }

.mash-menu label.menu-toggle {
    position: relative;
    padding-left: 38px;
    width: 100%;
}

    .mash-menu label.menu-toggle:after, .mash-menu label.menu-toggle:before {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
        background: #41c6ff;
        border-radius: 60px;
        height: 12px;
        width: 30px;
    }

    .mash-menu label.menu-toggle:after {
        background: #0099da;
        height: 18px;
        width: 18px;
        top: 0;
        left: -3px;
    }

.mash-menu input.menu-radio {
    display: none;
}

    .mash-menu input.menu-radio:checked + label:after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.mash-menu label.menu-radio {
    position: relative;
    padding-left: 22px;
    width: 100%;
}

    .mash-menu label.menu-radio:after, .mash-menu label.menu-radio:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
        height: 15px;
        width: 15px;
        border-radius: 60px;
        border: 2px solid #333;
    }

    .mash-menu label.menu-radio:after {
        border-color: #0099da;
        background: #0099da;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

.mash-menu .mash-mobile-button {
    border: none;
    background: #0099da;
    width: 50%;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    display: block;
}

    .mash-menu .mash-mobile-button:hover span:before {
        background: rgba(0,0,0,.1);
    }

@media screen and (min-width:768px) {
    .mash-menu .mash-mobile-button {
        display: none;
    }
}

.mash-menu .mash-mobile-button span {
    width: 60px;
    height: 52px;
    float: right;
    line-height: 54px;
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEWdnZ3///////9yOLbWAAAAAnRSTlMA32D/An0AAAABYktHRAH/Ai3eAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

    .mash-menu .mash-mobile-button span:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: 0 0;
    }

.mash-menu.mash-top-fixed .mash-menu-inner-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .mash-menu.mash-top-fixed .mash-menu-inner-container {
        max-width: 100%;
        margin: 0;
    }

        .mash-menu.mash-top-fixed .mash-menu-inner-container .mash-list-items {
            max-height: 400px !important;
            overflow: hidden !important;
            overflow-y: auto !important;
        }
}



    .mash-menu.mash-full-width .mash-menu-inner-container {
        max-width: 100%;
        margin: 0;
    }

.mash-menu .lead {
    -webkit-text-stroke-width: .025em;
}

.mash-menu .vertical-tabs-horizontal {
    padding: 0;
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

    .mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading {
        float: left;
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

        .mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li {
            float: left;
            display: block;
            margin: 0;
            padding: 0;
        }

            .mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li.active a {
                background: #fff;
            }

        .mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading a {
            padding: 12px 15px;
            font-size: 1.125em;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            color: #333;
            display: inline-block;
        }

        .mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading i.fa {
            margin-right: 5px;
            display: inline-block;
        }

    .mash-menu .vertical-tabs-horizontal .horizontal-tab-content {
        display: block;
        margin: 0;
        float: left;
        width: 100%;
        padding: 10px 15px;
        border: 1px solid #ddd;
        position: relative;
        z-index: 10;
        background: #fff;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.16),0 1px 0 0 rgba(0,0,0,.12);
    }

        .mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel {
            display: none;
        }

            .mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel.active {
                display: block;
            }

.mash-menu .mash-error {
    background: red;
    padding: 40px 20px 20px;
    text-align: center;
    color: #fff;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 60px auto auto;
    z-index: 9999999;
    border-radius: 5px;
    font-size: .875em;
    overflow: hidden;
    letter-spacing: 1px;
    line-height: 25px;
}

    .mash-menu .mash-error:before {
        content: 'Error';
        position: absolute;
        line-height: normal;
        top: 0;
        left: 0;
        color: #fff;
        right: 0;
        text-align: left;
        padding: 5px 5px 5px 10px;
        letter-spacing: 1px;
        background: #8b0000;
    }

.mash-menu .mash-extra {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    z-index: 10;
    margin: 0;
    padding: 0;
}

    .mash-menu .mash-extra > .mash-extra-container {
        background: #005174;
        float: left;
        width: 100%;
        position: relative;
        min-height: 57px;
    }

        .mash-menu .mash-extra > .mash-extra-container > ul.mash-extra-links {
            float: right;
            padding: 0;
            display: block;
            margin: 0 150px 0 0;
        }

            .mash-menu .mash-extra > .mash-extra-container > ul.mash-extra-links > li {
                float: left;
                margin: 0;
                padding: 0;
                display: block;
                line-height: 57px;
            }

                .mash-menu .mash-extra > .mash-extra-container > ul.mash-extra-links > li > a {
                    width: 100%;
                    margin: 0;
                    display: block;
                    font-size: .875em;
                    font-weight: 400;
                    padding-left: 15px;
                    padding-right: 15px;
                    color: #fff;
                    position: relative;
                    overflow: hidden;
                }

.mash-menu .mash-categories {
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

    .mash-menu .mash-categories * {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .mash-menu .mash-categories li {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
    }

    .mash-menu .mash-categories a {
        margin: 0;
        padding: 0 15px;
        display: inline-block;
        color: #fff;
        background: rgba(0,153,218,.3);
        font-size: .875em;
        line-height: 57px;
        border-left: 1px solid #008ecb;
        box-shadow: 1px 0 0 rgba(255,255,255,.1) inset,1px 0 0 rgba(255,255,255,.1);
        position: relative;
        z-index: 99999999;
    }

        .mash-menu .mash-categories a i.fa {
            margin-left: 2px;
        }

        .mash-menu .mash-categories a:hover {
            background: #00abf3;
        }

.mash-menu .mash-table {
    padding: 0;
    border-bottom: 5px solid #E5E6E6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: table;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-table {
        white-space: nowrap;
        overflow-x: auto;
        display: block;
        width: 100%;
        border-bottom: none;
    }
}

.mash-menu .mash-table .mash-table-heading {
    color: #333;
    padding: 10px 15px;
    border-bottom: 3px solid #E5E6E6;
}

.mash-menu .mash-table thead {
    background: #ECECEC;
}

.mash-menu .mash-table td, .mash-menu .mash-table th {
    padding: 10px 15px;
    color: #333;
    border: 1px solid #ddd;
    position: relative;
    display: table-cell;
    width: auto;
}

.mash-menu .menu-select-dropdown {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.mash-menu .dropdownjs {
    position: relative;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

    .mash-menu .dropdownjs:before {
        content: "\f0d7";
        position: absolute;
        font-family: FontAwesome;
        right: 10px;
        top: 0;
        bottom: 0;
        line-height: 40px;
    }

    .mash-menu .dropdownjs > input {
        width: 100%;
        text-overflow: ellipsis;
        padding: 10px;
        font-size: 1.0625em;
    }

        .mash-menu .dropdownjs > input.focus ~ ul {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .mash-menu .dropdownjs > ul {
        position: absolute;
        margin: 0;
        min-width: 200px;
        -webkit-transform: scale(0);
        transform: scale(0);
        z-index: 10000;
    }

        .mash-menu .dropdownjs > ul[placement=top-left] {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            bottom: 0;
            left: 0;
        }

        .mash-menu .dropdownjs > ul[placement=bottom-left] {
            -webkit-transform-origin: top left;
            transform-origin: top left;
            bottom: 0;
            left: 0;
        }

        .mash-menu .dropdownjs > ul > li {
            list-style: none;
            padding: 5px 10px;
        }

            .mash-menu .dropdownjs > ul > li.dropdownjs-add {
                padding: 0;
            }

                .mash-menu .dropdownjs > ul > li.dropdownjs-add > input {
                    border: 0;
                    padding: 10px 20px;
                    width: 100%;
                }

    .mash-menu .dropdownjs > input[readonly] {
        cursor: pointer;
    }

    .mash-menu .dropdownjs select[data-dropdownjs][disabled] ~ input[readonly] {
        cursor: default;
    }

    .mash-menu .dropdownjs > ul {
        background: #FFF;
        box-shadow: 0 1px 6px rgba(0,0,0,.12),0 1px 6px rgba(0,0,0,.12);
        padding: 10px;
        overflow: auto;
        max-width: 500px;
    }

.cat-content-desc, .product-details-carousel .prod-slide-3, .sub-categories .sub-category {
    overflow: hidden;
}

.mash-menu .dropdownjs > ul > li {
    cursor: pointer;
    word-wrap: break-word;
}

    .mash-menu .dropdownjs > ul > li.selected, .mash-menu .dropdownjs > ul > li:active {
        background-color: #eaeaea;
    }

    .mash-menu .dropdownjs > ul > li > .close:before {
        content: "\00d7";
        display: block;
        position: absolute;
        right: 15px;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .6;
    }

    .mash-menu .dropdownjs > ul > li > .close:hover:before {
        opacity: .9;
    }

.mash-menu .mash-tabs-container {
    padding: 0;
    float: left;
    width: 100%;
    display: block;
    border-bottom: 5px solid #E5E6E6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 0 0 10px;
}

    .mash-menu .mash-tabs-container .mash-tabs {
        display: table;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 5px 0;
        width: 100%;
    }

        .mash-menu .mash-tabs-container .mash-tabs a {
            background: #ECECEC;
            padding: 10px 2px;
            display: table-cell;
            color: #333;
            text-align: center;
            font-size: 1.125em;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin-right: 10px;
            border: 1px solid #ddd;
            border-bottom: none;
            position: relative;
            z-index: 10;
        }

@media screen and (max-width:767px) {
    .mash-menu .mash-tabs-container {
        float: none;
    }

        .mash-menu .mash-tabs-container .mash-tabs {
            border-collapse: collapse;
            border-spacing: 0;
        }

            .mash-menu .mash-tabs-container .mash-tabs a {
                display: inline-block;
                width: 100%;
                border-radius: 0;
            }
}

.mash-menu .mash-tabs-container .mash-tabs a.active {
    background: #fff;
}

    .mash-menu .mash-tabs-container .mash-tabs a.active:before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: -1;
    }

.mash-menu .mash-tabs-container .mash-tabs-content {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 0;
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0 0;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-tabs-container .mash-tabs-content {
        padding-top: 0;
    }
}

.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: none;
    background: #ECECEC;
    padding: 10px 2px;
    color: #333;
    text-align: center;
    font-size: 1.125em;
    position: relative;
    z-index: 10;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
        display: inline-block;
        width: 100%;
        border-radius: 0;
    }
}

.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active {
    background: #fff;
}

    .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active:before {
        display: none;
    }

@media screen and (max-width:767px) {
    .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
        display: block;
        border: none;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }

    .mash-menu .mash-tabs-container .mash-tabs-content > div[id*=tab-] {
        padding-top: 20px;
    }
}

.mash-menu .mash-tabs-container .mash-tabs-content > div[id*=tab-] {
    display: none;
}

@media screen and (max-width:767px) {
    .mash-menu .mash-tabs-container .mash-tabs-content {
        border-radius: 0;
        float: none;
    }
}

.mash-menu .mash-social-icons {
    float: right;
    margin: 0;
    padding: 0 15px;
    display: block;
}

    .mash-menu .mash-social-icons li {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        line-height: 57px;
    }

    .mash-menu .mash-social-icons a {
        color: #fff;
        margin: 0;
        padding: 0 5px;
        display: inline-block;
        float: left;
        width: 100%;
        text-align: center;
    }

        .mash-menu .mash-social-icons a:hover {
            color: #fff;
        }

@media screen and (max-width:767px) {
    .mash-menu .mash-social-icons {
        width: 100%;
        text-align: center;
        font-size: 0;
    }

        .mash-menu .mash-social-icons li {
            float: none;
            display: inline-block;
        }

            .mash-menu .mash-social-icons li a {
                font-size: 16px;
                padding: 0 10px;
            }
}

@media screen and (min-width:768px) {
    .mash-menu.right-to-left .mash-brand, .mash-menu.right-to-left .mash-list-items, .mash-menu.right-to-left .mash-list-items > li {
        float: right;
    }

        .mash-menu.right-to-left .mash-list-items.right, .mash-menu.right-to-left .mash-search-bar, .mash-menu.right-to-left .mash-social-icons {
            float: left;
        }

            .mash-menu.right-to-left .mash-list-items.right > li > .drop-down {
                right: auto;
            }
}

.filterBar, .left {
    float: left;
}

.mash-menu .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none !important;
}

@media screen and (max-width:767px) {
    .mash-menu .nav-tabs {
        display: block;
    }
}

.mash-menu .nav-tabs li {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: none !important;
}

    .mash-menu .nav-tabs li a {
        color: #333;
        background: #ececec;
        border-left: 1px solid #e5e6e6 !important;
        border-right: 1px solid #e5e6e6 !important;
        border-top: 1px solid #e5e6e6 !important;
        font-size: 1.125em;
        cursor: pointer;
        text-align: center;
    }

    .mash-menu .nav-tabs li.active a {
        background: #ececec !important;
    }

.mash-menu .tab-content {
    padding: 1.25em 1.25em .625em;
}

.mash-menu .list-group {
    color: #333;
}

    .mash-menu .list-group .active, .mash-menu .list-group .active:active, .mash-menu .list-group .active:focus, .mash-menu .list-group .active:hover {
        background: #eee;
        color: #333;
        border-color: #e5e6e6;
    }

    .mash-menu .list-group .list-group-item-text {
        color: #333 !important;
    }

.mash-menu .media, .mash-menu .well {
    color: #333;
}

    .mash-menu .media .media-left {
        max-width: 60px;
        display: block;
        float: left;
    }

@media screen and (max-width:320px) {
    .mash-menu .media .media-left {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
}

.mash-menu[data-color=red] section.mash-menu-inner-container {
    background: #f44336;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=red] .mash-brand > li:hover > a, .mash-menu[data-color=red] .mash-list-items > li:hover > a {
        background: #f55a4e;
    }
}

.mash-menu[data-color=red] .mash-brand > li > a, .mash-menu[data-color=red] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=red] .mash-list-items > li.active > a {
    background: #f55a4e;
}

.mash-menu[data-color=red] .mash-list-items > li:hover > a {
    color: #fff;
    background: #f55a4e;
}

.mash-menu[data-color=red] .card .card-action a, .mash-menu[data-color=red] .card.reveal a, .mash-menu[data-color=red] .drop-down li:hover > a, .mash-menu[data-color=red] .list-items a:hover, .mash-menu[data-color=red] .order-items a:hover, .mash-menu[data-color=red] .vertical-tabs a.active, .mash-menu[data-color=red] .vertical-tabs a:hover {
    color: #f44336;
}

.mash-menu[data-color=red].separator .mash-brand > li > a, .mash-menu[data-color=red].separator .mash-list-items > li > a {
    border-right: 1px solid #f33527;
}

.mash-menu[data-color=red].separator .mash-list-items.right > li > a {
    border-left: 1px solid #f33527;
}

@media screen and (max-width:767px) {
    .mash-menu .nav-tabs li {
        display: block;
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

        .mash-menu .nav-tabs li a {
            border-radius: 0;
            margin: 0;
        }

    .mash-menu .tab-content {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mash-menu[data-color=red].separator .mash-brand > li > a, .mash-menu[data-color=red].separator .mash-list-items.right > li > a, .mash-menu[data-color=red].separator .mash-list-items > li > a {
        border-bottom: 1px solid #f33527;
    }

    .mash-menu[data-color=red].separator .mash-search-bar {
        border: 1px solid #f33527;
    }

    .mash-menu[data-color=red] .mash-search-bar {
        background: #f44336;
    }

    .mash-menu[data-color=red] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=red] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #f44336;
        }
}

.mash-menu[data-color=red] .thumbnail:hover {
    border-color: #f44336;
}

.mash-menu[data-color=red] blockquote {
    border-left-color: #f99d97;
}

.mash-menu[data-color=red] .btn.btn-custom {
    background: #f44336;
    border-bottom-color: #ea1c0d;
}

    .mash-menu[data-color=red] .btn.btn-custom:hover {
        background: #f55145;
    }

.mash-menu[data-color=red] input[type=hidden], .mash-menu[data-color=red] input[type=image], .mash-menu[data-color=red] input[type=month], .mash-menu[data-color=red] input[type=number], .mash-menu[data-color=red] input[type=time], .mash-menu[data-color=red] input[type=url], .mash-menu[data-color=red] input[type=week], .mash-menu[data-color=red] input[type=tel], .mash-menu[data-color=red] input[type=text], .mash-menu[data-color=red] input[type=email], .mash-menu[data-color=red] input[type=password], .mash-menu[data-color=red] input[type=color], .mash-menu[data-color=red] input[type=date], .mash-menu[data-color=red] input[type=datetime], .mash-menu[data-color=red] input[type=datetime-local], .mash-menu[data-color=red] input[type=file], .mash-menu[data-color=red] select, .mash-menu[data-color=red] textarea {
    background-image: -webkit-linear-gradient(#f44336,#f44336),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#f44336,#f44336),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=red] input[type=hidden]:focus, .mash-menu[data-color=red] input[type=image]:focus, .mash-menu[data-color=red] input[type=month]:focus, .mash-menu[data-color=red] input[type=number]:focus, .mash-menu[data-color=red] input[type=time]:focus, .mash-menu[data-color=red] input[type=url]:focus, .mash-menu[data-color=red] input[type=week]:focus, .mash-menu[data-color=red] input[type=tel]:focus, .mash-menu[data-color=red] input[type=text]:focus, .mash-menu[data-color=red] input[type=email]:focus, .mash-menu[data-color=red] input[type=password]:focus, .mash-menu[data-color=red] input[type=color]:focus, .mash-menu[data-color=red] input[type=date]:focus, .mash-menu[data-color=red] input[type=datetime]:focus, .mash-menu[data-color=red] input[type=datetime-local]:focus, .mash-menu[data-color=red] input[type=file]:focus, .mash-menu[data-color=red] select:focus, .mash-menu[data-color=red] textarea:focus {
        background-image: -webkit-linear-gradient(#f44336,#f44336),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#f44336,#f44336),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=red] label.menu-checkbox:after {
    background: #f44336;
}

.mash-menu[data-color=red] label.menu-toggle:after, .mash-menu[data-color=red] label.menu-toggle:before {
    background: #f99d97;
}

.mash-menu[data-color=red] .mash-mobile-button, .mash-menu[data-color=red] label.menu-toggle:after {
    background: #f44336;
}

.mash-menu[data-color=red] label.menu-radio:after {
    border-color: #f44336;
    background: #f44336;
}

.mash-menu[data-color=red] .mash-extra > .mash-extra-container {
    background: #ba160a;
}

.mash-menu[data-color=red] .mash-categories a {
    background: rgba(244,67,54,.3);
    border-left: 1px solid #f33527;
}

    .mash-menu[data-color=red] .mash-categories a:hover {
        background: #f55a4e;
    }

.mash-menu[data-color=red] .panel a {
    color: #f44336;
}

.mash-menu[data-color=pink] section.mash-menu-inner-container {
    background: #e91e63;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=pink] .mash-brand > li:hover > a, .mash-menu[data-color=pink] .mash-list-items > li:hover > a {
        background: #eb3573;
    }
}

.mash-menu[data-color=pink] .mash-brand > li > a, .mash-menu[data-color=pink] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=pink] .mash-list-items > li.active > a {
    background: #eb3573;
}

.mash-menu[data-color=pink] .mash-list-items > li:hover > a {
    color: #fff;
    background: #eb3573;
}

.mash-menu[data-color=pink] .card .card-action a, .mash-menu[data-color=pink] .card.reveal a, .mash-menu[data-color=pink] .drop-down li:hover > a, .mash-menu[data-color=pink] .list-items a:hover, .mash-menu[data-color=pink] .order-items a:hover, .mash-menu[data-color=pink] .vertical-tabs a.active, .mash-menu[data-color=pink] .vertical-tabs a:hover {
    color: #e91e63;
}

.mash-menu[data-color=pink].separator .mash-brand > li > a, .mash-menu[data-color=pink].separator .mash-list-items > li > a {
    border-right: 1px solid #e2165b;
}

.mash-menu[data-color=pink].separator .mash-list-items.right > li > a {
    border-left: 1px solid #e2165b;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=pink].separator .mash-brand > li > a, .mash-menu[data-color=pink].separator .mash-list-items.right > li > a, .mash-menu[data-color=pink].separator .mash-list-items > li > a {
        border-bottom: 1px solid #e2165b;
    }

    .mash-menu[data-color=pink].separator .mash-search-bar {
        border: 1px solid #e2165b;
    }

    .mash-menu[data-color=pink] .mash-search-bar {
        background: #e91e63;
    }

    .mash-menu[data-color=pink] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=pink] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #e91e63;
        }
}

.mash-menu[data-color=pink] .thumbnail:hover {
    border-color: #e91e63;
}

.mash-menu[data-color=pink] blockquote {
    border-left-color: #f27ba3;
}

.mash-menu[data-color=pink] .btn.btn-custom {
    background: #e91e63;
    border-bottom-color: #c1134e;
}

    .mash-menu[data-color=pink] .btn.btn-custom:hover {
        background: #ea2c6d;
    }

.mash-menu[data-color=pink] input[type=hidden], .mash-menu[data-color=pink] input[type=image], .mash-menu[data-color=pink] input[type=month], .mash-menu[data-color=pink] input[type=number], .mash-menu[data-color=pink] input[type=time], .mash-menu[data-color=pink] input[type=url], .mash-menu[data-color=pink] input[type=week], .mash-menu[data-color=pink] input[type=tel], .mash-menu[data-color=pink] input[type=text], .mash-menu[data-color=pink] input[type=email], .mash-menu[data-color=pink] input[type=password], .mash-menu[data-color=pink] input[type=color], .mash-menu[data-color=pink] input[type=date], .mash-menu[data-color=pink] input[type=datetime], .mash-menu[data-color=pink] input[type=datetime-local], .mash-menu[data-color=pink] input[type=file], .mash-menu[data-color=pink] select, .mash-menu[data-color=pink] textarea {
    background-image: -webkit-linear-gradient(#e91e63,#e91e63),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#e91e63,#e91e63),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=pink] input[type=hidden]:focus, .mash-menu[data-color=pink] input[type=image]:focus, .mash-menu[data-color=pink] input[type=month]:focus, .mash-menu[data-color=pink] input[type=number]:focus, .mash-menu[data-color=pink] input[type=time]:focus, .mash-menu[data-color=pink] input[type=url]:focus, .mash-menu[data-color=pink] input[type=week]:focus, .mash-menu[data-color=pink] input[type=tel]:focus, .mash-menu[data-color=pink] input[type=text]:focus, .mash-menu[data-color=pink] input[type=email]:focus, .mash-menu[data-color=pink] input[type=password]:focus, .mash-menu[data-color=pink] input[type=color]:focus, .mash-menu[data-color=pink] input[type=date]:focus, .mash-menu[data-color=pink] input[type=datetime]:focus, .mash-menu[data-color=pink] input[type=datetime-local]:focus, .mash-menu[data-color=pink] input[type=file]:focus, .mash-menu[data-color=pink] select:focus, .mash-menu[data-color=pink] textarea:focus {
        background-image: -webkit-linear-gradient(#e91e63,#e91e63),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#e91e63,#e91e63),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=pink] label.menu-checkbox:after {
    background: #e91e63;
}

.mash-menu[data-color=pink] label.menu-toggle:after, .mash-menu[data-color=pink] label.menu-toggle:before {
    background: #f27ba3;
}

.mash-menu[data-color=pink] .mash-mobile-button, .mash-menu[data-color=pink] label.menu-toggle:after {
    background: #e91e63;
}

.mash-menu[data-color=pink] label.menu-radio:after {
    border-color: #e91e63;
    background: #e91e63;
}

.mash-menu[data-color=pink] .mash-extra > .mash-extra-container {
    background: #930e3b;
}

.mash-menu[data-color=pink] .mash-categories a {
    background: rgba(233,30,99,.3);
    border-left: 1px solid #e2165b;
}

    .mash-menu[data-color=pink] .mash-categories a:hover {
        background: #eb3573;
    }

.mash-menu[data-color=pink] .panel a {
    color: #e91e63;
}

.mash-menu[data-color=purple] section.mash-menu-inner-container {
    background: #ab2bc1;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=purple] .mash-brand > li:hover > a, .mash-menu[data-color=purple] .mash-list-items > li:hover > a {
        background: #bb34d2;
    }
}

.mash-menu[data-color=purple] .mash-brand > li > a, .mash-menu[data-color=purple] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=purple] .mash-list-items > li.active > a {
    background: #bb34d2;
}

.mash-menu[data-color=purple] .mash-list-items > li:hover > a {
    color: #fff;
    background: #bb34d2;
}

.mash-menu[data-color=purple] .card .card-action a, .mash-menu[data-color=purple] .card.reveal a, .mash-menu[data-color=purple] .drop-down li:hover > a, .mash-menu[data-color=purple] .list-items a:hover, .mash-menu[data-color=purple] .order-items a:hover, .mash-menu[data-color=purple] .vertical-tabs a.active, .mash-menu[data-color=purple] .vertical-tabs a:hover {
    color: #ab2bc1;
}

.mash-menu[data-color=purple].separator .mash-brand > li > a, .mash-menu[data-color=purple].separator .mash-list-items > li > a {
    border-right: 1px solid #a028b4;
}

.mash-menu[data-color=purple].separator .mash-list-items.right > li > a {
    border-left: 1px solid #a028b4;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=purple].separator .mash-brand > li > a, .mash-menu[data-color=purple].separator .mash-list-items.right > li > a, .mash-menu[data-color=purple].separator .mash-list-items > li > a {
        border-bottom: 1px solid #a028b4;
    }

    .mash-menu[data-color=purple].separator .mash-search-bar {
        border: 1px solid #a028b4;
    }

    .mash-menu[data-color=purple] .mash-search-bar {
        background: #ab2bc1;
    }

    .mash-menu[data-color=purple] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=purple] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #ab2bc1;
        }
}

.mash-menu[data-color=purple] .thumbnail:hover {
    border-color: #ab2bc1;
}

.mash-menu[data-color=purple] blockquote {
    border-left-color: #d072e0;
}

.mash-menu[data-color=purple] .btn.btn-custom {
    background: #ab2bc1;
    border-bottom-color: #862297;
}

    .mash-menu[data-color=purple] .btn.btn-custom:hover {
        background: #b62ece;
    }

.mash-menu[data-color=purple] input[type=hidden], .mash-menu[data-color=purple] input[type=image], .mash-menu[data-color=purple] input[type=month], .mash-menu[data-color=purple] input[type=number], .mash-menu[data-color=purple] input[type=time], .mash-menu[data-color=purple] input[type=url], .mash-menu[data-color=purple] input[type=week], .mash-menu[data-color=purple] input[type=tel], .mash-menu[data-color=purple] input[type=text], .mash-menu[data-color=purple] input[type=email], .mash-menu[data-color=purple] input[type=password], .mash-menu[data-color=purple] input[type=color], .mash-menu[data-color=purple] input[type=date], .mash-menu[data-color=purple] input[type=datetime], .mash-menu[data-color=purple] input[type=datetime-local], .mash-menu[data-color=purple] input[type=file], .mash-menu[data-color=purple] select, .mash-menu[data-color=purple] textarea {
    background-image: -webkit-linear-gradient(#ab2bc1,#ab2bc1),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#ab2bc1,#ab2bc1),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=purple] input[type=hidden]:focus, .mash-menu[data-color=purple] input[type=image]:focus, .mash-menu[data-color=purple] input[type=month]:focus, .mash-menu[data-color=purple] input[type=number]:focus, .mash-menu[data-color=purple] input[type=time]:focus, .mash-menu[data-color=purple] input[type=url]:focus, .mash-menu[data-color=purple] input[type=week]:focus, .mash-menu[data-color=purple] input[type=tel]:focus, .mash-menu[data-color=purple] input[type=text]:focus, .mash-menu[data-color=purple] input[type=email]:focus, .mash-menu[data-color=purple] input[type=password]:focus, .mash-menu[data-color=purple] input[type=color]:focus, .mash-menu[data-color=purple] input[type=date]:focus, .mash-menu[data-color=purple] input[type=datetime]:focus, .mash-menu[data-color=purple] input[type=datetime-local]:focus, .mash-menu[data-color=purple] input[type=file]:focus, .mash-menu[data-color=purple] select:focus, .mash-menu[data-color=purple] textarea:focus {
        background-image: -webkit-linear-gradient(#ab2bc1,#ab2bc1),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#ab2bc1,#ab2bc1),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=purple] label.menu-checkbox:after {
    background: #ab2bc1;
}

.mash-menu[data-color=purple] label.menu-toggle:after, .mash-menu[data-color=purple] label.menu-toggle:before {
    background: #d072e0;
}

.mash-menu[data-color=purple] .mash-mobile-button, .mash-menu[data-color=purple] label.menu-toggle:after {
    background: #ab2bc1;
}

.mash-menu[data-color=purple] label.menu-radio:after {
    border-color: #ab2bc1;
    background: #ab2bc1;
}

.mash-menu[data-color=purple] .mash-extra > .mash-extra-container {
    background: #61186e;
}

.mash-menu[data-color=purple] .mash-categories a {
    background: rgba(171,43,193,.3);
    border-left: 1px solid #a028b4;
}

    .mash-menu[data-color=purple] .mash-categories a:hover {
        background: #bb34d2;
    }

.mash-menu[data-color=purple] .panel a {
    color: #ab2bc1;
}

.mash-menu[data-color=deep-purple] section.mash-menu-inner-container {
    background: #7142c3;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=deep-purple] .mash-brand > li:hover > a, .mash-menu[data-color=deep-purple] .mash-list-items > li:hover > a {
        background: #8055c9;
    }
}

.mash-menu[data-color=deep-purple] .mash-brand > li > a, .mash-menu[data-color=deep-purple] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=deep-purple] .mash-list-items > li.active > a {
    background: #8055c9;
}

.mash-menu[data-color=deep-purple] .mash-list-items > li:hover > a {
    color: #fff;
    background: #8055c9;
}

.mash-menu[data-color=deep-purple] .card .card-action a, .mash-menu[data-color=deep-purple] .card.reveal a, .mash-menu[data-color=deep-purple] .drop-down li:hover > a, .mash-menu[data-color=deep-purple] .list-items a:hover, .mash-menu[data-color=deep-purple] .order-items a:hover, .mash-menu[data-color=deep-purple] .vertical-tabs a.active, .mash-menu[data-color=deep-purple] .vertical-tabs a:hover {
    color: #7142c3;
}

.mash-menu[data-color=deep-purple].separator .mash-brand > li > a, .mash-menu[data-color=deep-purple].separator .mash-list-items > li > a {
    border-right: 1px solid #6a3bba;
}

.mash-menu[data-color=deep-purple].separator .mash-list-items.right > li > a {
    border-left: 1px solid #6a3bba;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=deep-purple].separator .mash-brand > li > a, .mash-menu[data-color=deep-purple].separator .mash-list-items.right > li > a, .mash-menu[data-color=deep-purple].separator .mash-list-items > li > a {
        border-bottom: 1px solid #6a3bba;
    }

    .mash-menu[data-color=deep-purple].separator .mash-search-bar {
        border: 1px solid #6a3bba;
    }

    .mash-menu[data-color=deep-purple] .mash-search-bar {
        background: #7142c3;
    }

    .mash-menu[data-color=deep-purple] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=deep-purple] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #7142c3;
        }
}

.mash-menu[data-color=deep-purple] .thumbnail:hover {
    border-color: #7142c3;
}

.mash-menu[data-color=deep-purple] blockquote {
    border-left-color: #ab8fdc;
}

.mash-menu[data-color=deep-purple] .btn.btn-custom {
    background: #7142c3;
    border-bottom-color: #5a339f;
}

    .mash-menu[data-color=deep-purple] .btn.btn-custom:hover {
        background: #7a4ec7;
    }

.mash-menu[data-color=deep-purple] input[type=hidden], .mash-menu[data-color=deep-purple] input[type=image], .mash-menu[data-color=deep-purple] input[type=month], .mash-menu[data-color=deep-purple] input[type=number], .mash-menu[data-color=deep-purple] input[type=time], .mash-menu[data-color=deep-purple] input[type=url], .mash-menu[data-color=deep-purple] input[type=week], .mash-menu[data-color=deep-purple] input[type=tel], .mash-menu[data-color=deep-purple] input[type=text], .mash-menu[data-color=deep-purple] input[type=email], .mash-menu[data-color=deep-purple] input[type=password], .mash-menu[data-color=deep-purple] input[type=color], .mash-menu[data-color=deep-purple] input[type=date], .mash-menu[data-color=deep-purple] input[type=datetime], .mash-menu[data-color=deep-purple] input[type=datetime-local], .mash-menu[data-color=deep-purple] input[type=file], .mash-menu[data-color=deep-purple] select, .mash-menu[data-color=deep-purple] textarea {
    background-image: -webkit-linear-gradient(#7142c3,#7142c3),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#7142c3,#7142c3),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=deep-purple] input[type=hidden]:focus, .mash-menu[data-color=deep-purple] input[type=image]:focus, .mash-menu[data-color=deep-purple] input[type=month]:focus, .mash-menu[data-color=deep-purple] input[type=number]:focus, .mash-menu[data-color=deep-purple] input[type=time]:focus, .mash-menu[data-color=deep-purple] input[type=url]:focus, .mash-menu[data-color=deep-purple] input[type=week]:focus, .mash-menu[data-color=deep-purple] input[type=tel]:focus, .mash-menu[data-color=deep-purple] input[type=text]:focus, .mash-menu[data-color=deep-purple] input[type=email]:focus, .mash-menu[data-color=deep-purple] input[type=password]:focus, .mash-menu[data-color=deep-purple] input[type=color]:focus, .mash-menu[data-color=deep-purple] input[type=date]:focus, .mash-menu[data-color=deep-purple] input[type=datetime]:focus, .mash-menu[data-color=deep-purple] input[type=datetime-local]:focus, .mash-menu[data-color=deep-purple] input[type=file]:focus, .mash-menu[data-color=deep-purple] select:focus, .mash-menu[data-color=deep-purple] textarea:focus {
        background-image: -webkit-linear-gradient(#7142c3,#7142c3),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#7142c3,#7142c3),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=deep-purple] label.menu-checkbox:after {
    background: #7142c3;
}

.mash-menu[data-color=deep-purple] label.menu-toggle:after, .mash-menu[data-color=deep-purple] label.menu-toggle:before {
    background: #ab8fdc;
}

.mash-menu[data-color=deep-purple] .mash-mobile-button, .mash-menu[data-color=deep-purple] label.menu-toggle:after {
    background: #7142c3;
}

.mash-menu[data-color=deep-purple] label.menu-radio:after {
    border-color: #7142c3;
    background: #7142c3;
}

.mash-menu[data-color=deep-purple] .mash-extra > .mash-extra-container {
    background: #442679;
}

.mash-menu[data-color=deep-purple] .mash-categories a {
    background: rgba(113,66,195,.3);
    border-left: 1px solid #6a3bba;
}

    .mash-menu[data-color=deep-purple] .mash-categories a:hover {
        background: #8055c9;
    }

.mash-menu[data-color=deep-purple] .panel a {
    color: #7142c3;
}

.mash-menu[data-color=indigo] section.mash-menu-inner-container {
    background: #3f51b5;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=indigo] .mash-brand > li:hover > a, .mash-menu[data-color=indigo] .mash-list-items > li:hover > a {
        background: #4d5ec1;
    }
}

.mash-menu[data-color=indigo] .mash-brand > li > a, .mash-menu[data-color=indigo] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=indigo] .mash-list-items > li.active > a {
    background: #4d5ec1;
}

.mash-menu[data-color=indigo] .mash-list-items > li:hover > a {
    color: #fff;
    background: #4d5ec1;
}

.mash-menu[data-color=indigo] .card .card-action a, .mash-menu[data-color=indigo] .card.reveal a, .mash-menu[data-color=indigo] .drop-down li:hover > a, .mash-menu[data-color=indigo] .list-items a:hover, .mash-menu[data-color=indigo] .order-items a:hover, .mash-menu[data-color=indigo] .vertical-tabs a.active, .mash-menu[data-color=indigo] .vertical-tabs a:hover {
    color: #3f51b5;
}

.mash-menu[data-color=indigo].separator .mash-brand > li > a, .mash-menu[data-color=indigo].separator .mash-list-items > li > a {
    border-right: 1px solid #3b4caa;
}

.mash-menu[data-color=indigo].separator .mash-list-items.right > li > a {
    border-left: 1px solid #3b4caa;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=indigo].separator .mash-brand > li > a, .mash-menu[data-color=indigo].separator .mash-list-items.right > li > a, .mash-menu[data-color=indigo].separator .mash-list-items > li > a {
        border-bottom: 1px solid #3b4caa;
    }

    .mash-menu[data-color=indigo].separator .mash-search-bar {
        border: 1px solid #3b4caa;
    }

    .mash-menu[data-color=indigo] .mash-search-bar {
        background: #3f51b5;
    }

    .mash-menu[data-color=indigo] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=indigo] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #3f51b5;
        }
}

.mash-menu[data-color=indigo] .thumbnail:hover {
    border-color: #3f51b5;
}

.mash-menu[data-color=indigo] blockquote {
    border-left-color: #8591d5;
}

.mash-menu[data-color=indigo] .btn.btn-custom {
    background: #3f51b5;
    border-bottom-color: #32408f;
}

    .mash-menu[data-color=indigo] .btn.btn-custom:hover {
        background: #4558be;
    }

.mash-menu[data-color=indigo] input[type=hidden], .mash-menu[data-color=indigo] input[type=image], .mash-menu[data-color=indigo] input[type=month], .mash-menu[data-color=indigo] input[type=number], .mash-menu[data-color=indigo] input[type=time], .mash-menu[data-color=indigo] input[type=url], .mash-menu[data-color=indigo] input[type=week], .mash-menu[data-color=indigo] input[type=tel], .mash-menu[data-color=indigo] input[type=text], .mash-menu[data-color=indigo] input[type=email], .mash-menu[data-color=indigo] input[type=password], .mash-menu[data-color=indigo] input[type=color], .mash-menu[data-color=indigo] input[type=date], .mash-menu[data-color=indigo] input[type=datetime], .mash-menu[data-color=indigo] input[type=datetime-local], .mash-menu[data-color=indigo] input[type=file], .mash-menu[data-color=indigo] select, .mash-menu[data-color=indigo] textarea {
    background-image: -webkit-linear-gradient(#3f51b5,#3f51b5),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#3f51b5,#3f51b5),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=indigo] input[type=hidden]:focus, .mash-menu[data-color=indigo] input[type=image]:focus, .mash-menu[data-color=indigo] input[type=month]:focus, .mash-menu[data-color=indigo] input[type=number]:focus, .mash-menu[data-color=indigo] input[type=time]:focus, .mash-menu[data-color=indigo] input[type=url]:focus, .mash-menu[data-color=indigo] input[type=week]:focus, .mash-menu[data-color=indigo] input[type=tel]:focus, .mash-menu[data-color=indigo] input[type=text]:focus, .mash-menu[data-color=indigo] input[type=email]:focus, .mash-menu[data-color=indigo] input[type=password]:focus, .mash-menu[data-color=indigo] input[type=color]:focus, .mash-menu[data-color=indigo] input[type=date]:focus, .mash-menu[data-color=indigo] input[type=datetime]:focus, .mash-menu[data-color=indigo] input[type=datetime-local]:focus, .mash-menu[data-color=indigo] input[type=file]:focus, .mash-menu[data-color=indigo] select:focus, .mash-menu[data-color=indigo] textarea:focus {
        background-image: -webkit-linear-gradient(#3f51b5,#3f51b5),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#3f51b5,#3f51b5),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=indigo] label.menu-checkbox:after {
    background: #3f51b5;
}

.mash-menu[data-color=indigo] label.menu-toggle:after, .mash-menu[data-color=indigo] label.menu-toggle:before {
    background: #8591d5;
}

.mash-menu[data-color=indigo] .mash-mobile-button, .mash-menu[data-color=indigo] label.menu-toggle:after {
    background: #3f51b5;
}

.mash-menu[data-color=indigo] label.menu-radio:after {
    border-color: #3f51b5;
    background: #3f51b5;
}

.mash-menu[data-color=indigo] .mash-extra > .mash-extra-container {
    background: #252f69;
}

.mash-menu[data-color=indigo] .mash-categories a {
    background: rgba(63,81,181,.3);
    border-left: 1px solid #3b4caa;
}

    .mash-menu[data-color=indigo] .mash-categories a:hover {
        background: #4d5ec1;
    }

.mash-menu[data-color=indigo] .panel a {
    color: #3f51b5;
}

.mash-menu[data-color=cyan] section.mash-menu-inner-container {
    background: #00bcd4;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=cyan] .mash-brand > li:hover > a, .mash-menu[data-color=cyan] .mash-list-items > li:hover > a {
        background: #00d3ee;
    }
}

.mash-menu[data-color=cyan] .mash-brand > li > a, .mash-menu[data-color=cyan] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=cyan] .mash-list-items > li.active > a {
    background: #00d3ee;
}

.mash-menu[data-color=cyan] .mash-list-items > li:hover > a {
    color: #fff;
    background: #00d3ee;
}

.mash-menu[data-color=cyan] .card .card-action a, .mash-menu[data-color=cyan] .card.reveal a, .mash-menu[data-color=cyan] .drop-down li:hover > a, .mash-menu[data-color=cyan] .list-items a:hover, .mash-menu[data-color=cyan] .order-items a:hover, .mash-menu[data-color=cyan] .vertical-tabs a.active, .mash-menu[data-color=cyan] .vertical-tabs a:hover {
    color: #00bcd4;
}

.mash-menu[data-color=cyan].separator .mash-brand > li > a, .mash-menu[data-color=cyan].separator .mash-list-items > li > a {
    border-right: 1px solid #00aec5;
}

.mash-menu[data-color=cyan].separator .mash-list-items.right > li > a {
    border-left: 1px solid #00aec5;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=cyan].separator .mash-brand > li > a, .mash-menu[data-color=cyan].separator .mash-list-items.right > li > a, .mash-menu[data-color=cyan].separator .mash-list-items > li > a {
        border-bottom: 1px solid #00aec5;
    }

    .mash-menu[data-color=cyan].separator .mash-search-bar {
        border: 1px solid #00aec5;
    }

    .mash-menu[data-color=cyan] .mash-search-bar {
        background: #00bcd4;
    }

    .mash-menu[data-color=cyan] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=cyan] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #00bcd4;
        }
}

.mash-menu[data-color=cyan] .thumbnail:hover {
    border-color: #00bcd4;
}

.mash-menu[data-color=cyan] blockquote {
    border-left-color: #3be9ff;
}

.mash-menu[data-color=cyan] .btn.btn-custom {
    background: #00bcd4;
    border-bottom-color: #008fa1;
}

    .mash-menu[data-color=cyan] .btn.btn-custom:hover {
        background: #00cae3;
    }

.mash-menu[data-color=cyan] input[type=hidden], .mash-menu[data-color=cyan] input[type=image], .mash-menu[data-color=cyan] input[type=month], .mash-menu[data-color=cyan] input[type=number], .mash-menu[data-color=cyan] input[type=time], .mash-menu[data-color=cyan] input[type=url], .mash-menu[data-color=cyan] input[type=week], .mash-menu[data-color=cyan] input[type=tel], .mash-menu[data-color=cyan] input[type=text], .mash-menu[data-color=cyan] input[type=email], .mash-menu[data-color=cyan] input[type=password], .mash-menu[data-color=cyan] input[type=color], .mash-menu[data-color=cyan] input[type=date], .mash-menu[data-color=cyan] input[type=datetime], .mash-menu[data-color=cyan] input[type=datetime-local], .mash-menu[data-color=cyan] input[type=file], .mash-menu[data-color=cyan] select, .mash-menu[data-color=cyan] textarea {
    background-image: -webkit-linear-gradient(#00bcd4,#00bcd4),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#00bcd4,#00bcd4),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=cyan] input[type=hidden]:focus, .mash-menu[data-color=cyan] input[type=image]:focus, .mash-menu[data-color=cyan] input[type=month]:focus, .mash-menu[data-color=cyan] input[type=number]:focus, .mash-menu[data-color=cyan] input[type=time]:focus, .mash-menu[data-color=cyan] input[type=url]:focus, .mash-menu[data-color=cyan] input[type=week]:focus, .mash-menu[data-color=cyan] input[type=tel]:focus, .mash-menu[data-color=cyan] input[type=text]:focus, .mash-menu[data-color=cyan] input[type=email]:focus, .mash-menu[data-color=cyan] input[type=password]:focus, .mash-menu[data-color=cyan] input[type=color]:focus, .mash-menu[data-color=cyan] input[type=date]:focus, .mash-menu[data-color=cyan] input[type=datetime]:focus, .mash-menu[data-color=cyan] input[type=datetime-local]:focus, .mash-menu[data-color=cyan] input[type=file]:focus, .mash-menu[data-color=cyan] select:focus, .mash-menu[data-color=cyan] textarea:focus {
        background-image: -webkit-linear-gradient(#00bcd4,#00bcd4),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#00bcd4,#00bcd4),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=cyan] label.menu-checkbox:after {
    background: #00bcd4;
}

.mash-menu[data-color=cyan] label.menu-toggle:after, .mash-menu[data-color=cyan] label.menu-toggle:before {
    background: #3be9ff;
}

.mash-menu[data-color=cyan] .mash-mobile-button, .mash-menu[data-color=cyan] label.menu-toggle:after {
    background: #00bcd4;
}

.mash-menu[data-color=cyan] label.menu-radio:after {
    border-color: #00bcd4;
    background: #00bcd4;
}

.mash-menu[data-color=cyan] .mash-extra > .mash-extra-container {
    background: #00626e;
}

.mash-menu[data-color=cyan] .mash-categories a {
    background: rgba(0,188,212,.3);
    border-left: 1px solid #00aec5;
}

    .mash-menu[data-color=cyan] .mash-categories a:hover {
        background: #00d3ee;
    }

.mash-menu[data-color=cyan] .panel a {
    color: #00bcd4;
}

.mash-menu[data-color=cyan] .mash-brand > li > a, .mash-menu[data-color=cyan] .mash-list-items > li:hover > a, .mash-menu[data-color=cyan] .mash-list-items > li > a {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=cyan] .mash-social-icons a {
    color: rgba(0,0,0,.66);
}

    .mash-menu[data-color=cyan] .mash-social-icons a:hover {
        color: #000;
    }

.mash-menu[data-color=cyan] .mash-search-bar input {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=cyan] .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=cyan] .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=cyan] .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=cyan] .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=cyan] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=cyan] .mash-search-bar .mash-search-bar-border:before {
    background: rgba(0,0,0,.36);
}

.mash-menu[data-color=cyan] .mash-mobile-button span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

.mash-menu[data-color=cyan] .btn.btn-custom {
    color: rgba(0,0,0,.86) !important;
}

.mash-menu[data-color=teal] section.mash-menu-inner-container {
    background: #009688;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=teal] .mash-brand > li:hover > a, .mash-menu[data-color=teal] .mash-list-items > li:hover > a {
        background: #00b09f;
    }
}

.mash-menu[data-color=teal] .mash-brand > li > a, .mash-menu[data-color=teal] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=teal] .mash-list-items > li.active > a {
    background: #00b09f;
}

.mash-menu[data-color=teal] .mash-list-items > li:hover > a {
    color: #fff;
    background: #00b09f;
}

.mash-menu[data-color=teal] .card .card-action a, .mash-menu[data-color=teal] .card.reveal a, .mash-menu[data-color=teal] .drop-down li:hover > a, .mash-menu[data-color=teal] .list-items a:hover, .mash-menu[data-color=teal] .order-items a:hover, .mash-menu[data-color=teal] .vertical-tabs a.active, .mash-menu[data-color=teal] .vertical-tabs a:hover {
    color: #009688;
}

.mash-menu[data-color=teal].separator .mash-brand > li > a, .mash-menu[data-color=teal].separator .mash-list-items > li > a {
    border-right: 1px solid #00877a;
}

.mash-menu[data-color=teal].separator .mash-list-items.right > li > a {
    border-left: 1px solid #00877a;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=teal].separator .mash-brand > li > a, .mash-menu[data-color=teal].separator .mash-list-items.right > li > a, .mash-menu[data-color=teal].separator .mash-list-items > li > a {
        border-bottom: 1px solid #00877a;
    }

    .mash-menu[data-color=teal].separator .mash-search-bar {
        border: 1px solid #00877a;
    }

    .mash-menu[data-color=teal] .mash-search-bar {
        background: #009688;
    }

    .mash-menu[data-color=teal] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=teal] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #009688;
        }
}

.mash-menu[data-color=teal] .thumbnail:hover {
    border-color: #009688;
}

.mash-menu[data-color=teal] blockquote {
    border-left-color: #00fce4;
}

.mash-menu[data-color=teal] .btn.btn-custom {
    background: #009688;
    border-bottom-color: #00635a;
}

    .mash-menu[data-color=teal] .btn.btn-custom:hover {
        background: #00a596;
    }

.mash-menu[data-color=teal] input[type=hidden], .mash-menu[data-color=teal] input[type=image], .mash-menu[data-color=teal] input[type=month], .mash-menu[data-color=teal] input[type=number], .mash-menu[data-color=teal] input[type=time], .mash-menu[data-color=teal] input[type=url], .mash-menu[data-color=teal] input[type=week], .mash-menu[data-color=teal] input[type=tel], .mash-menu[data-color=teal] input[type=text], .mash-menu[data-color=teal] input[type=email], .mash-menu[data-color=teal] input[type=password], .mash-menu[data-color=teal] input[type=color], .mash-menu[data-color=teal] input[type=date], .mash-menu[data-color=teal] input[type=datetime], .mash-menu[data-color=teal] input[type=datetime-local], .mash-menu[data-color=teal] input[type=file], .mash-menu[data-color=teal] select, .mash-menu[data-color=teal] textarea {
    background-image: -webkit-linear-gradient(#009688,#009688),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#009688,#009688),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=teal] input[type=hidden]:focus, .mash-menu[data-color=teal] input[type=image]:focus, .mash-menu[data-color=teal] input[type=month]:focus, .mash-menu[data-color=teal] input[type=number]:focus, .mash-menu[data-color=teal] input[type=time]:focus, .mash-menu[data-color=teal] input[type=url]:focus, .mash-menu[data-color=teal] input[type=week]:focus, .mash-menu[data-color=teal] input[type=tel]:focus, .mash-menu[data-color=teal] input[type=text]:focus, .mash-menu[data-color=teal] input[type=email]:focus, .mash-menu[data-color=teal] input[type=password]:focus, .mash-menu[data-color=teal] input[type=color]:focus, .mash-menu[data-color=teal] input[type=date]:focus, .mash-menu[data-color=teal] input[type=datetime]:focus, .mash-menu[data-color=teal] input[type=datetime-local]:focus, .mash-menu[data-color=teal] input[type=file]:focus, .mash-menu[data-color=teal] select:focus, .mash-menu[data-color=teal] textarea:focus {
        background-image: -webkit-linear-gradient(#009688,#009688),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#009688,#009688),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=teal] label.menu-checkbox:after {
    background: #009688;
}

.mash-menu[data-color=teal] label.menu-toggle:after, .mash-menu[data-color=teal] label.menu-toggle:before {
    background: #00fce4;
}

.mash-menu[data-color=teal] .mash-mobile-button, .mash-menu[data-color=teal] label.menu-toggle:after {
    background: #009688;
}

.mash-menu[data-color=teal] label.menu-radio:after {
    border-color: #009688;
    background: #009688;
}

.mash-menu[data-color=teal] .mash-extra > .mash-extra-container {
    background: #00302c;
}

.mash-menu[data-color=teal] .mash-categories a {
    background: rgba(0,150,136,.3);
    border-left: 1px solid #00877a;
}

    .mash-menu[data-color=teal] .mash-categories a:hover {
        background: #00b09f;
    }

.mash-menu[data-color=teal] .panel a {
    color: #009688;
}

.mash-menu[data-color=green] section.mash-menu-inner-container {
    background: #4caf50;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=green] .mash-brand > li:hover > a, .mash-menu[data-color=green] .mash-list-items > li:hover > a {
        background: #5cb860;
    }
}

.mash-menu[data-color=green] .mash-brand > li > a, .mash-menu[data-color=green] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=green] .mash-list-items > li.active > a {
    background: #5cb860;
}

.mash-menu[data-color=green] .mash-list-items > li:hover > a {
    color: #fff;
    background: #5cb860;
}

.mash-menu[data-color=green] .card .card-action a, .mash-menu[data-color=green] .card.reveal a, .mash-menu[data-color=green] .drop-down li:hover > a, .mash-menu[data-color=green] .list-items a:hover, .mash-menu[data-color=green] .order-items a:hover, .mash-menu[data-color=green] .vertical-tabs a.active, .mash-menu[data-color=green] .vertical-tabs a:hover {
    color: #4caf50;
}

.mash-menu[data-color=green].separator .mash-brand > li > a, .mash-menu[data-color=green].separator .mash-list-items > li > a {
    border-right: 1px solid #47a44b;
}

.mash-menu[data-color=green].separator .mash-list-items.right > li > a {
    border-left: 1px solid #47a44b;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=green].separator .mash-brand > li > a, .mash-menu[data-color=green].separator .mash-list-items.right > li > a, .mash-menu[data-color=green].separator .mash-list-items > li > a {
        border-bottom: 1px solid #47a44b;
    }

    .mash-menu[data-color=green].separator .mash-search-bar {
        border: 1px solid #47a44b;
    }

    .mash-menu[data-color=green] .mash-search-bar {
        background: #4caf50;
    }

    .mash-menu[data-color=green] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=green] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #4caf50;
        }
}

.mash-menu[data-color=green] .thumbnail:hover {
    border-color: #4caf50;
}

.mash-menu[data-color=green] blockquote {
    border-left-color: #92cf94;
}

.mash-menu[data-color=green] .btn.btn-custom {
    background: #4caf50;
    border-bottom-color: #3d8b40;
}

    .mash-menu[data-color=green] .btn.btn-custom:hover {
        background: #55b559;
    }

.mash-menu[data-color=green] input[type=hidden], .mash-menu[data-color=green] input[type=image], .mash-menu[data-color=green] input[type=month], .mash-menu[data-color=green] input[type=number], .mash-menu[data-color=green] input[type=time], .mash-menu[data-color=green] input[type=url], .mash-menu[data-color=green] input[type=week], .mash-menu[data-color=green] input[type=tel], .mash-menu[data-color=green] input[type=text], .mash-menu[data-color=green] input[type=email], .mash-menu[data-color=green] input[type=password], .mash-menu[data-color=green] input[type=color], .mash-menu[data-color=green] input[type=date], .mash-menu[data-color=green] input[type=datetime], .mash-menu[data-color=green] input[type=datetime-local], .mash-menu[data-color=green] input[type=file], .mash-menu[data-color=green] select, .mash-menu[data-color=green] textarea {
    background-image: -webkit-linear-gradient(#4caf50,#4caf50),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#4caf50,#4caf50),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=green] input[type=hidden]:focus, .mash-menu[data-color=green] input[type=image]:focus, .mash-menu[data-color=green] input[type=month]:focus, .mash-menu[data-color=green] input[type=number]:focus, .mash-menu[data-color=green] input[type=time]:focus, .mash-menu[data-color=green] input[type=url]:focus, .mash-menu[data-color=green] input[type=week]:focus, .mash-menu[data-color=green] input[type=tel]:focus, .mash-menu[data-color=green] input[type=text]:focus, .mash-menu[data-color=green] input[type=email]:focus, .mash-menu[data-color=green] input[type=password]:focus, .mash-menu[data-color=green] input[type=color]:focus, .mash-menu[data-color=green] input[type=date]:focus, .mash-menu[data-color=green] input[type=datetime]:focus, .mash-menu[data-color=green] input[type=datetime-local]:focus, .mash-menu[data-color=green] input[type=file]:focus, .mash-menu[data-color=green] select:focus, .mash-menu[data-color=green] textarea:focus {
        background-image: -webkit-linear-gradient(#4caf50,#4caf50),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#4caf50,#4caf50),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=green] label.menu-checkbox:after {
    background: #4caf50;
}

.mash-menu[data-color=green] label.menu-toggle:after, .mash-menu[data-color=green] label.menu-toggle:before {
    background: #92cf94;
}

.mash-menu[data-color=green] .mash-mobile-button, .mash-menu[data-color=green] label.menu-toggle:after {
    background: #4caf50;
}

.mash-menu[data-color=green] label.menu-radio:after {
    border-color: #4caf50;
    background: #4caf50;
}

.mash-menu[data-color=green] .mash-extra > .mash-extra-container {
    background: #2d682f;
}

.mash-menu[data-color=green] .mash-categories a {
    background: rgba(76,175,80,.3);
    border-left: 1px solid #47a44b;
}

    .mash-menu[data-color=green] .mash-categories a:hover {
        background: #5cb860;
    }

.mash-menu[data-color=green] .panel a {
    color: #4caf50;
}

.mash-menu[data-color=light-green] section.mash-menu-inner-container {
    background: #8bc34a;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=light-green] .mash-brand > li:hover > a, .mash-menu[data-color=light-green] .mash-list-items > li:hover > a {
        background: #97c95d;
    }
}

.mash-menu[data-color=light-green] .mash-brand > li > a, .mash-menu[data-color=light-green] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=light-green] .mash-list-items > li.active > a {
    background: #97c95d;
}

.mash-menu[data-color=light-green] .mash-list-items > li:hover > a {
    color: #fff;
    background: #97c95d;
}

.mash-menu[data-color=light-green].separator .mash-brand > li > a, .mash-menu[data-color=light-green].separator .mash-list-items > li > a {
    border-right: 1px solid #84bf3f;
}

.mash-menu[data-color=light-green].separator .mash-list-items.right > li > a {
    border-left: 1px solid #84bf3f;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=light-green].separator .mash-brand > li > a, .mash-menu[data-color=light-green].separator .mash-list-items.right > li > a, .mash-menu[data-color=light-green].separator .mash-list-items > li > a {
        border-bottom: 1px solid #84bf3f;
    }

    .mash-menu[data-color=light-green].separator .mash-search-bar {
        border: 1px solid #84bf3f;
    }

    .mash-menu[data-color=light-green] .mash-search-bar {
        background: #8bc34a;
    }

    .mash-menu[data-color=light-green] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=light-green] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #8bc34a;
        }
}

.mash-menu[data-color=light-green] .thumbnail:hover {
    border-color: #8bc34a;
}

.mash-menu[data-color=light-green] blockquote {
    border-left-color: #bcdc97;
}

.mash-menu[data-color=light-green] .btn.btn-custom {
    background: #8bc34a;
    border-bottom-color: #71a436;
}

    .mash-menu[data-color=light-green] .btn.btn-custom:hover {
        background: #92c755;
    }

.mash-menu[data-color=light-green] input[type=hidden], .mash-menu[data-color=light-green] input[type=image], .mash-menu[data-color=light-green] input[type=month], .mash-menu[data-color=light-green] input[type=number], .mash-menu[data-color=light-green] input[type=time], .mash-menu[data-color=light-green] input[type=url], .mash-menu[data-color=light-green] input[type=week], .mash-menu[data-color=light-green] input[type=tel], .mash-menu[data-color=light-green] input[type=text], .mash-menu[data-color=light-green] input[type=email], .mash-menu[data-color=light-green] input[type=password], .mash-menu[data-color=light-green] input[type=color], .mash-menu[data-color=light-green] input[type=date], .mash-menu[data-color=light-green] input[type=datetime], .mash-menu[data-color=light-green] input[type=datetime-local], .mash-menu[data-color=light-green] input[type=file], .mash-menu[data-color=light-green] select, .mash-menu[data-color=light-green] textarea {
    background-image: -webkit-linear-gradient(#8bc34a,#8bc34a),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#8bc34a,#8bc34a),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=light-green] input[type=hidden]:focus, .mash-menu[data-color=light-green] input[type=image]:focus, .mash-menu[data-color=light-green] input[type=month]:focus, .mash-menu[data-color=light-green] input[type=number]:focus, .mash-menu[data-color=light-green] input[type=time]:focus, .mash-menu[data-color=light-green] input[type=url]:focus, .mash-menu[data-color=light-green] input[type=week]:focus, .mash-menu[data-color=light-green] input[type=tel]:focus, .mash-menu[data-color=light-green] input[type=text]:focus, .mash-menu[data-color=light-green] input[type=email]:focus, .mash-menu[data-color=light-green] input[type=password]:focus, .mash-menu[data-color=light-green] input[type=color]:focus, .mash-menu[data-color=light-green] input[type=date]:focus, .mash-menu[data-color=light-green] input[type=datetime]:focus, .mash-menu[data-color=light-green] input[type=datetime-local]:focus, .mash-menu[data-color=light-green] input[type=file]:focus, .mash-menu[data-color=light-green] select:focus, .mash-menu[data-color=light-green] textarea:focus {
        background-image: -webkit-linear-gradient(#8bc34a,#8bc34a),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#8bc34a,#8bc34a),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=light-green] label.menu-checkbox:after {
    background: #8bc34a;
}

.mash-menu[data-color=light-green] label.menu-toggle:after, .mash-menu[data-color=light-green] label.menu-toggle:before {
    background: #bcdc97;
}

.mash-menu[data-color=light-green] .mash-mobile-button, .mash-menu[data-color=light-green] label.menu-toggle:after {
    background: #8bc34a;
}

.mash-menu[data-color=light-green] label.menu-radio:after {
    border-color: #8bc34a;
    background: #8bc34a;
}

.mash-menu[data-color=light-green] .mash-extra > .mash-extra-container {
    background: #577d2a;
}

.mash-menu[data-color=light-green] .mash-categories a {
    background: rgba(139,195,74,.3);
    border-left: 1px solid #84bf3f;
}

    .mash-menu[data-color=light-green] .mash-categories a:hover {
        background: #97c95d;
    }

.mash-menu[data-color=light-green] .panel a {
    color: #8bc34a;
}

.mash-menu[data-color=light-green] .mash-brand > li > a, .mash-menu[data-color=light-green] .mash-list-items > li:hover > a, .mash-menu[data-color=light-green] .mash-list-items > li > a {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=light-green] .mash-social-icons a {
    color: rgba(0,0,0,.66);
}

    .mash-menu[data-color=light-green] .mash-social-icons a:hover {
        color: #000;
    }

.mash-menu[data-color=light-green] .mash-search-bar input {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=light-green] .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=light-green] .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=light-green] .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=light-green] .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=light-green] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=light-green] .mash-search-bar .mash-search-bar-border:before {
    background: rgba(0,0,0,.36);
}

.mash-menu[data-color=light-green] .mash-mobile-button span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

.mash-menu[data-color=light-green] .btn.btn-custom {
    color: rgba(0,0,0,.86) !important;
}

.mash-menu[data-color=light-green] .card .card-action a, .mash-menu[data-color=light-green] .card.reveal a, .mash-menu[data-color=light-green] .drop-down li:hover > a, .mash-menu[data-color=light-green] .list-items a:hover, .mash-menu[data-color=light-green] .order-items a:hover, .mash-menu[data-color=light-green] .vertical-tabs a.active, .mash-menu[data-color=light-green] .vertical-tabs a:hover {
    color: #71a436;
}

.mash-menu[data-color=lime] section.mash-menu-inner-container {
    background: #cddc39;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=lime] .mash-brand > li:hover > a, .mash-menu[data-color=lime] .mash-list-items > li:hover > a {
        background: #d2e04f;
    }
}

.mash-menu[data-color=lime] .mash-brand > li > a, .mash-menu[data-color=lime] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=lime] .mash-list-items > li.active > a {
    background: #d2e04f;
}

.mash-menu[data-color=lime] .mash-list-items > li:hover > a {
    color: #fff;
    background: #d2e04f;
}

.mash-menu[data-color=lime].separator .mash-brand > li > a, .mash-menu[data-color=lime].separator .mash-list-items > li > a {
    border-right: 1px solid #cada2c;
}

.mash-menu[data-color=lime].separator .mash-list-items.right > li > a {
    border-left: 1px solid #cada2c;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=lime].separator .mash-brand > li > a, .mash-menu[data-color=lime].separator .mash-list-items.right > li > a, .mash-menu[data-color=lime].separator .mash-list-items > li > a {
        border-bottom: 1px solid #cada2c;
    }

    .mash-menu[data-color=lime].separator .mash-search-bar {
        border: 1px solid #cada2c;
    }

    .mash-menu[data-color=lime] .mash-search-bar {
        background: #cddc39;
    }

    .mash-menu[data-color=lime] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=lime] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #cddc39;
        }
}

.mash-menu[data-color=lime] .thumbnail:hover {
    border-color: #cddc39;
}

.mash-menu[data-color=lime] blockquote {
    border-left-color: #e3eb90;
}

.mash-menu[data-color=lime] .btn.btn-custom {
    background: #cddc39;
    border-bottom-color: #b2c022;
}

    .mash-menu[data-color=lime] .btn.btn-custom:hover {
        background: #d0de46;
    }

.mash-menu[data-color=lime] input[type=hidden], .mash-menu[data-color=lime] input[type=image], .mash-menu[data-color=lime] input[type=month], .mash-menu[data-color=lime] input[type=number], .mash-menu[data-color=lime] input[type=time], .mash-menu[data-color=lime] input[type=url], .mash-menu[data-color=lime] input[type=week], .mash-menu[data-color=lime] input[type=tel], .mash-menu[data-color=lime] input[type=text], .mash-menu[data-color=lime] input[type=email], .mash-menu[data-color=lime] input[type=password], .mash-menu[data-color=lime] input[type=color], .mash-menu[data-color=lime] input[type=date], .mash-menu[data-color=lime] input[type=datetime], .mash-menu[data-color=lime] input[type=datetime-local], .mash-menu[data-color=lime] input[type=file], .mash-menu[data-color=lime] select, .mash-menu[data-color=lime] textarea {
    background-image: -webkit-linear-gradient(#cddc39,#cddc39),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#cddc39,#cddc39),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=lime] input[type=hidden]:focus, .mash-menu[data-color=lime] input[type=image]:focus, .mash-menu[data-color=lime] input[type=month]:focus, .mash-menu[data-color=lime] input[type=number]:focus, .mash-menu[data-color=lime] input[type=time]:focus, .mash-menu[data-color=lime] input[type=url]:focus, .mash-menu[data-color=lime] input[type=week]:focus, .mash-menu[data-color=lime] input[type=tel]:focus, .mash-menu[data-color=lime] input[type=text]:focus, .mash-menu[data-color=lime] input[type=email]:focus, .mash-menu[data-color=lime] input[type=password]:focus, .mash-menu[data-color=lime] input[type=color]:focus, .mash-menu[data-color=lime] input[type=date]:focus, .mash-menu[data-color=lime] input[type=datetime]:focus, .mash-menu[data-color=lime] input[type=datetime-local]:focus, .mash-menu[data-color=lime] input[type=file]:focus, .mash-menu[data-color=lime] select:focus, .mash-menu[data-color=lime] textarea:focus {
        background-image: -webkit-linear-gradient(#cddc39,#cddc39),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#cddc39,#cddc39),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=lime] label.menu-checkbox:after {
    background: #cddc39;
}

.mash-menu[data-color=lime] label.menu-toggle:after, .mash-menu[data-color=lime] label.menu-toggle:before {
    background: #e3eb90;
}

.mash-menu[data-color=lime] .mash-mobile-button, .mash-menu[data-color=lime] label.menu-toggle:after {
    background: #cddc39;
}

.mash-menu[data-color=lime] label.menu-radio:after {
    border-color: #cddc39;
    background: #cddc39;
}

.mash-menu[data-color=lime] .mash-extra > .mash-extra-container {
    background: #89951a;
}

.mash-menu[data-color=lime] .mash-categories a {
    background: rgba(205,220,57,.3);
    border-left: 1px solid #cada2c;
}

    .mash-menu[data-color=lime] .mash-categories a:hover {
        background: #d2e04f;
    }

.mash-menu[data-color=lime] .panel a {
    color: #cddc39;
}

.mash-menu[data-color=lime] .mash-brand > li > a, .mash-menu[data-color=lime] .mash-list-items > li:hover > a, .mash-menu[data-color=lime] .mash-list-items > li > a {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=lime] .mash-social-icons a {
    color: rgba(0,0,0,.66);
}

    .mash-menu[data-color=lime] .mash-social-icons a:hover {
        color: #000;
    }

.mash-menu[data-color=lime] .mash-search-bar input {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=lime] .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=lime] .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=lime] .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=lime] .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=lime] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=lime] .mash-search-bar .mash-search-bar-border:before {
    background: rgba(0,0,0,.36);
}

.mash-menu[data-color=lime] .mash-mobile-button span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

.mash-menu[data-color=lime] .btn.btn-custom {
    color: rgba(0,0,0,.86) !important;
}

.mash-menu[data-color=lime] .card .card-action a, .mash-menu[data-color=lime] .card.reveal a, .mash-menu[data-color=lime] .drop-down li:hover > a, .mash-menu[data-color=lime] .list-items a:hover, .mash-menu[data-color=lime] .order-items a:hover, .mash-menu[data-color=lime] .vertical-tabs a.active, .mash-menu[data-color=lime] .vertical-tabs a:hover {
    color: #89951a;
}

.mash-menu[data-color=yellow] section.mash-menu-inner-container {
    background: #ffeb3b;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=yellow] .mash-brand > li:hover > a, .mash-menu[data-color=yellow] .mash-list-items > li:hover > a {
        background: #fe5;
    }
}

.mash-menu[data-color=yellow] .mash-brand > li > a, .mash-menu[data-color=yellow] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=yellow] .mash-list-items > li.active > a {
    background: #fe5;
}

.mash-menu[data-color=yellow] .mash-list-items > li:hover > a {
    color: #fff;
    background: #fe5;
}

.mash-menu[data-color=yellow].separator .mash-brand > li > a, .mash-menu[data-color=yellow].separator .mash-list-items > li > a {
    border-right: 1px solid #ffe92c;
}

.mash-menu[data-color=yellow].separator .mash-list-items.right > li > a {
    border-left: 1px solid #ffe92c;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=yellow].separator .mash-brand > li > a, .mash-menu[data-color=yellow].separator .mash-list-items.right > li > a, .mash-menu[data-color=yellow].separator .mash-list-items > li > a {
        border-bottom: 1px solid #ffe92c;
    }

    .mash-menu[data-color=yellow].separator .mash-search-bar {
        border: 1px solid #ffe92c;
    }

    .mash-menu[data-color=yellow] .mash-search-bar {
        background: #ffeb3b;
    }

    .mash-menu[data-color=yellow] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=yellow] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #ffeb3b;
        }
}

.mash-menu[data-color=yellow] .thumbnail:hover {
    border-color: #ffeb3b;
}

.mash-menu[data-color=yellow] blockquote {
    border-left-color: #fff5a1;
}

.mash-menu[data-color=yellow] .btn.btn-custom {
    background: #ffeb3b;
    border-bottom-color: #ffe608;
}

    .mash-menu[data-color=yellow] .btn.btn-custom:hover {
        background: #ffed4a;
    }

.mash-menu[data-color=yellow] input[type=hidden], .mash-menu[data-color=yellow] input[type=image], .mash-menu[data-color=yellow] input[type=month], .mash-menu[data-color=yellow] input[type=number], .mash-menu[data-color=yellow] input[type=time], .mash-menu[data-color=yellow] input[type=url], .mash-menu[data-color=yellow] input[type=week], .mash-menu[data-color=yellow] input[type=tel], .mash-menu[data-color=yellow] input[type=text], .mash-menu[data-color=yellow] input[type=email], .mash-menu[data-color=yellow] input[type=password], .mash-menu[data-color=yellow] input[type=color], .mash-menu[data-color=yellow] input[type=date], .mash-menu[data-color=yellow] input[type=datetime], .mash-menu[data-color=yellow] input[type=datetime-local], .mash-menu[data-color=yellow] input[type=file], .mash-menu[data-color=yellow] select, .mash-menu[data-color=yellow] textarea {
    background-image: -webkit-linear-gradient(#ffeb3b,#ffeb3b),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#ffeb3b,#ffeb3b),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=yellow] input[type=hidden]:focus, .mash-menu[data-color=yellow] input[type=image]:focus, .mash-menu[data-color=yellow] input[type=month]:focus, .mash-menu[data-color=yellow] input[type=number]:focus, .mash-menu[data-color=yellow] input[type=time]:focus, .mash-menu[data-color=yellow] input[type=url]:focus, .mash-menu[data-color=yellow] input[type=week]:focus, .mash-menu[data-color=yellow] input[type=tel]:focus, .mash-menu[data-color=yellow] input[type=text]:focus, .mash-menu[data-color=yellow] input[type=email]:focus, .mash-menu[data-color=yellow] input[type=password]:focus, .mash-menu[data-color=yellow] input[type=color]:focus, .mash-menu[data-color=yellow] input[type=date]:focus, .mash-menu[data-color=yellow] input[type=datetime]:focus, .mash-menu[data-color=yellow] input[type=datetime-local]:focus, .mash-menu[data-color=yellow] input[type=file]:focus, .mash-menu[data-color=yellow] select:focus, .mash-menu[data-color=yellow] textarea:focus {
        background-image: -webkit-linear-gradient(#ffeb3b,#ffeb3b),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#ffeb3b,#ffeb3b),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=yellow] label.menu-checkbox:after {
    background: #ffeb3b;
}

.mash-menu[data-color=yellow] label.menu-toggle:after, .mash-menu[data-color=yellow] label.menu-toggle:before {
    background: #fff5a1;
}

.mash-menu[data-color=yellow] .mash-mobile-button, .mash-menu[data-color=yellow] label.menu-toggle:after {
    background: #ffeb3b;
}

.mash-menu[data-color=yellow] label.menu-radio:after {
    border-color: #ffeb3b;
    background: #ffeb3b;
}

.mash-menu[data-color=yellow] .mash-extra > .mash-extra-container {
    background: #d4be00;
}

.mash-menu[data-color=yellow] .mash-categories a {
    background: rgba(255,235,59,.3);
    border-left: 1px solid #ffe92c;
}

    .mash-menu[data-color=yellow] .mash-categories a:hover {
        background: #fe5;
    }

.mash-menu[data-color=yellow] .panel a {
    color: #ffeb3b;
}

.mash-menu[data-color=yellow] .mash-brand > li > a, .mash-menu[data-color=yellow] .mash-list-items > li:hover > a, .mash-menu[data-color=yellow] .mash-list-items > li > a {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=yellow] .mash-social-icons a {
    color: rgba(0,0,0,.66);
}

    .mash-menu[data-color=yellow] .mash-social-icons a:hover {
        color: #000;
    }

.mash-menu[data-color=yellow] .mash-search-bar input {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=yellow] .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=yellow] .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=yellow] .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=yellow] .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=yellow] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=yellow] .mash-search-bar .mash-search-bar-border:before {
    background: rgba(0,0,0,.36);
}

.mash-menu[data-color=yellow] .mash-mobile-button span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

.mash-menu[data-color=yellow] .btn.btn-custom {
    color: rgba(0,0,0,.86) !important;
}

.mash-menu[data-color=yellow] .card .card-action a, .mash-menu[data-color=yellow] .card.reveal a, .mash-menu[data-color=yellow] .drop-down li:hover > a, .mash-menu[data-color=yellow] .list-items a:hover, .mash-menu[data-color=yellow] .order-items a:hover, .mash-menu[data-color=yellow] .vertical-tabs a.active, .mash-menu[data-color=yellow] .vertical-tabs a:hover {
    color: #d4be00;
}

.mash-menu[data-color=amber] section.mash-menu-inner-container {
    background: #ffc107;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=amber] .mash-brand > li:hover > a, .mash-menu[data-color=amber] .mash-list-items > li:hover > a {
        background: #ffc721;
    }
}

.mash-menu[data-color=amber] .mash-brand > li > a, .mash-menu[data-color=amber] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=amber] .mash-list-items > li.active > a {
    background: #ffc721;
}

.mash-menu[data-color=amber] .mash-list-items > li:hover > a {
    color: #fff;
    background: #ffc721;
}

.mash-menu[data-color=amber].separator .mash-brand > li > a, .mash-menu[data-color=amber].separator .mash-list-items > li > a {
    border-right: 1px solid #f7b900;
}

.mash-menu[data-color=amber].separator .mash-list-items.right > li > a {
    border-left: 1px solid #f7b900;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=amber].separator .mash-brand > li > a, .mash-menu[data-color=amber].separator .mash-list-items.right > li > a, .mash-menu[data-color=amber].separator .mash-list-items > li > a {
        border-bottom: 1px solid #f7b900;
    }

    .mash-menu[data-color=amber].separator .mash-search-bar {
        border: 1px solid #f7b900;
    }

    .mash-menu[data-color=amber] .mash-search-bar {
        background: #ffc107;
    }

    .mash-menu[data-color=amber] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=amber] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #ffc107;
        }
}

.mash-menu[data-color=amber] .thumbnail:hover {
    border-color: #ffc107;
}

.mash-menu[data-color=amber] blockquote {
    border-left-color: #ffdb6d;
}

.mash-menu[data-color=amber] .btn.btn-custom {
    background: #ffc107;
    border-bottom-color: #d39e00;
}

    .mash-menu[data-color=amber] .btn.btn-custom:hover {
        background: #ffc516;
    }

.mash-menu[data-color=amber] input[type=hidden], .mash-menu[data-color=amber] input[type=image], .mash-menu[data-color=amber] input[type=month], .mash-menu[data-color=amber] input[type=number], .mash-menu[data-color=amber] input[type=time], .mash-menu[data-color=amber] input[type=url], .mash-menu[data-color=amber] input[type=week], .mash-menu[data-color=amber] input[type=tel], .mash-menu[data-color=amber] input[type=text], .mash-menu[data-color=amber] input[type=email], .mash-menu[data-color=amber] input[type=password], .mash-menu[data-color=amber] input[type=color], .mash-menu[data-color=amber] input[type=date], .mash-menu[data-color=amber] input[type=datetime], .mash-menu[data-color=amber] input[type=datetime-local], .mash-menu[data-color=amber] input[type=file], .mash-menu[data-color=amber] select, .mash-menu[data-color=amber] textarea {
    background-image: -webkit-linear-gradient(#ffc107,#ffc107),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#ffc107,#ffc107),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=amber] input[type=hidden]:focus, .mash-menu[data-color=amber] input[type=image]:focus, .mash-menu[data-color=amber] input[type=month]:focus, .mash-menu[data-color=amber] input[type=number]:focus, .mash-menu[data-color=amber] input[type=time]:focus, .mash-menu[data-color=amber] input[type=url]:focus, .mash-menu[data-color=amber] input[type=week]:focus, .mash-menu[data-color=amber] input[type=tel]:focus, .mash-menu[data-color=amber] input[type=text]:focus, .mash-menu[data-color=amber] input[type=email]:focus, .mash-menu[data-color=amber] input[type=password]:focus, .mash-menu[data-color=amber] input[type=color]:focus, .mash-menu[data-color=amber] input[type=date]:focus, .mash-menu[data-color=amber] input[type=datetime]:focus, .mash-menu[data-color=amber] input[type=datetime-local]:focus, .mash-menu[data-color=amber] input[type=file]:focus, .mash-menu[data-color=amber] select:focus, .mash-menu[data-color=amber] textarea:focus {
        background-image: -webkit-linear-gradient(#ffc107,#ffc107),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#ffc107,#ffc107),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=amber] label.menu-checkbox:after {
    background: #ffc107;
}

.mash-menu[data-color=amber] label.menu-toggle:after, .mash-menu[data-color=amber] label.menu-toggle:before {
    background: #ffdb6d;
}

.mash-menu[data-color=amber] .mash-mobile-button, .mash-menu[data-color=amber] label.menu-toggle:after {
    background: #ffc107;
}

.mash-menu[data-color=amber] label.menu-radio:after {
    border-color: #ffc107;
    background: #ffc107;
}

.mash-menu[data-color=amber] .mash-extra > .mash-extra-container {
    background: #a07800;
}

.mash-menu[data-color=amber] .mash-categories a {
    background: rgba(255,193,7,.3);
    border-left: 1px solid #f7b900;
}

    .mash-menu[data-color=amber] .mash-categories a:hover {
        background: #ffc721;
    }

.mash-menu[data-color=amber] .panel a {
    color: #ffc107;
}

.mash-menu[data-color=amber] .mash-brand > li > a, .mash-menu[data-color=amber] .mash-list-items > li:hover > a, .mash-menu[data-color=amber] .mash-list-items > li > a {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=amber] .mash-social-icons a {
    color: rgba(0,0,0,.66);
}

    .mash-menu[data-color=amber] .mash-social-icons a:hover {
        color: #000;
    }

.mash-menu[data-color=amber] .mash-search-bar input {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=amber] .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=amber] .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=amber] .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=amber] .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=amber] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=amber] .mash-search-bar .mash-search-bar-border:before {
    background: rgba(0,0,0,.36);
}

.mash-menu[data-color=amber] .mash-mobile-button span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

.mash-menu[data-color=amber] .btn.btn-custom {
    color: rgba(0,0,0,.86) !important;
}

.mash-menu[data-color=amber] .card .card-action a, .mash-menu[data-color=amber] .card.reveal a, .mash-menu[data-color=amber] .drop-down li:hover > a, .mash-menu[data-color=amber] .list-items a:hover, .mash-menu[data-color=amber] .order-items a:hover, .mash-menu[data-color=amber] .vertical-tabs a.active, .mash-menu[data-color=amber] .vertical-tabs a:hover {
    color: #d39e00;
}

.mash-menu[data-color=orange] section.mash-menu-inner-container {
    background: #ff9800;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=orange] .mash-brand > li:hover > a, .mash-menu[data-color=orange] .mash-list-items > li:hover > a {
        background: #ffa21a;
    }
}

.mash-menu[data-color=orange] .mash-brand > li > a, .mash-menu[data-color=orange] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=orange] .mash-list-items > li.active > a {
    background: #ffa21a;
}

.mash-menu[data-color=orange] .mash-list-items > li:hover > a {
    color: #fff;
    background: #ffa21a;
}

.mash-menu[data-color=orange] .card .card-action a, .mash-menu[data-color=orange] .card.reveal a, .mash-menu[data-color=orange] .drop-down li:hover > a, .mash-menu[data-color=orange] .list-items a:hover, .mash-menu[data-color=orange] .order-items a:hover, .mash-menu[data-color=orange] .vertical-tabs a.active, .mash-menu[data-color=orange] .vertical-tabs a:hover {
    color: #ff9800;
}

.mash-menu[data-color=orange].separator .mash-brand > li > a, .mash-menu[data-color=orange].separator .mash-list-items > li > a {
    border-right: 1px solid #f08f00;
}

.mash-menu[data-color=orange].separator .mash-list-items.right > li > a {
    border-left: 1px solid #f08f00;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=orange].separator .mash-brand > li > a, .mash-menu[data-color=orange].separator .mash-list-items.right > li > a, .mash-menu[data-color=orange].separator .mash-list-items > li > a {
        border-bottom: 1px solid #f08f00;
    }

    .mash-menu[data-color=orange].separator .mash-search-bar {
        border: 1px solid #f08f00;
    }

    .mash-menu[data-color=orange] .mash-search-bar {
        background: #ff9800;
    }

    .mash-menu[data-color=orange] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=orange] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #ff9800;
        }
}

.mash-menu[data-color=orange] .thumbnail:hover {
    border-color: #ff9800;
}

.mash-menu[data-color=orange] blockquote {
    border-left-color: #ffc166;
}

.mash-menu[data-color=orange] .btn.btn-custom {
    background: #ff9800;
    border-bottom-color: #cc7a00;
}

    .mash-menu[data-color=orange] .btn.btn-custom:hover {
        background: #ff9e0f;
    }

.mash-menu[data-color=orange] input[type=hidden], .mash-menu[data-color=orange] input[type=image], .mash-menu[data-color=orange] input[type=month], .mash-menu[data-color=orange] input[type=number], .mash-menu[data-color=orange] input[type=time], .mash-menu[data-color=orange] input[type=url], .mash-menu[data-color=orange] input[type=week], .mash-menu[data-color=orange] input[type=tel], .mash-menu[data-color=orange] input[type=text], .mash-menu[data-color=orange] input[type=email], .mash-menu[data-color=orange] input[type=password], .mash-menu[data-color=orange] input[type=color], .mash-menu[data-color=orange] input[type=date], .mash-menu[data-color=orange] input[type=datetime], .mash-menu[data-color=orange] input[type=datetime-local], .mash-menu[data-color=orange] input[type=file], .mash-menu[data-color=orange] select, .mash-menu[data-color=orange] textarea {
    background-image: -webkit-linear-gradient(#ff9800,#ff9800),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#ff9800,#ff9800),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=orange] input[type=hidden]:focus, .mash-menu[data-color=orange] input[type=image]:focus, .mash-menu[data-color=orange] input[type=month]:focus, .mash-menu[data-color=orange] input[type=number]:focus, .mash-menu[data-color=orange] input[type=time]:focus, .mash-menu[data-color=orange] input[type=url]:focus, .mash-menu[data-color=orange] input[type=week]:focus, .mash-menu[data-color=orange] input[type=tel]:focus, .mash-menu[data-color=orange] input[type=text]:focus, .mash-menu[data-color=orange] input[type=email]:focus, .mash-menu[data-color=orange] input[type=password]:focus, .mash-menu[data-color=orange] input[type=color]:focus, .mash-menu[data-color=orange] input[type=date]:focus, .mash-menu[data-color=orange] input[type=datetime]:focus, .mash-menu[data-color=orange] input[type=datetime-local]:focus, .mash-menu[data-color=orange] input[type=file]:focus, .mash-menu[data-color=orange] select:focus, .mash-menu[data-color=orange] textarea:focus {
        background-image: -webkit-linear-gradient(#ff9800,#ff9800),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#ff9800,#ff9800),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=orange] label.menu-checkbox:after {
    background: #ff9800;
}

.mash-menu[data-color=orange] label.menu-toggle:after, .mash-menu[data-color=orange] label.menu-toggle:before {
    background: #ffc166;
}

.mash-menu[data-color=orange] .mash-mobile-button, .mash-menu[data-color=orange] label.menu-toggle:after {
    background: #ff9800;
}

.mash-menu[data-color=orange] label.menu-radio:after {
    border-color: #ff9800;
    background: #ff9800;
}

.mash-menu[data-color=orange] .mash-extra > .mash-extra-container {
    background: #995b00;
}

.mash-menu[data-color=orange] .mash-categories a {
    background: rgba(255,152,0,.3);
    border-left: 1px solid #f08f00;
}

    .mash-menu[data-color=orange] .mash-categories a:hover {
        background: #ffa21a;
    }

.mash-menu[data-color=orange] .panel a {
    color: #ff9800;
}

.mash-menu[data-color=orange] .mash-brand > li > a, .mash-menu[data-color=orange] .mash-list-items > li:hover > a, .mash-menu[data-color=orange] .mash-list-items > li > a {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=orange] .mash-social-icons a {
    color: rgba(0,0,0,.66);
}

    .mash-menu[data-color=orange] .mash-social-icons a:hover {
        color: #000;
    }

.mash-menu[data-color=orange] .mash-search-bar input {
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=orange] .mash-search-bar :-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=orange] .mash-search-bar ::-moz-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=orange] .mash-search-bar :-ms-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=orange] .mash-search-bar ::-webkit-input-placeholder {
    opacity: 1 !important;
    color: rgba(0,0,0,.86);
}

.mash-menu[data-color=orange] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=orange] .mash-search-bar .mash-search-bar-border:before {
    background: rgba(0,0,0,.36);
}

.mash-menu[data-color=orange] .mash-mobile-button span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC) center no-repeat;
}

.mash-menu[data-color=orange] .btn.btn-custom {
    color: rgba(0,0,0,.86) !important;
}

.mash-menu[data-color=deep-orange] section.mash-menu-inner-container {
    background: #ff5722;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=deep-orange] .mash-brand > li:hover > a, .mash-menu[data-color=deep-orange] .mash-list-items > li:hover > a {
        background: #ff6a3c;
    }
}

.mash-menu[data-color=deep-orange] .mash-brand > li > a, .mash-menu[data-color=deep-orange] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=deep-orange] .mash-list-items > li.active > a {
    background: #ff6a3c;
}

.mash-menu[data-color=deep-orange] .mash-list-items > li:hover > a {
    color: #fff;
    background: #ff6a3c;
}

.mash-menu[data-color=deep-orange] .card .card-action a, .mash-menu[data-color=deep-orange] .card.reveal a, .mash-menu[data-color=deep-orange] .drop-down li:hover > a, .mash-menu[data-color=deep-orange] .list-items a:hover, .mash-menu[data-color=deep-orange] .order-items a:hover, .mash-menu[data-color=deep-orange] .vertical-tabs a.active, .mash-menu[data-color=deep-orange] .vertical-tabs a:hover {
    color: #ff5722;
}

.mash-menu[data-color=deep-orange].separator .mash-brand > li > a, .mash-menu[data-color=deep-orange].separator .mash-list-items > li > a {
    border-right: 1px solid #ff4b13;
}

.mash-menu[data-color=deep-orange].separator .mash-list-items.right > li > a {
    border-left: 1px solid #ff4b13;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=deep-orange].separator .mash-brand > li > a, .mash-menu[data-color=deep-orange].separator .mash-list-items.right > li > a, .mash-menu[data-color=deep-orange].separator .mash-list-items > li > a {
        border-bottom: 1px solid #ff4b13;
    }

    .mash-menu[data-color=deep-orange].separator .mash-search-bar {
        border: 1px solid #ff4b13;
    }

    .mash-menu[data-color=deep-orange] .mash-search-bar {
        background: #ff5722;
    }

    .mash-menu[data-color=deep-orange] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=deep-orange] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #ff5722;
        }
}

.mash-menu[data-color=deep-orange] .thumbnail:hover {
    border-color: #ff5722;
}

.mash-menu[data-color=deep-orange] blockquote {
    border-left-color: #ffa588;
}

.mash-menu[data-color=deep-orange] .btn.btn-custom {
    background: #ff5722;
    border-bottom-color: #ee3900;
}

    .mash-menu[data-color=deep-orange] .btn.btn-custom:hover {
        background: #ff6331;
    }

.mash-menu[data-color=deep-orange] input[type=hidden], .mash-menu[data-color=deep-orange] input[type=image], .mash-menu[data-color=deep-orange] input[type=month], .mash-menu[data-color=deep-orange] input[type=number], .mash-menu[data-color=deep-orange] input[type=time], .mash-menu[data-color=deep-orange] input[type=url], .mash-menu[data-color=deep-orange] input[type=week], .mash-menu[data-color=deep-orange] input[type=tel], .mash-menu[data-color=deep-orange] input[type=text], .mash-menu[data-color=deep-orange] input[type=email], .mash-menu[data-color=deep-orange] input[type=password], .mash-menu[data-color=deep-orange] input[type=color], .mash-menu[data-color=deep-orange] input[type=date], .mash-menu[data-color=deep-orange] input[type=datetime], .mash-menu[data-color=deep-orange] input[type=datetime-local], .mash-menu[data-color=deep-orange] input[type=file], .mash-menu[data-color=deep-orange] select, .mash-menu[data-color=deep-orange] textarea {
    background-image: -webkit-linear-gradient(#ff5722,#ff5722),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#ff5722,#ff5722),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=deep-orange] input[type=hidden]:focus, .mash-menu[data-color=deep-orange] input[type=image]:focus, .mash-menu[data-color=deep-orange] input[type=month]:focus, .mash-menu[data-color=deep-orange] input[type=number]:focus, .mash-menu[data-color=deep-orange] input[type=time]:focus, .mash-menu[data-color=deep-orange] input[type=url]:focus, .mash-menu[data-color=deep-orange] input[type=week]:focus, .mash-menu[data-color=deep-orange] input[type=tel]:focus, .mash-menu[data-color=deep-orange] input[type=text]:focus, .mash-menu[data-color=deep-orange] input[type=email]:focus, .mash-menu[data-color=deep-orange] input[type=password]:focus, .mash-menu[data-color=deep-orange] input[type=color]:focus, .mash-menu[data-color=deep-orange] input[type=date]:focus, .mash-menu[data-color=deep-orange] input[type=datetime]:focus, .mash-menu[data-color=deep-orange] input[type=datetime-local]:focus, .mash-menu[data-color=deep-orange] input[type=file]:focus, .mash-menu[data-color=deep-orange] select:focus, .mash-menu[data-color=deep-orange] textarea:focus {
        background-image: -webkit-linear-gradient(#ff5722,#ff5722),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#ff5722,#ff5722),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=deep-orange] label.menu-checkbox:after {
    background: #ff5722;
}

.mash-menu[data-color=deep-orange] label.menu-toggle:after, .mash-menu[data-color=deep-orange] label.menu-toggle:before {
    background: #ffa588;
}

.mash-menu[data-color=deep-orange] .mash-mobile-button, .mash-menu[data-color=deep-orange] label.menu-toggle:after {
    background: #ff5722;
}

.mash-menu[data-color=deep-orange] label.menu-radio:after {
    border-color: #ff5722;
    background: #ff5722;
}

.mash-menu[data-color=deep-orange] .mash-extra > .mash-extra-container {
    background: #bb2d00;
}

.mash-menu[data-color=deep-orange] .mash-categories a {
    background: rgba(255,87,34,.3);
    border-left: 1px solid #ff4b13;
}

    .mash-menu[data-color=deep-orange] .mash-categories a:hover {
        background: #ff6a3c;
    }

.mash-menu[data-color=deep-orange] .panel a {
    color: #ff5722;
}

.mash-menu[data-color=brown] section.mash-menu-inner-container {
    background: #795548;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=brown] .mash-brand > li:hover > a, .mash-menu[data-color=brown] .mash-list-items > li:hover > a {
        background: #896052;
    }
}

.mash-menu[data-color=brown] .mash-brand > li > a, .mash-menu[data-color=brown] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=brown] .mash-list-items > li.active > a {
    background: #896052;
}

.mash-menu[data-color=brown] .mash-list-items > li:hover > a {
    color: #fff;
    background: #896052;
}

.mash-menu[data-color=brown] .card .card-action a, .mash-menu[data-color=brown] .card.reveal a, .mash-menu[data-color=brown] .drop-down li:hover > a, .mash-menu[data-color=brown] .list-items a:hover, .mash-menu[data-color=brown] .order-items a:hover, .mash-menu[data-color=brown] .vertical-tabs a.active, .mash-menu[data-color=brown] .vertical-tabs a:hover {
    color: #795548;
}

.mash-menu[data-color=brown].separator .mash-brand > li > a, .mash-menu[data-color=brown].separator .mash-list-items > li > a {
    border-right: 1px solid #6f4e42;
}

.mash-menu[data-color=brown].separator .mash-list-items.right > li > a {
    border-left: 1px solid #6f4e42;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=brown].separator .mash-brand > li > a, .mash-menu[data-color=brown].separator .mash-list-items.right > li > a, .mash-menu[data-color=brown].separator .mash-list-items > li > a {
        border-bottom: 1px solid #6f4e42;
    }

    .mash-menu[data-color=brown].separator .mash-search-bar {
        border: 1px solid #6f4e42;
    }

    .mash-menu[data-color=brown] .mash-search-bar {
        background: #795548;
    }

    .mash-menu[data-color=brown] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=brown] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #795548;
        }
}

.mash-menu[data-color=brown] .thumbnail:hover {
    border-color: #795548;
}

.mash-menu[data-color=brown] blockquote {
    border-left-color: #af8778;
}

.mash-menu[data-color=brown] .btn.btn-custom {
    background: #795548;
    border-bottom-color: #593f35;
}

    .mash-menu[data-color=brown] .btn.btn-custom:hover {
        background: #835c4e;
    }

.mash-menu[data-color=brown] input[type=hidden], .mash-menu[data-color=brown] input[type=image], .mash-menu[data-color=brown] input[type=month], .mash-menu[data-color=brown] input[type=number], .mash-menu[data-color=brown] input[type=time], .mash-menu[data-color=brown] input[type=url], .mash-menu[data-color=brown] input[type=week], .mash-menu[data-color=brown] input[type=tel], .mash-menu[data-color=brown] input[type=text], .mash-menu[data-color=brown] input[type=email], .mash-menu[data-color=brown] input[type=password], .mash-menu[data-color=brown] input[type=color], .mash-menu[data-color=brown] input[type=date], .mash-menu[data-color=brown] input[type=datetime], .mash-menu[data-color=brown] input[type=datetime-local], .mash-menu[data-color=brown] input[type=file], .mash-menu[data-color=brown] select, .mash-menu[data-color=brown] textarea {
    background-image: -webkit-linear-gradient(#795548,#795548),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#795548,#795548),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=brown] input[type=hidden]:focus, .mash-menu[data-color=brown] input[type=image]:focus, .mash-menu[data-color=brown] input[type=month]:focus, .mash-menu[data-color=brown] input[type=number]:focus, .mash-menu[data-color=brown] input[type=time]:focus, .mash-menu[data-color=brown] input[type=url]:focus, .mash-menu[data-color=brown] input[type=week]:focus, .mash-menu[data-color=brown] input[type=tel]:focus, .mash-menu[data-color=brown] input[type=text]:focus, .mash-menu[data-color=brown] input[type=email]:focus, .mash-menu[data-color=brown] input[type=password]:focus, .mash-menu[data-color=brown] input[type=color]:focus, .mash-menu[data-color=brown] input[type=date]:focus, .mash-menu[data-color=brown] input[type=datetime]:focus, .mash-menu[data-color=brown] input[type=datetime-local]:focus, .mash-menu[data-color=brown] input[type=file]:focus, .mash-menu[data-color=brown] select:focus, .mash-menu[data-color=brown] textarea:focus {
        background-image: -webkit-linear-gradient(#795548,#795548),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#795548,#795548),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=brown] label.menu-checkbox:after {
    background: #795548;
}

.mash-menu[data-color=brown] label.menu-toggle:after, .mash-menu[data-color=brown] label.menu-toggle:before {
    background: #af8778;
}

.mash-menu[data-color=brown] .mash-mobile-button, .mash-menu[data-color=brown] label.menu-toggle:after {
    background: #795548;
}

.mash-menu[data-color=brown] label.menu-radio:after {
    border-color: #795548;
    background: #795548;
}

.mash-menu[data-color=brown] .mash-extra > .mash-extra-container {
    background: #392822;
}

.mash-menu[data-color=brown] .mash-categories a {
    background: rgba(121,85,72,.3);
    border-left: 1px solid #6f4e42;
}

    .mash-menu[data-color=brown] .mash-categories a:hover {
        background: #896052;
    }

.mash-menu[data-color=brown] .panel a {
    color: #795548;
}

.mash-menu[data-color=grey] section.mash-menu-inner-container {
    background: #9e9e9e;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=grey] .mash-brand > li:hover > a, .mash-menu[data-color=grey] .mash-list-items > li:hover > a {
        background: #ababab;
    }
}

.mash-menu[data-color=grey] .mash-brand > li > a, .mash-menu[data-color=grey] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=grey] .mash-list-items > li.active > a {
    background: #ababab;
}

.mash-menu[data-color=grey] .mash-list-items > li:hover > a {
    color: #fff;
    background: #ababab;
}

.mash-menu[data-color=grey] .card .card-action a, .mash-menu[data-color=grey] .card.reveal a, .mash-menu[data-color=grey] .drop-down li:hover > a, .mash-menu[data-color=grey] .list-items a:hover, .mash-menu[data-color=grey] .order-items a:hover, .mash-menu[data-color=grey] .vertical-tabs a.active, .mash-menu[data-color=grey] .vertical-tabs a:hover {
    color: #9e9e9e;
}

.mash-menu[data-color=grey].separator .mash-brand > li > a, .mash-menu[data-color=grey].separator .mash-list-items > li > a {
    border-right: 1px solid #969696;
}

.mash-menu[data-color=grey].separator .mash-list-items.right > li > a {
    border-left: 1px solid #969696;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=grey].separator .mash-brand > li > a, .mash-menu[data-color=grey].separator .mash-list-items.right > li > a, .mash-menu[data-color=grey].separator .mash-list-items > li > a {
        border-bottom: 1px solid #969696;
    }

    .mash-menu[data-color=grey].separator .mash-search-bar {
        border: 1px solid #969696;
    }

    .mash-menu[data-color=grey] .mash-search-bar {
        background: #9e9e9e;
    }

    .mash-menu[data-color=grey] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=grey] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #9e9e9e;
        }
}

.mash-menu[data-color=grey] .thumbnail:hover {
    border-color: #9e9e9e;
}

.mash-menu[data-color=grey] blockquote {
    border-left-color: #d1d1d1;
}

.mash-menu[data-color=grey] .btn.btn-custom {
    background: #9e9e9e;
    border-bottom-color: #858585;
}

    .mash-menu[data-color=grey] .btn.btn-custom:hover {
        background: #a6a6a6;
    }

.mash-menu[data-color=grey] input[type=hidden], .mash-menu[data-color=grey] input[type=image], .mash-menu[data-color=grey] input[type=month], .mash-menu[data-color=grey] input[type=number], .mash-menu[data-color=grey] input[type=time], .mash-menu[data-color=grey] input[type=url], .mash-menu[data-color=grey] input[type=week], .mash-menu[data-color=grey] input[type=tel], .mash-menu[data-color=grey] input[type=text], .mash-menu[data-color=grey] input[type=email], .mash-menu[data-color=grey] input[type=password], .mash-menu[data-color=grey] input[type=color], .mash-menu[data-color=grey] input[type=date], .mash-menu[data-color=grey] input[type=datetime], .mash-menu[data-color=grey] input[type=datetime-local], .mash-menu[data-color=grey] input[type=file], .mash-menu[data-color=grey] select, .mash-menu[data-color=grey] textarea {
    background-image: -webkit-linear-gradient(#9e9e9e,#9e9e9e),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#9e9e9e,#9e9e9e),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=grey] input[type=hidden]:focus, .mash-menu[data-color=grey] input[type=image]:focus, .mash-menu[data-color=grey] input[type=month]:focus, .mash-menu[data-color=grey] input[type=number]:focus, .mash-menu[data-color=grey] input[type=time]:focus, .mash-menu[data-color=grey] input[type=url]:focus, .mash-menu[data-color=grey] input[type=week]:focus, .mash-menu[data-color=grey] input[type=tel]:focus, .mash-menu[data-color=grey] input[type=text]:focus, .mash-menu[data-color=grey] input[type=email]:focus, .mash-menu[data-color=grey] input[type=password]:focus, .mash-menu[data-color=grey] input[type=color]:focus, .mash-menu[data-color=grey] input[type=date]:focus, .mash-menu[data-color=grey] input[type=datetime]:focus, .mash-menu[data-color=grey] input[type=datetime-local]:focus, .mash-menu[data-color=grey] input[type=file]:focus, .mash-menu[data-color=grey] select:focus, .mash-menu[data-color=grey] textarea:focus {
        background-image: -webkit-linear-gradient(#9e9e9e,#9e9e9e),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#9e9e9e,#9e9e9e),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=grey] label.menu-checkbox:after {
    background: #9e9e9e;
}

.mash-menu[data-color=grey] label.menu-toggle:after, .mash-menu[data-color=grey] label.menu-toggle:before {
    background: #d1d1d1;
}

.mash-menu[data-color=grey] .mash-mobile-button, .mash-menu[data-color=grey] label.menu-toggle:after {
    background: #9e9e9e;
}

.mash-menu[data-color=grey] label.menu-radio:after {
    border-color: #9e9e9e;
    background: #9e9e9e;
}

.mash-menu[data-color=grey] .mash-extra > .mash-extra-container {
    background: #6b6b6b;
}

.mash-menu[data-color=grey] .mash-categories a {
    background: rgba(158,158,158,.3);
    border-left: 1px solid #969696;
}

    .mash-menu[data-color=grey] .mash-categories a:hover {
        background: #ababab;
    }

.mash-menu[data-color=grey] .panel a {
    color: #9e9e9e;
}

.mash-menu[data-color=blue-grey] section.mash-menu-inner-container {
    background: #688897;
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=blue-grey] .mash-brand > li:hover > a, .mash-menu[data-color=blue-grey] .mash-list-items > li:hover > a {
        background: #7794a1;
    }
}

.mash-menu[data-color=blue-grey] .mash-brand > li > a, .mash-menu[data-color=blue-grey] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=blue-grey] .mash-list-items > li.active > a {
    background: #7794a1;
}

.mash-menu[data-color=blue-grey] .mash-list-items > li:hover > a {
    color: #fff;
    background: #7794a1;
}

.mash-menu[data-color=blue-grey] .card .card-action a, .mash-menu[data-color=blue-grey] .card.reveal a, .mash-menu[data-color=blue-grey] .drop-down li:hover > a, .mash-menu[data-color=blue-grey] .list-items a:hover, .mash-menu[data-color=blue-grey] .order-items a:hover, .mash-menu[data-color=blue-grey] .vertical-tabs a.active, .mash-menu[data-color=blue-grey] .vertical-tabs a:hover {
    color: #688897;
}

.mash-menu[data-color=blue-grey].separator .mash-brand > li > a, .mash-menu[data-color=blue-grey].separator .mash-list-items > li > a {
    border-right: 1px solid #62808e;
}

.mash-menu[data-color=blue-grey].separator .mash-list-items.right > li > a {
    border-left: 1px solid #62808e;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=blue-grey].separator .mash-brand > li > a, .mash-menu[data-color=blue-grey].separator .mash-list-items.right > li > a, .mash-menu[data-color=blue-grey].separator .mash-list-items > li > a {
        border-bottom: 1px solid #62808e;
    }

    .mash-menu[data-color=blue-grey].separator .mash-search-bar {
        border: 1px solid #62808e;
    }

    .mash-menu[data-color=blue-grey] .mash-search-bar {
        background: #688897;
    }

    .mash-menu[data-color=blue-grey] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=blue-grey] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: #688897;
        }
}

.mash-menu[data-color=blue-grey] .thumbnail:hover {
    border-color: #688897;
}

.mash-menu[data-color=blue-grey] blockquote {
    border-left-color: #a4b8c1;
}

.mash-menu[data-color=blue-grey] .btn.btn-custom {
    background: #688897;
    border-bottom-color: #536d79;
}

    .mash-menu[data-color=blue-grey] .btn.btn-custom:hover {
        background: #718f9d;
    }

.mash-menu[data-color=blue-grey] input[type=hidden], .mash-menu[data-color=blue-grey] input[type=image], .mash-menu[data-color=blue-grey] input[type=month], .mash-menu[data-color=blue-grey] input[type=number], .mash-menu[data-color=blue-grey] input[type=time], .mash-menu[data-color=blue-grey] input[type=url], .mash-menu[data-color=blue-grey] input[type=week], .mash-menu[data-color=blue-grey] input[type=tel], .mash-menu[data-color=blue-grey] input[type=text], .mash-menu[data-color=blue-grey] input[type=email], .mash-menu[data-color=blue-grey] input[type=password], .mash-menu[data-color=blue-grey] input[type=color], .mash-menu[data-color=blue-grey] input[type=date], .mash-menu[data-color=blue-grey] input[type=datetime], .mash-menu[data-color=blue-grey] input[type=datetime-local], .mash-menu[data-color=blue-grey] input[type=file], .mash-menu[data-color=blue-grey] select, .mash-menu[data-color=blue-grey] textarea {
    background-image: -webkit-linear-gradient(#688897,#688897),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#688897,#688897),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=blue-grey] input[type=hidden]:focus, .mash-menu[data-color=blue-grey] input[type=image]:focus, .mash-menu[data-color=blue-grey] input[type=month]:focus, .mash-menu[data-color=blue-grey] input[type=number]:focus, .mash-menu[data-color=blue-grey] input[type=time]:focus, .mash-menu[data-color=blue-grey] input[type=url]:focus, .mash-menu[data-color=blue-grey] input[type=week]:focus, .mash-menu[data-color=blue-grey] input[type=tel]:focus, .mash-menu[data-color=blue-grey] input[type=text]:focus, .mash-menu[data-color=blue-grey] input[type=email]:focus, .mash-menu[data-color=blue-grey] input[type=password]:focus, .mash-menu[data-color=blue-grey] input[type=color]:focus, .mash-menu[data-color=blue-grey] input[type=date]:focus, .mash-menu[data-color=blue-grey] input[type=datetime]:focus, .mash-menu[data-color=blue-grey] input[type=datetime-local]:focus, .mash-menu[data-color=blue-grey] input[type=file]:focus, .mash-menu[data-color=blue-grey] select:focus, .mash-menu[data-color=blue-grey] textarea:focus {
        background-image: -webkit-linear-gradient(#688897,#688897),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#688897,#688897),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=blue-grey] label.menu-checkbox:after {
    background: #688897;
}

.mash-menu[data-color=blue-grey] label.menu-toggle:after, .mash-menu[data-color=blue-grey] label.menu-toggle:before {
    background: #a4b8c1;
}

.mash-menu[data-color=blue-grey] .mash-mobile-button, .mash-menu[data-color=blue-grey] label.menu-toggle:after {
    background: #688897;
}

.mash-menu[data-color=blue-grey] label.menu-radio:after {
    border-color: #688897;
    background: #688897;
}

.mash-menu[data-color=blue-grey] .mash-extra > .mash-extra-container {
    background: #3e525b;
}

.mash-menu[data-color=blue-grey] .mash-categories a {
    background: rgba(104,136,151,.3);
    border-left: 1px solid #62808e;
}

    .mash-menu[data-color=blue-grey] .mash-categories a:hover {
        background: #7794a1;
    }

.mash-menu[data-color=blue-grey] .panel a {
    color: #688897;
}

.mash-menu[data-color=black-gradient] section.mash-menu-inner-container {
    background: -webkit-linear-gradient(bottom,#2c2c2c 0,#605b5f 100%);
    background: linear-gradient(to top,#2c2c2c 0,#605b5f 100%);
}

@media screen and (min-width:768px) {
    .mash-menu[data-color=black-gradient] .mash-brand > li:hover > a, .mash-menu[data-color=black-gradient] .mash-list-items > li:hover > a {
        background: #393939;
    }
}

.mash-menu[data-color=black-gradient] .mash-brand > li > a, .mash-menu[data-color=black-gradient] .mash-list-items > li > a {
    color: #fff;
}

.mash-menu[data-color=black-gradient] .mash-list-items > li.active > a {
    background: #393939;
}

.mash-menu[data-color=black-gradient] .mash-list-items > li:hover > a {
    color: #fff;
    background: #393939;
}

.mash-menu[data-color=black-gradient] .card .card-action a, .mash-menu[data-color=black-gradient] .card.reveal a, .mash-menu[data-color=black-gradient] .drop-down li:hover > a, .mash-menu[data-color=black-gradient] .list-items a:hover, .mash-menu[data-color=black-gradient] .order-items a:hover, .mash-menu[data-color=black-gradient] .vertical-tabs a.active, .mash-menu[data-color=black-gradient] .vertical-tabs a:hover {
    color: #2c2c2c;
}

.mash-menu[data-color=black-gradient].separator .mash-brand > li > a, .mash-menu[data-color=black-gradient].separator .mash-list-items > li > a {
    border-right: 1px solid #242424;
}

.mash-menu[data-color=black-gradient].separator .mash-list-items.right > li > a {
    border-left: 1px solid #242424;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=black-gradient].separator .mash-brand > li > a, .mash-menu[data-color=black-gradient].separator .mash-list-items.right > li > a, .mash-menu[data-color=black-gradient].separator .mash-list-items > li > a {
        border-bottom: 1px solid #242424;
    }

    .mash-menu[data-color=black-gradient].separator .mash-search-bar {
        border: 1px solid #242424;
    }

    .mash-menu[data-color=black-gradient] .mash-search-bar {
        background: #2c2c2c;
    }

    .mash-menu[data-color=black-gradient] .vertical-tabs-content-container .vertical-tabs-content-mobile {
        color: #333;
    }

        .mash-menu[data-color=black-gradient] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
            color: linear-gradient(to top,#2c2c2c 0,#605b5f 100%);
        }
}

.mash-menu[data-color=black-gradient] .thumbnail:hover {
    border-color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] blockquote {
    border-left-color: #5f5f5f;
}

.mash-menu[data-color=black-gradient] .btn.btn-custom {
    background: #2c2c2c;
    border-bottom-color: #121212;
}

    .mash-menu[data-color=black-gradient] .btn.btn-custom:hover {
        background: #343434;
    }

.mash-menu[data-color=black-gradient] input[type=hidden], .mash-menu[data-color=black-gradient] input[type=image], .mash-menu[data-color=black-gradient] input[type=month], .mash-menu[data-color=black-gradient] input[type=number], .mash-menu[data-color=black-gradient] input[type=time], .mash-menu[data-color=black-gradient] input[type=url], .mash-menu[data-color=black-gradient] input[type=week], .mash-menu[data-color=black-gradient] input[type=tel], .mash-menu[data-color=black-gradient] input[type=text], .mash-menu[data-color=black-gradient] input[type=email], .mash-menu[data-color=black-gradient] input[type=password], .mash-menu[data-color=black-gradient] input[type=color], .mash-menu[data-color=black-gradient] input[type=date], .mash-menu[data-color=black-gradient] input[type=datetime], .mash-menu[data-color=black-gradient] input[type=datetime-local], .mash-menu[data-color=black-gradient] input[type=file], .mash-menu[data-color=black-gradient] select, .mash-menu[data-color=black-gradient] textarea {
    background-image: -webkit-linear-gradient(#2c2c2c,#2c2c2c),-webkit-linear-gradient(#d2d2d2,#d2d2d2) !important;
    background-image: linear-gradient(#2c2c2c,#2c2c2c),linear-gradient(#d2d2d2,#d2d2d2) !important;
}

    .mash-menu[data-color=black-gradient] input[type=hidden]:focus, .mash-menu[data-color=black-gradient] input[type=image]:focus, .mash-menu[data-color=black-gradient] input[type=month]:focus, .mash-menu[data-color=black-gradient] input[type=number]:focus, .mash-menu[data-color=black-gradient] input[type=time]:focus, .mash-menu[data-color=black-gradient] input[type=url]:focus, .mash-menu[data-color=black-gradient] input[type=week]:focus, .mash-menu[data-color=black-gradient] input[type=tel]:focus, .mash-menu[data-color=black-gradient] input[type=text]:focus, .mash-menu[data-color=black-gradient] input[type=email]:focus, .mash-menu[data-color=black-gradient] input[type=password]:focus, .mash-menu[data-color=black-gradient] input[type=color]:focus, .mash-menu[data-color=black-gradient] input[type=date]:focus, .mash-menu[data-color=black-gradient] input[type=datetime]:focus, .mash-menu[data-color=black-gradient] input[type=datetime-local]:focus, .mash-menu[data-color=black-gradient] input[type=file]:focus, .mash-menu[data-color=black-gradient] select:focus, .mash-menu[data-color=black-gradient] textarea:focus {
        background-image: -webkit-linear-gradient(#2c2c2c,#2c2c2c),-webkit-linear-gradient(#d2d2d2,#d2d2d2);
        background-image: linear-gradient(#2c2c2c,#2c2c2c),linear-gradient(#d2d2d2,#d2d2d2);
    }

.mash-menu[data-color=black-gradient] label.menu-checkbox:after {
    background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] label.menu-toggle:after, .mash-menu[data-color=black-gradient] label.menu-toggle:before {
    background: #5f5f5f;
}

.mash-menu[data-color=black-gradient] label.menu-toggle:after {
    background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] label.menu-radio:after {
    border-color: #2c2c2c;
    background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .mash-extra > .mash-extra-container {
    background: #000;
}

.mash-menu[data-color=black-gradient] .mash-categories a {
    background: rgba(44,44,44,.3);
    border-left: 1px solid #242424;
}

    .mash-menu[data-color=black-gradient] .mash-categories a:hover {
        background: #393939;
    }

.mash-menu[data-color=black-gradient] .panel a {
    color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .mash-mobile-button {
    background: 0 0;
}

@media screen and (max-width:767px) {
    .mash-menu[data-color=black-gradient] .mash-search-bar {
        background: 0 0;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        box-shadow: none !important;
    }
}

.cat-content-image, .cat-header {
    background-size: cover;
    background-position: center;
}

.compare-loader-wrapper, .loader-wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 999999;
}

.compare-loader-wrapper {
    display: none;
    height: 100px;
    position: absolute;
}

.loader, .loader:after, .loader:before {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #0099da;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    top: 45%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    text-indent: -9999em;
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s;
    }

    .loader:after {
        left: 3.5em;
    }

    .loader:after, .loader:before {
        content: '';
        position: absolute;
        top: 0;
    }

@-webkit-keyframes load7 {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,100%,80% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.cat-header {
    height: 340px;
    width: 100%;
    position: relative;
    top: 81px;
    margin-bottom: 111px;
}

    .cat-header .container {
        height: 100%;
    }

    .cat-header h1 {
        font-weight: 300;
            font-size: 30px;
    }

.blue-header-container {
    position: absolute;
    bottom: 20%;
    width: inherit;
}

.cat-filter .grid-border {
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #f1f2f2;
}

    .cat-filter .grid-border:first-child {
        border-bottom: 0;
    }

    .cat-filter .grid-border p {
        margin: 5px;
        color: #000;
        line-height: 30px;
        text-align: right;
    }

.cat-filter .sortby .select2-container--default .select2-selection--single .select2-selection__rendered, .cat-filter .sortby .select2-results__option {
    text-indent: 15px;
}

.category-content {
    margin-top: 30px;
}

    .category-content a:focus, .category-content a:hover {
        color: #fff;
        text-decoration: none;
    }

.cat-content-image {
    width: 100%;
    height: 260px;
}

.cat-content-desc {
    background-color: #0099da;
    color: #fff;
    padding: 15px 30px;
    border-bottom-right-radius: 50px;
    margin-bottom: 10px;
    height: 130px;
    position: relative;
}

    .cat-content-desc h3 {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .cat-content-desc .cat-more-content-link {
        padding: 0;
        position: absolute !important;
        bottom: 15px;
        display: block !important;
        margin-bottom: 0;
        width: 100%;
        left: 0;
        padding-right: 0 !important;
        text-align: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }

        .cat-content-desc .cat-more-content-link:after {
            position: absolute;
            padding: 0 1px 0 7px;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            font-family: FontAwesome;
            content: "\f105";
            font-size: 1.5rem;
        }

        .cat-content-desc .cat-more-content-link:active:after, .cat-content-desc .cat-more-content-link:focus:after, .cat-content-desc .cat-more-content-link:hover:after {
            -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
            animation-name: hvr-icon-hang-sink,hvr-icon-hang;
            -webkit-animation-duration: .3s,1.5s;
            animation-duration: .3s,1.5s;
            -webkit-animation-delay: 0s,.3s;
            animation-delay: 0s,.3s;
            -webkit-animation-timing-function: ease-out,ease-in-out;
            animation-timing-function: ease-out,ease-in-out;
            -webkit-animation-iteration-count: 1,infinite;
            animation-iteration-count: 1,infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-direction: normal,alternate;
            animation-direction: normal,alternate;
        }

.grid-border {
    border: 1px solid #0099da;
    padding: 0;
    margin-bottom: -1px;
}

    .grid-border:focus {
        color: rgba(25,163,222,.8);
    }

    .grid-border a {
        color: #000;
    }

        .grid-border a:active, .grid-border a:focus, .grid-border a:hover {
            text-decoration: none;
            color: #000;
        }

    .grid-border.infinite-item {
        margin-right: 0;
        
        padding: 0;
    }

        

.sub-categories {
    padding: 0 15px;
    margin-bottom: 30px;
}

    .sub-categories h2 {
        color: #0099da;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .sub-categories .sub-category img {
        display: block;
        margin: 30px auto;
        height: 235px;
    }

    .sub-categories .sub-category h3 {
        text-align: center;
        font-weight: 400;
        color: #0099da;
    }

    .sub-categories .sub-category h4 {
        text-align: center;
        color: #000;
    }

    .sub-categories .sub-category:focus, .sub-categories .sub-category:hover {
        color: #0099da;
        text-decoration: none;
    }

    .sub-categories .more-sub-category, .sub-categories .sub-category {
        height: 400px;
    }

    .sub-categories .more-sub-category {
        background-color: #aaa;
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: block;
        box-shadow: 1px 0 0 0 #aaa,0 1px 0 0 #aaa,1px 1px 0 0 #aaa,1px 0 0 0 #aaa inset,0 1px 0 0 #aaa inset;
    }

    .sub-categories .more-products {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        width: 100%;
    }

        .sub-categories .more-products:before {
            content: "\f067";
            font-family: FontAwesome;
            text-align: center;
            font-size: 10rem;
            display: block;
            color: #fff;
        }

.arrowDown:before, .btn-midea:after, .font3, .remove-compared-item:before, .search-close-icon, .search-icon, footer .social-links {
    font-family: FontAwesome;
}

.product-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-details-carousel {
    height: 410px;
    padding: 30px;
}

    .product-details-carousel a.swiper-wrapper:hover {
        color: initial;
    }

    .product-details-carousel .swiper-container {
        z-index: 0;
    }

    .product-details-carousel .swiper-slide {
        font-size: 1.8rem;
        box-sizing: border-box;
        direction: rtl;
    }

    .product-details-carousel h3 {
font-size: 20px;
    font-weight: 400;
    margin: 0;
    font-family: sans-serif;
    letter-spacing: 1px;
    }
    .product-details-carousel p{
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    color: #232323;
    margin-top: 46px;
    }

    .product-details-carousel h4 {
        color: #000;
        margin: 5px 0;
        font-size: 1.3rem;
    }

    .product-details-carousel p.model-number {
            color: #0099da;
    font-size: 23px;
    margin-top: 9px !important;
    }

    .product-details-carousel img {
        max-width: 80%;
        max-height: 50%;
        margin: auto auto 60px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .product-details-carousel .prod-slide-1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .product-details-carousel .prod-slide-1 .prod-title-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
                direction: rtl;
        }

    .product-details-carousel .prod-slide-3 .reviews-wrapper {
        height: 70%;
        overflow: hidden;
    }

.category-filter {
    background-color: #f1f2f2;
    position: relative;
}

    .category-filter:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #f1f2f2;
        position: absolute;
        right: -20px;
        top: 0;
    }

.subcategory-filter {
    padding-left: 30px;
}

.select2 {
    width: 100% !important;
}

.select2-dropdown {
    border: 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.18);
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0099da;
    color: #fff;
}

.select2-results__option {
    background-color: #f1f2f2;
    color: #0099da;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #0099da;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 40px;
        border-color: #0099da transparent transparent;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    height: 0;
    border-color: transparent transparent #0099da;
}

.filterBar, .select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #fff;
    outline: 0;
}

.select2-container--default .select2-selection--multiple:after {
    content: "+";
    font-size: 2rem;
    position: absolute;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}

.filter-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.filter-tray-wrapper {
    width: 100%;
    z-index: 999;
}

.filterBar {
    width: 1px;
    border-left: 1px solid #fff;
    display: inline-block;
}

.filter-tray {
    border: 1px solid #0099da;
    background-color: #fff;
}

    .filter-tray .btn-midea-primary, .filter-tray .btn-midea-secondary {
        padding: 0 30px;
        margin: 15px 0;
        width: 60%;
    }

        .filter-tray .btn-midea-primary:after, .filter-tray .btn-midea-secondary:after {
            content: "";
        }

.toggle-option {
    color: #0099da !important;
    line-height: 20px;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    position: relative;
}

    .toggle-option:hover {
        text-decoration: none;
    }

    .toggle-option:before {
        content: "+";
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .toggle-option.toggle-icon:before {
        content: "-";
        font-size: 28px;
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 15px;
    }

    .toggle-option.compare-toggle {
        text-align: right;
        padding-right: 60px;
    }

.active-toggle {
    border: 1px solid #0099da;
    margin-top: -1px;
}

    .active-toggle:after {
        content: "";
        width: 100%;
        position: absolute;
        background-color: #fff;
        height: 3px;
        bottom: -3px;
        left: 0;
        z-index: 9;
    }

.active-toggle-filter {
    margin-left: -1px;
}

.active-toggle-compare {
    margin-right: -1px;
}

.filter-item {
    position: relative;
    border-top: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
}

    .filter-item h5 {
        color: #0099da;
        cursor: pointer;
        font-weight: 400;
        position: relative;
    }

        .filter-item h5:hover {
            text-decoration: none;
        }

        .filter-item h5:before {
            content: "+";
            font-size: 20px;
            position: absolute;
            right: 15px;
            top: 0;
        }

        .filter-item h5.toggle-icon:before {
            content: "-";
            font-size: 28px;
            position: absolute;
            right: 15px;
            top: 0;
            line-height: 15px;
        }

    .filter-item p {
        margin: 0;
    }

.filter-options {
    padding: 20px 0;
    background-color: #f1f2f2;
}

    .filter-options label {
        font-weight: 400;
        color: #0099da;
    }

.sortby #select2--container {
    padding-left: 23px;
}

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label:before {
        content: "";
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background-color: #fff;
        border: 1px solid #0099da;
        cursor: pointer;
    }

    input[type=checkbox]:checked + label:before {
        background-color: #0099da;
    }

.compare-tray {
    border: 1px solid #0099da;
    background-color: #fff;
    padding: 0 15px;
}

    .compare-tray .btn-midea-primary, .compare-tray .btn-midea-secondary {
        padding: 0 30px;
    }

        .compare-tray .btn-midea-primary:after, .compare-tray .btn-midea-secondary:after {
            content: "";
            padding: 0;
        }

.compare-items {
    padding: 15px 0;
}

.compare-item {
    height: 80px;
    border: 1px dashed #ccc;
    position: relative;
}

    .compare-item .compared-product {
        height: 78px;
        background-color: #eee;
        line-height: 80px;
        text-align: center;
        padding: 0 15px;
        box-sizing: border-box;
    }

        .compare-item .compared-product span {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

.remove-compared-item {
    position: absolute;
    top: 0;
    right: 5px;
}

    .remove-compared-item:before {
        content: "\f2d3";
        font-size: 12px;
        color: #0099da;
    }

.clearfix:after, .clearfix:before, .overlay {
    content: "";
}

.compare-cta {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

    .compare-cta p {
        margin: 7px 0;
        color: #ccc;
    }

.compare-btn {
    z-index: 10;
    color: #0099da !important;
    position: absolute;
    border-top: 1px solid #0099da;
    width: 100%;
    padding: 7px;
    bottom: -1px;
    left: 0;
    text-align: center;
}

    .compare-btn.active-btn-compare, .compare-btn:hover {
        background-color: #0099da;
        color: #fff !important;
    }

.compare-hide {
    display: none;
}

.compare-show {
    display: block !important;
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    src: url(Roboto-300.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300/Roboto-300.eot*/;
    src: url(Roboto-300.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300/Roboto-300.eot?#iefix*/ format('embedded-opentype'),local('Roboto Light'),local('Roboto-300'),url(Roboto-300.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300/Roboto-300.woff2*/ format('woff2'),url(Roboto-300.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300/Roboto-300.woff*/ format('woff'),url(Roboto-300.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300/Roboto-300.ttf*/ format('truetype'),url(Roboto-300.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300/Roboto-300.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url(Roboto-regular.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-regular/Roboto-regular.eot*/;
    src: url(Roboto-regular.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-regular/Roboto-regular.eot?#iefix*/ format('embedded-opentype'),local('Roboto'),local('Roboto-regular'),url(Roboto-regular.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-regular/Roboto-regular.woff2*/ format('woff2'),url(Roboto-regular.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-regular/Roboto-regular.woff*/ format('woff'),url(Roboto-regular.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-regular/Roboto-regular.ttf*/ format('truetype'),url(Roboto-regular.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-regular/Roboto-regular.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url(Roboto-500.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500/Roboto-500.eot*/;
    src: url(Roboto-500.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500/Roboto-500.eot?#iefix*/ format('embedded-opentype'),local('Roboto Medium'),local('Roboto-500'),url(Roboto-500.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500/Roboto-500.woff2*/ format('woff2'),url(Roboto-500.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500/Roboto-500.woff*/ format('woff'),url(Roboto-500.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500/Roboto-500.ttf*/ format('truetype'),url(Roboto-500.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500/Roboto-500.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    src: url(Roboto-700.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700/Roboto-700.eot*/;
    src: url(Roboto-700.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700/Roboto-700.eot?#iefix*/ format('embedded-opentype'),local('Roboto Bold'),local('Roboto-700'),url(Roboto-700.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700/Roboto-700.woff2*/ format('woff2'),url(Roboto-700.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700/Roboto-700.woff*/ format('woff'),url(Roboto-700.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700/Roboto-700.ttf*/ format('truetype'),url(Roboto-700.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700/Roboto-700.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: italic;
    src: url(Roboto-300italic.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300italic/Roboto-300italic.eot*/;
    src: url(Roboto-300italic.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300italic/Roboto-300italic.eot?#iefix*/ format('embedded-opentype'),local('Roboto Light Italic'),local('Roboto-300italic'),url(Roboto-300italic.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300italic/Roboto-300italic.woff2*/ format('woff2'),url(Roboto-300italic.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300italic/Roboto-300italic.woff*/ format('woff'),url(Roboto-300italic.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300italic/Roboto-300italic.ttf*/ format('truetype'),url(Roboto-300italic.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-300italic/Roboto-300italic.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    src: url(Roboto-italic.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-italic/Roboto-italic.eot*/;
    src: url(Roboto-italic.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-italic/Roboto-italic.eot?#iefix*/ format('embedded-opentype'),local('Roboto Italic'),local('Roboto-italic'),url(Roboto-italic.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-italic/Roboto-italic.woff2*/ format('woff2'),url(Roboto-italic.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-italic/Roboto-italic.woff*/ format('woff'),url(Roboto-italic.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-italic/Roboto-italic.ttf*/ format('truetype'),url(Roboto-italic.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-italic/Roboto-italic.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    src: url(Roboto-500italic.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500italic/Roboto-500italic.eot*/;
    src: url(Roboto-500italic.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500italic/Roboto-500italic.eot?#iefix*/ format('embedded-opentype'),local('Roboto Medium Italic'),local('Roboto-500italic'),url(Roboto-500italic.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500italic/Roboto-500italic.woff2*/ format('woff2'),url(Roboto-500italic.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500italic/Roboto-500italic.woff*/ format('woff'),url(Roboto-500italic.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500italic/Roboto-500italic.ttf*/ format('truetype'),url(Roboto-500italic.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-500italic/Roboto-500italic.svg#Roboto*/ format('svg');
}

@font-face {
    font-family: Roboto;
    font-weight: 700;
    font-style: italic;
    src: url(Roboto-700italic.eot) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700italic/Roboto-700italic.eot*/;
    src: url(Roboto-700italic.eot-#iefix) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700italic/Roboto-700italic.eot?#iefix*/ format('embedded-opentype'),local('Roboto Bold Italic'),local('Roboto-700italic'),url(Roboto-700italic.woff2) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700italic/Roboto-700italic.woff2*/ format('woff2'),url(Roboto-700italic.woff) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700italic/Roboto-700italic.woff*/ format('woff'),url(Roboto-700italic.ttf) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700italic/Roboto-700italic.ttf*/ format('truetype'),url(Roboto-700italic.svg#Roboto) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/fonts/Roboto-700italic/Roboto-700italic.svg#Roboto*/ format('svg');
}

.clearfix:after {
    height: 0;
}

.clearfix {
    zoom: 1;
}

    .clearfix:after, .clearfix:before {
        display: table;
    }

.noMargin {
    margin: 0 !important;
}

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.noMarginRight {
    margin-right: 0 !important;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.marginBot5 {
    margin-bottom: 5px !important;
}

.marginBot10 {
    margin-bottom: 10px !important;
}

.marginBot20 {
    margin-bottom: 20px !important;
}

.marginBot30 {
    margin-bottom: 30px !important;
}

.marginBot40 {
    margin-bottom: 40px !important;
}

.marginBot50 {
    margin-bottom: 50px !important;
}

.marginTop20 {
    margin-top: 20px !important;
}

.marginTop30 {
    margin-top: 30px !important;
}

.marginTop40 {
    margin-top: 40px !important;
}

.marginTop50 {
    margin-top: 50px !important;
}

.marginTop100 {
    margin-top: 100px !important;
}

.paddingBot20 {
    padding-bottom: 20px !important;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.paddingTop30 {
    padding-top: 30px !important;
}

.paddingTop40 {
    padding-top: 40px !important;
}

.noPadding {
    padding: 0 !important;
}

.noPaddingTop {
    padding-top: 0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.noPaddingRight {
    padding-right: 0 !important;
}

.colnopad, .noPaddingLeftRight {
    padding-left: 0;
    padding-right: 0 !important;
}

.noPaddingBottom {
    padding-bottom: 0 !important;
}

.posRel {
    position: relative !important;
        direction: rtl;
}

.posAbs {
    position: absolute !important;
}

.bold {
    font-weight: 700 !important;
}

.normal {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.right {
    float: right;
}

.tdnone {
    text-decoration: none;
}

.tsnone {
    text-shadow: 0 0 0 transparent !important;
}

.tucase, .ucase {
    text-transform: uppercase;
}

.tunormal {
    text-transform: none;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.noBoxShadow {
    box-shadow: 0 0 0 transparent;
}

.noBorder {
    border: 0 !important;
}

.gradient1 {
    background: #006f53;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#006f53),color-stop(100%,#005842));
    background: -webkit-linear-gradient(top,#006f53 0,#005842 100%);
    background: linear-gradient(to bottom,#006f53 0,#005842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006f53', endColorstr='#005842', GradientType=0);
}

.gradient2 {
    background: #00725a;
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,#00725a),color-stop(100%,#00543b));
    background: -webkit-radial-gradient(center,ellipse cover,#00725a 0,#00543b 100%);
    background: -webkit-radial-gradient(center ellipse,#00725a 0,#00543b 100%);
    background: radial-gradient(ellipse at center,#00725a 0,#00543b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00725a', endColorstr='#00543b', GradientType=1);
}

.transition1 {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.transition1b {
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease;
}

.transition2 {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.transition3 {
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.transition4 {
    -webkit-transition: background-image .5s ease-in-out;
    transition: background-image .5s ease-in-out;
}

.transition5 {
    -webkit-transition: -webkit-filter .3s ease-in;
    transition: -webkit-filter .3s ease-in;
    transition: filter .3s ease-in;
    transition: filter .3s ease-in, -webkit-filter .3s ease-in;
}

.transition6 {
    transition: padding-bottom .3s;
    -moz-transition: padding-bottom .3s;
    -webkit-transition: padding-bottom .3s;
    -o-transition: padding-bottom .3s;
    -ms-transition: padding-bottom .3s;
}

.transition7 {
    -webkit-transition: image .2s ease-in-out;
    transition: image .2s ease-in-out;
}

.transition8 {
    transition: box-shadow .6s;
    -moz-transition: box-shadow .6s;
    -webkit-transition: box-shadow .6s;
    -o-transition: box-shadow .6s;
    -ms-transition: box-shadow .6s;
}

.transition9 {
    -webkit-transition: -webkit-filter .6s;
    transition: -webkit-filter .6s;
    transition: filter .6s;
    transition: filter .6s, -webkit-filter .6s;
    -moz-transition: filter .6s;
    -webkit-transition: filter .6s;
    -o-transition: filter .6s;
    -ms-transition: filter .6s;
}

.vaCenterWrap {
    height: 100%;
    display: table;
}

.vaCenter {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.centeredBlock {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table;
}

.sectionBreak {
    margin-bottom: 60px !important;
}

.sectionBreakPad {
    padding: 60px 0;
}

.sectionBreakPad2 {
    padding: 30px 0;
}

.sectionBreak2 {
    margin-bottom: 30px !important;
}

.sectionBreak3 {
    margin-bottom: 40px !important;
}

.shadowForNav {
    height: 13px;
    margin-top: -13px;
}

.imgLeft {
    float: left;
    margin: 10px 10px 10px 0;
}

.imgRight {
    float: left;
    margin: 10px 0 10px 10px;
}

.dividerb {
    border-top: 1px solid #FFF;
    height: 1px;
}

.subNavBreak .dividerb {
    width: 98.5%;
}

.disnone {
    display: none;
}

.menu .disnone {
    display: none !important;
}

.btn-midea, .btn-midea-gray, .btn-midea-secondary {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    opacity: 1;
    overflow: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.hideDisqus {
    background-color: #fff;
    position: relative !important;
    z-index: 3;
    height: 30px;
    margin-top: -35px;
}

.parsley-error-list {
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 5px;
    background-position: 10px 0;
    padding-left: 0 !important;
}

    .parsley-error-list li {
        background: #333;
        max-width: 100%;
        color: #fff;
        text-decoration: none;
        list-style-type: none;
        padding: 5px;
        font-size: 1.2rem;
        line-height: 15px;
        font-weight: 400 !important;
        border-radius: 4px;
        margin-bottom: 1px;
    }

.btn-midea, a, h1, h2, h3, h4, li, p, td, th {
    font-weight: 400;
}

.blur {
    -webkit-animation: blurFadeIn 1s linear backwards;
    animation: blurFadeIn 1s ease-in backwards;
    color: #fff;
    opacity: 1;
}

img.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: -webkit-filter .6s;
    transition: -webkit-filter .6s;
    transition: filter .6s;
    transition: filter .6s, -webkit-filter .6s;
    -moz-transition: filter .6s;
    -webkit-transition: filter .6s;
    -o-transition: filter .6s;
    -ms-transition: filter .6s;
    -webkit-filter: gray;
    filter: gray;
}

    img.grayscale:hover {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        filter: none;
    }

.overlay {
    background: url(gradient-bg1.png) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/gradient-bg1.png*/;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion-header, body, html {
    position: relative;
}

.accordion-header {
    color: #0099da;
    cursor: pointer;
    font-weight: 400;
}

    .accordion-header:hover {
        text-decoration: none;
    }

    .accordion-header:before {
        content: "+";
        font-size: 20px;
        position: absolute;
        right: 15px;
        top: 0;
    }

    .accordion-header.toggle-icon:before {
        content: "-";
        font-size: 28px;
        position: absolute;
        right: 15px;
        top: 0;
        line-height: 15px;
    }

html {
    font-size: 68.5%;
}

h1 {
        font-size: 22px;
    margin-top: 30px;
}

h2 {
    font-size: 2.4rem;
    margin: 0;
}

h3 {
    font-size: 1.8rem;
}

h4 {
    font-size: 1.5rem;
}

p {
        font-size: 13px;
    text-align: justify;
    line-height: normal;

}

td, th {
    color: #0099da;
}

a, a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}

.btn-midea {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 8px 35px 8px 30px;
    font-size: 1.5rem;
    text-transform: uppercase;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}

    .btn-midea:active, .btn-midea:focus, .btn-midea:hover {
        background-color: #09d;
        color: #0099da;
        background-color: rgba(255,255,255,.7);
    }

        .btn-midea:active:before, .btn-midea:focus:before, .btn-midea:hover:before {
            border-width: 2px;
        }


.btn-midea-primary, a.btn-midea-primary {
    border: 2px solid #0099da;
    padding: 5px 30px;
    color: #0099da;
    font-size: 1.5rem;
    text-transform: uppercase;
}

    .btn-midea-primary:active, .btn-midea-primary:focus, .btn-midea-primary:hover, a.btn-midea-primary:active, a.btn-midea-primary:focus, a.btn-midea-primary:hover {
        color: #fff;
        background-color: #0099da;
    }

.btn-midea-gray, .btn-midea-secondary {
    color: #fff;
    background: #0099da;
    padding: 5px 15px;
    border-radius: 50px;
    text-align: center;
    margin-bottom: 3px;
    border: 2px solid #0099da;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: color,background-color;
    transition-property: color,background-color;
}

    .btn-midea-gray:active, .btn-midea-gray:focus, .btn-midea-gray:hover, .btn-midea-secondary:active, .btn-midea-secondary:focus, .btn-midea-secondary:hover {
        text-decoration: none;
        background-color: #fff;
        color: #0099da;
    }

.btn-midea-gray {
    background-color: #ccc;
    border: 2px solid #ccc;
}

    .btn-midea-gray:active, .btn-midea-gray:focus, .btn-midea-gray:hover {
        color: #ccc;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #ccc;
    border-color: #ccc;
}

.download-container {
    height: 95px;
    display: block;
    text-align: center;
}

.download-btn {
    text-transform: uppercase;
    width: 100%;
}

.download-section-title {
    text-transform: uppercase;
    padding: 30px 0;
}

body {
    color: #000;
    margin: 0;
    padding: 0;
}

.slideshow {
    width: 100%;
    height: 100% !important;
}

    .slideshow .swiper-slide {
        background-position: center top;
        background-size: cover;
        overflow: hidden;
    }

    .slideshow .slide-container {
        height: 100%;
        min-height: 100vh;
        position: relative;
    }

        .slideshow .slide-container .slide-content-wrapper {
            position: absolute;
            bottom: 12%;
            width: 100%;
        }

        .slideshow .slide-container .slide-header {
            display: inline-block;
            background-color: rgba(25,163,222,.8);
            color: #fff;
            font-weight: 300;
            font-size: 33px;
            border-radius: 50px;
            padding: 30px 10% 30px 200%;
            margin-left: -200%;
                text-align: right;

        }

        .slideshow .slide-container .vertical-align-content {
            min-width: 100%;
        }

        .slideshow .slide-container .slide-text {
            padding: 20px 0;
            color: #fff;

        }

            .slideshow .slide-container .slide-text p {
                text-shadow: 4px 3px 5px #000;
                font-size: 1.6rem;
                margin-bottom: 20px;
            }

        .slideshow .slide-container .btn-midea {
            font-size: 1.5rem;
            margin-right: 15px;
            box-shadow: 1px 1px 3px rgba(0,0,0,.75);
            text-shadow: 1px 1px 3px rgba(0,0,0,.75);
        }

            .slideshow .slide-container .btn-midea:hover {
                text-shadow: 0 0 0;
            }

.arrowDown {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    z-index: 99;
    text-align: center;
    width: 100%;
}

.product-page .price-and-buy-btn, .product-page .product-features-banner.product-features-banner-right {
    text-align: right;
}

.arrowDown:before {
    cursor: pointer;
    content: "\f107";
    font-size: 48px;
    padding-left: 15px;
    color: #fff;
}

.support-container {
   width: 100%;
    height: 100%;
    color: #fff;
    background-size: cover;
    background-position: center;
    direction: rtl;
}

.support-widgets {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    direction: rtl;
}
.support-widgets .col-md-4  {
    float:right;
}

.support-widgets-content {
    width: 80%;
    margin: 30px auto 60px;
}

.product-page {
    margin-top: 81px;
}

    .product-page h1 {
     margin-top: 20px;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: sans-serif;
    display: inline;
    }

    .product-page h2 {
        color: #333;
        margin-bottom: 15px;
    }

        .product-page h2.product-subtitle {
            text-transform: uppercase;
        }

    .product-page .features-short h3, .product-page li, .product-page p {
        color: #333;
    }

    .product-page .product-model {
        text-transform: uppercase;
        color: #333;
        font-size: 30px;
    }

    .product-page .product-description {
        margin: 15px 0;
    }

    .product-page .product-variant h4 {
        font-weight: 400;
    }

    .product-page .product-variant h4, .product-page .product-variant p {
        color: #333;
        display: inline-block;
    }

    .product-page .product-variant a {
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 5px;
        border: 2px solid #bbb;
    }

        .product-page .product-variant a:focus, .product-page .product-variant a:hover {
            border: 2px solid #000;
        }

    .product-page .price-and-buy-btn .suggested-price {
        font-size: 1.3rem;
    }

    .product-page .price-and-buy-btn .prod-price {
        font-size: 20px;
    }

    .product-page .price-and-buy-btn .where-to-buy-btn {
        padding: 0 15px;
        margin: 5px 0;
    }

        .product-page .price-and-buy-btn .where-to-buy-btn::after {
            content: "";
            padding: 0;
        }

    .product-page .product-features-banner {
        background-size: cover;
        background-position: center;
        height: 400px;
        width: 100%;
        position: relative;
        margin: 15px 0;
        padding: 60px;
        overflow: hidden;
    }

        .product-page .product-features-banner .headline-blue-bg {
            padding: 22px 50px;
            font-size: 2.6rem;
            font-weight: 300;
        }

        .product-page .product-features-banner h2 {
            color: #fff;
            text-shadow: 1px 1px 1px #000;
            font-size: 1.8rem;
        }

        .product-page .product-features-banner .feature-text-wrap {
            position: absolute;
            width: inherit;
            left: 0;
            padding: 60px;
            bottom: 0;
        }

        .product-page .product-features-banner.product-features-banner-left .headline-blue-bg {
            margin-left: -120px;
            padding-left: 120px;
        }

        .product-page .product-features-banner.product-features-banner-left:before {
            content: "";
            background: url(gradient-bg1.png) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/gradient-bg1.png*/;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .product-page .product-features-banner.product-features-banner-right .headline-blue-bg {
            margin-left: 0;
            margin-right: -120px;
            padding-right: 120px;
        }

        .product-page .product-features-banner.product-features-banner-right:before {
            content: "";
            background: url(gradient-bg1.png) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/gradient-bg1.png*/;
            background-size: contain;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .product-page table {
        color: #0099da;
    }

    .product-page .table > tbody > tr > td, .product-page .table > tbody > tr > th, .product-page .table > tfoot > tr > td, .product-page .table > tfoot > tr > th, .product-page .table > thead > tr > td, .product-page .table > thead > tr > th {
        border-top: 0;
    }

    .product-page .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: transparent;
    }

    .product-page .table-striped > tbody > tr:nth-of-type(even) {
        background-color: rgba(0,153,218,.1);
    }

    .product-page td:first-child {
        text-transform: uppercase;
    }

    .product-page .product-demo {
        position: relative;
        height: 810px;
    }

        .product-page .product-demo iframe {
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .product-page .select2-container--default .select2-selection--multiple .select2-selection__rendered, .product-page .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
    }

    .product-page .select2-container--default .select2-selection--multiple .select2-selection__arrow b, .product-page .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent;
    }

    .product-page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff;
        height: 0;
    }

    .product-page .related-products {
        border-top: 1px solid #ccc;
        margin: 30px 20px;
        padding: 30px 5px;
    }

        .product-page .related-products h1 {
            text-transform: uppercase;
            padding-bottom: 30px;
            margin: 0;
            font-size: 1.8rem;
        }

    .product-page .swiper-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .product-page .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
    }

    .product-page .gallery-top {
        height: 320px;
        width: 100%;
    }

        .product-page .gallery-top .swiper-slide {
            background-size: auto 270px;
        }

        .product-page .gallery-top .galleryYtVideo:before {
            background-size: 50%;
        }

    .product-page .swiper-button-next, .product-page .swiper-button-prev {
        top: 40%;
    }

    .product-page .swiper-button-next {
        background-image: url(swiperNext.svg) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/swiperNext.svg*/;
        right: -10px;
    }

    .product-page .swiper-button-prev {
        background-image: url(swiperPrev.svg) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/swiperPrev.svg*/;
        left: -10px;
    }

    .product-page .galleryYtVideo:before {
        content: "";
        background: url(play.svg) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/play.svg*/ center no-repeat;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        z-index: 999;
    }

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
    opacity: 1;
}

.glass-case ul li {
    border: 1px solid #ccc;
    opacity: .5;
}

.gc-display-area, .gc-icon {
    border: 0;
}

    .gc-display-area .gc-icon-next, .gc-display-area .gc-icon-prev, .gc-thumbs-area-prev .gc-icon-prev {
        font-size: 4em !important;
    }

.gc-icon {
    color: #0099da;
    background: 0 0;
    z-index: 99;
}

.gc-zoom {
    border: 1px solid #ccc;
    width: 200% !important;
    height: 170% !important;
    margin-left: 64px !important;
}

#lightbox .modal-body {
    position: relative;
    padding: 15px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#lightbox .close {
    opacity: 1;
    color: #0099d4;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 1032;
    line-height: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #0099d4;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 30px;
    text-shadow: none;
    font-weight: 100;
}

.faq-page .faq-topic.active-link a, .faq-page h3 {
    font-weight: 700;
}

.product-page ul.tabs, .search-page ul.tabs {
    margin: 30px 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #0099da;
    width: 100%;
}

.faq-page .faq-topic, .faq-page .faq-topics, .faq-page h3 {
    border-bottom: 1px solid #ccc;
}

.product-page ul.tabs li, .search-page ul.tabs li {
    float: right;
    margin: 0;
    cursor: pointer;
    padding: 0 21px;
    height: 39px;
    line-height: 39px;
    color: #0099da;
    overflow: hidden;
    position: relative;
    font-size: 1.8rem;
    text-transform: uppercase;
}

    .product-page ul.tabs li.active, .product-page ul.tabs li:hover, .search-page ul.tabs li.active, .search-page ul.tabs li:hover {
        background-color: #0099da;
        color: #fff;
        display: block;
    }

.product-page .tab_container, .search-page .tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    margin-bottom: 60px;
}

.product-page .tab_content, .search-page .tab_content {
    padding: 20px;
    display: none;
        direction: rtl;
}

.product-page .tab_drawer_heading, .search-page .tab_drawer_heading {
    display: none;
}

.product-page .table td, .search-page .table td {
    width: 50%;
}

.faq-page h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
}

.faq-page .faq-topics {
    color: #0099da;
    background-color: #f1f2f2;
    padding: 0 10px;
}

.faq-page .faq-topic {
    list-style: none;
    padding: 7px;
}

    .faq-page .faq-topic:last-child {
        border-bottom: 0;
    }

.faq-page .answer, .faq-page .question {
    border-bottom: 1px solid #ccc;
}

.faq-page .faq-topic a {
    color: #0099da;
}

    .faq-page .faq-topic a:active, .faq-page .faq-topic a:focus, .faq-page .faq-topic a:hover {
        text-decoration: none;
        font-weight: 700;
    }

.faq-page .question p {
    color: #0099da;
    margin: 10px 0;
}

.faq-page .answer {
    background: #f1f2f2;
    padding: 15px 30px;
}

    .faq-page .answer p {
        margin: 0;
    }

.store-locator-page {
    margin-bottom: 81px;
}

    .store-locator-page .store-locator-wrapper {
        border: 1px solid #ccc;
    }

        .store-locator-page .store-locator-wrapper .sl-search-wrapper {
            border-bottom: 1px solid #ccc;
            padding: 30px 15px;
        }

            .store-locator-page .store-locator-wrapper .sl-search-wrapper input {
                width: 100%;
                padding: 7px 10px;
                border: 1px solid #ccc;
            }

                .store-locator-page .store-locator-wrapper .sl-search-wrapper input[type=submit] {
                    border: 2px solid #0099da;
                }

            .store-locator-page .store-locator-wrapper .sl-search-wrapper .select2 {
                border: 1px solid #0099da;
                height: 25px;
            }

            .store-locator-page .store-locator-wrapper .sl-search-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 25px;
            }

            .store-locator-page .store-locator-wrapper .sl-search-wrapper .select2-container .select2-selection--single, .store-locator-page .store-locator-wrapper .sl-search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 23px;
            }

    .store-locator-page .sl-product {
        margin-top: 10px;
    }

        .store-locator-page .sl-product p {
            color: #aaa;
        }

            .store-locator-page .sl-product p span {
                color: #0099da;
            }

    .store-locator-page .current-location:before {
        content: "";
        background: url(map-marker.png) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/images/map-marker.png*/ no-repeat;
        width: 15px;
        height: 12px;
        background-size: contain;
        display: inline-block;
    }

    .store-locator-page #map-canvas {
        width: 100%;
        height: 600px;
        background-color: #FFF;
        margin: 0 !important;
        padding: 0 !important;
    }

    .store-locator-page #map-locations {
        height: 600px;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        counter-reset: item;
    }

        .store-locator-page #map-locations li {
            cursor: pointer;
            display: block;
            padding: 15px 30px;
            border-bottom: 1px solid #ccc;
        }

            .store-locator-page #map-locations li:last-child {
                border-bottom: 0;
            }

            .store-locator-page #map-locations li:before {
                content: counter(item) ". ";
                counter-increment: item;
                color: #0099da;
                font-size: 16px;
            }

    .store-locator-page .mapTitle h3, .store-locator-page .noMapData h3 {
        font-size: 18px;
        font-weight: 600;
        text-transform: none;
        color: #0099da;
    }

    .store-locator-page #map-locations li .mapInfoContainer {
        display: inline-block;
        vertical-align: top;
        width: 90%;
    }

    .store-locator-page .map-list-container {
        padding-right: 0;
    }

    .store-locator-page .map-img-container {
        padding-left: 0;
    }

    .store-locator-page .map-list-item {
        padding-bottom: 10px;
    }

        .store-locator-page .map-list-item h3 {
            margin-top: 0;
        }

    .store-locator-page .grid-map-item img {
        max-width: none !important;
    }

    .store-locator-page .noMapData h3 {
        margin: 10px;
    }

    .store-locator-page .mapPhone {
        padding-bottom: 5px;
    }

.compare-product-page {
    padding: 0 15px 90px;
}

    .compare-product-page .productCompareInfoSticky {
        background-color: #fff;
    }

    .compare-product-page .stuck {
        position: fixed;
        top: 82px;
        z-index: 9;
    }

    .compare-product-page .slider {
        margin-top: 30px;
    }

    .compare-product-page .slide-title {
        border-bottom: 1px solid #ccc;
        margin: 0;
        padding: 10px 25px;
    }

        .compare-product-page .slide-title div {
            font-size: 1.5rem;
            padding: 30px 0 0;
        }

    .compare-product-page .slide {
        position: relative;
        margin: 0;
    }

    .compare-product-page .slide-even {
        background-color: #ccc;
        display: block;
    }

    .compare-product-page .even, .compare-product-page .even-specs, .compare-product-page .odd, .compare-product-page .odd-specs {
        padding: 10px 25px;
        border-right: 3px solid #fff;
        overflow: hidden;
        word-break: break-word;
    }

        .compare-product-page .even-specs span, .compare-product-page .odd-specs span, .compare-product-page .slide-title {
            opacity: 0;
            white-space: nowrap;
        }

    .compare-product-page .even, .compare-product-page .odd {
        background-color: #ccc;
    }

    .compare-product-page .swiper-slide-active .even-specs span, .compare-product-page .swiper-slide-active .odd-specs span, .compare-product-page .swiper-slide-active .slide-title {
        opacity: 1;
        display: block;
    }

    .compare-product-page .swiper-slide-active .slide-title {
        padding: 10px;
        width: 500%;
    }

    .compare-product-page .prod-compare-info-wrapper {
        border: 1px solid #ccc;
        border-left: 0;
        padding: 30px;
        min-height: 310px;
        position: relative;
    }

        .compare-product-page .prod-compare-info-wrapper.border-left {
            border-left: 1px solid #ccc;
        }

    .compare-product-page .remove-prod, .compare-product-page .remove-prod-mobile {
        position: absolute;
        top: 0;
        right: 5px;
        cursor: pointer;
    }

        .compare-product-page .remove-prod-mobile:before, .compare-product-page .remove-prod:before {
            content: "\f2d3";
            font-size: 12px;
            color: #0099da;
            font-family: FontAwesome;
        }

    .compare-product-page .prod-compare-info h1 {
        font-size: 1.3rem;
        font-weight: 700;
        margin: 0;
    }

    .compare-product-page .prod-compare-info .model {
        font-size: 1.2rem;
        text-transform: uppercase;
        color: #999;
    }

    .compare-product-page .prod-compare-info .compare-prod-imgs {
        width: 68%;
        margin: 0 auto 10px;
        display: block;
    }

    .compare-product-page .prod-compare-info .btn-midea {
        font-size: 1.1rem;
        padding: 2px 7px;
        margin-bottom: 0;
        margin-top: auto;
        width: 80%;
        position: absolute;
        bottom: 25px;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%,0);
        left: 50%;
    }

        .compare-product-page .prod-compare-info .btn-midea:after {
            content: "";
            padding: 0;
            font-size: 1.3rem;
        }

    .compare-product-page .even-specs, .compare-product-page .odd-specs {
        background: #fff;
        color: #0099da;
    }

    .compare-product-page .compare-swiper .swiper-button-next, .compare-product-page .compare-swiper .swiper-button-prev {
        display: none;
    }

.dealer-downloads-page .cat-filter .grid-border:first-child {
    border: 1px solid #f1f2f2;
}

.dealer-downloads-page .product-downloads-section {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}

    .dealer-downloads-page .product-downloads-section .download-section-title {
        padding: 10px 0;
    }

.dealer-downloads-page .product-name {
    font-weight: 700;
    text-decoration: underline;
}

.dealer-downloads-page .model {
    color: #ccc;
    text-transform: uppercase;
}

.country-selector-page {
    margin-top: 30px;
}

    .country-selector-page ul.country-selector {
        padding: 0;
    }

    .country-selector-page .country-selector li {
        list-style: none;
    }

    .country-selector-page i.global.flag:before {
        background: url(globalIcon.jpg) /*tpa=http://id.midea.com/.resources/mideaTemplateModule/webresources/css/flag-assets/images/globalIcon.jpg*/ no-repeat;
        background-size: contain;
        width: 21px;
        height: 15px;
    }

.navbar {
    font-size: 1.6rem;
    background-color: #0099da;
    height: 60px;
    color: #fff;
}

.navbar-brand {
    padding: 12px 40px;
    height: auto;
}

.navbar-country-selector > a > img {
    margin-bottom: 0px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 2px;
}

.navbar-language-selector {
    margin-left: -15px !important;
}

.midea-brand {
    background: url(../images/midea-logo-nav.svg)  left center no-repeat;
    background-size: contain;
    width: 160px;
    height: 58px;
}

.navbar-default {
    border: none;
}

.mash-menu .drop-down, .mash-menu .drop-down li:last-child, .mash-menu .drop-down li:last-child a, .mash-menu .drop-down-medium {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-size: 1.6rem;
    width: 100%;
    margin: 0;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        width: 30px;
        height: 3px;
    }

body, html {
    height: 100%;
}

.navbar-form {
    padding: 0;
}
.mash-search-bar .navbar-country-selector {
    background:none !important;
}
.search-close-icon, .search-icon {
    color: #fff;
    float: left;
    margin-top: -4px;
    margin-right: 0;
    margin-left: 10px;
    margin-right: 10px;
}

    .search-close-icon:focus, .search-close-icon:hover, .search-icon:focus, .search-icon:hover {
        color: #fff;
    }

    .search-close-icon:before, .search-icon:before {
        content: "\f002";
        font-size: 24px;
    }

    .search-close-icon:before {
        content: "\f00d";
    }

.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
    color: #0099da;
    font-weight: 400;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #828282;
}

.mash-menu .vertical-tabs a {
    color: #0099da;
    text-align: right;
    font-weight: 400;
}

.mash-menu .drop-down li:hover a:hover, .mash-menu .mash-search-bar a.navbar-link {
    color: #fff;
}

.mash-menu .mash-brand, .mash-menu .mash-brand > li > a {
    padding-left: 0;
        background: #0099da;
        margin-left: 20px;
        padding-right: 0px;
}

.mash-menu .mash-list-items > li {
    line-height: 72px;
}

.mash-menu .mash-menu-inner-container .container {
    position: relative;
}

.mash-menu .mash-search-bar {
    position: absolute;
    left: 0;
    z-index: 999;
}

.mash-menu .drop-down {
    background: #f1f2f2;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.06);
}

    .mash-menu .drop-down li {
        line-height: 40px;
    }

    .mash-menu .drop-down a {
        color: #0099da;
    }

        .mash-menu .drop-down a:focus, .mash-menu .drop-down a:hover {
            background-color: #0099da;
        }

.mash-menu .drop-down-medium {
    max-width: 700px;
    position: absolute;
    top: auto;
    left: auto;
    right: auto;
    box-shadow: 0 0 10px -2px rgba(0,0,0,.06);
}

.mash-menu p {
    color: #0099da;
    text-align: center;
}

.mash-menu .tab-content {
    border: 0;
    border-radius: 0;
    margin-bottom: 1.25em;
    border-bottom-width: 0;
    border-right: 1px solid #0099da;
    min-height: 400px;
}

.mash-menu .card {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 0;
}

    .mash-menu .card .card-title {
        position: relative;
        padding: 20px 20px 0;
        color: #0099da;
        text-align: center;
    }

    .mash-menu .card .card-content {
        color: #0099da;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    .mash-menu .card .card-action {
        border-top: 0;
        text-align: center;
    }

        .mash-menu .card .card-action a {
            color: #fff;
            background-color: #0099da;
            border-radius: 20px;
            padding: 10px 25px;
            margin: 0;
        }

    .mash-menu .card img {
        border-radius: 0;
        position: relative;
        width: 150px;
        margin: 0 auto;
        display: block;
    }

.mash-menu .mash-list-items > li > a {
    font-size: 1.6rem;
    padding: 5px 15px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 10;
    width: 100%;
    -webkit-transition: none;
    transition: none;
}

.mash-menu .mash-list-items.right {
    position: absolute;
    right: 220px;
    z-index: -9;
}

.mash-menu .mash-search-bar li {
        background: #0099da;
}

.mash-menu .mash-search-bar input {
    width: 240px;
    max-width: inherit;
}

body, html {
    width: 100%;
}

.mash-menu .mash-search-bar input::-ms-clear {
    display: none;
}

.mash-menu .mash-search-bar input:focus {
    border-bottom: 1px solid #fff;
}

.header-message {
    top: 82px;
    position: absolute;
    background: rgba(255,255,255,.9);
    z-index: 99;
    border-bottom: 1px solid #0099da;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #0099da;
    font-size: 17px;
}

footer {
    background-color: #0099da;
    color: #fff;
    padding: 30px 0;
    position: relative;
    z-index: 99;
}

    footer h1 {
        font-size: 1.6rem;
        font-weight: 400;
        text-transform: capitalize;
        color: #ffffff;
    }

    footer a, footer p {
            font-size: 1.2rem;
    color: #fff;
    text-align: right;
    direction: rtl;
        margin-bottom: 3px;
    }

    footer ul {
        padding: 0;
        margin: 0;
    }

    footer li {
        list-style: none;
            margin-bottom: 5px;
    }

    footer .dividerb {
        margin: 15px 0;
    }

    footer a:focus, footer a:hover {
        color: rgba(255,255,255,.8);
        text-decoration: none;
    }

    footer .social-links {          
        padding: 0px;
    text-align: left;
    }

        footer .social-links a {
            font-size: 30px;
    padding: 0px 10px;
        }

        footer .social-links .facebook:before {
            content: "\f082";
        }

        footer .social-links .twitter:before {
            content: "\f099";
        }

        footer .social-links .instagram:before {
            content: "\f16d";
        }

        footer .social-links .googleplus:before {
            content: "\f1a0";
        }

    footer .copyright-links {
        text-align: right;
    }

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: IRANSansWeb,sans-serif;
}

.lte-ie9 header#mideaNav {
    display: none;
}

.lte-ie9 .browsehappy {
    display: block !important;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background-color: #0099da;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15%;
}

    .lte-ie9 .browsehappy a {
        color: #fff;
        text-decoration: underline;
    }

.for-mobile, .for-tablet {
    display: none;
}

.for-mobile-nav {
    display: none !important;
}

.headline-blue-bg, .reviews div, .reviews p {
    display: inline-block;
}

.vertical-align-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
    height: 60px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 3px;
}

.swiper-pagination-bullet {
    background: #fff;
    border: 1px solid #0099da;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: #0099da;
}

.breadcrumbs {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0099da;
    direction: rtl;
}

    .breadcrumbs a, .breadcrumbs span {
        text-transform: uppercase;
        color: #666;
    }

.icon-img img {
    /*max-width: 140px;
    max-height: 140px;*/
}

.headline-blue-bg {
    background-color: rgba(25,163,222,.8);
    border-radius: 50px;
    margin-top: 160px;
    color: #FFF;
    padding: 15px 10% 15px 98%;
    margin-left: -100%;
}

.prod-reviews-price {
    position: absolute;
    bottom: 24px;
    width: 100%;
    margin: 0;
}

    .prod-reviews-price .prod-price, .prod-reviews-price .reviews {
        padding: 0;
    }

    .prod-reviews-price .prod-price {
        float: right;
        font-size: 1.4rem;
    }

.user-review p {
    font-size: 11px;
    margin: 5px 0;
}

.reviews p {
    font-size: 12px;
}

.fa-star, .fa-star-o {
    color: #fec335;
    font-size: 14px;
}

.blue-title, .search-page .page-result h3 {
        color: #0099da;
        direction:rtl;
    text-align: right;
    font-size: 25px;
}

ul.bullet-points {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.default-page, .faq-page, hr {
    margin-bottom: 30px;
    direction: rtl;
}

ul.bullet-points li {
    padding-left: 1em;
    text-indent: -.6em;
    font-size: 1.4rem;
    list-style-position: outside;
    margin-top: 5px;
    line-height: 1.5rem;
}

    ul.bullet-points li:before {
        content: "• ";
        color: #0099da;
    }

.search-page {
    margin-top: 81px;
}

    .search-page .page-result, .search-page .page-result:focus, .search-page .page-result:hover {
        text-decoration: none;
    }

        .search-page .page-result p {
            color: #000;
        }

.pagination > li > a, .pagination > li > span {
    border: 0;
    color: #0099da;
}

hr {
    margin-top: 30px;
    border: 0;
    border-top: 0;
}

.default-page td, .default-page th, .faq-page td, .faq-page th {
    border: 1px solid #0099da;
    padding: 8px;
}

.big-box {
    margin-bottom: 15px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.videoCMS {
    padding-bottom: 26%;
    margin: 30px 0;
}

.contact-page, .contact-page .blue-title {
    margin-bottom: 30px;
}

.videoCMS iframe {
    left: 50%;
    width: 50%;
    height: 100%;
    margin-left: -25%;
}

.grid-border-top {
    border-top: 1px solid #0099da;
}

.contact-page {
    color: #000;
        direction: rtl;
}

    .contact-page .grid-border .contact-widget-wrapper {
        padding: 20px 40px;
    }

    .contact-page .sidebar a:hover {
        text-decoration: underline;
    }

    .contact-page .sidebar .grid-border {
        padding: 20px;
        margin-bottom: 15px;
    }

    .contact-page .sidebar .btn-midea-primary {
        padding: 5px 20px;
    }

        .contact-page .sidebar .btn-midea-primary:hover {
            text-decoration: none;
        }

.dealer.contact-page .sidebar {
    text-transform: uppercase;
}

.contact-page .form .text h1 {
    font-size: 2.8rem;
}

.contact-page label {
    text-transform: uppercase;
    margin-top: 15px;
}

.contact-page button, .contact-page input, .contact-page select, .contact-page textarea {
    border: 1px solid #ddd;
    background: #fff;
    padding: 5px 8px;
    margin: 0 0 10px;
    width: 100%;
}

.contact-page form .select2 {
    width: 80% !important;
    border: 1px solid #0099da;
}

.contact-page form .select2-container--default .select2-selection--multiple .select2-selection__rendered, .contact-page form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0099da;
}

.contact-page form .select2-container--default .select2-selection--multiple .select2-selection__arrow b, .contact-page form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0099da transparent transparent;
}

.contact-page input, .contact-page select, .contact-page textarea {
    display: block;
}

    .contact-page input[type=file] {
        border: 0;
    }

    .contact-page input[type=checkbox], .contact-page input[type=radio] {
        width: 25px;
        display: inline-block;
    }

    .contact-page input[type=submit] {
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        white-space: nowrap;
        font-size: 1.4rem;
        line-height: 1.42857143;
        border: 2px solid #0099da;
        padding: 5px 30px 3px;
        color: #0099da;
        border-radius: 30px;
        width: auto;
        text-transform: uppercase;
        -webkit-transition: opacity .15s linear;
        transition: opacity .15s linear;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        overflow: hidden;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: color,background-color;
        transition-property: color,background-color;
        opacity: 1;
    }

        .contact-page input[type=submit]:active, .contact-page input[type=submit]:focus, .contact-page input[type=submit]:hover {
            color: #fff;
            background-color: #0099da;
        }

.feature-youtube {
    cursor: pointer;
}

.suggested-price {
    font-size: 1rem;
    line-height: 14px;
    display: inline-block;
}

@media only screen and (min-width:1439px) {
    .contact-page .sidebar .btn-midea-primary {
        padding: 3px 22px;
    }
}

@media only screen and (min-width:768px) {



    .modal-dialog {
        width: 661px;
        margin: 140px auto;
    }

    .product-page .select2 {
        display: none;
    }

    .compare-product-page .slide-title {
        font-size: 1.7rem;
    }

    .compare-product-page .odd, .compare-product-page .odd-specs {
        background-color: #fff;
        color: #000;
    }

    .compare-product-page .even, .compare-product-page .even-specs {
        background-color: #ccc;
        color: #000;
    }

    .compare-product-page .specs-label .slide-title, .compare-product-page .specs-label.swiper-slide-active .slide-title {
        opacity: 1;
        border-bottom: 1px solid #ccc;
    }

        .compare-product-page .specs-label .slide-title span, .compare-product-page .specs-label.swiper-slide-active .slide-title span {
            opacity: 1;
        }

    .compare-product-page .specs-label .prod-compare-info-wrapper, .compare-product-page .specs-label .remove-prod-mobile {
        opacity: 0;
    }

    .compare-product-page .specs-label .even-specs, .compare-product-page .specs-label .even-specs span, .compare-product-page .specs-label .odd-specs, .compare-product-page .specs-label .odd-specs span {
        display: block;
        opacity: 1;
        white-space: inherit;
    }

    .compare-product-page .specs-label .value {
        display: none;
    }

    .compare-product-page .even-specs, .compare-product-page .even-specs span, .compare-product-page .odd-specs, .compare-product-page .odd-specs span {
        display: none;
        opacity: 0;
    }

    .compare-product-page .swiper-slide-active .slide-title span {
        opacity: 0;
    }
}

@media only screen and (max-width:767px) {
    .compare-cta div #btnCompareNow, .dropdown-submenu.pull-left {
        float: none;
    }

    .compare-cta div, .navbar-nav .open .dropdown-menu a, .toggle-option.compare-toggle {
        text-align: center;
    }

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    .navbar {
        min-height: 60px;
        height: 60px;
    }

        .navbar a:focus, .navbar a:hover {
            color: inherit;
            text-decoration: none;
        }

    .navbar-brand {
        height: 60px;
        padding: 10px 15px;
    }

    .navbar-toggle {
        margin-top: 11px;
        margin-bottom: 11px;
        padding: 9px 0 9px 10px;
    }

    .midea-brand {
        width: 100px;
        height: 40px;
    }

    .navbar-nav .open .dropdown-menu::after, .navbar-right::before {
        content: '';
        position: absolute;
        width: 50%;
        left: 25%;
    }

    .search-icon {
        margin-top: 10px;
        margin-right: 10px;
    }

    .btn-midea {
        padding: 8px 30px;
        margin: 3px 0;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 95%;
        max-height: 93vh;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background: #f1f2f2;
    }

        .navbar-default .navbar-collapse .navbar-nav > li > a, .navbar-default .navbar-collapse .navbar-nav > li > a:focus, .navbar-default .navbar-collapse .navbar-nav > li > a:hover, .navbar-default .navbar-form .navbar-nav > li > a, .navbar-default .navbar-form .navbar-nav > li > a:focus, .navbar-default .navbar-form .navbar-nav > li > a:hover {
            color: #0099da;
            text-align: center;
        }

    .navbar-default .navbar-form {
        background: 0 0;
    }

    .nav-first-level.open > a {
        color: #fff !important;
        background-color: #0099da !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:active, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu a:active, .navbar-nav .open .dropdown-menu a:focus, .navbar-nav .open .dropdown-menu a:hover {
        color: #0099da;
    }

    .navbar-nav .open .dropdown-menu {
        background: #f1f2f2;
    }

        .navbar-nav .open .dropdown-menu::after {
            border-bottom: 1px solid #0099da;
        }

    .navbar-nav .dropdown-submenu.open .dropdown-menu::after {
        content: '';
        border-bottom: 0;
    }

    .navbar-right::before {
        border-top: 1px solid #0099da;
    }

    .dropdown-submenu, .filterBar {
        position: relative;
    }

    .navbar-nav .dropdown-submenu.open .dropdown-menu {
        border-top: 0;
        border-bottom: 0;
        background-color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #0099da;
        line-height: 2.5em;
    }

    .navbar-default .navbar-form {
        color: #FFF;
        font-size: 1.6rem;
        width: 100%;
        margin: 0;
    }

        .navbar-default .navbar-form .form-control {
            height: 45px;
            border: 1px solid #0099da;
            border-radius: 0;
        }

    .marginBottom-0 {
        margin-bottom: 0;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: 0 6px 6px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        border-radius: 6px 0 6px 6px;
    }

    .slideshow .slide-container .slide-header {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: -30px;
        padding: 20px 30px;
            font-size: 20px;
    }
    .support-widgets .col-md-4 {
     float: none !important; 
}
    .float-right {
    float: none !important; 
}
    .float-left {
    float: none !important; 
}
    .about-f {
    padding-left: 30px !important; ;
    padding-right: 30px !important; ;
}
    .slideshow .slide-container .slide-text, .sub-categories {
        padding: 0;
    }

    .grid-border {
        margin-right: 0;
        float: none !important;
    }

    .category-content > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

    .sub-categories h2 {
        padding-left: 15px;
    }

    .sub-categories .more-sub-category, .sub-categories .sub-category {
        padding: 20px;
        display: block;
    }

    .category-filter {
        background-color: transparent;
        border-bottom: 1px solid #f1f2f2;
    }

    .subcategory-filter {
        padding-left: 15px;
    }

    .product-container {
        margin-top: 0;
    }

    .filter-tray .btn-midea-primary, .filter-tray .btn-midea-secondary {
        padding: 0;
        width: 100%;
    }

    .cat-header {
            margin-top: -21px;
    }

        .cat-header .headline-blue-bg {
            padding: 20px 50px 20px 95px;
            margin-left: -100px;
            font-size: 2.5rem;
        }

    .cat-filter {
        margin-top: 61px;
    }

        .cat-filter .col-xs-4 {
            padding: 5px;
        }

    .compare-cta p, .compare-items {
        display: none;
    }

    .compare-btn:hover {
        background-color: #fff;
        color: #0099da !important;
    }

    .compare-btn.active-btn-compare {
        background-color: #0099da;
        color: #fff !important;
    }

    .toggle-option.compare-toggle {
        padding-right: 14px;
    }

    .product-page .price-and-buy-btn, .product-page .product-features-banner.product-features-banner-right {
        text-align: left;
    }

    .toggle-option.toggle-icon:before, .toggle-option:before {
        right: 0;
    }

    .product-details-carousel {
        height: auto;
        padding: 15px;
    }

        .product-details-carousel img {
            margin: auto auto 100px;
            display: block;
        }

    .filterBar {
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
    }

    .cat-subcat-select {
        padding: 15px 5px;
        background-color: #f1f2f2;
    }

        .cat-subcat-select a {
            color: #0099da;
            display: block;
            padding-right: 5px;
        }

    .arrow-right, .product-page .tabs, .select-box-wrapper, .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .prod-reviews-price {
        bottom: 50px;
    }

    .grid-border.infinite-item {
        border-right: 1px solid #0099da;
    }

    .select-box-wrapper {
        margin-top: 40px;
    }

    #lightbox .modal-dialog {
        margin-top: 70%;
    }

    #lightbox .modal-content {
        width: 100%;
    }

    #lightbox .modal-body {
        padding: 0;
    }

    .product-page {
        margin-top: 60px;
    }

        .product-page .product-description {
            margin: 60px 0 30px;
        }

        .product-page .productInfoSticky {
            width: 100%;
            background-color: #fff;
            z-index: 999;
        }

        .product-page .zoomBtns .zoomBtn {
            width: 30px;
            height: 30px;
            margin: 10px 0;
        }

        .product-page .stuck {
            position: fixed;
            top: 0 !important;
            z-index: 9999;
            margin-left: -15px;
            padding-left: 15px;
        }

            .product-page .stuck .select2 {
                margin: 0 -15px;
                width: 105% !important;
            }

        .product-page .mobile-sticky-menu {
            background: #f1f1f1;
            padding: 0;
            width: 100%;
            margin-left: -8px;
            list-style: none;
            display: none;
        }

        .product-page .d_active, .product-page .tab_drawer_heading {
            background-color: #0099da;
            color: #fff;
        }

        .product-page #currentMobileTab.toggle-option {
            color: #fff !important;
            width: initial;
        }

            .product-page #currentMobileTab.toggle-option.toggle-icon:before, .product-page #currentMobileTab.toggle-option:before {
                right: 25px;
                top: 10px;
            }

        .product-page #currentMobileTab, .product-page .mobile-sticky-menu-option.active, .product-page .mobile-sticky-menu-option:hover {
            background: #0099da;
            color: #fff;
            text-transform: capitalize;
        }

        .product-page .mobile-sticky-menu-option {
            padding: 10px;
        }

        .product-page #currentMobileTab {
            padding: 10px 20px;
            text-transform: uppercase;
        }

        .product-page .select2 {
            background-color: #0099da;
            padding: 10px;
            margin: 0 -15px;
            width: 110% !important;
            text-transform: uppercase;
        }

        .product-page .select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 10px;
            right: 5px;
        }

        .product-page .tab_container {
            margin: 30px 0;
        }

        .product-page .tab_drawer_heading {
            text-transform: uppercase;
            border-top: 1px solid #fff;
            margin: 0;
            padding: 15px 20px;
            display: block;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
                text-align: right;
        }

        .product-page .product-features-banner {
            padding: 30px 15px 30px 50px;
            overflow: hidden;
        }

    footer, footer .copyright-links {
        text-align: center;
    }

    .product-page .product-features-banner.product-features-banner-right .headline-blue-bg {
        margin-right: 0;
        margin-left: -50px;
    }

    .product-page .product-features-banner .feature-text-wrap {
        padding: 5px;
    }

    .product-page .product-demo {
        height: 250px;
    }

    .videoCMS {
        padding-bottom: 56.25%;
    }

        .videoCMS iframe {
            left: 0;
            width: 100%;
            margin-left: 0;
        }

    .contact-page .grid-border .contact-widget-wrapper {
        padding: 20px;
    }

    .sidebar, .store-locator-page .store-locator-wrapper .sl-search-wrapper form {
        padding: 15px 0;
    }

    .contact-page button, .contact-page input, .contact-page input[type=submit], .contact-page select, .contact-page textarea {
        width: 100%;
    }

        .contact-page input[type=submit] {
            width: initial;
        }

    .contact-page form .select2 {
        width: 100% !important;
    }

    .store-locator-page #map-canvas {
        width: 100%;
        height: 300px;
    }

    .compare-product-page .stuck {
        top: 60px;
        left: 0;
    }

    .compare-product-page .slide-even, .compare-product-page .slide-odd {
        width: 100%;
        display: block;
    }

    .compare-product-page .prod-compare-info .compare-prod-imgs {
        width: 100%;
    }

    .compare-product-page .prod-compare-info .btn-midea {
        font-size: 1rem;
        padding: 2px 5px;
    }

    .compare-product-page .carousel-btns {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 50%;
        height: 100%;
        font-family: FontAwesome;
    }

        .compare-product-page .carousel-btns .btn {
            background-color: transparent;
            position: absolute;
            padding-left: 0;
            padding-right: 0;
            outline: 0;
            height: 100%;
        }

        .compare-product-page .carousel-btns .btn-next {
            right: 0;
        }

            .compare-product-page .carousel-btns .btn-next:before {
                content: "\f0da";
                font-size: 30px;
                color: #0099da;
            }

        .compare-product-page .carousel-btns .btn-prev {
            left: 0;
        }

            .compare-product-page .carousel-btns .btn-prev:before {
                content: "\f0d9";
                font-size: 30px;
                color: #0099da;
            }

    .compare-product-page .slider {
        overflow: hidden;
    }

    .compare-product-page .slides.container {
        padding: 0;
    }

    .compare-product-page .slides .col-sm-12 {
        padding: 1px;
    }

    .compare-product-page .even-specs span, .compare-product-page .odd-specs span, .compare-product-page .slide-title {
        opacity: 0;
        white-space: nowrap;
    }

    .compare-product-page .swiper-slide-active .even-specs span, .compare-product-page .swiper-slide-active .odd-specs span, .compare-product-page .swiper-slide-active .slide-title {
        opacity: 1;
        display: block;
    }

    .compare-product-page .swiper-slide-active .even-specs, .compare-product-page .swiper-slide-active .odd-specs {
        width: 200%;
    }

    .compare-product-page .swiper-slide-active .slide-title {
        padding: 10px;
        width: 200%;
    }

    .compare-product-page .prod-info {
        background-color: #fff;
    }

    .compare-product-page .even-specs, .compare-product-page .odd-specs {
        color: #0099da;
        background-color: transparent;
    }

    .compare-product-page .prod-compare-info-wrapper {
        background-color: #fff;
        padding: 15px;
    }

    .compare-product-page .compare-swiper {
        margin-top: 30px;
    }

        .compare-product-page .compare-swiper .swiper-button-next, .compare-product-page .compare-swiper .swiper-button-prev {
            display: block;
            top: 150px;
        }

    .faq-page .question p {
        max-width: 89%;
    }

    footer .social-links {
        position: relative;
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .mash-menu .mash-search-bar input {
        width: 520px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .grid-xs {
        width: 50%;
    }
            .tab_content {
    padding: 20px;
    display: block !important;
    direction: rtl;
}
}

@media only screen and (max-width:320px) {
    .swiper-slide {
        height: auto;
    }

    .vertical-center-content {
        position: absolute;
        width: 100%;
    }

    .product-page .product-demo {
        height: 205px;
    }

}

.float-right {
    float:right;
}
.float-left {
    float:left;
}
.about-f
{
    padding-left:60px;
}
.about-f p {
    direction:rtl;
    text-align:justify;
}
.copyright {
        padding:0px;
    }
.bloglist .imgblog {
    width:100%;
}
.bloglist .imgblog:hover {
    opacity:0.7;
}
.bloglist{
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 30px;
    margin-bottom: 3px;
}
.blogside ul {
    padding:0px;
}
.blogside li {
    list-style-type:none;
        padding-bottom: 5px;
}
.blogside li a:hover {
        color: #0099da;
    text-decoration: none !important;
}
.blogside h3 {
        color: #0099da;
    margin-top: 0px;
    margin-bottom: 20px;
}
.summeryprod {
        direction: rtl;
}
.blogsearch input {
direction: rtl;
    padding: 5px 8px;
    margin: 0px;
    width: 85%;
    display: inline-block;
}
.blogsearch button {
    direction: rtl;
    width: 15%;
    display: inline-block;
    float: left;
    padding: 7px 7px;
    border-right: 0px;
    margin-right: -1px;
    background: #0099da;
    color: white;
}

.blogsearch button:hover {
    
    color: black;
}


.portfolio-items {
    position: relative;
    overflow: hidden;
}

.portfolio-item {
    position: relative;
    float: left;
    padding:15px;
    width: 25%;
    direction: ltr;
}

.portfolio-item,
.portfolio-item img {
    display: block;
    height: auto!important;
        

}

.portfolio-item img {
    width: 100%;
}

.portfolio-item .portfolio-description,
.portfolio-item .portfolio-date {
    padding: 15px 0 10px;
}

.portfolio-item .portfolio-description {
    color: #999;
    float: left;
    font-size: 11px;
    text-align: left;
        width: 100%;
    height: 80px;
}

.portfolio-item .portfolio-description h4 {
    line-height: 22px;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
    font-weight: 600;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.portfolio-item .portfolio-date {
    float: right;
    padding-right: 6px;
    position: relative;
    text-align: right;
    top: -4px;
    width: 30%;
}

.portfolio-item .portfolio-date i,
.portfolio-item .portfolio-description i {
    margin-right: 6px;
}

.portfolio-item .portfolio-date a,
.portfolio-item .portfolio-date i {
    color: #999;
}

.portfolio-item .portfolio-details {
    clear: both;
    display: block;
}

.background-grey .portfolio-item {
    background-color: #fff;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.11);
}

.background-grey .portfolio-item .portfolio-description,
.background-grey .portfolio-item .portfolio-date,
.background-grey .portfolio-item .portfolio-details {
    padding: 0 20px;
}

.background-grey .portfolio-item .portfolio-description,
.background-grey .portfolio-item .portfolio-date {
    padding-top: 20px;
}

.background-grey .portfolio-item .portfolio-details {
    padding-bottom: 20px;
}

.portfolio [data-isotope-col="1"] .portfolio-item {
    margin-bottom: 50px!important;
    border-bottom: 1px solid #eee;
    padding-bottom: 46px;
}


.effect.social-links {
    text-align: left;
    position: relative;
}

.effect.social-links img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect.social-links h3 {
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.effect.social-links p {
    display: inline;
    left: auto;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.effect.social-links a i {
    margin: 0 4px;
    color: #fff;
    font-size: 146%;
}

.effect.social-links:hover img {
    opacity: 0.6;
}

.effect.social-links:hover h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect.social-links:hover .image-box-content::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
}

.effect.social-links p a i {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    line-height: 44px;
    background: hsla(0, 0%, 0%, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

.effect.social-links:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.effect.social-links:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.effect.social-links:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.effect.social-links:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.effect.social-links:hover p a i:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transition-delay: rotate 1s;
    transition-delay: rotate 1s;
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
}

.effect .image-box-content p i {
    z-index: 2;
}

.image-box.effect.retro {
    background: #030c17;
    text-align: center;
}

#html5-watermark {
    display: none !important;
}
#html5-elem-box {
    background: transparent !important;
}

#html5-lightbox-box {
    width: 60% !important;
    margin-top: 50px !important;
}

#html5-elem-wrap {
    width: 100% !important;
    background: transparent !important;
    overflow-y: hidden;
}

#html5-elem-data-box {
    display: none !important;
}
.c-bg-brown-2 {
    direction: ltr;
    margin-top: 40px;
    margin-bottom: 39px;
}
.product-container .grid-border.infinite-item {
    float:right;
}
.sub-categories .grid-border {
    float:right;
}
#glasscase  .fa-play {
    position: absolute;
    font-size: 21px;
    color: #0099da;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 13px;
        background: white;
}
#glasscase  .fa-play:hover {
    
    color: black;
    
}
.support-container h1
{
    font-size:35px;
}
.support-container h3
{
    font-size:25px;
}
    
.support-container p
{
    font-size:15px;
}
.txtpowerd p
{
        text-align: center;
    margin-bottom: -11px;
}

@media only screen and (min-width:0px) and (max-width:480px) {

    .tab_content {
        padding: 20px;
        display: block !important;
        direction: rtl;
    }
}
.imgservices
{
margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 0px;
}
