@charset "UTF-8";
/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
/*!
 *  Font Awesome 4.5.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/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../../fonts/FontAwesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../../fonts/FontAwesome/fontawesome-webfont.svg?v=4.5.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;
}
/* 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;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-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-y-combinator-square:before,
.fa-yc-square:before,
.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-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-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-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-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../fonts/icomoon/icomoon.eot?-b1fdqe');
  src: url('../../../fonts/icomoon/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../fonts/icomoon/icomoon.woff?-b1fdqe') format('woff'), url('../../../fonts/icomoon/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../fonts/icomoon/icomoon.svg?-b1fdqe#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.icon-phone2:before {
  content: "\e7c3";
}
.icon-mobile3:before {
  content: "\e7c4";
}
.icon-mouse:before {
  content: "\e7c5";
}
.icon-directions:before {
  content: "\e7c6";
}
.icon-mail5:before {
  content: "\e7c7";
}
.icon-paperplane:before {
  content: "\e7c8";
}
.icon-pencil3:before {
  content: "\e7c9";
}
.icon-feather:before {
  content: "\e7ca";
}
.icon-paperclip:before {
  content: "\e7cb";
}
.icon-drawer4:before {
  content: "\e7cc";
}
.icon-reply2:before {
  content: "\e7cd";
}
.icon-reply-all:before {
  content: "\e7ce";
}
.icon-forward4:before {
  content: "\e7cf";
}
.icon-user5:before {
  content: "\e7d0";
}
.icon-users3:before {
  content: "\e7d1";
}
.icon-user-add:before {
  content: "\e7d2";
}
.icon-vcard:before {
  content: "\e7d3";
}
.icon-export:before {
  content: "\e7d4";
}
.icon-location3:before {
  content: "\e7d5";
}
.icon-map3:before {
  content: "\e7d6";
}
.icon-compass2:before {
  content: "\e7d7";
}
.icon-location4:before {
  content: "\e7d8";
}
.icon-target2:before {
  content: "\e7d9";
}
.icon-share2:before {
  content: "\e7da";
}
.icon-sharable:before {
  content: "\e7db";
}
.icon-heart3:before {
  content: "\e7dc";
}
.icon-heart4:before {
  content: "\e7dd";
}
.icon-star4:before {
  content: "\e7de";
}
.icon-star5:before {
  content: "\e7df";
}
.icon-thumbsup:before {
  content: "\e7e0";
}
.icon-thumbsdown:before {
  content: "\e7e1";
}
.icon-chat:before {
  content: "\e7e2";
}
.icon-comment:before {
  content: "\e7e3";
}
.icon-quote:before {
  content: "\e7e4";
}
.icon-house:before {
  content: "\e7e5";
}
.icon-popup:before {
  content: "\e7e6";
}
.icon-search2:before {
  content: "\e7e7";
}
.icon-flashlight:before {
  content: "\e7e8";
}
.icon-printer:before {
  content: "\e7e9";
}
.icon-bell2:before {
  content: "\e7ea";
}
.icon-link2:before {
  content: "\e7eb";
}
.icon-flag2:before {
  content: "\e7ec";
}
.icon-cog3:before {
  content: "\e7ed";
}
.icon-tools:before {
  content: "\e7ee";
}
.icon-trophy2:before {
  content: "\e7ef";
}
.icon-tag2:before {
  content: "\e7f0";
}
.icon-camera3:before {
  content: "\e7f1";
}
.icon-megaphone:before {
  content: "\e7f2";
}
.icon-moon:before {
  content: "\e7f3";
}
.icon-palette:before {
  content: "\e7f4";
}
.icon-leaf2:before {
  content: "\e7f5";
}
.icon-music2:before {
  content: "\e7f6";
}
.icon-music3:before {
  content: "\e7f7";
}
.icon-new:before {
  content: "\e7f8";
}
.icon-graduation:before {
  content: "\e7f9";
}
.icon-book2:before {
  content: "\e7fa";
}
.icon-newspaper2:before {
  content: "\e7fb";
}
.icon-bag:before {
  content: "\e7fc";
}
.icon-airplane2:before {
  content: "\e7fd";
}
.icon-lifebuoy:before {
  content: "\e7fe";
}
.icon-eye3:before {
  content: "\e7ff";
}
.icon-clock3:before {
  content: "\e800";
}
.icon-microphone:before {
  content: "\e801";
}
.icon-calendar3:before {
  content: "\e802";
}
.icon-bolt:before {
  content: "\e803";
}
.icon-thunder:before {
  content: "\e804";
}
.icon-droplet2:before {
  content: "\e805";
}
.icon-cd:before {
  content: "\e806";
}
.icon-briefcase2:before {
  content: "\e807";
}
.icon-air:before {
  content: "\e808";
}
.icon-hourglass:before {
  content: "\e809";
}
.icon-gauge:before {
  content: "\e80a";
}
.icon-language:before {
  content: "\e80b";
}
.icon-network:before {
  content: "\e80c";
}
.icon-key3:before {
  content: "\e80d";
}
.icon-battery:before {
  content: "\e80e";
}
.icon-bucket:before {
  content: "\e80f";
}
.icon-magnet2:before {
  content: "\e810";
}
.icon-drive:before {
  content: "\e811";
}
.icon-cup:before {
  content: "\e812";
}
.icon-rocket2:before {
  content: "\e813";
}
.icon-brush:before {
  content: "\e814";
}
.icon-suitcase:before {
  content: "\e815";
}
.icon-cone:before {
  content: "\e816";
}
.icon-earth2:before {
  content: "\e817";
}
.icon-keyboard2:before {
  content: "\e818";
}
.icon-browser:before {
  content: "\e819";
}
.icon-publish:before {
  content: "\e81a";
}
.icon-progress-3:before {
  content: "\e81b";
}
.icon-progress-2:before {
  content: "\e81c";
}
.icon-brogress-1:before {
  content: "\e81d";
}
.icon-progress-0:before {
  content: "\e81e";
}
.icon-sun:before {
  content: "\e81f";
}
.icon-sun2:before {
  content: "\e820";
}
.icon-adjust:before {
  content: "\e821";
}
.icon-code2:before {
  content: "\e822";
}
.icon-screen2:before {
  content: "\e823";
}
.icon-infinity:before {
  content: "\e824";
}
.icon-light-bulb:before {
  content: "\e825";
}
.icon-creditcard:before {
  content: "\e826";
}
.icon-database:before {
  content: "\e827";
}
.icon-voicemail:before {
  content: "\e828";
}
.icon-clipboard:before {
  content: "\e829";
}
.icon-cart4:before {
  content: "\e82a";
}
.icon-box:before {
  content: "\e82b";
}
.icon-ticket2:before {
  content: "\e82c";
}
.icon-rss:before {
  content: "\e82d";
}
.icon-signal:before {
  content: "\e82e";
}
.icon-thermometer:before {
  content: "\e82f";
}
.icon-droplets:before {
  content: "\e830";
}
.icon-uniE831:before {
  content: "\e831";
}
.icon-statistics:before {
  content: "\e832";
}
.icon-pie2:before {
  content: "\e833";
}
.icon-bars3:before {
  content: "\e834";
}
.icon-graph:before {
  content: "\e835";
}
.icon-lock3:before {
  content: "\e836";
}
.icon-lock-open:before {
  content: "\e837";
}
.icon-logout:before {
  content: "\e838";
}
.icon-login:before {
  content: "\e839";
}
.icon-checkmark3:before {
  content: "\e83a";
}
.icon-cross:before {
  content: "\e83b";
}
.icon-minus2:before {
  content: "\e83c";
}
.icon-plus2:before {
  content: "\e83d";
}
.icon-cross2:before {
  content: "\e83e";
}
.icon-minus3:before {
  content: "\e83f";
}
.icon-plus3:before {
  content: "\e840";
}
.icon-cross3:before {
  content: "\e841";
}
.icon-minus4:before {
  content: "\e842";
}
.icon-plus4:before {
  content: "\e843";
}
.icon-erase:before {
  content: "\e844";
}
.icon-blocked2:before {
  content: "\e845";
}
.icon-info3:before {
  content: "\e846";
}
.icon-info4:before {
  content: "\e847";
}
.icon-question2:before {
  content: "\e848";
}
.icon-help:before {
  content: "\e849";
}
.icon-warning2:before {
  content: "\e84a";
}
.icon-cycle:before {
  content: "\e84b";
}
.icon-cw:before {
  content: "\e84c";
}
.icon-ccw:before {
  content: "\e84d";
}
.icon-shuffle2:before {
  content: "\e84e";
}
.icon-arrow:before {
  content: "\e84f";
}
.icon-arrow2:before {
  content: "\e850";
}
.icon-retweet:before {
  content: "\e851";
}
.icon-loop4:before {
  content: "\e852";
}
.icon-history2:before {
  content: "\e853";
}
.icon-back:before {
  content: "\e854";
}
.icon-switch2:before {
  content: "\e855";
}
.icon-list3:before {
  content: "\e856";
}
.icon-add-to-list:before {
  content: "\e857";
}
.icon-layout:before {
  content: "\e858";
}
.icon-list4:before {
  content: "\e859";
}
.icon-text:before {
  content: "\e85a";
}
.icon-text2:before {
  content: "\e85b";
}
.icon-document:before {
  content: "\e85c";
}
.icon-docs:before {
  content: "\e85d";
}
.icon-landscape:before {
  content: "\e85e";
}
.icon-pictures:before {
  content: "\e85f";
}
.icon-video:before {
  content: "\e860";
}
.icon-music4:before {
  content: "\e861";
}
.icon-folder2:before {
  content: "\e862";
}
.icon-archive:before {
  content: "\e863";
}
.icon-trash:before {
  content: "\e864";
}
.icon-upload4:before {
  content: "\e865";
}
.icon-download4:before {
  content: "\e866";
}
.icon-disk2:before {
  content: "\e867";
}
.icon-install:before {
  content: "\e868";
}
.icon-cloud2:before {
  content: "\e869";
}
.icon-upload5:before {
  content: "\e86a";
}
.icon-bookmark2:before {
  content: "\e86b";
}
.icon-bookmarks2:before {
  content: "\e86c";
}
.icon-book3:before {
  content: "\e86d";
}
.icon-play4:before {
  content: "\e86e";
}
.icon-pause3:before {
  content: "\e86f";
}
.icon-record:before {
  content: "\e870";
}
.icon-stop3:before {
  content: "\e871";
}
.icon-next2:before {
  content: "\e872";
}
.icon-previous2:before {
  content: "\e873";
}
.icon-first2:before {
  content: "\e874";
}
.icon-last2:before {
  content: "\e875";
}
.icon-resize-enlarge:before {
  content: "\e876";
}
.icon-resize-shrink:before {
  content: "\e877";
}
.icon-volume:before {
  content: "\e878";
}
.icon-sound:before {
  content: "\e879";
}
.icon-mute:before {
  content: "\e87a";
}
.icon-flow-cascade:before {
  content: "\e87b";
}
.icon-flow-branch:before {
  content: "\e87c";
}
.icon-flow-tree:before {
  content: "\e87d";
}
.icon-flow-line:before {
  content: "\e87e";
}
.icon-flow-parallel:before {
  content: "\e87f";
}
.icon-arrow-left4:before {
  content: "\e880";
}
.icon-arrow-down4:before {
  content: "\e881";
}
.icon-arrow-up-upload:before {
  content: "\e882";
}
.icon-arrow-right4:before {
  content: "\e883";
}
.icon-arrow-left5:before {
  content: "\e884";
}
.icon-arrow-down5:before {
  content: "\e885";
}
.icon-arrow-up4:before {
  content: "\e886";
}
.icon-arrow-right5:before {
  content: "\e887";
}
.icon-arrow-left6:before {
  content: "\e888";
}
.icon-arrow-down6:before {
  content: "\e889";
}
.icon-arrow-up5:before {
  content: "\e88a";
}
.icon-arrow-right6:before {
  content: "\e88b";
}
.icon-arrow-left7:before {
  content: "\e88c";
}
.icon-arrow-down7:before {
  content: "\e88d";
}
.icon-arrow-up6:before {
  content: "\e88e";
}
.icon-arrow-right7:before {
  content: "\e88f";
}
.icon-arrow-left8:before {
  content: "\e890";
}
.icon-arrow-down8:before {
  content: "\e891";
}
.icon-arrow-up7:before {
  content: "\e892";
}
.icon-arrow-right8:before {
  content: "\e893";
}
.icon-arrow-left9:before {
  content: "\e894";
}
.icon-arrow-down9:before {
  content: "\e895";
}
.icon-arrow-up8:before {
  content: "\e896";
}
.icon-arrow-right9:before {
  content: "\e897";
}
.icon-arrow-left10:before {
  content: "\e898";
}
.icon-arrow-down10:before {
  content: "\e899";
}
.icon-arrow-up9:before {
  content: "\e89a";
}
.icon-uniE89B:before {
  content: "\e89b";
}
.icon-arrow-left11:before {
  content: "\e89c";
}
.icon-arrow-down11:before {
  content: "\e89d";
}
.icon-arrow-up10:before {
  content: "\e89e";
}
.icon-arrow-right10:before {
  content: "\e89f";
}
.icon-menu3:before {
  content: "\e8a0";
}
.icon-ellipsis:before {
  content: "\e8a1";
}
.icon-dots:before {
  content: "\e8a2";
}
.icon-dot:before {
  content: "\e8a3";
}
.icon-cc:before {
  content: "\e8a4";
}
.icon-cc-by:before {
  content: "\e8a5";
}
.icon-cc-nc:before {
  content: "\e8a6";
}
.icon-cc-nc-eu:before {
  content: "\e8a7";
}
.icon-cc-nc-jp:before {
  content: "\e8a8";
}
.icon-cc-sa:before {
  content: "\e8a9";
}
.icon-cc-nd:before {
  content: "\e8aa";
}
.icon-cc-pd:before {
  content: "\e8ab";
}
.icon-cc-zero:before {
  content: "\e8ac";
}
.icon-cc-share:before {
  content: "\e8ad";
}
.icon-cc-share2:before {
  content: "\e8ae";
}
.icon-danielbruce:before {
  content: "\e8af";
}
.icon-danielbruce2:before {
  content: "\e8b0";
}
.icon-github6:before {
  content: "\e8b1";
}
.icon-github7:before {
  content: "\e8b2";
}
.icon-flickr5:before {
  content: "\e8b3";
}
.icon-flickr6:before {
  content: "\e8b4";
}
.icon-vimeo4:before {
  content: "\e8b5";
}
.icon-vimeo5:before {
  content: "\e8b6";
}
.icon-twitter4:before {
  content: "\e8b7";
}
.icon-twitter5:before {
  content: "\e8b8";
}
.icon-facebook4:before {
  content: "\e8b9";
}
.icon-facebook5:before {
  content: "\e8ba";
}
.icon-facebook6:before {
  content: "\e8bb";
}
.icon-googleplus5:before {
  content: "\e8bc";
}
.icon-googleplus6:before {
  content: "\e8bd";
}
.icon-pinterest3:before {
  content: "\e8be";
}
.icon-pinterest4:before {
  content: "\e8bf";
}
.icon-tumblr3:before {
  content: "\e8c0";
}
.icon-tumblr4:before {
  content: "\e8c1";
}
.icon-linkedin2:before {
  content: "\e8c2";
}
.icon-linkedin3:before {
  content: "\e8c3";
}
.icon-dribbble4:before {
  content: "\e8c4";
}
.icon-dribbble5:before {
  content: "\e8c5";
}
.icon-stumbleupon3:before {
  content: "\e8c6";
}
.icon-stumbleupon4:before {
  content: "\e8c7";
}
.icon-lastfm3:before {
  content: "\e8c8";
}
.icon-lastfm4:before {
  content: "\e8c9";
}
.icon-rdio:before {
  content: "\e8ca";
}
.icon-rdio2:before {
  content: "\e8cb";
}
.icon-spotify:before {
  content: "\e8cc";
}
.icon-spotify2:before {
  content: "\e8cd";
}
.icon-qq:before {
  content: "\e8ce";
}
.icon-instagram2:before {
  content: "\e8cf";
}
.icon-dropbox:before {
  content: "\e8d0";
}
.icon-evernote:before {
  content: "\e8d1";
}
.icon-flattr2:before {
  content: "\e8d2";
}
.icon-skype2:before {
  content: "\e8d3";
}
.icon-skype3:before {
  content: "\e8d4";
}
.icon-renren:before {
  content: "\e8d5";
}
.icon-sina-weibo:before {
  content: "\e8d6";
}
.icon-paypal4:before {
  content: "\e8d7";
}
.icon-picasa:before {
  content: "\e8d8";
}
.icon-soundcloud3:before {
  content: "\e8d9";
}
.icon-mixi:before {
  content: "\e8da";
}
.icon-behance:before {
  content: "\e8db";
}
.icon-circles:before {
  content: "\e8dc";
}
.icon-vk:before {
  content: "\e8dd";
}
.icon-smashing:before {
  content: "\e8de";
}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
body {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow-x: hidden;
}
p {
  font-weight: 300;
}
a,
a:focus,
a:hover {
  color: #f2ce3e;
  cursor: pointer;
  outline: none;
}
.gl-color {
  color: #f2ce3e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #C00;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #FC0;
}
h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
}
h5 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
h6 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
table {
  text-align: center;
}
table.table > thead > tr > th {
  text-align: center;
  font-weight: 400;
}
table th {
  text-align: center;
}
table.table-bordered.table > thead > tr > td,
table.table-bordered.table > thead > tr > th {
  border-bottom-width: 0;
  line-height: 33px;
}
table.table > tbody > tr > td,
table .table > tbody > tr > th,
table.table > tfoot > tr > td,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > thead > tr > th {
  line-height: 24px;
}
table.table.bg-head {
  border-top: 0;
}
table.table.bg-head > thead {
  background: #f2ce3e;
  color: #252525;
}
table.table.bg-head > thead > tr > th,
table.table.bg-head > thead tr > th {
  border-bottom: none;
}
table.bg-head-dark {
  border-top: 0;
}
table.bg-head-dark > thead {
  background: #252525;
  color: #f2ce3e;
}
table.bg-head-dark > thead > tr > th,
table.bg-head-dark > thead tr > th {
  border-bottom: none;
}
table.table > tbody > tr > td,
table.table > tbody > tr > th,
table.table > tfoot > tr > td,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > thead > tr > th {
  font-weight: normal;
}
.btn,
button {
  font-size: 14px;
  background: #f2ce3e;
  color: #252525;
  padding: 5px 60px;
  line-height: 2;
  border: 1px solid #f2ce3e;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn:active:focus,
button:active:focus,
.btn.active:focus,
button.active:focus,
.btn:active.focus,
button:active.focus,
.btn.active.focus,
button.active.focus {
  outline: none;
  outline-offset: 0;
}
.btn:hover,
button:hover,
.btn:focus,
button:focus,
.btn.focus,
button.focus,
.btn:active,
button:active,
.btn.active,
button.active {
  border-color: #efc418;
  background: #efc418;
  color: #252525;
  outline: none;
}
.btn.no-bg,
button.no-bg {
  background: transparent;
  color: #f2ce3e;
}
.btn.no-bg:hover,
button.no-bg:hover,
.btn.no-bg:focus,
button.no-bg:focus,
.btn.no-bg.focus,
button.no-bg.focus,
.btn.no-bg:active,
button.no-bg:active,
.btn.no-bg.active,
button.no-bg.active {
  border-color: #f2ce3e;
  background: #f2ce3e;
  color: #252525;
}
.btn.btn-primary,
button.btn-primary {
  background: #337ab7;
  border-color: #337ab7;
}
.btn.btn-primary:hover,
button.btn-primary:hover,
.btn.btn-primary:focus,
button.btn-primary:focus,
.btn.btn-primary.focus,
button.btn-primary.focus,
.btn.btn-primary:active,
button.btn-primary:active,
.btn.btn-primary.active,
button.btn-primary.active {
  border-color: #2a6597;
  background: #2a6597;
  color: #FFF;
}
.btn.btn-primary.no-bg,
button.btn-primary.no-bg {
  background: transparent;
  color: #337ab7;
}
.btn.btn-primary.no-bg:hover,
button.btn-primary.no-bg:hover,
.btn.btn-primary.no-bg:focus,
button.btn-primary.no-bg:focus,
.btn.btn-primary.no-bg.focus,
button.btn-primary.no-bg.focus,
.btn.btn-primary.no-bg:active,
button.btn-primary.no-bg:active,
.btn.btn-primary.no-bg.active,
button.btn-primary.no-bg.active {
  border-color: #337ab7;
  background: #337ab7;
  color: #FFF;
}
.btn.btn-success,
button.btn-success {
  background: #5cb85c;
  border-color: #5cb85c;
}
.btn.btn-success:hover,
button.btn-success:hover,
.btn.btn-success:focus,
button.btn-success:focus,
.btn.btn-success.focus,
button.btn-success.focus,
.btn.btn-success:active,
button.btn-success:active,
.btn.btn-success.active,
button.btn-success.active {
  border-color: #47a447;
  background: #47a447;
  color: #FFF;
}
.btn.btn-success.no-bg,
button.btn-success.no-bg {
  background: transparent;
  color: #5cb85c;
}
.btn.btn-success.no-bg:hover,
button.btn-success.no-bg:hover,
.btn.btn-success.no-bg:focus,
button.btn-success.no-bg:focus,
.btn.btn-success.no-bg.focus,
button.btn-success.no-bg.focus,
.btn.btn-success.no-bg:active,
button.btn-success.no-bg:active,
.btn.btn-success.no-bg.active,
button.btn-success.no-bg.active {
  border-color: #5cb85c;
  background: #5cb85c;
  color: #FFF;
}
.btn.btn-info,
button.btn-info {
  background: #5bc0de;
  border-color: #5bc0de;
}
.btn.btn-info:hover,
button.btn-info:hover,
.btn.btn-info:focus,
button.btn-info:focus,
.btn.btn-info.focus,
button.btn-info.focus,
.btn.btn-info:active,
button.btn-info:active,
.btn.btn-info.active,
button.btn-info.active {
  border-color: #39b3d7;
  background: #39b3d7;
  color: #FFF;
}
.btn.btn-info.no-bg,
button.btn-info.no-bg {
  background: transparent;
  color: #5bc0de;
}
.btn.btn-info.no-bg:hover,
button.btn-info.no-bg:hover,
.btn.btn-info.no-bg:focus,
button.btn-info.no-bg:focus,
.btn.btn-info.no-bg.focus,
button.btn-info.no-bg.focus,
.btn.btn-info.no-bg:active,
button.btn-info.no-bg:active,
.btn.btn-info.no-bg.active,
button.btn-info.no-bg.active {
  border-color: #5bc0de;
  background: #5bc0de;
  color: #FFF;
}
.btn.btn-warning,
button.btn-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.btn.btn-warning:hover,
button.btn-warning:hover,
.btn.btn-warning:focus,
button.btn-warning:focus,
.btn.btn-warning.focus,
button.btn-warning.focus,
.btn.btn-warning:active,
button.btn-warning:active,
.btn.btn-warning.active,
button.btn-warning.active {
  border-color: #ed9c28;
  background: #ed9c28;
  color: #FFF;
}
.btn.btn-warning.no-bg,
button.btn-warning.no-bg {
  background: transparent;
  color: #f0ad4e;
}
.btn.btn-warning.no-bg:hover,
button.btn-warning.no-bg:hover,
.btn.btn-warning.no-bg:focus,
button.btn-warning.no-bg:focus,
.btn.btn-warning.no-bg.focus,
button.btn-warning.no-bg.focus,
.btn.btn-warning.no-bg:active,
button.btn-warning.no-bg:active,
.btn.btn-warning.no-bg.active,
button.btn-warning.no-bg.active {
  border-color: #f0ad4e;
  background: #f0ad4e;
  color: #FFF;
}
.btn.btn-danger,
button.btn-danger {
  background: #d9534f;
  border-color: #d9534f;
}
.btn.btn-danger:hover,
button.btn-danger:hover,
.btn.btn-danger:focus,
button.btn-danger:focus,
.btn.btn-danger.focus,
button.btn-danger.focus,
.btn.btn-danger:active,
button.btn-danger:active,
.btn.btn-danger.active,
button.btn-danger.active {
  border-color: #d2322d;
  background: #d2322d;
  color: #FFF;
}
.btn.btn-danger.no-bg,
button.btn-danger.no-bg {
  background: transparent;
  color: #d9534f;
}
.btn.btn-danger.no-bg:hover,
button.btn-danger.no-bg:hover,
.btn.btn-danger.no-bg:focus,
button.btn-danger.no-bg:focus,
.btn.btn-danger.no-bg.focus,
button.btn-danger.no-bg.focus,
.btn.btn-danger.no-bg:active,
button.btn-danger.no-bg:active,
.btn.btn-danger.no-bg.active,
button.btn-danger.no-bg.active {
  border-color: #d9534f;
  background: #d9534f;
  color: #FFF;
}
.btn.black,
button.black {
  background: #252525;
  border-color: #252525;
  color: #FFF;
}
.btn.radius-small,
button.radius-small {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn.radius-large,
button.radius-large {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.btn.small,
button.small {
  font-size: 12px;
  padding: 2px 30px;
}
.btn.large,
button.large {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 60px;
}
.btn.bt-20,
button.bt-20 {
  padding: 5px 20px;
}
input {
  border: none;
  color: #aaa;
  padding: 8px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
img {
  max-width: 100%;
}
.center {
  text-align: center;
}
.center .w-80 {
  margin: 0 auto;
}
.center p {
  font-size: 16px;
  line-height: 26px;
}
.w-80 {
  width: 80%;
}
.custom.w-80 {
  padding: 20px 0 80px;
}
.tz-table {
  display: table;
  height: 100%;
  width: 100%;
}
.tz-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-img {
  color: #f0f0f0;
}
.bg-img p {
  color: #f0f0f0;
}
.bg-img .md-center .module-title {
  color: #FFF;
}
.bg-img .tz-accordion .panel .panel-body {
  color: #eee;
}
.full-width > .container-fluid {
  padding: 0;
}
/* Pagination */
#jux-causes-list .pagination-nav ul.pagination-list,
.pagination-nav ul.pagination-list {
  margin: 0;
}
#jux-causes-list .pagination-nav ul.pagination-list li a,
.pagination-nav ul.pagination-list li a {
  background: #fff;
  border: medium none;
  color: #666;
  font-size: 12px;
  font-weight: lighter;
  line-height: 24px;
  margin: 0 4px;
  padding: 4px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#jux-causes-list .pagination-nav ul.pagination-list li.active a,
.pagination-nav ul.pagination-list li.active a,
#jux-causes-list .pagination-nav ul.pagination-list li a:hover,
.pagination-nav ul.pagination-list li a:hover {
  color: #252525;
  background: #f2ce3e;
}
.is-logo-sl .logo.scroll {
  display: none;
}
iframe {
  border: none;
}
.element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.article-info {
  font-size: 0.9em;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.muted {
  color: #777777;
}
.tagspopular ul {
  display: block;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tagspopular ul > li {
  color: #333333;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: none repeat scroll 0 0 #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover {
  background: none repeat scroll 0 0 #23527c;
  color: #eeeeee;
  text-decoration: none;
}
.tagssimilar ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #333333;
}
.tagssimilar ul > li > a:hover {
  color: #23527c;
  text-decoration: none;
}
.categories-list {
  margin-bottom: 20px;
}
.categories-list:before,
.categories-list:after {
  content: " ";
  display: table;
}
.categories-list:after {
  clear: both;
}
.categories-list .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.categories-list .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.categories-list .category-item .page-header {
  font-size: 14px;
}
.readmore > .btn {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
}
.counter {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.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;
}
.top-left > div {
  float: left;
}
.top-left .mod-languages i {
  padding-right: 10px;
}
.top-left .mod-languages form {
  display: inline-block;
}
.top-left .mod-languages form select {
  background: transparent;
  border: none;
}
.top-left .crt_language .desc {
  float: left;
  padding-right: 15px;
}
.top-head {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.top-head a,
.top-head i {
  color: #FFF;
}
.top-head a:hover,
.top-head i:hover {
  color: #252525;
}
.top-head a:hover i,
.top-head i:hover i {
  color: #252525;
}
.top-head .top-right {
  text-align: right;
}
.top-head .top-right > div {
  display: inline-block;
}
.top-head .top-right > div:last-child {
  padding-left: 50px;
}
.top-head .callus > .topbar-phone {
  padding-right: 40px;
}
.top-head .callus i {
  padding-right: 5px;
}
.top-head.style4 .phone i,
.top-head.style4 .email i {
  color: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.top-head.style4 .logo-contact .email {
  padding-right: 10px;
}
.top-head.style4 ul.social-link li a {
  background: #e7e7e7;
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #666;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.top-head.style4 ul.social-link li a i {
  color: #666;
}
.top-head.style4 .top-right {
  padding-right: 0;
}
.top-head .crt-icon-menu ul li:hover a,
.top-head .crt-icon-menu ul li:hover i {
  color: #252525;
}
.logo-contact {
  line-height: 80px;
}
.logo-contact > div {
  display: inline-block;
  line-height: 1;
}
.logo-contact .phone,
.logo-contact .email {
  position: relative;
  top: 8px;
  font-weight: 500;
  padding-right: 45px;
}
.logo-contact .phone i,
.logo-contact .email i {
  background: #f2ce3e;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #252525;
  float: left;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.logo-contact .phone .ct,
.logo-contact .email .ct {
  text-align: left;
  padding-left: 40px;
  font-size: 12px;
  color: #252525;
}
.logo-contact .phone .ct p,
.logo-contact .email .ct p {
  color: #666;
  font-size: 12px;
  margin: 8px 0 0;
  font-weight: 300;
}
.logo-contact .btn {
  color: #252525;
  font-size: 12px;
  padding: 5px 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#tzlogo {
  line-height: 80px;
}
#plazart-mainnav {
  margin: 0;
  border: none;
}
#plazart-mainnav .plazart-megamenu > ul.navbar-nav > li {
  display: block !important;
}
.header1 .plazart-megamenu > ul {
  float: right;
}
.header1 .plazart-megamenu > ul > li.search_icon {
  line-height: 80px;
}
.header1 .plazart-megamenu > ul > li.search_icon i {
  margin: 0 -15px 0 0;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.header1 .plazart-megamenu > .search {
  background: #FFF;
  bottom: -57px;
  border-top: 2px solid #f2ce3e;
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: 0;
  padding: 10px;
  line-height: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header1 .plazart-megamenu > .search input {
  background: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header1 .plazart-megamenu > .search i.fa {
  right: 20px;
  font-size: 12px;
  top: 20px;
}
.header1 .plazart-megamenu > .search.show {
  opacity: 1;
  z-index: 9999;
}
.plazart-mainnav .plazart-megamenu .mega-nav > li a,
.plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav > li a {
  padding: 8px 0;
}
.plazart-mainnav .plazart-megamenu .mega-nav > li a:hover,
.plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav > li a:hover {
  background: transparent;
}
.plazart-mainnav .dropdown-submenu > a:after {
  display: none;
}
.plazart-mainnav .dropdown-submenu > a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  color: #aaa;
  position: absolute;
  right: 15px;
}
.plazart-megamenu a {
  color: #252525;
}
.plazart-megamenu .caret {
  display: none !important;
}
.plazart-megamenu div.mega-inner {
  padding: 0;
}
.plazart-megamenu ul.mega-nav > li a,
.plazart-megamenu ul.dropdown-menu .mega-nav > li a {
  padding: 8px 0;
}
.plazart-megamenu > ul > li > a {
  padding: 0 23px;
  line-height: 80px;
  text-transform: uppercase;
}
.plazart-megamenu .nav > li > a:focus {
  background: transparent;
}
.plazart-megamenu .nav .open > a,
.plazart-megamenu .nav .open > a:focus,
.plazart-megamenu .nav .open > a:hover,
.plazart-megamenu li.active a,
.plazart-megamenu .nav > li > a:hover {
  color: #f2ce3e;
  background: transparent;
}
.plazart-megamenu .dropdown-submenu > .dropdown-menu {
  border-top: 2px solid #f2ce3e;
  padding: 0;
  margin-top: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu {
  border-top: 2px solid #f2ce3e;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-1.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-10.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-11.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-12.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-2.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-3.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-4.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-5.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-6.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-7.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-8.mega-col-nav,
.plazart-megamenu .navbar-nav > li > .dropdown-menu .col-md-9.mega-col-nav {
  padding: 0;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li {
  padding: 0 15px;
  border-bottom: 1px solid #e5e5e5;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li:last-child {
  border-bottom: none;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li.mega.mega-group {
  padding: 0;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li a.mega-group-title {
  color: #252525;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  padding-left: 15px;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li a {
  font-size: 14px;
  color: #333333;
  font-weight: lighter;
}
.plazart-megamenu .mega-dropdown-inner .col-md-1.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-10.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-11.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-2.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-3.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-4.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-5.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-6.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-7.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-8.mega-col-nav,
.plazart-megamenu .mega-dropdown-inner .col-md-9.mega-col-nav {
  border-right: 1px solid #e5e5e5;
}
.plazart-megamenu .mega-dropdown-inner .col-md-1.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-10.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-11.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-2.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-3.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-4.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-5.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-6.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-7.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-8.mega-col-nav:last-child,
.plazart-megamenu .mega-dropdown-inner .col-md-9.mega-col-nav:last-child {
  border-right: none;
}
div.tp-dottedoverlay.threexthree {
  background: rgba(0, 0, 0, 0.5);
}
div.tp-leftarrow.default,
div.tp-rightarrow.default {
  background: #fff;
  color: #aaa;
  width: 40px;
  height: 40px;
  top: 48% !important;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
div.tp-leftarrow.default:hover,
div.tp-rightarrow.default:hover {
  background: #f2ce3e;
  color: #252525;
}
div.tp-leftarrow.default:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 40px;
}
div.tp-rightarrow.default:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 40px;
}
.tp-caption .btn {
  border-width: 1px !important;
}
.tp-caption .btn {
  color: #FFF;
  padding: 5px 40px;
  font-weight: 500;
  border: 1px solid #FFF;
  background: transparent;
}
.tp-caption .btn:hover {
  color: #252525;
  background: #f2ce3e;
  border-color: #f2ce3e;
}
.tp-caption .btn.cl000 {
  color: #252525;
}
.fullwidthbanner-container {
  width: 100% !important;
}
#tz-slider {
  padding: 0;
}
/*Home 2*/
.menu-style2 .navbar-inner > .nav-collapse {
  padding: 0;
}
.menu-style2 .plazart-megamenu .nav > li > a:focus,
.menu-style2 .plazart-megamenu .nav > li > a:hover,
.menu-style2 .plazart-megamenu .nav .open > a,
.menu-style2 .plazart-megamenu .nav .open > a:focus,
.menu-style2 .plazart-megamenu .nav .open > a:hover {
  background: transparent;
}
.menu-style2 .plazart-megamenu li.active a,
.menu-style2 .plazart-megamenu .nav .open > a,
.menu-style2 .plazart-megamenu .nav .open > a:focus,
.menu-style2 .plazart-megamenu .nav .open > a:hover {
  color: #f2ce3e;
}
.menu-style2 .plazart-megamenu .caret {
  display: none !important;
}
.menu-style2 .plazart-megamenu ul li a {
  color: #aaa;
}
.menu-style2 .plazart-megamenu > ul > li:first-child a {
  padding-left: 0;
}
.menu-style2 .plazart-megamenu > ul > li > a {
  line-height: 60px;
}
.plazart-megamenu > .search {
  position: relative;
  float: right;
  line-height: 60px;
}
.plazart-megamenu > .search input {
  background: rgba(70, 70, 70, 0.8);
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  width: 265px;
}
.plazart-megamenu > .search i.fa {
  position: absolute;
  right: 15px;
  top: 22px;
}
/*breadcrumb*/
.crt_breadcrumb {
  text-align: center;
}
.crt_breadcrumb h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 4px;
  margin-top: 0;
}
ul.breadcrumb {
  text-align: center;
  background: transparent;
  position: relative;
  display: block;
  margin: 0;
  color: #FFF;
  padding: 0;
}
ul.breadcrumb li span {
  color: #FFF;
}
ul.breadcrumb li:last-child span {
  color: #f2ce3e;
}
ul.breadcrumb > li + li::before {
  padding: 0;
  content: "/";
}
/* Add fixed menu */
body .menu-add-fixed {
  background: #FFF;
  z-index: 999;
}
body .menu-add-fixed.crt-top {
  top: -150px;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
}
body .menu-add-fixed.crt-top.fixed-top {
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body .menu-add-fixed.crt-top .is-logo-sl {
  line-height: 65px;
}
body .menu-add-fixed.crt-top .is-logo-sl #tzlogo {
  display: none;
}
body .menu-add-fixed.crt-top .is-logo-sl .logo.scroll {
  display: block;
}
body .menu-add-fixed.crt-top .plazart-megamenu > ul > li > a,
body .menu-add-fixed.crt-top .plazart-megamenu > ul > li.search_icon {
  line-height: 65px;
  color: #252525;
}
body .menu-add-fixed.crt-top #tzlogo {
  line-height: 65px;
}
body .menu-add-fixed.crt-top.menu-style2 .plazart-megamenu > ul > li > a {
  line-height: 60px;
}
body .menu-add-fixed.crt-top.menu-style2 .plazart-megamenu ul li a {
  color: #aaa;
}
.menu-style2.fixed-width {
  position: relative;
}
.menu-style2.fixed-width > .container {
  background: #252525;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 9999;
}
.menu-style2.fixed-width .plazart-megamenu > ul > li:first-child a {
  padding-left: 23px;
}
.tp-caption .crt-br {
  background: #f2ce3e;
  display: block;
  height: 3px;
  width: 165px;
}
.tp-caption .btn.xl {
  padding: 10px 40px;
  font-size: 16px;
  line-height: 28px;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li a:hover {
  color: #f2ce3e;
}
.plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li a.mega-group-title:hover {
  color: #252525;
}
/*style title module*/
.module-title {
  font-size: 30px;
  line-height: 35px;
}
.md-center .module-title {
  text-align: center;
  margin-bottom: 60px;
}
.md-center .tt-top {
  display: block;
  text-align: center;
}
.md-left .module-title {
  text-align: left;
  margin-bottom: 52px;
}
.md-right .module-title {
  text-align: right;
  margin-bottom: 52px;
}
.md-right .tt-top {
  text-align: right;
}
.tt-top {
  display: block;
  padding-bottom: 2px;
}
.br-left .module-title {
  margin-bottom: 31px;
}
.br-left .module-title > span {
  position: relative;
  padding-left: 11px;
}
.br-left .module-title > span:before {
  background: #f2ce3e;
  content: " ";
  display: block;
  height: 68%;
  left: 0;
  position: absolute;
  top: 6px;
  width: 3px;
}
.br-top .module-title span {
  position: relative;
}
.br-top .module-title span:before {
  background: #f2ce3e;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -14px;
  width: 60px;
  z-index: 99;
}
.br-top .module-title span:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: -13px;
  background: #aaa;
  position: absolute;
}
.br-top.ct-top .module-title {
  margin-top: 0;
}
.br-top.ct-top .module-title span::before {
  top: -31px;
}
.br-top.ct-top .module-title span::after {
  top: -30px;
}
.ct-top .module-title {
  margin-top: 0;
}
.md-center.br-top.ct-top {
  padding-top: 25px;
}
.md-center.br-bottom .module-title {
  position: relative;
}
.md-center.br-bottom .module-title span:before {
  background: #f2ce3e;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -26px;
  width: 60px;
  z-index: 99;
}
.md-center.br-bottom .module-title span:after {
  background: #aaa;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: auto;
  bottom: -25px;
  width: 170px;
}
.br-line .module-ct {
  position: relative;
}
.br-line .module-title {
  border-bottom: 1px solid rgba(170, 170, 170, 0.5);
  margin-bottom: 50px;
  padding-bottom: 13px;
  position: relative;
}
.br-line .module-title:after {
  background: #666;
  content: " ";
  height: 1px;
  width: 80px;
  top: auto;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.br-line .owl-carousel .owl-controls .owl-prev,
.br-line .owl-carousel .owl-controls .owl-next {
  background: #252525;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  float: left;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.br-line .owl-carousel .owl-controls .owl-prev:hover,
.br-line .owl-carousel .owl-controls .owl-next:hover {
  background: #f2ce3e;
}
.br-line .owl-carousel .owl-controls .owl-prev:hover i,
.br-line .owl-carousel .owl-controls .owl-next:hover i {
  color: #FFF;
}
.br-line .owl-carousel .owl-controls .owl-prev i,
.br-line .owl-carousel .owl-controls .owl-next i {
  color: #aaa;
  font-size: 14px;
  line-height: 30px;
}
.br-line .owl-carousel .owl-controls .owl-prev {
  left: auto;
  right: 52px;
  top: -90px;
}
.br-line .owl-carousel .owl-controls .owl-next {
  left: auto;
  right: 15px;
  top: -90px;
}
.br-line .tzservices.nav-carousel a {
  background: #252525;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  float: left;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.br-line .tzservices.nav-carousel a:hover {
  background: #f2ce3e;
}
.br-line .tzservices.nav-carousel a:hover i {
  color: #252525;
}
.br-line .tzservices.nav-carousel a i {
  color: #aaa;
  font-size: 14px;
  line-height: 30px;
}
.br-line .tzservices.nav-carousel a:first-child {
  left: auto;
  right: 35px;
  top: -90px;
}
.br-line .tzservices.nav-carousel a:last-child {
  left: auto;
  right: 0;
  top: -90px;
}
section.bg-img .br-line .module-title::after {
  background: #f2ce3e;
}
.md-left.br-bottom .module-title,
.md-right.br-bottom .module-title {
  position: relative;
}
.md-left.br-bottom .module-title span:after,
.md-right.br-bottom .module-title span:after {
  background: #aaa;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -25px;
  width: 60px;
  z-index: 99;
}
.md-left.br-bottom .module-title span::before {
  left: 0;
}
.md-right.br-bottom .module-title span::before {
  right: 0;
}
.yes-desc.md-center .module-title {
  margin-bottom: 28px;
}
.yes-desc.md-center .crt-desc {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 26px;
  width: 50%;
}
.yes-desc .crt-desc {
  padding-bottom: 50px;
}
/*mod tz service*/
.full-width .service-list.item-default .item-content {
  padding: 40px 50px;
}
.service-list a:hover {
  text-decoration: none;
}
.service-list .read-more i {
  margin-left: 8px;
  font-weight: 500;
  display: inline-block;
  padding-top: 10px;
}
.service-list.circle.default .service-item {
  text-align: center;
}
.service-list.circle.default .service-item .sm-icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #FFF;
  width: 67px;
  height: 67px;
  text-align: center;
  margin: 0 auto 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.service-list.circle.default .service-item .sm-icon i {
  font-size: 24px;
  line-height: 67px;
  color: #666;
}
.service-list.circle.default .service-item .sm-icon:hover {
  background: #f2ce3e;
}
.service-list.circle.default .service-item .sm-icon:hover i {
  color: #252525;
}
.service-list.circle.default .service-item h5.title {
  color: #252525;
  font-weight: 400;
  font-size: 18px;
  margin: 13px 0;
}
.service-list.square .service-item {
  padding-bottom: 50px;
}
.service-list.square .service-item .sm-icon {
  background: #FFF;
  width: 67px;
  height: 67px;
  float: left;
  text-align: center;
  margin: 0 auto 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.service-list.square .service-item .sm-icon i {
  font-size: 24px;
  line-height: 67px;
  color: #f2ce3e;
}
.service-list.square .service-item .sm-icon:hover {
  background: #f2ce3e;
}
.service-list.square .service-item .sm-icon:hover i {
  color: #252525;
}
.service-list.square .service-item h5.title {
  color: #252525;
  font-weight: 500;
  font-size: 18px;
  margin: 13px 0 8px;
}
.service-list.square .service-item h5.title,
.service-list.square .service-item div.desc,
.service-list.square .service-item .read-more {
  padding-left: 88px;
}
.service-list.box {
  text-align: center;
}
.service-list.box .service-item {
  background: #FFF;
  padding: 40px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.service-list.box .service-item:hover {
  background: #f2ce3e;
}
.service-list.box .service-item:hover .sm-icon,
.service-list.box .service-item:hover h5.title,
.service-list.box .service-item:hover .read-more,
.service-list.box .service-item:hover p {
  color: #252525;
}
.service-list.box .service-item:hover .sm-icon {
  border-color: #FFF;
}
.service-list.box .service-item:hover .sm-icon i {
  color: #FFF;
}
.service-list.box .service-item .sm-icon {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #f2ce3e;
  border: 2px solid #f2ce3e;
  width: 66px;
  height: 66px;
  text-align: center;
  margin: 0 auto 25px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.service-list.box .service-item .sm-icon i {
  font-size: 24px;
  line-height: 63px;
  color: #252525;
}
.service-list.box .service-item h5.title {
  color: #252525;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 13px 0;
}
.service-list.box .service-item .read-more {
  font-size: 14px;
  color: #666;
}
.service-list.rhombus {
  text-align: center;
}
.service-list.rhombus .service-item {
  background: #FFF;
  border: 1px solid #dedede;
  padding: 40px 25px 28px;
  position: relative;
}
.service-list.rhombus .service-item:hover .sm-icon {
  background: #f2ce3e;
}
.service-list.rhombus .service-item:hover .sm-icon i {
  color: #252525;
}
.service-list.rhombus .service-item .sm-icon {
  background: #FFF;
  width: 67px;
  height: 67px;
  border: 1px solid #f2ce3e;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.service-list.rhombus .service-item .sm-icon i {
  font-size: 24px;
  line-height: 67px;
  color: #f2ce3e;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.service-list.rhombus .service-item h5.title {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 13px 0;
  padding-top: 20px;
}
.service-list.rhombus .read-more {
  font-weight: lighter;
  margin-top: 8px;
  padding: 5px 50px;
}
.service-list.item-default {
  text-align: center;
}
.service-list.item-default .item-content {
  background: #FFF;
  border-right: 1px solid #e5e5e5;
  padding: 40px 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-list.item-default .item-content:hover {
  background: #f2ce3e;
}
.service-list.item-default .item-content:hover .sm-icon i {
  color: #FFF;
}
.service-list.item-default .item-content:hover a {
  color: #FFF;
}
.service-list.item-default .item-content:last-child {
  border: none;
}
.service-list.item-default .item-content .sm-icon i {
  font-size: 60px;
  line-height: 1;
  color: #f2ce3e;
}
.service-list.item-default .item-content h5.title {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 10px;
  margin: 13px 0;
}
.service-list.list-item .service-item .sm-icon {
  background: #f2ce3e;
  width: 40px;
  height: 23px;
  text-align: center;
  float: left;
  margin-right: 20px;
  position: relative;
}
.service-list.list-item .service-item .sm-icon:before,
.service-list.list-item .service-item .sm-icon:after {
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
}
.service-list.list-item .service-item .sm-icon:after {
  border-top: 12px solid #f2ce3e;
  bottom: -12px;
}
.service-list.list-item .service-item .sm-icon:before {
  border-bottom: 12px solid #f2ce3e;
  top: -12px;
}
.service-list.list-item .service-item .sm-icon i {
  font-size: 14px;
  line-height: 23px;
  color: #252525;
}
.service-list.list-item .service-item .desc {
  padding: 10px 0 0;
}
.service-list.list-item .service-item h5.title {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 13px 0;
}
.service-list.list-item .service-item .read-more {
  color: #252525;
}
.service-list.small {
  font-size: 100%;
}
.service-list.small .service-item .sm-icon {
  background: #f2ce3e;
  width: 20px;
  height: 20px;
  float: left;
  text-align: center;
  margin: 0 auto 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.service-list.small .service-item .sm-icon i {
  font-size: 24px;
  line-height: 30px;
  color: #252525;
}
.service-list.small .service-item h5.title {
  color: #252525;
  font-weight: 500;
  font-size: 18px;
  margin: 13px 0 4px;
}
.service-list.small .service-item h5.title,
.service-list.small .service-item div.desc {
  padding-left: 68px;
}
.service-list.small .service-item .read-more {
  padding-left: 68px;
}
.service-list.small .service-item p {
  line-height: 22px;
}
.tz-progress-bar {
  overflow: hidden;
  padding-top: 10px;
}
.tz-progress-bar h4 {
  color: #363d4f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0;
}
.tz-progress-bar .prgb-content {
  padding-bottom: 20px;
  position: relative;
}
.tz-progress-bar .prgb-content .item-progress,
.tz-progress-bar .prgb-content .child-prgb {
  position: relative;
}
.tz-progress-bar .prgb-content .tzskill-item-width {
  background: #f2ce3e;
  overflow: hidden !important;
}
.tz-progress-bar .prgb-content .value-prgb {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
}
.tz-progress-bar .prgb-content .value-prgb > div {
  position: relative;
}
.tz-progress-bar .item-progress {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.tz-progress-bar .item-progress .tzskill-item-width {
  background: #f2ce3e;
  height: 4px;
  overflow: hidden !important;
  position: relative;
}
.tz-progress-bar .child-prgb {
  position: relative;
}
.tz-progress-bar .child {
  position: absolute;
  right: 0;
  top: -35px;
}
.tz-progress-bar .child span {
  background: #4c5866 none repeat scroll 0 0;
  -webkit-border-radius: 2px 2px 0;
  -moz-border-radius: 2px 2px 0;
  border-radius: 2px 2px 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0 7px 1px;
}
.tz-progress-bar .child span:after {
  border-bottom: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid #4c5866;
  bottom: -3px;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.tz-progress-bar.default .item-progress {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tz-progress-bar.default .prgb-content h4 {
  top: 0;
  line-height: 30px;
  margin: 0;
  color: #252525;
  left: 20px;
  z-index: 999;
  position: absolute;
}
.tz-progress-bar.default .item-progress {
  border-width: 0;
}
.tz-progress-bar.default .item-progress .tzskill-item-width {
  height: 30px;
}
.tz-progress-bar.default .prgb-content .value-prgb {
  height: 30px;
  right: 0;
  text-align: right;
}
.tz-progress-bar.style1 .item-progress {
  border-width: 1px;
  border-color: #aaa;
}
.tz-progress-bar.style1 .prgb-content {
  padding-bottom: 12px;
}
.tz-progress-bar.style1 .item-progress .tzskill-item-width {
  height: 10px;
  margin: 5px;
}
.tz-progress-bar.style1 .prgb-content .value-prgb {
  top: -3px;
}
.tz-progress-bar.style2 .item-progress {
  border-width: 1px;
  border-color: #aaa;
}
.tz-progress-bar.style2 .prgb-content {
  padding-bottom: 25px;
}
.tz-progress-bar.style2 .item-progress .tzskill-item-width {
  margin: 2px;
}
.tz-progress-bar.style2 .circle1 {
  top: 0;
  background: #FFF;
  height: 16px;
  width: 16px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tz-progress-bar.style2 .circle1 .circle2 {
  background: #f2ce3e;
  height: 8px;
  width: 8px;
  position: relative;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tz-progress-bar.style2 .child {
  top: -28px;
  right: -8px;
  z-index: 99;
}
.tz-progress-bar.style2 .child span {
  padding: 0;
}
.tz-progress-bar.style2 .child span {
  background: transparent;
  color: #666;
}
.tz-progress-bar.style2 .child span:after {
  display: none;
}
.round_skills.style1 .skills_boxes {
  position: relative;
}
.round_skills.style1 canvas {
  position: relative;
  z-index: 99;
}
.round_skills.style1 .chart {
  position: relative;
}
.round_skills.style1 .chart .absolute {
  background: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
}
.round_skills.style1 .percent {
  font-size: 30px;
  color: #1a9195;
}
.round_skills.style1 p.title {
  font-weight: 400;
  margin-top: -5px;
}
.round_skills.style2 .content-skill {
  background: #f2ce3e;
  color: #252525;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.round_skills.style2 .content-skill .percent {
  color: #252525;
  padding: 23px 0 5px;
}
ul.social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
ul.social-link li {
  display: inline-block;
  padding-left: 10px;
}
ul.social-link li:first-child {
  padding-left: 0;
}
.crt-icon-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.crt-icon-menu ul li {
  display: inline-block;
  border-right: 1px solid #FFF;
  line-height: 15px;
  padding-right: 12px;
  padding-left: 12px;
}
.crt-icon-menu ul li:last-child {
  padding-right: 0;
  border: none;
}
.crt-icon-menu ul li:first-child {
  padding-left: 0;
}
.crt-icon-menu ul i {
  padding-right: 5px;
}
/*jux-causes*/
div#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn:hover {
  background: #252525;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#jux-causes a:hover,
div#jux-causes a:focus,
div#jux-causes .jux-main-navigation ul.navbar-nav li.open > a,
div#jux-causes .jux-main-navigation ul.navbar-nav > li.active > a,
div#jux-causes .jux-main-navigation ul.navbar-nav > li a:hover,
div#jux-causes .jux-main-navigation ul.navbar-nav > li a:focus,
div#jux-causes .jux-main-navigation ul.navbar-nav > li > a:hover,
div#jux-causes .jux-main-navigation ul.navbar-nav > li > a:focus,
div#jux-causes .jux-footer .jux-useful-links .jux-useful-links-menu ul li a:hover,
div#jux-causes .jux-footer .jux-copyright a:hover,
div#jux-causes .jux-content-meta > span a:hover,
div#jux-causes .jux-hentry.jux-format-quote a:hover,
div#jux-causes .jux-hentry.format-link a:hover,
div#jux-causes .jux-comments-area .jux-comment-block .jux-comment-reply-link:hover,
div#jux-causes body.single:not(.single-blog) .jux-content-meta > span a:hover,
div#jux-causes .jux-content-meta-button > a:hover,
div#jux-causes .jux-tooltip-inner .jux-icon-share:hover,
div#jux-causes .jux-hentry .jux-event-time .jux-event-countdown,
div#jux-causes .jux-hentry .jux-event-time .jux-event-countdown .jux-dash .jux-time_number .jux-digit,
div#jux-causes .jux-hentry .jux-event-time .jux-event-countdown .jux-dash .dash_title,
div#jux-causes .jux-social-list li a:hover,
div#jux-causes .jux-jp-controls-container .jux-jp-controls a:hover,
div#jux-causes .jux-contact-info-wrap .jux-contact-info .jux-contact-detail ul li i,
div#jux-causes .jux-content-summary .jux-donate-progress-label .jux-donate-progress-ed span,
div#jux-causes .jux-content-summary .jux-donate-progress-label .jux-donate-progress-go span,
div#jux-causes .jux-featured-causes .jux-view-all-cause-btn:hover {
  color: #f2ce3e;
}
div#jux-causes .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
  margin: 0;
}
div#jux-causes .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  font-size: 14px;
  font-weight: 300;
  padding: 25px 33px 30px;
}
div#jux-causes .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  background: #FFF;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div#jux-causes.default.style3 .jux-des {
  padding-bottom: 5px;
}
/* Style 5 */
div#jux-causes.style5 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  padding-top: 0;
}
div#jux-causes.style5 .jux-content-summary {
  margin-top: 0;
}
div#jux-causes.style5 .jux-content-summary .outer-therm {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#jux-causes.style5 .jux-content-summary .therm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#jux-causes.style5 .jux-content-summary .jux-summary-donate .jux-donate-progress-label {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  padding-top: 3px;
}
div#jux-causes.style5 .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-ed,
div#jux-causes.style5 .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-go {
  display: inline-block;
}
div#jux-causes.style5 .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-ed span,
div#jux-causes.style5 .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-go span {
  color: #666;
}
div#jux-causes.style5 .jux-loop-item-content .jux-loop-item-title a {
  position: relative;
  display: block;
  padding: 0 0 15px;
}
div#jux-causes.style5 .jux-loop-item-content .jux-loop-item-title a:after {
  background: #aaa;
  bottom: 0;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
}
div#jux-causes.style5 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn {
  background: transparent;
  color: #252525;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  border: 1px solid #666;
  padding: 7px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div#jux-causes.style5 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn:hover {
  color: #FFF;
  border-color: #f2ce3e;
  background: #f2ce3e;
}
/* End Style 5 */
/* Style one */
div#jux-causes.one {
  padding-top: 55px;
}
div#jux-causes.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  background: transparent;
}
div#jux-causes.one .owl-prev,
div#jux-causes.one .owl-next {
  display: none;
}
div#jux-causes.one .jux-donate-progress-label > div {
  width: 33%;
  display: inline-block;
  margin: 0;
}
div#jux-causes.one .jux-donate-progress-label > div,
div#jux-causes.one .jux-donate-progress-label span {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
div#jux-causes.one .jux-donate-progress-label .jux-donate-progress-ed {
  text-align: left;
}
div#jux-causes.one .jux-donate-progress-label .crt-total {
  text-align: center;
}
div#jux-causes.one .jux-donate-progress-label .jux-donate-progress-go {
  text-align: right;
}
div#jux-causes.one .jux-donate-progress .jux-donate-progress-bar {
  border: 1px solid #FFF;
}
div#jux-causes.one .jux-donate-progress .therm {
  margin: 4px 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#jux-causes.one .outer-therm {
  margin: 0;
}
div#jux-causes.one .jux-loop-item-action {
  display: block;
  text-align: center;
}
div#jux-causes.one .jux-loop-item-action .btn {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  padding: 6px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#jux-causes.one .jux-loop-item-action .btn:hover {
  background: #f2ce3e;
  border-color: #f2ce3e;
  color: #252525;
}
div#jux-causes.one .owl-item {
  cursor: e-resize;
}
/* End Style one */
.owl-carousel .owl-item {
  cursor: e-resize;
}
div#jux-causes .owl-carousel .owl-wrapper,
div#jux-causes .owl-carousel .owl-item {
  margin-top: 0;
}
div#jux-causes a {
  color: #f2ce3e;
}
div#jux-causes .jux-loop-item-featured {
  position: relative;
  text-align: center;
  max-height: 230px;
  overflow: hidden;
}
div#jux-causes.default {
  margin: 0 -15px;
}
div#jux-causes.default .owl-carousel .owl-wrapper-outer {
  z-index: 99;
}
div#jux-causes.default .owl-controls {
  width: 100%;
  height: 100%;
  left: 0;
}
div#jux-causes.default .owl-next,
div#jux-causes.default .owl-prev {
  background: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  color: #aaa;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
}
div#jux-causes.default .owl-next:hover,
div#jux-causes.default .owl-prev:hover {
  background: #f2ce3e;
}
div#jux-causes.default .owl-next:hover i,
div#jux-causes.default .owl-prev:hover i {
  color: #252525;
}
div#jux-causes.default .owl-next i,
div#jux-causes.default .owl-prev i {
  line-height: 40px;
  color: #aaa;
}
div#jux-causes.default .owl-prev {
  left: -70px;
  top: 44%;
}
div#jux-causes.default .owl-next {
  right: -70px;
  top: 44%;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap .jux-loop-item-featured .jux-loop-item-action a.btn {
  background: #FFF;
  color: #252525;
  border: none;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24.15px;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap .jux-loop-item-featured .jux-loop-item-action a.btn:hover {
  background: #252525;
  color: #FFF;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title {
  line-height: 26px;
  font-size: 18px;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #252525;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
  padding: 0 15px;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div {
  float: none;
  display: inline-block;
  font-weight: normal;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div.jux-donate-progress-ed,
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div.jux-donate-progress-ed span {
  color: #252525;
  font-size: 16px;
  line-height: 24px;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div.jux-donate-progress-go,
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div.jux-donate-progress-go span {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
div#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div:first-child:after {
  content: "/";
  display: inline-block;
  color: #252525;
}
div#jux-causes.default .jux-loop-item-featured > .absolute {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
div#jux-causes.default .jux-loop-item-featured > .absolute .jux-loop-item-action > a {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
div#jux-causes.default .jux-loop-item-featured:hover > .absolute {
  background: rgba(242, 206, 62, 0.85);
}
div#jux-causes.default .jux-loop-item-featured:hover > .absolute .jux-loop-item-action > a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
div#jux-causes.default .jux-des {
  color: #666;
}
div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  padding-top: 24px;
  padding-bottom: 30px;
}
div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary {
  margin-top: 0;
}
div#jux-causes.style2 .outer-therm {
  margin: 0;
}
div#jux-causes.style2 .outer-therm .therm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#jux-causes.style2 .outer-therm .therm > span {
  background: #f2ce3e;
  display: block !important;
  font-size: 11px;
  line-height: 30px;
  position: relative;
  top: -5px;
  padding: 0 !important;
  right: -30px;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #252525;
}
div#jux-causes.style2 .jux-summary-donate {
  position: relative;
}
div#jux-causes.style2 .jux-summary-donate:after {
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  background: #e7e7e7;
}
div#jux-causes.style2 .jux-summary-donate:before {
  background: #e7e7e7;
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  bottom: -2px;
  position: absolute;
}
div#jux-causes.style2 .jux-summary-donate > .jux-donate-progress-label {
  margin-bottom: 12px !important;
}
div#jux-causes.style2 .jux-summary-donate .jux-donate-progress-label {
  display: inline-block;
}
div#jux-causes.style2 .jux-summary-donate .jux-donate-progress-label > span {
  font-size: 16px;
  padding-right: 3px;
  line-height: 24px;
  color: #666;
}
div#jux-causes.style2 .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-ed span {
  color: #666;
}
div#jux-causes.style2 .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-ed span:after {
  content: "/";
  padding-left: 3px;
}
div#jux-causes.style2 .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-go span {
  color: #252525;
}
div#jux-causes.style2 .owl-carousel .owl-controls .owl-prev,
div#jux-causes.style2 .owl-carousel .owl-controls .owl-next {
  background: #252525;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  float: left;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
