@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 #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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' !important;
  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";
}
@font-face {
  font-family: "linea-arrows-10";
  src: url("../../../fonts/LineaArrow10/linea-arrows-10.eot");
  src: url("../../../fonts/LineaArrow10/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("../../../fonts/LineaArrow10/linea-arrows-10.woff") format("woff"), url("../../../fonts/LineaArrow10/linea-arrows-10.ttf") format("truetype"), url("../../../fonts/LineaArrow10/linea-arrows-10.svg#linea-arrows-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[linea-data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*=" linea-icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linea-icon-arrows-anticlockwise:before {
  content: "\e000";
}
.linea-icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.linea-icon-arrows-button-down:before {
  content: "\e002";
}
.linea-icon-arrows-button-off:before {
  content: "\e003";
}
.linea-icon-arrows-button-on:before {
  content: "\e004";
}
.linea-icon-arrows-button-up:before {
  content: "\e005";
}
.linea-icon-arrows-check:before {
  content: "\e006";
}
.linea-icon-arrows-circle-check:before {
  content: "\e007";
}
.linea-icon-arrows-circle-down:before {
  content: "\e008";
}
.linea-icon-arrows-circle-downleft:before {
  content: "\e009";
}
.linea-icon-arrows-circle-downright:before {
  content: "\e00a";
}
.linea-icon-arrows-circle-left:before {
  content: "\e00b";
}
.linea-icon-arrows-circle-minus:before {
  content: "\e00c";
}
.linea-icon-arrows-circle-plus:before {
  content: "\e00d";
}
.linea-icon-arrows-circle-remove:before {
  content: "\e00e";
}
.linea-icon-arrows-circle-right:before {
  content: "\e00f";
}
.linea-icon-arrows-circle-up:before {
  content: "\e010";
}
.linea-icon-arrows-circle-upleft:before {
  content: "\e011";
}
.linea-icon-arrows-circle-upright:before {
  content: "\e012";
}
.linea-icon-arrows-clockwise:before {
  content: "\e013";
}
.linea-icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.linea-icon-arrows-compress:before {
  content: "\e015";
}
.linea-icon-arrows-deny:before {
  content: "\e016";
}
.linea-icon-arrows-diagonal:before {
  content: "\e017";
}
.linea-icon-arrows-diagonal2:before {
  content: "\e018";
}
.linea-icon-arrows-down:before {
  content: "\e019";
}
.linea-icon-arrows-down-double:before {
  content: "\e01a";
}
.linea-icon-arrows-downleft:before {
  content: "\e01b";
}
.linea-icon-arrows-downright:before {
  content: "\e01c";
}
.linea-icon-arrows-drag-down:before {
  content: "\e01d";
}
.linea-icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.linea-icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.linea-icon-arrows-drag-left:before {
  content: "\e020";
}
.linea-icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.linea-icon-arrows-drag-right:before {
  content: "\e022";
}
.linea-icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.linea-icon-arrows-drag-up:before {
  content: "\e024";
}
.linea-icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.linea-icon-arrows-drag-vert:before {
  content: "\e026";
}
.linea-icon-arrows-exclamation:before {
  content: "\e027";
}
.linea-icon-arrows-expand:before {
  content: "\e028";
}
.linea-icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.linea-icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.linea-icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.linea-icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.linea-icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.linea-icon-arrows-glide:before {
  content: "\e02e";
}
.linea-icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.linea-icon-arrows-glide-vertical:before {
  content: "\e030";
}
.linea-icon-arrows-hamburger1:before {
  content: "\e031";
}
.linea-icon-arrows-hamburger-2:before {
  content: "\e032";
}
.linea-icon-arrows-horizontal:before {
  content: "\e033";
}
.linea-icon-arrows-info:before {
  content: "\e034";
}
.linea-icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.linea-icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.linea-icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.linea-icon-arrows-keyboard-down:before {
  content: "\e038";
}
.linea-icon-arrows-keyboard-left:before {
  content: "\e039";
}
.linea-icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.linea-icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.linea-icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.linea-icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.linea-icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.linea-icon-arrows-left:before {
  content: "\e03f";
}
.linea-icon-arrows-left-double-32:before {
  content: "\e040";
}
.linea-icon-arrows-minus:before {
  content: "\e041";
}
.linea-icon-arrows-move:before {
  content: "\e042";
}
.linea-icon-arrows-move2:before {
  content: "\e043";
}
.linea-icon-arrows-move-bottom:before {
  content: "\e044";
}
.linea-icon-arrows-move-left:before {
  content: "\e045";
}
.linea-icon-arrows-move-right:before {
  content: "\e046";
}
.linea-icon-arrows-move-top:before {
  content: "\e047";
}
.linea-icon-arrows-plus:before {
  content: "\e048";
}
.linea-icon-arrows-question:before {
  content: "\e049";
}
.linea-icon-arrows-remove:before {
  content: "\e04a";
}
.linea-icon-arrows-right:before {
  content: "\e04b";
}
.linea-icon-arrows-right-double:before {
  content: "\e04c";
}
.linea-icon-arrows-rotate:before {
  content: "\e04d";
}
.linea-icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.linea-icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.linea-icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.linea-icon-arrows-shrink:before {
  content: "\e051";
}
.linea-icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.linea-icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.linea-icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.linea-icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.linea-icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.linea-icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.linea-icon-arrows-sign-down:before {
  content: "\e058";
}
.linea-icon-arrows-sign-left:before {
  content: "\e059";
}
.linea-icon-arrows-sign-right:before {
  content: "\e05a";
}
.linea-icon-arrows-sign-up:before {
  content: "\e05b";
}
.linea-icon-arrows-slide-down1:before {
  content: "\e05c";
}
.linea-icon-arrows-slide-down2:before {
  content: "\e05d";
}
.linea-icon-arrows-slide-left1:before {
  content: "\e05e";
}
.linea-icon-arrows-slide-left2:before {
  content: "\e05f";
}
.linea-icon-arrows-slide-right1:before {
  content: "\e060";
}
.linea-icon-arrows-slide-right2:before {
  content: "\e061";
}
.linea-icon-arrows-slide-up1:before {
  content: "\e062";
}
.linea-icon-arrows-slide-up2:before {
  content: "\e063";
}
.linea-icon-arrows-slim-down:before {
  content: "\e064";
}
.linea-icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.linea-icon-arrows-slim-left:before {
  content: "\e066";
}
.linea-icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.linea-icon-arrows-slim-right:before {
  content: "\e068";
}
.linea-icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.linea-icon-arrows-slim-up:before {
  content: "\e06a";
}
.linea-icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.linea-icon-arrows-square-check:before {
  content: "\e06c";
}
.linea-icon-arrows-square-down:before {
  content: "\e06d";
}
.linea-icon-arrows-square-downleft:before {
  content: "\e06e";
}
.linea-icon-arrows-square-downright:before {
  content: "\e06f";
}
.linea-icon-arrows-square-left:before {
  content: "\e070";
}
.linea-icon-arrows-square-minus:before {
  content: "\e071";
}
.linea-icon-arrows-square-plus:before {
  content: "\e072";
}
.linea-icon-arrows-square-remove:before {
  content: "\e073";
}
.linea-icon-arrows-square-right:before {
  content: "\e074";
}
.linea-icon-arrows-square-up:before {
  content: "\e075";
}
.linea-icon-arrows-square-upleft:before {
  content: "\e076";
}
.linea-icon-arrows-square-upright:before {
  content: "\e077";
}
.linea-icon-arrows-squares:before {
  content: "\e078";
}
.linea-icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.linea-icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.linea-icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.linea-icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.linea-icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.linea-icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.linea-icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.linea-icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.linea-icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.linea-icon-arrows-switch-vertical:before {
  content: "\e082";
}
.linea-icon-arrows-up:before {
  content: "\e083";
}
.linea-icon-arrows-up-double-33:before {
  content: "\e084";
}
.linea-icon-arrows-upleft:before {
  content: "\e085";
}
.linea-icon-arrows-upright:before {
  content: "\e086";
}
.linea-icon-arrows-vertical:before {
  content: "\e087";
}
@font-face {
  font-family: "linea-basic-10";
  src: url("../../../fonts/LineaBasic10/linea-basic-10.eot");
  src: url("../../../fonts/LineaBasic10/linea-basic-10.eot?#iefix") format("embedded-opentype"), url("../../../fonts/LineaBasic10/linea-basic-10.woff") format("woff"), url("../../../fonts/LineaBasic10/linea-basic-10.ttf") format("truetype"), url("../../../fonts/LineaBasic10/linea-basic-10.svg#linea-basic-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[linea-data-icon-basic]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-basic-"]:before,
[class*=" linea-icon-basic-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linea-icon-basic-accelerator:before {
  content: "a";
}
.linea-icon-basic-alarm:before {
  content: "b";
}
.linea-icon-basic-anchor:before {
  content: "c";
}
.linea-icon-basic-anticlockwise:before {
  content: "d";
}
.linea-icon-basic-archive:before {
  content: "e";
}
.linea-icon-basic-archive-full:before {
  content: "f";
}
.linea-icon-basic-ban:before {
  content: "g";
}
.linea-icon-basic-battery-charge:before {
  content: "h";
}
.linea-icon-basic-battery-empty:before {
  content: "i";
}
.linea-icon-basic-battery-full:before {
  content: "j";
}
.linea-icon-basic-battery-half:before {
  content: "k";
}
.linea-icon-basic-bolt:before {
  content: "l";
}
.linea-icon-basic-book:before {
  content: "m";
}
.linea-icon-basic-book-pen:before {
  content: "n";
}
.linea-icon-basic-book-pencil:before {
  content: "o";
}
.linea-icon-basic-bookmark:before {
  content: "p";
}
.linea-icon-basic-calculator:before {
  content: "q";
}
.linea-icon-basic-calendar:before {
  content: "r";
}
.linea-icon-basic-cards-diamonds:before {
  content: "s";
}
.linea-icon-basic-cards-hearts:before {
  content: "t";
}
.linea-icon-basic-case:before {
  content: "u";
}
.linea-icon-basic-chronometer:before {
  content: "v";
}
.linea-icon-basic-clessidre:before {
  content: "w";
}
.linea-icon-basic-clock:before {
  content: "x";
}
.linea-icon-basic-clockwise:before {
  content: "y";
}
.linea-icon-basic-cloud:before {
  content: "z";
}
.linea-icon-basic-clubs:before {
  content: "A";
}
.linea-icon-basic-compass:before {
  content: "B";
}
.linea-icon-basic-cup:before {
  content: "C";
}
.linea-icon-basic-diamonds:before {
  content: "D";
}
.linea-icon-basic-display:before {
  content: "E";
}
.linea-icon-basic-download:before {
  content: "F";
}
.linea-icon-basic-exclamation:before {
  content: "G";
}
.linea-icon-basic-eye:before {
  content: "H";
}
.linea-icon-basic-eye-closed:before {
  content: "I";
}
.linea-icon-basic-female:before {
  content: "J";
}
.linea-icon-basic-flag1:before {
  content: "K";
}
.linea-icon-basic-flag2:before {
  content: "L";
}
.linea-icon-basic-floppydisk:before {
  content: "M";
}
.linea-icon-basic-folder:before {
  content: "N";
}
.linea-icon-basic-folder-multiple:before {
  content: "O";
}
.linea-icon-basic-gear:before {
  content: "P";
}
.linea-icon-basic-geolocalize-01:before {
  content: "Q";
}
.linea-icon-basic-geolocalize-05:before {
  content: "R";
}
.linea-icon-basic-globe:before {
  content: "S";
}
.linea-icon-basic-gunsight:before {
  content: "T";
}
.linea-icon-basic-hammer:before {
  content: "U";
}
.linea-icon-basic-headset:before {
  content: "V";
}
.linea-icon-basic-heart:before {
  content: "W";
}
.linea-icon-basic-heart-broken:before {
  content: "X";
}
.linea-icon-basic-helm:before {
  content: "Y";
}
.linea-icon-basic-home:before {
  content: "Z";
}
.linea-icon-basic-info:before {
  content: "0";
}
.linea-icon-basic-ipod:before {
  content: "1";
}
.linea-icon-basic-joypad:before {
  content: "2";
}
.linea-icon-basic-key:before {
  content: "3";
}
.linea-icon-basic-keyboard:before {
  content: "4";
}
.linea-icon-basic-laptop:before {
  content: "5";
}
.linea-icon-basic-life-buoy:before {
  content: "6";
}
.linea-icon-basic-lightbulb:before {
  content: "7";
}
.linea-icon-basic-link:before {
  content: "8";
}
.linea-icon-basic-lock:before {
  content: "9";
}
.linea-icon-basic-lock-open:before {
  content: "!";
}
.linea-icon-basic-magic-mouse:before {
  content: "\"";
}
.linea-icon-basic-magnifier:before {
  content: "#";
}
.linea-icon-basic-magnifier-minus:before {
  content: "$";
}
.linea-icon-basic-magnifier-plus:before {
  content: "%";
}
.linea-icon-basic-mail:before {
  content: "&";
}
.linea-icon-basic-mail-multiple:before {
  content: "'";
}
.linea-icon-basic-mail-open:before {
  content: "(";
}
.linea-icon-basic-mail-open-text:before {
  content: ")";
}
.linea-icon-basic-male:before {
  content: "*";
}
.linea-icon-basic-map:before {
  content: "+";
}
.linea-icon-basic-message:before {
  content: ",";
}
.linea-icon-basic-message-multiple:before {
  content: "-";
}
.linea-icon-basic-message-txt:before {
  content: ".";
}
.linea-icon-basic-mixer2:before {
  content: "/";
}
.linea-icon-basic-mouse:before {
  content: ":";
}
.linea-icon-basic-notebook:before {
  content: ";";
}
.linea-icon-basic-notebook-pen:before {
  content: "<";
}
.linea-icon-basic-notebook-pencil:before {
  content: "=";
}
.linea-icon-basic-paperplane:before {
  content: ">";
}
.linea-icon-basic-pencil-ruler:before {
  content: "?";
}
.linea-icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.linea-icon-basic-photo:before {
  content: "[";
}
.linea-icon-basic-picture:before {
  content: "]";
}
.linea-icon-basic-picture-multiple:before {
  content: "^";
}
.linea-icon-basic-pin1:before {
  content: "_";
}
.linea-icon-basic-pin2:before {
  content: "`";
}
.linea-icon-basic-postcard:before {
  content: "{";
}
.linea-icon-basic-postcard-multiple:before {
  content: "|";
}
.linea-icon-basic-printer:before {
  content: "}";
}
.linea-icon-basic-question:before {
  content: "~";
}
.linea-icon-basic-rss:before {
  content: "\\";
}
.linea-icon-basic-server:before {
  content: "\e000";
}
.linea-icon-basic-server2:before {
  content: "\e001";
}
.linea-icon-basic-server-cloud:before {
  content: "\e002";
}
.linea-icon-basic-server-download:before {
  content: "\e003";
}
.linea-icon-basic-server-upload:before {
  content: "\e004";
}
.linea-icon-basic-settings:before {
  content: "\e005";
}
.linea-icon-basic-share:before {
  content: "\e006";
}
.linea-icon-basic-sheet:before {
  content: "\e007";
}
.linea-icon-basic-sheet-multiple:before {
  content: "\e008";
}
.linea-icon-basic-sheet-pen:before {
  content: "\e009";
}
.linea-icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.linea-icon-basic-sheet-txt:before {
  content: "\e00b";
}
.linea-icon-basic-signs:before {
  content: "\e00c";
}
.linea-icon-basic-smartphone:before {
  content: "\e00d";
}
.linea-icon-basic-spades:before {
  content: "\e00e";
}
.linea-icon-basic-spread:before {
  content: "\e00f";
}
.linea-icon-basic-spread-bookmark:before {
  content: "\e010";
}
.linea-icon-basic-spread-text:before {
  content: "\e011";
}
.linea-icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.linea-icon-basic-star:before {
  content: "\e013";
}
.linea-icon-basic-tablet:before {
  content: "\e014";
}
.linea-icon-basic-target:before {
  content: "\e015";
}
.linea-icon-basic-todo:before {
  content: "\e016";
}
.linea-icon-basic-todo-pen:before {
  content: "\e017";
}
.linea-icon-basic-todo-pencil:before {
  content: "\e018";
}
.linea-icon-basic-todo-txt:before {
  content: "\e019";
}
.linea-icon-basic-todolist-pen:before {
  content: "\e01a";
}
.linea-icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.linea-icon-basic-trashcan:before {
  content: "\e01c";
}
.linea-icon-basic-trashcan-full:before {
  content: "\e01d";
}
.linea-icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.linea-icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.linea-icon-basic-upload:before {
  content: "\e020";
}
.linea-icon-basic-usb:before {
  content: "\e021";
}
.linea-icon-basic-video:before {
  content: "\e022";
}
.linea-icon-basic-watch:before {
  content: "\e023";
}
.linea-icon-basic-webpage:before {
  content: "\e024";
}
.linea-icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.linea-icon-basic-webpage-multiple:before {
  content: "\e026";
}
.linea-icon-basic-webpage-txt:before {
  content: "\e027";
}
.linea-icon-basic-world:before {
  content: "\e028";
}
@font-face {
  font-family: "linea-music-10";
  src: url("../../../fonts/LineaMusic10/linea-music-10.eot");
  src: url("../../../fonts/LineaMusic10/linea-music-10.eot?#iefix") format("embedded-opentype"), url("../../../fonts/LineaMusic10/linea-music-10.woff") format("woff"), url("../../../fonts/LineaMusic10/linea-music-10.ttf") format("truetype"), url("../../../fonts/LineaMusic10/linea-music-10.svg#linea-music-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "linea-music-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-music-icon"]:before,
[class*=" linea-music-icon"]:before {
  font-family: "linea-music-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linea-music-icon-music-beginning-button:before {
  content: "a";
}
.linea-music-icon-music-bell:before {
  content: "b";
}
.linea-music-icon-music-cd:before {
  content: "c";
}
.linea-music-icon-music-diapason:before {
  content: "d";
}
.linea-music-icon-music-eject-button:before {
  content: "e";
}
.linea-music-icon-music-end-button:before {
  content: "f";
}
.linea-music-icon-music-fastforward-button:before {
  content: "g";
}
.linea-music-icon-music-headphones:before {
  content: "h";
}
.linea-music-icon-music-ipod:before {
  content: "i";
}
.linea-music-icon-music-loudspeaker:before {
  content: "j";
}
.linea-music-icon-music-microphone:before {
  content: "k";
}
.linea-music-icon-music-microphone-old:before {
  content: "l";
}
.linea-music-icon-music-mixer:before {
  content: "m";
}
.linea-music-icon-music-mute:before {
  content: "n";
}
.linea-music-icon-music-note-multiple:before {
  content: "o";
}
.linea-music-icon-music-note-single:before {
  content: "p";
}
.linea-music-icon-music-pause-button:before {
  content: "q";
}
.linea-music-icon-music-play-button:before {
  content: "r";
}
.linea-music-icon-music-playlist:before {
  content: "s";
}
.linea-music-icon-music-radio-ghettoblaster:before {
  content: "t";
}
.linea-music-icon-music-radio-portable:before {
  content: "u";
}
.linea-music-icon-music-record:before {
  content: "v";
}
.linea-music-icon-music-recordplayer:before {
  content: "w";
}
.linea-music-icon-music-repeat-button:before {
  content: "x";
}
.linea-music-icon-music-rewind-button:before {
  content: "y";
}
.linea-music-icon-music-shuffle-button:before {
  content: "z";
}
.linea-music-icon-music-stop-button:before {
  content: "A";
}
.linea-music-icon-music-tape:before {
  content: "B";
}
.linea-music-icon-music-volume-down:before {
  content: "C";
}
.linea-music-icon-music-volume-up:before {
  content: "D";
}
@font-face {
  font-family: "linea-ecommerce-10";
  src: url("../../../fonts/LineaEcommerce/linea-ecommerce-10.eot");
  src: url("../../../fonts/LineaEcommerce/linea-ecommerce-10.eot?#iefix") format("embedded-opentype"), url("../../../fonts/LineaEcommerce/linea-ecommerce-10.woff") format("woff"), url("../../../fonts/LineaEcommerce/linea-ecommerce-10.ttf") format("truetype"), url("../../../fonts/LineaEcommerce/linea-ecommerce-10.svg#linea-ecommerce-10") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="linea-icon-ecommerce-"]:before,
[class*=" linea-icon-ecommerce-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.linea-icon-ecommerce-bag:before {
  content: "a";
}
.linea-icon-ecommerce-bag-check:before {
  content: "b";
}
.linea-icon-ecommerce-bag-cloud:before {
  content: "c";
}
.linea-icon-ecommerce-bag-download:before {
  content: "d";
}
.linea-icon-ecommerce-bag-minus:before {
  content: "e";
}
.linea-icon-ecommerce-bag-plus:before {
  content: "f";
}
.linea-icon-ecommerce-bag-refresh:before {
  content: "g";
}
.linea-icon-ecommerce-bag-remove:before {
  content: "h";
}
.linea-icon-ecommerce-bag-search:before {
  content: "i";
}
.linea-icon-ecommerce-bag-upload:before {
  content: "j";
}
.linea-icon-ecommerce-banknote:before {
  content: "k";
}
.linea-icon-ecommerce-banknotes:before {
  content: "l";
}
.linea-icon-ecommerce-basket:before {
  content: "m";
}
.linea-icon-ecommerce-basket-check:before {
  content: "n";
}
.linea-icon-ecommerce-basket-cloud:before {
  content: "o";
}
.linea-icon-ecommerce-basket-download:before {
  content: "p";
}
.linea-icon-ecommerce-basket-minus:before {
  content: "q";
}
.linea-icon-ecommerce-basket-plus:before {
  content: "r";
}
.linea-icon-ecommerce-basket-refresh:before {
  content: "s";
}
.linea-icon-ecommerce-basket-remove:before {
  content: "t";
}
.linea-icon-ecommerce-basket-search:before {
  content: "u";
}
.linea-icon-ecommerce-basket-upload:before {
  content: "v";
}
.linea-icon-ecommerce-bath:before {
  content: "w";
}
.linea-icon-ecommerce-cart:before {
  content: "x";
}
.linea-icon-ecommerce-cart-check:before {
  content: "y";
}
.linea-icon-ecommerce-cart-cloud:before {
  content: "z";
}
.linea-icon-ecommerce-cart-content:before {
  content: "A";
}
.linea-icon-ecommerce-cart-download:before {
  content: "B";
}
.linea-icon-ecommerce-cart-minus:before {
  content: "C";
}
.linea-icon-ecommerce-cart-plus:before {
  content: "D";
}
.linea-icon-ecommerce-cart-refresh:before {
  content: "E";
}
.linea-icon-ecommerce-cart-remove:before {
  content: "F";
}
.linea-icon-ecommerce-cart-search:before {
  content: "G";
}
.linea-icon-ecommerce-cart-upload:before {
  content: "H";
}
.linea-icon-ecommerce-cent:before {
  content: "I";
}
.linea-icon-ecommerce-colon:before {
  content: "J";
}
.linea-icon-ecommerce-creditcard:before {
  content: "K";
}
.linea-icon-ecommerce-diamond:before {
  content: "L";
}
.linea-icon-ecommerce-dollar:before {
  content: "M";
}
.linea-icon-ecommerce-euro:before {
  content: "N";
}
.linea-icon-ecommerce-franc:before {
  content: "O";
}
.linea-icon-ecommerce-gift:before {
  content: "P";
}
.linea-icon-ecommerce-graph1:before {
  content: "Q";
}
.linea-icon-ecommerce-graph2:before {
  content: "R";
}
.linea-icon-ecommerce-graph3:before {
  content: "S";
}
.linea-icon-ecommerce-graph-decrease:before {
  content: "T";
}
.linea-icon-ecommerce-graph-increase:before {
  content: "U";
}
.linea-icon-ecommerce-guarani:before {
  content: "V";
}
.linea-icon-ecommerce-kips:before {
  content: "W";
}
.linea-icon-ecommerce-lira:before {
  content: "X";
}
.linea-icon-ecommerce-megaphone:before {
  content: "Y";
}
.linea-icon-ecommerce-money:before {
  content: "Z";
}
.linea-icon-ecommerce-naira:before {
  content: "0";
}
.linea-icon-ecommerce-pesos:before {
  content: "1";
}
.linea-icon-ecommerce-pound:before {
  content: "2";
}
.linea-icon-ecommerce-receipt:before {
  content: "3";
}
.linea-icon-ecommerce-receipt-bath:before {
  content: "4";
}
.linea-icon-ecommerce-receipt-cent:before {
  content: "5";
}
.linea-icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.linea-icon-ecommerce-receipt-euro:before {
  content: "7";
}
.linea-icon-ecommerce-receipt-franc:before {
  content: "8";
}
.linea-icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.linea-icon-ecommerce-receipt-kips:before {
  content: "!";
}
.linea-icon-ecommerce-receipt-lira:before {
  content: "\"";
}
.linea-icon-ecommerce-receipt-naira:before {
  content: "#";
}
.linea-icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.linea-icon-ecommerce-receipt-pound:before {
  content: "%";
}
.linea-icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.linea-icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.linea-icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.linea-icon-ecommerce-receipt-won:before {
  content: ")";
}
.linea-icon-ecommerce-receipt-yen:before {
  content: "*";
}
.linea-icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.linea-icon-ecommerce-recept-colon:before {
  content: ",";
}
.linea-icon-ecommerce-rublo:before {
  content: "-";
}
.linea-icon-ecommerce-rupee:before {
  content: ".";
}
.linea-icon-ecommerce-safe:before {
  content: "/";
}
.linea-icon-ecommerce-sale:before {
  content: ":";
}
.linea-icon-ecommerce-sales:before {
  content: ";";
}
.linea-icon-ecommerce-ticket:before {
  content: "<";
}
.linea-icon-ecommerce-tugriks:before {
  content: "=";
}
.linea-icon-ecommerce-wallet:before {
  content: ">";
}
.linea-icon-ecommerce-won:before {
  content: "?";
}
.linea-icon-ecommerce-yen:before {
  content: "@";
}
.linea-icon-ecommerce-yen2:before {
  content: "[";
}
.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;
  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: #fff;
  border-color: #ccc;
  color: #333;
}
.counter {
  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 #ddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  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;
}
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  text-decoration: none !important;
  outline: none !important;
}
p {
  font-size: 14px;
  font-weight: 300;
  color: #7c7c7c;
  line-height: 1.7em;
  letter-spacing: 0.3px;
}
.tz-table-cell {
  display: table-cell;
}
.tz-table-cell.middle {
  vertical-align: middle;
}
blockquote {
  background: #252525;
  color: #ffffff;
  font-size: 18px;
  padding: 30px 35px;
  border: none;
  font-style: italic;
  line-height: 1.65em;
  margin: 35px 0;
}
blockquote em {
  display: block;
  font-size: 13px;
  line-height: 1.3em;
  margin-top: 10px;
  letter-spacing: 1px;
  font-style: normal;
}
blockquote:after,
blockquote:before {
  font-family: FontAwesome;
  display: block;
  color: #daae81;
  font-size: 26px;
  font-style: normal;
  line-height: 1.6em;
}
blockquote:before {
  content: '\f10d';
  margin-bottom: 10px;
}
blockquote:after {
  content: '\f10e';
  text-align: right;
  margin-top: 10px;
}
.form-group {
  margin-bottom: 20px;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
.framework-logo {
  padding: 10px 0 30px;
}
/* Logo */
.tz-logo-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 4;
}
.tz-logo-fixed #tzlogo {
  text-align: center;
  display: block;
}
.tz-logo-fixed #tzlogo img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: auto;
  top: 0;
  position: relative;
}
.tz-logo-fixed.tz-fixed #tzlogo img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  top: -10px;
}
/*End Logo*/
.tz-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.tz-header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background: transparent;
}
.tz-header.tz-fixed {
  background: #120d14;
}
.tz-header.tz-fixed .btn-menu-custom {
  padding: 18px 10px;
}
.tz-header.tz-fixed .k2SearchBlock.tz_search_top {
  padding: 35px 0 0;
}
.block-button-action {
  position: fixed;
  top: 20px;
  right: 20px;
}
.block-button-action a {
  font-size: 24px;
  color: #ffffff;
}
.block-button-action a:hover {
  color: #eed5b2;
}
.btn-menu-custom {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 10px;
  padding: 28px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-menu-custom:focus,
.btn-menu-custom:hover {
  color: #eed5b2;
  outline-style: none;
}
.btn-menu-custom:focus .bar1,
.btn-menu-custom:hover .bar1,
.btn-menu-custom:focus .bar2,
.btn-menu-custom:hover .bar2,
.btn-menu-custom:focus .bar3,
.btn-menu-custom:hover .bar3 {
  background: #eed5b2;
}
.btn-menu-custom:focus .bar1,
.btn-menu-custom:hover .bar1 {
  width: 29px;
}
.btn-menu-custom:focus .bar2,
.btn-menu-custom:hover .bar2 {
  width: 25px;
}
.btn-menu-custom:focus .bar3,
.btn-menu-custom:hover .bar3 {
  width: 33px;
}
.btn-menu-custom .bar1,
.btn-menu-custom .bar2,
.btn-menu-custom .bar3 {
  height: 1px;
  background: #ffffff;
  display: block;
  margin: 0 0 8px 0;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.btn-menu-custom .bar1 {
  width: 21px;
}
.btn-menu-custom .bar2 {
  width: 33px;
}
.btn-menu-custom .bar3 {
  width: 25px;
}
.btn-menu-custom.active {
  cursor: default;
}
.tz-menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 4;
  visibility: hidden;
  background: #120d14;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-menu-fixed.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
  padding: 21px 25px !important;
}
.tz-menu-fixed > div {
  width: 100%;
  padding: 0;
}
.tz-menu-fixed.active {
  visibility: visible;
  opacity: 1;
}
.tz-menu-fixed.tz-full {
  bottom: 0;
}
.tz-menu-fixed.tz-full .menu__wrap li {
  padding: 0 35px;
}
.tz-menu-fixed.tz-full .menu__wrap li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 36px;
  padding: 0;
  letter-spacing: 6px;
  color: #ffffff;
  display: inline-block;
}
.tz-menu-fixed.tz-full .menu__wrap li:hover a,
.tz-menu-fixed.tz-full .menu__wrap li:focus a,
.tz-menu-fixed.tz-full .menu__wrap li.current a,
.tz-menu-fixed.tz-full .menu__wrap li.active a {
  color: #eed5b2;
}
.btn-close-menu-custom {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  color: #ffffff;
  font-size: 60px;
}
.btn-close-menu-custom:hover {
  color: #eed5b2;
}
/* Menu styles 3 */
.menu {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.menu__wrap {
  position: relative;
}
.menu__level {
  position: absolute;
  top: 50%;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.menu__level.main-menu {
  position: relative;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.menu__level li {
  display: inline-block;
}
.active .menu__level--current {
  visibility: visible;
}
.menu__link {
  position: relative;
  display: block;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
[class^='animate-'],
[class*=' animate-'] {
  visibility: visible;
}
.animate-outToRight .menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate-outToLeft .menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate-inFromLeft .menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate-inFromRight .menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
}
@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.menu__breadcrumbs {
  font-size: 14px;
  position: relative;
  padding: 0 0 35px 0;
  font-weight: 700;
}
.menu__breadcrumbs a {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ffffff;
}
.menu__breadcrumbs a:last-child {
  pointer-events: none;
}
.menu__breadcrumbs a:hover {
  color: #daae81;
}
.menu__breadcrumbs a:not(:last-child)::after {
  content: '\e068';
  font-family: "linea-arrows-10";
  display: inline-block;
  padding: 0 10px;
  color: #868686;
  line-height: 1;
  position: relative;
  top: 2px;
}
.menu__back {
  font-size: 1.05em;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 2.25em;
  margin: 0;
  padding: 1.365em 0.65em 0 0;
  cursor: pointer;
  color: #2a2b30;
  border: none;
  background: none;
}
.menu__back--hidden {
  pointer-events: none;
  opacity: 0;
}
.menu__back:hover,
.menu__back:focus {
  color: #fff;
  outline: none;
}
/* End Menu Style 3*/
/* Menu Style 2*/
.tz_menu_style2 .tz-menu-fixed {
  z-index: 10000;
}
.tz_menu_style2 #plazart-mainnav {
  display: block;
  margin: auto 0;
  height: auto;
  padding: 0;
  background: #120d14;
  border: none;
  min-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tz_menu_style2 #plazart-mainnav a {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
}
.tz_menu_style2 #plazart-mainnav .btn-menu-custom {
  position: absolute;
  left: 25px;
  top: 50%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 10px;
  text-align: left;
  letter-spacing: 0;
}
.tz_menu_style2 #plazart-mainnav .btn-menu-custom:hover,
.tz_menu_style2 #plazart-mainnav .btn-menu-custom:focus {
  color: #eed5b2;
}
.tz_menu_style2 #plazart-mainnav .navbar-inner .btn-menu-custom {
  display: none;
}
.tz_menu_style2 #plazart-mainnav .tz-close-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 36px;
  line-height: 15px;
  right: 25px;
}
.tz_menu_style2 #plazart-mainnav .tz-close-menu:hover,
.tz_menu_style2 #plazart-mainnav .tz-close-menu:focus {
  color: #eed5b2;
}
.tz_menu_style2 #plazart-mainnav .nav-collapse {
  padding: 0;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu .caret {
  display: none;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu:after {
  display: block;
  content: '';
  clear: both;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 {
  width: 100%;
  text-align: center;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 > li {
  float: none;
  display: inline-block;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul > li > a:hover,
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul > li > a:focus,
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul > li.current > a,
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul > li.active > a,
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul > li.open > a {
  color: #eed5b2;
  background: transparent;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 > li:last-child > a {
  padding-right: 20px;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
  padding-right: 25px;
  padding-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.5em;
}
.tz_menu_style2 .tz-close-menu,
.tz_menu_style2 .btn-menu-custom {
  display: block;
}
/* End Menu Style 2 */
/*--------------------*/
/* Menu Style 1 */
.tz_menu_style1 .tz-header {
  padding: 0 20px;
}
.tz_menu_style1 .tz-header.tz-fixed #tzlogo {
  padding: 28px 0;
}
.tz_menu_style1 .tz-header.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
  padding: 20px 18px !important;
}
.tz_menu_style1 .k2SearchBlock.tz_search_top {
  padding: 45px 0 0;
}
.tz_menu_style1 #tzlogo {
  padding: 33px 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz_menu_style1 #tzlogo img {
  max-width: 100%;
}
.tz_menu_style1 #plazart-mainnav {
  margin: 0;
  border: none;
}
.tz_menu_style1 #plazart-mainnav .navbar-collapse {
  padding: 0;
}
.tz_menu_style1 #plazart-mainnav a {
  font-size: 20px;
  background: transparent !important;
  color: #ffffff;
  letter-spacing: 1px;
}
.tz_menu_style1 #plazart-mainnav .level0 {
  display: block;
  float: none;
  position: relative;
  top: 22px;
}
.tz_menu_style1 #plazart-mainnav .level0 > li {
  display: inline-block;
  float: none;
}
.tz_menu_style1 #plazart-mainnav .level0 > li.active > a,
.tz_menu_style1 #plazart-mainnav .level0 > li.current > a {
  color: #eed5b2;
}
.tz_menu_style1 #plazart-mainnav .level0 > li > a {
  padding: 35px 18px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz_menu_style1 #plazart-mainnav .caret {
  display: none;
}
/* End Menu Style 1*/
.tz_menu_style2 #plazart-mainnav .tz-close-menu,
.tz_menu_style3 #plazart-mainnav .tz-close-menu,
.tz_menu_style2 #plazart-mainnav .btn-menu-custom,
.tz_menu_style3 #plazart-mainnav .btn-menu-custom {
  display: block;
}
#plazart-mainnav .tz-close-menu,
#plazart-mainnav .btn-menu-custom {
  display: none;
}
#plazart-mainnav .dropdown-menu a {
  font-size: 18px;
  padding: 18px 0 4px;
}
#plazart-mainnav .dropdown-menu a:after {
  content: none;
}
#plazart-mainnav .mega-inner {
  padding: 0 15px 14px;
}
#plazart-mainnav .dropdown-menu {
  background: #120d14;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
