@import "fl-drawing-tools.css";

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


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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

.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(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #ffffff;
}


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

.fa-glass:before {
    content: "\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-remove:before,
.fa-close: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-gear:before,
.fa-cog:before {
    content: "\f013";
}

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

.fa-home: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-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-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

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

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

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

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

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

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

.fa-gbp:before {
    content: "\f154";
}

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

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

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

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

.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

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

.fa-wheelchair:before {
    content: "\f193";
}

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

.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap: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: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

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

.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

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

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

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

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

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

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

.fa-qq:before {
    content: "\f1d6";
}

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

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

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

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before,
.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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-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-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-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}
.fa-lock:before {
	content: "\f023";
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.hide-text {
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover,
a:active {
    outline: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    /* Responsive images (ensure images don't scale beyond their parents) */
    max-width: 100%;
    /* Part 1: Set a maxium relative to the parent */
    height: auto;
    /* Part 2: Scale the height according to the width, otherwise you get stretching */
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img,
.gm-style img {
    max-width: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #888888;
    background-color: #ffffff;
}

a {
    color: #5fa736;
    text-decoration: none;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.row {
    margin-left: -20px;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.span12 {
    width: 940px;
}

.span11 {
    width: 860px;
}

.span10 {
    width: 780px;
}

.span9 {
    width: 700px;
}

.span8 {
    width: 620px;
}

.span7 {
    width: 540px;
}

.span6 {
    width: 460px;
}

.span5 {
    width: 380px;
}

.span4 {
    width: 300px;
}

.span3 {
    width: 220px;
}

.span2 {
    width: 140px;
}

.span1 {
    width: 60px;
}

.offset12 {
    margin-left: 980px;
}

.offset11 {
    margin-left: 900px;
}

.offset10 {
    margin-left: 820px;
}

.offset9 {
    margin-left: 740px;
}

.offset8 {
    margin-left: 660px;
}

.offset7 {
    margin-left: 580px;
}

.offset6 {
    margin-left: 500px;
}

.offset5 {
    margin-left: 420px;
}

.offset4 {
    margin-left: 340px;
}

.offset3 {
    margin-left: 260px;
}

.offset2 {
    margin-left: 180px;
}

.offset1 {
    margin-left: 100px;
}

.row-fluid {
    width: 100%;
}

.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12765957%;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.12765957%;
}

.row-fluid .span12 {
    width: 100%;
}

.row-fluid .span11 {
    width: 91.4893617%;
}

.row-fluid .span10 {
    width: 82.9787234%;
}

.row-fluid .span9 {
    width: 74.46808511%;
}

.row-fluid .span8 {
    width: 65.95744681%;
}

.row-fluid .span7 {
    width: 57.44680851%;
}

.row-fluid .span6 {
    width: 48.93617021%;
}

.row-fluid .span5 {
    width: 40.42553191%;
}

.row-fluid .span4 {
    width: 31.91489362%;
}

.row-fluid .span3 {
    width: 23.40425532%;
}

.row-fluid .span2 {
    width: 14.89361702%;
}

.row-fluid .span1 {
    width: 6.38297872%;
}

.row-fluid .offset12 {
    margin-left: 104.25531915%;
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957%;
}

.row-fluid .offset11 {
    margin-left: 95.74468085%;
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702128%;
}

.row-fluid .offset10 {
    margin-left: 87.23404255%;
}

.row-fluid .offset10:first-child {
    margin-left: 85.10638298%;
}

.row-fluid .offset9 {
    margin-left: 78.72340426%;
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468%;
}

.row-fluid .offset8 {
    margin-left: 70.21276596%;
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638%;
}

.row-fluid .offset7 {
    margin-left: 61.70212766%;
}

.row-fluid .offset7:first-child {
    margin-left: 59.57446809%;
}

.row-fluid .offset6 {
    margin-left: 53.19148936%;
}

.row-fluid .offset6:first-child {
    margin-left: 51.06382979%;
}

.row-fluid .offset5 {
    margin-left: 44.68085106%;
}

.row-fluid .offset5:first-child {
    margin-left: 42.55319149%;
}

.row-fluid .offset4 {
    margin-left: 36.17021277%;
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319%;
}

.row-fluid .offset3 {
    margin-left: 27.65957447%;
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489%;
}

.row-fluid .offset2 {
    margin-left: 19.14893617%;
}

.row-fluid .offset2:first-child {
    margin-left: 17.0212766%;
}

.row-fluid .offset1 {
    margin-left: 10.63829787%;
}

.row-fluid .offset1:first-child {
    margin-left: 8.5106383%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0;
}

.container-fluid:after {
    clear: both;
}

p {
    margin: 0 0 11.5px;
}

.lead {
    margin-bottom: 23px;
    font-size: 21px;
    font-weight: 200;
    line-height: 34.5px;
}

small {
    font-size: 85%;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

cite {
    font-style: normal;
}

.muted {
    color: #888888;
}

a.muted:hover,
a.muted:focus {
    color: #6f6f6f;
}

.text-warning {
    color: #333333;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #1a1a1a;
}

.text-error {
    color: #333333;
}

a.text-error:hover,
a.text-error:focus {
    color: #1a1a1a;
}

.text-info {
    color: #333333;
}

a.text-info:hover,
a.text-info:focus {
    color: #1a1a1a;
}

.text-success {
    color: #333333;
}

a.text-success:hover,
a.text-success:focus {
    color: #1a1a1a;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 11.5px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 23px;
    color: #333333;
    text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #888888;
}

h1,
h2,
h3 {
    line-height: 46px;
}

h1 {
    font-size: 38.5px;
}

h2 {
    font-size: 31.5px;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

h1 small {
    font-size: 24.5px;
}

h2 small {
    font-size: 17.5px;
}

h3 small {
    font-size: 14px;
}

h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 10.5px;
    margin: 23px 0 34.5px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    padding: 0;
    margin: 0 0 11.5px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 23px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline>li,
ol.inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 23px;
}

dt,
dd {
    line-height: 23px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 11.5px;
}

.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0;
}

.dl-horizontal:after {
    clear: both;
}

.dl-horizontal dt {
    float: left;
    width: 13%;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 33%;
}

hr {
    margin: 23px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #888888;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 23px;
    border-left: 5px solid #eeeeee;
}

blockquote p {
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote small {
    display: block;
    line-height: 23px;
    color: #888888;
}

blockquote small:before {
    content: '\2014 \00A0';
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}

blockquote.pull-right small:before {
    content: '';
}

blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 23px;
    font-style: normal;
    line-height: 23px;
}

code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap;
}

pre {
    display: block;
    padding: 11px;
    margin: 0 0 11.5px;
    font-size: 13px;
    line-height: 23px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

pre.prettyprint {
    margin-bottom: 23px;
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

form {
    margin: 0 0 23px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 23px;
    font-size: 21px;
    line-height: 46px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend small {
    font-size: 17.25px;
    color: #888888;
}

label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 23px;
}

input,
button,
select,
textarea {
    font-family: 'Ubuntu', sans-serif;
}

label {
    display: block;
    margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 23px;
    padding: 4px 6px;
    margin-bottom: 11.5px;
    font-size: 14px;
    line-height: 23px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
}

input,
textarea,
.uneditable-input {
    width: 206px;
}

textarea {
    height: auto;
}

form textarea {
    min-height: 166px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 50px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    line-height: 50px;
}

select {
    width: 270px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

select[multiple],
select[size] {
    height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
    color: #888888;
    background-color: #fcfcfc;
    border-color: #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed;
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
}

.uneditable-textarea {
    width: auto;
    height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888888;
}

.radio,
.checkbox {
    min-height: 23px;
    padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 150px;
}

.input-large {
    width: 210px;
}

.input-xlarge {
    width: 270px;
}

.input-xxlarge {
    width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block;
}

input,
textarea,
.uneditable-input {
    margin-left: 0;
}

.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px;
}

.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.controls-row:after {
    clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #333333;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #333333;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #333333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #1a1a1a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #333333;
    background-color: #fcffd0;
    border-color: #333333;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #333333;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #333333;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #333333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #1a1a1a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #333333;
    background-color: #ffe7e7;
    border-color: #333333;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #333333;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #333333;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #333333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #1a1a1a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #333333;
    background-color: #cffeca;
    border-color: #333333;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #333333;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #333333;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #333333;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #1a1a1a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #333333;
    background-color: #d8f3fe;
    border-color: #333333;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
}

.form-actions {
    padding: 22px 20px 23px;
    margin-top: 23px;
    margin-bottom: 23px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-actions:after {
    clear: both;
}

.help-block,
.help-inline {
    color: #aeaeae;
}

.help-block {
    display: block;
    margin-bottom: 11.5px;
}

.help-inline {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.form_placeholder {
    border-color: transparent;
    border-style: solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: text;
    height: 100%;
    left: 0;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ie_placeholder_controls {
    position: relative;
}

.input-append,
.input-prepend {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}

input.search-query {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}

.control-group {
    margin-bottom: 11.5px;
}

legend+.control-group {
    margin-top: 23px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 23px;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0;
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    float: left;
    width: 31%;
    padding-top: 10px;
    text-align: right;
}

.form-horizontal .controls {
    margin-left: 33%;
    text-align: left;
}

.form-horizontal .controls input {
    width: 50%;
}

.form-horizontal .controls .chzn-container {
    width: 50% !important;
}

.form-horizontal .controls textarea {
    width: 100%;
}

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 11.5px;
}

.form-horizontal .form-actions {
    padding-left: 33%;
}

.chzn-container {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 10px;
    text-align: left;
    width: 100% !important;
}

.chzn-container .chzn-results {
    margin: 0;
    padding: 0;
}

.chzn-container .chzn-results li {
    padding: 10px 20px;
    color: #888888;
}

.chzn-container-single .chzn-single {
    background: #ffffff;
    height: 50px;
    padding: 0;
    line-height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden !important;
    border: 1px solid #cccccc;
    color: #888888;
}

.chzn-container-single .chzn-single div {
    width: 50px;
    height: 50px;
    top: -1px;
    right: -1px;
}

.chzn-container-single .chzn-single div b {
    display: none;
}

.chzn-container-single .chzn-single div:before {
    content: '\f0d7';
    font-family: Fontawesome;
    line-height: 0;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.chzn-container-single .chzn-single span {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    left: 18px;
    right: 60px;
    bottom: 13px;
}

.chzn-container-single.chzn-container-active.chzn-with-drop .chzn-single {
    background: #ffffff;
    border-color: #cccccc;
}

.chzn-container-single .chzn-drop {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cccccc;
    border-top: none;
    margin: 0;
}

.chzn-container-single .chzn-search input[type="text"] {
    float: none;
}

.chzn-container-multi .chzn-choices {
    border-color: #cccccc;
    background-image: none;
    min-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chzn-container-multi .chzn-choices li.search-choice {
    white-space: nowrap;
    padding: 0 10px;
    border: none;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
    background: none !important;
    color: #ffffff;
    line-height: inherit;
    font-size: inherit;
    position: static;
    display: inline-block;
    vertical-align: middle;
    padding-left: 4px;
    height: 100%;
}

.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {
    content: '\f00d';
    font-family: fontAwesome;
}

.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
    margin: 0;
    height: 48px;
    width: auto !important;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 11px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chzn-container-multi.chzn-container-active .chzn-choices {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#modules-form .input-prepend input,
#modules-form .input-append input,
#modules-form .input-prepend input[class*="span"],
#modules-form .input-append input[class*="span"] {
    width: auto;
}

table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-spacing: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

table>*+* th,
table>*+* td {
    border-top: 1px solid #e5e5e5;
}

table>* th {
    font-weight: 500;
    font-size: 15px;
}

table>* th+th {
    border-left: 1px solid #e5e5e5;
}

table>* td+td {
    border-left: 1px solid #e5e5e5;
}

table>* th {
    text-align: left;
    background: #f6f8fa;
    padding: 11px 20px;
}

table>* td {
    padding: 11px 20px;
}

table>*>*+* th,
table>*>*+* td {
    border-top: 1px solid #e5e5e5;
}

.calendar tbody .emptycell {
    padding: 0;
}

.table {
    width: 100%;
    margin-bottom: 23px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 23px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e5e5e5;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #e5e5e5;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    border: 1px solid #e5e5e5;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #e5e5e5;
}

.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}

.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}

.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover tbody tr:hover>td,
.table-hover tbody tr:hover>th {
    background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0;
}

.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0;
}

.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0;
}

.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0;
}

.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0;
}

.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0;
}

.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0;
}

.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0;
}

.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0;
}

.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0;
}

.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0;
}

.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0;
}

.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0;
}

.table tbody tr.success>td {
    background-color: #cffeca;
}

.table tbody tr.error>td {
    background-color: #ffe7e7;
}

.table tbody tr.warning>td {
    background-color: #fcffd0;
}

.table tbody tr.info>td {
    background-color: #d8f3fe;
}

.table-hover tbody tr.success:hover>td {
    background-color: #b8feb1;
}

.table-hover tbody tr.error:hover>td {
    background-color: #ffcdcd;
}

.table-hover tbody tr.warning:hover>td {
    background-color: #faffb6;
}

.table-hover tbody tr.info:hover>td {
    background-color: #bfebfd;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: normal;
    line-height: 23px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    text-decoration: none;
    color: #ffffff;
    background-color: #1b946d;
    background-image: -moz-linear-gradient(top, #5fa736, #198763);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5fa736), to(#198763));
    background-image: -webkit-linear-gradient(top, #5fa736, #198763);
    background-image: -o-linear-gradient(top, #5fa736, #198763);
    background-image: linear-gradient(to bottom, #5fa736, #198763);
    background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #333333;
    text-decoration: none;
    outline: 0;
    background-color: #1b946d;
    background-image: -moz-linear-gradient(top, #5fa736, #198763);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5fa736), to(#198763));
    background-image: -webkit-linear-gradient(top, #5fa736, #198763);
    background-image: -o-linear-gradient(top, #5fa736, #198763);
    background-image: linear-gradient(to bottom, #5fa736, #198763);
    background-repeat: repeat-x;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #888888;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}

.open>.dropdown-menu {
    display: block;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
    padding: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.collapse.in {
    height: auto;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
}

button.close {
    padding: 3px;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.btn:hover {
    color: #333333;
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px;
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    color: #fff!important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #ffffff;
    background-color: #f89406;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #c67605;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #f9a123;
    background-image: -moz-linear-gradient(top, #f89406, #fbb450);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f89406), to(#fbb450));
    background-image: -webkit-linear-gradient(top, #f89406, #fbb450);
    background-image: -o-linear-gradient(top, #f89406, #fbb450);
    background-image: linear-gradient(to bottom, #f89406, #fbb450);
    background-repeat: repeat-x;
    border-color: #fbb450 #fbb450 #f89406;
}

.btn-warning:hover:hover,
.btn-warning:hover:focus,
.btn-warning:hover:active,
.btn-warning:hover.active,
.btn-warning:hover.disabled,
.btn-warning:hover[disabled] {
    color: #ffffff;
    background-color: #fbb450;
}

.btn-warning:hover:active,
.btn-warning:hover.active {
    background-color: #fa9f1e;
}

.btn-danger {
    color: #ffffff;
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    color: #fff!important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #942a25;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #d14641;
    background-image: -moz-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bd362f), to(#ee5f5b));
    background-image: -webkit-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: -o-linear-gradient(top, #bd362f, #ee5f5b);
    background-image: linear-gradient(to bottom, #bd362f, #ee5f5b);
    background-repeat: repeat-x;
    border-color: #ee5f5b #ee5f5b #e51d18;
}

.btn-danger:hover:hover,
.btn-danger:hover:focus,
.btn-danger:hover:active,
.btn-danger:hover.active,
.btn-danger:hover.disabled,
.btn-danger:hover[disabled] {
    color: #ffffff;
    background-color: #ee5f5b;
}

.btn-danger:hover:active,
.btn-danger:hover.active {
    background-color: #e9322d;
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    color: #fff!important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
}

.btn-success:active,
.btn-success.active {
    background-color: #408140;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #58b058;
    background-image: -moz-linear-gradient(top, #51a351, #62c462);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#51a351), to(#62c462));
    background-image: -webkit-linear-gradient(top, #51a351, #62c462);
    background-image: -o-linear-gradient(top, #51a351, #62c462);
    background-image: linear-gradient(to bottom, #51a351, #62c462);
    background-repeat: repeat-x;
    border-color: #62c462 #62c462 #3b9e3b;
}

.btn-success:hover:hover,
.btn-success:hover:focus,
.btn-success:hover:active,
.btn-success:hover.active,
.btn-success:hover.disabled,
.btn-success:hover[disabled] {
    color: #ffffff;
    background-color: #62c462;
}

.btn-success:hover:active,
.btn-success:hover.active {
    background-color: #42b142;
}

.btn-inverse {
    color: #ffffff;
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    color: #ffffff;
    background-color: #222222;
}

.btn-inverse:active,
.btn-inverse.active {
    background-color: #080808;
}

.btn.btn-primary {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    padding: 11px 45px 12px;
    font-size: 18px;
    background-color: #5fa736;
    color: #fff;
}

.btn.btn-primary:after {
    display: none;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #5fa736;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
    color: #333333;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-group+.btn-group {
    margin-left: 5px;
}

.btn-toolbar {
    font-size: 0;
    margin-top: 11.5px;
    margin-bottom: 11.5px;
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group {
    margin-left: 5px;
}

.btn-group>.btn {
    position: relative;
}

.btn-group>.btn+.btn {
    margin-left: -1px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.btn-group>.btn-mini {
    font-size: 10.5px;
}

.btn-group>.btn-small {
    font-size: 11.9px;
}

.btn-group>.btn-large {
    font-size: 17.5px;
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active {
    z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group>.btn-mini+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group>.btn-large+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #5fa736;
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #1d9c9d;
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #cccccc;
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222222;
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0;
}

.btn-large .caret {
    margin-top: 6px;
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
    margin-top: 8px;
}

.dropup .btn-large .caret {
    border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.btn-group-vertical {
    display: inline-block;
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    max-width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-group-vertical>.btn+.btn {
    margin-left: 0;
    margin-top: -1px;
}

.btn-group-vertical>.btn:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.btn-group-vertical>.btn:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.btn-group-vertical>.btn-large:first-child {
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.btn-group-vertical>.btn-large:last-child {
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border-radius: 0 0 0px 0px;
}

.alert {
    padding: 28px 128px 28px;
    min-height: 60px;
    margin-bottom: 23px;
    background-color: #fcffd0;
    position: relative;
}

.alert:before {
    position: absolute;
    font-family: FontAwesome;
    left: 26px;
    top: 50%;
    line-height: 0;
    content: '\f071';
    font-size: 79px;
    color: #fcdd9a;
}

.alert h4 {
    color: #333333;
}

.alert h4 {
    margin: 0 0 5px;
}

.alert p {
    padding-bottom: 0;
}

.alert .close {
    position: absolute;
    top: 12px;
    right: 20px;
    line-height: 23px;
}

.alert-success {
    background-color: #cffeca;
    border-color: none;
    color: #333333;
}

.alert-success:before {
    content: '\f05d';
    font-size: 95px;
    color: #adeab1;
}

.alert-success h4 {
    color: #333333;
}

.alert-danger,
.alert-error {
    background-color: #ffe7e7;
    border-color: none;
    color: #333333;
}

.alert-danger:before,
.alert-error:before {
    content: '\f05c';
    font-size: 95px;
    color: #ffbcbd;
}

.alert-danger h4,
.alert-error h4 {
    color: #333333;
}

.alert-info {
    background-color: #d8f3fe;
    border-color: none;
    color: #333333;
}

.alert-info:before {
    content: '\f05a';
    font-size: 95px;
    color: #ade4f9;
}

.alert-info h4 {
    color: #333333;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

.alert-heading {
    color: inherit;
}

.nav {
    margin-left: 0;
    margin-bottom: 23px;
    list-style: none;
}

.nav>li>a {
    display: block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav>li>a>img {
    max-width: none;
}

.nav>.pull-right {
    float: right;
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    color: #888888;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.nav li+.nav-header {
    margin-top: 9px;
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.nav-list>li>a,
.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list>li>a {
    padding: 3px 15px;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #5fa736;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    margin-right: 2px;
}

.nav-list .divider {
    height: 1px;
    margin: 10.5px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav-tabs:after,
.nav-pills:after {
    clear: both;
}

.nav-tabs>li,
.nav-pills>li {
    float: left;
}

.nav-tabs>li>a,
.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 23px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #ffffff;
    background-color: #5fa736;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li>a {
    margin-right: 0;
}

.nav-tabs.nav-stacked {
    border-bottom: 0;
}

.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs.nav-stacked>li:first-child>a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}

.nav-tabs.nav-stacked>li:last-child>a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.nav-tabs.nav-stacked>li>a:hover,
.nav-tabs.nav-stacked>li>a:focus {
    border-color: #ddd;
    z-index: 2;
}

.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px;
}

.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.nav .dropdown-toggle .caret {
    border-top-color: #5fa736;
    border-bottom-color: #5fa736;
    margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}


/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.nav>.dropdown.active>a:hover,
.nav>.dropdown.active>a:focus {
    cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav>li.dropdown.open.active>a:hover,
.nav>li.dropdown.open.active>a:focus {
    color: #ffffff;
    background-color: #888888;
    border-color: #888888;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
    opacity: 1;
}

.tabs-stacked .open>a:hover,
.tabs-stacked .open>a:focus {
    border-color: #888888;
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: "";
    line-height: 0;
}

.tabbable:after {
    clear: both;
}

.tab-content {
    overflow: auto;
}

.tabs-below>.nav-tabs,
.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd;
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
    border-color: transparent #ddd #ddd #ddd;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd;
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right>.nav-tabs .active>a,
.tabs-right>.nav-tabs .active>a:hover,
.tabs-right>.nav-tabs .active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
}

.nav>.disabled>a {
    color: #888888;
}

.nav>.disabled>a:hover,
.nav>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default;
}

.navbar {
    overflow: visible;
    margin-bottom: 23px;
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-inner:after {
    clear: both;
}

.navbar .container {
    width: auto;
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navbar .brand {
    float: left;
    display: block;
    padding: 8.5px 20px 8.5px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
    text-decoration: none;
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}

.navbar-link {
    color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
    color: #333333;
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

.navbar .btn,
.navbar .btn-group {
    margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
    margin-top: 0;
}

.navbar-form {
    margin-bottom: 0;
}

.navbar-form:before,
.navbar-form:after {
    display: table;
    content: "";
    line-height: 0;
}

.navbar-form:after {
    clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
    margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
    margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
    margin-top: 0;
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.navbar-static-top {
    position: static;
    margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px;
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

.navbar .nav>li {
    float: left;
}

.navbar .nav>li>a {
    float: none;
    padding: 8.5px 15px 8.5px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e5e5e5;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #e5e5e5;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
    background-color: #cccccc;
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px;
}

.navbar .nav>li>.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.navbar .nav>li>.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

.navbar .nav li.dropdown>a:hover .caret,
.navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #e5e5e5;
    color: #555555;
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navbar .pull-right>li>.dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.navbar .pull-right>li>.dropdown-menu:before,
.navbar .nav>li>.dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}

.navbar .pull-right>li>.dropdown-menu:after,
.navbar .nav>li>.dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,
.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    color: #888888;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav>li>a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav>li>a:focus {
    color: #ffffff;
}

.navbar-inverse .brand {
    color: #888888;
}

.navbar-inverse .navbar-text {
    color: #888888;
}

.navbar-inverse .nav>li>a:focus,
.navbar-inverse .nav>li>a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navbar-inverse .nav .active>a,
.navbar-inverse .nav .active>a:hover,
.navbar-inverse .nav .active>a:focus {
    color: #ffffff;
    background-color: #111111;
}

.navbar-inverse .navbar-link {
    color: #888888;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
    color: #ffffff;
}

.navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navbar-inverse .nav li.dropdown>a:hover .caret,
.navbar-inverse .nav li.dropdown>a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #888888;
    border-bottom-color: #888888;
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0;
}

.navbar-inverse .btn-navbar {
    color: #ffffff;
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #040404;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
    background-color: #000000;
}

.breadcrumb {
    margin: 0 0 23px;
    list-style: none;
}

.breadcrumb>li {
    display: inline-block;
    text-shadow: 0 1px 0 #ffffff;
}

.breadcrumb>li>.divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>.active {
    color: #888888;
}

.pagination {
    height: auto;
    margin: 0;
    padding: 30px 0;
}

.pagination ul {
    margin: 0;
    text-align: center;
    width: 100%;
}

.pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.pagination ul li>a,
.pagination ul li>span {
    display: block;
    padding: 7px 13px;
    line-height: 23px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover {
    cursor: default;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
}

.pagination-mini ul>li:first-child>a,
.pagination-small ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-left-radius: 2px;
}

.pagination-mini ul>li:last-child>a,
.pagination-small ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 10.5px;
}

.pager {
    margin: 23px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
    line-height: 0;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #888888;
    background-color: #fff;
    cursor: default;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    width: 98%;
    position: relative;
    max-height: 400px;
    padding: 1%;
}

.modal-body iframe {
    width: 100%;
    max-height: none;
    border: 0 !important;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.8;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popover-title:empty {
    display: none;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.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, 0.25);
}

.popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
}

.thumbnails:before,
.thumbnails:after {
    display: table;
    content: "";
    line-height: 0;
}

.thumbnails:after {
    clear: both;
}

.row-fluid .thumbnails {
    margin-left: 0;
}

.thumbnails>li {
    float: left;
    margin-bottom: 23px;
    margin-left: 20px;
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 23px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #5fa736;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #555555;
}

.label,
.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #888888;
}

.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.label:empty,
.badge:empty {
    display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label-important,
.badge-important {
    background-color: #333333;
}

.label-important[href],
.badge-important[href] {
    background-color: #1a1a1a;
}

.label-warning,
.badge-warning {
    background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
    background-color: #c67605;
}

.label-success,
.badge-success {
    background-color: #333333;
}

.label-success[href],
.badge-success[href] {
    background-color: #1a1a1a;
}

.label-info,
.badge-info {
    background-color: #333333;
}

.label-info[href],
.badge-info[href] {
    background-color: #1a1a1a;
}

.label-inverse,
.badge-inverse {
    background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
    background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
    position: relative;
    top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
    top: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-ms-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 23px;
    margin-bottom: 23px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.progress .bar {
    width: 0%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress .bar+.bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
    margin-bottom: 23px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.accordion-heading {
    border-bottom: 0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.carousel {
    position: relative;
    margin-bottom: 23px;
    line-height: 1;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    line-height: 1;
}

.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: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: 0.5;
}

.carousel-control.right {
    left: auto;
    right: 15px;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
    color: #ffffff;
    line-height: 23px;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 34.5px;
    color: inherit;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px;
}

.hero-unit li {
    line-height: 34.5px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-tablet {
        display: inherit !important;
    }
    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }
    .visible-desktop {
        display: none !important;
    }
    .visible-phone {
        display: inherit !important;
    }
    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: inherit !important;
    }
    .hidden-print {
        display: none !important;
    }
}

@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px;
    }
    .container-fluid {
        padding: 0;
    }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left;
    }
    .dl-horizontal dd {
        margin-left: 0;
    }
    .dropdown-menu .menuitem-group {
        background-color: #10223e;
        color: #eee;
    }
    .container {
        width: auto;
    }
    .row-fluid {
        width: 100%;
    }
    .row,
    .thumbnails {
        margin-left: 0;
    }
    .thumbnails>li {
        float: none;
        margin-left: 0;
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0;
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto;
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0);
    }
    .page-header h1 small {
        display: block;
        line-height: 23px;
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc;
    }
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left;
    }
    .form-horizontal .controls {
        margin-left: 0;
    }
    .form-horizontal .control-list {
        padding-top: 0;
    }
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px;
    }
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px;
    }
    .media-object {
        margin-right: 0;
        margin-left: 0;
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px;
    }
    .carousel-caption {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -12px;
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after {
        clear: both;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 12px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 756px;
    }
    .span12 {
        width: 756px;
    }
    .span11 {
        width: 692px;
    }
    .span10 {
        width: 628px;
    }
    .span9 {
        width: 564px;
    }
    .span8 {
        width: 500px;
    }
    .span7 {
        width: 436px;
    }
    .span6 {
        width: 372px;
    }
    .span5 {
        width: 308px;
    }
    .span4 {
        width: 244px;
    }
    .span3 {
        width: 180px;
    }
    .span2 {
        width: 116px;
    }
    .span1 {
        width: 52px;
    }
    .offset12 {
        margin-left: 780px;
    }
    .offset11 {
        margin-left: 716px;
    }
    .offset10 {
        margin-left: 652px;
    }
    .offset9 {
        margin-left: 588px;
    }
    .offset8 {
        margin-left: 524px;
    }
    .offset7 {
        margin-left: 460px;
    }
    .offset6 {
        margin-left: 396px;
    }
    .offset5 {
        margin-left: 332px;
    }
    .offset4 {
        margin-left: 268px;
    }
    .offset3 {
        margin-left: 204px;
    }
    .offset2 {
        margin-left: 140px;
    }
    .offset1 {
        margin-left: 76px;
    }
    .row-fluid {
        width: 100%;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after {
        clear: both;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 1.58730159%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 1.58730159%;
    }
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.53439153%;
    }
    .row-fluid .span10 {
        width: 83.06878307%;
    }
    .row-fluid .span9 {
        width: 74.6031746%;
    }
    .row-fluid .span8 {
        width: 66.13756614%;
    }
    .row-fluid .span7 {
        width: 57.67195767%;
    }
    .row-fluid .span6 {
        width: 49.20634921%;
    }
    .row-fluid .span5 {
        width: 40.74074074%;
    }
    .row-fluid .span4 {
        width: 32.27513228%;
    }
    .row-fluid .span3 {
        width: 23.80952381%;
    }
    .row-fluid .span2 {
        width: 15.34391534%;
    }
    .row-fluid .span1 {
        width: 6.87830688%;
    }
    .row-fluid .offset12 {
        margin-left: 103.17460317%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 101.58730159%;
    }
    .row-fluid .offset11 {
        margin-left: 94.70899471%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 93.12169312%;
    }
    .row-fluid .offset10 {
        margin-left: 86.24338624%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 84.65608466%;
    }
    .row-fluid .offset9 {
        margin-left: 77.77777778%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.19047619%;
    }
    .row-fluid .offset8 {
        margin-left: 69.31216931%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 67.72486772%;
    }
    .row-fluid .offset7 {
        margin-left: 60.84656085%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.25925926%;
    }
    .row-fluid .offset6 {
        margin-left: 52.38095238%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 50.79365079%;
    }
    .row-fluid .offset5 {
        margin-left: 43.91534392%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.32804233%;
    }
    .row-fluid .offset4 {
        margin-left: 35.44973545%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 33.86243386%;
    }
    .row-fluid .offset3 {
        margin-left: 26.98412698%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.3968254%;
    }
    .row-fluid .offset2 {
        margin-left: 18.51851852%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 16.93121693%;
    }
    .row-fluid .offset1 {
        margin-left: 10.05291005%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.46560847%;
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 12px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 742px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 678px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 614px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 550px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 486px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 422px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 358px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 294px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 230px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 166px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 102px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 38px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row:after {
        clear: both;
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px;
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px;
    }
    .span12 {
        width: 1170px;
    }
    .span11 {
        width: 1070px;
    }
    .span10 {
        width: 970px;
    }
    .span9 {
        width: 870px;
    }
    .span8 {
        width: 770px;
    }
    .span7 {
        width: 670px;
    }
    .span6 {
        width: 570px;
    }
    .span5 {
        width: 470px;
    }
    .span4 {
        width: 370px;
    }
    .span3 {
        width: 270px;
    }
    .span2 {
        width: 170px;
    }
    .span1 {
        width: 70px;
    }
    .offset12 {
        margin-left: 1230px;
    }
    .offset11 {
        margin-left: 1130px;
    }
    .offset10 {
        margin-left: 1030px;
    }
    .offset9 {
        margin-left: 930px;
    }
    .offset8 {
        margin-left: 830px;
    }
    .offset7 {
        margin-left: 730px;
    }
    .offset6 {
        margin-left: 630px;
    }
    .offset5 {
        margin-left: 530px;
    }
    .offset4 {
        margin-left: 430px;
    }
    .offset3 {
        margin-left: 330px;
    }
    .offset2 {
        margin-left: 230px;
    }
    .offset1 {
        margin-left: 130px;
    }
    .row-fluid {
        width: 100%;
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
    .row-fluid:after {
        clear: both;
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 50px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.56410256%;
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.56410256%;
    }
    .row-fluid .span12 {
        width: 100%;
    }
    .row-fluid .span11 {
        width: 91.45299145%;
    }
    .row-fluid .span10 {
        width: 82.90598291%;
    }
    .row-fluid .span9 {
        width: 74.35897436%;
    }
    .row-fluid .span8 {
        width: 65.81196581%;
    }
    .row-fluid .span7 {
        width: 57.26495726%;
    }
    .row-fluid .span6 {
        width: 48.71794872%;
    }
    .row-fluid .span5 {
        width: 40.17094017%;
    }
    .row-fluid .span4 {
        width: 31.62393162%;
    }
    .row-fluid .span3 {
        width: 23.07692308%;
    }
    .row-fluid .span2 {
        width: 14.52991453%;
    }
    .row-fluid .span1 {
        width: 5.98290598%;
    }
    .row-fluid .offset12 {
        margin-left: 105.12820513%;
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.56410256%;
    }
    .row-fluid .offset11 {
        margin-left: 96.58119658%;
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.01709402%;
    }
    .row-fluid .offset10 {
        margin-left: 88.03418803%;
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547%;
    }
    .row-fluid .offset9 {
        margin-left: 79.48717949%;
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.92307692%;
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094%;
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.37606838%;
    }
    .row-fluid .offset7 {
        margin-left: 62.39316239%;
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.82905983%;
    }
    .row-fluid .offset6 {
        margin-left: 53.84615385%;
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.28205128%;
    }
    .row-fluid .offset5 {
        margin-left: 45.2991453%;
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.73504274%;
    }
    .row-fluid .offset4 {
        margin-left: 36.75213675%;
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.18803419%;
    }
    .row-fluid .offset3 {
        margin-left: 28.20512821%;
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.64102564%;
    }
    .row-fluid .offset2 {
        margin-left: 19.65811966%;
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.09401709%;
    }
    .row-fluid .offset1 {
        margin-left: 11.11111111%;
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.54700855%;
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0;
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px;
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px;
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px;
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px;
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px;
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px;
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px;
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px;
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px;
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px;
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px;
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px;
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px;
    }
    .thumbnails {
        margin-left: -30px;
    }
    .thumbnails>li {
        margin-left: 30px;
    }
    .row-fluid .thumbnails {
        margin-left: 0;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: static;
    }
    .navbar-fixed-top {
        margin-bottom: 23px;
    }
    .navbar-fixed-bottom {
        margin-top: 23px;
    }
    .navbar-fixed-top .navbar-inner,
    .navbar-fixed-bottom .navbar-inner {
        padding: 5px;
    }
    .navbar .container {
        width: auto;
        padding: 0;
    }
    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 11.5px;
    }
    .nav-collapse .nav>li {
        float: none;
    }
    .nav-collapse .nav>li>a {
        margin-bottom: 2px;
    }
    .nav-collapse .nav>.divider-vertical {
        display: none;
    }
    .nav-collapse .nav .nav-header {
        color: #777777;
        text-shadow: none;
    }
    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: bold;
        color: #777777;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .nav-collapse .btn {
        padding: 4px 10px 4px;
        font-weight: normal;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px;
    }
    .nav-collapse .nav>li>a:hover,
    .nav-collapse .nav>li>a:focus,
    .nav-collapse .dropdown-menu a:hover,
    .nav-collapse .dropdown-menu a:focus {
        background-color: #f2f2f2;
    }
    .navbar-inverse .nav-collapse .nav>li>a,
    .navbar-inverse .nav-collapse .dropdown-menu a {
        color: #888888;
    }
    .navbar-inverse .nav-collapse .nav>li>a:hover,
    .navbar-inverse .nav-collapse .nav>li>a:focus,
    .navbar-inverse .nav-collapse .dropdown-menu a:hover,
    .navbar-inverse .nav-collapse .dropdown-menu a:focus {
        background-color: #111111;
    }
    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0;
    }
    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .nav-collapse .open>.dropdown-menu {
        display: block;
    }
    .nav-collapse .dropdown-menu:before,
    .nav-collapse .dropdown-menu:after {
        display: none;
    }
    .nav-collapse .dropdown-menu .divider {
        display: none;
    }
    .nav-collapse .nav>li>.dropdown-menu:before,
    .nav-collapse .nav>li>.dropdown-menu:after {
        display: none;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        float: none;
        padding: 11.5px 15px;
        margin: 11.5px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    }
    .navbar-inverse .nav-collapse .navbar-form,
    .navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111111;
        border-bottom-color: #111111;
    }
    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        overflow: hidden;
        height: 0;
    }
    .navbar .btn-navbar {
        display: block;
    }
    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 979px+1) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: visible !important;
    }
}


/* Extending Bootstrap */


/* Typography */

.small {
    font-size: 11px;
}


/* Max Width */

iframe,
svg {
    max-width: 100%;
    border: none;
}


/* Nowrap */

.nowrap {
    white-space: nowrap;
}


/* Center */

.center,
.table td.center,
.table th.center {
    text-align: center;
}


/* Disabled Link */

a.disabled,
a.disabled:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
    text-decoration: none;
}


/* Hero Banner */

.hero-unit {
    text-align: center;
}

.hero-unit .lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
    line-height: 27px;
}

.btn .caret {
    margin-bottom: 7px;
}

.btn.btn-micro .caret {
    margin: 5px 0;
}

.blog-row-rule,
.blog-item-rule {
    border: 0;
}


/* Modal */

body.modal {
    padding-top: 0;
}


/* Alternating Rows */

.row-even,
.row-odd {
    padding: 5px;
    width: 99%;
    border-bottom: 1px solid #e5e5e5;
}

.row-odd {
    background-color: transparent;
}

.row-even {
    background-color: #f9f9f9;
}

.blog-row-rule,
.blog-item-rule {
    border: 0;
}


/* Row reveal */

.row-fluid .row-reveal {
    visibility: hidden;
}

.row-fluid:hover .row-reveal {
    visibility: visible;
}


/* Buttons */

.btn-wide {
    width: 80%;
}


/* Nav List Offset */

.nav-list>li.offset>a {
    padding-left: 30px;
    font-size: 12px;
}

.blog-row-rule,
.blog-item-rule {
    border: 0;
}

.row-fluid .offset1 {
    margin-left: 8.382978723%;
}

.row-fluid .offset2 {
    margin-left: 16.89361702%;
}

.row-fluid .offset3 {
    margin-left: 25.404255317%;
}

.row-fluid .offset4 {
    margin-left: 33.914893614%;
}

.row-fluid .offset5 {
    margin-left: 42.425531911%;
}

.row-fluid .offset6 {
    margin-left: 50.93617020799999%;
}

.row-fluid .offset7 {
    margin-left: 59.446808505%;
}

.row-fluid .offset8 {
    margin-left: 67.95744680199999%;
}

.row-fluid .offset9 {
    margin-left: 76.468085099%;
}

.row-fluid .offset10 {
    margin-left: 84.97872339599999%;
}

.row-fluid .offset11 {
    margin-left: 91.489361693%;
}


/* Navbar Buttons */

.navbar .nav>li>a.btn {
    padding: 4px 10px;
    line-height: 18px;
}


/* Nav Tabs Dark */

.nav-tabs.nav-dark {
    border-bottom: 1px solid #333;
    text-shadow: 1px 1px 1px #000;
}

.nav-tabs.nav-dark>li>a {
    color: #F8F8F8;
}

.nav-tabs.nav-dark>li>a:hover {
    border-color: #333 #333 #111;
    background-color: #777777;
}

.nav-tabs.nav-dark>.active>a,
.nav-tabs.nav-dark>.active>a:hover {
    color: #ffffff;
    background-color: #555555;
    border: 1px solid #222;
    border-bottom-color: transparent;
}


/* Inline Thumbnails */

.thumbnail.pull-left {
    margin: 0 10px 10px 0;
}

.thumbnail.pull-right {
    margin: 0 0 10px 10px;
}


/* Specific Widths */

.width-10 {
    width: 10px;
}

.width-20 {
    width: 20px;
}

.width-30 {
    width: 30px;
}

.width-40 {
    width: 40px;
}

.width-50 {
    width: 50px;
}

.width-60 {
    width: 60px;
}

.width-70 {
    width: 70px;
}

.width-80 {
    width: 80px;
}

.width-90 {
    width: 90px;
}

.width-100 {
    width: 100px;
}


/* Specific Heights */

.height-10 {
    height: 10px;
}

.height-20 {
    height: 20px;
}

.height-30 {
    height: 30px;
}

.height-40 {
    height: 40px;
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.height-80 {
    height: 80px;
}

.height-90 {
    height: 90px;
}

.height-100 {
    height: 100px;
}


/* Horizontal Row (hr) */

hr.hr-condensed {
    margin: 10px 0;
}


/* Striped */

.list-striped,
.row-striped {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    margin-left: 0;
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px;
}

.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
    background-color: #f9f9f9;
}

.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
    background-color: #f5f5f5;
}

.row-striped .row-fluid {
    width: 97%;
}

.row-striped .row-fluid [class*="span"] {
    min-height: 10px;
}

.row-striped .row-fluid [class*="span"] {
    margin-left: 8px;
}

.row-striped .row-fluid [class*="span"]:first-child {
    margin-left: 0;
}


/* Condensed */

.list-condensed li {
    padding: 4px 5px;
}

.row-condensed .row,
.row-condensed .row-fluid {
    padding: 4px 5px;
}


/* Bordered */

.list-bordered,
.row-bordered {
    list-style: none;
    line-height: 18px;
    text-align: left;
    vertical-align: middle;
    margin-left: 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


/* Radio Button Groups */

.radio.btn-group input[type=radio] {
    display: none;
}

.radio.btn-group>label:first-of-type {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

fieldset.radio.btn-group {
    padding-left: 0;
}


/* iFrames */

.iframe-bordered {
    border: 1px solid #e5e5e5;
}


/* Tabbed Content */

.tab-content {
    overflow: visible;
}

.tabs-left .tab-content {
    overflow: auto;
}


/* Non-linkable nav-tabs */

.nav-tabs>li>span {
    display: block;
    margin-right: 2px;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 18px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}


/* Extended Joomla Button Classes */

.btn-micro {
    padding: 1px 4px;
    font-size: 10px;
    line-height: 8px;
}

.btn-group>.btn-micro {
    font-size: 10px;
}


/* Joomla => Bootstrap Tooltip */

.tip-wrap {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 100;
}


/* Page Header */

.page-header {
    margin: 2px 0px 10px 0px;
    padding-bottom: 5px;
}


/* Input Prepend Chosen Select Boxes */


/* Common styling for Chosen Select Boxes with Input Prepend/Append */

.input-prepend .chzn-container-single .chzn-single,
.input-append .chzn-container-single .chzn-single {
    border-color: #cccccc;
    height: 26px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-prepend .chzn-container-single .chzn-drop,
.input-append .chzn-container-single .chzn-drop {
    border-color: #cccccc;
}

.input-prepend>.add-on,
.input-append>.add-on {
    vertical-align: top;
}


/* Styles specific to Input Prepend Chosen Select Boxes */

.input-prepend .chzn-container-single .chzn-single {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.input-prepend .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}


/* Styles specific to Input Append Chosen Select Boxes */

.input-append .chzn-container-single .chzn-single {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.input-append .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}


/* Styles specific to combined Input Prepend and Append Chosen Select Boxes */

.input-prepend.input-append .chzn-container-single .chzn-single,
.input-prepend.input-append .chzn-container-single .chzn-single-with-drop {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Accessible Hidden Elements (good for hidden labels and such) */

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


/* Form Vertical Overrides Form Horizontal */

.form-vertical .control-label {
    float: none;
    width: auto;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
}

.form-vertical .controls {
    margin-left: 0;
}


/* Auto Width */

.width-auto {
    width: auto;
}


/* Chosen proper wrapping in Bootstrap btn-group */

.btn-group .chzn-results {
    white-space: normal;
}


/* Accordion overflow fix */

.accordion-body.in:hover {
    overflow: visible;
}


/* Invalid indicators */

.invalid {
    color: #9d261d;
    font-weight: bold;
}

input.invalid {
    border: 1px solid #9d261d;
}


/* Tweaking of tooltips */

.tooltip {
    max-width: 400px;
}

.tooltip-inner {
    max-width: none;
    text-align: left;
    text-shadow: none;
}

th .tooltip-inner {
    font-weight: normal;
}

.tooltip.hasimage {
    opacity: 1;
}


/* Align tip text to left (old mootools tip) */

.tip-text {
    text-align: left;
}

.btn-group>.btn+.dropdown-backdrop+.btn {
    margin-left: -1px;
}

.btn-group>.btn+.dropdown-backdrop+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-group>.btn-mini+.dropdown-backdrop+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
}

.btn-group>.btn-large+.dropdown-backdrop+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.dropdown-menu {
    text-align: left;
}

.fa-file-add:before {
    content: "\f016";
}

.fa-remove:before {
    content: "\f00d";
}

.fa-picture:before {
    content: "\f03e";
}

.icon-edit:before {
    content: "\f044";
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    /* sprites.less reset */
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

#wrapper {
    overflow: hidden;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.offline_container {
    text-align: center;
    padding: 87px 20px 0;
}

.offline_container .container {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.offline_container #system-message {
    font-size: 14px;
    line-height: 23px;
    max-width: 100%;
    display: inline-block;
}

.offline_container #logo {
    font-size: 0;
    line-height: 0;
    margin-bottom: 116px;
}

.offline_container .countdown {
    font-size: 0;
    line-height: 0;
    padding-bottom: 40px;
}

.offline_container .countdown>span {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    width: 144px;
    height: 144px;
    color: #ffffff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: 300;
    margin: 0 -7px;
}

.offline_container .countdown>span .value {
    display: block;
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    margin-top: 30px;
}

.offline_container .offline_message {
    font-weight: 300;
    font-size: 45px;
    line-height: 100px;
    color: #333333;
    padding-bottom: 35px;
    text-transform: uppercase;
}

.offline_container .offline_message h1 {
    font-size: 75px;
    line-height: 100px;
    font-weight: 500;
}

.offline_container .acymailing_module {
    padding-top: 20px;
}

.offline_container .acymailing_module form .acymailing_module_form {
    overflow: visible;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form {
    float: none;
    width: 100%;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form input.inputbox {
    border-color: #e5e9eb;
    margin-right: 0;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form .button {
    float: none;
    color: #ffffff;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form .button:hover {
    background: #333333;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form>p {
    display: inline-block;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form>p.fieldacyemail {
    max-width: 100%;
    width: 487px;
    margin-right: 8px;
}

.offline_container .acymailing_module form .acymailing_module_form .acymailing_form .acyfield_email {
    display: block;
}

.offline_container+#copyright {
    text-align: center;
}

.moduletable:after {
    clear: both;
    display: block;
    content: '';
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: none;
    margin: -2px 0 0;
}

.form-inline .checkbox input[type="checkbox"] {
    float: none;
}

.radio input[type="radio"] {
    margin: -2px 3px 0 0;
}

.radio,
.checkbox {
    padding-left: 0;
}

.mod-menu .nav.menu.nav-pills>li>a {
    display: block;
}

.mod-menu .nav.menu.nav-pills>li.active>a {
    background: #5fa736;
}

time,
.item_hits,
.item_category-name address,
.item_createdby {
    white-space: nowrap;
    margin: 0;
}


/*=================================================================*/


/*======================= MODULE STYLES ===========================*/


/*=================================================================*/


/*== Search ==*/

.mod-search__aside .mod-search_searchword {
    width: 100%;
    margin-bottom: 14px;
}


/*== Login ==*/

.mod-login__aside .mod-login_username,
.mod-login__aside .mod-login_passwd {
    width: 100%;
}

.mod-login_submit {
    margin: 9px 0;
}

#form-login-remember label {
    margin-bottom: 20px;
}


/*Finder*/

#mod-finder-searchword {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 4px;
    border: 1px solid #ebebeb;
    box-shadow: none;
}


/*======================= MODULE ITEM WIDTH =======================*/

.fluid {
    margin-left: -30px;
    width: auto;
}

.row-fluid {
    margin-left: -30px;
    width: auto;
}

.row-fluid [class*="itemSpan"],
.row-fluid [class*="span"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    display: block;
    float: left;
    padding-left: 30px;
    min-height: 1px;
    width: 100%;
}

.row-fluid .itemSpan1,
.row-fluid .span1 {
    width: 8.333325%;
}

.row-fluid .itemSpan2,
.row-fluid .span2 {
    width: 16.66665%;
}

.row-fluid .itemSpan3,
.row-fluid .span3 {
    width: 24.999975%;
}

.row-fluid .itemSpan4,
.row-fluid .span4 {
    width: 33.3333%;
}

.row-fluid .itemSpan5,
.row-fluid .span5 {
    width: 41.666625%;
}

.row-fluid .itemSpan6,
.row-fluid .span6 {
    width: 49.99995%;
}

.row-fluid .itemSpan7,
.row-fluid .span7 {
    width: 58.333275%;
}

.row-fluid .itemSpan8,
.row-fluid .span8 {
    width: 66.6666%;
}

.row-fluid .itemSpan9,
.row-fluid .span9 {
    width: 74.999925%;
}

.row-fluid .itemSpan10,
.row-fluid .span10 {
    width: 83.33325%;
}

.row-fluid .itemSpan11,
.row-fluid .span11 {
    width: 91.666575%;
}

.row-fluid .itemSpan12,
.row-fluid .span12 {
    width: 100%;
}

.cols-1 [class*="span"] {
    width: 99.9999%;
}

.cols-2 [class*="span"] {
    width: 49.99995%;
}

.cols-3 [class*="span"] {
    width: 33.3333%;
}

.cols-4 [class*="span"] {
    width: 24.999975%;
}

.cols-5 [class*="span"] {
    width: 19.99998%;
}

.cols-6 [class*="span"] {
    width: 16.66665%;
}


/*======================= MAILTO WINDOW =======================*/

#mailto-window {
    padding-top: 1em;
}

.mailto-close {
    margin-bottom: 1em;
    overflow: hidden;
}

.mailto-close a {
    float: right;
}


/*======================= MODAL WINDOW =======================*/

div.modal.fade.loginPopup {
    position: fixed;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    overflow: auto;
}

div.modal.fade.loginPopup:before {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

div.modal.fade.loginPopup div.modal_wrapper {
    width: 260px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
}

div.modal.fade.loginPopup.in {
    opacity: 1;
}

div.modal.fade.loginPopup .modal-body {
    overflow: visible;
}

div.modal.fade.loginPopup .control-group {
    margin-bottom: 0;
}

div.modal.fade {
    top: -200%;
}

.modalClose {
    margin: 14px;
}

.login-greeting {
    margin: 0 0 9px 0;
}

.input-modal {
    width: 146px;
}

div.modal.fade {
    z-index: 0;
}

div.modal.fade.in {
    z-index: 8002;
}

.modal-hide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.modal-header {
    padding: 0;
    border: none;
}

.modal-body {
    padding: 0;
}

#modal .moduletable {
    padding: 9px 15px 0;
}

#modal .moduletable:last-child {
    padding-bottom: 9px;
}

#modal .moduletable+.moduletable {
    padding-top: 0;
}

.calendar_wrapper .input-append {
    padding-right: 56px;
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.calendar_wrapper .input-append #jform_profile_dob_img {
    position: absolute;
    right: 0;
    top: 0;
}

.calendar_wrapper .input-append input {
    width: 100%;
}


/*=================================================================*/


/*======================= COMPONENT STYLES ========================*/


/*=================================================================*/

.icons .btn-group.pull-right {
    margin: 0px 0 10px 10px;
    position: relative;
    z-index: 10;
}

.icons .btn-group.pull-right a.dropdown-toggle {
    padding: 0 5px;
}

.icons .btn-group.pull-right a.dropdown-toggle .caret {
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    font-size: .8em;
}

.icons .btn-group.pull-right a.dropdown-toggle .caret:before {
    content: '\f078';
    font-family: FontAwesome;
}

.icons .btn-group.pull-right ul.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.icons .btn-group.pull-right ul.dropdown-menu li {
    padding: 0;
    float: none;
}

.icons .btn-group.pull-right ul.dropdown-menu li .fa-edit {
    margin-right: 5px;
}

.jmodedit {
    padding: 0 5px !important;
}


/*Forms*/

input,
textarea {
    width: 220px;
}

textarea {
    resize: none;
}

select,
select[multiple],
select[size],
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    padding: 11px 18px;
    margin-bottom: 10px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

span.select,
select {
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    border-radius: 24px !important;
}

span.select:before {
    -webkit-border-radius: 0px 24px 24px 0 !important;
    -moz-border-radius: 0px 24px 24px 0 !important;
    border-radius: 0px 24px 24px 0 !important;
}

select[multiple] {
    height: auto;
}

select {
    padding-left: 10px;
    padding-right: 10px;
}

select option {
    box-shadow: none;
    display: block;
    padding: 0px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select option:hover {
    background: #5fa736;
    color: #5fa736;
}

textarea#jform_profile_aboutme {
    width: 100%;
    height: 200px;
}

.checkbox-radio-wrap__inline {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
}

.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"] {
    margin: -2px 0 0 0;
}

input.search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.chzn-container-multi .chzn-choices li.search-field .default {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#limit_chzn {
    width: 110px !important;
    float: right;
    margin-bottom: 0;
}

textarea#jform_profile_aboutme {
    width: 100%;
    height: 200px;
}

#helpsite-refresh {
    margin-bottom: 9px;
}

.checkbox-radio-wrap__inline {
    display: inline-block;
    margin-left: 6px;
    vertical-align: top;
}

.checkbox-radio-wrap__inline input[type="radio"],
.checkbox-radio-wrap__inline input[type="checkbox"] {
    margin: -2px 0 0 0;
}

.page-registration form label,
.page-remind form label,
.page-reset form label,
.page-login form label,
.page-login form label,
.page-profile__edit form label {
    display: inline-block;
}

textarea.invalid {
    border: 1px solid #9D261D;
}

.form-vertical label {
    display: inline-block;
}


/* Placeholder color */

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
    opacity: 1;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
    opacity: 1;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
    opacity: 1;
}

textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
    opacity: 1;
}

textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
    opacity: 1;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #888888;
}

input.error,
textarea.error,
select.error {
    border-color: #f8b9b7 !important;
    color: #ef5f5a !important;
}

input.error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
}

input.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

input.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

input.error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

textarea.error::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
}

textarea.error:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

textarea.error::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

textarea.error:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

span.select {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

span.select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: FontAwesome;
    content: "\f0d7";
    font-size: 18px;
    line-height: 50px;
    width: 48px;
    text-align: center;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    pointer-events: none;
}

span.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    line-height: 26px;
    position: relative;
    z-index: 2;
    background: none;
    margin: 0 !important;
    width: 100%;
    max-width: 370px;
    outline: none !important;
    padding-right: 60px;
}

span.select select:disabled {
    background: #f7f7f7;
    position: static;
}

.moduletable.careers_form span.select {
    width: 100%;
}

.moduletable.careers_form span.select select {
    width: 100%;
    max-width: 100%;
}

.mod_tm_ajax_contact_form .top-left .controls span {
    bottom: auto;
    left: auto;
    position: relative;
}

span.checkbox {
    display: inline-block;
    height: 17px;
    width: 17px;
    text-align: center;
    min-height: 0;
    vertical-align: middle;
    line-height: 17px;
    position: relative;
    padding: 0 !important;
}

span.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    opacity: 0;
    margin: 0;
}

span.checkbox input[type="checkbox"]:checked+label.checkbox_inner:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    font-size: 12px;
}

span.checkbox label.checkbox_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 15px;
    margin: 0 !important;
    padding: 0;
}

span.radio {
    display: inline-block;
    height: 18px;
    width: 18px;
    text-align: center;
    min-height: 0;
    vertical-align: middle;
    position: relative;
    line-height: 18px;
}

span.radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    opacity: 0;
    margin: 0;
}

span.radio input[type="radio"]:checked+label.radio_inner:before {
    content: '\f111';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    height: 100%;
    font-size: 12px;
}

span.radio label.radio_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #cccccc;
    background: #f7f7f7;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

span.radio+label {
    margin: 0 0 0 10px;
    vertical-align: middle;
}

ul.breadcrumb {
    background: none;
    padding: 20px 0 0;
    text-align: left;
    font-size: 12px;
}

ul.breadcrumb>.active {
    color: #333333;
}

ul.breadcrumb .firstItem>a.pathway {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

ul.breadcrumb .firstItem>a.pathway:before {
    content: '\f015';
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 23px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.breadcrumb>li>.divider,
ul.breadcrumb>li>span {
    display: inline-block;
}


/* Category */

.pretext,
.category_desc {
    padding-bottom: 31px;
}


/*======================= Search & Smart Search ========================*/

ul#finder-filter-select-dates li.filter-date {
    margin-bottom: 4px;
    margin-right: 4px;
}

ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
    margin-bottom: 9px;
}

#searchForm fieldset {
    margin-bottom: 20px;
}

#searchForm fieldset label.radio,
#searchForm fieldset label.checkbox {
    display: inline-block;
    margin-right: 10px;
}

#searchForm fieldset span.radio {
    margin-right: 8px;
    vertical-align: baseline;
}

#searchForm fieldset span.checkbox {
    margin-right: 8px;
    vertical-align: baseline;
}

#searchForm .form-limit:after {
    clear: both;
    content: '';
    display: block;
}

#searchForm .form-limit label {
    float: left;
    padding-top: 12px;
}

#searchForm .form-limit p {
    overflow: hidden;
    clear: both;
}

#searchForm .phrases>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
}

#searchForm .phrases .ordering-box {
    margin: 0;
    float: right;
}

#searchForm .phrases .ordering-box>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
}

#searchForm .phrases .ordering-box #ordering_chzn {
    width: 170px !important;
    margin-right: 0;
}

#searchForm .phrases .phrases-box {
    float: left;
}

#searchForm .phrases .phrases-box>* {
    display: inline-block;
    vertical-align: middle;
}

#searchForm .phrases .phrases-box strong {
    padding-right: 10px;
}

#searchForm .phrases .phrases-box .controls>label {
    min-width: 90px;
}

#searchForm .only>* {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
}

#searchForm p.counter {
    padding-bottom: 0;
}

dl.search-results {
    margin-bottom: 30px;
}

dl.search-results dt {
    margin-top: 20px;
}

.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 5px;
}


/*======================= Gallery Page ========================*/

.item_img .articleGalleryZoom .BWfade,
.item_img .galleryZoomIcon .BWfade {
    display: none !important;
}

.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before,
.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.item_img .articleGalleryZoom:before,
.item_img .galleryZoomIcon:before {
    background: #000;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0 !important;
    bottom: 0 !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.item_img .articleGalleryZoom:after,
.item_img .galleryZoomIcon:after {
    left: 0 !important;
    top: 50% !important;
    right: 0 !important;
    bottom: 50% !important;
    width: 100%;
    font-family: FontAwesome;
    text-align: center;
    color: #fff;
    font-size: 0;
    line-height: 0;
    content: '\f00e';
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.item_img .articleGalleryZoom:hover:before,
.item_img .galleryZoomIcon:hover:before {
    opacity: 0.5;
}

.item_img .articleGalleryZoom:hover:after,
.item_img .galleryZoomIcon:hover:after {
    opacity: 1;
    font-size: 40px;
}

.img-full__left.span5 {
    padding-left: 0;
}

.view-article #prevArrow,
.view-article #nextArrow {
    display: none;
}

.gallery-grid .view {
    position: relative;
    overflow: hidden;
}

.gallery-grid .view .mask,
.gallery-grid .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2;
}

.gallery-grid .view .mask .mask_wrap,
.gallery-grid .view .content .mask_wrap {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.gallery-grid .view .mask .mask_wrap:before,
.gallery-grid .view .content .mask_wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
    width: 0;
}

.gallery-grid .view .mask .mask_wrap .mask_cont,
.gallery-grid .view .content .mask_wrap .mask_cont {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5%;
    font-size: 14px;
    line-height: 23px;
    max-width: 99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-grid .view .item_img {
    margin: 0;
}

.gallery-grid .view img {
    display: block;
    z-index: 1;
}

.gallery-grid .view h2,
.gallery-grid .view p {
    position: relative;
}

.gallery-grid .view .item_more a {
    display: inline-block;
    font-size: 1.5em;
    font-weight: normal;
    padding: 2%;
}

.filters b,
.sorting b,
.layout-mode b {
    display: block;
    margin: 0 0 15px;
}

.layout-mode {
    float: right;
}

ul#filters {
    margin: 0 0 15px;
}

ul#filters li {
    display: inline-block;
    vertical-align: top;
}

ul#filters li a {
    cursor: pointer;
}

ul#sort {
    margin: 0 0 15px;
    display: block;
    text-align: center;
}

ul#sort li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

ul#sort li a {
    cursor: pointer;
    border: 1px solid;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    padding: 2px 20px;
    min-width: 82px;
    text-align: center;
    display: inline-block;
}

ul#sort li a:after {
    font-family: FontAwesome;
    margin-left: 5px;
}

ul#sort li a[data-order=asc]:after {
    content: '\f0d7';
}

ul#sort li a[data-order=desc]:after {
    content: '\f0d8';
}

ul#sort li a.selected,
ul#sort li a:hover {
    color: #ffffff;
}

ul#order {
    float: right;
    position: relative;
    z-index: 2;
}

ul#grid-list {
    margin: 0 0 15px;
}

ul#grid-list li {
    display: inline-block;
}

.gallery-grid .item_img {
    margin-right: 0;
}

.page-gallery_img {
    margin-left: 0;
}

.category_children .category_child {
    margin-bottom: 20px;
}


/*======================= Archives Page ========================*/

.page-archive_filters .filter-search {
    padding-bottom: 21px;
    overflow: hidden;
}

.page-archive_filters select {
    margin-bottom: 8px;
    display: inline-block;
}

.page-archive_filters button {
    display: inline-block;
    margin-bottom: 8px;
}


/*======================= Contacts Page ========================*/

#jform_contact_message {
    resize: none;
    width: 100%;
    height: 149px;
}

#contact-form label {
    display: inline-block;
    margin-bottom: 5px;
}

.phone-num {
    display: inline-block;
}

#jform_contact_name,
#jform_contact_email,
#jform_contact_emailmsg {
    width: 100%;
}

.contact_email-copy,
.contact_vcard {
    margin: 0 25px 0 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.contact_vcard {
    margin: 0;
}

.contact_details .icons-marker {
    display: block;
    width: 16px;
    margin-right: 5px;
    float: left;
    line-height: 23px;
}

.contact_address {
    overflow: hidden;
    padding-bottom: 23px;
}

.contact_details_fax {
    padding-bottom: 23px;
}

#contact_map {
    margin-bottom: 23px;
}

#contact_map .map {
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contact_map .map.mfp-hide {
    display: block !important;
}

.map img {
    max-width: none !important;
}

.mfp-content .map {
    max-width: 1170px;
}

.contact_details_item {
    margin-bottom: 20px;
}


/*======================= ADDTHIS STYLES =======================*/

.page-item_addThis {
    padding-top: 12px;
}


/*======================= CAPTION FIXES =======================*/

.img_caption {
    text-align: center!important;
}

.img_caption.left {
    float: left;
    margin-right: 1em;
}

.img_caption.left p {
    clear: left;
    text-align: center;
}

.img_caption.right {
    float: right;
    margin-left: 1em;
}

.img_caption.right p {
    clear: right;
    text-align: center;
}

.img_caption.none {
    margin-left: auto;
    margin-right: auto;
}


/*======================= 404 PAGE =======================*/

.errorBox {
    background: none;
    text-align: left;
}

#error .well {
    margin-bottom: 0;
}


/*======================= DOCUMENTATION =======================*/

#mod_table .module {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

#mod_table .module:nth-child(even) {
    background: #eeeeee;
}

#mod_table ul li {
    list-style: none;
}


/*======================= SCROLL TO TOP =======================*/

#back-top {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
    -webkit-transform: translateZ(0);
}

#back-top a {
    width: 42px;
    height: 42px;
    display: block;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
    font: 32px/38px FontAwesome;
    color: #5fa736;
    text-align: center;
    background: #ffffff;
    border: 1px solid #5fa736;
    text-decoration: none !important;
}

#back-top a>span:before {
    content: "\f106";
}

#back-top a:hover {
    color: #ffffff;
    background: #5fa736;
}

.dropdown-toggle .fa-cog {
    margin-right: 4px;
}

label[for=mod-login_remember] {
    display: inline-block;
}

.btn-group {
    max-width: 100%;
    white-space: normal;
}

.form-horizontal .remember .control-label {
    padding-top: 0;
}

.body__404 .big-404 {
    text-align: center;
    font-size: 200px;
    line-height: 240px;
}

.body__404 big {
    display: block;
    padding: 0 0 14px;
    font-weight: bold;
}

.body__404 .page-item__404 {
    padding-top: 100px;
    padding-bottom: 100px;
}

div[class*="lr_social_login_basic"]>a {
    display: none;
}

.lr_social_login_basic_150 {
    width: 100% !important;
}

.lr_social_login_basic_150 .lr_providers .lr_icons_box {
    float: none !important;
    width: 100% !important;
}

.lr_social_login_basic_150 .lr_providers .lr_icons_box div {
    float: none !important;
    margin: 0 0 9px !important;
}

.lr_social_login_basic_150 .lr_providers .lr_providericons {
    z-index: 1 !important;
    width: auto !important;
    height: 31px !important;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 31px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    font-weight: 500;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.lr_social_login_basic_150 .lr_providers .lr_providericons:before {
    font-family: FontAwesome;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.lr_social_login_basic_150 .lr_providers .lr_providericons:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.lr_social_login_basic_150 .lr_providers .lr_facebook {
    background: #3b5998 !important;
}

.lr_social_login_basic_150 .lr_providers .lr_facebook:before {
    content: '\f09a';
    margin-right: 13px;
}

.lr_social_login_basic_150 .lr_providers .lr_google {
    background: #df4a32 !important;
}

.lr_social_login_basic_150 .lr_providers .lr_google:before {
    content: '\f0d5';
    margin-right: 9px;
}

#sw_pinterest_display {
    max-width: 280px;
}

#sw_pinterest_display>div {
    display: none;
}

#outer {
    padding: 0 !important;
}

#outer div#cookieMessageContainer {
    margin-top: 0;
}

.mod_tm_ajax_contact_form .controls,
.mod_tm_ajax_contact_form_input {
    width: 100%;
}

.mod_tm_ajax_contact_form .controls {
    margin-bottom: 8.5px;
}

.mod_tm_ajax_contact_form .control-group-button .btn {
    margin-right: 14px;
}

.controls {
    position: relative;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox,
.navbar-form .btn,
.navbar-form .btn-group {
    margin-top: 0;
}

.acymailing_module_success {
    font-weight: bold;
}

.acymailing_module_success:before {
    content: '\f058';
    font-family: FontAwesome;
    padding-right: 10px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}

.acymailing_module_success+form {
    display: none;
}

ol li {
    list-style: decimal-leading-zero;
}

ol li span {
    display: block;
    font-weight: bold;
}

.items-more ul {
    margin: 0 0 30px -30px;
}

.items-more ul li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 10px 30px;
    font-weight: bold;
}

.items-more ul:after {
    content: '';
    display: block;
    clear: both;
}

#habla_window_div {
    -webkit-transform: translateZ(0);
}

.moduletable.olark {
    display: none;
}

#habla_window_div.habla_window_div_base {
    z-index: 8000 !important;
}

.olrk-state-expanded #habla_window_div.habla_window_div_base {
    z-index: 8002 !important;
}

#style_switcher div.color_scheme.color_scheme_1 {
    background: #5fa736;
}

#style_switcher div.color_scheme.color_scheme_2 {
    background: #4caf50;
}

#style_switcher div.color_scheme.color_scheme_3 {
    background: #8bc34a;
}

#style_switcher div.color_scheme.color_scheme_4 {
    background: #00bcd4;
}

.btn-group span.radio {
    display: none;
}

.btn-group label.btn {
    margin: 0 !important;
    padding: 10px 20px;
    color: #ffffff;
    background: #888888;
}

.btn-group label.btn.active {
    color: #ffffff;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-group label.btn.active:hover,
.btn-group label.btn.active:focus,
.btn-group label.btn.active:active,
.btn-group label.btn.active.active,
.btn-group label.btn.active.disabled,
.btn-group label.btn.active[disabled] {
    color: #ffffff;
    background-color: #51a351;
}

.btn-group label.btn.active:active,
.btn-group label.btn.active.active {
    background-color: #408140;
}

.btn-group label.btn:after {
    display: none;
}

.btn-group label.btn:first-of-type {
    -webkit-border-radius: 1000px 0 0 1000px;
    -moz-border-radius: 1000px 0 0 1000px;
    border-radius: 1000px 0 0 1000px;
}

.btn-group label.btn:last-of-type {
    -webkit-border-radius: 0 1000px 1000px 0;
    -moz-border-radius: 0 1000px 1000px 0;
    border-radius: 0 1000px 1000px 0;
}

#modules-form #jform_publish_up_img:after,
#modules-form #jform_publish_down_img:after {
    display: none;
}

#modules-form .input-append {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 32px;
    position: relative;
}

#modules-form .input-append input {
    width: 100%;
}

#modules-form .input-append button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

#modules-form .input-append a {
    vertical-align: middle;
    margin: 0 3px 10px;
}

#modules-form .input-append a:after {
    display: none;
}

#modules-form div.modal {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -40%;
    outline: medium none;
    position: fixed;
    top: 5%;
    width: 80%;
    z-index: 1050;
}

#modules-form .modal-header {
    border-bottom: 1px solid #eeeeee;
    padding: 9px 15px;
}

#modules-form .modal-body {
    max-height: 400px;
    padding: 1%;
    position: relative;
    width: 98%;
}

#adminForm .filters .chzn-container {
    width: 22% !important;
    margin-right: 2% !important;
}

#adminForm .input-prepend .add-on.btn {
    margin: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #ffffff;
    -webkit-border-radius: 1000px 0 0 1000px;
    -moz-border-radius: 1000px 0 0 1000px;
    border-radius: 1000px 0 0 1000px;
}

#adminForm .input-prepend .add-on.btn:after {
    display: none;
}

#adminForm .input-prepend .add-on.btn:hover {
    background: #333333;
}

#adminForm .input-prepend input~.btn {
    margin: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #ffffff;
}

#adminForm .input-prepend input~.btn.modal {
    width: auto;
    padding: 0 10px;
}

#adminForm .input-prepend input~.btn:after {
    display: none;
}

#adminForm .input-prepend input~.btn:hover {
    background: #333333;
}

#adminForm .input-prepend>a.btn:last-of-type {
    -webkit-border-radius: 0 1000px 1000px 0;
    -moz-border-radius: 0 1000px 1000px 0;
    border-radius: 0 1000px 1000px 0;
}

#publishing .input-append {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
    position: relative;
}

#publishing .input-append input {
    width: 100%;
}

#publishing .input-append .btn {
    margin: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

#publishing .input-append .btn:after {
    display: none;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: #ffffff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #ffffff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-all;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.page-blog .item>.kmt-readon {
    display: none;
}

.kmt-readon {
    width: auto;
}

#section-kmt {
    margin: 0;
    padding: 40px 0 0;
}

#section-kmt .kmt-author {
    font: inherit !important;
    text-transform: none !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
    border: none !important;
    padding: 0 !important;
    height: auto !important;
}

#section-kmt .kmt-author a {
    height: auto !important;
}

#section-kmt .kmt-avatar {
    width: 60px;
    float: left;
}

#section-kmt .kmt-avatar a {
    width: 100%;
}

#section-kmt .kmt-avatar a img {
    width: 100%;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

#section-kmt .kmt-avatar+.kmt-content,
#section-kmt .kmt-rank+.kmt-content {
    margin-left: 60px;
    padding-left: 15px;
}

#section-kmt #kmt-fame {
    margin: 0;
}

#section-kmt .kmt-list {
    text-align: left;
}

#section-kmt .kmt-list>li.kmt-empty-comment {
    margin-top: 0;
}

#section-kmt .kmt-head {
    height: auto !important;
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}

#section-kmt .kmt-head .author-kmt span span {
    color: #333333;
}

#section-kmt .float-wrapper>span {
    vertical-align: top;
    float: none;
    height: auto;
    background-position: left 2px;
}

#section-kmt .float-wrapper>span+span {
    background-position: left 2px;
}

#section-kmt .kmt-form-content .kmt-form-addon>div {
    max-width: 90%;
}

#section-kmt .kmt-form-content .kmt-form-addon>div b {
    margin-bottom: 10px !important;
}

#section-kmt .kmt-form-content .kmt-form-addon>div .input.kmt-location {
    max-width: 100%;
}

#section-kmt .kmt-content .parentContainer {
    left: -70px;
    right: -15px;
}

#section-kmt .kmt-content .parentContainer .kmt-author {
    margin-left: 7px;
}

#section-kmt .input[type="checkbox"] {
    margin-top: 0;
}

#section-kmt .radio input[type="radio"],
#section-kmt .checkbox input[type="checkbox"] {
    margin-left: 0;
    margin-right: 15px;
}

#section-kmt .radio,
#section-kmt .checkbox {
    padding: 0;
    border: none !important;
    background: none !important;
}

#section-kmt .kmt-profile-avatar {
    width: 60px;
}

#section-kmt .kmt-profile-activity li {
    padding: 15px 8px !important;
    min-width: 0 !important;
}

#section-kmt .kmt-time {
    font-size: 13px;
}

#section-kmt .kmt-time a {
    color: #888888;
}

#section-kmt .kmt-time i {
    margin-right: 3px;
}

#section-kmt .kmt-list>li>div {
    padding: 0 42px 29px 55px;
}

#section-kmt .kmt-control-user .kmt-btn {
    font-size: 13px;
    margin-left: 10px;
}

#section-kmt .kmt-list>li+li>div {
    border: none;
}

#section-kmt .kmt-toolbar {
    border: none;
    padding: 0;
    margin: 0;
}

#section-kmt .kmt-like-counter:after {
    position: absolute;
    left: 100%;
    top: 50%;
    content: '';
    border-left: 7px solid #f7f8fa;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

#section-kmt .kmt-control-user .kmt-like.cancel,
#section-kmt .kmt-control-user .kmt-reply.cancel {
    color: #333333;
}

#section-kmt .kmt-option>span.kmt-admin-wrap>ul {
    border: 1px solid #e5e5e5;
    background: #ffffff;
}

#section-kmt .kmt-admin-list {
    font-size: 12px;
}

#section-kmt .kmt-admin-wrap:hover a.kmt-admin-link {
    color: #333333;
}

#section-kmt .kmt-form-content .kmt-form-addon {
    border: 1px solid #cccccc;
    border-top: none;
}

#section-kmt .markItUpContainer {
    border: 1px solid #cccccc;
}

#section-kmt .kmt-rank-bar {
    background: #888888;
}

#section-kmt .kmt-rank-progress {
    background: #5fa736;
}

#section-kmt .kmt-form-author ul {
    margin: 0 0 0 -30px;
}

#section-kmt .kmt-form-author ul li.col {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-bottom: 29px;
}

#section-kmt .kmt-form-author ul li.col div {
    position: relative;
}

#section-kmt .kmt-form-author ul li.col mark {
    background: none;
    position: absolute;
    left: 17px;
    bottom: 100%;
    margin-bottom: -7px;
    line-height: 18px;
    font-size: 11px;
}

#section-kmt .kmt-form-author ul li.col mark label {
    font-size: 11px;
    line-height: 18px;
    background: #ff6363;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    margin: 0;
    display: block !important;
}

#section-kmt .kmt-form-author ul li.col mark label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 100%;
    border-top: 5px solid #ff6363;
    border-right: 5px solid transparent;
}

#section-kmt .kmt-form-editor>div {
    position: relative;
}

#section-kmt .kmt-form-editor>div mark {
    background: none;
    position: absolute;
    left: 17px;
    bottom: 100%;
    margin-bottom: -7px;
    line-height: 18px;
    font-size: 11px;
}

#section-kmt .kmt-form-editor>div mark label {
    font-size: 11px;
    line-height: 18px;
    background: #ff6363;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 4px;
    display: block;
    color: #fff;
    margin: 0;
    display: block !important;
}

#section-kmt .kmt-form-editor>div mark label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 100%;
    border-top: 5px solid #ff6363;
    border-right: 5px solid transparent;
}

#section-kmt .kmt-form-editor>div>.input.textarea {
    height: 193px;
}

#section-kmt .kmt-form-submit {
    margin-top: 39px;
    position: relative;
}

#section-kmt .kmt-item+.kmt-item .kmt-wrap {
    border-top: 1px solid #f7f8fa;
    padding-top: 19px;
}

#section-kmt .kmt-item .kmt-form-submit .btn {
    margin-right: 6px;
}

#section-kmt .kmt-item .kmt-inreplyto,
#section-kmt .kmt-item .kmt-parent-link span {
    color: #333333;
}

#section-kmt .kmt-body {
    margin-bottom: 0;
}

#section-kmt .kmt-like-wrap>b,
#section-kmt .kmt-like-wrap>a {
    display: inline-block;
    vertical-align: middle;
    background: #f7f8fa;
    line-height: 29px;
    padding: 0 10px;
}

#section-kmt .kmt-like-wrap>b {
    color: #333333;
}

#section-kmt .kmt-share-wrap a {
    display: inline-block;
    background: #f7f8fa;
    line-height: 29px;
    padding: 0 10px;
}

#section-kmt #kmt-form {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
}

#section-kmt .kmt-text p {
    padding-bottom: 20px;
}

#section-kmt .cancelEditButton {
    background: #5fa736;
    border-color: #ececec;
    color: #333333 !important;
}

#section-kmt .cancelEditButton:hover {
    background: #5fa736;
    border-color: #5fa736;
    color: #5fa736 !important;
}

#section-kmt .editInput.kmt-edit-form-input {
    width: 100%;
    height: 193px;
}

#section-kmt .submitButton {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border: none;
}

#section-kmt .submitButton img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url(../images/preloader.gif) 50% 50% no-repeat #ffffff;
}

.kmt-readon span.kmt-comment {
    float: none;
    padding: 0;
    margin: 0;
    background: none;
}

.foundryDialog .dialog-head {
    padding-right: 24px;
}

.icemegamenu ul,
.icemegamenu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icemegamenu>ul {
    margin: 0;
    padding: 0;
    z-index: 999;
    clear: both;
    width: 100%;
}

.icemegamenu>ul>li {
    position: relative;
    display: block;
    float: left;
}

.icemegamenu>ul>li+li {
    margin-left: 24px;
}

.icemegamenu>ul>li>a.iceMenuTitle {
    color: #222222;
    position: relative;
    z-index: 998;
    display: block;
    line-height: 26px;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.icemegamenu>ul>li.hover>a.iceMenuTitle span:before,
.icemegamenu>ul>li.hover>a.iceMenuTitle span:after {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.icemegamenu>ul>li.parent>.iceMenuTitle:after,
.icemegamenu>ul>li.parent>.icemega_title:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    margin-left: 8px;
}

.icemegamenu>ul>li.parent.hover:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    content: '';
    height: 30px;
}

.icemegamenu>ul>li .iceMenuLiLevel_2>a {
    /* text-transform: capitalize; */
}

.icemegamenu>ul>li.fullwidth {
    position: static;
}

.icemegamenu>ul:after {
    clear: both;
    display: block;
    content: '';
}

.icemegamenu .ice_menu {
    padding-bottom: 20px;
}

.icemegamenu .ice_menu .iceModuleTile {
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
}

.icemegamenu .megamenu_banner_fullwidth .item_img a {
    position: relative;
}

.icemegamenu .megamenu_banner_fullwidth .item_img a .item_introtext {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    width: 50%;
    z-index: 10;
    font-size: 14px;
    line-height: 23px;
}

.icemegamenu .megamenu_banner_fullwidth .item_img a:before,
.icemegamenu .megamenu_banner_fullwidth .item_img a:after {
    display: none !important;
}

.icemegamenu .menu_banners .item_img a {
    position: relative;
}

.icemegamenu .menu_banners .item_img a:before,
.icemegamenu .menu_banners .item_img a:after {
    display: none;
}

.icemegamenu .menu_banners .item_img a .item_content {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    z-index: 10;
}

.icemegamenu .menu_banners .item_img a .item_content .item_title {
    background: #5fa736;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.icemegamenu .menu_banners .item_img a .item_content .item_introtext {
    padding: 0 20px;
}

.icemegamenu .menu_banners .item_img a:hover .item_content .item_title {
    padding: 5px 20px;
}


/* when dont have subtitle */

.icemegamenu>ul>li>a.iceMenuTitle>span.icemega_nosubtitle {
    display: inline-block;
}

.ice-megamenu-toggle {
    display: none;
    float: none;
    border: 1px solid #cccccc;
    margin-bottom: 23px;
}

.ice-megamenu-toggle a {
    display: block;
    font-size: 0;
    line-height: 0;
    padding-top: 30px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    height: 0;
    position: relative;
}

.ice-megamenu-toggle a:before {
    font-size: 21px;
    line-height: 30px;
    font-family: FontAwesome;
    content: '\f0c9';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/* Submenu */

ul.icesubMenu {
    background: #f6f8fa;
    position: absolute;
    z-index: 600;
    margin: 0;
    left: 50%;
    height: 0;
    text-align: left;
    overflow: hidden;
    margin-top: 27px;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: translate(-50%, 30px);
    -moz-transform: translate(-50%, 30px);
    -ms-transform: translate(-50%, 30px);
    -o-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    pointer-events: none;
}

ul.icesubMenu>li {
    padding: 19px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.icesubMenu>li:after {
    display: block;
    clear: both;
    content: '';
}

.fullwidth ul.icesubMenu>li {
    padding: 19px 27px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#icemegamenu li.hover>ul.icesubMenu {
    opacity: 1;
    overflow: visible;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    pointer-events: auto;
}

#icemegamenu ul.icesubMenu.visible {
    height: auto;
}

ul.icesubMenu ul>li {
    position: relative;
}

ul.icesubMenu li a.iceMenuTitle {
    display: block;
    font-size: 13px;
    line-height: 32px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0 20px;
}


/* when is parent */

ul.icesubMenu>li>.iceCols {
    max-width: 100% !important;
}

ul.icesubMenu>li>.iceCols>ul>li+li .icemega_cover_module {
    border-top: 1px solid #e5e5e5;
    margin-top: 18px;
    padding-top: 28px;
}


/* Second Level Dropdown */

ul.sub_level_2,
ul.sub_level_3,
ul.sub_level_4,
ul.sub_level_5 {
    top: 0px;
    left: 100%;
    margin-left: 10px;
    z-index: 99999;
    -webkit-transform: translate(30px, 0);
    -moz-transform: translate(30px, 0);
    -ms-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
    transform: translate(30px, 0);
}

ul.icesubMenu ul>li.hover>ul {
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* Modules inside dropdown */

.icesubMenu .icemega_cover_module {
    color: #888888;
}

.icesubMenu .icemega_cover_module span.iceModuleTile {
    display: block;
    color: #333333;
    font-size: 20px;
    margin-bottom: 10px;
}

.ice_righttoleft {
    /*left: auto!important;
	right: 0;*/
}

.icemega_modulewrap {
    padding: 18px;
}

.icemega_modulewrap .item_title {
    margin: 0;
}

.icemega_modulewrap h4.item-title {
    font-size: 18px;
}

.icemega_modulewrap .img-intro__left,
.icemega_modulewrap .img-full__left {
    margin-right: 18px;
}

.icemega_modulewrap .img-intro__right,
.icemega_modulewrap .img-full__right {
    margin-left: 18px;
}

.icemega_modulewrap .mod-article-single,
.icemega_modulewrap .item {
    margin-bottom: 19px;
}

.icemega_modulewrap.menu_about {
    background: #ffffff;
    margin: 18px;
    padding: 33px 33px 0px;
}

.icemega_modulewrap .dropdown-toggle {
    display: none !important;
}

.nav-collapse .icesubMenu .nav>li>a,
.nav-collapse .icesubMenu .dropdown-menu a {
    padding: 0;
    margin-bottom: 0;
}

.nav-collapse.collapse {
    height: auto;
}

.home_shop>ul.icesubMenu {
    background: #ffffff;
    -webkit-box-shadow: 0 0 21px #e2e7ec;
    -moz-box-shadow: 0 0 21px #e2e7ec;
    box-shadow: 0 0 21px #e2e7ec;
}

.home_shop>ul.icesubMenu .icemega_modulewrap {
    padding-top: 25px;
}

.icemega_modulewrap.banners {
    margin-bottom: 35px;
}

html[dir=rtl] .icemegamenu {
    float: left;
}

html[dir=rtl] .icemegamenu>ul>li {
    float: right;
}

html[dir=rtl] .icemegamenu>ul>li+li {
    margin-left: 0;
    margin-right: 24px;
}

html[dir=rtl] .iceMenuLiLevel_1.search {
    margin-right: 15px;
}

html[dir=rtl] .icemegamenu>ul>li.parent>.iceMenuTitle::after,
html[dir=rtl] .icemegamenu>ul>li.parent>.icemega_title::after {
    margin-left: 0;
    margin-right: 8px;
}

html[dir=rtl] ul.icesubMenu {
    text-align: right;
}

#Kunena {
    line-height: 23px;
}

#Kunena table,
#Kunena tr,
#Kunena td,
#Kunena th,
#Kunena div,
#Kunena fieldset,
#Kunena span,
#Kunena li,
#Kunena dt,
#Kunena legend {
    border-color: #e5e5e5 !important;
}

#Kunena table.progress,
#Kunena tr.progress,
#Kunena td.progress,
#Kunena th.progress,
#Kunena div.progress,
#Kunena fieldset.progress,
#Kunena span.progress,
#Kunena li.progress,
#Kunena dt.progress,
#Kunena legend.progress {
    border-color: #fbfcfd !important;
}

#Kunena legend {
    color: inherit;
}

#Kunena table {
    background: transparent;
    border-collapse: separate;
}

#Kunena table.kblocktable {
    border-collapse: collapse;
}

#Kunena td {
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#Kunena tr,
#Kunena td {
    border-bottom: 1px solid;
}

#Kunena dt {
    font-weight: normal;
}

#Kunena a.close,
#Kunena a.open {
    background-color: #e5e5e5;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

#Kunena a.close:hover,
#Kunena a.open:hover {
    background-color: #cccccc;
}

#Kunena #ktab {
    text-align: center;
}

#Kunena #ktab li {
    margin: 0 25px !important;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
}

#Kunena #ktab li a,
#Kunena #ktab li span {
    padding: 0;
    line-height: 23px;
    font-weight: 500;
    font-size: 18px;
    display: block;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

#Kunena #ktopmenu {
    display: block;
    margin: 0 0 30px;
    padding: 0 0 35px;
    border-bottom: 1px solid #e5e5e5;
}

#Kunena .kforum-pathway {
    margin-top: 0;
    border-top: 1px solid;
}

#Kunena .kforum-pathway .path-element {
    position: relative;
}

#Kunena .kforum-pathway .path-element:before {
    position: absolute;
    left: 1px;
    top: 50%;
    border-left: 4px solid #b2b2b2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: '';
    margin-top: -4px;
}

#Kunena form {
    margin: 0px;
}

#Kunena .kicon-button {
    background: none !important;
    cursor: auto;
}

#Kunena .kicon-button span span {
    color: #fff;
}

#Kunena div.kmessage-editmarkup-cover {
    border: none;
}

#Kunena a.kwho-admin:hover,
#Kunena a.kwho-globalmoderator:hover,
#Kunena a.kwho-moderator:hover,
#Kunena a.kwho-banned:hover,
#Kunena a.kwho-user:hover,
#Kunena a.kwho-guest:hover {
    text-decoration: underline !important;
}

#Kunena label {
    display: inline;
}

#Kunena div.kblock {
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Kunena div.kblock div.kheader {
    padding: 9px 20px;
    background: #f6f8fa;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

#Kunena div.kblock div.kheader>span {
    display: block;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
}

#Kunena div.kblock div.kheader>span.k-name {
    display: inline;
}

#Kunena div.kblock div.kheader>span.kright {
    float: right;
}

#Kunena div.kblock div.kheader>span a {
    color: inherit;
}

#Kunena div.kblock div.kheader div.ktitle-desc,
#Kunena div.kblock div.kheader div.ksearchresult-desc {
    color: #888888;
    margin-top: 0px;
    padding: 0 0 4px;
}

#Kunena div.kblock div.kbody {
    border: none;
    overflow: visible;
}

#Kunena .kbody:after {
    clear: both;
    display: block;
    content: '';
}

#Kunena .ktoggler {
    display: none;
}

#Kunena div.input,
#Kunena span.input,
#Kunena td.input {
    padding: 10px 0 5px;
    display: inline-block;
    max-width: 100%;
}

#Kunena div.input input,
#Kunena span.input input,
#Kunena td.input input {
    margin-right: 5px;
}

#Kunena div.input>span,
#Kunena span.input>span,
#Kunena td.input>span {
    display: block;
    padding: 10px 0 0;
    white-space: nowrap;
}

#Kunena div.input>span label,
#Kunena span.input>span label,
#Kunena td.input>span label {
    display: inline-block;
    margin-bottom: 10px;
}

#Kunena div.input>span button,
#Kunena span.input>span button,
#Kunena td.input>span button {
    float: right;
    margin-right: 5px;
}

#Kunena .klink-block span {
    padding: 0 5px 0 0;
}

#Kunena .klink-block span.kprofilebox-register {
    display: block;
    padding: 5px 0 0;
}

#Kunena+div[style] {
    display: none;
}

#Kunena span.kunreadforum,
#Kunena span.kreadforum,
#Kunena span.knotloginforum,
#Kunena .kwhoicon,
#Kunena .kstatsicon {
    background: none;
    width: auto;
    height: auto;
    padding-top: 9px;
}

#Kunena span.kunreadforum:before,
#Kunena span.kreadforum:before,
#Kunena span.knotloginforum:before,
#Kunena .kwhoicon:before,
#Kunena .kstatsicon:before {
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 25px;
}

#Kunena span.kunreadforum:before {
    content: '\f07b';
}

#Kunena span.kreadforum,
#Kunena span.knotloginforum {
    background: none;
}

#Kunena span.kreadforum:before,
#Kunena span.knotloginforum:before {
    content: '\f114';
}

#Kunena .kwhoicon:before {
    content: '\f0c0';
}

#Kunena .kstatsicon:before {
    content: '\f1fe';
}

#Kunena div.kmessage-buttons-row {
    height: auto;
    line-height: inherit;
    font-size: 11.9px;
    margin: 0;
    text-align: center;
    padding-top: 20px;
}

#Kunena div.kmessage-buttons-row>.btn {
    margin: 0 3px;
}

#Kunena .klist-actions-forum div.kmessage-buttons-row {
    display: inline-block;
}

#Kunena .klist-bottom {
    padding-bottom: 0 !important;
}

#Kunena .kwholegend {
    display: none;
}

#Kunena .kcol-ktopicicon a:before {
    content: '\f095';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 24px;
}

#Kunena .kcol-ktopicicon.unanswered a:before {
    content: '\f098';
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 32px;
}

#Kunena img[src$='unanswered.png'],
#Kunena img[src$='normal.png'] {
    height: 0;
    width: 0;
}

#Kunena .k-profile .clrline {
    display: none;
}

#Kunena .k-profile .kheader a.kwho-admin {
    font-size: 0;
    line-height: 0;
    text-decoration: none !important;
    font-weight: normal;
}

#Kunena .k-profile .kheader a.kwho-admin:hover:after {
    font-size: 26px;
}

#Kunena .k-profile .kheader a.kwho-admin:after {
    content: '\f044';
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 24px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#Kunena .k-profile .kheader .back a.kwho-admin:after {
    content: '\f112';
}

#Kunena div.kavatar-lg {
    border: none;
    display: block;
    height: auto;
}

#Kunena span[class*='kbuttononline'] {
    margin: 0;
}

#Kunena span[class*='kbuttononline'] span {
    margin: 0;
}

#Kunena span[class*='kbuttononline'] span span {
    padding: 0;
    color: inherit;
}

#Kunena #kprofile-tabs dl.tabs,
#Kunena #kprofile-edit dl.tabs {
    display: table;
    width: 100%;
    float: none;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Kunena #kprofile-tabs dl.tabs dt,
#Kunena #kprofile-edit dl.tabs dt {
    display: table-cell;
    float: none;
    text-align: center;
    padding: 10px 0;
}

#Kunena #kprofile-tabs dl.tabs dt+dt,
#Kunena #kprofile-edit dl.tabs dt+dt {
    border-left: none;
}

#Kunena .kicon-profile {
    vertical-align: top;
    margin-right: 10px;
}

#Kunena .kicon-profile-location {
    background: none;
}

#Kunena .kicon-profile-location:before {
    content: '\f015';
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 15px;
}

#Kunena .kicon-profile-gender-male {
    background: none;
}

#Kunena .kicon-profile-gender-male:before {
    content: '\f007';
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 15px;
}

#Kunena .kicon-profile-birthdate {
    background: none;
}

#Kunena .kicon-profile-birthdate:before {
    content: '\f1fd';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 15px;
}

#Kunena div.kiconrow {
    padding-right: 0;
}

#Kunena div.kiconrow span[class*="off"] {
    display: none;
}

#Kunena div.kiconrow .kicon-profile:before {
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 15px;
}

#Kunena .kicon-profile-twitter {
    background: none;
}

#Kunena .kicon-profile-twitter:before {
    content: '\f081';
}

#Kunena .kicon-profile-facebook {
    background: none;
}

#Kunena .kicon-profile-facebook:before {
    content: '\f082';
}

#Kunena .kicon-profile-linkedin {
    background: none;
}

#Kunena .kicon-profile-linkedin:before {
    content: '\f08c';
}

#Kunena .kicon-profile-skype {
    background: none;
}

#Kunena .kicon-profile-skype:before {
    content: '\f17e';
}

#Kunena .kicon-profile-delicious {
    background: none;
}

#Kunena .kicon-profile-delicious:before {
    content: '\f1a5';
}

#Kunena .kicon-profile-digg {
    background: none;
}

#Kunena .kicon-profile-digg:before {
    content: '\f1a6';
}

#Kunena .kicon-profile-flickr {
    background: none;
}

#Kunena .kicon-profile-flickr:before {
    content: '\f16e';
}

#Kunena .kprofile-rightcol ul {
    margin: 0;
}

#Kunena .kicon-profile-email {
    background: none;
}

#Kunena .kicon-profile-email:before {
    content: '\f0e0';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 15px;
}

#Kunena #kprofile-stats .kicon-button {
    cursor: auto;
}

#Kunena span.kmsgtitle,
#Kunena span.kmsgtitle-new {
    padding-left: 0;
    background: none;
}

#Kunena .klist-markallcatsread {
    overflow: visible;
}

#Kunena .klist-markallcatsread,
#Kunena .klist-jump-all,
#Kunena .klist-times-all,
#Kunena div.kmoderatorslist-jump {
    margin: 0;
    border: none;
}

#Kunena .klist-markallcatsread form#jumpto,
#Kunena .klist-jump-all form#jumpto,
#Kunena .klist-times-all form#jumpto,
#Kunena div.kmoderatorslist-jump form#jumpto,
#Kunena .klist-markallcatsread form#timeselect,
#Kunena .klist-jump-all form#timeselect,
#Kunena .klist-times-all form#timeselect,
#Kunena div.kmoderatorslist-jump form#timeselect {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

#Kunena .klist-markallcatsread form#jumpto span.select,
#Kunena .klist-jump-all form#jumpto span.select,
#Kunena .klist-times-all form#jumpto span.select,
#Kunena div.kmoderatorslist-jump form#jumpto span.select,
#Kunena .klist-markallcatsread form#timeselect span.select,
#Kunena .klist-jump-all form#timeselect span.select,
#Kunena .klist-times-all form#timeselect span.select,
#Kunena div.kmoderatorslist-jump form#timeselect span.select {
    margin: 0 10px 0 0 !important;
}

#Kunena .klist-markallcatsread form#jumpto select#catid,
#Kunena .klist-jump-all form#jumpto select#catid,
#Kunena .klist-times-all form#jumpto select#catid,
#Kunena div.kmoderatorslist-jump form#jumpto select#catid,
#Kunena .klist-markallcatsread form#timeselect select#catid,
#Kunena .klist-jump-all form#timeselect select#catid,
#Kunena .klist-times-all form#timeselect select#catid,
#Kunena div.kmoderatorslist-jump form#timeselect select#catid {
    width: 370px;
}

#Kunena .klist-markallcatsread form#jumpto #catid_chzn,
#Kunena .klist-jump-all form#jumpto #catid_chzn,
#Kunena .klist-times-all form#jumpto #catid_chzn,
#Kunena div.kmoderatorslist-jump form#jumpto #catid_chzn,
#Kunena .klist-markallcatsread form#timeselect #catid_chzn,
#Kunena .klist-jump-all form#timeselect #catid_chzn,
#Kunena .klist-times-all form#timeselect #catid_chzn,
#Kunena div.kmoderatorslist-jump form#timeselect #catid_chzn {
    width: 370px !important;
    max-width: 100% !important;
    margin-right: 10px;
}

#Kunena .klist-markallcatsread form#jumpto #catid_chzn+.btn-primary,
#Kunena .klist-jump-all form#jumpto #catid_chzn+.btn-primary,
#Kunena .klist-times-all form#jumpto #catid_chzn+.btn-primary,
#Kunena div.kmoderatorslist-jump form#jumpto #catid_chzn+.btn-primary,
#Kunena .klist-markallcatsread form#timeselect #catid_chzn+.btn-primary,
#Kunena .klist-jump-all form#timeselect #catid_chzn+.btn-primary,
#Kunena .klist-times-all form#timeselect #catid_chzn+.btn-primary,
#Kunena div.kmoderatorslist-jump form#timeselect #catid_chzn+.btn-primary {
    margin-bottom: 10px !important;
}

#Kunena .klist-markallcatsread form#jumpto select#sel,
#Kunena .klist-jump-all form#jumpto select#sel,
#Kunena .klist-times-all form#jumpto select#sel,
#Kunena div.kmoderatorslist-jump form#jumpto select#sel,
#Kunena .klist-markallcatsread form#timeselect select#sel,
#Kunena .klist-jump-all form#timeselect select#sel,
#Kunena .klist-times-all form#timeselect select#sel,
#Kunena div.kmoderatorslist-jump form#timeselect select#sel {
    width: 194px;
}

#Kunena .klist-markallcatsread form#jumpto select#catid,
#Kunena .klist-jump-all form#jumpto select#catid,
#Kunena .klist-times-all form#jumpto select#catid,
#Kunena div.kmoderatorslist-jump form#jumpto select#catid,
#Kunena .klist-markallcatsread form#timeselect select#catid,
#Kunena .klist-jump-all form#timeselect select#catid,
#Kunena .klist-times-all form#timeselect select#catid,
#Kunena div.kmoderatorslist-jump form#timeselect select#catid,
#Kunena .klist-markallcatsread form#jumpto select#sel,
#Kunena .klist-jump-all form#jumpto select#sel,
#Kunena .klist-times-all form#jumpto select#sel,
#Kunena div.kmoderatorslist-jump form#jumpto select#sel,
#Kunena .klist-markallcatsread form#timeselect select#sel,
#Kunena .klist-jump-all form#timeselect select#sel,
#Kunena .klist-times-all form#timeselect select#sel,
#Kunena div.kmoderatorslist-jump form#timeselect select#sel {
    max-width: 370px;
}

#Kunena .klist-markallcatsread form#jumpto .btn,
#Kunena .klist-jump-all form#jumpto .btn,
#Kunena .klist-times-all form#jumpto .btn,
#Kunena div.kmoderatorslist-jump form#jumpto .btn,
#Kunena .klist-markallcatsread form#timeselect .btn,
#Kunena .klist-jump-all form#timeselect .btn,
#Kunena .klist-times-all form#timeselect .btn,
#Kunena div.kmoderatorslist-jump form#timeselect .btn {
    padding-top: 9px;
    padding-bottom: 11px;
    margin: 0 !important;
}

#Kunena .klist-markallcatsread form#jumpto #sel_chzn,
#Kunena .klist-jump-all form#jumpto #sel_chzn,
#Kunena .klist-times-all form#jumpto #sel_chzn,
#Kunena div.kmoderatorslist-jump form#jumpto #sel_chzn,
#Kunena .klist-markallcatsread form#timeselect #sel_chzn,
#Kunena .klist-jump-all form#timeselect #sel_chzn,
#Kunena .klist-times-all form#timeselect #sel_chzn,
#Kunena div.kmoderatorslist-jump form#timeselect #sel_chzn {
    width: 194px !important;
    margin-right: 10px;
}

#Kunena .kl {
    font-size: inherit;
}

#Kunena div.kthead-title a {
    font-size: inherit;
    font-weight: 500;
    margin: 0;
    float: none;
}

#Kunena tr.krow1 td,
#Kunena tr.krow2 td {
    padding: 10px 20px;
}

#Kunena .kwhoonline {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 11.9px;
}

#Kunena .kwhoonline strong {
    font-weight: normal;
}

#Kunena tr {
    border-bottom: none;
}

#Kunena td,
#Kunena td.kcol-first,
#Kunena td.kcol-mid {
    border-bottom: none;
}

#Kunena tr+tr {
    border-top: 1px solid #e5e5e5;
}

#Kunena td.kcol-first {
    vertical-align: top;
}

#Kunena td.kcol-kcatlastpost,
#Kunena td.kcol-knoposts {
    font-size: 11.9px;
    text-align: left;
    vertical-align: top;
    width: 22%;
}

#Kunena span.kcat-topics-number,
#Kunena span.kcat-replies-number,
#Kunena span.ktopic-views-number {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font: inherit;
    color: #fff;
    line-height: 30px;
    width: 30px;
    margin: 10px auto 0;
}

#Kunena span.kcat-topics,
#Kunena span.kcat-replies,
#Kunena span.ktopic-views {
    font-size: 11.9px;
}

#Kunena div.klatest-subject,
#Kunena div.klatest-subject-by {
    margin-left: 0;
}

#Kunena div.klatest-subject-by:before {
    color: #5fa736;
    content: '\f007';
    font-family: FontAwesome;
    width: 16px;
    display: inline-block;
}

#Kunena span.klatest-subject-time,
#Kunena span.ktopic-date {
    display: block;
    font-size: 11.9px;
}

#Kunena span.klatest-subject-time:before,
#Kunena span.ktopic-date:before {
    content: '\f073';
    font-family: FontAwesome;
    width: 19px;
    display: inline-block;
}

#Kunena span.ktopic-latest-post {
    font-size: 11.9px;
}

#Kunena div.kthead-desc,
#Kunena div.kthead-moderators {
    line-height: 23px;
}

#Kunena td.kcol-kcattopics,
#Kunena td.kcol-kcatreplies {
    vertical-align: top;
}

#Kunena ul#kstatslistleft li,
#Kunena ul#kstatslistright li {
    padding: 0;
    font-size: 11.9px;
    line-height: 23px;
}

#Kunena ul#kstatslistleft li strong,
#Kunena ul#kstatslistright li strong {
    font-weight: normal;
}

#Kunena ul#kstatslistleft li strong a,
#Kunena ul#kstatslistright li strong a {
    font-weight: inherit;
}

#Kunena ul#kstatslistleft li span.divider,
#Kunena ul#kstatslistright li span.divider {
    color: #e1e1e1;
    margin: 0 10px;
}

#Kunena div.klist-actions {
    border: none;
    margin: 0;
    font-size: 0;
    line-height: 0;
}

#Kunena table.klist-actions {
    border: none;
}

#Kunena table.klist-actions .klist-actions-forum {
    border: none;
}

#Kunena div.kmessage-buttons-cover div.kmessage-buttons-row {
    padding-top: 0;
}

#Kunena div.kpost-thankyou {
    margin-top: 0;
}

#Kunena div.klist-actions-info-all {
    padding: 0;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 23px;
    color: #5fa736;
    font-weight: 500;
    padding-right: 27px;
}

#Kunena div.klist-actions-info-all strong {
    font: inherit;
    color: inherit;
}

#Kunena div.klist-times-all {
    width: auto;
    border: none;
    height: auto;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#Kunena div.klist-jump-all {
    width: auto;
    border: none;
    height: auto;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#Kunena div.klist-pages-all {
    height: auto;
    padding: 0;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

#Kunena fieldset {
    border: none;
    padding: 0 0 13px;
    margin: 0;
}

#Kunena fieldset legend {
    padding: 0 0 4px;
    margin: 0;
    text-align: left;
    border: none;
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
}

#Kunena #kforumsearch {
    text-align: left;
    border: none;
}

#Kunena #kforumsearch #keywords {
    margin-right: 2%;
}

#Kunena #kforumsearch #keywords+.select {
    margin-right: 0;
}

#Kunena #kforumsearch #mode {
    margin: 0;
}

#Kunena #kforumsearch .searchlabel-checkbox {
    display: inline-block;
    margin: 0;
    width: 47.2%;
    vertical-align: middle;
}

#Kunena #advsearch_options .chzn-container-single {
    width: 49% !important;
}

#Kunena #advsearch_options fieldset .chzn-container-single {
    margin-right: 2%;
}

#Kunena #advsearch_options fieldset .chzn-container-single~.chzn-container-single {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#Kunena #advsearch_options fieldset #limit_chzn {
    margin-right: 0;
}

#Kunena #searchform .krow1 .kcol {
    vertical-align: top;
    width: 50%;
}

#Kunena #searchform .krow1 .kcol+.kcol {
    border-left: 1px solid #e5e5e5;
}

#Kunena #searchform #kusername {
    width: 49%;
    margin-right: 3.7%;
}

#Kunena #searchform .searchlabel-checkbox span.checkbox {
    margin-left: 8px;
}

#Kunena #searchform #mode_chzn {
    width: 49% !important;
}

#Kunena .kadvsearch {
    text-align: left;
}

#Kunena .kadvsearch #keywords,
#Kunena .kadvsearch span.select,
#Kunena .kadvsearch #jump {
    width: 49%;
    margin-bottom: 10px;
}

#Kunena .kadvsearch #date,
#Kunena .kadvsearch #beforeafter,
#Kunena .kadvsearch #mode,
#Kunena .kadvsearch #sort,
#Kunena .kadvsearch #order,
#Kunena .kadvsearch #limit {
    width: 100%;
}

#Kunena .kadvsearch input {
    margin-bottom: 0;
}

#Kunena .kadvsearch #jump {
    margin-right: 2%;
}

#Kunena .kadvsearch #jump+.select {
    margin-right: 0;
}

#Kunena .kadvsearch fieldset {
    font-size: 0;
    line-height: 0;
}

#Kunena .kadvsearch fieldset .select {
    margin-right: 2%;
}

#Kunena .kadvsearch fieldset .select+.select {
    margin-right: 0;
}

#Kunena .kadvsearch label#childforums-lbl {
    margin-bottom: 10px;
}

#Kunena .kadvsearch label#childforums-lbl span.checkbox {
    margin-right: 5px;
}

#Kunena .kadvsearch option {
    font-size: inherit;
}

#Kunena .kadvsearch #categorylist {
    float: right;
    width: 49%;
}

#Kunena .kadvsearch .radio_wrapper {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 5px;
}

#Kunena .klatest-subject a {
    white-space: nowrap;
}

#Kunena select {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-overflow: ellipsis;
}

#Kunena select option {
    overflow: hidden;
    text-overflow: ellipsis;
}

#Kunena .kadvsearch input,
#Kunena .kadvsearch select,
#Kunena .kadvsearch button,
#Kunena .kadvsearch label {
    max-width: 100% !important;
}

#Kunena form[name=markAllForumsRead] .btn-primary {
    margin-bottom: 10px;
}

#Kunena input,
#Kunena select,
#Kunena button,
#Kunena label {
    margin-top: 0 !important;
}

#Kunena ul.kpost-profile li.kpost-username {
    font: inherit;
}

#Kunena span.kavatar img {
    border: none;
    padding: 0;
    margin: 0;
}

#Kunena div#ksearchresult td.resultmsg {
    text-align: left;
    border-bottom: 1px solid;
    padding: 10px 20px;
}

#Kunena div#ksearchresult div.kresult-title {
    padding: 0;
    border: none;
}

#Kunena div#ksearchresult div.resultmsg {
    padding: 0;
}

#Kunena span.kmsgtitle,
#Kunena #Kunena span.kmsgtitle-new {
    font: inherit;
    font-weight: 500;
}

#Kunena div#ksearchresult span.kmsgtitle a {
    font: inherit;
}

#Kunena td {
    padding: 0;
}

#Kunena tr.ksth th {
    border-bottom: 1px solid;
    font-weight: normal;
}

#Kunena div#ksearchresult div.resultcat {
    padding: 0;
    border: none;
    font-size: 11.9px;
}

#Kunena a.ktopic-title {
    font: inherit;
    font-weight: 500;
}

#Kunena span.ktopic-posted-time {
    float: none;
    display: inline;
    font-size: 11.9px;
}

#Kunena span.ktopic-by {
    float: none;
    font-size: 11.9px;
}

#Kunena div.ktopic-details {
    font: inherit;
}

#Kunena td.kcol-ktopictitle {
    vertical-align: top;
}

#Kunena div.kmessage-thankyou {
    font-size: 11.9px;
    border-top: none;
    text-align: right;
}

#Kunena div.kmsg-header {
    text-align: right;
    font-size: 11.9px;
    border-top: 1px solid;
}

#Kunena div.kmsg-header span.kmsg-id-left {
    margin-left: 10px !important;
}

#Kunena div.kmsg-header:first-child {
    border-top: 0;
}

#Kunena ul.kpost-profile li {
    font-size: 11.9px;
    padding: 0;
    line-height: 18px;
}

#Kunena div.kmsgbody div.kmsgtext {
    text-align: left;
}

#Kunena td.kmessage-left {
    padding: 10px 20px;
}

#Kunena div.kmsgbody {
    padding: 0;
    margin: 0;
    width: 100%;
}

#Kunena td.kprofile-left,
#Kunena td.kbuttonbar-left {
    border-bottom: 0;
}

#Kunena .kbuttons {
    padding: 19px 10px;
}

#Kunena .krowmoderation select {
    max-width: 100%;
}

#Kunena div.kblock span.select-toggle {
    padding: 0px;
    margin: 0;
    height: auto;
    position: static;
}

#Kunena .krow1 td.krowmoderation {
    text-align: center;
    padding: 19px 20px;
    font-size: 0;
}

#Kunena .krow1 td.krowmoderation>* {
    margin: 0 5px;
}

#Kunena .kfile-input-textbox {
    margin-bottom: 0;
}

#Kunena .kpostbuttonset {
    border-collapse: collapse;
}

#Kunena td#kpost-buttons {
    padding: 19px 20px;
    font-size: 0;
}

#Kunena td#kpost-buttons .btn {
    margin: 0 5px 10px;
}

#Kunena tr#kpost-attachments td.kcol-mid {
    padding-bottom: 0;
}

#Kunena .kattachment {
    white-space: nowrap;
}

#Kunena .kattachment .kattachment-container {
    white-space: normal;
}

#Kunena .kattachment .kattachment-container>* {
    margin-bottom: 10px;
}

#Kunena .kattachment .kfile-input-textbox {
    max-width: 100%;
}

#Kunena .kattachment+.kattachment {
    padding-top: 10px;
}

#Kunena #kpost-category span.select {
    max-width: 100%;
}

#Kunena .kattachment-id-container {
    float: left;
    margin-right: 10px;
}

#Kunena .kattachment-container {
    overflow: hidden;
    display: block;
}

#Kunena #helpbox {
    margin: 0;
    height: auto;
    min-height: inherit;
}

#Kunena #kpostmessage tr.krow1 .kpostbuttonset td.kposthint {
    padding: 11px 20px;
}

#Kunena #khistory tr.ksth td {
    border-bottom: 1px solid;
    font-size: 11.9px;
    text-align: right;
}

#Kunena #kchecktask_chzn,
#Kunena #kchecktarget_chzn {
    margin-bottom: 10px;
    width: 240px !important;
}

#Kunena #kchecktask_chzn+.btn-primary,
#Kunena #kchecktarget_chzn+.btn-primary {
    margin-bottom: 10px;
}

#Kunena div#khistory span.khistory-msgdate {
    float: none;
    padding: 0 10px 0 0;
}

#Kunena div#khistory td.khistorymsg {
    padding: 11px 20px;
}

#Kunena span.kkarma-minus {
    background: none;
    width: auto;
    height: auto;
    margin: 0 3px;
}

#Kunena span.kkarma-minus:before {
    content: '\f068';
    font-family: FontAwesome;
}

#Kunena span.kkarma-plus {
    background: none;
    width: auto;
    height: auto;
    margin: 0 3px;
}

#Kunena span.kkarma-plus:before {
    content: '\f067';
    font-family: FontAwesome;
}

#Kunena table.kblock-ban th {
    font-weight: normal;
}

#Kunena #expiration_img {
    padding-top: 9px;
    padding-bottom: 11px;
}

#Kunena td.kcol-last {
    border-bottom: none;
}

#Kunena div.kstats-bar {
    height: 30px;
    position: relative;
    background: #f0f0f0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#Kunena div.kstats-bar div.bar {
    height: 30px;
    overflow: hidden;
    position: relative;
}

#Kunena div.kstats-bar div.bar .number_bar {
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 8px;
    text-align: right;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    z-index: 2;
}

#Kunena div.kstats-bar div.number {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: 30px;
    color: #333;
    font-size: 17px;
    font-weight: 500;
}

#Kunena #kusersearch {
    margin-bottom: 0;
}

#Kunena table#kuserlist-bottom div {
    padding: 0;
}

#Kunena #jumpto .inputbox {
    max-width: 100%;
}

#Kunena td.klist-actions-info-all {
    padding: 0;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
}

img.jg_photo {
    margin: 0;
    padding: 0;
}

img.jg_photo,
.jg_minis a img {
    border: none;
}

a:hover img.jg_photo,
.jg_minis a:hover img {
    border: none;
}

.jg_catelem_photo {
    font-size: 0;
    line-height: 0;
}

.jg_row {
    padding: 0;
    margin: 0 -12px 0 -30px;
}

.jg_element_cat,
.jg_subcatelem_cat {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.jg_element_cat {
    display: inline-block;
    float: none;
}

.loaded .jg_element_cat {
    display: none;
}

.jg_imgalign_catsubs {
    position: relative;
    overflow: hidden;
}

.jg_imgalign_catsubs .jg_photo {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -webkit-transform 0.5s ease;
    -o-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.jg_imgalign_catsubs:hover .jg_photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jg_imgalign_catsubs:hover .jg_subcatelem_txt {
    opacity: 1;
}

.jg_subcatelem_cat a {
    height: auto;
}

.jg_subcatelem_photo {
    font-size: 0;
    line-height: 0;
    background: #000;
}

.jg_subcatelem_photo a {
    display: block;
}

.jg_subcatelem_txt {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    color: #fff;
}

.jg_subcatelem_txt:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.jg_subcatelem_txt ul {
    display: inline-block;
    max-width: 99%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jg_subcatelem_txt ul a {
    position: relative;
}

.jg_subcatelem_txt .jg_subcatelem_txt__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jg_catelem_txt {
    margin: 0;
}

.jg_catelem_txt .gallery_desc p+p {
    display: none;
}

.jg_dtl_photo {
    font-size: 0;
    line-height: 0;
}

.jg_dtl_photo .lazy_container {
    width: 100%;
}

.jg_dtl_photo .lazy_container .lazy_preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.jg_dtl_photo .lazy_container img {
    position: relative;
}

div.jg_details,
div.jg_voting,
div.jg_commentsarea,
div.jg_send2friend,
div.jg_bbcode,
div.jg_exif,
div.jg_panemodule {
    border: none;
    margin: 0;
}

.jg_detailnavi {
    margin-bottom: 0;
}

.jg_iconbar {
    padding: 0;
}

.jg_imgtitle {
    text-align: left;
}

.jg_imgalign_catimgs {
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.jg_imgalign_catimgs .jg_photo {
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -webkit-transform 0.5s ease;
    -o-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.jg_imgalign_catimgs .jg_catelem_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.jg_imgalign_catimgs .jg_catelem_txt .item_title {
    color: inherit;
}

.jg_imgalign_catimgs .jg_catelem_txt:before {
    content: '';
    height: 100%;
    display: inline-block;
    width: 0;
    overflow: hidden;
    vertical-align: middle;
}

.jg_imgalign_catimgs .jg_catelem_txt ul {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    max-width: 99%;
    vertical-align: middle;
    font-size: 14px;
    line-height: 23px;
}

.jg_imgalign_catimgs .jg_catelem_txt .jg_links a {
    margin: 0 5px;
    font-size: 17.5px;
}

.jg_imgalign_catimgs:hover .jg_photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jg_imgalign_catimgs:hover .jg_catelem_txt {
    opacity: 1;
}

.jg_gallery {
    margin: 0 0 0 -30px;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.jg_catorderlist {
    text-align: left;
    white-space: normal;
}

.jg_catorderlist>strong {
    display: block;
    margin-bottom: 15px;
}

.fancybox-close {
    position: fixed;
    right: 0;
    top: 0;
    background: none;
    color: #fff;
    font-size: 22px;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 36px !important;
    line-height: 36px;
    -webkit-transition: font-size 0.2s ease;
    -moz-transition: font-size 0.2s ease;
    -o-transition: font-size 0.2s ease;
    transition: font-size 0.2s ease;
}

.fancybox-close:before {
    content: '\f057';
    font-family: FontAwesome;
}

.fancybox-close:hover {
    color: #fff;
    font-size: 30px;
}

.fancybox-lock .fancybox-overlay {
    overflow: hidden;
    min-height: 320px;
}

.fancybox-prev,
.fancybox-next {
    overflow: hidden;
}

.fancybox-prev span,
.fancybox-next span {
    height: 100px;
    width: 50px;
    margin-top: -50px;
    background: none;
    color: #fff;
    -webkit-transition: font-size 0.2s ease;
    -moz-transition: font-size 0.2s ease;
    -o-transition: font-size 0.2s ease;
    transition: font-size 0.2s ease;
    overflow: hidden;
}

.fancybox-prev span:before,
.fancybox-next span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    width: 100px;
    height: 100px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-prev:hover span,
.fancybox-next:hover span {
    color: #fff;
}

.fancybox-prev:hover span:before,
.fancybox-next:hover span:before {
    border-left-color: #666;
    border-top-color: #666;
}

.fancybox-prev span:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 20px;
}

.fancybox-next span:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -70px;
}

.fancybox-skin {
    background: #191919;
}

.fancybox-image {
    opacity: 0.99;
}

#fancybox-thumbs {
    text-align: center;
    -webkit-transition: bottom 0.5s ease;
    -moz-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}

#fancybox-thumbs ul {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    display: inline-block;
    top: 0 !important;
    background: #191919;
}

#fancybox-thumbs ul li {
    float: none;
    display: inline-block;
    padding: 0;
    border: none !important;
    position: relative;
    background: url(../images/loader.gif) 50% 50% no-repeat;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#fancybox-thumbs ul li .holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

#fancybox-thumbs ul li.active {
    opacity: 1;
}

.fancybox-lock body {
    overflow: visible !important;
}

body.mobile #fancybox-thumbs {
    display: none;
}

.fancybox-wrap {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

.fancybox-inner,
.fancybox-skin,
.fancybox-outer {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.fancybox-image {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.jg_links .fancybox-thumb .lazy,
.jg_links .fancybox-thumb img {
    display: none;
}

#joomcommentform {
    text-align: left;
}

#joomcommentform+.jg_row1 {
    padding-bottom: 0;
}

#joomcommentform input,
#joomcommentform textarea {
    margin-bottom: 39px;
}

#joomcommentform .btn-group {
    display: block;
    text-align: center;
}

#joomcommentform .input_wrapper {
    position: relative;
}

#joomcommentform .input_wrapper mark {
    background: none;
    position: absolute;
    left: 17px;
    bottom: 100%;
    margin-bottom: -7px;
}

#joomcommentform .input_wrapper mark label {
    font-size: 11px;
    line-height: 18px;
    background: #ff6363;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 4px;
    color: #fff;
    display: block !important;
    margin: 0;
}

#joomcommentform .input_wrapper mark label:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 100%;
    border-top: 5px solid #ff6363;
    border-right: 5px solid transparent;
}

.jg_comments_title {
    margin-bottom: 30px;
}

.jg_cmtf {
    border: 1px dashed #dddddd;
    border-radius: 2px;
    color: #aaaaaa;
    padding: 30px 0;
    text-align: center;
}

.fancybox-image {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.fancybox-type-image.fancybox-opened .fancybox-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.fancybox-nav {
    width: 56px;
    z-index: 100;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-close {
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.fancybox-full #fancybox-thumbs {
    bottom: -200px;
}

.fancybox-full .fancybox-prev {
    left: -100px;
}

.fancybox-full .fancybox-next,
.fancybox-full .fancybox-close {
    right: -100px;
}

.ui-loader {
    display: none;
}

.jg_pathway {
    padding: 0;
    margin: 0 0 23px;
}

ul#order {
    margin: 0 0 15px;
    overflow: hidden;
}

ul#order li {
    display: inline-block;
}

.jg_commentsarea {
    clear: both;
    padding-top: 20px;
}

.jg_commentsarea textarea {
    width: 100%;
    height: 200px;
}

.jg_commentsarea .username {
    font-weight: 500;
    font-size: 16.8px;
    line-height: 27.6px;
    display: block;
    margin-bottom: 23px;
}

.jg_commentsarea div[class*="jg_row"] {
    padding-bottom: 40px;
}

.jg_commentsarea div[class*="jg_row"] .comment_text {
    display: block;
}

.jg-details-header h4 {
    text-align: inherit;
    padding: 0;
}

label.error {
    color: #333333;
    margin-bottom: 10px;
}

.jg_dtl_photo {
    text-align: center;
}

.inputbox.error {
    margin-bottom: 0;
}

.joom_gal .joom_gal_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.joom_gal .joom_gal_item .jg_photo {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.joom_gal .joom_gal_item .jg_element_txt a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    color: #fff;
}

.joom_gal .joom_gal_item .jg_element_txt a:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.joom_gal .joom_gal_item .jg_element_txt a b {
    font: inherit;
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
}

.joom_gal .joom_gal_item:hover .jg_element_txt a {
    opacity: 1;
}

.joom_gal .joom_gal_item:hover .jg_photo {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.vmCartModule {
    position: relative;
    float: right;
}

.vmCartModule #vm_cart_products {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 260px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 21px #e2e7ec;
    -moz-box-shadow: 0 0 21px #e2e7ec;
    box-shadow: 0 0 21px #e2e7ec;
    padding: 10px;
    z-index: 101;
    background: #fff;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    display: none\0;
}

.vmCartModule #vm_cart_products.shown {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    display: block\0;
}

.vmCartModule #vm_cart_products.empty {
    display: none !important;
}

.vmCartModule #vm_cart_products .cart_title {
    margin-bottom: 23px;
}

.vmCartModule #vm_cart_products .total {
    margin-bottom: 23px;
}

.vmCartModule .remove_product {
    font-size: 17.5px;
    float: right;
}

.vmCartModule .subtotal_with_tax {
    float: right;
    margin-right: 10px;
}

.vmCartModule .vmcontainer {
    position: relative;
    padding-bottom: 23px;
}

.vmCartModule .vmcontainer .product_row {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    overflow: hidden;
}

.vmCartModule .vmcontainer .product_row .product_img {
    float: left;
    width: 80px;
    margin: 0 20px 10px 0;
}

.vmCartModule .vmcontainer+.vmcontainer {
    border-top: 1px solid #e5e5e5;
    padding-top: 23px;
}

.vmCartModule .vmcontainer .removing_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    background: rgba(51, 51, 51, 0.2);
    color: #333333;
    text-align: center;
    line-height: 100%;
    z-index: -1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.vmCartModule .vmcontainer .removing_title:before {
    content: '';
    display: inline-block;
    width: 0;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
}

.vmCartModule .vmcontainer.removing .product_row {
    opacity: 0.5;
}

.vmCartModule .vmcontainer.removing .removing_title {
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
}

.vmCartModule .total_products a.disabled {
    pointer-events: none;
}

.moduletable .vmproduct .product-fields {
    display: none;
}

.moduletable .vmproduct label.quantity_box,
.moduletable .vmproduct span.quantity-box {
    display: none;
}

.moduletable .vmproduct ul.variants {
    margin: 0 0 17px;
    list-style: none;
}

.moduletable .vmproduct ul.variants li {
    display: inline-block;
}

.moduletable .vmproduct ul.variants li a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-clip: padding-box;
    text-decoration: none !important;
}

.moduletable .vmproduct ul.variants li+li {
    margin-left: 10px;
}

.moduletable .vmproduct ul.variants.variants_color li a {
    height: 27px;
    width: 27px;
    border: 4px solid transparent;
}

.moduletable .vmproduct ul.variants.variants_color li a:after {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #e5e5e5;
    content: '';
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.moduletable .vmproduct ul.variants.variants_color li a:hover:after,
.moduletable .vmproduct ul.variants.variants_color li a.selected:after {
    border: 2px solid #333333;
}

.moduletable .vmproduct ul.variants.variants_size {
    margin-bottom: 21px;
}

.moduletable .vmproduct ul.variants.variants_size li a {
    height: 33px;
    width: 33px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.moduletable .vmproduct ul.variants.variants_size li a:hover,
.moduletable .vmproduct ul.variants.variants_size li a.selected {
    background: #333;
    border-color: #333;
    color: #fff;
}

.moduletable .vmproduct .variant_title {
    margin-bottom: 9px;
}

.moduletable .vmproduct .variant_title .required {
    color: #f83e3e;
}

label[for=mod_virtuemart_search] {
    position: relative;
    padding-right: 55px;
}

label[for=mod_virtuemart_search] button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

input#mod_virtuemart_search {
    width: 100%;
}

.VMmenu {
    margin: 0;
}

.VMmenu dl {
    margin: 0;
}

.VMmenu dt {
    font-weight: normal;
}

.VMmenu dt a {
    display: block;
    text-decoration: none;
}

.VMmenu dt a.current,
.VMmenu dt a.active {
    color: #333333;
}

.VMmenu dt.parent {
    position: relative;
}

.VMmenu dt.parent a {
    padding-right: 30px;
}

.VMmenu dt.parent:before {
    content: '\f067';
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    pointer-events: none;
    margin-top: -8px;
}

.VMmenu dt.parent.current:before,
.VMmenu dt.parent.opened:before {
    content: '\f068';
}

.VMmenu dd.current {
    display: block;
    height: auto;
}

.VMmenu>dt {
    border: 1px solid #e5e5e5;
    border-top: none;
}

.VMmenu>dt a {
    padding: 5px 10px;
}

.VMmenu>dt:first-child {
    border-top: 1px solid #e5e5e5;
}

.VMmenu>dd {
    padding: 5px 0px 5px 20px;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.VMmenu>dd dt {
    padding-bottom: 5px;
}

#com_virtuemart .vm-product-horizon .vm-product-media-container>a,
#com_virtuemart .product-related-products .vm-product-media-container>a {
    position: relative;
    font-size: 0;
    line-height: 0;
}

#com_virtuemart .vm-product-horizon .vm-product-media-container>a .sale_icon,
#com_virtuemart .product-related-products .vm-product-media-container>a .sale_icon {
    position: absolute;
    text-transform: uppercase;
    left: 10px;
    top: 10px;
    z-index: 10;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #ffffff;
    width: 56px;
    line-height: 56px;
    height: 56px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#com_virtuemart .vm-product-horizon .vm-product-media-container>a:hover,
#com_virtuemart .product-related-products .vm-product-media-container>a:hover {
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

#com_virtuemart .vm-product-horizon .vm-product-media-container>a:hover .sale_icon,
#com_virtuemart .product-related-products .vm-product-media-container>a:hover .sale_icon {
    animation-name: sale;
    animation-duration: 1s;
}

#com_virtuemart .addtocart-area,
#com_virtuemart .vm-details-button {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
}

#com_virtuemart .addtocart-area form,
#com_virtuemart .vm-details-button form {
    margin: 0;
}

#com_virtuemart .product {
    margin-bottom: 30px;
}

#com_virtuemart .productdetails-view .addtocart-area {
    display: block;
    margin-bottom: 43px;
}

#com_virtuemart .productdetails-view .quantity_box {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

#com_virtuemart .productdetails-view input.quantity-input {
    width: 50px;
    margin: 0 15px 0 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#com_virtuemart .productdetails-view .prices_block .ratingbox {
    float: right;
    margin-top: -20px;
}

#com_virtuemart .productdetails-view .customer-reviews .date {
    display: block;
    margin: 0 0 23px;
}

#com_virtuemart .productdetails-view .customer-reviews .date:before {
    content: '\f017';
    font-family: FontAwesome;
    margin-right: 5px;
    color: #5fa736;
}

#com_virtuemart .productdetails-view .customer-reviews .vote {
    display: block;
}

#com_virtuemart .productdetails-view .customer-reviews .author {
    display: block;
    color: #5fa736;
    font-size: 17.5px;
    font-weight: bold;
    margin-bottom: 23px;
}

#com_virtuemart .productdetails-view .customer-reviews .list-reviews>div {
    margin-bottom: 30px;
}

#com_virtuemart .productdetails-view .customer-reviews .write-reviews .step {
    display: block;
    margin-bottom: 23px;
}

#com_virtuemart .productdetails-view .customer-reviews .write-reviews textarea#comment {
    width: 100%;
    height: 200px;
}

#com_virtuemart .productdetails-view .product_tabs {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    margin-bottom: 46px;
}

#com_virtuemart .productdetails-view .product_tabs:before {
    width: 1px;
    background: #e5e5e5;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 269px;
}

#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical {
    float: left;
    width: 270px;
    margin: 0 0 -1px;
    position: relative;
    z-index: 10;
}

#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li {
    border-left: 2px solid transparent;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid transparent;
}

#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li.active {
    border-left: 2px solid #333;
    border-right: 1px solid #fff;
}

#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li.active a {
    color: #333;
}

#com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li a {
    display: block;
    padding: 15px 19px;
    text-transform: uppercase;
    color: #888888;
    font-size: 14px;
    font-weight: bold;
    background: none !important;
}

#com_virtuemart .productdetails-view .product_tabs .tab-content {
    overflow: hidden;
    padding: 24px 31px;
}

#com_virtuemart .productdetails-view .product-related-products,
#com_virtuemart .productdetails-view .product-related-categories {
    margin-bottom: 20px;
    border-top: 1px solid #e5e9eb;
    padding-top: 45px;
    margin-top: 30px;
}

#com_virtuemart .productdetails-view .product-related-products .vm-product-media-container span.vm-img-desc,
#com_virtuemart .productdetails-view .product-related-categories .vm-product-media-container span.vm-img-desc {
    display: none;
}

#com_virtuemart .productdetails-view .product-related-products .list_carousel,
#com_virtuemart .productdetails-view .product-related-categories .list_carousel {
    margin: 0 -30px 0 0;
    padding: 0;
    position: relative;
    width: auto;
}

#com_virtuemart .productdetails-view .product-related-products .list_carousel ul,
#com_virtuemart .productdetails-view .product-related-categories .list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#com_virtuemart .productdetails-view .product-related-products .caroufredsel_wrapper,
#com_virtuemart .productdetails-view .product-related-categories .caroufredsel_wrapper {
    cursor: auto !important;
}

#com_virtuemart .productdetails-view .product-related-products .list_carousel li,
#com_virtuemart .productdetails-view .product-related-categories .list_carousel li {
    padding: 0 30px 0 0;
    margin: 0;
    display: block;
    float: left;
    min-width: 50px;
    min-height: 162px;
}

#com_virtuemart .productdetails-view .product-related-products .clearfix,
#com_virtuemart .productdetails-view .product-related-categories .clearfix {
    float: none;
    clear: both;
}

#com_virtuemart .productdetails-view .product-related-products .caroufredsel_prev,
#com_virtuemart .productdetails-view .product-related-categories .caroufredsel_prev,
#com_virtuemart .productdetails-view .product-related-products .caroufredsel_next,
#com_virtuemart .productdetails-view .product-related-categories .caroufredsel_next {
    position: absolute;
    top: 50%;
    display: block;
    margin: -64px 0 0 0;
    color: #fff;
    background: none !important;
    font-size: 36px;
    color: #d9dee1;
    cursor: pointer;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

#com_virtuemart .productdetails-view .product-related-products .caroufredsel_prev,
#com_virtuemart .productdetails-view .product-related-categories .caroufredsel_prev {
    left: -42px;
}

#com_virtuemart .productdetails-view .product-related-products .caroufredsel_next,
#com_virtuemart .productdetails-view .product-related-categories .caroufredsel_next {
    right: -12px;
}

#com_virtuemart .productdetails-view .customer-reviews {
    border-top: 1px solid #e5e9eb;
    padding-top: 45px;
}

#com_virtuemart .productdetails-view.custom .prices_block .ratingbox {
    float: none;
    margin-top: 20px;
}

#com_virtuemart .productdetails-view .tab-content .tab-pane .video_frame iframe {
    overflow: hidden;
    width: 0 !important;
    height: 0 !important;
    display: none;
}

#com_virtuemart .productdetails-view .tab-content .tab-pane.active .video_frame iframe {
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
    display: block;
}

#com_virtuemart .vm-nodisplay {
    display: none;
}

#com_virtuemart .main-image {
    width: 467px;
    border: 1px solid #e5e5e5;
}

#com_virtuemart .jssort02 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#com_virtuemart .jssort02 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border: 0px solid transparent;
}

#com_virtuemart .jssort02 .p:hover .c,
#com_virtuemart .jssort02 .pav .c {
    border: 3px solid;
}

#com_virtuemart .additional-images {
    overflow: hidden;
    position: absolute;
    border-color: #e5e5e5 !important;
}

#com_virtuemart .additional-images a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#com_virtuemart .vm-product-container {
    position: relative;
    z-index: 100;
    padding-bottom: 30px;
}

#com_virtuemart .vm-product-details-container {
    padding-bottom: 11px;
}

#com_virtuemart .vm-product-details-container .manufacturer {
    padding-bottom: 23px;
    font-size: 20px;
    color: #333333;
    font-weight: 300;
}

#com_virtuemart .vm-product-details-container .manufacturer a {
    color: #777;
    font-size: 18px;
}

#com_virtuemart .product-field-type-variants {
    display: none;
}

#com_virtuemart ul.variants {
    padding: 0 0 7px;
    list-style: none;
    margin: 0;
}

#com_virtuemart ul.variants li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#com_virtuemart ul.variants li a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    background-clip: padding-box;
    text-decoration: none !important;
}

#com_virtuemart ul.variants.variants_color li a {
    height: 27px;
    width: 27px;
    border: 4px solid transparent;
}

#com_virtuemart ul.variants.variants_color li a:after {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border: 1px solid #e5e5e5;
    content: '';
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#com_virtuemart ul.variants.variants_color li a:hover:after,
#com_virtuemart ul.variants.variants_color li a.selected:after {
    border: 2px solid #333333;
}

#com_virtuemart ul.variants.variants_size {
    margin-bottom: 21px;
}

#com_virtuemart ul.variants.variants_size li a {
    height: 33px;
    width: 33px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    color: #333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#com_virtuemart ul.variants.variants_size li a:hover,
#com_virtuemart ul.variants.variants_size li a.selected {
    background: #333;
    border-color: #333;
    color: #fff;
}

#com_virtuemart .variant_title {
    margin-bottom: 9px;
}

#com_virtuemart .variant_title .required {
    color: #f83e3e;
}

#com_virtuemart .product_code {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#com_virtuemart .product_code span {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    color: #333;
    font-weight: bold;
    background: #eee;
    padding: 0 10px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    margin-left: 4px;
}

#com_virtuemart .availability {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

#com_virtuemart .availability_date {
    display: inline-block;
    vertical-align: middle;
}

#com_virtuemart .product_in_stock {
    display: inline-block;
    vertical-align: middle;
}

#com_virtuemart .product_in_stock span {
    color: #333;
}

#com_virtuemart .ratingbox {
    font-size: 0;
    white-space: nowrap;
    color: #ddd;
    position: relative;
    overflow: hidden;
    width: 75px;
}

#com_virtuemart .ratingbox i {
    font-size: 16px;
    width: 16px;
}

#com_virtuemart .ratingbox .stars-orange {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
}

#com_virtuemart .ratingbox.dummy {
    font-size: 14px;
    width: auto;
    margin-bottom: 20px;
}

#com_virtuemart .product_units {
    font-size: 20px;
    color: #333333;
    font-weight: 300;
    padding-bottom: 20px;
}

#com_virtuemart .product_units span {
    font-size: 18px;
    color: #777;
    margin-left: 10px;
}

#com_virtuemart .product-fields-title {
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    padding-bottom: 15px;
    display: block;
}

#com_virtuemart .divider_horizontal {
    height: 1px;
    background: #e5e5e5;
    overflow: hidden;
    margin-bottom: 20px;
}

#com_virtuemart .prices_block {
    overflow: hidden;
    padding-bottom: 21px;
    color: #333;
    font-weight: 300;
    font-size: 19px;
    line-height: 31px;
}

#com_virtuemart .product-price {
    font-weight: 300;
}

#com_virtuemart .product-price>div {
    padding-bottom: 5px;
}

#com_virtuemart .with_discount span.PricebasePrice {
    text-decoration: line-through;
    font-size: 0.5925925925925926em;
    line-height: 0em;
}

#com_virtuemart .with_discount .PricediscountedPriceWithoutTax,
#com_virtuemart .with_discount .PricediscountAmount {
    display: none;
}

#com_virtuemart .top_details {
    margin-bottom: 10px;
}

#com_virtuemart .recommend_link,
#com_virtuemart .ask-a-question {
    padding-bottom: 23px;
}

#com_virtuemart .category-view .category {
    margin-bottom: 30px;
}

#com_virtuemart .category-view span.quantity-box {
    width: 0;
    font-size: 0;
    line-height: 0;
}

#com_virtuemart .category-view .addtocart-bar {
    font-size: 0;
}

#com_virtuemart .product_dim {
    padding: 5px 0;
}

#com_virtuemart .vm-order-list {
    float: left;
    width: 70%;
}

#com_virtuemart .display-number {
    text-align: right;
    padding-bottom: 20px;
}

#com_virtuemart .display-number .title {
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

#com_virtuemart .orderlistcontainer {
    position: relative;
    padding-bottom: 20px;
}

#com_virtuemart .orderlistcontainer .title {
    font-weight: 300;
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

#com_virtuemart .orderlistcontainer .sort_list {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

#com_virtuemart .orderlistcontainer .sort_list .activeOrder {
    display: inline-block;
    max-width: 100%;
}

#com_virtuemart .orderlistcontainer .sort_list:hover .orderlist {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#com_virtuemart .orderlistcontainer .orderlist {
    z-index: 100;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 5px 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.2s ease 0.5s;
    -moz-transition: all 0.2s ease 0.5s;
    -o-transition: all 0.2s ease 0.5s;
    transition: all 0.2s ease 0.5s;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

#com_virtuemart .orderlistcontainer .orderlist>div {
    padding: 5px 10px;
}

#com_virtuemart .orderlistcontainer .orderlist a {
    white-space: nowrap;
}

#com_virtuemart .orderlistcontainer.manufacturer {
    cursor: pointer;
}

#com_virtuemart .orderlistcontainer.manufacturer .activeOrder:after {
    content: '\f078';
    font-family: FontAwesome;
    padding-left: 6px;
}

#com_virtuemart #com-form-login-remember label[for=remember] {
    display: inline-block;
}

#com_virtuemart #com-form-login-buttons>button,
#com_virtuemart #com-form-login-buttons>a {
    margin-bottom: 30px;
}

#com_virtuemart #com-form-login .input-prepend {
    position: relative;
    display: block;
    font-size: inherit;
}

#com_virtuemart #com-form-login .input-prepend span.add-on {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    border: none;
    background: none;
    margin: 0;
    line-height: 50px;
    text-align: center;
}

#com_virtuemart #com-form-login .input-prepend span.add-on span {
    width: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 2px solid #ececec;
    line-height: 20px;
    font-size: 14px;
}

#com_virtuemart #com-form-login .input-prepend .inputbox {
    padding-left: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#com_virtuemart #checkoutForm span.controls {
    display: inline-block;
}

#com_virtuemart #checkoutForm label {
    display: inline-block;
    white-space: nowrap;
}

#com_virtuemart #checkoutForm label span.vmshipment {
    display: block;
}

#com_virtuemart #checkoutForm label span.vmshipment span.vmshipment_name {
    display: inline;
}

#com_virtuemart #checkoutForm label span.vmpayment {
    display: block;
}

#com_virtuemart #checkoutForm label span.vmpayment span.vmpayment_name {
    display: inline;
}

#com_virtuemart .vm-continue-shopping {
    float: left;
    margin-right: 10px;
}

#com_virtuemart .vm-continue-shopping .btn:after {
    display: none;
}

#com_virtuemart .checkout-button-bottom {
    float: right;
}

#com_virtuemart .checkout-button-bottom .btn:after {
    display: none;
}

#com_virtuemart label[for=STsameAsBTjs] {
    display: inline-block;
}

#com_virtuemart input.coupon,
#com_virtuemart input.quantity-input {
    margin-bottom: 0;
}

#com_virtuemart input.quantity-input {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

#com_virtuemart .nowrap {
    white-space: nowrap;
}

#com_virtuemart .cart_product_image span.cart-images {
    display: block;
}

#com_virtuemart .cart_product_image .vm-customfield-cart {
    font-size: 14px;
}

#com_virtuemart .cart_product_image img {
    width: 150px;
}

#com_virtuemart .cart_product_image div.item_title {
    display: none;
    font-size: 17.5px;
}

#com_virtuemart .cart-summary {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    width: 100%;
    border-collapse: collapse;
}

#com_virtuemart .cart-summary th {
    background: #f6f8fa;
}

#com_virtuemart .cart-summary th,
#com_virtuemart .cart-summary td {
    border: 1px solid #e5e5e5;
    padding: 8px;
    text-align: left;
}

#com_virtuemart .cart-summary label {
    display: inline;
}

#com_virtuemart .cart-summary td.total {
    font-weight: bold;
}

#com_virtuemart .cart-summary .product_thead__mobile,
#com_virtuemart .cart-summary .product_tbody__mobile,
#com_virtuemart .cart-summary .sectiontableentry__mobile {
    display: none;
}

#com_virtuemart .cart-summary .coupon_descr {
    white-space: nowrap;
}

#com_virtuemart .cart-summary span.details-button {
    padding: 5px 0;
    vertical-align: middle;
    display: inline-block;
}

#com_virtuemart .cart-summary input.coupon {
    width: 190px;
}

#com_virtuemart .cart-summary .btn.vmicon {
    padding: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#com_virtuemart .cart-summary .btn.vmicon:after {
    display: none;
}

#com_virtuemart .cart-summary .vm-price-value {
    font-size: inherit;
}

#com_virtuemart .cart_product_title {
    font-size: 17.5px;
}

#com_virtuemart .cart_product_title .vm-customfield-cart {
    font-size: 14px;
}

#com_virtuemart form#userForm .inputbox.error {
    margin-bottom: 10px;
}

#com_virtuemart form#userForm,
#com_virtuemart form#paymentForm {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#com_virtuemart form#userForm[name=chooseShipmentRate] .buttonBar-right,
#com_virtuemart form#paymentForm[name=chooseShipmentRate] .buttonBar-right,
#com_virtuemart form#userForm[name=choosePaymentRate] .buttonBar-right,
#com_virtuemart form#paymentForm[name=choosePaymentRate] .buttonBar-right {
    padding-top: 23px;
}

#com_virtuemart form#userForm[name=chooseShipmentRate] .buttonBar-right .btn[name=updatecart],
#com_virtuemart form#paymentForm[name=chooseShipmentRate] .buttonBar-right .btn[name=updatecart],
#com_virtuemart form#userForm[name=choosePaymentRate] .buttonBar-right .btn[name=updatecart],
#com_virtuemart form#paymentForm[name=choosePaymentRate] .buttonBar-right .btn[name=updatecart] {
    float: right;
}

#com_virtuemart form#userForm label,
#com_virtuemart form#paymentForm label {
    display: inline-block;
    white-space: nowrap;
}

#com_virtuemart form#userForm label span.vmshipment,
#com_virtuemart form#paymentForm label span.vmshipment,
#com_virtuemart form#userForm label span.vmpayment,
#com_virtuemart form#paymentForm label span.vmpayment {
    display: block;
}

#com_virtuemart form#userForm label span.vmshipment span.vmshipment_name,
#com_virtuemart form#paymentForm label span.vmshipment span.vmshipment_name,
#com_virtuemart form#userForm label span.vmpayment span.vmshipment_name,
#com_virtuemart form#paymentForm label span.vmpayment span.vmshipment_name,
#com_virtuemart form#userForm label span.vmshipment span.vmpayment_name,
#com_virtuemart form#paymentForm label span.vmshipment span.vmpayment_name,
#com_virtuemart form#userForm label span.vmpayment span.vmpayment_name,
#com_virtuemart form#paymentForm label span.vmpayment span.vmpayment_name {
    display: inline;
    padding: 0;
}

#com_virtuemart form#userForm input[type=text],
#com_virtuemart form#paymentForm input[type=text],
#com_virtuemart form#userForm input[type=email],
#com_virtuemart form#paymentForm input[type=email],
#com_virtuemart form#userForm input[type=password],
#com_virtuemart form#paymentForm input[type=password],
#com_virtuemart form#userForm select,
#com_virtuemart form#paymentForm select,
#com_virtuemart form#userForm table,
#com_virtuemart form#paymentForm table {
    width: 100% !important;
}

#com_virtuemart form#userForm td.key,
#com_virtuemart form#paymentForm td.key {
    padding-right: 10px;
}

#com_virtuemart form#userForm .userfields_info,
#com_virtuemart form#paymentForm .userfields_info {
    font-weight: bold;
    margin-bottom: 23px;
    display: block;
}

#com_virtuemart form#adminForm .userfields_info {
    font-weight: bold;
    margin-bottom: 23px;
    display: block;
    text-align: center;
}

#com_virtuemart form#adminForm .buttonBar-right {
    text-align: center;
}

#com_virtuemart fieldset.user_vmshopper {
    padding-bottom: 23px;
}

#com_virtuemart fieldset.user_vmshopper label[for=customer_number] {
    margin: 0;
}

#com_virtuemart table.adminForm.user-details {
    border: none;
}

#com_virtuemart table.adminForm.user-details td,
#com_virtuemart table.adminForm.user-details th {
    padding: 0px 10px;
    width: 50%;
    border: none !important;
}

#com_virtuemart table.adminForm.user-details td.key,
#com_virtuemart table.adminForm.user-details th.key {
    text-align: right;
}

#com_virtuemart table.adminForm.user-details td span.select,
#com_virtuemart table.adminForm.user-details th span.select {
    width: 220px;
}

#com_virtuemart table.adminForm.user-details td span.select select,
#com_virtuemart table.adminForm.user-details th span.select select {
    width: 100% !important;
}

#com_virtuemart table.adminForm.user-details td label,
#com_virtuemart table.adminForm.user-details th label {
    display: inline-block;
}

#com_virtuemart table.adminForm.user-details td:first-child,
#com_virtuemart table.adminForm.user-details th:first-child {
    padding-left: 0;
}

#com_virtuemart table.adminForm.user-details td:last-child,
#com_virtuemart table.adminForm.user-details th:last-child {
    padding-right: 0;
}

#com_virtuemart fieldset.user_shipto {
    text-align: center;
}

#com_virtuemart fieldset.user_shipto ul {
    margin: 0;
    padding: 23px 0;
}

#com_virtuemart .control-buttons {
    text-align: right;
}

#com_virtuemart .control-buttons .cancel {
    float: left;
}

#com_virtuemart .control-buttons .btn:after {
    display: none;
}

#com_virtuemart .buttonBar-right .btn:after,
#com_virtuemart .spaceStyle .btn:after {
    display: none;
}

#com_virtuemart div.login_form {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#com_virtuemart .vmshipment_name,
#com_virtuemart .vmpayment_name {
    display: block;
    padding-bottom: 10px;
}

#com_virtuemart table.adminlist {
    border: 1px solid #e5e5e5;
    width: 100%;
    text-align: left;
}

#com_virtuemart table.adminlist th,
#com_virtuemart table.adminlist td {
    padding: 8px;
}

#com_virtuemart table.adminlist thead {
    display: none;
}

#com_virtuemart table.adminlist thead:first-child {
    display: table-header-group;
}

#com_virtuemart div.terms-of-service {
    margin-bottom: 23px;
}

#com_virtuemart textarea#customer_note_field {
    width: 100%;
    height: 200px;
}

#com_virtuemart div.cart.tos {
    overflow: hidden;
}

#com_virtuemart div.cart.tos label.cart.tos {
    font-size: 0;
}

#com_virtuemart div.cart.tos label[for=tos] {
    display: inline-block;
}

#com_virtuemart ul.steps {
    display: table;
    width: 100%;
    table-layout: fixed;
    counter-reset: list;
    margin: 0 0 23px;
}

#com_virtuemart ul.steps li {
    display: table-cell;
    background: #ededed;
    border: 1px solid #c7c7c7;
    padding: 0;
    position: relative;
    list-style: none;
}

#com_virtuemart ul.steps li:before {
    content: counter(list, decimal-leading-zero) '.';
    counter-increment: list;
    left: 15px;
    background: none;
    top: 50%;
    line-height: 1px;
    position: absolute;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    z-index: 10;
}

#com_virtuemart ul.steps li>span {
    display: block;
    padding: 18px 20px 17px 40px;
}

#com_virtuemart ul.steps li+li {
    border-left-width: 0;
}

#com_virtuemart ul.steps li+li>span {
    position: relative;
}

#com_virtuemart ul.steps li+li>span:before {
    position: absolute;
    top: 0;
    left: -30px;
    content: '';
    border-top: 29px solid #c7c7c7;
    border-left: 30px solid transparent;
    border-bottom: 29px solid #c7c7c7;
    height: 0;
    width: 0;
}

#com_virtuemart ul.steps li+li>span:after {
    position: absolute;
    top: 0;
    left: -29px;
    content: '';
    border-top: 29px solid #ededed;
    border-left: 30px solid transparent;
    border-bottom: 29px solid #ededed;
    height: 0;
    width: 0;
}

#com_virtuemart ul.steps li.current span,
#com_virtuemart ul.steps li.current:before {
    color: #fff;
}

#com_virtuemart table.order_details {
    width: 100%;
    margin-top: 23px;
    border-collapse: collapse;
}

#com_virtuemart table.order_details th,
#com_virtuemart table.order_details td {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

#com_virtuemart table.bill_addr,
#com_virtuemart table.ship_addr {
    width: 100%;
    border-collapse: collapse;
}

#com_virtuemart table.bill_addr th,
#com_virtuemart table.ship_addr th,
#com_virtuemart table.bill_addr td,
#com_virtuemart table.ship_addr td {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

#com_virtuemart table.order_items,
#com_virtuemart table.order_history {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

#com_virtuemart table.order_items th,
#com_virtuemart table.order_history th,
#com_virtuemart table.order_items td,
#com_virtuemart table.order_history td {
    border: 1px solid #e5e5e5;
    padding: 10px;
}

#com_virtuemart table.order_items thead {
    display: none;
}

#com_virtuemart table.order_items thead:first-child {
    display: table-header-group;
}

#com_virtuemart table.order_items caption {
    display: none;
    text-align: left;
    font-weight: bold;
    padding-bottom: 5px;
}

#com_virtuemart .spaceStyle .span6 {
    margin-top: 23px;
}

#com_virtuemart #ui-tabs ul#tabs {
    margin: 23px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

#com_virtuemart #ui-tabs ul#tabs li {
    display: table-cell;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid #e5e5e5;
}

#com_virtuemart #ui-tabs ul#tabs li+li {
    border-left: none;
}

#com_virtuemart #ui-tabs ul#tabs li.current,
#com_virtuemart #ui-tabs ul#tabs li:hover {
    color: #fff;
    background: #5fa736;
}

#com_virtuemart #ui-tabs .tabs.dyn-tabs {
    display: none;
}

#com_virtuemart #ui-tabs .tabs.dyn-tabs#tab-1 {
    display: block;
}

#com_virtuemart .virtuemart_search input.inputbox {
    margin-bottom: 0;
}

#com_virtuemart form#askform {
    margin-right: 5px;
}

#com_virtuemart form#askform textarea {
    width: 100%;
    height: 200px;
}

#com_virtuemart .quantity-box {
    position: relative;
    display: inline-block;
}

#com_virtuemart .quantity-box label.error {
    white-space: nowrap;
}

#com_virtuemart .line-through {
    text-decoration: line-through;
}

#com_virtuemart .featured-view span.quantity-box {
    display: none;
}

#com_virtuemart .chzn-container-single .chzn-single {
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #f6f8fa;
}

#com_virtuemart .chzn-container-single .chzn-single div:before {
    content: '\f107';
}

#com_virtuemart .hero-unit div[class*="post_payment"] {
    font-size: 0;
    white-space: nowrap;
}

#com_virtuemart .hero-unit div[class*="post_payment"] .width_50 {
    display: inline-block;
    width: 50%;
    white-space: normal;
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 5px;
}

#com_virtuemart .hero-unit div[class*="post_payment"] .tright {
    text-align: right;
    padding: 0 5px 0 0;
}

#com_virtuemart .hero-unit .btn {
    margin-top: 10px;
}

#com_virtuemart .btn[name=notifycustomer] {
    margin-bottom: 30px;
}

#com_virtuemart .vm-product-details-content {
    padding-left: 40px;
}

#com_virtuemart .vm-product-details-content .shipment_info {
    padding-bottom: 20px;
}

#com_virtuemart .vm-product-details-content .prices_block {
    padding-bottom: 15px;
}

#com_virtuemart .vm-product-details-content .prices_block .PricesalesPrice {
    font-size: 35px;
    font-weight: 300;
}

#com_virtuemart .vm-product-details-content .prices_block .with_discount span.PricebasePrice {
    font-size: 18px;
    color: #999;
}

#com_virtuemart .vm-product-details-content .quantity-box {
    display: block;
    margin-bottom: 30px;
    width: 134px;
    border: 1px solid #e5e9eb;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
}

#com_virtuemart .vm-product-details-content .quantity-box input {
    border: none !important;
    height: 48px;
    margin: 0;
    width: 38px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#com_virtuemart .vm-product-details-content .quantity-box .quantity-controls {
    display: inline-block;
    width: 48px;
    height: 48px;
    vertical-align: middle;
    cursor: pointer;
    line-height: 48px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #888;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

#com_virtuemart .vm-product-details-content .quantity-box .controls {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#com_virtuemart .category-view-catalog .category {
    width: 100% !important;
}

#com_virtuemart .category-view-catalog .item_img a {
    color: #888;
    position: relative;
}

#com_virtuemart .category-view-catalog .item_img a .category_content {
    padding-top: 20px;
    position: absolute;
    left: 9%;
    font-size: 14px;
    line-height: 23px;
    z-index: 10;
    top: 50%;
    width: 350px;
    max-width: 82%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#com_virtuemart .category-view .category-view>.category {
    text-align: center;
}

#com_virtuemart .category-view .ratingbox {
    padding-top: 10px;
}

#com_virtuemart .category-view .item_img {
    color: #888;
    position: relative;
}

#com_virtuemart .category-view .item_img .category_content {
    padding-top: 20px;
    position: absolute;
    left: 9%;
    font-size: 14px;
    line-height: 23px;
    z-index: 10;
    top: 50%;
    width: 350px;
    max-width: 82%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#com_virtuemart .category-view-home {
    text-align: center;
}

#com_virtuemart select,
#com_virtuemart select[multiple],
#com_virtuemart select[size],
#com_virtuemart textarea,
#com_virtuemart input[type="text"],
#com_virtuemart input[type="password"],
#com_virtuemart input[type="datetime"],
#com_virtuemart input[type="datetime-local"],
#com_virtuemart input[type="date"],
#com_virtuemart input[type="month"],
#com_virtuemart input[type="time"],
#com_virtuemart input[type="week"],
#com_virtuemart input[type="number"],
#com_virtuemart input[type="email"],
#com_virtuemart input[type="url"],
#com_virtuemart input[type="search"],
#com_virtuemart input[type="tel"],
#com_virtuemart input[type="color"],
#com_virtuemart .uneditable-input {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.moduletable.catalog_cats {
    margin-bottom: 30px;
}

.moduletable.catalog_cats ul.virtuemart_categories {
    margin: 0;
}

.moduletable.catalog_cats ul.virtuemart_categories>li {
    font-size: 20px;
    padding: 0 0 20px;
    font-weight: 300;
}

.moduletable.catalog_cats ul.virtuemart_categories>li a {
    color: #333333;
}

.moduletable.catalog_cats ul.virtuemart_categories>li ul {
    margin: 30px 0 0;
}

.moduletable.catalog_cats ul.virtuemart_categories>li li {
    font-size: 18px;
    padding: 0 0 9px 24px;
    position: relative;
}

.moduletable.catalog_cats ul.virtuemart_categories>li li>a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}

.vmgroupbrands {
    margin: 0 0 40px;
}

ul.vmmanufacturerbrands {
    margin: 0;
}

ul.vmmanufacturerbrands li {
    font-size: 18px;
    padding: 0 0 9px 24px;
    position: relative;
    font-weight: 300;
}

ul.vmmanufacturerbrands li>a {
    color: #333333;
}

ul.vmmanufacturerbrands li>a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 1px;
}

body.option-com_virtuemart #facebox {
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

body.option-com_virtuemart #facebox:before {
    content: '';
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 0;
    vertical-align: middle;
}

body.option-com_virtuemart #facebox .popup {
    white-space: normal;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    z-index: 65559;
    text-align: left;
    max-height: 100%;
    overflow: auto;
    width: 605px;
}

body.option-com_virtuemart #facebox .popup .container-fluid {
    margin: 0;
}

body.option-com_virtuemart #facebox .popup>.close {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    right: 7px;
}

body.option-com_virtuemart #facebox .popup>.close:before {
    content: '\f057';
    font-size: 25px;
    line-height: 1em;
    font-family: FontAwesome;
}

body.option-com_virtuemart #facebox .popup .content {
    padding-right: 35px;
    display: block;
}

body.option-com_virtuemart #facebox .popup .content .product_img {
    float: left;
    width: 178px;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 45%;
}

body.option-com_virtuemart #facebox .popup .content .btn {
    height: auto;
    width: auto;
    position: static;
    opacity: 1;
    float: none;
    font-weight: normal;
    margin-right: 14px;
    margin-bottom: 5px;
}

body.option-com_virtuemart #facebox .popup .content .btn:after {
    display: none;
}

body.option-com_virtuemart #facebox .popup .content .btn.fright {
    float: right;
    margin-right: 0;
    margin-left: 14px;
}

body.option-com_virtuemart #facebox .popup .content .product-related-products {
    padding-top: 30px;
}

body.option-com_virtuemart #facebox .popup .content .product-related-products .wrap-products {
    margin-left: -20px;
}

body.option-com_virtuemart #facebox .popup .content .product-related-products .product-field-type-R {
    float: left;
    padding-left: 20px;
}

body.option-com_virtuemart #facebox .popup .content .product-related-products .product-field-type-R img {
    display: block;
    width: 150px;
}

body.option-com_virtuemart #facebox .popup .content iframe {
    max-width: 100%;
    display: inline-block;
}

body.option-com_virtuemart #facebox #facebox_overlay_inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 65558;
}

body.option-com_virtuemart #facebox[style*="display: none;"]+#facebox_overlay,
body.option-com_virtuemart #facebox[style*="display:none;"]+#facebox_overlay {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

#virtuemart_currency_id {
    width: 90px;
}

.ask-a-question-view {
    padding-right: 10px;
}

.ask-a-question-view .form-field {
    padding-top: 23px;
}

.jssora11l,
.jssora11r {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    height: 34px;
    width: 34px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 34px;
    text-align: center;
    font-size: 26px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
}

.jssora11l:hover,
.jssora11r:hover {
    color: #ffffff;
}

.jssora11l {
    left: 20px;
}

.jssora11r {
    right: 20px;
}

.vm-product-media-container {
    margin: 0 0 23px;
}

.vm-product-media-container>a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    max-width: 100%;
}

.vm-product-media-container>a:hover {
    -webkit-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

@keyframes sale {
    0% {
        transform: scale(1) translate(0, 0) rotate(0deg);
    }
    20% {
        transform: scale(1.2) translate(10%, 10%) rotate(0deg);
    }
    40% {
        transform: scale(1.2) translate(10%, 10%) rotate(20deg);
    }
    50% {
        transform: scale(1.2) translate(10%, 10%) rotate(0deg);
    }
    60% {
        transform: scale(1.2) translate(10%, 10%) rotate(-20deg);
    }
    80% {
        transform: scale(1.2) translate(10%, 10%) rotate(0deg);
    }
    100% {
        transform: scale(1) translate(0, 0) rotate(0deg);
        top: 10px;
        left: 10px;
    }
}

button.btn.btn-primary.addtocart-button {
    padding: 10px 35px;
    white-space: nowrap;
}

button.btn.btn-primary.addtocart-button:before {
    content: '\e14e';
    font-family: 'material-design';
    font-size: 28px;
    vertical-align: middle;
    margin-right: 4px;
}

.vm-price-value {
    display: inline-block;
    margin-right: 14px;
    padding: 0;
    font-size: 27px;
}

.vm3pr {
    margin-bottom: 25px;
}

.view-heading {
    text-align: center;
}

.easyzoom-flyout {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: block;
    max-width: inherit;
    pointer-events: none;
}

.easyzoom-flyout img {
    max-width: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.product-field-display .chzn-container {
    max-width: 270px !important;
}

#slider1_container:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: url(../images/preloader.gif) 50% 50% no-repeat #f1f1f1;
    -webkit-transition: opacity 0.5s ease, margin 0s linear 0.5s;
    -moz-transition: opacity 0.5s ease, margin 0s linear 0.5s;
    -o-transition: opacity 0.5s ease, margin 0s linear 0.5s;
    transition: opacity 0.5s ease, margin 0s linear 0.5s;
    opacity: 1;
    z-index: 999;
}

#slider1_container[jssor-slider=true]:after {
    opacity: 0;
    margin-top: 999em;
}

.moduletable.currency_selector {
    position: absolute;
    top: 20px;
    left: 0;
    font-weight: 300;
}

.moduletable.currency_selector .active_currency {
    cursor: pointer;
}

.moduletable.currency_selector .active_currency i {
    padding-left: 19px;
}

.moduletable.currency_selector .currency_wrapper {
    position: relative;
}

.moduletable.currency_selector .currency_wrapper form {
    position: absolute;
    left: -17px;
    top: -999px;
    margin-top: 14px;
    width: 140px;
    padding: 14px 20px 8px 20px;
    background: #ffffff;
    z-index: 1000;
    -webkit-box-shadow: 0 0 21px #e2e7ec;
    -moz-box-shadow: 0 0 21px #e2e7ec;
    box-shadow: 0 0 21px #e2e7ec;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0.8s, transform 0.2s ease 0.8s, top 0s linear 1s;
    -moz-transition: opacity 0.2s ease 0.8s, transform 0.2s ease 0.8s, top 0s linear 1s;
    -o-transition: opacity 0.2s ease 0.8s, transform 0.2s ease 0.8s, top 0s linear 1s;
    transition: opacity 0.2s ease 0.8s, transform 0.2s ease 0.8s, top 0s linear 1s;
}

.moduletable.currency_selector .currency_wrapper form ul {
    margin: 0;
}

.moduletable.currency_selector .currency_wrapper form ul li {
    padding: 0 0 7px;
}

.moduletable.currency_selector .currency_wrapper form ul button {
    background: none !important;
    padding: 0 !important;
    border: none !important;
    white-space: nowrap;
    color: #777;
}

.moduletable.currency_selector .currency_wrapper:hover form {
    opacity: 1;
    top: 100%;
    -webkit-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, top 0s linear 0s;
    -moz-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, top 0s linear 0s;
    -o-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, top 0s linear 0s;
    transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, top 0s linear 0s;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.custom_hover strong {
    display: none;
}


/*======================= TYPOGRAPHY =======================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-weight: 300;
    line-height: 1.2307em;
    margin-top: 0;
}

h1 {
    font-size: 55px;
    margin-bottom: 30px;
}

h1 a {
    color: #333333;
}

h1 a:hover {
    color: #5fa736;
}

h2 {
    font-size: 35px;
    margin-bottom: 32px;
}

h2 a {
    color: #333333;
}

h2 a:hover {
    color: #5fa736;
}

h3 {
    font-size: 35px;
    margin-bottom: 22px;
}

h3 a {
    color: #5fa736;
}

h3 a:hover {
    color: #333333;
}

h4 {
    color: #5fa736;
    font-size: 20px;
    margin-bottom: 15px;
}

h4 a {
    color: #5fa736;
}

h4 a:hover {
    color: #333333;
}

h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

h5 a {
    color: #333333;
}

h5 a:hover {
    color: #5fa736;
}

h6 {
    font-size: 15px;
    margin-bottom: 19px;
}

h6 a {
    color: #333333;
}

h6 a:hover {
    color: #5fa736;
}

.page_header {
    text-align: center;
}

b {
    color: #5fa736;
}

.alert-heading {
    color: inherit;
}

p {
    margin: 0;
    padding-bottom: 23px;
}

.icons-marker {
    font-size: 16.8px;
    line-height: 23px;
}


/*Buttons*/

.btn {
    font-size: 15px;
    line-height: 23px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn .fa {
    margin-left: 3px;
    margin-right: 3px;
}

.btn:after {
    content: "\f105";
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 16px;
}

.btn.disabled {
    cursor: default !important;
    pointer-events: none;
}

.btn.submitButton img {
    width: auto !important;
    height: auto !important;
    left: auto !important;
    right: 0 !important;
}

.btn.submitButton:after,
.btn.dropdown-toggle:after {
    display: none;
}

.btn.jmodedit:after {
    display: none;
}

.btn#jform_profile_dob_img {
    margin: 11px;
}

.btn#jform_profile_dob_img:after {
    display: none;
}

.btn.validate {
    margin-right: 7px;
}

.btn.jmodedit {
    margin-top: -16px;
}

.btn-group.open .btn.dropdown-toggle {
    background: none !important;
}

.buttons a {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    max-width: 158px;
    margin: 0 2px;
    padding: 13px 20px 14px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.buttons a.type1 {
    color: #fff;
    background-color: #5fa736;
}

.buttons a.type1:hover {
    background: #5fa736;
}

.buttons a.type2 {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 13px;
}

.buttons a.type2:hover {
    background: #ffffff;
}

#searchForm .btn.btn-primary {
    height: 50px;
}

#searchForm .btn.btn-primary:after {
    display: none;
}

.close {
    position: relative;
    z-index: 2;
}

.btn.jmodedit:hover>span,
.btn.jmodedit:focus>span,
.btn.jmodedit:active>span {
    transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -webkit-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
}


/*Lists*/

li {
    list-style-type: none;
}

.list1 ul a,
.archive-module a,
.categories-module a,
.category-module a,
.mod-menu .nav.menu a,
.category-modulefaqs_anchors a {
    display: inline;
    color: inherit;
}

.list1 ul a:hover,
.archive-module a:hover,
.categories-module a:hover,
.category-module a:hover,
.mod-menu .nav.menu a:hover,
.category-modulefaqs_anchors a:hover {
    background: none;
}

.list1 ul,
.archive-module,
.categories-module,
.category-module,
.category-modulefaqs_anchors {
    margin: 0;
}

.list1 ul>li,
.archive-module>li,
.categories-module>li,
.category-module>li,
.category-modulefaqs_anchors>li {
    padding-bottom: 6px;
    position: relative;
    margin-left: 20px;
}

.list1 ul>li:before,
.archive-module>li:before,
.categories-module>li:before,
.category-module>li:before,
.category-modulefaqs_anchors>li:before {
    content: "\f111";
    position: relative;
    font: 8px/23px FontAwesome;
    position: absolute;
    top: 0;
    left: -20px;
}


/*Forms*/

input[type='radio'],
input[type='checkbox'] {
    margin: -2px 0 0;
}


/* Images */

.item_img,
.category_img {
    margin: 0 0 21px;
}

.jg_photo {
    width: 100%;
}

.lazy_preloader {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    position: relative;
    background: url(../images/camera-loader.gif) 50% 50% no-repeat #ffffff;
}

.lazy_preloader .lazy_preloader_inner {
    display: block;
    max-width: 100%;
}

.lazy_preloader img {
    position: absolute;
}

img.lazy {
    opacity: 0 !important;
    -webkit-transform: scale(0.9) !important;
    -moz-transform: scale(0.9) !important;
    -ms-transform: scale(0.9) !important;
    -o-transform: scale(0.9) !important;
    transform: scale(0.9) !important;
}

img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.BWfade {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    z-index: 2;
    opacity: 0 !important;
    -webkit-transition: all 0.5s linear !important;
    -moz-transition: all 0.5s linear !important;
    -o-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

.item_img {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.item_img a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.item_img a:before,
.item_img a:after {
    content: "";
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.item_img a:before {
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 10px solid;
    border-left: 10px solid;
}

.item_img a:after {
    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 10px solid;
    border-right: 10px solid;
}

.item_img a.touchGalleryLink:after {
    display: none;
}

.item_img a img {
    opacity: 0.99;
}

.item_img a:hover img,
.item_img a:hover .BWfade {
    transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    opacity: 1 !important;
}

.item_img a:hover:before {
    opacity: 1;
    bottom: 0px;
    right: 0px;
}

.item_img a:hover:after {
    opacity: 1;
    top: 0px;
    left: 0px;
}

.img-intro__left,
.img-full__left {
    float: left;
    margin: 0 30px 10px 0;
    max-width: 48%;
}

.img-intro__right,
.img-full__right {
    float: right;
    margin: 0 0 10px 30px;
    max-width: 48%;
}

.banneritem a {
    position: relative;
    display: block;
    overflow: hidden;
}

.banneritem a:before,
.banneritem a:after {
    content: "";
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.banneritem a:before {
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 10px solid;
    border-left: 10px solid;
}

.banneritem a:after {
    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 10px solid;
    border-right: 10px solid;
}

.banneritem a:hover img,
.banneritem a:hover .BWfade {
    transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    opacity: 1 !important;
}

.banneritem a:hover:before {
    opacity: 1;
    bottom: 0px;
    right: 0px;
}

.banneritem a:hover:after {
    opacity: 1;
    top: 0px;
    left: 0px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.item__module,
.item {
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
}

.item__module.visible-first,
.item.visible-first {
    opacity: 1;
    transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
}

#sup-top {
    background: #f6f8fa;
    color: #777;
    padding: 12px 0;
    margin: -20px 0 3px;
}

.moduletable.location .mod-custom:before {
    font-size: 24px;
    content: '\e0d7';
    font-family: "material-design";
    vertical-align: middle;
    color: #5fa736;
}

.moduletable.info {
    text-align: right;
}

.moduletable.info .phone {
    font-weight: 500;
    font-size: 20px;
    color: #333;
    color: #5fa736;
    display: inline-block;
    vertical-align: middle;
}

.moduletable.info .phone:before {
    font-size: 24px;
    content: '\e0f4';
    font-family: "material-design";
    vertical-align: middle;
    margin-right: 10px;
}

.moduletable.info .worktime {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    color: #5fa736;
}

.moduletable.info .worktime:before {
    font-size: 24px;
    content: '\e053';
    font-family: "material-design";
    vertical-align: middle;
    margin-right: 10px;
}

.wrapper-inner {
    padding-top: 20px;
}


/*======================= TOP =======================*/

#top {
    width: 100% !important;
    background: #ffffff;
    padding: 5px 0;
    position: relative;
    -webkit-transition: margin 0.2s ease, shadow 0.2s ease, padding 0.2s ease;
    -moz-transition: margin 0.2s ease, shadow 0.2s ease, padding 0.2s ease;
    -o-transition: margin 0.2s ease, shadow 0.2s ease, padding 0.2s ease;
    transition: margin 0.2s ease, shadow 0.2s ease, padding 0.2s ease;
}

#top.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

#sup-top+#top {
    padding: 5px 0 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#sup-top+#top #logo h1 {
    padding: 0 0 0 62px;
    font-size: 14px;
    line-height: 35px;
}

#sup-top+#top #logo h1:before {
    width: 35px;
    height: 35px;
}

#sup-top+#top #logo h1:after {
    width: 29px;
    height: 29px;
    top: 4px;
    left: 23px;
}

#sup-top+#top #logo h1 span.item_title_part_0 {
    font-size: 37px;
}

#sup-top+#top~#header {
    margin-top: 3px;
}

#sup-top+#top.scroll-to-fixed-fixed:after {
    margin-top: 0;
}

.moduletable.home_2 .icemegamenu>ul {
    margin: 0;
    padding: 5px 0 0;
}

.moduletable.home_2 .icemegamenu>ul>li>a.iceMenuTitle {
    font-size: 18px;
}

.moduletable.home_2 .icemegamenu>ul>li+li {
    margin-left: 30px;
}

.moduletable.home_2 .icemegamenu>ul>li.parent>.iceMenuTitle:after,
.moduletable.home_2 .icemegamenu>ul>li.parent>.icemega_title:after {
    font-size: inherit;
    margin-left: 6px;
}

.moduletable.home_2 .icemegamenu>ul #iceMenu_281 ul.icesubMenu {
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

.moduletable.home_2 .icemegamenu>ul #iceMenu_281.hover ul.icesubMenu {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.moduletable.home_2 .icemega_modulewrap.top_search {
    margin-top: -3px;
}

.moduletable.home_2 .icemega_modulewrap.top_search>i.fa-search {
    margin: 0;
    width: auto;
    font-size: 28px;
    color: #222222;
}

.moduletable.home_2 .icemega_modulewrap.top_search>i.fa-search:before {
    content: "\e13d";
    font-family: "material-design";
}

.icemegamenu {
    float: right;
    position: static;
}

.iceMenuLiLevel_1.search {
    margin-left: 15px;
}

.icemega_modulewrap.top_search {
    padding: 0;
    text-align: left;
    position: relative;
    margin-top: -7px;
    width: 27px !important;
}

.icemega_modulewrap.top_search>i.fa-search {
    font-size: 18px;
    width: 18px;
    display: block;
    cursor: pointer;
    line-height: 36px;
    top: 0;
    right: 0;
    z-index: 10001;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.icemega_modulewrap.top_search>i.fa-search.hidden {
    display: block;
    visibility: visible;
    pointer-events: none;
    opacity: 0;
    z-index: 10;
}

.icemega_modulewrap.top_search .mod-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.icemega_modulewrap.top_search .mod-search>i.fa-times {
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    width: 23px;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: -14px;
    top: 0;
    z-index: 11;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.icemega_modulewrap.top_search .mod-search.hidden {
    opacity: 0;
    display: block;
    visibility: visible;
    pointer-events: none;
}

.icemega_modulewrap.top_search .mod-search.hidden #searchword {
    width: 0;
    padding-right: 15px;
}

.icemega_modulewrap.top_search .mod-search.hidden>i.fa-times {
    display: none;
}

.icemega_modulewrap.top_search .navbar-form {
    height: 42px;
    font-size: 0;
    line-height: 0;
}

.icemega_modulewrap.top_search #searchword {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none !important;
    height: 42px;
    color: #fff !important;
    width: 144px;
    margin: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 7px 30px 7px 10px;
    outline: none !important;
}

.icemega_modulewrap.top_search .btn-primary {
    font-size: 0;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 26px;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.icemega_modulewrap.top_search .btn-primary:after {
    display: none;
}

.icemega_modulewrap.top_search .btn-primary:active,
.icemega_modulewrap.top_search .btn-primary:focus {
    color: #fff !important;
    background: none !important;
}

.icemega_modulewrap.top_search .btn-primary:active:hover,
.icemega_modulewrap.top_search .btn-primary:focus:hover,
.icemega_modulewrap.top_search .btn-primary:active.active,
.icemega_modulewrap.top_search .btn-primary:focus.active,
.icemega_modulewrap.top_search .btn-primary:active.selected,
.icemega_modulewrap.top_search .btn-primary:focus.selected {
    color: #fff !important;
}

.icemega_modulewrap.top_search .btn-primary:hover,
.icemega_modulewrap.top_search .btn-primary.active,
.icemega_modulewrap.top_search .btn-primary.selected {
    color: #fff !important;
}

.icemega_modulewrap.top_search .btn-primary i.fa {
    margin: 0;
    font-size: 18px;
    display: block;
    line-height: 36px;
}

.moduletable.home_shop {
    padding-bottom: 8px;
}

.moduletable.home_shop .icemegamenu {
    float: none;
    display: table;
    max-width: 100%;
    margin: 0 auto;
}

.moduletable.home_shop .icemegamenu>ul>li>a.iceMenuTitle {
    font-size: 18px;
}

.moduletable.home_shop .iceMenuLiLevel_1.search {
    display: none;
}

.icemega_cover_module .item__module,
.icemega_cover_module .item {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.icemegamenu .virtuemart_categories {
    font-size: 18px;
    padding-top: 20px;
}

.icemegamenu .virtuemart_categories ul.nav.menu {
    padding-top: 20px;
}

.icemegamenu .virtuemart_categories li {
    padding: 0 0 9px 23px;
    position: relative;
}

.icemegamenu .virtuemart_categories li a {
    color: #777;
}

.icemegamenu .virtuemart_categories li a:before {
    content: '\f105';
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    top: 2px;
}

.scroll-to-fixed-fixed .moduletable.home_shop {
    padding-bottom: 0;
}

.scroll-to-fixed-fixed #logo.span12 {
    margin: 0;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
}

.scroll-to-fixed-fixed ul.icesubMenu {
    margin: 4px 0 0;
}

.moduletable.virt_cart {
    position: absolute;
    top: 0;
    right: 0;
    /*z-index: 99999;*/
    z-index: 1000;
}

.moduletable.virt_cart .total_products i {
    line-height: 27px;
    padding: 0 5px;
    min-width: 17px;
    text-align: center;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #f6f8fa;
    color: #777;
    display: inline-block;
    font-style: normal;
}

.moduletable.virt_cart .total_products i:before {
    position: absolute;
    left: -24px;
    top: 20px;
    font-size: 28px;
}

.moduletable.user_menu {
    position: absolute;
    top: 22px;
    right: 76px;
    z-index: 999;
}

.moduletable.user_menu .nav.menu>li {
    position: relative;
}

.moduletable.user_menu .nav.menu>li>a {
    font-size: 28px;
    color: #333333;
}

.moduletable.user_menu .nav.menu>li>ul.nav-child {
    position: absolute;
    top: -999px;
    right: -5px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 21px #e2e7ec;
    -moz-box-shadow: 0 0 21px #e2e7ec;
    box-shadow: 0 0 21px #e2e7ec;
    font-size: 18px;
    line-height: 32px;
    padding: 25px 40px 25px 30px;
    z-index: 999;
    opacity: 0;
    -webkit-transition: top 0s ease 1s, opacity 0.2s ease 0.8s;
    -moz-transition: top 0s ease 1s, opacity 0.2s ease 0.8s;
    -o-transition: top 0s ease 1s, opacity 0.2s ease 0.8s;
    transition: top 0s ease 1s, opacity 0.2s ease 0.8s;
}

.moduletable.user_menu .nav.menu>li>ul.nav-child li {
    line-height: inherit;
}

.moduletable.user_menu .nav.menu>li>ul.nav-child li>a {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    white-space: nowrap;
    color: #777;
}

.moduletable.user_menu .nav.menu>li>ul.nav-child li>a:before {
    color: #d3d6d9;
    display: inline-block;
    width: 30px;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    font-size: 20px;
}

.moduletable.user_menu .nav.menu>li:hover>ul.nav-child {
    -webkit-transition: top 0s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: top 0s ease 0s, opacity 0.2s ease 0s;
    -o-transition: top 0s ease 0s, opacity 0.2s ease 0s;
    transition: top 0s ease 0s, opacity 0.2s ease 0s;
    opacity: 1;
    top: 40px;
}

.moduletable.virt_search .module_container label {
    margin: 0;
}

.moduletable.virt_search .module_container i {
    font-size: 28px;
    color: #333333;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.moduletable.virt_search .module_container .search_toggle_button_1 {
    position: absolute;
    top: 23px;
    right: 130px;
}

.moduletable.virt_search .module_container .searchvirt_search {
    position: relative;
}

.moduletable.virt_search .module_container .search_box {
    position: absolute;
    top: -999px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999999;
    opacity: 0;
    -webkit-transition: top 0s ease 0.2s, opacity 0.2s ease 0s;
    -moz-transition: top 0s ease 0.2s, opacity 0.2s ease 0s;
    -o-transition: top 0s ease 0.2s, opacity 0.2s ease 0s;
    transition: top 0s ease 0.2s, opacity 0.2s ease 0s;
}

.moduletable.virt_search .module_container .search_box>form {
    margin: 0 70px 0 0;
}

.moduletable.virt_search .module_container .search_box>form .btn {
    padding: 0;
    position: absolute;
    top: 13px;
    right: 15px;
}

.moduletable.virt_search .module_container .search_box>form .btn:after {
    display: none;
}

.moduletable.virt_search .module_container .search_box .search_toggle_button_2 {
    position: absolute;
    right: 20px;
    top: 13px;
}

.moduletable.virt_search .module_container .search_toggle {
    display: none;
}

.moduletable.virt_search .module_container .search_toggle:checked~.search_box {
    top: -2px;
    opacity: 1;
    -webkit-transition: top 0s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: top 0s ease 0s, opacity 0.2s ease 0s;
    -o-transition: top 0s ease 0s, opacity 0.2s ease 0s;
    transition: top 0s ease 0s, opacity 0.2s ease 0s;
}

.moduletable.virt_search #mod_virtuemart_search {
    font-size: 18px;
    color: #333333;
    margin: 0;
}

.moduletable.virt_search #mod_virtuemart_search::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333333;
}

.moduletable.virt_search #mod_virtuemart_search:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333;
}

.moduletable.virt_search #mod_virtuemart_search::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333;
}

.moduletable.virt_search #mod_virtuemart_search:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333333;
}


/*======================= HEADER =======================*/

#header {
    margin-top: 18px;
}

.camera_wrap {
    height: 576px;
}

#logo img+h1 {
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
}

#logo h1 {
    padding: 0 0 0 45px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    color: #888888;
    font-size: 10px;
    position: relative;
    line-height: 25px;
}

#logo h1:before {
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    top: 0;
    left: 0;
    content: '';
}

#logo h1:after {
    position: absolute;
    width: 21px;
    height: 21px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    top: 3px;
    left: 17px;
    content: '';
    opacity: 0.6;
}

#logo h1 span.item_title_part_0 {
    color: #222222;
    font-weight: 500;
    font-size: 27px;
    text-transform: lowercase;
}

#logo a {
    display: inline-block;
    max-width: 100%;
}

#logo.span12 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 27px;
}

.moduletable.features_home_2 {
    margin-top: -60px;
    z-index: 10;
    position: relative;
    margin-bottom: 45px;
}

.moduletable.features_home_2 .item_content {
    text-align: center;
}

.moduletable.features_home_2 .item_content>a {
    color: #ffffff;
    display: block;
    padding: 50px 0 19px;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.moduletable.features_home_2 .item_content>a .item_title {
    color: inherit;
}

.moduletable.features_home_2 .item_content>a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.moduletable.features_home_2 .item_content i {
    font-size: 72px;
    display: block;
    line-height: 72px;
    margin-bottom: 20px;
}

.moduletable.features_home_2 .item_content .item_title span[class*="item_title_part"] {
    display: block;
}

.moduletable.other_features {
    margin-bottom: 40px;
}

.moduletable.other_features i[class*="material-design"] {
    font-size: 60px;
    display: block;
    line-height: 60px;
    margin-bottom: 25px;
}

.moduletable.other_features header {
    text-align: center;
}

.moduletable.other_features .pretext {
    text-align: center;
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 17px;
}

.moduletable.categories_main {
    padding-top: 50px;
    text-align: center;
}


/*======================= NAVIGATION =======================*/

#navigation {
    padding-top: 49px;
}

.scroll-to-fixed-fixed {
    -webkit-transform: translateZ(0);
}

.search-block {
    text-align: right;
}

.search-block input {
    max-width: 100%;
}

.masonry .item {
    margin-left: 0 !important;
}


/*======================= SHOWCASE =======================*/

#showcase {
    background: #f6f8fa;
    padding-top: 60px;
}

.mod-article-single.mod-article-single__about f .img-intro__left {
    margin-bottom: 30px;
}

.mod-article-single.custom .item_img.img-intro__left {
    margin-right: 140px;
}

.mod-article-single.custom .item-title {
    margin-bottom: 22px;
    padding-top: 36px;
}

ul.flaticon {
    margin: 8px 0 !important;
    text-align: left;
}

ul.flaticon li {
    padding-bottom: 10px !important;
    margin-left: 0px !important;
    overflow: hidden;
}

ul.flaticon li:before {
    display: none;
}

ul.flaticon li a {
    font-size: 20px;
    font-weight: 300;
}

ul.flaticon li a i.fa,
ul.flaticon li a.flatfa:before {
    margin: 0 20px 0 0;
    background: #f6f8fa;
    color: #5fa736;
    font-size: 40px;
    text-align: center;
    width: 58px;
    line-height: 58px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    vertical-align: middle;
}

ul.flaticon li a i.fa {
    font-size: 24px;
}

ul.flaticon li a:hover i.fa,
ul.flaticon li a:hover.flatfa:before {
    background: #5fa736;
    color: #f6f8fa;
}

ul.flaticon li.disable:before {
    display: none;
}

ul.flaticon.right {
    text-align: right;
}

ul.flaticon.right li a i.fa {
    margin: 0 0 0 20px;
}

.mod-article-single {
    margin-bottom: 46px;
}

.mod-article-single .mod-newsflash-adv_custom-link {
    padding-bottom: 0;
}

.mod-newsflash-adv.mod-newsflash-adv__team_team .item_img {
    margin-bottom: 0px;
}

.mod-newsflash-adv.mod-newsflash-adv__team_team .item_title {
    color: #ffffff;
    font-size: 26px;
    line-height: 66px;
}

.mod-newsflash-adv.mod-newsflash-adv__team_team .item_title a {
    display: block;
    background: #5fa736;
    color: #ffffff;
}

.mod-newsflash-adv.mod-newsflash-adv__team_team .item_title a:hover {
    background: #333333;
    color: #ffffff;
}

.mod-newsflash-adv.features .item>.fa,
.mod-newsflash-adv.features .item .flatfa {
    float: left;
    font-size: 84px;
    margin-right: 0px;
}

.mod-newsflash-adv.features .item>.fa {
    font-size: 60px;
    margin-right: 20px;
}

.mod-newsflash-adv.features .item .item_content {
    overflow: hidden;
    text-align: left;
}

.mod-newsflash-adv.services .row-fluid .item .item_content {
    padding: 18% 14% 15%;
}

.mod-newsflash-adv.services .row-fluid .item .item_content .item_title {
    font-size: 25px;
}

.mod-newsflash-adv.services .row-fluid .item .item_content .flatfa {
    font-size: 96px;
}

.mod-newsflash-adv.blog .item_info_dl {
    margin: 0;
}

.mod-newsflash-adv.blog .item_info_dl dd {
    color: #5fa736;
    margin: 0 14px 0 0;
    display: inline;
}

.mod-newsflash-adv.blog .item_info_dl dd>* {
    display: inline;
}

.mod-newsflash-adv.blog .item_info_dl dd .item_createdby:before,
.mod-newsflash-adv.blog .item_info_dl dd .item_category-name:before,
.mod-newsflash-adv.blog .item_info_dl dd .item_published:before,
.mod-newsflash-adv.blog .item_info_dl dd .item_hits:before,
.mod-newsflash-adv.blog .item_info_dl dd .kmt-readon:before {
    font: 14px/23px FontAwesome;
    margin-right: 3px;
}

.mod-newsflash-adv.blog .item_info_dl dd .item_createdby:before {
    content: "\f007";
}

.mod-newsflash-adv.blog .item_info_dl dd .item_category-name:before {
    content: "\f0c9";
}

.mod-newsflash-adv.blog .item_info_dl dd .item_published:before {
    content: "\f073";
}

.mod-newsflash-adv.blog .item_info_dl dd .item_hits:before {
    content: "\f06e";
}

.mod-newsflash-adv.blog .item_info_dl dd .kmt-readon:before {
    content: "\f0e6";
}

.mod-newsflash-adv.blog .item_info_dl dd a {
    color: #888888;
}

.mod-newsflash-adv.blog .item_info_dl dd a:hover {
    color: #5fa736;
}

.mod-newsflash-adv.mod-newsflash-adv__counters .item_content,
.mod-newsflash-adv.counters .item_content {
    text-align: center;
}

.mod-newsflash-adv.mod-newsflash-adv__counters .flatfa,
.mod-newsflash-adv.counters .flatfa {
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    width: 120px;
    line-height: 120px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    margin-bottom: 12px;
    text-align: center;
}

.mod-newsflash-adv.mod-newsflash-adv__counters .item_title,
.mod-newsflash-adv.counters .item_title {
    font-size: 45px;
}

.mod-newsflash-adv.mod-newsflash-adv__counters .item_introtext,
.mod-newsflash-adv.counters .item_introtext {
    color: #333333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.mod-newsflash-adv .isotope {
    margin: 0 -1.5%;
}

.mod-newsflash-adv .isotope-item {
    padding: 0 1.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    float: left;
}

.mod-newsflash-adv .isotope-item.straightDown {
    text-align: center;
}

.moduletable.more_features {
    text-align: center;
    margin: 30px 0 10px;
}


/*======================= FEATURE =======================*/

#feature {
    padding-top: 60px;
    padding-bottom: 14px;
}

.moduletable.advantages {
    text-align: center;
    margin: 15px 0 0;
}

.moduletable.advantages .mod-custom {
    margin: 0 auto;
    max-width: 790px;
}

.moduletable.advantages .mod-menu {
    text-align: left;
}

.moduletable.advantages .mod-menu>ul {
    margin: 0 0 63px -30px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.moduletable.advantages .mod-menu>ul>li {
    font-size: 14px;
    line-height: 23px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}

.moduletable.advantages .mod-menu>ul>li>a {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.3px;
    padding: 17px 0 18px 78px;
    position: relative;
    display: inline-block;
}

.moduletable.advantages .mod-menu>ul>li>a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #f6f8fa;
    font-size: 25px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.moduletable.advantages .mod-menu>ul>li>a:hover {
    color: #333333;
}

.moduletable.advantages .mod-menu>ul>li>a:hover:before {
    color: #ffffff;
}


/*======================= MAINTOP =======================*/

.moduletable.options .item,
.moduletable.services .item {
    padding: 0;
    margin: 0;
    display: table-cell;
    float: none;
    width: 33.33%;
}

.moduletable.options .item .item_content,
.moduletable.services .item .item_content {
    color: #ffffff;
}

.moduletable.options .item .item_content *,
.moduletable.services .item .item_content * {
    color: inherit;
}

.moduletable.options .item .item_content>a .item_img img,
.moduletable.services .item .item_content>a .item_img img {
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.moduletable.options .item .item_content>a:hover .item_img img,
.moduletable.services .item .item_content>a:hover .item_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.moduletable.options .row-fluid,
.moduletable.services .row-fluid {
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.moduletable.options .item_num2,
.moduletable.services .item_num2 {
    position: relative;
}

.moduletable.options .item_num2:before,
.moduletable.services .item_num2:before {
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    content: '';
    bottom: 0;
}

.moduletable.options .item .item_content>a {
    display: block;
    overflow: hidden;
    padding: 85px 60px 75px 55px;
}

.moduletable.options .item .item_content .item_img img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}


/*======================= CONTENT TOP =======================*/


/*======================= CONTENT =======================*/

#content {
    padding: 69px 0 97px;
}

.page-category {
    /*text-align: center;*/
}

#component {
    min-height: 0;
}

.item {
    margin-bottom: 46px;
}

.item:after {
    content: '';
    display: block;
    clear: both;
}

.page-header {
    border: none;
    padding: 0;
    margin: 0;
}

.item_info_dl {
    margin: 0 0 23px;
}

.item_info_dl dd {
    margin: 0 14px 0 0;
    display: inline;
}

.item_info_dl dd>* {
    display: inline;
}

.item_info_dl dd .item_createdby:before,
.item_info_dl dd .item_category-name:before,
.item_info_dl dd .item_published:before,
.item_info_dl dd .item_hits:before,
.item_info_dl dd .kmt-readon:before {
    font: 14px/23px FontAwesome;
    margin-right: 3px;
}

.item_info_dl dd .item_createdby:before {
    content: "\f007";
}

.item_info_dl dd .item_category-name:before {
    content: "\f0c9";
}

.item_info_dl dd .item_published:before {
    content: "\f073";
}

.item_info_dl dd .item_hits:before {
    content: "\f06e";
}

.item_info_dl dd .kmt-readon:before {
    content: "\f0e6";
}

.item_info_dl dd a {
    color: #888888;
}

.item_info_dl dd a:hover {
    color: #5fa736;
}

.item_introtext a,
.item_fulltext a,
.category_desc a {
    /* text-decoration: underline; */
}

.item_introtext a.btn,
.item_fulltext a.btn,
.category_desc a.btn {
    text-decoration: none;
}

.item_introtext mark,
.item_fulltext mark,
.category_desc mark {
    color: #ffffff;
    padding: 2px 6px;
}

.item_introtext .lists_wrapper,
.item_fulltext .lists_wrapper,
.category_desc .lists_wrapper {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 45px 0;
    margin: 20px 0 45px;
}

.item_introtext ul,
.item_fulltext ul,
.category_desc ul {
    margin: 0;
}

.item_introtext ul li,
.item_fulltext ul li,
.category_desc ul li {
    padding-bottom: 7px;
    font-weight: 500;
    position: relative;
    margin-left: 27px;
}

.item_introtext ul li:before,
.item_fulltext ul li:before,
.category_desc ul li:before {
    content: "\f00c";
    font: 14px/23px FontAwesome;
    position: absolute;
    top: 0;
    left: -27px;
}

.item_introtext ul li a,
.item_fulltext ul li a,
.category_desc ul li a {
    font-weight: 300;
    color: #888888;
}

.item_introtext ul li.disable:before,
.item_fulltext ul li.disable:before,
.category_desc ul li.disable:before {
    content: "\f00d";
    color: #888888;
}

.item_introtext ul a,
.item_fulltext ul a,
.category_desc ul a {
    text-decoration: none;
    color: inherit;
}

.item_introtext ul.icons li,
.item_fulltext ul.icons li,
.category_desc ul.icons li {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 500;
    position: relative;
    margin-left: 0px;
}

.item_introtext ul.icons li:before,
.item_fulltext ul.icons li:before,
.category_desc ul.icons li:before {
    display: none;
}

.item_introtext ul.icons li a,
.item_fulltext ul.icons li a,
.category_desc ul.icons li a {
    position: relative;
    display: inline-block;
}

.item_introtext ul.icons li a:before,
.item_fulltext ul.icons li a:before,
.category_desc ul.icons li a:before {
    font-family: FontAwesome;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 24px;
    line-height: 58px;
    width: 58px;
    text-align: center;
    background: #f6f8fa;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.item_introtext ul.icons li:first-child a:before,
.item_fulltext ul.icons li:first-child a:before,
.category_desc ul.icons li:first-child a:before {
    content: "\f0c0";
}

.item_introtext ul.icons li:nth-child(2) a:before,
.item_fulltext ul.icons li:nth-child(2) a:before,
.category_desc ul.icons li:nth-child(2) a:before {
    content: "\f040";
}

.item_introtext ul.icons li:nth-child(3) a:before,
.item_fulltext ul.icons li:nth-child(3) a:before,
.category_desc ul.icons li:nth-child(3) a:before {
    content: "\f004";
}

.item_introtext ul.icons li a:hover,
.item_fulltext ul.icons li a:hover,
.category_desc ul.icons li a:hover {
    color: #333333;
}

.item_introtext ul.icons li a:hover:before,
.item_fulltext ul.icons li a:hover:before,
.category_desc ul.icons li a:hover:before {
    color: #ffffff;
}

.item_introtext ul.nav-tabs,
.item_fulltext ul.nav-tabs,
.category_desc ul.nav-tabs {
    margin-bottom: 32px;
}

.item_introtext ul.nav-tabs li,
.item_fulltext ul.nav-tabs li,
.category_desc ul.nav-tabs li {
    padding: 0;
}

.item_introtext ul.nav-tabs li:before,
.item_fulltext ul.nav-tabs li:before,
.category_desc ul.nav-tabs li:before {
    display: none;
}

.item_introtext ul.nav-tabs li a:hover,
.item_fulltext ul.nav-tabs li a:hover,
.category_desc ul.nav-tabs li a:hover {
    color: #333333;
}

.item_introtext ol,
.item_fulltext ol,
.category_desc ol {
    margin-left: 16px;
}

.item_introtext ol li,
.item_fulltext ol li,
.category_desc ol li {
    padding-left: 5px;
    padding-bottom: 7px;
}

.item_introtext ol li a,
.item_fulltext ol li a,
.category_desc ol li a {
    color: #888888;
    text-decoration: none;
}

.item_introtext input,
.item_fulltext input,
.category_desc input,
.item_introtext select,
.item_fulltext select,
.category_desc select,
.item_introtext .select,
.item_fulltext .select,
.category_desc .select,
.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea {
    width: 100%;
}

.item_introtext textarea,
.item_fulltext textarea,
.category_desc textarea {
    height: 170px;
}

.page-item {
    padding-bottom: 20px;
    /*max-width: 770px;*/
    margin: 0 auto;
}

.page-item .item_fulltext {
    text-align: left;
}

.page-item__404,
.page-item__template_settings,
.page-item__elements {
    max-width: 100%;
}

.page-item__elements .spacer {
    height: 1px;
    clear: both;
    background: #e5e5e5;
    margin-bottom: 50px;
    margin-top: 20px;
}


/*===== History Page ======*/

.page-category__history .items-row {
    position: relative;
}

.page-category__history .items-row>div {
    clear: both;
    position: relative;
}

.page-category__history .items-row>div:before {
    font-family: FontAwesome;
    content: '\f073';
    position: absolute;
    top: 15px;
    line-height: 40px;
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    right: -36px;
    color: #fff;
    text-align: center;
    width: 40px;
}

.page-category__history .items-row>div .item {
    text-align: left;
    margin-right: 25px;
    padding: 40px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.page-category__history .items-row>div .item:before {
    position: absolute;
    top: 20px;
    right: -16px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e5e5e5;
    content: '';
}

.page-category__history .items-row>div .item:after {
    position: absolute;
    top: 20px;
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    content: '';
}

.page-category__history .items-row>div .item .item_introtext p {
    padding-bottom: 0;
}

.page-category__history .items-row>div .item .item_info {
    position: absolute;
    left: 100%;
    top: 20px;
    margin-left: 80px;
}

.page-category__history .items-row>div+div {
    float: right;
}

.page-category__history .items-row>div+div:before {
    left: -5px;
    right: auto;
}

.page-category__history .items-row>div+div .item {
    margin-left: 25px;
    margin-right: 0;
}

.page-category__history .items-row>div+div .item:before {
    position: absolute;
    top: 20px;
    left: -16px;
    right: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #ccc;
    border-left: none;
    content: '';
}

.page-category__history .items-row>div+div .item:after {
    position: absolute;
    top: 20px;
    left: -15px;
    right: auto;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    border-left: none;
    content: '';
}

.page-category__history .items-row>div+div .item .item_info {
    position: absolute;
    right: 100%;
    top: 20px;
    margin-right: 80px;
    margin-left: 0;
    left: auto;
}

.page-category__history .items-row:before {
    left: 50%;
    top: 0;
    margin-left: 15px;
    bottom: 0;
    width: 2px;
    content: '';
    display: block;
    position: absolute;
}

.page-category__history .item_info_dl {
    font-size: inherit;
}


/*===== Gallery Page ======*/

ul.gallery {
    margin-bottom: 0;
    text-align: justify;
    font-size: 0.1px;
    display: block;
    line-height: 0;
}

ul.gallery:after {
    content: '';
    display: inline-block;
    width: 100%;
}

ul.gallery .gallery-item {
    list-style: none;
    opacity: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
}

ul.gallery .gallery-item .view .content * {
    color: inherit;
}

ul.gallery.loaded .gallery-item {
    display: none;
}

ul.gallery .gap {
    list-style: none;
}

ul.gallery .gallery-grid .item_img {
    margin-right: 0;
    float: none;
    max-width: 100%;
}

ul.gallery .gallery-grid .item_img:before,
ul.gallery .gallery-grid .item_img:after {
    content: "";
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

ul.gallery .gallery-grid .item_img:before {
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 10px solid;
    border-left: 10px solid;
}

ul.gallery .gallery-grid .item_img:after {
    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 10px solid;
    border-right: 10px solid;
}

ul.gallery .gallery-grid .item_img:hover:before {
    opacity: 1;
    bottom: 0px;
    right: 0px;
}

ul.gallery .gallery-grid .item_img:hover:after {
    opacity: 1;
    top: 0px;
    left: 0px;
}

ul.gallery .gallery-grid .item_img img {
    opacity: 0.99;
    width: 100%;
}

ul.gallery .gallery-grid.straightDown {
    float: none;
}

ul.gallery .gallery-grid.straightDown .item_img {
    float: left;
    margin: 0 23px 23px 0 !important;
}

ul.gallery .gallery-grid .view a.hover_more {
    background: none !important;
    line-height: inherit;
    border: none;
    color: inherit;
}

ul.gallery .gallery-grid .view a.hover_more span {
    display: none;
}

ul.gallery .gallery-grid .view a.hover_more:hover {
    color: #999;
}

ul.gallery .gallery-grid .view a {
    color: inherit;
}

ul.gallery .gallery-grid .view a:hover {
    color: #999;
}

ul.gallery .gap {
    display: inline-block;
}

ul.gallery .gallery-list {
    margin: 0 0 15px;
}

ul.gallery .gallery-list .view a.hover_more i {
    display: none;
}

ul.gallery .gallery-list .galleryZoom {
    display: none;
}

ul.gallery .item_more a {
    vertical-align: top;
}

ul.gallery .gallery-item__content {
    background: #ffffff;
}


/*===== Testimonials Page ======*/

.page-category__testimonials .item {
    margin-bottom: 30px;
}

blockquote {
    padding: 5px 0 26px 82px;
    margin: 5px 0 0;
    border-left: none;
    position: relative;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
}

blockquote span.author {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    display: block;
    padding: 13px 0 6px;
}

blockquote span.author:before {
    content: '- ';
}

blockquote:before {
    font-family: FontAwesome;
    content: '\f10e';
    position: absolute;
    left: 0;
    top: 0px;
    background: #f6f8fa;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    text-align: center;
    font-size: 30px;
    line-height: 70px;
    width: 70px;
    font-weight: normal;
}

blockquote p {
    margin-bottom: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit;
}

blockquote p:before {
    content: '"';
}

blockquote p:after {
    content: '"';
}

blockquote small {
    text-align: right;
}


/*===== Portfolio Page ======*/

.sorting {
    text-align: left;
}

.gallery-item {
    margin-bottom: 23px;
}

.portfolio-thumbs {
    float: left;
    margin-left: 0;
    width: 700px;
    max-width: 65%;
    margin-right: 30px;
    font-size: 0;
    line-height: 0;
    margin-bottom: 20px;
}

.portfolio-thumbs ul {
    margin: 0 -30px 0 0;
}

.portfolio-thumbs ul li {
    float: left;
    width: 33.33%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
}

.portfolio-thumbs ul li a {
    display: inline-block;
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.portfolio-thumbs ul li a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 20;
    background: #000;
}

.portfolio-thumbs ul li a:after {
    content: '\f00e';
    font-family: FontAwesome;
    color: #fff;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 21;
}

.portfolio-thumbs ul li a:hover:before {
    opacity: 0.5;
}

.portfolio-thumbs ul li a:hover:after {
    opacity: 1;
    font-size: 40px;
}

.portfolio-thumbs ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-thumbs ul li a.portfolio-video:after {
    content: '\f16a';
}

.portfolio-thumbs ul li a img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-meta-list {
    margin-left: 0;
    overflow: hidden;
}

.portfolio-meta-list li {
    position: relative;
    margin-left: 32px;
    padding-bottom: 7px;
    color: #333333;
    font-weight: normal !important;
}

.portfolio-meta-list li strong {
    color: #5fa736;
}

.jg_links .btn:after {
    display: none;
}

.jg_links .btn:hover {
    color: #ffffff;
}

.jg_links .btn .fa {
    background: #ffffff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    width: 23px;
    line-height: 23px;
    text-align: center;
}

.jg_links .btn:hover .fa {
    background: #5fa736;
}

form mark {
    left: 17px;
    bottom: 100%;
    margin-bottom: -7px;
    position: absolute;
    z-index: 1 !important;
    font-size: 11px;
    line-height: 18px;
    border-radius: 3px;
    background: none;
}

form mark label.error {
    display: inline-block !important;
    margin: 0;
    padding: 0 4px;
    color: #fff;
    position: relative;
    width: auto;
    background: #ff6363;
    font-size: 11px;
    line-height: 18px;
    border-radius: 3px;
}

form mark label.error:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 100%;
    border-top: 5px solid #ff6363;
    border-right: 5px solid transparent;
}

.page-gallery__works .item_img {
    position: relative;
}

.page-gallery__works .item_img .more_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 0;
    line-height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
}

.page-gallery__works .item_img .more_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.page-gallery__works .item_img .more_wrapper .btn.btn-info {
    font-size: 14px;
    padding: 4px 17px 6px;
    background: #ffffff;
}

.page-gallery__works .item_img .more_wrapper .btn.btn-info:before,
.page-gallery__works .item_img .more_wrapper .btn.btn-info:after {
    display: none;
}

.page-gallery__works .item_img .more_wrapper .btn.btn-info:hover {
    color: #fff;
}

.page-gallery__works .item_img:hover .more_wrapper {
    opacity: 1;
}

.page-gallery__works .gallery-item {
    text-align: center;
}


/*===== FAQ Page ======*/

.page-category__faqs .to_top {
    text-align: right;
    position: relative;
    margin-bottom: 30px;
}

.page-category__faqs .to_top:before {
    content: '';
    top: 50%;
    height: 1px;
    background: #888888;
    left: 0;
    position: absolute;
    right: 30px;
}

.page-category__faqs .to_top a {
    font-size: 18px;
}

.page-category__faqs .item {
    margin-bottom: 0;
}

.category-modulefaqs_anchors {
    padding-bottom: 40px;
}


/*===== Team Page ======*/

.page-category__team .item_introtext {
    overflow: hidden;
}


/*===== Blog Page ======*/

.page-item__blog {
    text-align: center;
}

.page-category__history .item_info_dl .item_published:before {
    content: "";
}

.page-blog {
    text-align: center;
}

.tags {
    clear: both;
    padding-bottom: 23px;
}

.page-blog,
.page-tags {
    margin: 0 auto;
    max-width: 770px;
}

.addthis_toolbox {
    padding-top: 14px;
}

.video_frame {
    margin-bottom: 26px;
    position: relative;
}

.video_frame iframe {
    border: medium none !important;
    height: 100% !important;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}


/*===== Privacy Page ======*/

.page-item__privacy_policy .item_fulltext h4 {
    float: left;
    width: 35%;
    padding-right: 5%;
}

.page-item__privacy_policy .item_fulltext p {
    margin-left: 40%;
    position: relative;
}

.page-item__privacy_policy .item_fulltext p:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: -3%;
    width: 0px;
    border-right: 1px dotted #888888;
}

.icons:after {
    content: '';
    display: block;
    clear: both;
}

.page-contact-custom i {
    width: 70px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 25px;
}

.page-contact-custom .contact_address {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 0;
}

.page-contact-custom .contact_address .contact_address_address {
    margin-top: 6px;
}

.page-contact-custom .contact_misc {
    text-align: center;
    padding-bottom: 15px;
}

.page-contact-custom .contact_misc p {
    max-width: 790px;
    margin: 0 auto;
}

.page-contact-custom .contact_details_telephone {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.page-contact-custom .contact_details_telephone .worktime {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    color: #888888;
}

.page-contact-custom .contact_details_emailto {
    font-size: 20px;
    font-weight: 300;
}

.page-contact-custom .contact_details_emailto a {
    text-decoration: underline;
    display: inline-block;
    margin-top: 20px;
}

.contact_form_custom .moduleTitle {
    text-align: center;
    padding-top: 30px;
}

.contact_form_custom .control-group-button {
    text-align: center;
}


/*======================= CONTENT BOTTOM =======================*/

#content-bottom .moduletable+.moduletable.span12 {
    padding-top: 30px;
}

#content-bottom .moduletable+.moduletable.span12 .module_container {
    border-top: 1px solid #e5e9eb;
    padding-top: 55px;
}

#content-bottom .moduletable header {
    text-align: center;
}

.moduletable.delivery .moduleTitle,
.moduletable.payment .moduleTitle {
    text-align: center;
}

.moduletable.delivery i,
.moduletable.payment i {
    float: left;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    text-align: center;
    width: 118px;
    line-height: 118px;
    color: #ffffff;
    font-size: 57px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.moduletable.delivery .item,
.moduletable.payment .item {
    margin-bottom: 12px;
}

.moduletable.about_shop_top_blocks {
    text-align: center;
}

.moduletable.about_shop_top_blocks .caption {
    font-size: 55px;
    line-height: 70px;
    display: block;
    font-weight: 300;
}

.moduletable.about_shop_top_blocks .pretext {
    font-size: 20px;
    line-height: 33px;
    font-weight: 300;
    color: #333333;
    max-width: 1070px;
    margin: 0 auto;
    padding: 0px 0 50px;
}

.moduletable.about_shop_top_blocks .item_content i {
    float: left;
    width: 70px;
    font-size: 55px;
    line-height: 55px;
    text-align: left;
}

.moduletable.about_shop_top_blocks .item_content i~* {
    margin-left: 70px;
    text-align: left;
}

.moduletable.about_shop_top_blocks .item_content i~* p {
    padding-bottom: 0;
}

.testimonials_about_shop .moduleTitle {
    text-align: center;
}

.from_the_blog .item_introtext {
    padding-bottom: 14px;
}

.from_the_blog .item_info .item_createdby {
    display: inline-block;
    margin: 0 10px;
}

.from_the_blog .item_info .item_createdby:before {
    content: '\f007';
    font-family: FontAwesome;
}

.from_the_blog .item_info .item_published {
    display: inline-block;
    margin: 0 10px;
}

.from_the_blog .item_info .item_published:before {
    content: '\f073';
    font-family: FontAwesome;
}

.mod-newsflash-adv_custom-link .btn:after {
    display: none;
}


/*=== Pricing table ===*/

.pricing_detailed {
    margin-bottom: 24px;
}

.pricing_detailed .row-fluid .item {
    position: relative;
}

.pricing_detailed .row-fluid .item .item_content {
    background: #f6f8fa;
    color: #888888;
    border-top: 0;
    text-align: left;
    padding: 0 0 9px;
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.pricing_detailed .row-fluid .item .item_content .item_title {
    margin: 0;
    padding: 30px 18px 25px;
    text-transform: capitalize;
    text-align: center;
    color: #333333;
}

.pricing_detailed .row-fluid .item .item_content .price {
    color: #ffffff;
    font-size: 45px;
    line-height: 44px;
    margin-bottom: 28px;
    padding: 19px 18px 17px;
    font-weight: 300;
    text-align: center;
}

.pricing_detailed .row-fluid .item .item_content .price strong {
    font-size: 14px;
    line-height: 23px;
    color: inherit;
}

.pricing_detailed .row-fluid .item .item_content .price span small {
    font-size: 24px;
    vertical-align: top;
}

.pricing_detailed .row-fluid .item .item_content .price small {
    font-size: 14px;
    line-height: 23px;
}

.pricing_detailed .row-fluid .item .item_content ul {
    display: table;
    margin: 0 auto 20px;
    padding: 0 30px;
    list-style: none;
}

.pricing_detailed .row-fluid .item .item_content ul li {
    color: #888888;
    padding: 0px 0px 7px;
    font-weight: 300;
    margin: 0;
}

.pricing_detailed .row-fluid .item.featured .item_content .price {
    background: #f6f8fa;
}

.pricing_detailed .row-fluid .item.featured .item_content .item_title {
    color: #ffffff;
}

.pricing_detailed.pricing_detailed_2 {
    margin-bottom: 0;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item {
    margin-bottom: 10px;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content {
    text-align: center;
    padding: 18px 0 37px;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .item_title {
    text-align: left;
    padding: 0 30px 31px;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .price {
    background: none !important;
    text-align: left;
    font-size: 85px;
    border-bottom: 2px solid;
    padding: 0 30px 20px;
    margin-bottom: 15px;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .price sup {
    top: auto;
    vertical-align: super;
    font-size: 57%;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .price small {
    font-size: 15px;
    margin-left: 15px;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content ul {
    display: block;
    padding: 0;
    text-align: left;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content ul li {
    padding: 8px 0 8px 56px;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content ul li:before {
    left: 29px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content ul li+li {
    border-top: 1px solid #edf1f4;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item.featured .item_content .item_title {
    color: #333333;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item.featured .item_content ul li {
    color: #888888;
}

.pricing_simple {
    margin-bottom: 40px;
}

.pricing_simple .item {
    line-height: 23px;
    padding-top: 48px;
}

.pricing_simple .item i {
    background: #ffffff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 48px;
    line-height: 96px;
    position: absolute;
    top: -48px;
    left: 50%;
    margin-left: -48px;
    width: 96px;
    text-align: center;
}

.pricing_simple .item .item_content {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 61px 29px 25px 30px;
    text-align: center;
}

.pricing_simple .item .item_content .item_title {
    color: #ffffff;
    margin-bottom: 11px;
}

.pricing_simple .item .item_content .price {
    color: #ffffff;
}

.pricing_simple .item .item_content .price span {
    color: #ffffff;
}

.pricing_simple .item .item_content .price small {
    color: #ffffff;
}

.pricing_simple .item .item_content:hover {
    background: #f6f8fa;
    color: #888888;
}

.pricing_simple .item .price {
    color: #ffffff;
    font-size: 45px;
    line-height: 50px;
    vertical-align: bottom;
}

.pricing_simple .item .price span {
    font-size: 45px;
    font-weight: 300;
}

.pricing_simple .item .price small {
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
}

.pricing_simple .item .item_introtext {
    font-size: 13px;
}

.data-table dl {
    float: left;
    width: 25%;
    margin: 0;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.data-table dl dt {
    font-size: 15px;
    font-weight: 500;
    background: #f6f8fa;
    padding: 11px 20px;
}

.data-table dl dd {
    border-top: 1px solid #e5e5e5;
    margin: 0;
    padding: 11px 20px;
}

.data-table dl+dl {
    border-left: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.data-table dl:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.data-table .item_introtext {
    clear: both;
}

.moduletable.site_map {
    text-align: left;
    margin-bottom: 40px;
}

.moduletable.site_map .nav.menu li {
    margin: 0;
    position: relative;
    padding: 0 0 7px 20px;
}

.moduletable.site_map .nav.menu li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 10px;
}

.moduletable.site_map .nav.menu li a {
    background: none !important;
    display: inline-block;
}

.moduletable.site_map .nav.menu li a:before {
    display: none;
}

.moduletable.site_map .nav.menu li a.white_submenu+ul {
    display: none;
}

.moduletable.site_map .nav.menu li ul.small {
    font-size: inherit;
    line-height: inherit;
}

.moduletable.site_map .nav.menu li ul.small li {
    padding-left: 10px;
    font-size: 13px;
}

.moduletable.site_map .nav.menu li ul.small li:before {
    display: none;
}

.moduletable.site_map .nav.menu li ul.small li a {
    margin-bottom: 0;
}

.category-module.site_map {
    margin: 0;
}

.category-module.site_map li {
    margin: 0;
    position: relative;
    padding: 0 0 7px 20px;
    font-weight: normal;
}

.category-module.site_map li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    font-size: 10px;
}

.progress {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #ffffff;
    border: 2px solid #fbfcfd;
}

.progbars_horizontal .item {
    margin-bottom: 17px;
}

.progbars_horizontal .item_title {
    font-size: 14px;
    color: #888888;
    text-align: left;
    margin: 0 0 10px;
}

.progbars_vertical {
    text-align: center;
}

.progress-horizontal {
    text-align: left;
    position: relative;
    height: 26px;
    margin: 0;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.progress-horizontal .bar {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

.progress-horizontal .bar .inset {
    color: #fff;
}

.progress-horizontal .bar .inset_numbers {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
    width: 200%;
}

.progress-horizontal .inset {
    width: 50px;
    position: absolute;
    right: 8px;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.progress-horizontal .inset .numbers {
    font-size: 0;
    line-height: 0;
    float: right;
    text-align: right;
    width: 136px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

.progress-horizontal .inset .numbers span {
    width: 136px;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-weight: 500;
}

.visible-first .progress-horizontal[data-progress="0"] .bar {
    width: 0%;
}

.visible-first .progress-horizontal[data-progress="0"] .bar .inset_numbers {
    width: Infinity%;
}

.visible-first .progress-horizontal[data-progress="0"] .inset .percentage .numbers {
    width: 272px;
}

.visible-first .progress-horizontal[data-progress="1"] .bar {
    width: 1%;
}

.visible-first .progress-horizontal[data-progress="1"] .bar .inset_numbers {
    width: 10000%;
}

.visible-first .progress-horizontal[data-progress="1"] .inset .percentage .numbers {
    width: 408px;
}

.visible-first .progress-horizontal[data-progress="2"] .bar {
    width: 2%;
}

.visible-first .progress-horizontal[data-progress="2"] .bar .inset_numbers {
    width: 5000%;
}

.visible-first .progress-horizontal[data-progress="2"] .inset .percentage .numbers {
    width: 544px;
}

.visible-first .progress-horizontal[data-progress="3"] .bar {
    width: 3%;
}

.visible-first .progress-horizontal[data-progress="3"] .bar .inset_numbers {
    width: 3333.33333333%;
}

.visible-first .progress-horizontal[data-progress="3"] .inset .percentage .numbers {
    width: 680px;
}

.visible-first .progress-horizontal[data-progress="4"] .bar {
    width: 4%;
}

.visible-first .progress-horizontal[data-progress="4"] .bar .inset_numbers {
    width: 2500%;
}

.visible-first .progress-horizontal[data-progress="4"] .inset .percentage .numbers {
    width: 816px;
}

.visible-first .progress-horizontal[data-progress="5"] .bar {
    width: 5%;
}

.visible-first .progress-horizontal[data-progress="5"] .bar .inset_numbers {
    width: 2000%;
}

.visible-first .progress-horizontal[data-progress="5"] .inset .percentage .numbers {
    width: 952px;
}

.visible-first .progress-horizontal[data-progress="6"] .bar {
    width: 6%;
}

.visible-first .progress-horizontal[data-progress="6"] .bar .inset_numbers {
    width: 1666.66666667%;
}

.visible-first .progress-horizontal[data-progress="6"] .inset .percentage .numbers {
    width: 1088px;
}

.visible-first .progress-horizontal[data-progress="7"] .bar {
    width: 7%;
}

.visible-first .progress-horizontal[data-progress="7"] .bar .inset_numbers {
    width: 1428.57142857%;
}

.visible-first .progress-horizontal[data-progress="7"] .inset .percentage .numbers {
    width: 1224px;
}

.visible-first .progress-horizontal[data-progress="8"] .bar {
    width: 8%;
}

.visible-first .progress-horizontal[data-progress="8"] .bar .inset_numbers {
    width: 1250%;
}

.visible-first .progress-horizontal[data-progress="8"] .inset .percentage .numbers {
    width: 1360px;
}

.visible-first .progress-horizontal[data-progress="9"] .bar {
    width: 9%;
}

.visible-first .progress-horizontal[data-progress="9"] .bar .inset_numbers {
    width: 1111.11111111%;
}

.visible-first .progress-horizontal[data-progress="9"] .inset .percentage .numbers {
    width: 1496px;
}

.visible-first .progress-horizontal[data-progress="10"] .bar {
    width: 10%;
}

.visible-first .progress-horizontal[data-progress="10"] .bar .inset_numbers {
    width: 1000%;
}

.visible-first .progress-horizontal[data-progress="10"] .inset .percentage .numbers {
    width: 1632px;
}

.visible-first .progress-horizontal[data-progress="11"] .bar {
    width: 11%;
}

.visible-first .progress-horizontal[data-progress="11"] .bar .inset_numbers {
    width: 909.09090909%;
}

.visible-first .progress-horizontal[data-progress="11"] .inset .percentage .numbers {
    width: 1768px;
}

.visible-first .progress-horizontal[data-progress="12"] .bar {
    width: 12%;
}

.visible-first .progress-horizontal[data-progress="12"] .bar .inset_numbers {
    width: 833.33333333%;
}

.visible-first .progress-horizontal[data-progress="12"] .inset .percentage .numbers {
    width: 1904px;
}

.visible-first .progress-horizontal[data-progress="13"] .bar {
    width: 13%;
}

.visible-first .progress-horizontal[data-progress="13"] .bar .inset_numbers {
    width: 769.23076923%;
}

.visible-first .progress-horizontal[data-progress="13"] .inset .percentage .numbers {
    width: 2040px;
}

.visible-first .progress-horizontal[data-progress="14"] .bar {
    width: 14%;
}

.visible-first .progress-horizontal[data-progress="14"] .bar .inset_numbers {
    width: 714.28571429%;
}

.visible-first .progress-horizontal[data-progress="14"] .inset .percentage .numbers {
    width: 2176px;
}

.visible-first .progress-horizontal[data-progress="15"] .bar {
    width: 15%;
}

.visible-first .progress-horizontal[data-progress="15"] .bar .inset_numbers {
    width: 666.66666667%;
}

.visible-first .progress-horizontal[data-progress="15"] .inset .percentage .numbers {
    width: 2312px;
}

.visible-first .progress-horizontal[data-progress="16"] .bar {
    width: 16%;
}

.visible-first .progress-horizontal[data-progress="16"] .bar .inset_numbers {
    width: 625%;
}

.visible-first .progress-horizontal[data-progress="16"] .inset .percentage .numbers {
    width: 2448px;
}

.visible-first .progress-horizontal[data-progress="17"] .bar {
    width: 17%;
}

.visible-first .progress-horizontal[data-progress="17"] .bar .inset_numbers {
    width: 588.23529412%;
}

.visible-first .progress-horizontal[data-progress="17"] .inset .percentage .numbers {
    width: 2584px;
}

.visible-first .progress-horizontal[data-progress="18"] .bar {
    width: 18%;
}

.visible-first .progress-horizontal[data-progress="18"] .bar .inset_numbers {
    width: 555.55555556%;
}

.visible-first .progress-horizontal[data-progress="18"] .inset .percentage .numbers {
    width: 2720px;
}

.visible-first .progress-horizontal[data-progress="19"] .bar {
    width: 19%;
}

.visible-first .progress-horizontal[data-progress="19"] .bar .inset_numbers {
    width: 526.31578947%;
}

.visible-first .progress-horizontal[data-progress="19"] .inset .percentage .numbers {
    width: 2856px;
}

.visible-first .progress-horizontal[data-progress="20"] .bar {
    width: 20%;
}

.visible-first .progress-horizontal[data-progress="20"] .bar .inset_numbers {
    width: 500%;
}

.visible-first .progress-horizontal[data-progress="20"] .inset .percentage .numbers {
    width: 2992px;
}

.visible-first .progress-horizontal[data-progress="21"] .bar {
    width: 21%;
}

.visible-first .progress-horizontal[data-progress="21"] .bar .inset_numbers {
    width: 476.19047619%;
}

.visible-first .progress-horizontal[data-progress="21"] .inset .percentage .numbers {
    width: 3128px;
}

.visible-first .progress-horizontal[data-progress="22"] .bar {
    width: 22%;
}

.visible-first .progress-horizontal[data-progress="22"] .bar .inset_numbers {
    width: 454.54545455%;
}

.visible-first .progress-horizontal[data-progress="22"] .inset .percentage .numbers {
    width: 3264px;
}

.visible-first .progress-horizontal[data-progress="23"] .bar {
    width: 23%;
}

.visible-first .progress-horizontal[data-progress="23"] .bar .inset_numbers {
    width: 434.7826087%;
}

.visible-first .progress-horizontal[data-progress="23"] .inset .percentage .numbers {
    width: 3400px;
}

.visible-first .progress-horizontal[data-progress="24"] .bar {
    width: 24%;
}

.visible-first .progress-horizontal[data-progress="24"] .bar .inset_numbers {
    width: 416.66666667%;
}

.visible-first .progress-horizontal[data-progress="24"] .inset .percentage .numbers {
    width: 3536px;
}

.visible-first .progress-horizontal[data-progress="25"] .bar {
    width: 25%;
}

.visible-first .progress-horizontal[data-progress="25"] .bar .inset_numbers {
    width: 400%;
}

.visible-first .progress-horizontal[data-progress="25"] .inset .percentage .numbers {
    width: 3672px;
}

.visible-first .progress-horizontal[data-progress="26"] .bar {
    width: 26%;
}

.visible-first .progress-horizontal[data-progress="26"] .bar .inset_numbers {
    width: 384.61538462%;
}

.visible-first .progress-horizontal[data-progress="26"] .inset .percentage .numbers {
    width: 3808px;
}

.visible-first .progress-horizontal[data-progress="27"] .bar {
    width: 27%;
}

.visible-first .progress-horizontal[data-progress="27"] .bar .inset_numbers {
    width: 370.37037037%;
}

.visible-first .progress-horizontal[data-progress="27"] .inset .percentage .numbers {
    width: 3944px;
}

.visible-first .progress-horizontal[data-progress="28"] .bar {
    width: 28%;
}

.visible-first .progress-horizontal[data-progress="28"] .bar .inset_numbers {
    width: 357.14285714%;
}

.visible-first .progress-horizontal[data-progress="28"] .inset .percentage .numbers {
    width: 4080px;
}

.visible-first .progress-horizontal[data-progress="29"] .bar {
    width: 29%;
}

.visible-first .progress-horizontal[data-progress="29"] .bar .inset_numbers {
    width: 344.82758621%;
}

.visible-first .progress-horizontal[data-progress="29"] .inset .percentage .numbers {
    width: 4216px;
}

.visible-first .progress-horizontal[data-progress="30"] .bar {
    width: 30%;
}

.visible-first .progress-horizontal[data-progress="30"] .bar .inset_numbers {
    width: 333.33333333%;
}

.visible-first .progress-horizontal[data-progress="30"] .inset .percentage .numbers {
    width: 4352px;
}

.visible-first .progress-horizontal[data-progress="31"] .bar {
    width: 31%;
}

.visible-first .progress-horizontal[data-progress="31"] .bar .inset_numbers {
    width: 322.58064516%;
}

.visible-first .progress-horizontal[data-progress="31"] .inset .percentage .numbers {
    width: 4488px;
}

.visible-first .progress-horizontal[data-progress="32"] .bar {
    width: 32%;
}

.visible-first .progress-horizontal[data-progress="32"] .bar .inset_numbers {
    width: 312.5%;
}

.visible-first .progress-horizontal[data-progress="32"] .inset .percentage .numbers {
    width: 4624px;
}

.visible-first .progress-horizontal[data-progress="33"] .bar {
    width: 33%;
}

.visible-first .progress-horizontal[data-progress="33"] .bar .inset_numbers {
    width: 303.03030303%;
}

.visible-first .progress-horizontal[data-progress="33"] .inset .percentage .numbers {
    width: 4760px;
}

.visible-first .progress-horizontal[data-progress="34"] .bar {
    width: 34%;
}

.visible-first .progress-horizontal[data-progress="34"] .bar .inset_numbers {
    width: 294.11764706%;
}

.visible-first .progress-horizontal[data-progress="34"] .inset .percentage .numbers {
    width: 4896px;
}

.visible-first .progress-horizontal[data-progress="35"] .bar {
    width: 35%;
}

.visible-first .progress-horizontal[data-progress="35"] .bar .inset_numbers {
    width: 285.71428571%;
}

.visible-first .progress-horizontal[data-progress="35"] .inset .percentage .numbers {
    width: 5032px;
}

.visible-first .progress-horizontal[data-progress="36"] .bar {
    width: 36%;
}

.visible-first .progress-horizontal[data-progress="36"] .bar .inset_numbers {
    width: 277.77777778%;
}

.visible-first .progress-horizontal[data-progress="36"] .inset .percentage .numbers {
    width: 5168px;
}

.visible-first .progress-horizontal[data-progress="37"] .bar {
    width: 37%;
}

.visible-first .progress-horizontal[data-progress="37"] .bar .inset_numbers {
    width: 270.27027027%;
}

.visible-first .progress-horizontal[data-progress="37"] .inset .percentage .numbers {
    width: 5304px;
}

.visible-first .progress-horizontal[data-progress="38"] .bar {
    width: 38%;
}

.visible-first .progress-horizontal[data-progress="38"] .bar .inset_numbers {
    width: 263.15789474%;
}

.visible-first .progress-horizontal[data-progress="38"] .inset .percentage .numbers {
    width: 5440px;
}

.visible-first .progress-horizontal[data-progress="39"] .bar {
    width: 39%;
}

.visible-first .progress-horizontal[data-progress="39"] .bar .inset_numbers {
    width: 256.41025641%;
}

.visible-first .progress-horizontal[data-progress="39"] .inset .percentage .numbers {
    width: 5576px;
}

.visible-first .progress-horizontal[data-progress="40"] .bar {
    width: 40%;
}

.visible-first .progress-horizontal[data-progress="40"] .bar .inset_numbers {
    width: 250%;
}

.visible-first .progress-horizontal[data-progress="40"] .inset .percentage .numbers {
    width: 5712px;
}

.visible-first .progress-horizontal[data-progress="41"] .bar {
    width: 41%;
}

.visible-first .progress-horizontal[data-progress="41"] .bar .inset_numbers {
    width: 243.90243902%;
}

.visible-first .progress-horizontal[data-progress="41"] .inset .percentage .numbers {
    width: 5848px;
}

.visible-first .progress-horizontal[data-progress="42"] .bar {
    width: 42%;
}

.visible-first .progress-horizontal[data-progress="42"] .bar .inset_numbers {
    width: 238.0952381%;
}

.visible-first .progress-horizontal[data-progress="42"] .inset .percentage .numbers {
    width: 5984px;
}

.visible-first .progress-horizontal[data-progress="43"] .bar {
    width: 43%;
}

.visible-first .progress-horizontal[data-progress="43"] .bar .inset_numbers {
    width: 232.55813953%;
}

.visible-first .progress-horizontal[data-progress="43"] .inset .percentage .numbers {
    width: 6120px;
}

.visible-first .progress-horizontal[data-progress="44"] .bar {
    width: 44%;
}

.visible-first .progress-horizontal[data-progress="44"] .bar .inset_numbers {
    width: 227.27272727%;
}

.visible-first .progress-horizontal[data-progress="44"] .inset .percentage .numbers {
    width: 6256px;
}

.visible-first .progress-horizontal[data-progress="45"] .bar {
    width: 45%;
}

.visible-first .progress-horizontal[data-progress="45"] .bar .inset_numbers {
    width: 222.22222222%;
}

.visible-first .progress-horizontal[data-progress="45"] .inset .percentage .numbers {
    width: 6392px;
}

.visible-first .progress-horizontal[data-progress="46"] .bar {
    width: 46%;
}

.visible-first .progress-horizontal[data-progress="46"] .bar .inset_numbers {
    width: 217.39130435%;
}

.visible-first .progress-horizontal[data-progress="46"] .inset .percentage .numbers {
    width: 6528px;
}

.visible-first .progress-horizontal[data-progress="47"] .bar {
    width: 47%;
}

.visible-first .progress-horizontal[data-progress="47"] .bar .inset_numbers {
    width: 212.76595745%;
}

.visible-first .progress-horizontal[data-progress="47"] .inset .percentage .numbers {
    width: 6664px;
}

.visible-first .progress-horizontal[data-progress="48"] .bar {
    width: 48%;
}

.visible-first .progress-horizontal[data-progress="48"] .bar .inset_numbers {
    width: 208.33333333%;
}

.visible-first .progress-horizontal[data-progress="48"] .inset .percentage .numbers {
    width: 6800px;
}

.visible-first .progress-horizontal[data-progress="49"] .bar {
    width: 49%;
}

.visible-first .progress-horizontal[data-progress="49"] .bar .inset_numbers {
    width: 204.08163265%;
}

.visible-first .progress-horizontal[data-progress="49"] .inset .percentage .numbers {
    width: 6936px;
}

.visible-first .progress-horizontal[data-progress="50"] .bar {
    width: 50%;
}

.visible-first .progress-horizontal[data-progress="50"] .bar .inset_numbers {
    width: 200%;
}

.visible-first .progress-horizontal[data-progress="50"] .inset .percentage .numbers {
    width: 7072px;
}

.visible-first .progress-horizontal[data-progress="51"] .bar {
    width: 51%;
}

.visible-first .progress-horizontal[data-progress="51"] .bar .inset_numbers {
    width: 196.07843137%;
}

.visible-first .progress-horizontal[data-progress="51"] .inset .percentage .numbers {
    width: 7208px;
}

.visible-first .progress-horizontal[data-progress="52"] .bar {
    width: 52%;
}

.visible-first .progress-horizontal[data-progress="52"] .bar .inset_numbers {
    width: 192.30769231%;
}

.visible-first .progress-horizontal[data-progress="52"] .inset .percentage .numbers {
    width: 7344px;
}

.visible-first .progress-horizontal[data-progress="53"] .bar {
    width: 53%;
}

.visible-first .progress-horizontal[data-progress="53"] .bar .inset_numbers {
    width: 188.67924528%;
}

.visible-first .progress-horizontal[data-progress="53"] .inset .percentage .numbers {
    width: 7480px;
}

.visible-first .progress-horizontal[data-progress="54"] .bar {
    width: 54%;
}

.visible-first .progress-horizontal[data-progress="54"] .bar .inset_numbers {
    width: 185.18518519%;
}

.visible-first .progress-horizontal[data-progress="54"] .inset .percentage .numbers {
    width: 7616px;
}

.visible-first .progress-horizontal[data-progress="55"] .bar {
    width: 55%;
}

.visible-first .progress-horizontal[data-progress="55"] .bar .inset_numbers {
    width: 181.81818182%;
}

.visible-first .progress-horizontal[data-progress="55"] .inset .percentage .numbers {
    width: 7752px;
}

.visible-first .progress-horizontal[data-progress="56"] .bar {
    width: 56%;
}

.visible-first .progress-horizontal[data-progress="56"] .bar .inset_numbers {
    width: 178.57142857%;
}

.visible-first .progress-horizontal[data-progress="56"] .inset .percentage .numbers {
    width: 7888px;
}

.visible-first .progress-horizontal[data-progress="57"] .bar {
    width: 57%;
}

.visible-first .progress-horizontal[data-progress="57"] .bar .inset_numbers {
    width: 175.43859649%;
}

.visible-first .progress-horizontal[data-progress="57"] .inset .percentage .numbers {
    width: 8024px;
}

.visible-first .progress-horizontal[data-progress="58"] .bar {
    width: 58%;
}

.visible-first .progress-horizontal[data-progress="58"] .bar .inset_numbers {
    width: 172.4137931%;
}

.visible-first .progress-horizontal[data-progress="58"] .inset .percentage .numbers {
    width: 8160px;
}

.visible-first .progress-horizontal[data-progress="59"] .bar {
    width: 59%;
}

.visible-first .progress-horizontal[data-progress="59"] .bar .inset_numbers {
    width: 169.49152542%;
}

.visible-first .progress-horizontal[data-progress="59"] .inset .percentage .numbers {
    width: 8296px;
}

.visible-first .progress-horizontal[data-progress="60"] .bar {
    width: 60%;
}

.visible-first .progress-horizontal[data-progress="60"] .bar .inset_numbers {
    width: 166.66666667%;
}

.visible-first .progress-horizontal[data-progress="60"] .inset .percentage .numbers {
    width: 8432px;
}

.visible-first .progress-horizontal[data-progress="61"] .bar {
    width: 61%;
}

.visible-first .progress-horizontal[data-progress="61"] .bar .inset_numbers {
    width: 163.93442623%;
}

.visible-first .progress-horizontal[data-progress="61"] .inset .percentage .numbers {
    width: 8568px;
}

.visible-first .progress-horizontal[data-progress="62"] .bar {
    width: 62%;
}

.visible-first .progress-horizontal[data-progress="62"] .bar .inset_numbers {
    width: 161.29032258%;
}

.visible-first .progress-horizontal[data-progress="62"] .inset .percentage .numbers {
    width: 8704px;
}

.visible-first .progress-horizontal[data-progress="63"] .bar {
    width: 63%;
}

.visible-first .progress-horizontal[data-progress="63"] .bar .inset_numbers {
    width: 158.73015873%;
}

.visible-first .progress-horizontal[data-progress="63"] .inset .percentage .numbers {
    width: 8840px;
}

.visible-first .progress-horizontal[data-progress="64"] .bar {
    width: 64%;
}

.visible-first .progress-horizontal[data-progress="64"] .bar .inset_numbers {
    width: 156.25%;
}

.visible-first .progress-horizontal[data-progress="64"] .inset .percentage .numbers {
    width: 8976px;
}

.visible-first .progress-horizontal[data-progress="65"] .bar {
    width: 65%;
}

.visible-first .progress-horizontal[data-progress="65"] .bar .inset_numbers {
    width: 153.84615385%;
}

.visible-first .progress-horizontal[data-progress="65"] .inset .percentage .numbers {
    width: 9112px;
}

.visible-first .progress-horizontal[data-progress="66"] .bar {
    width: 66%;
}

.visible-first .progress-horizontal[data-progress="66"] .bar .inset_numbers {
    width: 151.51515152%;
}

.visible-first .progress-horizontal[data-progress="66"] .inset .percentage .numbers {
    width: 9248px;
}

.visible-first .progress-horizontal[data-progress="67"] .bar {
    width: 67%;
}

.visible-first .progress-horizontal[data-progress="67"] .bar .inset_numbers {
    width: 149.25373134%;
}

.visible-first .progress-horizontal[data-progress="67"] .inset .percentage .numbers {
    width: 9384px;
}

.visible-first .progress-horizontal[data-progress="68"] .bar {
    width: 68%;
}

.visible-first .progress-horizontal[data-progress="68"] .bar .inset_numbers {
    width: 147.05882353%;
}

.visible-first .progress-horizontal[data-progress="68"] .inset .percentage .numbers {
    width: 9520px;
}

.visible-first .progress-horizontal[data-progress="69"] .bar {
    width: 69%;
}

.visible-first .progress-horizontal[data-progress="69"] .bar .inset_numbers {
    width: 144.92753623%;
}

.visible-first .progress-horizontal[data-progress="69"] .inset .percentage .numbers {
    width: 9656px;
}

.visible-first .progress-horizontal[data-progress="70"] .bar {
    width: 70%;
}

.visible-first .progress-horizontal[data-progress="70"] .bar .inset_numbers {
    width: 142.85714286%;
}

.visible-first .progress-horizontal[data-progress="70"] .inset .percentage .numbers {
    width: 9792px;
}

.visible-first .progress-horizontal[data-progress="71"] .bar {
    width: 71%;
}

.visible-first .progress-horizontal[data-progress="71"] .bar .inset_numbers {
    width: 140.84507042%;
}

.visible-first .progress-horizontal[data-progress="71"] .inset .percentage .numbers {
    width: 9928px;
}

.visible-first .progress-horizontal[data-progress="72"] .bar {
    width: 72%;
}

.visible-first .progress-horizontal[data-progress="72"] .bar .inset_numbers {
    width: 138.88888889%;
}

.visible-first .progress-horizontal[data-progress="72"] .inset .percentage .numbers {
    width: 10064px;
}

.visible-first .progress-horizontal[data-progress="73"] .bar {
    width: 73%;
}

.visible-first .progress-horizontal[data-progress="73"] .bar .inset_numbers {
    width: 136.98630137%;
}

.visible-first .progress-horizontal[data-progress="73"] .inset .percentage .numbers {
    width: 10200px;
}

.visible-first .progress-horizontal[data-progress="74"] .bar {
    width: 74%;
}

.visible-first .progress-horizontal[data-progress="74"] .bar .inset_numbers {
    width: 135.13513514%;
}

.visible-first .progress-horizontal[data-progress="74"] .inset .percentage .numbers {
    width: 10336px;
}

.visible-first .progress-horizontal[data-progress="75"] .bar {
    width: 75%;
}

.visible-first .progress-horizontal[data-progress="75"] .bar .inset_numbers {
    width: 133.33333333%;
}

.visible-first .progress-horizontal[data-progress="75"] .inset .percentage .numbers {
    width: 10472px;
}

.visible-first .progress-horizontal[data-progress="76"] .bar {
    width: 76%;
}

.visible-first .progress-horizontal[data-progress="76"] .bar .inset_numbers {
    width: 131.57894737%;
}

.visible-first .progress-horizontal[data-progress="76"] .inset .percentage .numbers {
    width: 10608px;
}

.visible-first .progress-horizontal[data-progress="77"] .bar {
    width: 77%;
}

.visible-first .progress-horizontal[data-progress="77"] .bar .inset_numbers {
    width: 129.87012987%;
}

.visible-first .progress-horizontal[data-progress="77"] .inset .percentage .numbers {
    width: 10744px;
}

.visible-first .progress-horizontal[data-progress="78"] .bar {
    width: 78%;
}

.visible-first .progress-horizontal[data-progress="78"] .bar .inset_numbers {
    width: 128.20512821%;
}

.visible-first .progress-horizontal[data-progress="78"] .inset .percentage .numbers {
    width: 10880px;
}

.visible-first .progress-horizontal[data-progress="79"] .bar {
    width: 79%;
}

.visible-first .progress-horizontal[data-progress="79"] .bar .inset_numbers {
    width: 126.58227848%;
}

.visible-first .progress-horizontal[data-progress="79"] .inset .percentage .numbers {
    width: 11016px;
}

.visible-first .progress-horizontal[data-progress="80"] .bar {
    width: 80%;
}

.visible-first .progress-horizontal[data-progress="80"] .bar .inset_numbers {
    width: 125%;
}

.visible-first .progress-horizontal[data-progress="80"] .inset .percentage .numbers {
    width: 11152px;
}

.visible-first .progress-horizontal[data-progress="81"] .bar {
    width: 81%;
}

.visible-first .progress-horizontal[data-progress="81"] .bar .inset_numbers {
    width: 123.45679012%;
}

.visible-first .progress-horizontal[data-progress="81"] .inset .percentage .numbers {
    width: 11288px;
}

.visible-first .progress-horizontal[data-progress="82"] .bar {
    width: 82%;
}

.visible-first .progress-horizontal[data-progress="82"] .bar .inset_numbers {
    width: 121.95121951%;
}

.visible-first .progress-horizontal[data-progress="82"] .inset .percentage .numbers {
    width: 11424px;
}

.visible-first .progress-horizontal[data-progress="83"] .bar {
    width: 83%;
}

.visible-first .progress-horizontal[data-progress="83"] .bar .inset_numbers {
    width: 120.48192771%;
}

.visible-first .progress-horizontal[data-progress="83"] .inset .percentage .numbers {
    width: 11560px;
}

.visible-first .progress-horizontal[data-progress="84"] .bar {
    width: 84%;
}

.visible-first .progress-horizontal[data-progress="84"] .bar .inset_numbers {
    width: 119.04761905%;
}

.visible-first .progress-horizontal[data-progress="84"] .inset .percentage .numbers {
    width: 11696px;
}

.visible-first .progress-horizontal[data-progress="85"] .bar {
    width: 85%;
}

.visible-first .progress-horizontal[data-progress="85"] .bar .inset_numbers {
    width: 117.64705882%;
}

.visible-first .progress-horizontal[data-progress="85"] .inset .percentage .numbers {
    width: 11832px;
}

.visible-first .progress-horizontal[data-progress="86"] .bar {
    width: 86%;
}

.visible-first .progress-horizontal[data-progress="86"] .bar .inset_numbers {
    width: 116.27906977%;
}

.visible-first .progress-horizontal[data-progress="86"] .inset .percentage .numbers {
    width: 11968px;
}

.visible-first .progress-horizontal[data-progress="87"] .bar {
    width: 87%;
}

.visible-first .progress-horizontal[data-progress="87"] .bar .inset_numbers {
    width: 114.94252874%;
}

.visible-first .progress-horizontal[data-progress="87"] .inset .percentage .numbers {
    width: 12104px;
}

.visible-first .progress-horizontal[data-progress="88"] .bar {
    width: 88%;
}

.visible-first .progress-horizontal[data-progress="88"] .bar .inset_numbers {
    width: 113.63636364%;
}

.visible-first .progress-horizontal[data-progress="88"] .inset .percentage .numbers {
    width: 12240px;
}

.visible-first .progress-horizontal[data-progress="89"] .bar {
    width: 89%;
}

.visible-first .progress-horizontal[data-progress="89"] .bar .inset_numbers {
    width: 112.35955056%;
}

.visible-first .progress-horizontal[data-progress="89"] .inset .percentage .numbers {
    width: 12376px;
}

.visible-first .progress-horizontal[data-progress="90"] .bar {
    width: 90%;
}

.visible-first .progress-horizontal[data-progress="90"] .bar .inset_numbers {
    width: 111.11111111%;
}

.visible-first .progress-horizontal[data-progress="90"] .inset .percentage .numbers {
    width: 12512px;
}

.visible-first .progress-horizontal[data-progress="91"] .bar {
    width: 91%;
}

.visible-first .progress-horizontal[data-progress="91"] .bar .inset_numbers {
    width: 109.89010989%;
}

.visible-first .progress-horizontal[data-progress="91"] .inset .percentage .numbers {
    width: 12648px;
}

.visible-first .progress-horizontal[data-progress="92"] .bar {
    width: 92%;
}

.visible-first .progress-horizontal[data-progress="92"] .bar .inset_numbers {
    width: 108.69565217%;
}

.visible-first .progress-horizontal[data-progress="92"] .inset .percentage .numbers {
    width: 12784px;
}

.visible-first .progress-horizontal[data-progress="93"] .bar {
    width: 93%;
}

.visible-first .progress-horizontal[data-progress="93"] .bar .inset_numbers {
    width: 107.52688172%;
}

.visible-first .progress-horizontal[data-progress="93"] .inset .percentage .numbers {
    width: 12920px;
}

.visible-first .progress-horizontal[data-progress="94"] .bar {
    width: 94%;
}

.visible-first .progress-horizontal[data-progress="94"] .bar .inset_numbers {
    width: 106.38297872%;
}

.visible-first .progress-horizontal[data-progress="94"] .inset .percentage .numbers {
    width: 13056px;
}

.visible-first .progress-horizontal[data-progress="95"] .bar {
    width: 95%;
}

.visible-first .progress-horizontal[data-progress="95"] .bar .inset_numbers {
    width: 105.26315789%;
}

.visible-first .progress-horizontal[data-progress="95"] .inset .percentage .numbers {
    width: 13192px;
}

.visible-first .progress-horizontal[data-progress="96"] .bar {
    width: 96%;
}

.visible-first .progress-horizontal[data-progress="96"] .bar .inset_numbers {
    width: 104.16666667%;
}

.visible-first .progress-horizontal[data-progress="96"] .inset .percentage .numbers {
    width: 13328px;
}

.visible-first .progress-horizontal[data-progress="97"] .bar {
    width: 97%;
}

.visible-first .progress-horizontal[data-progress="97"] .bar .inset_numbers {
    width: 103.09278351%;
}

.visible-first .progress-horizontal[data-progress="97"] .inset .percentage .numbers {
    width: 13464px;
}

.visible-first .progress-horizontal[data-progress="98"] .bar {
    width: 98%;
}

.visible-first .progress-horizontal[data-progress="98"] .bar .inset_numbers {
    width: 102.04081633%;
}

.visible-first .progress-horizontal[data-progress="98"] .inset .percentage .numbers {
    width: 13600px;
}

.visible-first .progress-horizontal[data-progress="99"] .bar {
    width: 99%;
}

.visible-first .progress-horizontal[data-progress="99"] .bar .inset_numbers {
    width: 101.01010101%;
}

.visible-first .progress-horizontal[data-progress="99"] .inset .percentage .numbers {
    width: 13736px;
}

.visible-first .progress-horizontal[data-progress="100"] .bar {
    width: 100%;
}

.visible-first .progress-horizontal[data-progress="100"] .bar .inset_numbers {
    width: 100%;
}

.visible-first .progress-horizontal[data-progress="100"] .inset .percentage .numbers {
    width: 13872px;
}

.progbars_vertical {
    padding-top: 40px;
}

.progress-vertical {
    position: relative;
    width: 70px;
    height: 130px;
    margin: 0 auto 20px;
    overflow: visible;
    text-align: center;
}

.progress-vertical .bar {
    background: #5fa736;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    width: 100%;
    height: 0;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.progress-vertical .inset {
    width: 50px;
    position: absolute;
    left: 50%;
    overflow: hidden;
    top: 0;
    margin-left: -20px;
    margin-top: -20px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.progress-vertical .inset .numbers {
    font-size: 0;
    line-height: 0;
    float: right;
    text-align: right;
    width: 38px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    transition: width 1s ease;
}

.progress-vertical .inset .numbers span {
    width: 38px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    color: #5fa736;
}

.visible .progress-vertical[data-progress="0"] .bar {
    height: 0%;
}

.visible .progress-vertical[data-progress="0"] .inset .percentage .numbers {
    width: 76px;
}

.visible .progress-vertical[data-progress="1"] .bar {
    height: 1%;
}

.visible .progress-vertical[data-progress="1"] .inset .percentage .numbers {
    width: 114px;
}

.visible .progress-vertical[data-progress="2"] .bar {
    height: 2%;
}

.visible .progress-vertical[data-progress="2"] .inset .percentage .numbers {
    width: 152px;
}

.visible .progress-vertical[data-progress="3"] .bar {
    height: 3%;
}

.visible .progress-vertical[data-progress="3"] .inset .percentage .numbers {
    width: 190px;
}

.visible .progress-vertical[data-progress="4"] .bar {
    height: 4%;
}

.visible .progress-vertical[data-progress="4"] .inset .percentage .numbers {
    width: 228px;
}

.visible .progress-vertical[data-progress="5"] .bar {
    height: 5%;
}

.visible .progress-vertical[data-progress="5"] .inset .percentage .numbers {
    width: 266px;
}

.visible .progress-vertical[data-progress="6"] .bar {
    height: 6%;
}

.visible .progress-vertical[data-progress="6"] .inset .percentage .numbers {
    width: 304px;
}

.visible .progress-vertical[data-progress="7"] .bar {
    height: 7%;
}

.visible .progress-vertical[data-progress="7"] .inset .percentage .numbers {
    width: 342px;
}

.visible .progress-vertical[data-progress="8"] .bar {
    height: 8%;
}

.visible .progress-vertical[data-progress="8"] .inset .percentage .numbers {
    width: 380px;
}

.visible .progress-vertical[data-progress="9"] .bar {
    height: 9%;
}

.visible .progress-vertical[data-progress="9"] .inset .percentage .numbers {
    width: 418px;
}

.visible .progress-vertical[data-progress="10"] .bar {
    height: 10%;
}

.visible .progress-vertical[data-progress="10"] .inset .percentage .numbers {
    width: 456px;
}

.visible .progress-vertical[data-progress="11"] .bar {
    height: 11%;
}

.visible .progress-vertical[data-progress="11"] .inset .percentage .numbers {
    width: 494px;
}

.visible .progress-vertical[data-progress="12"] .bar {
    height: 12%;
}

.visible .progress-vertical[data-progress="12"] .inset .percentage .numbers {
    width: 532px;
}

.visible .progress-vertical[data-progress="13"] .bar {
    height: 13%;
}

.visible .progress-vertical[data-progress="13"] .inset .percentage .numbers {
    width: 570px;
}

.visible .progress-vertical[data-progress="14"] .bar {
    height: 14%;
}

.visible .progress-vertical[data-progress="14"] .inset .percentage .numbers {
    width: 608px;
}

.visible .progress-vertical[data-progress="15"] .bar {
    height: 15%;
}

.visible .progress-vertical[data-progress="15"] .inset .percentage .numbers {
    width: 646px;
}

.visible .progress-vertical[data-progress="16"] .bar {
    height: 16%;
}

.visible .progress-vertical[data-progress="16"] .inset .percentage .numbers {
    width: 684px;
}

.visible .progress-vertical[data-progress="17"] .bar {
    height: 17%;
}

.visible .progress-vertical[data-progress="17"] .inset .percentage .numbers {
    width: 722px;
}

.visible .progress-vertical[data-progress="18"] .bar {
    height: 18%;
}

.visible .progress-vertical[data-progress="18"] .inset .percentage .numbers {
    width: 760px;
}

.visible .progress-vertical[data-progress="19"] .bar {
    height: 19%;
}

.visible .progress-vertical[data-progress="19"] .inset .percentage .numbers {
    width: 798px;
}

.visible .progress-vertical[data-progress="20"] .bar {
    height: 20%;
}

.visible .progress-vertical[data-progress="20"] .inset .percentage .numbers {
    width: 836px;
}

.visible .progress-vertical[data-progress="21"] .bar {
    height: 21%;
}

.visible .progress-vertical[data-progress="21"] .inset .percentage .numbers {
    width: 874px;
}

.visible .progress-vertical[data-progress="22"] .bar {
    height: 22%;
}

.visible .progress-vertical[data-progress="22"] .inset .percentage .numbers {
    width: 912px;
}

.visible .progress-vertical[data-progress="23"] .bar {
    height: 23%;
}

.visible .progress-vertical[data-progress="23"] .inset .percentage .numbers {
    width: 950px;
}

.visible .progress-vertical[data-progress="24"] .bar {
    height: 24%;
}

.visible .progress-vertical[data-progress="24"] .inset .percentage .numbers {
    width: 988px;
}

.visible .progress-vertical[data-progress="25"] .bar {
    height: 25%;
}

.visible .progress-vertical[data-progress="25"] .inset .percentage .numbers {
    width: 1026px;
}

.visible .progress-vertical[data-progress="26"] .bar {
    height: 26%;
}

.visible .progress-vertical[data-progress="26"] .inset .percentage .numbers {
    width: 1064px;
}

.visible .progress-vertical[data-progress="27"] .bar {
    height: 27%;
}

.visible .progress-vertical[data-progress="27"] .inset .percentage .numbers {
    width: 1102px;
}

.visible .progress-vertical[data-progress="28"] .bar {
    height: 28%;
}

.visible .progress-vertical[data-progress="28"] .inset .percentage .numbers {
    width: 1140px;
}

.visible .progress-vertical[data-progress="29"] .bar {
    height: 29%;
}

.visible .progress-vertical[data-progress="29"] .inset .percentage .numbers {
    width: 1178px;
}

.visible .progress-vertical[data-progress="30"] .bar {
    height: 30%;
}

.visible .progress-vertical[data-progress="30"] .inset .percentage .numbers {
    width: 1216px;
}

.visible .progress-vertical[data-progress="31"] .bar {
    height: 31%;
}

.visible .progress-vertical[data-progress="31"] .inset .percentage .numbers {
    width: 1254px;
}

.visible .progress-vertical[data-progress="32"] .bar {
    height: 32%;
}

.visible .progress-vertical[data-progress="32"] .inset .percentage .numbers {
    width: 1292px;
}

.visible .progress-vertical[data-progress="33"] .bar {
    height: 33%;
}

.visible .progress-vertical[data-progress="33"] .inset .percentage .numbers {
    width: 1330px;
}

.visible .progress-vertical[data-progress="34"] .bar {
    height: 34%;
}

.visible .progress-vertical[data-progress="34"] .inset .percentage .numbers {
    width: 1368px;
}

.visible .progress-vertical[data-progress="35"] .bar {
    height: 35%;
}

.visible .progress-vertical[data-progress="35"] .inset .percentage .numbers {
    width: 1406px;
}

.visible .progress-vertical[data-progress="36"] .bar {
    height: 36%;
}

.visible .progress-vertical[data-progress="36"] .inset .percentage .numbers {
    width: 1444px;
}

.visible .progress-vertical[data-progress="37"] .bar {
    height: 37%;
}

.visible .progress-vertical[data-progress="37"] .inset .percentage .numbers {
    width: 1482px;
}

.visible .progress-vertical[data-progress="38"] .bar {
    height: 38%;
}

.visible .progress-vertical[data-progress="38"] .inset .percentage .numbers {
    width: 1520px;
}

.visible .progress-vertical[data-progress="39"] .bar {
    height: 39%;
}

.visible .progress-vertical[data-progress="39"] .inset .percentage .numbers {
    width: 1558px;
}

.visible .progress-vertical[data-progress="40"] .bar {
    height: 40%;
}

.visible .progress-vertical[data-progress="40"] .inset .percentage .numbers {
    width: 1596px;
}

.visible .progress-vertical[data-progress="41"] .bar {
    height: 41%;
}

.visible .progress-vertical[data-progress="41"] .inset .percentage .numbers {
    width: 1634px;
}

.visible .progress-vertical[data-progress="42"] .bar {
    height: 42%;
}

.visible .progress-vertical[data-progress="42"] .inset .percentage .numbers {
    width: 1672px;
}

.visible .progress-vertical[data-progress="43"] .bar {
    height: 43%;
}

.visible .progress-vertical[data-progress="43"] .inset .percentage .numbers {
    width: 1710px;
}

.visible .progress-vertical[data-progress="44"] .bar {
    height: 44%;
}

.visible .progress-vertical[data-progress="44"] .inset .percentage .numbers {
    width: 1748px;
}

.visible .progress-vertical[data-progress="45"] .bar {
    height: 45%;
}

.visible .progress-vertical[data-progress="45"] .inset .percentage .numbers {
    width: 1786px;
}

.visible .progress-vertical[data-progress="46"] .bar {
    height: 46%;
}

.visible .progress-vertical[data-progress="46"] .inset .percentage .numbers {
    width: 1824px;
}

.visible .progress-vertical[data-progress="47"] .bar {
    height: 47%;
}

.visible .progress-vertical[data-progress="47"] .inset .percentage .numbers {
    width: 1862px;
}

.visible .progress-vertical[data-progress="48"] .bar {
    height: 48%;
}

.visible .progress-vertical[data-progress="48"] .inset .percentage .numbers {
    width: 1900px;
}

.visible .progress-vertical[data-progress="49"] .bar {
    height: 49%;
}

.visible .progress-vertical[data-progress="49"] .inset .percentage .numbers {
    width: 1938px;
}

.visible .progress-vertical[data-progress="50"] .bar {
    height: 50%;
}

.visible .progress-vertical[data-progress="50"] .inset .percentage .numbers {
    width: 1976px;
}

.visible .progress-vertical[data-progress="51"] .bar {
    height: 51%;
}

.visible .progress-vertical[data-progress="51"] .inset .percentage .numbers {
    width: 2014px;
}

.visible .progress-vertical[data-progress="52"] .bar {
    height: 52%;
}

.visible .progress-vertical[data-progress="52"] .inset .percentage .numbers {
    width: 2052px;
}

.visible .progress-vertical[data-progress="53"] .bar {
    height: 53%;
}

.visible .progress-vertical[data-progress="53"] .inset .percentage .numbers {
    width: 2090px;
}

.visible .progress-vertical[data-progress="54"] .bar {
    height: 54%;
}

.visible .progress-vertical[data-progress="54"] .inset .percentage .numbers {
    width: 2128px;
}

.visible .progress-vertical[data-progress="55"] .bar {
    height: 55%;
}

.visible .progress-vertical[data-progress="55"] .inset .percentage .numbers {
    width: 2166px;
}

.visible .progress-vertical[data-progress="56"] .bar {
    height: 56%;
}

.visible .progress-vertical[data-progress="56"] .inset .percentage .numbers {
    width: 2204px;
}

.visible .progress-vertical[data-progress="57"] .bar {
    height: 57%;
}

.visible .progress-vertical[data-progress="57"] .inset .percentage .numbers {
    width: 2242px;
}

.visible .progress-vertical[data-progress="58"] .bar {
    height: 58%;
}

.visible .progress-vertical[data-progress="58"] .inset .percentage .numbers {
    width: 2280px;
}

.visible .progress-vertical[data-progress="59"] .bar {
    height: 59%;
}

.visible .progress-vertical[data-progress="59"] .inset .percentage .numbers {
    width: 2318px;
}

.visible .progress-vertical[data-progress="60"] .bar {
    height: 60%;
}

.visible .progress-vertical[data-progress="60"] .inset .percentage .numbers {
    width: 2356px;
}

.visible .progress-vertical[data-progress="61"] .bar {
    height: 61%;
}

.visible .progress-vertical[data-progress="61"] .inset .percentage .numbers {
    width: 2394px;
}

.visible .progress-vertical[data-progress="62"] .bar {
    height: 62%;
}

.visible .progress-vertical[data-progress="62"] .inset .percentage .numbers {
    width: 2432px;
}

.visible .progress-vertical[data-progress="63"] .bar {
    height: 63%;
}

.visible .progress-vertical[data-progress="63"] .inset .percentage .numbers {
    width: 2470px;
}

.visible .progress-vertical[data-progress="64"] .bar {
    height: 64%;
}

.visible .progress-vertical[data-progress="64"] .inset .percentage .numbers {
    width: 2508px;
}

.visible .progress-vertical[data-progress="65"] .bar {
    height: 65%;
}

.visible .progress-vertical[data-progress="65"] .inset .percentage .numbers {
    width: 2546px;
}

.visible .progress-vertical[data-progress="66"] .bar {
    height: 66%;
}

.visible .progress-vertical[data-progress="66"] .inset .percentage .numbers {
    width: 2584px;
}

.visible .progress-vertical[data-progress="67"] .bar {
    height: 67%;
}

.visible .progress-vertical[data-progress="67"] .inset .percentage .numbers {
    width: 2622px;
}

.visible .progress-vertical[data-progress="68"] .bar {
    height: 68%;
}

.visible .progress-vertical[data-progress="68"] .inset .percentage .numbers {
    width: 2660px;
}

.visible .progress-vertical[data-progress="69"] .bar {
    height: 69%;
}

.visible .progress-vertical[data-progress="69"] .inset .percentage .numbers {
    width: 2698px;
}

.visible .progress-vertical[data-progress="70"] .bar {
    height: 70%;
}

.visible .progress-vertical[data-progress="70"] .inset .percentage .numbers {
    width: 2736px;
}

.visible .progress-vertical[data-progress="71"] .bar {
    height: 71%;
}

.visible .progress-vertical[data-progress="71"] .inset .percentage .numbers {
    width: 2774px;
}

.visible .progress-vertical[data-progress="72"] .bar {
    height: 72%;
}

.visible .progress-vertical[data-progress="72"] .inset .percentage .numbers {
    width: 2812px;
}

.visible .progress-vertical[data-progress="73"] .bar {
    height: 73%;
}

.visible .progress-vertical[data-progress="73"] .inset .percentage .numbers {
    width: 2850px;
}

.visible .progress-vertical[data-progress="74"] .bar {
    height: 74%;
}

.visible .progress-vertical[data-progress="74"] .inset .percentage .numbers {
    width: 2888px;
}

.visible .progress-vertical[data-progress="75"] .bar {
    height: 75%;
}

.visible .progress-vertical[data-progress="75"] .inset .percentage .numbers {
    width: 2926px;
}

.visible .progress-vertical[data-progress="76"] .bar {
    height: 76%;
}

.visible .progress-vertical[data-progress="76"] .inset .percentage .numbers {
    width: 2964px;
}

.visible .progress-vertical[data-progress="77"] .bar {
    height: 77%;
}

.visible .progress-vertical[data-progress="77"] .inset .percentage .numbers {
    width: 3002px;
}

.visible .progress-vertical[data-progress="78"] .bar {
    height: 78%;
}

.visible .progress-vertical[data-progress="78"] .inset .percentage .numbers {
    width: 3040px;
}

.visible .progress-vertical[data-progress="79"] .bar {
    height: 79%;
}

.visible .progress-vertical[data-progress="79"] .inset .percentage .numbers {
    width: 3078px;
}

.visible .progress-vertical[data-progress="80"] .bar {
    height: 80%;
}

.visible .progress-vertical[data-progress="80"] .inset .percentage .numbers {
    width: 3116px;
}

.visible .progress-vertical[data-progress="81"] .bar {
    height: 81%;
}

.visible .progress-vertical[data-progress="81"] .inset .percentage .numbers {
    width: 3154px;
}

.visible .progress-vertical[data-progress="82"] .bar {
    height: 82%;
}

.visible .progress-vertical[data-progress="82"] .inset .percentage .numbers {
    width: 3192px;
}

.visible .progress-vertical[data-progress="83"] .bar {
    height: 83%;
}

.visible .progress-vertical[data-progress="83"] .inset .percentage .numbers {
    width: 3230px;
}

.visible .progress-vertical[data-progress="84"] .bar {
    height: 84%;
}

.visible .progress-vertical[data-progress="84"] .inset .percentage .numbers {
    width: 3268px;
}

.visible .progress-vertical[data-progress="85"] .bar {
    height: 85%;
}

.visible .progress-vertical[data-progress="85"] .inset .percentage .numbers {
    width: 3306px;
}

.visible .progress-vertical[data-progress="86"] .bar {
    height: 86%;
}

.visible .progress-vertical[data-progress="86"] .inset .percentage .numbers {
    width: 3344px;
}

.visible .progress-vertical[data-progress="87"] .bar {
    height: 87%;
}

.visible .progress-vertical[data-progress="87"] .inset .percentage .numbers {
    width: 3382px;
}

.visible .progress-vertical[data-progress="88"] .bar {
    height: 88%;
}

.visible .progress-vertical[data-progress="88"] .inset .percentage .numbers {
    width: 3420px;
}

.visible .progress-vertical[data-progress="89"] .bar {
    height: 89%;
}

.visible .progress-vertical[data-progress="89"] .inset .percentage .numbers {
    width: 3458px;
}

.visible .progress-vertical[data-progress="90"] .bar {
    height: 90%;
}

.visible .progress-vertical[data-progress="90"] .inset .percentage .numbers {
    width: 3496px;
}

.visible .progress-vertical[data-progress="91"] .bar {
    height: 91%;
}

.visible .progress-vertical[data-progress="91"] .inset .percentage .numbers {
    width: 3534px;
}

.visible .progress-vertical[data-progress="92"] .bar {
    height: 92%;
}

.visible .progress-vertical[data-progress="92"] .inset .percentage .numbers {
    width: 3572px;
}

.visible .progress-vertical[data-progress="93"] .bar {
    height: 93%;
}

.visible .progress-vertical[data-progress="93"] .inset .percentage .numbers {
    width: 3610px;
}

.visible .progress-vertical[data-progress="94"] .bar {
    height: 94%;
}

.visible .progress-vertical[data-progress="94"] .inset .percentage .numbers {
    width: 3648px;
}

.visible .progress-vertical[data-progress="95"] .bar {
    height: 95%;
}

.visible .progress-vertical[data-progress="95"] .inset .percentage .numbers {
    width: 3686px;
}

.visible .progress-vertical[data-progress="96"] .bar {
    height: 96%;
}

.visible .progress-vertical[data-progress="96"] .inset .percentage .numbers {
    width: 3724px;
}

.visible .progress-vertical[data-progress="97"] .bar {
    height: 97%;
}

.visible .progress-vertical[data-progress="97"] .inset .percentage .numbers {
    width: 3762px;
}

.visible .progress-vertical[data-progress="98"] .bar {
    height: 98%;
}

.visible .progress-vertical[data-progress="98"] .inset .percentage .numbers {
    width: 3800px;
}

.visible .progress-vertical[data-progress="99"] .bar {
    height: 99%;
}

.visible .progress-vertical[data-progress="99"] .inset .percentage .numbers {
    width: 3838px;
}

.visible .progress-vertical[data-progress="100"] .bar {
    height: 100%;
}

.visible .progress-vertical[data-progress="100"] .inset .percentage .numbers {
    width: 3876px;
}

.priorities .item {
    text-align: center;
    margin-bottom: 0;
}

.priorities .radial-progress {
    margin: 0 auto 22px;
}

.radial-progress {
    width: 154px;
    height: 154px;
    border-radius: 1000px;
}

.radial-progress .circle .fill {
    width: 136px;
    height: 136px;
    position: absolute;
    border: 9px solid;
    border-radius: 1000px;
    -webkit-backface-visibility: hidden;
}

.radial-progress .circle .mask {
    border-radius: 1000px;
    -webkit-backface-visibility: hidden;
    position: absolute;
    width: 154px;
    height: 154px;
    clip: rect(0px, 154px, 154px, 77px);
    z-index: 2;
}

.radial-progress .circle .mask .fill {
    clip: rect(0px, 77px, 154px, 0px);
}

.radial-progress .inset {
    width: 136px;
    height: 136px;
    position: absolute;
    border-radius: 1000px;
    border: 9px solid #f7f8fc;
}

.radial-progress .inset .percentage {
    height: 45px;
    width: 136px;
    overflow: hidden;
    position: absolute;
    top: 45.5px;
    left: 0px;
    line-height: 1;
}

.radial-progress .inset .percentage .numbers {
    margin-top: -45px;
}

.radial-progress .inset .percentage .numbers span {
    width: 136px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 45px;
    float: left;
    font-weight: 300;
}

body.itemid-476 .radial-progress .inset {
    border-color: transparent;
    color: #ffffff;
}

.priorities {
    text-align: center;
}

.priorities .item_num0 {
    -webkit-transform: translate(-1000px, 100px);
    -moz-transform: translate(-1000px, 100px);
    -ms-transform: translate(-1000px, 100px);
    -o-transform: translate(-1000px, 100px);
    transform: translate(-1000px, 100px);
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
}

.priorities .item_num0 .radial-progress .circle .fill {
    -webkit-transition: -webkit-transform 1s ease 1s, background 0.5s ease, border-color 0.5s ease;
    -moz-transition: -moz-transform 1s ease 1s, background 0.5s ease, border-color 0.5s ease;
    -ms-transition: -ms-transform 1s ease 1s, background 0.5s ease, border-color 0.5s ease;
    -o-transition: -o-transform 1s ease 1s, background 0.5s ease, border-color 0.5s ease;
    transition: transform 1s ease 1s, background 0.5s ease, border-color 0.5s ease;
}

.priorities .item_num0 .radial-progress .circle .mask {
    -webkit-transition: -webkit-transform 1s ease 1s;
    -moz-transition: -moz-transform 1s ease 1s;
    -ms-transition: -ms-transform 1s ease 1s;
    -o-transition: -o-transform 1s ease 1s;
    transition: transform 1s ease 1s;
}

.priorities .item_num0 .radial-progress .inset .percentage .numbers {
    -webkit-transition: width 1s ease 1s;
    -moz-transition: width 1s ease 1s;
    -o-transition: width 1s ease 1s;
    transition: width 1s ease 1s;
}

.priorities .item_num1 {
    -webkit-transform: translate(-1000px, -100px);
    -moz-transform: translate(-1000px, -100px);
    -ms-transform: translate(-1000px, -100px);
    -o-transform: translate(-1000px, -100px);
    transform: translate(-1000px, -100px);
    -webkit-transition: transform 1s ease 0.3s;
    -moz-transition: transform 1s ease 0.3s;
    -o-transition: transform 1s ease 0.3s;
    transition: transform 1s ease 0.3s;
}

.priorities .item_num1 .radial-progress .circle .fill {
    -webkit-transition: -webkit-transform 1s ease 1.3s, background 0.5s ease, border-color 0.5s ease;
    -moz-transition: -moz-transform 1s ease 1.3s, background 0.5s ease, border-color 0.5s ease;
    -ms-transition: -ms-transform 1s ease 1.3s, background 0.5s ease, border-color 0.5s ease;
    -o-transition: -o-transform 1s ease 1.3s, background 0.5s ease, border-color 0.5s ease;
    transition: transform 1s ease 1.3s, background 0.5s ease, border-color 0.5s ease;
}

.priorities .item_num1 .radial-progress .circle .mask {
    -webkit-transition: -webkit-transform 1s ease 1.3s;
    -moz-transition: -moz-transform 1s ease 1.3s;
    -ms-transition: -ms-transform 1s ease 1.3s;
    transition: transform 1s ease 1.3s;
}

.priorities .item_num1 .radial-progress .inset .percentage .numbers {
    -webkit-transition: width 1s ease 1.3s;
    -moz-transition: width 1s ease 1.3s;
    -o-transition: width 1s ease 1.3s;
    transition: width 1s ease 1.3s;
}

.priorities .item_num2 {
    -webkit-transform: translate(1000px, 100px);
    -moz-transform: translate(1000px, 100px);
    -ms-transform: translate(1000px, 100px);
    -o-transform: translate(1000px, 100px);
    transform: translate(1000px, 100px);
    -webkit-transition: transform 1s ease 0.6s;
    -moz-transition: transform 1s ease 0.6s;
    -o-transition: transform 1s ease 0.6s;
    transition: transform 1s ease 0.6s;
}

.priorities .item_num2 .radial-progress .circle .fill {
    -webkit-transition: -webkit-transform 1s ease 1.6s, background 0.5s ease, border-color 0.5s ease;
    -moz-transition: -moz-transform 1s ease 1.6s, background 0.5s ease, border-color 0.5s ease;
    -ms-transition: -ms-transform 1s ease 1.6s, background 0.5s ease, border-color 0.5s ease;
    -o-transition: -o-transform 1s ease 1.6s, background 0.5s ease, border-color 0.5s ease;
    transition: transform 1s ease 1.6s, background 0.5s ease, border-color 0.5s ease;
}

.priorities .item_num2 .radial-progress .circle .mask {
    -webkit-transition: -webkit-transform 1s ease 1.6s;
    -moz-transition: -moz-transform 1s ease 1.6s;
    -ms-transition: -ms-transform 1s ease 1.6s;
    transition: transform 1s ease 1.6s;
}

.priorities .item_num2 .radial-progress .inset .percentage .numbers {
    -webkit-transition: width 1s ease 1.6s;
    -moz-transition: width 1s ease 1.6s;
    -o-transition: width 1s ease 1.6s;
    transition: width 1s ease 1.6s;
}

.priorities .item_num3 {
    -webkit-transform: translate(1000px, -100px);
    -moz-transform: translate(1000px, -100px);
    -ms-transform: translate(1000px, -100px);
    -o-transform: translate(1000px, -100px);
    transform: translate(1000px, -100px);
    -webkit-transition: transform 1s ease 0.9s;
    -moz-transition: transform 1s ease 0.9s;
    -o-transition: transform 1s ease 0.9s;
    transition: transform 1s ease 0.9s;
}

.priorities .item_num3 .radial-progress .circle .fill {
    -webkit-transition: -webkit-transform 1s ease 1.9s, background 0.5s ease, border-color 0.5s ease;
    -moz-transition: -moz-transform 1s ease 1.9s, background 0.5s ease, border-color 0.5s ease;
    -ms-transition: -ms-transform 1s ease 1.9s, background 0.5s ease, border-color 0.5s ease;
    -o-transition: -o-transform 1s ease 1.9s, background 0.5s ease, border-color 0.5s ease;
    transition: transform 1s ease 1.9s, background 0.5s ease, border-color 0.5s ease;
}

.priorities .item_num3 .radial-progress .circle .mask {
    -webkit-transition: -webkit-transform 1s ease 1.9s;
    -moz-transition: -moz-transform 1s ease 1.9s;
    -ms-transition: -ms-transform 1s ease 1.9s;
    transition: transform 1s ease 1.9s;
}

.priorities .item_num3 .radial-progress .inset .percentage .numbers {
    -webkit-transition: width 1s ease 1.9s;
    -moz-transition: width 1s ease 1.9s;
    -o-transition: width 1s ease 1.9s;
    transition: width 1s ease 1.9s;
}

.visible .priorities .item_num0,
.visible .priorities .item_num1,
.visible .priorities .item_num2,
.visible .priorities .item_num3 {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.radial-progress[data-progress] .circle .mask.full {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.radial-progress[data-progress] .circle .fill {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.radial-progress[data-progress] .circle .fill.fix {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.radial-progress[data-progress] .inset .percentage .numbers {
    width: 136px;
}

.visible .radial-progress[data-progress="0"] .circle .mask.full {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.visible .radial-progress[data-progress="0"] .circle .fill {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.visible .radial-progress[data-progress="0"] .circle .fill.fix {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.visible .radial-progress[data-progress="0"] .inset .percentage .numbers {
    width: 136px;
}

.visible .radial-progress[data-progress="1"] .circle .mask.full {
    -webkit-transform: rotate(1.8deg);
    -ms-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
}

.visible .radial-progress[data-progress="1"] .circle .fill {
    -webkit-transform: rotate(1.8deg);
    -ms-transform: rotate(1.8deg);
    transform: rotate(1.8deg);
}

.visible .radial-progress[data-progress="1"] .circle .fill.fix {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.visible .radial-progress[data-progress="1"] .inset .percentage .numbers {
    width: 272px;
}

.visible .radial-progress[data-progress="2"] .circle .mask.full {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.visible .radial-progress[data-progress="2"] .circle .fill {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.visible .radial-progress[data-progress="2"] .circle .fill.fix {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.visible .radial-progress[data-progress="2"] .inset .percentage .numbers {
    width: 408px;
}

.visible .radial-progress[data-progress="3"] .circle .mask.full {
    -webkit-transform: rotate(5.4deg);
    -ms-transform: rotate(5.4deg);
    transform: rotate(5.4deg);
}

.visible .radial-progress[data-progress="3"] .circle .fill {
    -webkit-transform: rotate(5.4deg);
    -ms-transform: rotate(5.4deg);
    transform: rotate(5.4deg);
}

.visible .radial-progress[data-progress="3"] .circle .fill.fix {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.visible .radial-progress[data-progress="3"] .inset .percentage .numbers {
    width: 544px;
}

.visible .radial-progress[data-progress="4"] .circle .mask.full {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.visible .radial-progress[data-progress="4"] .circle .fill {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.visible .radial-progress[data-progress="4"] .circle .fill.fix {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.visible .radial-progress[data-progress="4"] .inset .percentage .numbers {
    width: 680px;
}

.visible .radial-progress[data-progress="5"] .circle .mask.full {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
}

.visible .radial-progress[data-progress="5"] .circle .fill {
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg);
}

.visible .radial-progress[data-progress="5"] .circle .fill.fix {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.visible .radial-progress[data-progress="5"] .inset .percentage .numbers {
    width: 816px;
}

.visible .radial-progress[data-progress="6"] .circle .mask.full {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.visible .radial-progress[data-progress="6"] .circle .fill {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.visible .radial-progress[data-progress="6"] .circle .fill.fix {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.visible .radial-progress[data-progress="6"] .inset .percentage .numbers {
    width: 952px;
}

.visible .radial-progress[data-progress="7"] .circle .mask.full {
    -webkit-transform: rotate(12.6deg);
    -ms-transform: rotate(12.6deg);
    transform: rotate(12.6deg);
}

.visible .radial-progress[data-progress="7"] .circle .fill {
    -webkit-transform: rotate(12.6deg);
    -ms-transform: rotate(12.6deg);
    transform: rotate(12.6deg);
}

.visible .radial-progress[data-progress="7"] .circle .fill.fix {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.visible .radial-progress[data-progress="7"] .inset .percentage .numbers {
    width: 1088px;
}

.visible .radial-progress[data-progress="8"] .circle .mask.full {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.visible .radial-progress[data-progress="8"] .circle .fill {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.visible .radial-progress[data-progress="8"] .circle .fill.fix {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.visible .radial-progress[data-progress="8"] .inset .percentage .numbers {
    width: 1224px;
}

.visible .radial-progress[data-progress="9"] .circle .mask.full {
    -webkit-transform: rotate(16.2deg);
    -ms-transform: rotate(16.2deg);
    transform: rotate(16.2deg);
}

.visible .radial-progress[data-progress="9"] .circle .fill {
    -webkit-transform: rotate(16.2deg);
    -ms-transform: rotate(16.2deg);
    transform: rotate(16.2deg);
}

.visible .radial-progress[data-progress="9"] .circle .fill.fix {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.visible .radial-progress[data-progress="9"] .inset .percentage .numbers {
    width: 1360px;
}

.visible .radial-progress[data-progress="10"] .circle .mask.full {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.visible .radial-progress[data-progress="10"] .circle .fill {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
}

.visible .radial-progress[data-progress="10"] .circle .fill.fix {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.visible .radial-progress[data-progress="10"] .inset .percentage .numbers {
    width: 1496px;
}

.visible .radial-progress[data-progress="11"] .circle .mask.full {
    -webkit-transform: rotate(19.8deg);
    -ms-transform: rotate(19.8deg);
    transform: rotate(19.8deg);
}

.visible .radial-progress[data-progress="11"] .circle .fill {
    -webkit-transform: rotate(19.8deg);
    -ms-transform: rotate(19.8deg);
    transform: rotate(19.8deg);
}

.visible .radial-progress[data-progress="11"] .circle .fill.fix {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.visible .radial-progress[data-progress="11"] .inset .percentage .numbers {
    width: 1632px;
}

.visible .radial-progress[data-progress="12"] .circle .mask.full {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.visible .radial-progress[data-progress="12"] .circle .fill {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.visible .radial-progress[data-progress="12"] .circle .fill.fix {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.visible .radial-progress[data-progress="12"] .inset .percentage .numbers {
    width: 1768px;
}

.visible .radial-progress[data-progress="13"] .circle .mask.full {
    -webkit-transform: rotate(23.4deg);
    -ms-transform: rotate(23.4deg);
    transform: rotate(23.4deg);
}

.visible .radial-progress[data-progress="13"] .circle .fill {
    -webkit-transform: rotate(23.4deg);
    -ms-transform: rotate(23.4deg);
    transform: rotate(23.4deg);
}

.visible .radial-progress[data-progress="13"] .circle .fill.fix {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.visible .radial-progress[data-progress="13"] .inset .percentage .numbers {
    width: 1904px;
}

.visible .radial-progress[data-progress="14"] .circle .mask.full {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.visible .radial-progress[data-progress="14"] .circle .fill {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.visible .radial-progress[data-progress="14"] .circle .fill.fix {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.visible .radial-progress[data-progress="14"] .inset .percentage .numbers {
    width: 2040px;
}

.visible .radial-progress[data-progress="15"] .circle .mask.full {
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}

.visible .radial-progress[data-progress="15"] .circle .fill {
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    transform: rotate(27deg);
}

.visible .radial-progress[data-progress="15"] .circle .fill.fix {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg);
}

.visible .radial-progress[data-progress="15"] .inset .percentage .numbers {
    width: 2176px;
}

.visible .radial-progress[data-progress="16"] .circle .mask.full {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.visible .radial-progress[data-progress="16"] .circle .fill {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.visible .radial-progress[data-progress="16"] .circle .fill.fix {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.visible .radial-progress[data-progress="16"] .inset .percentage .numbers {
    width: 2312px;
}

.visible .radial-progress[data-progress="17"] .circle .mask.full {
    -webkit-transform: rotate(30.6deg);
    -ms-transform: rotate(30.6deg);
    transform: rotate(30.6deg);
}

.visible .radial-progress[data-progress="17"] .circle .fill {
    -webkit-transform: rotate(30.6deg);
    -ms-transform: rotate(30.6deg);
    transform: rotate(30.6deg);
}

.visible .radial-progress[data-progress="17"] .circle .fill.fix {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.visible .radial-progress[data-progress="17"] .inset .percentage .numbers {
    width: 2448px;
}

.visible .radial-progress[data-progress="18"] .circle .mask.full {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.visible .radial-progress[data-progress="18"] .circle .fill {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.visible .radial-progress[data-progress="18"] .circle .fill.fix {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.visible .radial-progress[data-progress="18"] .inset .percentage .numbers {
    width: 2584px;
}

.visible .radial-progress[data-progress="19"] .circle .mask.full {
    -webkit-transform: rotate(34.2deg);
    -ms-transform: rotate(34.2deg);
    transform: rotate(34.2deg);
}

.visible .radial-progress[data-progress="19"] .circle .fill {
    -webkit-transform: rotate(34.2deg);
    -ms-transform: rotate(34.2deg);
    transform: rotate(34.2deg);
}

.visible .radial-progress[data-progress="19"] .circle .fill.fix {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.visible .radial-progress[data-progress="19"] .inset .percentage .numbers {
    width: 2720px;
}

.visible .radial-progress[data-progress="20"] .circle .mask.full {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.visible .radial-progress[data-progress="20"] .circle .fill {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg);
}

.visible .radial-progress[data-progress="20"] .circle .fill.fix {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.visible .radial-progress[data-progress="20"] .inset .percentage .numbers {
    width: 2856px;
}

.visible .radial-progress[data-progress="21"] .circle .mask.full {
    -webkit-transform: rotate(37.8deg);
    -ms-transform: rotate(37.8deg);
    transform: rotate(37.8deg);
}

.visible .radial-progress[data-progress="21"] .circle .fill {
    -webkit-transform: rotate(37.8deg);
    -ms-transform: rotate(37.8deg);
    transform: rotate(37.8deg);
}

.visible .radial-progress[data-progress="21"] .circle .fill.fix {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.visible .radial-progress[data-progress="21"] .inset .percentage .numbers {
    width: 2992px;
}

.visible .radial-progress[data-progress="22"] .circle .mask.full {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.visible .radial-progress[data-progress="22"] .circle .fill {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.visible .radial-progress[data-progress="22"] .circle .fill.fix {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.visible .radial-progress[data-progress="22"] .inset .percentage .numbers {
    width: 3128px;
}

.visible .radial-progress[data-progress="23"] .circle .mask.full {
    -webkit-transform: rotate(41.4deg);
    -ms-transform: rotate(41.4deg);
    transform: rotate(41.4deg);
}

.visible .radial-progress[data-progress="23"] .circle .fill {
    -webkit-transform: rotate(41.4deg);
    -ms-transform: rotate(41.4deg);
    transform: rotate(41.4deg);
}

.visible .radial-progress[data-progress="23"] .circle .fill.fix {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.visible .radial-progress[data-progress="23"] .inset .percentage .numbers {
    width: 3264px;
}

.visible .radial-progress[data-progress="24"] .circle .mask.full {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.visible .radial-progress[data-progress="24"] .circle .fill {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.visible .radial-progress[data-progress="24"] .circle .fill.fix {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.visible .radial-progress[data-progress="24"] .inset .percentage .numbers {
    width: 3400px;
}

.visible .radial-progress[data-progress="25"] .circle .mask.full {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.visible .radial-progress[data-progress="25"] .circle .fill {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.visible .radial-progress[data-progress="25"] .circle .fill.fix {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.visible .radial-progress[data-progress="25"] .inset .percentage .numbers {
    width: 3536px;
}

.visible .radial-progress[data-progress="26"] .circle .mask.full {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.visible .radial-progress[data-progress="26"] .circle .fill {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.visible .radial-progress[data-progress="26"] .circle .fill.fix {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.visible .radial-progress[data-progress="26"] .inset .percentage .numbers {
    width: 3672px;
}

.visible .radial-progress[data-progress="27"] .circle .mask.full {
    -webkit-transform: rotate(48.6deg);
    -ms-transform: rotate(48.6deg);
    transform: rotate(48.6deg);
}

.visible .radial-progress[data-progress="27"] .circle .fill {
    -webkit-transform: rotate(48.6deg);
    -ms-transform: rotate(48.6deg);
    transform: rotate(48.6deg);
}

.visible .radial-progress[data-progress="27"] .circle .fill.fix {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.visible .radial-progress[data-progress="27"] .inset .percentage .numbers {
    width: 3808px;
}

.visible .radial-progress[data-progress="28"] .circle .mask.full {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.visible .radial-progress[data-progress="28"] .circle .fill {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.visible .radial-progress[data-progress="28"] .circle .fill.fix {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.visible .radial-progress[data-progress="28"] .inset .percentage .numbers {
    width: 3944px;
}

.visible .radial-progress[data-progress="29"] .circle .mask.full {
    -webkit-transform: rotate(52.2deg);
    -ms-transform: rotate(52.2deg);
    transform: rotate(52.2deg);
}

.visible .radial-progress[data-progress="29"] .circle .fill {
    -webkit-transform: rotate(52.2deg);
    -ms-transform: rotate(52.2deg);
    transform: rotate(52.2deg);
}

.visible .radial-progress[data-progress="29"] .circle .fill.fix {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.visible .radial-progress[data-progress="29"] .inset .percentage .numbers {
    width: 4080px;
}

.visible .radial-progress[data-progress="30"] .circle .mask.full {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg);
}

.visible .radial-progress[data-progress="30"] .circle .fill {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg);
}

.visible .radial-progress[data-progress="30"] .circle .fill.fix {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.visible .radial-progress[data-progress="30"] .inset .percentage .numbers {
    width: 4216px;
}

.visible .radial-progress[data-progress="31"] .circle .mask.full {
    -webkit-transform: rotate(55.8deg);
    -ms-transform: rotate(55.8deg);
    transform: rotate(55.8deg);
}

.visible .radial-progress[data-progress="31"] .circle .fill {
    -webkit-transform: rotate(55.8deg);
    -ms-transform: rotate(55.8deg);
    transform: rotate(55.8deg);
}

.visible .radial-progress[data-progress="31"] .circle .fill.fix {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.visible .radial-progress[data-progress="31"] .inset .percentage .numbers {
    width: 4352px;
}

.visible .radial-progress[data-progress="32"] .circle .mask.full {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.visible .radial-progress[data-progress="32"] .circle .fill {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.visible .radial-progress[data-progress="32"] .circle .fill.fix {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.visible .radial-progress[data-progress="32"] .inset .percentage .numbers {
    width: 4488px;
}

.visible .radial-progress[data-progress="33"] .circle .mask.full {
    -webkit-transform: rotate(59.4deg);
    -ms-transform: rotate(59.4deg);
    transform: rotate(59.4deg);
}

.visible .radial-progress[data-progress="33"] .circle .fill {
    -webkit-transform: rotate(59.4deg);
    -ms-transform: rotate(59.4deg);
    transform: rotate(59.4deg);
}

.visible .radial-progress[data-progress="33"] .circle .fill.fix {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.visible .radial-progress[data-progress="33"] .inset .percentage .numbers {
    width: 4624px;
}

.visible .radial-progress[data-progress="34"] .circle .mask.full {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.visible .radial-progress[data-progress="34"] .circle .fill {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.visible .radial-progress[data-progress="34"] .circle .fill.fix {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.visible .radial-progress[data-progress="34"] .inset .percentage .numbers {
    width: 4760px;
}

.visible .radial-progress[data-progress="35"] .circle .mask.full {
    -webkit-transform: rotate(63deg);
    -ms-transform: rotate(63deg);
    transform: rotate(63deg);
}

.visible .radial-progress[data-progress="35"] .circle .fill {
    -webkit-transform: rotate(63deg);
    -ms-transform: rotate(63deg);
    transform: rotate(63deg);
}

.visible .radial-progress[data-progress="35"] .circle .fill.fix {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg);
}

.visible .radial-progress[data-progress="35"] .inset .percentage .numbers {
    width: 4896px;
}

.visible .radial-progress[data-progress="36"] .circle .mask.full {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.visible .radial-progress[data-progress="36"] .circle .fill {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.visible .radial-progress[data-progress="36"] .circle .fill.fix {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.visible .radial-progress[data-progress="36"] .inset .percentage .numbers {
    width: 5032px;
}

.visible .radial-progress[data-progress="37"] .circle .mask.full {
    -webkit-transform: rotate(66.6deg);
    -ms-transform: rotate(66.6deg);
    transform: rotate(66.6deg);
}

.visible .radial-progress[data-progress="37"] .circle .fill {
    -webkit-transform: rotate(66.6deg);
    -ms-transform: rotate(66.6deg);
    transform: rotate(66.6deg);
}

.visible .radial-progress[data-progress="37"] .circle .fill.fix {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.visible .radial-progress[data-progress="37"] .inset .percentage .numbers {
    width: 5168px;
}

.visible .radial-progress[data-progress="38"] .circle .mask.full {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.visible .radial-progress[data-progress="38"] .circle .fill {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.visible .radial-progress[data-progress="38"] .circle .fill.fix {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.visible .radial-progress[data-progress="38"] .inset .percentage .numbers {
    width: 5304px;
}

.visible .radial-progress[data-progress="39"] .circle .mask.full {
    -webkit-transform: rotate(70.2deg);
    -ms-transform: rotate(70.2deg);
    transform: rotate(70.2deg);
}

.visible .radial-progress[data-progress="39"] .circle .fill {
    -webkit-transform: rotate(70.2deg);
    -ms-transform: rotate(70.2deg);
    transform: rotate(70.2deg);
}

.visible .radial-progress[data-progress="39"] .circle .fill.fix {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.visible .radial-progress[data-progress="39"] .inset .percentage .numbers {
    width: 5440px;
}

.visible .radial-progress[data-progress="40"] .circle .mask.full {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.visible .radial-progress[data-progress="40"] .circle .fill {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
}

.visible .radial-progress[data-progress="40"] .circle .fill.fix {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.visible .radial-progress[data-progress="40"] .inset .percentage .numbers {
    width: 5576px;
}

.visible .radial-progress[data-progress="41"] .circle .mask.full {
    -webkit-transform: rotate(73.8deg);
    -ms-transform: rotate(73.8deg);
    transform: rotate(73.8deg);
}

.visible .radial-progress[data-progress="41"] .circle .fill {
    -webkit-transform: rotate(73.8deg);
    -ms-transform: rotate(73.8deg);
    transform: rotate(73.8deg);
}

.visible .radial-progress[data-progress="41"] .circle .fill.fix {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.visible .radial-progress[data-progress="41"] .inset .percentage .numbers {
    width: 5712px;
}

.visible .radial-progress[data-progress="42"] .circle .mask.full {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.visible .radial-progress[data-progress="42"] .circle .fill {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.visible .radial-progress[data-progress="42"] .circle .fill.fix {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.visible .radial-progress[data-progress="42"] .inset .percentage .numbers {
    width: 5848px;
}

.visible .radial-progress[data-progress="43"] .circle .mask.full {
    -webkit-transform: rotate(77.4deg);
    -ms-transform: rotate(77.4deg);
    transform: rotate(77.4deg);
}

.visible .radial-progress[data-progress="43"] .circle .fill {
    -webkit-transform: rotate(77.4deg);
    -ms-transform: rotate(77.4deg);
    transform: rotate(77.4deg);
}

.visible .radial-progress[data-progress="43"] .circle .fill.fix {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.visible .radial-progress[data-progress="43"] .inset .percentage .numbers {
    width: 5984px;
}

.visible .radial-progress[data-progress="44"] .circle .mask.full {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.visible .radial-progress[data-progress="44"] .circle .fill {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.visible .radial-progress[data-progress="44"] .circle .fill.fix {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.visible .radial-progress[data-progress="44"] .inset .percentage .numbers {
    width: 6120px;
}

.visible .radial-progress[data-progress="45"] .circle .mask.full {
    -webkit-transform: rotate(81deg);
    -ms-transform: rotate(81deg);
    transform: rotate(81deg);
}

.visible .radial-progress[data-progress="45"] .circle .fill {
    -webkit-transform: rotate(81deg);
    -ms-transform: rotate(81deg);
    transform: rotate(81deg);
}

.visible .radial-progress[data-progress="45"] .circle .fill.fix {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg);
}

.visible .radial-progress[data-progress="45"] .inset .percentage .numbers {
    width: 6256px;
}

.visible .radial-progress[data-progress="46"] .circle .mask.full {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.visible .radial-progress[data-progress="46"] .circle .fill {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.visible .radial-progress[data-progress="46"] .circle .fill.fix {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.visible .radial-progress[data-progress="46"] .inset .percentage .numbers {
    width: 6392px;
}

.visible .radial-progress[data-progress="47"] .circle .mask.full {
    -webkit-transform: rotate(84.6deg);
    -ms-transform: rotate(84.6deg);
    transform: rotate(84.6deg);
}

.visible .radial-progress[data-progress="47"] .circle .fill {
    -webkit-transform: rotate(84.6deg);
    -ms-transform: rotate(84.6deg);
    transform: rotate(84.6deg);
}

.visible .radial-progress[data-progress="47"] .circle .fill.fix {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.visible .radial-progress[data-progress="47"] .inset .percentage .numbers {
    width: 6528px;
}

.visible .radial-progress[data-progress="48"] .circle .mask.full {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.visible .radial-progress[data-progress="48"] .circle .fill {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.visible .radial-progress[data-progress="48"] .circle .fill.fix {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.visible .radial-progress[data-progress="48"] .inset .percentage .numbers {
    width: 6664px;
}

.visible .radial-progress[data-progress="49"] .circle .mask.full {
    -webkit-transform: rotate(88.2deg);
    -ms-transform: rotate(88.2deg);
    transform: rotate(88.2deg);
}

.visible .radial-progress[data-progress="49"] .circle .fill {
    -webkit-transform: rotate(88.2deg);
    -ms-transform: rotate(88.2deg);
    transform: rotate(88.2deg);
}

.visible .radial-progress[data-progress="49"] .circle .fill.fix {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.visible .radial-progress[data-progress="49"] .inset .percentage .numbers {
    width: 6800px;
}

.visible .radial-progress[data-progress="50"] .circle .mask.full {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.visible .radial-progress[data-progress="50"] .circle .fill {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.visible .radial-progress[data-progress="50"] .circle .fill.fix {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.visible .radial-progress[data-progress="50"] .inset .percentage .numbers {
    width: 6936px;
}

.visible .radial-progress[data-progress="51"] .circle .mask.full {
    -webkit-transform: rotate(91.8deg);
    -ms-transform: rotate(91.8deg);
    transform: rotate(91.8deg);
}

.visible .radial-progress[data-progress="51"] .circle .fill {
    -webkit-transform: rotate(91.8deg);
    -ms-transform: rotate(91.8deg);
    transform: rotate(91.8deg);
}

.visible .radial-progress[data-progress="51"] .circle .fill.fix {
    -webkit-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.visible .radial-progress[data-progress="51"] .inset .percentage .numbers {
    width: 7072px;
}

.visible .radial-progress[data-progress="52"] .circle .mask.full {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.visible .radial-progress[data-progress="52"] .circle .fill {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.visible .radial-progress[data-progress="52"] .circle .fill.fix {
    -webkit-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.visible .radial-progress[data-progress="52"] .inset .percentage .numbers {
    width: 7208px;
}

.visible .radial-progress[data-progress="53"] .circle .mask.full {
    -webkit-transform: rotate(95.4deg);
    -ms-transform: rotate(95.4deg);
    transform: rotate(95.4deg);
}

.visible .radial-progress[data-progress="53"] .circle .fill {
    -webkit-transform: rotate(95.4deg);
    -ms-transform: rotate(95.4deg);
    transform: rotate(95.4deg);
}

.visible .radial-progress[data-progress="53"] .circle .fill.fix {
    -webkit-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.visible .radial-progress[data-progress="53"] .inset .percentage .numbers {
    width: 7344px;
}

.visible .radial-progress[data-progress="54"] .circle .mask.full {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.visible .radial-progress[data-progress="54"] .circle .fill {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.visible .radial-progress[data-progress="54"] .circle .fill.fix {
    -webkit-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.visible .radial-progress[data-progress="54"] .inset .percentage .numbers {
    width: 7480px;
}

.visible .radial-progress[data-progress="55"] .circle .mask.full {
    -webkit-transform: rotate(99deg);
    -ms-transform: rotate(99deg);
    transform: rotate(99deg);
}

.visible .radial-progress[data-progress="55"] .circle .fill {
    -webkit-transform: rotate(99deg);
    -ms-transform: rotate(99deg);
    transform: rotate(99deg);
}

.visible .radial-progress[data-progress="55"] .circle .fill.fix {
    -webkit-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    transform: rotate(198deg);
}

.visible .radial-progress[data-progress="55"] .inset .percentage .numbers {
    width: 7616px;
}

.visible .radial-progress[data-progress="56"] .circle .mask.full {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.visible .radial-progress[data-progress="56"] .circle .fill {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.visible .radial-progress[data-progress="56"] .circle .fill.fix {
    -webkit-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.visible .radial-progress[data-progress="56"] .inset .percentage .numbers {
    width: 7752px;
}

.visible .radial-progress[data-progress="57"] .circle .mask.full {
    -webkit-transform: rotate(102.6deg);
    -ms-transform: rotate(102.6deg);
    transform: rotate(102.6deg);
}

.visible .radial-progress[data-progress="57"] .circle .fill {
    -webkit-transform: rotate(102.6deg);
    -ms-transform: rotate(102.6deg);
    transform: rotate(102.6deg);
}

.visible .radial-progress[data-progress="57"] .circle .fill.fix {
    -webkit-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.visible .radial-progress[data-progress="57"] .inset .percentage .numbers {
    width: 7888px;
}

.visible .radial-progress[data-progress="58"] .circle .mask.full {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.visible .radial-progress[data-progress="58"] .circle .fill {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.visible .radial-progress[data-progress="58"] .circle .fill.fix {
    -webkit-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.visible .radial-progress[data-progress="58"] .inset .percentage .numbers {
    width: 8024px;
}

.visible .radial-progress[data-progress="59"] .circle .mask.full {
    -webkit-transform: rotate(106.2deg);
    -ms-transform: rotate(106.2deg);
    transform: rotate(106.2deg);
}

.visible .radial-progress[data-progress="59"] .circle .fill {
    -webkit-transform: rotate(106.2deg);
    -ms-transform: rotate(106.2deg);
    transform: rotate(106.2deg);
}

.visible .radial-progress[data-progress="59"] .circle .fill.fix {
    -webkit-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.visible .radial-progress[data-progress="59"] .inset .percentage .numbers {
    width: 8160px;
}

.visible .radial-progress[data-progress="60"] .circle .mask.full {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.visible .radial-progress[data-progress="60"] .circle .fill {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg);
}

.visible .radial-progress[data-progress="60"] .circle .fill.fix {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg);
}

.visible .radial-progress[data-progress="60"] .inset .percentage .numbers {
    width: 8296px;
}

.visible .radial-progress[data-progress="61"] .circle .mask.full {
    -webkit-transform: rotate(109.8deg);
    -ms-transform: rotate(109.8deg);
    transform: rotate(109.8deg);
}

.visible .radial-progress[data-progress="61"] .circle .fill {
    -webkit-transform: rotate(109.8deg);
    -ms-transform: rotate(109.8deg);
    transform: rotate(109.8deg);
}

.visible .radial-progress[data-progress="61"] .circle .fill.fix {
    -webkit-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.visible .radial-progress[data-progress="61"] .inset .percentage .numbers {
    width: 8432px;
}

.visible .radial-progress[data-progress="62"] .circle .mask.full {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.visible .radial-progress[data-progress="62"] .circle .fill {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.visible .radial-progress[data-progress="62"] .circle .fill.fix {
    -webkit-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.visible .radial-progress[data-progress="62"] .inset .percentage .numbers {
    width: 8568px;
}

.visible .radial-progress[data-progress="63"] .circle .mask.full {
    -webkit-transform: rotate(113.4deg);
    -ms-transform: rotate(113.4deg);
    transform: rotate(113.4deg);
}

.visible .radial-progress[data-progress="63"] .circle .fill {
    -webkit-transform: rotate(113.4deg);
    -ms-transform: rotate(113.4deg);
    transform: rotate(113.4deg);
}

.visible .radial-progress[data-progress="63"] .circle .fill.fix {
    -webkit-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.visible .radial-progress[data-progress="63"] .inset .percentage .numbers {
    width: 8704px;
}

.visible .radial-progress[data-progress="64"] .circle .mask.full {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.visible .radial-progress[data-progress="64"] .circle .fill {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.visible .radial-progress[data-progress="64"] .circle .fill.fix {
    -webkit-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.visible .radial-progress[data-progress="64"] .inset .percentage .numbers {
    width: 8840px;
}

.visible .radial-progress[data-progress="65"] .circle .mask.full {
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg);
}

.visible .radial-progress[data-progress="65"] .circle .fill {
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg);
}

.visible .radial-progress[data-progress="65"] .circle .fill.fix {
    -webkit-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    transform: rotate(234deg);
}

.visible .radial-progress[data-progress="65"] .inset .percentage .numbers {
    width: 8976px;
}

.visible .radial-progress[data-progress="66"] .circle .mask.full {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.visible .radial-progress[data-progress="66"] .circle .fill {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.visible .radial-progress[data-progress="66"] .circle .fill.fix {
    -webkit-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.visible .radial-progress[data-progress="66"] .inset .percentage .numbers {
    width: 9112px;
}

.visible .radial-progress[data-progress="67"] .circle .mask.full {
    -webkit-transform: rotate(120.6deg);
    -ms-transform: rotate(120.6deg);
    transform: rotate(120.6deg);
}

.visible .radial-progress[data-progress="67"] .circle .fill {
    -webkit-transform: rotate(120.6deg);
    -ms-transform: rotate(120.6deg);
    transform: rotate(120.6deg);
}

.visible .radial-progress[data-progress="67"] .circle .fill.fix {
    -webkit-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.visible .radial-progress[data-progress="67"] .inset .percentage .numbers {
    width: 9248px;
}

.visible .radial-progress[data-progress="68"] .circle .mask.full {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.visible .radial-progress[data-progress="68"] .circle .fill {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.visible .radial-progress[data-progress="68"] .circle .fill.fix {
    -webkit-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.visible .radial-progress[data-progress="68"] .inset .percentage .numbers {
    width: 9384px;
}

.visible .radial-progress[data-progress="69"] .circle .mask.full {
    -webkit-transform: rotate(124.2deg);
    -ms-transform: rotate(124.2deg);
    transform: rotate(124.2deg);
}

.visible .radial-progress[data-progress="69"] .circle .fill {
    -webkit-transform: rotate(124.2deg);
    -ms-transform: rotate(124.2deg);
    transform: rotate(124.2deg);
}

.visible .radial-progress[data-progress="69"] .circle .fill.fix {
    -webkit-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.visible .radial-progress[data-progress="69"] .inset .percentage .numbers {
    width: 9520px;
}

.visible .radial-progress[data-progress="70"] .circle .mask.full {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg);
}

.visible .radial-progress[data-progress="70"] .circle .fill {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg);
}

.visible .radial-progress[data-progress="70"] .circle .fill.fix {
    -webkit-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg);
}

.visible .radial-progress[data-progress="70"] .inset .percentage .numbers {
    width: 9656px;
}

.visible .radial-progress[data-progress="71"] .circle .mask.full {
    -webkit-transform: rotate(127.8deg);
    -ms-transform: rotate(127.8deg);
    transform: rotate(127.8deg);
}

.visible .radial-progress[data-progress="71"] .circle .fill {
    -webkit-transform: rotate(127.8deg);
    -ms-transform: rotate(127.8deg);
    transform: rotate(127.8deg);
}

.visible .radial-progress[data-progress="71"] .circle .fill.fix {
    -webkit-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.visible .radial-progress[data-progress="71"] .inset .percentage .numbers {
    width: 9792px;
}

.visible .radial-progress[data-progress="72"] .circle .mask.full {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.visible .radial-progress[data-progress="72"] .circle .fill {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.visible .radial-progress[data-progress="72"] .circle .fill.fix {
    -webkit-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.visible .radial-progress[data-progress="72"] .inset .percentage .numbers {
    width: 9928px;
}

.visible .radial-progress[data-progress="73"] .circle .mask.full {
    -webkit-transform: rotate(131.4deg);
    -ms-transform: rotate(131.4deg);
    transform: rotate(131.4deg);
}

.visible .radial-progress[data-progress="73"] .circle .fill {
    -webkit-transform: rotate(131.4deg);
    -ms-transform: rotate(131.4deg);
    transform: rotate(131.4deg);
}

.visible .radial-progress[data-progress="73"] .circle .fill.fix {
    -webkit-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.visible .radial-progress[data-progress="73"] .inset .percentage .numbers {
    width: 10064px;
}

.visible .radial-progress[data-progress="74"] .circle .mask.full {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.visible .radial-progress[data-progress="74"] .circle .fill {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.visible .radial-progress[data-progress="74"] .circle .fill.fix {
    -webkit-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.visible .radial-progress[data-progress="74"] .inset .percentage .numbers {
    width: 10200px;
}

.visible .radial-progress[data-progress="75"] .circle .mask.full {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.visible .radial-progress[data-progress="75"] .circle .fill {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.visible .radial-progress[data-progress="75"] .circle .fill.fix {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.visible .radial-progress[data-progress="75"] .inset .percentage .numbers {
    width: 10336px;
}

.visible .radial-progress[data-progress="76"] .circle .mask.full {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.visible .radial-progress[data-progress="76"] .circle .fill {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.visible .radial-progress[data-progress="76"] .circle .fill.fix {
    -webkit-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.visible .radial-progress[data-progress="76"] .inset .percentage .numbers {
    width: 10472px;
}

.visible .radial-progress[data-progress="77"] .circle .mask.full {
    -webkit-transform: rotate(138.6deg);
    -ms-transform: rotate(138.6deg);
    transform: rotate(138.6deg);
}

.visible .radial-progress[data-progress="77"] .circle .fill {
    -webkit-transform: rotate(138.6deg);
    -ms-transform: rotate(138.6deg);
    transform: rotate(138.6deg);
}

.visible .radial-progress[data-progress="77"] .circle .fill.fix {
    -webkit-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.visible .radial-progress[data-progress="77"] .inset .percentage .numbers {
    width: 10608px;
}

.visible .radial-progress[data-progress="78"] .circle .mask.full {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.visible .radial-progress[data-progress="78"] .circle .fill {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.visible .radial-progress[data-progress="78"] .circle .fill.fix {
    -webkit-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.visible .radial-progress[data-progress="78"] .inset .percentage .numbers {
    width: 10744px;
}

.visible .radial-progress[data-progress="79"] .circle .mask.full {
    -webkit-transform: rotate(142.2deg);
    -ms-transform: rotate(142.2deg);
    transform: rotate(142.2deg);
}

.visible .radial-progress[data-progress="79"] .circle .fill {
    -webkit-transform: rotate(142.2deg);
    -ms-transform: rotate(142.2deg);
    transform: rotate(142.2deg);
}

.visible .radial-progress[data-progress="79"] .circle .fill.fix {
    -webkit-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.visible .radial-progress[data-progress="79"] .inset .percentage .numbers {
    width: 10880px;
}

.visible .radial-progress[data-progress="80"] .circle .mask.full {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.visible .radial-progress[data-progress="80"] .circle .fill {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
}

.visible .radial-progress[data-progress="80"] .circle .fill.fix {
    -webkit-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg);
}

.visible .radial-progress[data-progress="80"] .inset .percentage .numbers {
    width: 11016px;
}

.visible .radial-progress[data-progress="81"] .circle .mask.full {
    -webkit-transform: rotate(145.8deg);
    -ms-transform: rotate(145.8deg);
    transform: rotate(145.8deg);
}

.visible .radial-progress[data-progress="81"] .circle .fill {
    -webkit-transform: rotate(145.8deg);
    -ms-transform: rotate(145.8deg);
    transform: rotate(145.8deg);
}

.visible .radial-progress[data-progress="81"] .circle .fill.fix {
    -webkit-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.visible .radial-progress[data-progress="81"] .inset .percentage .numbers {
    width: 11152px;
}

.visible .radial-progress[data-progress="82"] .circle .mask.full {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.visible .radial-progress[data-progress="82"] .circle .fill {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.visible .radial-progress[data-progress="82"] .circle .fill.fix {
    -webkit-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.visible .radial-progress[data-progress="82"] .inset .percentage .numbers {
    width: 11288px;
}

.visible .radial-progress[data-progress="83"] .circle .mask.full {
    -webkit-transform: rotate(149.4deg);
    -ms-transform: rotate(149.4deg);
    transform: rotate(149.4deg);
}

.visible .radial-progress[data-progress="83"] .circle .fill {
    -webkit-transform: rotate(149.4deg);
    -ms-transform: rotate(149.4deg);
    transform: rotate(149.4deg);
}

.visible .radial-progress[data-progress="83"] .circle .fill.fix {
    -webkit-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.visible .radial-progress[data-progress="83"] .inset .percentage .numbers {
    width: 11424px;
}

.visible .radial-progress[data-progress="84"] .circle .mask.full {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.visible .radial-progress[data-progress="84"] .circle .fill {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.visible .radial-progress[data-progress="84"] .circle .fill.fix {
    -webkit-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.visible .radial-progress[data-progress="84"] .inset .percentage .numbers {
    width: 11560px;
}

.visible .radial-progress[data-progress="85"] .circle .mask.full {
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
}

.visible .radial-progress[data-progress="85"] .circle .fill {
    -webkit-transform: rotate(153deg);
    -ms-transform: rotate(153deg);
    transform: rotate(153deg);
}

.visible .radial-progress[data-progress="85"] .circle .fill.fix {
    -webkit-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    transform: rotate(306deg);
}

.visible .radial-progress[data-progress="85"] .inset .percentage .numbers {
    width: 11696px;
}

.visible .radial-progress[data-progress="86"] .circle .mask.full {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.visible .radial-progress[data-progress="86"] .circle .fill {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.visible .radial-progress[data-progress="86"] .circle .fill.fix {
    -webkit-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.visible .radial-progress[data-progress="86"] .inset .percentage .numbers {
    width: 11832px;
}

.visible .radial-progress[data-progress="87"] .circle .mask.full {
    -webkit-transform: rotate(156.6deg);
    -ms-transform: rotate(156.6deg);
    transform: rotate(156.6deg);
}

.visible .radial-progress[data-progress="87"] .circle .fill {
    -webkit-transform: rotate(156.6deg);
    -ms-transform: rotate(156.6deg);
    transform: rotate(156.6deg);
}

.visible .radial-progress[data-progress="87"] .circle .fill.fix {
    -webkit-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.visible .radial-progress[data-progress="87"] .inset .percentage .numbers {
    width: 11968px;
}

.visible .radial-progress[data-progress="88"] .circle .mask.full {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.visible .radial-progress[data-progress="88"] .circle .fill {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.visible .radial-progress[data-progress="88"] .circle .fill.fix {
    -webkit-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.visible .radial-progress[data-progress="88"] .inset .percentage .numbers {
    width: 12104px;
}

.visible .radial-progress[data-progress="89"] .circle .mask.full {
    -webkit-transform: rotate(160.2deg);
    -ms-transform: rotate(160.2deg);
    transform: rotate(160.2deg);
}

.visible .radial-progress[data-progress="89"] .circle .fill {
    -webkit-transform: rotate(160.2deg);
    -ms-transform: rotate(160.2deg);
    transform: rotate(160.2deg);
}

.visible .radial-progress[data-progress="89"] .circle .fill.fix {
    -webkit-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.visible .radial-progress[data-progress="89"] .inset .percentage .numbers {
    width: 12240px;
}

.visible .radial-progress[data-progress="90"] .circle .mask.full {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg);
}

.visible .radial-progress[data-progress="90"] .circle .fill {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg);
}

.visible .radial-progress[data-progress="90"] .circle .fill.fix {
    -webkit-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg);
}

.visible .radial-progress[data-progress="90"] .inset .percentage .numbers {
    width: 12376px;
}

.visible .radial-progress[data-progress="91"] .circle .mask.full {
    -webkit-transform: rotate(163.8deg);
    -ms-transform: rotate(163.8deg);
    transform: rotate(163.8deg);
}

.visible .radial-progress[data-progress="91"] .circle .fill {
    -webkit-transform: rotate(163.8deg);
    -ms-transform: rotate(163.8deg);
    transform: rotate(163.8deg);
}

.visible .radial-progress[data-progress="91"] .circle .fill.fix {
    -webkit-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.visible .radial-progress[data-progress="91"] .inset .percentage .numbers {
    width: 12512px;
}

.visible .radial-progress[data-progress="92"] .circle .mask.full {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.visible .radial-progress[data-progress="92"] .circle .fill {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.visible .radial-progress[data-progress="92"] .circle .fill.fix {
    -webkit-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.visible .radial-progress[data-progress="92"] .inset .percentage .numbers {
    width: 12648px;
}

.visible .radial-progress[data-progress="93"] .circle .mask.full {
    -webkit-transform: rotate(167.4deg);
    -ms-transform: rotate(167.4deg);
    transform: rotate(167.4deg);
}

.visible .radial-progress[data-progress="93"] .circle .fill {
    -webkit-transform: rotate(167.4deg);
    -ms-transform: rotate(167.4deg);
    transform: rotate(167.4deg);
}

.visible .radial-progress[data-progress="93"] .circle .fill.fix {
    -webkit-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.visible .radial-progress[data-progress="93"] .inset .percentage .numbers {
    width: 12784px;
}

.visible .radial-progress[data-progress="94"] .circle .mask.full {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.visible .radial-progress[data-progress="94"] .circle .fill {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.visible .radial-progress[data-progress="94"] .circle .fill.fix {
    -webkit-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.visible .radial-progress[data-progress="94"] .inset .percentage .numbers {
    width: 12920px;
}

.visible .radial-progress[data-progress="95"] .circle .mask.full {
    -webkit-transform: rotate(171deg);
    -ms-transform: rotate(171deg);
    transform: rotate(171deg);
}

.visible .radial-progress[data-progress="95"] .circle .fill {
    -webkit-transform: rotate(171deg);
    -ms-transform: rotate(171deg);
    transform: rotate(171deg);
}

.visible .radial-progress[data-progress="95"] .circle .fill.fix {
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg);
}

.visible .radial-progress[data-progress="95"] .inset .percentage .numbers {
    width: 13056px;
}

.visible .radial-progress[data-progress="96"] .circle .mask.full {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.visible .radial-progress[data-progress="96"] .circle .fill {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.visible .radial-progress[data-progress="96"] .circle .fill.fix {
    -webkit-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.visible .radial-progress[data-progress="96"] .inset .percentage .numbers {
    width: 13192px;
}

.visible .radial-progress[data-progress="97"] .circle .mask.full {
    -webkit-transform: rotate(174.6deg);
    -ms-transform: rotate(174.6deg);
    transform: rotate(174.6deg);
}

.visible .radial-progress[data-progress="97"] .circle .fill {
    -webkit-transform: rotate(174.6deg);
    -ms-transform: rotate(174.6deg);
    transform: rotate(174.6deg);
}

.visible .radial-progress[data-progress="97"] .circle .fill.fix {
    -webkit-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.visible .radial-progress[data-progress="97"] .inset .percentage .numbers {
    width: 13328px;
}

.visible .radial-progress[data-progress="98"] .circle .mask.full {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.visible .radial-progress[data-progress="98"] .circle .fill {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.visible .radial-progress[data-progress="98"] .circle .fill.fix {
    -webkit-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.visible .radial-progress[data-progress="98"] .inset .percentage .numbers {
    width: 13464px;
}

.visible .radial-progress[data-progress="99"] .circle .mask.full {
    -webkit-transform: rotate(178.2deg);
    -ms-transform: rotate(178.2deg);
    transform: rotate(178.2deg);
}

.visible .radial-progress[data-progress="99"] .circle .fill {
    -webkit-transform: rotate(178.2deg);
    -ms-transform: rotate(178.2deg);
    transform: rotate(178.2deg);
}

.visible .radial-progress[data-progress="99"] .circle .fill.fix {
    -webkit-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.visible .radial-progress[data-progress="99"] .inset .percentage .numbers {
    width: 13600px;
}

.visible .radial-progress[data-progress="100"] .circle .mask.full {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.visible .radial-progress[data-progress="100"] .circle .fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.visible .radial-progress[data-progress="100"] .circle .fill.fix {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.visible .radial-progress[data-progress="100"] .inset .percentage .numbers {
    width: 13736px;
}

.accordion_style1 {
    text-align: left;
}

.accordion_style1 .accordion-group {
    border: none;
    margin: 0 0 20px;
}

.accordion_style1 .accordion-inner {
    border: none;
    padding: 14px 0 2px;
}

.accordion_style1 .accordion-inner p {
    padding-bottom: 0;
}

.accordion_style1 .accordion-toggle {
    color: #5fa736;
    font-size: 20px;
    position: relative;
    padding: 9px 0 9px 61px;
    font-weight: 300;
    text-decoration: none !important;
}

.accordion_style1 .accordion-toggle:before {
    background: #f6f8fa;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.accordion_style1 .accordion-toggle.selected:before {
    color: #fff;
    content: '\f068';
}

.accordion_style1 .accordion-toggle:hover:before {
    color: #fff;
}

.acymailing_module_form {
    width: 100%;
}

.acymailing_module_form .acymailing_introtext,
.acymailing_module_form .acymailing_form {
    display: block;
    float: left;
    width: 49%;
}

.acymailing_module_form .acymailing_form {
    width: 51%;
    text-align: left;
}

.acymailing_module_form .acymailing_introtext {
    font-size: 26px;
    line-height: 50px;
}

.acymailing_module_form .acymailing_introtext span:before {
    content: "\f1d8";
    font: normal normal normal 28px/1 FontAwesome;
    margin-right: 28px;
}

.acymailing_module {
    text-align: center;
}

.acymailing_module .responseContainer {
    text-align: center;
    padding-bottom: 46px;
}

.acymailing_module .acymailing_module_success {
    color: #ffffff;
    font-size: 24px;
}

.acymailing_module .acymailing_module_success:before {
    font-size: 32px;
}

.acymailing_module form {
    margin: 0px;
}

.acymailing_module form .acymailing_module_form .acymailing_form {
    margin: 0 auto;
}

.acymailing_module form .acymailing_module_form .acymailing_form .inputbox {
    background: none;
    color: #ffffff;
    height: 50px;
    width: 100%;
    margin: 0 6px 0 0;
    min-width: 296px;
    border: 1px solid #ffffff !important;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    box-shadow: none;
    padding: 12px 20px;
    text-transform: uppercase;
}

.acymailing_module form .acymailing_module_form .acymailing_form .button {
    color: #5fa736;
    background: #ffffff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 18px;
    font-weight: 300;
    padding: 13px 42px 14px;
}

.acymailing_module form .acymailing_module_form .acymailing_form .button:hover {
    background: #333333;
    color: #ffffff;
}

#modules-form .accordion,
.accordion_style2 {
    text-align: left;
    overflow: hidden;
}

#modules-form .accordion .accordion-group,
.accordion_style2 .accordion-group {
    margin-bottom: 0;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#modules-form .accordion .accordion-group .accordion-toggle,
.accordion_style2 .accordion-group .accordion-toggle {
    background: #f6f8fa;
    color: #5fa736;
    margin-bottom: 10px;
    position: relative;
    padding: 17px 80px 18px 30px;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none !important;
    border-top: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#modules-form .accordion .accordion-group .accordion-toggle:before,
.accordion_style2 .accordion-group .accordion-toggle:before {
    font-size: 14px;
    line-height: 46px;
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 21px;
    background: #ffffff;
    text-align: center;
    top: 7px;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#modules-form .accordion .accordion-group .accordion-toggle:hover,
.accordion_style2 .accordion-group .accordion-toggle:hover,
#modules-form .accordion .accordion-group .accordion-toggle.selected,
.accordion_style2 .accordion-group .accordion-toggle.selected {
    color: #ffffff;
}

#modules-form .accordion .accordion-group .accordion-toggle:hover:before,
.accordion_style2 .accordion-group .accordion-toggle:hover:before,
#modules-form .accordion .accordion-group .accordion-toggle.selected:before,
.accordion_style2 .accordion-group .accordion-toggle.selected:before {
    content: '\f068';
}

#modules-form .accordion .accordion-group .accordion-inner,
.accordion_style2 .accordion-group .accordion-inner {
    border: none;
    padding: 8px 20px 18px 22px;
}

#modules-form .accordion .accordion-group .accordion-inner p,
.accordion_style2 .accordion-group .accordion-inner p {
    padding: 0;
}

.nav-tabs {
    border-bottom: 3px solid #f6f8fa;
    text-align: center;
    padding-bottom: 13px;
}

.nav-tabs>li {
    float: none;
    display: inline-block;
    margin: 0 25px !important;
}

.nav-tabs>li>a,
.nav-tabs>li>span {
    background: none !important;
    border: none;
    font-weight: 300;
    font-size: 18px;
    display: block;
    line-height: 23px;
    color: #333333;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-tabs>li>a:after,
.nav-tabs>li>span:after {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 0px;
    border: 2px solid #f6f8fa;
    bottom: -23px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #ffffff;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>span:hover {
    border: none;
    color: #5fa736;
}

.nav-tabs>li>a:hover:after,
.nav-tabs>li>span:hover:after {
    content: "";
}

.nav-tabs>.active>a,
.nav-tabs>.active>span {
    border: none;
}

.nav-tabs>.active>a:after,
.nav-tabs>.active>span:after {
    content: "";
}

.nav-tabs>.active>a:hover,
.nav-tabs>.active>span:hover,
.nav-tabs>.active>a:focus,
.nav-tabs>.active>span:focus {
    border: none;
}

.nav-tabs>.active>a:hover:after,
.nav-tabs>.active>span:hover:after,
.nav-tabs>.active>a:focus:after,
.nav-tabs>.active>span:focus:after {
    content: "";
}

.tab-pane {
    border: 2px solid #f6f8fa;
    margin-bottom: 50px;
    text-align: center;
    padding: 25px 20px 3px;
}

.tab-pane h5 {
    margin-bottom: 9px;
    margin-top: 0px;
}

.tab-content {
    text-align: left;
}

.testimonials_2 .item {
    margin-bottom: 60px;
}

.testimonials_2 .item img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.testimonials_2 .item .item_content {
    margin: 0 auto;
    max-width: 780px;
    padding: 0 9%;
}

.testimonials_2 .item_introtext {
    padding-bottom: 23px;
}

.social-links {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.social-links li {
    display: inline-block;
    font-size: 23px;
    margin: 0 5px !important;
}

.social-links li:before {
    display: none;
}

.social-links li i {
    display: block;
    text-align: center;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social-links li a {
    display: inline-block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #f6f8fa;
    text-decoration: none;
}

.social-links li a:hover {
    color: #ffffff !important;
}

.moduletable.info_shop {
    padding-top: 50px;
}

.moduletable.info_shop i {
    font-size: 60px;
    display: block;
    margin-bottom: 30px;
}

.page-contact .map {
    margin-bottom: 45px;
}


/*======================= ASIDE RIGHT =======================*/

.tagspopular ul {
    margin: 0;
}

.tagspopular ul li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 12px 0;
}

.content-links ul {
    margin: 0;
    list-style: none;
}


/*======================= VIDEO =======================*/

.mod-custom__video {
    position: relative;
}

.mod-custom__video .video-container {
    height: 1080px;
}

.mod-custom__video .module-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.mod-custom__video .module-content .module-content-inner {
    display: inline-block;
    vertical-align: middle;
}

.mod-custom__video .module-content:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    overflow: hidden;
    vertical-align: middle;
}


/*======================= MAINBOTTOM =======================*/

#mainbottom {
    padding: 152px 0 134px;
    position: relative;
}

#mainbottom .container-fluid {
    position: static;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.parallax_image {
    background-size: cover;
    background-position: 50% 50%;
}

.moduletable.parallax_container {
    margin-bottom: 0;
    position: static;
}

#mainbottom-2 {
    padding: 78px 0;
}

#mainbottom-3 {
    background: #f6f8fa;
    padding-top: 90px;
    padding-bottom: 50px;
    overflow: hidden;
}

.moduletable.projects .moduleTitle,
.moduletable.projects .item-title {
    color: #ffffff;
}

.moduletable.testimonials_home_2 .item_img {
    margin-bottom: 10px;
}

.moduletable.testimonials_home_2 .item_img img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.moduletable.testimonials_home_2 .item_introtext {
    padding-bottom: 20px;
}

.moduletable.testimonials_home_2 .item_title {
    margin-bottom: 0;
}

.moduletable.testimonials_home_2 figcaption {
    font-size: 15px;
    padding-top: 4px;
}

.moduletable.counters .mod-newsflash-adv {
    text-align: center;
}

.moduletable.counters i.fa {
    font-size: 50px;
    line-height: 70px;
    display: block;
    margin-bottom: 20px;
}

.moduletable.counters .item_title {
    font-size: 30px;
    line-height: 36px;
}


/*=== Skills ===*/

.skills_diagram {
    display: inline-block;
    vertical-align: middle;
}

.moduletable.skills .get {
    display: inline-block;
    vertical-align: middle;
}

.moduletable.skills .get .arc {
    margin: 0 0 1px;
}

.moduletable.skills .get .arc .text {
    display: inline-block;
    padding: 5px 10px;
    color: #ffffff;
}

.moduletable.skills {
    text-align: center;
}

.moduletable.skills .radial-progress {
    margin: 0 auto 20px;
}

.moduletable.skills .item_title {
    color: #ffffff;
}


/*======================= BOTTOM =======================*/

#bottom {
    padding: 45px 0 22px;
}

#bottom .acymailing_module_form {
    color: #ffffff;
}

#bottom .acymailing_module_form input.inputbox {
    width: 296px;
    max-width: 100%;
}

#bottom .acymailing_module_form .fieldacyemail {
    display: inline-block;
    max-width: 100%;
}

#bottom .acymailing_module_form .fieldacyemail span {
    display: block;
}

#bottom .acymailing_module_form .acysubbuttons {
    display: inline-block;
}


/*======================= FOOTER =======================*/

#footer {
    padding-top: 60px;
    padding-bottom: 10px;
}

#footer div.moduletable[class*="span"] {
    float: right;
}

#footer .nav.menu.social {
    margin-bottom: 20px;
}

#footer .nav.menu.social li {
    margin: 0 26px 0 0;
}

#footer form.mod_tm_ajax_contact_form {
    padding-top: 25px;
}

body.itemid-284 #footer {
    background: #f6f8fa;
}

.mod-custom__footer_contacts {
    padding: 25px 0 15px;
}

.mod-custom__footer_contacts p {
    padding-bottom: 13px;
    position: relative;
    padding-left: 46px;
}

.mod-custom__footer_contacts p:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    font-family: "material-design";
    display: inline-block;
    vertical-align: middle;
}

.mod-custom__footer_contacts .location:before {
    content: '\e0d7';
}

.mod-custom__footer_contacts .phone {
    color: #333333;
    font-weight: 500;
    font-size: 20px;
}

.mod-custom__footer_contacts .phone:before {
    content: '\e0f4';
}

.mod-custom__footer_contacts .worktime:before {
    content: '\e053';
}

.mod_tm_instagram ul {
    margin: 0 0 0 -30px;
}

.mod_tm_instagram ul li {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 20px;
    float: left;
    font-size: 0;
    line-height: 0;
}

.mod_tm_instagram ul li a {
    max-width: 100%;
    display: inline-block;
    position: relative;
}

.mod_tm_instagram ul li a:before {
    content: '\f08e';
    font-family: FontAwesome;
    line-height: 0;
    font-size: 0;
    text-align: center;
    color: #fff;
    left: 0;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    top: 50%;
}

.mod_tm_instagram ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    content: '';
}

.mod_tm_instagram ul li a:hover:before {
    font-size: 30px;
}

.mod_tm_instagram ul li a:hover:after {
    opacity: 0.5;
}

#copyright {
    padding-top: 42px;
}

#copyright .copyright {
    padding-bottom: 95px;
}

#copyright .copyright .footer_logo img {
    margin-right: 10px;
}

#copyright .copyright a {
    color: #888888;
}

#copyright .copyright a:hover {
    color: #5fa736;
}

#copyright .siteName {
    font-size: 0;
    line-height: 0;
    text-transform: lowercase;
}

#copyright .siteName .item_title_part0 {
    font-size: 14px;
    line-height: 23px;
    padding-right: 4px;
    padding-left: 40px;
    position: relative;
}

#copyright .siteName .item_title_part0:before {
    position: absolute;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    top: 0;
    left: 0;
    content: '';
}

#copyright .siteName .item_title_part0:after {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    top: 3px;
    left: 13px;
    content: '';
    opacity: 0.6;
}

body.option-com_virtuemart #copyright,
body.body__var_2 #copyright {
    background: #f6f8fa;
    padding-top: 85px;
}

body.option-com_virtuemart #copyright .siteName,
body.body__var_2 #copyright .siteName {
    text-transform: none;
}

body.option-com_virtuemart #copyright .siteName .item_title_part0,
body.body__var_2 #copyright .siteName .item_title_part0 {
    padding: 0;
}

body.option-com_virtuemart #copyright .siteName .item_title_part0:before,
body.body__var_2 #copyright .siteName .item_title_part0:before {
    display: none;
}

body.option-com_virtuemart #copyright .siteName .item_title_part0:after,
body.body__var_2 #copyright .siteName .item_title_part0:after {
    position: static;
    content: '.';
    background: none;
}

body.option-com_virtuemart #copyright .copyright_text,
body.body__var_2 #copyright .copyright_text {
    position: relative;
    padding-left: 45px;
}

body.option-com_virtuemart #copyright .copyright_text:before,
body.body__var_2 #copyright .copyright_text:before {
    position: absolute;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    top: 0;
    left: 0;
    content: '';
}

body.option-com_virtuemart #copyright .copyright_text:after,
body.body__var_2 #copyright .copyright_text:after {
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    top: 3px;
    left: 13px;
    content: '';
    opacity: 0.6;
}

body.option-com_virtuemart #copyright .moduletable,
body.body__var_2 #copyright .moduletable {
    text-align: left;
}

body.option-com_virtuemart #copyright .mod-custom__footer_contacts,
body.body__var_2 #copyright .mod-custom__footer_contacts {
    padding-top: 0;
}

.mod_tm_ajax_contact_form {
    margin-bottom: 0;
}

.mod_tm_ajax_contact_form input,
.mod_tm_ajax_contact_form textarea {
    width: 100%;
}

.moduletable.address p {
    padding-bottom: 12px;
}

.address_phones {
    color: #333333;
    font-size: 20px;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 13px !important;
}

.address_phones .flatfa {
    font-size: 51px;
    margin-right: 10px;
    vertical-align: middle;
}

.address_phones br {
    display: none;
}

#footer-wrapper {
    background: #ffffff;
    text-align: center;
}

#footer-wrapper .footer-wrapper-inner {
    background: #ffffff;
}


/*===== Social Media ======*/

.nav.menu.social {
    margin: 11px 0 26px;
    font-size: 0;
    line-height: 0;
}

.nav.menu.social li {
    margin: 0px 14px;
    list-style-type: none;
    display: inline-block;
}

.nav.menu.social li a {
    background: none;
    color: #d1d7de;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.nav.menu.social li a:hover {
    color: #5fa736;
}

.social_large {
    margin-bottom: 60px;
}

.social_large .nav.menu.social li {
    margin: 0px 22px;
}

.social_large .nav.menu.social li a {
    font-size: 25px;
}

.moduletable.footer_menu li {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-weight: 300;
}

.moduletable.footer_menu li a {
    color: #333333;
}

.moduletable.social-icons {
    float: right;
}

.moduletable.social-icons+.copyright {
    padding-top: 80px;
}

.moduletable.social-icons.span4 .nav.menu.social li {
    margin: 0 28px 0 0;
}


/*======================= FIxed Sidebar Right =======================*/

div#fixed-sidebar-right {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 8001;
    height: 100%;
    width: 0;
}

div#fixed-sidebar-right .moduletable.login {
    position: absolute;
    top: 190px;
    left: 0;
    width: 331px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    text-align: left;
}

div#fixed-sidebar-right .moduletable.login>i.fa-user {
    color: white;
    width: 71px;
    height: 50px;
    position: absolute;
    text-align: right;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 24px;
    top: 0;
    left: -71px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div#fixed-sidebar-right .moduletable.login>i.fa-user:hover {
    font-size: 30px;
}

div#fixed-sidebar-right .moduletable.login.shown {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 1010;
}

div#fixed-sidebar-right .moduletable.login.shown>i.fa-user {
    left: -45px;
}

div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
    padding: 22px 46px 31px 42px;
}

div#fixed-sidebar-right .moduletable.login .mod_login_wrapper>form {
    position: relative;
}

div#fixed-sidebar-right .moduletable.login .moduleTitle {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 18px;
}

div#fixed-sidebar-right .moduletable.login #login-form {
    margin-bottom: 0px;
}

div#fixed-sidebar-right .moduletable.login .controls {
    text-align: center;
}

div#fixed-sidebar-right .moduletable.login input[type=text],
div#fixed-sidebar-right .moduletable.login input[type=password] {
    height: 31px;
    border-color: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 4px 10px 4px 38px;
    width: 100%;
    text-align: left;
    background: none;
    color: #ffffff;
}

div#fixed-sidebar-right .moduletable.login input[type=text]::-webkit-input-placeholder,
div#fixed-sidebar-right .moduletable.login input[type=password]::-webkit-input-placeholder {
    color: #ffffff;
}

div#fixed-sidebar-right .moduletable.login input[type=text]:-moz-placeholder,
div#fixed-sidebar-right .moduletable.login input[type=password]:-moz-placeholder {
    color: #ffffff;
}

div#fixed-sidebar-right .moduletable.login input[type=text]::-moz-placeholder,
div#fixed-sidebar-right .moduletable.login input[type=password]::-moz-placeholder {
    color: #ffffff;
}

div#fixed-sidebar-right .moduletable.login input[type=text]:-ms-input-placeholder,
div#fixed-sidebar-right .moduletable.login input[type=password]:-ms-input-placeholder {
    color: #ffffff;
}

div#fixed-sidebar-right .moduletable.login .input-prepend {
    position: relative;
    display: block;
}

div#fixed-sidebar-right .moduletable.login .input-prepend span.add-on {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    height: 31px;
    width: 28px;
    padding: 0;
    border: none;
    background: none;
    margin: 0;
    line-height: 31px;
    text-align: right;
}

div#fixed-sidebar-right .moduletable.login .input-prepend span.add-on i {
    font-size: 14px;
    margin-top: 8px;
    color: #ffffff;
}

div#fixed-sidebar-right .moduletable.login .control-group {
    margin-bottom: 0px;
}

div#fixed-sidebar-right .moduletable.login .mod-login_submit,
div#fixed-sidebar-right .moduletable.login .logout-button {
    overflow: hidden;
    margin: 0;
}

div#fixed-sidebar-right .moduletable.login .mod-login_submit .btn,
div#fixed-sidebar-right .moduletable.login .logout-button .btn {
    font-size: 14px;
    border: 1px solid white;
    padding: 3px 25px;
}

div#fixed-sidebar-right .moduletable.login .mod-login_submit button.btn-primary,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary {
    background: #ffffff;
    margin-right: 7px;
    margin-bottom: 4px;
    outline: none !important;
}

div#fixed-sidebar-right .moduletable.login .mod-login_submit button.btn-primary:hover,
div#fixed-sidebar-right .moduletable.login .logout-button button.btn-primary:hover {
    color: #fff;
    background: transparent;
}

div#fixed-sidebar-right .moduletable.login .mod-login_submit a.btn-primary,
div#fixed-sidebar-right .moduletable.login .logout-button a.btn-primary {
    background: transparent;
}

div#fixed-sidebar-right .moduletable.login .mod-login_submit a.btn-primary:hover,
div#fixed-sidebar-right .moduletable.login .logout-button a.btn-primary:hover {
    background: white;
}

div#fixed-sidebar-right .moduletable.login label.checkbox {
    color: white;
    display: block;
    margin-top: 14px;
}

div#fixed-sidebar-right .moduletable.login span.checkbox {
    width: 11px;
    height: 12px;
    margin-right: 5px;
    margin-top: -2px;
    vertical-align: middle;
}

div#fixed-sidebar-right .moduletable.login span.checkbox label.checkbox_inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
}

div#fixed-sidebar-right .moduletable.login a {
    color: #fff;
}

div#fixed-sidebar-right .moduletable.login .reset_remind {
    color: white;
    font-size: 11.9px;
    line-height: 18px;
    margin: 20px 0 25px;
}

div#fixed-sidebar-right .moduletable.login .reset_remind a:hover {
    text-decoration: underline;
}

div#fixed-sidebar-right .moduletable.login .login-greeting a {
    font-weight: 500;
    font-size: 18px;
}

div#fixed-sidebar-right .moduletable.login .login-greeting a:hover {
    text-decoration: underline;
}

#system-message-container {
    text-align: center;
}

#system-message-container>div {
    padding-top: 23px;
}

.form-horizontal .controls {
    position: relative;
}

.form-horizontal .controls .btn {
    margin-right: 14px;
}

@media screen and (max-height: 600px) {
    #style_switcher,
    div#fixed-sidebar-right .moduletable.login {
        top: 5px !important;
    }
}


/*== 1200px and beyond ===================================================
========================================================================*/


/* Large desktop */

@media (max-width: 1400px) {
    .moduletable.options .item .item_content>a {
        padding: 20px;
    }
    #com_virtuemart .productdetails-view .product-related-products .caroufredsel_prev,
    #com_virtuemart .productdetails-view .product-related-categories .caroufredsel_prev {
        left: 20px !important;
    }
    #com_virtuemart .productdetails-view .product-related-products .caroufredsel_next,
    #com_virtuemart .productdetails-view .product-related-categories .caroufredsel_next {
        right: 50px !important;
    }
}


/*== Up to 1200px =====================================================
========================================================================*/


/* Large desktop */

@media (max-width: 1200px) {
    .fullwidth ul.icesubMenu>li {
        padding: 10px 0 0;
    }
    #contact_map {
        height: 376px;
    }
    .row-fluid {
        margin-left: -20px;
    }
    .row-fluid [class*="itemSpan"],
    .row-fluid [class*="span"] {
        padding-left: 20px;
    }
    .fluid {
        margin-left: -20px;
    }
    .jg_gallery {
        margin-left: -20px;
    }
    .jg_gallery .gallery-grid {
        padding-left: 20px;
    }
    .jg_row {
        margin-left: -20px;
    }
    .jg_subcatelem_cat,
    .jg_subcatelem_cat_r {
        padding-left: 20px;
    }
    .mod-search__search-block .inputbox.mod-search_searchword {
        width: 214px;
    }
    .moduletable.features_home_2 .item_content>a .item_title {
        font-size: 25px;
        line-height: 30px;
    }
    .moduletable.home_2 .icemegamenu>ul>li+li {
        margin-left: 15px;
    }
    .moduletable.options .item .item_content>a .item_img {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }
    .pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .price {
        font-size: 60px;
        padding: 0 10px 20px;
    }
    .pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .item_title {
        padding: 0 10px 20px;
    }
    .pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content ul li {
        padding: 8px 10px 8px 30px;
    }
    .pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content ul li:before {
        left: 10px;
    }
    .page-category__history .items-row::before {
        margin-left: 9px;
    }
    .page-category__history .items-row>div::before {
        right: -30px;
    }
    .page-category__history .items-row>div+div::before {
        left: -10px;
    }
    .nav-tabs>li {
        margin: 0 5px !important;
    }
    .moduletable.home_2 .icemegamenu>ul>li.parent>.iceMenuTitle::after,
    .moduletable.home_2 .icemegamenu>ul>li.parent>.icemega_title::after {
        margin-left: 0;
    }
    .icemega_modulewrap.menu_about {
        margin: 5px;
        padding: 10px 10px 0;
    }
    .icemega_modulewrap {
        padding: 5px;
    }
    html[dir="rtl"] .row-fluid {
        margin-right: -20px;
    }
    html[dir="rtl"] .row-fluid [class*="itemSpan"],
    html[dir="rtl"] .row-fluid [class*="span"] {
        padding-right: 20px;
    }
    html[dir="rtl"] .fluid {
        margin-right: -20px;
    }
    html[dir="rtl"] .jg_gallery {
        margin-right: -20px;
    }
    html[dir="rtl"] .jg_gallery .gallery-grid {
        padding-right: 20px;
    }
    html[dir="rtl"] .jg_row {
        margin-right: -20px;
    }
    html[dir="rtl"] .jg_subcatelem_cat,
    html[dir="rtl"] .jg_subcatelem_cat_r {
        padding-right: 20px;
    }
    html[dir="rtl"] .mod-newsflash-adv.features .item>.fa,
    html[dir="rtl"] .mod-newsflash-adv.features .item .flatfa {
        float: none;
    }
    #com_virtuemart ul.steps {
        table-layout: auto;
    }
    #com_virtuemart .productdetails-custom ul.variants li+li {
        margin-left: 4px;
    }
    #com_virtuemart ul.steps li>span {
        padding-left: 35px;
        padding-right: 10px;
    }
}


/*== Up to 980px ======================================================
========================================================================*/


/* Narrow desktop */

@media (max-width: 979px) {
    .moduletable.home_2 .icemegamenu>ul>li>a.iceMenuTitle {
        font-size: 15px;
    }
    #com_virtuemart .category-view-catalog .item_img a .category_content {
        padding-top: 0;
    }
    #com_virtuemart .category-view-catalog .item_img a .category_content h1 {
        margin-bottom: 0;
    }
    #com_virtuemart .category-view-catalog .item_img a .category_content .category_desc {
        padding-bottom: 0;
    }
    #com_virtuemart .category-view-catalog .item_img a .category_content .category_desc p {
        padding-bottom: 0;
    }
    #com_virtuemart .display-number .title,
    #com_virtuemart .orderlistcontainer .title {
        font-size: 14px;
    }
    .moduletable.social-icons.span4 .nav.menu.social li {
        margin: 0 20px 0 0;
    }
    .home_menu {
        float: right !important;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        margin: 0;
        padding: 0;
    }
    .icemegamenu>ul>li+li {
        margin-left: 10px;
    }
    .nav-collapse .navbar-form,
    .nav-collapse .navbar-search {
        border-bottom: none;
        border-top: none;
        box-shadow: none;
    }
    .mod-newsflash-adv.features .item>.fa,
    .mod-newsflash-adv.features .item .flatfa {
        float: none;
        margin-bottom: 23px;
    }
    ul.flaticon li a.fa::before,
    ul.flaticon li a.flatfa::before {
        margin: 0 10px 0 0;
    }
    ul.flaticon.right li a.fa::before {
        margin: 0 0 0 10px !important;
    }
    .mod-newsflash-adv.services .row-fluid .item .item_content h1.item_title,
    .mod-newsflash-adv.services .row-fluid .item .item_content h2.item_title,
    .mod-newsflash-adv.services .row-fluid .item .item_content h3.item_title,
    .mod-newsflash-adv.services .row-fluid .item .item_content h4.item_title,
    .mod-newsflash-adv.services .row-fluid .item .item_content h5.item_title,
    .mod-newsflash-adv.services .row-fluid .item .item_content h6.item_title {
        font-size: 22px;
    }
    .acymailing_module_form .acymailing_introtext {
        line-height: 30px;
        margin-bottom: 30px;
    }
    .thumbnails {
        margin-left: -12px;
    }
    .thumbnails>li {
        margin-left: 12px;
    }
    /*footer*/
    #back-top {
        display: none !important;
    }
    .row-fluid {
        margin-left: -12px;
    }
    .row-fluid [class*="itemSpan"],
    .row-fluid [class*="span"] {
        padding-left: 12px;
    }
    .fluid {
        margin-left: -12px;
    }
    .jg_gallery {
        margin-left: -12px;
    }
    .jg_gallery .gallery-grid {
        padding-left: 12px;
    }
    .jg_row {
        margin-left: -12px;
    }
    .jg_subcatelem_cat,
    .jg_subcatelem_cat_r {
        padding-left: 12px;
    }
    html[dir="rtl"] .icemegamenu>ul>li+li {
        margin-right: 10px;
    }
    html[dir="rtl"] .iceMenuLiLevel_1.search {
        margin-right: 10px;
    }
    html[dir="rtl"] .row-fluid {
        margin-right: -12px;
    }
    html[dir="rtl"] .row-fluid [class*="itemSpan"],
    html[dir="rtl"] .row-fluid [class*="span"] {
        padding-right: 12px;
    }
    html[dir="rtl"] .fluid {
        margin-right: -12px;
    }
    html[dir="rtl"] .jg_gallery {
        margin-right: -12px;
    }
    html[dir="rtl"] .jg_gallery .gallery-grid {
        padding-right: 12px;
    }
    html[dir="rtl"] .jg_row {
        margin-right: -12px;
    }
    html[dir="rtl"] .jg_subcatelem_cat,
    html[dir="rtl"] .jg_subcatelem_cat_r {
        padding-right: 12px;
    }
    .body__404 .big-404 {
        font-size: 180px;
    }
    .moduletable.home_2 .icemegamenu>ul>li+li {
        margin-left: 7px;
    }
    #sup-top+#top #logo.span4 h1 span.item_title_part_0,
    #logo.span3 h1 span.item_title_part_0 {
        display: block;
    }
    .pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .price {
        font-size: 38px;
    }
    .pricing_detailed.pricing_detailed_2 .row-fluid .item .item_content .btn.btn-primary {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod-custom__footer_contacts p::before {
        margin-right: 2px;
    }
    .page-category__history .items-row::before {
        margin-left: 5px;
    }
    .page-category__history .items-row>div::before {
        right: -26px;
    }
    .page-category__history .items-row>div+div::before {
        left: -14px;
    }
    #section-kmt .kmt-list>li>div {
        padding-left: 0;
        padding-right: 0;
    }
    .page-contact-custom i {
        float: none;
        display: block;
    }
    button.btn.btn-primary.addtocart-button {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 830px) {
    ul.flaticon li a i.fa {
        display: none;
    }
}


/*== Up to 980px and beyond 768px ======================================
========================================================================*/


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    .mod-search__search-block .inputbox.mod-search_searchword {
        width: 149px;
    }
}


/*== Up to 767px ======================================================
========================================================================*/


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .slider-shop .sequence-prev {
        left: 5px;
    }
    .slider-shop .sequence-next {
        right: 5px;
    }
    .slider-shop .sequence-slider>.sequence-canvas li>.info {
        width: 90%;
    }
    div#fixed-sidebar-right .moduletable.login {
        top: 5px;
    }
    #sup-top+#top #logo.span4 h1 span.item_title_part_0,
    #logo.span3 h1 span.item_title_part_0 {
        display: inline-block;
    }
    .page-contact-custom i {
        float: left;
    }
    ul.flaticon.right {
        text-align: left;
    }
    .features_about .item {
        width: 50% !important;
        float: left !important;
    }
    .features_about .item_num1 {
        display: none !important;
    }
    body {
        padding: 0;
    }
    ul.icesubMenu {
        margin: 0;
    }
    ul.icesubMenu {
        left: 0;
    }
    .home_menu {
        float: none !important;
    }
    .icemegamenu {
        display: none !important;
    }
    #logo.span12 {
        margin-top: 60px;
    }
    .icemega_modulewrap.top_search #searchword {
        width: 100%;
    }
    .icemega_modulewrap.top_search {
        margin: 20px;
    }
    ul.icesubMenu>li {
        padding: 0;
    }
    .fullwidth ul.icesubMenu>li {
        padding: 19px 0px 0px;
    }
    .icemegamenu>ul>li a.iceMenuTitle {
        margin: 5px 0;
    }
    .jg_clearboth {
        clear: none !important;
    }
    .jg_row {
        overflow: visible;
    }
    #mainbottom-row {
        padding-bottom: 34px;
        padding-top: 60px;
    }
    .caroufredsel_prev {
        left: 4%;
    }
    .caroufredsel_next {
        right: 4%;
    }
    .mod-newsflash-adv.services .row-fluid .item .item_content {
        padding: 10% !important;
    }
    .icemegamenu {
        float: none !important;
    }
    .page-category__history .items-row::before,
    .page-category__history .items-row>div::before,
    .page-category__history .items-row>div .item::before,
    .page-category__history .items-row>div .item::after {
        display: none;
    }
    .page-category__history .items-row>div .item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .data-table dl dd {
        padding: 11px 14px;
    }
    .mod-newsflash-adv.features,
    .mod-newsflash-adv.features .item .item_content {
        text-align: center;
    }
    .mod-newsflash-adv.features .item>.fa {
        margin-right: 0px;
    }
    .moduletable.video_home_landing .module_cnt h1,
    .moduletable.video_home_landing .module_cnt h2 {
        font-size: 30px !important;
    }
    #wrapper {
        margin: 0;
    }
    #footer-wrapper {
        height: auto;
    }
    .form-horizontal .controls>input {
        width: 100%;
    }
    .form-horizontal .controls .chzn-container {
        width: 100% !important;
    }
    .form-horizontal #publishing .input-append,
    #modules-form .input-append {
        width: 100%;
    }
    #push {
        display: none;
    }
    #logo {
        text-align: center;
    }
    #logo a {
        margin: 0;
    }
    #copyright {
        margin-bottom: 23px;
    }
    .nav.menu.pull-right.nav-pills {
        float: none;
        text-align: center;
    }
    .nav.menu.pull-right.nav-pills li {
        float: none;
        display: inline-block;
    }
    /*content*/
    [class*="cols"] [class*="span"] {
        width: 100%;
    }
    .item-image.blog-image {
        float: none;
        margin: 0 0 20px 0;
    }
    .row-fluid [class*="itemSpan"],
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        margin-left: 0;
        width: auto;
    }
    html[dir="rtl"] .mod-newsflash-adv.features,
    html[dir="rtl"] .mod-newsflash-adv.features .item .item_content {
        text-align: center;
    }
    html[dir="rtl"] [class*="cols"] [class*="span"] {
        width: 100%;
    }
    html[dir="rtl"] .row-fluid [class*="itemSpan"],
    html[dir="rtl"] .row-fluid [class*="span"] {
        display: block;
        float: none;
        margin-left: 0;
        width: auto;
    }
    html[dir="rtl"] .mod-article-single.mod-article-single__about .item_introtext ul.flaticon {
        clear: right;
    }
    /*gallery*/
    .page-gallery ul.gallery .gallery-grid {
        width: 48.5%;
        max-width: 48.5%;
    }
    .jg_gallery {
        margin-right: 0;
    }
    .jg_gallery .gallery-grid {
        width: 50%;
        max-width: 50%;
    }
    .page-gallery ul.gallery .gallery-grid .view .item_img {
        max-width: 100%;
    }
    .page-gallery ul.gallery .gallery-grid .view .item_img a {
        display: block;
    }
    .img-full__left.span5 {
        width: 50%;
    }
    /*contact*/
    .contact_details .contact_details_item {
        width: 30%;
        float: left;
    }
    .page-gallery ul.gallery .gallery-grid .view {
        margin: 0 auto;
    }
    .page-gallery ul.gallery .gallery-grid .view .item_img {
        float: none;
        margin: 0 !important;
    }
    /*Modules*/
    .ice-megamenu-toggle {
        display: block;
    }
    .icemegamenu>ul>li {
        width: 100%;
    }
    #icemegamenu li>ul.icesubMenu {
        opacity: 1;
        position: relative;
        padding: 0;
        top: 0 !important;
        visibility: visible;
        width: 100% !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
        height: auto !important;
    }
    #icemegamenu>li>ul.icesubMenu .iceCols {
        width: 100% !important;
        float: none !important;
    }
    #icemegamenu>li>ul.icesubMenu .iceCols input {
        max-width: 100% !important;
    }
    #icemegamenu>li>ul.icesubMenu li {
        width: 100% !important;
        float: none;
    }
    ul.icesubMenu {
        border: none;
    }
    .icemegamenu>ul>li a.iceMenuTitle {
        font-size: 15px;
        height: auto;
    }
    .icemegamenu>ul>li>a.iceMenuTitle>span.icemega_nosubtitle {
        padding-top: 0;
    }
    ul.icesubMenu>li a.iceMenuTitle {
        margin: 0px;
    }
    #icemegamenu>li>ul.icesubMenu li>ul {
        float: none;
        opacity: 1;
        position: relative;
        top: 0 !important;
        visibility: visible;
        width: 100% !important;
        left: 0;
        margin: 0px;
        padding: 0;
        border: none;
        height: auto !important;
    }
    /* level 2 */
    /* level 3 */
    /* hide modules */
    .icesubMenu .icemega_cover_module {
        width: auto !important;
    }
    .nav-collapse.collapse {
        height: 0;
    }
    /*search*/
    .mod-search__aside .mod-search_searchword {
        width: 50%;
    }
    /*login*/
    .mod-login__aside .mod-login_username,
    .mod-login__aside .mod-login_passwd {
        width: 50%;
    }
    #back-top {
        display: none !important;
    }
    .jg_subcatelem_cat,
    .jg_subcatelem_cat_r {
        width: 50%;
        max-width: 50%;
    }
    .jg_row {
        margin-right: 0;
    }
    .pricing .row-fluid {
        font-size: 0;
        line-height: 0;
    }
    .pricing .row-fluid .item {
        display: inline-block !important;
        width: 50% !important;
        vertical-align: middle;
        font-size: 14px;
        line-height: 23px;
    }
    .moduletable.info {
        text-align: left;
    }
    .moduletable.info .phone {
        display: block;
        padding-top: 10px;
    }
    .moduletable.info .worktime {
        display: block;
        margin-left: 0;
        padding-top: 10px;
    }
    .moduletable.features_home_2,
    .moduletable.other_features,
    .moduletable.skills,
    .moduletable.pricing_detailed_2 {
        line-height: 0;
        font-size: 0;
    }
    .moduletable.features_home_2 .item,
    .moduletable.other_features .item,
    .moduletable.skills .item,
    .moduletable.pricing_detailed_2 .item {
        display: inline-block;
        width: 49.99%;
        vertical-align: top;
        font-size: 14px;
        line-height: 23px;
    }
    .moduletable.advantages .mod-menu>ul>li {
        width: 50%;
    }
    .moduletable.options,
    .moduletable.services {
        display: block;
    }
    .moduletable.options .item,
    .moduletable.services .item {
        display: block;
        margin: 0;
    }
    #footer div.moduletable[class*="span"] {
        float: none;
        margin-bottom: 30px;
    }
    .hidden-phone+td {
        border-left: none !important;
    }
    #Kunena .kadvsearch #keywords,
    #Kunena .kadvsearch span.select,
    #Kunena .kadvsearch #jump,
    #Kunena #searchform #kusername {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #Kunena #searchform #mode_chzn,
    #Kunena #advsearch_options .chzn-container-single,
    #Kunena #kforumsearch .searchlabel-checkbox {
        width: 100% !important;
    }
    .nav-tabs {
        display: table;
        margin: 0 auto 23px;
        text-align: left;
        border-bottom: none;
        border-left: 3px solid #f6f8fa;
        padding-left: 13px;
        padding-bottom: 0;
    }
    .nav-tabs>li {
        display: block;
    }
    .nav-tabs>li>a::after,
    .nav-tabs>li>span::after {
        bottom: auto;
        left: -22px;
        top: 50%;
        margin-top: -5px;
    }
    #com_virtuemart .vm-product-details-content {
        padding-left: 0;
    }
    #com_virtuemart .featured-view .row-fluid {
        font-size: 0;
        line-height: 0;
    }
    #com_virtuemart .featured-view .product {
        display: inline-block;
        font-size: 14px;
        width: 50%;
        vertical-align: top;
    }
    body.option-com_virtuemart #facebox .popup .content .product-related-products {
        display: none;
    }
    #com_virtuemart ul.steps {
        display: block;
    }
    #com_virtuemart ul.steps li {
        display: block;
    }
    #com_virtuemart ul.steps li>span {
        padding: 5px 10px 5px 35px;
    }
    #com_virtuemart ul.steps li+li {
        border-top: none;
        border-left-width: 1px;
    }
    #com_virtuemart ul.steps li+li>span:before {
        left: 50%;
        border-bottom: none;
        margin-left: -10px;
        border-top: 10px solid #c7c7c7;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    #com_virtuemart ul.steps li+li>span:after {
        left: 50%;
        top: -1px;
        margin-left: -10px;
        border-bottom: none;
        border-top: 10px solid #ededed;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    #com_virtuemart ul.steps li.current+li>span:after {
        left: 50%;
        top: -1px;
        margin-left: -10px;
        border-bottom: none;
        border-top: 10px solid;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    #com_virtuemart table.cart-summary input.quantity-input,
    #com_virtuemart table.cart-summary .vm2-add_quantity_cart,
    #com_virtuemart table.cart-summary .vm2-remove_from_cart {
        display: block;
        margin: 0 auto 5px;
    }
    #com_virtuemart table.cart-summary .item_name {
        display: none;
    }
    #com_virtuemart table.cart-summary .cart_product_image span.cart-images {
        margin-bottom: 23px;
    }
    #com_virtuemart table.cart-summary .cart_product_image div.item_title {
        display: block;
    }
    #com_virtuemart table.cart-summary .cart_product_image img {
        width: 100px;
    }
    #com_virtuemart table.cart-summary .cart_product_title {
        display: none;
    }
    #com_virtuemart form#userForm button.btn {
        margin-bottom: 10px;
    }
    #com_virtuemart form#userForm label,
    #com_virtuemart form#paymentForm label {
        white-space: normal;
    }
    #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical {
        width: 170px;
    }
    #com_virtuemart .productdetails-view .product_tabs::before {
        left: 169px;
    }
    #com_virtuemart .productdetails-view .product-related-products .product-field-type-R {
        width: 50%;
        margin-bottom: 23px;
    }
    #com_virtuemart .category-view,
    #com_virtuemart .featured-view,
    #com_virtuemart .latest-view,
    #com_virtuemart .topten-view {
        font-size: 0;
    }
    #com_virtuemart .category-view .product.vm-col,
    #com_virtuemart .featured-view .product.vm-col,
    #com_virtuemart .latest-view .product.vm-col,
    #com_virtuemart .topten-view .product.vm-col,
    #com_virtuemart .category-view div.category,
    #com_virtuemart .featured-view div.category,
    #com_virtuemart .latest-view div.category,
    #com_virtuemart .topten-view div.category {
        display: inline-block;
        width: 50%;
        font-size: 14px;
        vertical-align: top;
    }
    .vmmanufacturer.cols_2 .span6 {
        width: 50%;
        float: left;
    }
    .vmproduct.productdetails {
        font-size: 0;
    }
    .vmproduct.productdetails .span12 {
        display: inline-block;
        width: 50%;
        font-size: 14px;
        vertical-align: top;
    }
    .moduletable.about .accordion_style2 {
        clear: both;
    }
    .calendar_wrapper .input-append {
        width: 100%;
    }
    .browse-view-catalog {
        margin-left: -12px;
    }
    .browse-view-catalog .row-fluid {
        display: inline;
        margin: 0;
    }
    .browse-view-catalog .row-fluid:before,
    .browse-view-catalog .row-fluid:after {
        display: none;
    }
    .browse-view-catalog .row-fluid .clear {
        display: none;
    }
}


/*== Up to 640px ==================================================
====================================================================*/

@media (max-width: 640px) {
    #com_virtuemart .category-view-catalog .item_img a .category_content h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .parallax_image {
        height: 100% !important;
        -webkit-transform: translate(0%, 0%) !important;
        -moz-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
        -o-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important;
    }
    .camera_prev {
        left: 20px !important;
    }
    .camera_next {
        right: 20px !important;
    }
    div#fixed-sidebar-right .moduletable.login {
        width: 275px;
    }
    div#fixed-sidebar-right .moduletable.login .mod_login_wrapper {
        padding: 22px 20px 15px;
    }
    h2,
    h3 {
        font-size: 25px;
    }
    ul.flaticon li a.fa::before,
    ul.flaticon li a.flatfa::before {
        font-size: 30px !important;
        line-height: 48px !important;
        margin: 0 14px 0 0 !important;
        width: 48px !important;
    }
    .caroufredsel_next {
        right: 0 !important;
    }
    .caroufredsel_prev {
        left: 0 !important;
    }
    .acymailing_module {
        text-align: left;
    }
    .acymailing_module_form .acymailing_introtext,
    .acymailing_module_form .acymailing_form {
        float: none;
        width: 100%;
    }
    .form-horizontal .controls .input-prepend input {
        width: 30%;
    }
    /*contact*/
    .contact_details {
        margin-bottom: 23px;
    }
    .contact_details .contact_details_item {
        width: 100%;
        float: none;
    }
    ul#order {
        float: none;
    }
    .tabs dt {
        display: block !important;
        padding: 0 !important;
        border-left: 1px solid !important;
    }
    .sequence-slider>.sequence-canvas li>.info .item_content .slide-title,
    .sequence-slider>.sequence-canvas li>.info .item_content .item_introtext {
        font-size: 40px !important;
        line-height: 48px !important;
    }
    .offline_container .countdown>span {
        width: 118px;
        height: 118px;
    }
    .offline_container .countdown>span .value {
        margin-top: 16px;
    }
    .offline_container .offline_message {
        line-height: 50px;
    }
    .offline_container .offline_message h1 {
        line-height: 60px;
        font-size: 60px;
    }
    .mod-article-single.mod-article-single__about .item_introtext {
        overflow: visible;
    }
    .mod-article-single.mod-article-single__about .item_introtext ul.flaticon {
        clear: left;
    }
    .jg_imgalign_catimgs .jg_catelem_txt .item_title {
        margin-bottom: 0;
    }
    .jg_imgalign_catimgs .jg_catelem_txt p {
        padding-bottom: 0;
    }
    #system-message-container {
        text-align: left;
    }
    .alert {
        padding: 28px 20px 28px 65px;
    }
    .alert:before {
        left: 10px;
        font-size: 40px;
    }
    #com_virtuemart table.adminlist {
        display: block;
        border: none;
        overflow: hidden;
    }
    #com_virtuemart table.adminlist tr,
    #com_virtuemart table.adminlist th,
    #com_virtuemart table.adminlist td {
        display: block;
    }
    #com_virtuemart table.adminlist th+th {
        border-top: none;
    }
    #com_virtuemart table.adminlist td {
        border-left: none;
    }
    #com_virtuemart table.adminlist td+td {
        border-top: none;
    }
    #com_virtuemart table.adminlist thead {
        display: block;
        float: left;
        width: 40%;
        margin-bottom: 10px;
    }
    #com_virtuemart table.adminlist tbody {
        display: block;
        float: left;
        width: 60%;
        margin-bottom: 10px;
    }
    #com_virtuemart table.order_items {
        display: block;
        border: none;
        overflow: hidden;
    }
    #com_virtuemart table.order_items tr,
    #com_virtuemart table.order_items th,
    #com_virtuemart table.order_items td {
        display: block;
    }
    #com_virtuemart table.order_items th+th {
        border-top: none;
    }
    #com_virtuemart table.order_items td {
        border-left: none;
    }
    #com_virtuemart table.order_items td+td {
        border-top: none;
    }
    #com_virtuemart table.order_items td[colspan='4'] {
        display: none;
    }
    #com_virtuemart table.order_items td[colspan='4']+td {
        border-top: 1px solid #e5e5e5;
    }
    #com_virtuemart table.order_items td[colspan='4']+td+td {
        border-top: none;
    }
    #com_virtuemart table.order_items thead {
        display: block;
        float: left;
        width: 40%;
        margin-bottom: 10px;
    }
    #com_virtuemart table.order_items tbody {
        display: block;
        float: left;
        width: 60%;
        margin-bottom: 10px;
    }
    #com_virtuemart table.order_items caption {
        display: block;
    }
    #com_virtuemart table.order_history tr,
    #com_virtuemart table.order_history th,
    #com_virtuemart table.order_history td {
        display: block;
    }
    #com_virtuemart table.order_history th {
        border-right: none;
    }
    #com_virtuemart table.order_history th+th {
        border-top: none;
    }
    #com_virtuemart table.order_history td+td {
        border-top: none;
    }
    #com_virtuemart table.order_history thead {
        display: block;
        float: left;
        width: 40%;
        margin-bottom: 10px;
    }
    #com_virtuemart table.order_history tbody {
        display: block;
        float: left;
        width: 60%;
        margin-bottom: 10px;
    }
    #com_virtuemart div.cart.tos div.terms-of-service {
        float: none;
        display: block;
        padding-top: 23px;
    }
    #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical {
        width: 106px;
    }
    #com_virtuemart .productdetails-view .product_tabs::before {
        left: 105px;
    }
    #com_virtuemart .productdetails-view .product_tabs .tab-content {
        padding: 15px;
    }
    #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li a {
        padding: 10px;
    }
    body #style_switcher p {
        font-size: 14px;
        line-height: 23px;
    }
    body #style_switcher p span {
        line-height: 23px;
    }
    body #style_switcher ul {
        padding-bottom: 16px;
    }
    #modules-form fieldset#jform_published label.btn span {
        display: none;
    }
    #modules-form .btn.btn-primary {
        padding-left: 20px;
        padding-right: 20px;
    }
    #member-registration .btn.btn-primary {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/*== Up to 480px ==================================================
====================================================================*/


/* Landscape phones and down */

@media (max-width: 479px) {
    #com_virtuemart .category-view-catalog .item_img a .category_content .category_desc {
        display: none;
    }
    #com_virtuemart .featured-view .product {
        width: 100%;
        text-align: center;
    }
    .acymailing_module form .acymailing_module_form .acymailing_form .inputbox {
        min-width: 100%;
        width: 100%;
    }
    .nav-tabs>li {
        margin: 0 4px !important;
    }
    ul#sort li {
        margin: 1px;
    }
    ul#sort li a {
        min-width: 82px;
        padding: 2px;
    }
    /*contact*/
    .contact_form {
        width: 100%;
    }
    /*registration*/
    .page-registration form input,
    .page-remind form input,
    .page-reset form input,
    .page-login form input,
    .page-login form input,
    .page-profile__edit form input,
    .page-registration form select,
    .page-remind form select,
    .page-reset form select,
    .page-login form select,
    .page-login form select,
    .page-profile__edit form select {
        width: 100%;
    }
    .page-registration form label,
    .page-remind form label,
    .page-reset form label,
    .page-login form label,
    .page-login form label,
    .page-profile__edit form label {
        display: inline-block;
    }
    /* pagination */
    .pagination ul li.pagination-prev,
    .pagination ul li.pagination-next {
        display: inline-block;
    }
    /*gallery*/
    .page-gallery .item_img.img-intro {
        float: none;
        margin: 0 0 23px 0;
    }
    .page-gallery ul.gallery .gallery-item {
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
    .page-gallery ul.gallery .gallery-item .item_img {
        float: none;
        margin: 0 auto 23px !important;
        max-width: 100%;
    }
    .page-gallery ul.gallery .gallery-item .item_img img {
        width: 100%;
    }
    .page-gallery ul.gallery .gallery-item a.zoom {
        display: block;
    }
    .jg_gallery .gallery-grid {
        width: 100%;
        max-width: 100%;
    }
    .jg_gallery .gallery-grid .lazy_container {
        width: 100% !important;
    }
    .jg_subcatelem_cat,
    .jg_subcatelem_cat_r {
        width: 100%;
        max-width: 100%;
    }
    .jg_subcatelem_cat .lazy_container,
    .jg_subcatelem_cat_r .lazy_container {
        width: 100% !important;
    }
    .img-full__left.span5 {
        width: 100%;
        margin-right: 0;
    }
    /*blog*/
    .item_img {
        float: none;
        margin: 0 0 23px 0;
        max-width: 100%;
    }
    .portfolio-thumbs {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .portfolio-thumbs ul {
        margin-right: 0;
        margin-left: -12px;
        overflow: hidden;
    }
    .portfolio-thumbs ul li {
        padding-left: 12px;
        padding-right: 0;
    }
    /*archive*/
    .page-archive_filters select {
        display: block;
        width: 100%;
    }
    /*contact*/
    .contact_details .contact_details_item {
        width: 100%;
        float: none;
    }
    /*Modules*/
    .pricing .row-fluid .item {
        width: 100% !important;
    }
    .data-table dl {
        float: none;
        width: 100%;
    }
    .data-table dl+dl {
        border-left: 1px solid #e1e1e1;
        border-top: none;
    }
    /*search*/
    .mod-search__aside .mod-search_searchword {
        width: 100%;
    }
    /*login*/
    .mod-login__aside .mod-login_userdata {
        width: 100%;
        overflow: hidden;
    }
    .mod-login__aside .mod-login_username,
    .mod-login__aside .mod-login_passwd {
        width: 100%;
    }
    div.modal {
        position: absolute;
    }
    #error input {
        width: 200px;
    }
    .page-item__privacy_policy .item_fulltext h4 {
        float: none;
        width: 100%;
    }
    .page-item__privacy_policy .item_fulltext p {
        margin-left: 0;
    }
    .page-item__privacy_policy .item_fulltext p:before {
        display: none;
    }
    .body__404 .big-404 {
        font-size: 170px;
    }
    .mod-search__search-block .inputbox.mod-search_searchword {
        width: 195px;
    }
    .moduletable.features_home_2 .item,
    .moduletable.other_features .item,
    .moduletable.skills .item,
    .moduletable.pricing_detailed_2 .item {
        width: 100%;
    }
    .moduletable.advantages .mod-menu>ul>li {
        width: 100%;
    }
    .features_about .item {
        width: 100% !important;
        margin-bottom: 0;
    }
    .features_about .item ul.flaticon {
        margin: 0 !important;
    }
    #Kunena table tr td,
    #Kunena table tr th {
        border: none !important;
    }
    .kadvsearch .kbuttons .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mod_tm_ajax_contact_form .control-group-button .btn {
        margin-right: 5px;
    }
    .page-contact-custom .contact_details_telephone {
        font-size: 28px;
    }
    .social_large .nav.menu.social li {
        margin: 0 10px;
    }
    .btn.btn-primary {
        padding-left: 30px;
        padding-right: 30px;
    }
    .camera_caption>div .buttons {
        white-space: normal !important;
    }
    .camera_caption>div .buttons a {
        margin-bottom: 10px;
    }
    h1 {
        font-size: 50px;
    }
    #com_virtuemart table.order_history thead {
        display: none;
    }
    #com_virtuemart table.order_history tbody {
        float: none;
        width: 100%;
    }
    #com_virtuemart .checkout-button-top {
        float: none;
    }
    #com_virtuemart .productdetails-view .product-related-products .product-field-type-R {
        width: 50%;
        margin-bottom: 23px;
    }
    #com_virtuemart .category-view .product.vm-col,
    #com_virtuemart .featured-view .product.vm-col,
    #com_virtuemart .latest-view .product.vm-col,
    #com_virtuemart .topten-view .product.vm-col,
    #com_virtuemart .category-view div.category,
    #com_virtuemart .featured-view div.category,
    #com_virtuemart .latest-view div.category,
    #com_virtuemart .topten-view div.category {
        display: block;
        width: 100%;
    }
    #com_virtuemart table.cart-summary.desktop-table {
        display: none;
    }
    #com_virtuemart table.cart-summary .product_thead__desktop,
    #com_virtuemart table.cart-summary .product_tbody__desktop,
    #com_virtuemart table.cart-summary .sectiontableentry__desktop {
        display: none;
    }
    #com_virtuemart table.cart-summary .product_thead__desktop,
    #com_virtuemart table.cart-summary .product_tbody__desktop,
    #com_virtuemart table.cart-summary .sectiontableentry__desktop {
        display: none;
    }
    #com_virtuemart table.cart-summary .product_thead__mobile,
    #com_virtuemart table.cart-summary .product_tbody__mobile,
    #com_virtuemart table.cart-summary .sectiontableentry__mobile {
        display: table-row;
    }
    #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical {
        width: 100%;
        float: none;
    }
    #com_virtuemart .productdetails-view .product_tabs::before {
        display: none;
    }
    #com_virtuemart .productdetails-view .product_tabs .tab-content {
        padding: 15px 0;
    }
    .vmmanufacturer.cols_2 .span6 {
        width: 100%;
        float: none;
    }
    .vmproduct.productdetails {
        font-size: 0;
    }
    .vmproduct.productdetails .span12 {
        display: block;
        width: 100%;
    }
    .vmCartModule #vm_cart_products {
        width: 260px;
    }
    .vmCartModule .vmcontainer .product_row .product_img {
        float: none;
    }
    #com_virtuemart form#userForm td.key {
        display: block;
        padding-right: 0;
        text-align: left;
        width: 100%;
    }
    #com_virtuemart form#userForm td.key+td {
        width: 100%;
        display: block;
        padding-left: 0;
    }
    #modules-form .btn i+span {
        display: none;
    }
    .moduletable.currency_selector .pretext {
        display: none;
    }
    .moduletable.user_menu {
        right: 58px;
    }
    .moduletable.virt_search .module_container .search_toggle_button_1 {
        right: 95px;
    }
    .moduletable.delivery i,
    .moduletable.payment i {
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0;
        display: inline-block;
    }
}


/*== Up to 340px =====================================================
========================================================================*/


/* Portrait phones */

@media (max-width: 360px) {
    #com_virtuemart .vm-continue-shopping a i {
        display: none;
    }
    #com_virtuemart .checkout-button-bottom i {
        display: none;
    }
    .address_phones .flatfa {
        display: block;
        line-height: 50px;
    }
}

@media print {
    a:after {
        display: none !important;
    }
}

.moduletable.present_site {
    text-align: center;
}

.mod-article-single__present_site {
    font-size: 18px;
    line-height: 30px;
}

.features_home_3 {
    text-align: center;
    padding-bottom: 35px;
}

.features_home_3 .item_content i {
    font-size: 72px;
    color: #ffffff;
    width: 130px;
    line-height: 130px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    margin: 0 auto 25px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.features_home_3 .item_content .item_title_part_0 {
    display: block;
}

.features_home_3 .item_content .item_title {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.moduletable.home_3_contacts {
    padding-bottom: 15px;
    padding-top: 65px;
    text-align: left;
}

.moduletable.home_3_contacts i[class*="material-design"] {
    float: left;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    width: 70px;
    line-height: 70px;
    color: #ffffff;
    margin: 0 15px 10px 0;
    text-align: center;
    font-size: 25px;
}

.moduletable.home_3_contacts .address_text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    padding-top: 5px;
    display: block;
}

.moduletable.home_3_contacts .mail_text {
    display: block;
    padding-top: 18px;
}

.moduletable.home_3_contacts .mail_text a {
    font-size: 20px;
    line-height: 28px;
    text-decoration: underline;
    font-weight: 300;
}

.moduletable.home_3_contacts .phone {
    display: block;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.moduletable.home_3_contacts .phone_worktime_text {
    overflow: hidden;
    display: block;
}

.moduletable.social-icons_home3 {
    float: right;
    width: 49.67%;
    text-align: left;
    padding-top: 55px;
}

.moduletable.social-icons_home3 .nav.menu.social {
    margin-top: 0;
}

.moduletable.social-icons_home3 .nav.menu.social li {
    margin: 0 35px 0 0;
}

.moduletable.social-icons_home3 .nav.menu.social li a {
    font-size: 20px;
}

.moduletable.social-icons_home3 .nav.menu.social li.lastItem {
    margin-right: 0;
}

.moduletable.social-icons_home3+.copyright {
    padding-top: 55px;
    float: left;
    width: 47.42%;
    text-align: right;
}

#sup-top+#top.scroll-to-fixed-fixed {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.radial-progress[data-progress] .circle .mask.full,
.radial-progress[data-progress] .circle .mask .fill {
    -webkit-transition: transform 1s ease 1s;
    -moz-transition: transform 1s ease 1s;
    -o-transition: transform 1s ease 1s;
    transition: transform 1s ease 1s;
}

.radial-progress[data-progress] .inset .percentage .numbers {
    -webkit-transition: width 1s ease 1s;
    -moz-transition: width 1s ease 1s;
    -o-transition: width 1s ease 1s;
    transition: width 1s ease 1s;
}

.body__home_3 #mainbottom {
    background: #f6f8fa;
    padding: 80px 0 60px;
    overflow: hidden;
}

.body__home_3 #mainbottom-3 {
    padding: 100px 0 25px;
}

.body__home_3 .moduletable.skills .radial-progress .circle .fill {
    border-color: #ffffff;
}

.body__home_3 .moduletable.skills .radial-progress .inset {
    color: #ffffff;
    border-color: transparent;
}

.body__home_3 #maintop {
    position: relative;
    overflow: hidden;
    padding: 85px 0 0;
}

.body__home_3 #maintop:before {
    position: absolute;
    width: 1664px;
    height: 1664px;
    content: '';
    left: 50%;
    top: 50%;
    margin-top: -832px;
    margin-left: -832px;
}

.body__home_3 #maintop * {
    color: #ffffff;
}

.body__home_3 #sup-top {
    height: 0;
    padding: 0 0 56.25%;
    position: relative;
    background: #000000;
}

.body__home_3 #sup-top .container-fluid {
    position: static;
}

.body__home_3 #sup-top+#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    color: #ffffff;
    padding-top: 87px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: padding-top 0.2s ease, background 0.2s ease;
    -moz-transition: padding-top 0.2s ease, background 0.2s ease;
    -o-transition: padding-top 0.2s ease, background 0.2s ease;
    transition: padding-top 0.2s ease, background 0.2s ease;
    z-index: 1000;
}

.body__home_3 #logo a {
    color: inherit;
}

.body__home_3 #logo h1 {
    color: inherit;
}

.body__home_3 #logo h1 span.item_title_part_0 {
    color: inherit;
}

.body__home_3 .icemegamenu>ul>li>a.iceMenuTitle {
    color: #ffffff;
}

.body__home_3 .moduletable.home_2 .icemega_modulewrap.top_search>i.fa-search {
    background: none;
    color: #ffffff;
}

.body__home_3.scrolled #sup-top+#top {
    padding-top: 5px;
    background: #ffffff;
    color: #888888;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.body__home_3.scrolled #logo a {
    color: inherit;
}

.body__home_3.scrolled #logo h1 {
    color: inherit;
}

.body__home_3.scrolled #logo h1 span.item_title_part_0 {
    color: #222;
}

.body__home_3.scrolled .icemegamenu>ul>li>a.iceMenuTitle {
    color: #222;
}

.body__home_3.scrolled .moduletable.home_2 .icemega_modulewrap.top_search>i.fa-search {
    background: none;
    color: #222;
}

#mainbottom-5 {
    background: #f6f8fa;
    padding: 102px 0 45px;
}

.moduletable.discover {
    position: relative;
    z-index: 2;
}

.moduletable.discover header,
.moduletable.discover .pretext {
    text-align: center;
}

.moduletable.discover .pretext {
    font-size: 55px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    margin-bottom: 23px;
}

.moduletable.discover .item {
    margin-bottom: 21px;
}

.moduletable.discover .item_content {
    float: right;
    max-width: 100%;
    width: 570px;
}

.moduletable.discover .item_content i[class*="material-design"] {
    float: left;
    background: #ffffff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    width: 130px;
    line-height: 130px;
    font-size: 54px;
    margin: 0 30px 10px 0;
    -webkit-box-shadow: 0 0 10px #f6f8fa;
    -moz-box-shadow: 0 0 10px #f6f8fa;
    box-shadow: 0 0 10px #f6f8fa;
}

.moduletable.discover .item_content .item_title {
    font-size: 26px;
    padding-top: 15px;
}

.moduletable.discover_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
}

.moduletable.discover_bg .module_container {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
}

.moduletable.discover_bg .item__module {
    -moz-transform: none !important;
    transform: none !important;
}

.moduletable.discover_bg .item__module.visible-first .discover_bg_1,
.moduletable.discover_bg .item__module.visible-first .discover_bg_2 {
    left: 50%;
    -moz-transform: rotate3d(5, 2, 2, -40deg);
    -webkit-transform: rotate3d(5, 2, 2, -40deg);
    -ms-transform: rotate3d(5, 2, 2, -40deg);
    -o-transform: rotate3d(5, 2, 2, -40deg);
    transform: rotate3d(5, 2, 2, -40deg);
}

.moduletable.discover_bg .item__module.visible-first .discover_bg_2 {
    -webkit-box-shadow: -50px 60px 40px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -50px 60px 40px rgba(0, 0, 0, 0.5);
    box-shadow: -50px 60px 40px rgba(0, 0, 0, 0.5);
}

.moduletable.discover_bg .discover_bg_1,
.moduletable.discover_bg .discover_bg_2 {
    position: absolute;
    left: -50%;
    -moz-transform: rotate3d(1, 1, 1, 0deg);
    -webkit-transform: rotate3d(1, 1, 1, 0deg);
    -ms-transform: rotate3d(1, 1, 1, 0deg);
    -o-transform: rotate3d(1, 1, 1, 0deg);
    transform: rotate3d(1, 1, 1, 0deg);
}

.moduletable.discover_bg .discover_bg_1 img,
.moduletable.discover_bg .discover_bg_2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.moduletable.discover_bg .discover_bg_1 {
    width: 560px;
    bottom: 0;
    margin-left: -850px;
    height: 720px;
    -webkit-transition: left 0.5s ease 1s, -moz-transform 0.2s ease 1.4s, -webkit-transform 0.2s ease 1.4s, -ms-transform 0.2s ease 1.4s, -o-transform 0.2s ease 1.4s, transform 0.2s ease 1.4s;
    -moz-transition: left 0.5s ease 1s, -moz-transform 0.2s ease 1.4s, -webkit-transform 0.2s ease 1.4s, -ms-transform 0.2s ease 1.4s, -o-transform 0.2s ease 1.4s, transform 0.2s ease 1.4s;
    -o-transition: left 0.5s ease 1s, -moz-transform 0.2s ease 1.4s, -webkit-transform 0.2s ease 1.4s, -ms-transform 0.2s ease 1.4s, -o-transform 0.2s ease 1.4s, transform 0.2s ease 1.4s;
    transition: left 0.5s ease 1s, -moz-transform 0.2s ease 1.4s, -webkit-transform 0.2s ease 1.4s, -ms-transform 0.2s ease 1.4s, -o-transform 0.2s ease 1.4s, transform 0.2s ease 1.4s;
}

.moduletable.discover_bg .discover_bg_2 {
    width: 440px;
    bottom: -10px;
    margin-left: -550px;
    height: 600px;
    -webkit-transition: all 0.5s ease 0.5s, -moz-transform 0.2s ease 0.9s, -webkit-transform 0.2s ease 0.9s, -ms-transform 0.2s ease 0.9s, -o-transform 0.2s ease 0.9s, transform 0.2s ease 0.9s, box-shadow 0.2s ease 0.9s;
    -moz-transition: all 0.5s ease 0.5s, -moz-transform 0.2s ease 0.9s, -webkit-transform 0.2s ease 0.9s, -ms-transform 0.2s ease 0.9s, -o-transform 0.2s ease 0.9s, transform 0.2s ease 0.9s, box-shadow 0.2s ease 0.9s;
    -o-transition: all 0.5s ease 0.5s, -moz-transform 0.2s ease 0.9s, -webkit-transform 0.2s ease 0.9s, -ms-transform 0.2s ease 0.9s, -o-transform 0.2s ease 0.9s, transform 0.2s ease 0.9s, box-shadow 0.2s ease 0.9s;
    transition: all 0.5s ease 0.5s, -moz-transform 0.2s ease 0.9s, -webkit-transform 0.2s ease 0.9s, -ms-transform 0.2s ease 0.9s, -o-transform 0.2s ease 0.9s, transform 0.2s ease 0.9s, box-shadow 0.2s ease 0.9s;
}

.moduletable.multiple_sliders {
    text-align: center;
    position: relative;
}

.moduletable.multiple_sliders .item {
    padding: 0;
    width: 478px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 436px;
    position: relative;
}

.moduletable.multiple_sliders .item img {
    width: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.moduletable.multiple_sliders .item.large {
    width: 636px;
    z-index: 2;
    -webkit-box-shadow: 0 130px 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 130px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 130px 30px rgba(0, 0, 0, 0.5);
}

.moduletable.multiple_sliders .item .item_img {
    margin: 0;
    position: static;
}

.moduletable.multiple_sliders .caroufredsel_wrapper .item {
    -webkit-transition: width 0.5s linear, box-shadow 0.5s linear;
    -moz-transition: width 0.5s linear, box-shadow 0.5s linear;
    -o-transition: width 0.5s linear, box-shadow 0.5s linear;
    transition: width 0.5s linear, box-shadow 0.5s linear;
}

.moduletable.multiple_sliders .mod_caroufredsel {
    margin: 0 auto;
    width: 1592px;
    max-width: 100%;
}

.moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_prev,
.moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_next {
    background: none !important;
    font-size: 50px;
    line-height: 60px;
    width: auto;
    height: auto;
    color: #ffffff;
    margin-top: -60px;
    z-index: 10;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    cursor: pointer;
}

.moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_prev:hover,
.moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_next:hover {
    opacity: 0.2;
}

.moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_prev {
    left: 30px;
}

.moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_next {
    right: 30px;
}

.moduletable.multiple_sliders .pretext {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    width: 1040px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto 60px;
}

.moduletable.video_home_3 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.moduletable.video_home_3 .module_container {
    position: relative;
    height: 100%;
}

.moduletable.video_home_3 #tubular-container {
    top: 0;
    left: 0;
}

.moduletable.video_home_3 .tm_bg_youtube {
    height: 100%;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.moduletable.video_home_3 .tm_bg_youtube:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.moduletable.video_home_3 .module_cnt {
    display: inline-block;
    vertical-align: middle;
    width: 99.99%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    white-space: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}

.moduletable.video_home_3 .module_cnt * {
    color: #ffffff;
}

.moduletable.video_home_3 .module_cnt h1 {
    text-transform: uppercase;
    font-size: 95px;
    font-weight: 500;
}

.moduletable.video_home_3 .module_cnt h2 {
    text-transform: uppercase;
    font-size: 45px;
}

.gallery_home_3 .row-fluid {
    margin: 0;
}

.gallery_home_3 .gallery-item {
    margin: 0;
    padding: 0;
}

.gallery_home_3 .gallery-item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery_home_3 .gallery-item a img {
    width: 100%;
}

.gallery_home_3 .gallery-item a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

.gallery_home_3 .gallery-item a:after {
    content: '\e12b';
    font-family: "material-design";
    position: absolute;
    line-height: 0;
    font-size: 500px;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3;
}

.gallery_home_3 .gallery-item a:hover:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
}

.gallery_home_3 .gallery-item a:hover:after {
    opacity: 1;
    font-size: 50px;
}

.page-blog-2-columns,
.page-blog-3-columns,
.page-archive,
.tag-category {
    max-width: inherit;
}

.page-blog-2-columns .item,
.page-blog-3-columns .item,
.page-archive .item,
.tag-category .item {
    margin-bottom: 70px;
}

.page-blog-2-columns h5.item_title,
.page-blog-3-columns h5.item_title,
.page-archive h5.item_title,
.tag-category h5.item_title {
    font-size: 26px;
}

.body__big_logo #top #logo h1 {
    font-size: 14px;
    line-height: 35px;
    padding: 0 0 0 62px;
}

.body__big_logo #top #logo h1:before {
    height: 35px;
    width: 35px;
}

.body__big_logo #top #logo h1:after {
    height: 29px;
    left: 23px;
    top: 4px;
    width: 29px;
}

.body__big_logo #top #logo h1 span.item_title_part_0 {
    font-size: 37px;
}

#footer-wrapper {
    position: relative;
}

#footer-wrapper .container-fluid {
    position: static;
}

#footer-wrapper .social-icons_home3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    background: #e5e9eb;
}

#footer-wrapper .home_3_contacts~.social-icons_home3:before {
    display: none;
}

.pagination ul li {
    vertical-align: middle;
    margin: 0 5px;
}

.pagination ul li>a,
.pagination ul li>span {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    padding: 0;
    text-align: center;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff !important;
}

.pagination ul li>a i.fa,
.pagination ul li>span i.fa {
    font-size: 28px;
    line-height: 50px;
    display: block;
}

.moduletable.about_2_top_blocks {
    margin-top: -90px;
}

.moduletable.about_2_top_blocks .item_content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    white-space: normal;
    padding-bottom: 70px;
}

.moduletable.about_2_top_blocks .item_content .item_introtext>i {
    float: left;
    font-size: 56px;
    width: 64px;
}

.moduletable.about_2_top_blocks .item_content .item_introtext>i~p {
    font-size: 14px;
    line-height: 23px;
}

.moduletable.about_2_top_blocks .item_content .item_introtext h4 {
    font-size: 26px;
    line-height: 43px;
}

.moduletable.about_2_top_blocks .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 95px;
}

.moduletable.about_2_top_blocks .item .row-fluid {
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.moduletable.about_2_top_blocks .item .span6 {
    float: none;
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
    min-height: 0;
}

.moduletable.about_2_top_blocks .item:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #e5e9eb;
}

.moduletable.about_2_top_blocks .item.even .imgs_container {
    margin-right: 0;
    margin-left: 12.28070175438596%;
}

.moduletable.about_2_top_blocks .item.even .imgs_container .img-fulltext {
    right: auto;
    left: 200%;
}

.moduletable.about_2_top_blocks .item.even .imgs_container .img-intro {
    right: auto;
    left: 200%;
    -webkit-box-shadow: -15px 60px 30px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: -15px 60px 30px rgba(0, 0, 0, 0.55);
    box-shadow: -15px 60px 30px rgba(0, 0, 0, 0.55);
}

.moduletable.about_2_top_blocks .item .imgs_container {
    position: relative;
    height: 100%;
    margin-right: 12.28070175438596%;
}

.moduletable.about_2_top_blocks .item .imgs_container .img-fulltext {
    position: absolute;
    right: 200%;
    bottom: 0;
    margin: 0;
    z-index: 1;
    -webkit-transition: left 1s ease 1s, right 1s ease 1s;
    -moz-transition: left 1s ease 1s, right 1s ease 1s;
    -o-transition: left 1s ease 1s, right 1s ease 1s;
    transition: left 1s ease 1s, right 1s ease 1s;
}

.moduletable.about_2_top_blocks .item .imgs_container .img-intro {
    position: absolute;
    margin: 0;
    bottom: 0;
    right: 200%;
    z-index: 2;
    -webkit-box-shadow: 15px 60px 30px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 15px 60px 30px rgba(0, 0, 0, 0.55);
    box-shadow: 15px 60px 30px rgba(0, 0, 0, 0.55);
    -webkit-transition: left 1s ease 2s, right 1s ease 2s;
    -moz-transition: left 1s ease 2s, right 1s ease 2s;
    -o-transition: left 1s ease 2s, right 1s ease 2s;
    transition: left 1s ease 2s, right 1s ease 2s;
}

.moduletable.about_2_top_blocks .item .imgs_container img {
    max-width: inherit;
}

.moduletable.about_2_top_blocks .item.visible-first .imgs_container .img-fulltext {
    right: 0;
}

.moduletable.about_2_top_blocks .item.visible-first .imgs_container .img-intro {
    right: 70%;
}

.moduletable.about_2_top_blocks .item.visible-first.even .imgs_container .img-fulltext {
    right: auto;
    left: 0;
}

.moduletable.about_2_top_blocks .item.visible-first.even .imgs_container .img-intro {
    right: auto;
    left: 70%;
}

.moduletable.about_2_top_blocks .item.lastItem {
    margin-bottom: 0;
}

.moduletable.moddle_blocks_about2 {
    margin-top: -75px;
}

.moduletable.moddle_blocks_about2 .item_content>i {
    font-size: 90px;
    display: block;
    line-height: 120px;
}

.moduletable.moddle_blocks_about2 .item_title {
    font-size: 26px;
}

.moduletable.moddle_blocks_about2 .btn-primary {
    padding: 13px 54px 14px;
}

#mainbottom-4 .moduletable.about_2_top_blocks {
    border-top: 1px solid #e5e9eb;
    padding-top: 110px;
}

#mainbottom-4 .moduletable.about_2_top_blocks .item_content {
    padding-bottom: 85px;
}

.itemid-571 #mainbottom-5 {
    background: none;
}

.itemid-571 #footer {
    border-top: 1px solid #e5e9eb;
}

.moduletable.features_about2 .item_content>a {
    display: block;
    color: inherit;
}

.moduletable.features_about2 .item_content>a>i {
    float: left;
    width: 130px;
    text-align: center;
    line-height: 130px;
    font-size: 72px;
    margin: 0 35px 10px 0;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    color: #ffffff;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.moduletable.features_about2 .item_content>a .item_introtext {
    font-size: 18px;
    line-height: 30px;
}

.team_about2 {
    text-align: center;
    padding-bottom: 30px;
}

.team_about2 .item_title {
    font-size: 26px;
}

.team_about2 .item_introtext {
    font-size: 18px;
    line-height: 30px;
}

.team_about2 .item_introtext .social-links li {
    font-size: 30px;
}

.team_about2 .item_introtext .social-links li a {
    background: none !important;
    margin: 0 3px;
    color: #d1d7de !important;
}

.team_about2 .item_introtext .social-links li i {
    font-size: inherit;
}

.moduletable.steps_1 .module_container {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.moduletable.steps_1 .span12 {
    counter-reset: list;
}

.moduletable.steps_1 .item {
    margin-bottom: 0;
    position: relative;
}

.moduletable.steps_1 .item:before {
    color: #ffffff;
    content: counter(list);
    counter-increment: list;
    right: 140px;
    position: absolute;
    bottom: 106px;
    width: auto;
    height: auto;
    pointer-events: none;
    font-weight: 700;
    font-style: italic;
    font-size: 315px;
    opacity: 0.12;
}

.moduletable.steps_1 .item .item_content>a {
    display: block;
    padding: 41px 40px 20px 40px;
    color: #ffffff;
}

.moduletable.steps_1 .item .item_content>a>i {
    float: left;
    text-align: center;
    width: 119px;
    line-height: 119px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 72px;
    border: 2px solid #ffffff;
    margin-right: 34px;
}

.moduletable.steps_1 .item .item_content>a * {
    color: inherit;
}

.moduletable.steps_1 .item .item_content>a .item_introtext {
    overflow: hidden;
}

.moduletable.steps_1 .item .item_content>a:hover {
    background: #333333;
}

.moduletable.steps_1 .item .item_content>a .item_title {
    line-height: 40px;
    margin-bottom: 33px;
}

.moduletable.steps_1 .item .item_content>a .item_introtext {
    font-size: 18px;
    line-height: 30px;
}

.moduletable.steps_1 .item .item_content>a .item_introtext h2 {
    margin-bottom: 12px;
}

.moduletable.steps_1 .item+.item:after {
    left: 50%;
    top: 0;
    position: absolute;
    border-top: 25px solid;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    content: '';
    margin-left: -25px;
    z-index: 10;
    -webkit-transition: border-top-color 0.2s ease;
    -moz-transition: border-top-color 0.2s ease;
    -o-transition: border-top-color 0.2s ease;
    transition: border-top-color 0.2s ease;
}

.moduletable.steps_1 .item:hover+.item:after {
    border-top-color: #333333 !important;
}

.moduletable.steps_2 {
    padding-top: 81px !important;
    counter-reset: list;
}

.moduletable.steps_2 .module_container {
    border-top: none !important;
    padding-top: 0 !important;
    position: relative;
}

.moduletable.steps_2 .module_container:before {
    position: absolute;
    top: 61px;
    left: 0;
    content: '';
    height: 4px;
    background: #e5e9eb;
    right: 100px;
}

.moduletable.steps_2 .item_content>a {
    display: block;
    color: inherit;
}

.moduletable.steps_2 .item_content>a>i {
    display: block;
    width: 126px;
    line-height: 126px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    margin: 0 0 16px;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.moduletable.steps_2 .item_content>a .item_title {
    margin-bottom: 13px;
}

.moduletable.steps_2 .item_content>a .item_title:before {
    content: counter(list);
    counter-increment: list;
    font-weight: 500;
    padding-right: 7px;
}

.moduletable.steps_2 .item_content>a:hover>i {
    background: #333333 !important;
}

.moduletable.steps_2 .item_content .subtitle {
    display: none;
}

.moduletable.steps_3 {
    counter-reset: list1;
}

.moduletable.steps_3 .mod-newsflash-adv {
    position: relative;
}

.moduletable.steps_3 .mod-newsflash-adv:before {
    content: '';
    left: 63px;
    width: 4px;
    top: 0;
    background: #e5e9eb;
    bottom: 100px;
    position: absolute;
}

.moduletable.steps_3 .item {
    position: relative;
    padding-bottom: 30px;
}

.moduletable.steps_3 .item:after {
    content: '';
    position: absolute;
    right: 0;
    left: 193px;
    bottom: 0;
    height: 1px;
    background: #e5e9eb;
}

.moduletable.steps_3 .item.lastItem:after {
    display: none;
}

.moduletable.steps_3 .item_content>a {
    display: block;
    color: inherit;
}

.moduletable.steps_3 .item_content>a .item_container>i {
    display: block;
    float: left;
    width: 126px;
    line-height: 126px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    margin: 0 32px 10px 0;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.moduletable.steps_3 .item_content>a .item_title {
    padding-top: 30px;
    margin-bottom: 25px;
}

.moduletable.steps_3 .item_content>a .item_title:before {
    content: counter(list1);
    counter-increment: list1;
    font-weight: 500;
    padding-right: 7px;
}

.moduletable.steps_3 .item_content>a:hover .item_container>i {
    background: #333333 !important;
}

.moduletable.steps_3 .item_content .row-fluid {
    display: table;
}

.moduletable.steps_3 .item_content .row-fluid .item_container,
.moduletable.steps_3 .item_content .row-fluid .imgs_container {
    display: table-cell;
    float: none;
}

.moduletable.steps_3 .item_content .subtitle {
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}

.moduletable.steps_3 .item_content .item_introtext {
    margin-left: 164px;
}

.moduletable.steps_3 .imgs_container {
    overflow: hidden;
    min-height: 0;
    position: relative;
}

.moduletable.steps_3 .imgs_container .img-intro {
    position: absolute;
    margin: 0;
    z-index: 2;
    top: 0;
    max-width: 90%;
}

.moduletable.steps_3 .imgs_container .img-full {
    position: absolute;
    margin: 0;
    bottom: 20px;
    max-width: 90%;
}

.moduletable.steps_3 .item_odd .imgs_container .img-intro {
    right: 0;
}

.moduletable.steps_3 .item_odd .imgs_container .img-full {
    left: 30px;
}

.moduletable.steps_3 .item_even .imgs_container .img-intro {
    left: 30px;
}

.moduletable.steps_3 .item_even .imgs_container .img-full {
    right: 0;
}

.accordion_style2.faqs .accordion-toggle:before {
    content: 'Q.' !important;
    position: static;
    background: none;
    color: inherit !important;
    font: inherit !important;
}

.accordion_style2.faqs .accordion-toggle:after {
    background: #fff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    content: '\f067';
    font-family: FontAwesome;
    font-size: 14px;
    height: 42px;
    line-height: 46px;
    position: absolute;
    right: 21px;
    text-align: center;
    top: 7px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 42px;
}

.accordion_style2.faqs .accordion-toggle.selected:after {
    content: '\f068';
}

.accordion_style3 .accordion-toggle {
    padding: 9px 61px 9px 103px;
    font-size: 26px;
}

.accordion_style3 .accordion-toggle:before {
    left: auto;
    right: 0;
}

.accordion_style3 .accordion-toggle>i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 62px;
    line-height: 50px;
}

.accordion_style3 .accordion-group {
    border-bottom: 1px solid #e5e9eb;
    margin: 0;
    padding: 35px 0 40px;
}

.accordion_style3 .accordion-group:first-child {
    border-top: 1px solid #e5e9eb;
}

.accordion_style3 .accordion-group .accordion-inner {
    padding-bottom: 30px;
    padding-top: 30px;
}

.page-category__history .item_img a,
.page-category__history .item_img img {
    width: 100%;
}

.moduletable.more_features_landing {
    text-align: center;
}

.moduletable.more_features_landing .pretext {
    font-size: 55px;
    line-height: 73px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 15px;
}

.moduletable.more_features_landing .moduleTitle {
    margin-bottom: 10px;
}

.moduletable.more_features_landing .item_title {
    font-size: 26px;
    padding-top: 15px;
}

.body__landing .wrapper-inner {
    padding-top: 0;
}

.body__landing #sup-top {
    height: 0;
    padding: 0 0 56.25%;
    position: relative;
    margin: 0;
    background: #000000;
}

.body__landing #sup-top .container-fluid {
    position: static;
}

.body__landing #sup-top+#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    color: #ffffff;
    padding-top: 87px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: padding-top 0.2s ease, background 0.2s ease;
    -moz-transition: padding-top 0.2s ease, background 0.2s ease;
    -o-transition: padding-top 0.2s ease, background 0.2s ease;
    transition: padding-top 0.2s ease, background 0.2s ease;
    z-index: 1000;
}

.body__landing #sup-top+#top .row-container {
    max-width: 93.4375%;
}

.body__landing #logo a {
    color: inherit;
}

.body__landing #logo h1 {
    color: inherit;
}

.body__landing #logo h1 span.item_title_part_0 {
    color: inherit;
}

.body__landing .icemegamenu>ul>li>a.iceMenuTitle {
    color: #ffffff;
}

.body__landing .moduletable.home_2 .icemega_modulewrap.top_search>i.fa-search {
    background: none;
    color: #ffffff;
}

.body__landing.scrolled #sup-top+#top {
    padding-top: 5px;
    background: #ffffff;
    color: #888888;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.body__landing.scrolled #logo a {
    color: inherit;
}

.body__landing.scrolled #logo h1 {
    color: inherit;
}

.body__landing.scrolled #logo h1 span.item_title_part_0 {
    color: #222;
}

.body__landing.scrolled .icemegamenu>ul>li>a.iceMenuTitle {
    color: #222;
}

.body__landing #map {
    position: relative;
    overflow: hidden;
    padding: 85px 0 0;
}

.body__landing #map:before {
    position: absolute;
    width: 1664px;
    height: 1664px;
    content: '';
    left: 50%;
    top: 50%;
    margin-top: -832px;
    margin-left: -832px;
}

.body__landing #map * {
    color: #ffffff;
}

.body__landing #navigation {
    padding: 100px 0 0;
}

.body__landing #showcase {
    padding: 100px 0 84px;
}

.body__landing .moduletable.parallax_container .parallax {
    background: #000000;
}

.body__landing .moduletable.parallax_container .parallax_image {
    opacity: 0.5;
}

.body__landing #mainbottom {
    padding-top: 110px;
}

.body__landing #mainbottom * {
    color: #ffffff;
}

.body__landing #mainbottom-3 {
    background: none;
    position: relative;
}

.body__landing #mainbottom-3 .container-fluid {
    position: static;
}

.body__landing #mainbottom-3 .moduletable.parallax_container .parallax_image {
    opacity: 0.11;
}

.body__landing #mainbottom-5 {
    background: none;
}

.body__landing #bottom {
    background: #f6f8fa;
}

.moduletable.video_home_landing {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.moduletable.video_home_landing #tubular-containerP {
    left: 0;
    top: 0;
}

.moduletable.video_home_landing .module_container {
    position: relative;
    height: 100%;
}

.moduletable.video_home_landing .tm_bg_youtube {
    height: 100%;
    text-align: center;
}

.moduletable.video_home_landing .module_cnt {
    bottom: 50%;
    position: absolute;
    left: 0;
    margin-bottom: 50px;
    width: 100%;
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.moduletable.video_home_landing .module_cnt * {
    color: #ffffff;
}

.moduletable.video_home_landing .module_cnt h1 {
    text-transform: uppercase;
    font-size: 75px;
    font-weight: 500;
}

.moduletable.video_home_landing .module_cnt h2 {
    text-transform: uppercase;
    font-size: 45px;
}

#tubular-player {
    max-width: inherit;
    left: 0;
    top: 0;
}

.moduletable.landing_counters {
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    z-index: 10;
}

.moduletable.landing_counters .counters>span {
    font-size: 20px;
    line-height: 23px;
    display: inline-block;
    width: 144px;
    height: 144px;
    color: #ffffff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-weight: 300;
    margin: 0 -7px;
}

.moduletable.landing_counters .counters>span .value {
    display: block;
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    margin-top: 30px;
}

.moduletable.landing_newsletter {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    margin-top: 310px;
    z-index: 10;
}

.moduletable.landing_newsletter .acymailing_module_form .acymailing_form {
    float: none;
    width: 100%;
    text-align: center;
}

.moduletable.landing_newsletter .acymailing_module_form .acymailing_form p {
    display: inline;
    padding: 0;
}

.moduletable.landing_newsletter .acymailing_module_form .acymailing_form .inputbox {
    width: 370px;
    margin-right: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.moduletable.landing_newsletter .acymailing_module_form .acymailing_form .subbutton {
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 14px;
}

.landing_feature {
    text-align: center;
}

.landing_feature .moduleTitle {
    margin-bottom: 10px;
}

.landing_feature .item_introtext {
    font-size: 18px;
    line-height: 30px;
}

.features_landing {
    text-align: center;
}

.features_landing .item_content a {
    display: block;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}

.features_landing .item_content a>i[class*="material-design"] {
    display: block;
    font-size: 72px;
    line-height: 85px;
    margin-bottom: 45px;
}

.features_landing .item_content a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.features_landing .item_content .item_title .item_title_part_0 {
    display: block;
}

.features_2_landing .module_container {
    padding-left: 95px;
}

.features_2_landing .item_content>i[class*="material-design"] {
    float: left;
    width: 130px;
    text-align: center;
    line-height: 130px;
    background: #f6f8fa;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    font-size: 54px;
    margin: 0 30px 10px 0;
}

.features_2_landing .item_content .item_title {
    font-size: 26px;
    padding-top: 20px;
}

.features_2_landing .item {
    margin-bottom: 20px;
}

.optimized_design .moduleTitle {
    margin-bottom: 10px;
}

.optimized_design .item_introtext {
    font-size: 18px;
    line-height: 30px;
}

.vimeo_desc {
    padding-top: 55px;
}

.vimeo_desc .module_container {
    padding-left: 100px;
}

.vimeo_desc .moduleTitle {
    margin-bottom: 10px;
}

.vimeo_desc .item_introtext {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

.title_only {
    text-align: center;
}

.mod-custom__title_only {
    display: none;
}

.moduletable.options .row-fluid>* {
    display: table-cell;
    padding-left: 0;
}

.pricing_detailed.pricing_detailed_2 .row-fluid .item.featured .item_content ul li.disable:before {
    color: inherit;
}

.moduletable.landing_subscribe_2 {
    text-align: center;
    color: #ffffff;
}

.moduletable.landing_subscribe_2 .acymailing_modulelanding_subscribe_2 .acymailing_module_form .acymailing_introtext {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 50px;
}

.moduletable.landing_subscribe_2 .acymailing_modulelanding_subscribe_2 .acymailing_module_form .acymailing_introtext span:before {
    display: none;
}

.moduletable.landing_subscribe_2 .acymailing_modulelanding_subscribe_2 .acymailing_module_form .acymailing_introtext,
.moduletable.landing_subscribe_2 .acymailing_modulelanding_subscribe_2 .acymailing_module_form .acymailing_form {
    float: none;
    width: 100%;
}

.moduletable.landing_subscribe_2 .moduleTitle {
    color: inherit;
}

.moduletable.landing_subscribe_2 .acymailing_form {
    text-align: center;
}

.moduletable.landing_subscribe_2 .acymailing_form>p {
    display: inline;
}

.moduletable.landing_subscribe_2 .acymailing_form .inputbox {
    width: 370px;
    margin-right: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.moduletable.landing_subscribe_2 .acymailing_form .subbutton {
    margin-bottom: 10px;
}

.moduletable.testimonials_landing header {
    text-align: center;
}

.moduletable.testimonials_landing .item_img {
    margin-bottom: 35px;
}

.moduletable.testimonials_landing .item_img img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    width: 132px;
}

.moduletable.testimonials_landing .item_introtext {
    padding-bottom: 18px;
}

.moduletable.testimonials_landing .item_introtext:before {
    content: '“';
    font-size: 94px;
    font-weight: 500;
    position: relative;
    top: 18px;
    display: inline-block;
    vertical-align: middle;
}

.moduletable.testimonials_landing .item_title {
    margin-bottom: 0;
}

.moduletable.testimonials_landing .item_content figcaption {
    font-size: 15px;
}

.moduletable.partners_landing {
    text-align: center;
}

.moduletable.partners_landing .item_img a:before,
.moduletable.partners_landing .item_img a:after {
    display: none;
}

.moduletable.partners_landing .item_img a img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
    opacity: 0.2;
}

.moduletable.partners_landing .item_img a:hover {
    opacity: 1;
}

.moduletable.partners_landing .module_container {
    width: 902px;
    max-width: 100%;
    margin: 0 auto;
}

.moduletable.partners_landing .mod-newsflash-adv {
    padding-top: 30px;
}

.banneritem a {
    display: inline-block;
    max-width: 100%;
}

.acyfield_email {
    display: inline-block;
    position: relative;
}

.inputbox.error {
    margin-bottom: 10px;
}

@media (max-width: 1830px) {
    .moduletable.about_2_top_blocks .item .imgs_container {
        margin-right: 0;
    }
    .moduletable.about_2_top_blocks .item.even .imgs_container {
        margin-left: 0;
    }
    .moduletable.about_2_top_blocks .item .imgs_container .img-fulltext {
        max-width: 100%;
        top: 0;
        bottom: auto;
    }
    .moduletable.about_2_top_blocks .item .span6 {
        vertical-align: top;
    }
    .moduletable.about_2_top_blocks .item .span6 {
        display: block;
        float: left;
    }
    .moduletable.about_2_top_blocks .item .span6 .item_img {
        display: block;
        position: relative;
        right: 0;
        margin-bottom: 10px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .moduletable.about_2_top_blocks .item .span6 .item_img img {
        width: 100%;
    }
    .moduletable.about_2_top_blocks .item.visible-first .imgs_container .img-intro {
        right: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .moduletable.about_2_top_blocks .item.visible-first.even .imgs_container .img-intro {
        left: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 1400px) {
    .body__landing #sup-top+#top {
        padding-top: 5px;
    }
    .moduletable.video_home_landing .module_cnt h1 {
        font-size: 45px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .moduletable.landing_newsletter {
        margin-top: 200px;
    }
}

@media (max-width: 1200px) {
    .body__home_3 #sup-top+#top {
        padding-top: 10px;
    }
    .moduletable.home_2 .icemegamenu>ul>li+li {
        margin-left: 13px;
    }
    .moduletable.video_home_landing .module_cnt h2 {
        margin-bottom: 0;
    }
    .features_2_landing .module_container,
    .vimeo_desc .module_container {
        padding-left: 0;
    }
}

@media (max-width: 979px) {
    .moduletable.video_home_3 .module_cnt h1 {
        font-size: 50px;
    }
    .moduletable.home_3_contacts i[class*="material-design"] {
        display: none;
    }
    .moduletable.steps_2 .item_content>a .item_title::before {
        display: none;
    }
    .moduletable.steps_3 .item_odd .imgs_container .img-full,
    .moduletable.steps_3 .item_even .imgs_container .img-intro {
        left: auto;
        right: 0;
    }
    .moduletable.home_2 .icemegamenu>ul>li+li {
        margin-left: 5px;
    }
    .moduletable.landing_newsletter {
        margin-top: 155px;
    }
    .moduletable.video_home_landing .module_cnt {
        margin-bottom: 0;
    }
    .vimeo_desc {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_prev,
    .moduletable.multiple_sliders .mod_caroufredsel .caroufredsel_next {
        margin-top: 100px;
    }
    .gallery_home_3 .gallery-item {
        width: 50%;
        float: left;
    }
    .moduletable.home_3_contacts i[class*="material-design"] {
        display: block;
    }
    .moduletable.home_3_contacts .span4 {
        overflow: hidden;
    }
    .features_home_3 .row-fluid,
    .features_landing .row-fluid {
        font-size: 0;
        line-height: 0;
    }
    .features_home_3 .row-fluid .span3,
    .features_landing .row-fluid .span3 {
        width: 49.99%;
        vertical-align: top;
        display: inline-block;
    }
    .moduletable.testimonials_home_2 .img-intro__none {
        float: left;
        margin-right: 12px;
    }
    .moduletable.moddle_blocks_about2 .item_content>i {
        float: left;
        margin-right: 20px;
    }
    .moduletable.steps_2 .module_container::before {
        top: 0;
        left: 61px;
        height: auto;
        width: 4px;
        bottom: 189px;
    }
    .moduletable.steps_2 .item_content>a>i {
        float: left;
        margin-right: 20px;
    }
    .moduletable.steps_3 .item_content .row-fluid {
        display: block;
    }
    .moduletable.steps_3 .item_content .row-fluid .item_container,
    .moduletable.steps_3 .item_content .row-fluid .imgs_container {
        display: block;
    }
    .moduletable.options .item {
        display: block;
        margin: 0;
    }
    .body__landing #sup-top {
        height: 432px;
        padding: 0;
    }
    .body__landing #sup-top+#top {
        top: 56px;
    }
    .body__landing #sup-top+#top .row-container {
        max-width: inherit;
    }
    .moduletable.vimeo .video_wrapper {
        margin-bottom: 30px;
    }
}

@media (max-width: 639px) {
    .moduletable.discover_bg {
        display: none;
    }
    .moduletable.social-icons_home3 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .moduletable.social-icons_home3+.copyright {
        float: none;
        width: 100%;
        text-align: center;
    }
    .moduletable.steps_1 .item .item_content>a>i {
        display: none;
    }
    .moduletable.steps_1 .item::before {
        right: 10px;
    }
    .accordion_style3 .accordion-toggle {
        padding-left: 80px;
    }
    .moduletable.video_home_landing .module_cnt h1,
    .moduletable.video_home_landing .module_cnt h2 {
        font-size: 35px;
    }
    .moduletable.landing_counters .counters>span {
        width: 120px;
        height: 120px;
    }
    .moduletable.landing_counters .counters>span .value {
        margin-top: 13px;
    }
    .moduletable.landing_newsletter .acymailing_module_form .acymailing_form .inputbox {
        width: 270px;
    }
}

@media (max-width: 479px) {
    .moduletable.video_home_3 .module_cnt h1 {
        font-size: 30px;
        font-weight: 300;
    }
    .moduletable.video_home_3 .module_cnt h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .moduletable.discover .item_content i[class*="material-design"] {
        width: 80px;
        line-height: 80px;
    }
    .moduletable.features_about2 .item_content>a>i {
        width: 80px;
        line-height: 80px;
        margin-right: 20px;
        font-size: 50px;
    }
    .features_home_3 .row-fluid .span3,
    .features_landing .row-fluid .span3 {
        width: 100%;
        display: block;
    }
    .moduletable.testimonials_home_2 .img-intro__none,
    .moduletable.steps_2 .item_content>a>i,
    .moduletable.steps_3 .item_content>a .item_container>i {
        float: none;
        margin-right: 0;
    }
    .moduletable.home_3_contacts i[class*="material-design"] {
        width: 50px;
        line-height: 50px;
    }
    .moduletable.steps_2 .module_container:before,
    .moduletable.steps_3 .mod-newsflash-adv:before {
        display: none;
    }
    .moduletable.steps_3 .item_content .item_introtext {
        margin: 0;
    }
    .moduletable.steps_2 .item_content>a .item_title::before {
        display: inline-block;
    }
    .moduletable.steps_3 .item::after {
        left: 0;
    }
    .moduletable.video_home_landing .module_cnt h1,
    .moduletable.video_home_landing .module_cnt h2 {
        font-size: 23px;
    }
    .moduletable.landing_counters .counters>span {
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .moduletable.landing_counters .counters>span .value {
        line-height: 30px;
        font-size: 35px;
    }
    .moduletable.landing_newsletter {
        margin-top: 95px;
    }
    .moduletable.landing_subscribe_2 .acymailing_form .inputbox {
        width: 280px;
    }
}

.mod-custom__page_loader {
    position: fixed;
    left: 0;
    top: -100%;
    right: 0;
    height: 100%;
    z-index: 999999999999999999;
    background: #fff;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.mod-custom__page_loader:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.mod-custom__page_loader .logo {
    vertical-align: middle;
    -webkit-transform: translate(0, 500px);
    -moz-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
    position: relative;
    white-space: nowrap;
    display: inline-block;
    top: -50px;
    opacity: 0;
    -webkit-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
    -moz-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
    -o-transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
    transition: -moz-transform 1s ease, -webkit-transform 1s ease, -ms-transform 1s ease, -o-transform 1s ease, transform 1s ease, opacity 1s ease;
}

.mod-custom__page_loader .logo h1 {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    padding: 0 0 0 62px;
    color: #888;
    text-transform: uppercase;
    font-weight: 300;
}

.mod-custom__page_loader .logo h1:before {
    height: 35px;
    width: 35px;
    border-radius: 1000px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}

.mod-custom__page_loader .logo h1:after {
    height: 29px;
    left: 23px;
    top: 4px;
    width: 29px;
    border-radius: 1000px;
    content: "";
    opacity: 0.6;
    position: absolute;
}

.mod-custom__page_loader .logo h1 span.item_title_part_0 {
    font-size: 37px;
    color: #222;
    font-weight: 500;
    text-transform: lowercase;
}

.mod-custom__page_loader .loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0px 0 0 -50px;
    -webkit-transform: translate(0, 500px);
    -moz-transform: translate(0, 500px);
    -ms-transform: translate(0, 500px);
    -o-transform: translate(0, 500px);
    transform: translate(0, 500px);
    opacity: 0;
    transition: transform 1s ease .3s, opacity 1s ease .3s;
}

.mod-custom__page_loader.loading .loader,
.mod-custom__page_loader.loading .logo {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.mod-custom__page_loader.ended {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
    -webkit-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
    -moz-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
    -o-transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
    transition: -webkit-transform 1s ease 0.5s, -moz-transform 1s ease 0.5s, -ms-transform 1s ease 0.5s, -o-transform 1s ease 0.5s, transform 1s ease 0.5s, opacity 1s ease 0.5s;
}

.mod-custom__page_loader.ended .loader,
.mod-custom__page_loader.ended .logo {
    -webkit-transform: translate(0, -500px);
    -moz-transform: translate(0, -500px);
    -ms-transform: translate(0, -500px);
    -o-transform: translate(0, -500px);
    transform: translate(0, -500px);
    opacity: 0;
}

.moduletable.services_main .moduleTitle {
    font-size: 26px;
}

.moduletable.services_main .pretext {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 45px;
    max-width: 1080px;
    padding: 25px 0 0;
}

.moduletable.services_main .item_content>i[class*="material-design"] {
    display: block;
    font-size: 90px;
    line-height: 120px;
}

.moduletable.services_main .item_content .item_title {
    font-size: 26px;
    margin-bottom: 25px;
}

.moduletable.services_main .item {
    margin-bottom: 25px;
}

.moduletable.how_we_work {
    color: #ffffff;
}

.moduletable.how_we_work .moduleTitle,
.moduletable.how_we_work .item_introtext {
    color: inherit;
}

.moduletable.how_we_work header {
    text-align: center;
    padding-bottom: 20px;
}

.moduletable.how_we_work .item_content .item_title {
    position: relative;
    padding-left: 64px;
    font-size: 26px;
}

.moduletable.how_we_work .item_content .item_title:before {
    content: '\e18e';
    font-size: 56px;
    position: absolute;
    font-family: "material-design";
    left: 0;
    top: 0;
}

.moduletable.how_we_work .item {
    margin-bottom: 15px;
}

.moduletable.how_we_work .item_introtext {
    padding-top: 10px;
}

.services_parallax .parallax {
    background: #000000;
}

.services_parallax.no_darken .parallax {
    background: #00000077;
}

.services_parallax .parallax_image {
    opacity: 0.3;
}

.body__services #mainbottom {
    padding: 80px 0 70px;
}

.testimonials_services .item {
    padding-top: 25px;
}

.testimonials_services .mod-newsflash-adv {
    padding-top: 15px;
}

.moduletable.blog_search .moduleTitle,
.moduletable.blog_categories .moduleTitle,
.moduletable.blog_archives .moduleTitle,
.moduletable.blog_tags .moduleTitle {
    font-size: 26px;
}

.moduletable.blog_search .navbar-form {
    position: relative;
}

.moduletable.blog_search .mod-search_searchword {
    margin-bottom: 0;
    width: 100%;
    padding-right: 58px;
}

.moduletable.blog_search .btn-primary {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    padding: 0;
    width: 59px;
    text-align: center;
    height: 100%;
    color: #333333;
    font-size: 28px;
}

.moduletable.blog_search .btn-primary:before {
    content: '\e13d';
    font-family: "material-design";
}

.categories-moduleblog_categories,
.archive-moduleblog_archives {
    margin: 0;
}

.categories-moduleblog_categories li,
.archive-moduleblog_archives li {
    padding: 0 0 19px 26px;
    font-size: 18px;
    position: relative;
}

.categories-moduleblog_categories li>a:before,
.archive-moduleblog_archives li>a:before {
    font-size: 14px;
    content: '\f105';
    position: absolute;
    left: 3px;
    top: 1px;
    font-family: fontAwesome;
}

ul.icesubMenu li.current~li>a.iceMenuTitle {
    background: none;
    color: #333333;
}

ul.icesubMenu li.current~li>a.iceMenuTitle:hover {
    color: #ffffff;
}

.page-item__blog {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
}

.page-item__blog .page-header {
    text-align: center;
}

.page-item__blog .item_info {
    font-size: 14px;
    line-height: 23px;
}

.page-item__blog .features_2_landing {
    padding: 20px 0;
}

.page-item__blog .features_2_landing .item_content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.page-item__blog .features_2_landing .item_introtext {
    overflow: hidden;
    max-width: 300px;
}

.body__blog_single_2 #aside-right:before,
.body__blog_single_3 #aside-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 22.5%;
    bottom: 0;
    width: 1px;
    background: #e5e9eb;
}

.body__blog_single_2 #aside-right>*,
.body__blog_single_3 #aside-right>* {
    padding-left: 29px;
}

.body__blog_single_2 #aside-right .moduletable+.moduletable,
.body__blog_single_3 #aside-right .moduletable+.moduletable {
    margin-top: 50px;
}

.body__blog_single_2 #aside-left:before,
.body__blog_single_3 #aside-left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    width: 1px;
    background: #e5e9eb;
}

.body__blog_single_2 #aside-left>*,
.body__blog_single_3 #aside-left>* {
    padding-right: 29px;
}

.body__blog_single_2 #aside-left .moduletable+.moduletable,
.body__blog_single_3 #aside-left .moduletable+.moduletable {
    margin-top: 50px;
}

.body__blog_single_2 .content-inner,
.body__blog_single_3 .content-inner {
    position: relative;
}

.tagspopularblog_tags ul {
    margin: 0;
    font-size: 0;
}

.tagspopularblog_tags ul li {
    display: inline-block;
    padding: 0;
    margin: 0 7px 10px 0;
}

.tagspopularblog_tags ul li a {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    display: block;
    padding: 6px 23px 7px;
    font-size: 18px;
    background: #f6f8fa;
}

.tagspopularblog_tags ul li a:hover {
    color: #ffffff;
}

.item-masonry {
    max-width: 100%;
}

.moduletable.steps_1 .item:after {
    pointer-events: none;
}

@media (max-width: 979px) {
    .body__big_logo #top #logo h1 span.item_title_part_0 {
        display: block;
    }
}

@media (max-width: 767px) {
    .moduletable.services_main .item_content>i[class*="material-design"],
    .moduletable.testimonials_landing .item_img {
        float: left;
        margin-right: 20px;
    }
    .moduletable.testimonials_landing .item_content {
        overflow: hidden;
    }
    .body__blog_single_2 #aside-right:before,
    .body__blog_single_3 #aside-right:before,
    .body__blog_single_2 #aside-left:before,
    .body__blog_single_3 #aside-left:before {
        display: none;
    }
    .body__blog_single_2 #aside-right>*,
    .body__blog_single_3 #aside-right>* {
        padding-left: 0;
        padding-top: 30px;
    }
    .body__blog_single_2 #aside-left>*,
    .body__blog_single_3 #aside-left>* {
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 479px) {
    .moduletable.services_main .item_content>i[class*="material-design"],
    .moduletable.testimonials_landing .item_img {
        float: none;
    }
}

.features_home_one_page .row-fluid {
    margin: 0;
    display: table;
    table-layout: fixed;
}

.features_home_one_page .row-fluid *[class*=span] {
    padding: 0;
    display: table-cell;
    float: none;
    margin: 0;
}

.features_home_one_page .item_content>a {
    display: block;
    color: #ffffff;
    padding: 66px 70px 55px;
}

.features_home_one_page .item_content>a i[class*="material-design"] {
    float: left;
    font-size: 72px;
    line-height: 70px;
    margin-right: 35px;
}

.features_home_one_page .item_content>a * {
    color: inherit;
}

.features_home_one_page .item_introtext p:last-child:after {
    content: '\f105';
    font-family: fontAwesome;
    font-size: 30px;
    line-height: 23px;
    vertical-align: middle;
    margin-left: 18px;
    display: inline-block;
}

.features_home_one_page .item_title_part_0 {
    display: block;
}

.features_home_one_page .item {
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.features_home_one_page .item:hover {
    background: #333333;
}

#map .moduletable.discover {
    padding-top: 91px;
    padding-bottom: 61px;
}

#map .moduletable.discover .item_content i[class*="material-design"] {
    background: #f6f8fa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#maintop {
    position: relative;
}

.moduletable.present_site_one_page {
    width: 50%;
    color: #ffffff;
    padding: 185px 0 140px;
}

.moduletable.present_site_one_page .moduleTitle {
    margin-bottom: 20px;
}

.moduletable.present_site_one_page .module_container {
    margin-left: 10%;
}

.moduletable.present_site_one_page .module_container .item-title {
    font-weight: 500;
}

.moduletable.present_site_one_page .module_container .btn-info {
    padding: 11px 52px 12px;
    font-size: 18px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.moduletable.present_site_one_page .module_container .btn-info:after {
    display: none;
}

.moduletable.present_site_one_page .module_container .item_introtext {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}

.moduletable.present_site_one_page .module_container .item_introtext p {
    padding-bottom: 30px;
}

.moduletable.present_site_one_page * {
    color: inherit;
}

.home_one_page_images {
    position: static !important;
}

.home_one_page_images .mod-custom>div {
    position: absolute;
}

.home_one_page_images .img-1 {
    top: 16.3658%;
    right: 31.1035%;
    max-width: 12.5977%;
}

.home_one_page_images .img-2 {
    top: 0;
    right: 17.3828%;
    max-width: 10.5469%;
}

.home_one_page_images .img-3 {
    top: 0;
    right: 0;
    max-width: 17.3828%;
}

.home_one_page_images .img-4 {
    bottom: 0;
    right: 38.0859%;
    max-width: 9.4727%;
}

.home_one_page_images .img-5 {
    bottom: 0;
    right: 20.7031%;
    z-index: 2;
    max-width: 17.3828%;
}

.home_one_page_images .img-6 {
    bottom: 0;
    right: 0;
    max-width: 23.1934%;
}

.home_one_page_discover {
    text-align: center;
}

.home_one_page_discover .moduleTitle {
    margin-bottom: 10px;
}

.home_one_page_discover .pretext {
    font-size: 55px;
    font-weight: 500;
    color: #333333;
    line-height: 83px;
    margin-bottom: 25px;
}

.home_one_page_discover .item_title {
    font-size: 26px;
    line-height: 40px;
}

.home_one_page_discover .item {
    margin-bottom: 0;
}

.body__home_one_page .parallax {
    background: #000000;
}

.body__home_one_page .parallax .parallax_image {
    opacity: 0.7;
}

.body__home_one_page #mainbottom {
    color: #ffffff;
    padding: 90px 0 20px;
    overflow: hidden;
    position: relative;
}

.body__home_one_page #mainbottom * {
    color: inherit;
}

.body__home_one_page #mainbottom:before {
    content: '';
    height: 1664px;
    left: 50%;
    margin-left: -832px;
    margin-top: -832px;
    position: absolute;
    top: 50%;
    width: 1664px;
}

.body__home_one_page #mainbottom-5 {
    background: none;
    padding-bottom: 65px;
}

.body__home_one_page #bottom {
    background: none;
    position: relative;
    padding: 100px 0 80px;
}

.body__home_one_page #bottom .container-fluid {
    position: static;
}

.body__home_one_page #bottom * {
    color: #ffffff;
}

.body__home_one_page #bottom .acymailing_module_form input.inputbox {
    width: 464px;
}

.exclusive_features {
    text-align: center;
    position: relative;
    z-index: 2;
}

.exclusive_features .item_img img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.exclusive_features .pretext {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 20px;
    max-width: 1000px;
}

.exclusive_features .moduleTitle .item_title_part_second_half {
    font-weight: 500;
}

.exclusive_features .item_title .item_title_part_0 {
    display: block;
}

.moduletable.one_page_newsletter {
    text-align: center;
}

.acymailing_moduleone_page_newsletter .acymailing_introtext {
    float: none;
    width: auto;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 48px;
    max-width: 840px;
}

.acymailing_moduleone_page_newsletter .acymailing_introtext span:before {
    display: none;
}

.acymailing_moduleone_page_newsletter .acymailing_form {
    float: none;
    width: auto;
    text-align: center;
}

.acymailing_moduleone_page_newsletter .acymailing_form .inputbox {
    margin: 0 4px 0 0;
}

.acymailing_moduleone_page_newsletter .acymailing_form .btn-primary {
    padding: 12px 33px 13px;
}

.home_one_page .sequence-slider>.sequence-canvas li>.info .item_content .item_introtext {
    font-size: 18px;
    line-height: 30px;
    text-transform: none;
    font-weight: 300;
}

.home_one_page .sequence-slider>.sequence-canvas li>.info .item_content .item_introtext h1 {
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.items-leading {
    text-align: left;
}

.items-leading>.item~.item {
    border-top: 1px solid #e5e9eb;
    padding-top: 40px;
}

.blog-leading {
    max-width: inherit;
    margin: 0;
}

.blog-leading .item_img a,
.blog-leading .item_img img {
    width: 100%;
}

.blog-leading .item_introtext {
    font-size: 18px;
    line-height: 30px;
}

.blog-leading .item_title {
    margin-bottom: 12px;
}

.blog-leading .pagination ul {
    text-align: left;
}

.content-inner {
    position: relative;
}

.content-inner #aside-right.span3>aside {
    margin-left: 30px;
    padding-left: 0;
}

.content-inner #aside-right.span3:before {
    content: '';
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #e5e9eb;
    right: 22.5%;
}

.content-inner #aside-right.span3 .moduletable+.moduletable {
    margin-top: 40px;
}

.support_item .item__module {
    text-align: center;
    padding-bottom: 10px;
}

.support_item .item__module>a {
    display: block;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.support_item .item__module>a * {
    color: #ffffff;
}

.support_item .item__module>a h2 {
    font-size: 35px;
    line-height: 47px;
    padding: 0 20px;
    margin: 0;
}

.support_item .item__module>a:hover {
    background: #333333 !important;
}

.support_item .item__module>a .link_outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
}

.support_item .item__module>a .link_outer:before {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.support_item .item__module>a .link_outer .link_inner {
    display: inline-block;
    max-width: 99%;
    vertical-align: middle;
}

.support_item .item__module>a .link_outer .link_inner>i {
    font-size: 72px;
    line-height: 52px;
    display: block;
    margin-bottom: 20px;
}

.support_item .mod-articles-single_custom-link {
    text-align: center;
}

.support_item .mod-articles-single_custom-link .btn-primary {
    background: none;
    border: 2px solid #e2e5e4;
    padding-left: 60px;
    padding-right: 60px;
}

.support_item .mod-articles-single_custom-link .btn-primary:hover {
    background: #f0f2f1;
    border-color: #f0f2f1;
}

.category_desc {
    font-size: 18px;
    line-height: 30px;
    max-width: 1020px;
    margin: 0 auto 20px;
}

.contact_list {
    margin: 0;
    padding-top: 30px;
}

.contact_list li {
    padding: 0 0 26px 38px;
    position: relative;
    color: #333333;
}

.contact_list li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
}

.contact_list li i.fa {
    font-size: 22px;
}

.contact_list li .phone {
    font-size: 18px;
}

.moduletable.agent header {
    text-align: left !important;
}

.moduletable.agent .item_img img {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.moduletable.agent h5 {
    margin-bottom: 7px;
    padding-top: 10px;
}

.moduletable.agent h6 {
    margin-bottom: 10px;
}

.moduletable.agent .mod-custom {
    padding-top: 20px;
}

.contact_form_custom.span8 .control-group-button {
    text-align: left;
}

.moduletable.portfolio {
    padding-bottom: 80px;
}

.moduletable.portfolio .row-fluid.masonry {
    margin-left: 0;
}

.moduletable.portfolio .row-fluid.masonry .item {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.moduletable.portfolio .row-fluid.masonry .item .item_img {
    margin: 0;
}

.moduletable.portfolio .row-fluid.masonry .item .item_img img {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.moduletable.portfolio .row-fluid.masonry .item:before {
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    background: #fff;
    background: rgba(255, 255, 255, 0.88);
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 2;
}

.moduletable.portfolio .row-fluid.masonry .item .item_content {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.moduletable.portfolio .row-fluid.masonry .item .item_content:before {
    content: '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display: inline-block;
}

.moduletable.portfolio .row-fluid.masonry .item .item_content .item_content__inner {
    display: inline-block;
    max-width: 90%;
    vertical-align: middle;
}

.moduletable.portfolio .row-fluid.masonry .item .item_content .item_title {
    font-size: 26px;
}

.moduletable.portfolio .row-fluid.masonry .item:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.moduletable.portfolio .row-fluid.masonry .item:hover .item_content {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.item__module,
.item {
    -webkit-transition: opacity 0.8s ease, transform 0.8s ease;
    -moz-transition: opacity 0.8s ease, transform 0.8s ease;
    -o-transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.moduletable.user_menu {
    position: absolute !important;
    top: 22px !important;
    left: auto !important;
}

.mod-custom__page_loader {
    position: fixed !important;
    top: -100% !important;
}

.moduletable.virt_cart {
    position: absolute !important;
    left: auto !important;
}

.moduletable.virt_search {
    position: static !important;
}

.moduletable.currency_selector {
    position: absolute !important;
    top: 20px !important;
}

.moduletable.mainmenu {
    position: static !important;
    margin-top: 2.7%;
}

.moduletable.video_home_3,
.moduletable.video_home_landing {
    position: absolute !important;
}

.moduletable.landing_counters,
.moduletable.landing_newsletter {
    position: absolute !important;
    top: 50% !important;
}

#showcase {
    padding-top: 0px;
}

#showcase .row-fluid {
    padding-top: 60px;
}

.icemega_modulewrap.top_search>i.fa-search {
    background: transparent;
}

.body__blog_single_2 #aside-left>*,
.body__blog_single_3 #aside-left>* {
    padding-right: 0;
    margin-right: 29px;
}

.btn.btn-lg {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    width: 100%;
}

@media (max-width: 1900px) {
    .features_home_one_page .item_content>a {
        padding: 40px;
    }
}

@media (max-width: 1650px) {
    .features_home_one_page .item_content>a {
        padding: 20px;
    }
    .features_home_one_page .item_title_part_0 {
        display: inline;
    }
    .features_home_one_page .item_content>a i[class*="material-design"] {
        margin-right: 15px;
    }
}

@media (max-width: 1410px) {
    .features_home_one_page .item_content>a i[class*="material-design"] {
        float: none;
        display: block;
    }
}

@media (max-width: 1200px) {
    .sequence-slider>.sequence-canvas li>.info {
        left: 20px !important;
    }
    .sequence-slider>.sequence-canvas li.item-2>.info {
        left: auto !important;
        right: 20px !important;
    }
    .moduletable.present_site_one_page {
        width: 100%;
    }
    .moduletable.present_site_one_page .module_container {
        margin: 0 20px;
    }
    .moduletable.home_one_page .sequence-slider {
        height: 30px;
    }
    .moduletable.home_one_page .sequence-slider>.sequence-canvas {
        height: auto;
        bottom: 30px;
    }
    .moduletable.home_one_page .sequence-slider>.sequence-canvas li .slide-img {
        display: none;
    }
    .moduletable.home_one_page .sequence-slider>.sequence-canvas li>.info {
        width: auto !important;
        left: 20px !important;
        right: 20px !important;
    }
    .moduletable.home_one_page .sequence-pagination-wrapper {
        bottom: 10px;
    }
    .support_item .item__module>a>i {
        margin-bottom: 10px;
    }
    .moduletable.portfolio .row-fluid.masonry .item .item_content .item_title {
        margin-bottom: 0;
    }
    .moduletable.portfolio .row-fluid.masonry .item .item_content p {
        padding-bottom: 0;
    }
    .moduletable.portfolio .row-fluid.masonry .item {
        width: 33.33%;
    }
}

@media (max-width: 979px) {
    #wrapper .support_item .item__module>a h2 {
        font-size: 26px !important;
        line-height: 30px !important;
    }
    .moduletable.portfolio .row-fluid.masonry .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .features_home_one_page .row-fluid {
        display: block;
    }
    .features_home_one_page .row-fluid [class*="span"] {
        display: block;
    }
    .moduletable.home_one_page_images {
        display: none;
    }
    .moduletable.present_site_one_page {
        padding: 50px 0;
    }
    .moduletable.home_one_page .sequence-slider {
        height: 378px;
        padding: 0 !important;
    }
    #map .moduletable.discover .item_content {
        width: 100%;
    }
    .home_one_page .sequence-slider>.sequence-canvas li>.info .item_content .item_introtext h1 {
        font-size: 45px;
        line-height: 60px;
    }
    .moduletable.support_item {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    #content-bottom {
        font-size: 0;
        line-height: 0;
    }
    #content-bottom .moduletable {
        font-size: 14px;
        line-height: 23px;
    }
    .content-inner #aside-right.span3:before {
        display: none;
    }
    .content-inner #aside-right.span3>aside {
        padding-left: 0;
    }
    .moduletable.options .item,
    .moduletable.services .item {
        width: 100%;
    }
    .moduletable.features_home_2 .item,
    .moduletable.other_features .item,
    .moduletable.skills .item,
    .moduletable.pricing_detailed_2 .item {
        width: 100%;
    }
    .moduletable.features_home_2 .span3,
    .moduletable.other_features .span3,
    .moduletable.skills .span3,
    .moduletable.pricing_detailed_2 .span3 {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .moduletable.options .row-fluid>* {
        display: block;
    }
    .moduletable.options .item .item_content>a .item_img {
        float: left;
        margin-right: 30px;
    }
}

@media (max-width: 640px) {
    .home_one_page .sequence-slider>.sequence-canvas li>.info .item_content .item_introtext {
        font-size: 14px !important;
        line-height: 23px !important;
    }
}

@media (max-width: 540px) {
    .moduletable.portfolio .row-fluid.masonry .item {
        width: 100%;
    }
    .moduletable.portfolio .row-fluid.masonry .item .item_img img {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .moduletable.features_home_2 .span3,
    .moduletable.other_features .span3,
    .moduletable.skills .span3,
    .moduletable.pricing_detailed_2 .span3 {
        width: 100%;
    }
    .moduletable.options .item .item_content>a .item_img {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 419px) {
    .home_one_page .sequence-slider>.sequence-canvas li>.info .item_content .slide-title,
    .home_one_page .sequence-slider>.sequence-canvas li>.info .item_content .item_introtext h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .moduletable.support_item {
        width: 100%;
    }
}

.browse-view .quantity-box {
    display: none!important;
}

#com_virtuemart .ratingbox {
    width: auto;
}

#com_virtuemart .ratingbox i {
    font-size: 15px;
}

.addtocart-bar .btn {
    padding-top: 6px;
    padding-bottom: 6px;
}

.addtocart-bar .btn i {
    font-size: 28px;
    line-height: 28px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.addtocart-bar .btn span {
    position: relative;
    top: -4px;
}

div#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box input {
    line-height: 44px;
    height: 44px;
}

div#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box {
    margin-bottom: 10px;
}

#com_virtuemart.page-blog {
    max-width: inherit;
}

#com_virtuemart.page-blog .seeall {
    display: none;
}

#com_virtuemart.page-blog .product .vm-product-media-container {
    position: relative;
}

#com_virtuemart.page-blog .product .ratingbox {
    padding-top: 10px;
}

#com_virtuemart.page-blog .product .btn-used {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#com_virtuemart.page-blog .product .btn-used .wishlist {
    float: left;
    margin-right: 6px;
}

#com_virtuemart.page-blog .product .btn-used .wishlist .btn {
    padding: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#com_virtuemart.page-blog .product .btn-used .wishlist .btn:after {
    display: none;
}

#com_virtuemart.page-blog .product .btn-used .wishlist i {
    font-size: 20px;
    line-height: 40px;
}

#com_virtuemart.page-blog .product .btn-used .wishlist span {
    display: none;
}

#com_virtuemart.page-blog .product .btn-used .compare {
    float: left;
}

#com_virtuemart.page-blog .product .btn-used .compare .btn {
    padding: 0px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#com_virtuemart.page-blog .product .btn-used .compare .btn:after {
    display: none;
}

#com_virtuemart.page-blog .product .btn-used .compare i {
    font-size: 20px;
    line-height: 40px;
}

#com_virtuemart.page-blog .product .btn-used .compare span {
    display: none;
}

#facebox_overlay {
    z-index: 9998;
}

body.option-com_virtuemart #facebox {
    z-index: 9999;
}

body.option-com_virtuemart #facebox .popup .content {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

body.option-com_virtuemart #facebox .popup .close img {
    display: none;
}

.modalTmbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99999999;
    background: #fff;
}

.modalTmbox .success {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding: 20px;
    padding-left: 70px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modalTmbox .success.successfully {
    background: #4caf50;
    position: relative;
}

.modalTmbox .success.successfully:before {
    content: '\e5ca';
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 60px;
    height: 100%;
    font-family: 'Material Icons';
    z-index: 2;
}

.modalTmbox .success.successfully:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #388e3c;
    width: 60px;
    z-index: 1;
}

.modalTmbox .success.notification {
    background: #03a9f4;
    position: relative;
}

.modalTmbox .success.notification:before {
    content: '\e001';
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 60px;
    height: 100%;
    font-family: 'Material Icons';
    z-index: 2;
}

.modalTmbox .success.notification:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #0288d1;
    width: 60px;
    z-index: 1;
}

.modalTmbox .success.warning {
    background: #ff5722;
    position: relative;
}

.modalTmbox .success.warning:before {
    content: '\e002';
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 60px;
    height: 100%;
    font-family: 'Material Icons';
    z-index: 2;
}

.modalTmbox .success.warning:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #e64a19;
    width: 60px;
    z-index: 1;
}

.modalTmbox .success .success_wishlist,
.modalTmbox .success .wishlist_product_name {
    display: inline-block;
    padding-right: 4px;
}

.modalTmbox .success a {
    display: inline-block;
    margin-left: 4px;
    color: rgba(255, 255, 255, 0.6);
}

.modalTmbox .success .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.modalTmbox .success .close:hover {
    opacity: 0.5;
}

.wishlist a,
.compare a {
    cursor: pointer;
    display: inline-block;
}

.wishlist.module-title,
.compare.module-title {
    cursor: default;
    font-size: 14px;
}

.mywishlist .module-title.no-products i,
.compare_box .module-title.no-products i {
    margin-right: 6px;
}

.mywishlist .quantity-box,
.compare_box .quantity-box {
    display: none!important;
}

.table-responsive {
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
    .table-responsive {
        overflow: scroll;
    }
}

.table-responsive .table-bordered {
    border: 1px solid #e5e5e5 !important;
    overflow: hidden;
    border-spacing: 0;
    border-collapse: separate;
}

.table-responsive th.table-title {
    background: #fbfbfb;
    border: none!important;
    border-bottom: 0px solid #e5e5e5 !important;
    position: relative;
    padding: 15px 10px!important;
}

.table-responsive th.table-title strong {
    display: block;
    color: #888888;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.table-responsive tr td:first-child {
    width: 160px;
    background: #fbfbfb;
    font-size: 18px;
    line-height: 20px;
    color: rgba(136, 136, 136, 0.7);
    border-left: none!important;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive tr td:first-child {
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .table-responsive tr td:first-child {
        font-size: 16px;
    }
}

.table-responsive tr td {
    border: none!important;
    border-left: 1px solid #e5e5e5 !important;
    border-top: 1px solid #e5e5e5 !important;
    font-size: 18px;
    line-height: 20px;
    color: rgba(136, 136, 136, 0.95);
    padding: 15px 15px!important;
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive tr td {
        font-size: 16px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .table-responsive tr td {
        font-size: 16px;
    }
}

.table-responsive tr td.none {
    border-left: none;
    background: #fbfbfb;
}

.table-responsive .table-bordered.column4 tr td:first-child {
    width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive .table-bordered.column4 tr td:first-child {
        width: 140px;
    }
}

.table-responsive .table-bordered.column4 tr td {
    width: 20%;
}

.table-responsive .table-bordered.column3 tr td:first-child {
    width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive .table-bordered.column3 tr td:first-child {
        width: 140px;
    }
}

.table-responsive .table-bordered.column3 tr td {
    width: 28%;
}

.table-responsive .table-bordered.column2 tr td:first-child {
    width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive .table-bordered.column2 tr td:first-child {
        width: 140px;
    }
}

.table-responsive .table-bordered.column2 tr td {
    width: 41%;
}

.table-responsive .table-bordered.column1 tr td:first-child {
    width: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive .table-bordered.column1 tr td:first-child {
        width: 140px;
    }
}

.table-responsive .table-bordered.column1 tr td {
    width: 80%;
}

.table-responsive .text-center {
    text-align: center;
}

.table-responsive .text-center .wishlist {
    margin-top: 14px;
}

.table-responsive .product-thumb {
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.table-responsive .product-thumb .compare_del {
    padding-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.table-responsive .product-thumb .compare_del:after {
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
}

.table-responsive .product-thumb .image {
    display: block;
    width: 180px;
    margin: 0 auto;
    clear: left;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .table-responsive .product-thumb .image {
        width: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-responsive .product-thumb .image {
        width: 100px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .table-responsive .product-thumb .image {
        width: 120px;
    }
}

.table-responsive .product-thumb .image img {
    width: 100%;
    height: auto;
}

.table-responsive .product-thumb .product-price {
    padding: 10px 0;
}

.table-responsive .product-thumb .product-price>div {
    float: none;
    display: inline-block;
}

.table-responsive .product-thumb .vm-rating {
    padding-top: 10px;
}

.table-responsive .product-thumb .vm-rating .ratingbox {
    display: inline-block;
}

.table-responsive .product-thumb .name h5 {
    font-size: 16px;
    line-height: 20px;
}

.table-responsive .product-thumb .name h5 a {
    color: #434345;
}

.table-responsive .product-thumb .name h5 a:hover {
    color: #333333;
}

.table-responsive .product-thumb .product_title a:hover {
    color: #333333;
}

.table-responsive .castomfields span.radio {
    margin-right: 4px;
}

.table-responsive .castomfields div.chzn-container-single .chzn-single>span {
    padding-right: 0px;
}

.table-responsive .btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.table-responsive .btn i {
    position: relative;
    top: 2px;
    margin-right: 4px;
    font-size: 20px;
}

.table-responsive .wishlist i {
    position: relative;
    top: 3px;
}

.table-responsive .wishlist .btn:after {
    display: none;
}

#mod_tmboxwishlist .modcompareprod,
#mod_tmboxcompare .modcompareprod,
#mod_tmboxwishlist .modwishlistsprod,
#mod_tmboxcompare .modwishlistsprod {
    overflow: hidden;
    padding-bottom: 20px;
}

#mod_tmboxwishlist .modcompareprod .image.fleft,
#mod_tmboxcompare .modcompareprod .image.fleft,
#mod_tmboxwishlist .modwishlistsprod .image.fleft,
#mod_tmboxcompare .modwishlistsprod .image.fleft {
    float: left;
    width: 70px;
    box-sizing: border-box;
    padding-right: 20px;
}

#mod_tmboxwishlist .modcompareprod .extra-wrap,
#mod_tmboxcompare .modcompareprod .extra-wrap,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap,
#mod_tmboxcompare .modwishlistsprod .extra-wrap {
    overflow: hidden;
}

#mod_tmboxwishlist .modcompareprod .extra-wrap .name a,
#mod_tmboxcompare .modcompareprod .extra-wrap .name a,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .name a,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .name a {
    color: #434345;
}

#mod_tmboxwishlist .modcompareprod .extra-wrap .name a:hover,
#mod_tmboxcompare .modcompareprod .extra-wrap .name a:hover,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .name a:hover,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .name a:hover {
    color: #333333;
}

#mod_tmboxwishlist .modcompareprod .extra-wrap .remcompare a,
#mod_tmboxcompare .modcompareprod .extra-wrap .remcompare a,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remcompare a,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remcompare a,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remwishlists a,
#mod_tmboxcompare .modcompareprod .extra-wrap .remwishlists a,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remwishlists a,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remwishlists a {
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

#mod_tmboxwishlist .modcompareprod .extra-wrap .remcompare a:hover,
#mod_tmboxcompare .modcompareprod .extra-wrap .remcompare a:hover,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remcompare a:hover,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remcompare a:hover,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remwishlists a:hover,
#mod_tmboxcompare .modcompareprod .extra-wrap .remwishlists a:hover,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remwishlists a:hover,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remwishlists a:hover,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remcompare a:focus,
#mod_tmboxcompare .modcompareprod .extra-wrap .remcompare a:focus,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remcompare a:focus,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remcompare a:focus,
#mod_tmboxwishlist .modcompareprod .extra-wrap .remwishlists a:focus,
#mod_tmboxcompare .modcompareprod .extra-wrap .remwishlists a:focus,
#mod_tmboxwishlist .modwishlistsprod .extra-wrap .remwishlists a:focus,
#mod_tmboxcompare .modwishlistsprod .extra-wrap .remwishlists a:focus {
    color: #434345;
}

#mod_tmboxwishlist #btnwishlist,
#mod_tmboxcompare #btnwishlist,
#mod_tmboxwishlist #btncompare,
#mod_tmboxcompare #btncompare {
    padding-top: 0px;
}

.vmCartModule #vm_cart_products {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 260px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 21px #e2e7ec;
    -moz-box-shadow: 0 0 21px #e2e7ec;
    box-shadow: 0 0 21px #e2e7ec;
    padding: 10px;
    z-index: 101;
    background: #fff;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    display: none\0;
    overflow: auto;
    margin: 24px 0 0 0px!important;
}

.vmCartModule #vm_cart_products .vm_cart_products {
    max-height: 270px;
    overflow: auto;
    height: 100%;
}

.vmCartModule #vm_cart_products.empty {
    display: none !important;
}

.vmCartModule #vm_cart_products .cart_title {
    margin-bottom: 23px;
}

.vmCartModule #vm_cart_products .total {
    margin-bottom: 0!important;
}

.vmCartModule #vm_cart_products .image {
    width: 60px;
    background: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    padding: 10px;
    margin: 0 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vmCartModule #vm_cart_products .wrapper {
    overflow: hidden;
}

.vmCartModule .text-cart {
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0px;
}

.vmCartModule .totalBox {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    overflow: hidden;
}

.vmCartModule .totalBox .carttotaltext {
    font-weight: 700;
    font-size: 18px;
    float: left;
}

.vmCartModule .totalBox .total {
    float: right;
    font-weight: bold;
}

.vmCartModule .totalBox .total .totalText {
    display: none;
}

.vmCartModule .show_cart {
    background: #fff;
    padding: 20px;
}

.vmCartModule .spinner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff url(../images/ajaxload.gif) center center no-repeat;
    z-index: -1;
    opacity: 0;
}

.vmCartModule .spinner.removing {
    z-index: 10;
    opacity: 1;
    pointer-events: auto;
}

.vmCartModule .remove {
    font-size: 17.5px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 30px;
}

.vmCartModule .subtotal_with_tax {
    float: right;
    margin-right: 10px;
}

.vmCartModule .vmcontainer {
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.vmCartModule .vmcontainer .product_row {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    overflow: hidden;
}

.vmCartModule .vmcontainer .product_row .product_name {
    display: block;
    line-height: 18px;
    padding-right: 20px;
}

.vmCartModule .vmcontainer+.vmcontainer {
    border-top: 1px solid #e5e5e5;
    padding-top: 23px;
}

.vmCartModule .total_products.empty {
    pointer-events: none;
}

.moduletable.comparelist,
.moduletable.wishlist {
    margin-bottom: 30px;
}

.mywishlist h3 {
    margin-bottom: 30px;
}

#com_virtuemart .list .row.prod {
    margin-left: 0px!important;
}

#com_virtuemart .list div.product {
    width: 100%!important;
    padding-left: 0px;
}

#com_virtuemart .list div.product .vm-product-media-container {
    float: left;
    width: 25%;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #com_virtuemart .list div.product .vm-product-media-container {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #com_virtuemart .list div.product .vm-product-media-container {
        width: 35%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #com_virtuemart .list div.product .vm-product-media-container {
        width: 35%;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #com_virtuemart .list div.product .vm-product-media-container {
        width: 40%;
    }
}

#com_virtuemart .list div.product .vm-product-media-container a {
    display: block;
    padding: 0px;
}

@media (min-width: 320px) and (max-width: 479px) {
    #com_virtuemart .list div.product .vm-product-media-container a {
        padding: 0px;
    }
}

#com_virtuemart .list div.product .vm-product-media-container a img {
    width: 100%;
    height: auto;
}

#com_virtuemart .list div.product .fleft-box {
    position: relative;
    z-index: 1;
    float: left;
    width: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 30px;
    width: 75%;
}

#com_virtuemart .list div.product .fleft-box .product_s_desc.hidden {
    visibility: visible;
    display: block;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #com_virtuemart .list div.product .fleft-box {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #com_virtuemart .list div.product .fleft-box {
        width: 65%;
        padding-left: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    #com_virtuemart .list div.product .fleft-box {
        width: 65%;
        padding-left: 10px;
    }
    #com_virtuemart .list div.product .fleft-box .addtocart-bar .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    #com_virtuemart .list div.product .fleft-box {
        width: 60%;
        padding-left: 10px;
    }
    #com_virtuemart .list div.product .fleft-box .addtocart-bar .btn {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }
    #com_virtuemart .list div.product .fleft-box .addtocart-bar .btn i {
        font-size: 20px;
    }
}

#com_virtuemart .list div.product .product_s_desc {
    display: block;
}

#com_virtuemart.interim {
    opacity: 0;
}

.product-related-products .addtocart-area .quantity-box {
    display: none!important;
}

.page-blog.productdetailsview {
    text-align: left;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area {
    padding-bottom: 10px;
    margin-bottom: -10px !important;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar {
    width: 100%;
    padding-top: 20px;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity_box {
    float: left;
    margin-right: 10px;
    line-height: 48px;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    position: relative;
    top: -2px;
}

@media (min-width: 320px) and (max-width: 479px) {
    #com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box {
        margin-bottom: 10px;
    }
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box input {
    height: 48px;
    line-height: 46px;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box span.quantity-controls {
    line-height: 46px!important;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .quantity-box span.quantity-controls i {
    font-size: 18px!important;
    width: 38px!important;
    line-height: 46px!important;
}

#com_virtuemart .productdetails-view .vm-product-details-content .addtocart-area .addtocart-bar .addtocart-button {
    float: left;
}

#com_virtuemart .productdetails-view .vm-product-details-content .recommend_link {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
}

#com_virtuemart .productdetails-view .back-to-category {
    margin-bottom: 30px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #com_virtuemart .productdetails-view .product_tabs:before {
        display: none;
    }
}

#com_virtuemart .productdetails-view .product_tabs .tab-content .tab-pane {
    padding: 0px;
    margin: 0px;
    border: none;
    text-align: left;
}

#com_virtuemart .productdetails-view .product_tabs .tab-content .tab-pane .ratintbox i {
    font-size: 15px;
}

#com_virtuemart .productdetails-view .product_tabs .tab-content .tab-pane #comment {
    width: 100%;
    margin-top: 10px;
}

#com_virtuemart .productdetails-view .product_tabs .tab-content .tab-pane .chars-count {
    float: right;
}

@media (min-width: 320px) and (max-width: 767px) {
    #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical {
        width: 100%;
        float: none;
    }
    #com_virtuemart .productdetails-view .product_tabs .nav-tabs-vertical li {
        display: block;
    }
}

#com_virtuemart .productdetails-view .btn-box {
    padding-top: 20px;
}

#com_virtuemart .productdetails-view .btn-box>div {
    float: left;
    margin-right: 15px;
}

#com_virtuemart .productdetails-view .btn-box>div .btn:after {
    display: none;
}

@media (min-width: 320px) and (max-width: 767px) {
    #com_virtuemart .addtocart-area .btn {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }
    #com_virtuemart .addtocart-area .btn i {
        font-size: 20px;
    }
}

#com_virtuemart .addtocart-area .btn i,
#com_virtuemart .addtocart-area .btn span {
    pointer-events: none;
}

#com_virtuemart .product-neighbours {
    overflow: hidden;
    margin-bottom: 30px;
}

#com_virtuemart .product-neighbours .previous-page {
    float: left;
    width: auto;
    display: inline-block;
    font-size: 16px;
}

#com_virtuemart .product-neighbours .previous-page i {
    font-size: 11px;
    margin-right: 10px;
}

#com_virtuemart .product-neighbours .next-page {
    float: right;
    width: auto;
    text-align: right;
    font-size: 16px;
    display: inline-block;
}

#com_virtuemart .product-neighbours .next-page i {
    font-size: 11px;
    margin-left: 10px;
}

.fancybox-wrap.custom-class {
    width: 300px!important;
    height: auto!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%!important;
    top: 50%!important;
}

@media (min-width: 320px) and (max-width: 479px) {
    .fancybox-wrap.custom-class {
        width: 260px!important;
    }
}

html.fancybox-lock body {
    overflow: hidden!important;
}

#fancybox-wrap #fancybox-close {
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    right: 15px;
    left: auto;
    top: 10px;
}

#fancybox-wrap #fancybox-close:before {
    content: '\f057';
    font-size: 25px;
    line-height: 1em;
    font-family: FontAwesome;
}

div.custom-class div.fancybox-skin {
    white-space: normal;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    z-index: 65559;
    text-align: left;
    max-height: 100%;
    overflow: hidden!important;
    width: auto!important;
    height: auto!important;
    font-weight: 300;
    background: #fff;
    padding: 20px!important;
    padding-right: 10px!important;
    width: 100%!important;
    box-sizing: border-box;
}

div.custom-class div.fancybox-skin>.fancybox-close {
    padding: 0;
    width: auto;
    height: auto;
    right: 2px;
    left: auto;
    top: -8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 21px!important;
    color: #777;
}

div.custom-class div.fancybox-skin>.fancybox-close:before {
    content: '\f057';
    font-size: 21px!important;
    line-height: 1em;
    font-family: FontAwesome;
}

div.custom-class div.fancybox-skin>.fancybox-close:hover {
    color: #000;
}

div.custom-class div.fancybox-skin div.fancybox-outer {
    padding: 0;
    height: auto!important;
    overflow: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

div.custom-class div.fancybox-skin div.fancybox-outer .fancybox-iframe {
    display: block;
    height: 100%;
    overflow: hidden !important;
    width: 100%;
}

div.custom-class div.fancybox-skin .fancybox-inner {
    padding: 0px;
    display: block;
    height: 460px!important;
    overflow: auto!important;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 320px) and (max-width: 479px) {
    div.custom-class div.fancybox-skin .fancybox-inner {
        height: 400px!important;
    }
}

body.contentpane.modal .ask-a-question-view {
    padding: 0;
    width: 100%;
}

#reg_text {
    padding-bottom: 10px;
}

.opg-text-primary {
    color: #888888 !important;
}

.opg-text-primary+.quantity+.opg-text-primary {
    color: #5fa736 !important;
}

#allproducts .product {
    margin-bottom: 30px;
    margin-top: 0px;
    border: none;
}

#allproducts .product .opg-margin-right {
    margin-right: 0px!important;
}

#allproducts .product .opg-grid>div img {
    text-decoration: none;
    display: block;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 10px;
    box-sizing: border-box;
}

#allproducts .product .opg-grid hr {
    display: none;
}

@media (min-width: 320px) and (max-width: 991px) {
    #allproducts .product .top-row .quantity {
        width: 100%;
    }
    #allproducts .product .top-row .quantity .quantity-input {
        margin-right: 4px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    #allproducts .product .top-row .quantity+.opg-text-primary {
        width: 100%;
    }
}

#allproducts .product .top-row .opg-link {
    color: #888888;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

@media (min-width: 320px) and (max-width: 991px) {
    #allproducts .product .top-row .opg-link {
        margin-top: 10px;
        display: inline-block;
    }
}

#allproducts .product .top-row .opg-link:hover {
    color: #5fa736;
}

#allproducts .product .bottom-row div+div {
    font-size: 14px;
}

#allproducts .product .bottom-row div+div+div {
    font-size: 14px;
}

#allproducts .product .bottom-row #removeproduct {
    color: #888888;
    font-size: 0px;
    display: inline-block;
}

#allproducts .product .bottom-row #removeproduct:hover {
    color: #5fa736;
}

#allproducts .product .bottom-row #removeproduct:hover:after {
    color: #5fa736;
}

#allproducts .product .bottom-row #removeproduct:after {
    content: '\f1f8';
    font-family: FontAwesome;
    pointer-events: none;
    color: #888888;
    position: relative;
    top: 3px;
    font-size: 24px;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#allproducts hr.opg-margin-remove {
    border-color: #e5e5e5 !important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    display: block!important;
}

#allproducts .quantity .quantity-input {
    float: left;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    border: 1px solid #e5e5e5 !important;
    margin-bottom: 4px!important;
    width: 64px!important;
}

#allproducts .quantity .btn {
    padding: 3px!important;
    font-size: 12px;
    margin: 0 4px 4px 0;
    min-width: 30px;
    height: 30px;
    line-height: 26px;
    box-sizing: border-box;
    background: none;
    color: #5fa736;
}

#allproducts .quantity .btn:after {
    display: none;
}

#allproducts .quantity .btn:hover {
    color: #333333;
}

#allproducts .quantity #refreshbutton {
    margin: 0 4px 4px 0!important;
    border: none;
    background: none;
}

#allproducts .quantity #refreshbutton:hover {
    color: #333333;
}

#payments {
    display: none;
}

.opg-grid {
    margin-top: 0px;
    margin-left: -30px;
}

.opg-grid>* {
    padding-left: 30px;
}

.opg-panel-box {
    padding: 30px;
    text-align: left!important;
    margin-bottom: 30px;
}

.opg-panel-box .details-button {
    position: relative;
    top: -2px;
    margin: 0px;
}

.opg-panel-box .details-button:hover .btn {
    color: #777;
}

.opg-panel-box .opg-button.btn {
    min-height: inherit;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

#cart-contents #bill_totalfulldiv>.totalText {
    width: 75%;
    font-weight: bold;
    box-sizing: border-box;
    float: left;
}

#cart-contents #bill_totalfulldiv .totalprice {
    width: 25%;
    font-weight: bold;
    box-sizing: border-box;
    float: left;
}

#shipment_select hr,
#payment_select hr {
    margin: 0px!important;
    border-color: #e5e5e5 !important;
}

#shipment_select label>input,
#payment_select label>input {
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}

#shipment_select .liselcted .radio_inner,
#payment_select .liselcted .radio_inner {
    cursor: default;
}

#shipment_select .radio_inner,
#payment_select .radio_inner {
    cursor: pointer;
}

#shipment_select .radio,
#payment_select .radio {
    float: left;
    margin-right: 4px;
    margin-top: 12px;
    cursor: pointer;
}

#shipment_select .radio+label,
#payment_select .radio+label {
    display: inline-block;
    float: left;
    width: 90%;
    vertical-align: top;
    line-height: 20px;
}

#shipment_select .vmshipment,
#payment_select .vmshipment,
#shipment_select .vmpayment,
#payment_select .vmpayment {
    display: inline-block;
    float: left;
    width: 90%;
    vertical-align: top;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#shipment_select .vmshipment br,
#payment_select .vmshipment br,
#shipment_select .vmpayment br,
#payment_select .vmpayment br {
    display: none;
}

#shipment_select .vmshipment .vmpayment_description,
#payment_select .vmshipment .vmpayment_description,
#shipment_select .vmpayment .vmpayment_description,
#payment_select .vmpayment .vmpayment_description,
#shipment_select .vmshipment .vmshipment_description,
#payment_select .vmshipment .vmshipment_description,
#shipment_select .vmpayment .vmshipment_description,
#payment_select .vmpayment .vmshipment_description,
#shipment_select .vmshipment .vmpayment_cost,
#payment_select .vmshipment .vmpayment_cost,
#shipment_select .vmpayment .vmpayment_cost,
#payment_select .vmpayment .vmpayment_cost,
#shipment_select .vmshipment .vmshipment_cost,
#payment_select .vmshipment .vmshipment_cost,
#shipment_select .vmpayment .vmshipment_cost,
#payment_select .vmpayment .vmshipment_cost {
    display: block;
    padding-top: 10px;
    font-size: 14px;
}

.opg-text.margin-top {
    margin-top: 30px;
}

#otherpay_buttons #loginbtns a {
    padding: 0px;
    background: none;
    border: none;
    display: inline-block;
    width: auto;
    min-height: inherit;
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin-right: 30px;
    cursor: pointer;
    letter-spacing: 0px;
    background: none!important;
}

#otherpay_buttons #loginbtns a.opg-active {
    cursor: default;
    color: #434345;
    background: none;
}

#otherpay_buttons hr {
    margin: 20px 0!important;
    border-color: #e5e5e5 !important;
}

#logindiv>strong {
    display: block;
    margin-bottom: 10px;
}

#logindiv #com-form-login-username,
#logindiv #com-form-login-password {
    overflow: hidden;
}

#logindiv #com-form-login-username .opg-button,
#logindiv #com-form-login-password .opg-button {
    height: 48px;
    width: 50px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    position: relative;
    left: -24px;
    -webkit-border-radius: 0 24px 24px 0;
    -moz-border-radius: 0 24px 24px 0;
    border-radius: 0 24px 24px 0;
}

#old_payments h4 {
    font-size: 17px;
    margin: 10px;
}

#old_payments #guestchekcout.opg-button,
#old_payments #regcheckout.opg-button {
    display: inline-block;
    width: auto;
    padding: 4px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    cursor: pointer;
    margin-right: 10px;
    border: none!important;
}

#old_payments #guestchekcout.opg-button.opg-active,
#old_payments #regcheckout.opg-button.opg-active {
    cursor: default!important;
    color: #434345;
    padding: 4px 20px;
    background: #fff;
}

#old_payments #guestchekcout.opg-button:hover,
#old_payments #regcheckout.opg-button:hover {
    cursor: pointer;
    color: #434345;
    padding: 4px 20px;
    background: #fff;
}

#old_payments .fa-check:before {
    content: "";
}

#old_payments .opg-icon-check:before {
    content: "\f00c";
}

#div_shipto .shipto_fields_div {
    margin: 20px 0!important;
}

#commentbutton,
#shiptobutton,
#billtobutton {
    display: inline-block;
    width: auto;
    padding: 4px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #9b9b9b;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    cursor: pointer;
    margin-right: 10px;
    background: #fff;
    border: #e5e5e5;
}

#commentbutton:hover,
#shiptobutton:hover,
#billtobutton:hover {
    cursor: pointer;
    padding: 4px 20px;
    background: #fff;
    color: #434345;
    border: #5fa736;
}

#shiptobutton.btn,
#billtobutton.btn {
    color: #fff;
    border: #5fa736;
    background: #5fa736;
}

#regtitle {
    margin-bottom: 20px;
    display: block;
}

.checkout-button-top {
    text-align: left!important;
}

.checkout-button-top span.checkbox label.checkbox_inner {
    background: #333;
}

.checkout-button-top>section {
    float: left;
    margin-right: 10px;
}

.checkout-button-top>section .squaredTwo span.checkbox {
    background: none;
    border: none;
}

.checkout-button-top>section .squaredTwo .checkbox+label {
    display: none;
}

.checkout-button-top>section .squaredTwo label {
    top: -3px;
    left: 3px;
}

.checkout-button-top>section .squaredTwo label:after {
    left: 5px;
    top: 4px;
}

.checkout-button-top>section .squaredTwo label:before {
    display: none;
}

.checkout-button-top .opg-link {
    margin-top: 26px;
    font-size: 14px;
    text-align: left!important;
    display: inline-block;
    overflow: hidden;
    width: 90%;
    float: left;
}

.checkout-button-top #bottom_total {
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: left!important;
    padding-bottom: 0px;
}

.checkout-button-top .opg-button.btn {
    display: inline-block;
    width: auto;
    background: none;
    min-height: inherit;
    margin-left: 0px!important;
    padding: 0px;
}

#shiptopopup br,
#billtopopup br,
#commentpopup br {
    display: none;
}

#shiptopopup .opg-modal-dialog,
#billtopopup .opg-modal-dialog,
#commentpopup .opg-modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
}

#lodingdiv {
    overflow: visible!important;
}

#billto_inputdiv>.checkbox {
    display: none;
}

#full-tos {
    overflow: visible!important;
}

.opg-modal-dialog {
    margin: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    position: absolute;
}

#shiptopopup .opg-modal-dialog {
    background: #fff;
    max-width: 570px;
    width: 100%;
    box-sizing: border-box;
    height: 500px;
    max-height: inherit;
    margin: 0px;
    overflow: hidden;
}

#shiptopopup .opg-close {
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: auto;
}

#shiptopopup .modal-dialog-box {
    overflow: auto;
    height: 100%;
    padding-right: 2px;
    background: #fff;
}

#shiptopopup .opg-modal-footer {
    overflow: hidden;
}

#shiptopopup .opg-modal-footer .opg-button.btn {
    min-height: inherit;
}

.opg-panel-box {
    background: #f6f8fa;
}

.opg-panel-box span.radio label.radio_inner {
    background: #fff;
}

.opg-panel-box #shipmentdiv ul,
.opg-panel-box #paymentdiv ul {
    margin-left: 0px;
}

.view-cart.modal-open {
    overflow: visible!important;
    margin-right: 0px!important;
    padding-right: 0px!important;
}

body.view-cart,
html.opg-modal-page {
    overflow: visible!important;
    margin-right: 0px!important;
    padding-right: 0px!important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .header_content {
        position: relative;
        z-index: 1;
    }
}

body.option-com_virtuemart #wrapper {
    padding-bottom: 0px!important;
}

body.option-com_virtuemart #footer-wrapper {
    margin-top: 0px!important;
}

body.option-com_virtuemart #aside-left img,
body.option-com_virtuemart .prod-box img,
body.option-com_virtuemart .category img {
    width: 100%;
    height: auto;
    max-width: inherit;
}

div.chzn-container-single .chzn-single div::before {
    left: -5px;
}

div.chzn-container-single .chzn-single>span {
    padding-right: 20px!important;
}

#content-bottom .moduletable.site_map header {
    text-align: left;
}

#copyright .separator {
    display: none;
}

.icemegamenu>ul>li>a.iceMenuTitle>span.icemega_nosubtitle {
    cursor: pointer;
}

.mod-login_submit {
    width: 100%;
}

.mod-login_submit .btn {
    float: left;
}

.table-responsive .product-thumb .name h5 a {
    color: #333;
}

.table-responsive .product-thumb .name h5 a:hover {
    color: #999;
}

#shiptopopup .opg-close {
    top: 0px;
    right: 0px;
}

#shipto_fields_div input,
#shipto_fields_div textarea {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 979px) {
    #wrapper h2.item-title {
        font-size: 32px!important;
    }
}

@media (min-width: 479px) and (max-width: 767px) {
    #wrapper h2.item-title {
        font-size: 28px!important;
        margin-bottom: 20px;
    }
}

#wrapper .caroufredsel_prev {
    left: 0px;
    background: none!important;
}

#wrapper .caroufredsel_prev:focus {
    background: none!important;
}

#wrapper .caroufredsel_next {
    right: 0px;
    background: none!important;
}

#wrapper .caroufredsel_next:focus,
#wrapper .caroufredsel_next:active {
    background: none!important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .features_2_landing .item_content h4.item_title {
        font-size: 20px!important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .features_2_landing .item_content h4.item_title {
        font-size: 20px!important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .mod-newsflash-adv.mod-newsflash-adv__counters .flatfa,
    .mod-newsflash-adv.counters .flatfa {
        width: 60px;
        line-height: 60px;
        font-size: 40px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .mod-newsflash-adv.mod-newsflash-adv__counters .item__module,
    .mod-newsflash-adv.counters .item__module {
        width: 49.5%!important;
        display: inline-block;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    div#fixed-sidebar-right .moduletable.login {
        top: 60px!important;
    }
}

.rd-mobilemenu_submenu ul>li.current>a {
    color: #000;
}

@media (min-width: 320px) and (max-width: 767px) {
    #footer {
        text-align: center;
    }
    #footer .mod-custom__footer_contacts p::before {
        position: relative;
    }
    #footer .mod-custom__footer_contacts p {
        padding-left: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .sequence-slider>.sequence-canvas li>.info {
        left: 0px!important;
    }
}

#sorting {
    position: relative;
    z-index: 111;
    background: #fff;
}

#isotopeContainer {
    margin-top: 30px;
}

#isotopeContainer .gallery-item {
    opacity: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
    .item__module,
    .item {
        opacity: 1 !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -o-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
}

.sorting ul#sort li a+a {
    display: none;
}

#isotopeContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.mix,
.gap {
    display: inline-flex;
    vertical-align: top;
}


/* Grid Breakpoints
---------------------------------------------------------------------- */


/* 2 Columns */

.mix,
.gap {
    width: calc(49.5%);
}


/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(32.66666667%);
    }
}


/* 4 Columns */

@media screen and (min-width: 961px) {
    .mix,
    .gap {
        width: calc(32.58333333%);
    }
}

.block {
    display: block !important;
}

.none {
    display: none !important;
}

.checkout-button-top #bottom_total {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px;
}

.checkout-button-top .opg-button {
    margin-left: 0px;
}

.contact_details h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.quantity-controls .fa {
    cursor: pointer;
}