div#jux-causes.style2 .owl-carousel .owl-controls .owl-prev i,
div#jux-causes.style2 .owl-carousel .owl-controls .owl-next i {
  color: #aaa;
  line-height: 30px;
}
div#jux-causes.style2 .owl-carousel .owl-controls .owl-prev:hover,
div#jux-causes.style2 .owl-carousel .owl-controls .owl-next:hover {
  background: #f2ce3e;
}
div#jux-causes.style2 .owl-carousel .owl-controls .owl-prev:hover i,
div#jux-causes.style2 .owl-carousel .owl-controls .owl-next:hover i {
  color: #252525;
}
div#jux-causes.style2 .owl-carousel .owl-controls .owl-prev {
  left: auto;
  right: 52px;
  top: -90px;
}
div#jux-causes.style2 .owl-carousel .owl-controls .owl-next {
  left: auto;
  right: 15px;
  top: -90px;
}
div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action {
  text-align: left;
  margin-top: 23px;
}
div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action .btn {
  padding: 8px 40px;
  line-height: 24px;
  background: #f2ce3e;
  color: #252525;
}
div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action .btn:hover {
  background: #252525;
  color: #FFF;
}
div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
div#jux-causes.style2 .jux-loop-item-featured {
  overflow: hidden;
}
div#jux-causes.style3 .outer-therm {
  margin-bottom: 8px !important;
}
div#jux-causes.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  padding: 25px 20px;
}
div#jux-causes.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div.jux-donate-progress-ed span {
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
}
div#jux-causes.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label > div.jux-donate-progress-go span {
  font-size: 14px;
  line-height: 24px;
  color: #252525;
}
#jux-causes.style4 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action {
  margin: 23px 0 5px;
}
#jux-causes.style4 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn {
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#jux-causes.style4 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn:hover {
  background: #252525;
  color: #FFF;
}
#jux-causes.style4 .jux-donate-progress .outer-therm {
  margin: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jux-causes.style4 .jux-donate-progress .therm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jux-causes.style4 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  padding-top: 19px;
  padding-bottom: 27px;
}
#jux-causes.style4 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn {
  line-height: 24px;
  padding: 8px 40px;
  background: #f2ce3e;
  color: #252525;
}
#jux-causes.style4 .outer-therm .therm > span {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666;
  display: block !important;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 !important;
  position: relative;
  right: -15px;
  text-align: center;
  top: -30px;
  width: 31px;
}
#jux-causes.style4 .outer-therm .therm > span:before {
  border-top: 7px solid #ffffff;
  bottom: -8px;
  content: " ";
  display: block;
  left: 10px;
  position: absolute;
  height: 10px;
  width: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#jux-causes.style4 .owl-controls .owl-buttons {
  display: none;
}
#jux-mod-events.tz-events-list .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn {
  background: #FFF;
  color: #252525;
  border: none;
  padding: 5px 30px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24.15px;
}
#jux-mod-events.tz-events-list .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn:hover {
  background: #252525;
  color: #fff;
}
.tz-events-list .jux-event-countdown {
  clear: both;
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: -7px;
}
.tz-events-list .jux-event-countdown > .dash {
  display: inline-block;
  padding-left: 8px;
}
.tz-events-list .jux-event-countdown > .dash:first-child {
  padding-left: 0;
}
.tz-events-list .jux-event-countdown .time_number .v-bg {
  background: #f5f5f5;
  text-align: center;
  height: 60px;
  width: auto;
  padding: 0 10px;
  color: #252525;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tz-events-list .jux-event-countdown .time_number .v-bg > span {
  position: relative;
}
.tz-events-list .jux-event-countdown .time_number .v-bg > span:first-child {
  right: -1px;
}
.tz-events-list .jux-event-countdown .time_number .v-bg > span:last-child {
  left: -1px;
}
.tz-events-list .jux-event-countdown .time_number h5 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-weight: normal;
}
.tz-events-list .jux-event-countdown .time_number span {
  text-align: left;
  display: inline-block;
  line-height: 60px;
  height: 60px;
  font-size: 30px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
}
.tz-events-list .jux-event-countdown .time_number span > div {
  line-height: 60px;
  height: 60px;
  overflow: hidden;
}
.tz-events-list .jux-loop-item {
  display: table;
  width: 100%;
}
.tz-events-list .jux-loop-item .crt-ev-content,
.tz-events-list .jux-loop-item .crt-ev-cdw,
.tz-events-list .jux-loop-item .tz-date {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.tz-events-list .tz-date {
  padding: 20px 0 0;
  text-align: center;
}
.tz-events-list .tz-date .day-left,
.tz-events-list .tz-date .my-right {
  display: inline-block;
}
.tz-events-list .tz-date .day-left {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #f2ce3e;
}
.tz-events-list .tz-date .my-right {
  padding-left: 8px;
  line-height: 20px;
  text-align: left;
}
.tz-events-list .tz-date .my-right .month {
  font-size: 18px;
  color: #f2ce3e;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.tz-events-list .tz-date .my-right .l {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  top: -1px;
}
.tz-events-list .jux-loop-item-content .jux-title {
  margin: 0;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: none;
}
.tz-events-list .jux-loop-item-content .jux-title a:hover {
  color: #f2ce3e !important;
}
.tz-events-list .map {
  padding-right: 50px;
}
.tz-events-list .map i {
  padding-right: 3px;
}
.tz-events-list .map,
.tz-events-list .time {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #999;
  font-weight: 400;
  font-style: italic;
}
.tz-events-list .map i,
.tz-events-list .time i {
  color: #666;
}
.tz-events-list.style2 .jux-event-countdown .time_number .v-bg {
  background: #f2ce3e;
}
.tz-events-list.style2 .jux-event-countdown .time_number span {
  color: #252525;
  font-weight: 500;
}
.tz-events-list.style3 .jux-loop-item-featured {
  position: relative;
}
.tz-events-list.style3 .crt-event {
  background: rgba(21, 21, 21, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
}
.tz-events-list.style3 .crt-event h4 {
  float: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 33px;
  color: #FFF;
}
.tz-events-list.style3 .crt-event .jux-event-countdown .time_number {
  border: 1px solid #f2ce3e;
  padding: 5px 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tz-events-list.style3 .crt-event .jux-event-countdown .time_number .v-bg {
  background: transparent;
  line-height: 1;
  height: auto;
}
.tz-events-list.style3 .crt-event .jux-event-countdown .time_number span > div {
  font-size: 24px;
  line-height: 1;
  height: auto;
  font-weight: 500;
  color: #FFF;
}
.tz-events-list.style3 .crt-event .jux-event-countdown .time_number h5 {
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  margin: 0;
}
.tz-events-list.style3 .crt-event .jux-event-countdown .time_number span {
  height: 25px;
  line-height: 1;
}
.tz-events-list.style3 .jux-event-countdown {
  width: auto;
  clear: none;
  float: right;
}
.tz-events-list.style3 .jux-article-create span {
  font-size: 14px;
  line-height: 24px;
  color: #aaa;
  font-style: italic;
  font-weight: 400;
  padding-right: 20px;
}
.tz-events-list.style3 .jux-article-create span:last-child {
  padding-right: 0;
}
.tz-events-list.style3 .jux-article-create span i {
  padding-right: 10px;
  color: #666;
}
.tz-events-list.style3 .jux-des {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tz-events-list.style3 .jux-loop-item-content {
  background: #FFF;
}
.tz-events-list.style3 #jux-mod-events .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title {
  margin-bottom: 7px;
}
.tz-events-list.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
  margin-bottom: 10px;
}
.tz-events-list.list-style3 .tz-date {
  padding-left: 0;
  text-align: center;
}
.tz-events-list.list-style3 .tz-date .day-left {
  width: 100%;
  font-size: 60px;
}
.tz-events-list.list-style3 .tz-date .my-right {
  padding: 0;
}
.tz-events-list.list-style3 .tz-date .my-right .month {
  padding-left: 0;
  float: left;
  margin-top: 0;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.tz-events-list.list-style3 .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item p {
  margin-top: 0;
}
.tz-events-list.list-style3 .jux-loop-item-content {
  padding-bottom: 5px;
}
.tz-events-list.list-style3 .jux-loop-item-content h5 .jux-title a {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
.tz-events-list.list-style3 .crt-ev-content .time {
  padding-right: 20px;
}
.tz-events-list.list-style3 .crt-ev-content .map {
  padding: 0;
}
.tz-events-list.list-style3 .jux-loop-item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.module .tz-events-list .tz-date {
  padding: 10px 0 0;
}
#jux-mod-events.tz-events-list.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  padding: 20px 30px;
}
#jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
  padding: 25px 30px;
}
#jux-mod-events.tz-events-list.style3 .owl-pagination {
  display: none;
}
#jux-mod-events.tz-events-list.style3 .jux-content {
  margin: 0 -15px;
}
#jux-mod-events.tz-events-list.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
  padding: 0 15px;
}
#jux-mod-events.tz-events-list.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-des {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 300;
}
#jux-events-slidebar.tz-events-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  margin-left: 10px;
}
#jux-events-slidebar.tz-events-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
  background: #FFF;
  border: none;
  padding: 30px 35px 30px;
  margin: 0 0 20px;
}
#jux-events-slidebar.tz-events-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content p {
  color: #666;
  margin: 3px 0 5px;
}
/*Blog crt-article-last*/
.crt-article-last a {
  color: #252525;
}
.crt-article-last .content {
  background: #FFF;
  padding: 0 30px 30px;
}
.crt-article-last .content h3.title {
  font-size: 18px;
  line-height: 24px;
  padding-top: 24px;
  margin-bottom: 6px;
  margin-top: 0;
  font-weight: 500;
  color: #252525;
}
.crt-article-last .content h3.title a {
  color: #252525;
}
.crt-article-last .content h3.title a:hover {
  color: #f2ce3e;
}
.crt-article-last .content p.mod-articles-category-introtext {
  margin-bottom: 0;
}
.crt-article-last .content .mod-articles-category-readmore {
  margin: 15px 0 0;
}
.crt-article-last .content .mod-articles-category-readmore a {
  color: #666;
  font-weight: 400;
}
.crt-article-last .content .mod-articles-category-readmore a:hover {
  color: #f2ce3e;
}
.crt-article-last .content .mod-articles-category-readmore i {
  padding-left: 8px;
}
.crt-article-last .post-meta {
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  margin-bottom: 17px;
}
.crt-article-last .post-meta i {
  color: #666;
  padding-right: 5px;
}
.crt-article-last .post-meta .mod-articles-category-writtenby,
.crt-article-last .post-meta .mod-articles-category-date {
  padding-right: 20px;
}
.crt-article-last .post-meta .mod-articles-category-category {
  padding-left: 20px;
}
.crt-article-last .ct-footer {
  background: #DDD;
  padding: 13px 20px;
}
.crt-article-last .ct-footer .mod-articles-category-hits {
  background: #F5F5F5;
  color: #aaa;
  padding: 6px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.crt-article-last .ct-footer .mod-articles-category-hits i {
  padding-right: 5px;
}
.crt-article-last .ct-footer .mod-articles-category-readmore {
  display: inline-block;
  float: right;
}
.crt-article-last .ct-footer .mod-articles-category-readmore a.mod-articles-category-title {
  background: #FFF;
  color: #aaa;
  padding: 6px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.crt-article-last .ct-footer .mod-articles-category-readmore a.mod-articles-category-title:hover {
  background: #f2ce3e;
  color: #FFF;
}
.crt-article-last.the-blog .ct-footer {
  padding: 13px 0;
}
.crt-article-last.the-blog .item.feature .item-content {
  position: relative;
}
.crt-article-last.the-blog .item.feature .item-content .content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:first-child {
  background: #f2ce3e;
  width: 80px;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:first-child > .date {
  padding: 10px 25px 11px;
  position: relative;
  float: left;
  left: 0;
  bottom: 0;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:first-child > .date span {
  color: #252525;
  width: 100%;
  line-height: 33px;
  display: block;
  font-weight: bold;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:first-child > .date .m {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:first-child > .date .d {
  font-size: 30px;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child {
  width: auto;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child h3.title {
  padding-top: 15px;
  margin-bottom: 0;
  padding-left: 25px;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child h3.title a {
  color: #FFF;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child h3.title a:hover {
  color: #f2ce3e;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child .mod-articles-category-writtenby {
  padding-left: 25px;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child .readmore {
  padding-bottom: 10px;
  text-transform: capitalize;
}
.crt-article-last.the-blog .item.feature .item-content .content .tz-table .tz-table-cell:last-child .readmore a {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  padding-left: 25px;
}
.crt-article-last.the-blog .content-right .item-content {
  border-bottom: 1px solid #e7e7e7;
  clear: both;
  display: block;
  padding: 22px 0 18px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.crt-article-last.the-blog .content-right .item-content:first-child {
  padding-top: 0;
}
.crt-article-last.the-blog .content-right .item-content:first-child .ct-footer {
  top: 0;
}
.crt-article-last.the-blog .content-right .item-content:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.crt-article-last.the-blog .content-right .item-content .image {
  max-width: 120px;
  float: left;
}
.crt-article-last.the-blog .content-right .item-content .content {
  background: transparent;
  padding: 0 90px 0 135px;
}
.crt-article-last.the-blog .content-right .item-content h3.title {
  padding-top: 0;
}
.crt-article-last.the-blog .content-right .item-content h3.title a:hover {
  text-decoration: none;
}
.crt-article-last.the-blog .content-right .post-meta {
  color: #aaa;
  margin-bottom: 0;
}
.crt-article-last.the-blog .content-right .read-more {
  padding-top: 5px;
}
.crt-article-last.the-blog .content-right .read-more a:hover {
  text-decoration: none;
  color: #f2ce3e;
}
.crt-article-last.the-blog .content-right .ct-footer {
  background: transparent;
  position: absolute;
  right: 0;
  top: 12px;
}
.crt-article-last.the-blog .content-right .ct-footer .mod-articles-category-hits {
  color: #666;
}
.crt-article-last.the-blog .read-more a {
  color: #666;
}
.crt-article-last .item-content.one-style {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.crt-article-last .item-content.one-style .content h3.title a {
  line-height: 26px;
}
.crt-article-last .item-content.one-style .mod-articles-category-readmore a {
  color: #666;
}
.crt-article-last .item-content.one-style .date {
  width: 61px;
  text-align: center;
  height: 61px;
  background: #f2ce3e;
  color: #252525;
  position: absolute;
  top: 0;
  left: 0;
}
.crt-article-last .item-content.one-style .date .day {
  font-size: 30px;
  line-height: 18px;
  font-weight: 500;
  display: block;
  padding-top: 15px;
}
.crt-article-last .item-content.one-style .date .m {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  margin-top: 3px;
  text-align: center;
}
.crt-article-last .one-style .content {
  padding: 0 30px 25px;
}
.crt-article-last .one-style .content h3.title {
  padding-top: 22px;
}
.crt-article-last .one-style .content .post-meta {
  margin: 15px 0 0;
}
.crt-article-last .one-style .content .mod-articles-category-readmore {
  margin: 10px 0 0;
  text-transform: capitalize;
}
.crt-article-last .item-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.crt-article-last .item-content .image {
  overflow: hidden;
}
.crt-article-last .item-content .image img {
  -webkit-transition: 10s;
  -moz-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
}
.crt-article-last .item-content .image:hover img {
  -webkit-transform: scale(3) rotate(45deg);
  -moz-transform: scale(3) rotate(45deg);
  -ms-transform: scale(3) rotate(45deg);
  -o-transform: scale(3) rotate(45deg);
  transform: scale(3) rotate(45deg);
  -webkit-transition: 15s;
  -moz-transition: 15s;
  -o-transition: 15s;
  transition: 15s;
  -webkit-backface-visibility: hidden;
}
/*carousel service*/
.tzservices {
  text-align: center;
}
.tzservices.nav-carousel a {
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 40px;
  color: #FFF;
  display: block;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tzservices.nav-carousel a:first-child {
  position: absolute;
  top: 31%;
  left: -50px;
}
.tzservices.nav-carousel a:last-child {
  position: absolute;
  top: 31%;
  right: -50px;
}
.tzservices.nav-carousel a:hover {
  background: #f2ce3e;
}
.tzservices.nav-carousel a:hover i {
  color: #252525;
}
.tzservices.nav-carousel a i {
  color: rgba(255, 255, 255, 0.3);
  line-height: 40px;
  font-size: 24px;
}
.tzservices.service-image .owl-wrapper,
.tzservices.service-image .owl-item {
  margin: 0 auto;
}
.tzservices.service-image .owl-item > div {
  padding: 0 15px;
}
.tzservices.service-image .sv-image {
  padding-bottom: 30px;
}
.tz-service-image {
  margin: 0 -15px;
}
/*Easy Email*/
.newsletter .tz_acymailing .acymailing_introtext {
  padding-right: 50px !important;
}
.newsletter .tz_acymailing .acymailing_introtext .desc {
  font-size: 18px;
  margin: 0;
  position: relative;
  color: #252525;
  display: inline-block;
  font-weight: 500;
}
.newsletter .tz_acymailing .acymailing_introtext i {
  font-size: 60px;
  padding-right: 20px;
  position: relative;
  top: 10px;
  color: rgba(37, 37, 37, 0.2);
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.newsletter .tz_acymailing .acymailing_module_form .acymailing_introtext,
.newsletter .tz_acymailing .acymailing_module_form .acymailing_form {
  display: inline-block;
}
.newsletter .tz_acymailing .acymailing_form > div {
  display: inline-block;
}
.newsletter .tz_acymailing .acymailing_form > div .inputbox {
  min-width: 500px;
}
.newsletter .tz_acymailing .acymailing_form .acysubbuttons {
  padding-left: 40px !important;
}
.newsletter .tz_acymailing .acymailing_form .acysubbuttons .btn {
  text-transform: uppercase;
  background: #252525;
  color: #FFF;
  padding: 5px 50px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/*TzContact*/
.TzContact.touch textarea,
.TzContact.touch input {
  font-size: 12px;
  position: relative;
  width: 100%;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.TzContact.touch input {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.TzContact.touch textarea {
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
}
.TzContact.touch .input-v3 {
  position: relative;
}
.TzContact.touch .input-v3 i {
  position: absolute;
  font-size: 12px;
  right: 15px;
  top: 8px;
}
.TzContact.touch .tz-contact-button-bar {
  text-align: right;
}
.TzContact.touch #tz-contact-send {
  margin-top: 6px;
  padding: 4px 24px 2px;
}
.TzContact.touch #tz-contact-send i {
  font-size: 18px;
}
/*portfolio*/
.portfolio-button {
  text-align: center;
  padding: 35px 0;
  text-transform: capitalize;
}
.portfolio-button > .btn {
  margin: 0 auto;
  display: inline-block;
  background: #f2ce3e;
  color: #252525;
  padding: 5px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #f2ce3e;
}
.portfolio-button > .btn:hover {
  border-color: #252525;
  background: #252525;
  color: #FFF;
}
.tz_portfolio_articles.TzContent .element {
  background: transparent;
}
.tz_portfolio_articles.TzContent .TzInner {
  border: none;
  padding: 3px;
}
.tz_portfolio_articles.TzContent .option-combo {
  text-align: center;
  padding-bottom: 48px;
}
.tz_portfolio_articles.TzContent .option-combo .btn {
  padding: 5px 30px;
  margin: 0 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tz_portfolio_articles.TzContent.style2 .TzInner {
  margin: 0;
  padding: 0;
}
.copyright {
  padding: 28px 0;
  text-align: center;
}
.copyright p {
  margin: 0;
}
/*Accordion*/
.tz-accordion .panel {
  background: transparent;
}
.tz-accordion .panel-group .panel + .panel {
  margin-top: 8px;
}
.tz-accordion .panel {
  box-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.tz-accordion .panel .panel-heading {
  padding: 0;
}
.tz-accordion .panel .panel-heading a {
  font-size: 14px;
  padding: 12px 15px 12px 20px;
  font-weight: 400;
  display: block;
  line-height: 16px;
  position: relative;
}
.tz-accordion .panel .panel-heading a.accordion-toggle {
  background: #4396e6;
  color: #fff;
}
.tz-accordion .panel .panel-heading a.accordion-toggle.collapsed {
  background: #f8f8f8;
  color: #6c7884;
}
.tz-accordion .panel .panel-heading a:hover,
.tz-accordion .panel .panel-heading a:focus,
.tz-accordion .panel .panel-heading a:active {
  text-decoration: none;
}
.tz-accordion .panel .panel-heading a::after {
  background-position: right center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  width: 100%;
}
.tz-accordion .panel .panel-body {
  border: 1px solid #aaa;
  border-top: none;
  color: #818d9a;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
.tz-accordion.tab-br .panel .panel-heading a:before {
  background-image: url("../../../images/accordion/11.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 5px;
}
.tz-accordion.tab-br .panel .panel-heading a.accordion-toggle.collapsed {
  background: #fff;
  color: #666;
}
.tz-accordion.tab-br .panel .panel-heading a.accordion-toggle.collapsed:before {
  background-image: url("../../../images/accordion/23.png");
}
.tz-accordion.tab-br .panel .panel-heading a.accordion-toggle {
  border-color: #f2ce3e;
}
.tz-accordion.tab-br .panel .panel-heading a.accordion-toggle.collapsed {
  border: 1px solid #aaa;
}
.tz-accordion.tab-br .panel-heading + .panel-collapse > .list-group,
.tz-accordion.tab-br .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.tz-accordion.tab-br .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 30px;
  font-weight: lighter;
}
.tz-accordion.tab-br .panel-heading a.accordion-toggle,
.tz-accordion.tab-br .panel-default > .panel-heading {
  background: transparent !important;
}
.tz-accordion.tab-br-bt .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.tz-accordion.tab-br-bt .panel .panel-heading a {
  border-bottom: 1px solid #aaa;
}
.tz-accordion.tab-br-bt .panel-heading a.accordion-toggle,
.tz-accordion.tab-br-bt .panel-default > .panel-heading {
  background: transparent !important;
}
.tz-accordion.tab-br-bt .panel .panel-heading a {
  padding-left: 15px;
}
.tz-accordion.tab-br-bt .panel .panel-heading a.accordion-toggle::after {
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
  background-color: #4396e6;
  top: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tz-accordion.tab-br-bt .panel .panel-heading a.accordion-toggle.collapsed::after {
  background-color: #f8f8f8;
}
.tz-accordion.no-border .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.accordion-widget .panel-heading a {
  color: #252525;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  line-height: 25px;
}
.accordion-widget .panel-heading a:before {
  content: "\f146";
  font-family: FontAwesome;
  color: #f2ce3e;
  font-size: 16px;
  position: absolute;
  left: 0;
}
.accordion-widget .panel-heading a i {
  color: #ccc;
  font-size: 13px;
}
.accordion-widget .panel-heading a.collapsed {
  color: #252525;
}
.accordion-widget .panel-heading a.collapsed:before {
  content: "\f146";
  font-family: FontAwesome;
  color: #252525;
  font-size: 16px;
  position: absolute;
  left: 0;
}
.accordion-widget .panel-heading a.collapsed i {
  color: #818d9a;
}
.accordion-widget .panel-heading a:not(.collapsed) i {
  font-size: 0;
}
.accordion-widget .panel-heading a:not(.collapsed) i:before {
  content: "\f057";
  display: block;
  font-size: 13px;
  font-family: FontAwesome;
}
.accordion-widget a:hover,
.accordion-widget a:focus,
.accordion-widget a:active {
  text-decoration: none;
}
.accordion-widget .panel {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.accordion-widget .panel-heading {
  padding: 5px 0;
  position: relative;
}
.accordion-widget .panel-heading i {
  position: absolute;
  right: 0;
  top: 10px;
}
.accordion-widget .panel-heading span {
  padding-right: 8px;
  font-weight: 500;
}
.accordion-widget .panel-body {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 0 0 5px 0;
  border: none !important;
  padding-top: 13px !important;
}
.accordion-widget .panel {
  background: transparent;
  border-color: #e7e7e7;
  border-width: 0 0 1px 0;
  border-style: solid;
  margin-top: 0 !important;
  padding: 4px 0;
}
.accordion-widget .panel-heading,
.accordion-widget .panel-body {
  background: transparent;
  border: none;
}
.accordion-widget .panel:last-child {
  border: none;
}
.accordion-widget.icon_left .panel-heading i {
  left: 0;
  right: auto;
}
.accordion-widget.icon_left .panel-heading a {
  padding-left: 30px;
}
.tz-accordion a:focus {
  outline: none;
}
.tz-accordion.bg-head .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-accordion.bg-head .panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-accordion.bg-head .panel .panel-heading a {
  background: #FFF;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  padding: 0 15px 0 20px;
  position: relative;
}
.tz-accordion.bg-head .panel .panel-heading a.accordion-toggle.collapsed {
  background: #FFF;
}
.tz-accordion.bg-head .panel .panel-collapse .panel-body {
  border: none;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  font-weight: lighter;
  padding-left: 20px;
}
.tz-accordion.style1 .panel .panel-heading a {
  padding: 0 15px 0 60px;
}
.tz-accordion.style1 .panel .panel-heading a:before {
  background-image: url("../../../images/accordion/11.png");
  background-color: #f2ce3e;
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  height: 40px;
  left: 0;
  top: 0;
  position: absolute;
  width: 40px;
}
.tz-accordion.style1 .panel .panel-heading a.accordion-toggle.collapsed {
  background: #FFF;
}
.tz-accordion.style1 .panel .panel-heading a.accordion-toggle.collapsed:before {
  background-color: #252525;
  background-image: url("../../../images/accordion/1.png");
}
.tz-accordion.style1 .panel .panel-collapse .panel-body {
  padding-left: 40px;
}
.tz-accordion.style2 .panel .panel-heading a {
  padding: 0 60px 0 20px;
  background: #f2ce3e;
  color: #252525;
}
.tz-accordion.style2 .panel .panel-heading a:before {
  background-image: url("../../../images/accordion/11.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
}
.tz-accordion.style2 .panel .panel-heading a.accordion-toggle.collapsed {
  background: #fff;
  color: #666;
}
.tz-accordion.style2 .panel .panel-heading a.accordion-toggle.collapsed:before {
  background-image: url("../../../images/accordion/22.png");
}
.tz-accordion.style2 .panel .panel-collapse .panel-body {
  padding-left: 20px;
  padding-right: 60px;
}
.tz-accordion.style3 .panel .panel-heading a {
  padding: 0 60px 0 20px;
  background: #f2ce3e;
  color: #252525;
}
.tz-accordion.style3 .panel .panel-heading a:before {
  content: "\f13a";
  font-family: FontAwesome;
  width: 35px;
  height: 40px;
  position: absolute;
  right: 0;
  line-height: 40px;
  font-size: 18px;
  color: #252525;
}
.tz-accordion.style3 .panel .panel-heading a.accordion-toggle.collapsed {
  background: #fff;
  color: #666;
}
.tz-accordion.style3 .panel .panel-heading a.accordion-toggle.collapsed:before {
  content: "\f139";
  color: #000;
}
.tz-accordion.style3 .panel .panel-collapse {
  background: #FFF;
}
.tz-accordion.style3 .panel .panel-collapse .panel-body {
  padding-left: 20px;
  padding-right: 60px;
}
.tz-accordion.style4 .panel .panel-heading a {
  padding: 0;
  font-weight: 500;
  background: transparent;
  border-bottom: 1px solid #aaa;
  color: #252525;
}
.tz-accordion.style4 .panel .panel-heading a:before {
  background: #f2ce3e;
  content: "\f0d7";
  font-family: FontAwesome;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 20px;
  font-size: 15px;
  color: #252525;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.tz-accordion.style4 .panel .panel-heading a.accordion-toggle.collapsed {
  color: #252525;
  background: transparent;
}
.tz-accordion.style4 .panel .panel-heading a.accordion-toggle.collapsed:before {
  background: #252525;
  content: "\f0d8";
  color: #fff;
}
.tz-accordion.style4 .panel .panel-collapse .panel-body {
  padding-left: 0;
}
.we_do p {
  color: #eee;
  margin-bottom: 15px;
}
.we_do ul {
  list-style: none;
  padding: 0;
}
.we_do ul li {
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  padding-bottom: 5px;
}
.we_do ul li i {
  color: #f2ce3e;
  padding-right: 10px;
}
/*tz-flick*/
ul#tz-flick {
  padding: 5px 0 0 0;
  list-style: none;
}
ul#tz-flick > li {
  margin: 3px;
}
ul#tz-flick > li a {
  position: relative;
  display: block;
}
ul#tz-flick > li a:hover:after {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(242, 206, 62, 0.8);
  background-image: url("../../../images/plus.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.custom-donate h3 {
  color: #252525;
  float: left;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-left: 12px;
  position: relative;
}
.custom-donate h3:after {
  content: " ";
  width: 4px;
  height: 80%;
  top: 3px;
  left: 0;
  position: absolute;
  background: #f2ce3e;
}
.custom-donate a.btn {
  float: right;
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  background: #FFF;
  color: #252525;
  font-weight: 500;
  padding: 10px 30px;
}
.custom-donate a.btn:hover {
  background: #252525;
  color: #FFF;
}
/* shortcode */
.shortcode .table-responsive {
  padding-bottom: 40px;
}
.shortcode .shortcode-button {
  padding-bottom: 30px;
  margin: 0 -5px;
}
.shortcode .shortcode-button > button {
  margin: 0 5px 15px;
}
.shortcode .tz-module:first-child .service-list {
  padding-top: 40px;
}
.shortcode .sc-column h5 {
  font-weight: normal;
  margin-bottom: 18px;
}
.shortcode .sc-column > .row {
  padding-bottom: 18px;
}
.shortcode .tz_testerminal2 {
  margin: 0;
}
.shortcode .slick-slider {
  margin-bottom: 0;
}
.shortcode .tz-module:last-child .our-volunteers {
  display: block;
  clear: both;
  padding-top: 75px;
}
/* Pricing Table */
.shortcode .tz-module.module {
  padding-bottom: 100px;
}
.shortcode .tz-module.module:last-child {
  padding-bottom: 0;
}
.crt-pricing-table {
  text-align: center;
}
.crt-pricing-table .sm-pricing-column {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.crt-pricing-table .header {
  color: #FFF;
}
.crt-pricing-table .header .title {
  font-size: 24px;
  background: #f2ce3e;
  line-height: 55px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.crt-pricing-table .price {
  color: #FFF;
  background: #e7e7e7;
  padding: 25px 0 35px;
}
.crt-pricing-table .price .price-inner {
  background: #f2ce3e;
  width: 126px;
  height: 126px;
  position: relative;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.crt-pricing-table .price .price-inner:after {
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.crt-pricing-table .price .price-inner .value {
  font-size: 36px;
  position: relative;
  display: block;
  padding-top: 45px;
}
.crt-pricing-table .price .price-inner .period {
  display: block;
  position: relative;
  padding-top: 5px;
}
.crt-pricing-table .features .feature {
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
  padding: 5px 0;
}
.crt-pricing-table .features .feature:nth-child(2n) {
  background: #fff;
}
.crt-pricing-table .footer {
  background: #fafafa;
  padding: 24px 0 26px;
}
.crt-pricing-table .footer .btn {
  border: none;
  background: #f2ce3e;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 30px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.crt-pricing-table .crt-hot .header .title,
.crt-pricing-table .sm-pricing-column:hover .header .title {
  background: #252525;
  color: #fff;
}
.crt-pricing-table .crt-hot .price,
.crt-pricing-table .sm-pricing-column:hover .price {
  background: #f2ce3e;
}
.crt-pricing-table .crt-hot .price .price-inner,
.crt-pricing-table .sm-pricing-column:hover .price .price-inner {
  background: #252525;
}
.crt-pricing-table .crt-hot .footer .btn,
.crt-pricing-table .sm-pricing-column:hover .footer .btn {
  background: #252525;
}
.crt-pricing-table .crt-hot .price {
  padding: 35px 0 55px;
}
.crt-pricing-table .crt-hot .header {
  margin-top: -15px;
}
.crt-pricing-table .crt-hot .header .title {
  line-height: 58px;
}
.crt-pricing-table2 {
  text-align: center;
  background: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.crt-pricing-table2 .sm-pricing-column {
  border: 1px solid #e7e7e7;
}
.crt-pricing-table2 .header {
  padding: 30px 0;
}
.crt-pricing-table2 .header .price {
  border: 3px solid #f2ce3e;
  width: 148px;
  height: 148px;
  padding: 5px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.crt-pricing-table2 .header .price .price-inner {
  position: absolute;
  color: #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  background: #f2ce3e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.crt-pricing-table2 .header .price .price-inner .value {
  font-size: 36px;
  display: block;
  font-weight: 500;
  padding-top: 28px;
  line-height: 1.2;
}
.crt-pricing-table2 .header .price .price-inner .period {
  font-weight: lighter;
}
.crt-pricing-table2 .header .title {
  font-size: 24px;
  color: #252525;
  line-height: 1;
  font-weight: 500;
  padding-top: 5px;
}
.crt-pricing-table2 .features .feature {
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  font-size: 14px;
  font-weight: lighter;
  line-height: 28px;
  padding: 5px 0;
}
.crt-pricing-table2 .features .feature:first-child {
  border-top: 1px solid #e5e5e5;
}
.crt-pricing-table2 .footer {
  padding: 20px 0;
}
.crt-pricing-table2 .footer .btn {
  background: #f2ce3e;
  border: none;
  color: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.crt-pricing-table2 .crt-hot .sm-pricing-column,
.crt-pricing-table2 .sm-pricing-column:hover {
  background: #f2ce3e;
  color: #fff;
}
.crt-pricing-table2 .crt-hot .header .price-inner,
.crt-pricing-table2 .sm-pricing-column:hover .header .price-inner {
  color: #52b5af;
}
.crt-pricing-table2 .crt-hot .title,
.crt-pricing-table2 .sm-pricing-column:hover .title {
  color: #FFF;
}
.crt-pricing-table2 .crt-hot .features .feature,
.crt-pricing-table2 .sm-pricing-column:hover .features .feature {
  color: #FFF;
}
.crt-pricing-table2 .crt-hot .price,
.crt-pricing-table2 .sm-pricing-column:hover .price {
  border-color: #FFF;
}
.crt-pricing-table2 .crt-hot .price .price-inner,
.crt-pricing-table2 .sm-pricing-column:hover .price .price-inner {
  background: #FFF;
}
.crt-pricing-table2 .crt-hot .footer .btn,
.crt-pricing-table2 .sm-pricing-column:hover .footer .btn {
  color: #52b5af;
  background: #FFF;
}
/* Tab */
.tz-tab {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tz-tab a:focus {
  outline: none;
}
.tz-tab ul.nav-tabs {
  border: none;
  background: #fff;
  width: 100%;
  display: table;
}
.tz-tab ul.nav-tabs li {
  display: table-cell;
  float: none;
  margin: 0;
  border-right: 1px solid #e5e5e5;
}
.tz-tab ul.nav-tabs li.active,
.tz-tab ul.nav-tabs li:hover,
.tz-tab ul.nav-tabs li.open {
  background: transparent;
  color: #f2ce3e;
}
.tz-tab ul.nav-tabs li.active a,
.tz-tab ul.nav-tabs li:hover a,
.tz-tab ul.nav-tabs li.open a {
  color: #f2ce3e;
}
.tz-tab ul.nav-tabs li.active::before,
.tz-tab ul.nav-tabs li:hover::before,
.tz-tab ul.nav-tabs li.open::before {
  border-top: 2px solid #f2ce3e;
  content: " ";
  position: absolute;
  top: -2px;
  width: 100%;
  z-index: 99;
}
.tz-tab ul.nav-tabs li:last-child {
  border-right: none;
}
.tz-tab ul.nav-tabs li a {
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-tab ul.nav-tabs li a:hover {
  background: transparent;
  color: #f2ce3e;
}
.tz-tab .nav-tabs > li > a {
  border: none;
}
.tz-tab .nav-tabs > li.active > a,
.tz-tab .nav-tabs > li.active > a:focus,
.tz-tab .nav-tabs > li.active > a:hover {
  border: none;
}
.tz-tab .tab-content {
  background: #FFF;
  padding: 20px 20px 18px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  font-weight: lighter;
}
.tz-tab > ul li,
.tz-tab > ul li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.tz-tab > ul li.active,
.tz-tab > ul li:last-child.active {
  border-bottom: none;
}
.tz-tab.style2 ul.nav-tabs {
  background: #383838;
}
.tz-tab.style2 ul.nav-tabs li.active,
.tz-tab.style2 ul.nav-tabs li:hover,
.tz-tab.style2 ul.nav-tabs li.open,
.tz-tab.style2 .nav-tabs > li.active > a,
.tz-tab.style2 .nav-tabs > li.active > a:focus,
.tz-tab.style2 .nav-tabs > li.active > a:hover {
  background: #FFF;
  color: #f2ce3e;
}
.tz-tab.style2 ul.nav-tabs li a {
  color: #838383;
}
.tz_portfolio_plus_articles.default {
  margin: 0 -15px;
}
.tz_portfolio_plus_articles.default .element {
  background: transparent;
}
.tz_portfolio_plus_articles.default #tz_options {
  text-align: center;
  padding-bottom: 40px;
}
.tz_portfolio_plus_articles.default #tz_options #filter a.btn {
  background: #FFF;
  font-weight: normal;
  border: none;
  text-transform: capitalize;
  padding: 6px 25px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin: 0 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.tz_portfolio_plus_articles.default #tz_options #filter a.btn.selected,
.tz_portfolio_plus_articles.default #tz_options #filter a.btn:hover {
  background: #f2ce3e;
  color: #252525;
}
.tz_portfolio_plus_articles.default .TzInner {
  padding: 15px;
}
.tz_portfolio_plus_articles.default .TzInner .intro-desc {
  padding: 10px 15px;
}
.tz_portfolio_plus_articles.default .TzInner .intro-desc:empty {
  display: none;
}
.tz_portfolio_plus_articles.default .TzInner .intro-desc .btn,
.tz_portfolio_plus_articles.default .TzInner .intro-desc button {
  padding: 0 15px;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio {
  text-align: center;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio .TzInner .absolute {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio .TzInner .absolute .tz-table-cell {
  padding: 20px;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio .TzInner .absolute .tz-table-cell i.fa-search {
  background: #FFF;
  height: 42px;
  line-height: 42px;
  width: 42px;
  font-size: 16px;
  color: #252525;
  border: 1px solid #FFF;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.65s;
  -moz-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio .TzInner .absolute .tz-table-cell i.fa-search:hover {
  background: #252525;
  color: #FFF;
  border-color: #252525;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio .tz_portfolio_plus_image:hover .absolute {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(242, 206, 62, 0.85);
}
.tz_portfolio_plus_articles.default.crt-md-portfolio .tz_portfolio_plus_image:hover .absolute .tz-table-cell i.fa-search {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz_portfolio_plus_articles.default.crt-md-portfolio.portfolio2 {
  margin: 0;
}
.tz_portfolio_plus_articles.default.crt-md-portfolio.portfolio2 .TzInner {
  padding: 0;
}
.hikashop_module .hikashop_container .hikashop_subcontainer.thumbnail {
  padding: 0;
  margin: 0;
  border: none;
}
.hikashop_module .hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature {
  background: rgba(242, 206, 62, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.hikashop_module .div_img_desc .hikashop_product_price_full,
.hikashop_module .tz_info_product .hikashop_product_price_full {
  padding: 10px 0 9px;
}
.hikashop_module .hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image {
  border: none;
}
.hikashop_module .hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_name {
  padding-bottom: 7px;
}
.hikashop_module .hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_name a {
  font-size: 16px;
  font-weight: 500;
  color: #252525;
}
.hikashop_module .hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_price {
  font-size: 16px;
  font-weight: 400;
}
/* our-volunteers */
.our-volunteers {
  text-align: center;
}
.our-volunteers .ourteam {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.our-volunteers .ourteam .tz_multi_image {
  overflow: hidden;
}
.our-volunteers .ourteam .tz_multi_image img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.our-volunteers .ourteam:hover .tz_multi_image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.our-volunteers .ourteam_desc {
  background: #FFF;
  padding: 13px 30px 25px;
}
.our-volunteers .ourteam_desc .tz_multi_name {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.our-volunteers .ourteam_desc .tz_multi_desc {
  color: #666;
  font-size: 14px;
  margin: 0 0 13px;
}
.our-volunteers .ourteam_desc .link_social {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
}
.our-volunteers .ourteam_desc .link_social a {
  margin: 0 3px;
}
.our-volunteers .ourteam_desc .link_social a:hover i {
  background: #f2ce3e;
  color: #252525;
}
.our-volunteers .ourteam_desc .link_social a i {
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #aaa;
  height: 30px;
  width: 30px;
  line-height: 32px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.our-volunteers.style3 {
  text-align: left;
}
.our-volunteers.style3 .ourteam {
  display: table;
  height: 100%;
  width: 100%;
  padding-bottom: 30px;
}
.our-volunteers.style3 .ourteam > div {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: middle;
  width: 50%;
}
.our-volunteers.style3 .ourteam .vlt-image {
  padding-right: 0;
}
.our-volunteers.style3 .ourteam .vlt-desc {
  background: #FFF;
  padding-left: 0;
}
.our-volunteers.style3 .ourteam .link_social a {
  text-align: center;
}
.our-volunteers.style3 .ourteam_desc {
  padding: 0 30px;
}
.our-volunteers.style3 .ourteam_desc .tz_multi_desc {
  margin: 5px 0 13px;
}
#tz-google-map {
  padding: 0;
}
/* Edit style */
#jux-causes.default.style3 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary {
  margin: 12px 0 0;
}
#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary {
  margin: 12px 0 16px;
}
#jux-causes.default .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .outer-therm {
  margin: 10px 0 13px;
}
.ct-volunteer h3 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}
.ct-volunteer h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  margin-top: 1px;
}
.ct-volunteer .btn {
  background: #fff;
  border: none;
  color: #252525;
  font-size: 14px;
  margin-top: 0;
  overflow: hidden;
  float: right;
  padding: 11px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.ct-volunteer .btn:hover {
  background: #252525;
  color: #fff;
}
#jux-causes.style2 .jux-content .jux-loop-item .jux-loop-item-featured,
#jux-causes.style4 .jux-content .jux-loop-item .jux-loop-item-featured,
.tz-events-list.style3 .jux-loop-item-wrap .jux-loop-item-featured,
.mod-right .latestnews li .rc-image,
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap .jux-loop-item-featured {
  overflow: hidden;
}
#jux-causes.style2 .jux-content .jux-loop-item .jux-loop-item-featured img,
#jux-causes.style4 .jux-content .jux-loop-item .jux-loop-item-featured img,
.tz-events-list.style3 .jux-loop-item-wrap .jux-loop-item-featured img,
.mod-right .latestnews li .rc-image img,
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap .jux-loop-item-featured img {
  -webkit-transition: 10s;
  -moz-transition: 10s;
  -o-transition: 10s;
  transition: 10s;
}
#jux-causes.style2 .jux-content .jux-loop-item .jux-loop-item-featured:hover img,
#jux-causes.style4 .jux-content .jux-loop-item .jux-loop-item-featured:hover img,
.tz-events-list.style3 .jux-loop-item-wrap .jux-loop-item-featured:hover img,
.mod-right .latestnews li .rc-image:hover img,
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap .jux-loop-item-featured:hover img {
  -webkit-transform: scale(3) rotate(45deg);
  -moz-transform: scale(3) rotate(45deg);
  -ms-transform: scale(3) rotate(45deg);
  -o-transform: scale(3) rotate(45deg);
  transform: scale(3) rotate(45deg);
  -webkit-transition: all 20s ease 0s;
  -moz-transition: all 20s ease 0s;
  -o-transition: all 20s ease 0s;
  transition: all 20s ease 0s;
  -webkit-backface-visibility: hidden;
}
div#jux-causes-grid a:hover,
div#jux-causes-grid a:focus,
div#jux-causes-grid .jux-main-navigation ul.navbar-nav li.open > a,
div#jux-causes-grid .jux-main-navigation ul.navbar-nav > li.active > a,
div#jux-causes-grid .jux-main-navigation ul.navbar-nav > li a:hover,
div#jux-causes-grid .jux-main-navigation ul.navbar-nav > li a:focus,
div#jux-causes-grid .jux-main-navigation ul.navbar-nav > li > a:hover,
div#jux-causes-grid .jux-main-navigation ul.navbar-nav > li > a:focus,
div#jux-causes-grid .jux-footer .jux-useful-links .jux-useful-links-menu ul li a:hover,
div#jux-causes-grid .jux-footer .jux-copyright a:hover,
div#jux-causes-grid .jux-content-meta > span a:hover,
div#jux-causes-grid .jux-hentry.jux-format-quote a:hover,
div#jux-causes-grid .jux-hentry.format-link a:hover,
div#jux-causes-grid .jux-comments-area .jux-comment-block .jux-comment-reply-link:hover,
div#jux-causes-grid body.single:not(.single-blog) .jux-content-meta > span a:hover,
div#jux-causes-grid .jux-content-meta-button > a:hover,
div#jux-causes-grid .jux-tooltip-inner .jux-icon-share:hover,
div#jux-causes-grid .jux-hentry .jux-event-time .jux-event-countdown,
div#jux-causes-grid .jux-hentry .jux-event-time .jux-event-countdown .jux-dash .jux-time_number .jux-digit,
div#jux-causes-grid .jux-hentry .jux-event-time .jux-event-countdown .jux-dash .dash_title,
div#jux-causes-grid .jux-social-list li a:hover,
div#jux-causes-grid .jux-jp-controls-container .jux-jp-controls a:hover,
div#jux-causes-grid .jux-contact-info-wrap .jux-contact-info .jux-contact-detail ul li i,
div#jux-causes-grid .jux-content-summary .jux-donate-progress-label .jux-donate-progress-ed span,
div#jux-causes-grid .jux-content-summary .jux-donate-progress-label .jux-donate-progress-go span,
div#jux-causes-grid .jux-featured-causes .jux-view-all-cause-btn:hover {
  color: #f2ce3e;
}
div#jux-causes-grid .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn {
  background: #252525;
  color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#jux-causes-grid .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn:hover {
  background: #f2ce3e;
  color: #252525;
}
.tz_plo_pl_crs .tzpp_media {
  text-align: center;
  overflow: hidden;
}
.tz_plo_pl_crs .tzpp_media .absolute {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.35s;
  -moz-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.tz_plo_pl_crs .tzpp_media .absolute .tz-table-cell {
  padding: 20px;
}
.tz_plo_pl_crs .tzpp_media .absolute .tz-table-cell i.fa-search {
  background: #FFF;
  height: 42px;
  line-height: 42px;
  width: 42px;
  font-size: 16px;
  color: #252525;
  border: 1px solid #FFF;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.65s;
  -moz-transition: 0.65s;
  -o-transition: 0.65s;
  transition: 0.65s;
}
.tz_plo_pl_crs .tzpp_media .absolute .tz-table-cell i.fa-search:hover {
  background: #252525;
  color: #FFF;
  border-color: #252525;
}
.tz_plo_pl_crs .tzpp_media .tz_portfolio_plus_image:hover .absolute {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: rgba(242, 206, 62, 0.85);
}
.tz_plo_pl_crs .tzpp_media .tz_portfolio_plus_image:hover .absolute .tz-table-cell i.fa-search {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@-webkit-keyframes gn-ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
@keyframes gn-ripple-out {
  100% {
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(-5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1) rotate(0deg);
  }
  50% {
    -o-transform: scale(1.1) rotate(-5deg);
  }
  100% {
    -o-transform: scale(1) rotate(0deg);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1) rotate(0deg);
  }
  50% {
    -moz-transform: scale(1.1) rotate(-5deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(-5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@-webkit-keyframes bump {
  0% {
    top: 0;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bump {
  0% {
    top: 0;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes bump {
  0% {
    top: 0;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
@keyframes bump {
  0% {
    top: 0;
  }
  5% {
    top: 3px;
  }
  10% {
    top: 0;
  }
  100% {
    top: 0;
  }
}
.data-social a {
  margin: 0 10px;
}
.data-social a i {
  color: #aaaaaa;
  background: #e7e7e7;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 2;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.data-social a i:hover {
  background-color: #f2ce3e;
  color: #252525;
}
.data-btn {
  background: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
}
.data-btn-hover:hover,
.data-btn-hover:active,
.data-btn-hover:focus {
  background: #252525;
  border: 1px solid #252525;
  color: #ffffff;
}
.data-toggle .btn {
  color: #ffffff !important;
}
.data-toggle .btn:hover {
  border: 1px solid #252525;
}
.data-toggle .btn .caret {
  margin-left: 5px;
}
.data-toggle ul {
  border: 0;
  margin: 0;
  padding: 0;
}
.tzt_row {
  margin: 0px -15px;
}
.wp_teserminal1 .col-lg-6.col-md-6.col-sm-6:nth-child(2n+1) {
  clear: both;
}
.wp_teserminal1 .col-lg-4.col-md-4.col-sm-6:nth-child(3n+1) {
  clear: both;
}
.testimonial_wrap .tz-content {
  position: relative;
}
.testimonial_wrap .tz-content p {
  background-color: #fff;
  padding: 20px 60px 20px 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.testimonial_wrap .tz-content i {
  float: right;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -20px;
  font-size: 35px;
  color: #f2ce3e;
}
.testimonial_wrap .testimonial_meta {
  padding-left: 20px;
}
.testimonial_wrap .testimonial_meta .pull-left {
  padding: 0 20px;
  display: block;
  float: left;
}
.testimonial_wrap .testimonial_meta .pull-left h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.testimonial_wrap .testimonial_meta .pull-left h3 a {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
}
.testimonial_wrap .testimonial_meta .pull-left p {
  font-weight: 300;
  color: #666666;
}
.testimonial_wrap .testimonial_meta img {
  max-width: 80px;
  float: left;
  width: 100%;
}
.tz_testerminal2 {
  padding: 30px 0;
  background: #ffffff;
  margin: 30px 0;
}
.wp_testerminal {
  max-width: 40%;
  width: 100%;
  margin: 0 auto;
}
.wp_testerminal .testimonial_details p {
  font-weight: 300;
}
.wp_testerminal .testimonial_details .fa:before {
  color: #aaaaaa;
  padding: 0 5px;
}
.wp_testerminal .slick-prev:hover:before {
  color: #f2ce3e;
}
.wp_testerminal .slick-prev:before {
  font-family: FontAwesome;
  content: "\f053";
  color: #e7e7e7;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.wp_testerminal .slick-next:hover:before {
  color: #f2ce3e;
}
.wp_testerminal .slick-next:before {
  font-family: FontAwesome;
  content: "\f054";
  color: #e7e7e7;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.wp_testerminal .pull-left {
  float: none!important;
}
.wp_testerminal .pull-left span {
  margin-bottom: 4px;
}
.wp_testerminal .pull-left span a {
  display: block;
  color: #252525;
  font-weight: 500;
}
.wp_testerminal .pull-left p {
  margin: 2px 0px 25px 0px;
  display: inline-block;
  font-weight: 300;
  font-size: 12px;
}
.wp_testerminal .pull-left p:after {
  border-bottom: 1px solid #f2ce3e;
  content: " ";
  display: block;
  padding-bottom: 15px;
  margin: 0px 8px;
  opacity: 0.5;
}
.wp_testerminal .slick-center {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
  /* Standard syntax */
  opacity: 1 !important;
}
.wp_testerminal .slick-center img {
  width: 65px;
  height: 65px;
  max-width: none;
}
.wp_testerminal .slick-center .img-circle {
  border: 1px solid #f2ce3e;
}
.wp_testerminal .slick-cloned,
.wp_testerminal .slick-active {
  opacity: 0.5;
}
.wp_testerminal .slick-track {
  padding: 10px 0;
}
.tz_slider-nav,
.tz_slider-for {
  display: block;
  position: relative;
  clear: both;
}
.tz_slider-nav img {
  max-width: 65px;
  height: 65px;
  width: 100%;
}
.test_text_wrap {
  text-align: center;
}
.slick-slide:focus {
  outline: none;
}
.testimonial_wrap_default .slick-slider {
  margin-bottom: 0;
}
.testimonial_wrap_default .slick-slide {
  margin-left: -15px;
  margin-right: -15px;
}
.testimonial_wrap_default .slick-dots li {
  width: 10px;
  height: 10px;
}
.testimonial_wrap_default .slick-dots li button {
  width: 10px;
  height: 10px;
}
.testimonial_wrap_default .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #252525;
  border: 2px solid #252525;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: transparent;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.testimonial_wrap_default .slick-dots li button:hover:before,
.testimonial_wrap_default .slick-dots li button:focus,
.testimonial_wrap_default .slick-dots li button:active {
  background: #f2ce3e;
  border-color: #f2ce3e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonial_wrap_default .slick-dots li.slick-active button:before {
  color: transparent;
  background: #f2ce3e;
  border: 2px solid #f2ce3e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.testimonial_wrap_default ul.slick-dots {
  bottom: 50px;
  text-align: right;
  padding-right: 10px;
}
.testimonial_wrap_default .img-circle {
  max-width: 80px;
  float: left;
  width: 100%;
}
.testimonial_wrap_default .content p {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
.testimonial_wrap_default .testimonial_meta {
  display: block;
  padding-top: 15px;
}
.testimonial_wrap_default .pull-left {
  padding: 0px 20px;
  display: block;
}
.testimonial_wrap_default .pull-left a {
  font-size: 18px;
  color: #252525;
  font-weight: 500;
  font-style: normal;
}
.testimonial_wrap_default .pull-left p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 300;
}
.tz_testerminal3 .slick-dots {
  position: absolute;
  bottom: -85px;
  z-index: 99999;
}
.tz_testerminal3 .slick-dots li {
  margin: 0;
}
.tz_testerminal3 .slick-dots li button:before {
  font-size: 8px;
  color: #aaaaaa ;
  opacity: 1;
}
.tz_testerminal3 .slick-dots li.slick-active {
  opacity: 1;
}
.tz_testerminal3 .slick-dots li.slick-active button:before {
  top: 2px;
}
.tz_testerminal3 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  line-height: 2;
  border: 3px solid #f2ce3e ;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-top: 3px;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(242, 206, 62, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(242, 206, 62, 0.5);
  box-shadow: 0 0 10px 0 rgba(242, 206, 62, 0.5);
}
.tz_testerminal2.fix-tl4 {
  position: relative;
  background: transparent;
  padding: 0;
  margin: 0;
}
.tz_testerminal2.fix-tl4 .slick-slider {
  margin-bottom: 10px;
}
.tz_testerminal2.fix-tl4 .slick-slider:first-child .slick-list .slick-track {
  padding-top: 0;
}
.tz_testerminal2.fix-tl4 i.fa {
  font-size: 36px;
}
.tz_testerminal2.fix-tl4 i.fa:before {
  color: #f2ce3e;
}
.tz_testerminal2.fix-tl4 i.fa-quote-left {
  float: left;
}
.tz_testerminal2.fix-tl4 .slick-dots {
  position: absolute;
  bottom: -110px;
  z-index: 99999;
}
.tz_testerminal2.fix-tl4 .slick-dots li {
  margin: 0;
}
.tz_testerminal2.fix-tl4 .slick-dots li button:before {
  font-size: 8px;
  color: #aaaaaa ;
  opacity: 1;
}
.tz_testerminal2.fix-tl4 .slick-dots li.slick-active {
  opacity: 1;
}
.tz_testerminal2.fix-tl4 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  line-height: 2;
  border: 3px solid #f2ce3e ;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin-top: 3px;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(242, 206, 62, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(242, 206, 62, 0.5);
  box-shadow: 0 0 10px 0 rgba(242, 206, 62, 0.5);
}
.tz_testerminal2.fix-tl4 .wp_testerminal {
  max-width: 75%;
}
.tz_testerminal2.fix-tl4 .wp_testerminal .slick-center .img-circle {
  border: 3px solid #f2ce3e ;
}
.tz_testerminal2.fix-tl4 .wp_testerminal .pull-left p:after {
  border-bottom: 0;
}
.tz_testerminal2.fix-tl4 .wp_testerminal .pull-left a {
  color: #fff;
  line-height: 1;
  margin: 5px 0 1px;
}
.tz_testerminal2.fix-tl4 .img-circle {
  margin: 0 auto;
}
.tz_testerminal2.fix-tl4 .fix-tl4-ct-desc {
  color: #eee;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0 0;
  width: 93%;
}
.tz_testerminal2.fix-tl4 hr {
  border-top: 0;
}
.tz_testerminal2.fix-tl4 p {
  line-height: 1.7;
  color: #aaa;
  margin: 0;
}
.tz_testerminal2.fix-tl4 h1 {
  margin-bottom: 38px;
  font-size: 30px;
  color: #ffffff ;
  margin-top: 15px;
}
.tz_testerminal2.fix-tl4 h1:after {
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 36px;
  background: #aaa;
  width: 171px;
  position: absolute;
}
.tz_testerminal2.fix-tl4 h1:before {
  background: #f2ce3e ;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 35px;
  width: 60px;
  z-index: 99;
}
.tz_testerminal2.fix-tl4 .slick-slide {
  padding-right: 5px;
  padding-left: 5px;
}
.tz_testerminal2.fix-tl4 .tz_slider-nav {
  max-width: 40%;
  margin: 0 auto;
  padding-top: 10px;
}
.tz_responsive {
  text-align: center;
}
.tz_responsive .tz_testimonial_details {
  padding: 20px;
  background-color: #ffffff;
}
.tz_responsive .tz_testimonial_details .testimonial_meta p {
  font-size: 12px;
  color: #aaaaaa;
}
.tz_responsive .tz_testimonial_details .testimonial_meta p a {
  font-size: 14px;
}
.tz_responsive .tz_testimonial_details p {
  line-height: 1.7777777;
  padding-bottom: 5px;
  font-weight: 300;
}
.tz_responsive .tz_testimonial_details .fa {
  margin: 20px 0;
}
.tz_responsive .tz_testimonial_details .fa:before {
  color: #f2ce3e;
  font-size: 35px;
}
.tz_responsive .slick-slide img {
  display: block;
  max-width: 60px;
  width: 100%;
  margin: 15px auto;
}
.tz_responsive .pull-left {
  text-align: center;
  float: none !important;
}
.tz_responsive .pull-left a {
  color: #f2ce3e;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.tz_responsive .pull-left a:focus {
  outline: none;
}
.wrapper_blockquote {
  margin: 40px 15px;
}
.tz_bqtille {
  border-left: 3px solid #F2CE3E;
  padding-left: 8px;
  line-height: 0.8;
}
.tz_bqcontent {
  margin: 20px 0;
  background: #ffffff;
  display: inline-block;
  position: relative;
  border-left: 5px solid #f2ce3e;
  padding: 25px 0;
}
.tz_bqcontent i {
  position: absolute;
  top: 25%;
  left: 38px;
}
.tz_bqcontent i:before {
  font-size: 28px;
  color: #252525;
}
.tz_bqcontent p {
  margin-left: 95px;
  margin-right: 40px;
  color: #666666;
}
.tz_bqcontent2 {
  margin: 20px 0;
  background: #ffffff;
  display: inline-block;
  position: relative;
  padding: 25px 0;
}
.tz_bqcontent2 i {
  position: absolute;
  top: 25%;
  left: 29px;
}
.tz_bqcontent2 i:before {
  font-size: 25px;
  color: #ffffff;
  background-color: #f2ce3e;
  padding: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tz_bqcontent2 p {
  margin-left: 120px;
  margin-right: 40px;
  color: #666666;
}
.tz_bqcontent3 {
  background: #ffffff;
  border-top: 3px solid #f2ce3e;
  padding: 25px 0;
  position: relative;
  padding-left: 40px;
}
.tz_bqcontent3 p {
  margin-right: 98px;
}
.tz_bqcontent3 i {
  position: absolute;
  top: 20%;
  right: 28px;
}
.tz_bqcontent3 i:before {
  font-size: 45px;
  color: #f2ce3e;
}
.tz_bqcontent3 a {
  color: #f2ce3e;
}
.bg-white {
  background-color: #ffffff;
}
.bg-blue {
  background: #bad0e2;
  color: #337ab7;
}
.wrapper_column {
  padding-top: 40px;
  display: block;
  clear: both;
  position: relative;
}
.wrapper_alert {
  margin: 0 -15px;
}
.wrapper_alert .one_column .close {
  right: 0;
}
.wrapper_alert .one_column .alert {
  padding: 23px 15px;
  position: relative;
}
.wrapper_alert .one_column .alert i {
  position: absolute;
  top: 50%;
  left: 57px;
  font-size: 40px;
  margin-top: -20px;
}
.item-alert {
  font-size: 16px;
  padding-left: 130px;
  font-weight: 500;
}
.item-alert p {
  font-weight: 300;
  font-size: 14px;
  margin: 10px 0 0;
}
.bg-blue p {
  color: #337ab7;
}
.alert-danger p {
  color: #a94442;
}
.alert-warning p {
  color: #8a6d3b;
}
.alert-success p {
  color: #3c763d;
}
.alert-info p {
  color: #31708f;
}
.title_alert h3 {
  border-left: 3px solid #f2ce3e;
  padding: 0px 10px;
  line-height: 1;
}
.more-content {
  background: #fafafa none repeat scroll 0 0;
  box-sizing: content-box;
  clear: both;
  margin-top: 30px;
  overflow: hidden;
  padding: 11px 15px;
}
.article-info {
  color: #aaaaaa;
}
.article-info dd {
  margin-right: 50px;
}
.article-info dd i {
  color: #666666;
  margin-right: 5px;
}
.item-page {
  position: relative;
}
.item-page .btn-toolbar {
  padding: 15px 0;
}
.item-page .btn-toolbar .btn {
  color: #ffffff;
}
.item-page .controls select#jform_tags {
  height: 50px;
  display: block !important;
}
.item-page .controls div#jform_tags_chzn {
  width: 100px !important;
  margin: 10px 0;
}
.item-page .tab-pane .chzn-single {
  width: 100px;
}
.item-page .nav-tabs li a {
  display: inline-block !important;
}
.item-page .icons .btn {
  color: #ffffff !important;
}
.item-page .icons .btn:hover {
  border: 1px solid #252525;
}
.item-page .icons .btn .caret {
  margin-left: 5px;
}
.item-page .icons ul {
  border: 0;
  margin: 0;
  padding: 0;
}
.item-page ul {
  list-style-type: none;
  color: #666666;
}
.item-page a {
  color: #252525;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 14px;
}
.item-page .tz-conten-blog {
  background-color: #ffffff;
}
.item-page .tz-conten-blog .tz-blogtext-content {
  display: block;
  clear: both;
  position: static;
  padding: 20px 30px;
}
.item-page .tz-conten-blog .tz-blogtext-content .tz_bqcontent2 {
  color: #252525;
  background: #f5f5f5;
}
.item-page .tz-conten-blog .tz-blogtext-content .tz_bqcontent2 p {
  font-weight: 400;
  font-size: 18px;
  color: #252525;
}
.item-page .tz-conten-blog .tz-blogtext-content .tz_bqcontent2 i:before {
  color: #f2ce3e;
  background-color: transparent;
  font-size: 30px;
}
.item-page .tz-conten-blog .tz-blogtext-content .SocialSharing a {
  margin: 0 10px;
}
.item-page .tz-conten-blog .tz-blogtext-content .SocialSharing a i {
  color: #aaaaaa;
  background: #e7e7e7;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 2;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.item-page .tz-conten-blog .tz-blogtext-content .SocialSharing a i:hover {
  background-color: #f2ce3e;
  color: #252525;
}
.item-page .tz-conten-blog .tz-blogtext-content p {
  line-height: 1.7;
  font-weight: 300;
  font-size: 14px;
}
.item-page .tz-conten-blog .tz-blogtext-content img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.item-page .tz-conten-blog .tz-blogtext-content .article-info {
  color: #aaaaaa;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.item-page .tz-conten-blog .tz-blogtext-content .page-header {
  border: 0;
  margin: 0;
}
.item-page .tz-conten-blog .tz-blogtext-content .page-header h2 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 700;
  color: #252525;
}
.item-page .tz-conten-blog .tz_conten_img {
  float: none !important;
}
.item-page .tz-conten-blog .tz_conten_img img {
  width: 100%;
  display: block;
  position: relative;
  clear: both;
}
.item-page .icons {
  clear: both;
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.item-page .icons a {
  color: #000000;
}
.contact-position {
  margin: 0;
  display: block;
  padding: 0;
  clear: both;
}
.contact-position dd {
  margin: 0;
}
.meta-tags {
  line-height: 1.9;
}
.meta-tags span {
  position: relative;
  clear: both;
  display: block;
  margin-right: 18px;
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  background: transparent;
  line-height: 1.3;
}
.meta-tags span i {
  margin: 0 10px;
  color: #000000;
}
.meta-tags .tags {
  float: left;
  margin: 0;
}
.meta-tags ul li {
  padding: 0;
}
.meta-tags ul li a {
  background-color: #e7e7e7;
  color: #666666;
  font-size: 12px;
  font-weight: 300;
  white-space: normal;
  vertical-align: baseline;
  padding: 0.4em 1em .5em;
}
div.contact .btn {
  padding: 10px 40px;
  text-transform: uppercase;
  border: none;
}
div.contact .btn:hover {
  background: #252525;
  color: #FFF;
}
div.contact .form-content input#jform_contact_email_copy,
div.contact .form-content label#jform_contact_email_copy-lbl {
  display: inline-block;
  width: auto;
}
div.contact .form-content span {
  display: block;
  padding-bottom: 4px;
  color: #666666;
  font-weight: 400;
}
div.contact .form-content p {
  margin: 0 0 12px;
}
div.contact .form-content label {
  display: block;
}
div.contact .form-content input,
div.contact .form-content textarea {
  display: block;
  width: 100%;
  clear: both;
  padding: 6px 15px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.contact .form-content input:focus,
div.contact .form-content textarea:focus {
  outline-color: #f2ce3e;
  border-color: #f2ce3e;
}
div.contact .form-content textarea {
  max-height: 100px;
}
div.contact .form-content .email_copy {
  margin: 0px;
}
div.contact .ct_title h4 {
  border-left: 3px solid #f2ce3e;
  padding-left: 10px;
  margin-bottom: 55px;
  line-height: 0.9;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  margin-top: 12px;
}
div.contact .contact-form h3 {
  border-left: 3px solid #f2ce3e;
  padding-left: 10px;
  margin-bottom: 54px;
  margin-top: 11px;
  line-height: 0.9;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
}
div.contact .form-actions {
  text-align: center;
  padding-top: 25px;
}
div.contact .all-icadd {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f2ce3e;
  color: #252525;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div.contact .all-icadd .fa {
  margin: 10px;
  font-size: 12px;
  line-height: 10px;
}
div.contact .all-icadd .fa-map-marker {
  padding: 0 2px;
}
div.contact .cont-tt {
  margin-left: 50px;
  padding: 0 0 10px;
}
div.contact .cont-tt h3 {
  font-size: 16px;
  color: #666;
  line-height: 1;
  margin-bottom: 5px;
}
div.contact .cont-tt h3 span {
  font-weight: 500;
  font-style: normal;
}
div.contact .cont-tt span {
  color: #666666;
  font-weight: 300;
}
div.contact .cont-tt span a {
  color: #666666;
}
div.contact .jicons-text {
  display: block;
}
div.contact .thumbnail {
  float: left !important;
}
div.contact select {
  padding: 5px;
}
div.contact .contact-address {
  position: relative;
  display: block;
  clear: both;
}
.contact-links .nav-stacked > li + li {
  margin: 0;
}
.contact-links li.open {
  outline: none;
}
.contact-links li.open a {
  border: 1px solid transparent;
}
.contact-links li {
  display: inline-block;
  float: left;
}
.contact-links .nav-tabs {
  border-bottom: 0;
  margin: 18px 0;
}
.contact-links .nav-tabs li:hover,
.contact-links .nav-tabs li:focus {
  outline: none !important;
}
.contact-links .nav-tabs li a {
  background: #fff;
  padding: 4px 9px;
  color: #aaa;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-right: 5px;
}
.contact-links .nav-tabs li a:hover,
.contact-links .nav-tabs li a:focus {
  background: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
  outline: none !important;
}
.tz_wpadd {
  border-bottom: 1px solid #e6e6e6;
}
.login {
  margin: auto;
  background: #f7f7f7;
  padding: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.login ul {
  list-style-type: none;
}
.login ul li a {
  padding: 0;
  color: #666;
}
.login .nav .open > a,
.login .nav .open > a:focus,
.login .nav .open > a:hover {
  background-color: transparent;
}
.login .tz-recovery {
  margin-top: 20px;
}
.login .tz-recovery ul {
  text-align: left;
  display: inline-block;
}
.login .inputbox {
  display: inline-block;
  width: auto;
  margin: 15px 10px 0;
}
.login .control-label {
  display: inline-block;
  text-align: left;
}
.login .control-label label {
  margin-bottom: 10px;
  font-weight: 400;
}
.login .controls {
  display: inline;
}
.login .btn.btn-primary,
.login button.btn-primary {
  background: #f2ce3e none repeat scroll 0 0;
  border: 1px solid #f2ce3e;
}
.login .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  display: inline-block;
}
.login .checkbox input {
  width: auto;
}
.login .btn {
  width: 100%;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  padding: 12px 12px;
}
.login .btn:hover {
  background-color: #000000;
}
.login input {
  width: 100%;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 20px;
  color: #818d9a;
  font-size: 14px;
  line-height: 1em;
  background-color: #ffffff;
}
.login input:focus {
  outline-color: #f2ce3e;
}
.login .login_tille h3 {
  font-size: 30px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-align: center;
  margin-bottom: 20px;
}
#tz-gg-map {
  padding: 0;
}
.pagination-list .active a {
  background-color: #f2ce3e;
  border: 1px solid #f2ce3e;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.pagination-list .active a:hover,
.pagination-list .active a:active,
.pagination-list .active a:focus {
  background-color: #222222;
  border: 1px solid #222222;
}
.pagination-list li a,
.pagination-list .disabled a {
  color: #aaaaaa;
  margin: 0 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pagination-list li a:hover,
.pagination-list .disabled a:hover,
.pagination-list li a:active,
.pagination-list .disabled a:active,
.pagination-list li a:focus,
.pagination-list .disabled a:focus {
  background-color: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
}
.category-list h2 {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-bottom: 25px;
}
.category-list td {
  color: #666666;
}
.category-list td .badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #252525;
}
.category-list a {
  color: #252525;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.category-list a:hover {
  color: #f2ce3e;
}
.category-list .filters {
  float: right;
  margin-top: 15px;
  display: inline-block;
}
.blog-featured .icons .btn {
  color: #ffffff !important;
}
.blog-featured .icons .btn:hover {
  border: 1px solid #252525;
}
.blog-featured .icons .btn .caret {
  margin-left: 5px;
}
.blog-featured .icons ul {
  border: 0;
  margin: 0;
  padding: 0;
}
.blog-featured a {
  color: #f2ce3e;
  transition: 300ms;
  font-size: 14px;
}
.blog-featured a:hover,
.blog-featured a:active,
.blog-featured a:focus {
  color: #252525;
}
.blog-featured ul {
  list-style-type: none;
  border-left: 2px solid #f2ce3e;
  padding-left: 20px;
  margin-left: 10px;
}
.blog-featured h2 {
  margin-bottom: 20px;
}
.blog-featured h2 a {
  font-size: 24px;
  color: #252525;
  transition: 300;
}
.archive .chzn-single {
  height: 34px;
  background: transparent;
  line-height: 33px;
}
.archive .chzn-single b {
  margin: 5px 0;
}
.archive .article-info {
  font-size: 14px;
}
.archive .intro ul {
  list-style-type: none;
  border-left: 2px solid #f2ce3e;
  padding-left: 20px;
  margin-left: 10px;
}
.archive a {
  color: #f2ce3e;
}
.archive h2 a {
  font-size: 24px;
  color: #252525;
  transition: 300;
}
.more-content .SocialSharing a {
  margin: 0 10px;
}
.more-content .SocialSharing a i {
  color: #aaaaaa;
  background: #e7e7e7;
  width: 25px;
  height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 2;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.more-content .SocialSharing a i:hover {
  background-color: #f2ce3e;
  color: #252525;
}
.more-content .meta-tags li .label-info {
  color: #666666 !important;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 14px;
  background: #e7e7e7 !important;
  border: 1px solid #e7e7e7;
}
.more-content .meta-tags li .label-info:hover {
  background: #f2ce3e !important;
  border: 1px solid #f2ce3e;
  color: #252525 !important;
}
.contact-category fieldset {
  margin: 10px 0;
}
.contact-category fieldset select {
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #ccc;
}
.contact-category .category a {
  color: #f2ce3e;
  transition: 300ms;
  font-size: 14px;
}
.contact-category .category a:hover,
.contact-category .category a:active,
.contact-category .category a:focus {
	color: #252525;
}
.categories-list h3 a {
  font-size: 24px;
  color: #252525;
  transition: 300;
  margin-right: 5px;
}
.categories-list h3 a:hover {
  color: #f2ce3e;
}
.categories-list h3 .btn {
  color: #ffffff;
  font-size: 14px;
}
.categories-list h3 span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 2px;
  color: #ffffff;
}
.categories-list h3 span:hover {
  background: #252525;
  color: #ffffff;
}
.newsfeed h2 a,
.newsfeed h3 a,
.newsfeed h1 a {
  font-size: 24px;
  color: #252525;
  transition: 300;
}
.newsfeed a {
  color: #f2ce3e;
  transition: 300ms;
  font-size: 14px;
}
.newsfeed a:hover,
.newsfeed a:active,
.newsfeed a:focus {
  color: #252525;
}
.newsfeed a:hover,
.newsfeed a:focus .newsfeed a:active {
  color: #252525;
}
.newsfeed p {
  line-height: 2;
}
.newsfeed-category h2 {
  font-size: 24px;
  color: #252525;
  transition: 300;
}
.newsfeed-category fieldset {
  margin: 15px 0;
}
.newsfeed-category a {
  color: #f2ce3e;
  transition: 300ms;
  font-size: 14px;
}
.newsfeed-category a:hover,
.newsfeed-category a:active,
.newsfeed-category a:focus {
  color: #252525;
}
.data-ch .chzn-container-single .chzn-single {
  height: 33px;
  line-height: 31px;
  background: #ffffff;
  box-shadow: none;
}
.data-ch .chzn-container-single .chzn-single div b {
  margin-top: 2px;
}
.data-input {
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
}
.profile-edit input {
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  outline-color: #f2ce3e;
}
.profile-edit .chzn-container-single .chzn-single {
  height: 33px;
  line-height: 31px;
  background: #ffffff;
  box-shadow: none;
}
.profile-edit .chzn-container-single .chzn-single div b {
  margin-top: 2px;
}
.search .input-group {
  display: inline-block;
}
.search .input-group .form-control {
  width: 200px;
}
.search .input-group .form-control:focus {
  border-right: 1px solid #f2ce3e;
  border-color: #f2ce3e;
}
.search .chzn-container-single .chzn-single {
  height: 33px;
  line-height: 31px;
  background: #ffffff;
  box-shadow: none;
}
.search .chzn-container-single .chzn-single div b {
  margin-top: 2px;
}
.finder .disabled {
  background: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
}
.finder .disabled:hover,
.finder .disabled:active,
.finder .disabled:focus {
  background: #252525;
  border: 1px solid #252525;
  color: #ffffff;
}
.finder input {
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
}
.finder input:focus {
  border: 1px solid #f2ce3e;
  outline: none;
}
.tag-category h2 {
  font-size: 24px;
  color: #252525;
  transition: 300;
}
.tag-category fieldset {
  margin: 15px 0;
}
.tag-category a {
  color: #f2ce3e;
  transition: 300ms;
  font-size: 14px;
}
.tag-category a:hover,
.tag-category a:active,
.tag-category a:focus {
  color: #252525;
}
.tag-category input {
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
}
.tag-category input:focus {
  outline-color: #f2ce3e;
}
.tag-category ul {
  padding: 0;
}
.tag-category li {
  display: inline-block;
}
.tag-category li h3 {
  margin: 0;
  padding: 0 10px;
}
.tag-category li h3 a {
  color: #252525;
}
.tag-category li h3 a:hover {
  color: #f2ce3e;
}
.tag-category .chzn-container-single .chzn-single {
  height: 33px;
  line-height: 31px;
  background: #ffffff;
  box-shadow: none;
}
.tag-category .chzn-container-single .chzn-single div b {
  margin-top: 2px;
}
.tag-category ul {
  list-style-type: none;
}
.row-fluid .control-label {
  text-align: left;
}
.row-fluid .controls .chzn-container-single .chzn-single {
  height: 33px;
  line-height: 31px;
  background: #ffffff;
  box-shadow: none;
}
.row-fluid .controls .chzn-container-single .chzn-single div b {
  margin-top: 2px;
}
.row-fluid .controls input,
.row-fluid .controls textarea {
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
}
.row-fluid .controls fieldset input {
  margin-left: 6px;
}
.page-404 {
  background: #614C4C;
}
.page-404 .content-404 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  display: table;
}
.page-404 .search {
  float: none;
}
.page-404 .search input {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0 none;
  color: #fff;
  font-size: 12px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  opacity: 1;
  outline-color: #f2ce3e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.page-404 .content-404-style {
  position: relative;
  z-index: 99;
  display: table-cell;
  vertical-align: middle;
}
.page-404 .content-404-style form {
  position: relative;
  text-align: center;
  width: 50%;
  margin: 54px auto 32px;
}
.page-404 .content-404-style p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0 28%;
}
.page-404 .content-404-style p a {
  color: #f2ce3e;
}
.page-404 .fa-cog {
  font-size: 100px;
  line-height: 120px;
  color: #fff;
}
.page-404 .title-404 {
  padding: 7px 0 12px;
  margin: 0;
  color: #ffffff;
  font-size: 66px;
  font-weight: 700;
  line-height: 79.2px;
}
.page-404 .entry-404-meta {
  text-align: center;
}
.page-404 .entry-404-meta span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
}
.page-404 .entry-404-meta span i {
  font-size: 19px;
  padding-right: 10px;
}
.page-404 .entry-404-meta span:first-child {
  margin-right: 92px;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
}
.pager li > a:hover,
.pager li > span:hover {
  background-color: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
}
.contact-categories a {
  color: #f2ce3e;
}
.tab-pane .control-group {
  padding: 10px 0;
}
.tab-pane .control-group .control-label {
  padding: 5px 0;
}
.btn-group select#limit {
  padding: 10px;
  margin-bottom: 10px;
}
.intro p {
  line-height: 1.8;
  font-weight: 300;
}
.category th a {
  color: #252525;
}
.input-group-btn:last-child > .btn {
  float: left;
}
.search-results .result-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-results .result-title a {
  color: #252525;
}
.result-category,
.result-text,
.result-created {
  margin-bottom: 5px;
}
.result-text {
  line-height: 1.8;
  font-weight: 300;
}
.searchintro span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.archive-module {
  padding: 0;
}
.archive-module li {
  list-style-type: none;
  padding: 10px 0;
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.archive-module li:last-child {
  border-bottom: 0;
}
.archive-module li:hover i,
.archive-module li:hover a {
  color: #f2ce3e;
}
.archive-module li i {
  padding-right: 10px;
  color: #666666;
}
.archive-module li a {
  color: #666666;
}
.archive-module li i,
.archive-module li a {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.categories-module {
  padding: 0;
}
.categories-module li {
  list-style-type: none;
  padding: 10px 0;
  font-weight: 400;
  border-bottom: 1px solid #e7e7e7;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.categories-module li:last-child {
  border-bottom: 0;
}
.categories-module li:hover i,
.categories-module li:hover a {
  color: #f2ce3e;
}
.categories-module li i {
  padding-right: 10px;
  color: #666666;
}
.categories-module li a {
  color: #666666;
}
.categories-module li i,
.categories-module li a {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.categories-module span {
  float: right;
}
.tagspopular {
  margin-left: -5px;
}
.tagspopular ul li {
  margin: 0 1px 10px;
}
.tagspopular ul li a,
.tagspopular ul li span {
  background: #fff;
  color: #666;
  padding: 3px 12px;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.tagspopular ul li a::before,
.tagspopular ul li span::before {
  content: '';
  position: absolute;
  border: #ffffff solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.tagspopular ul li a:hover,
.tagspopular ul li span:hover {
  color: #252525;
  background: #f2ce3e;
}
.tagspopular ul li a:hover::before,
.tagspopular ul li span:hover::before {
  border: #f2ce3e solid 3px;
}
.tagspopular ul li a:hover::before,
.tagspopular ul li span:hover::before,
.tagspopular ul li a:focus::before,
.tagspopular ul li span:focus::before,
.tagspopular ul li a:active::before,
.tagspopular ul li span:active::before {
  -webkit-animation-name: gn-ripple-out;
  animation-name: gn-ripple-out;
}
.hvr-rectangle-out {
  padding: 8px 25px;
  margin-bottom: -25px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 5px;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Safari */
  transform: scale(0);
  /* Standard syntax */
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  position: relative;
  background: #FFF;
  color: #252525;
}
.hvr-rectangle-out:hover {
  background: #252525;
  color: #FFF;
}
.ImageOverlayH {
  background: none repeat scroll 0 0 rgba(242, 206, 62, 0.5);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 100%;
}
.ImageOverlayH:hover .hvr-rectangle-out {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  /* Standard syntax */
}
.blog img {
  width: 100%;
  display: block;
  clear: both;
}
.blog .category-name a {
  color: #f2ce3e;
  transition: 300ms;
  font-size: 14px;
}
.blog .category-name a:hover,
.blog .category-name a:active,
.blog .category-name a:focus {
  color: #252525;
}
.blog .content_rating img {
  width: auto;
  display: inline-block;
}
.blog .pull-left {
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}
.blog .pull-left a {
  color: #ffffff;
}
.blog .pull-left:hover .ImageOverlayH {
  opacity: 1;
}
.blog .wrapper-button {
  opacity: 1;
  position: absolute;
  bottom: 50%;
  text-align: center;
  width: 100%;
}
.blog .block_intro {
  clear: both;
  background: #ffffff;
  padding: 15px 30px 30px;
  margin-bottom: 50px;
}
.blog .block_intro dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
}
.blog .block_intro .page-header {
  margin: 10px 0px 5px;
  border-bottom: 0px;
}
.blog .block_intro .page-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
}
.blog .block_intro .page-header h2 a {
  color: #252525;
}
.relate {
  position: relative;
}
.relate h2 {
  font-size: 24px;
  color: #252525;
  transition: 300;
  margin-top: 60px;
  margin-bottom: 35px;
}
.relate .slick-arrow {
  position: absolute;
  top: -40px;
  right: 0px;
}
.relate .slick-arrow:hover:before {
  background: #252525;
  border: 1px solid #252525;
}
.relate .slick-arrow:before {
  padding: 10px 12px;
  background: #f2ce3e;
  font-size: 9px;
  color: #252525;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-family: 'FontAwesome';
  border: 1px solid #f2ce3e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.relate .slick-prev {
  left: 91%;
}
.relate .slick-prev:before {
  content: "\f053";
}
.relate .slick-next {
  right: 20px;
}
.relate .slick-next:before {
  content: "\f054";
}
.relateditems {
  margin: 0px -8px 0px -10px;
}
.relateditems .ImageOverlayH {
  background: none repeat scroll 0 0 rgba(242, 206, 62, 0.5);
}
.relateditems .w_item {
  margin: 0 10px;
  background: #ffffff;
}
.relateditems .w_item .h_thumbnail {
  position: relative;
}
.relateditems .w_item .h_thumbnail:hover a,
.relateditems .w_item .h_thumbnail:hover .ImageOverlayH {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  opacity: 1;
}
.relateditems .w_item .h_thumbnail .h_link {
  position: absolute;
  display: block;
  top: 50%;
  text-align: center;
  float: none;
  width: 100%;
  margin-top: -15px;
}
.relateditems .w_item .h_thumbnail a {
  font-size: 14px;
  background: #f2ce3e;
  color: #252525;
  padding: 5px 60px;
  line-height: 2;
  border: 1px solid #f2ce3e;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: #252525;
  border: 1px solid #252525;
  padding: 7px 10px;
  font-size: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  text-transform: capitalize;
}
.relateditems .w_item .h_thumbnail a:active:focus,
.relateditems .w_item .h_thumbnail a.active:focus,
.relateditems .w_item .h_thumbnail a:active.focus,
.relateditems .w_item .h_thumbnail a.active.focus {
  outline: none;
  outline-offset: 0;
}
.relateditems .w_item .h_thumbnail a:hover,
.relateditems .w_item .h_thumbnail a:focus,
.relateditems .w_item .h_thumbnail a.focus,
.relateditems .w_item .h_thumbnail a:active,
.relateditems .w_item .h_thumbnail a.active {
  border-color: #efc418;
  background: #efc418;
  color: #252525;
  outline: none;
}
.relateditems .w_item .h_thumbnail a.no-bg {
  background: transparent;
  color: #f2ce3e;
}
.relateditems .w_item .h_thumbnail a.no-bg:hover,
.relateditems .w_item .h_thumbnail a.no-bg:focus,
.relateditems .w_item .h_thumbnail a.no-bg.focus,
.relateditems .w_item .h_thumbnail a.no-bg:active,
.relateditems .w_item .h_thumbnail a.no-bg.active {
  border-color: #f2ce3e;
  background: #f2ce3e;
  color: #252525;
}
.relateditems .w_item .h_thumbnail a.btn-primary {
  background: #337ab7;
  border-color: #337ab7;
}
.relateditems .w_item .h_thumbnail a.btn-primary:hover,
.relateditems .w_item .h_thumbnail a.btn-primary:focus,
.relateditems .w_item .h_thumbnail a.btn-primary.focus,
.relateditems .w_item .h_thumbnail a.btn-primary:active,
.relateditems .w_item .h_thumbnail a.btn-primary.active {
  border-color: #2a6597;
  background: #2a6597;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-primary.no-bg {
  background: transparent;
  color: #337ab7;
}
.relateditems .w_item .h_thumbnail a.btn-primary.no-bg:hover,
.relateditems .w_item .h_thumbnail a.btn-primary.no-bg:focus,
.relateditems .w_item .h_thumbnail a.btn-primary.no-bg.focus,
.relateditems .w_item .h_thumbnail a.btn-primary.no-bg:active,
.relateditems .w_item .h_thumbnail a.btn-primary.no-bg.active {
  border-color: #337ab7;
  background: #337ab7;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-success {
  background: #5cb85c;
  border-color: #5cb85c;
}
.relateditems .w_item .h_thumbnail a.btn-success:hover,
.relateditems .w_item .h_thumbnail a.btn-success:focus,
.relateditems .w_item .h_thumbnail a.btn-success.focus,
.relateditems .w_item .h_thumbnail a.btn-success:active,
.relateditems .w_item .h_thumbnail a.btn-success.active {
  border-color: #47a447;
  background: #47a447;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-success.no-bg {
  background: transparent;
  color: #5cb85c;
}
.relateditems .w_item .h_thumbnail a.btn-success.no-bg:hover,
.relateditems .w_item .h_thumbnail a.btn-success.no-bg:focus,
.relateditems .w_item .h_thumbnail a.btn-success.no-bg.focus,
.relateditems .w_item .h_thumbnail a.btn-success.no-bg:active,
.relateditems .w_item .h_thumbnail a.btn-success.no-bg.active {
  border-color: #5cb85c;
  background: #5cb85c;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-info {
  background: #5bc0de;
  border-color: #5bc0de;
}
.relateditems .w_item .h_thumbnail a.btn-info:hover,
.relateditems .w_item .h_thumbnail a.btn-info:focus,
.relateditems .w_item .h_thumbnail a.btn-info.focus,
.relateditems .w_item .h_thumbnail a.btn-info:active,
.relateditems .w_item .h_thumbnail a.btn-info.active {
  border-color: #39b3d7;
  background: #39b3d7;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-info.no-bg {
  background: transparent;
  color: #5bc0de;
}
.relateditems .w_item .h_thumbnail a.btn-info.no-bg:hover,
.relateditems .w_item .h_thumbnail a.btn-info.no-bg:focus,
.relateditems .w_item .h_thumbnail a.btn-info.no-bg.focus,
.relateditems .w_item .h_thumbnail a.btn-info.no-bg:active,
.relateditems .w_item .h_thumbnail a.btn-info.no-bg.active {
  border-color: #5bc0de;
  background: #5bc0de;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
}
.relateditems .w_item .h_thumbnail a.btn-warning:hover,
.relateditems .w_item .h_thumbnail a.btn-warning:focus,
.relateditems .w_item .h_thumbnail a.btn-warning.focus,
.relateditems .w_item .h_thumbnail a.btn-warning:active,
.relateditems .w_item .h_thumbnail a.btn-warning.active {
  border-color: #ed9c28;
  background: #ed9c28;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-warning.no-bg {
  background: transparent;
  color: #f0ad4e;
}
.relateditems .w_item .h_thumbnail a.btn-warning.no-bg:hover,
.relateditems .w_item .h_thumbnail a.btn-warning.no-bg:focus,
.relateditems .w_item .h_thumbnail a.btn-warning.no-bg.focus,
.relateditems .w_item .h_thumbnail a.btn-warning.no-bg:active,
.relateditems .w_item .h_thumbnail a.btn-warning.no-bg.active {
  border-color: #f0ad4e;
  background: #f0ad4e;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-danger {
  background: #d9534f;
  border-color: #d9534f;
}
.relateditems .w_item .h_thumbnail a.btn-danger:hover,
.relateditems .w_item .h_thumbnail a.btn-danger:focus,
.relateditems .w_item .h_thumbnail a.btn-danger.focus,
.relateditems .w_item .h_thumbnail a.btn-danger:active,
.relateditems .w_item .h_thumbnail a.btn-danger.active {
  border-color: #d2322d;
  background: #d2322d;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.btn-danger.no-bg {
  background: transparent;
  color: #d9534f;
}
.relateditems .w_item .h_thumbnail a.btn-danger.no-bg:hover,
.relateditems .w_item .h_thumbnail a.btn-danger.no-bg:focus,
.relateditems .w_item .h_thumbnail a.btn-danger.no-bg.focus,
.relateditems .w_item .h_thumbnail a.btn-danger.no-bg:active,
.relateditems .w_item .h_thumbnail a.btn-danger.no-bg.active {
  border-color: #d9534f;
  background: #d9534f;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.black {
  background: #252525;
  border-color: #252525;
  color: #FFF;
}
.relateditems .w_item .h_thumbnail a.radius-small {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.relateditems .w_item .h_thumbnail a.radius-large {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.relateditems .w_item .h_thumbnail a.small {
  font-size: 12px;
  padding: 2px 30px;
}
.relateditems .w_item .h_thumbnail a.large {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 60px;
}
.relateditems .w_item .h_thumbnail a.bt-20 {
  padding: 5px 20px;
}
.relateditems .w_item .h_thumbnail a:hover {
  background: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
}
.relateditems img {
  width: 100%;
}
.relateditems .h_information {
  text-align: center;
  float: none;
  margin: 20px 25px 20px;
}
.relateditems .h_information a {
  color: #252525;
  font-size: 16px;
  font-weight: 500;
}
#comments-form-send {
  border: none;
}
#comments .comments-buttons {
  float: left;
}
#comments .comments-list {
  margin-left: 0;
}
#comments-footer {
  border: 0;
  display: none;
}
#jc #comments-form {
  margin: 0 -15px;
}
#jc #comments-form span input {
  margin: 0;
}
#jc #comments-form input#comments-form-subscribe {
  display: inline-block;
  width: auto !important;
}
#jc #comments-form #comments-form-buttons {
  margin: 24px 0 0;
  float: right;
}
#jc #comments-form #comments-form-buttons .btn {
  margin-right: 0;
}
#jc #comments-form #comments-form-buttons .btn div {
  margin: 0 -1px 0 0;
  float: left;
  padding: 6px 15px 8px;
  background: #f2ce3e;
  border: 1px solid #f2ce3e;
  color: #252525;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
#jc #comments-form #comments-form-buttons .btn div:hover {
  background: #252525;
  border-color: #252525;
}
#jc #comments-form #comments-form-buttons .btn div:hover a {
  color: #FFF;
  border-color: #252525;
}
#jc #comments-form #comments-form-buttons .btn div a {
  color: #252525;
}
#jc #comments-form .grippie {
  width: 100%;
  max-width: 100% !important;
  background: #ffffff;
  border-top: 0;
  display: none;
}
#jc #comments-form input,
#jc #comments-form textarea {
  background-color: #fff;
  border: 1px solid #fff;
  color: #656565;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.42857;
  margin-bottom: 30px;
  padding: 12px 22px !important;
  vertical-align: middle;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 3px;
}
#jc #comments-form input:focus,
#jc #comments-form textarea:focus,
#jc #comments-form input:hover,
#jc #comments-form textarea:hover,
#jc #comments-form input:active,
#jc #comments-form textarea:active {
  outline-color: #f2ce3e ;
  border: 1px solid #f2ce3e;
}
#jc #comments-form p {
  margin: 0;
  margin-left: auto !important;
}
#jc #comments-form p textarea {
  max-width: 100% !important;
  height: 180px;
  margin: 0;
}
#jc h4 {
  border: 0;
  margin: 35px 0;
  padding: 0;
  font-size: 24px;
  color: #252525;
  margin-top: 50px;
  font-weight: 500;
}
#jc .comments-list {
  position: relative;
}
#jc .comments-list img {
  position: absolute;
  top: 50%;
  margin-top: -39px;
  width: 80px;
  left: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #d4d4d4 !important;
}
#jc #comments .avatar-indent {
  padding-left: 140px;
  margin: 0;
}
#jc .rbox {
  padding: 25px 15px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#jc .rbox div {
  text-align: left;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.7;
}
#jc .rbox .comments-buttons {
  text-align: left;
}
#jc .tz-comment {
  position: relative;
}
#jc .tz-comment .fa {
  color: #aaaaaa;
  position: absolute;
  right: 25px;
  top: 13px;
  pointer-events: none;
}
p {
  font-weight: 300;
}
.category th a {
  color: #252525;
}
.input-group-btn:last-child > .btn {
  float: left;
}
.search-results .result-title {
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-results .result-title a {
  color: #252525;
}
.searchintro span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz-volunteers {
  margin-left: -15px;
}
.tz-volunteers hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0 !important;
}
.tz-volunteers .text-center {
  margin: 0px 0 50px;
}
.tz-volunteers .text-center h1 {
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 0px 10px;
  margin: 0px;
  border-top: 1px solid #aaaaaa;
}
.tz-volunteers .text-center h1::before {
  border-top: 3px solid #f2ce3e;
  content: " ";
  display: block;
  position: absolute;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1px;
}
.tz-volunteers .teambox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
}
.tz-volunteers .teambox img {
  width: 100%;
  height: 245px;
}
.tz-volunteers .teambox .title {
  text-align: center;
  float: none;
}
.tz-volunteers .teambox .title h3 {
  margin-top: 10px;
  margin-bottom: 7px;
}
.tz-volunteers .teambox .title h3 a {
  font-size: 18px;
  color: #252525;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: 600;
}
.tz-volunteers .teambox .title h3 a:hover {
  color: #f2ce3e;
}
.tz-volunteers .teambox .title p {
  margin: 0 0 15px;
  color: #666666;
  font-size: 14px;
}
.tz-volunteers .teambox .Buttons {
  text-align: center;
}
.tz-volunteers .teambox .Buttons::before {
  content: "";
  border-top: 1px solid #e7e7e7;
  display: block;
  margin: 0 30px;
}
.tz-volunteers .teambox .Buttons .item-wp {
  padding: 23px 0;
}
.tz-volunteers .teambox .Buttons span {
  margin: 0 3px;
}
.tz-volunteers .teambox .Buttons span i {
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  line-height: 2.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #aaaaaa;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.tz-volunteers .teambox .Buttons span i:hover {
  background: #f2ce3e;
  animation: 1s ease 0s normal none infinite running pulse;
  color: #ffffff;
}
.tz-about-new {
  clear: both;
}
.tz-about-new .title h3 a {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
}
.tz-about-new .item_content {
  padding: 20px 0 35px;
}
.tz-about-new .item_content h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.tz-about-new .wrapper_images {
  position: relative;
}
.tz-about-new .wrapper_images:hover .background_gn {
  opacity: 1;
}
.tz-about-new .wrapper_images .background_gn {
  background: none repeat scroll 0 0 rgba(242, 206, 62, 0.8);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  width: 100%;
}
.tz-about-new .wrapper_images .background_gn:hover .button,
.tz-about-new .wrapper_images .background_gn:hover .hvr-rectangle-out {
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
  /* Standard syntax */
}
.tz-about-new .wrapper_images .button {
  position: absolute;
  opacity: 1;
  top: 42%;
  clear: both;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Safari */
  transform: scale(0);
  /* Standard syntax */
}
.tz-about-new .wrapper_images .button .hvr-rectangle-out {
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -ms-transform: scale(0);
  /* IE 9 */
  -webkit-transform: scale(0);
  /* Safari */
  transform: scale(0);
  /* Standard syntax */
  color: #666666;
  padding: 8px 20px;
}
.tz-about-new .wrapper_images .button .hvr-rectangle-out:hover {
  background: #252525  none repeat scroll 0 0;
  color: #ffffff ;
}
.tz-about-new .wrapper_images .button .hvr-rectangle-out:before {
  background: #252525;
}
.tz-about-new .teambox {
  text-align: center;
  background: #ffffff;
}
.tz-about-new .teambox p {
  margin: 0 25px;
  line-height: 1.7;
}
.tz-about-new .boxes_img a img {
  width: 100%;
  max-width: 100%;
  height: 200px;
}
.tz-header-image {
  padding: 0 100px;
  text-align: center;
}
.tz-header-image .btn {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.tz-header-image .btn:hover {
  background: #252525  none repeat scroll 0 0;
  color: #fff;
}
.tz-header-image .hvr-rectangle-out {
  padding: 14px 35px;
  color: #ffffff;
  background: #f2ce3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -ms-transform: scale(300ms);
  /* IE 9 */
  -webkit-transform: scale(300ms);
  /* Safari */
  transform: scale(300ms);
  /* Standard syntax */
}
.tz-header-image .hvr-rectangle-out:hover {
  background: #252525;
}
.tz-header-image .item_conten h3,
.tz-header-image .item_conten p {
  color: #ffffff;
}
.tz-header-image .item_conten h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
.tz-header-image .item_conten p {
  margin: 0 0 30px;
  line-height: 1.8;
}
.tz-header-image .button {
  height: 50px;
}
.blog .pull-left {
  width: 100%;
}
.blog .pagination-list li a:hover,
.blog .pagination-list .disabled a:hover,
.blog .pagination-list li a:active,
.blog .pagination-list .disabled a:active,
.blog .pagination-list li a:focus,
.blog .pagination-list .disabled a:focus,
.blog .pagination-list .active a,
.blog .pagination-list .active a:hover,
.blog .pagination-list .active a:active,
.blog .pagination-list .active a:focus,
.blog .pagination-list li a,
.blog .pagination-list .disabled a {
  border: 0;
}
.mod-right .search.joomla .form-inline {
  position: relative;
}
.mod-right .search.joomla input {
  width: 100%;
}
.mod-right .search.joomla i {
  position: absolute;
  top: 12px;
  right: 14px;
}
.mod-right .latest_tweets .tweets_txt {
  position: relative;
  top: -8px;
}
.mod-right .latest_tweets a.twt-logo img {
  max-width: 30px;
}
.tz_responsive .tz_testimonial_details .testimonial_meta p a {
  color: #252525;
  font-weight: 400;
}
.tz_responsive .slick-slide .tz_testimonial_details img.img-circle {
  margin: 15px auto 10px;
}
.registration .well {
  background: #4f89af;
  background: -moz-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4f89af), color-stop(100%, rgba(144, 164, 168, 0.8)));
  background: -webkit-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: -o-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: -ms-linear-gradient(top, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  background: linear-gradient(to bottom, #4f89af 0%, rgba(144, 164, 168, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f89af', endColorstr='#90a4a8', GradientType=0);
}
.registration .well .widget {
  padding-bottom: 15px;
}
.registration .well .widget input {
  border: 1px solid #000;
  box-shadow: none;
  color: #000;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.registration .well .widget input:hover {
  border: 1px solid #f2ce3e;
}
.registration .input {
  border-radius: none;
}
.registration .form-element {
  float: none;
  margin: 10px auto;
  text-align: center;
}
.registration .btn {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin: 10px auto;
  width: 270px;
  background: #f2ce3e none repeat scroll 0 0;
  border: 1px solid #f2ce3e;
  color: #fff;
  -webkit-transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
}
.registration .btn:hover,
.registration .btn:focus,
.registration .btnactive {
  background: #000 none repeat scroll 0 0;
  border: 1px solid #000;
}
.registration .title h3 {
  color: #fff;
  text-align: center;
}
div.contact .ct_title h4 {
  margin-top: 11px;
}
.relateditems .w_item .h_thumbnail a {
  color: #ffffff;
}
.bg-full {
  background-size: 100% 100%;
}
.bg_register {
  background: #4285f4 none repeat scroll 0 0;
  border: 1px solid #4285f4;
}
.page-404 .search i {
  right: 12px;
  top: 15px;
  position: absolute;
}
.page-404 .page-404 .content-404-style p a {
  text-decoration: none;
}
.nav-tabs {
  border-bottom: 0 none;
}
.nav-tabs > li > a {
  border: 0 none;
}
.page-404 .search i {
  right: 12px;
  top: 15px;
}
.page-404 .page-404 .content-404-style p a {
  text-decoration: none;
}
.nav-tabs {
  border-bottom: 0 none;
}
.nav-tabs > li > a {
  border: 0 none;
}
@media (max-width: 980px) {
  .tz_bqcontent2 p {
    margin-left: 90px;
    margin-right: 20px;
  }
  .tz_bqcontent2 i {
    left: 16px;
  }
  .item-page .tz-conten-blog .tz-blogtext-content img {
    float: left;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .relate .slick-prev {
    left: 89%;
  }
  .wp_testerminal {
    max-width: 75%;
  }
  .tz_slider-nav img {
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .wp_teserminal1 .testimonial_wrap {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .article-info dd {
    display: inline-block;
    padding-bottom: 5px;
    white-space: nowrap;
    margin-right: 10px;
  }
  .article-info dd:last-child {
    padding-bottom: 0;
  }
  .item-page .tz-conten-blog .tz-blogtext-content .tz_bqcontent2 p {
    font-size: 16px;
  }
  #jc #comments .avatar-indent {
    padding-left: 80px;
  }
  #jc .comments-list img {
    left: 14px;
  }
  .tz_bqcontent2 p {
    margin-left: 60px;
    margin-right: 25px;
  }
  .tz_bqcontent2 i {
    left: 2px;
    top: 35%;
  }
  .more-content .SocialSharing {
    display: block;
    float: none;
    padding-top: 15px;
    text-align: left;
    width: 100%;
  }
  .relate .slick-prev {
    left: 83%;
  }
  .page-404 .entry-404-meta span:first-child {
    margin-right: 20px;
  }
  .tz_testerminal2 .wp_testerminal {
    max-width: 90%;
  }
}
@media (max-width: 360px) {
  .tz_bqcontent2 i::before {
    visibility: hidden;
  }
  .tz_bqcontent2 p {
    margin-left: 25px;
  }
  .meta-tags ul li {
    padding: 10px;
  }
  .relate .slick-prev {
    left: 77%;
  }
  .item-page .tz-conten-blog .tz-blogtext-content .page-header h2 {
    font-size: 18px;
    line-height: 20px;
  }
  #jc #comments-form input,
  #jc .smiles,
  #jc #comments-form p textarea {
    margin-bottom: 21px;
  }
  #jc #comments-form #comments-form-buttons {
    margin-top: 21px;
  }
  #jc .comments-list img {
    left: 8px;
    width: 63px;
  }
  .page-404 .entry-404-meta span:first-child {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .tz_testerminal2 .wp_testerminal img {
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .item-page .tz-conten-blog .tz-blogtext-content .SocialSharing a {
    margin: 0 5px;
  }
  .relate .slick-prev {
    left: 74%;
  }
  #jc #comments .avatar-indent {
    padding-left: 70px;
  }
}
#searchForm > .searchintro {
  padding: 10px 0 0;
}
#searchForm .btn-toolbar .btn {
  padding: 5px 13px;
}
#searchForm .phrases-box {
  padding-left: 20px;
}
#searchForm fieldset.only {
  padding-top: 20px;
}
#searchForm fieldset.only > label {
  padding-left: 20px;
}
#searchForm label {
  font-weight: 500;
}
body {
  padding: 0 !important;
  margin: 0 !important;
}
#statusTextModal {
  right: 30%;
  top: 30%;
  left: 30%;
  bottom: 30%;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#statusTextModal .modal-body textarea {
  width: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
}
#kunena a[data-toggle='tab'] {
  display: block !important;
}
#kunena #search .well,
#kunena .help {
  background: #ffffff;
}
#kunena #search select {
  margin-bottom: 15px;
}
#kunena #search select[id='mode'] {
  margin: 10px 0 0;
}
#kunena #search input[type='radio'] {
  position: relative;
  margin-left: 0;
}
#kunena #search .limit-start {
  margin-bottom: 15px;
}
#kunena .profile-user {
  background: #ffffff;
  padding: 15px !important;
}
#kunena .profile-user .avatar {
  position: relative;
}
#kunena .profile-user .avatar .status {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#kunena .profile-user .avatar img {
  width: 100%;
}
#kunena .column-item {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#kunena .column-item .control-label {
  min-width: 100px;
  text-align: left;
  padding: 0;
  margin: 0;
}
#kunena .column-item .controls {
  width: 100%;
}
#kunena #postform .column-item .controls {
  width: 90%;
}
#kunena .column-item .controls input,
#kunena .column-item .controls textarea {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 3px 15px;
}
#kunena .column-item .controls input[type='checkbox'] {
  width: auto;
}
#kunena.layout .markItUpHeader ul a{
  height: auto;
}
#kunena .column-item .control-group {
  padding-bottom: 15px;
  margin-left: 0 !important;
}
#kunena .column-item #kshow_attach_form {
  margin-bottom: -35px !important;
}
#kunena .pagination ul {
  text-align: right;
}
#kunena .pagination ul > li {
  display: inline-block !important;
  margin-left: 10px;
}
#kunena .pagination ul > li a,
#kunena .pagination ul > li span {
  float: none !important;
  display: block;
  padding: 5px 15px !important;
  color: #666666 !important;
}
#kunena .pagination ul > li a:hover,
#kunena .pagination ul > li span:hover {
  color: #252525;
  background: #f2ce3e;
  border-color: #f2ce3e !important;
}
#kunena .navbar {
  min-height: 0;
}
#kunena .nav.menu {
  display: inline-block;
}
#kunena .nav.menu li {
  float: left;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