#plazart-mainnav ul > li > a:hover,
#plazart-mainnav ul > li > a:focus,
#plazart-mainnav ul > li.current > a,
#plazart-mainnav ul > li.active > a,
#plazart-mainnav ul > li.open > a {
  color: #eed5b2;
  background: transparent;
}
.tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 > li,
.tz_menu_style1 #plazart-mainnav .level0 > li {
  display: inline-block !important;
}
/* Mod K2 Search */
.tz_search_top {
  display: inline-block;
}
.k2SearchBlock.tz_search_top {
  padding-top: 28px;
  position: relative;
  margin-right: 10px;
  padding-bottom: 34px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.k2SearchBlock.tz_search_top .tz_icon_search {
  display: block;
}
.k2SearchBlock.tz_search_top .tz_icon_search i {
  color: #ffffff;
  font-size: 24px;
}
.k2SearchBlock.tz_search_top .k2SearchBlockForm {
  position: absolute;
  top: 120%;
  opacity: 0;
  visibility: hidden;
  min-width: 300px;
  right: 0;
  left: auto;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  border-top: 3px solid #eed5b2;
}
.k2SearchBlock.tz_search_top .k2SearchBlockForm input[type="text"] {
  width: 100%;
  padding: 10px 20px;
  border: none;
  color: #888888;
}
.k2SearchBlock.tz_search_top .k2SearchBlockForm.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
/* End Mod K2 Search */
.btn-action-fixed {
  z-index: 2;
}
.tz-close-menu {
  right: 30px;
  top: 26px;
  font-size: 36px;
  color: #ffffff;
  cursor: pointer;
  position: fixed;
}
.tz-close-menu:hover {
  color: #daae81;
}
/* Breadcrumbs */
.tz-block-breadcrumbs {
  padding: 168px 0 127px;
}
.tz-breadcrumbs h2.tz-last-item {
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 10px;
  margin: 0 0 25px;
}
.tz-breadcrumbs h2.tz-last-item span {
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.tz-breadcrumbs h2.tz-last-item span:after {
  content: '';
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #eed5b2;
}
.tz-breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.tz-breadcrumbs ul li {
  display: inline-block;
  position: relative;
}
.tz-breadcrumbs ul li:after {
  content: '//';
  color: #e2bc93;
  font-weight: 300;
}
.tz-breadcrumbs ul li:last-child:after {
  content: none;
}
.tz-breadcrumbs ul li a,
.tz-breadcrumbs ul li span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 300;
  margin: 0 1px;
}
/* End Breadcrumbs */
.tz-body-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-body-fixed > * {
  height: 100% !important;
  max-width: 100% !important;
}
.tz-body-fixed .tz-thumb {
  position: absolute;
  bottom: 25px;
  z-index: 1;
  width: 100%;
}
.tz-body-fixed ul {
  padding: 0;
  list-style: none;
}
.tz-thumb .ei-slider-thumbs {
  height: auto;
}
.tz-thumb .ei-slider-thumbs:after {
  clear: both;
  display: block;
  content: '';
}
.tz-thumb .ei-slider-thumbs li {
  height: auto !important;
  position: relative;
}
.tz-thumb .ei-slider-thumbs li:last-child:after {
  content: none;
}
.tz-thumb .ei-slider-thumbs li:after {
  content: '.............................................................................';
  position: absolute;
  top: -7px;
  left: 0;
  width: 100%;
  height: 20px;
  color: #ffffff;
  overflow: hidden;
  letter-spacing: 12px;
  font-size: 18px;
  z-index: -1;
}
.tz-thumb .ei-slider-thumbs li.ei-slider-element {
  max-width: none !important;
  text-indent: 0;
  height: 5px !important;
  background: #daae81;
  top: 8px;
  left: 5px !important;
  z-index: 0;
}
.tz-thumb .ei-slider-thumbs li.ei-slider-element:after {
  content: none;
}
.tz-thumb .ei-slider-thumbs li:hover img {
  bottom: 25px;
  visibility: visible;
  opacity: 1;
}
.tz-thumb .ei-slider-thumbs li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: 0;
  width: 10px;
  height: 9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  display: inline-block;
  background: #ffffff;
}
.tz-thumb .ei-slider-thumbs li a.tz_ei-background {
  background: #daae81;
}
.tz-thumb .ei-slider-thumbs li img {
  left: 0;
  width: 200px;
  margin-left: -100px;
  max-width: none;
  border: 1px solid #eed5b2;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.ei-slider .ei-slider-large {
  z-index: 1;
}
.ei-slider .ei-slider-large li > * {
  z-index: 1;
}
.ei-slider .ei-slider-large li:after {
  background: rgba(18, 13, 20, 0.7);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ei-slider .tz-info {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0 20%;
}
.ei-slider .tz-title {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.ei-slider .tz-title:after {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 100%;
  left: 0;
  height: 5px;
  background: #eed5b2;
}
.ei-slider .text-style-1 {
  color: #ffffff;
  font-size: 72px;
  letter-spacing: 15px;
  line-height: 1.5em;
  padding-top: 4px;
  margin-bottom: 0;
}
.ei-slider .text-style-2 {
  color: #ffffff;
  padding: 0 18%;
  line-height: 1.9em;
  margin-bottom: 50px;
}
.ei-slider .tz-btn {
  text-transform: uppercase;
  font-size: 16px;
  padding: 12px 40px 9px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ei-slider .tz-btn.tz-style-2:hover {
  background: #eed5b2;
  color: #222222;
}
.ei-slider .tz-btn.tz-style-1:hover {
  border-color: #eed5b2;
  color: #ffffff;
  background: #eed5b2;
}
.tz-footer-fixed .tz-copyright {
  position: fixed;
  bottom: 22px;
}
.tz-footer-fixed .tz-social-network {
  position: fixed;
  bottom: 20px;
}
.tz-footer-fixed .tz-copyright {
  left: 30px;
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
}
.tz-footer-fixed .tz-social-network {
  right: 30px;
}
.tz-copyright,
.tz-social-network {
  margin: 0;
}
.tz-copyright {
  color: #e1e1e1;
  font-family: BebasNeueLight, Arial, sans-serif;
  letter-spacing: 2px;
}
.tz-social-network a {
  color: #ffffff;
  margin: 0 10px;
  font-size: 16px;
}
.tz-social-network a:hover {
  color: #daae81;
}
.tz-btn {
  padding: 12px 40px;
  letter-spacing: 3px;
  line-height: 1.5em;
  display: inline-block;
}
.tz-btn.tz-style-1 {
  background: #eed5b2;
  color: #100913;
  border: 2px solid #eed5b2;
}
.tz-btn.tz-style-2 {
  background: transparent;
  color: #eed5b2;
  border: 2px solid #eed5b2;
}
.tz-btn.tz-radius {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.tz-btn.tz-radius-left {
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}
.tz-btn.tz-radius-right {
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
#jumpto .chzn-container {
  width: auto !important;
}
#jevents_body #jumpto form button {
  padding: 2px 10px;
  background: #daae81;
  color: #222222;
  font-weight: 300;
  border: 1px solid #daae81;
}
.ev_fieldset {
  font-size: 100%;
  font-weight: normal;
  padding-bottom: 15px;
  margin: 0;
}
.jev_catdesc {
  padding-bottom: 15px;
}
.jev_pagination {
  padding-top: 30px;
  padding-bottom: 30px;
}
.jev_pagination form br {
  display: none;
}
.jev_pagination form input {
  border: 1px solid #ededed;
  color: #666666;
  padding: 5px 10px;
}
.jev_pagination form input.button {
  background: #daae81;
  color: #ffffff;
  border: 1px solid #daae81;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jev_pagination form input.button:hover {
  background: #eed5b2;
  border-color: #daae81;
}
.jev_pagination form input.inputbox {
  width: 100%;
  margin-bottom: 15px;
}
.jev_pagination form input,
.jev_pagination form label {
  margin: 0 3px;
}
.ev_adminpanel .nav_bar_cell {
  padding: 15px;
}
.ev_adminpanel form > div {
  float: none !important;
  display: block;
}
.ev_adminpanel .chzn-container {
  margin-left: 15px;
  display: inline-block;
  float: none !important;
  padding: 0;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.ev_adminpanel input[type="button"] {
  background: #daae81;
  color: #ffffff;
  border: 1px solid #daae81;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 10px;
}
.ev_adminpanel input[type="button"]:hover {
  background: #eed5b2;
  border-color: #daae81;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  float: none;
  border: none;
  padding: 0;
  letter-spacing: 0.3px;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames .chzn-container {
  background: #ffffff !important;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames .chzn-container .chzn-results li {
  border: none;
  padding: 0 0 5px;
}
#jevents_body #jev_maincal.jev_listview .jev_daysnames .chzn-container .chzn-results li.highlighted,
#jevents_body #jev_maincal.jev_listview .jev_daysnames .chzn-container .chzn-results li:hover {
  color: #eed5b2;
}
.jeventpage .tz_image {
  min-height: 60px;
}
.jeventpage .tz_main_content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.jeventpage .tz_main_content .tz_header_content {
  border: 5px solid #eed5b2;
  background: #ffffff;
  margin-top: -60px;
  position: relative;
  display: block;
  padding: 26px 25px 28px;
}
.jeventpage .tz_main_content .tz_muted {
  color: #daae81;
}
.jeventpage .tz_main_content .tz_muted span,
.jeventpage .tz_main_content .tz_muted a {
  color: #c2c2c2;
}
.jeventpage .tz_main_content .tz_muted:after {
  content: '';
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c2c2c2;
  display: inline-block;
  margin: 2px 10px;
}
.jeventpage .tz_main_content .tz_muted:last-child:after {
  content: none;
}
.jeventpage .tz_body_content {
  padding-top: 25px;
}
.jeventpage .tz_body_content .jev_evdt_desc {
  color: #505050;
  line-height: 1.9em;
  font-weight: 300;
}
.jeventpage .jev_evdt_location {
  color: #eed5b2;
  margin-bottom: 12px;
}
.jeventpage .tz_image img {
  width: 100%;
}
.jeventpage .jev_evdt_title h3 {
  color: #120d14;
  margin: 0 0 13px;
  letter-spacing: 3px;
}
.jeventpage .box-detail {
  margin-bottom: 55px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.jeventpage .box-detail .tz-content-box {
  background: #ffffff;
  padding: 22px 30px;
}
.jeventpage .box-detail .tz-title-box {
  background: #eed5b2;
  display: block;
  color: #ffffff;
  margin: 0;
  padding: 12px 30px;
  letter-spacing: 1px;
}
.jeventpage .box-detail .tz-row {
  color: #505050;
  font-weight: 300;
  margin-bottom: 23px;
}
.jeventpage .box-detail .tz-row:last-child {
  margin-bottom: 0;
}
.jeventpage .box-detail .tz-row a {
  color: #daae81;
}
.jeventpage .box-detail .tz-row .tz-label {
  display: block;
  font-size: 18px;
  color: #888888;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
#jevents ul.actions {
  margin-top: 20px !important;
}
#jevents ul.actions a {
  display: block;
}
#jevents ul.actions a span {
  background: #505050;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 20px;
  display: block;
}
#jevents #jevents_header .contentheading {
  display: inline-block;
}
#jevents .tz-jev-header {
  margin-bottom: 41px;
}
#jevents .tz-jev-header .time {
  display: block;
  font-family: BebasNeueBold, Arial, sans-serif;
  font-weight: normal;
  color: #959595;
  font-size: 18px;
  letter-spacing: 2px;
}
#jevents .tz-jev-header .ev_fieldset {
  font-size: 48px;
  color: #464646;
  font-family: BebasNeueBold, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 5px;
  margin-bottom: 5px;
}
#jevents_body {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 20px;
}
#jevents_body .jev_header2 {
  height: auto;
}
#jevents_body .jev_header2 > * {
  display: table-cell;
  vertical-align: middle;
  height: auto;
  float: none;
}
#jevents_body .jev_header2:after {
  display: block;
  clear: both;
  content: '';
}
#jevents_body .jev_toprow {
  margin-bottom: 35px;
}
#jevents_body .jev_toprow div.previousmonth,
#jevents_body .jev_toprow div.nextmonth {
  background: transparent !important;
  padding: 15px 0;
  min-width: 250px;
}
#jevents_body .jev_toprow div.previousmonth a,
#jevents_body .jev_toprow div.nextmonth a {
  background: none !important;
  color: #c2c2c2 !important;
  font-size: 17px;
  padding: 0;
  letter-spacing: 1px;
}
#jevents_body .jev_toprow div.previousmonth a:hover,
#jevents_body .jev_toprow div.nextmonth a:hover {
  color: #daae81 !important;
}
#jevents_body .jev_toprow div.previousmonth a:before,
#jevents_body .jev_toprow div.nextmonth a:before,
#jevents_body .jev_toprow div.previousmonth a:after,
#jevents_body .jev_toprow div.nextmonth a:after {
  font-family: linea-arrows-10;
  position: relative;
  top: 7px;
  font-size: 26px;
}
#jevents_body .jev_toprow div.currentmonth {
  color: #464646 !important;
  font-size: 48px;
  width: 100%;
  font-weight: normal;
  letter-spacing: 5px;
}
#jevents_body .jev_toprow div.previousmonth {
  text-align: left !important;
}
#jevents_body .jev_toprow div.previousmonth a:before {
  content: '\e00f';
  margin-right: 10px;
}
#jevents_body .jev_toprow div.nextmonth {
  text-align: right !important;
}
#jevents_body .jev_toprow div.nextmonth a:after {
  content: '\e00b';
  margin-left: 10px;
}
#jevents_body .jev_toprow div.previousmonth,
#jevents_body .jev_toprow div.nextmonth,
#jevents_body .jev_toprow div.currentmonth {
  border: none;
  line-height: 1.5em;
  margin: 0;
}
#jevents_body .cal_top_day_names .cal_daysnames {
  background: #daae81;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1.65em;
  padding: 15px 20px;
  border-right: 1px solid #ffffff;
}
#jevents_body .cal_top_day_names .cal_daysnames * {
  color: #ffffff;
}
#jevents_body .cal_top_day_names .cal_daysnames:last-child {
  border: none;
}
#jevents_body .cal_table {
  border: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
#jevents_body .cal_table .cal_cell_rows td {
  padding: 0;
  border-right: 1px solid #F9F9F9;
  height: auto;
  position: relative;
  background: transparent;
}
#jevents_body .cal_table .cal_cell_rows td:last-child {
  border: none;
}
#jevents_body .cal_table .cal_cell_rows td.cal_daysoutofmonth {
  background: #f8f8f8;
}
#jevents_body .cal_table .cal_cell_rows td.cal_daysoutofmonth .cal_daylink {
  color: #e1e1e1;
}
#jevents_body .cal_table .cal_cell_rows td .cal_daylink {
  display: block;
  background: #f4f4f4;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 5px 20px;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#jevents_body .cal_table .cal_cell_rows td.showjevadd .cal_daylink,
#jevents_body .cal_table .cal_cell_rows td.cal_today .cal_daylink {
  color: #ffffff;
  background: #daae81;
}
#jevents_body .cal_table .cal_cell_rows td.showjevadd .event_body,
#jevents_body .cal_table .cal_cell_rows td.cal_today .event_body {
  border-color: #daae81;
}
#jevents_body .cal_table .cal_cell_rows td.showjevadd .line-bottom,
#jevents_body .cal_table .cal_cell_rows td.cal_today .line-bottom,
#jevents_body .cal_table .cal_cell_rows td.showjevadd:before,
#jevents_body .cal_table .cal_cell_rows td.cal_today:before,
#jevents_body .cal_table .cal_cell_rows td.showjevadd:after,
#jevents_body .cal_table .cal_cell_rows td.cal_today:after {
  background: #daae81;
}
#jevents_body .cal_table .cal_cell_rows td .event_body {
  min-height: 125px;
  padding: 20px;
}
#jevents_body .cal_table .cal_cell_rows td .event_body > * {
  margin: 0 0 5px;
}
#jevents_body .cal_table .cal_cell_rows td:after {
  content: '';
  width: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#jevents_body .cal_table .cal_cell_rows td:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#jevents_body .cal_table .cal_cell_rows td .line-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  height: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#jevents_body .month_cell_st {
  border-width: 0 0 1px 0 !important;
  border-color: #f4f4f4 !important;
  border-style: solid;
  background: transparent;
}
#jevents_body .month_cell_st a.cal_titlelink {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  margin-bottom: 7px;
  letter-spacing: 0.3px;
}
#jevents_body .month_cell_st a.cal_titlelink:hover {
  background: transparent;
}
#jevents_body .new-navigation {
  width: 100%;
}
#jevents_body .new-navigation .nav-items {
  width: auto;
}
#jevents_body .new-navigation .nav-items > div {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#jevents_body .new-navigation .nav-items > div.active > a {
  border: 1px solid #daae81;
  background: transparent;
  color: #daae81;
}
#jevents_body .new-navigation .nav-items > div > a {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #daae81;
  background: #daae81;
  font-size: 13px;
  font-weight: normal;
  padding: 10px 20px;
  letter-spacing: 1px;
  margin: 0 5px;
  color: #ffffff;
  text-transform: uppercase;
}
#jevents_body .new-navigation .nav-items > div > a:hover {
  border: 1px solid #daae81;
  background: transparent;
  color: #daae81;
}
#jevents_body .new-navigation #nav-search {
  float: none;
}
#jevents_body .new-navigation #nav-search a {
  padding: 10px 20px;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #daae81;
  color: #ffffff;
  border: 1px solid #daae81;
}
#jevents_body .new-navigation #nav-search a:after {
  content: '\f002';
  font-family: FontAwesome;
}
#jevents_body .new-navigation #nav-search a:hover:after {
  border: 1px solid #daae81;
  background: transparent;
  color: #daae81;
}
#jevents_body .new-navigation #nav-search a img {
  display: none;
}
#jevents_body .month_date {
  min-width: 250px;
  width: auto;
  padding-left: 0;
}
#jevents_body .new-navigation,
#jevents_body .month_date {
  display: block;
  padding-bottom: 20px;
}
#jevents_body .popover {
  border-width: 0 0 3px 0;
  border-color: #daae81;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px;
  max-width: 600px;
  min-width: 330px;
}
#jevents_body .popover .popover-title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: none;
}
#jevents_body .popover .jevtt_title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent !important;
  font-weight: normal;
  color: #636363 !important;
  font-size: 21px;
  padding: 0;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
#jevents_body .popover .popover-content {
  padding: 0;
}
#jevents_body .popover .jevtt_text .fwb {
  display: block;
}
#jevents_body .popover .jevtt_text p {
  color: #959595;
}
#jevents_body .popover .infoTop {
  font-size: 13px;
  color: #daae81;
  font-weight: 300;
  margin-bottom: 10px;
}
#jevents_body .popover .infoTop em {
  color: #c2c2c2;
  font-style: normal;
}
#jevents_body .popover .infoTop > span:first-child:after {
  content: '\f111';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 5px;
  position: relative;
  margin: 0 7px;
  top: -3px;
}
#jevents_body .popover.top {
  margin-top: -15px;
}
#jevents_body .popover.top > .arrow {
  border-top-color: #daae81;
}
#jevents_body .popover.top > .arrow:after {
  border-top-color: #daae81;
}
#jevents_body .nav-tabs {
  background: #ffffff;
  border-bottom: 5px solid #daae81;
}
#jevents_body .nav-tabs > li {
  margin: 0;
}
#jevents_body .nav-tabs > li:hover a,
#jevents_body .nav-tabs > li.open a {
  background: #f9f9f9;
}
#jevents_body .nav-tabs > li:hover a:before,
#jevents_body .nav-tabs > li.open a:before {
  background: #daae81;
}
#jevents_body .nav-tabs > li.active a {
  background: #daae81;
  color: #ffffff;
}
#jevents_body .nav-tabs > li.active a .event,
#jevents_body .nav-tabs > li.active a .events {
  color: #ffffff;
}
#jevents_body .nav-tabs > li.active h4 {
  color: #ffffff;
}
#jevents_body .nav-tabs > li.active em {
  color: #ffffff;
}
#jevents_body .nav-tabs > li > a {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  font-weight: 300;
  padding: 17px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#jevents_body .nav-tabs > li > a:before {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  top: -3px;
  content: '';
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#jevents_body .nav-tabs > li > a .event {
  color: #c2c2c2;
}
#jevents_body .nav-tabs > li > a .events {
  color: #daae81;
}
#jevents_body .nav-tabs > li > a h4 {
  letter-spacing: 2px;
  color: #888888;
  margin-top: 5px;
  margin-bottom: 5px;
}
#jevents_body .nav-tabs > li > a em {
  font-weight: 300;
  font-style: normal;
  color: #959595;
}
#jevents_body .jev_listview ul.ev_ul,
#jevents_body .tab-content ul.ev_ul {
  margin: 0;
}
#jevents_body .jev_listview ul.ev_ul li,
#jevents_body .tab-content ul.ev_ul li {
  background: #ffffff;
}
#jevents_body .jev_listview ul.ev_ul .b0,
#jevents_body .tab-content ul.ev_ul .b0 {
  padding: 25px;
  color: #959595;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li,
#jevents_body .tab-content ul.ev_ul li.ev_td_li {
  padding: 23px 0 28px;
  border-width: 0 0 1px 0 !important;
  border-style: solid;
  border-color: #ebebeb !important;
  margin: 0;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li:hover .text-style-1,
#jevents_body .tab-content ul.ev_ul li.ev_td_li:hover .text-style-1 {
  color: #daae81;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li .ev_link_cat:hover,
#jevents_body .tab-content ul.ev_ul li.ev_td_li .ev_link_cat:hover {
  color: #eed5b2;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li .text-style-1,
#jevents_body .tab-content ul.ev_ul li.ev_td_li .text-style-1 {
  font-family: BebasNeueBold, Arial, sans-serif;
  color: #888888;
  font-size: 21px;
  letter-spacing: 3px;
  font-weight: normal;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li .text-style-1 a,
#jevents_body .tab-content ul.ev_ul li.ev_td_li .text-style-1 a {
  font-size: 21px;
  color: #888888;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li .text-style-1 a:hover,
#jevents_body .tab-content ul.ev_ul li.ev_td_li .text-style-1 a:hover {
  color: #eed5b2;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li p,
#jevents_body .tab-content ul.ev_ul li.ev_td_li p {
  margin-bottom: 0;
  margin-top: 6px;
  line-height: 1.6em;
  color: #505050;
  letter-spacing: 0.3px;
  font-size: 13px;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li .time,
#jevents_body .tab-content ul.ev_ul li.ev_td_li .time {
  display: block;
  padding-left: 20px;
  font-size: 12px;
  color: #888888;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.3px;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li .time em,