#kunena .nav.menu li:last-child {
  border-right: 1px solid #e7e7e7;
}
#kunena .nav.menu li a {
  color: #aaaaaa;
}
#kunena .nav.menu li.open,
#kunena .nav.menu li.active {
  border-color: #f2ce3e;
}
#kunena .nav.menu li.open a,
#kunena .nav.menu li.active a,
#kunena .nav.menu li a:hover {
  color: #252525;
  background: #f2ce3e;
}
#kunena #ktopicsform table.table > tbody > tr > td,
#kunena #ktopicsform table.table > tbody > tr > th,
#kunena #ktopicsform table.table > tfoot > tr > td,
#kunena #ktopicsform table.table > tfoot > tr > th,
#kunena #ktopicsform table.table > thead > tr > td,
#kunena #ktopicsform table.table > thead > tr > th {
  font-weight: 300;
}
#kunena #ktopicsform .table {
  background: #ffffff;
  border: none;
  font-weight: 300;
  margin-bottom: 0;
  text-align: left;
}
#kunena #ktopicsform .table .kwho-admin,
#kunena #ktopicsform .table .kwho-user {
  display: inline-block;
  margin-right: 10px;
}
#kunena #ktopicsform .table a {
  color: #666666;
}
#kunena #ktopicsform .table a:hover {
  color: #f2ce3e;
}
#kunena #ktopicsform .table thead tr td {
  border-bottom-width: 1px;
}
#kunena #ktopicsform .table td {
  border-color: #f5f5f5 !important;
}
#kunena #ktopicsform #kchecktask {
  width: 50%;
  display: inline-block;
  margin-right: 10px;
}
#kunena .form-search,
#kunena #timeselect {
  display: inline-block;
  position: relative;
}
#kunena #timeselect select[name='sel'] {
  height: auto;
  padding: 5px 10px;
  font-weight: 300;
}
#kunena .form-search {
  min-width: 300px;
}
#kunena .form-search input[name='query'] {
  width: 100%;
  padding: 5px 15px;
  border-color: #e7e7e7;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
}
#kunena .form-search input[name='query']::-webkit-input-placeholder {
  font-style: italic;
}
#kunena .form-search input[name='query']:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
#kunena .form-search input[name='query']::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
#kunena .form-search input[name='query']:-ms-input-placeholder {
  font-style: italic;
}
#kunena .form-search .btn-search-submit {
  position: absolute;
  top: 10px;
  right: 15px;
  padding: 0;
  background: transparent;
  border: none;
  color: #666666;
  height: auto;
  width: auto;
  line-height: 1;
}
#kunena .mobile-user .dropdown-menu {
  min-width: 300px !important;
  left: auto;
  right: 0;
  padding: 15px;
  margin: 0;
}
#kunena .mobile-user .status {
  display: inline-block;
}
#kunena .mobile-user .status a {
  color: #252525;
}
#kunena .mobile-user .status a:hover {
  color: #f2ce3e;
}
#kunena .mobile-user .user_image {
  width: 30%;
  padding-right: 10px;
}
#kunena .mobile-user .status label {
  margin: 0 !important;
  padding: 0 10px 5px 0 !important;
}
#kunena .mobile-user .status i {
  padding-right: 3px;
}
#kunena .mobile-user .status a {
  font-size: 12px;
}
#kunena .mobile-user .username {
  margin-top: 0;
  margin-bottom: 3px;
}
#kunena .mobile-user .username a {
  color: #252525;
}
#kunena .mobile-user .username a:hover {
  color: #f2ce3e;
}
#kunena #userdropdown {
  padding: 20px 15px;
}
#kunena #userdropdown .form-inline .input-group {
  width: 100%;
  margin-bottom: 10px;
}
#kunena #userdropdown #form-login-remember {
  width: 50%;
}
#kunena #userdropdown #form-login-remember label {
  font-size: 13px;
}
#kunena #userdropdown .choose_option {
  padding-top: 10px;
}
#kunena .kfrontend.title_topic {
  position: relative;
}
#kunena .kfrontend.title_topic .form-search {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#kunena .kfrontend .section {
  margin-bottom: 0 !important;
}
#kunena .kfrontend .forum_title {
  background: #f2ce3e;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 13px 20px 13px 30px;
  line-height: 1.5em;
}
#kunena .kfrontend .forum_title a {
  color: #252525;
}
#kunena .kfrontend .tz_toggle {
  margin: 12px 20px 12px 0;
}
#kunena .kfrontend .tz_toggle .tzbtn {
  background: #ffffff;
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
#kunena .kfrontend .tz_toggle .tzbtn:after {
  content: '-';
  font-size: 28px;
  font-weight: 700;
  color: #666666;
  line-height: 28px;
}
#kunena .table {
  float: none !important;
}
#kunena .table td {
  vertical-align: middle;
}
#kunena .category-desc {
  background: #ffffff;
  padding: 20px 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