#jevents_body .tab-content ul.ev_ul li.ev_td_li .time em {
  font-style: normal;
  color: #eed5b2;
  text-transform: lowercase;
}
#jevents_body .jev_listview ul.ev_ul li.ev_td_li i,
#jevents_body .tab-content ul.ev_ul li.ev_td_li i {
  color: #c2c2c2;
  font-size: 20px;
}
#jevents_body .jev_listview ul.ev_ul .tz-table-cell,
#jevents_body .tab-content ul.ev_ul .tz-table-cell {
  vertical-align: middle;
}
#jevents_body .jev_listview ul.ev_ul .tz-table-cell.col_left,
#jevents_body .tab-content ul.ev_ul .tz-table-cell.col_left {
  min-width: 170px;
  padding-left: 20px;
}
#jevents_body .jev_listview ul.ev_ul .tz-table-cell.col_center,
#jevents_body .tab-content ul.ev_ul .tz-table-cell.col_center {
  min-width: 100%;
}
#jevents_body .jev_listview ul.ev_ul .tz-table-cell.col_right,
#jevents_body .tab-content ul.ev_ul .tz-table-cell.col_right {
  min-width: 200px;
}
#jevents_body #jev_maincal {
  background: none;
  border: none;
  margin: 0;
}
#jevents_body #jev_maincal .jev_listrow {
  border: none;
  float: none;
  margin: 0;
}
.view-day #jevents_body .jev_toprow div.currentmonth {
  font-size: 42px;
}
.view-day #jevents_body .jev_toprow {
  margin-bottom: 20px;
}
.view-day #jevents_body .new-navigation {
  display: block;
  margin: 0;
  text-align: center;
}
.jevfilterlist {
  padding: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.jevfilterlist li {
  background: #ffffff;
}
.jevfilterlist li .tz-title,
.jevfilterlist li label {
  background: #edd5b2;
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 2px;
}
.jevfilterlist li .tz-title {
  padding: 8px 10px 8px 25px;
}
.jevfilterlist li .jevfilterinput {
  padding: 30px;
}
.jevfilterlist li .jevfilterinput .evsearch {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
  padding: 10px 20px;
  font-size: 12px;
  color: #888888;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  border: 1px solid #daae81;
}
.jevfilterlist li.action .jevfilterinput {
  padding: 0;
}
.jevfilterlist li.action .jevfilterinput:first-child {
  margin-bottom: 1px;
}
.jevfilterlist li.action .jevfilterinput input {
  line-height: 1.5em;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c7c7c7;
  background: #c7c7c7;
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  padding: 10px 30px;
}
.jevfilterlist .chzn-container {
  width: 100% !important;
}
.chzn-container.chzn-container-single .chzn-single {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  border-color: #daae81;
  font-weight: 300;
  padding-left: 15px;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-single {
  background: none;
  border-color: #daae81;
}
.chzn-container div.chzn-drop {
  border-color: #daae81;
}
.chzn-container div.chzn-drop .chzn-results {
  padding: 0 10px;
}
.chzn-container div.chzn-drop .chzn-results li.highlighted {
  background: #daae81;
  color: #ffffff;
}
.social_footer {
  padding-bottom: 20px;
  padding-top: 30px;
}
.social_footer a {
  margin: 0 12px;
  display: inline-block;
}
.social_footer i {
  color: #ffffff;
  font-size: 30px;
}
.copyright_footer {
  color: #e7e7e7;
  font-size: 17px;
  letter-spacing: 3px;
  padding-top: 27px;
  padding-bottom: 20px;
  line-height: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
}
.copyright_footer i {
  color: #e2bc93;
}
.copyright_footer.homepage {
  padding: 11px 0 12px;
}
.logo_footer {
  padding-bottom: 20px;
}
.term_footer {
  padding-top: 25px;
  padding-bottom: 30px;
}
.term_footer.homepage {
  padding: 16px 0 25px;
}
.term_footer a {
  color: #e7e7e7;
  font-size: 17px;
  letter-spacing: 2px;
  margin: 0 12px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1em;
}
.page-default .copyright_footer {
  line-height: 1.5em;
}
.page-default .social_footer {
  padding-top: 32px;
}
.footer_page_home .tz-footer-title {
  font-size: 250px;
  color: rgba(255, 255, 255, 0.18);
  letter-spacing: 25px;
}
.social_footer_home_page {
  margin-top: 100px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
.social_footer_home_page:after,
.social_footer_home_page:before {
  content: '';
  height: 1px;
  position: absolute;
  width: 1000%;
  background: rgba(255, 255, 255, 0.1);
  top: 50%;
  margin-top: -1px;
}
.social_footer_home_page:after {
  right: -1000%;
}
.social_footer_home_page:before {
  left: -1000%;
}
.social_footer_home_page a {
  margin: 0 7px;
}
.social_footer_home_page i {
  font-size: 18px;
  color: #ffffff;
}
.tz-overflow {
  overflow: hidden;
}
.view-contact .contact .tz-btn-contact {
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #120d14;
  padding: 10px 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #eed5b2;
  font-size: 17px;
}
.view-contact .contact .tz-btn-contact:hover {
  background: #eed5b2;
}
.view-contact .contact .tz-btn-contact i {
  margin-right: 10px;
}
.view-contact .contact .thumbnail {
  max-width: 100px;
}
.view-contact .contact .tz-right,
.view-contact .contact .tz-left {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.view-contact .contact .contact-miscinfo {
  padding-bottom: 45px;
}
.view-contact .contact .tz-right {
  background: #120d14;
  position: relative;
}
.view-contact .contact .tz-right .tz-form {
  padding-left: 85px;
  padding-right: 85px;
}
.view-contact .contact .tz-right .tz-form .tz-form-title {
  font-size: 48px;
  color: #e1e1e1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
.view-contact .contact .tz-right .tz-form .contact-misc {
  color: #e1e1e1;
}
.view-contact .contact .tz-right .tz-form .form-group {
  margin-bottom: 35px;
}
.view-contact .contact .tz-right .tz-form .form-group textarea,
.view-contact .contact .tz-right .tz-form .form-group input {
  margin: 0;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: rgba(238, 213, 178, 0.1);
  border: none;
  color: #eed5b2;
  padding: 10px 20px;
  display: block;
  width: 100%;
  line-height: 1.7em;
}
.view-contact .contact .tz-right .tz-form .form-group textarea:focus,
.view-contact .contact .tz-right .tz-form .form-group input:focus {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #eed5b2;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #eed5b2;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #eed5b2;
}
.view-contact .contact .tz-right .tz-form .form-group textarea {
  padding: 20px;
  height: 185px;
}
.view-contact .contact .tz-right .tz-form .form-group.email_copy input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.view-contact .contact .tz-right .tz-form .form-group.email_copy label {
  font-weight: 300;
  margin: 0;
  color: #e1e1e1;
}
.view-contact .contact .tz-left {
  position: relative;
}
.view-contact .contact .tz-left:after {
  background: rgba(18, 13, 20, 0.83);
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
}
.view-contact .contact .tz-left > * {
  position: relative;
  z-index: 1;
}
.view-contact .contact .custom {
  position: unset !important;
}
.view-contact .contact .custom iframe {
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  z-index: 0;
}
.view-contact .contact .tz-left-information {
  font-weight: 300;
  color: #c3c3c3;
  padding: 0 25%;
}
.view-contact .contact .tz-left-information a {
  color: #c3c3c3;
}
.view-contact .contact .tz-left-information .jicons-icons {
  padding-right: 10px;
  width: 25px;
}
.view-contact .contact .tz-left-information ul {
  list-style: none;
}
.view-contact .contact .tz-left-information .contact-webpage,
.view-contact .contact .tz-left-information .contact-emailto,
.view-contact .contact .tz-left-information .contact-country,
.view-contact .contact .tz-left-information .contact-postcode,
.view-contact .contact .tz-left-information .contact-state,
.view-contact .contact .tz-left-information .contact-suburb,
.view-contact .contact .tz-left-information .contact-street,
.view-contact .contact .tz-left-information .contact-mobile,
.view-contact .contact .tz-left-information .contact-fax,
.view-contact .contact .tz-left-information .contact-telephone {
  font-size: 14px;
  line-height: 1.8em;
  position: relative;
}
.view-contact .contact .contact-address {
  padding: 0;
  margin: 0;
}
.view-contact .contact .contact-address li {
  padding-bottom: 35px;
}
.view-contact .contact .contact-address li h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 8px;
}
.padding-latest-new {
  padding: 60px 0 155px;
}
.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}
.image_black_white {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.block-intro {
  padding: 0 155px;
  color: #ffffff;
  letter-spacing: 10px;
  position: relative;
  top: 130px;
  text-align: center;
}
.block-intro h3 {
  font-size: 72px;
  margin: 0 0 6px 0;
}
.block-intro a {
  color: #eed5b2;
}

body #fp-nav.right {
  right: 35px;
}
body #fp-nav {
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
body #fp-nav ul li {
  margin: 20px 0;
  letter-spacing: 3px;
}
body #fp-nav ul li .fp-tooltip {
  opacity: 1;
  width: auto;
}
body #fp-nav ul li .fp-tooltip.right {
  right: 45px;
}
body #fp-nav ul li:hover a span,
body #fp-nav ul li:hover span,
body #fp-nav ul li.active span {
  height: 1px;
  width: 26px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
body #fp-nav ul li:hover a .fp-tooltip,
body #fp-nav ul li:hover .fp-tooltip,
body #fp-nav ul li.active .fp-tooltip {
  color: #eed5b2;
}
body #fp-nav ul li a span {
  height: 1px;
  width: 12px;
  background: #ffffff;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.pagination-list.pagination {
  margin: 0;
}
.pagination-list.pagination li a {
  background: #dfdfdf;
  color: #505050;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  float: none;
  border-color: #dfdfdf;
}
.pagination-list.pagination li a:hover,
.pagination-list.pagination li.active a {
  background: #eed5b2;
  border-color: #eed5b2;
  color: #ffffff;
}
div.k2Pagination {
  margin: 0;
  padding: 0;
}
.blog-zic-zac .tz-main-body {
  padding: 100px 0;
}
.tz-view-video .tz-main-body,
.tz-view-album .tz-main-body,
.blog-full-width .tz-main-body {
  padding: 120px 0;
}
.com_jevents .tz-main-body {
  padding: 120px 0;
}
.width-auto {
  width: auto;
  display: inline-block;
}
.text-page {
  color: #ffffff;
  font-size: 48px;
  padding-left: 20px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
}
.genericView .componentheading {
  font-size: 30px;
  margin: 30px 0;
}
div.tagItemView,
div.userItemView,
div.genericItemView {
  margin-bottom: 85px;
}
div.tagItemView .ItemBody,
div.userItemView .ItemBody,
div.genericItemView .ItemBody {
  margin: -80px 100px 0;
  background: #ffffff;
  position: relative;
  display: block;
  padding: 50px 30px 50px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
div.tagItemView .tagItemDateCreated,
div.userItemView .tagItemDateCreated,
div.genericItemView .tagItemDateCreated,
div.tagItemView .userItemDateCreated,
div.userItemView .userItemDateCreated,
div.genericItemView .userItemDateCreated,
div.tagItemView .genericItemDateCreated,
div.userItemView .genericItemDateCreated,
div.genericItemView .genericItemDateCreated {
  color: rgba(18, 13, 20, 0.4);
  font-size: 18px;
  letter-spacing: 1px;
}
div.tagItemView .tagItemTitle,
div.userItemView .tagItemTitle,
div.genericItemView .tagItemTitle,
div.tagItemView .userItemTitle,
div.userItemView .userItemTitle,
div.genericItemView .userItemTitle,
div.tagItemView .genericItemTitle,
div.userItemView .genericItemTitle,
div.genericItemView .genericItemTitle {
  font-size: 24px;
  color: #120d14;
}
div.tagItemView .tagItemTitle a,
div.userItemView .tagItemTitle a,
div.genericItemView .tagItemTitle a,
div.tagItemView .userItemTitle a,
div.userItemView .userItemTitle a,
div.genericItemView .userItemTitle a,
div.tagItemView .genericItemTitle a,
div.userItemView .genericItemTitle a,
div.genericItemView .genericItemTitle a {
  color: #120d14;
}
div.tagItemView .tagItemIntroText,
div.userItemView .tagItemIntroText,
div.genericItemView .tagItemIntroText,
div.tagItemView .userItemIntroText,
div.userItemView .userItemIntroText,
div.genericItemView .userItemIntroText,
div.tagItemView .genericItemIntroText,
div.userItemView .genericItemIntroText,
div.genericItemView .genericItemIntroText {
  padding: 20px 0 35px;
}
div.tagItemView .tagItemCategory,
div.userItemView .tagItemCategory,
div.genericItemView .tagItemCategory,
div.tagItemView .userItemCategory,
div.userItemView .userItemCategory,
div.genericItemView .userItemCategory,
div.tagItemView .genericItemCategory,
div.userItemView .genericItemCategory,
div.genericItemView .genericItemCategory {
  display: block;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 28px 0;
  border-color: #eed5b2 transparent transparent transparent;
  position: relative;
  margin: auto;
}
div.tagItemView .tagItemCategory a,
div.userItemView .tagItemCategory a,
div.genericItemView .tagItemCategory a,
div.tagItemView .userItemCategory a,
div.userItemView .userItemCategory a,
div.genericItemView .userItemCategory a,
div.tagItemView .genericItemCategory a,
div.userItemView .genericItemCategory a,
div.genericItemView .genericItemCategory a {
  background: #ffffff;
  left: -160px;
  min-width: 320px;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  top: -39px;
  color: #eed5b2;
  font-size: 14px;
  letter-spacing: 1px;
}
div.tagItemView .tagItemReadMore,
div.userItemView .tagItemReadMore,
div.genericItemView .tagItemReadMore,
div.tagItemView .userItemReadMore,
div.userItemView .userItemReadMore,
div.genericItemView .userItemReadMore,
div.tagItemView .genericItemReadMore,
div.userItemView .genericItemReadMore,
div.genericItemView .genericItemReadMore {
  bottom: -40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #eed5b2;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 4px 20px;
  letter-spacing: 3px;
}
div.tagItemView .tagItemReadMore a,
div.userItemView .tagItemReadMore a,
div.genericItemView .tagItemReadMore a,
div.tagItemView .userItemReadMore a,
div.userItemView .userItemReadMore a,
div.genericItemView .userItemReadMore a,
div.tagItemView .genericItemReadMore a,
div.userItemView .genericItemReadMore a,
div.genericItemView .genericItemReadMore a {
  color: #ffffff;
}
.tz-main-body-wrapper {
  padding: 60px 0;
}
/* Footer Home 4 */
.tz-footer-home-4 {
  padding: 30px 0 28px;
}
.tz-footer-home-4 > .container > .row {
  display: flex;
  align-items: center;
}
.tz-footer-home-4 .term_footer,
.tz-footer-home-4 .copyright_footer {
  font-size: 16px;
  font-weight: 300;
  color: rgba(18, 13, 20, 0.7);
  padding: 0 !important;
}
.tz-footer-home-4 .term_footer a,
.tz-footer-home-4 .copyright_footer a {
  color: rgba(18, 13, 20, 0.7);
}
/* End Footer Home 4 */
/* Blog */
.itemListView.tz-default .itemList .catItemLinks {
  margin-bottom: 5px;
}
.itemListView.tz-default .itemList .catItemIntroText {
  padding-bottom: 33px;
}
.itemListView.tz-default .catItemIntroText p {
  font-size: 15px;
  font-weight: 300;
  color: #505050;
  line-height: 1.9em;
}
.itemListView.tz-default .catItemCategory {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 28px 0;
  border-color: #daae81 transparent transparent transparent;
  position: relative;
  margin: auto;
}
.itemListView.tz-default .catItemCategory a {
  background: #ffffff;
  left: -160px;
  min-width: 320px;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  top: -39px;
  color: #daae81;
  font-size: 14px;
  letter-spacing: 1px;
}
.itemListView.tz-default div.catItemReadMore {
  bottom: -40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #eed5b2;
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 4px 20px;
  letter-spacing: 3px;
}
.itemListView.tz-default div.catItemReadMore > a {
  font-size: 15px;
  color: #ffffff;
}
.itemListView.tz-default .catItemAuthor {
  position: absolute;
  top: -64px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.itemListView.tz-default .catItemAuthor .tz-image {
  position: relative;
}
.itemListView.tz-default .catItemAuthor img {
  height: 128px;
  border: 7px solid #ffffff;
  width: 128px;
}
.itemListView.tz-default .catItemAuthor a {
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.itemListView.blog-zic-zac .even,
.itemListView.blog-zic-zac .odd {
  padding: 0;
  position: relative;
}
.itemListView.blog-zic-zac .even .catItemView > * {
  float: left;
}
.itemListView.blog-zic-zac .odd .catItemView > * {
  float: right;
}
.itemListView .itemList div.catItemView {
  padding: 0;
  margin: 0 0 85px 0;
}
.itemListView .itemList div.catItemView.blog-zic-zac {
  margin: 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.itemListView .itemList div.catItemView.blog-zic-zac:after {
  content: '';
  clear: both;
  display: block;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemBody-ziczac,
.itemListView .itemList div.catItemView.blog-zic-zac .catItemHeader-ziczac {
  display: inline-block;
  width: 50%;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemBody-ziczac {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemIntroText {
  color: #696969;
  font-size: 14px;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemBody-ziczac {
  text-align: center;
  padding: 30px 45px;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemReadMore {
  display: inline-block;
  margin-top: 10px;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemReadMore a {
  color: #ffffff;
  padding: 15px 45px;
  background: #daae81;
  letter-spacing: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemReadMore a:hover {
  background: #eed5b2;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemTitle {
  margin: 0 0 12px;
  letter-spacing: 0;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemTitle a {
  color: #120d14;
  letter-spacing: 3px;
  line-height: 1.3em;
  font-size: 36px;
}
.itemListView .itemList div.catItemView.blog-zic-zac div.catItemLinks {
  margin-bottom: 13px;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage {
  display: block;
  margin: 0;
  position: relative;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage:hover:after {
  width: 10px;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage:hover:before {
  height: 10px;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage:after,
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage:before {
  background: #d09e6e;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: 0;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage:after {
  height: 100%;
  top: 0;
  width: 0;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage:before {
  height: 0;
  bottom: 0;
  width: 100%;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a {
  display: block;
  position: relative;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a:hover:after {
  width: 10px;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a:hover:before {
  height: 10px;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a:after,
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a:before {
  background: #d09e6e;
  content: "";
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a:after {
  height: 100%;
  top: 0;
  width: 0;
}
.itemListView .itemList div.catItemView.blog-zic-zac span.catItemImage a:before {
  height: 0;
  top: 0;
  width: 100%;
}
.itemListView .itemList div.catItemView.blog-zic-zac .catItemLinks.tz-top * {
  color: rgba(117, 117, 117, 0.8);
}
.itemListView .itemList div.catItemBody {
  padding: 0;
  margin: -80px 100px 0;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.itemListView .itemList div.catItemBody > .tz-top {
  padding: 78px 30px 50px;
  background: #ffffff;
  border-bottom: 1px solid rgba(37, 37, 37, 0.07);
  position: relative;
}
.itemListView .itemList div.catItemBody > .tz-bottom {
  background: #f9f9f9;
  padding: 25px 30px;
}
.itemListView .itemList div.catItemBody > .tz-bottom .tz-item-info {
  font-weight: 300;
  color: #9a9a9a;
  font-size: 13px;
  display: inline-block;
}
.itemListView .itemList div.catItemBody > .tz-bottom .tz-item-info a {
  color: #494949;
  font-size: 13px;
}
.itemListView .itemList div.catItemBody > .tz-bottom .tz-item-info:last-child:after {
  content: none;
}
.itemListView .itemList div.catItemBody > .tz-bottom .tz-item-info:after {
  content: '|';
  margin: 0 10px;
  font-weight: 300;
}
.itemListView .itemList div.catItemImageBlock {
  padding: 0;
  margin: 0;
}
.itemListView .itemList .catItemTitle {
  margin-bottom: 12px;
  margin-top: 24px;
  letter-spacing: 1px;
}
.itemListView .itemList .catItemTitle a {
  font-size: 24px;
  color: #120d14;
  text-transform: uppercase;
}
.itemListView .itemList .catItemLinks {
  margin-bottom: 4px;
}
.itemListView .itemList .catItemLinks.tz-top * {
  color: rgba(18, 13, 20, 0.4);
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.itemListView .itemList .catItemLinks.tz-top > * {
  border: none;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
.itemListView .itemList .catItemLinks > div {
  display: inline-block;
}
.itemListView .itemList .catItemLinks > div:after {
  content: '/';
}
.itemListView .itemList .catItemLinks > div:last-child::after {
  content: none;
}
.itemListView .itemList .catItemIntroText {
  font-size: 16px;
  font-weight: 300;
  padding: 20px 0 35px;
  color: #7c7c7c;
  line-height: 1.8em;
}
.itemListView .itemList div.catItemRatingBlock {
  padding: 0;
}
.itemListView .itemList div.catItemRatingBlock .itemRatingForm {
  float: right;
}
.itemListView .itemList div.catItemRatingBlock:after {
  clear: both;
  display: block;
  content: '';
}
.itemListView .itemList div.catItemAttachmentsBlock {
  border: none;
  padding: 0;
}
.itemListView .itemList div.catItemAttachmentsBlock span {
  color: #9a9a9a;
  padding: 0;
  font-weight: 300;
}
/* End Blog */
/* Blog Detail */
.itemView div.itemImageBlock {
  margin: 0;
  padding: 0;
}
.itemView div.itemBody {
  margin: -80px 100px 0;
  position: relative;
  padding: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.itemView div.itemBody .tz-top {
  padding: 55px 35px 60px;
  background: #ffffff;
}
.itemView div.itemBody .itemTitle {
  margin: 0;
  letter-spacing: 1px;
  color: #120d14;
}
.itemView div.itemBody .tz-top-information {
  padding-top: 16px;
}
.itemView div.itemBody .tz-top-information > * {
  display: inline-block;
  letter-spacing: 1px;
}
.itemView div.itemBody .tz-top-information > *:after {
  content: '/';
}
.itemView div.itemBody .tz-top-information > *:last-child::after {
  content: none;
}
.itemView div.itemBody .tz-top-information * {
  color: rgba(18, 13, 20, 0.4);
  text-transform: uppercase;
  font-size: 18px;
}
.itemView div.itemBody .itemIntroText {
  font-size: 16px;
}
.itemView div.itemBody .itemIntroText p {
  font-size: 16px;
}
.itemView div.itemBody div.itemFullText p {
  margin-bottom: 30px;
}
.itemView .itemDateModified {
  color: #7c7c7c;
  padding: 15px 0;
}
div.itemAttachmentsBlock ul.itemAttachments li {
  padding: 0;
}
div.itemNavigation {
  margin: 40px 100px 40px;
  padding: 0;
}
div.itemNavigation .row > * {
  border-right: 1px solid rgba(37, 37, 37, 0.07);
}
div.itemNavigation .row > *:last-child {
  border: none;
}
div.itemNavigation .tz-table-cell {
  vertical-align: top;
}
div.itemNavigation .tz-table-cell.tz-width-100 {
  width: 100%;
}
div.itemNavigation .tz-table-cell.tz-previous-link {
  padding-left: 15px;
}
div.itemNavigation .tz-table-cell.tz-next-link {
  padding-right: 15px;
}
div.itemNavigation .tz-table-cell img {
  width: 65px;
  height: 65px;
}
div.itemNavigation .tz-table-cell p {
  color: #9a9a9a;
  font-size: 13px;
  margin-bottom: 3px;
}
div.itemNavigation .tz-table-cell h5 {
  width: 60%;
  margin: 0;
}
div.itemNavigation .tz-table-cell h5 a.itemPrevious,
div.itemNavigation .tz-table-cell h5 a.itemNext {
  padding: 0;
  font-size: 18px;
  letter-spacing: 2px;
  color: #252525;
  line-height: 1.5em;
}
div.itemNavigation .tz-table-cell h5 a.itemPrevious:hover,
div.itemNavigation .tz-table-cell h5 a.itemNext:hover {
  color: #daae81;
}
.task-user div.itemAuthorBlock {
  margin: 0 0 30px 0;
}
div.itemAuthorBlock {
  padding: 0;
  margin: 20px 100px 35px;
  border: none;
}
div.itemAuthorBlock img {
  -webkit-box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 0 7px rgba(0, 0, 0, 0.3);
}
div.itemAuthorBlock div.itemAuthorDetails {
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  padding: 40px;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName {
  margin-top: -10px;
  margin-bottom: 15px;
  display: block;
}
div.itemAuthorBlock div.itemAuthorDetails h3.itemAuthorName a {
  font-size: 17px;
  letter-spacing: 3px;
}
div.itemAuthorBlock div.itemAuthorDetails a {
  color: #494949;
}
div.itemAuthorBlock div.itemAuthorDetails p {
  color: #9d9d9d;
}
div.itemAuthorLatest,
div.itemRelated {
  margin: 16px 100px 0;
}
div.itemAuthorLatest .tz-title,
div.itemRelated .tz-title {
  font-size: 100px;
  color: #dedede;
  margin-bottom: 0;
  display: block;
  margin-top: 0;
}
div.itemAuthorLatest .items,
div.itemRelated .items {
  margin-left: -10px;
  margin-right: -10px;
}
div.itemAuthorLatest .items > .item,
div.itemRelated .items > .item {
  padding: 0 0 35px 0;
  padding-left: 10px;
  padding-right: 10px;
}
div.itemAuthorLatest .items .itemAuthorImg,
div.itemRelated .items .itemAuthorImg,
div.itemAuthorLatest .items .itemRelImg,
div.itemRelated .items .itemRelImg {
  max-width: 100%;
}
div.itemAuthorLatest .items h4,
div.itemRelated .items h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
div.itemAuthorLatest .items .itemAuthorTitle,
div.itemRelated .items .itemAuthorTitle,
div.itemAuthorLatest .items .itemRelTitle,
div.itemRelated .items .itemRelTitle {
  font-size: 17px;
  color: #252525;
  letter-spacing: 2px;
  line-height: 1.5em;
}
div.itemAuthorLatest .items .itemRelDate,
div.itemRelated .items .itemRelDate {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8em;
}
div.itemAuthorLatest .items .tz-info,
div.itemRelated .items .tz-info {
  margin: -35px 25px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 25px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
div.itemContentFooter {
  text-align: left;
  background: #f9f9f9;
  padding: 30px;
  border-top: 1px solid rgba(37, 37, 37, 0.07);
  margin: 0;
}
div.itemContentFooter span.itemHits {
  float: none;
}
div.itemContentFooter .tz-information {
  overflow: hidden;
}
div.itemContentFooter .tz-information > * {
  display: inline-block;
  margin: auto;
  width: auto;
  padding: 0;
  border: none;
}
div.itemContentFooter .tz-information > * * {
  color: #9a9a9a;
  font-weight: 300;
}
div.itemContentFooter .tz-information > * a {
  color: #494949;
}
div.itemContentFooter .tz-information > *:after {
  content: '|';
  margin: 0 10px;
  color: #9a9a9a;
  font-weight: 300;
}
div.itemContentFooter .tz-information > *:last-child:after {
  content: none;
}
div.itemContentFooter .tz-information.tz-right > *:first-child:after {
  content: none;
}
div.itemContentFooter .tz-information.tz-right > *:last-child:after {
  content: '|';
}
div.itemContentFooter .itemRatingBlock {
  float: right;
}
div.itemContentFooter .itemSocialSharing {
  float: right;
}
div.itemContentFooter .itemSocialSharing > * {
  width: auto;
  display: inline-block;
  margin: auto 5px auto auto;
}
div.itemContentFooter .itemSocialSharing > * iframe {
  width: auto !important;
}
div.itemContentFooter .itemSocialSharing .itemGooglePlusOneButton,
div.itemContentFooter .itemSocialSharing .itemTwitterButton {
  width: 60px;
}
.itemView .itemCategory,
.itemListView.tz-default .catItemCategory {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 47px 28px 0;
  border-color: #eed5b2 transparent transparent transparent;
  position: relative;
  margin: auto;
}
.itemView .itemCategory a,
.itemListView.tz-default .catItemCategory a {
  background: #ffffff;
  left: -160px;
  min-width: 320px;
  padding: 3px 0;
  position: absolute;
  text-align: center;
  top: -39px;
  color: #eed5b2;
  font-size: 14px;
  letter-spacing: 1px;
}
div.itemComments {
  margin: 0 100px;
  border: none;
  padding: 0;
  background: transparent;
}
div.itemComments ul.itemCommentsList li {
  border: none;
  padding: 30px 30px 15px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  margin-bottom: 28px;
}
div.itemComments ul.itemCommentsList li img {
  padding: 0;
  margin: 0 20px 0 0;
}
div.itemComments ul.itemCommentsList li .commentAuthorName {
  font-size: 17px;
  color: #494949;
  margin: -3px 0 10px;
  letter-spacing: 3px;
}
div.itemComments ul.itemCommentsList li .commentDate {
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
  color: #9a9a9a;
  margin-bottom: 8px;
}
div.itemComments ul.itemCommentsList li p {
  padding: 0;
  color: #9d9d9d;
  font-weight: 300;
}
div.itemComments ul.itemCommentsList li span.commentLink a,
div.itemComments ul.itemCommentsList li span.commentLink a:hover {
  padding: 7px;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  background: #eed5b2;
  text-transform: uppercase;
  text-decoration: none;
}
div.itemCommentsForm {
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  padding: 40px;
  margin-top: 100px;
}
div.itemCommentsForm form textarea.inputbox,
div.itemCommentsForm form input.inputbox {
  margin-bottom: 15px;
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9a9a9a;
}
div.itemCommentsForm form textarea.inputbox {
  height: auto;
  padding: 10px 15px;
}
div.itemCommentsForm form input.inputbox {
  line-height: 1.5em;
  margin-bottom: 21px;
  padding: 8px 15px;
}
div.itemCommentsForm form input.inputbox:last-child {
  margin: 0;
}
div.itemCommentsForm form input#submitCommentButton {
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  background: #eed5b2;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #eed5b2;
  color: #ffffff;
}
div.itemCommentsForm .tz-title {
  font-size: 100px;
  color: #dedede;
  margin-top: -88px;
  padding: 0;
}
/* End Blog Detail */
.module-title {
  letter-spacing: 5px;
  color: #888888;
}
.module-title em {
  font-style: normal;
  color: #eed5b2;
}
.tz-module .TzContact {
  color: #cecece;
}
.tz-module .TzContact a {
  color: #cecece;
}
.tz-module .TzContact .contact-icon {
  min-width: 25px;
}
.tz-module .TzContact .info,
.tz-module .TzContact .contact-misc {
  letter-spacing: 0.3px;
}
.tz-module .TzContact .contact-address h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 45px;
  line-height: 1.4em;
}
.tz-module .TzContact .contact-address > div > div {
  margin-bottom: 8px;
}
.tz-module .TzContact .contact-address > div:first-child h4:first-child {
  margin-top: 0;
}
.tz-module .TzContact .contact-miscinfo {
  margin-bottom: 50px;
}
.tz-module .TzContact #contact-form input,
.tz-module .TzContact #contact-form textarea {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.7em;
  margin-bottom: 35px;
  letter-spacing: 0.3px;
}
.tz-module .TzContact #contact-form textarea {
  padding-top: 20px;
  margin-bottom: 40px;
  max-height: 185px;
}
.tz-module .TzContact #contact-form .emailCopy input {
  width: auto;
  position: relative;
  margin: 0 10px 0 0;
}
.tz-module .TzContact #contact-form .emailCopy label {
  font-weight: normal;
}
.tz-module .TzContact .tz-btn-contact {
  border: medium none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #120d14;
  padding: 10px 25px 9px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #eed5b2;
}
.tz-module .TzContact .tz-btn-contact:hover {
  background: #eed5b2;
  color: #ffffff;
}
.tz-module .TzContact .tz-btn-contact i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.tz-module .TzContact #message-sent-false,
.tz-module .TzContact #message-sent {
  display: none;
}
div.k2ItemsBlock.tz_ziczac {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
div.k2ItemsBlock.tz_ziczac ul {
  padding: 0;
}
div.k2ItemsBlock.tz_ziczac ul li {
  margin: 0;
  background: #ffffff;
  position: relative;
}
div.k2ItemsBlock.tz_ziczac ul li:hover .moduleItemImage:after {
  width: 10px;
}
div.k2ItemsBlock.tz_ziczac ul li:hover .moduleItemImage:before {
  height: 10px;
}
div.k2ItemsBlock.tz_ziczac ul li:hover .tz-line:after {
  width: 10px;
}
div.k2ItemsBlock.tz_ziczac ul li:hover .tz-line:before {
  height: 10px;
}
div.k2ItemsBlock.tz_ziczac ul li:after {
  content: '';
  clear: both;
  display: block;
}
div.k2ItemsBlock.tz_ziczac ul li.even .tz-table-cell {
  float: left;
}
div.k2ItemsBlock.tz_ziczac ul li.odd .tz-table-cell {
  float: right;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell {
  vertical-align: middle;
  width: 50%;
  display: inline-block;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell.tz-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell.tz-media {
  position: relative;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-line:after,
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-line:before {
  background: #d09e6e;
  content: "";
  display: block;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-line:after {
  height: 100%;
  width: 0;
  top: 0;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-line:before {
  height: 0;
  bottom: 0;
  width: 100%;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemImage {
  position: relative;
  display: block;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemImage img {
  width: 100%;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemImage:after,
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemImage:before {
  background: #d09e6e;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemImage:after {
  height: 100%;
  width: 0;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemImage:before {
  height: 0;
  width: 100%;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell.tz-content {
  padding: 30px 45px;
  text-align: center;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemTitle {
  margin: 0 0 12px;
  color: #120d14;
  letter-spacing: 1px;
  line-height: 1.3em;
  display: block;
  font-size: 36px;
  text-transform: uppercase;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemReadMore {
  display: inline-block;
  margin-top: 37px;
  color: #ffffff;
  padding: 13px 45px;
  background: #daae81;
  letter-spacing: 3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemReadMore:hover {
  background: #eed5b2;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemIntrotext {
  margin-top: 29px;
  padding: 0;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemIntrotext p {
  color: #505050;
  font-size: 13px;
  line-height: 1.85em;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-information * {
  font-size: 20px;
  color: #888888;
  text-transform: uppercase;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-information > * {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-information > *:after {
  content: '/';
  margin: 0 5px;
}
div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-information > *:last-child::after {
  content: none;
}
.tz-slide-video {
  padding: 0;
}
.tz-slide-video .module-title {
  color: rgba(255, 255, 255, 0.07);
  font-size: 250px;
  line-height: 150px;
  margin: 0 0 -106px -175px;
  letter-spacing: 20px;
}
.tz-live-video {
  overflow: hidden;
}
.tz-live-video .owl-carousel {
  padding: 0 290px;
}
.tz-live-video .tz-link-btn {
  background: rgba(0, 0, 0, 0.6);
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-live-video .tz-link-btn i {
  margin-left: 10px;
}
.tz-live-video .item-video {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  opacity: 0.5;
}
.tz-live-video .item-video .owl-video-tn {
  display: none;
}
.tz-live-video .item-video h3 {
  bottom: -60px;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  z-index: 1;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  color: #ffffff;
  letter-spacing: 1px;
}
.tz-live-video .item-video .tz_portfolio_plus_video {
  z-index: 1;
  overflow: hidden;
}
.tz-live-video .item-video .tz_portfolio_plus_video img {
  position: relative;
}
.tz-live-video .item-video .tz_portfolio_plus_video a {
  display: block;
}
.tz-live-video .item-video .tz_portfolio_plus_video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.tz-live-video .tz-navigation {
  color: #ffffff;
}
.tz-live-video .tz-navigation .tz-count {
  display: inline-block;
}
.tz-live-video .tz-navigation .btn-action {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 8px;
  letter-spacing: 1px;
  margin: 0 40px;
  top: 15px;
  position: relative;
}
.tz-live-video .tz-navigation .btn-action.prev {
  text-align: right;
}
.tz-live-video .tz-navigation .btn-action.next {
  text-align: left;
}
.tz-live-video .tz-navigation .btn-action i {
  display: block;
  font-size: 36px;
}
.tz-live-video .tz-navigation .btn-action i:before {
  display: block;
  line-height: 10px;
}
.tz-live-video .active.center .item-video {
  opacity: 1;
}
.tz-live-video .active.center .item-video .owl-video-wrapper .owl-video-play-icon {
  opacity: 1;
  visibility: visible;
}
.tz-live-video .active.center .item-video .tz_portfolio_plus_video {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
.tz-live-video .active.center .item-video .tz-link-btn {
  visibility: visible;
  opacity: 1;
}
.tz-live-video .active.center .tz_portfolio_plus_video::after {
  background: transparent;
}
.tz-live-video .owl-carousel .owl-stage-outer {
  padding: 120px 0 120px;
  overflow: visible;
}
/* LightBox Video*/
#easy-opener-section {
  display: none;
  right: 0;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999;
}
.easy-opener-bg {
  background: #0d0d0d none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.97;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.easy-opener-content {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  margin: auto;
  width: 1000px;
  position: absolute;
  text-align: center;
}
.easy-opener-content iframe {
  border: none;
}
.easy-opener-content img {
  max-height: 100%;
  max-width: 100%;
}
.easy-opener-close {
  display: inline-block;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 46px;
  margin: 0 auto 40px;
  z-index: 999999;
}
.easy-opener-close:hover {
  color: #e0006c;
  opacity: 1;
}
/* End LightBox Video*/
.tz-social {
  margin: 0;
}
.tz-social .tz-item {
  padding: 0;
  position: relative;
}
.tz-social .tz-item:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-social .tz-item:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.tz-social .tz-item:hover .tz-info .tz-description {
  visibility: visible;
  opacity: 1;
  bottom: -28px;
}
.tz-social .tz-item:hover .tz-info .tz-title {
  color: #eed5b2;
  margin-top: -10px;
}
.tz-social .tz-item:hover .tz-info .tz-title a {
  color: #eed5b2;
}
.tz-social .tz-item:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.tz-social .tz-item img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tz-social .tz-item .tz-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  margin: 0;
}
.tz-social .tz-item .tz-info .tz-title {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 48px;
  color: #ffffff;
}
.tz-social .tz-item .tz-info .tz-title a {
  color: #ffffff;
}
.tz-social .tz-item .tz-info .tz-description {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #eed5b2;
}
.parallax.top .title {
  margin-bottom: -115px;
  margin-top: 0;
}
.parallax .title {
  font-size: 200px;
  color: #eed5b2;
  font-weight: normal;
  letter-spacing: 15px;
  line-height: 1;
  margin-top: -85px;
  position: relative;
  z-index: 1;
}
.parallax .title em {
  color: #daae81;
  font-style: normal;
}
.tz-next-show {
  color: #ffffff;
}
.tz-next-show .tz-right {
  min-width: 250px;
  font-size: 18px;
  letter-spacing: 2px;
}
.tz-next-show .tz-left {
  width: 100%;
}
.tz-next-show .mod_events_latest_content a {
  color: #ffffff;
  font-size: 48px;
  display: block;
  letter-spacing: 10px;
}
.tz-next-show .mod_events_latest_table td {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1) !important;
  padding: 14px 0;
}
.tz-next-show .mod_events_latest_table td.mod_events_latest_first {
  border-top-width: 1px;
}
.tz-next-show .mod_events_latest_table td:hover {
  background: rgba(0, 0, 0, 0.2);
}
.tz-next-show .mod_events_latest_table td .mod_events_latest_content {
  display: block;
}
.tzcountdown {
  text-align: center;
}
.tzcountdown .tzdivide,
.tzcountdown .tzcountdownitem {
  display: inline-block;
}
.tzcountdown .tzdivide span,
.tzcountdown .tzcountdownitem span {
  font-size: 65px;
  color: #ffffff;
}
.tzcountdown .tzdivide p,
.tzcountdown .tzcountdownitem p {
  color: #ffffff;
  letter-spacing: 2px;
}
.tzcountdown .tzdivide {
  background: #e2bc93;
  width: 1px;
  height: 25px;
  margin: 0 35px;
  position: relative;
  top: -50px;
}
.tz-ticket-event {
  padding: 90px 0 65px;
  margin: 0;
  list-style: none;
}
.tz-ticket-event .tz-btn {
  color: #ffffff;
  background: #daae81;
  border-color: #daae81;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 1.4em;
}
.tz-ticket-event .tz-btn:hover {
  background: #eed5b2;
  border-color: #eed5b2;
}
.tz-ticket-event p {
  font-weight: 400;
  color: #505050;
  line-height: 2em;
  margin-bottom: 30px;
  font-size: 13px;
}
.tz-ticket-event .tz-table-cell {
  width: 50%;
  vertical-align: middle;
}
.tz-ticket-event .tz-table-cell:first-child {
  padding-right: 15px;
}
.tz-ticket-event .tz-table-cell:last-child {
  padding-left: 85px;
}
.tz-ticket-event .tz-table-cell.tz-image img {
  width: 100%;
  border: 7px solid #daae81;
  -webkit-box-shadow: 10px 10px 0 #e5e5e5;
  box-shadow: 10px 10px 0 #e5e5e5;
}
.tz-ticket-event .tz_event span {
  margin-right: 2px;
  text-transform: uppercase;
}
.tz-ticket-event .tz-location {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tz-ticket-event .tz-title {
  font-size: 60px;
  letter-spacing: 5px;
  margin: 0 0 18px;
  line-height: 1.05em;
}
.tz-ticket-event .tz-title em {
  font-style: normal;
  color: #daae81;
}
.tz-ticket-event .tz-title a {
  color: #888888;
}
.tz-ticket-event .tz-title a span {
  color: #eed5b2;
}
.tz-ticket-event .tz-addition-info {
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.tz-ticket-event .tz-addition-info a {
  color: #888888;
}
.tz-ticket-event .tz-addition-info a:hover {
  color: #daae81;
}
.tz-ticket-event .tz-addition-info > div {
  display: inline-block;
  color: #888888;
}
.tz-ticket-event .tz-addition-info > div:after {
  content: '/';
  margin: 0 5px;
}
.tz-ticket-event .tz-addition-info > div:last-child::after {
  content: none;
}
.tz-ticket-event .tz_event {
  font-size: 18px;
  color: #888888;
  letter-spacing: 2px;
}
.tz-slide-live-show {
  padding: 0 150px;
}
.tz-slide-home-2 .tz-info {
  padding-bottom: 125px;
  padding-top: 125px;
}
.tz-slide-home-2.owl-carousel .owl-item img {
  width: auto;
}
.tz-slide-home-2 .tz-table-cell {
  vertical-align: middle;
  width: 50%;
}
.tz-slide-home-2 .tz-table-cell:last-child {
  padding-right: 210px;
  padding-left: 10px;
}
.tz-slide-home-2 .tz-image img {
  margin: auto;
}
.tz-slide-home-2 .tz-location {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tz-slide-home-2 .tz-title {
  font-size: 60px;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
.tz-slide-home-2 .tz-title a {
  color: #eed5b2;
}
.tz-slide-home-2 .tz-description {
  margin-bottom: 37px;
}
.tz-slide-home-2 .tz-description p {
  color: #ffffff;
}
.tz-slide-home-2 .tz-btn {
  background: #daae81;
  color: #100913;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.6em;
  letter-spacing: 4px;
}
.tz-slide-home-2 .tz-btn:hover {
  background: #eed5b2;
  color: #ffffff;
}
.tz-slide-home-2 .tz-date {
  font-size: 250px;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: right;
  right: 220px;
}
.tz-slide-home-2 .tz-date span {
  display: block;
  line-height: 260px;
  margin-top: 30px;
}
.tz-slide-home-2 .owl-controls .owl-nav {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tz-albums .owl-controls .owl-nav > div,
.tz-artists .owl-controls .owl-nav > div,
.tz-slide-home-2 .owl-controls .owl-nav > div {
  color: #ffffff;
  display: inline-block;
  font-size: 8px;
  position: relative;
  padding-bottom: 15px;
  margin: 0 15px;
}
.tz-albums .owl-controls .owl-nav > div:after,
.tz-artists .owl-controls .owl-nav > div:after,
.tz-slide-home-2 .owl-controls .owl-nav > div:after,
.tz-albums .owl-controls .owl-nav > div:before,
.tz-artists .owl-controls .owl-nav > div:before,
.tz-slide-home-2 .owl-controls .owl-nav > div:before {
  font-family: linea-arrows-10;
  font-size: 36px;
  position: absolute;
  top: 0;
  line-height: 1em;
}
.tz-albums .owl-controls .owl-nav > div.owl-prev::before,
.tz-artists .owl-controls .owl-nav > div.owl-prev::before,
.tz-slide-home-2 .owl-controls .owl-nav > div.owl-prev::before {
  content: '\e066';
  right: 0;
}
.tz-albums .owl-controls .owl-nav > div.owl-next::after,
.tz-artists .owl-controls .owl-nav > div.owl-next::after,
.tz-slide-home-2 .owl-controls .owl-nav > div.owl-next::after {
  content: '\e068';
  left: 0;
}
.tz-artists-padding {
  padding: 0 180px 0 150px;
}
.tz-artists-padding .module-title {
  color: rgba(255, 255, 255, 0.07);
  font-size: 250px;
  line-height: 177px;
  margin: 0;
  letter-spacing: 20px;
}
.tz-artists .tz-link-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz-artists.owl-carousel .owl-item img {
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.tz-artists .item-artists {
  overflow: hidden;
  background: #daae81;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-artists .item-artists:hover {
  background: #eed5b2;
}
.tz-artists .item-artists:hover .tz-content {
  background: rgba(0, 0, 0, 0.5);
}
.tz-artists .tz-content {
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tz-artists .tz-media {
  height: 100%;
  padding: 15px;
}
.tz-artists .tz-media > div {
  height: 100%;
  overflow: hidden;
}
.tz-artists .tz-title {
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.3em;
  margin-top: 5px;
}
.tz-artists .tz-title a {
  color: #ffffff;
}
.tz-artists .tz-tag {
  color: #eed5b2;
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.tz-artists .tz-tag a {
  color: #eed5b2;
}
.tz-artists .muted {
  font-weight: 300;
  color: #ffffff;
  margin: 5px 0;
}
.tz-artists .muted a {
  color: #ffffff;
}
.tz-artists .tz-read-more {
  display: inline-block;
  margin-top: 15px;
}
.tz-artists .owl-controls .owl-nav {
  text-align: right;
  margin-top: 40px;
  position: absolute;
  right: 10px;
}
.tz-artists .owl-controls .owl-nav > div {
  letter-spacing: 1px;
}
.tz-custom-btn-mod {
  position: relative;
  margin: 45px 155px 0 0;
  float: right;
  font-size: 14px;
  padding: 3px 25px;
  background-color: #daae81 !important;
  border-color: #daae81 !important;
  text-transform: uppercase;
  line-height: 1.6em;
}
.tz-custom-btn-mod:hover {
  background: #eed5b2 !important;
  border-color: #eed5b2 !important;
  color: #ffffff;
}
.tz-album-featured-padding {
  padding: 0 150px;
}
.tz-albums .tz-category-fixed {
  font-size: 250px;
  position: absolute;
  right: 120px;
  text-align: right;
  top: 50%;
  z-index: -1;
  color: rgba(255, 255, 255, 0.1);
  max-width: 70%;
  letter-spacing: 15px;
  line-height: 1.2em;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tz-albums .item-album {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
    overflow: hidden;
}
.tz-albums .item-album .tz_portfolio_plus_image img.tz-image {
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);

}
.tz-albums .item-album .tz_portfolio_plus_image img.tz_image_hover {
  position: absolute;
  width: auto;
  left: auto;
  right: -30%;
  opacity: 1;
  z-index: 0;
  bottom: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tz-albums .tz-content {
  width: 50%;
  padding-left: 100px;
  padding-right: 145px;
}
.tz-albums .tz-media {
  width: 50%;
}
.tz-albums .tz-media a {
  margin-right: 150px;
  display: block;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
    position: relative;
}
.tz-albums .tz-title {
  color: #eed5b2;
  font-size: 60px;
  letter-spacing: 5px;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 3px;
}
.tz-albums .tz-title a {
  color: #eed5b2;
}
.tz-albums .tz-additional {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tz-albums .tz-additional .muted {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
}
.tz-albums .tz-additional .muted:after {
  content: ' - ';
}
.tz-albums .tz-additional .muted:last-child::after {
  content: none;
}
.tz-albums .tz-additional .muted a {
  color: #ffffff;
}
.tz-albums .tz-description {
  margin-bottom: 55px;
}
.tz-albums .tz-description p {
  color: #ffffff;
}
.tz-albums .tz-read-more {
  background: #daae81;
  border-color: #daae81;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.tz-albums .tz-read-more:hover {
  background: #eed5b2;
  border-color: #eed5b2;
  color: #ffffff;
}
.tz-albums .tz_categories a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tz-albums .owl-controls .owl-nav {
  bottom: 25px;
  margin-left: 60px;
  margin-top: 40px;
  position: absolute;
  right: 0;
  text-align: center;
}
.tz-albums .owl-controls .owl-nav > div {
  letter-spacing: 1px;
}
.tz-slide-home-2 .tz-navigation,
.tz-albums .tz-navigation {
  margin-top: 55px;
  display: flex;
  justify-content: inherit;
  align-items: center;
  align-content: center;
}
.tz-slide-home-2 .tz-navigation .tz-actions,
.tz-albums .tz-navigation .tz-actions {
  margin-left: 40px;
  z-index: 1;
  position: relative;
}
.tz-slide-home-2 .btn-action,
.tz-albums .btn-action {
  display: inline-block;
  color: #ffffff;
  font-size: 8px;
  cursor: pointer;
  margin: 0 15px;
  letter-spacing: 1px;
}
.tz-slide-home-2 .btn-action i,
.tz-albums .btn-action i {
  font-size: 36px;
  display: block;
}
.tz-slide-home-2 .btn-action i:before,
.tz-albums .btn-action i:before {
  line-height: 10px;
  display: block;
}
.tz-slide-home-2 .btn-action.prev,
.tz-albums .btn-action.prev {
  text-align: right;
}
.tz-slide-home-2 .btn-action.next,
.tz-albums .btn-action.next {
  text-align: left;
}
.tz-slide-home-2 .tz-navigation {
  margin-top: 0;
}
.tz-padding-featured-album-home4 {
  padding: 110px 0 145px;
}
.tz-padding-featured-album-home4 .parallax.top .title {
  margin-bottom: -260px;
  margin-top: 60px;
}
.tz-padding-featured-album-home4 .owl-carousel .owl-item {
  overflow: hidden;
}
.tz-padding-featured-album-home4 .tz-albums .tz-media {
  width: 45%;
}
.tz-padding-featured-album-home4 .tz-albums .tz-media a {
  margin-right: 105px;
}
.tz-padding-featured-album-home4 .tz-albums .tz-media .tz_portfolio_plus_image img.tz_image_hover {
  max-width: 90%;
}
.tz-padding-featured-album-home4 .tz-albums .tz-content {
  width: 55%;
  padding-right: 0;
}
.tz-padding-featured-album-home4 .tz-albums .tz-description p {
  color: #505050;
}
.tz-padding-featured-album-home4 .tz-albums .tz-category-fixed {
  color: rgba(18, 13, 20, 0.05);
  font-size: 150px;
  right: 0;
  line-height: 1.2em;
}
.tz-padding-featured-album-home4 .tz-albums .tz-additional,
.tz-padding-featured-album-home4 .tz-albums .tz_categories {
  color: #100913;
}
.tz-padding-featured-album-home4 .tz-albums .tz-additional .muted,
.tz-padding-featured-album-home4 .tz-albums .tz_categories .muted,
.tz-padding-featured-album-home4 .tz-albums .tz-additional a,
.tz-padding-featured-album-home4 .tz-albums .tz_categories a {
  color: #100913;
}
.tz-padding-featured-album-home4 .tz-albums .tz-read-more {
  color: #ffffff;
}
.tz-padding-featured-album-home4 .tz-albums .btn-action {
  color: #100913;
}
.tz_slide_new {
  padding-left: 150px;
}
.tz_slide_new .module-title {
  font-size: 250px;
  color: rgba(255, 255, 255, 0.07);
  margin: 0 0 0 -10px;
  line-height: 175px;
  letter-spacing: 15px;
}
.tz_slide_new .owl-item img {
  width: auto;
  max-width: 480px;
}
.tz_slide_new .owl-item.last .item-new:after {
  opacity: 1;
  visibility: visible;
}
.tz_slide_new .owl-item.last .item-new:hover {
  background: rgba(0, 0, 0, 0.8);
}
.tz_slide_new .item-new {
  background: #120d14 none repeat scroll 0 0;
  padding-bottom: 65px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz_slide_new .item-new:hover {
  background: #daae81;
}
.tz_slide_new .item-new:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz_slide_new .tz-content {
  background: #ffffff none repeat scroll 0 0;
  bottom: 15px;
  left: 15px;
  position: absolute;
  right: 15px;
  padding: 16px 20px 10px;
}
.tz_slide_new .tz-media {
  overflow: hidden;
}
.tz_slide_new .tz-media a {
  height: 100%;
  display: block;
}
.tz_slide_new .tz-media img {
  position: relative;
}
.tz_slide_new .tz-title {
  font-size: 18px;
  color: #120d14;
  letter-spacing: 1px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.tz_slide_new .tz-muted {
  display: inline-block;
  color: rgba(18, 13, 20, 0.4);
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 1.6em;
  text-transform: uppercase;
}
.tz_slide_new .tz-muted a {
  color: rgba(18, 13, 20, 0.4);
}
.tz_slide_new .tz-muted:after {
  content: ' / ';
}
.tz_slide_new .tz-muted:last-child:after {
  content: none;
}
.tz_slide_new .btn-action {
  display: inline-block;
  color: #ffffff;
  font-size: 8px;
  cursor: pointer;
}
.tz_slide_new .btn-action i {
  font-size: 36px;
  display: block;
}
.tz_slide_new .btn-action i:before {
  line-height: 10px;
  display: block;
}
.tz_slide_new .btn-action.prev {
  text-align: right;
}
.tz_slide_new .btn-action.next {
  text-align: left;
}
.tz_slide_new .moduleCustomLink {
  display: inline-block;
  color: #ffffff;
}
.tz_slide_new .tz-navigation {
  margin-left: -150px;
  margin-top: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tz_slide_new .tz-navigation .moduleCustomLink {
  padding: 0 20px;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 300;
}
.tz-section-contact {
  padding-left: 150px;
  padding-right: 300px;
}
.tz-section-contact .module-title {
  font-size: 250px;
  color: rgba(255, 255, 255, 0.07);
  margin: 0 0 15px;
}
.tz-section-contact .TzContact #contact-form input,
.tz-section-contact .TzContact #contact-form textarea {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.tz-section-contact .TzContact #contact-form ::-ms-input-placeholder,
.tz-section-contact .TzContact #contact-form ::-moz-placeholder,
.tz-section-contact .TzContact #contact-form :-moz-placeholder,
.tz-section-contact .TzContact #contact-form :-ms-input-placeholder,
.tz-section-contact .TzContact #contact-form ::-webkit-input-placeholder,
.tz-section-contact .TzContact #contact-form ::-moz-placeholder {
  color: #ffffff;
}
.tz-section-contact .TzContact ::-webkit-input-placeholder {
  color: #ffffff;
}
.tz-section-contact .TzContact :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
.tz-section-contact .TzContact ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
.tz-section-contact .TzContact :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}
.tz-section-contact .TzContact ::-ms-input-placeholder {
  /* Edge */
  color: #ffffff;
}
.height-fullscreen {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  left: 0;
  z-index: 1;
  position: absolute;
}
.height-fullscreen .mod_events_latest_table {
  height: 100vh;
}
.intro-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.intro-block .tz-title {
  color: #ffffff;
  font-size: 72px;
  letter-spacing: 15px;
  margin: 0 0 20px;
}
.intro-block .tz-title span {
  color: #eed5b2;
}
.intro-block .tz-title a {
  color: #eed5b2;
}
.intro-block .tz-location {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tz-event-static-style-1 .tz-title {
  color: #ffffff;
  font-size: 72px;
  letter-spacing: 15px;
  margin: 0 0 20px;
}
.tz-event-static-style-1 .tz-title span {
  color: #eed5b2;
}
.tz-event-static-style-1 .tz-title a {
  color: #eed5b2;
}
.tz-event-static-style-1 .tz-location {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tz-event-static-style-1 .time-countdown:last-child {
  padding-right: 0;
}
.time_number {
  margin-bottom: 15px;
  line-height: 0;
}
.time_number:after {
  clear: both;
  display: block;
  content: '';
}
.digit {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  float: left;
}
.time-countdown {
  display: inline-block;
  position: relative;
  padding-right: 65px;
  font-size: 65px;
  color: #ffffff;
  text-align: center;
}
.time-countdown:after {
  content: '';
  height: 25px;
  width: 1px;
  background: #e2bc93;
  display: block;
  position: absolute;
  top: 17px;
  right: 30px;
}
.time-countdown .text {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.time-countdown:last-child:after {
  content: none;
}
#pgzoomview a:hover {
  background-color: #eed5b2 !important;
}
.tz-plus-gallery-musika {
  padding: 30px 30px 25px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}
.tz-plus-gallery-musika.style-1 {
  padding: 50px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tz-plus-gallery-musika.style-1 .plusgallery {
  margin: 0;
}
.tz-plus-gallery-musika.style-1 .plusgallery .musika {
  border: none;
}
.tz-plus-gallery-musika .plusgallery {
  margin-bottom: 25px;
}
.tz-plus-gallery-musika .plusgallery .musika {
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ffffff;
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika {
  overflow: hidden;
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika:hover .tz_info {
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika img {
  position: relative;
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika .musika-btn a,
.tz-plus-gallery-musika .plusgallery .musika .effect-musika .tz_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika .tz_info {
  border: 10px solid #eed5b2;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika .musika-info {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.tz-plus-gallery-musika .plusgallery .musika .effect-musika .musika-info .title {
  margin: 0;
  color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 15px;
}
.tz-plus-gallery-musika .tz_title_album,
.tz-plus-gallery-musika .tz_desc_album {
  text-align: center;
}
.tz-plus-gallery-musika .tz-link-follow {
  color: #daae81;
  font-size: 24px;
  letter-spacing: 2px;
}
.tz-plus-gallery-margin {
  margin-top: -175px;
}
/* Tz Artist */
.tz-artist-home-4 {
  padding: 110px 0 125px;
}
.tz-artist-home-4 .tz-artists .tz-media {
  width: 30%;
  background: #e2bc93;
  position: relative;
}
.tz-artist-home-4 .tz-artists .tz-media:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: -15px;
  right: -15px;
  background: #e5e5e5;
  z-index: -1;
}
.tz-artist-home-4 .tz-artists .tz-content {
  width: 70%;
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background: transparent;
  padding-left: 100px;
}
.tz-artist-home-4 .tz-artists .item-artists {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0 0 20px;
}
.tz-artist-home-4 .tz-artists .item-artists:hover .tz-content {
  background: transparent;
}
.tz-artist-home-4 .tz-artists .item-artists .tz-tag {
  font-size: 18px;
  color: #505050;
}
.tz-artist-home-4 .tz-artists .item-artists .tz-tag a {
  color: #505050;
}
.tz-artist-home-4 .tz-artists .item-artists p {
  line-height: 1.9em;
  color: #505050;
  font-size: 13px;
}
.tz-artist-home-4 .tz-artists .item-artists .tz-title {
  font-size: 60px;
  margin-top: 0;
  line-height: 1em;
  margin-bottom: 20px;
}
.tz-artist-home-4 .tz-artists .item-artists .tz-title a {
  color: #888888;
}
.tz-artist-home-4 .tz-artists .item-artists .muted {
  color: #505050;
}
.tz-artist-home-4 .tz-artists .item-artists .tz-read-more {
  background: #daae81;
  border-color: #daae81;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  margin-top: 40px;
}
.tz-artist-home-4 .tz-artists .item-artists .tz-read-more:hover {
  background: #eed5b2;
  border-color: #eed5b2;
}
.tz-artist-home-4 .tz-artists .tz_portfolio_plus_image a {
  display: block;
  width: 100%;
  height: 100%;
}
.tz-artist-home-4 .tz-actions {
  position: absolute;
  right: 0;
  z-index: 2;
}
.tz-artist-home-4 .btn-action {
  display: inline-block;
  color: #100913;
  font-size: 8px;
  cursor: pointer;
  margin: 0 15px;
  letter-spacing: 1px;
}
.tz-artist-home-4 .btn-action i {
  font-size: 36px;
  display: block;
}
.tz-artist-home-4 .btn-action i:before {
  line-height: 10px;
  display: block;
}
.tz-artist-home-4 .btn-action.prev {
  text-align: right;
}
.tz-artist-home-4 .btn-action.next {
  text-align: left;
}
/* End Tz Artist */
/*  Tz Shop */
.position-static {
  position: static;
}
.tz-shop-custom-link {
  position: absolute;
  top: 40%;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 77% 23% 0;
  -moz-transform-origin: 77% 23% 0;
  -ms-transform-origin: 77% 23% 0;
  -o-transform-origin: 77% 23% 0;
  transform-origin: 77% 23% 0;
  color: #ffffff;
  z-index: 1;
}
.tz-shop-custom-link a {
  color: #ffffff;
  background: #daae81;
  text-transform: uppercase;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  padding: 16px 38px 13px;
  letter-spacing: 4px;
  display: block;
}
.tz-shop {
  padding: 170px 0 0;
  position: relative;
}
.tz-shop .plazart-animate {
  position: static !important;
}
.tz-shop .hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_name a {
  text-transform: uppercase;
  font-size: 20px;
}
.tz-shop .hikashop_products_listing_main .img_title .hikashop_subcontainer .tz_header_product {
  margin-bottom: 33px;
}
.tz-shop .hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hk-rating {
  margin: 0;
}
.tz-shop .hikashop_products_listing_main .img_title .hikashop_product_price_full {
  font-size: 24px;
}
.tz-shop .hikashop_products_listing_main .img_title .hikashop_product_vote {
  margin: 3px 0 6px;
}
.tz-shop .parallax .title {
  margin-bottom: 55px;
  margin-top: -255px;
}
/* End Tz Shop */
/* Tz Event Home 4 */
.tz-event-home-4 {
  padding-bottom: 105px;
}
/* End Tz Event Home 4 */
/* Tz Twitter */
.tz-twitter .tztwd-tweet-container {
  background: #ffffff;
  color: #505050;
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  padding: 0 15%;
  line-height: 1.6em;
}
.tz-twitter .tztwd-tweet-container a {
  color: #eed5b2;
}
.tz-twitter .tztwd-tweet-container .tztwd-avatar {
  float: none;
  margin: auto;
}
.tz-twitter .tztwd-tweet-container .avata-info {
  font-size: 36px;
  margin-bottom: 15px;
}
.tz-twitter .tztwd-tweet-container .avata-info a {
  color: #888888;
}
.tztwd-container {
  margin-top: 40px;
}
.tztwd-header .tztwd-avatar {
  float: none;
  margin: 0;
}
.tztwd-header .tztwd-twitter-icon a {
  float: none;
  display: inline-block;
}
/* End Tz Twitter */
/* Tz Slide Article Home 4*/
.tz-article-home-4 {
  background: #101010;
}
.tz_article_slide {
  position: relative;
}
.tz_article_slide:hover .btn-action {
  opacity: 1;
}
.tz_article_slide .btn-action {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
.tz_article_slide .btn-action:hover {
  color: #eed5b2;
}
.tz_article_slide .btn-action.prev {
  left: 30px;
}
.tz_article_slide .btn-action.next {
  right: 30px;
}
.tz_article_slide .tz_item {
  overflow: hidden;
  position: relative;
}
.tz_article_slide .tz_item:hover:after {
  border-color: #daae81;
}
.tz_article_slide .tz_item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  -webkit-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  background: rgba(0, 0, 0, 0.58);
}
.tz_article_slide .tz_item .tz-category a {
  text-transform: uppercase;
  color: #ffffff;
  padding: 6px 10px 4px;
  letter-spacing: 2px;
  background: #eed5b2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
}
.tz_article_slide .tz_item .tz-title {
  margin-top: 15px;
}
.tz_article_slide .tz_item .tz-title a {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 3px;
}
.tz_article_slide .tz_item .tzDateCreated {
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  font-size: 12px;
  margin-top: 8px;
}
.tz_article_slide .tz_item > img {
  width: auto;
  position: relative;
}
.tz_article_slide .tz_item .tz-content {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0 30px;
}
.tz_article_slide .tz_item.tz-item-full-height {
  height: 100%;
}
.tz_article_slide .tz_item.tz-item-height-50 {
  height: 50%;
}
.tz_article_slide .tz_item.tz-item-height-60 {
  height: 66.67%;
}
.tz_article_slide .tz_item.tz-item-height-30 {
  height: 33.33%;
}
/* End Tz Slide Article Home 4*/
.tz_trending_article {
  padding: 30px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 3px;
}
.tz_trending_article .tz_trending_article {
  padding: 0;
}
.tz_trending_article a {
  color: #daae81;
}
.tz_trending_article .display-flex .tz_label {
  width: 7%;
}
.tz_trending_article .display-flex .owl-carousel {
  width: 93%;
  padding-left: 5px;
}
/**/
.tz_portfolio_plus_article:after {
  clear: both;
  content: "";
  display: block;
}
.tz_portfolio_plus_article .tz-content {
  float: right;
  width: 42%;
  padding-right: 80px;
  z-index: 1;
  position: relative;
}
.tz_portfolio_plus_article .tz-category-fixed {
  color: rgba(255, 255, 255, 0.1);
  font-size: 250px;
  letter-spacing: 15px;
  line-height: 1.2em;
  max-width: 70%;
  position: absolute;
  right: 70px;
  text-align: right;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  z-index: 0;
}
.tz_portfolio_plus_article .tz_categories a {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tz_portfolio_plus_article .tz-title {
  color: #eed5b2;
  font-size: 60px;
  letter-spacing: 5px;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 3px;
}
.tz_portfolio_plus_article .tz-title a {
  color: #eed5b2;
}
.tz_portfolio_plus_article .tz-description {
  margin-bottom: 55px;
}
.tz_portfolio_plus_article .tz-description p {
  color: #ffffff;
}
.tz_portfolio_plus_article .tz-additional {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.tz_portfolio_plus_article .tz-additional a {
  color: #ffffff;
}
.tz_portfolio_plus_article .tz-additional .muted {
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
}
.tz_portfolio_plus_article .tz-btn {
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 12px 40px 11px 40px;
  -webkit-transition: all 0.3s ease 0.05s;
  -o-transition: all 0.3s ease 0.05s;
  transition: all 0.3s ease 0.05s;
}
.tz_portfolio_plus_article .tz-read-more {
  background: #daae81 none repeat scroll 0 0;
  border-color: #daae81;
}
.tz_portfolio_plus_article .tz-read-more:hover {
  background: #eed5b2;
  color: #ffffff;
  border-color: #eed5b2;
}
.tz_portfolio_plus_article .tz-button-custom {
  border-width: 1px;
  border-color: #eed5b2;
  color: #eed5b2;
  margin-left: 20px;
}
.tz_portfolio_plus_article .tz-button-custom:hover {
  background: #eed5b2;
  color: #222222;
}
/*Tz Newsletter Home 5*/
.tz_newsletter {
  padding: 0;
}
.tz_newsletter .tz-form .text-header {
  margin: -145px 0 -95px;
}
.tz_newsletter .tz-form .tz-size-lagre {
  color: rgba(255, 255, 255, 0.05);
  font-size: 250px;
  letter-spacing: 20px;
}
.tz_newsletter .tz-form .tz-size-medium {
  color: #eed5b2;
  font-size: 72px;
  letter-spacing: 20px;
  margin-bottom: 17px;
  margin-top: 0;
}
.tz_newsletter .tz-form .tz-size-small {
  color: #ffffff;
  font-style: italic;
  font-weight: 300;
}
.tz_newsletter .tz-form .mc-field-group {
  width: 35%;
  position: relative;
  margin: 70px auto 0;
}
.tz_newsletter .tz-form .mc-field-group .tz-button {
  color: #120d14;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  background: #eed5b2;
  bottom: 0;
  padding: 17px 40px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
}
.tz_newsletter .tz-form .email {
  background: transparent;
  border: 1px solid #eed5b2;
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 13px 30px;
  line-height: 1.5em;
  color: rgba(255, 255, 255, 0.4);
  font-style: italic;
  font-weight: 300;
}
/*End Tz Newsletter Home 5*/
.tz-block-footer-home5 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 33px 150px;
  background: #2c2c2c;
}
.tz-block-footer-home5 .display-flex > div {
  width: 33.33%;
  margin: 0;
  padding: 0;
}
.tz-block-footer-home5 .display-flex .social_footer_home_page a {
  display: inline-block;
  margin: 0 13px;
}
.tz-block-footer-home5 .display-flex .social_footer_home_page:after,
.tz-block-footer-home5 .display-flex .social_footer_home_page:before {
  content: none;
}
.tz-block-footer-home5 .display-flex .social_footer_home_page i {
  font-size: 30px;
  color: #eed5b2;
  display: block;
}
/* Tz Video Home 1 */
.tz-video-fullscreen .TzStatistic video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
/* End Tz Video Home 1 */
/*Musika*/
.tz-playlist {
  z-index: 3;
}
/* Tz Full Height */
.tz-full-height {
  height: 100vh;
}
.tz-full-height > div > .row > div,
.tz-full-height > div > .row,
.tz-full-height > div {
  height: 100vh;
}
/* Revo Slider */
.rev_slider_wrapper .tz-text-style-1 {
  font-size: 72px;
  color: #ffffff;
  letter-spacing: 15px;
}
.rev_slider_wrapper .tz-text-style-1 span {
  color: #eed5b2;
}
.rev_slider_wrapper .tz-block {
  width: 100%;
}
.rev_slider_wrapper .tz-block a {
  display: inline-block;
  background: #ffffff;
  color: #150918;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 45px;
  padding: 15px 35px;
}
.rev_slider_wrapper .tz-text-style-2 {
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 15px;
  line-height: 1.3em;
}
.rev_slider_wrapper .tz-text-style-2 em {
  font-size: 62px;
  display: block;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.rev_slider_wrapper .tz-text-style-2 span {
  color: #eed5b2;
}
.rev_slider_wrapper .tz-text-style-3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 3px;
  margin-top: 17px;
}
.rev_slider_wrapper .tz-text-style-4 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.rev_slider_wrapper .tz-layer-block {
  display: flex;
  align-items: center;
  height: 456px;
  width: 456px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eed5b2;
  text-align: center;
}
.rev_slider_wrapper .tz-icon {
  font-size: 80px;
  color: #eed5b2;
}
.rev_slider_wrapper .tz-button-style-1 {
  min-width: 130px;
  padding: 13px 30px;
  text-transform: uppercase;
  background: #eed5b2;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 4px;
  font-size: 18px;
  width: 190px;
  text-align: center;
  display: block;
}
.rev_slider_wrapper .tz-button-style-2 {
  min-width: 130px;
  padding: 13px 30px;
  text-transform: uppercase;
  background: #d9ae84;
  color: #000000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 4px;
  font-size: 18px;
  width: 190px;
  text-align: center;
  display: block;
}
.rev_slider_wrapper .tp-rightarrow.custom {
  background: none;
  height: auto;
  width: auto;
}
.rev_slider_wrapper .tp-rightarrow.custom:after {
  content: '\f105';
  font-size: 60px;
  color: #ffffff;
  font-family: FontAwesome;
}
.rev_slider_wrapper .tp-leftarrow.default {
  background: none;
  height: auto;
  width: auto;
}
.rev_slider_wrapper .tp-leftarrow.default:after {
  content: '\f104';
  font-size: 60px;
  color: #ffffff;
  font-family: FontAwesome;
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/****************
* bounceInLeft *
****************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
a:hover {
  text-decoration: none;
}
.about_page {
  background-size: initial;
  background-position: center 50%;
  padding-top: 148px;
  height: 100vh;
  z-index: 1;
  position: relative;
}
.about_page:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(14, 14, 14, 0.7);
  top: 0;
  left: 0;
  z-index: -1;
}
.about_page:before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0) 17%, rgba(14, 14, 14, 0.18) 34%, rgba(14, 14, 14, 0.8) 89%, #0e0e0e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0) 17%, rgba(14, 14, 14, 0.18) 34%, rgba(14, 14, 14, 0.8) 89%, #0e0e0e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0) 17%, rgba(14, 14, 14, 0.18) 34%, rgba(14, 14, 14, 0.8) 89%, #0e0e0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.about_page .description-about {
  display: block;
  text-align: center;
  color: #bcbcbc;
  font-size: 16px;
}
.about_page .description-about p {
  margin: 0 auto;
  padding: 0 20%;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 15px;
}
.about_page .description-about h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 10px;
  letter-spacing: 5px;
  display: inline-block;
}
.about_page .description-about h3:before {
  content: '';
  height: 5px;
  width: 100%;
  max-width: 98%;
  bottom: 0;
  background: #eed5b2;
  position: absolute;
}
.tz-mod-social ul {
  clear: both;
  display: block;
  text-align: center;
  margin-top: 31px;
  padding-left: 0;
}
.tz-mod-social ul li {
  clear: both;
  display: inline-block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0 10px;
}
.tz-mod-social ul li a {
  color: #ffffff;
  font-size: 16px;
}
div.info_about {
  margin-top: 120px;
}
div.info_about .tz-introtext p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}
div.info_about .tz-content-k22 {
  margin-left: -25px;
}
div.info_about.k2ItemsBlock ul li a.moduleItemComments,
div.info_about.k2ItemsBlock ul li span.moduleItemHits {
  border-right: 0;
}
div.info_about.k2ItemsBlock ul li div.moduleItemIntrotext {
  margin-bottom: 34px;
}
div.info_about.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
}
div.info_about .tz-left span {
  position: relative;
  z-index: 10;
  display: inline-block;
  clear: both;
  margin-top: 54px;
  margin-left: 100px;
}
div.info_about .tz-left span a {
  display: block;
  border: 1px solid #eed5b2;
}
div.info_about .tz-left span:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #eed5b2;
  z-index: -1;
  margin-left: -33px;
  margin-top: -33px;
}
div.info_about .tz-left span:after {
  background: #daae81 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -54px;
  margin-top: -54px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.title-about .tz-category {
  font-size: 12px;
  margin-top: 0;
}
.title-about .tz-category a {
  color: #eed5b2;
  letter-spacing: 3px;
}
.title-about .tz-title {
  margin-top: 16px;
  margin-bottom: 33px;
}
.title-about .tz-title a {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 7px;
}
.title-about .moduleItemAuthor {
  color: #ffffff;
}
.title-about .moduleItemAuthor a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 5px;
}
.title-about .moduleItemAuthor a:hover {
  text-decoration: none;
}
.moduleinfo_about {
  margin-top: 110px;
}
.ab_read_more {
  position: relative;
  display: inline-block;
  margin-top: 23px;
}
.ab_read_more a {
  background: #daae81;
  color: #100913;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: normal;
  padding: 12px 16px 11px 20px;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 1em;
}
.ab_read_more a:active {
  outline: none;
}
.ab_read_more a:hover {
  background: #eed5b2;
  color: #ffffff;
}
.ab_read_more i {
  font-size: 12px;
}
.cd-timeline {
  margin-bottom: 3em;
  margin-top: 3em;
  padding: 2em 0;
  position: relative;
}
.cd-timeline .tz-timeline-block.lastItem {
  margin-top: 0;
  z-index: 1;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-imager {
  text-align: center;
  padding-bottom: 50px;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-imager {
  text-align: center;
  padding-bottom: 0;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-imager .moduleItemImage {
  display: block;
  margin: auto auto 21px auto;
  text-align: center;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-content .tz-date {
  top: 0;
  margin-left: 0;
  left: 0;
  position: relative;
  display: inline-block;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.cd-timeline .tz-timeline-block.lastItem .title-timeline h3 {
  margin-top: 30px;
  margin-bottom: 18px;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-wow:after {
  height: 100px;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-wow:before {
  content: none;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-content {
  width: 50%;
  margin: 90px auto 0;
  text-align: center;
  float: none;
}
.cd-timeline .tz-timeline-block.lastItem .tz-timeline-content .tz-date:before {
  content: none;
}
.cd-container:after {
  clear: both;
  content: "";
  display: table;
}
.tz-timeline-block {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.tz-timeline-block:first-child {
  margin-top: 0 !important;
  padding-bottom: 120px;
}
.tz-timeline-block:first-child .moduleItemImage {
  width: auto;
  height: auto;
  border: 30px solid #daae81;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}
.tz-timeline-block:first-child .tz-timeline-imager {
  text-align: center !important;
}
.tz-timeline-block:first-child .tz-timeline-imager img {
  height: auto;
  width: auto;
}
.tz-timeline-block:first-child .introduce-about,
.tz-timeline-block:first-child .moduleItemIntrotext,
.tz-timeline-block:first-child .moduleItemIntrotext,
.tz-timeline-block:first-child .moduleItemIntrotextmoduleItemIntrotext,
.tz-timeline-block:first-child .linetime-comments,
.tz-timeline-block:first-child .moduleItemHits,
.tz-timeline-block:first-child .tz-date,
.tz-timeline-block:first-child .tz-line {
  display: none;
}
.tz-timeline-block:first-child .tz-timeline-content {
  width: 100%;
  text-align: center;
}
.tz-timeline-block:first-child .tz-timeline-wow::after {
  height: 100%;
  top: 9px;
}
.tz-timeline-block:after {
  clear: both;
  content: "";
  display: table;
}
.tz-timeline-block:last-child,
.tz-timeline-block:first-child {
  margin-top: 0;
}
.tz-timeline-block:last-child .tz-timeline-imager:after,
.tz-timeline-block:first-child .tz-timeline-imager:after {
  content: none;
}
.tz-timeline-block:nth-child(2n+1) {
  margin-top: -120px;
  text-align: right;
}
.tz-timeline-block:nth-child(2n+1) .tz-timeline-content {
  float: right;
}
.tz-timeline-block:nth-child(2n+1) .tz-timeline-content:before {
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: auto;
  right: 100%;
  top: 24px;
}
.tz-timeline-block:nth-child(2n+1) .tz-timeline-content .tz-date {
  right: auto;
  left: 0;
}
.tz-timeline-block:nth-child(2n+1) .tz-timeline-imager {
  text-align: right;
}
.tz-timeline-wow:before {
  content: "";
  border: 2px solid #daae81;
  border-radius: 50%;
  height: 12px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 70px;
  width: 12px;
  z-index: 2;
  background: #875250;
}
.tz-timeline-wow:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #daae81 none repeat scroll 0 0;
  z-index: 1;
}
.tz-timeline-wow.tz-wow {
  background: #875250 none repeat scroll 0 0;
}
.tz-timeline-content {
  margin-left: 0;
  padding: 0 30px;
  width: 50%;
  position: relative;
  z-index: 1;
}
.tz-timeline-content:after {
  clear: both;
  content: "";
  display: table;
}
.tz-timeline-content .moduleItemAuthor,
.tz-timeline-content .moduleItemHits {
  color: #b7b7b7;
}
.tz-timeline-content .tz-timeline-imager {
  position: relative;
  z-index: 3;
}
.tz-timeline-content .tz-timeline-imager img {
  position: relative;
}
.tz-timeline-content .tz-timeline-imager a {
  display: inline-block;
  height: 150px;
  width: 150px;
  border: 2px solid #daae81;
  border-radius: 50%;
  overflow: hidden;
}
.tz-timeline-content .tz-timeline-imager:after {
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  margin-top: 1px;
  z-index: -1;
  background: #eed5b2;
}
.tz-timeline-content .moduleItemIntrotext p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px;
}
.tz-timeline-content .tz-date {
  background: #eed5b2;
  border-radius: 21px;
  clear: both;
  display: inline-block;
  font-size: 14px;
  right: 0;
  padding: 4px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  min-width: 120px;
  text-align: center;
  color: #120d14;
  z-index: 2;
  letter-spacing: 2px;
}
.title-timeline h5 a,
.title-timeline .moduleItemAuthor a {
  color: #ffffff;
}
.title-timeline h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.title-timeline h3 a {
  color: #eed5b2;
  letter-spacing: 5px;
}
.linetime-comments a {
  color: #ffffff;
}
.image-about {
  text-align: right;
  padding-right: 75px;
}
.tz-timeline-block.animated.odd .introduce-about,
.tz-timeline-block.animated.odd .moduleItemIntrotext {
  -webkit-animation: bounceInLeft 1200ms;
  -moz-animation: bounceInLeft 1200ms;
  animation: bounceInLeft 1200ms;
}
.tz-timeline-block.animated.even .introduce-about,
.tz-timeline-block.animated.even .moduleItemIntrotext {
  -webkit-animation: bounceInRight 1200ms;
  -moz-animation: bounceInRight 1200ms;
  animation: bounceInRight 1200ms;
}
.tz-timeline-block.animated.lastItem .introduce-about,
.tz-timeline-block.animated.lastItem .moduleItemIntrotext {
  visibility: visible;
  -webkit-animation: cd-bounce-1 1200ms;
  -moz-animation: cd-bounce-1 1200ms;
  animation: cd-bounce-1 1200ms;
}
.about-history {
  padding-top: 70px;
}
.about-history h3.module-title {
  text-align: center;
  margin: 100px 0;
}
.about-history h3.module-title span {
  position: relative;
  color: #bfbfbf;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: normal;
}
.about-history h3.module-title span:before {
  content: '';
  width: 1px;
  height: 70px;
  position: absolute;
  top: 45px;
  left: 50%;
  background: #25221f;
}
.about-history h3.module-title span:after {
  content: '';
  width: 1px;
  height: 72px;
  position: absolute;
  top: -84px;
  left: 50%;
  background: #25221f;
}
.about-footer {
  padding: 24px 0 78px;
  text-align: center;
}
.tz-abfooter {
  font-size: 14px;
  color: #ffffff;
}
.tz-abfooter .tz-footer-copyright {
  margin-top: 30px;
  letter-spacing: 3px;
  line-height: 1.7em;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 300;
}
.bg-abfooter {
  margin-top: -540px;
  padding-top: 575px;
  position: relative;
  z-index: 0;
}
.bg-abfooter:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 350px;
  top: 0;
  left: 0;
  background: #0e0e0e;
  background: -moz-linear-gradient(top, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0e0e0e), color-stop(100%, rgba(14, 14, 14, 0)));
  background: -webkit-linear-gradient(top, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
  background: -o-linear-gradient(top, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
  background: -ms-linear-gradient(top, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
  background: linear-gradient(to bottom, #0e0e0e 0%, rgba(14, 14, 14, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#0e0e0e', GradientType=0);
}
@media (max-width: 991px) {
  .about_page .description-about p {
    width: 100%;
  }
  .image-about {
    text-align: center;
    padding-right: 0;
  }
  div.info_about .tz-left span {
    padding-left: 0;
    margin-left: 54px;
  }
  div.info_about .tz-content-k22 {
    padding: 15px 30px;
    margin: 0;
  }
  .odd .tz-timeline-content {
    padding-left: 15px;
  }
  .even .tz-timeline-content {
    padding-right: 15px;
  }
  .tz-timeline-block:first-child .tz-timeline-content {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .tz-timeline-block:first-child .moduleItemImage {
    width: 100%;
    border-width: 10px;
  }
  .tz-timeline-wow:after,
  .tz-timeline-wow:before {
    content: none;
  }
  .tz-timeline-content {
    width: 100%;
    padding: 0 15px !important;
  }
  .tz-timeline-block {
    margin: 0 !important;
    padding: 0 0 30px 0;
  }
  .tz-timeline-block:first-child {
    padding-bottom: 30px;
  }
  .cd-timeline .tz-timeline-block.lastItem .tz-timeline-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .image-about {
    padding: 0 15px;
  }
  .image-about img {
    max-width: 100%;
  }
  div.info_about .tz-left span {
    margin-left: 55px;
    margin-top: 0;
  }
  .about_page .description-about p {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .tz-timeline-content {
    text-align: center;
  }
  .tz-timeline-content .tz-timeline-imager {
    text-align: center !important;
  }
  .tz-timeline-content .tz-timeline-imager a {
    display: block;
    margin: auto;
  }
  .tz-timeline-content .tz-timeline-imager:after {
    content: none;
  }
  .tz-timeline-content .tz-date {
    display: inline-block;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    margin-top: 15px;
    left: auto !important;
    right: auto !important;
  }
}
.hikashop_products ul.thumbnails {
  margin: 0;
}
.hikashop_products_listing_main .tz-top-shop {
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
}
.hikashop_products_listing_main .tz-top-shop .tz-choose-style {
  width: 20%;
}
.hikashop_products_listing_main .tz-top-shop .hikashop_filter_main_div {
  width: 80%;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer {
  padding: 60px 20px 23px;
  overflow: hidden;
  position: relative;
  height: auto !important;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer.hikashop_subcontainer_border {
  border: 1px solid rgba(229, 174, 73, 0.2);
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(229, 174, 73, 0);
  border: 1px solid rgba(229, 174, 73, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer:hover:before {
  background: rgba(229, 174, 73, 0.1);
  opacity: 1;
  visibility: visible;
  border-width: 10px;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer > div {
  position: relative;
  z-index: 1;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer .tz_header_product {
  margin-bottom: 40px;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_name a {
  font-size: 18px;
  color: #222222;
  letter-spacing: 2px;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_code_list {
  color: #cecece;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_code_list a {
  color: #cecece;
  letter-spacing: 1px;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_image {
  margin-bottom: 5px;
}
.hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_image .tz-view_detail {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  bottom: -40px;
  z-index: 2;
}
.hikashop_products_listing_main .img_title .hikashop_product_image img {
  max-width: 100%;
  margin: auto;
}
.hikashop_products_listing_main .img_title .hikashop_product_price_full {
  font-size: 22px;
}
.hikashop_products_listing_main .img_title .hikashop_product_price_full .hikashop_product_price_before_discount {
  text-decoration: line-through;
  color: #cecece;
}
.hikashop_products_listing_main .img_title .hikashop_product_price_full .hikashop_product_price {
  color: #eed5b2;
}
.hikashop_products_listing_main .img_title .tz-view-detail {
  background: #eed5b2;
  color: #ffffff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  max-width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 30px;
  font-weight: normal;
}
.hikashop_products_listing_main .img_title .hikashop_add_wishlist,
.hikashop_products_listing_main .img_title .hikashop_product_quantity_div {
  display: inline-block;
}
.hikashop_products_listing_main .img_title .hikashop_product_vote {
  margin: 6px 0;
}
.hikashop_products_listing_main .tz-choose-style label {
  font-weight: 300;
  color: #222222;
  position: relative;
  top: -3px;
  padding-right: 5px;
}
.hikashop_products_listing_main .tz-choose-style .switchToGrid {
  margin-left: 5px;
}
.hikashop_products_listing_main .tz-choose-style .switchToGrid,
.hikashop_products_listing_main .tz-choose-style .switchToList {
  font-size: 18px;
  color: #222222;
  margin-right: 9px;
  display: inline-block !important;
  -webkit-transition: all 0.3s ease 0.05s;
  -o-transition: all 0.3s ease 0.05s;
  transition: all 0.3s ease 0.05s;
}
.hikashop_products_listing_main .tz-choose-style .switchToGrid:hover,
.hikashop_products_listing_main .tz-choose-style .switchToList:hover {
  color: #eed5b2;
}
.hikashop_products_listing_main .tz-choose-style .tooltip .tooltip-inner {
  background: #eed5b2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 15px;
  min-width: 80px;
}
.hikashop_products_listing_main .tz-choose-style .tooltip.top .tooltip-arrow {
  border-top-color: #eed5b2;
}
.hikashop_products_listing_main .hikashop_product {
  padding-bottom: 40px;
}
.hikashop_products_listing_main .list-footer {
  display: flex;
  align-items: center;
}
.hikashop_products_listing_main .list-footer .limit {
  width: 40%;
}
.hikashop_products_listing_main .list-footer > .pagination {
  width: 60%;
  text-align: right;
  margin: 0;
}
.hikashop_products_listing_main .list-footer > .pagination li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: transparent;
  border: 1px solid #dedede;
  color: #666666;
  font-weight: 300;
  margin: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.hikashop_products_listing_main .list-footer > .pagination li a:hover {
  background: #eed5b2;
  border-color: #eed5b2;
  color: #ffffff;
}
.hikashop_products_listing_main .hikashop_products_pagination {
  border-top: 1px solid #ededed;
  padding-top: 40px;
}
.hikashop_products_listing_main .hikashop_products_pagination .hikashop_results_counter {
  display: none;
}
.hikashop_products_listing .hikashop_product .tooltip.top {
  margin-bottom: 10px;
}
.hikashop_products_listing .hikashop_product .tooltip.top .tooltip-inner {
  line-height: 24px;
}
.hikashop_products_listing .hikashop_product.img_title {
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_container {
  padding-bottom: 40px;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_product_quantity_div {
  display: inline-block;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_product_desc {
  display: none;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_image {
  position: relative;
  overflow: hidden;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .tz_shop_link_item,
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .add_to_cart_listing,
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .tz_shop_item_info {
  z-index: 1;
  position: static;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .tz_shop_link_item > *,
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .add_to_cart_listing > *,
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .tz_shop_item_info > * {
  z-index: 2;
  position: relative;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .view_detail {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  bottom: -40px;
  z-index: 2;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .tz_shop_link_item {
  background-color: #000000;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 7px 26px;
  text-transform: uppercase;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .title_product {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hk-rating {
  margin-top: 12px;
  line-height: 1em;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hk-rating a {
  font-size: 15px;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_price_full {
  margin-top: 10px;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_price_before_discount {
  margin-right: 18px;
}
.hikashop_products_listing .hikashop_product.img_pane {
  padding-top: 0;
  padding-bottom: 0;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_container {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid #ededed;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel {
  width: 100%;
  padding-left: 15px;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .hikashop_product_name {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 2px;
  padding: 0;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .hikashop_product_name a {
  color: #000000;
  padding: 0;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .hikashop_product_price_full {
  font-size: 13px;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .hikashop_product_price {
  color: #000000;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .hikashop_product_price_before_discount {
  text-decoration: line-through;
  margin-right: 3px;
}
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .state-empty,
.hikashop_products_listing .hikashop_product.img_pane .hikashop_img_pane_panel .state-full {
  font-size: 14px;
  padding: 0;
}
.hikashop_products_listing.layout_grid .tz-title-button {
  display: none;
}
.hikashop_products_listing.layout_grid .tz-button {
  background: #eed5b2;
  display: block;
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 6px;
}
.hikashop_products_listing.layout_grid .tz-button:hover {
  background: #daae81;
  color: #222222;
}
.hikashop_products_listing.layout_list .tooltip {
  display: none !important;
}
.hikashop_products_listing.layout_list .hikashop_listing_img_title {
  display: flex;
}
.hikashop_products_listing.layout_list .img_title .hikashop_subcontainer {
  padding: 23px 20px;
}
.hikashop_products_listing.layout_list .img_title .hikashop_subcontainer .effect-zoe .tz-body {
  bottom: -50%;
}
.hikashop_products_listing.layout_list .img_title .hikashop_subcontainer:hover .effect-zoe .tz-body {
  bottom: 50%;
  -webkit-transform: translate3d(0px, 25px, 0px);
  -moz-transform: translate3d(0px, 25px, 0px);
  -ms-transform: translate3d(0px, 25px, 0px);
  -o-transform: translate3d(0px, 25px, 0px);
  transform: translate3d(0px, 25px, 0px);
}
.hikashop_products_listing.layout_list .img_title .hikashop_product_vote {
  margin: -2px 0 8px;
}
.hikashop_products_listing.layout_list .img_title .hikashop_product_vote .hk-rating {
  margin: 0;
}
.hikashop_products_listing.layout_list .img_title .hikashop_product_desc {
  margin-top: 10px;
  color: #666666;
  font-weight: 300;
  line-height: 1.8em;
}
.hikashop_products_listing.layout_list .img_title .hikashop_product_image {
  max-width: 245px;
  padding: 15px;
}
.hikashop_products_listing.layout_list .img_title .state-empty,
.hikashop_products_listing.layout_list .img_title .state-full {
  font-size: 14px;
  padding-right: 3px;
}
.hikashop_products_listing.layout_list .img_title .hikashop_subcontainer .tz_header_product {
  margin: 0;
}
.hikashop_products_listing.layout_list .img_title .hikashop_subcontainer .add_to_cart_listing {
  margin: 22px 0 0;
}
.hikashop_products_listing.layout_list .hikashop_product {
  width: 100%;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_subcontainer:hover .view_detail {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) rotateX(0deg);
  -moz-transform: translateY(-50%) rotateX(0deg);
  -ms-transform: translateY(-50%) rotateX(0deg);
  -o-transform: translateY(-50%) rotateX(0deg);
  transform: translateY(-50%) rotateX(0deg);
}
.hikashop_products_listing.layout_list .hikashop_product .tz_img_title {
  padding: 24px 20px 28px;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_desc {
  display: block;
}
.hikashop_products_listing.layout_list .hikashop_product .tz_shop_item_info {
  width: 70%;
  text-align: left;
  padding: 0 0 0 30px !important;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_price_full {
  margin-top: 5px;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing {
  position: relative !important;
  top: auto;
  margin: 23px 0 7px;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button {
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 20px;
  padding: 10px 18px 9px;
  letter-spacing: 0.5px;
  background: #c7c7c7;
  border-color: #c7c7c7;
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  line-height: 1.5em;
  color: #ffffff;
  margin-right: 9px;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button:hover {
  background: #000000;
  border-color: #000000;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button .tz_layout_list {
  display: inline-block;
  color: #ffffff;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button i {
  line-height: 1em;
  margin-right: 10px;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button.tz-add-to-cart {
  background: #eed5b2;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button.tz-add-to-cart:hover {
  background: #daae81;
  color: #222222;
}
.hikashop_products_listing.layout_list .hikashop_product .view_detail {
  top: 50%;
  bottom: auto !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-50%) rotateX(90deg);
  -moz-transform: translateY(-50%) rotateX(90deg);
  -ms-transform: translateY(-50%) rotateX(90deg);
  -o-transform: translateY(-50%) rotateX(90deg);
  transform: translateY(-50%) rotateX(90deg);
}
.hikashop_products_listing.layout_grid .img_title .hikashop_subcontainer:hover .add_to_cart_listing {
  opacity: 1;
}
.hikashop_products_listing.layout_grid .img_title .hikashop_subcontainer:hover .add_to_cart_listing .hikashop_cart_button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.hikashop_products_listing.layout_grid .img_title .hikashop_subcontainer:hover .view_detail {
  bottom: 0;
}
.hikashop_products_listing.layout_grid .img_title .add_to_cart_listing {
  position: absolute !important;
  top: 50%;
  margin-top: -50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hikashop_products_listing.layout_grid .img_title .add_to_cart_listing .hikashop_product_stock_count {
  display: block;
  padding-bottom: 10px;
}
.hikashop_products_listing.layout_grid .img_title .add_to_cart_listing .hikashop_cart_button {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hikashop_products_listing.layout_grid .img_title .add_to_cart_listing .hikashop_cart_button i {
  color: #ffffff;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.hikashop_products_listing.layout_grid .img_title .add_to_cart_listing .tz_layout_list {
  display: none;
}
.hikashop_products_pagination .chzn-container.chzn-container-active.chzn-with-drop .chzn-single > div > b,
.hikashop_products_listing_main .hikashop_filter_main .chzn-container.chzn-container-active.chzn-with-drop .chzn-single > div > b {
  background-position: -18px 8px;
}
.hikashop_products_pagination .chzn-container .chzn-single,
.hikashop_products_listing_main .hikashop_filter_main .chzn-container .chzn-single {
  padding: 4px 11px;
  line-height: 28px;
  border-radius: 1px;
  border: 1px solid #dedede;
  height: auto;
  background: #ffffff;
  color: #666;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hikashop_products_pagination .chzn-container .chzn-single > div,
.hikashop_products_listing_main .hikashop_filter_main .chzn-container .chzn-single > div {
  width: 15px;
  right: 10px;
}
.hikashop_products_pagination .chzn-container .chzn-single > div > b,
.hikashop_products_listing_main .hikashop_filter_main .chzn-container .chzn-single > div > b {
  background-position: 0 8px;
}
.hikashop_products_pagination .chzn-container .chzn-drop,
.hikashop_products_listing_main .hikashop_filter_main .chzn-container .chzn-drop {
  border-color: #dedede;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hikashop_module .tz-choose-style {
  display: none;
}
.hikashop_products_listing_main .tz_top {
  border-color: #ededed;
  border-style: solid;
  border-width: 0 0 1px;
  margin-bottom: 40px;
  padding: 0 0 25px;
}
.hikashop_products_listing_main .tz_top:after {
  clear: both;
  display: block;
  content: '';
}
.hikashop_products_listing_main .tz_top .hikashop_filter_main_div {
  margin: 0 20px 0 0;
}
.hikashop_products_listing_main .tz_top .hikashop_results_counter {
  border: 1px solid #dedede;
  border-radius: 1px;
  color: #666;
  line-height: 20px;
  padding: 9px 15px;
  font-weight: 300;
}
.hikashop_products_listing_main .tz_top .view_list {
  margin-top: 10px;
}
.hikashop_products_listing_main .tz_top .view_list label {
  font-weight: 300;
}
.hikashop_products_listing_main .tz_top .view_list a {
  font-size: 18px;
  line-height: 1em;
  margin-left: 7px;
}
.hikashop_products_listing_main .tz_top .view_list a:hover {
  color: #000000;
}
.view-category .tz_top {
  display: none;
}
/* Vote */
div.hk-rating {
  position: relative;
  display: inline-block;
}
.hika_comment_listing_empty_stars,
.hika_comment_listing_full_stars,
.state-empty,
.state-full {
  background: none !important;
  font-size: 14px;
  display: inline-block;
  padding-right: 4px;
  cursor: pointer;
  font-family: FontAwesome;
  color: #cecece;
}
.hika_comment_listing_empty_stars:before,
.state-empty:before {
  content: "\f006";
}
.hk-rate-star.state-hover:before,
.hika_comment_listing_full_stars:before,
.state-full:before,
.state-full.state-hover:before {
  color: #f5d608;
  content: "\f005";
}
/* Product Detail */
.hikashop_product_page .one_image .hikashop_product_main_image_thumb {
  padding: 0;
}
.hikashop_product_page .hikashop_child_image {
  display: block;
  margin: auto;
}
.hikashop_product_page .hikashop_submodules .tz-choose-style {
  display: none;
}
.hikashop_product_page .hikashop_submodules h2 {
  color: #222222;
  font-size: 36px;
  letter-spacing: 3px;
  line-height: 25px;
  margin-bottom: 45px;
  margin-top: 48px;
}
.hikashop_product_page .hikashop_product_name_main {
  color: #222222;
  font-size: 48px;
  letter-spacing: 5px;
  margin: -8px 0 6px;
  text-decoration: none;
}
.hikashop_product_page .state-empty,
.hikashop_product_page .state-full {
  font-size: 15px;
}
.hikashop_product_page .state-empty {
  color: #b5b5b5;
}
.hikashop_product_page .state-empty:before {
  content: '\f005';
}
.hikashop_product_page .state-full {
  color: #f2c667;
}
.hikashop_product_page .hikashop_product_main_image_thumb {
  padding-left: 100px;
}
.hikashop_product_page .hikashop_product_main_image_thumb .hikashop_product_main_image_subdiv {
  border: 5px solid rgba(229, 174, 73, 0.5);
  position: relative;
}
.hikashop_product_page .hikashop_product_main_image_thumb .hikashop_product_main_image_subdiv:after {
  background: rgba(229, 174, 73, 0.1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_description_main_mini {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 49px;
  color: #666666;
  font-weight: 300;
  line-height: 1.8em;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_description_main_mini a {
  color: #eed5b2;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_full {
  color: #eed5b2;
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
  line-height: 1em;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price_before_discount {
  color: #b5b5b5;
  text-decoration: line-through;
  margin-right: 15px;
}
.hikashop_product_page #hikashop_product_right_part .tz_info {
  margin-top: 30px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_vote_mini {
  margin-bottom: 15px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div {
  display: inline-block;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist i,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div i {
  padding-right: 10px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist .hikashop_cart_button,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div .hikashop_cart_button {
  background: #c7c7c7;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 5px;
  display: block;
  font-weight: 300;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist .hikashop_cart_button:hover,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div .hikashop_cart_button:hover {
  background: #000000;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist .hikashop_cart_button.tz-add-to-cart,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div .hikashop_cart_button.tz-add-to-cart {
  background: #eed5b2;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist .hikashop_cart_button.tz-add-to-cart:hover,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div .hikashop_cart_button.tz-add-to-cart:hover {
  background: #daae81;
  color: #222222;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_stock_count {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ff0000;
  display: block;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics {
  margin: 0 0 39px 0;
  color: #666666;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics tr td:first-child {
  padding-right: 35px;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container {
  min-width: 60px;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container.chzn-container-active.chzn-with-drop .chzn-single > div > b {
  background-position: -18px 8px;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container.chzn-container-active.chzn-with-drop .chzn-single > div > b:before {
  content: '\f106';
}
.hikashop_product_page #hikashop_product_right_part .chzn-container .chzn-single {
  padding: 4px 11px;
  line-height: 27px;
  border-radius: 1px;
  border: 1px solid #ededed;
  height: auto;
  background: #ffffff;
  color: #666;
  font-weight: 300;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container .chzn-single span {
  margin: 0;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container .chzn-single > div {
  width: 18px;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container .chzn-single > div > b {
  background-position: 0 8px;
  background: none !important;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container .chzn-single > div > b:before {
  content: '\f107';
  font-family: FontAwesome;
  line-height: 35px;
  font-weight: normal;
}
.hikashop_product_page #hikashop_product_right_part .chzn-container .chzn-drop {
  border-color: #dedede;
  color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hikashop_product_page #hikashop_product_right_part .tz_info > * {
  display: inline-block;
  margin-right: 10px;
}
.hikashop_product_page #hikashop_product_right_part .tz_info .hikashop_product_tags ul {
  display: inline-block;
  margin: 0;
}
.hikashop_product_page #hikashop_product_right_part .tz_info .hikashop_product_tags ul li {
  padding: 0;
}
.hikashop_product_page #hikashop_product_right_part .tz_info .hikashop_product_tags ul li a {
  background: transparent;
  color: #666;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
}
.hikashop_product_page #hikashop_product_right_part .tz_info .hikashop_product_tags ul li a:hover {
  color: #000000;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main {
  margin-bottom: 30px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .tooltip {
  display: none !important;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped input,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_simplified input,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright input,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_default input {
  border: 1px solid #ededed;
  border-radius: 2px;
  color: #666;
  font-weight: 300;
  line-height: 24px;
  padding: 7px 10px;
  width: 70px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped {
  position: relative;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_default,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped .add-on {
  position: absolute;
  right: 0;
  top: 0;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped .add-on a {
  background: #c7c7c7;
  color: #ffffff;
  border: medium none;
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 2px;
  text-align: center;
  width: 15px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_change_div_plus_default a:hover,
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_input_div_regrouped .add-on a:hover {
  background: #eed5b2;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright {
  position: relative;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright input {
  display: inline-block;
  padding: 7px 20px;
  text-align: center;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright .add-on a {
  position: absolute;
  background: #c7c7c7;
  color: #ffffff;
  border: medium none;
  display: block;
  line-height: 35px;
  padding: 2px;
  text-align: center;
  width: 15px;
  height: 100%;
  top: 0;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright .add-on a:hover {
  background: #eed5b2;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright .add-on a.hikashop_product_quantity_field_change_minus {
  left: 0;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_change_div_leftright .add-on a.hikashop_product_quantity_field_change_plus {
  right: 0;
}
.hikashop_product_page .hikashop_product_description_main {
  font-weight: 300;
  color: #666666;
  line-height: 1.78em;
}
.hikashop_product_page #hikashop_show_tabular_specification {
  font-weight: 300;
}
.hikashop_product_page #hikashop_show_tabular_specification > * {
  padding-bottom: 5px;
}
.hikashop_product_page #hikashop_show_tabular_specification * {
  color: #666666;
}
.hikashop_product_page #hikashop_show_tabular_specification a {
  color: #eed5b2;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular {
  border-bottom: 2px solid rgba(237, 106, 90, 0.2);
  display: block;
  margin-bottom: 44px;
  margin-top: 59px;
  padding: 0 0 52px;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul {
  margin: 0;
  padding: 0 5px;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li {
  padding: 0;
  margin: 0 2px -1px 0;
  display: inline-block;
  float: none;
  border-width: 3px 1px 0;
  border-style: solid;
  border-color: transparent rgba(229, 174, 73, 0.2) transparent rgba(229, 174, 73, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.hikashop_tabs_li_selected,
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li:hover,
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.active {
  border-top-color: #eed5b2;
  border-bottom-color: #ffffff;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.hikashop_tabs_li_selected a,
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li:hover a,
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li.active a {
  background: #ffffff;
  z-index: 2;
  color: #000000;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li a {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 13px 29px;
  line-height: 24px;
  font-size: 18px;
  background: #eed5b2;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  letter-spacing: 1px;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_content {
  background: #ffffff;
  border: 1px solid rgba(229, 174, 73, 0.2);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 20px 28px 23px;
  display: none;
}
.hikashop_product_page #hikashop_comment_form .hikashop_listing_comment {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing_stars {
  float: right;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing_stars:after {
  clear: both;
  content: '';
  display: block;
}
.hikashop_product_page #hikashop_comment_form .hikashop_comment_textarea,
.hikashop_product_page #hikashop_comment_form .hikashop_comment_form_mail input,
.hikashop_product_page #hikashop_comment_form .hikashop_comment_form_name input {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #e3e3e3;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 30px;
}
.hikashop_product_page #hikashop_comment_form .btn-send-commnet {
  background: #c7c7c7;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
}
.hikashop_product_page #hikashop_comment_form .btn-send-commnet:hover {
  background: #000000;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing {
  padding: 10px 15px;
}
.hikashop_product_page #hikashop_comment_form .hika_vote_listing_username {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_date {
  color: #b5b5b5;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing_content {
  color: #666;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-top: 5px;
}
.hikashop_product_page #hikashop_comment_form .hikashop_form_comment_let_comment {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing_empty_stars,
.hikashop_product_page #hikashop_comment_form .hika_comment_listing_full_stars {
  font-size: 14px;
}
.hikashop_product_page .lSSlideWrapper {
  border: 5px solid rgba(229, 174, 73, 0.5);
}
.hikashop_product_page .lightSlider li {
  padding: 0;
  position: relative;
}
.hikashop_product_page .lightSlider li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(229, 174, 73, 0.1);
}
.hikashop_product_page .lSPager li {
  border: 1px solid rgba(229, 174, 73, 0.2);
  border-radius: 0 !important;
  padding: 0;
  background: #ffffff;
  position: relative;
}
.hikashop_product_page .lSPager li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 90% !important;
}
.hikashop_product_page .lSPager li:hover,
.hikashop_product_page .lSPager li.active {
  border: 1px solid rgba(229, 174, 73, 0.5);
}
#hikashop_social > span {
  display: inline-block;
  margin-right: 5px;
  max-width: 70px;
  overflow: hidden;
}
#hikashop_social > span.hikashop_social_fb iframe {
  height: 20px !important;
}
.com_hikashop.view-cart .tz-main-body-wrapper,
.com_hikashop.view-product .tz-main-body-wrapper {
  padding: 120px 0;
}
/* Cart */
#hikashop_show_cart_form .tz-actions {
  display: flex;
  align-items: center;
}
#hikashop_show_cart_form .tz-actions .hikashop_header_buttons,
#hikashop_show_cart_form .tz-actions .hikashop_header_title {
  width: 50%;
}
#hikashop_show_cart_form .tz-actions .hikashop_header_title h1 {
  margin: 0;
}
#hikashop_show_cart_form .tz-actions .hikashop_header_buttons {
  text-align: right;
}
#hikashop_show_cart_form .tz-actions .tz-btn {
  letter-spacing: 0.3px;
  font-size: 16px;
  padding: 3px 15px;
  text-transform: uppercase;
  background: #daae81;
  color: #222222;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
}
#hikashop_show_cart_form .tz-actions .tz-btn:hover {
  background: #eed5b2;
  color: #ffffff;
}
#hikashop_show_cart_form #cart_name {
  border: 1px solid #dedede;
  padding: 12px 15px;
}
#hikashop_show_cart_form .key {
  font-weight: 300;
  padding: 25px 0;
}
#hikashop_show_cart_form .content {
  padding: 25px 0;
}
#hikashop_show_cart_form .hikashop_showcart_infos .display-flex {
  border-bottom: 1px solid #dedede;
}
.display-flex {
  display: flex;
  align-items: center;
}
.display-flex .key {
  width: 40%;
}
.display-flex .content {
  width: 60%;
}
#hikashop_carts_listing #hikashop_cart_listing th {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
#hikashop_carts_listing #hikashop_cart_listing td {
  padding: 10px;
}
#hikashop_carts_listing #hikashop_cart_listing td a {
  color: #eed5b2;
}
#hikashop_carts_listing .tz-btn {
  letter-spacing: 0.3px;
  font-size: 16px;
  padding: 3px 15px;
  text-transform: uppercase;
  background: #daae81;
  color: #222222;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#hikashop_carts_listing .tz-btn:hover {
  background: #eed5b2;
  color: #ffffff;
}
#hikashop_carts_listing #hikashop_search {
  padding: 7px 20px;
  width: 80%;
  border: 1px solid #dedede;
  margin-left: 45px;
}
#hikashop_carts_listing .tz-actions {
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
  color: #666666;
}
#hikashop_carts_listing .tz-actions .key {
  width: 75%;
}
#hikashop_carts_listing .tz-actions .key span {
  font-size: 18px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
#hikashop_carts_listing .tz-actions .content {
  width: 25%;
  text-align: right;
}
#hikashop_carts_listing .tz-actions .hikashop_header_buttons,
#hikashop_carts_listing .tz-actions .hikashop_header_title {
  width: 50%;
}
#hikashop_carts_listing .tz-actions .hikashop_header_title h1 {
  margin: 0;
}
#hikashop_carts_listing .tz-actions .hikashop_header_buttons {
  text-align: right;
}
#hikashop_cart_listing .hikashop_showcart_infos {
  margin: 0;
}
#hikashop_cart_listing .hikashop_showcart_infos .inputbox {
  border: 1px solid #d3ced2;
  box-sizing: border-box;
  line-height: 1;
  outline: 0 none;
  padding: 6px 6px 5px;
  width: 100%;
}
#hikashop_cart_listing .hikashop_showcart_infos th,
#hikashop_cart_listing .hikashop_cart_products th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 20px;
  text-transform: uppercase;
}
#hikashop_cart_listing .hikashop_showcart_infos th.hikashop_cart_name_title,
#hikashop_cart_listing .hikashop_cart_products th.hikashop_cart_name_title {
  text-align: left;
}
#hikashop_cart_listing .hikashop_showcart_infos th a,
#hikashop_cart_listing .hikashop_cart_products th a {
  color: #222222;
}
#hikashop_cart_listing .hikashop_showcart_infos td,
#hikashop_cart_listing .hikashop_cart_products td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#hikashop_cart_listing .hikashop_showcart_infos td a,
#hikashop_cart_listing .hikashop_cart_products td a {
  color: #eed5b2;
}
#hikashop_cart_listing .hikashop_showcart_infos td.hikashop_show_cart_quantity_td input,
#hikashop_cart_listing .hikashop_cart_products td.hikashop_show_cart_quantity_td input {
  width: 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 9px 15px;
  border-radius: 2px;
}
#hikashop_cart_listing .hikashop_showcart_infos td.hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh,
#hikashop_cart_listing .hikashop_cart_products td.hikashop_show_cart_quantity_td .hikashop_cart_product_quantity_refresh {
  display: inline-block;
}
#hikashop_cart_listing .hikashop_showcart_infos td .hikashop_product_price_before_discount,
#hikashop_cart_listing .hikashop_cart_products td .hikashop_product_price_before_discount {
  text-decoration: line-through;
  color: #b5b5b5;
  display: block;
}
#hikashop_cart_listing .hikashop_showcart_infos td .hikashop_product_price,
#hikashop_cart_listing .hikashop_cart_products td .hikashop_product_price {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
#hikashop_cart_listing .hikashop_showcart_infos td.total_price .hikashop_product_price,
#hikashop_cart_listing .hikashop_cart_products td.total_price .hikashop_product_price {
  color: #000000;
}
#hikashop_cart_listing .hikashop_showcart_infos td .hikashop_no_print,
#hikashop_cart_listing .hikashop_cart_products td .hikashop_no_print {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
#hikashop_cart_listing .hikashop_showcart_infos td.hika_show_cart_total_price,
#hikashop_cart_listing .hikashop_cart_products td.hika_show_cart_total_price {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
#hikashop_cart_listing .hikashop_showcart_infos .hika_show_cart_total .hikashop_cart_button,
#hikashop_cart_listing .hikashop_cart_products .hika_show_cart_total .hikashop_cart_button {
  padding: 10px 15px;
  margin: 0;
}
#hikashop_cart_listing .hikashop_cart_products {
  margin-bottom: 30px;
}
#hikashop_cart_listing .hikashop_cart_button {
  letter-spacing: 0.3px;
  font-size: 16px;
  padding: 3px 15px;
  text-transform: uppercase;
  background: #daae81;
  color: #222222 !important;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
}
#hikashop_cart_listing .hikashop_cart_button:hover {
  background: #eed5b2;
  color: #ffffff !important;
}
#hikashop_cart_module {
  position: relative;
  display: inline-block;
}
#hikashop_cart_module .tz-icon-cart {
  color: #ffffff;
  font-size: 24px;
  padding: 0 30px;
  position: relative;
}
#hikashop_cart_module .tz-icon-cart em {
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0;
  right: 31px;
  font-size: 8px;
  background: #eed5b2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
#hikashop_cart_module .hikashop_small_cart_checkout_link {
  color: #868686;
}
#hikashop_cart_module .tz-info {
  margin-bottom: 20px;
}
#hikashop_cart_module .hikashop_small_cart_clean_link {
  float: right;
}
#hikashop_cart_module .hikashop_cart_module_product_image {
  width: 80px;
}
#hikashop_cart_module .hikashop_cart_module_product_image img {
  max-width: 100%;
}
#hikashop_cart_module tr:first-child .hikashop_cart_value {
  padding-top: 0;
}
#hikashop_cart_module .hikashop_cart_value {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#hikashop_cart_module .hikashop_product_quantity_field {
  background: transparent;
  border: medium none;
  color: #868686;
  text-align: center;
  width: 30px;
}
#hikashop_cart_module #hikashop_cart {
  background: #ffffff;
  border-top: 3px solid #eed5b2;
  padding: 30px 30px 0;
  max-width: 430px;
  min-width: 430px;
  text-align: left;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 15px;
  top: 150%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
}
#hikashop_cart_module #hikashop_cart.tz-small-cart {
  padding-bottom: 30px;
  min-width: 320px;
}
#hikashop_cart_module #hikashop_cart.active {
  top: 120%;
  opacity: 1;
  visibility: visible;
}
#hikashop_cart_module .hikashop_cart_module_product_name_value {
  font-size: 17px;
  color: #868686;
  padding-left: 20px;
}
#hikashop_cart_module .hikashop_cart_module_product_name_value a {
  display: block;
  color: #1a1a1a;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 7px;
}
#hikashop_cart_module .hikashop_cart_module_product_name_value .hikashop_product_price_full {
  margin-left: 5px;
  letter-spacing: 1px;
}
#hikashop_cart_module .hikashop_cart_module_product_name_value .hikashop_product_price_full .hikashop_product_price {
  color: #eed5b2;
}
#hikashop_cart_module .hikashop_cart_module_product_delete_value {
  width: 10%;
}
#hikashop_cart_module .tz-button-action-checkout {
  background: #565656;
  display: inline-block;
  padding: 8px 20px 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.1em;
}
#hikashop_cart_module .display-flex {
  padding: 20px 0 22px;
}
#hikashop_cart_module .hikashop_display_cart_show_convert_button {
  width: 70%;
}
#hikashop_cart_module .tz_total_price {
  color: #111111;
  width: 30%;
}
#hikashop_cart_module .tz_total_price .hikashop_cart_module_product_total_value {
  color: #eed5b2;
}
/*Check Out*/
#hikashop_checkout_coupon {
  padding: 30px 0;
}
#hikashop_checkout_coupon .key {
  width: 100%;
}
#hikashop_checkout_coupon .key input {
  width: 100%;
}
#hikashop_checkout_coupon .content {
  width: auto;
  text-align: right;
}
#hikashop_checkout_coupon .tz-btn {
  padding: 11px 40px;
}
#hikashop_checkout_coupon input {
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #666;
  font-weight: 300;
  line-height: 24px !important;
  margin: 0;
  padding: 10px 15px;
}
.hikashop_checkout_page .tz-btn {
  letter-spacing: 0.3px;
  font-size: 16px;
  padding: 3px 15px;
  text-transform: uppercase;
  background: #daae81;
  color: #222222;
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.hikashop_checkout_page .tz-btn:hover {
  background: #eed5b2;
  color: #ffffff;
}
.hikashop_checkout_page #hikashop_checkout_next_button {
  padding: 7px 30px;
  font-size: 18px;
  margin: 0;
}
.hikashop_checkout_page .hikashop_checkout_cart .tz-btn {
  padding: 10px 25px;
  font-size: 18px;
  margin: 0;
}
.hikashop_checkout_page .hikashop_checkout_cart th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px;
  text-transform: uppercase;
}
.hikashop_checkout_page .hikashop_checkout_cart th.hikashop_cart_name_title {
  text-align: left;
}
.hikashop_checkout_page .hikashop_checkout_cart td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_checkout_cart_subtotal {
  color: #000000;
}
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_subtotal_value,
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_total_value {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_checkout_cart_final_total {
  color: #000000;
}
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_product_quantity_value input {
  width: 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 9px 15px;
  border-radius: 2px;
}
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete,
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh {
  display: inline-block;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_product_price_before_discount {
  text-decoration: line-through;
  color: #b5b5b5;
  display: block;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_product_price {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.hikashop_checkout_page .hikashop_checkout_cart td.total_price .hikashop_product_price {
  color: #000000;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_no_print {
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  color: #eed5b2;
}
.hikashop_checkout_page .hikashop_checkout_cart td.hika_show_cart_total_price {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.hikashop_checkout_page h3 {
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hikashop_checkout_page .hikashop_checkout_login .control-group {
  margin-bottom: 30px;
}
.hikashop_checkout_page .hikashop_checkout_login .control-group input[type="checkbox"] {
  margin-left: 0;
  position: relative;
}
.hikashop_checkout_page .hikashop_checkout_login label {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  padding: 5px 0;
}
.hikashop_checkout_page .hikashop_checkout_login input[type='text'],
.hikashop_checkout_page .hikashop_checkout_login input[type='password'],
.hikashop_checkout_page .hikashop_checkout_login input[type='email'] {
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #666;
  font-weight: 300;
  line-height: 24px !important;
  padding: 5px 15px;
  width: 100%;
}
.hikashop_checkout_page .hikashop_checkout_login .hikashop_field_required {
  display: none;
}
.hikashop_checkout_page .chzn-container {
  width: 100% !important;
}
.hikashop_checkout_page .chzn-container .chzn-single {
  background: #ffffff;
  border-radius: 2px;
  color: #666;
  font-weight: 300;
  line-height: 24px !important;
  padding: 5px 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: auto;
}
.hikashop_checkout_page .chzn-container .chzn-single.chzn-container-active.chzn-with-drop .chzn-single > div > b {
  background-position: -18px 8px;
}
.hikashop_checkout_page .chzn-container .chzn-single.chzn-container-active.chzn-with-drop .chzn-single > div > b:before {
  content: '\f106';
}
.hikashop_checkout_page .chzn-container .chzn-single div b {
  background: none !important;
}
.hikashop_checkout_page .chzn-container .chzn-single div b:before {
  content: '\f107';
  font-family: FontAwesome;
  line-height: 35px;
  font-weight: normal;
}
.hikashop_checkout_page .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 12px;
}
.hikashop_checkout_page .hikashop_payment_methods,
.hikashop_checkout_page .hikashop_shipping_methods {
  margin-top: 30px;
}
.hikashop_checkout_page .hikashop_payment_methods .hikashop_shipping_group,
.hikashop_checkout_page .hikashop_shipping_methods .hikashop_shipping_group,
.hikashop_checkout_page .hikashop_payment_methods .hikashop_payment_group,
.hikashop_checkout_page .hikashop_shipping_methods .hikashop_payment_group {
  padding: 20px 40px;
  background: #ededed;
}
.hikashop_checkout_page .hikashop_payment_methods input[type="radio"],
.hikashop_checkout_page .hikashop_shipping_methods input[type="radio"] {
  margin-right: 10px;
}
.hikashop_checkout_page .hikashop_payment_methods label,
.hikashop_checkout_page .hikashop_shipping_methods label {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.hikashop_wizardbar ul {
  margin-bottom: 30px;
  padding: 0;
}
.hikashop_wizardbar ul li {
  display: inline-block;
  padding: 5px 16px 2px;
  background: #daae81;
  position: relative;
  margin-right: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.hikashop_wizardbar ul li a {
  color: #000000;
}
.hikashop_wizardbar ul li:hover,
.hikashop_wizardbar ul li.hikashop_cart_step_current {
  color: #ffffff;
  background: #eed5b2;
}
.hikashop_wizardbar ul li:hover a,
.hikashop_wizardbar ul li.hikashop_cart_step_current a,
.hikashop_wizardbar ul li:hover .badge,
.hikashop_wizardbar ul li.hikashop_cart_step_current .badge {
  color: #ffffff;
}
.hikashop_wizardbar ul li .badge {
  color: #222222;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3em;
  padding: 0;
}
.hikashop_wizardbar ul li:last-child:after {
  content: none;
}
.hikashop_wizardbar ul li:after {
  content: '\f178';
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  right: -25px;
  color: #222222;
}
#form-login-password .controls,
#form-login-username .controls {
  position: relative;
}
#form-login-password .tz_help,
#form-login-username .tz_help,
#form-login-password .add-on,
#form-login-username .add-on {
  position: absolute;
  top: 9px;
}
#form-login-password .add-on,
#form-login-username .add-on {
  left: 10px;
}
#form-login-password .tz_help,
#form-login-username .tz_help {
  right: 10px;
}
#form-login-password input,
#form-login-username input {
  width: 100% !important;
  padding-left: 30px;
  padding-right: 20px;
}
#form-login-remember {
  margin: 0 0 15px 0;
}
#form-login-remember label {
  padding: 0;
}
/*-- Filter ---*/
.recent-product,
.filter-brands,
.filter-tags,
.filter-categories,
.filter-search,
.filter-price {
  margin-bottom: 45px;
}
.recent-product .module-title,
.filter-brands .module-title,
.filter-tags .module-title,
.filter-categories .module-title,
.filter-search .module-title,
.filter-price .module-title {
  color: #222222;
  font-size: 18px;
  letter-spacing: 2px;
}
.filter-search .filter_values_container {
  display: block;
  position: relative;
}
.filter-search .filter_values_container:after {
  content: '\f002';
  font-family: FontAwesome;
  background: #eed5b2;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
.filter-search .filter_values_container input {
  border: 1px solid #dedede;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #b5b5b5;
  padding: 12px 55px 12px 12px;
  width: 100% !important;
  line-height: 1.5em;
}
.filter-price .ui-slider-horizontal {
  height: 6px;
  background: #ededed;
  position: relative;
  width: 100% !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 35px !important;
  margin-top: 37px !important;
}
.filter-price .ui-slider-handle {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #eed5b2;
  position: absolute;
  top: -5px;
  margin-left: -4px;
}
.filter-price .ui-slider-range {
  background: #eed5b2;
  display: block;
  height: 100%;
  position: absolute;
}
.filter-price .hikashop_filter_main {
  color: #666666;
  font-weight: 300;
  margin-bottom: 4px;
}
.filter-price .hikashop_filter_button_outside {
  position: relative;
  top: -25px;
}
.filter-price .hikashop_filter_button_outside a {
  display: inline-block;
  background: #222222;
  color: #ffffff;
  padding: 7px 28px;
  line-height: 1.3em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.filter-brands .hikashop_filter_main,
.filter-categories .hikashop_filter_main {
  margin-top: -4px;
  margin-bottom: 10px;
}
.filter-brands br,
.filter-categories br {
  display: none;
}
.filter-brands .hikashop_filter_title,
.filter-categories .hikashop_filter_title,
.filter-brands .hikashop_filter_checkbox,
.filter-categories .hikashop_filter_checkbox {
  display: block;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  font-weight: 300;
  color: #666666;
}
.filter-brands .hikashop_filter_title label,
.filter-categories .hikashop_filter_title label,
.filter-brands .hikashop_filter_checkbox label,
.filter-categories .hikashop_filter_checkbox label {
  font-weight: 300;
  color: #666666;
  margin: 0;
  padding-left: 5px;
}
.filter-brands .hikashop_filter_title input[type="checkbox"],
.filter-categories .hikashop_filter_title input[type="checkbox"],
.filter-brands .hikashop_filter_checkbox input[type="checkbox"],
.filter-categories .hikashop_filter_checkbox input[type="checkbox"] {
  margin: 0;
  top: 2px;
  position: relative;
}
.module-ct .tz-top-shop {
  display: none;
}
.module-ct .hikashop_product_price_before_discount {
  text-decoration: line-through;
  padding-right: 5px;
  color: #cecece;
}
.module-ct .hikashop_product_price {
  color: #eed5b2;
}
.module-ct .hikashop_product_price_full {
  font-size: 16px;
}
.module-ct .recent-product {
  padding-top: 5px;
}
.recent-product .hikashop_product {
  padding-bottom: 0;
}
.hikashop_listing_img {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #ededed;
}
.hikashop_listing_img .tz-content {
  width: 100%;
  padding-left: 10px;
}
.hikashop_listing_img .hikashop_product_name a {
  color: #222222;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 6px;
}
.hikashop_listing_img .hikashop_product_stock_count {
  display: block;
  text-align: left !important;
}
.hikashop_listing_img .hikashop_add_wishlist,
.hikashop_listing_img .hikashop_product_quantity_div {
  display: inline-block;
}
.hikashop_product.img:first-child .hikashop_listing_img {
  padding-top: 3px;
}
.hikashop_categories_listing_main .hikashop_subcategories ul {
  list-style: none;
  padding: 0;
}
/* -- Category Listing -- */
.hikashop_subcategories_listing .hikashop_container {
  padding-bottom: 40px;
}
.hikashop_subcategories_listing .hikashop_container .hikashop_subcontainer {
  height: auto !important;
  padding: 20px;
}
.hikashop_subcategories_listing .hikashop_subcontainer_border {
  border: 1px solid rgba(229, 174, 73, 0.2);
}
.hikashop_subcategories_listing .hikashop_category_list a,
.hikashop_subcategories_listing .hikashop_category_name a {
  color: #222222;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .tz-slide-home-2.owl-carousel .owl-item img {
    max-width: 400px;
  }
  .tz-slide-home-2 .tz-image {
    padding-right: 90px;
  }
  .tz-slide-home-2 .tz-date {
    right: 120px;
  }
  .tz-slide-home-2 .tz-table-cell:last-child {
    padding-left: 0;
    padding-right: 120px;
  }
  .tz-section-contact {
    padding-right: 200px;
  }
  .tz-section-contact .module-title {
    font-size: 80px;
  }
  .tz_slide .module-title {
    font-size: 150px;
    line-height: 105px;
    margin-left: -6px;
  }
  .tz-artists-padding .module-title {
    font-size: 110px;
    line-height: 80px;
  }
  .tz_slide_new {
    padding-left: 100px;
  }
  .tz-section-contact,
  .tz-artists-padding {
    padding-left: 100px;
    padding-right: 200px;
  }
  .tz-slide-live-show,
  .tz-album-featured-padding {
    padding-right: 100px;
    padding-left: 100px;
  }
  .tz-albums .item-album {
    padding: 30px 0;
  }
  .tz-albums .tz-category-fixed {
    max-width: 100%;
    right: 105px;
    font-size: 200px;
  }
  .tz-albums .tz-content {
    padding-right: 120px;
  }
  .tz-slide-video .module-title {
    font-size: 100px;
    line-height: 60px;
    margin: 0 0 -115px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .tz-albums .item-album .tz_portfolio_plus_image img.tz_image_hover {
    max-width: 100%;
    right: -130px;
  }
  .tz-albums .tz-media a {
    position: relative;
  }
  .tz_menu_style1 #plazart-mainnav .level0 > li > a {
    padding: 35px 15px;
  }
  .tz_menu_style1 .tz-header.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 29px 15px !important;
  }
  /* Home 5*/
  .tz_newsletter .tz-form .tz-size-lagre {
    font-size: 220px;
  }
  .tz_newsletter .tz-form .text-header {
    margin: -140px 0 -80px;
  }
  .tz_portfolio_plus_article .tz-content,
  .tz_newsletter .tz-form .mc-field-group {
    width: 50%;
  }
  .tz_portfolio_plus_article .tz-category-fixed {
    font-size: 230px;
  }
  /* ENd Home 5*/
}
@media (min-width: 1200px) {
  div.itemAuthorLatest .items > .item:nth-child(3n+1),
  div.itemRelated .items > .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 1199px) {
  /*Home 5*/
  .tz_portfolio_plus_article .tz-category-fixed {
    font-size: 225px;
    max-width: 100%;
  }
  .tz_portfolio_plus_article .tz-content {
    width: 80%;
  }
  .tz_newsletter .tz-form .tz-size-lagre {
    font-size: 200px;
  }
  .tz_newsletter .tz-form .mc-field-group {
    width: 60%;
  }
  .tz_newsletter .tz-form .text-header {
    margin: -130px 0 -80px;
  }
  .tz-block-footer-home5 {
    padding: 25px 80px;
  }
  /*End Home 5*/
  /* Home 3*/
  .ei-slider .text-style-2 {
    padding: 0;
  }
  .ei-slider .tz-info {
    padding: 0 10%;
  }
  .tz-body-fixed .tz-thumb {
    bottom: 70px;
  }
  /*End Home 3*/
  /* Contact */
  .view-contact .contact .tz-left-information {
    padding: 0 30px;
  }
  .view-contact .contact .tz-right .tz-form .tz-form-title {
    font-size: 40px;
  }
  .view-contact .contact .tz-right .tz-form {
    padding: 0 15px;
  }
  .view-contact .contact .contact-miscinfo {
    padding-bottom: 30px;
  }
  .view-contact .contact .tz-right .tz-form .form-group {
    margin-bottom: 20px;
  }
  .view-contact .contact .tz-right .tz-form .form-group input {
    padding: 5px 20px;
  }
  /* End Contact */
  /* menu style 2 */
  .tz-menu-fixed.tz-full .menu__level {
    text-align: left;
  }
  .tz-menu-fixed.tz-full .menu__level li {
    text-align: center;
    width: 33.33%;
    padding: 10px 0;
  }
  /* end menu style 2 */
  /* Menu Style 1 */
  .tz_menu_style1 .tz-header.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 29px 10px !important;
  }
  .tz_menu_style1 #plazart-mainnav .level0 > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* End Menu Style 1 */
  .blog-full-width .tz-main-body {
    padding: 70px 0;
  }
  .itemListView .itemList div.catItemBody {
    margin: -80px 70px 0;
  }
  /* blog zic zac */
  div.itemList {
    margin: 0 -20px;
  }
  div.itemContainer {
    width: 50% !important;
    padding: 0 20px 30px 20px !important;
  }
  .itemList .clr {
    display: none;
  }
  .itemListView .itemList div.catItemView.blog-zic-zac .catItemBody-ziczac,
  .itemListView .itemList div.catItemView.blog-zic-zac .catItemHeader-ziczac {
    width: 100%;
    display: block;
  }
  .itemListView .itemList div.catItemView.blog-zic-zac .catItemBody-ziczac {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* end blog zic zac */
  .tz-ticket-event .tz-btn {
    padding: 10px 35px;
  }
  .tz-ticket-event p {
    margin-bottom: 17px;
  }
  .tz-ticket-event .tz-table-cell:last-child {
    padding-left: 30px;
  }
  div.k2ItemsBlock.tz_ziczac .tz-table-cell.tz-media {
    cursor: pointer;
  }
  div.k2ItemsBlock.tz_ziczac ul li,
  .tz-social .tz-item {
    cursor: pointer;
  }
  .footer_page_home .tz-footer-title {
    font-size: 160px;
  }
  .tz-slide-video .module-title {
    margin: 0;
    font-size: 180px;
    top: -50px;
    position: absolute;
    line-height: 1.2em;
  }
  .tz-slide-video .owl-carousel .owl-stage-outer {
    padding: 115px 0 90px;
  }
  .tz-artists-padding,
  .tz-album-featured-padding {
    padding: 0 150px 0 80px;
  }
  .tz-albums .tz-content,
  .tz-albums .tz-media {
    width: 50%;
  }
  .tz-albums .tz-content {
    padding-left: 40px;
    padding-right: 15px;
  }
  .tz-albums .tz-category-fixed {
    font-size: 150px;
    right: 0;
  }
  .tz-albums .tz-title {
    font-size: 50px;
  }
  .tz-albums .tz-media a {
    margin-right: 40px;
  }
  .tz-albums .tz-media a .tz_image_hover {
    max-width: 100%;
  }
  .tz-section-contact,
  .tz_slide_new {
    padding-left: 80px;
  }
  .tz-slide-live-show,
  .tz-album-featured-padding,
  .tz-artists-padding {
    padding-left: 50px;
  }
  /* Tour */
  #jevents_body .new-navigation .nav-items > div > a {
    font-size: 12px;
    letter-spacing: 0;
    margin: 0 5px 0 0;
  }
  #jevents_body .new-navigation #nav-search {
    padding-right: 0;
  }
  /* End Tour */
  /*---- List Product ----*/
  .hikashop_products_listing_main .list-footer .pagination {
    width: 75%;
  }
  .hikashop_products_listing_main .list-footer .limit {
    width: 25%;
  }
  /*---- End  List Product ----*/
  /*---- Product Detail ----*/
  #hikashop_product_left_part {
    margin-bottom: 30px;
  }
  /*---- End Product Detail ----*/
}
@media (min-width: 992px) {
  .tz-clear-both {
    clear: both;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  div.itemAuthorLatest .items > .item:nth-child(3n+1),
  div.itemRelated .items > .item:nth-child(3n+1) {
    clear: both;
  }
  .tz-social .tz-item .tz-info .tz-title {
    font-size: 36px;
  }
  div.k2ItemsBlock.tz_ziczac .tz-table-cell.tz-content {
    padding: 15px;
  }
  div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemReadMore {
    padding: 10px 30px;
  }
  .tz-slide-home-2.owl-carousel .owl-item img {
    max-width: 350px;
  }
  .tz-slide-home-2.owl-carousel .owl-item img {
    max-width: 100%;
  }
  .tz-slide-home-2 .tz-table-cell:first-child {
    width: 40%;
  }
  .tz-slide-home-2 .tz-table-cell:last-child {
    width: 60%;
    padding-left: 30px;
    padding-right: 50px;
  }
  .tz-slide-home-2 .tz-title {
    font-size: 40px;
  }
  .tz-slide-home-2 .tz-image {
    padding-right: 0;
  }
  .tz-slide-home-2 .tz-date {
    right: 50px;
    font-size: 200px;
  }
  .tz-slide-home-2 .tz-date span {
    margin: 0;
    line-height: 210px;
  }
  .tz-artists .tz-title {
    font-size: 24px;
  }
  .tz-artists .tz-tag {
    font-size: 18px;
  }
  .tz_slide .module-title {
    font-size: 150px;
    line-height: 105px;
  }
  .hikashop_products_listing_main .img_title .hikashop_subcontainer {
    padding: 40px 10px 23px;
  }
  .hikashop_products_listing_main .img_title .hikashop_subcontainer .hikashop_product_name a {
    letter-spacing: 1px;
  }
}
@media (max-width: 991px) {
  /* Menu Style 1 */
  .tz_menu_style1 .tz-header {
    padding: 0 5px;
  }
  .tz_menu_style1 .tz-header.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 15px 0 !important;
  }
  .tz_menu_style1 #plazart-mainnav .level0 > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz_menu_style1 #plazart-mainnav .navbar-toggle {
    margin: 20px 0 17px;
    padding: 0;
    display: block;
    text-align: left;
  }
  .tz_menu_style1 #plazart-mainnav .navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    background: #120d14;
  }
  .tz_menu_style1 #plazart-mainnav .navbar-collapse .plazart-megamenu {
    background: #120d14;
    padding: 0;
    margin: 0 20px;
  }
  /* End Menu Style 1 */
  /* Home 3 */
  .ei-slider .tz-info .text-style-1 {
    font-size: 52px;
  }
  /* End Home 3 */
  /* Tour */
  #jevents_body #jev_maincal {
    padding-bottom: 30px;
  }
  /* End Tour */
  /* Contact */
  .view-contact .contact .tz-right,
  .view-contact .contact .tz-left {
    display: block;
    height: auto !important;
  }
  .view-contact .contact .tz-left {
    padding-top: 15%;
    padding-bottom: 35px;
  }
  .view-contact .contact .tz-right {
    padding-bottom: 15%;
    padding-top: 35px;
  }
  #jevents_body .new-navigation,
  #jevents_body .month_date {
    display: block;
  }
  #jevents_body .jev_toprow div.previousmonth,
  #jevents_body .jev_toprow div.nextmonth {
    min-width: 100px;
  }
  /* End Contact */
  /* Menu Style 2 */
  .tz_menu_style2 #plazart-mainnav .btn-menu-custom.btn-action-fixed {
    display: none;
  }
  .tz_menu_style2 #plazart-mainnav .navbar-inner .btn-menu-custom {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 20px 0;
    display: block;
  }
  .tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 15px;
  }
  /* End Menu Style 2 */
  /* menu style 3 */
  .menu {
    padding: 0 30px;
  }
  .tz-menu-fixed.tz-full .menu__level li {
    width: 50%;
  }
  /* end menu style 3 */
  /* blog  991 */
  .itemListView .itemList div.catItemBody {
    margin: -80px 50px 0;
  }
  /* end blog */
  /* blog item 991*/
  .itemView div.itemBody {
    margin: -80px 30px 0;
  }
  div.itemNavigation {
    margin: 40px 30px;
  }
  div.itemNavigation .tz-table-cell h5 {
    width: auto;
  }
  div.itemAuthorBlock {
    margin: 20px 30px 35px;
  }
  div.itemAuthorBlock div.itemAuthorDetails {
    padding: 30px;
  }
  div.itemAuthorLatest,
  div.itemRelated {
    margin: 20px 30px 0;
  }
  div.itemAuthorLatest .tz-title,
  div.itemRelated .tz-title {
    font-size: 72px;
    margin-bottom: 5px;
  }
  div.itemAuthorLatest .items,
  div.itemRelated .items {
    column-count: 1;
  }
  div.itemComments {
    margin: 0 30px;
  }
  div.itemCommentsForm form input.inputbox:last-child {
    margin-bottom: 21px;
  }
  /* blog item end */
  .parallax.top .title {
    margin-bottom: -55px;
  }
  .tz-ticket-event {
    padding-bottom: 50px;
  }
  div.k2ItemsBlock.tz_ziczac ul li {
    width: 50%;
    float: left;
    background: transparent;
    margin-bottom: 40px;
  }
  div.k2ItemsBlock.tz_ziczac ul li.even {
    padding-right: 20px;
  }
  div.k2ItemsBlock.tz_ziczac ul li.odd {
    padding-left: 20px;
  }
  div.k2ItemsBlock.tz_ziczac ul li .tz-table-cell {
    width: 100%;
  }
  div.k2ItemsBlock.tz_ziczac ul li .tz-content {
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
    padding: 30px !important;
  }
  .tz-module.tz_ziczac .module-title {
    text-align: center;
  }
  div.k2ItemsBlock.tz_ziczac .tz-table-cell.tz-content {
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .parallax .title {
    font-size: 100px;
    margin-top: -50px;
  }
  .footer_page_home .tz-footer-title {
    color: #ffffff;
    font-size: 60px;
    text-align: left;
    letter-spacing: 5px;
  }
  .tz-plus-gallery-margin {
    padding: 0;
  }
  .tz-padding-sm-plus-gallery .module-ct {
    padding: 0 !important;
  }
  .tz-padding-sm-plus-gallery .tz-plus-gallery-musika {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .tz-block-plus .container {
    width: 100%;
  }
  .tz-plus-gallery-musika .plusgallery .musika {
    border: none;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-center-sm .term_footer {
    text-align: center;
  }
  .tz-block-footer {
    padding-bottom: 43px;
  }
  .social_footer_home_page:before,
  .social_footer_home_page:after {
    content: none;
  }
  .copyright_footer.homepage {
    padding-top: 40px;
    padding-bottom: 5px;
  }
  .tz-next-show .mod_events_latest_content a {
    font-size: 36px;
  }
  .tz-next-show .tz-right {
    font-size: 12px;
  }
  .tz-ticket-event .tz-table-cell {
    width: auto;
    display: block;
    padding: 0 100px !important;
    margin: auto auto 35px;
    text-align: center;
  }
  .tz-menu-fixed.tz-fixed #plazart-mainnav .navbar-toggle {
    margin: 0;
  }
  .tz-menu-fixed.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 15px 0;
  }
  #plazart-mainnav .navbar-header {
    text-align: left;
  }
  #plazart-mainnav .tz-close-menu {
    top: 25px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #plazart-mainnav .navbar-toggle {
    float: none;
    font-weight: 300;
    padding: 19px 24px;
    border: none;
  }
  #plazart-mainnav .navbar-toggle .btn-menu-custom {
    position: relative;
    display: block;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    left: 0;
  }
  #plazart-mainnav .nav-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 30px;
  }
  #plazart-mainnav .btn-menu-custom {
    display: none;
  }
  #plazart-mainnav .plazart-megamenu {
    overflow: auto;
    margin: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  #plazart-mainnav .plazart-megamenu ul.level0 {
    margin: 0;
    width: auto;
    display: block;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 > li {
    text-align: left;
    width: 100%;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #plazart-mainnav .plazart-megamenu .dropdown-menu {
    text-align: left;
  }
  #plazart-mainnav .plazart-megamenu .dropdown-menu a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #plazart-mainnav .plazart-megamenu .dropdown-menu .row > div {
    padding: 0;
  }
  #plazart-mainnav .plazart-megamenu .mega-inner {
    padding: 0;
  }
  .btn-menu-custom {
    padding: 26px 10px;
  }
  .block-intro {
    padding: 0 20px;
  }
  .tz-slide-home-2.owl-carousel .owl-item img {
    max-width: 300px;
  }
  .tz-slide-home-2 .tz-table-cell {
    display: block;
  }
  .tz-slide-home-2 .tz-table-cell:last-child {
    width: 100%;
    padding-left: 0;
    padding-right: 50px;
  }
  .tz-slide-home-2 .tz-info {
    padding: 20px 0;
  }
  .tz-slide-home-2 .tz-image {
    padding: 0;
  }
  .tz-slide-home-2 .tz-title {
    font-size: 30px;
  }
  .tz-slide-home-2 .owl-controls .owl-nav {
    bottom: -40px;
  }
  .tz-slide-home-2 .tz-date {
    right: 50px;
    font-size: 250px;
  }
  .tz-slide-home-2 .tz-date span {
    line-height: 250px;
  }
  .tz-album-featured-padding .tz-category-fixed {
    font-size: 150px;
    right: 0;
    max-width: 100%;
  }
  .tz-album-featured-padding .tz-albums .item-album {
    display: block;
    padding: 90px 0;
  }
  .tz-album-featured-padding .tz-albums .item-album .tz-media {
    width: 100%;
  }
  .tz-album-featured-padding .tz-albums .item-album .tz-media .tz_portfolio_plus_image {
    margin: 0;
  }
  .tz-album-featured-padding .tz-albums .item-album .tz-media .tz_image_hover {
    max-width: 100%;
    right: -70px;
  }
  .tz-album-featured-padding .tz-albums .item-album .tz-media a {
    position: relative;
    margin: 0;
    width: 50%;
  }
  .tz-album-featured-padding .tz-albums .tz-content {
    padding: 15px 0 0 0;
    width: 100%;
  }
  .tz-album-featured-padding .tz-albums .tz-navigation {
    margin-top: 30px;
  }
  .tz-album-featured-padding .tz-albums .tz-description {
    margin-bottom: 30px;
  }
  .tz_slide_new {
    padding-left: 50px;
  }
  .tz-section-contact {
    padding: 0 150px 0 30px;
  }
  .tz-section-contact .TzContact .contact-address > div {
    float: left;
    width: 33.33%;
    padding: 0 5px 30px 0;
  }
  .tz-section-contact .TzContact .contact-address > div h4 {
    margin-top: 0 !important;
  }
  .tz-live-video .module-title {
    margin: 0;
  }
  .tz-live-video .owl-carousel {
    padding: 0 45px;
  }
  .tz-live-video .active.center .item-video .tz_portfolio_plus_video {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tz-live-video .owl-carousel .owl-stage-outer {
    padding: 0 0 85px;
  }
  .tz-slide-video .module-title {
    font-size: 150px;
    position: relative;
    top: auto;
    margin-left: 30px;
    line-height: 110px;
  }
  .tz_slide .module-title {
    line-height: 70px;
  }
  .tz_slide .module-title,
  .tz-section-contact .module-title {
    font-size: 100px;
  }
  /*----- List Product -----*/
  .hikashop_products_listing_main {
    padding-bottom: 30px;
  }
  .hikashop_product.img:first-child .hikashop_listing_img {
    padding-top: 20px;
  }
  /* HOme 4*/
  .tz_trending_article .display-flex .tz_label {
    width: 12%;
  }
  .tz_trending_article .display-flex .owl-carousel {
    width: 88%;
  }
  .tz-artist-home-4 .tz-artists .tz-content {
    width: 60%;
    padding-left: 50px;
  }
  .tz-artist-home-4 .tz-artists .tz-media {
    width: 40%;
  }
  .tz-shop .parallax .title {
    margin-top: -215px;
  }
  .tz-padding-featured-album-home4 .tz-albums .tz-media a {
    margin-right: 40px;
  }
  .tz-padding-featured-album-home4 .parallax.top .title {
    margin-top: 0;
    margin-bottom: -190px;
  }
  .tz-padding-featured-album-home4 {
    padding-top: 60px;
  }
  .rev_slider_wrapper .tz-button-style-1,
  .rev_slider_wrapper .tz-button-style-2 {
    width: 130px;
  }
  /*Revo Silder*/
  .rev_slider_wrapper .tz-layer-block {
    width: 350px;
    height: 350px;
  }
  /* Home 5 */
  .tz_newsletter .tz-form .tz-size-lagre {
    font-size: 150px;
  }
  .tz_newsletter .tz-form .tz-size-medium {
    font-size: 50px;
    letter-spacing: 15px;
  }
  .tz_newsletter .tz-form .text-header {
    margin: -120px 0 -60px;
  }
  .tz-block-footer-home5 {
    padding: 25px;
  }
  .tz-block-footer-home5 .term_footer.homepage,
  .tz-block-footer-home5 .copyright_footer {
    font-size: 14px;
  }
  .tz-block-footer-home5 .term_footer a {
    margin: 0 5px;
  }
  .tz-block-footer-home5 .display-flex .social_footer_home_page a {
    margin: 0 5px;
  }
  .tz-album-feature-home-5 {
    padding: 0 100px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-content {
    width: 100%;
  }
  /* End Home 5 */
}
@media (max-width: 991px) and (min-width: 768px) {
  div.itemAuthorLatest .items > .item:nth-child(2n+1),
  div.itemRelated .items > .item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .tz-next-show .tz-left,
  .tz-next-show .tz-right {
    display: block;
    text-align: left;
  }
  .tz-ticket-event .tz-table-cell {
    padding: 0 5px !important;
  }
  .tz-ticket-event .tz-title {
    font-size: 36px;
  }
  .tz-ticket-event .tz_event {
    font-size: 14px;
  }
  div.k2ItemsBlock.tz_ziczac ul li {
    width: 100%;
    padding: 0 !important;
  }
  div.k2ItemsBlock.tz_ziczac .tz-table-cell .moduleItemTitle {
    font-size: 18px;
  }
  .intro-block .tz-location,
  div.k2ItemsBlock.tz_ziczac .tz-table-cell .tz-information * {
    font-size: 14px;
  }
  .intro-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .intro-block .tz-title {
    font-size: 36px;
  }
  .tz-module.tz_ziczac .module-title {
    font-size: 48px !important;
  }
  .parallax .title {
    font-size: 60px;
    margin-top: -30px;
  }
  .tzcountdown .tzdivide span,
  .tzcountdown .tzcountdownitem span {
    font-size: 48px;
  }
  .tzcountdown .tzdivide {
    margin: 0 20px;
    top: -25px;
  }
  .tz-live-video .owl-carousel {
    padding: 0;
  }
  /* Menu Style 2 */
  .tz_menu_style2 #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 5px;
  }
  .tz_menu_style2 #plazart-mainnav .navbar-inner .btn-menu-custom {
    left: 15px;
    padding: 15px 0;
  }
  .tz_menu_style2 .tz-close-menu {
    top: 8px;
    right: 20px;
  }
  /* End Menu Style 2 */
}
@media (max-width: 480px) {
  /* Menu Style 1 */
  .tz_menu_style1 .tz-header.tz-fixed #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    padding: 5px 0 !important;
  }
  /* End Menu Style 1 */

  /* Tour */
  #jevents_body .tab-content ul.ev_ul li > .tz-table-cell,
  #jevents_body .jev_listview ul.ev_ul li > .tz-table-cell {
    display: block;
    padding: 15px;
  }
  #jevents_body .tab-content ul.ev_ul li.ev_td_li .time,
  #jevents_body .jev_listview ul.ev_ul li.ev_td_li .time {
    display: inline-block;
  }
  #jevents_body .new-navigation .nav-items > div {
    width: 48%;
    margin-bottom: 10px;
  }
  #jevents_body .new-navigation #nav-search {
    margin: auto;
    display: block;
    text-align: center;
  }
  #jevents_body .new-navigation #nav-search a {
    display: inline-block;
  }
  #jevents_body .nav-tabs > li {
    width: 100% !important;
  }
  #jevents_body .nav-tabs > li > a h4 {
    display: inline-block;
    margin: 0 5px;
  }
  #jevents .tz-jev-header .ev_fieldset {
    font-size: 36px;
  }
  #jevents_body .jev_toprow div.previousmonth,
  #jevents_body .jev_toprow div.nextmonth {
    min-width: 0;
  }
  #jevents_body .jev_header2 > * {
    display: block;
    width: 100%;
  }
  #jevents_body .cal_top_day_names .cal_daysnames {
    display: block;
    width: 100%;
    height: auto;
  }
  #jevents_body .cal_top_day_names {
    min-width: 0;
  }
  #jevents_body .cal_table .cal_cell_rows td,
  .cal_cell_rows {
    display: block;
    width: 100%;
    height: auto;
  }
  /* End Tour */
  /* menu style 2 */
  .tz-menu-fixed.tz-full .menu__level li {
    width: 100%;
  }
  .tz-menu-fixed.tz-full .menu__level li a {
    font-size: 28px;
  }
  .menu__wrap .menu__level {
    max-height: 350px;
    overflow-y: auto;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* end menu style 2 */
  /* blog 480 */
  .itemListView .itemList div.catItemBody {
    margin: -8px 0 0;
  }
  .itemListView .itemList div.catItemBody > .tz-bottom {
    padding-top: 40px;
    text-align: center;
  }
  .itemListView .itemList div.catItemRatingBlock .itemRatingForm {
    float: none;
  }
  .itemRatingList {
    float: none;
    margin: auto;
  }
  div.catItemRatingBlock span {
    display: none;
  }
  /* end blog */
  /* blog item  480*/
  .itemView div.itemBody {
    margin: -8px 0 0;
  }
  div.itemNavigation {
    margin: 40px 0;
  }
  div.itemNavigation .row > * {
    margin: 10px 0;
  }
  div.itemNavigation .tz-table-cell h5 {
    width: auto;
  }
  div.itemNavigation .tz-table-cell h5 a.itemPrevious,
  div.itemNavigation .tz-table-cell h5 a.itemNext {
    font-size: 16px;
  }
  div.itemAuthorBlock {
    margin: 20px 0 35px;
  }
  div.itemAuthorBlock .tz-table-cell {
    display: block;
  }
  div.itemAuthorBlock img {
    width: 100%;
  }
  div.itemComments,
  div.itemAuthorLatest,
  div.itemRelated {
    margin: 20px 0 0;
  }
  div.itemAuthorLatest .tz-title,
  div.itemRelated .tz-title {
    font-size: 36px;
    margin-bottom: 5px;
  }
  div.itemAuthorLatest .items,
  div.itemRelated .items {
    column-count: 1;
  }
  div.itemContentFooter .tz-information {
    margin: 0 0 10px;
  }
  div.itemContentFooter .tz-information > * {
    font-size: 13px;
  }
  div.itemContentFooter .tz-information .itemRatingLog {
    display: none;
  }
  div.itemContentFooter {
    padding: 30px 15px;
  }
  div.itemAttachmentsBlock ul.itemAttachments li span {
    display: none;
  }
  div.itemCommentsForm .tz-title {
    margin-top: -65px;
    font-size: 45px;
  }
  div.itemCommentsForm {
    padding: 40px 15px;
  }
  .itemView div.itemBody .tz-top {
    padding: 30px 20px;
  }
  .tz-breadcrumbs h2.tz-last-item {
    font-size: 30px;
  }
  /* end blog item */
  #plazart-mainnav .tz-close-menu {
    top: 10px;
    right: 10px;
  }
  #plazart-mainnav .plazart-megamenu {
    margin: 0 15px;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 > li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  #plazart-mainnav .plazart-megamenu ul.level0 > li > a {
    font-size: 16px;
  }
  .time-countdown {
    font-size: 36px;
    padding-right: 40px;
  }
  .time-countdown:after {
    right: 20px;
    top: 30px;
  }
  #plazart-mainnav .navbar-toggle {
    padding: 15px 0 15px 15px;
    margin: 0;
  }
  #fp-nav {
    display: none;
  }
  #fullpage .section {
    padding: 0 15px;
  }
  .block-intro {
    padding: 0;
  }
  .block-intro h3 {
    font-size: 40px;
  }
  .tz-slide-home-2 .tz-table-cell:last-child {
    padding-right: 0;
  }
  .tz-slide-home-2 .tz-location {
    font-size: 14px;
  }
  .tz-slide-home-2 .tz-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .tz-slide-home-2 .tz-description {
    margin-bottom: 15px;
    display: none;
  }
  .tz-slide-home-2 .tz-description p {
    font-size: 12px;
  }
  .tz-slide-home-2 .tz-info {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .tz-slide-home-2 .tz-btn {
    padding: 8px 20px;
    font-size: 12px;
  }
  .tz-slide-home-2.owl-carousel .owl-item img {
    max-width: 250px;
    margin: auto;
  }
  .tz-slide-home-2 .tz-date {
    font-size: 150px;
  }
  .tz-slide-home-2 .tz-date span {
    line-height: 150px;
  }
  .tz-section-contact .module-title,
  .tz-slide-video .module-title,
  .tz_slide .module-title,
  .tz-artists-padding .module-title {
    display: none;
  }
  .tz-live-video {
    padding: 0 15px;
  }
  .tz-live-video.owl-carousel .owl-stage-outer {
    padding: 0 0 20px;
  }
  .tz-live-video .item-video h3 {
    bottom: 0 !important;
    position: relative;
    margin-top: 15px;
    font-size: 18px;
  }
  .tz-live-video .item-video .owl-video-wrapper .owl-video-play-icon {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
  }
  .tz-live-video .item-video .owl-video-wrapper .owl-video-play-icon:after {
    font-size: 20px;
    margin-top: 11px;
    margin-left: 6px;
  }
  .tz-logo-fixed {
    display: none;
  }
  .k2SearchBlock.tz_search_top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .btn-menu-custom {
    padding: 15px 10px 15px 0;
  }
  .tz-artists .item-artists {
    height: 250px !important;
  }
  .tz-artists .tz-media {
    padding: 10px;
  }
  .tz-artists .tz-content {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .tz-artists .owl-controls .owl-nav {
    margin-top: 10px;
  }
  .tz-custom-btn-mod {
    margin: 14px 0 0 0;
    float: none;
    padding: 5px 15px;
  }
  .tz-albums .tz-description {
    display: none;
  }
  .tz-albums .tz-title {
    font-size: 30px;
  }
  .tz-albums .tz-additional .muted,
  .tz-albums .tz_categories a {
    font-size: 14px;
  }
  .tz-albums .tz-navigation {
    margin-top: 0 !important;
    display: block;
  }
  .tz-albums .tz-navigation .tz-actions {
    display: inline-block;
    top: 15px;
  }
  .tz-albums .tz-read-more {
    padding: 5px 15px;
    font-size: 12px;
  }
  .tz-albums .tz-category-fixed {
    font-size: 50px;
  }
  .tz_slide_new .tz-navigation {
    margin-left: 0;
    margin-top: 15px;
  }
  .tz_slide_new .owl-item.last .item-new:after {
    opacity: 0;
    visibility: hidden;
  }
  .tz_slide_new .tz-title {
    font-size: 16px;
  }
  .tz_slide_new .tz-muted {
    font-size: 13px;
  }
  .tz-live-video .owl-carousel .owl-stage-outer {
    padding: 0;
  }
  .tz-live-video .item-video .tz_portfolio_plus_video {
    height: 250px !important;
  }
  .tz-live-video .tz-link-btn {
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .tz-section-contact .tz-module .TzContact .form-validate {
    /*display: none;*/
  }
  .tz-section-contact .tz-module .TzContact .contact-address h4 {
    margin-bottom: 5px;
  }
  .tz-section-contact .tz-module .TzContact .contact-address > div {
    width: 100%;
    padding: 0 0 10px;
  }
  .tz-section-contact .tz-module .TzContact .contact-address > div > div {
    margin-bottom: 5px;
  }
  .tz-section-contact .tz-module .TzContact #contact-form textarea {
    max-height: 100px;
  }
  .tz-section-contact .tz-module .TzContact #contact-form input,
  .tz-section-contact .tz-module .TzContact #contact-form textarea {
    padding: 5px 20px;
    margin-bottom: 25px;
    font-size: 13px;
  }
  .tz-section-contact .tz-module .TzContact .tz-btn-contact {
    font-size: 12px;
  }
  .fullpage-footer .tz_copyright {
    left: 15px;
    right: 15px;
    text-align: center;
    bottom: 35px;
    font-size: 12px;
  }
  .fullpage-footer .tz_social {
    left: 15px;
    right: 15px;
    bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .tz-next-show tbody,
  .tz-next-show tfoot,
  .tz-next-show thead,
  .tz-next-show table,
  .tz-next-show tr,
  .tz-next-show td {
    display: block;
  }
  .tzcountdown .tzdivide span,
  .tzcountdown .tzcountdownitem span {
    font-size: 40px;
  }
  .tzcountdown .tzdivide {
    margin: 0 15px;
  }
  .parallax .title {
    font-size: 72px;
    margin-top: -70px;
  }
  .parallax.top .title {
    margin-bottom: -70px;
    margin-top: -50px;
  }
  div.itemContainer {
    width: 100% !important;
  }
  .text-page {
    font-size: 32px;
    position: relative;
    top: -5px;
  }
  .view-contact .contact .tz-left {
    padding-top: 20%;
    padding-bottom: 30px;
  }
  .rev_slider_wrapper .tz-layer-block {
    height: 150px;
    width: 150px;
  }
  .tz_trending_article .display-flex {
    display: block;
  }
  .tz_trending_article .display-flex .owl-carousel,
  .tz_trending_article .display-flex .tz_label {
    width: 100%;
    padding: 0;
  }
  .tz-padding-featured-album-home4 .tz-albums .tz-content,
  .tz-padding-featured-album-home4 .tz-albums .tz-media {
    width: 100%;
  }
  .tz-padding-featured-album-home4 .tz-albums .tz-content {
    padding: 20px 0 0;
  }
  .tz-padding-featured-album-home4 .tz-albums .tz-media .tz_portfolio_plus_image img.tz_image_hover {
    right: -10px;
  }
  .tz-padding-featured-album-home4 .tz-albums .item-album {
    display: block;
  }
  .tz-padding-featured-album-home4 .tz-albums .tz-description {
    display: block;
    margin-bottom: 30px;
  }
  .tz-artist-home-4 .tz-artists .item-artists {
    height: auto !important;
    display: block;
  }
  .tz-artist-home-4 .tz-artists .item-artists .tz-media,
  .tz-artist-home-4 .tz-artists .item-artists .tz-content {
    width: 100%;
  }
  .tz-artist-home-4 .tz-artists .item-artists .tz-content {
    padding: 30px 0 0;
  }
  .tz-artist-home-4 .tz-actions {
    top: -40px;
  }
  .rev_slider_wrapper .tp-rightarrow.custom:after,
  .rev_slider_wrapper .tp-leftarrow.default:after {
    font-size: 36px;
  }
  .rev_slider_wrapper .tz-button-style-1,
  .rev_slider_wrapper .tz-button-style-2 {
    width: 60px;
  }
  .tz-padding-featured-album-home4 .parallax.top .title {
    margin-bottom: -220px;
  }
  .tz-shop .parallax .title {
    margin-top: -240px;
  }
  .tz-footer-home-4 > .container > .row {
    display: block;
  }
  /*Home 5 */
  .tz-event-static-style-1 .tz-title {
    font-size: 36px;
    letter-spacing: 10px;
  }
  .tz-event-static-style-1 .time-countdown {
    font-size: 33px;
    padding-right: 25px;
  }
  .tz-event-static-style-1 .time-countdown:after {
    right: 12px;
  }
  .tz_newsletter .tz-form .tz-size-medium {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .tz_newsletter .tz-form .mc-field-group {
    width: 100%;
    margin: 35px 0 0;
  }
  .tz-block-footer-home5 {
    padding: 25px;
  }
  .tz-block-footer-home5 .display-flex {
    display: block;
  }
  .tz-block-footer-home5 .display-flex > div {
    width: 100%;
    text-align: center;
  }
  .tz-block-footer-home5 .display-flex .social_footer_home_page {
    padding: 5px 0 7px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-content {
    width: 100%;
    padding: 0;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-button-custom,
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-read-more {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-button-custom {
    margin-left: 10px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-additional .muted {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  .tz-slide-home-2.owl-carousel .owl-item img {
    max-width: 150px;
    margin: 0;
  }
  .tz-slide-home-2 .tz-date {
    font-size: 100px;
    right: 0;
  }
  .tz-slide-home-2 .tz-date span {
    line-height: 100px;
  }
  .tz-slide-home-2 .tz-navigation .tz-actions {
    margin-left: 20px;
  }
  .k2SearchBlock.tz_search_top .k2SearchBlockForm {
    min-width: 280px;
  }
  .text-page {
    font-size: 24px;
    top: -15px;
    margin-right: 0;
    padding-left: 0;
  }
  /*Home 5*/
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-description {
    margin-bottom: 20px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-button-custom,
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-read-more {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-button-custom {
    margin-left: 10px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-additional .muted {
    font-size: 14px;
  }
  .tz-album-feature-home-5 .tz_portfolio_plus_article .tz-title {
    font-size: 30px;
  }
  .tz_newsletter .tz-form .tz-size-lagre {
    display: none;
  }
  .tz-block-footer-home5 {
    padding: 15px;
  }
  .tz-block-footer-home5 .display-flex .social_footer_home_page i {
    font-size: 20px;
  }
  /* Home 4 */
  .tz-artist-home-4 .tz-artists .item-artists .tz-title {
    font-size: 50px;
  }
  .tz-footer-home-4 .term_footer,
  .tz-footer-home-4 .copyright_footer {
    font-size: 15px;
  }
  .tz-footer-home-4 .term_footer a,
  .tz-footer-home-4 .copyright_footer a {
    margin: 0 5px;
    font-size: 15px;
  }
  .tz_trending_article {
    font-size: 16px;
  }
}
/*---------------*/
/***** Zoe *****/
/*---------------*/
.effect-zoe {
  overflow: hidden;
  position: relative;
}
.effect-zoe .tz-body {
  bottom: 0;
  background: transparent;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  height: auto;
  left: 0;
  position: absolute;
  width: 100%;
}
.effect-zoe h2 {
  float: left;
}
.effect-zoe p.icon-links a {
  float: right;
  color: #3c4a50;
  font-size: 1.4em;
}
.effect-zoe:hover p.icon-links a:hover,
.effect-zoe:hover p.icon-links a:focus {
  color: #252d31;
}
.effect-zoe .tz-actions {
  position: absolute;
  bottom: 10em;
  width: 100%;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}
.effect-zoe h2,
.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.effect-zoe p.icon-links a span::before {
  display: inline-block;
  padding: 8px 10px;
  font-family: 'feathericons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hikashop_subcontainer:hover .effect-zoe .tz-actions {
  opacity: 1;
}
.hikashop_subcontainer:hover .effect-zoe .tz-body,
.hikashop_subcontainer:hover .effect-zoe h2,
.hikashop_subcontainer:hover .effect-zoe p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hikashop_subcontainer:hover .effect-zoe h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/*---------------*/
/***** End Zoe *****/
/*---------------*/
/*# sourceMappingURL=template.css.map */


/*---- Version 1.2 ----*/
.tz_layout_fullscreen #system-message-container{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  background: white;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tz_songs_detail .jp-audio *:focus,
.tz_songs_detail .jp-audio-stream *:focus,
.tz_songs_detail .jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none;
}

.tz_songs_detail .jp-audio button::-moz-focus-inner,
.tz_songs_detail .jp-audio-stream button::-moz-focus-inner,
.tz_songs_detail .jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0;
}

.tz_songs_detail .jp-audio,
.tz_songs_detail .jp-audio-stream,
.tz_songs_detail .jp-video {
  font-size: 16px;
  line-height: 1.6;
}

.tz_songs_detail .jp-audio {
  width: 420px;
}

.tz_songs_detail .jp-audio-stream {
  width: 182px;
}

.tz_songs_detail .jp-video-270p {
  width: 480px;
}

.tz_songs_detail .jp-video-360p {
  width: 640px;
}

.tz_songs_detail .jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.tz_songs_detail .jp-video-full div div {
  z-index: 1000;
}

.tz_songs_detail .jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
}

.tz_songs_detail .jp-video-full .jp-gui {
  position: fixed !important;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */
}

.tz_songs_detail .jp-video-full .jp-interface {
  position: absolute !important;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

.tz_songs_detail .jp-interface {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding: 12px 10px;
  display: flex;
  align-items: center;
}


.tz_songs_detail .jp-audio-stream .jp-interface {
  height: 80px;
}

.tz_songs_detail .jp-video .jp-interface {
  border-top: 1px solid #009be3;
}

/* @group CONTROLS */
.tz_songs_detail .jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

.tz_songs_detail .jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.tz_songs_detail .jp-audio .jp-controls {
  padding: 0;
}

.tz_songs_detail .jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px;
}

.tz_songs_detail .jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px;
}

.tz_songs_detail .jp-video .jp-controls {
  float: left;
}

.tz_songs_detail .jp-controls button {
  display: inline-block;
  overflow: hidden;
  border: none;
  cursor: pointer;
  padding: 0 2px;
  background: transparent;
}

.tz_songs_detail .jp-play, .tz_songs_detail .jp-stop, .tz_songs_detail .jp-previous, .tz_songs_detail .jp-next {
  font-size: 13px;
  color: #120d14;
  padding: 0;
}

/* @end */
/* @group progress bar */
.tz_songs_detail .jp-progress {
  overflow: hidden;
}

.tz_songs_detail .jp-audio .jp-progress {
  height: 5px;
}

.tz_songs_detail .jp-video .jp-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.tz_songs_detail .tz_progress_bar{
  width: 100%;
  padding: 0 15px;
}
.tz_songs_detail .jp-seek-bar {
  background: rgba(37, 37, 37, 0.2);
  height: 5px;
  cursor: pointer;
  width : 100% !important;
}

.tz_songs_detail .jp-play-bar {
  width: 0;
  height: 100%;
  background: #daae81;
}

/* The seeking class is added/removed inside jPlayer */
.tz_songs_detail .jp-seeking-bg {
  background: url("../image/jplayer.blue.monday.seeking.gif");
}

/* @end */
/* @group volume controls */
.tz_songs_detail .jp-state-no-volume .jp-volume-controls {
  display: none;
}

.tz_songs_detail .jp-audio-stream .jp-volume-controls {
  left: 70px;
}

.tz_songs_detail .jp-video .jp-volume-controls {
  top: 12px;
  left: 50px;
}

.tz_songs_detail .jp-volume-controls button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  color: #120d14;
  background: transparent;
}

.tz_songs_detail .jp-volume-bar {
  overflow: hidden;
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(37, 37, 37, 0.2);
}

.tz_songs_detail .jp-volume-bar-value {
  width: 0;
  height: 5px;
  background: #daae81;
}

/* @end */
/* @group current time and duration */
.tz_songs_detail .jp-type-single .jp-details{
    overflow: auto;
}
.tz_songs_detail .jp-current-time,
.tz_songs_detail .jp-duration {
  font-size: 13px;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
  min-width: 30px;
  color: #9a9a9a;
}

.tz_songs_detail .jp-current-time {
  cursor: default;
  left: 0;
}

.tz_songs_detail .jp-duration {
  right: 0;
  cursor: pointer;
}

.tz_songs_detail .jp-video .jp-current-time {
  margin-left: 20px;
}

.tz_songs_detail .jp-video .jp-duration {
  margin-right: 20px;
}

/* @end */
/* @group playlist */
.tz_songs_detail .jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default;
}

.tz_songs_detail .jp-details,
.tz_songs_detail .jp-playlist {
  width: 100%;
  background-color: transparent;
  padding: 10px;
  overflow: auto;
}

.tz_songs_detail .jp-type-single .jp-details,
.tz_songs_detail .jp-type-playlist .jp-details {
  border-top: none;
}

.tz_songs_detail .jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold;
}

.tz_songs_detail .jp-playlist ul {
  list-style-type: decimal-leading-zero;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  /*overflow-y: auto;*/
  /*height: 100%;*/
}

.tz_songs_detail .jp-playlist li {
  padding: 10px 15px;
  background: #ffffff;
  margin-bottom: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.tz_songs_detail .jp-playlist li div {
  display: inline-block;
  padding-left: 20px;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
.tz_songs_detail div.jp-type-playlist div.jp-playlist li:last-child {
  margin-bottom: 0;
}

.tz_songs_detail div.jp-type-playlist div.jp-playlist li:hover,
.tz_songs_detail div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  border-color: #eed5b2;

}

.tz_songs_detail div.jp-type-playlist div.jp-playlist a {
  color: #120d14;
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
}

.tz_songs_detail div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
}

.tz_songs_detail div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}

.tz_songs_detail div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

.tz_songs_detail div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

.tz_songs_detail div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

.tz_songs_detail span.jp-artist {
  font-size: .8em;
  color: #666;
}

/* @end */
.tz_songs_detail .jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

.tz_songs_detail .jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}

.tz_songs_detail .jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}