#kunena .category {
  background: #ffffff;
  padding: 20px 30px;
  margin-bottom: 10px;
}
#kunena .category > * {
  display: table-cell;
  vertical-align: middle;
}
#kunena .category .category-icon {
  width: 7%;
  padding-right: 30px;
}
#kunena .category .category-icon a {
  display: block;
  color: #f2ce3e;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  background: #f7f7f7;
  text-align: center;
}
#kunena .category .category-icon a i {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 60px;
  font-size: 30px;
}
#kunena .category .title_desc {
  width: 60%;
}
#kunena .category .title_desc .header-desc {
  font-weight: 300;
  line-height: 20px;
}
#kunena .category .title_desc h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 32px;
}
#kunena .category .title_desc h3 a {
  color: #252525;
}
#kunena .category .title_desc h3 a:hover {
  color: #f2ce3e;
}
#kunena .category .num_topic {
  text-align: center;
  width: 10%;
  padding-left: 15px;
  padding-right: 15px;
}
#kunena .category .info_topic {
  width: 25%;
}
#kunena .category .info_topic .post_by,
#kunena .category .info_topic .last-post-message,
#kunena .category .info_topic .date {
  font-weight: 100;
  font-style: italic;
  color: #aaaaaa;
}
#kunena .category .avatar .kwho-admin {
  margin-right: 15px;
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
}
#kunena .category .avatar .kwho-admin img {
  width: 100%;
}
#kunena .category .post_by .kwho-admin {
  color: #aaaaaa;
}
#kunena .category .post_by .kwho-admin:hover {
  color: #f2ce3e;
}
#kunena .static,
#kunena .member {
  background: #ffffff;
  padding: 20px 30px 20px 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