.tz_songs_detail .jp-video-full .jp-video-play {
  height: 100%;
}

.tz_songs_detail .jp-jplayer audio,
.tz_songs_detail .jp-jplayer {
  width: 0;
  height: 0;
}

.tz_songs_detail .jp-jplayer {
  background-color: #000000;
}

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */

.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}

.tz_songs_detail .jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px;
}

.tz_songs_detail .jp-toggles button {
  display: inline-block;
  line-height: 100%;
  /* need this for IE6 */
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #120d14;
  padding: 0 2px;
  background: transparent;
}

.tz_songs_detail .jp-full-screen:focus,
.tz_songs_detail .jp-state-full-screen .jp-full-screen,
.tz_songs_detail .jp-state-full-screen .jp-full-screen:focus,
.tz_songs_detail .jp-repeat:focus,
.tz_songs_detail .jp-state-looped .jp-repeat,
.tz_songs_detail .jp-state-looped .jp-repeat:focus,
.tz_songs_detail .jp-state-shuffled .jp-shuffle:focus,
.tz_songs_detail .jp-shuffle:focus,
.tz_songs_detail .jp-state-shuffled .jp-shuffle {
  color: #daae81;
}

/* @end */
/* @group NO SOLUTION error feedback */
.tz_songs_detail .jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}

.tz_songs_detail .jp-no-solution a {
  color: #000;
}

.tz_songs_detail .jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* @end */

.TzAlbumPage .jp-audio {
  width: 100%;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
}

.TzAlbumPage .jp-interface > * {
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  /*position: relative;*/
}

.TzAlbumPage .jp-audio .jp-controls {
  padding: 0;
  width: 25% !important;
  max-width: 100px;
  text-align: center;
}

.TzAlbumPage .jp-audio .jp-type-single .jp-progress,
.TzAlbumPage .jp-audio .jp-type-playlist .jp-progress {
  width: 100% !important;
  padding: 0 5px;
  display: flex;
  align-items: center;
  height: auto;
}

.TzAlbumPage .jp-interface .jp-volume-controls {
  min-width: 125px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.TzAlbumPage .jp-audio .jp-type-playlist .jp-toggles {
  min-width: 70px;
  text-align: center;
}

.TzAlbumPage .jp-audio .jp-type-playlist .jp-volume-controls > *,
.TzAlbumPage .jp-audio .jp-type-playlist .jp-progress > * {
  display: inline-block;
}

.TzAlbumPage .jp-audio .jp-type-playlist .jp-volume-controls .tz_progress_bar {
  padding: 0;
  width: 80%;
}

.tz_songs_detail .jp-type-playlist .jp-playlist li:after {
  content: '\f028';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tz_songs_detail .jp-type-playlist .jp-playlist li.jp-playlist-current:after {
  opacity: 1;
}

.tz_songs_detail .jp-state-playing .jp-controls .jp-play i:before {
  content: '\f04c';
}

.tz_songs_detail .jp-toggles button:hover,
.tz_songs_detail .jp-controls button:hover,
.tz_songs_detail .jp-volume-controls button:hover {
  color: #daae81;
}

@media (max-width: 1199px) {
  .TzAlbumPage .jp-audio .jp-controls {
    width: 35% !important;
  }

  .TzAlbumPage .jp-interface .jp-volume-controls {
    min-width: 0;
  }
}
@media(max-width: 480px){
  .tz_songs_detail .jp-playlist{
    height: auto !important;
  }
  .tz_songs_detail .jp-playlist ul{
    list-style-position: inherit;
  }
  .tz_songs_detail .jp-playlist li div{
    display: block;
    padding: 0 20px 0 0;
    font-size: 14px;
  }
  .tz_songs_detail .jp-type-playlist .jp-playlist li:after{
    right: 15px;
  }
  .tz_songs_detail .jp-interface{
    /*display: block;*/
  }
  .TzAlbumPage .jp-audio .jp-controls{
    width: 100% !important;
    display: block;
    text-align: left;
      max-width: none;
  }
  .TzAlbumPage .jp-audio .jp-type-playlist .jp-progress{
    display: none;
  }
    .TzAlbumPage .jp-interface .jp-volume-controls{
        min-width: 0;
    }
    .TzAlbumPage .jp-audio .jp-type-playlist .jp-toggles{
        min-width: 50px;
    }
}


/*---  Tz playlist ----*/
.jp-audio *:focus,
.jp-audio-stream *:focus,
.jp-video *:focus {
  /* Disable the browser focus highlighting. */
  outline: none;
}

.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
  /* Disable the browser CSS3 focus highlighting. */
  border: 0;
}

.jp-audio,
.jp-audio-stream,
.jp-video {
  font-size: 16px;
  line-height: 1.6;
}

.jp-video-full {
  /* Rules for IE6 (full-screen) */
  width: 480px;
  height: 270px;
  /* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
  position: static !important;
  /*position: relative; */
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
.jp-video-full div div {
  z-index: 1000;
}

.jp-video-full .jp-jplayer {
  top: 0;
  left: 0;
  position: fixed !important;
  /* Rules for IE6 (full-screen) */
  overflow: hidden;
}

.jp-video-full .jp-gui {
  position: fixed !important;
  /* Rules for IE6 (full-screen) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  /* 1 layer above the others. */
}

.jp-video-full .jp-interface {
  position: absolute !important;
  /* Rules for IE6 (full-screen) */
  bottom: 0;
  left: 0;
}

.tz-playlist .jp-interface {
  position: relative;
  width: 100%;
  padding: 26px 0;
  display: flex;
  align-items: center;

}

.jp-audio-stream .jp-interface {
  height: 80px;
}

.jp-video .jp-interface {
  border-top: 1px solid #009be3;
}

/* @group CONTROLS */
.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
  /* This negative value depends on the size of the text in jp-currentTime and jp-duration */
}

.jp-interface .jp-controls {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.jp-audio .jp-controls {
  padding: 0;
}

.jp-video .jp-type-single .jp-controls {
  width: 78px;
  margin-left: 200px;
}

.jp-video .jp-type-playlist .jp-controls {
  width: 134px;
  margin-left: 172px;
}

.jp-video .jp-controls {
  float: left;
}

.tz-playlist .jp-controls button {
  display: inline-block;
  overflow: hidden;
  color: #ffffff;
  font-size: 10px;
  border: none;
  cursor: pointer;
  padding: 0 5px;
  background: transparent;
  line-height: 30px;
}

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
}

.jp-video .jp-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.tz-playlist .jp-seek-bar {
  background: #333636;
  width: 0px;
  height: 3px;
  cursor: pointer;
  /*padding: 0 15px;*/
}

.jp-play-bar {
  width: 0px;
  height: 100%;
  background: #daae81;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: url("../image/jplayer.blue.monday.seeking.gif");
}

/* @end */
/* @group volume controls */
.jp-state-no-volume .jp-volume-controls {
  display: none;
}

.jp-audio-stream .jp-volume-controls {
  left: 70px;
}

.jp-video .jp-volume-controls {
  top: 12px;
  left: 50px;
}

.tz-playlist .jp-volume-controls button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 10px;
  color: #ffffff;
  line-height: 30px;
}