#kunena .static .static-icon,
#kunena .member .static-icon,
#kunena .static .member-icon,
#kunena .member .member-icon {
  width: 7%;
}
#kunena .static .static-icon a,
#kunena .member .static-icon a,
#kunena .static .member-icon a,
#kunena .member .member-icon a {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F7F7F7;
  text-align: center;
  margin-right: 30px;
  display: block;
}
#kunena .static .static-icon i,
#kunena .member .static-icon i,
#kunena .static .member-icon i,
#kunena .member .member-icon i {
  font-size: 30px;
  line-height: 60px;
  color: #f2ce3e !important;
}
#kunena .static .type-member,
#kunena .member .type-member {
  width: 30%;
}
#kunena .static .type-member > span,
#kunena .member .type-member > span {
  margin-right: 10px;
}
#kunena .message {
  margin: 0 0 15px 0 !important;
  background: #ffffff;
}
#kunena .message .profilebox {
  margin: 15px 0 15px 15px;
  text-align: center;
}
#kunena .message .profilebox .avatar img {
  width: 100%;
}
#kunena .message .info_user {
  border-right: 1px solid #e7e7e7;
}
#kunena .message .date_created {
  display: block;
  margin: 15px 15px 0 0 !important;
}
#kunena .message .ksignature {
  margin: 15px 0;
}
.table-cell {
  display: table-cell;
}
.vertical-middle {
  vertical-align: middle;
}
.vertical-top {
  vertical-align: top;
}
#kunena.layout .kwho-user {
  font-weight: normal;
}
#kunena .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jomsocial {
  color: #666666;
  font-weight: 300;
  background: transparent;
  padding: 0;
  margin: 0;
}
.jomsocial .joms-page {
  background: transparent;
  padding: 0;
}
.jomsocial .joms-toolbar--desktop,
.jomsocial .joms-subnav--desktop {
  background: #ffffff;
}
.jomsocial a {
  color: #252525;
}
.jomsocial a.username,
.jomsocial a.joms-stream__user {
  color: #252525;
  font-weight: 500;
}
.jomsocial a:hover {
  color: #f2ce3e !important;
}
.jomsocial a.joms-button--secondary,
.jomsocial button.joms-button--secondary,
.jomsocial button.joms-focus__button--message,
.jomsocial a.joms-focus__button--message {
  background: #5cb85c;
}
.jomsocial a.joms-button--secondary:hover,
.jomsocial button.joms-button--secondary:hover,
.jomsocial button.joms-focus__button--message:hover,
.jomsocial a.joms-focus__button--message:hover {
  border-color: #5cb85c;
  background: transparent;
  color: #5cb85c !important;
}
.jomsocial button.joms-button--primary,
.jomsocial a.joms-button--primary,
.jomsocial button.joms-focus__button--add,
.jomsocial a.joms-focus__button--add {
  background: #337ab7;
  color: #ffffff;
}
.jomsocial button.joms-button--primary:hover,
.jomsocial a.joms-button--primary:hover,
.jomsocial button.joms-focus__button--add:hover,
.jomsocial a.joms-focus__button--add:hover {
  border-color: #337ab7;
  background: transparent;
  color: #337ab7 !important;
}
.jomsocial .joms-input--append .joms-input[type="text"],
.jomsocial .joms-input--append .joms-input[type="password"] {
  padding: 7px 10px 7px 30px;
}
.jomsocial .joms-input--append svg {
  top: 12px;
  left: 10px;
}
.jomsocial .joms-landing__action .joms-checkbox,
.jomsocial .joms-landing__action a {
  margin-top: 10px;
  margin-right: 10px;
}
.jomsocial .joms-stream {
  margin-bottom: 20px !important;
  padding: 20px 30px !important;
}
.jomsocial .joms-stream__header {
  width: auto;
  padding: 0 30px 0 0;
}
.jomsocial .joms-stream__body {
  padding: 0;
  width: 100%;
}
.jomsocial .joms-stream__body .joms-avatar img {
  padding: 0;
  width: auto;
  border-radius: 0;
}
.jomsocial .joms-stream__body .joms-stream__time {
  color: #aaaaaa;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.jomsocial .joms-stream__actions a {
  color: #252525;
}
.jomsocial .joms-comment .joms-comment__actions a {
  color: #252525;
  margin-right: 10px;
}
.jomsocial .joms-avatar--stream img,
.jomsocial .joms-avatar--focus img,
.jomsocial .joms-avatar--comment img {
  max-width: 77px;
  padding: 0;
}
.jomsocial .joms-stream__meta {
  padding: 0;
}
.jomsocial .joms-list__utilities .joms-inline--desktop {
  display: inline-block !important;
  position: relative;
}
.jomsocial .joms-list__utilities .joms-input--search {
  width: auto !important;
}
.jomsocial .joms-list__utilities .joms-button--neutral {
  position: absolute;
  top: 0;
  right: 0;
}
.jomsocial .joms-list__utilities .joms-button--add {
  background: transparent;
  color: #252525 !important;
}
.jomsocial .joms-list__utilities .joms-button--add:hover {
  background: #f2ce3e;
  color: #ffffff !important;
}
.jomsocial .joms-list-card .joms-list_item {
  background: #ffffff;
  border: none;
  padding: 30px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.jomsocial .joms-list-card .joms-list_item .joms-list__cover {
  display: block;
  width: 100%;
  height: 100px;
  float: none;
}
.jomsocial .joms-list-card .joms-list_item .joms-list__cover > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.jomsocial .joms-list-card .joms-list_item .joms-list__cover > a .joms-list__cover-image {
  height: 100%;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: auto;
  background-size: cover;
  background-position: center;
}
.jomsocial .joms-list-card .joms-focus__button--options--desktop .joms-dropdown,
.jomsocial .joms-list-card .joms-focus__button--options--desktop > a {
  right: 15px;
}
.jomsocial .joms-list-card .joms-list__footer,
.jomsocial .joms-list-card .joms-list__content {
  width: 100%;
  display: block;
  float: none;
  padding: 15px 0 0 0;
}
.jomsocial .joms-list-card .joms-list__title {
  text-align: center;
  font-size: 18px;
}
.jomsocial .joms-list-card .joms-list__title a {
  color: #666666;
}
.jomsocial .joms-list-card .joms-list__footer {
  text-align: left;
}
.jomsocial .joms-list-card .joms-list__footer a {
  display: inline-block;
}
.jomsocial .joms-list-card .joms-list__footer .joms-list__permission {
  display: inline-block;
  position: relative;
  float: right;
  padding: 0;
  top: 6px;
  right: 0;
  bottom: 0;
}
.jomsocial .joms-list-card .joms-list__content .joms-list--table li a {
  color: #aaaaaa;
}
.jomsocial .joms-list-card .joms-list__content .joms-list {
  margin-bottom: 10px;
}
.jomsocial .joms-list-card .joms-list__content .joms-list li {
  width: 50%;
  float: left;
}
.jomsocial .joms-list-card .joms-list__content .joms-list li a {
  color: #666666;
}
.jomsocial .joms-list-card .joms-list__content .joms-list__body {
  margin-bottom: 10px;
}
.jomsocial .joms-list-card .event-public .joms-list__footer {
  text-align: center;
}
.jomsocial .joms-list--alphabet a,
.jomsocial .joms-list__options a,
.jomsocial .joms-tab__bar a,
.jomsocial .joms-focus__link a,
.jomsocial .joms-focus__button--options--desktop a,
.jomsocial .joms-toolbar--desktop a,
.jomsocial .joms-list--alphabet a.active,
.jomsocial .joms-list__options a.active,
.jomsocial .joms-tab__bar a.active,
.jomsocial .joms-focus__link a.active,
.jomsocial .joms-focus__button--options--desktop a.active,
.jomsocial .joms-toolbar--desktop a.active {
  color: #252525;
}
.jomsocial .joms-list-video .joms-block.joms-text--light {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
}
.jomsocial .joms-list-video .joms-list_item,
.jomsocial .joms-list-friend .joms-list_item {
  padding: 20px 30px;
  background: #ffffff;
  position: relative;
  margin-bottom: 30px;
}
.jomsocial .joms-list-video .joms-list_item a,
.jomsocial .joms-list-friend .joms-list_item a {
  color: #252525;
}
.jomsocial .joms-list-video .joms-list__options > a,
.jomsocial .joms-list-friend .joms-list__options > a {
  right: 20px;
  top: 15px;
}
.jomsocial .joms-list-video .joms-list__options > .joms-dropdown,
.jomsocial .joms-list-friend .joms-list__options > .joms-dropdown {
  right: 20px;
  top: 40px;
}
.jomsocial .joms-list-video .joms-list__button--dropdown,
.jomsocial .joms-list-friend .joms-list__button--dropdown {
  bottom: 10px;
  right: 20px;
}
.jomsocial .joms-list-friend .joms-list__avatar .joms-avatar {
  padding-right: 20px;
}
.jomsocial .joms-list-friend .joms-list__body .joms-text--username {
  font-size: 14px;
  margin: 0;
  line-height: 1.5em;
}
.jomsocial .joms-list-friend .joms-list__body .joms-text--title {
  font-size: 12px;
  font-weight: 300;
  color: #aaaaaa;
}
.jomsocial .joms-page__title {
  color: #252525;
}
.jomsocial .joms-js--btn-upload,
.jomsocial .joms-js--form-preferences input[type='submit'],
.jomsocial .js-form input[type='submit'] {
  background: transparent;
  color: #252525 !important;
}
.jomsocial .joms-js--btn-upload:hover,
.jomsocial .joms-js--form-preferences input[type='submit']:hover,
.jomsocial .js-form input[type='submit']:hover {
  background: #f2ce3e;
  color: #ffffff !important;
}
.jomsocial .joms-form__group.has-privacy .joms-button--privacy {
  padding: 1px 6px;
}
.jomsocial .joms-pagination {
  float: right;
  margin: 30px 0 0;
}
.jomsocial .joms-pagination:after {
  clear: both;
  content: '';
  display: block;
}
.jomsocial .joms-pagination .pagination-list {
  padding: 0;
}
.jomsocial .joms-pagination .pagination-list li.active a {
  color: #f2ce3e;
}
.jomsocial .joms-pagination .pagination-list li a {
  background: transparent;
  color: #666666;
  padding: 0 5px !important;
  font-size: 12px;
}
.jomsocial .joms-stream--discussion {
  margin-bottom: 15px;
  background: #ffffff;
  border: none;
  padding: 15px;
}
.jomsocial .joms-stream--discussion .joms-stream__time {
  margin: 0;
}
.jomsocial .joms-activity-filter {
  background: #ffffff;
}
.jomsocial a.joms-button--link {
  color: #252525;
}
.joms-sidebar .joms-tab__bar a {
  background: #ffffff;
  border-style: solid;
  border-color: #e7e7e7;
  border-width: 1px 0 1px 1px;
}
.joms-sidebar .joms-tab__bar a.active,
.joms-sidebar .joms-tab__bar a:hover {
  color: #f2ce3e;
}
.joms-sidebar .joms-tab__bar a.active {
  border-bottom: none;
  border-top: 2px solid #f2ce3e;
  color: #f2ce3e !important;
}
.joms-sidebar .joms-tab__bar a:last-child {
  border-right-width: 1px;
}
.joms-sidebar .joms-tab__content {
  border-style: solid;
  border-color: #e7e7e7;
  border-width: 0 1px 1px 1px;
  padding: 30px;
}
#latest-members-nav b {
  margin: 0 5px;
}
#latest-members-nav a {
  color: #252525;
}
.joms-module .joms-list--event .joms-media--event {
  border: none;
  margin-bottom: 15px;
}
.joms-module .joms-list--event .joms-media--event a {
  color: #252525;
}
.joms-module .joms-list--event .joms-media--event .joms-media__calendar {
  padding-right: 15px;
  width: 100px;
}
@media (min-width: 992px) {
  .joms-list-friend > .row > div:nth-child(3n+1),
  .joms-list-video > .row > div:nth-child(3n+1) {
    clear: both;
  }
  .joms-list-card > .row > div:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .joms-list-card > .row > div:nth-child(2n+1),
  .joms-list-friend > .row > div:nth-child(2n+1),
  .joms-list-video > .row > div:nth-child(2n+1) {
    clear: both;
  }
}
div .joms-button__next,
div .joms-button--secondary,
div .joms-button--signup,
div .joms-focus__button--message,
div .joms-button--primary,
div .joms-button--add,
div .joms-button--login,
div .joms-button__reject,
div .joms-postbox-tab .joms-postbox-save,
div .joms-postbox-tab .joms-postbox-done,
div .joms-focus__button--add {
  color: #252525 !important;
}
div .joms-button__next:hover,
div .joms-button--secondary:hover,
div .joms-button--signup:hover,
div .joms-focus__button--message:hover,
div .joms-button--primary:hover,
div .joms-button--add:hover,
div .joms-button--login:hover,
div .joms-button__reject:hover,
div .joms-postbox-tab .joms-postbox-save:hover,
div .joms-postbox-tab .joms-postbox-done:hover,
div .joms-focus__button--add:hover {
  background: #252525;
  border-color: #252525;
  color: #FFF !important;
}
div .joms-button__next:hover .joms-icon--white,
div .joms-button--secondary:hover .joms-icon--white,
div .joms-button--signup:hover .joms-icon--white,
div .joms-focus__button--message:hover .joms-icon--white,
div .joms-button--primary:hover .joms-icon--white,
div .joms-button--add:hover .joms-icon--white,
div .joms-button--login:hover .joms-icon--white,
div .joms-button__reject:hover .joms-icon--white,
div .joms-postbox-tab .joms-postbox-save:hover .joms-icon--white,
div .joms-postbox-tab .joms-postbox-done:hover .joms-icon--white,
div .joms-focus__button--add:hover .joms-icon--white {
  fill: #252525;
}
div .joms-icon--white {
  fill: #252525;
}
div .jomsocial button.joms-button--primary,
div .jomsocial a.joms-button--primary,
div .jomsocial button.joms-focus__button--add,
div .jomsocial a.joms-focus__button--add {
  border-color: #f2ce3e;
  background: #f2ce3e;
  color: #252525;
}
div .jomsocial button.joms-button--primary:hover,
div .jomsocial a.joms-button--primary:hover,
div .jomsocial button.joms-focus__button--add:hover,
div .jomsocial a.joms-focus__button--add:hover {
  border-color: #252525;
  background: #252525;
  color: #FFF !important;
}
.hikashop_category_information {
  position: relative;
}
.hikashop_category_information .hikashop_filter_main_div {
  padding-bottom: 30px;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main {
  display: inline-block !important;
  float: none !important;
  min-height: 0 !important;
  width: auto !important;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main br,
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .hikashop_filter_title {
  display: none;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single {
  min-width: 200px;
  font-size: 14px;
  font-weight: 300;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single.chzn-with-drop .chzn-single {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single.chzn-with-drop .chzn-single:after {
  content: '\f0d7';
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-drop {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px #666666 inset;
  -moz-box-shadow: 0 0 1px #666666 inset;
  box-shadow: 0 0 1px #666666 inset;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
  max-height: none;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-drop .chzn-results li {
  padding: 10px 15px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 1.5em;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-drop .chzn-results li.highlighted {
  background: #e2e2e2;
  color: #666666;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-drop .chzn-results li:last-child {
  border-bottom: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-single {
  padding: 10px 15px;
  margin: 0;
  display: block;
  width: auto;
  height: auto;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1px #666666 inset;
  -moz-box-shadow: 0 0 1px #666666 inset;
  box-shadow: 0 0 1px #666666 inset;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-single > div {
  display: none;
}
.hikashop_category_information .hikashop_filter_main_div .hikashop_filter_main .chzn-container-single .chzn-single:after {
  content: '\f0d8';
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 15px;
}
.hikashop_products_listing .hikashop_products .div_img_title {
  margin-bottom: 35px;
  position: relative;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer {
  height: auto !important;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image {
  position: relative;
  border: 1px solid rgba(170, 170, 170, 0.3);
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image:hover .tz_feature {
  opacity: 1;
  visibility: visible;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image:hover .text-sale {
  opacity: 0;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image img {
  max-width: 100%;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  background: rgba(242, 206, 62, 0.85);
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature > * {
  display: inline-block;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature > a {
  margin-left: 0 !important;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature .btn-default,
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature .hikashop_add_wishlist {
  display: inline-block;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature .text {
  display: none;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature .btn.small {
  padding: 4px 13px;
  font-size: 14px;
  border-radius: 3px;
  background: #ffffff;
  border-color: #ffffff;
  color: #666666;
  margin: 0 5px;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature .feature .btn.small:hover {
  background: #252525;
  border-color: #252525;
  color: #FFF;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .tz_feature:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_name {
  padding-bottom: 3px;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_name a {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_total_vote {
  display: none;
}
.hikashop_products_listing a:hover,
.hikashop_products_listing a:focus {
  text-decoration: none;
}
.hikashop_products_pagination.hikashop_products_pagination_bottom .hikashop_results_counter {
  display: none;
}
.hikashop_products_pagination.hikashop_products_pagination_top {
  position: absolute;
  top: 13px;
  right: 0;
  font-weight: 300;
}
.hikashop_products_pagination.hikashop_products_pagination_top .pagination {
  display: none;
}
.hikashop_products_pagination .limit {
  display: none;
}
.hikashop_products_pagination ul.pagination-list li a:hover {
  border: none;
}
.hikashop_products_pagination .pagination-list .active a,
.hikashop_products_pagination .pagination-list li a,
.hikashop_products_pagination .pagination-list .disabled a {
  border: none;
}
.pagination {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  cursor: pointer;
  color: #666666;
  border: none;
  margin: 0 5px;
  padding: 5px 11px;
  border-radius: 3px;
}
.pagination li a:hover {
  background: #f2ce3e;
  color: #252525;
}
.pagination li.active a:hover,
.pagination li.active a {
  background: #f2ce3e;
  color: #252525;
}
.pagination:after {
  display: block;
  clear: both;
}
.pagination.pagination-list {
  padding-top: 12px;
}
.text-sale {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.ui-slider {
  background: #ffffff;
  height: 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100% !important;
  margin: 0 !important;
}
.ui-slider-range {
  background: #f2ce3e;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
}
.ui-slider-handle {
  height: 18px;
  width: 18px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -4px;
  border-radius: 50%;
  margin-left: -9px;
}
.div_img_desc,
.tz_info_product {
  padding: 15px 15px;
}
.div_img_desc .hikashop_product_price_full,
.tz_info_product .hikashop_product_price_full {
  padding-top: 9px;
  line-height: 20px;
}
.div_img_desc .hikashop_product_price_full > *,
.tz_info_product .hikashop_product_price_full > * {
  margin: 0 5px;
}
.div_img_desc .hikashop_product_price,
.tz_info_product .hikashop_product_price {
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  font-weight: 500;
}
.div_img_desc .hikashop_product_price_before_discount,
.tz_info_product .hikashop_product_price_before_discount {
  font-size: 14px;
  color: #aaaaaa;
  position: relative;
  cursor: pointer;
}
.div_img_desc .hikashop_product_price_before_discount:before,
.tz_info_product .hikashop_product_price_before_discount:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 110%;
  height: 1px;
  background: #666666;
  margin-top: -1px;
  left: -5%;
}
.div_img_desc .hikashop_product_price_full {
  padding: 0;
}
.div_img_desc .hikashop_product_price {
  font-size: 12px;
}
.div_img_desc .hikashop_product_price_before_discount {
  font-size: 11px;
}
div.ui-rating {
  position: relative;
  display: inline-block;
}
div.ui-rating .ui-rating-full,
div.ui-rating .ui-rating-empty {
  background: none !important;
  font-size: 12px;
  float: left;
  padding-right: 4px;
  cursor: pointer;
  line-height: 1em;
}
div.ui-rating .ui-rating-full,
div.ui-rating .icon-star:before,
div.ui-rating .ui-rating-empty:before {
  content: "\f006";
}
div.ui-rating .ui-rating-full,
div.ui-rating .icon-star,
div.ui-rating .ui-rating-empty {
  font-family: FontAwesome;
  color: #f2ce3e !important;
  text-decoration: none !important;
}
div.ui-rating > .rating-item:hover span:before,
div.ui-rating > .rating-item:hover ~ a span:before,
div.ui-rating > .voted:before,
div.ui-rating > .rating-item:hover:before,
div.ui-rating > .rating-item:hover ~ .rating-item:before,
div.ui-rating .ui-rating-hover:before,
div.ui-rating .ui-rating-full:before {
  color: #f2ce3e !important;
  content: "\f005";
  text-decoration: none;
}
.hikashop_filter_main {
  min-height: 0 !important;
}
.hikashop_filter_main input[type='text'] {
  width: 100% !important;
  background: #ffffff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 1px rgba(102, 102, 102, 0.75) inset;
  -moz-box-shadow: 0 0 1px rgba(102, 102, 102, 0.75) inset;
  box-shadow: 0 0 1px rgba(102, 102, 102, 0.75) inset;
  padding: 10px 15px;
  font-weight: 100;
  font-style: italic;
}
.hikashop_filter_main input[type='text']:after {
  content: 'aaaaa';
  display: block;
  position: relative;
}
.hikashop_module .hikashop_subcategories_listing .accordion-group:first-child .accordion-heading {
  border-top: none;
}
.hikashop_module .hikashop_subcategories_listing .accordion-group .accordion-heading {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
}
.hikashop_module .hikashop_subcategories_listing .accordion-group ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 25px;
}
.hikashop_module .hikashop_subcategories_listing .accordion-group ul li a {
  color: #666666;
  display: block;
  padding: 10px 0 10px 15px;
  border-top: 1px solid #e7e7e7;
}
.hikashop_module .hikashop_subcategories_listing .accordion-group ul li a:hover {
  color: #f2ce3e;
}
.hikashop_module .hikashop_subcategories_listing .count {
  float: right;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading.has-child .accordion-toggle {
  display: block;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading.has-child .tz_link {
  display: none;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  line-height: 1.5em;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 .accordion-toggle {
  display: none;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 a {
  color: #666666;
  position: relative;
  padding-left: 15px;
  display: block;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 a:hover:before,
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 a:hover {
  color: #f2ce3e;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 a:before {
  color: #666666;
  content: '\f0da';
  display: block;
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  top: 0;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 a[aria-expanded="true"] {
  color: #f2ce3e;
}
.hikashop_module .hikashop_subcategories_listing .accordion-heading h4 a[aria-expanded="true"]:before {
  content: '\f0d7 ';
  color: #f2ce3e;
}
.hikashop_module .hikashop_product:first-child .div_img_desc {
  border-top: none;
  padding-top: 0;
}
.hikashop_module .hikashop_product:last-child .div_img_desc {
  padding-bottom: 0;
}
.hikashop_module .div_img_desc {
  padding: 15px 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e7e7e7;
}
.hikashop_module .div_img_desc .hikashop_product_name {
  margin: 0;
  line-height: 1;
  font-size: 14px;
  padding: 0 !important;
}
.hikashop_module .div_img_desc .hikashop_product_name a {
  font-size: 14px !important;
  line-height: 1.5em;
}
.hikashop_module .div_img_desc div.ui-rating .ui-rating-full,
.hikashop_module .div_img_desc div.ui-rating a.ui-rating-empty {
  font-size: 10px !important;
}
.hikashop_module .div_img_desc .hikashop_product_item_left_part {
  width: 70px;
}
.hikashop_module .div_img_desc .hikashop_product_item_right_part {
  padding-left: 15px;
  text-align: left;
}
.hikashop_module .hikashop_products_listing .hikashop_product .hikashop_subcontainer.thumbnail .tz_feature .feature .hikashop_product_quantity_add_to_cart_div {
  float: left;
}
#hikashop_cart_module .cart_product {
  position: relative;
  padding: 15px 0;
}
#hikashop_cart_module .cart_product:first-child {
  padding-top: 0;
}
#hikashop_cart_module .tz_information,
#hikashop_cart_module .hikashop_cart_module_product_image {
  display: table-cell;
  vertical-align: top;
}
#hikashop_cart_module .tz_information {
  padding-left: 15px;
}
#hikashop_cart_module .tz_information .hikashop_cart_module_product_name_value {
  font-weight: 500;
  line-height: 20px;
}
#hikashop_cart_module .tz_information .hikashop_cart_module_product_name_value a {
  color: #252525;
}
#hikashop_cart_module .tz_information .hikashop_cart_module_product_quantity_value {
  width: 8px;
  display: inline-block;
  font-size: 12px;
}
#hikashop_cart_module .tz_information .hikashop_cart_module_product_quantity_value input {
  width: auto;
  display: inline-block;
  padding: 0;
  text-align: left;
  background: transparent;
  border: none;
}
#hikashop_cart_module .tz_information .hikashop_cart_module_product_price_value {
  display: inline-block;
  font-size: 12px;
}
#hikashop_cart_module .tz_information .hikashop_cart_module_product_price_value .hikashop_product_discount {
  display: none;
}
#hikashop_cart_module .hikashop_cart_module_product_image {
  width: 30%;
  max-width: 68px;
}
#hikashop_cart_module .hikashop_cart_module_product_image img {
  max-width: 100%;
}
#hikashop_cart_module .hikashop_cart_module_product_delete_value {
  padding-top: 15px;
}
#hikashop_cart_module .hikashop_cart_module_product_delete_value a {
  display: inline-block;
  text-align: center;
  padding: 0;
  position: absolute;
  right: 0;
  top: 30%;
  color: #666;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#hikashop_cart_module .hikashop_cart_module_product_total_value {
  text-align: right;
  padding: 10px 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
}
.display_table > * {
  display: table-cell;
  vertical-align: top;
}
#hikashop_cart_product_listing {
  background: #ffffff;
}
#hikashop_cart_product_listing thead th {
  padding: 8px 0;
  background: #f2ce3e;
  text-align: center;
  border-bottom: 1px solid #f2ce3e;
  color: #252525;
}
#hikashop_cart_product_listing thead th a {
  color: #252525;
}
#hikashop_cart_product_listing tbody td {
  padding: 20px 5px;
  border-right: 1px solid #e7e7e7;
  vertical-align: middle;
  text-align: center;
}
#hikashop_cart_product_listing tbody td.cart_img_product {
  padding-left: 30px;
  padding-right: 30px;
  width: 150px;
}
#hikashop_cart_product_listing tbody td.cart_img_product img {
  max-width: 100%;
}
#hikashop_cart_product_listing tbody td.hikashop_show_cart_add {
  width: 50px;
}
#hikashop_cart_product_listing tbody td:last-child {
  border-right: none;
}
#hikashop_cart_product_listing .hikashop_show_cart_quantity_td input {
  width: 50px;
  text-align: center;
  padding: 5px 0;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
}
#hikashop_cart_product_listing .hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh {
  display: inline-block;
  padding-left: 5px;
}
#hikashop_cart_product_listing .hikashop_show_cart_delete i {
  color: #252525;
  line-height: 24px;
}
#hikashop_cart_product_listing .hikashop_show_cart_delete a {
  height: 24px;
  width: 24px;
  display: inline-block;
}
#hikashop_cart_product_listing .hikashop_show_cart_delete a:hover {
  background: #f2ce3e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#hikashop_cart_product_listing .hikashop_show_cart_delete a:hover i {
  color: #ffffff;
}
#hikashop_cart_product_listing tfoot td {
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  padding: 20px 10px;
}
.hikashop_wizardbar:after {
  display: block;
  position: relative;
  clear: both;
  content: '';
}
.hikashop_wizardbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hikashop_wizardbar ul li {
  float: left;
  padding: 10px 15px;
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current,
.hikashop_wizardbar ul li:hover {
  border-color: #f2ce3e;
  background: #f2ce3e;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current a,
.hikashop_wizardbar ul li:hover a,
.hikashop_wizardbar ul li.hikashop_cart_step_current span,
.hikashop_wizardbar ul li:hover span {
  color: #ffffff;
}
.hikashop_wizardbar ul li a {
  color: #252525;
}
.hikashop_checkout_login {
  padding-top: 30px;
}
.hikashop_checkout_login .login {
  background: #ffffff;
  padding: 30px;
}
.hikashop_checkout_login:after {
  content: '';
  clear: both;
  display: block;
}
.hikashop_checkout_login .userdata input[name="username"],
.hikashop_checkout_login .userdata input[name="passwd"] {
  width: 95%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #F5F5F5;
  color: #aaaaaa;
  padding: 10px 20px;
  line-height: 1.5em;
}
.hikashop_checkout_login .btn-login-checkout {
  text-transform: uppercase;
  padding: 10px 50px;
  color: #252525;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  font-weight: 500;
  line-height: 1.5em;
}
.hikashop_checkout_login .btn-login-checkout:hover {
  color: #ffffff;
  background: #f2ce3e;
}
.hikashop_checkout_login #form-login-submit {
  padding: 20px 0;
}
.hikashop_checkout_login #form-login-submit:after {
  content: '';
  clear: both;
  display: block;
}
.hikashop_checkout_login #form-login-submit .controls {
  display: table-cell;
  padding-right: 15px;
}
.hikashop_checkout_login .btn-forgot {
  color: #252525;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-size: 12px;
}
.hikashop_checkout_login .btn-forgot:hover {
  color: #f2ce3e;
}
.hikashop_checkout_login .checkbox {
  margin: 0;
  font-size: 12px;
}
.hikashop_checkout_login .checkbox input,
.hikashop_checkout_login .checkbox label {
  display: table-cell;
  vertical-align: middle;
}
.hikashop_checkout_login .checkbox input {
  margin-left: 0;
}
.hikashop_checkout_login .checkbox label {
  line-height: 1.5em;
  min-height: 0;
}
.hikashop_checkout_login .register input[type="text"],
.hikashop_checkout_login .register input[type="password"] {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0 15px;
}
.hikashop_checkout_login .register input[type="text"]:focus,
.hikashop_checkout_login .register input[type="password"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hikashop_checkout_login .register .title {
  padding-bottom: 20px;
}
.hikashop_checkout_login .register .controls {
  position: relative;
}
.hikashop_checkout_login .register .controls .hikashop_field_required {
  position: absolute;
  top: -30px;
  right: 10px;
  color: #f2ce3e;
}
.hikashop_checkout_login .register .control-group {
  padding-bottom: 15px;
}
.hikashop_checkout_login .register .control-group label {
  color: #666666;
}
.hikashop_product_page .chzn-container,
.hikashop_checkout_billing_address .chzn-container,
.hikashop_checkout_login .chzn-container {
  width: 100% !important;
}
.hikashop_product_page .chzn-container .chzn-single,
.hikashop_checkout_billing_address .chzn-container .chzn-single,
.hikashop_checkout_login .chzn-container .chzn-single {
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: auto;
  line-height: 1.5em;
  padding: 5px 15px;
  border: none;
}
.hikashop_product_page .chzn-container .chzn-single span,
.hikashop_checkout_billing_address .chzn-container .chzn-single span,
.hikashop_checkout_login .chzn-container .chzn-single span {
  display: block;
  margin: 0;
}
.hikashop_product_page .chzn-container .chzn-drop,
.hikashop_checkout_billing_address .chzn-container .chzn-drop,
.hikashop_checkout_login .chzn-container .chzn-drop {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hikashop_product_page .chzn-container .chzn-drop .chzn-search input,
.hikashop_checkout_billing_address .chzn-container .chzn-drop .chzn-search input,
.hikashop_checkout_login .chzn-container .chzn-drop .chzn-search input {
  background: #f5f5f5;
}
.hikashop_product_page .chzn-container .chzn-results,
.hikashop_checkout_billing_address .chzn-container .chzn-results,
.hikashop_checkout_login .chzn-container .chzn-results {
  margin: 0;
  padding: 0;
}
.hikashop_product_page .chzn-container .chzn-results li,
.hikashop_checkout_billing_address .chzn-container .chzn-results li,
.hikashop_checkout_login .chzn-container .chzn-results li {
  padding: 6px 15px;
}
.hikashop_product_page .chzn-container .chzn-results li:hover,
.hikashop_checkout_billing_address .chzn-container .chzn-results li:hover,
.hikashop_checkout_login .chzn-container .chzn-results li:hover,
.hikashop_product_page .chzn-container .chzn-results li.highlighted,
.hikashop_checkout_billing_address .chzn-container .chzn-results li.highlighted,
.hikashop_checkout_login .chzn-container .chzn-results li.highlighted {
  background: #f2ce3e;
}
.hikashop_checkout_billing_address tr td {
  position: relative;
}
.hikashop_checkout_billing_address tr td .hikashop_field_required {
  position: absolute;
  top: 10px;
  left: -10px;
  color: #f2ce3e;
}
.hikashop_checkout_billing_address input[type="text"],
.hikashop_checkout_billing_address input[type="password"] {
  width: 100%;
  background: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
}
.hikashop_checkout_billing_address input[type="text"]:focus,
.hikashop_checkout_billing_address input[type="password"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.hikashop_checkout_billing_address .table > thead > tr > th {
  border-width: 1px;
}
.hikashop_checkout_billing_address table tr td {
  vertical-align: middle;
  border: none;
}
.hikashop_checkout_billing_address table tr td.key {
  width: 100px;
}
.hikashop_checkout_billing_address table tr td label {
  margin: 0;
}
.hikashop_checkout_page .hikashop_checkout_coupon {
  padding: 30px;
  background: #ffffff;
  margin: 20px 0;
}
.hikashop_checkout_page .hikashop_checkout_coupon input {
  background: #f5f5f5;
  padding: 7px 30px;
  border-radius: 3px;
  color: #aaaaaa;
  width: 45%;
  margin-right: 30px;
  border: 1px solid #F5F5F5;
  font-weight: 300;
}
.hikashop_checkout_page .hikashop_checkout_coupon .hikashop_cart_button {
  text-transform: uppercase;
  margin-left: 30px;
}
.hikashop_checkout_page .hikashop_checkout_cart {
  padding-top: 30px;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_image_value {
  width: 70px;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_image_value img {
  width: 100%;
}
.hikashop_checkout_page .hikashop_checkout_cart tr th {
  border-width: 1px;
}
.hikashop_checkout_page .hikashop_checkout_cart tr td {
  vertical-align: middle;
  padding: 10px 8px;
}
.hikashop_checkout_page .hikashop_checkout_cart tr.text-medium td {
  font-weight: 500;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_name_value .hikashop_cart_product_name {
  margin: 0;
  padding: 0;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_name_value a {
  color: #666666;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_quantity_value input {
  width: 30px;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_quantity_delete,
.hikashop_checkout_page .hikashop_checkout_cart .hikashop_cart_product_quantity_refresh {
  display: inline-block;
}
.hikashop_checkout_page .hikashop_shipping_methods_table,
.hikashop_checkout_page .hikashop_payment_methods_table {
  background: #ffffff;
  padding: 15px 15px 30px;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .payment,
.hikashop_checkout_page .hikashop_payment_methods_table .payment {
  padding-top: 15px;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .payment input,
.hikashop_checkout_page .hikashop_payment_methods_table .payment input {
  margin: 5px 15px 0;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .payment label,
.hikashop_checkout_page .hikashop_payment_methods_table .payment label {
  margin: 0;
  font-weight: 500;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .hikashop_checkout_shipping_description,
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_shipping_description,
.hikashop_checkout_page .hikashop_shipping_methods_table .hikashop_checkout_payment_description,
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_description {
  background: #f5f5f5;
  border-color: #f5f5f5;
  margin-top: 22px;
  font-weight: 300;
  padding: 10px 30px;
  line-height: 1.5em;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .hikashop_checkout_shipping_description p,
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_shipping_description p,
.hikashop_checkout_page .hikashop_shipping_methods_table .hikashop_checkout_payment_description p,
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_description p {
  margin: 0;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .tz-arrow-div:after,
.hikashop_checkout_page .hikashop_payment_methods_table .tz-arrow-div:after,
.hikashop_checkout_page .hikashop_shipping_methods_table .tz-arrow-div:before,
.hikashop_checkout_page .hikashop_payment_methods_table .tz-arrow-div:before {
  left: 5%;
  border-width: 11px;
  margin-left: 0;
}
.hikashop_checkout_page .hikashop_shipping_methods_table .hikashop_checkout_payment_image,
.hikashop_checkout_page .hikashop_payment_methods_table .hikashop_checkout_payment_image {
  display: inline-block;
  padding-left: 30px;
}
.title_price {
  position: relative;
  padding-bottom: 13px;
}
.hikashop_product_page .hikashop_product_quantity_main,
.hikashop_product_page .hikashop_product_characteristics {
  margin-top: 15px;
}
.hikashop_product_page .hikashop_product_vote_mini {
  padding-bottom: 14px;
}
.hikashop_product_page #hikashop_product_right_part {
  padding-right: 45px;
  padding-top: 23px;
}
.hikashop_product_page .hikashop_product_name_main h3 {
  margin: 0;
}
.hikashop_product_page .hikashop_product_characteristics .chzn-container {
  margin-left: 15px;
}
.hikashop_product_page .hikashop_product_characteristics .chzn-container .chzn-single {
  padding: 10px 30px 10px 15px;
}
.hikashop_product_page .hikashop_product_characteristics .chzn-container div b {
  position: relative;
  top: 6px;
}
.hikashop_product_page .pagination {
  display: inline-block;
  float: right;
  margin-top: 20px;
}
.hikashop_product_page .hikashop_product_vote_listing:after {
  content: '';
  display: block;
  clear: both;
}
.hikashop_product_page .hikashop_product_vote_listing .hika_comment_listing {
  border-bottom: 1px solid #e7e7e7;
  padding: 35px 0 25px;
}
.hikashop_product_page .hikashop_product_vote_listing .hika_comment_listing_name {
  display: inline-block;
  margin-right: 15px;
}
.hikashop_product_page .hikashop_product_vote_listing .hika_comment_listing_name .hika_vote_listing_username {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
}
.hikashop_product_page .hikashop_product_vote_listing .hika_comment_listing_content {
  font-weight: 300;
  padding: 8px 0;
}
.hikashop_product_page .hikashop_product_vote_listing .hika_review_date {
  font-size: 12px;
  line-height: 22px;
  color: #AAAAAA;
  font-weight: 300;
  font-style: italic;
}
.hikashop_product_page .hikashop_listing_comment {
  margin-top: 5px;
}
.hikashop_product_page .hikashop_listing_comment h3 {
  margin: 0;
}
.hikashop_product_page .info_product {
  background: #ffffff;
}
.hikashop_product_page .chzn-container .chzn-single {
  background: #f5f5f5;
}
.hikashop_product_page .chzn-container .chzn-drop {
  background: #f5f5f5;
}
.hikashop_product_page .hikashop_product_characteristics,
.hikashop_product_page .hikashop_product_quantity_main,
.hikashop_product_page .hikashop_add_wishlist,
.hikashop_product_page .hikashop_product_quantity_div {
  display: inline-block;
}
.hikashop_product_page .hikashop_product_quantity_main {
  float: right;
}
.hikashop_product_page .hikashop_product_quantity_main i {
  display: none;
}
.hikashop_product_page .hikashop_product_price_main {
  position: absolute;
  top: 0;
  right: 0;
}
.hikashop_product_page .hikashop_product_price_full > * {
  margin: 0 8px;
}
.hikashop_product_page .hikashop_product_price_before_discount {
  font-size: 16px;
  color: #aaaaaa;
  position: relative;
  cursor: pointer;
}
.hikashop_product_page .hikashop_product_price_before_discount:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 110%;
  height: 1px;
  background: #666666;
  margin-top: -1px;
  left: -5%;
}
.hikashop_product_page .hikashop_product_price {
  font-size: 24px;
  color: #f2ce3e;
  cursor: pointer;
  font-weight: 700;
  margin-right: 0;
}
.hikashop_product_page div.ui-rating .ui-rating-full,
.hikashop_product_page div.ui-rating .ui-rating-empty {
  font-size: 14px;
}
.hikashop_product_page .hikashop_main_image_div img {
  max-width: 100%;
}
.hikashop_product_page .hikashop_small_image_div img {
  max-width: 70px;
}
.hikashop_product_page .bottom-product {
  padding-top: 60px;
}
.hikashop_product_page .hika_comment_listing_notification {
  display: inline-block;
  top: -2px;
  position: relative;
  padding-left: 10px;
}
.hikashop_product_page .hikashop_comment_form .hikashop_comment_form_mail,
.hikashop_product_page .hikashop_comment_form .hikashop_comment_form_name {
  margin: 0 0 15px 0;
}
.hikashop_product_page .hikashop_comment_form input {
  width: 100%;
  padding: 8px 20px;
  background: #f5f5f5;
  color: #aaaaaa;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hikashop_product_page .hikashop_comment_form input:focus {
  outline: 1px solid #f2ce3e;
}
.hikashop_product_page .hikashop_comment_textarea {
  width: 100%;
  padding: 8px 20px;
  background: #f5f5f5;
  color: #aaaaaa;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  min-height: 98px;
}
.hikashop_product_page .hikashop_comment_textarea:focus {
  outline: 1px solid #f2ce3e;
}
.hikashop_product_page .btn-submit-comment {
  text-transform: uppercase;
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
}
.hikashop_product_page .hikashop_vote_form:after {
  content: '';
  display: block;
  clear: both;
}
.margin-right-10 {
  margin-right: 10px;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #C00;
}
*:focus {
  outline: 0;
}
.tz-arrow-div {
  position: relative;
  background: #f1f1f1;
  border: 1px solid #DDDDDD;
}
.tz-arrow-div:after,
.tz-arrow-div:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tz-arrow-div:after {
  border-color: rgba(241, 241, 241, 0);
  border-bottom-color: #f1f1f1;
  border-width: 20px;
  margin-left: -20px;
}
.tz-arrow-div:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #DDDDDD;
  border-width: 21px;
  margin-left: -21px;
}
.tab-style-1 {
  border: none;
}
.tab-style-1 li.active a,
.tab-style-1 li.open a {
  background: #ffffff !important;
  border-color: #f2ce3e !important;
  color: #f2ce3e !important;
}
.tab-style-1 li a {
  display: block !important;
  margin: 0;
  border-width: 2px 0 0 0 !important;
  border-style: solid none none !important;
  border-color: transparent !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #e7e7e7;
  color: #666666;
}
.tab-style-1 li a:hover {
  background: #ffffff;
  color: #f2ce3e;
}
.tab-content-style-1 {
  background: #ffffff;
  padding: 30px;
}
/* ThuongNV */
.hikashop_products_listing .div_img_title .hikashop_product_image .btn {
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  color: #252525;
  padding: 1px 20px;
}
.hikashop_products_pagination .pagination.pagination-list {
  padding-top: 25px;
}
.hikashop_filter_module .hikashop_filter_main_div input[type="text"] {
  border: none;
  padding: 8px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hikashop_filter_module .hikashop_filter_main_div span.hikashop_filter_title {
  display: inline-block;
  margin-bottom: 5px;
}
.hikashop_filter_module .hikashop_filter_main_div .hikashop_filter_button_outside a.hikashop_cart_button {
  background: #f2ce3e;
  color: #252525;
  border-radius: 4px;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  margin-top: 30px;
  padding: 3px 20px;
}
.mod-right .hikashop_module .hikashop_categories_listing_main {
  margin-bottom: -15px;
  margin-top: -15px;
}
.hikashop_listing_comment .hika_comment_listing tr td:empty {
  border: none;
}
.hikashop_product_page .hikashop_module .hikashop_products {
  padding-top: 50px;
}
.info_product .hikashop_product_stock a.btn {
  background: #e7e7e7 none repeat scroll 0 0;
  border: medium none;
  color: #666666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 25px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.info_product .hikashop_product_stock .hikashop_add_wishlist a.btn {
  margin-left: 5px;
}
.info_product #hikashop_product_left_part .hikashop_product_main_image #hikashop_main_image {
  height: auto !important;
  width: 100% !important;
}
.info_product #hikashop_product_left_part .hikashop_product_main_image .hikashop_product_main_image_subdiv > a > img {
  height: auto !important;
  width: 100% !important;
}
.info_product #hikashop_product_left_part #hikashop_small_image_div:after {
  clear: both;
  content: " ";
  display: table;
  overflow: hidden;
}
.info_product #hikashop_product_left_part #hikashop_small_image_div.hikashop_small_image_div {
  overflow: hidden;
  margin: 0 -5px;
}
.info_product #hikashop_product_left_part #hikashop_small_image_div a {
  width: 20%;
  float: left;
}
.info_product #hikashop_product_left_part #hikashop_small_image_div img {
  padding: 5px;
  width: 100%;
}
#hikashop_cart_module #hikashop_cart {
  position: relative;
}
#hikashop_cart_module #hikashop_cart a.hikashop_cart_button {
  position: absolute;
  bottom: 13px;
  color: #aaa;
  font-size: 12px;
  line-height: 24px;
}
#hikashop_cart_module #hikashop_cart .hikashop_cart_module_product_total_value {
  padding: 12px 0 13px;
  border-bottom: 1px solid #e7e7e7;
}
#hikashop_cart_module #hikashop_cart .hikashop_cart_module_product_total_value .hikashop_product_price {
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.jux-posts-loop-content .jux-loop-item-wrap .jux-loop-item-featured.media {
  padding: 0;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  padding-bottom: 0;
  margin-bottom: 40px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  padding: 20px 30px;
  position: relative;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title {
  margin: 2px 0 6px;
  font-size: 18px;
  line-height: 28px;
  padding-right: 120px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title a {
  color: #252525;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  font-style: italic;
  padding-right: 120px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta > span i {
  padding-right: 8px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-excerpt {
  margin-top: 15px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .outer-therm {
  margin: 22px 0 13px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action {
  margin: 0;
  position: absolute;
  top: 23px;
  right: 30px;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action a.btn {
  font-size: 14px;
  line-height: 24px;
  color: #252525;
  background: #f2ce3e;
  text-transform: uppercase;
  padding: 8px 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#jux-causes-list .jux-summary-donate .jux-donate-progress-label {
  position: relative;
  margin: 0 !important;
}
#jux-causes-list .jux-summary-donate .jux-donate-progress-label > div {
  display: inline-block;
  width: 33%;
  margin: 0;
}
#jux-causes-list .jux-summary-donate .jux-donate-progress-label .crt-total {
  line-height: 1;
  text-align: center;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-ed {
  margin: 0;
  font-size: 12px;
  color: #666;
  font-weight: 300;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-ed span {
  color: #f2ce3e;
  font-size: 14px;
  font-weight: 500;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-go {
  text-align: right;
  font-size: 12px;
  color: #666;
  font-weight: 300;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary .jux-summary-donate .jux-donate-progress-label .jux-donate-progress-go span {
  color: #f2ce3e;
  font-size: 14px;
  font-weight: 500;
}
#jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .pagination-nav {
  display: block;
  clear: both;
}
#jux-causes-list .jux-loop-item-excerpt {
  font-weight: lighter;
}
/* Detail */
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-meta > span {
  padding-right: 50px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary {
  margin-top: 35px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label > div {
  display: inline-block;
  margin: 0;
  width: 33%;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label .jux-donate-progress-ed {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label .jux-donate-progress-ed span {
  color: #252525;
  font-size: 14px;
  font-weight: 500;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label .jux-donate-progress-go {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label .jux-donate-progress-go span {
  color: #252525;
  font-size: 14px;
  font-weight: 500;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label .crt-total {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap {
  background: #FFF;
  padding: 30px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-page-heading {
  padding: 0;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-page-heading h1 {
  font-size: 24px;
  line-height: 28px;
  color: #252525;
  margin-top: 0;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-meta span {
  font-size: 14px;
  color: #aaa;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-meta span:last-child {
  padding-right: 0;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-meta span i {
  padding-right: 8px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head {
  display: block;
  clear: both;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head:after {
  clear: both;
  content: "";
  display: table;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .ct-right,
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .ct-left {
  float: left;
  display: block;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .ct-left {
  width: 70%;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .ct-right {
  width: 30%;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .jux-donate-progress-footer {
  text-align: right;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .jux-donate-progress-footer .btn {
  padding: 10px 30px;
  text-transform: uppercase;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-summary {
  background: #f5f5f5;
  display: block;
  padding: 15px 30px 20px;
  position: relative;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-summary .outer-therm {
  margin: 20px 0 13px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content.desc {
  padding-top: 30px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content.desc > p {
  padding: 8px 0;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share > span {
  font-weight: 300;
  padding-right: 13px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share i.jux-fa-share-alt {
  color: #252525;
  padding-right: 15px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share .item-share {
  display: inline-block;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share .item-share a {
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share .item-share a:hover i {
  color: #252525;
  background: #f2ce3e;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .social-share .item-share a i {
  background: #f5f5f5;
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #aaa;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux_share-download i {
  color: #252525;
}
#jux-charity-hub .jux-row-item .jux-content .jux-cause-lgv > h2 {
  padding-top: 20px;
  font-size: 20px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-cause-lgv .jux-events-cause .jux-col-sm-4 {
  padding-bottom: 30px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-cause-lgv .jux-events-cause .jux-col-sm-4:nth-child(3n+1) {
  display: block;
  clear: both;
}
#jux-charity-hub .jux-row-item .jux-content .jux-cause-lgv .jux-events-cause .jux-backgournd-events .jux-des-title {
  padding: 15px;
  background: #fff;
}
#jux-charity-hub .jux-row-item .jux-content .jux-cause-lgv .jux-events-cause .jux-backgournd-events .jux-des-title > h3 {
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-cause-lgv .jux-events-cause .jux-backgournd-events .jux-des-title a {
  color: #252525;
}
#jux-charity-hub .jux-row-item .jux-content .jux-gallery-cause {
  margin: 0 -10px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-gallery-cause .jux-owl-item {
  width: 15%;
  float: left;
}
#jux-charity-hub .jux-row-item .jux-content .jux-gallery-cause .jux-owl-item a {
  display: block;
  padding: 0 10px;
}
#jux-charity-hub .jux-row-item .jux-content .jux-video-cause iframe {
  width: 100%;
  border: none;
}
#jux-charity-hub .jux-row-item .jux-content .jux-fa-download {
  cursor: pointer;
}
/* jux-form-donate */
#jux-form-donate .modal-content .modal-header {
  padding: 0;
  border: none;
}
#jux-form-donate .modal-content .modal-header button.close {
  margin: 0;
  opacity: 1;
}
#jux-form-donate .modal-content .modal-header button.close span {
  color: #fff;
  font-size: 23px;
}
#jux-form-donate .modal-content .modal-body {
  padding: 30px;
  background: #f5f5f5;
}
#jux-form-donate .modal-content .modal-body .tab-content {
  font-weight: lighter;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-label {
  padding: 15px 0;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-error {
  color: rgba(255, 0, 0, 0.8);
  padding-top: 10px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form {
  text-align: center;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-radio > .jux-row {
  margin: 0;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-radio > .jux-row > .jux-col-sm-3 {
  padding: 0 10px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-radio > .jux-row > .jux-col-sm-3:last-child {
  padding-right: 0;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-radio > .jux-row > .jux-col-sm-3:first-child {
  padding-left: 0;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-group.selected label {
  background: #f2ce3e;
  color: #252525;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-group label {
  background: #252525;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-weight: normal;
  padding: 8px 20px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-group label:hover {
  background: #f2ce3e;
  color: #252525;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-group input {
  display: none;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .donate-form-text {
  padding-top: 15px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .btn {
  padding: 5px 50px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form .btn i {
  padding-left: 5px;
  line-height: 1;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info {
  padding-top: 30px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info input.form-control {
  border: none;
  margin-bottom: 15px;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info textarea.form-control {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info .crt_payment {
  padding: 25px 0 20px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info .crt_payment label.control-label {
  font-size: 18px;
  float: left;
  padding-right: 15px;
  line-height: 24px;
  color: #252525;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info .crt_payment .controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info .crt_payment .controls ul li {
  display: inline-block;
  padding-right: 10px;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-info .crt_payment .controls ul li:last-child {
  padding-right: 0;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-submit {
  text-align: center;
}
#jux-form-donate .modal-content .modal-body .tab-content .donate-form-submit button.btn {
  width: auto;
  margin: 0 auto;
}
#jux-form-donate .modal-content .modal-body .tab-content .jux-note-donate {
  text-align: center;
}
#jux-form-donate .modal-content .modal-body ul.nav-tabs {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}
#jux-form-donate .modal-content .modal-body ul.nav-tabs li {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
#jux-form-donate .modal-content .modal-body ul.nav-tabs li:first-child {
  border-right: 1px solid #e7e7e7;
}
#jux-form-donate .modal-content .modal-body ul.nav-tabs li a {
  background: transparent;
  border: medium none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#jux-events-list ul.pagination li.active a,
#jux-events-list ul.pagination li a:hover {
  color: #252525;
}
#jux-events-list .jux-content .jux-posts-loop .jux-posts-loop-content .jux-item-event {
  border: none;
  margin-bottom: 25px;
  padding-bottom: 23px;
}
#jux-events-list .jux-loop-item-featured {
  position: relative;
  text-align: center;
}
#jux-events-list .jux-loop-item-featured .btn {
  padding: 5px 30px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#jux-events-list .jux-loop-item-featured:hover .btn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#jux-events-list .jux-loop-item-content {
  background: #FFF;
  padding: 20px 30px 33px;
}
#jux-events-list .jux-loop-item-content .meta-head {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
#jux-events-list .jux-loop-item-content .meta-head:after {
  content: "";
  display: table;
  clear: both;
}
#jux-events-list .jux-loop-item-content .meta-head .content-left {
  width: 65%;
  float: left;
}
#jux-events-list .jux-loop-item-content .meta-head .content-right {
  width: 35%;
  float: left;
}
#jux-events-list .jux-loop-item-content .meta-head h2.jux-loop-item-title {
  font-size: 24px;
  margin-top: 0;
}
#jux-events-list .jux-loop-item-content .meta-head h2.jux-loop-item-title a {
  color: #252525;
}
#jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-cause-address {
  padding-right: 25px;
}
#jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-cause-address,
#jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-article-create {
  display: inline-block;
  color: #aaa;
  font-style: italic;
}
#jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-cause-address i,
#jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-article-create i {
  color: #666;
  padding-right: 8px;
}
#jux-events-list .jux-loop-item-content .jux-loop-item-excerpt {
  padding-top: 23px;
  font-weight: lighter;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown {
  text-align: right;
  padding-top: 0;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown:after {
  content: " ";
  display: table;
  clear: both;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown .dash {
  display: inline-block;
  padding: 0 5px;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown .dash:last-child {
  padding-right: 0;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown h5 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 3px 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown .time_number {
  height: 60px;
  line-height: 60px;
  background: #f2ce3e;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#jux-events-list .jux-loop-item-content .jux-event-countdown .time_number span {
  font-size: 30px;
  line-height: 60px;
  color: #252525;
  float: left;
}
/*Detail*/
#jux-charity-hub-event-details .jux-row .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-countdown {
  margin: 0;
  padding: 0;
  border: none;
}
#jux-charity-hub-event-details .jux-row .jux-content .jux-content-inner .jux-hentry .jux-content-wrap {
  padding: 30px;
}
#jux-charity-hub-event-details .jux-row .jux-content-featured .jux-content-thumb img {
  width: 100%;
  display: block;
  height: auto;
  border: none;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap {
  background: #FFF;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head:after {
  content: "";
  display: table;
  clear: both;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head i {
  color: #666;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .jux-content-meta {
  float: none;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-left,
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right {
  float: left;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-left {
  width: 60%;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right {
  width: 40%;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-countdown {
  margin: 0;
  padding: 0;
  border: none;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown {
  text-align: right;
  padding-top: 0;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown:after {
  content: " ";
  display: table;
  clear: both;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown .dash {
  display: inline-block;
  padding: 0 3px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown .dash:last-child {
  padding-right: 0;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown h5 {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 3px 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown .time_number {
  height: 60px;
  line-height: 60px;
  background: #f2ce3e;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown .time_number span {
  font-size: 30px;
  line-height: 60px;
  color: #252525;
  float: left;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-page-heading {
  padding: 0;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-page-heading h1 {
  color: #252525;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-content-meta {
  font-size: 12px;
  line-height: 24px;
  color: #aaa;
  font-style: italic;
  padding-right: 120px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-content-meta > span i {
  padding-right: 8px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-content-meta .jux-cause-address {
  padding-right: 30px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap > .jux-content {
  padding-top: 25px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap > .jux-content > p {
  padding: 8px 0;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share {
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share > span {
  font-weight: 300;
  padding-right: 13px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share i.jux-fa-share-alt {
  color: #252525;
  padding-right: 15px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share .item-share {
  display: inline-block;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share .item-share a {
  display: inline-block;
  text-align: center;
  margin: 0 2px;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share .item-share a:hover i {
  color: #fff;
  background: #f2ce3e;
}
#jux-charity-hub-event-details .jux-row .jux-content-wrap .social-share .item-share a i {
  background: #f5f5f5;
  display: block;
  width: 30px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
  color: #aaa;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#jux-events-list .jux-content-inner .jux-posts-loop-content .jux-item-event .jux-loop-item-featured > .absolute {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#jux-events-list .jux-content-inner .jux-posts-loop-content .jux-item-event .jux-loop-item-featured > .absolute .btn {
  background: #FFF;
  color: #252525;
  border: none;
  padding: 8px 30px;
}
#jux-events-list .jux-content-inner .jux-posts-loop-content .jux-item-event .jux-loop-item-featured > .absolute .btn:hover {
  background: #252525;
  color: #FFF;
}
#jux-events-list .jux-content-inner .jux-posts-loop-content .jux-item-event .jux-loop-item-featured:hover > .absolute {
  background: rgba(242, 206, 62, 0.85);
}
.mod-right > div {
  padding-bottom: 33px;
}
.mod-right .module-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
.mod-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-right .latestnews {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-right .latestnews li {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  padding: 14px 0;
}
.mod-right .latestnews li:first-child {
  padding-top: 0;
}
.mod-right .latestnews li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.mod-right .latestnews li a {
  color: #252525;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.mod-right .latestnews li a:hover {
  color: #f2ce3e;
}
.mod-right .latestnews li .rc-image {
  float: left;
  max-width: 85px;
  overflow: hidden;
  margin-right: 15px;
}
.mod-right .latestnews li .rc-image img {
  max-height: 70px;
  max-width: none;
}
.mod-right .latestnews .rc-articles-date {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  font-style: italic;
}
.mod-right .latestnews .rc-articles-date i {
  font-size: 12px;
  padding-right: 5px;
}
.mod-right #ZJSearchForm .search-button {
  display: none;
}
.mod-right #realty-search-vertical .box-right .search-button {
  display: none;
}
.mod-right #realty-search-vertical .keyword-field {
  margin: 0;
}
.mod-right #realty-search-vertical .keyword {
  border: none;
  padding: 4px 15px;
  color: #aaaaaa;
  font-size: 14px;
  font-style: italic;
  font-weight: lighter;
}
.mod-right .jux-search-form .keyword-field {
  position: relative;
  margin: 0;
}
.mod-right .jux-search-form .keyword-field::before {
  content: "\f002";
  font-size: 14px;
  color: #666;
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 8px;
}
.mod-right .jux-search-form .keyword-field input {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-right ul.cause_categories {
  margin-top: -14px;
  list-style: none;
  padding: 0;
}
.mod-right ul.cause_categories li {
  border-bottom: 1px solid #e7e7e7;
  padding: 8px 15px;
  position: relative;
  color: #666;
}
.mod-right ul.cause_categories li:after {
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 9px;
}
.mod-right ul.cause_categories li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.mod-right ul.cause_categories li a {
  color: #666;
}
.mod-right ul.cause_categories li a:hover {
  color: #f2ce3e;
}
.mod-right .latest_tweets li {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0 10px;
}
.mod-right .latest_tweets li:first-child {
  padding-top: 0;
}
.mod-right .latest_tweets li:last-child {
  padding-bottom: 0;
  border: none;
}
.mod-right .latest_tweets a {
  color: #f2ce3e;
}
#TzContent #tz_options {
  text-align: center;
  padding-bottom: 35px;
}
#TzContent #tz_options .option-combo a.btn {
  border: none;
  font-size: 14px;
  line-height: 24px;
  color: rgba(102, 102, 102, 0.8);
  background: #fff;
  padding: 8px 25px;
  margin: 0 2px 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#TzContent #tz_options .option-combo a.btn.selected,
#TzContent #tz_options .option-combo a.btn:hover {
  background: #f2ce3e;
  color: #252525;
}
#TzContent #portfolio .element .TzInner {
  background: transparent;
  border: none;
}
#TzContent #portfolio .element .TzArticleMedia {
  margin: 0;
}
#TzContent #portfolio .element .TzArticleMedia .view-image,
#TzContent #portfolio .element .TzArticleMedia .view-link {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
}
#TzContent #portfolio .element .TzArticleMedia .view-image i,
#TzContent #portfolio .element .TzArticleMedia .view-link i {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #252525;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#TzContent #portfolio .element .TzArticleMedia .view-image i:hover,
#TzContent #portfolio .element .TzArticleMedia .view-link i:hover {
  background: #252525;
  color: #FFF;
}
#TzContent #portfolio .element .TzArticleMedia a.view-link {
  right: 68px;
}
#TzContent #portfolio .element .TzPortfolioDescription {
  padding: 0;
}
#TzContent #portfolio .element .crt-media {
  position: relative;
  overflow: hidden;
}
#TzContent #portfolio .element .crt-media.style1 .TzArticleMedia .view-image,
#TzContent #portfolio .element .crt-media.style1 .TzArticleMedia .view-link {
  bottom: 0;
  left: 0;
  right: 0;
  top: 40%;
}
#TzContent #portfolio .element .crt-media:hover .head {
  opacity: 1;
  top: 0;
}
#TzContent #portfolio .element .crt-media:hover .bg-op {
  opacity: 1;
}
#TzContent #portfolio .element .crt-media:hover .view-image i,
#TzContent #portfolio .element .crt-media:hover .view-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#TzContent #portfolio .element .crt-media .tags a {
  font-style: italic;
}
#TzContent #portfolio .element .crt-media .head {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  padding: 25px;
  color: #FFF;
  z-index: 9;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#TzContent #portfolio .element .crt-media .head a {
  color: #fff;
}
#TzContent #portfolio .element .crt-media .head .TzPortfolioTitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 2px;
  padding-top: 0;
}
#TzContent #portfolio .element .crt-media .bg-op {
  background: rgba(242, 206, 62, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#TzContent #tz_append {
  padding-top: 40px;
}
#TzContent #tz_append .btn {
  display: inline-block;
  width: auto;
  padding: 6px 30px;
  border: none;
}
#TzContent #tz_append .btn:hover {
  background: #252525;
  color: #FFF;
}
/* TzItemPage item-page */
.TzItemPage .TzRelated ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}
.TzItemPage .TzRelated ul:after {
  content: "";
  display: table;
  clear: both;
}
.TzItemPage .TzRelated ul li {
  width: 25%;
  display: block;
  float: left;
  padding: 0 15px;
}
.tz_portfolio_plus_articles .tz_portfolio_plus_image {
  position: relative;
}
.tz_portfolio_plus_articles .tz_portfolio_plus_image:hover > .absolute {
  opacity: 1;
}
.tz_portfolio_plus_articles .tz_portfolio_plus_image > .absolute {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.TzItemPage .content-intro > .row {
  margin: 0;
}
.TzItemPage .TzItemPageInner {
  background: #FFF;
  padding-bottom: 30px;
}
.TzItemPage .TzItemPageInner > div.crt-media {
  padding: 0;
}
.TzItemPage .TzItemPageInner > div {
  padding: 0 30px;
}
.TzItemPage .TzItemPageInner h2.TzArticleTitle {
  margin-top: 15px;
  margin-bottom: 12px;
}
.TzItemPage .TzItemPageInner h2.TzArticleTitle a {
  color: #252525;
}
.TzItemPage .TzItemPageInner .content-intro {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 30px;
  padding: 0 0 23px;
}
.TzItemPage .TzItemPageInner .content-intro > .row > span {
  padding-right: 15px;
}
.TzItemPage .TzItemPageInner .content-intro > .row > .TzVote {
  display: inline-block;
}
.TzItemPage .TzItemPageInner .content-intro span {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.TzItemPage .TzItemPageInner .content-intro span a {
  color: #aaa;
  padding-left: 5px;
}
.TzItemPage .TzItemPageInner .intro-text {
  padding-top: 13px;
}
.TzItemPage .TzItemPageInner p {
  margin: 10px 0 14px;
}
.TzItemPage .TzArticleTag {
  background: #fafafa;
  padding: 20px;
  margin: 25px 0 0 0;
}
.TzItemPage .TzArticleTag .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-transform: capitalize;
}
.TzItemPage .TzArticleTag a {
  background: #e7e7e7;
  color: #666;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  line-height: 21px;
  margin: 0 5px;
  padding: 5px 20px;
}
.TzItemPage .TzRelated {
  padding-top: 15px;
}
.TzItemPage .TzRelated .TzRelatedTitle {
  padding-bottom: 15px;
}
.menu-one-page {
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu-one-page .plazart-megamenu a {
  color: #FFF;
}
.menu-one-page .plazart-megamenu > .navbar-nav {
  float: right;
}
.menu-one-page .plazart-megamenu > .navbar-nav > li:last-child a {
  padding-right: 0;
}
.tp-caption .btn.gl-bg,
.tp-caption .gl-br {
  font-size: 14px;
  line-height: 24px;
  padding: 12px 35px;
  font-weight: 500;
  text-transform: uppercase;
}
.tp-caption .gl-br {
  background: transparent;
  color: #f2ce3e;
  border: 2px solid #f2ce3e;
}
.tp-caption .btn.bt-20 {
  padding: 5px 20px;
}
.about-one-page p {
  color: #252525;
  display: block;
  padding: 5px 0;
}
.about-one-page img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Video */
.video-full .row > .col-lg-12 {
  padding: 0;
}
.tz-video button,
.tz-video .btn:hover,
.tz-video button:hover,
.tz-video .btn:focus,
.tz-video button:focus,
.tz-video .btn.focus,
.tz-video button.focus,
.tz-video .btn:active,
.tz-video button:active,
.tz-video .btn.active,
.tz-video button.active {
  background: transparent;
}
.tz-video .tz-video-content button i.fa {
  font-size: 22px;
  color: #FFF;
}
.tz-video .tz-video-content i.fa-play-circle {
  padding-right: 13px;
}
.tz-video .tz-video-content .tzautoplay span {
  top: -3px;
  position: relative;
}
.tz-video .desc {
  color: #FFF;
  padding-top: 10px;
}
.tz-video .desc h2 {
  font-size: 46px;
  line-height: 52px;
  color: #FFF;
  margin: 0;
}
.tz-video .desc h3 {
  font-size: 30px;
  line-height: 42px;
  color: #FFF;
  margin: 0;
}
.join-us > div > .row {
  display: table;
  width: 100%;
}
.join-us > div > .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.join-us p {
  color: #262626;
}
.join-us .btn {
  background: #FFF;
  color: #252525;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 30px;
  float: right;
  border: none;
}
.join-us .btn:hover {
  background: #252525;
  color: #FFF;
}
.join-us h3 {
  font-weight: 500;
  margin-bottom: 3px;
}
/* Our team */
.our-team {
  text-align: center;
}
.our-team p {
  font-size: 16px;
  line-height: 26px;
}
.our-team .w-80 {
  margin: 0 auto;
}
.our-team2 .ourteam {
  position: relative;
  overflow: hidden;
}
.our-team2 .ourteam_desc {
  padding-bottom: 20px;
}
.our-team2 .tz_multi_name {
  color: #323232;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 14px;
  margin-bottom: 0;
}
.our-team2 .tz_multi_desc {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: block;
}
.our-team2 .tz_multi_desc:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  height: 1px;
  width: 25%;
  background: #aaa;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.our-team2 .link_social {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.our-team2 .link_social a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.our-team2 .link_social a:hover {
  border-color: #f2ce3e;
}
.our-team2 .link_social a:hover i {
  color: #f2ce3e;
}
.our-team2 .link_social a i {
  line-height: 30px;
  color: #FFF;
}
.our-team2 .tz_multi_image {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.our-team2 .tz_multi_image img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.our-team2 .ourteam:hover .tz_multi_image:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.57);
}
.our-team2 .ourteam:hover .link_social {
  top: 38%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.belief {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.belief span {
  color: #f2ce3e;
}
/* Contact */
.contact.center p {
  color: #252525;
  font-weight: 400;
}
.contact .md-center.br-bottom .module-title span::before {
  background: #252525;
}
.contact .md-center.br-bottom .module-title span::after {
  background: #252525;
}
.TzContact.contact-2 {
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
}
.TzContact.contact-2 input,
.TzContact.contact-2 textarea {
  width: 100%;
  line-height: 25px;
  padding: 10px 20px;
  color: #666;
}
.TzContact.contact-2 textarea {
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.TzContact.contact-2 #contact-form fieldset > .row {
  margin: 0 -10px;
}
.TzContact.contact-2 #contact-form .col-lg-6 {
  padding: 0 10px;
}
.TzContact.contact-2 #contact-form input {
  margin-bottom: 10px;
}
.TzContact.contact-2 .tz-contact-button-bar {
  margin-top: 35px;
}
.TzContact.contact-2 .tz-contact-button-bar #tz-contact-send {
  background: #252525;
  color: #FFF;
  border: medium none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.TzContact.contact-2 .tz-contact-button-bar #tz-contact-send:hover {
  background: #FFF;
  color: #252525;
}
/* service-one-page */
.service-one-page {
  text-align: center;
}
.service-one-page p {
  font-size: 30px;
  line-height: 36px;
  color: #FFF;
  font-weight: bold;
}
.service-one-page p:first-child {
  padding-bottom: 60px;
}
.service-one-page .tz-module .crt-desc {
  font-size: 30px;
  line-height: 36px;
  padding-bottom: 65px;
  color: #FFF;
  font-weight: bold;
}
.service-one-page .tz-service-image .sv-image {
  padding: 0 20px;
}
.service-one-page .custom img {
  margin: 0 20px;
}
/* tz-flick */
.one-page ul#tz-flick {
  margin: 0 -4px;
}
.one-page ul#tz-flick li {
  margin: 0;
  width: 25%;
}
.one-page ul#tz-flick li a {
  display: block;
  padding: 3px;
  position: relative;
}
.one-page ul#tz-flick li a img {
  border: 1px solid #444;
  padding: 4px;
}
.one-page ul#tz-flick li a:hover:after {
  display: none;
}
.one-page ul#tz-flick li a:hover img {
  border-color: #f2ce3e;
}
.one-page ul.latestnews li {
  position: relative;
  border-color: #444;
  padding: 10px 0 10px 15px;
}
.one-page ul.latestnews li:before {
  content: "\f105";
  font-size: 14px;
  line-height: 26px;
  font-family: FontAwesome;
  color: #f2ce3e;
  position: absolute;
  left: 0;
}
.one-page ul.latestnews li:last-child {
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
}
.one-page ul.latestnews li a {
  color: #666;
}
.one-page ul.latestnews li a:hover {
  color: #aaa;
}
.one-page.Footer .module-title {
  position: relative;
  padding-bottom: 7px;
}
.one-page.Footer .module-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  height: 1px;
  width: 40px;
  background: #f2ce3e;
}
.one-page.Footer .latestnews.style2 li::before {
  top: 6px;
}
.one-page.Footer .latestnews.style2 li a::before {
  font-size: 0;
}
.one-page.Footer .latestnews.style2 li:last-child {
  border: none;
}
.copyright.one-page p {
  text-align: left;
}
.copyright.one-page ul.menu {
  text-align: right;
}
.copyright.one-page ul.menu li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #000;
  border-left: 1px solid #555;
}
.copyright.one-page ul.menu li:first-child {
  border-left: 0;
}
.copyright.one-page ul.menu li:last-child {
  border-right: 0;
}
.copyright.one-page ul.menu li a {
  background: transparent !important;
  color: #666;
  font-size: 10px;
  line-height: 1;
  padding: 0;
}
.copyright.one-page ul.menu li a:hover {
  color: #f2ce3e;
}
.to-top span {
  background: #f2ce3e;
  cursor: pointer;
  display: block;
  height: 48px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -52px;
  width: 48px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.to-top span i {
  color: #252525;
  line-height: 48px;
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.one-page.tz_portfolio_plus_articles {
  margin: 0 -15px;
}
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.one-page.tz_portfolio_plus_articles .TzInner .absolute h3 a,
.one-page.tz_portfolio_plus_articles .TzInner .absolute p {
  color: #252525;
}
.one-page.tz_portfolio_plus_articles .TzInner .absolute p {
  font-weight: 400;
  text-transform: capitalize;
}
.one-page.tz_portfolio_plus_articles .absolute {
  text-align: left;
  left: 30px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.one-page.tz_portfolio_plus_articles .bg-op {
  background: rgba(242, 206, 62, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.one-page.tz_portfolio_plus_articles #tz_options {
  padding-bottom: 20px;
}
.one-page.tz_portfolio_plus_articles .TzInner .tz_portfolio_plus_image .view-image {
  z-index: 999;
}
.one-page.tz_portfolio_plus_articles .TzInner:hover .tz_portfolio_plus_image .view-image i,
.one-page.tz_portfolio_plus_articles .TzInner:hover .tz_portfolio_plus_image .view-link i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.one-page.tz_portfolio_plus_articles .TzInner:hover .absolute {
  opacity: 1;
  top: 30px;
}
.one-page.tz_portfolio_plus_articles .TzInner:hover .bg-op {
  opacity: 1;
}
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image .view-image,
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image .view-link {
  bottom: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
}
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image .view-image i,
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image .view-link i {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #252525;
  height: 40px;
  line-height: 40px;
  width: 40px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image .view-image i:hover,
.one-page.tz_portfolio_plus_articles .tz_portfolio_plus_image .view-link i:hover {
  background: #252525;
  color: #FFF;
}
div.tz_portfolio_plus_articles .TzInner {
  margin: 0;
  padding: 0;
  border: none;
}
div.tz_portfolio_plus_articles .TzInner .absolute {
  z-index: 9;
}
div.tz_portfolio_plus_articles .TzInner .absolute .tz-table-cell {
  padding: 40px;
}
div.tz_portfolio_plus_articles .TzInner .absolute h3 {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  font-weight: 500;
  margin: 0;
}
div.tz_portfolio_plus_articles .TzInner .absolute h3 a {
  color: #fff;
}
div.tz_portfolio_plus_articles .TzInner .absolute p {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
}
.menu-one-page.crt-top {
  top: -150px;
  background: #FFF;
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
}
.menu-one-page.crt-top.fixed-top {
  position: fixed;
  top: 0;
}
.menu-one-page.crt-top .is-logo-sl {
  line-height: 65px;
}
.menu-one-page.crt-top .is-logo-sl #tzlogo {
  display: none;
}
.menu-one-page.crt-top .is-logo-sl .logo.scroll {
  display: block;
}
.menu-one-page.crt-top .plazart-megamenu > ul > li > a {
  line-height: 65px;
  color: #252525;
}
.md-center.ct-top #jux-causes.default {
  padding-top: 38px;
}
.pp_details.crt-art .pp_close {
  background: #FFF;
  width: 30px;
  height: 30px;
  z-index: 9999;
  top: -13px;
  right: -10px;
  text-indent: unset;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.pp_details.crt-art .pp_close i {
  color: #252525;
  font-size: 14px;
  line-height: 30px;
}
a.crt.pp_expand {
  bottom: 45px;
  top: auto;
  right: 50px;
}
div.pp_default .pp_content_container.crt-art .pp_content,
div.light_rounded .pp_content_container.crt-art .pp_content {
  background: transparent;
}
.pp_content_container.crt-art .pp_left,
.pp_content_container.crt-art .pp_right {
  padding: 0;
}
.pp_content_container.crt-art a.pp_previous {
  left: 30px;
}
.pp_content_container.crt-art a.pp_next {
  right: 30px;
}
.pp_content_container.crt-art a.pp_previous,
.pp_content_container.crt-art a.pp_next {
  background: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  text-indent: unset;
  top: 45%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pp_content_container.crt-art a.pp_previous i,
.pp_content_container.crt-art a.pp_next i {
  line-height: 40px;
  font-size: 24px;
  color: #aaa;
}
.pp_content_container.crt-art a.pp_previous:hover,
.pp_content_container.crt-art a.pp_next:hover {
  background: #252525;
  color: #FFF;
}
.jux-causes.default.one {
  padding-top: 55px;
  margin: 0 -15px;
}
.jux-causes.default.one * {
  box-sizing: border-box;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid {
  position: relative;
}
.jux-causes.default.one .owl-carousel .owl-wrapper-outer {
  z-index: 99;
}
.jux-causes.default.one .owl-carousel .owl-wrapper,
.jux-causes.default.one .owl-carousel .owl-item {
  margin-top: 0;
}
.jux-causes.default.one .owl-carousel .owl-wrapper,
.jux-causes.default.one .owl-carousel .owl-item {
  margin-top: 0;
}
.jux-causes.default.one .owl-item {
  cursor: e-resize;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
  padding: 0 15px;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item:first-child {
  margin-left: 0;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  background: rgba(0, 0, 0, 0);
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-wrap {
  height: 100%;
  position: relative;
}
.jux-causes.default.one .jux-donate-progress-label .jux-donate-progress-ed {
  text-align: left;
}
.jux-causes.default.one .jux-donate-progress-label .jux-donate-progress-ed span {
  color: #f2ce3e;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.jux-causes.default.one .jux-donate-progress-label > div,
.jux-causes.default.one .jux-donate-progress-label span {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.jux-causes.default.one .jux-donate-progress-label > div {
  display: inline-block;
  margin: 0;
  width: 33%;
}
.jux-causes.default.one .jux-donate-progress-label .crt-total {
  text-align: center;
}
.jux-causes.default.one .jux-donate-progress-label > div,
.jux-causes.default.one .jux-donate-progress-label span {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.jux-causes.default.one .jux-donate-progress-label > div {
  display: inline-block;
  margin: 0;
  width: 33%;
}
.jux-causes.default.one .jux-donate-progress-label .jux-donate-progress-go {
  text-align: right;
}
.jux-causes.default.one .jux-donate-progress-label .jux-donate-progress-go span {
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f2ce3e;
}
.jux-causes.default.one .jux-donate-progress-label > div,
.jux-causes.default.one .jux-donate-progress-label span {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.jux-causes.default.one .jux-donate-progress-label > div {
  display: inline-block;
  margin: 0;
  width: 33%;
}
.jux-causes.default.one .jux-donate-progress .jux-donate-progress-bar {
  border: 1px solid #fff;
}
.jux-causes.default.one .jux-donate-progress .therm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 4px 3px;
}
.jux-causes.default.one .jux-donate-progress .therm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 4px 3px;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
  font-size: 14px;
  font-weight: 300;
  padding: 25px 33px 30px;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
  margin: 0;
}
.jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
  color: #c3c3c3;
  font-size: 11px;
  font-weight: 300;
}
.jux-causes.default.one .jux-loop-item-action {
  display: block;
  text-align: center;
}
.jux-causes.default.one .jux-loop-item-action .btn {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.jux-causes.default.one .jux-loop-item-action .btn:hover {
  border-color: #f2ce3e;
  background: #f2ce3e;
  color: #252525;
}
.jux-causes.default.one .owl-controls.clickable .owl-buttons {
  display: none;
}
.menu-one-page #plazart-mainnav .plazart-megamenu > ul.navbar-nav > li.current a {
  color: #f2ce3e;
}
.Footer {
  font-size: 13px;
  line-height: 22px;
  color: #aaa;
  /*Footer 2*/
}
.Footer .module-title {
  font-size: 18px;
  line-height: 24px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 25px;
}
.Footer .tz-social .desc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
}
.Footer .tz-social .desc > p {
  margin-bottom: 15px;
}
.Footer .tz-social .social-link {
  padding-top: 20px;
}
.Footer .tz-social .social-link li a {
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: block;
  background: #666;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.Footer .tz-social .social-link li a:hover {
  background: #f2ce3e;
}
.Footer .tz-social .social-link li a span {
  color: #FFF;
  line-height: 30px;
  font-size: 12px;
}
.Footer .latestnews {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Footer .latestnews li {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}
.Footer .latestnews li:first-child {
  padding-top: 0;
}
.Footer .latestnews li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.Footer .latestnews li a {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.Footer .latestnews li .rc-image {
  float: left;
  max-width: 85px;
  overflow: hidden;
  margin-right: 15px;
}
.Footer .latestnews li .rc-image img {
  max-height: 70px;
  max-width: none;
}
.Footer .latestnews .rc-articles-date {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  font-style: italic;
}
.Footer .latestnews .rc-articles-date i {
  font-size: 12px;
  padding-right: 5px;
}
.Footer .latestnews.style2 li {
  border: none;
  padding: 0;
  position: relative;
}
.Footer .latestnews.style2 li a {
  padding: 10px 0 5px 15px;
  font-size: 14px;
  color: #aaa;
  font-weight: lighter;
}
.Footer .latestnews.style2 li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 10px;
}
.Footer .latestnews.style2 li a:hover {
  color: #f2ce3e;
}
.Footer .latestnews.style2 li a:hover:before {
  color: #f2ce3e;
}
.Footer .latest_tweets {
  padding-top: 5px;
}
.Footer .latest_tweets > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.Footer .latest_tweets > ul > li {
  padding: 20px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.Footer .latest_tweets > ul > li:first-child {
  padding-top: 0;
}
.Footer .latest_tweets > ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.Footer .latest_tweets > ul > li .twt-logo {
  min-width: 40px;
}
.Footer .latest_tweets .tweets_txt {
  position: relative;
  font-weight: 300;
  top: -15px;
}
.Footer .latest_tweets .tweets_txt > span {
  display: block;
}
.Footer .acymailing_form > div {
  display: inline-block;
}
.Footer .acymailing_form > div .inputbox {
  min-width: 100%;
}
.Footer .tz-social .desc2 {
  border-bottom: none;
  padding-top: 20px;
}
.Footer .tz-social .desc2 > p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}
.Footer .acymailing_introtext i {
  display: none;
}
.Footer .acymailing_introtext .desc {
  padding-bottom: 15px !important;
  font-weight: 300;
}
.Footer .acymailing_form {
  position: relative;
}
.Footer .acymailing_form > div {
  width: 100%;
}
.Footer .acymailing_form .acyfield_email {
  width: 100%;
}
.Footer .acymailing_form .acyfield_email input {
  background: transparent;
  font-style: italic;
  color: #666;
  border: 1px solid #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.Footer .acymailing_form .acysubbuttons {
  position: absolute;
  top: 0;
  right: 0;
}
.Footer .acymailing_form .acysubbuttons:after {
  content: "\f1d8";
  font-family: FontAwesome;
  color: #252525;
  font-size: 18px;
  position: relative;
  right: 15px;
  top: 7px;
}
.Footer .acymailing_form .acysubbuttons input.btn {
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 17px 20px;
  position: relative;
  right: -19px;
  top: 3px;
  background: #f2ce3e;
}
.Footer .contact-widget .item {
  padding-bottom: 5px;
}
.Footer .contact-widget .item:last-child {
  padding-bottom: 0;
}
.Footer .contact-widget .item strong {
  font-weight: normal;
  color: #aaa;
}
.Footer .contact-widget .item strong i {
  padding-right: 3px;
  color: #f2ce3e;
}
.Footer .contact-widget .item a {
  color: #666;
}
.Footer .contact-widget2 .item {
  width: 100%;
}
.Footer .contact-widget2 .item:first-child {
  padding-top: 5px;
}
.Footer .contact-widget2 .item strong {
  font-weight: 300;
  display: inline-block;
  color: #aaa;
  float: left;
  padding-right: 5px;
}
.Footer .latest_tweets .tweets_txt a {
  color: #f2ce3e;
}
.Footer .latest_tweets.crt-li-no-br {
  padding-top: 15px;
}
.Footer .latest_tweets.crt-li-no-br > ul > li {
  padding-top: 2px;
  border: none;
}
.Footer .md-left.br-bottom .module-title span::after,
.Footer .md-right.br-bottom .module-title span::after {
  bottom: -15px;
}
.Footer .md-left.br-bottom .module-title {
  margin-bottom: 35px;
}
.Footer ul.nav.menu li a {
  padding: 6px 0;
  color: #aaa;
}
.Footer ul.nav.menu li a:hover,
.Footer ul.nav.menu li a:active,
.Footer ul.nav.menu li a:focus {
  color: #aaa;
  text-decoration: underline;
  background: transparent;
}
.Footer ul.nav.menu li.open a {
  background: transparent;
}
.li-no-br .latest_tweets ul > li {
  border: none !important;
  padding-top: 0;
}
/*social footer image*/
.social-custom {
  margin: 0 -5px;
}
ul.social-link.sc-image li {
  padding: 0;
  display: block;
  float: left;
}
ul.social-link.sc-image li a {
  padding: 0 5px;
  position: relative;
}
.footer-about {
  padding-top: 3px;
}
.footer-about .item {
  font-size: 13px;
  line-height: 22px;
  display: block;
  width: 100%;
  clear: both;
}
.footer-about .item i {
  color: #f2ce3e;
  padding-right: 10px;
}
.footer-about .item span {
  float: left;
}
.footer-about .item > p {
  padding-left: 85px;
}
.Footer2 > .container {
  position: relative;
}
.Footer2 > .container:before {
  content: " ";
  border-top: 1px solid rgba(102, 102, 102, 0.35);
  width: 100%;
}
.Footer2 > .container > div {
  padding-top: 13px;
}
.Footer2 .module-title {
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.Footer2 .tz-social li {
  padding-left: 6px;
}
.Footer2 .tz-social li:first-child {
  padding-left: 0;
}
.Footer2 .tz-social li a {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding: 3px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.Footer2 .tz-social li a .fa-facebook {
  padding: 0 2px;
}
.Footer2 .custom img {
  padding-right: 5px;
}
.Footer2 .acymailing_form {
  position: relative;
}
.Footer2 .acymailing_form > div {
  width: 100%;
}
.Footer2 .acymailing_form .acyfield_email {
  width: 100%;
}
.Footer2 .acymailing_form .acyfield_email input {
  background: transparent;
  font-style: italic;
  color: #666;
  border: 1px solid #666;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.Footer2 .acymailing_form .acysubbuttons {
  position: absolute;
  top: 0;
  right: 0;
}
.Footer2 .acymailing_form .acysubbuttons:after {
  content: "\f1d8";
  font-family: FontAwesome;
  color: #252525;
  font-size: 18px;
  position: relative;
  right: 15px;
  top: 7px;
}
.Footer2 .acymailing_form .acysubbuttons input.btn {
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 0;
  padding: 17px 20px;
  position: relative;
  right: -19px;
  top: 3px;
  background: #f2ce3e;
}
.Footer2 .tz-social ul.social-link li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.Footer2 .tz-social ul.social-link li a:hover {
  opacity: 0.8;
}
.Footer2 .make-donate img {
  opacity: 0.5;
  cursor: pointer;
}
.Footer2 .make-donate img:hover {
  opacity: 1;
}
body,
html {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  #plazart-mainnav .navbar-toggle {
    display: none;
  }
}
@media (max-width: 1380px) {
  div#jux-causes.default .owl-prev {
    left: -50px;
  }
  div#jux-causes.default .owl-next {
    right: -50px;
  }
}
@media (max-width: 1380px) {
  div#jux-causes.default .owl-prev {
    left: auto;
    right: 50px;
    top: -45px;
  }
  div#jux-causes.default .owl-next {
    right: 15px;
    top: -45px;
  }
  div#jux-causes.default .owl-next,
  div#jux-causes.default .owl-prev {
    height: 30px;
    width: 30px;
  }
  div#jux-causes.default .owl-next i,
  div#jux-causes.default .owl-prev i {
    font-size: 20px;
    line-height: 29px;
  }
}
@media (max-width: 1200px) {
  .plazart-megamenu > ul > li > a {
    padding: 0 20px;
  }
  .tz-events-list .jux-event-countdown .time_number .v-bg {
    width: auto;
  }
  .Footer .latest_tweets ul li a.twt-logo img {
    width: 30px;
    max-width: 100%;
  }
  .Footer .latest_tweets .tweets_txt {
    top: -7px;
  }
  .Footer ul.social-link li {
    padding-left: 11px;
  }
  .Footer ul.social-link li:first-child {
    padding-left: 0;
  }
  .newsletter .tz_acymailing .acymailing_module_form .acymailing_introtext,
  .newsletter .tz_acymailing .acymailing_module_form .acymailing_form {
    display: block;
  }
  .newsletter .tz_acymailing .acymailing_form .acysubbuttons {
    padding-left: 20px !important;
  }
  .newsletter .tz_acymailing .acymailing_introtext {
    text-align: center;
    padding: 40px 0 0 0 !important;
  }
  .newsletter .tz_acymailing .acymailing_introtext i {
    font-size: 40px;
  }
  .newsletter .tz_acymailing .acymailing_form {
    clear: both;
    display: block;
    padding: 35px 0 !important;
    text-align: center;
    width: 100%;
  }
  .crt-article-last.the-blog .content-right .content .read-more {
    display: none;
  }
  #jux-causes-list .pagination-nav ul.pagination-list,
  .pagination-nav ul.pagination-list {
    padding-top: 0;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .jux-donate-progress-footer .btn {
    padding: 6px 18px;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label > div {
    display: block;
    float: left;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown .time_number {
    height: 50px;
    line-height: 50px;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown .time_number span {
    font-size: 25px;
    line-height: 50px;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-content-meta .jux-cause-address {
    padding-right: 15px;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-content-meta {
    padding-right: 20px;
  }
  .event-siderbar .tz-events-list .jux-loop-item .crt-ev-content,
  .event-siderbar .tz-events-list .jux-loop-item .crt-ev-cdw,
  .event-siderbar .tz-events-list .jux-loop-item .tz-date {
    display: block;
    text-align: left;
    padding: 0;
    float: left;
  }
  .event-siderbar .tz-events-list .jux-loop-item .crt-ev-content {
    width: 70%;
  }
  .event-siderbar .tz-events-list .jux-loop-item .crt-ev-content .jux-loop-item-content {
    padding: 0 !important;
    margin: 0 !important;
  }
  .event-siderbar .tz-events-list .jux-loop-item .tz-date {
    width: 30%;
  }
  .event-siderbar .tz-events-list .jux-loop-item .crt-ev-cdw {
    width: 100%;
  }
  .event-siderbar .tz-events-list .jux-loop-item .crt-ev-cdw .jux-event-countdown {
    text-align: center;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  /* col-md */
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
    padding: 30px 30px 10px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown {
    padding-top: 0;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number span {
    font-size: 26px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number .dash_title {
    margin: 5px 0;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number span,
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number .v-bg {
    height: 40px;
    line-height: 40px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number span > div,
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number .v-bg > div {
    height: 40px;
    line-height: 40px;
  }
  #jux-events-list .jux-loop-item-content .meta-head .content-left {
    width: 60%;
  }
  #jux-events-list .jux-loop-item-content .meta-head .content-right {
    width: 40%;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown .time_number {
    height: 40px;
    line-height: 40px;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown .time_number span {
    font-size: 20px;
    line-height: 40px;
  }
  #jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-cause-address {
    padding-right: 15px;
  }
  #jux-events-list .jux-content {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  body.bd-one-page #tz-about-wrapper {
    padding-bottom: 60px !important;
  }
  body.bd-one-page #tz-about-wrapper > div > div {
    padding-top: 60px !important;
  }
  .menu-style2 > .container {
    width: 100%;
    max-width: none;
  }
  .tz-events-list .jux-event-countdown {
    text-align: center;
  }
  .crt-article-last.the-blog .item.feature {
    padding-bottom: 30px;
  }
  #jux-events-list .jux-loop-item-content .meta-head h2.jux-loop-item-title {
    margin: -7px 0 0;
  }
  .tzservices.nav-carousel a:first-child {
    left: -10px;
  }
  .tzservices.nav-carousel a:last-child {
    right: -10px;
  }
  .top-head.style4 > .container {
    max-width: none;
  }
  .top-head.style4 .top-right {
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  .header1 > .container {
    max-width: none;
  }
  .Footer .col-sm-6:nth-child(2n+1) {
    display: block;
    clear: both;
  }
  .Footer2 .col-sm-12 {
    padding-top: 10px;
  }
  .tz-events-list .jux-loop-item .crt-ev-content,
  .tz-events-list .jux-loop-item .crt-ev-cdw,
  .tz-events-list .jux-loop-item .tz-date {
    display: block;
    text-align: left;
    padding: 0;
  }
  .tz-events-list .jux-loop-item .crt-ev-cdw {
    padding-top: 20px;
  }
  .tz_testerminal2.fix-tl4 .wp_testerminal {
    max-width: 90%;
  }
}
@media (max-width: 981px) {
  body.bd-one-page #tz-buy-wrapper,
  body.bd-one-page #tz-our-team-wrapper {
    padding-bottom: 60px !important;
  }
  body.bd-one-page #tz-buy-wrapper > div > div,
  body.bd-one-page #tz-our-team-wrapper > div > div {
    padding-top: 60px !important;
  }
  .mod-right {
    padding-top: 30px;
  }
  div.tz-video {
    padding: 160px 0 0;
    min-height: 500px;
  }
  .w-80 {
    width: 95%;
  }
  .Footer > div > div > .col-sm-6:nth-child(2n+1) {
    clear: both;
    display: block;
  }
  .TzMultipurpose.our-team2 .tz_multi_item {
    padding-bottom: 20px;
  }
  .menu-one-page > .container {
    width: 100%;
    max-width: none;
  }
  div#jux-causes.default.one .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
    padding: 20px;
  }
  .top-head > .container,
  .header1 > .container {
    max-width: none;
    width: 100%;
  }
  .top-head .top-right,
  .header1 .top-right {
    text-align: center;
  }
  .top-head.style4 {
    text-align: center;
  }
  .top-head.style4 .top-right > div:first-child {
    padding-right: 0;
  }
  .top-head.style4 ul.social-link {
    padding-bottom: 15px;
  }
  .service-list.box .col-sm-6:nth-child(2n+1) {
    clear: both;
    display: block;
  }
  .service-list.box .service-item {
    margin-bottom: 15px;
  }
  .tz-events-list .tz-count-dw .jux-event-countdown {
    padding-top: 30px;
    text-align: center;
  }
  .tz-events-list .jux-event-countdown {
    padding-top: 10px;
  }
  .tz-events-list.style3 .crt-event h4 {
    margin: 0;
  }
  #jux-mod-events .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title {
    line-height: 24px;
  }
  .custom-donate {
    text-align: center;
  }
  .custom-donate a.btn {
    float: none;
    position: relative;
    clear: both;
    margin-top: 10px;
  }
  .tz-events-list.list-style3 {
    text-align: center;
  }
  .tz-events-list.list-style3 .jux-event-countdown {
    padding-top: 30px;
  }
  .tz-events-list.list-style3 .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
    padding: 30px 30px 15px 30px;
  }
  #jux-events-list .jux-loop-item-content .meta-head .content-left {
    width: 60%;
  }
  #jux-events-list .jux-loop-item-content .meta-head .content-right {
    width: 40%;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown .time_number {
    height: 40px;
    line-height: 40px;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown .time_number span {
    font-size: 20px;
    line-height: 40px;
  }
  .tz-events-list.list-style3 .jux-event-countdown {
    padding-top: 0;
  }
  .hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image a {
    display: block;
  }
  .hikashop_products_listing .hikashop_products .hikashop_subcontainer .hikashop_product_image a img {
    width: 100%;
  }
}
@media (min-width: 781px) and (max-width: 981px) {
  .crt-article-last .ct-footer .mod-articles-category-readmore {
    display: none;
  }
  .plazart-megamenu > ul > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 780px) {
  body #tz-causes-wrapper,
  body #tz-service-bottom-wrapper,
  body #tz-service-wrapper {
    padding: 50px 0 !important;
  }
  body .plazart-megamenu > ul > li > a {
    padding: 0 13px;
    font-size: 13px;
  }
  #tzlogo {
    line-height: 65px;
  }
  .menu-style2.fixed-width .plazart-megamenu > ul > li:first-child a {
    padding-left: 0;
  }
  .header1 #plazart-mainnav .plazart-megamenu > ul > li.search_icon {
    display: none !important;
  }
  .plazart-megamenu > .search input,
  .header1 .plazart-megamenu > .search {
    width: 100%;
  }
  .header1 .plazart-megamenu > .search {
    border: medium none;
    float: left;
    left: 0;
    right: auto;
    z-index: 9999;
    opacity: 1 !important;
  }
  .tz-events-list.list-style3 .tz-date {
    padding-bottom: 0;
  }
  .tz-events-list.list-style3 .jux-event-countdown {
    padding-top: 10px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
    padding: 25px;
  }
  .header1 .mega-menu,
  .menu-one-page .mega-menu {
    position: static;
  }
  .header1 .mega-menu #plazart-mainnav,
  .menu-one-page .mega-menu #plazart-mainnav {
    position: static;
  }
  .menu-one-page .plazart-megamenu a {
    color: #252525;
  }
  .menu-style2 #plazart-mainnav .navbar-inner .navbar-header button {
    padding: 0 20px 0 0;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li {
    position: relative;
    clear: both;
  }
  #plazart-mainnav .plazart-megamenu a {
    color: #ccc;
    text-transform: capitalize;
  }
  #plazart-mainnav .plazart-megamenu a:hover {
    color: #f2ce3e;
  }
  #plazart-mainnav .navbar-inner .navbar-header button {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    display: block;
    line-height: 65px;
    margin: 0;
    padding: 0;
  }
  #plazart-mainnav .navbar-inner .navbar-header button i {
    background: #f2ce3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse {
    background: #252525;
    border-top: 2px solid #f2ce3e;
    position: absolute;
    width: 100%;
    left: 0;
    max-height: 480px;
    overflow-y: auto;
    padding: 0;
    z-index: 9999;
    margin-bottom: 0 !important;
    -webkit-box-shadow: 0 2px 3px -3px #cccccc;
    box-shadow: 0 2px 3px -3px #cccccc;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul {
    margin: 0;
    width: 100%;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li.active,
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li.open,
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li:hover {
    background: #1a1a1a;
    border-left: 2px solid #f2ce3e;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li.active > a,
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li.open > a,
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li:hover > a {
    color: #f2ce3e;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li:last-child {
    border-bottom: none;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .plazart-megamenu > ul > li > a {
    line-height: 24px;
  }
  #plazart-mainnav .navbar-inner .nav-collapse.navbar-collapse .dropdown-menu {
    background: #323232;
    float: left;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li .dropdown-menu {
    display: block;
    float: none;
    position: relative;
    border: none;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li .dropdown-menu ul.mega-nav li:last-child {
    border-bottom: none;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    border-top: none;
  }
  #plazart-mainnav .plazart-megamenu .navbar-nav > li > .dropdown-menu ul.mega-nav li a.mega-group-title {
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > a {
    margin-right: 50px;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret {
    border: 1px solid rgba(170, 170, 170, 0.3);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 7px;
    display: block !important;
    width: 30px;
    z-index: 99999;
    margin: 0;
    cursor: pointer;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #aaa;
    font-size: 15px;
    line-height: 30px;
  }
  #plazart-mainnav .plazart-megamenu .mega.open > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega > .mega-dropdown-menu {
    display: none;
  }
  #plazart-mainnav .plazart-megamenu .mega.open.crt_active > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.dropdown-submenu.open.crt_active > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.crt_active > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.open.open > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.dropdown-submenu.open.open > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.open > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.open:hover > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega.dropdown-submenu.open:hover > .mega-dropdown-menu,
  #plazart-mainnav .plazart-megamenu .mega:hover > .mega-dropdown-menu {
    display: block;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .tz-events-list .tz-date {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .crt-article-last .item-content {
    padding-bottom: 20px;
  }
  .crt-article-last .image img {
    width: 100%;
  }
  .header2 {
    text-align: center;
  }
  .header2 .text-right {
    text-align: center;
  }
  .menu-style2 .plazart-megamenu > ul > li > a {
    padding: 0;
  }
  .menu-style2 #tz-megamenu-area {
    padding: 0;
  }
  .menu-style2 .plazart-megamenu ul li a {
    color: #252525;
  }
  .menu-style2 .plazart-megamenu {
    padding: 0 15px;
  }
  .menu-style2 .plazart-megamenu div.search {
    display: none;
  }
  .Footer .tz-module {
    padding-bottom: 20px;
  }
  .tz-events-list.style3 .jux-article-create span {
    font-size: 12px;
    line-height: 20px;
  }
  .tz-events-list.style3 .crt-event .jux-event-countdown .time_number span > div {
    font-size: 20px;
  }
  .tz-events-list.style3 .crt-event .jux-event-countdown .time_number span {
    line-height: 22px;
  }
  .md-center .module-title {
    margin-bottom: 30px;
  }
  .yes-desc.md-center .crt-desc {
    width: 80%;
  }
  .custom-donate a.btn {
    font-size: 14px;
    padding: 5px 30px;
  }
  .yes-desc .crt-desc {
    padding-bottom: 30px;
  }
  .tz-events-list.list-style3 .tz-date .day-left {
    font-size: 40px;
  }
  #jux-events-slidebar.tz-events-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item p {
    margin: 0;
  }
  .custom.w-80 {
    padding: 28px 0 60px;
  }
  .join-us > div > .row > div {
    display: block;
  }
  .join-us > div > .row > div .btn {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 20px;
  }
  #jux-causes-list .pagination-nav ul.pagination-list,
  .pagination-nav ul.pagination-list {
    padding-top: 0;
    margin: 0;
  }
  #jux-events-list .jux-loop-item-content .meta-head .content-left {
    width: 100%;
  }
  #jux-events-list .jux-loop-item-content .meta-head .content-right {
    width: 100%;
  }
  #jux-events-list .jux-loop-item-content .meta-head .jux-event-countdown {
    padding-top: 15px;
    text-align: left;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .ct-left {
    width: 100%;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .ct-right {
    width: 100%;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .meta-head .jux-donate-progress-footer {
    text-align: left;
    padding-top: 15px;
  }
  .crt_breadcrumb h2 {
    font-size: 30px;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right {
    width: 100%;
    display: block;
    clear: both;
    padding-top: 20px;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-right .jux-event-countdown {
    text-align: left;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .meta-head .ct-left {
    width: 100%;
  }
  .tzservices.service-image .sv-image {
    padding-bottom: 0;
  }
  .tzservices.nav-carousel a:first-child {
    left: 0;
  }
  .tzservices.nav-carousel a:last-child {
    right: 0;
  }
  .ct-volunteer {
    text-align: center;
  }
  .ct-volunteer .btn {
    margin-top: 15px;
  }
  .top-head .top-right > div:last-child {
    padding: 0 !important;
  }
  .top-head.style4 {
    text-align: center;
  }
  .logo-contact .phone,
  .logo-contact .email {
    padding: 0;
  }
  .tz_testerminal2.fix-tl4 .wp_testerminal {
    max-width: 100%;
  }
  .wp_testerminal .slick-center img,
  .tz_slider-nav img {
    width: 50px;
    height: 50px;
  }
  .tz_testerminal2.fix-tl4 .fix-tl4-ct-desc {
    font-size: 15px;
    line-height: 26px;
  }
  .tz_testerminal2.fix-tl4 i.fa {
    font-size: 30px;
  }
  .pp_content_container.crt-art a.pp_previous,
  .pp_content_container.crt-art a.pp_next {
    width: 30px;
    height: 30px;
  }
  .pp_content_container.crt-art a.pp_previous i,
  .pp_content_container.crt-art a.pp_next i {
    line-height: 30px;
    font-size: 20px;
  }
  #TzContent #tz_options .option-combo a.btn {
    padding: 5px 20px;
  }
  .tp-caption .crt-br {
    width: 130px;
    height: 2px;
  }
  .ct-volunteer .btn {
    float: none;
  }
}
@media (max-width: 767px) {
  .join-us {
    text-align: center;
  }
  .join-us > div > .row > div .btn {
    float: none;
  }
  .our-volunteers.style3 .ourteam > div {
    width: 100%;
    float: none;
    display: block;
  }
  .TzMultipurpose.our-volunteers.style3 .tz_multi_item {
    display: block;
    padding-bottom: 20px;
  }
  .our-volunteers.style3 .ourteam_desc {
    padding: 20px;
  }
  .our-volunteers.style3 .ourteam .vlt-image {
    padding-left: 0;
  }
  .service-list.circle.default .col-xs-12 {
    padding-bottom: 20px;
  }
  .service-list.circle.default .service-item .sm-icon {
    margin-bottom: 0;
  }
  .service-list.rhombus .col-xs-12 {
    padding-bottom: 80px;
  }
  .service-list.rhombus .col-xs-12:last-child {
    padding-bottom: 0;
  }
  .service-list.item-default .item-content {
    margin-bottom: 20px;
  }
  .service-list.list-item .col-xs-12 {
    padding-bottom: 20px;
  }
  .shortcode .tz-module.module {
    padding-bottom: 50px;
  }
  .service-list.small .read-more i {
    padding-top: 0;
  }
}
@media (min-width: 530px) and (max-width: 780px) {
  .Footer > div > div > .col-xs-12 {
    width: 50%;
  }
  .hikashop_module .hikashop_products_listing .hikashop_products .col-sm-6 {
    width: 50%;
  }
  .Footer2 .col-sm-8.col-xs-12 {
    width: 70%;
  }
  .Footer2 .col-sm-4.col-xs-12 {
    width: 30%;
  }
  .custom.we_do .col-xs-12 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  body #tz-service-wrapper,
  body #tz-causes-wrapper,
  body #tz-gallery-wrapper,
  body #tz-blog-wrapper,
  body #tz-service-bottom-wrapper,
  body #tz-event-wrapper,
  body #tz-event-blog-wrapper,
  body #tz-shop-wrapper,
  body #tz-testimonial-wrapper,
  body #tz-main-body-wrapper {
    padding: 50px 0 !important;
  }
  body.bd-one-page #tz-buy-wrapper {
    padding-bottom: 30px !important;
  }
  body.bd-one-page #tz-buy-wrapper > div > div {
    padding-top: 50px !important;
  }
  body.bd-one-page #tz-our-founder-wrapper,
  body.bd-one-page #tz-contact-wrapper {
    padding-bottom: 50px !important;
  }
  body.bd-one-page #tz-our-founder-wrapper > div > div,
  body.bd-one-page #tz-contact-wrapper > div > div {
    padding-top: 50px !important;
  }
  body.bd-one-page #tz-footer-wrapper {
    padding: 50px 0 !important;
  }
  body > .join-us > div > div {
    padding-top: 30px !important;
    margin: 0;
    width: 100%;
  }
  .menu-style2.fixed-width > .container {
    position: relative;
    top: 0;
  }
  .top-head.style4 {
    padding-bottom: 0 !important;
  }
  .br-line .module-title {
    margin-bottom: 20px;
  }
  .tz_testerminal2.fix-tl4 i.fa {
    font-size: 20px;
  }
  div#jux-causes.style2 .owl-carousel .owl-controls .owl-prev,
  div#jux-causes.style2 .owl-carousel .owl-controls .owl-next,
  .br-line .tzservices.nav-carousel a:first-child,
  .br-line .tzservices.nav-carousel a:last-child {
    top: -65px;
  }
  .tz_testerminal2.fix-tl4 .tz_slider-nav .slick-active.slick-slide {
    display: block;
    width: auto;
    height: auto;
  }
  .tz_testerminal2.fix-tl4 .tz_slider-nav {
    max-width: none;
  }
  .Footer2 .tz-social li {
    margin-bottom: 5px;
    padding-left: 2px;
  }
  .yes-desc.md-center .crt-desc {
    width: 90%;
  }
  .md-center .module-title {
    margin-bottom: 30px;
  }
  .module-title {
    font-size: 24px;
  }
  .service-list.box .service-item h5.title {
    font-size: 16px;
  }
  .top-head {
    text-align: center;
  }
  .top-head .top-left,
  .top-head .top-right {
    width: 100%;
  }
  .top-head .top-left > div:last-child {
    padding-left: 0;
    width: 100%;
  }
  .top-head .top-right {
    text-align: center;
  }
  .top-head .top-right > div:last-child {
    padding-left: 20px;
  }
  .newsletter .tz_acymailing .acymailing_form > div .inputbox {
    min-width: 300px;
    margin-bottom: 20px;
  }
  .Footer .tz-module {
    padding-bottom: 20px;
  }
  #jux-events-slidebar.tz-events-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item {
    padding: 30px 15px;
  }
  div#jux-causes.default .owl-carousel .owl-wrapper-outer {
    padding-top: 20px;
  }
  div#jux-causes.default .owl-next,
  div#jux-causes.default .owl-prev {
    top: -20px;
  }
  .tz_portfolio_plus_articles.default #tz_options #filter a.btn {
    padding: 5px 15px;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .tz_portfolio_plus_articles.default #tz_options {
    padding-bottom: 20px;
  }
  .portfolio-button {
    padding: 20px 0;
  }
  .tz-events-list .jux-loop-item-content .jux-title {
    text-transform: none;
    padding-bottom: 10px;
  }
  .tz-events-list .tz-date .day-left .month,
  .tz-events-list .tz-date .my-right .month {
    line-height: 1;
    margin: 0;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret {
    width: 25px;
    line-height: 25px;
    height: 25px;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret:before {
    line-height: 25px;
  }
  div.tp-leftarrow.default,
  div.tp-rightarrow.default {
    width: 30px;
    height: 30px;
  }
  div.tp-rightarrow.default::before,
  div.tp-leftarrow.default::before {
    line-height: 30px;
    font-size: 14px;
  }
  .logo-contact {
    line-height: 50px;
  }
  .logo-contact .donate {
    padding-bottom: 20px;
  }
  .logo-contact .phone,
  .logo-contact .email {
    padding: 0 5px;
  }
  .crt-article-last.the-blog .content-right .item-content .content {
    padding-right: 0;
    width: 100%;
  }
  .crt-article-last.the-blog .content-right .item-content .image {
    max-width: 100px;
  }
  .crt-article-last.the-blog .content-right .item-content .content {
    padding-left: 110px;
  }
  .crt-article-last.the-blog .content-right .item-content .ct-footer {
    display: none;
  }
  .crt-article-last .content h3.title {
    font-size: 16px;
    line-height: 20px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number span,
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number .v-bg {
    height: 40px;
    line-height: 40px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number span > div,
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number .v-bg > div {
    height: 40px;
    line-height: 40px;
  }
  #jux-events-slidebar.tz-events-list.list-style3 .jux-row .jux-content .jux-event-countdown .time_number span {
    font-size: 20px;
  }
  .crt-article-last .content {
    padding: 0 20px 15px;
  }
  .hikashop_module .hikashop_products_listing .hikashop_products .hikashop_product {
    width: 100%;
  }
  .tzservices.service-image .sv-image {
    padding-bottom: 10px;
  }
  .footer-social ul.social-link.sc-image li a {
    display: block;
  }
  body #tz-footer-wrapper.Footer.style4 {
    padding-top: 0 !important;
  }
  div#jux-causes.one {
    padding-top: 20px;
  }
  div#jux-causes.one .jux-donate-progress-label > div {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center !important;
  }
  .tz-video .desc h3 {
    font-size: 20px;
    line-height: 32px;
  }
  .tz-video .desc h2 {
    font-size: 35px;
    line-height: 40px;
  }
  div.tz-video {
    min-height: 400px;
    padding: 60px 0 0;
  }
  .custom.w-80 {
    padding: 28px 0 40px;
  }
  .copyright.one-page {
    text-align: center;
  }
  .copyright.one-page p {
    text-align: center;
  }
  .copyright.one-page ul.menu {
    text-align: center;
  }
  .copyright.one-page > div {
    padding-top: 30px !important;
  }
  .to-top span {
    top: -130px;
  }
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
    margin-top: 0;
  }
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title,
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
    padding-right: 0;
  }
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-meta {
    line-height: 20px;
  }
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action {
    margin: 0 0 20px;
    position: relative;
    right: 0;
    top: 20px;
    width: 100%;
  }
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .outer-therm {
    margin: 15px 0 10px;
  }
  #jux-causes-list .jux-row .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-content-summary {
    margin: 15px 0;
  }
  #jux-causes-list .pagination-nav ul.pagination-list {
    margin: 0;
    padding-top: 0;
  }
  #jux-events-list .jux-loop-item-conten,
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap {
    padding: 20px 15px;
  }
  #jux-events-list .jux-loop-item-content .meta-head h2.jux-loop-item-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 5px;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown .time_number {
    height: 30px;
    line-height: 30px;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown .time_number span {
    font-size: 14px;
    line-height: 30px;
  }
  #jux-events-list .jux-loop-item-content .jux-event-countdown h5 {
    font-size: 12px;
  }
  #jux-events-list .jux-content .jux-posts-loop .jux-posts-loop-content .jux-item-event {
    margin-bottom: 10px;
  }
  #jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-cause-address,
  #jux-events-list .jux-loop-item-content .meta-head .jux-content-meta .jux-article-create {
    font-size: 14px;
    line-height: 18px;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label > div {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label > div.crt-total {
    text-align: left;
    border: none;
  }
  #jux-charity-hub .jux-row-item .jux-content .jux-content-inner .jux-hentry .jux-content-wrap .jux-content-summary .jux-donate-progress-label > div.jux-donate-progress-go {
    text-align: left;
  }
  .crt_breadcrumb h2 {
    font-size: 25px;
    line-height: 32px;
  }
  #jux-charity-hub-event-details .jux-row .jux-content-wrap .jux-content-meta {
    padding-right: 0;
  }
  #jux-charity-hub-event-details .jux-row .jux-content .jux-content-inner .jux-hentry .jux-content-wrap {
    padding: 20px 15px;
  }
  .tz-events-list .tz-date .day-left {
    padding-left: 10px;
  }
  .top-head .top-right > div {
    padding: 0 10px;
  }
  .tp-caption .crt-br {
    width: 100px;
    height: 1px;
  }
  #jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content h2.jux-loop-item-title {
    text-align: left;
  }
  div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content {
    padding: 24px 15px 30px;
  }
  div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action .btn {
    padding: 6px 25px;
  }
  div#jux-causes.style2 .jux-row-item .jux-content .jux-content-inner .jux-posts-loop.jux-grid .jux-posts-loop-content .jux-loop-item .jux-loop-item-content .jux-loop-item-action {
    margin-top: 18px;
  }
  .mod-right .search.joomla i {
    right: 15px;
    top: 13px;
  }
  .blog .block_intro .page-header h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .header1 .plazart-megamenu > .search {
    position: relative;
    top: 0;
  }
  .hikashop_product_page .info_product > .row {
    padding: 0 30px;
  }
  .hikashop_product_page .hikashop_product_name_main h3 {
    font-size: 18px;
  }
  .info_product .hikashop_product_stock a.btn {
    padding: 8px 23px;
  }
  .info_product .hikashop_product_stock .hikashop_add_wishlist a.btn {
    margin: 8px 0 20px 0;
  }
  .tz-about-new .item-content {
    padding-bottom: 20px;
  }
  .tz-header-image {
    padding: 0;
  }
  .tz-header-image .item_conten h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .TzMultipurpose.our-volunteers .tz_multi_item {
    padding-bottom: 20px;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret::before {
    font-size: 18px;
  }
  #plazart-mainnav .plazart-megamenu .nav > .dropdown > .caret {
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
  .our-volunteers.style3 .ourteam {
    display: block;
  }
  .our-volunteers .ourteam_desc {
    padding: 13px 10px 25px;
  }
  .hikashop_product_page #hikashop_product_right_part {
    padding-right: 15px;
  }
  #hikashop_product_left_part .hikashop_global_image_div {
    padding-top: 25px;
  }
  #kunena.layout .filter-time .form-search.pull-right {
    clear: both;
    display: block;
    float: none !important;
    position: relative;
    width: auto;
  }
  #kunena.layout .filter-time .form-search.pull-right .input-append input {
    width: 80%;
    clear: both;
    display: block;
    position: relative;
  }
  .our-volunteers .ourteam .tz_multi_image img {
    width: 100%;
  }
  .service-list.item-default .item-content {
    border-bottom: 1px solid #e5e5e5;
  }
  .tp-caption .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .top-head .callus > .topbar-phone {
    padding-right: 20px;
  }
  .top-head .top-right > div:first-child {
    float: left;
  }
  .top-head .top-right > div:last-child {
    float: right;
  }
  .top-head.style4 .top-right > div:last-child {
    float: none;
  }
  body #tz-breadcrumbs-wrapper {
    padding: 35px 0 !important;
  }
  .crt_breadcrumb h2 {
    margin-bottom: 0;
    line-height: 28px;
  }
  #tz-top-wrapper.style4 {
    padding-bottom: 10px !important;
  }
  .menu-style2 .plazart-megamenu {
    padding: 0;
  }
  .menu-style2 .plazart-megamenu > ul > li {
    padding-left: 15px !important;
  }
  .tp-caption.excerpt,
  .tp-caption.text2,
  .tp-caption.titlemv {
    display: none;
  }
  .tp-caption .btn,
  .tp-caption.btnleft .btn {
    font-size: 12px !important;
    padding: 10px 13px !important;
  }
  .tp-caption.btnleft {
    left: 40px !important;
    margin-top: 8px !important;
  }
  .tp-caption.btnright {
    right: 40px !important;
    margin-top: 8px !important;
  }
  .tp-caption.btnright .btn {
    float: right;
  }
}
@media (max-width: 780px) {
  .header1 .plazart-megamenu > .search {
    position: relative;
  }
  .header1 .text-right.mega-menu {
    text-align: left;
  }
}
div.hk-rating {
  position: relative;
  display: inline-block;
}
.state-empty,
.state-full {
  background: none !important;
  font-size: 15px;
  float: left;
  padding-right: 4px;
  cursor: pointer;
}
.state-empty:before,
.state-full:before {
  content: "\f006";
}
.state-full,
.state-empty {
  font-family: FontAwesome;
  color: #c0c0c0 !important;
}
.state-full:before,
.state-full.state-hover:before,
.state-empty.state-hover:before {
  color: #ffc000 !important;
  content: "\f005";
}
.item-progress .round {
  display: none;
}
.donate-progress .item-progress {
  background: #eee;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.donate-progress .item-progress .slideInLeft {
  height: 10px;
  background: #f2ce3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.portfolio_cause .item-causes {
  background: #FFF;
  margin-bottom: 40px;
}
.portfolio_cause .item-causes .TzPortfolioDescription {
  padding: 0;
}
.portfolio_cause .item-causes .TzPortfolioDescription .TzPortfolioIntrotext {
  margin-top: 15px;
}
.portfolio_cause .item-causes .TzPortfolioDescription #donate-form-submit {
  padding: 20px 0;
  text-align: center;
}
.portfolio_cause .item-causes .TzPortfolioDescription #donate-form-submit .btn {
  padding: 5px 35px;
}
.portfolio_cause .item-causes .TzInner.row {
  margin: 0;
}
.portfolio_cause .item-causes .TzArticleMedia {
  margin: 0;
}
.portfolio_cause .item-causes .causes-media {
  padding: 0;
}
.portfolio_cause .item-causes .causes-info {
  position: relative;
  padding: 30px 20px;
}
.portfolio_cause .item-causes .causes-info h3.TzPortfolioTitle {
  margin: 2px 0 6px;
  padding-right: 120px;
  color: #252525;
  font-size: 18px;
  line-height: 28px;
}
.portfolio_cause .item-causes .causes-info h3.TzPortfolioTitle a {
  color: #252525;
}
.portfolio_cause .item-causes .causes-info .btn-donate {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 23px;
  font-size: 14px;
  line-height: 24px;
  color: #252525;
  background: #f2ce3e;
  border-color: #f2ce3e;
  text-transform: none;
  padding: 8px 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.portfolio_cause .item-causes .causes-info .btn-donate:hover {
  background: #252525;
  border-color: #252525;
  color: #FFF;
}
.portfolio_cause .item-causes .causes-info .head .info {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
}
.portfolio_cause .item-causes .causes-info .head .info span {
  padding-right: 15px;
}
.portfolio_cause .item-causes .causes-info .head .info span .fa {
  padding-right: 8px;
}
.portfolio_cause .item-causes .causes-info .donate-progress .item-progress {
  margin: 22px 0 13px;
}
.portfolio_cause .progress-label {
  position: relative;
}
.portfolio_cause .progress-label:after {
  display: table;
  clear: both;
  content: " ";
}
.portfolio_cause .progress-label .progress-ed {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
.portfolio_cause .progress-label .progress-ed span {
  color: #f2ce3e;
  font-size: 14px;
  font-weight: 500;
}
.portfolio_cause .progress-label .total {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  line-height: 1;
  text-align: center;
}
.portfolio_cause .progress-label .progress-final {
  color: #666;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
.portfolio_cause .progress-label .progress-final span {
  color: #f2ce3e;
  font-size: 14px;
  font-weight: 500;
}
.portfolio_cause .progress-label > div {
  display: block;
  float: left;
  margin: 0;
  width: 33%;
}
.portfolio_cause .item-event .crt-ev-cdw{
  padding-left: 0;
  padding-right: 0;
}
.TzItemPage .TzItemPageInner.row {
  margin: 0;
}
.TzItemPage .TzArticleMedia {
  margin: 0;
}
.TzItemPage h2.TzArticleTitle {
  color: #252525;
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
}
.TzItemPage .TzItemPageInner .content-intro {
  border: none;
}
.TzItemPage .TzItemPageInner .content-intro span {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.TzItemPage .TzItemPageInner .content-intro > .row > span {
  padding-right: 50px;
}
.TzItemPage .TzItemPageInner .content-intro > .row > span:last-child {
  padding-right: 0;
}
.TzItemPage .portfolio_cause .charity {
  background: #f5f5f5;
  display: block;
  padding: 33px 30px 20px;
  position: relative;
}
.TzItemPage .portfolio_cause #tz-charity-donate {
  right: 0;
  top: -80px;
  padding: 10px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.TzItemPage .portfolio_cause #tz-charity-donate:hover {
  background: #252525;
  border-color: #252525;
  color: #FFF;
}
.TzItemPage .portfolio_cause .progress-label {
  padding: 10px 0 0;
}
.TzItemPage .portfolio_cause .progress-label .progress-final span,
.TzItemPage .portfolio_cause .progress-label .progress-ed span {
  color: #252525;
  font-size: 14px;
  font-weight: 500;
}
.TzItemPage .TzArticleTitle {
  padding-top: 14px;
}
.portfolio_cause.tz_plo_pl_crs {
  margin: 0 -15px;
}
.portfolio_cause.tz_plo_pl_crs .owl-item > div {
  padding: 0 15px;
}
.portfolio_cause.tz_plo_pl_crs .item-content {
  background: #FFF;
  font-size: 14px;
  font-weight: 300;
  padding: 25px 33px 30px;
}
.portfolio_cause.tz_plo_pl_crs .item-content h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
.portfolio_cause.tz_plo_pl_crs .item-content h3 a {
  color: #252525;
  font-weight: 500;
}
.portfolio_cause.tz_plo_pl_crs .donate-progress .item-progress {
  margin: 0 0 13px;
}
.portfolio_cause.tz_plo_pl_crs .item-causes {
  margin-bottom: 15px;
}
.portfolio_cause.tz_plo_pl_crs p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.portfolio_cause.tz_plo_pl_crs .tzpp_media {
  position: relative;
}
.portfolio_cause.tz_plo_pl_crs .tzpp_media .btn {
  background: #fff;
  border: medium none;
  color: #252525;
  font-size: 12px;
  line-height: 24.15px;
  padding: 5px 30px;
  text-transform: uppercase;
}
.portfolio_cause.tz_plo_pl_crs .tzpp_media .btn:hover {
  background: #252525;
  color: #FFF;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-causes {
  margin-bottom: 0;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-causes .donate-progress .item-progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: visible;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-causes .donate-progress .item-progress .slideInLeft {
  height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-causes .item-progress .round {
  display: block;
  float: right;
  left: auto;
  position: absolute;
  right: -16px;
  text-align: right;
  background: #f2ce3e none repeat scroll 0 0;
  color: #252525;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding: 0 6px 0 0 !important;
  top: -5px;
  width: 33px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.portfolio_cause.tz_plo_pl_crs.style2 .owl-item .content-charity {
  overflow: hidden;
}
.portfolio_cause.tz_plo_pl_crs.style2 .progress-info {
  padding: 10px 33px 0;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-content {
  padding-top: 13px;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-content h3 {
  padding-top: 15px;
  position: relative;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-content h3:after {
  background: #e7e7e7;
  content: " ";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
}
.portfolio_cause.tz_plo_pl_crs.style2 .item-content h3:before {
  background: #e7e7e7;
  top: -2px;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
.portfolio_cause.tz_plo_pl_crs.style2 .donate-readmore {
  padding-top: 10px;
}
.portfolio_cause.tz_plo_pl_crs.style3 .item-causes {
  margin: 15px 0 0 0;
}
.portfolio_cause.tz_plo_pl_crs.style3 .donate-progress .item-progress {
  margin-bottom: 10px;
}
.portfolio_cause.tz_plo_pl_crs.style4 .content-charity {
  overflow: hidden;
}
.portfolio_cause.tz_plo_pl_crs.style4 .content-charity .donate-readmore {
  padding-top: 10px;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes {
  margin: 0;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes .donate-progress .item-progress {
  margin: 0;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes .donate-progress .item-progress .slideInLeft {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes .donate-progress .item-progress .slideInLeft .round {
  display: block;
  background: #fff;
  border-radius: 4px;
  color: #666;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 !important;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -30px;
  width: 31px;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes .donate-progress .item-progress .slideInLeft .round.dno {
  right: -30px;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes .donate-progress .item-progress .slideInLeft .round.dyes {
  right: 0;
}
.portfolio_cause.tz_plo_pl_crs.style4 .item-causes .donate-progress .item-progress .slideInLeft .round:before {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #ffffff;
  bottom: -8px;
  content: " ";
  display: block;
  height: 10px;
  left: 10px;
  position: absolute;
  width: 10px;
}
.portfolio_cause .progress-info > div {
  display: inline-block;
  float: none;
  font-weight: normal;
}
.portfolio_cause .progress-info .progress-ed {
  color: #252525;
  font-size: 16px;
  line-height: 24px;
}
.portfolio_cause .progress-info .progress-ed:after {
  color: #252525;
  content: "/";
  display: inline-block;
}
.portfolio_cause .progress-info .progress-final {
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.portfolio_cause .portfolio_cause .item-causes .causes-info .head h3.TzPortfolioTitle {
  font-size: 24px;
  line-height: 35px;
}
.portfolio_cause .head .content-left {
  float: left;
  width: 65%;
}
.portfolio_cause .head .content-right {
  float: left;
  width: 35%;
}
.portfolio_cause .head .content-right .evens {
  text-align: right;
}
.portfolio_cause .evens .dash {
  display: inline-block;
  padding: 0 5px;
}
.portfolio_cause .evens .dash .time_number {
  background: #f2ce3e none repeat scroll 0 0;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.TzItemPage .portfolio_cause .evens .dash .time_number {
  height: 60px;
  line-height: 60px;
}
.portfolio_cause .evens .dash .time_number:after {
  clear: both;
  display: table;
  content: " ";
}
.portfolio_cause .evens .dash .digit {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #252525;
  font-size: 30px;
}
.TzItemPage .portfolio_cause .evens .dash .digit {
  height: 60px;
  line-height: 60px;
}
.portfolio_cause .evens .dash span {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 3px 0;
  text-align: center;
  text-transform: uppercase;
}
.portfolio_cause .item-causes.tz-event .causes-info {
  padding: 20px 30px;
}
.portfolio_cause .item-causes.tz-event .causes-info .head .info span {
  font-size: 14px;
}
.item-causes.tz-event .content-left h3.TzPortfolioTitle {
  font-size: 24px;
  line-height: 35px;
}
.item-causes.tz-event .head {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}
.item-causes.tz-event .head:after {
  content: " ";
  display: table;
  clear: both;
}
.portfolio_cause .pagination li a {
  line-height: 24px;
}
.portfolio_cause.detail .evens {
  text-align: right;
  padding-top: 30px;
}
.TzItemPage .donateArticle .portfolio_cause #tz-charity-donate {
  position: absolute;
}
.TzItemPage .TzItemPageInner .header-event {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px !important;
}
.TzItemPage .TzItemPageInner .intro-event {
  padding: 0 15px;
}
.TzItemPage .TzItemPageInner .intro-event h2.TzArticleTitle {
  margin-bottom: 10px;
}
.TzItemPage .TzItemPageInner .intro-event span {
  color: #aaa;
  font-size: 12px;
  font-style: italic;
  line-height: 24px;
}
.TzItemPage .TzItemPageInner .intro-event .map_title {
  padding-right: 30px;
}
.tz-events-list .item-event {
  background: #fff;
  border: medium none;
  margin: 0 0 20px;
  padding: 30px 35px;
  display: table;
  width: 100%;
}
.tz-events-list .item-event h5 {
  margin: 0;
  padding-bottom: 5px;
}
.tz-events-list .item-event h5 a {
  color: #2e2e2e;
  text-decoration: none;
}
.tz-events-list .item-event .item-content p {
  padding: 0;
  margin: 3px 0 5px;
}
.tz-events-list .item-event p {
  color: #666;
  padding: 3px 0 5px;
}
.tz-events-list .item-event .intro-meta > div {
  display: inline-block;
  color: #999;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  padding-right: 50px;
}
.tz-events-list .item-event .intro-meta > div:last-child {
  padding-right: 0;
}
.tz-events-list .item-event .intro-meta > div i {
  color: #666;
  padding-right: 3px;
}
.tz-events-list .item-event > .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.tz-events-list .item-event .day-left {
  color: #f2ce3e;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
}
.tz-events-list .item-event .evens {
  text-align: right;
}
.tz-events-list .item-event .my-right p {
  padding: 0;
}
.tz-events-list .item-event .my-right p:first-child {
  margin: 0;
}
.tz-events-list.style3 {
  margin: 0 -15px;
}
.tz-events-list.style3 .event-item {
  padding: 0 15px;
}
.tz-events-list.style3 .event-item .item-content {
  padding: 20px 30px;
  background: #FFF;
}
.tz-events-list.style3 .event-item .item-content h3 {
  font-size: 1.28em;
  margin-bottom: 10px;
  margin-top: 0;
}
.tz-events-list.style3 .event-item .item-content h3 a {
  color: #2e2e2e;
  text-decoration: none;
}
.tz-events-list.style3 .event-item .item-content .intro-text {
  padding: 10px 0;
}
.tz-events-list.style3 .event-item .item-content .intro-text p:last-child {
  margin-bottom: 0;
}
.tz-events-list.style3 .event-item .content-meta {
  margin-bottom: 8px;
}
.tz-events-list.style3 .event-item .content-meta span {
  color: #999;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  padding-right: 20px;
}
.tz-events-list.style3 .event-item .content-meta span:last-child {
  padding-right: 0;
}
.tz-events-list.style3 .event-item .content-meta span i {
  padding-right: 3px;
}
.tz-events-list.style3 .tzpp_media {
  position: relative;
}
.tz-events-list.style3 .tzpp_media .evens {
  background: rgba(21, 21, 21, 0.8);
  bottom: 0;
  left: 0;
  text-align: right;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.tz-events-list.style3 .tzpp_media .evens .dash {
  display: inline-block;
  border: 1px solid #f2ce3e;
  border-radius: 4px;
  padding: 5px 0 8px;
  margin-left: 8px;
}
.tz-events-list.style3 .tzpp_media .evens .dash:first-child {
  margin-left: 0;
}
.tz-events-list.style3 .tzpp_media .evens .dash .time_number {
  background: rgba(0, 0, 0, 0);
  height: auto;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
  width: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #252525;
}
.tz-events-list.style3 .tzpp_media .evens .dash .time_number .digit {
  height: 25px;
  line-height: 1;
  color: #666666;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  overflow: hidden;
  text-align: left;
}
.tz-events-list.style3 .tzpp_media .evens .dash .time_number .digit > div {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  height: auto;
  line-height: 1;
}
.tz-events-list.style3 .tzpp_media .evens .dash .dash_title {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: normal;
}
.hikashop_module .hikashop_products_listing .hikashop_product .hikashop_subcontainer.thumbnail .tz_feature .feature .hikashop_product_quantity_add_to_cart_div.hikashop_product_quantity_div {
  float: none;
}
.tz_portfolio_plus_articles.default #tz_options #filter {
  margin-top: -5px;
}
.tz_portfolio_plus_articles.default #tz_options #filter a.btn {
  margin-top: 5px;
}
.TzPortfolioDescription .tz-form-donate .modal-header,
body .tz-form-donate .modal-header {
  padding: 0;
}
.TzPortfolioDescription .tz-form-donate .modal-header .close,
body .tz-form-donate .modal-header .close {
  position: absolute;
  right: 10px;
  top: 8px;
}
.TzPortfolioDescription .tz-form-donate .modal-header .close:hover,
body .tz-form-donate .modal-header .close:hover {
  background: transparent;
}
.TzPortfolioDescription .tz-form-donate .error-select-amount,
body .tz-form-donate .error-select-amount {
  padding-bottom: 0;
}
.TzPortfolioDescription .tz-form-donate .item-input label,
body .tz-form-donate .item-input label {
  background: #252525;
  font-weight: normal;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.TzPortfolioDescription .tz-form-donate .item-input label:hover,
body .tz-form-donate .item-input label:hover {
  background: #f2ce3e;
}
.TzPortfolioDescription .tz-form-donate .item-input.selected label,
body .tz-form-donate .item-input.selected label {
  background: #f2ce3e;
  border-color: #f2ce3e;
}
.TzPortfolioDescription .tz-form-donate .choose-item,
body .tz-form-donate .choose-item {
  text-align: center;
}
.TzPortfolioDescription .tz-form-donate .item-input.amount-custom,
body .tz-form-donate .item-input.amount-custom {
  margin-top: 20px;
  margin-bottom: 5px;
}
.TzPortfolioDescription .modal-header .content-head .bg-header,
body .modal-header .content-head .bg-header {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
}
.TzPortfolioDescription .modal-content,
body .modal-content {
  background: #f5f5f5;
}
.TzPortfolioDescription .modal-content .modal-body,
body .modal-content .modal-body {
  padding: 30px;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm input,
body .modal-content .modal-body #donateForm input,
.TzPortfolioDescription .modal-content .modal-body #donateForm textarea,
body .modal-content .modal-body #donateForm textarea {
  background: #FFF;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs,
body .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li,
body .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li {
  width: 50%;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li:first-child,
body .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li:first-child {
  border-right: 1px solid #e7e7e7;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li.active a,
body .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li.active a {
  color: #555;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li a,
body .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li a {
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px;
  color: #f2ce3e;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li a:hover,
body .modal-content .modal-body #donateForm .donate-tab ul.nav-tabs li a:hover {
  color: #555;
}
.TzPortfolioDescription .modal-content .modal-body #donateForm .desc-specify,
body .modal-content .modal-body #donateForm .desc-specify {
  padding-top: 15px;
  margin: 0;
}
.donate-modal .modal-header .close{
  opacity: 0.2;
  margin-right: 0;
}
.donate-modal .modal-header .close:focus{
  background: none;
}
.tz-form-donate .donate-modal div.modal{
  width: auto;
}
#donate-form-submit.center-btn button{
  color: #252525;
  background: #f2ce3e;
  border-color: #f2ce3e;
}
.TzPortfolioDescription #donate-form-submit.center-btn,
body #donate-form-submit.center-btn {
  text-align: center;
  padding-top: 20px;
}
.tz-form-donate.donate-detail .modal-content {
  background: #f5f5f5;
}
.tz-form-donate.donate-detail .modal-header {
  padding: 0;
}
.tz-form-donate.donate-detail .modal-header .close {
  position: absolute;
  right: 10px;
  top: 8px;
}
.tz-form-donate.donate-detail .modal-header .close:hover {
  background: transparent;
}
.tz-form-donate.donate-detail .error-select-amount {
  padding-bottom: 0;
}
.tz-form-donate.donate-detail .item-input label {
  background: #252525;
  font-weight: normal;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tz-form-donate.donate-detail .item-input label:hover {
  background: #f2ce3e;
}
.tz-form-donate.donate-detail .item-input.selected label {
  background: #f2ce3e;
  border-color: #f2ce3e;
}
.tz-form-donate.donate-detail .choose-item {
  text-align: center;
}
.tz-form-donate.donate-detail .item-input.amount-custom {
  margin-top: 20px;
  margin-bottom: 5px;
}
.tz-form-donate.donate-detail .bg-header {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
}
.tz-form-donate.donate-detail .modal-body {
  padding: 30px;
}
.tz-form-donate.donate-detail #donateForm input,
.tz-form-donate.donate-detail #donateForm textarea {
  background: #FFF;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: none;
}
.tz-form-donate.donate-detail #donateForm .donate-tab ul.nav-tabs {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.tz-form-donate.donate-detail #donateForm .donate-tab ul.nav-tabs li {
  width: 50%;
}
.tz-form-donate.donate-detail #donateForm .donate-tab ul.nav-tabs li:first-child {
  border-right: 1px solid #e7e7e7;
}
.tz-form-donate.donate-detail #donateForm .donate-tab ul.nav-tabs li.active a {
  color: #555;
}
.tz-form-donate.donate-detail #donateForm .donate-tab ul.nav-tabs li a {
  background: rgba(0, 0, 0, 0);
  border: none;
  font-size: 16px;
  color: #f2ce3e;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tz-form-donate.donate-detail #donateForm .donate-tab ul.nav-tabs li a:hover {
  color: #555;
}
.tz-form-donate.donate-detail #donateForm .desc-specify {
  padding-top: 15px;
  margin: 0;
}
.tz-form-donate.donate-detail #donate-form-submit button {
  background: #f2ce3e;
  border: 1px solid #f2ce3e;
  border-radius: 0;
  box-shadow: none;
  color: #252525;
  font-size: 14px;
  line-height: 2;
  outline: medium none;
  padding: 5px 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .tz-events-list .item-event > .row > div {
    display: block;
    padding: 0;
    text-align: left;
  }
  .tz-events-list .item-event > .row > div.crt-ev-cdw {
    padding-top: 15px;
  }
  .tz-events-list .item-event > .row > div.crt-ev-cdw .evens {
    text-align: center;
  }
}
/*# sourceMappingURL=bootstrap.css.map */.icon_L {
	float: left;
}
.giving {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.5pt;
	color: #333;
	text-align: left;
	line-height: 9pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.checklist {
	font-size: 10pt;
	line-height: 12pt;
	color: #333;
	text-align: left;
	list-style-type: none;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	list-style-position: outside;
	list-style-image: url(../../../../../images/checkmark.png);
	margin-right: 18px;
	margin-left: 0px;
	margin-top: 6px;
	margin-bottom: 4px;
}