.tz-playlist .jp-volume-bar {
  overflow: hidden;
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: #323636;
}

.tz-playlist .jp-volume-bar-value {
  width: 0;
  height: 3px;
  background: #daae81;
}

/* @end */
/* @group current time and duration */
.tz-playlist .jp-audio .jp-time-holder {
  color: #ffffff;
  font-size: 11px;
  text-align: center;
  display: inline-block;
}

/*.jp-audio .jp-type-single .jp-time-holder {*/
  /*left: 110px;*/
  /*width: 186px;*/
/*}*/

.tz-playlist .jp-current-time,
.tz-playlist .jp-duration {
  font-size: 11px;
  color: #ffffff;
  margin: 0 2px;
}

.jp-current-time {
  cursor: default;
  left: 0;
}

.jp-duration {
  right: 0;
  cursor: pointer;
}

.jp-video .jp-current-time {
  margin-left: 20px;
}

.jp-video .jp-duration {
  margin-right: 20px;
}

/* @end */
/* @group playlist */
.jp-details {
  font-weight: bold;
  text-align: center;
  cursor: default;
}

.jp-details,
.jp-playlist {
  width: 100%;
  background-color: transparent;
  padding: 10px;
}

.jp-type-single .jp-details,
.jp-type-playlist .jp-details {
  border-top: none;
}

.jp-details .jp-title {
  margin: 0;
  padding: 5px 20px;
  font-size: .72em;
  font-weight: bold;
}

.jp-playlist ul {
  list-style-type: decimal-leading-zero;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  /*overflow-y: auto;*/
  /*height: 100%;*/
}

.tz-playlist .jp-playlist li {
  padding: 10px 15px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #daae81;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.tz-playlist .jp-playlist li:after {
  content: '\f028';
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  opacity: 0;
}

.tz-playlist .jp-playlist li.jp-playlist-current:after {
  opacity: 1;
}

.jp-playlist li div {
  display: inline-block;
  padding-left: 20px;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */
div.jp-type-playlist div.jp-playlist li:last-child {
  margin-bottom: 0;
}

div.jp-type-playlist div.jp-playlist li:hover,
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  border-color: #daae81;
}

.tz-playlist div.jp-type-playlist div.jp-playlist a {
  color: #daae81;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}

.tz-playlist div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  font-weight: bold;
  color: #666;
}

.tz-playlist div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}

.tz-playlist div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

span.jp-artist {
  font-size: .8em;
  color: #666;
}

/* @end */
.jp-video-play {
  width: 100%;
  overflow: hidden;
  /* Important for nested negative margins to work in modern browsers */
  cursor: pointer;
  background-color: transparent;
  /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}

.jp-video-270p .jp-video-play {
  margin-top: -270px;
  height: 270px;
}

.jp-video-360p .jp-video-play {
  margin-top: -360px;
  height: 360px;
}

.jp-video-full .jp-video-play {
  height: 100%;
}

.jp-jplayer audio,
.jp-jplayer {
  width: 0;
  height: 0;
}

.jp-jplayer {
  background-color: #000000;
}

/* @group TOGGLES */
/* The audio toggles are nested inside jp-time-holder */

.jp-audio .jp-type-single .jp-toggles {
  width: 25px;
}

.jp-video .jp-toggles {
  position: absolute;
  right: 16px;
  margin: 0;
  margin-top: 10px;
  width: 100px;
}

.tz-playlist .jp-toggles button {
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 10px;
  padding: 0 2px;
  background: transparent;
  line-height: 30px;
  color: #fff;
}

.jp-full-screen:focus,
.jp-state-full-screen .jp-full-screen,
.jp-state-full-screen .jp-full-screen:focus,
.jp-repeat:focus,
.jp-state-looped .jp-repeat,
.jp-state-looped .jp-repeat:focus,
.jp-state-shuffled .jp-shuffle:focus,
.jp-shuffle:focus,
.jp-state-shuffled .jp-shuffle {
  color: #daae81;
}

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}

.jp-no-solution a {
  color: #000;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: bold;
}

/* @end */

.tz-playlist .jp-audio {
  width: 100%;
  position: relative;
  background: #101010;
}

.tz-playlist .jp-interface > * {
  position: relative;
}

.tz-playlist .jp-audio .jp-controls {
  padding: 0;
  width: 20%;
  max-width: 100px;
  text-align: center;
}

.tz-playlist .jp-audio .jp-type-playlist .jp-progress {
  width: 100% !important;
  padding: 0 5px;
  height: auto;
  display: flex;
  align-items: center;
}

.tz-playlist .jp-interface .jp-volume-controls {
  min-width: 125px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.tz-playlist .jp-audio .jp-type-playlist .jp-toggles {
  min-width: 85px;
  text-align: center;
  padding-left: 15px;
}

.tz-playlist .tz_progress_bar {
  width: 80%;
  padding: 0 15px;
  display: inline-block;
}

.jp-audio .jp-type-playlist .jp-volume-controls .tz_progress_bar {
  padding: 0;
}

.tz-playlist .tz-title {
  min-width: 30%;
}

.tz-playlist .tz-title > * {
  display: inline-block;
}

.tz-playlist .jp-title {
  color: #eed5b2;
  font-size: 18px;
  letter-spacing: 2px;
}

.tz-playlist .tz-icon {
  color: #ffffff;
  font-size: 24px;
  padding-right: 25px;
  line-height: 1em;;
  position: relative;
  top: 6px;
}

.tz-playlist .jp-playlist ul {
  padding: 0 15px 0;
  margin: auto;
  max-height: 350px;
  overflow: auto;
}

.tz-playlist .jp-playlist {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
  padding: 30px 0 25px;
  background: #212121;
  z-index: 11;
}

.tz-playlist {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.jp-state-playing .jp-controls .jp-play i:before {
  content: '\f04c';
}

.jp-toggles button:hover,
.jp-controls button:hover,
.jp-volume-controls button:hover {
  color: #daae81;
}

@media (max-width: 1200px) {
  .tz-playlist .jp-volume-bar {
    display: block !important;
  }

  .tz-playlist .jp-title {
    min-width: 25%;
    overflow: hidden;
  }

  .tz-playlist .jp-audio .jp-controls {
    width: 25%;
  }

  .tz-playlist .jp-interface .jp-volume-controls {
    min-width: 115px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .tz-playlist .jp-interface .jp-volume-controls,
  .tz-playlist .jp-audio .jp-time-holder {
    display: none;
  }

  .tz-playlist .jp-audio .jp-controls {
    width: 40%;
  }

  .tz-playlist .tz_progress_bar {
    width: 100%;
  }
}

@media (max-width: 480px) {

  .tz-playlist .jp-interface {
    display: block;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tz-playlist .tz-icon {
    top: 0;
  }

  .tz-playlist .jp-audio .jp-type-playlist .jp-progress,
  .tz-playlist .jp-audio .jp-controls {
    float: left;
    display: inline-block;
  }

  .tz-playlist .jp-audio .jp-controls {
    width: auto;
  }

  .tz-playlist .jp-controls button {
    padding: 0 3px;
  }

  .tz-playlist .jp-audio .jp-type-playlist .jp-toggles {
    width: auto;
    display: inline-block;
    min-width: 0;
    padding: 0;
  }

  .tz-playlist .jp-audio .jp-type-playlist .jp-progress {
    width: 50% !important;
    padding: 0;
  }

}


/* Fix Version 1.3 */
.fullpage-footer{
    position: fixed;
    bottom: 23px;
    left: 30px;
    right: 30px;

}
.fullpage-footer > *{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.fullpage-footer > .custom > * {
    flex: 1;
}
.fullpage-footer .tz_copyright {
    /*position: fixed;*/
    /*left: 30px;*/
    /*bottom: 23px;*/
    color: #e1e1e1;
    letter-spacing: 3px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
}
.fullpage-footer .tz_social {
    /*position: fixed;*/
    /*right: 30px;*/
    /*bottom: 23px;*/
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.fullpage-footer .tz_social li {
    display: inline-block;
    float: none;
    margin: 0 10px;
}
.fullpage-footer .tz_social li:last-child {
    margin-right: 0;
}
.fullpage-footer .tz_social a {
    color: #ffffff;
}
.fullpage-footer .tz_social a:hover {
    color: #daae81;
}
.fullpage-footer .tz_button{
    text-align: center;
    flex: 0.3;
}
.tz-slide-down {
    /*bottom: 26px;*/
    /*left: 50%;*/
    /*position: fixed;*/
    /*-webkit-transform: translate(-50%, 0px);*/
    /*-ms-transform: translate(-50%, 0px);*/
    /*-o-transform: translate(-50%, 0px);*/
    /*transform: translate(-50%, 0px);*/
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    margin-top: -15px;
    position: relative;
}
.tz-slide-down:hover i {
    color: #eed5b2;
}
.tz-slide-down.tz-hidden {
    opacity: 0;
    visibility: hidden;
}
.tz-slide-down i {
    color: #ffffff;
    display: block;
    line-height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tz-slide-down i.tz-top {
    opacity: 0.2;
}
.tz-slide-down i.tz-middle {
    opacity: 0.4;
}
.fp-scrollable{
    /*margin: 60px 0;*/
    /*height: 100% !important;*/
}


@media(max-width: 767px){
    .tz-section-contact .tz-module .TzContact .form-validate{
        display: block;
    }
    .tz-album-featured-padding .tz-albums .item-album .tz-media .tz_image_hover,
    .tz-albums .tz-category-fixed,
    .tz-slide-home-2 .tz-date{
        display: none;
    }
    .tz-album-featured-padding .tz-albums .item-album .tz-media a{
        width: 100%;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .fp-section .module-title{
        display: none;
    }
    .tz-album-featured-padding .tz-albums .item-album{
        padding: 0;
    }
    .fullpage-footer .tz_social,
    .fullpage-footer .tz_copyright{
        font-size: 14px;
    }
    .fullpage-footer .tz_copyright{
        text-align: left;
    }
    .fullpage-footer .tz_social{
        text-align: right;
    }
    .fullpage-footer .tz_social li{
        margin: 0 5px;
    }
}

@media(max-width: 480px){
    .fullpage-footer .tz_copyright{
        letter-spacing: 1.1px;
        font-size: 11px;
    }
    .fullpage-footer .tz_social{
        font-size: 12px;
    }
    .fullpage-footer{
        left: 15px;
        right: 15px;
    }
    .fullpage-footer .tz_button{
        flex: 0.1;
    }
    .tz-slide-down{
        font-size:11px;
    }
    .tz-slide-down i{
        line-height: 7px;
    }

    /* Home 3 */
    .ei-slider .tz-info {
        padding: 0 15px;
        max-width: 100%;
    }
    .ei-slider .tz-info .text-style-1 {
        font-size: 24px;
        letter-spacing: 3px;
    }
    .ei-slider .text-style-2{
        margin-bottom: 15px;
        font-size: 12px;
    }
    .ei-slider .tz-info .tz-btn {
        padding: 5px 20px 1px;
        font-size: 14px;
        line-height: 1.5em;
        letter-spacing: 2px;
    }
    .tz-body-fixed .tz-thumb {
        margin-left: 30px !important;
    }
    .tz-footer-fixed .tz-copyright {
        bottom: 40px;
        right: 15px;
        text-align: center;
        font-size: 12px;
        left: 15px;
    }
    .tz-footer-fixed .tz-social-network {
        bottom: 10px;
        left: 30px;
        text-align: center;

    }
    .tz-footer-fixed .tz-social-network a {
        font-size: 13px;
    }
    /* End Home 3 */
}

/* ajustes */

#tz-ticket-wrapper {
  padding-top: 50px;
}

#tz-footer {
  margin-top: -1px;
}

.contato-form input , .contato-form textarea {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 20px;
  width: 100%;
  line-height: 1.7em;
  margin-bottom: 35px;
  letter-spacing: 0.3px;  
}

.contato-form label {
    color: #fff;
    font-family: BebasNeueBold, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    padding-left: 22px;
    padding: 0 0 5px 22px;
}

.contato-form button {
    border: medium none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #120d14;
    padding: 10px 25px 9px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #eed5b2;
    font-family: 'Teko', sans-serif, Arial, sans-serif;
}

.contato-form button::before {
    content: "\f1d8";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.contato-form section {
    margin-bottom: 20px !important;
}

#tz-footer-wrapper .copyright_footer a {
    color: #e2bc93;
}

.contato-page #tz-main-body-wrapper {
  padding:0 0 100px;
}

.contato-txt {
  padding: 100px 30px 30px;
}

.contact-icon {
    padding-right: 10px;
}

.tz_portfolio_plus_video img {
  width: 100% !important;
  height: auto !important;
}