@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';
  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: 'et-line';
  src: url('../../../fonts/EtLine/fonts/et-line.eot');
  src: url('../../../fonts/EtLine/fonts/et-line.eot?#iefix') format('embedded-opentype'), url('../../../fonts/EtLine/fonts/et-line.woff') format('woff'), url('../../../fonts/EtLine/fonts/et-line.ttf') format('truetype'), url('../../../fonts/EtLine/fonts/et-line.svg#et-line') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon-et]:before {
  font-family: 'et-line';
  content: attr(data-icon-et);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.et-icon-mobile,
.et-icon-laptop,
.et-icon-desktop,
.et-icon-tablet,
.et-icon-phone,
.et-icon-document,
.et-icon-documents,
.et-icon-search,
.et-icon-clipboard,
.et-icon-newspaper,
.et-icon-notebook,
.et-icon-book-open,
.et-icon-browser,
.et-icon-calendar,
.et-icon-presentation,
.et-icon-picture,
.et-icon-pictures,
.et-icon-video,
.et-icon-camera,
.et-icon-printer,
.et-icon-toolbox,
.et-icon-briefcase,
.et-icon-wallet,
.et-icon-gift,
.et-icon-bargraph,
.et-icon-grid,
.et-icon-expand,
.et-icon-focus,
.et-icon-edit,
.et-icon-adjustments,
.et-icon-ribbon,
.et-icon-hourglass,
.et-icon-lock,
.et-icon-megaphone,
.et-icon-shield,
.et-icon-trophy,
.et-icon-flag,
.et-icon-map,
.et-icon-puzzle,
.et-icon-basket,
.et-icon-envelope,
.et-icon-streetsign,
.et-icon-telescope,
.et-icon-gears,
.et-icon-key,
.et-icon-paperclip,
.et-icon-attachment,
.et-icon-pricetags,
.et-icon-lightbulb,
.et-icon-layers,
.et-icon-pencil,
.et-icon-tools,
.et-icon-tools-2,
.et-icon-scissors,
.et-icon-paintbrush,
.et-icon-magnifying-glass,
.et-icon-circle-compass,
.et-icon-linegraph,
.et-icon-mic,
.et-icon-strategy,
.et-icon-beaker,
.et-icon-caution,
.et-icon-recycle,
.et-icon-anchor,
.et-icon-profile-male,
.et-icon-profile-female,
.et-icon-bike,
.et-icon-wine,
.et-icon-hotairballoon,
.et-icon-globe,
.et-icon-genius,
.et-icon-map-pin,
.et-icon-dial,
.et-icon-chat,
.et-icon-heart,
.et-icon-cloud,
.et-icon-upload,
.et-icon-download,
.et-icon-target,
.et-icon-hazardous,
.et-icon-piechart,
.et-icon-speedometer,
.et-icon-global,
.et-icon-compass,
.et-icon-lifesaver,
.et-icon-clock,
.et-icon-aperture,
.et-icon-quote,
.et-icon-scope,
.et-icon-alarmclock,
.et-icon-refresh,
.et-icon-happy,
.et-icon-sad,
.et-icon-facebook,
.et-icon-twitter,
.et-icon-googleplus,
.et-icon-rss,
.et-icon-tumblr,
.et-icon-linkedin,
.et-icon-dribbble {
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.et-icon-mobile:before {
  content: "\e000";
}
.et-icon-laptop:before {
  content: "\e001";
}
.et-icon-desktop:before {
  content: "\e002";
}
.et-icon-tablet:before {
  content: "\e003";
}
.et-icon-phone:before {
  content: "\e004";
}
.et-icon-document:before {
  content: "\e005";
}
.et-icon-documents:before {
  content: "\e006";
}
.et-icon-search:before {
  content: "\e007";
}
.et-icon-clipboard:before {
  content: "\e008";
}
.et-icon-newspaper:before {
  content: "\e009";
}
.et-icon-notebook:before {
  content: "\e00a";
}
.et-icon-book-open:before {
  content: "\e00b";
}
.et-icon-browser:before {
  content: "\e00c";
}
.et-icon-calendar:before {
  content: "\e00d";
}
.et-icon-presentation:before {
  content: "\e00e";
}
.et-icon-picture:before {
  content: "\e00f";
}
.et-icon-pictures:before {
  content: "\e010";
}
.et-icon-video:before {
  content: "\e011";
}
.et-icon-camera:before {
  content: "\e012";
}
.et-icon-printer:before {
  content: "\e013";
}
.et-icon-toolbox:before {
  content: "\e014";
}
.et-icon-briefcase:before {
  content: "\e015";
}
.et-icon-wallet:before {
  content: "\e016";
}
.et-icon-gift:before {
  content: "\e017";
}
.et-icon-bargraph:before {
  content: "\e018";
}
.et-icon-grid:before {
  content: "\e019";
}
.et-icon-expand:before {
  content: "\e01a";
}
.et-icon-focus:before {
  content: "\e01b";
}
.et-icon-edit:before {
  content: "\e01c";
}
.et-icon-adjustments:before {
  content: "\e01d";
}
.et-icon-ribbon:before {
  content: "\e01e";
}
.et-icon-hourglass:before {
  content: "\e01f";
}
.et-icon-lock:before {
  content: "\e020";
}
.et-icon-megaphone:before {
  content: "\e021";
}
.et-icon-shield:before {
  content: "\e022";
}
.et-icon-trophy:before {
  content: "\e023";
}
.et-icon-flag:before {
  content: "\e024";
}
.et-icon-map:before {
  content: "\e025";
}
.et-icon-puzzle:before {
  content: "\e026";
}
.et-icon-basket:before {
  content: "\e027";
}
.et-icon-envelope:before {
  content: "\e028";
}
.et-icon-streetsign:before {
  content: "\e029";
}
.et-icon-telescope:before {
  content: "\e02a";
}
.et-icon-gears:before {
  content: "\e02b";
}
.et-icon-key:before {
  content: "\e02c";
}
.et-icon-paperclip:before {
  content: "\e02d";
}
.et-icon-attachment:before {
  content: "\e02e";
}
.et-icon-pricetags:before {
  content: "\e02f";
}
.et-icon-lightbulb:before {
  content: "\e030";
}
.et-icon-layers:before {
  content: "\e031";
}
.et-icon-pencil:before {
  content: "\e032";
}
.et-icon-tools:before {
  content: "\e033";
}
.et-icon-tools-2:before {
  content: "\e034";
}
.et-icon-scissors:before {
  content: "\e035";
}
.et-icon-paintbrush:before {
  content: "\e036";
}
.et-icon-magnifying-glass:before {
  content: "\e037";
}
.et-icon-circle-compass:before {
  content: "\e038";
}
.et-icon-linegraph:before {
  content: "\e039";
}
.et-icon-mic:before {
  content: "\e03a";
}
.et-icon-strategy:before {
  content: "\e03b";
}
.et-icon-beaker:before {
  content: "\e03c";
}
.et-icon-caution:before {
  content: "\e03d";
}
.et-icon-recycle:before {
  content: "\e03e";
}
.et-icon-anchor:before {
  content: "\e03f";
}
.et-icon-profile-male:before {
  content: "\e040";
}
.et-icon-profile-female:before {
  content: "\e041";
}
.et-icon-bike:before {
  content: "\e042";
}
.et-icon-wine:before {
  content: "\e043";
}
.et-icon-hotairballoon:before {
  content: "\e044";
}
.et-icon-globe:before {
  content: "\e045";
}
.et-icon-genius:before {
  content: "\e046";
}
.et-icon-map-pin:before {
  content: "\e047";
}
.et-icon-dial:before {
  content: "\e048";
}
.et-icon-chat:before {
  content: "\e049";
}
.et-icon-heart:before {
  content: "\e04a";
}
.et-icon-cloud:before {
  content: "\e04b";
}
.et-icon-upload:before {
  content: "\e04c";
}
.et-icon-download:before {
  content: "\e04d";
}
.et-icon-target:before {
  content: "\e04e";
}
.et-icon-hazardous:before {
  content: "\e04f";
}
.et-icon-piechart:before {
  content: "\e050";
}
.et-icon-speedometer:before {
  content: "\e051";
}
.et-icon-global:before {
  content: "\e052";
}
.et-icon-compass:before {
  content: "\e053";
}
.et-icon-lifesaver:before {
  content: "\e054";
}
.et-icon-clock:before {
  content: "\e055";
}
.et-icon-aperture:before {
  content: "\e056";
}
.et-icon-quote:before {
  content: "\e057";
}
.et-icon-scope:before {
  content: "\e058";
}
.et-icon-alarmclock:before {
  content: "\e059";
}
.et-icon-refresh:before {
  content: "\e05a";
}
.et-icon-happy:before {
  content: "\e05b";
}
.et-icon-sad:before {
  content: "\e05c";
}
.et-icon-facebook:before {
  content: "\e05d";
}
.et-icon-twitter:before {
  content: "\e05e";
}
.et-icon-googleplus:before {
  content: "\e05f";
}
.et-icon-rss:before {
  content: "\e060";
}
.et-icon-tumblr:before {
  content: "\e061";
}
.et-icon-linkedin:before {
  content: "\e062";
}
.et-icon-dribbble:before {
  content: "\e063";
}
@font-face {
  font-family: "furniture";
  src: url("../../../fonts/FurnitureIcons/fonts/furniture.eot");
  src: url("../../../fonts/FurnitureIcons/fonts/furniture.eot?#iefix") format("embedded-opentype"), url("../../../fonts/FurnitureIcons/fonts/furniture.woff") format("woff"), url("../../../fonts/FurnitureIcons/fonts/furniture.ttf") format("truetype"), url("../../../fonts/FurnitureIcons/fonts/furniture.svg#furniture") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon-furn]:before {
  font-family: "furniture";
  content: attr(data-icon-furn);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="furn-icon-"]:before,
[class*=" furn-icon-"]:before {
  font-family: "furniture" !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;
}
.furn-icon-001:before {
  content: "a";
}
.furn-icon-014:before {
  content: "b";
}
.furn-icon-027:before {
  content: "c";
}
.furn-icon-040:before {
  content: "d";
}
.furn-icon-041:before {
  content: "e";
}
.furn-icon-028:before {
  content: "f";
}
.furn-icon-015:before {
  content: "g";
}
.furn-icon-002:before {
  content: "h";
}
.furn-icon-003:before {
  content: "i";
}
.furn-icon-016:before {
  content: "j";
}
.furn-icon-029:before {
  content: "k";
}
.furn-icon-042:before {
  content: "l";
}
.furn-icon-043:before {
  content: "m";
}
.furn-icon-030:before {
  content: "n";
}
.furn-icon-017:before {
  content: "o";
}
.furn-icon-004:before {
  content: "p";
}
.furn-icon-005:before {
  content: "q";
}
.furn-icon-018:before {
  content: "r";
}
.furn-icon-031:before {
  content: "s";
}
.furn-icon-044:before {
  content: "t";
}
.furn-icon-045:before {
  content: "u";
}
.furn-icon-032:before {
  content: "v";
}
.furn-icon-019:before {
  content: "w";
}
.furn-icon-006:before {
  content: "x";
}
.furn-icon-007:before {
  content: "y";
}
.furn-icon-020:before {
  content: "z";
}
.furn-icon-033:before {
  content: "A";
}
.furn-icon-046:before {
  content: "B";
}
.furn-icon-047:before {
  content: "C";
}
.furn-icon-034:before {
  content: "D";
}
.furn-icon-021:before {
  content: "E";
}
.furn-icon-008:before {
  content: "F";
}
.furn-icon-009:before {
  content: "G";
}
.furn-icon-022:before {
  content: "H";
}
.furn-icon-035:before {
  content: "I";
}
.furn-icon-048:before {
  content: "J";
}
.furn-icon-049:before {
  content: "K";
}
.furn-icon-036:before {
  content: "L";
}
.furn-icon-023:before {
  content: "M";
}
.furn-icon-010:before {
  content: "N";
}
.furn-icon-011:before {
  content: "O";
}
.furn-icon-024:before {
  content: "P";
}
.furn-icon-037:before {
  content: "Q";
}
.furn-icon-050:before {
  content: "R";
}
.furn-icon-051:before {
  content: "S";
}
.furn-icon-038:before {
  content: "T";
}
.furn-icon-025:before {
  content: "U";
}
.furn-icon-012:before {
  content: "V";
}
.furn-icon-013:before {
  content: "W";
}
.furn-icon-026:before {
  content: "X";
}
.furn-icon-039:before {
  content: "Y";
}
.furn-icon-052:before {
  content: "Z";
}
.furn-icon-065:before {
  content: "0";
}
.furn-icon-064:before {
  content: "1";
}
.furn-icon-063:before {
  content: "2";
}
.furn-icon-062:before {
  content: "3";
}
.furn-icon-061:before {
  content: "4";
}
.furn-icon-060:before {
  content: "5";
}
.furn-icon-059:before {
  content: "6";
}
.furn-icon-058:before {
  content: "7";
}
.furn-icon-057:before {
  content: "8";
}
.furn-icon-056:before {
  content: "9";
}
.furn-icon-055:before {
  content: "!";
}
.furn-icon-054:before {
  content: "\"";
}
.furn-icon-053:before {
  content: "#";
}
.furn-icon-066:before {
  content: "$";
}
.furn-icon-079:before {
  content: "%";
}
.furn-icon-092:before {
  content: "&";
}
.furn-icon-093:before {
  content: "'";
}
.furn-icon-080:before {
  content: "(";
}
.furn-icon-067:before {
  content: ")";
}
.furn-icon-068:before {
  content: "*";
}
.furn-icon-081:before {
  content: "+";
}
.furn-icon-094:before {
  content: ",";
}
.furn-icon-095:before {
  content: "-";
}
.furn-icon-082:before {
  content: ".";
}
.furn-icon-069:before {
  content: "/";
}
.furn-icon-070:before {
  content: ":";
}
.furn-icon-083:before {
  content: ";";
}
.furn-icon-096:before {
  content: "<";
}
.furn-icon-097:before {
  content: "=";
}
.furn-icon-084:before {
  content: ">";
}
.furn-icon-071:before {
  content: "?";
}
.furn-icon-073:before {
  content: "@";
}
.furn-icon-072:before {
  content: "[";
}
.furn-icon-085:before {
  content: "]";
}
.furn-icon-098:before {
  content: "^";
}
.furn-icon-099:before {
  content: "_";
}
.furn-icon-086:before {
  content: "`";
}
.furn-icon-087:before {
  content: "{";
}
.furn-icon-100:before {
  content: "|";
}
.furn-icon-075:before {
  content: "}";
}
.furn-icon-074:before {
  content: "~";
}
.furn-icon-076:before {
  content: "\\";
}
.furn-icon-089:before {
  content: "\e000";
}
.furn-icon-088:before {
  content: "\e001";
}
.furn-icon-090:before {
  content: "\e002";
}
.furn-icon-077:before {
  content: "\e003";
}
.furn-icon-078:before {
  content: "\e004";
}
.furn-icon-091:before {
  content: "\e005";
}
/*---------------- Elegant Icon ----------------*/
@font-face {
  font-family: 'ElegantIcons';
  src: url('../../../fonts/ElegantIcons/ElegantIcons.eot');
  src: url('../../../fonts/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../../../fonts/ElegantIcons//ElegantIcons.woff') format('woff'), url('../../../fonts/ElegantIcons/ElegantIcons.ttf') format('truetype'), url('../../../fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.elg {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.elg_arrow_up:before {
  content: "\21";
}
.elg_arrow_down:before {
  content: "\22";
}
.elg_arrow_left:before {
  content: "\23";
}
.elg_arrow_right:before {
  content: "\24";
}
.elg_arrow_left-up:before {
  content: "\25";
}
.elg_arrow_right-up:before {
  content: "\26";
}
.elg_arrow_right-down:before {
  content: "\27";
}
.elg_arrow_left-down:before {
  content: "\28";
}
.elg_arrow-up-down:before {
  content: "\29";
}
.elg_arrow_up-down_alt:before {
  content: "\2a";
}
.elg_arrow_left-right_alt:before {
  content: "\2b";
}
.elg_arrow_left-right:before {
  content: "\2c";
}
.elg_arrow_expand_alt2:before {
  content: "\2d";
}
.elg_arrow_expand_alt:before {
  content: "\2e";
}
.elg_arrow_condense:before {
  content: "\2f";
}
.elg_arrow_expand:before {
  content: "\30";
}
.elg_arrow_move:before {
  content: "\31";
}
.elg_arrow_carrot-up:before {
  content: "\32";
}
.elg_arrow_carrot-down:before {
  content: "\33";
}
.elg_arrow_carrot-left:before {
  content: "\34";
}
.elg_arrow_carrot-right:before {
  content: "\35";
}
.elg_arrow_carrot-2up:before {
  content: "\36";
}
.elg_arrow_carrot-2down:before {
  content: "\37";
}
.elg_arrow_carrot-2left:before {
  content: "\38";
}
.elg_arrow_carrot-2right:before {
  content: "\39";
}
.elg_arrow_carrot-up_alt2:before {
  content: "\3a";
}
.elg_arrow_carrot-down_alt2:before {
  content: "\3b";
}
.elg_arrow_carrot-left_alt2:before {
  content: "\3c";
}
.elg_arrow_carrot-right_alt2:before {
  content: "\3d";
}
.elg_arrow_carrot-2up_alt2:before {
  content: "\3e";
}
.elg_arrow_carrot-2down_alt2:before {
  content: "\3f";
}
.elg_arrow_carrot-2left_alt2:before {
  content: "\40";
}
.elg_arrow_carrot-2right_alt2:before {
  content: "\41";
}
.elg_arrow_triangle-up:before {
  content: "\42";
}
.elg_arrow_triangle-down:before {
  content: "\43";
}
.elg_arrow_triangle-left:before {
  content: "\44";
}
.elg_arrow_triangle-right:before {
  content: "\45";
}
.elg_arrow_triangle-up_alt2:before {
  content: "\46";
}
.elg_arrow_triangle-down_alt2:before {
  content: "\47";
}
.elg_arrow_triangle-left_alt2:before {
  content: "\48";
}
.elg_arrow_triangle-right_alt2:before {
  content: "\49";
}
.elg_arrow_back:before {
  content: "\4a";
}
.elg_icon_minus-06:before {
  content: "\4b";
}
.elg_icon_plus:before {
  content: "\4c";
}
.elg_icon_close:before {
  content: "\4d";
}
.elg_icon_check:before {
  content: "\4e";
}
.elg_icon_minus_alt2:before {
  content: "\4f";
}
.elg_icon_plus_alt2:before {
  content: "\50";
}
.elg_icon_close_alt2:before {
  content: "\51";
}
.elg_icon_check_alt2:before {
  content: "\52";
}
.elg_icon_zoom-out_alt:before {
  content: "\53";
}
.elg_icon_zoom-in_alt:before {
  content: "\54";
}
.elg_icon_search:before {
  content: "\55";
}
.elg_icon_box-empty:before {
  content: "\56";
}
.elg_icon_box-selected:before {
  content: "\57";
}
.elg_icon_minus-box:before {
  content: "\58";
}
.elg_icon_plus-box:before {
  content: "\59";
}
.elg_icon_box-checked:before {
  content: "\5a";
}
.elg_icon_circle-empty:before {
  content: "\5b";
}
.elg_icon_circle-slelected:before {
  content: "\5c";
}
.elg_icon_stop_alt2:before {
  content: "\5d";
}
.elg_icon_stop:before {
  content: "\5e";
}
.elg_icon_pause_alt2:before {
  content: "\5f";
}
.elg_icon_pause:before {
  content: "\60";
}
.elg_icon_menu:before {
  content: "\61";
}
.elg_icon_menu-square_alt2:before {
  content: "\62";
}
.elg_icon_menu-circle_alt2:before {
  content: "\63";
}
.elg_icon_ul:before {
  content: "\64";
}
.elg_icon_ol:before {
  content: "\65";
}
.elg_icon_adjust-horiz:before {
  content: "\66";
}
.elg_icon_adjust-vert:before {
  content: "\67";
}
.elg_icon_document_alt:before {
  content: "\68";
}
.elg_icon_documents_alt:before {
  content: "\69";
}
.elg_icon_pencil:before {
  content: "\6a";
}
.elg_icon_pencil-edit_alt:before {
  content: "\6b";
}
.elg_icon_pencil-edit:before {
  content: "\6c";
}
.elg_icon_folder-alt:before {
  content: "\6d";
}
.elg_icon_folder-open_alt:before {
  content: "\6e";
}
.elg_icon_folder-add_alt:before {
  content: "\6f";
}
.elg_icon_info_alt:before {
  content: "\70";
}
.elg_icon_error-oct_alt:before {
  content: "\71";
}
.elg_icon_error-circle_alt:before {
  content: "\72";
}
.elg_icon_error-triangle_alt:before {
  content: "\73";
}
.elg_icon_question_alt2:before {
  content: "\74";
}
.elg_icon_question:before {
  content: "\75";
}
.elg_icon_comment_alt:before {
  content: "\76";
}
.elg_icon_chat_alt:before {
  content: "\77";
}
.elg_icon_vol-mute_alt:before {
  content: "\78";
}
.elg_icon_volume-low_alt:before {
  content: "\79";
}
.elg_icon_volume-high_alt:before {
  content: "\7a";
}
.elg_icon_quotations:before {
  content: "\7b";
}
.elg_icon_quotations_alt2:before {
  content: "\7c";
}
.elg_icon_clock_alt:before {
  content: "\7d";
}
.elg_icon_lock_alt:before {
  content: "\7e";
}
.elg_icon_lock-open_alt:before {
  content: "\e000";
}
.elg_icon_key_alt:before {
  content: "\e001";
}
.elg_icon_cloud_alt:before {
  content: "\e002";
}
.elg_icon_cloud-upload_alt:before {
  content: "\e003";
}
.elg_icon_cloud-download_alt:before {
  content: "\e004";
}
.elg_icon_image:before {
  content: "\e005";
}
.elg_icon_images:before {
  content: "\e006";
}
.elg_icon_lightbulb_alt:before {
  content: "\e007";
}
.elg_icon_gift_alt:before {
  content: "\e008";
}
.elg_icon_house_alt:before {
  content: "\e009";
}
.elg_icon_genius:before {
  content: "\e00a";
}
.elg_icon_mobile:before {
  content: "\e00b";
}
.elg_icon_tablet:before {
  content: "\e00c";
}
.elg_icon_laptop:before {
  content: "\e00d";
}
.elg_icon_desktop:before {
  content: "\e00e";
}
.elg_icon_camera_alt:before {
  content: "\e00f";
}
.elg_icon_mail_alt:before {
  content: "\e010";
}
.elg_icon_cone_alt:before {
  content: "\e011";
}
.elg_icon_ribbon_alt:before {
  content: "\e012";
}
.elg_icon_bag_alt:before {
  content: "\e013";
}
.elg_icon_creditcard:before {
  content: "\e014";
}
.elg_icon_cart_alt:before {
  content: "\e015";
}
.elg_icon_paperclip:before {
  content: "\e016";
}
.elg_icon_tag_alt:before {
  content: "\e017";
}
.elg_icon_tags_alt:before {
  content: "\e018";
}
.elg_icon_trash_alt:before {
  content: "\e019";
}
.elg_icon_cursor_alt:before {
  content: "\e01a";
}
.elg_icon_mic_alt:before {
  content: "\e01b";
}
.elg_icon_compass_alt:before {
  content: "\e01c";
}
.elg_icon_pin_alt:before {
  content: "\e01d";
}
.elg_icon_pushpin_alt:before {
  content: "\e01e";
}
.elg_icon_map_alt:before {
  content: "\e01f";
}
.elg_icon_drawer_alt:before {
  content: "\e020";
}
.elg_icon_toolbox_alt:before {
  content: "\e021";
}
.elg_icon_book_alt:before {
  content: "\e022";
}
.elg_icon_calendar:before {
  content: "\e023";
}
.elg_icon_film:before {
  content: "\e024";
}
.elg_icon_table:before {
  content: "\e025";
}
.elg_icon_contacts_alt:before {
  content: "\e026";
}
.elg_icon_headphones:before {
  content: "\e027";
}
.elg_icon_lifesaver:before {
  content: "\e028";
}
.elg_icon_piechart:before {
  content: "\e029";
}
.elg_icon_refresh:before {
  content: "\e02a";
}
.elg_icon_link_alt:before {
  content: "\e02b";
}
.elg_icon_link:before {
  content: "\e02c";
}
.elg_icon_loading:before {
  content: "\e02d";
}
.elg_icon_blocked:before {
  content: "\e02e";
}
.elg_icon_archive_alt:before {
  content: "\e02f";
}
.elg_icon_heart_alt:before {
  content: "\e030";
}
.elg_icon_star_alt:before {
  content: "\e031";
}
.elg_icon_star-half_alt:before {
  content: "\e032";
}
.elg_icon_star:before {
  content: "\e033";
}
.elg_icon_star-half:before {
  content: "\e034";
}
.elg_icon_tools:before {
  content: "\e035";
}
.elg_icon_tool:before {
  content: "\e036";
}
.elg_icon_cog:before {
  content: "\e037";
}
.elg_icon_cogs:before {
  content: "\e038";
}
.elg_arrow_up_alt:before {
  content: "\e039";
}
.elg_arrow_down_alt:before {
  content: "\e03a";
}
.elg_arrow_left_alt:before {
  content: "\e03b";
}
.elg_arrow_right_alt:before {
  content: "\e03c";
}
.elg_arrow_left-up_alt:before {
  content: "\e03d";
}
.elg_arrow_right-up_alt:before {
  content: "\e03e";
}
.elg_arrow_right-down_alt:before {
  content: "\e03f";
}
.elg_arrow_left-down_alt:before {
  content: "\e040";
}
.elg_arrow_condense_alt:before {
  content: "\e041";
}
.elg_arrow_expand_alt3:before {
  content: "\e042";
}
.elg_arrow_carrot_up_alt:before {
  content: "\e043";
}
.elg_arrow_carrot-down_alt:before {
  content: "\e044";
}
.elg_arrow_carrot-left_alt:before {
  content: "\e045";
}
.elg_arrow_carrot-right_alt:before {
  content: "\e046";
}
.elg_arrow_carrot-2up_alt:before {
  content: "\e047";
}
.elg_arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}
.elg_arrow_carrot-2left_alt:before {
  content: "\e049";
}
.elg_arrow_carrot-2right_alt:before {
  content: "\e04a";
}
.elg_arrow_triangle-up_alt:before {
  content: "\e04b";
}
.elg_arrow_triangle-down_alt:before {
  content: "\e04c";
}
.elg_arrow_triangle-left_alt:before {
  content: "\e04d";
}
.elg_arrow_triangle-right_alt:before {
  content: "\e04e";
}
.elg_icon_minus_alt:before {
  content: "\e04f";
}
.elg_icon_plus_alt:before {
  content: "\e050";
}
.elg_icon_close_alt:before {
  content: "\e051";
}
.elg_icon_check_alt:before {
  content: "\e052";
}
.elg_icon_zoom-out:before {
  content: "\e053";
}
.elg_icon_zoom-in:before {
  content: "\e054";
}
.elg_icon_stop_alt:before {
  content: "\e055";
}
.elg_icon_menu-square_alt:before {
  content: "\e056";
}
.elg_icon_menu-circle_alt:before {
  content: "\e057";
}
.elg_icon_document:before {
  content: "\e058";
}
.elg_icon_documents:before {
  content: "\e059";
}
.elg_icon_pencil_alt:before {
  content: "\e05a";
}
.elg_icon_folder:before {
  content: "\e05b";
}
.elg_icon_folder-open:before {
  content: "\e05c";
}
.elg_icon_folder-add:before {
  content: "\e05d";
}
.elg_icon_folder_upload:before {
  content: "\e05e";
}
.elg_icon_folder_download:before {
  content: "\e05f";
}
.elg_icon_info:before {
  content: "\e060";
}
.elg_icon_error-circle:before {
  content: "\e061";
}
.elg_icon_error-oct:before {
  content: "\e062";
}
.elg_icon_error-triangle:before {
  content: "\e063";
}
.elg_icon_question_alt:before {
  content: "\e064";
}
.elg_icon_comment:before {
  content: "\e065";
}
.elg_icon_chat:before {
  content: "\e066";
}
.elg_icon_vol-mute:before {
  content: "\e067";
}
.elg_icon_volume-low:before {
  content: "\e068";
}
.elg_icon_volume-high:before {
  content: "\e069";
}
.elg_icon_quotations_alt:before {
  content: "\e06a";
}
.elg_icon_clock:before {
  content: "\e06b";
}
.elg_icon_lock:before {
  content: "\e06c";
}
.elg_icon_lock-open:before {
  content: "\e06d";
}
.elg_icon_key:before {
  content: "\e06e";
}
.elg_icon_cloud:before {
  content: "\e06f";
}
.elg_icon_cloud-upload:before {
  content: "\e070";
}
.elg_icon_cloud-download:before {
  content: "\e071";
}
.elg_icon_lightbulb:before {
  content: "\e072";
}
.elg_icon_gift:before {
  content: "\e073";
}
.elg_icon_house:before {
  content: "\e074";
}
.elg_icon_camera:before {
  content: "\e075";
}
.elg_icon_mail:before {
  content: "\e076";
}
.elg_icon_cone:before {
  content: "\e077";
}
.elg_icon_ribbon:before {
  content: "\e078";
}
.elg_icon_bag:before {
  content: "\e079";
}
.elg_icon_cart:before {
  content: "\e07a";
}
.elg_icon_tag:before {
  content: "\e07b";
}
.elg_icon_tags:before {
  content: "\e07c";
}
.elg_icon_trash:before {
  content: "\e07d";
}
.elg_icon_cursor:before {
  content: "\e07e";
}
.elg_icon_mic:before {
  content: "\e07f";
}
.elg_icon_compass:before {
  content: "\e080";
}
.elg_icon_pin:before {
  content: "\e081";
}
.elg_icon_pushpin:before {
  content: "\e082";
}
.elg_icon_map:before {
  content: "\e083";
}
.elg_icon_drawer:before {
  content: "\e084";
}
.elg_icon_toolbox:before {
  content: "\e085";
}
.elg_icon_book:before {
  content: "\e086";
}
.elg_icon_contacts:before {
  content: "\e087";
}
.elg_icon_archive:before {
  content: "\e088";
}
.elg_icon_heart:before {
  content: "\e089";
}
.elg_icon_profile:before {
  content: "\e08a";
}
.elg_icon_group:before {
  content: "\e08b";
}
.elg_icon_grid-2x2:before {
  content: "\e08c";
}
.elg_icon_grid-3x3:before {
  content: "\e08d";
}
.elg_icon_music:before {
  content: "\e08e";
}
.elg_icon_pause_alt:before {
  content: "\e08f";
}
.elg_icon_phone:before {
  content: "\e090";
}
.elg_icon_upload:before {
  content: "\e091";
}
.elg_icon_download:before {
  content: "\e092";
}
.elg_social_facebook:before {
  content: "\e093";
}
.elg_social_twitter:before {
  content: "\e094";
}
.elg_social_pinterest:before {
  content: "\e095";
}
.elg_social_googleplus:before {
  content: "\e096";
}
.elg_social_tumblr:before {
  content: "\e097";
}
.elg_social_tumbleupon:before {
  content: "\e098";
}
.elg_social_wordpress:before {
  content: "\e099";
}
.elg_social_instagram:before {
  content: "\e09a";
}
.elg_social_dribbble:before {
  content: "\e09b";
}
.elg_social_vimeo:before {
  content: "\e09c";
}
.elg_social_linkedin:before {
  content: "\e09d";
}
.elg_social_rss:before {
  content: "\e09e";
}
.elg_social_deviantart:before {
  content: "\e09f";
}
.elg_social_share:before {
  content: "\e0a0";
}
.elg_social_myspace:before {
  content: "\e0a1";
}
.elg_social_skype:before {
  content: "\e0a2";
}
.elg_social_youtube:before {
  content: "\e0a3";
}
.elg_social_picassa:before {
  content: "\e0a4";
}
.elg_social_googledrive:before {
  content: "\e0a5";
}
.elg_social_flickr:before {
  content: "\e0a6";
}
.elg_social_blogger:before {
  content: "\e0a7";
}
.elg_social_spotify:before {
  content: "\e0a8";
}
.elg_social_delicious:before {
  content: "\e0a9";
}
.elg_social_facebook_circle:before {
  content: "\e0aa";
}
.elg_social_twitter_circle:before {
  content: "\e0ab";
}
.elg_social_pinterest_circle:before {
  content: "\e0ac";
}
.elg_social_googleplus_circle:before {
  content: "\e0ad";
}
.elg_social_tumblr_circle:before {
  content: "\e0ae";
}
.elg_social_stumbleupon_circle:before {
  content: "\e0af";
}
.elg_social_wordpress_circle:before {
  content: "\e0b0";
}
.elg_social_instagram_circle:before {
  content: "\e0b1";
}
.elg_social_dribbble_circle:before {
  content: "\e0b2";
}
.elg_social_vimeo_circle:before {
  content: "\e0b3";
}
.elg_social_linkedin_circle:before {
  content: "\e0b4";
}
.elg_social_rss_circle:before {
  content: "\e0b5";
}
.elg_social_deviantart_circle:before {
  content: "\e0b6";
}
.elg_social_share_circle:before {
  content: "\e0b7";
}
.elg_social_myspace_circle:before {
  content: "\e0b8";
}
.elg_social_skype_circle:before {
  content: "\e0b9";
}
.elg_social_youtube_circle:before {
  content: "\e0ba";
}
.elg_social_picassa_circle:before {
  content: "\e0bb";
}
.elg_social_googledrive_alt2:before {
  content: "\e0bc";
}
.elg_social_flickr_circle:before {
  content: "\e0bd";
}
.elg_social_blogger_circle:before {
  content: "\e0be";
}
.elg_social_spotify_circle:before {
  content: "\e0bf";
}
.elg_social_delicious_circle:before {
  content: "\e0c0";
}
.elg_social_facebook_square:before {
  content: "\e0c1";
}
.elg_social_twitter_square:before {
  content: "\e0c2";
}
.elg_social_pinterest_square:before {
  content: "\e0c3";
}
.elg_social_googleplus_square:before {
  content: "\e0c4";
}
.elg_social_tumblr_square:before {
  content: "\e0c5";
}
.elg_social_stumbleupon_square:before {
  content: "\e0c6";
}
.elg_social_wordpress_square:before {
  content: "\e0c7";
}
.elg_social_instagram_square:before {
  content: "\e0c8";
}
.elg_social_dribbble_square:before {
  content: "\e0c9";
}
.elg_social_vimeo_square:before {
  content: "\e0ca";
}
.elg_social_linkedin_square:before {
  content: "\e0cb";
}
.elg_social_rss_square:before {
  content: "\e0cc";
}
.elg_social_deviantart_square:before {
  content: "\e0cd";
}
.elg_social_share_square:before {
  content: "\e0ce";
}
.elg_social_myspace_square:before {
  content: "\e0cf";
}
.elg_social_skype_square:before {
  content: "\e0d0";
}
.elg_social_youtube_square:before {
  content: "\e0d1";
}
.elg_social_picassa_square:before {
  content: "\e0d2";
}
.elg_social_googledrive_square:before {
  content: "\e0d3";
}
.elg_social_flickr_square:before {
  content: "\e0d4";
}
.elg_social_blogger_square:before {
  content: "\e0d5";
}
.elg_social_spotify_square:before {
  content: "\e0d6";
}
.elg_social_delicious_square:before {
  content: "\e0d7";
}
.elg_icon_printer:before {
  content: "\e103";
}
.elg_icon_calulator:before {
  content: "\e0ee";
}
.elg_icon_building:before {
  content: "\e0ef";
}
.elg_icon_floppy:before {
  content: "\e0e8";
}
.elg_icon_drive:before {
  content: "\e0ea";
}
.elg_icon_search-2:before {
  content: "\e101";
}
.elg_icon_id:before {
  content: "\e107";
}
.elg_icon_id-2:before {
  content: "\e108";
}
.elg_icon_puzzle:before {
  content: "\e102";
}
.elg_icon_like:before {
  content: "\e106";
}
.elg_icon_dislike:before {
  content: "\e0eb";
}
.elg_icon_mug:before {
  content: "\e105";
}
.elg_icon_currency:before {
  content: "\e0ed";
}
.elg_icon_wallet:before {
  content: "\e100";
}
.elg_icon_pens:before {
  content: "\e104";
}
.elg_icon_easel:before {
  content: "\e0e9";
}
.elg_icon_flowchart:before {
  content: "\e109";
}
.elg_icon_datareport:before {
  content: "\e0ec";
}
.elg_icon_briefcase:before {
  content: "\e0fe";
}
.elg_icon_shield:before {
  content: "\e0f6";
}
.elg_icon_percent:before {
  content: "\e0fb";
}
.elg_icon_globe:before {
  content: "\e0e2";
}
.elg_icon_globe-2:before {
  content: "\e0e3";
}
.elg_icon_target:before {
  content: "\e0f5";
}
.elg_icon_hourglass:before {
  content: "\e0e1";
}
.elg_icon_balance:before {
  content: "\e0ff";
}
.elg_icon_rook:before {
  content: "\e0f8";
}
.elg_icon_printer-alt:before {
  content: "\e0fa";
}
.elg_icon_calculator_alt:before {
  content: "\e0e7";
}
.elg_icon_building_alt:before {
  content: "\e0fd";
}
.elg_icon_floppy_alt:before {
  content: "\e0e4";
}
.elg_icon_drive_alt:before {
  content: "\e0e5";
}
.elg_icon_search_alt:before {
  content: "\e0f7";
}
.elg_icon_id_alt:before {
  content: "\e0e0";
}
.elg_icon_id-2_alt:before {
  content: "\e0fc";
}
.elg_icon_puzzle_alt:before {
  content: "\e0f9";
}
.elg_icon_like_alt:before {
  content: "\e0dd";
}
.elg_icon_dislike_alt:before {
  content: "\e0f1";
}
.elg_icon_mug_alt:before {
  content: "\e0dc";
}
.elg_icon_currency_alt:before {
  content: "\e0f3";
}
.elg_icon_wallet_alt:before {
  content: "\e0d8";
}
.elg_icon_pens_alt:before {
  content: "\e0db";
}
.elg_icon_easel_alt:before {
  content: "\e0f0";
}
.elg_icon_flowchart_alt:before {
  content: "\e0df";
}
.elg_icon_datareport_alt:before {
  content: "\e0f2";
}
.elg_icon_briefcase_alt:before {
  content: "\e0f4";
}
.elg_icon_shield_alt:before {
  content: "\e0d9";
}
.elg_icon_percent_alt:before {
  content: "\e0da";
}
.elg_icon_globe_alt:before {
  content: "\e0de";
}
.elg_icon_clipboard:before {
  content: "\e0e6";
}
.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none;
}
.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px;
}
.glyph div {
  padding-bottom: 10px;
}
.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.glyph .fs1 {
  font-size: 2em;
}
.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;
  padding: 0;
}
.tagspopular ul > li > a {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #666666;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px 11px 6px !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tagspopular ul > li > a:hover {
  background: #e5ae49 !important;
  border-color: #e5ae49;
  color: #ffffff;
}
.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;
}
body {
  color: #666;
  font-size: 14px;
  overflow-x: hidden;
}
p {
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 25px;
  font-size: 100%;
}
a,
a:focus,
a:hover {
  color: #222222;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.bg_white {
  background: #ffffff;
}
.gl-color {
  color: #e5ae49;
}
.page_heading {
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
  font-weight: 400;
  padding: 0;
  margin: 0 0 20px;
}
h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 14px;
}
ul {
  list-style: none;
  padding: 0;
  font-weight: lighter;
}
ul li {
  padding: 8px 0;
}
.btn {
  background: #e5ae49;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  padding: 8px 27px;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn:hover {
  background: #222222;
  color: #ffffff;
}
.btn.primary {
  border: 1px solid #337ab7;
  color: #337ab7;
  background: transparent;
}
.btn.primary:hover {
  background: #337ab7;
  color: #ffffff;
}
.btn.primary.bg {
  background: #337ab7;
  color: #ffffff;
}
.btn.primary.bg:hover {
  background: #ffffff;
  color: #337ab7;
}
.btn.success {
  border: 1px solid #5cb85c;
  color: #5cb85c;
  background: transparent;
}
.btn.success:hover {
  background: #5cb85c;
  color: #ffffff;
}
.btn.success.bg {
  background: #5cb85c;
  color: #ffffff;
}
.btn.success.bg:hover {
  background: #ffffff;
  color: #5cb85c;
}
.btn.info {
  border: 1px solid #5bc0de;
  color: #5bc0de;
  background: transparent;
}
.btn.info:hover {
  background: #5bc0de;
  color: #ffffff;
}
.btn.info.bg {
  background: #5bc0de;
  color: #ffffff;
}
.btn.info.bg:hover {
  background: #ffffff;
  color: #5bc0de;
}
.btn.warning {
  border: 1px solid #ffad9e;
  color: #ffad9e;
  background: transparent;
}
.btn.warning:hover {
  background: #ffad9e;
  color: #ffffff;
}
.btn.warning.bg {
  background: #ffad9e;
  color: #ffffff;
}
.btn.warning.bg:hover {
  background: #ffffff;
  color: #ffad9e;
}
.btn.danger {
  border: 1px solid #d9534f;
  background: transparent;
  color: #d9534f;
}
.btn.danger:hover {
  background: #d9534f;
  color: #ffffff;
}
.btn.danger.bg {
  background: #d9534f;
  color: #ffffff;
}
.btn.danger.bg:hover {
  background: #ffffff;
  color: #d9534f;
}
.btn.link {
  border: 1px solid #666;
  background: transparent;
  color: #666;
}
.btn.link:hover {
  background: #666;
  color: #ffffff;
}
.btn.link.bg {
  background: #666;
  color: #ffffff;
}
.btn.link.bg:hover {
  background: #ffffff;
  color: #666;
}
.btn.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
img {
  max-width: 100%;
}
.medium p {
  font-weight: 400;
}
.dropcap-type1 {
  color: #e5ae49;
  display: inline-block;
  float: left;
  font-size: 75px;
  font-weight: 500;
  line-height: 75px;
  margin: 0 7px 0 0;
}
.dropcap-type2 {
  background-color: #e5ae49;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
  margin: 8px 7px 0 0;
  padding: 7px 11px;
}
.typo_button {
  display: inline-block;
}
.btn-typo {
  padding-bottom: 90px;
}
.btn-typo .typo_button {
  margin-bottom: 22px;
  padding: 0 20px 10px 0;
}
.box-shadow-bottom {
  box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
}
.margin-top-60 {
  margin-top: 60px;
}
.tp-caption .btn,
.btn {
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  margin: 0;
  padding: 12px 32px;
  font-size: 13px;
  border: 2px solid #e5ae49;
  display: inline-block;
  letter-spacing: 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
}
.tp-caption .btn.btn-style-1,
.btn.btn-style-1 {
  background: #e5ae49;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0px, rgba(255, 255, 255, 0.01) 100%);
  background-repeat: repeat-x;
}
.tp-caption .btn.btn-style-1:hover,
.btn.btn-style-1:hover {
  background: #ffffff;
  color: #e5ae49;
  border-color: #e5ae49;
}
.tp-caption .btn.btn-style-2,
.btn.btn-style-2 {
  background: transparent;
  color: #e5ae49;
}
.tp-caption .btn.btn-style-2:hover,
.btn.btn-style-2:hover {
  color: #ffffff;
  background: #e5ae49;
}
.tp-caption .btn.btn-style-2.y-bg,
.btn.btn-style-2.y-bg {
  background: #e5ae49;
  color: #222222;
}
.tp-caption .btn.btn-style-2.y-bg:hover,
.btn.btn-style-2.y-bg:hover {
  background: transparent;
  color: #e5ae49;
}
.tp-caption .btn.size-slide-1,
.btn.size-slide-1 {
  font-size: 12px;
  padding: 8px 25px;
  line-height: 2em;
}
.tp-caption .btn.size-slide-3,
.btn.size-slide-3 {
  font-size: 12px;
  padding: 8px 15px;
  line-height: 2em;
  border-radius: 0;
  background: transparent;
}
.tp-caption .btn.size-slide-2,
.btn.size-slide-2 {
  font-size: 14px;
  padding: 8px 25px;
  line-height: 24px;
  font-weight: 700;
}
.tp-caption .btn.size-lg,
.btn.size-lg {
  font-size: 16px;
  padding: 18px 25px;
}
.tp-caption .btn.size-sm,
.btn.size-sm {
  font-size: 12px;
  padding: 11px 16px;
}
.tp-caption .btn.size-mini,
.btn.size-mini {
  font-size: 11px;
  padding: 8px 12px;
}
.tp-caption .btn.btn-style-3,
.btn.btn-style-3 {
  background: #222222;
  border: none;
  font-weight: 300;
  text-transform: none;
  color: #ffffff;
}
.tp-caption .btn.btn-style-3:hover,
.btn.btn-style-3:hover {
  background: #e5ae49;
  color: #ffffff;
}
.tp-caption .btn.btn-style-4,
.btn.btn-style-4 {
  background: #e5ae49;
}
.tp-caption .btn.btn-style-4:hover,
.btn.btn-style-4:hover {
  background: #ffffff;
  color: #e5ae49;
  border-color: #e5ae49;
}
.tz-plazart-list.text-underline li {
  border-bottom: 1px dashed #dbd9d9;
  padding: 15px 0;
}
.tz-plazart-list li {
  line-height: 24px;
}
.tz-plazart-list li i {
  margin-right: 12px;
  color: #e5ae49;
}
.tz-plazart-list.tzList-icon_highlight li {
  display: inline-block;
  padding: 11px 0;
  font-weight: 300;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.tz-plazart-list.tzList-icon_highlight li.width-50 {
  width: 49%;
}
.tz-plazart-list.tzList-icon_highlight li i {
  background: #e5ae49;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  height: 16px;
  line-height: 15px;
  text-align: center;
  width: 16px;
}
.character-mapping li {
  display: inline-block;
  width: 109px;
  text-align: center;
  margin: 0 30px 20px 0;
  padding: 0;
}
.character-mapping li i {
  font-size: 32px;
  padding: 10px 0;
  display: block;
}
.character-mapping li input {
  border: 1px solid #d8e0e5;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  outline: 0 none;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
.box1 {
  display: inline-block;
  font-size: 16px;
  margin: 20px 10px 0 0;
  padding: 0;
  width: 23%;
}
.box1 * {
  display: inline-block;
}
.box1 p {
  font-size: 14px;
}
.et-examples .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  float: left;
  font-size: 13px;
  margin: -1px 0 0 -1px;
  padding: 0;
  width: 25%;
}
.et-examples .box1 i {
  border-right: 1px solid #f1f1f1;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin-right: 5px;
  min-height: 70px;
  min-width: 70px;
  text-align: center;
}
blockquote {
  border-left: 5px solid #eee;
  font-size: 14px;
  margin-top: 20px;
  padding: 15px 20px;
  line-height: 23px;
}
[data-toggle="tooltip"] {
  display: inline-block !important;
}
.tooltip .tooltip-inner {
  background: #e5ae49;
  min-width: 70px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #e5ae49 !important;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #e5ae49 !important;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #e5ae49 !important;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e5ae49 !important;
}
.chzn-results .result-selected,
.chzn-results .highlighted {
  background: #e5ae49 !important;
  color: #ffffff !important;
}
.is-logo-sl .logo.scroll {
  display: none;
}
.header-menu {
  z-index: 9999;
  position: relative;
}
.header-menu > .container {
  position: relative;
}
.header-menu.one-page {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  position: fixed !important;
}
.header-menu.tz-fix {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 0 !important;
}
.header-menu #plazart-mainnav .navbar-header > .btn-navbar {
  display: none;
  padding: 45px 15px 40px 0;
  margin: auto;
  border: none;
  float: none;
  cursor: pointer;
}
.header-menu #plazart-mainnav .navbar-header > .btn-navbar i {
  color: #ffffff;
}
.header-menu #plazart-mainnav .img_pane.hikashop_product {
  padding: 0 !important;
}
.header-menu .navbar {
  border: none;
  min-height: 0;
}
.header-menu .plazart-megamenu .hikashop_products li {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.header-menu .plazart-megamenu .hikashop_container {
  border: none !important;
}
.header-menu .plazart-megamenu > ul {
  float: right;
}
.header-menu .plazart-megamenu > ul > li {
  display: block !important;
  cursor: pointer;
}
.header-menu .plazart-megamenu > ul > li > a {
  text-transform: uppercase;
  padding: 33px 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.header-menu .plazart-megamenu li a {
  font-size: 14px;
  color: #222222;
}
.header-menu .plazart-megamenu li a:hover {
  color: #e5ae49;
}
.header-menu .plazart-megamenu .mega-align-justify .mega-nav > li:first-child > a {
  border-top: 1px solid #ededed;
}
.header-menu .plazart-megamenu .dropdown-menu {
  border-top: 3px solid #6d0e14;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.header-menu .plazart-megamenu .dropdown-menu .mega-col-nav.col-md-12 {
  padding: 0;
}
.header-menu .plazart-megamenu .dropdown-menu .mega-col-nav.col-md-12 .mega-inner {
  padding: 0;
}
.header-menu .plazart-megamenu .dropdown-menu li.active > a,
.header-menu .plazart-megamenu .dropdown-menu li.current > a {
  color: #6d0e14 !important;
}
.header-menu .plazart-megamenu .dropdown-menu li a:after {
  border: none;
}
.header-menu .plazart-megamenu .dropdown-menu .row > .mega-nav > li:last-child > a {
  border: none;
}
.header-menu .plazart-megamenu .dropdown-menu li {
  padding: 0;
}
.header-menu .plazart-megamenu .dropdown-menu li.open > a,
.header-menu .plazart-megamenu .dropdown-menu li:hover > a,
.header-menu .plazart-megamenu .dropdown-menu li:focus > a,
.header-menu .plazart-megamenu .dropdown-menu li:active > a {
  background: #eee;
}
.header-menu .plazart-megamenu .dropdown-menu li > a {
  padding: 17px 30px !important;
  border-bottom: 1px solid #ededed;
  color: #666 !important;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 {
  padding-bottom: 25px;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-dropdown-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-inner {
  padding: 0;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group-ct .row {
  margin: auto;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner {
  padding: 0;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li.open > a,
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li.open > a:focus,
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li.open > a:hover,
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li > a:focus,
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li > a:hover,
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li > a:active,
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li.open > a:active {
  color: #e5ae49 !important;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li a {
  background: transparent !important;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-group .mega-dropdown-inner li:last-child a {
  border: none;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-col-nav li > a {
  padding: 15px 0 !important;
}
.header-menu .plazart-megamenu .dropdown-menu.col-xs-12 .mega-col-nav li > a.mega-group-title {
  background: transparent !important;
  border: none;
  color: #222222 !important;
  font-weight: 400;
  line-height: 24px;
  padding: 36px 0 26px !important;
  text-transform: uppercase;
}
.header-menu .menu-style-1 {
  position: static;
}
.header-menu .menu-style-1 .nav-collapse {
  padding: 0;
}
.header-menu .menu-style-1 .plazart-mainnav {
  margin: 0;
  position: static;
}
.header-menu .menu-style-1 .plazart-megamenu .level0 > li {
  padding: 0;
}
.header-menu .menu-style-1 .plazart-megamenu .level0 > li.open > a,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li.open > a:focus,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li.open > a:hover,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li > a:focus,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li > a:hover,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li > a:active,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li.open > a:active {
  background: transparent;
}
.header-menu .menu-style-1 .plazart-megamenu .level0 > li.open > a,
.header-menu .menu-style-1 .plazart-megamenu .level0 > li.current > a {
  color: #961c25; /* Felix */
}
.header-menu .menu-style-1 .plazart-megamenu .level0 > li > a {
  padding: 43px 16px; /* Felix */
}
.header-menu .menu-style-3 {
  position: static;
}
.header-menu .menu-style-3 .nav-collapse {
  padding: 0;
}
.header-menu .menu-style-3 #plazart-mainnav {
  margin: 0;
  position: static;
}
.header-menu .menu-style-3 .plazart-megamenu ul.level0 > li {
  padding: 0;
}
.header-menu .menu-style-3 .plazart-megamenu ul.level0 > li.active > a {
  background: transparent !important;
}
.header-menu .menu-style-3 .plazart-megamenu ul.level0 > li > a {
  padding: 43px 28px;
  color: #222222 !important;
  -webkit-transition: background 200ms linear 0s, color 200ms linear 0s;
  -moz-transition: background 200ms linear 0s, color 200ms linear 0s;
  -ms-transition: background 200ms linear 0s, color 200ms linear 0s;
  -o-transition: background 200ms linear 0s, color 200ms linear 0s;
  transition: background 200ms linear 0s, color 200ms linear 0s;
}
.header-menu .menu-style-3 .plazart-megamenu ul li.current > a,
.header-menu .menu-style-3 .plazart-megamenu ul li.active > a {
  color: #e5ae49 !important;
}
.header-menu .menu-style-3 .plazart-megamenu ul li a {
  cursor: pointer;
}
.custom_animated .plazart-megamenu ul > li.open > .dropdown-menu {
  top: 100% !important;
  opacity: 1;
  visibility: visible;
}
.custom_animated .plazart-megamenu ul > li.open.dropdown-submenu.mega-align-right .dropdown-menu {
  right: auto !important;
  left: -100% !important;
}
.custom_animated .plazart-megamenu ul > li.open.dropdown-submenu.mega-align-left .dropdown-menu {
  left: auto !important;
  right: -100% !important;
}
.custom_animated .plazart-megamenu ul > li.open.dropdown-submenu .dropdown-menu {
  top: -3px !important;
}
.custom_animated .dropdown-menu {
  top: 120% !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.custom_animated .dropdown-submenu.mega-align-right .dropdown-menu {
  right: auto !important;
  left: -120% !important;
}
.custom_animated .dropdown-submenu.mega-align-left .dropdown-menu {
  left: auto !important;
  right: -120% !important;
}
.custom_animated .dropdown-submenu .dropdown-menu {
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  top: -3px !important;
}
.custom_animated .plazart-megamenu .dropdown .dropdown-menu {
  display: block;
}
.header1 .is-logo-sl {
  padding: 40px 0;
}
.header1 > .header-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 0 0;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(12%, rgba(0, 0, 0, 0.44)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(73%, rgba(0, 0, 0, 0.14)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.44) 12%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.14) 73%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.header1 > .header-menu .plazart-megamenu > ul > li > a {
  color: #FFF;
}
.header1 > .header-menu .plazart-megamenu > ul > li > a:hover {
  color: #e5ae49;
}
.header1 > .header-menu .plazart-megamenu .nav > .dropdown > .dropdown-toggle .caret {
  display: none;
}
.caret {
  display: none !important;
}
.header2 .is-logo-sl {
  padding: 20px 0; /* Felix */
}
.header2 .header-menu #plazart-mainnav .navbar-header > .btn-navbar i {
  color: #bebebe;
}
.header2 .header-menu .plazart-megamenu > ul > li.active a,
.header2 .header-menu .plazart-megamenu > ul > li.open a,
.header2 .header-menu .plazart-megamenu > ul > li a:hover,
.header2 .header-menu .plazart-megamenu > ul > li a:focus {
  color: #961c25; /* Felix */
}
.header2 .header-menu .plazart-megamenu > ul > li.active a:after,
.header2 .header-menu .plazart-megamenu > ul > li.open a:after,
.header2 .header-menu .plazart-megamenu > ul > li a:hover:after,
.header2 .header-menu .plazart-megamenu > ul > li a:focus:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  top: 0;
}
.header2 .header-menu .plazart-megamenu > ul > li > a {
  text-transform: none;
  font-size: 15px;
}
.header2 .header-menu .plazart-megamenu > ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  border-top: 2px solid #961c25; /* Felix */
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  visibility: hidden;
  opacity: 0;
}
.header2 .k2SearchBlock .tz_icon_search i,
.header2 .hikashop_cart_module .tz_icon_cart i {
  color: #bebebe;
}
.header2 .k2SearchBlock .tz_icon_search:hover i,
.header2 .hikashop_cart_module .tz_icon_cart:hover i {
  color: #e5ae49;
}
.header2 .top-bar > .container > .row {
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
}
.header2 .top-bar > .container > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.header3 .tzheader_social li a,
.header3 .tzheader_site,
.header3 .mod-languages .tz_language {
  color: #ffffff;
}
.header3 .tzheader_social li a:hover {
  color: #222222;
}
.header3 .is-logo-sl {
  padding: 37px 0;
}
.header3 .k2SearchBlock .tz_icon_search i,
.header3 .hikashop_cart_module .tz_icon_cart i {
  color: #bebebe;
}
.tzheader_site {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  padding: 16px 0;
  color: #333333;
}
.tzheader_site i {
  font-size: 14px;
  padding-right: 10px;
}
.tzheader_line {
  font-size: 14px;
  padding: 0 15px;
  color: #e3e3e3;
}
.width-auto {
  width: auto;
}
.padding-lr-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-lr-0-15 {
  padding-left: 0;
  padding-right: 15px;
}
div[data-class='no-pading-l'] {
  padding-left: 0;
}
/*Slider*/
.slide-home-3 .rev_slider_wrapper .tp-leftarrow.preview1 {
  left: 30px !important;
}
.slide-home-3 .rev_slider_wrapper .tp-rightarrow.preview1 {
  right: 30px !important;
}
.tp-dottedoverlay.twoxtwo:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 130px;
}
div.tp-dottedoverlay.twoxtwo {
  background-image: none;
  background: rgba(0, 0, 0, 0.4);
}
div.tparrows.preview1 {
  height: 72px;
  width: 72px;
  background: #000;
}
div.tparrows.preview1 .tp-arr-imgholder {
  width: 108px;
}
div.tparrows.preview1:after {
  line-height: 72px;
  height: 72px;
  width: 72px;
}
/*end Slider*/
/* Bg Rules*/
.bg-rules {
  position: relative;
}
.bg-rules:after {
  content: '';
  background: url("../../../images/ruler.png") repeat-x;
  height: 12px;
  left: 0;
  width: 100%;
  position: absolute;
  bottom: -12px;
}
/* End Bg Rules*/
.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  content: '';
  background: url("../../../images/pattern.png") repeat rgba(0, 0, 0, 0.43);
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
  bottom: 0;
}
/*Footer*/
.footer-2 .module-title span {
  font-weight: 500;
  letter-spacing: 1px;
}
/* Clear Both*/
@media (max-width: 991px) {
  .clear_both_sm {
    display: block;
    clear: both;
  }
}
/* Title Module */
.style1 .module-title {
  font-size: 35px;
  font-family: vivaldi; /* Felix */
  color: #961c25; /* Felix */
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 31px;
  /* text-transform: uppercase; Felix */
  display: block;
  letter-spacing: 0.5px;
  position: relative;
}
/* .style1 .module-title:after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
  background: #e5ae49;
} Felix */
.style1 .module-title em {
  color: #e5ae49;
  font-style: normal;
}
.style2 .module-title {
  margin-bottom: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 27px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
}
.tz_desc_for_title_mod {
  padding: 0 20%;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
/* Carousle Category Porfolio */
.category-menu-portfolio.style-grid > .row {
  margin: 0;
}
.category-menu-portfolio.style-grid .item-cat {
  padding: 0;
}
.category-menu-portfolio .tz_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.category-menu-portfolio .item-cat {
  position: relative;
  cursor: pointer;
}
.category-menu-portfolio .item-cat .content-cat {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.category-menu-portfolio .item-cat .content-cat::after {
  background: #ffffff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.category-menu-portfolio .item-cat .content-cat .item {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.category-menu-portfolio .item-cat .content-cat .item span.tz-icon-category {
  color: #222222;
  font-size: 30px;
  margin-bottom: 13px;
}
.category-menu-portfolio .item-cat .content-cat .item .title {
  font-weight: 300;
}
.category-menu-portfolio .item-cat:hover .content-cat:after {
  background: rgba(255, 255, 255, 0.7);
}
.category-full-width .tz_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.category-full-width .item-cat {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.category-full-width .item-cat .level00 {
  position: absolute;
  top: 0;
  left: 0;
  right: 1px;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.category-full-width .item-cat .level00 .content-cat {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  display: block;
  width: 100%;
}
.category-full-width .item-cat .tz_title,
.category-full-width .item-cat .tz-icon-category {
  color: #ffffff;
}
.category-full-width .item-cat .tz-icon-category {
  font-size: 48px;
  margin-bottom: 3px;
  position: relative;
  z-index: 99;
}
.category-full-width .item-cat .tz_title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  z-index: 99;
}
.category-full-width .item-cat:hover .level00 {
  background: rgba(0, 0, 0, 0.8);
}
.category-full-width .item-cat:hover .tz_title {
  color: #e5ae49;
}
/* End Carousle Category Porfolio */
/* Mod Portfolio Articles */
.k2_services {
  margin: 0 -15px;
  width: auto !important;
}
.k2_services .owl-item {
  padding: 0 15px;
}
.k2_services .tz-icon-article {
  font-size: 85px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.k2_services .tz_service_content {
  position: relative;
}
.k2_services .tz_service_title {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 1px;
}
.k2_services .tz_service_desc {
  margin-bottom: 3px;
}
.k2_services .tz_service_image {
  margin-bottom: 24px;
}
.k2_services .tz-service-readmore {
  font-weight: 300;
  font-size: 13px;
  color: #e5ae49;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.tz_portfolio_room .tz_portfolio_plus_image,
.k2_rooms .tz_portfolio_plus_image {
  z-index: auto;
}
.tz_portfolio_room .TzPortfolioReadmore,
.k2_rooms .TzPortfolioReadmore {
  color: #ffffff;
  font-size: 11px;
}
.tz_portfolio_room.owl-carousel .owl-stage-outer,
.k2_rooms.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.tz_portfolio_room .tz_room_image,
.k2_rooms .tz_room_image {
  position: relative;
}
.tz_portfolio_room .tz_room_image img,
.k2_rooms .tz_room_image img {
  position: relative;
  max-width: none;
}
.tz_portfolio_room .tz_room_image:after,
.k2_rooms .tz_room_image:after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.tz_portfolio_room .owl-item,
.k2_rooms .owl-item {
  -webkit-transition: all 350ms ease 0s;
  -moz-transition: all 350ms ease 0s;
  -ms-transition: all 350ms ease 0s;
  -o-transition: all 350ms ease 0s;
  transition: all 350ms ease 0s;
  overflow: hidden;
}
.tz_portfolio_room .owl-item.center,
.k2_rooms .owl-item.center {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  z-index: 99999;
}
.tz_portfolio_room .owl-item.center .tz_room_content,
.k2_rooms .owl-item.center .tz_room_content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.tz_portfolio_room .owl-item.center .tz_room_image:after,
.k2_rooms .owl-item.center .tz_room_image:after {
  background: rgba(0, 0, 0, 0.8);
}
.tz_portfolio_room .tz_room_content,
.k2_rooms .tz_room_content {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 16px;
  right: 16px;
  color: #ffffff;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-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;
}
.tz_portfolio_room .tz_room_tag,
.k2_rooms .tz_room_tag {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
.tz_portfolio_room .tz_room_tag a,
.k2_rooms .tz_room_tag a {
  color: #ffffff;
}
.tz_portfolio_room .tz_room_title,
.k2_rooms .tz_room_title {
  margin-bottom: 14px;
  padding: 0 0 13px;
  position: relative;
}
.tz_portfolio_room .tz_room_title a,
.k2_rooms .tz_room_title a {
  color: #e5ae49;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
.tz_portfolio_room .tz_room_title:after,
.k2_rooms .tz_room_title:after {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
.tz_portfolio_room .owl-controls .owl-nav > div.owl-prev,
.k2_rooms .owl-controls .owl-nav > div.owl-prev {
  left: 0;
}
.tz_portfolio_room .owl-controls .owl-nav > div.owl-next,
.k2_rooms .owl-controls .owl-nav > div.owl-next {
  right: 0;
}
/* Testimonial */
.tz-testimonial .item-testimonial {
  padding: 0 170px;
  text-align: center;
}
.tz-testimonial .tz_testimonial_desc {
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 65px;
}
.tz-testimonial .tz_testimonial_info {
  padding-bottom: 68px;
  position: relative;
  max-width: 330px;
  margin: auto;
}
.tz-testimonial .tz_testimonial_info:after {
  background: #2c2c2c none repeat scroll 0 0;
  bottom: 1px;
  content: " ";
  height: 1px;
  left: 165px;
  opacity: 0;
  position: absolute;
  right: 165px;
  transition: all 0.3s ease 0.5s;
}
.tz-testimonial .tz_testimonial_name {
  color: #e5ae49;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.tz-testimonial .tz_testimonial_job {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.tz-testimonial .tz_testimonial_avatar {
  border: 1px solid #e5ae49;
  border-radius: 50%;
  display: inline-block;
  height: 100px;
  margin: 0 0 30px;
  padding: 3px;
  width: 100px;
}
.tz-testimonial .owl-item.active .tz_testimonial_info:after {
  left: 0;
  opacity: 1;
  right: 0;
  transition: all 0.3s ease 0.5s;
}
.tz-testimonial .owl-controls .owl-nav > div.owl-prev {
  left: 50%;
  margin-left: -150px;
}
.tz-testimonial .owl-controls .owl-nav > div.owl-next {
  margin-right: -150px;
  right: 50%;
}
.tz-testimonial .owl-controls .owl-nav > div {
  background: transparent !important;
  color: #686868;
  font-size: 30px;
}
.tz-testimonials {
  padding: 0 175px;
  bottom: -80px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.tz-testimonials > div {
  background: #ffffff;
  padding: 15px;
}
.tz-testimonial-style2 {
  background: #ffffff;
  border: 2px solid #e5ae49;
}
.tz-testimonial-style2 .owl-item {
  background: #ffffff;
}
.tz-testimonial-style2 .tz_testimonial_avatar {
  top: 15px;
  position: relative;
}
.tz-testimonial-style2 .tz_testimonial_avatar .tz_avatar {
  width: auto;
  margin: auto;
}
.tz-testimonial-style2 .tz_testimonial_desc {
  top: -15px;
  position: relative;
  padding: 0 70px;
  color: #222222;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 23px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: italic;
}
.tz-testimonial-style2 .owl-controls .owl-dots {
  padding: 0;
  top: -18px;
  position: relative;
}
.tz-testimonial-style3 .item-testimonial {
  padding: 0 170px;
}
.tz-testimonial-style3 .tz_testimonial_avatar {
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 110px;
  margin: 0 0 40px;
  padding: 3px;
  width: 110px;
}
.tz-testimonial-style3 .tz_testimonial_desc {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px;
  font-weight: 300;
}
.tz-testimonial-style3 .tz_testimonial_name {
  color: #e5ae49;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.tz-testimonial-style3 .tz_testimonial_job {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.tz-testimonial-style3 .owl-controls {
  margin: 20px 0 0;
}
.tz-testimonial-style3 .owl-controls .owl-dots {
  padding: 0;
}
.tz-testimonial-style3 .owl-controls .owl-dots .owl-dot {
  padding: 0 7px;
}
.tz-testimonial-style3 .owl-controls .owl-dots .owl-dot.active span {
  background: #000;
}
.tz-testimonial-style3 .owl-controls .owl-dots .owl-dot span {
  background: #ffffff;
}
.tz-testimonial-style3 .owl-controls .owl-dots .owl-dot span:after {
  border-color: #ffffff;
}
.tz-testimonial-style-4 .tz_testimonial_desc {
  color: #ececec;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 56px;
  letter-spacing: 0.5px;
}
.tz-testimonial-style-4 .tz_testimonial_info {
  display: inline-block;
}
.tz-testimonial-style-4 .tz_testimonial_info i {
  background: #e5ae49 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 25px;
  font-variant: normal;
  font-weight: normal;
  height: 40px;
  left: 0;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
  text-transform: none;
  top: 0;
  width: 40px;
}
.tz-testimonial-style-4 .tz_testimonial_info .tz_testimonial_name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
}
.tz-testimonial-style-4 .tz_testimonial_info .tz_testimonial_job {
  color: #ffffff;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.tz-testimonial-style-4 .tz_testimonial_info .tz_testimonial_job,
.tz-testimonial-style-4 .tz_testimonial_info .tz_testimonial_name {
  margin: 0 0 0 10px;
}
/* End Testimonial */
.tz_align_center {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.line_left:before {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.line_left:after {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.line_right:before {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.line_right:after {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}
.line_left,
.line_right {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* Count */
.circular_skills.style2 .stat-count {
  margin-bottom: 13px;
  position: relative;
}
.circular_skills.style2 .stat-count:after {
  background: rgba(255, 255, 255, 0.2);
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}
.circular_skills.style2 .tz_count_title {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 2px;
}
.circular_skills.style3 .item-count {
  margin-bottom: 30px;
}
.circular_skills.style3 .item-count:hover .tz_icon i {
  background: #e5ae49;
  border-color: #e5ae49;
  color: #ffffff;
}
.circular_skills.style3 .tz_info,
.circular_skills.style3 .tz_icon {
  display: table-cell;
}
.circular_skills.style3 .tz_icon {
  width: 88px;
  position: relative;
}
.circular_skills.style3 .tz_icon:before {
  content: '';
  border-right: 1px solid #e3e3e3;
  position: absolute;
  bottom: -85px;
  height: 85px;
}
.circular_skills.style3 .tz_icon i {
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 88px;
  display: block;
  font-size: 35px;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.circular_skills.style3 .tz_info {
  padding-left: 22px;
  vertical-align: top;
}
.circular_skills.style3 .stat-count {
  color: #222222;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 19px;
}
.circular_skills.style3 .tz_count_title {
  color: #666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.circular_skills.style3 .item-count {
  position: relative;
  min-height: 175px;
  padding-left: 55px;
  padding-right: 0;
}
.circular_skills.style3 .item-count:after {
  content: '';
  border-bottom: 1px solid #e3e3e3;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 100px;
}
.circular_skills .item-count {
  padding: 0 0 30px;
}
.circular_skills .icon-content {
  border: medium none;
  margin: 0 0 13px;
  padding: 0;
}
.circular_skills .icon-content i {
  color: #ffffff;
  font-size: 46px;
}
.circular_skills .stat-count {
  margin-bottom: 5px;
  color: #e5ae49;
  font-size: 50px;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.42857;
}
.circular_skills .tz_count_title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 25px;
}
/* End Count */
/*Skill*/
.tz_skills .absolute {
  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%);
}
.tz_skills .absolute .percent {
  position: relative;
  color: #222222;
  display: inline-block;
  font-size: 33px;
  font-weight: 300;
  padding-right: 15px;
  z-index: 2;
}
.tz_skills .absolute .percent:after {
  color: #222222;
  content: "%";
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}
.tz_skills .title {
  font-weight: 700;
  margin-bottom: 18px;
  padding: 0 20px;
}
.tz_skills .chart {
  position: relative;
  margin: 0 auto 30px;
}
.tz_skills .description {
  padding: 0 20px;
}
.tz_skills.style2 .chart:before {
  background: #f3f3f3;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
/* Recent */
.k2ItemsBlock.recent-right ul {
  margin: 0;
}
.k2ItemsBlock.recent-right ul li {
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.k2ItemsBlock.recent-right ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.k2ItemsBlock.recent-right .recent_info .moduleItemTitle {
  color: #222222;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  text-decoration: none;
}
.k2ItemsBlock.recent-right .recent_info .moduleItemDateCreated {
  color: #e5ae49;
}
.k2ItemsBlock.recent-right .lastItem {
  margin: 0 !important;
}
.k2ItemsBlock.text-widget ul {
  padding: 0 !important;
}
.k2ItemsBlock.text-widget ul li {
  margin: 0 !important;
}
.k2ItemsBlock.text-widget .recent_info {
  padding: 0;
}
.k2ItemsBlock.text-widget .recent_info .moduleItemIntrotext {
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
.k2ItemsBlock .moduleItemImage_recent {
  display: block;
  max-height: 80px;
  max-width: 80px;
}
.k2ItemsBlock .recent_info {
  padding-left: 15px;
}
.k2ItemsBlock .recent_info .moduleItemTitle {
  color: #ffffff;
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.k2ItemsBlock .recent_info .moduleItemComments,
.k2ItemsBlock .recent_info .moduleAttachments,
.k2ItemsBlock .recent_info .moduleItemCategory,
.k2ItemsBlock .recent_info .moduleItemDateCreated {
  color: #9b9b9b;
  letter-spacing: 1px;
  display: inline-block;
  border: none;
}
.k2ItemsBlock .recent_info .moduleItemComments:after,
.k2ItemsBlock .recent_info .moduleAttachments:after,
.k2ItemsBlock .recent_info .moduleItemCategory:after,
.k2ItemsBlock .recent_info .moduleItemDateCreated:after {
  content: '/';
}
.k2ItemsBlock .recent_info *:last-child:after {
  content: '';
}
/* End Recent */
/* Feature */
.tz_features.our_services .tz_feature {
  border-color: rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 30px;
}
.tz_features.our_services .tz_feature_button,
.tz_features.our_services .tz_feature_desc,
.tz_features.our_services .tz_feature_job,
.tz_features.our_services .tz_feature_title {
  color: #222222;
}
.tz_features.our_services .tz_feature_desc {
  padding: 0;
  margin: 40px 0 20px;
  font-weight: 300;
}
.tz_features.our_services .line_right::before,
.tz_features.our_services .line_right::after,
.tz_features.our_services .line_left::before,
.tz_features.our_services .line_left::after {
  background: #222222;
}
.tz_features .tz-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tz_features .tz_feature {
  background: rgba(255, 255, 255, 0.1);
  padding: 54px 60px 59px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.tz_features .tz_feature:hover .line_right:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tz_features .tz_feature:hover .line_right:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.tz_features .tz_feature:hover .line_left:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.tz_features .tz_feature:hover .line_left:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.tz_features .tz_feature_title {
  color: #e5ae49;
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 0 0 3px;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
}
.tz_features .tz_feature_job {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.tz_features .tz_feature_desc {
  padding: 50px 0 5px;
  line-height: 1.8em;
  z-index: 1;
  position: relative;
}
.tz_features .tz_feature_desc input {
  background: transparent;
  border-color: #ffffff;
  border-width: 0 0 1px;
  border-style: solid;
  line-height: 24px;
  margin-top: 15px;
  padding: 5px 20px;
  color: #e5ae49;
}
.tz_features .tz_feature_button {
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 14px;
  display: block;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz_features .tz_feature_button:hover {
  color: #e5ae49;
}
.tz_features .tz_feature_button i {
  padding-left: 5px;
}
.tz_features .line_right {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tz_features .line_right:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: center bottom 0;
}
.tz_features .line_right:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: right center 0;
}
.tz_features .line_right:after,
.tz_features .line_right:before {
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz_features .line_left {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.tz_features .line_left:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: center top 0;
}
.tz_features .line_left:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: left center 0;
}
.tz_features .line_left:after,
.tz_features .line_left:before {
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.tz_features_2 .tz_feature {
  padding-bottom: 60px;
}
.tz_features_2 .tz_feature:first-child {
  padding-top: 30px;
}
.tz_features_2 .tz_feature.text-right .tz_value {
  left: auto;
  right: -2px;
}
.tz_features_2 .tz_feature.text-right .tz_content {
  padding-right: 25px;
  padding-left: 0;
}
.tz_features_2 .tz_feature:hover .tz_icon {
  background: #ffffff;
}
.tz_features_2 .tz_feature:hover .tz_icon i {
  color: #e5ae49;
}
.tz_features_2 .tz_feature .tz_feature_desc {
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.5px;
}
.tz_features_2 .tz_feature .tz_feature_title {
  font-weight: 700;
  padding: 3px 0;
  margin: 0 0 13px 0;
}
.tz_features_2 .tz_feature .tz_content {
  padding-left: 25px;
}
.tz_features_2 .tz_feature .tz_icon {
  width: 75px;
  height: 75px;
  background: #e5ae49;
  border: 2px solid #e5ae49;
  border-radius: 50%;
  text-align: center;
  padding: 25px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_features_2 .tz_feature .tz_icon i {
  font-size: 25px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_features_2 .tz_feature .tz_value {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 25px;
  height: 25px;
  border: 2px solid #e5ae49;
  background: #FFFFFF;
  border-radius: 50%;
  font-weight: 400;
  font-size: 14px;
  color: #e5ae49;
  text-align: center;
  padding: 1px 0;
}
/* End Feature */
/* Blog */
.tz_grid {
  float: left;
  position: relative;
  padding: 15px;
}
.tz_grid.col-2 {
  width: 50%;
}
.tz_grid.row-2 {
  height: 600px;
}
.tz_grid.row-1 {
  height: 300px;
}
.tz_grid.col-1 {
  width: 25%;
}
.tz_grid.col-2.row-1 .tz_desc,
.tz_grid.col-1.row-1 .tz_desc {
  display: none;
}
.k2_blog {
  margin: -15px;
  width: auto !important;
}
.tz_blog {
  display: block;
}
.tz_blog:after {
  display: block;
  content: '';
  clear: both;
}
.tz_blog .tz_image {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.tz_blog .tz_image img {
  position: relative;
  width: auto;
  max-width: none;
}
.tz_blog .tz_image:after {
  content: '';
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.75) 100%) repeat scroll 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz_blog .tz_content {
  position: absolute;
  top: auto;
  left: 45px;
  right: 45px;
  bottom: 45px;
  overflow: hidden;
}
.tz_blog .tz_content span:last-of-type:after {
  content: '';
}
.tz_blog .tz_title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tz_blog .tz_title a {
  color: #e5ae49;
}
.tz_blog .tz_desc {
  margin-bottom: 30px;
}
.tz_blog .tz_desc p {
  font-weight: 400;
  line-height: 22px;
}
.tz_blog .tz_author,
.tz_blog .tz_attachments,
.tz_blog .tz_comments,
.tz_blog .tz_hit,
.tz_blog .tz_category,
.tz_blog .tz_tag,
.tz_blog .tz_date,
.tz_blog .tz_desc {
  color: #ffffff;
  font-size: 13px;
}
.tz_blog .tz_author *,
.tz_blog .tz_attachments *,
.tz_blog .tz_comments *,
.tz_blog .tz_hit *,
.tz_blog .tz_category *,
.tz_blog .tz_tag *,
.tz_blog .tz_date *,
.tz_blog .tz_desc * {
  color: #ffffff;
}
.tz_blog .tz_author i,
.tz_blog .tz_attachments i,
.tz_blog .tz_comments i,
.tz_blog .tz_hit i,
.tz_blog .tz_category i,
.tz_blog .tz_tag i,
.tz_blog .tz_date i,
.tz_blog .tz_desc i {
  padding: 0 10px 0 0;
}
.tz_blog .col-2 .tz_author:after,
.tz_blog .col-2 .tz_attachments:after,
.tz_blog .col-2 .tz_comments:after,
.tz_blog .col-2 .tz_hit:after,
.tz_blog .col-2 .tz_category:after,
.tz_blog .col-2 .tz_tag:after,
.tz_blog .col-2 .tz_date:after {
  content: '/';
  display: inline-block;
  padding: 0 18px;
  font-size: 10px;
  line-height: 1.5em;
}
.tz_blog .col-2.row-1 .tz_title {
  margin: 0 0 25px;
}
.tz_blog .col-1 .tz_author,
.tz_blog .col-1 .tz_attachments,
.tz_blog .col-1 .tz_comments,
.tz_blog .col-1 .tz_hit,
.tz_blog .col-1 .tz_category,
.tz_blog .col-1 .tz_tag,
.tz_blog .col-1 .tz_date {
  display: block;
  margin-bottom: 13px;
}
.tz_blog .col-1 .tz_title {
  margin: 0 0 25px;
}
.tz_blog .col-1 .tz_content span:last-of-type {
  margin-bottom: 0;
}
/* End Blog */
/* Partner */
.tz-partner .item-partner {
  padding-bottom: 40px;
}
.tz-partner .tz_partner_avatar {
  text-align: center;
}
.tz-partner .tz_partner_avatar img {
  margin: auto;
}
/* Contact */
.tz-table-cell,
.contact-icon,
.contact-content {
  display: table-cell;
  vertical-align: top;
}
.contact-icon {
  color: #868686;
  font-size: 16px;
  padding-right: 20px;
}
.contact-miscinfo {
  margin-bottom: 32px;
}
.contact-miscinfo .contact-misc .contact-content {
  color: #9b9b9b;
  line-height: 25px;
}
.contact-miscinfo .contact-misc .contact-content p {
  margin: 0;
}
.tz-contact-address .contact-website,
.tz-contact-address .contact-fax,
.tz-contact-address .contact-phone,
.tz-contact-address .contact-email,
.tz-contact-address .contact-address {
  margin: 15px 0 0;
  color: #868686;
  font-weight: 300;
  line-height: 23px;
}
#contact-form {
  color: #9b9b9b;
}
#contact-form input[type='email'],
#contact-form input[type='password'],
#contact-form input[type='text'],
#contact-form textarea {
  background: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ffffff;
  width: 100%;
}
#contact-form input[type='email'],
#contact-form input[type='password'],
#contact-form input[type='text'] {
  height: 45px;
  line-height: 45px;
  margin-bottom: 23px;
  padding: 0 0 8px;
}
#contact-form input[type='checkbox'] {
  position: absolute;
  left: 0;
}
#contact-form .emailCopy {
  margin-top: 15px;
  position: relative;
}
#contact-form .emailCopy label {
  padding-left: 25px;
  font-size: 12px;
}
#contact-form #message-sent,
#contact-form #message-sent-false {
  display: none;
}
#contact-form .tz_contact_submit {
  border-color: #e5ae49;
  color: #e5ae49;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 22px 7px 0;
  width: auto;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  margin-bottom: 13px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* End Contact */
/* Control Navigation Carousel*/
.owl-controls .owl-dots {
  margin: auto;
  padding: 0 0 18px;
  text-align: center;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px;
}
.owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.owl-controls .owl-dots .owl-dot.active span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
.owl-controls .owl-dots .owl-dot span {
  background: #dfdfdf;
  height: 10px;
  margin: 0;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  width: 10px;
  display: block;
  border-radius: 20px;
}
.owl-controls .owl-dots .owl-dot span:after {
  border: 1px solid #e5ae49;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  left: -1px;
  opacity: 0;
  position: absolute;
  top: -1px;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  visibility: hidden;
  width: 12px;
}
.owl-controls .owl-nav > div {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: #ffffff;
  color: #222222;
  z-index: 99999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  font-size: 25px;
  text-align: center;
}
.owl-controls .owl-nav > div i {
  line-height: 50px;
}
.owl-controls .owl-nav > div:hover {
  background: rgba(255, 255, 255, 0.75);
}
.owl-controls .owl-nav > div.owl-next {
  right: 15px;
}
.owl-controls .owl-nav > div.owl-prev {
  left: 15px;
}
/* Search */
.k2SearchBlock {
  position: relative;
}
.k2SearchBlock .tz_icon_search {
  padding: 45px 0 40px 8px;
  display: inline-block;
}
.k2SearchBlock .tz_icon_search.active i {
  color: #e5ae49;
}
.k2SearchBlock .tz_icon_search.active i:before {
  content: '\4d';
}
.k2SearchBlock .tz_icon_search i {
  color: #ffffff;
  font-size: 17px;
}
.k2SearchBlock .k2SearchBlockForm {
  border-top: 3px solid #222222;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 120%;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.k2SearchBlock .k2SearchBlockForm .inputbox {
  padding: 15px 20px;
  border: none;
  color: #bebebe;
  font-style: italic;
  min-width: 270px;
}
.k2SearchBlock .k2SearchBlockForm .button {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  bottom: 0;
  padding: 0 20px;
  color: #e5ae49;
}
.k2SearchBlock .k2SearchBlockForm.active {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.k2SearchBlock-default {
  position: relative;
  /* firefox 19+ */
  /* ie */
}
.k2SearchBlock-default input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #dedede;
  color: #111111;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  padding: 9px 45px 10px 15px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k2SearchBlock-default .input-box::-webkit-input-placeholder {
  color: #f00;
}
.k2SearchBlock-default .input-box::-moz-placeholder {
  color: #f00;
}
.k2SearchBlock-default .input-box:-ms-input-placeholder {
  color: #f00;
}
.k2SearchBlock-default .input-box:-moz-placeholder {
  color: #f00;
}
.k2SearchBlock-default .button {
  background: #e5ae49;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}
/* Cart */
.hikashop_cart_module {
  position: relative;
}
.hikashop_cart_module tbody td {
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
}
.hikashop_cart_module tbody td.hikashop_cart_module_product_price_value,
.hikashop_cart_module tbody td.hikashop_cart_module_product_delete_value {
  padding-right: 0;
}
.hikashop_cart_module tbody td.hikashop_cart_module_product_image {
  padding-top: 0;
}
.hikashop_cart_module tbody td.hikashop_cart_info {
  width: 100%;
}
.hikashop_cart_module tbody tr:last-child td {
  border: none;
  padding-bottom: 0;
}
.hikashop_cart_module .hikashop_cart_module_product_name_value {
  margin-bottom: 2px;
}
.hikashop_cart_module .hikashop_cart_module_product_total_title .hikashop_product_price_full {
  display: inline-block;
}
.hikashop_cart_module .btn {
  border-radius: 2px;
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 2px;
}
.hikashop_cart_module .hikashop_product_price_full {
  padding-left: 10px;
  color: #e5ae49;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_price_value {
  display: inline-block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_price_value .hikashop_product_price_full {
  display: inline-block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_price_value .hikashop_product_price_full > * {
  display: block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_quantity_value {
  display: inline-block;
}
.hikashop_cart_module .hikashop_cart_value.hikashop_cart_module_product_quantity_value input {
  width: 20px;
  text-align: center;
  border: none;
}
.hikashop_cart_module .tz_icon_cart {
  display: block;
  padding: 45px 0 40px 22px;
}
.hikashop_cart_module .tz_icon_cart.active i {
  color: #e5ae49;
}
.hikashop_cart_module .tz_icon_cart.active i:before {
  content: '\4d';
}
.hikashop_cart_module .tz_icon_cart i {
  color: #ffffff;
  font-size: 17px;
}
.hikashop_cart_module .hikashop_cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 120%;
  min-width: 430px;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #222222;
  padding: 30px;
  z-index: 1;
}
.hikashop_cart_module .hikashop_cart.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
/* Language */
.mod-languages {
  position: relative;
padding: 0px 0px 0px 0px; /* Felix */
}
.mod-languages .chzn-container-single {
  width: auto !important;
}
.mod-languages .chzn-container-single .chzn-single {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mod-languages .chzn-container-single .chzn-drop {
  border-width: 3px 1px 1px 1px;
  border-color: #222222 #dcdcdc #dcdcdc #dcdcdc;
  border-style: solid;
  border-radius: 0;
  margin: 0;
}
.mod-languages .lang-block {
  position: absolute;
  top: 120%;
  border-width: 3px 1px 1px 1px;
  border-color: #222222 #dcdcdc #dcdcdc #dcdcdc;
  border-style: solid;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  width: 100%;
  max-width: 250px;
  z-index: 99999;
  background: #ffffff;
}
.mod-languages .lang-block.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.mod-languages .lang-block li {
  border-bottom: 1px solid #dcdcdc;
  margin: 0;
  padding: 0;
}
.mod-languages .lang-block li:last-child {
  border: none;
}
.mod-languages .lang-block li img {
  margin-right: 15px;
}
.mod-languages .lang-block li a {
  padding: 15px 30px;
  color: #333333;
  font-weight: 300;
  display: block;
}
.mod-languages .lang-block li a:hover {
  background: #ededed;
  color: #222222;
}
.mod-languages .tz_language {
  padding: 14px 20px 14px 0;
  font-size: 13px;
  font-weight: 300;
  color: #333333;
  display: block;
  position: relative;
}
.mod-languages .tz_language:after {
  content: '\f107';
  font-family: FontAwesome;
  top: 15px;
  right: 0;
  position: absolute;
}
.mod-languages .tz_language i {
  font-size: 14px;
  padding-right: 7px;
}
/* Service Grid */
.tz_content_our_services p {
  margin-bottom: 23px;
}
.tz_services_grid .tz_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.tz_services_grid > .row {
  margin: 0;
}
.tz_services_grid > .row div[class*="col-"] {
  padding: 0;
}
.tz_services_grid.style-grid-2 .tz_image img {
  height: 100%;
  width: 100%;
}
.tz_services_grid.style2 {
  border: none;
}
.tz_services_grid.style2 > .row {
  margin: 0 -15px;
}
.tz_services_grid.style2 > .row div[class*="col-"] {
  padding: 0 15px;
}
.tz_services_grid.style2 .tz_content {
  position: relative;
  padding: 30px 0 35px;
}
.tz_services_grid.style2 .tz_service_grid {
  border: none;
}
.tz_services_grid.style2 .tz_service_grid .tz_image:after {
  content: none;
}
.tz_services_grid.style2 .tz_service_grid .tz_icon {
  color: #e5ae49 !important;
  font-size: 32px;
}
.tz_services_grid.style2 .tz_service_grid .tz_title {
  color: #222222 !important;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 12px 0;
  padding: 3px 0 18px;
}
.tz_services_grid.style2 .tz_service_grid .tz_desc {
  color: #666 !important;
}
.tz_services_grid .tz-item {
  cursor: pointer;
}
.tz_service_grid {
  position: relative;
  border: 1px solid #e3e3e3;
  margin: -1px 0 0 -1px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  overflow: hidden;
}
.tz_service_grid:hover .tz_image:after {
  background: rgba(0, 0, 0, 0.8);
}
.tz_service_grid:hover .tz_content .tz_desc,
.tz_service_grid:hover .tz_content .tz_title,
.tz_service_grid:hover .tz_content .tz_icon {
  color: #ffffff;
}
.tz_service_grid .tz_content {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px;
}
.tz_service_grid .tz_content .tz_icon,
.tz_service_grid .tz_content .tz_info {
  display: table-cell;
  vertical-align: top;
}
.tz_service_grid .tz_content .tz_icon {
  width: 65px;
  color: #222222;
  font-size: 35px;
}
.tz_service_grid .tz_content .tz_job {
  color: #e5ae49;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 9px;
  padding: 0;
  text-transform: uppercase;
}
.tz_service_grid .tz_content .tz_title {
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 18px;
  padding: 0 0 23px;
  position: relative;
  text-transform: uppercase;
}
.tz_service_grid .tz_content .tz_title:after {
  background: #e5ae49;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}
.tz_service_grid .tz_content .tz_desc {
  color: #666;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.tz_service_grid .tz_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz_service_grid .tz_image:after {
  background: #ffffff;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  position: absolute;
}
/* Masonry */
.tz_masonry .tz_masonry_item {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_masonry .tz_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tz_masonry .tz_info:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_masonry .tz_info .bottom,
.tz_masonry .tz_info .top,
.tz_masonry .tz_info .middle {
  z-index: 1;
  position: absolute;
  right: 30px;
}
.tz_masonry .tz_info .bottom > *,
.tz_masonry .tz_info .top > *,
.tz_masonry .tz_info .middle > * {
  text-align: right;
  color: #ffffff;
  font-weight: 300;
}
.tz_masonry .tz_info .top {
  top: 32px;
  left: 30px;
}
.tz_masonry .tz_info .top > * {
  margin-bottom: 6px;
}
.tz_masonry .tz_info .top a {
  color: #ffffff;
}
.tz_masonry .tz_info .top a:hover {
  color: #e5ae49;
}
.tz_masonry .tz_info .middle {
  top: 50%;
  left: 30px;
}
.tz_masonry .tz_info .bottom {
  bottom: 33px;
}
.tz_masonry .tz_info .tz_title {
  color: #e5ae49 !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 6px;
  display: block;
}
.tz_masonry .tz_info .tz_tags {
  letter-spacing: 2px;
}
.tz_masonry .tz_info .tz_comment {
  display: block;
}
.tz_masonry .tz_info .tz_readmore {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: block;
  position: relative;
}
.tz_masonry .tz_info .tz_readmore:hover {
  color: #e5ae49;
}
.tz_masonry .tz_info .tz_readmore:hover:after {
  left: 100%;
}
.tz_masonry .tz_info .tz_readmore:after {
  background: #e5ae49;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: -100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.tz_masonry .tz_image {
  width: 100%;
  height: 100%;
}
.tz_masonry .tz_image a {
  display: block;
  max-height: none;
  max-width: none;
}
.tz_masonry .tz_image img {
  position: relative;
  max-width: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.tz_masonry .tz_inner {
  overflow: hidden;
  position: relative;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #ffffff;
  cursor: pointer;
}
.tz_masonry .tz_inner:hover .tz_info:before {
  background: rgba(0, 0, 0, 0.8);
}
.tz_masonry .tz_inner:hover .tz_image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* Tab */
.nav-tabs li a {
  display: inline-block !important;
}
.tab-style .nav-tabs {
  text-align: center;
  margin-bottom: 25px;
  border: none;
}
.tab-style .nav-tabs li {
  float: none !important;
  display: inline-block !important;
  padding: 0;
  margin: 0;
}
.tab-style .nav-tabs li a {
  border: none !important;
  text-transform: uppercase;
  background: transparent !important;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.tab-style .nav-tabs li a:after {
  content: '\f006';
  font-family: FontAwesome;
  font-size: 14px;
  color: #d9d9d9;
  right: -8px;
  position: absolute;
  top: 0;
  padding: 20px 0;
  line-height: 24px;
}
.tab-style .nav-tabs li a:hover,
.tab-style .nav-tabs li a:focus {
  color: #e5ae49;
}
.tab-style .nav-tabs li.active a {
  color: #e5ae49;
}
.tab-style .nav-tabs li:last-child a:after {
  content: '';
}
.tab-style-2 .tab-content .tab-pane {
  -webkit-transition: opacity 0.3s linear 0s;
  -moz-transition: opacity 0.3s linear 0s;
  -o-transition: opacity 0.3s linear 0s;
  transition: opacity 0.3s linear 0s;
}
.tab-style-2 ul {
  margin: 0 0 166px;
  border: none;
}
.tab-style-2 ul li {
  margin: 0 30px 30px 0;
  padding: 0;
  border: 1px solid #ffffff;
}
.tab-style-2 ul li:last-child {
  margin-right: 0;
}
.tab-style-2 ul li.active a,
.tab-style-2 ul li.open a {
  background: #ffffff !important;
}
.tab-style-2 ul li.active a:after,
.tab-style-2 ul li.open a:after {
  background: #222222;
}
.tab-style-2 ul li.active a:before,
.tab-style-2 ul li.open a:before {
  background: #222222;
}
.tab-style-2 ul li.active a .tab_span,
.tab-style-2 ul li.open a .tab_span {
  color: #222222;
}
.tab-style-2 ul li.open a:after,
.tab-style-2 ul li.open a:before {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.tab-style-2 ul li a {
  display: block !important;
  width: 169px;
  height: 169px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tab-style-2 ul li a:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background: #ffffff;
  position: absolute;
  top: 19px;
  left: 33px;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tab-style-2 ul li a:before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 33px;
  left: 19px;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tab-style-2 ul li .tab_span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 13px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}
/* Start Specific Item*/
.tz_specific_item .specific_item {
  padding: 0 0 5px 0;
}
.tz_specific_item .specific_item .moduleItemIntrotext {
  color: #a2a4a8;
  font-size: 13px;
  line-height: 25px;
}
.tz_specific_item .specific_item .moduleItemReadMore {
  color: #e5ae49;
}
/* End Specific Item*/
/* Flickr */
.flickr {
  margin: -6px;
}
.flickr li {
  display: inline-block;
  padding: 6px;
}
.flickr li a {
  display: block;
  position: relative;
  text-align: center;
  height: 75px;
  width: 75px;
}
.flickr li a:before {
  content: '';
  background: rgba(251, 192, 45, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.flickr li a i {
  position: absolute;
  width: 100%;
  line-height: 75px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  color: #ffffff;
}
.flickr li a:hover:before {
  right: 0;
}
.flickr li a:hover i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
/* End Flickr */
/* Menu Quick Link */
.nav.menu li {
  padding: 0 0 8px 0;
  line-height: 23px;
}
.nav.menu li a {
  color: #a2a4a8;
  padding: 0;
}
.nav.menu li a:before {
  content: '\f101';
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 10px;
}
.nav.menu li.open a,
.nav.menu li.open a:hover,
.nav.menu li.open a:active,
.nav.menu li.open a:focus,
.nav.menu li a:hover,
.nav.menu li a:active,
.nav.menu li a:focus {
  background: transparent;
  color: #e5ae49;
}
/* End Menu Quick Link */
/* Google Map */
.tz_map_overlay {
  background: rgba((150, 28, 37, 0.9) none repeat scroll 0 0; /* Felix */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_google_map {
  height: 100px; /* Felix */
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_google_map .tz_map_button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  border: medium none;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
}
.tz_google_map .tz_map_button span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_google_map .tz_map_button i {
  font-size: 25px;
  margin-right: 10px;
}
.tz_google_map .close_map {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -40px;
}
.tz_google_map .view_map {
  visibility: visible;
  opacity: 1;
}
.tz_google_map.active .tz_map_overlay {
  top: 90%;
}
.tz_google_map.active .close_map {
  visibility: visible;
  opacity: 1;
}
.tz_google_map.active .view_map {
  visibility: hidden;
  opacity: 0;
}
/* Single Article */
.single_article {
  padding: 0 0 0 40px;
}
.single_article .tz_image {
  margin-right: 50px;
  display: block;
  -webkit-box-shadow: 10px 10px 0 #e5ae49;
  box-shadow: 10px 10px 0 #e5ae49;
}
.single_article .tz_title {
  font-weight: 700;
}
.single_article .moduleItemIntrotext {
  font-size: 13px;
  color: #666;
}
.single_article .tz_info {
  padding-top: 20px;
  padding-right: 0;
}
.single_article .tz_title {
  margin: 0 0 20px;
}
.single_article .tz-plazart-list {
  padding-top: 35px;
}
/* Twitter*/
.latest_tweets li {
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 30px !important;
}
.latest_tweets li .tweets_txt {
  color: #868686;
  font-weight: 300;
  line-height: 23px;
  padding: 0 !important;
}
.latest_tweets li a {
  color: #e4e4e4;
}
.latest_tweets li:after {
  color: #e5ae49;
  content: "\f099";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 4px;
}
/* End Twitter*/
/* Newsletter*/
.newsletter-footer .mc-field-group {
  position: relative;
  margin-top: 35px;
}
.newsletter-footer .mc-field-group:after {
  background: #e5ae49;
  border: medium none;
  border-radius: 0;
  height: 47px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  z-index: 1;
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 16px;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  cursor: pointer;
}
.newsletter-footer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0;
}
.newsletter-footer input.email {
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #868686;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  padding: 12px;
  width: 100%;
}
/* End Newsletter*/
/* Breadcrumbs*/
.tz-breadcrumb h1 {
  color: #eaeaea;
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.breadcrumbs_style2 .tz-breadcrumb {
  text-align: left;
}
.breadcrumbs_style2 .tz-breadcrumb h1 {
  color: #ffffff;
  margin: 0 0 20px;
}
.breadcrumbs_style2 .tz-breadcrumb .page_heading {
  letter-spacing: 0.5px;
  line-height: 25px;
}
/* End Breadcrumbs*/
/* Tag*/
.k2TagCloudBlock {
  padding: 0 !important;
}
.k2TagCloudBlock a {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #dedede;
  border-radius: 2px;
  color: #666;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px 11px 6px !important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  font-weight: 300;
}
.k2TagCloudBlock a:hover {
  background: #e5ae49 !important;
  border-color: #e5ae49;
  color: #ffffff;
}
/* End Tag*/
/* Categories K2*/
.k2ArchivesBlock .level0,
.k2CategoriesListBlock .level0 {
  padding: 0;
}
.k2ArchivesBlock li,
.k2CategoriesListBlock li {
  border-bottom: 1px solid #ededed;
  padding: 0 0 0 15px !important;
  position: relative;
  margin: 0 !important;
}
.k2ArchivesBlock li:before,
.k2CategoriesListBlock li:before {
  color: #666;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 18px;
}
.k2ArchivesBlock li:hover:before,
.k2CategoriesListBlock li:hover:before,
.k2ArchivesBlock li.activeCategory:before,
.k2CategoriesListBlock li.activeCategory:before,
.k2ArchivesBlock li:hover a,
.k2CategoriesListBlock li:hover a,
.k2ArchivesBlock li.activeCategory a,
.k2CategoriesListBlock li.activeCategory a {
  color: #e5ae49;
  font-weight: 300 !important;
}
.k2ArchivesBlock li a,
.k2CategoriesListBlock li a {
  padding: 14px 0;
  display: block;
}
/* Search Shop */
.filter-price .hikashop_filter_main_div,
.search .hikashop_filter_main_div {
  position: relative;
}
.filter-price .hikashop_filter_main_div > form > div,
.search .hikashop_filter_main_div > form > div {
  float: none !important;
}
.search .hikashop_filter_main_div input[type="text"] {
  width: 100% !important;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedede;
  color: #111111;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  padding: 9px 45px 10px 15px;
}
.search .hikashop_filter_main_div .hikashop_filter_button_inside {
  bottom: 0;
  line-height: 40px;
  margin: 0 !important;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  color: transparent;
  background: #e5ae49;
}
.search .hikashop_filter_main_div .hikashop_filter_button_inside a {
  color: transparent;
  position: relative;
  z-index: 1;
}
.search .hikashop_filter_main_div .hikashop_filter_button_inside:after {
  content: '\f002';
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.filter-price .ui-slider {
  margin-bottom: 40px !important;
}
.filter-price .hikashop_filter_button_inside {
  bottom: 0;
  position: absolute;
  right: 0;
  margin: 0 !important;
  background: #222222;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 3px 26px 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.filter-price .hikashop_filter_button_inside:hover {
  background: #e5ae49;
}
.filter-price .hikashop_filter_button_inside a {
  color: #ffffff;
}
.filter-price .hikashop_filter_cursor_span,
.filter-price .hikashop_filter_title {
  color: #666;
  font-weight: 300;
  line-height: 24px;
  padding-top: 7px;
  text-align: left;
}
.filter-categories .hikashop_filter_title,
.filter-categories br {
  display: none;
}
.filter-categories .hikashop_filter_checkbox {
  display: block;
  margin: 0 0 12px;
  padding: 0 0 14px 22px;
  position: relative;
  border-bottom: 1px solid #ededed;
}
.filter-categories .hikashop_filter_checkbox a {
  float: right;
}
.filter-categories .hikashop_filter_checkbox label {
  font-weight: 300;
  color: #666;
  line-height: 24px;
  margin: 0;
}
.filter-categories .hikashop_filter_checkbox input[type="radio"] {
  position: absolute;
  left: 0;
  top: 7px;
  margin: 0;
}
/* Price Table*/
.tz_price_tables .tz-item {
  padding-bottom: 30px;
}
.tz_price_tables.style-1 .tz_price_table:hover .tz_button {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}
.tz_price_tables.style-1 .tz_price_table .border {
  border: 1px solid #f3f3f3;
}
.tz_price_tables.style-1 .tz_price_table .border > * {
  padding: 0 15px;
}
.tz_price_tables.style-1 .tz_price_table .tz_top {
  background: #fdfdfd;
  border-bottom: 1px solid #f3f3f3;
  padding-top: 30px;
  padding-bottom: 18px;
}
.tz_price_tables.style-1 .tz_price_table .tz_bottom {
  background: #fdfdfd;
  padding-top: 11px;
  padding-bottom: 5px;
  color: #222222;
  font-weight: 700;
}
.tz_price_tables.style-1 .tz_price_table .tz_title {
  letter-spacing: 0.5px;
  margin: 0 0 20px;
}
.tz_price_tables.style-1 .tz_price_table i {
  font-size: 41px;
  color: #333333;
}
.tz_price_tables.style-1 .tz_price_table .tz_desc {
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
.tz_price_tables.style-1 .tz_price_table .tz_desc ul {
  margin: 0;
  padding: 22px 0 35px;
}
.tz_price_tables.style-1 .tz_price_table .tz_desc ul li {
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
  list-style: outside none none;
  padding: 9px 0;
}
.tz_price_tables.style-1 .tz_price_table .tz_button {
  background: #e5ae49;
  display: block;
  padding: 13px;
  line-height: 24px;
  font-weight: 300;
}
.tz_price_tables.style-2 .tz_price_table {
  border: 1px solid #3a3a3a;
  padding: 27px 11px 25px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_price_tables.style-2 .tz_price_table:hover {
  border-color: #e5ae49;
}
.tz_price_tables.style-2 .tz_price_table:hover .tz_title,
.tz_price_tables.style-2 .tz_price_table:hover i {
  color: #e5ae49;
}
.tz_price_tables.style-2 .tz_price_table:hover .tz_button {
  background: #e5ae49;
}
.tz_price_tables.style-2 .tz_top {
  padding: 0 0 21px;
}
.tz_price_tables.style-2 i {
  color: #222222;
  font-size: 41px;
  transition: all 0.3s ease-in-out 0s;
}
.tz_price_tables.style-2 .tz_title {
  color: #222222;
  font-size: 27px;
  font-weight: 700;
  margin: 13px 0 0;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.tz_price_tables.style-2 .tz_price {
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 13px 0 9px;
  font-weight: 700;
  color: #222222;
}
.tz_price_tables.style-2 .tz_desc {
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 0 1px 1px;
}
.tz_price_tables.style-2 .tz_desc ul {
  margin: 0;
  padding: 0 20px;
}
.tz_price_tables.style-2 .tz_desc ul li {
  border-top: 1px solid #f1f1f1;
  font-weight: 300;
  line-height: 24px;
  list-style: outside none none;
  padding: 15px 0;
}
.tz_price_tables.style-2 .tz_button {
  margin-top: 25px;
}
.tz_price_tables .pricing-footer-iner {
  position: relative;
  display: inline-block;
  margin-right: 45px;
}
.tz_price_tables .pricing-price {
  font-size: 50px;
}
.tz_price_tables .pricing-currency {
  font-size: 16px;
  left: 100%;
  position: absolute;
  top: 3px;
}
.tz_price_tables .pricing-period {
  bottom: 15px;
  font-size: 12px;
  left: 100%;
  position: absolute;
}
.tz_carousel_center {
  margin: -76px 0;
  padding: 76px 0;
  overflow: hidden;
}
.ui-tooltip {
  display: none;
}
/* Team */
.tz_teams .tz-item {
  padding-bottom: 33px;
}
.tz_teams .tz-item:hover .tz_team .tz_content,
.tz_teams .tz-item:hover .tz_team .tz_image {
  border-color: #e5ae49;
}
.tz_teams .tz-item:hover .tz_content .tz_title,
.tz_teams .tz-item:hover .tz_content .tz_job,
.tz_teams .tz-item:hover .tz_content .tz_title a {
  color: #e5ae49;
}
.tz_teams .tz_team {
  padding: 0 0 65px 18px;
  position: relative;
}
.tz_teams .tz_team .tz_image {
  background: #ffffff;
  border: 10px solid #222222;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_teams .tz_team .tz_content {
  position: absolute;
  top: 65px;
  left: 0;
  display: block;
  bottom: 0;
  right: 18px;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_teams .tz_team .tz_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px 17px;
}
.tz_teams .tz_team .tz_info .tz_title {
  font-size: 14px;
  color: #222222;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_teams .tz_team .tz_info .tz_title a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tz_teams .tz_team .tz_info .tz_job {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  font-size: 12px;
  color: #222222;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#pgzoomview a:hover {
  background-color: #e5ae49 !important;
}
.plusgallery .folio .image a {
  color: #e5ae49;
}
.plusgallery .folio .effect-folio:hover .tz_info {
  box-shadow: 0 -4px 0 #e5ae49 inset;
}
.plusgallery .elegant .elegant-info a:hover {
  color: #e5ae49;
}
.plusgallery .black_white .black_white-overlay {
  background: rgba(229, 174, 73, 0.3);
  border-color: rgba(229, 174, 73, 0.8);
}
.plusgallery .everline .effect-everline:hover .tz_info {
  background: #e5ae49;
}
.plusgallery .lania .info-title {
  background: #e5ae49;
}
.plusgallery .mirror .back {
  background: #e5ae49;
}
.plusgallery .mirror .view a:hover {
  color: #e5ae49;
}
.plusgallery .pinme .effect-pinme:hover .tz_info {
  -webkit-box-shadow: 0 -4px 0 #e5ae49 inset;
  box-shadow: 0 -4px 0 #e5ae49 inset;
}
.plusgallery .rolly .rolly-overlay {
  background: rgba(229, 174, 73, 0.6);
}
.plusgallery .interiart img {
  position: relative;
}
.plusgallery .interiart .effect-interiart {
  overflow: hidden;
  position: relative;
}
.plusgallery .interiart .effect-interiart:hover::after {
  background: rgba(63, 63, 63, 0.5);
}
.plusgallery .interiart .effect-interiart:hover .interiart-btn a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.plusgallery .interiart .effect-interiart:hover .interiart-info h3 {
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 1;
}
.plusgallery .interiart .effect-interiart:after {
  content: '';
  background: rgba(63, 63, 63, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.plusgallery .interiart .tz_info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.plusgallery .interiart .interiart-info h3 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.plusgallery .interiart .interiart-btn a {
  background: url("../../../images/bg-zoom.png") no-repeat;
  border-radius: 50%;
  box-shadow: none;
  display: inline-block;
  height: 50px;
  line-height: 33px;
  opacity: 0;
  top: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 50px;
}
/*footer */
.custom_text_top_footer {
  margin-bottom: 53px;
}
.custom_text_top_footer .title {
  font-size: 20px;
  letter-spacing: 6px;
}
.custom_text_top_footer .desc {
  font-size: 80px;
  color: #e5ae49;
  font-weight: 300;
  margin-top: -15px;
}
.tzFooterSocial {
  padding: 36px 0 25px;
}
.tzFooterSocial ul {
  margin: 0;
  padding: 0;
}
.tzFooterSocial ul:after {
  content: '';
  display: block;
  clear: both;
}
.tzFooterSocial ul li {
  float: left;
  padding: 0 8px;
}
.tzFooterSocial ul li a {
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}
.tzFooterSocial ul li a:after {
  background: #e5ae49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.tzFooterSocial ul li a span {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  font-size: 32px;
  color: #6d6d6d;
}
.tzFooterSocial ul li a span:hover {
  color: #e5ae49;
}
.tzFooterSocial.style-2 {
  padding: 25px 0;
}
.tzFooterSocial.style-2 li {
  padding: 0 5px;
}
.tzFooterSocial.style-2 li a {
  background: #313131;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
}
.tzFooterSocial.style-2 li a:after {
  background: #e5ae49;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  width: 100%;
}
.tzFooterSocial.style-2 li a i {
  color: #868686;
  font-size: 15px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  z-index: 99;
  line-height: 40px;
}
.tzFooterSocial.style-2 li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tzFooterSocial.style-2 li a:hover i {
  color: #ffffff;
}
.tzCopyright {
  padding: 40px 0 33px;
}
.tzCopyright p {
  color: #9b9b9b;
  margin: 0;
}
.tzCopyright a {
  color: #9b9b9b;
}
.tzCopyright a:hover {
  color: #e5ae49;
}
.tzCopyright span {
  color: #e5ae49;
}
.tzheader_social li {
  float: left;
  padding: 12px 0 10px 26px;
  line-height: 24px;
}
.tzheader_social li a {
  color: #222222;
  font-size: 15px;
}
.tzheader_social li a:hover {
  color: #e5ae49;
}
/* Blog */
#k2Container.itemView .tz_padding_item,
#k2Container.itemListView .tz_padding_item {
  margin: 0 -15px;
}
#k2Container.itemView .tz_padding_item .itemContainer,
#k2Container.itemListView .tz_padding_item .itemContainer {
  padding: 0 15px;
}
#k2Container.itemView .catItemView,
#k2Container.itemListView .catItemView {
  background: #ffffff;
  margin-bottom: 50px;
  padding: 0;
}
#k2Container.itemView .tz_blog_item_content,
#k2Container.itemListView .tz_blog_item_content {
  padding: 48px 30px 45px;
}
#k2Container.itemView .catItemHeader .catItemImage,
#k2Container.itemListView .catItemHeader .catItemImage,
#k2Container.itemView .catItemHeader .catItemImageBlock,
#k2Container.itemListView .catItemHeader .catItemImageBlock {
  padding: 0;
  margin: 0;
}
#k2Container.itemView .tz_information,
#k2Container.itemListView .tz_information {
  margin: 0 0 22px;
}
#k2Container.itemView .tz_information > *,
#k2Container.itemListView .tz_information > * {
  display: inline-block;
  color: #b5b5b5;
  font-style: italic;
  line-height: 22px;
  margin: 0;
  border: none;
  padding: 0;
}
#k2Container.itemView .tz_information > *:after,
#k2Container.itemListView .tz_information > *:after {
  content: '|';
  position: relative;
  font-style: italic;
  margin-right: 5px;
  margin-left: 3px;
}
#k2Container.itemView .tz_information > *:last-child:after,
#k2Container.itemListView .tz_information > *:last-child:after {
  content: none;
}
#k2Container.itemView .tz_information a,
#k2Container.itemListView .tz_information a {
  color: #b5b5b5;
}
#k2Container.itemView .tz_information a:hover,
#k2Container.itemListView .tz_information a:hover {
  color: #e5ae49;
}
#k2Container.itemView .itemTitle,
#k2Container.itemListView .itemTitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 0 16px;
}
#k2Container.itemView .catItemTitle,
#k2Container.itemListView .catItemTitle {
  margin: 0 0 17px;
  padding: 0;
}
#k2Container.itemView .catItemTitle .tz_item_featured,
#k2Container.itemListView .catItemTitle .tz_item_featured {
  font-size: 14px;
}
#k2Container.itemView .itemRatingForm,
#k2Container.itemListView .itemRatingForm {
  display: inline-block;
  float: none;
}
#k2Container.itemView .catItemRatingBlock span,
#k2Container.itemListView .catItemRatingBlock span {
  display: inline-block;
  float: none;
  font-style: italic;
}
#k2Container.itemView .catItemBody,
#k2Container.itemListView .catItemBody {
  padding: 0;
  margin-bottom: 25px;
}
#k2Container.itemView .catItemBody > *,
#k2Container.itemListView .catItemBody > * {
  margin-bottom: 10px;
}
#k2Container.itemView .catItemBody .catItemIntroText,
#k2Container.itemListView .catItemBody .catItemIntroText {
  color: #666666;
  line-height: 25px;
  padding: 0;
}
#k2Container.itemView .catItemReadMore,
#k2Container.itemListView .catItemReadMore {
  display: block;
}
#k2Container.itemView .catItemReadMore .k2ReadMore,
#k2Container.itemListView .catItemReadMore .k2ReadMore {
  background: #e5ae49;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  line-height: 25px;
  padding: 8px 27px;
  text-decoration: none;
}
#k2Container.itemView .catItemDateModified,
#k2Container.itemListView .catItemDateModified {
  padding: 15px 0 0;
  margin: 25px 0 0;
}
#k2Container.itemView {
  padding: 0;
  margin: 0;
}
#k2Container.itemView .itemToolbar {
  display: block !important;
  position: absolute;
  top: 30px;
  right: 30px;
}
#k2Container.itemView .itemToolbar .dropdown-toggle {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  padding: 0;
}
#k2Container.itemView .itemToolbar li {
  display: block;
  border: none;
  text-align: left;
}
#k2Container.itemView .itemToolbar li a {
  display: inline-block;
  padding: 0;
}
#k2Container.itemView .itemImage {
  margin: 0;
}
#k2Container.itemView .itemAuthorLatest,
#k2Container.itemView .itemRelated,
#k2Container.itemView .itemNavigation,
#k2Container.itemView .itemAuthorBlock,
#k2Container.itemView .tz_blog_item_content {
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
#k2Container.itemView .tz_information {
  border-bottom: 1px solid #ededed;
  display: block;
  margin: 0 0 27px;
  padding: 0 0 28px;
}
#k2Container.itemView .itemIntroText {
  font-size: 100%;
}
#k2Container.itemView .itemImageBlock {
  margin: 0;
  padding: 0;
}
#k2Container.itemView .tz_blog_item_content {
  padding: 35px 32px;
}
#k2Container.itemView .itemAuthorBlock {
  padding: 30px;
}
#k2Container.itemView .itemBody {
  border-bottom: 1px solid #ededed;
  margin: 0 0 25px;
  padding: 0 0 32px;
}
#k2Container.itemView .bottom:after {
  content: '';
  clear: both;
  display: block;
}
#k2Container.itemView .itemTagsBlock {
  float: left;
}
#k2Container.itemView .itemTagsBlock a {
  color: #666666;
  font-weight: 300;
}
#k2Container.itemView .itemSocialSharing {
  float: right;
  padding: 0;
}
#k2Container.itemView .itemSocialSharing > span {
  float: left;
}
#k2Container.itemView .itemSocialSharing > * {
  width: auto;
  margin: 0 0 0 6px;
  display: inline-block;
}
#k2Container.itemView .itemTagsBlock > span,
#k2Container.itemView .itemSocialSharing > span {
  color: #222222;
  font-weight: 700;
  line-height: 25px;
  margin: 0 8px 0 0;
}
#k2Container.itemView .itemAuthorBlock {
  border: none;
}
#k2Container.itemView .itemAuthorBlock .tz-table-cell {
  vertical-align: middle;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorAvatar {
  float: none;
  padding: 0;
  margin: 0;
  height: 140px;
  width: 140px;
  overflow: hidden;
  border-radius: 50%;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorAvatar img {
  width: 100%;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorDetails {
  padding: 0 0 0 40px;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  margin: 0;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
}
#k2Container.itemView .itemAuthorBlock .itemAuthorDetails p {
  color: #666666;
  font-weight: 300;
  line-height: 22px;
}
#k2Container.itemView .itemAuthorLatest,
#k2Container.itemView .itemRelated,
#k2Container.itemView .itemNavigation {
  padding: 30px;
}
#k2Container.itemView .itemAuthorLatest h3,
#k2Container.itemView .itemRelated h3,
#k2Container.itemView .itemNavigation h3 {
  margin-top: 0;
}
#k2Container.itemView .itemRelated ul {
  margin: 0;
}
#k2Container.itemView .itemRelated ul li.k2ScrollerElement {
  margin: 0 10px 5px 0;
  padding: 0;
  position: relative;
}
#k2Container.itemView .itemRelated ul li.k2ScrollerElement:before {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#k2Container.itemView .itemRelated ul li.k2ScrollerElement img {
  max-width: none;
  position: relative;
}
#k2Container.itemView .itemRelated ul li.k2ScrollerElement .tz_align_center {
  z-index: 1;
  right: 10px;
  left: 10px;
}
#k2Container.itemView .itemRelated ul li.k2ScrollerElement .tz_align_center > * {
  color: #ffffff;
  display: block;
  text-align: center;
}
#k2Container.itemView .itemComments {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm,
#k2Container.itemView .itemComments .listComments {
  padding: 30px;
  background: #ffffff;
  margin-bottom: 30px;
}
#k2Container.itemView .itemComments .itemCommentsCounter {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 42px;
  padding: 0;
  text-transform: uppercase;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li {
  padding: 0 0 30px;
  margin: 0 0 30px;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .tz-content {
  padding-left: 30px;
  width: 100%;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .tz-info {
  margin-bottom: 12px;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .commentAuthorName {
  color: #222222;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 10px;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .commentDate {
  color: #b5b5b5;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  border: none;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .commentLink,
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .commentToolbar {
  display: inline-block;
  float: right;
  padding: 0 5px;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .tz-image {
  width: 90px;
}
#k2Container.itemView .itemComments .listComments ul.itemCommentsList li .tz-image img {
  padding: 0;
  margin: 0;
  float: none;
}
#k2Container.itemView .itemComments .itemCommentsForm > h3 {
  text-transform: uppercase;
}
#k2Container.itemView .itemComments .itemCommentsForm .itemCommentsFormNotes {
  padding: 0;
  border: none;
  margin: 0 0 50px;
}
#k2Container.itemView .itemComments .itemCommentsForm #submitCommentButton {
  margin: auto;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #e5ae49 !important;
  color: #e5ae49 !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px !important;
  padding: 5px 15px !important;
  text-transform: uppercase;
  border-radius: 0;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form label {
  display: none;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form textarea,
#k2Container.itemView .itemComments .itemCommentsForm #comment-form input {
  color: #b5b5b5;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ededed;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 300;
  line-height: 24px;
  padding: 5px 0;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form textarea {
  margin-bottom: 43px;
  height: 95px;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form input {
  margin-bottom: 37px;
}
#k2Container .k2Pagination {
  text-align: left;
  padding: 0;
  margin: 0;
}
body ul.pagination {
  margin: 0;
}
body ul.pagination li {
  display: inline-block;
  border-radius: 0 !important;
}
body ul.pagination li.active a {
  color: #ffffff !important;
  background: #e5ae49 !important;
}
body ul.pagination li a {
  display: block;
  padding: 0;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #dfdfdf !important;
  color: #666 !important;
  float: none;
  border: none;
}
body .hikashop_products_pagination .pagination li a:hover,
body .hikashop_products_pagination .pagination li.active a {
  border-color: #e5ae49 !important;
  background: #e5ae49 !important;
  color: #ffffff !important;
}
body .hikashop_products_pagination .pagination li a {
  background: #ffffff !important;
  border: 1px solid #dedede !important;
  font-weight: 400;
}
/* End Blog */
/* Blog Masonry*/
.layout_masonry div.itemContainer {
  float: none;
}
.layout_masonry .catItemView {
  margin: 0 !important;
}
.layout_masonry .itemList {
  margin: -15px;
}
.layout_masonry .itemList .tz_inner {
  padding: 15px;
}
.layout_masonry .k2Pagination {
  padding-top: 30px !important;
}
/* End Blog Masonry*/
/* Filter */
.ui-slider {
  background: #ffffff;
  height: 7px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100% !important;
  margin: 0 !important;
}
.ui-slider-range {
  background: #e5ae49;
  height: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
}
.ui-slider-handle {
  height: 14px;
  width: 14px;
  background: #ffffff;
  position: absolute;
  top: -4px;
  border-radius: 50%;
  margin-left: -5px;
  border: 3px solid #e5ae49;
}
/* End Filter */
/* Contact */
.contact {
  padding: 40px 37px;
}
.contact #contact-form .btn {
  border-radius: 3px;
  padding: 10px 25px;
  letter-spacing: 1px;
}
.contact #contact-form .btn:hover {
  background: #e5ae49;
}
.contact #contact-form .control-group {
  margin-bottom: 10px;
}
.contact #contact-form label {
  font-weight: 300;
}
.contact #contact-form textarea {
  min-height: 100px;
}
.contact #contact-form input[type="text"],
.contact #contact-form input[type="email"],
.contact #contact-form textarea {
  border-color: #e3e3e3;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  width: 100%;
}
.contact #contact-form input[type="checkbox"] {
  position: relative;
  top: 1px;
  margin-right: 10px;
  left: 0;
}
.contact #contact-form .email_copy {
  margin-bottom: 10px;
}
.contact #contact-form .email_copy > * {
  display: inline-block;
}
.contact-profile,
.contact-articles,
.contact-links {
  padding-bottom: 44px;
}
.contact-address li {
  padding-top: 0;
  padding-bottom: 44px;
}
.contact-address li .contact-telephone,
.contact-address li .contact-fax,
.contact-address li .contact-mobile,
.contact-address li span {
  letter-spacing: 0.5px;
}
.contact-address li .webpage,
.contact-address li .email,
.contact-address li .telephone,
.contact-address li .fax,
.contact-address li .mobile {
  margin-bottom: 10px;
}
.contact-address li a {
  color: #666;
}
.contact-address .jicons-icons {
  min-width: 20px;
}
.contact-address .webpage .jicons-icons img,
.contact-address .email .jicons-icons img,
.contact-address .telephone .jicons-icons img,
.contact-address .fax .jicons-icons img,
.contact-address .mobile .jicons-icons img,
.contact-address .jicons-icons.address img {
  display: none;
}
.contact-address .webpage .jicons-icons:before,
.contact-address .email .jicons-icons:before,
.contact-address .telephone .jicons-icons:before,
.contact-address .fax .jicons-icons:before,
.contact-address .mobile .jicons-icons:before,
.contact-address .jicons-icons.address:before {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
}
.contact-address .webpage .jicons-icons:before {
  content: '\f0ac';
}
.contact-address .email .jicons-icons:before {
  content: '\f003';
}
.contact-address .jicons-icons.address:before {
  content: '\f041';
}
.contact-address .telephone .jicons-icons:before {
  content: '\f095';
}
.contact-address .mobile .jicons-icons:before {
  content: '\f10b';
}
.contact-address .fax .jicons-icons:before {
  content: '\f1ac';
}
/* Login*/
.login .form-validate {
  border-color: #e1e5e7;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.k2AccountPage input[type='text'],
.hikashop_user_registration_page input[type='text'],
.login input[type='text'],
.k2AccountPage input[type='email'],
.hikashop_user_registration_page input[type='email'],
.login input[type='email'],
.k2AccountPage input[type='tel'],
.hikashop_user_registration_page input[type='tel'],
.login input[type='tel'],
.k2AccountPage input[type='url'],
.hikashop_user_registration_page input[type='url'],
.login input[type='url'],
.k2AccountPage input[type='password'],
.hikashop_user_registration_page input[type='password'],
.login input[type='password'],
.k2AccountPage textarea,
.hikashop_user_registration_page textarea,
.login textarea {
  border: 1px solid #ededed;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px 10px 15px;
  margin: 10px 0;
}
.k2AccountPage button[type="submit"],
.hikashop_user_registration_page button[type="submit"],
.login button[type="submit"] {
  margin-top: 15px;
}
.k2AccountPage .chzn-container,
.hikashop_user_registration_page .chzn-container,
.login .chzn-container {
  width: 100% !important;
  margin: 10px 0;
}
.k2AccountPage .nav-stacked li,
.hikashop_user_registration_page .nav-stacked li,
.login .nav-stacked li {
  display: inline-block;
}
.k2AccountPage .gender .radio,
.hikashop_user_registration_page .gender .radio,
.login .gender .radio {
  display: inline-block;
  margin-right: 5px;
}
.k2AccountPage .gender .radio input,
.hikashop_user_registration_page .gender .radio input,
.login .gender .radio input {
  position: relative;
  margin-left: 0;
  margin-right: 10px;
}
.k2AccountPage td.key,
.hikashop_user_registration_page td.key,
.login td.key {
  border: none !important;
  background: transparent !important;
  text-align: left !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
/*Search K2 Result*/
.genericItemView .genericItemBody {
  padding: 0 0 0 30px;
}
.genericItemView .genericItemBody .genericItemTitle {
  margin: 0 0 17px;
  padding: 0;
}
.genericItemView .genericItemBody .tz_info {
  color: #b5b5b5 !important;
  font-weight: 300 !important;
  font-style: italic !important;
}
.genericItemView .genericItemBody .tz_info > * {
  display: inline-block;
  border-right: 1px solid #ededed;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
}
.genericItemView .genericItemBody .tz_info > *:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
/*About Us*/
.tz_about_us .item-image {
  float: none !important;
  margin-bottom: 10px;
}
.tz_about_us .content_article {
  padding: 30px 30px 0;
}
.tz_about_us .content_article p {
  margin-bottom: 23px;
}
/* Light Box */
#sbox-window iframe {
  max-width: 100%;
  max-height: 100%;
}
body.contentpane.modal .close {
  background: #ffffff;
  border: 1px solid #dedede;
  padding: 6px 10px;
}
body.contentpane.modal .alert-block p {
  display: inline-block;
  padding-left: 15px;
}
body.contentpane.modal #hikashop_add_to_cart_checkout_div,
body.contentpane.modal #hikashop_add_to_cart_continue_div {
  display: inline-block;
}
body.contentpane.modal #hikashop_add_to_cart_checkout_div a,
body.contentpane.modal #hikashop_add_to_cart_continue_div a {
  display: block;
  padding: 5px 10px;
  background: #222222;
  color: #ffffff;
}
body.contentpane.modal #hikashop_add_to_cart_checkout_div a:hover,
body.contentpane.modal #hikashop_add_to_cart_continue_div a:hover {
  background: #e5ae49;
}
.popup_content {
  right: 0;
  left: 0;
  outline: medium none !important;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1043;
  overflow-x: hidden;
  overflow-y: auto;
  background: #252525;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup_content.loaded .tz_content > .container {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.popup_content.loaded .tz_content > .loading {
  opacity: 0;
  visibility: hidden;
}
.popup_content .tz_detail {
  margin-bottom: 45px;
}
.popup_content .tzPortfolio_Single_tks {
  color: #e5ae49;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}
.popup_content .tz_content {
  padding: 50px 0 85px;
}
.popup_content .tz_content > .container {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup_content .tz_content .loading {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popup_content .tzPortfolio_Single_Media {
  margin-bottom: 65px;
}
.popup_content .tzPortfolio_Single_Media img {
  width: 100%;
}
.popup_content .tzPortfolio_Single_Content * {
  color: #ffffff;
}
.popup_content .tzPortfolio_Single_Info ul li {
  color: #e5ae49;
  padding: 0;
  line-height: 25px;
  font-weight: 300;
}
.popup_content .tzPortfolio_Single_Info ul li label {
  min-width: 100px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}
.popup_content .tzPortfolio_Single_title {
  color: #e5ae49;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 48px 0 44px;
  text-align: center;
  text-transform: uppercase;
}
.tzPortfolio_Single_Close {
  display: block;
  text-align: center;
}
.tzPortfolio_Single_Close i {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: auto;
}
.tzPortfolio_Single_Close i:hover {
  color: #e5ae49;
}
/*Page User*/
.genericItemList .genericItemView,
.tagItemList .tagItemView,
.userItemList .userItemView {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.itemListCategoriesBlock .tz_info {
  padding-left: 30px;
}
.itemListCategoriesBlock .tz_info > div {
  line-height: 1.5em;
  letter-spacing: 0.2px;
  font-weight: 300;
}
.itemListCategoriesBlock .itemListCategory {
  background: #ffffff;
  border-radius: 0;
  border-color: #e1e5e7;
}
/* Portfolio */
.tz_portfolio_plus_articles .TzPortfolioReadmore:before {
  content: '\f08e';
  font-family: FontAwesome;
  margin-right: 3px;
}
.TzContent .muted {
  color: #ffffff;
  letter-spacing: 2px;
}
.TzContent .muted a {
  color: #ffffff;
}
.TzContent .muted a:hover {
  color: #e5ae49;
}
.TzContent .tz_room_tag {
  font-weight: 300;
}
.TzContent .tz_room_tag a {
  color: #ffffff;
}
.TzContent #portfolio {
  margin: 0;
}
.TzContent .option-combo {
  display: inline-block;
}
.TzContent #tz_options {
  background: #252525;
  margin-bottom: 1px;
  padding: 20px 0 7px;
}
.TzContent #tz_options a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #666;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: -1px;
  padding: 13px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
.TzContent #tz_options a.selected,
.TzContent #tz_options a:hover {
  background: #e5ae49;
  color: #ffffff;
  border-right-color: #e5ae49;
}
.TzContent #tz_append {
  background: #252525;
}
.TzContent #tz_append a {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
  color: #ffffff;
}
.TzContent #tz_append a:hover {
  text-decoration: none;
  color: #e5ae49;
}
.TzContent #infscr-loading {
  background: transparent;
}
.TzContent #infscr-loading div {
  color: #ffffff;
  display: inline-block;
  margin: 15px 0;
}
.TzContent .tz_item .TzInner {
  padding: 0;
  margin: 0;
  border-left: none;
  border-top: none;
  border-color: #ffffff;
  overflow: hidden;
}
.TzContent .tz_item .TzInner:hover .TzPortfolioDescription::before {
  background: rgba(0, 0, 0, 0.8);
}
.TzContent .tz_item .TzInner:hover .TzArticleMedia img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.TzContent .tz_item .TzInner .TzPortfolioDescription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.TzContent .tz_item .TzInner .TzPortfolioDescription:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  right: 1px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  z-index: -1;
}
.TzContent .tz_item .TzInner .TzPortfolioTitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
.TzContent .tz_item .TzInner .TzPortfolioTitle a {
  color: #e5ae49;
}
.TzContent .tz_item .TzInner .TzPortfolioTitle a:hover {
  text-decoration: none;
}
.TzContent .tz_item .TzInner .TzPortfolioReadmore {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.TzContent .tz_item .TzInner .TzPortfolioReadmore:hover {
  color: #e5ae49;
  text-decoration: none;
}
.TzContent .tz_item .TzInner .TzPortfolioReadmore:hover:after {
  left: 100%;
}
.TzContent .tz_item .TzInner .TzPortfolioReadmore:after {
  background: #e5ae49;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: -100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
.TzContent .tz_item .TzInner .tz_tags {
  letter-spacing: 2px;
  color: #ffffff;
}
.TzContent .tz_item .TzInner .tz_tags a {
  color: #ffffff;
  font-weight: 300;
}
.TzContent .tz_item .TzInner .tz_tags a:hover {
  text-decoration: none;
  color: #e5ae49;
}
.TzContent .tz_item .TzInner .TzArticleMedia {
  margin: 0;
}
.TzContent .tz_item .TzInner .TzArticleMedia img {
  max-width: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.TzContent .tz_item .TzInner .top {
  top: 32px;
}
.TzContent .tz_item .TzInner .bottom {
  bottom: 32px;
}
.TzContent .tz_item .TzInner .bottom,
.TzContent .tz_item .TzInner .top,
.TzContent .tz_item .TzInner .middle {
  right: 30px;
  position: absolute;
  left: 30px;
}
#TzContent .muted {
  color: #ffffff;
  letter-spacing: 2px;
}
#TzContent .muted a {
  color: #ffffff;
}
#TzContent .muted a:hover {
  color: #e5ae49;
}
#TzContent .tz_room_tag {
  font-weight: 300;
}
#TzContent .tz_room_tag a {
  color: #ffffff;
}
#TzContent #portfolio {
  margin: 0;
}
#TzContent .option-combo {
  display: inline-block;
}
#TzContent #tz_options {
  background: #252525;
  margin-bottom: 1px;
  padding: 20px 0 7px;
}
#TzContent #tz_options a {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #666;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-left: -1px;
  padding: 13px 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
}
#TzContent #tz_options a.selected,
#TzContent #tz_options a:hover {
  background: #e5ae49;
  color: #ffffff;
  border-right-color: #e5ae49;
}
#TzContent #tz_append {
  background: #252525;
}
#TzContent #tz_append a {
  margin-top: 15px;
  display: inline-block;
  margin-bottom: 15px;
  color: #ffffff;
}
#TzContent #tz_append a:hover {
  text-decoration: none;
  color: #e5ae49;
}
#TzContent #infscr-loading {
  background: transparent;
}
#TzContent #infscr-loading div {
  color: #ffffff;
  display: inline-block;
  margin: 15px 0;
}
#TzContent .tz_item .TzInner {
  padding: 0;
  margin: 0;
  border-left: none;
  border-top: none;
  border-color: #ffffff;
  overflow: hidden;
}
#TzContent .tz_item .TzInner:hover .TzPortfolioDescription::before {
  background: rgba(0, 0, 0, 0.8);
}
#TzContent .tz_item .TzInner:hover .TzArticleMedia img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#TzContent .tz_item .TzInner .TzPortfolioDescription {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#TzContent .tz_item .TzInner .TzPortfolioDescription:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  right: 1px;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  z-index: -1;
}
#TzContent .tz_item .TzInner .TzPortfolioTitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0 0 6px;
  text-transform: uppercase;
}
#TzContent .tz_item .TzInner .TzPortfolioTitle a {
  color: #e5ae49;
}
#TzContent .tz_item .TzInner .TzPortfolioTitle a:hover {
  text-decoration: none;
}
#TzContent .tz_item .TzInner .TzPortfolioReadmore {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
#TzContent .tz_item .TzInner .TzPortfolioReadmore:hover {
  color: #e5ae49;
  text-decoration: none;
}
#TzContent .tz_item .TzInner .TzPortfolioReadmore:hover:after {
  left: 100%;
}
#TzContent .tz_item .TzInner .TzPortfolioReadmore:after {
  background: #e5ae49;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: -100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
}
#TzContent .tz_item .TzInner .tz_tags {
  letter-spacing: 2px;
  color: #ffffff;
}
#TzContent .tz_item .TzInner .tz_tags a {
  color: #ffffff;
  font-weight: 300;
}
#TzContent .tz_item .TzInner .tz_tags a:hover {
  text-decoration: none;
  color: #e5ae49;
}
#TzContent .tz_item .TzInner .TzArticleMedia {
  margin: 0;
}
#TzContent .tz_item .TzInner .TzArticleMedia img {
  max-width: none;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#TzContent .tz_item .TzInner .top {
  top: 32px;
}
#TzContent .tz_item .TzInner .bottom {
  bottom: 32px;
}
#TzContent .tz_item .TzInner .bottom,
#TzContent .tz_item .TzInner .top,
#TzContent .tz_item .TzInner .middle {
  right: 30px;
  position: absolute;
  left: 30px;
}
.fancybox-opened {
  z-index: 9999;
}
.fancybox-skin {
  background: #252525;
}
.contentpane.tzmodal {
  background: #252525;
  color: #ffffff;
  font-family: 'Ubuntu', sans-serif;
}
.contentpane.tzmodal h2,
.contentpane.tzmodal h1,
.contentpane.tzmodal h3,
.contentpane.tzmodal h4,
.contentpane.tzmodal h5,
.contentpane.tzmodal h6 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}
.contentpane.tzmodal .button_close_lightbox {
  display: block;
}
.contentpane.tzmodal .TzItemPage {
  padding: 50px 0 85px;
}
.contentpane.tzmodal .TzItemPage .TzArticleTitle {
  color: #e5ae49;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 48px 0 44px;
  text-align: center;
  text-transform: uppercase;
}
.contentpane.tzmodal li,
.contentpane.tzmodal p {
  color: #ffffff;
}
.contentpane.tzmodal .tz-label {
  min-width: 100px;
  color: #ffffff;
}
.contentpane.tzmodal .tz-value {
  color: #e5ae49;
}
.contentpane.tzmodal .tz-value * {
  color: #e5ae49;
}
.contentpane.tzmodal .tz-value a:hover {
  color: #ffffff;
}
.contentpane.tzmodal .TzArticleTag {
  margin: 0;
}
.contentpane.tzmodal .tz_infos .tz_info > * {
  line-height: 25px;
  display: block;
}
.contentpane.tzmodal .tz_infos .tz_info a:hover {
  text-decoration: none;
}
.contentpane.tzmodal .TzArticleMedia {
  margin: 0;
}
.contentpane.tzmodal .TzArticleMedia img {
  width: 100%;
}
.contentpane.tzmodal .tz_portfolio_plus_user .media-body {
  padding-left: 30px;
}
.contentpane.tzmodal .tz_portfolio_plus_user .media-body > * {
  line-height: 25px;
}
.contentpane.tzmodal .tz_portfolio_plus_user .media-heading a {
  color: #e5ae49;
}
.contentpane.tzmodal .tz_portfolio_plus_user .media-heading a:hover {
  color: #ffffff;
}
.contentpane.tzmodal .AuthorDescription,
.contentpane.tzmodal .TzItemPage span.muted {
  color: #ffffff;
}
.tz_portfolio_plus_user .media-body {
  padding-left: 30px;
}
.tz_portfolio_plus_user .media-body > * {
  line-height: 25px;
}
.TzRelated .TzTitle {
  color: #e5ae49;
}
.TzRelated .TzTitle:hover {
  color: #ffffff;
}
.fancybox-close {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  top: 0;
}
.fancybox-close.btn-bottom {
  top: auto;
  bottom: 0;
}
.fancybox-overlay {
  z-index: 9998;
}
.tzPortfolio_Single_tks {
  color: #e5ae49;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 14px;
  text-align: center;
  text-transform: uppercase;
}
.TzCategories .tz_category {
  position: relative;
}
.TzCategories .tz_category .item-title {
  border-bottom: 1px solid #ededed;
  padding: 14px 0;
}
.TzCategories .tz_category .item-title a {
  font-size: 14px;
  margin: 0;
  color: #222222;
  font-weight: 300;
}
.TzCategories .tz_category .item-title a:hover {
  color: #e5ae49;
}
.TzCategories .btn_plus:hover i {
  color: #e5ae49;
}
.TzCategories .category-desc {
  padding: 10px 15px;
  border-bottom: 1px solid #ededed;
}
.TzCategories .tz_subcategory .tz_category {
  padding-left: 30px;
}
.TzTag .tz_portfolio_plus_user,
.TzUser .tz_portfolio_plus_user {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.TzTag .media .tz-table-cell,
.TzUser .media .tz-table-cell {
  vertical-align: middle;
}
.TzTag .media .media-body,
.TzUser .media .media-body {
  font-weight: 300;
}
.TzTag .media span.muted,
.TzUser .media span.muted {
  margin-right: 10px;
  color: #222222;
  line-height: 22px;
}
.TzTag .media span.muted:last-of-type::after,
.TzUser .media span.muted:last-of-type::after {
  content: none;
}
.TzTag .media span.muted:after,
.TzUser .media span.muted:after {
  content: "|";
  font-style: italic;
  margin-left: 3px;
  margin-right: 5px;
  position: relative;
  color: #dedede;
}
.TzTag .media span.muted span,
.TzUser .media span.muted span,
.TzTag .media span.muted a,
.TzUser .media span.muted a {
  color: #e5ae49;
}
.TzTag .AuthorAvatar img,
.TzUser .AuthorAvatar img {
  width: 150px;
  max-width: none;
}
.TzTag .TzLeading,
.TzUser .TzLeading {
  background: #ffffff;
}
.TzTag .TzLeading .TzTagMedia,
.TzUser .TzLeading .TzTagMedia,
.TzTag .TzLeading .TzUserMedia,
.TzUser .TzLeading .TzUserMedia {
  margin: 0;
}
.TzTag .TzLeading .tz_content,
.TzUser .TzLeading .tz_content {
  padding: 48px 30px 45px;
}
.TzTag .TzLeading .tz_content .TzBlogTitle,
.TzUser .TzLeading .tz_content .TzBlogTitle {
  margin: 0 0 17px 0;
}
.TzTag .TzLeading .TzDescription,
.TzUser .TzLeading .TzDescription {
  margin-bottom: 25px;
}
.TzTag .TzLeading .TzReadmore,
.TzUser .TzLeading .TzReadmore {
  background: #e5ae49;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  line-height: 25px;
  padding: 8px 27px;
  text-decoration: none;
}
.TzTag .TzArticleBlogInfo,
.TzUser .TzArticleBlogInfo {
  margin: 0 0 22px 0;
}
.TzTag .TzArticleBlogInfo.muted > *,
.TzUser .TzArticleBlogInfo.muted > * {
  color: #b5b5b5;
  font-style: italic;
}
.TzTag .TzArticleBlogInfo.muted > * *,
.TzUser .TzArticleBlogInfo.muted > * * {
  color: #b5b5b5;
}
.TzTag .TzArticleBlogInfo.muted > *:last-child::after,
.TzUser .TzArticleBlogInfo.muted > *:last-child::after {
  content: none;
}
.TzTag .TzArticleBlogInfo.muted > *:after,
.TzUser .TzArticleBlogInfo.muted > *:after {
  content: "|";
  font-style: italic;
  margin-left: 3px;
  margin-right: 5px;
  position: relative;
  color: #dedede;
}
.com_tz_portfolio_plus.view-date .text-info.date {
  color: #e5ae49;
  border-bottom: 1px solid #e5ae49;
}
.com_tz_portfolio_plus.view-date .TzItem {
  background: #ffffff;
}
.com_tz_portfolio_plus.view-date .TzItem .TzBlogMedia {
  margin: 0;
}
.com_tz_portfolio_plus.view-date .TzItem .tz_content {
  padding: 48px 30px 45px;
}
.com_tz_portfolio_plus.view-date .TzItem .TzBlogTitle {
  margin: 0 0 17px;
}
.com_tz_portfolio_plus.view-date .TzDescription {
  margin-bottom: 25px;
}
.com_tz_portfolio_plus.view-date .TzReadmore {
  background: #e5ae49;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  line-height: 25px;
  padding: 8px 27px;
  text-decoration: none;
}
.com_tz_portfolio_plus.view-date .TzArticleBlogInfo {
  margin: 0 0 22px 0;
}
.com_tz_portfolio_plus.view-date .TzArticleBlogInfo.muted > * {
  color: #b5b5b5;
  font-style: italic;
}
.com_tz_portfolio_plus.view-date .TzArticleBlogInfo.muted > * * {
  color: #b5b5b5;
}
.com_tz_portfolio_plus.view-date .TzArticleBlogInfo.muted > *:last-child::after {
  content: none;
}
.com_tz_portfolio_plus.view-date .TzArticleBlogInfo.muted > *:after {
  content: "|";
  font-style: italic;
  margin-left: 3px;
  margin-right: 5px;
  position: relative;
  color: #dedede;
}
.TzItemPage .button_close_lightbox {
  display: none;
}
.TzItemPage .TzArticleTitle {
  color: #e5ae49;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 48px 0 44px;
  text-align: center;
  text-transform: uppercase;
}
.TzItemPage .tz-label {
  min-width: 100px;
  color: #666;
}
.TzItemPage .tz-value {
  color: #e5ae49;
}
.TzItemPage .tz-value * {
  color: #e5ae49;
}
.TzItemPage .tz-value a:hover {
  color: #222222;
}
.TzItemPage span.muted {
  margin-right: 10px;
  color: #666;
  line-height: 22px;
}
.TzItemPage span.muted:last-of-type::after {
  content: none;
}
.TzItemPage span.muted:after {
  content: "|";
  font-style: italic;
  margin-left: 3px;
  margin-right: 5px;
  position: relative;
  color: #dedede;
}
.TzItemPage span.muted span,
.TzItemPage span.muted a {
  color: #e5ae49;
}
.TzItemPage .AuthorDescription {
  color: #666;
}
.TzItemPage .AuthorAvatar img {
  max-width: none;
  width: 150px;
}
.tzCountdowntitle {
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 34px;
  padding: 0;
  text-transform: uppercase;
}
.tzCountdowndes {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
}
.tzUnder_Construction_top {
  display: block;
  position: relative;
}
.tzUnder_Construction_top:before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tzUnder_Construction_top > * {
  z-index: 1;
}
.tzUnder_Construction_top .tzcountdown {
  padding-top: 120px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tzUnder_Construction_top .tzlogo {
  top: 0;
  left: 50%;
  position: absolute;
  padding: 72px 15px 25px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.countdown:after {
  clear: both;
  display: block;
  content: '';
}
.countdown .tzcountdownitem {
  float: left;
}
.countdown .tzcountdownitem span {
  color: #ffffff;
  display: block;
  font-family: "Ubuntu", sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 65px;
  padding: 14px 0 12px;
  text-align: center;
}
.countdown .tzcountdownitem p {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.countdown .tzdivide {
  background: #e5ae49 none repeat scroll 0 0;
  display: block;
  float: left;
  height: 25px;
  margin: 52px 22px;
  width: 1px;
}
.tzbutton {
  margin-top: 75px;
}
.tzbutton a.tzbtn {
  background: #e5ae49 none repeat scroll 0 0;
  border: 2px solid #e5ae49;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 20px 0;
  padding: 10px 27px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}
.tzbutton a.tzbtn:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.tzbutton a.tzbtn.tzbtn-left {
  margin-right: 20px;
}
.tzbutton a.tzbtn.tzbtn-right {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #ffffff;
}
.tzbutton a.tzbtn.tzbtn-right:hover {
  background: #e5ae49 none repeat scroll 0 0;
  border: 2px solid #e5ae49;
}
.tzUnder_Construction_left,
.tzUnder_Construction_right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.tzUnder_Construction_right img {
  width: 100%;
}
.tzUnder_Construction_About_title {
  color: #252525;
  font-size: 25px;
  text-transform: uppercase;
}
.tzUnder_Construction_About_title em {
  color: #e5ae49;
  font-style: normal;
}
.tzUnder_Construction_Notify_title {
  color: #db4437;
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  text-transform: uppercase;
}
#mc-embedded-subscribe-form_footer {
  width: 50%;
  margin-top: 30px;
}
#mc-embedded-subscribe-form_footer #mce-EMAIL_footer {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dcdcdc;
  font-size: 14px;
  line-height: normal;
  padding: 12px 10px;
  width: 100%;
}
.block_padding {
  padding: 0 105px;
}
.rev_slider_wrapper .tparrows.preview1:hover:after {
  background: #e5ae49;
  color: #000;
}
.rev_slider_wrapper .tparrows.preview1:after {
  font-family: FontAwesome;
}
.rev_slider_wrapper .tp-leftarrow.preview1::after {
  content: '\f053';
}
.rev_slider_wrapper .tp-rightarrow.preview1::after {
  content: '\f054';
}
.hikashop_products ul.thumbnails {
  margin: 0;
}
.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 {
  padding: 0;
  margin: 0;
  border-radius: 0 !important;
  border-color: rgba(229, 174, 73, 0.2);
  position: relative;
  z-index: 1;
}
.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:hover:after {
  border-width: 5px;
  border-color: rgba(229, 174, 73, 0.5);
  background: rgba(229, 174, 73, 0.1);
  z-index: 1;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 solid rgba(229, 174, 73, 0.2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  z-index: 0;
}
.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 .tz_shop_item_info {
  padding: 36px 0 30px;
}
.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;
  -moz-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: #e5ae49;
  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: 8px;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_price_before_discount,
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_price {
  font-size: 18px;
  font-weight: 400;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_price_before_discount {
  color: #b5b5b5;
  text-decoration: line-through;
}
.hikashop_products_listing .hikashop_product.img_title .hikashop_subcontainer .hikashop_product_price {
  color: #e5ae49;
}
.hikashop_products_listing .hikashop_product.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 .hikashop_product.img_title .hikashop_subcontainer:hover .view_detail {
  bottom: 0;
}
.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: #222222;
  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: #222222;
  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: #e5ae49;
}
.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_list .tooltip {
  display: none !important;
}
.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,
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_image {
  display: table-cell;
  vertical-align: top;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_image {
  max-width: 260px;
}
.hikashop_products_listing.layout_list .hikashop_product .tz_shop_item_info {
  width: 70%;
  text-align: left;
  padding: 0 0 0 20px !important;
}
.hikashop_products_listing.layout_list .hikashop_product .hk-rating {
  margin: 0 !important;
}
.hikashop_products_listing.layout_list .hikashop_product .state-empty,
.hikashop_products_listing.layout_list .hikashop_product .state-full {
  font-size: 14px;
  padding: 0;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_price_full {
  margin-top: 5px;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_desc {
  margin-top: 17px;
}
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_price_before_discount,
.hikashop_products_listing.layout_list .hikashop_product .hikashop_product_price {
  font-size: 15px !important;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing {
  position: relative !important;
  top: auto;
  margin: 23px 0 7px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: auto;
  height: auto;
  border-radius: 20px;
  padding: 7px 21px 9px;
  letter-spacing: 0.5px;
  background: #c7c7c7;
  border-color: #c7c7c7;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}
.hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button:hover {
  background: #e5ae49;
  border-color: #e5ae49;
}
.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 .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 .img_title .add_to_cart_listing {
  position: absolute !important;
  top: 50%;
  margin-top: -25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.hikashop_products_listing .img_title .add_to_cart_listing .hikashop_cart_button {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5ae49;
  background: #e5ae49;
  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 0.3s;
  -moz-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;
}
.hikashop_products_listing .img_title .add_to_cart_listing .hikashop_cart_button i {
  color: #ffffff;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.hikashop_products_listing .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_top {
  display: none;
}
.hikashop_products_listing_main .hikashop_filter_main {
  display: block;
  float: none !important;
  width: 100% !important;
}
.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: #e5ae49;
}
.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: 20px;
  float: left;
  padding-right: 4px;
  cursor: pointer;
}
.hika_comment_listing_empty_stars:before,
.state-empty:before {
  content: "\f006";
}
.hika_comment_listing_empty_stars,
.hika_comment_listing_full_stars,
.state-full,
.state-empty {
  font-family: FontAwesome;
  color: #e5ae49 !important;
}
.hika_comment_listing_full_stars:before,
.state-full:before,
.state-full.state-hover:before {
  color: #e5ae49 !important;
  content: "\f005";
}
/* Product Detail */
.hikashop_product_page .hikashop_child_image {
  display: block;
  margin: auto;
}
.hikashop_product_page .hikashop_submodules h2 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hikashop_product_page .hikashop_product_name_main h1 {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 8px;
  text-decoration: none;
  text-transform: uppercase;
}
.hikashop_product_page .state-empty,
.hikashop_product_page .state-full {
  font-size: 14px;
}
.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: 39px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_full {
  color: #e5ae49;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 27px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_price_full .hikashop_product_price_before_discount {
  color: #b5b5b5;
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 10px;
}
.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: 10px;
}
.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 {
  display: none;
}
.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;
  font-weight: 400;
  line-height: 24px;
  padding: 7px 20px;
  margin: 0 5px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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_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: #e5ae49;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_stock_count {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ff0000;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics {
  margin: 0 0 30px 0;
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics tr td:first-child {
  padding-right: 10px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics .chzn-container.chzn-container-active.chzn-with-drop .chzn-single > div > b {
  background-position: -18px 8px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics .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_product_page #hikashop_product_right_part .hikashop_product_characteristics .chzn-container .chzn-single span {
  margin: 0;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics .chzn-container .chzn-single > div {
  width: 15px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics .chzn-container .chzn-single > div > b {
  background-position: 0 8px;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_characteristics .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: #e5ae49;
}
.hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_main {
  border-bottom: 1px solid #ededed;
  padding-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 .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 .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_bottom_part.show_tabular {
  border-bottom: 2px solid rgba(229, 174, 73, 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 0 -1px;
  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;
}
.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;
  border-bottom-color: #ffffff;
  z-index: 2;
  color: #e5ae49;
}
.hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li a {
  cursor: pointer;
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 13px 29px;
  line-height: 24px;
  font-weight: 500;
  border-width: 3px 1px 0;
  border-style: solid;
  border-color: #e5ae49 rgba(229, 174, 73, 0.2) transparent rgba(229, 174, 73, 0.2);
  background: #e5ae49;
  letter-spacing: 0.5px;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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_content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid rgba(229, 174, 73, 0.2);
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 24px 28px 13px;
}
.hikashop_product_page #hikashop_comment_form .hikashop_listing_comment {
  color: #222222;
  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 10px;
  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;
  -moz-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: #e5ae49;
}
.hikashop_product_page #hikashop_comment_form .hika_comment_listing {
  padding: 10px 15px;
}
.hikashop_product_page #hikashop_comment_form .hika_vote_listing_username {
  color: #222222;
  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: #222222;
  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;
}
.hikashop_product_page .lSPager li:hover,
.hikashop_product_page .lSPager li.active {
  border: 1px solid rgba(229, 174, 73, 0.5);
}
/* Cart */
#hikashop_cart_listing .hikashop_showcart_infos {
  margin-top: 30px;
}
#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: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  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 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.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: #222222;
  font-family: "Montserrat", sans-serif;
  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: #e5ae49;
}
#hikashop_cart_listing .hikashop_showcart_infos td .hikashop_no_print,
#hikashop_cart_listing .hikashop_cart_products td .hikashop_no_print {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  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: #e5ae49;
  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 {
  background: #222222;
  border: medium none;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-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;
  width: auto;
  display: inline-block;
}
#hikashop_cart_listing .hikashop_cart_button:hover {
  background: #e5ae49;
}
/*Check Out*/
.hikashop_checkout_page .hikashop_checkout_cart th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #212121;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 20px;
  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: #222222;
}
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_subtotal_value,
.hikashop_checkout_page .hikashop_checkout_cart td.hikashop_cart_total_value {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_checkout_cart_final_total {
  color: #e5ae49;
}
.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: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.hikashop_checkout_page .hikashop_checkout_cart td.total_price .hikashop_product_price {
  color: #e5ae49;
}
.hikashop_checkout_page .hikashop_checkout_cart td .hikashop_no_print {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
.hikashop_checkout_page .hikashop_checkout_cart td.hika_show_cart_total_price {
  color: #e5ae49;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}
.hikashop_checkout_page h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.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: #222222;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding: 13px 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: 10px 15px;
  width: 95%;
}
.hikashop_checkout_page .chzn-container {
  width: 95% !important;
}
.hikashop_checkout_page .chzn-container .chzn-single {
  background: #ffffff;
  border-radius: 2px;
  color: #666;
  font-weight: 300;
  line-height: 24px !important;
  padding: 10px 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  height: auto;
}
.hikashop_checkout_page .chzn-container .chzn-single div b {
  background-position: 0 12px;
}
.hikashop_checkout_page .chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 12px;
}
.hikashop_checkout_page #hikashop_checkout_coupon {
  padding: 30px 0;
}
.hikashop_checkout_page #hikashop_checkout_coupon input {
  border: 1px solid #dadada;
  border-radius: 2px;
  color: #666;
  font-weight: 300;
  line-height: 24px !important;
  margin-right: 10px;
  padding: 10px 15px;
}
.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: 45px 70px;
  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: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  padding: 13px 0;
}
.hikashop_wizardbar ul {
  margin-bottom: 30px;
}
.hikashop_wizardbar ul li {
  display: inline-block;
  padding: 10px;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current {
  color: #e5ae49;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current .badge {
  background: #e5ae49;
}
.hikashop_wizardbar ul li:last-child:after {
  content: none;
}
.hikashop_wizardbar ul li:after {
  content: '\f178';
  font-family: FontAwesome;
  margin-left: 10px;
}
#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: 13px;
}
#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;
}
@media (max-width: 1199px) {
  .flickr li a {
    width: 62px;
    height: 62px;
  }
  .plazart-megamenu .mega .mega-dropdown-menu {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .header3 .top-bar .tz-module,
  .header2 .top-bar .tz-module {
    float: none !important;
    display: inline-block;
  }
  .header3 .top-bar .tz-module:after,
  .header2 .top-bar .tz-module:after {
    clear: both;
    display: block;
    content: '';
  }
  .header3 .top-bar .container > .row > div,
  .header2 .top-bar .container > .row > div {
    text-align: center;
  }
  .header3 .tz-headerRight,
  .header2 .tz-headerRight {
    float: none !important;
    display: block;
    text-align: center;
  }
  .header3 .tz-headerRight:after,
  .header2 .tz-headerRight:after {
    content: '';
    display: block;
    clear: both;
  }
  .header3 .tz-headerRight .tzheader_social,
  .header2 .tz-headerRight .tzheader_social {
    display: inline-block;
  }
  .header3 .tz-headerRight .tzheader_social li:first-child,
  .header2 .tz-headerRight .tzheader_social li:first-child {
    padding-left: 0;
  }
  .hikashop_product_page .lightSlider li img {
    display: block;
    margin: auto;
  }
  .single_article {
    padding: 0;
  }
  .single_article .tz_info {
    padding-right: 15px;
    padding-top: 30px;
  }
  .single_article .tz_image {
    margin: auto;
    display: inline-block;
  }
  .single_article .tz_media {
    text-align: center;
  }
  .single_article .tz-plazart-list li {
    width: 100% !important;
  }
  .tz-testimonial-style3 .item-testimonial {
    padding: 0;
  }
  .header-menu #plazart-mainnav .navbar-header > .btn-navbar {
    display: block;
  }
  .header-menu #plazart-mainnav .navbar-header > .btn-navbar i {
    font-size: 17px;
    color: #bebebe;
  }
  .header1 > .header-menu .plazart-megamenu > ul > li > a {
    color: #222222;
  }
  .header-menu .plazart-mainnav .nav-collapse {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffffff;
    max-height: 480px;
    border-top: 3px solid #222222;
    z-index: 99999;
  }
  .header-menu .plazart-megamenu .mega-col-nav {
    padding: 0 !important;
  }
  .header-menu .plazart-megamenu > ul {
    float: none;
    margin: 0;
  }
  .header-menu .plazart-megamenu > ul > li > a {
    padding: 8px 15px !important;
    line-height: 24px;
    border-bottom: 1px solid #ededed !important;
  }
  .header-menu .dropdown-menu {
    border: none !important;
  }
  .header-menu .custom_animated .plazart-megamenu .dropdown.open > .dropdown-menu {
    display: block;
  }
  .header-menu .custom_animated .plazart-megamenu .dropdown .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  .header-menu .custom_animated .plazart-megamenu .dropdown .dropdown-menu li > a {
    padding: 8px 15px !important;
    cursor: pointer;
  }
  .header-menu .custom_animated .plazart-megamenu .dropdown .dropdown-menu.col-xs-12 .mega-col-nav li > a.mega-group-title {
    padding: 8px 15px !important;
  }
  .header-menu .custom_animated .plazart-megamenu .dropdown .dropdown-menu.col-xs-12 .mega-dropdown-inner {
    padding: 0;
  }
  #hikashop_cart_listing .hikashop_showcart_infos td,
  #hikashop_cart_listing .hikashop_cart_products td {
    padding: 20px 8px;
  }
  #hikashop_cart_listing .hikashop_showcart_infos th,
  #hikashop_cart_listing .hikashop_cart_products th {
    font-size: 14px;
    padding: 10px 15px;
  }
  .hikashop_user_registration_page {
    margin-bottom: 30px;
  }
  .tab-style-2 ul li a {
    width: 155px;
    height: 155px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tz_grid.col-1,
  .tz_grid.col-2 {
    width: 33.33%;
  }
  .tz_grid.row-1.col-2 {
    width: 66.67%;
  }
  .tz_blog .tz_content {
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
  .tz_grid.col-2.row-2 .tz_content > * {
    display: block;
    margin-bottom: 15px;
  }
  .tz_grid.col-2.row-2 .tz_content > *:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .tz_blog .tz_content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 30px 20px;
    background: #fafafa;
  }
  .tz_blog .tz_content * {
    color: #666;
  }
  .tz_blog .tz_content > * {
    display: block;
    margin-bottom: 13px;
  }
  .tz_blog .tz_content > *:after {
    content: none !important;
  }
  .tz_blog_item.tz_grid {
    height: auto !important;
  }
  .tab-style-2 ul li {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    border-color: #222222;
  }
  .tab-style-2 ul li.open,
  .tab-style-2 ul li.active {
    border-color: #e5ae49;
  }
  .tab-style-2 ul li.open a .tab_span,
  .tab-style-2 ul li.active a .tab_span {
    color: #e5ae49;
  }
  .tab-style-2 ul li a {
    display: block;
    width: auto;
    height: auto;
    background: #ffffff !important;
  }
  .tab-style-2 ul li a:after,
  .tab-style-2 ul li a:before {
    content: none;
  }
  .tab-style-2 ul li a .tab_span {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #222222;
  }
  .mod-languages .tz_language {
    padding: 14px 14px 14px 0;
  }
  .tzheader_line {
    padding: 0 10px;
  }
  .tzheader_social {
    text-align: center;
  }
  .tzheader_social li {
    padding-left: 23px;
    display: inline-block;
    float: none;
  }
  .tz_desc_for_title_mod {
    padding-left: 0;
    padding-right: 0;
  }
  .tz-module.module.style1 .module-title {
    font-size: 34px;
  }
  .tz-testimonials {
    padding: 0;
    position: relative;
    bottom: 0;
  }
  .hikashop_products_listing.layout_list .hikashop_product .tz_shop_item_info,
  .hikashop_products_listing.layout_list .hikashop_product .hikashop_product_image {
    display: block;
    width: 100%;
    max-width: none;
  }
  .filter.pull-left {
    float: none !important;
    text-align: center;
  }
  .hikashop_products_listing_main .tz_top .hikashop_results_counter {
    margin: 20px 0 0;
    text-align: center;
    float: none !important;
    display: block;
  }
  .hikashop_products_listing_main .tz_top .view_list {
    margin: 20px 0 0;
    text-align: center;
    float: none !important;
  }
  .k2SearchBlock .tz_icon_search,
  .hikashop_cart_module .tz_icon_cart {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header-menu #plazart-mainnav .navbar-header > .btn-navbar {
    padding: 30px 15px 30px 0;
  }
  .header-menu .is-logo-sl {
    padding: 28px 0;
  }
  .hikashop_cart_module .hikashop_cart {
    min-width: 320px;
  }
  .tz_features .tz_feature {
    padding: 30px;
  }
  .tz_service_grid .tz_image img {
    height: 100%;
  }
  .contact {
    padding: 30px 15px;
  }
  #hikashop_cart_listing .hikashop_showcart_infos th tr,
  #hikashop_cart_listing .hikashop_cart_products tr,
  #hikashop_cart_listing .hikashop_showcart_infos th td,
  #hikashop_cart_listing .hikashop_cart_products td,
  #hikashop_cart_listing .hikashop_showcart_infos th th,
  #hikashop_cart_listing .hikashop_cart_products th {
    display: block;
    text-align: center !important;
  }
  #hikashop_cart_listing .hikashop_showcart_infos th th,
  #hikashop_cart_listing .hikashop_cart_products th {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #hikashop_cart_listing .hikashop_showcart_infos th th.hikashop_cart_image_title,
  #hikashop_cart_listing .hikashop_cart_products th.hikashop_cart_image_title,
  #hikashop_cart_listing .hikashop_showcart_infos th th.hikashop_cart_delete_title,
  #hikashop_cart_listing .hikashop_cart_products th.hikashop_cart_delete_title {
    padding: 0;
  }
  #hikashop_cart_listing .hikashop_showcart_infos th th,
  #hikashop_cart_listing .hikashop_cart_products th,
  #hikashop_cart_listing .hikashop_showcart_infos th td,
  #hikashop_cart_listing .hikashop_cart_products td {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  #hikashop_cart_listing .hikashop_showcart_infos th th:last-child,
  #hikashop_cart_listing .hikashop_cart_products th:last-child,
  #hikashop_cart_listing .hikashop_showcart_infos th td:last-child,
  #hikashop_cart_listing .hikashop_cart_products td:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #hikashop_cart_listing .hikashop_showcart_infos th tr.hikashop_show_cart,
  #hikashop_cart_listing .hikashop_cart_products tr.hikashop_show_cart {
    padding: 15px 0;
  }
  #hikashop_cart_listing .hikashop_cart_button {
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .hikashop_products_listing.layout_list .hikashop_product .add_to_cart_listing .hikashop_cart_button {
    margin-bottom: 10px;
  }
  .header1 > .header-menu {
    padding: 0;
  }
  .tab-style .nav-tabs li a {
    padding: 10px 40px;
    margin: 0;
  }
  .tab-style .nav-tabs li a:after {
    display: block;
    position: relative;
    right: 0;
    padding: 20px 0 0;
  }
  .tz-testimonial .item-testimonial {
    padding: 0;
  }
  .tz_blog_item.tz_grid {
    display: block;
    width: 100% !important;
  }
  .custom_text_top_footer > p {
    margin-bottom: 20px;
  }
  .custom_text_top_footer .desc {
    font-size: 30px;
  }
  .k2_rooms .owl-item.center {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .tzFooterSocial,
  .tzCopyright {
    text-align: center;
    display: block;
    float: none !important;
  }
  .tzFooterSocial ul li,
  .tzCopyright ul li {
    display: inline-block;
    float: none !important;
  }
  .tzCopyright {
    padding-bottom: 15px;
  }
  .tzFooterSocial.style-2 {
    padding-top: 15px;
  }
  .tz-testimonial-style2 .tz_testimonial_desc {
    padding: 0 15px;
  }
  .hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div {
    display: block;
    margin-bottom: 10px;
  }
  .hikashop_product_page #hikashop_product_right_part .hikashop_add_wishlist,
  .hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div.hikashop_product_quantity_add_to_cart_div {
    display: inline-block;
    margin-bottom: 10px;
  }
  .hikashop_product_page #hikashop_product_right_part .hikashop_product_quantity_div input {
    width: 100% !important;
  }
  .hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_ul li a {
    padding: 10px;
  }
  .hikashop_product_page .hikashop_product_bottom_part.show_tabular .hikashop_tabs_content {
    padding: 20px;
  }
  .hikashop_product_page #hikashop_comment_form .hika_comment_listing {
    padding: 10px 0;
  }
}
/*# sourceMappingURL=template.css.map */

/*update 1.2*/
#hikashop_notice_box_message p{
  color: #000000;
}
#hikashop_notice_box_message .alert{
  margin: 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
  margin-left: 0;
}
.form-horizontal .control-label{
  text-align:  left;
}
#k2Container.itemView .itemComments .itemCommentsForm #comment-form textarea, #k2Container.itemView .itemComments .itemCommentsForm #comment-form input{
  padding: 5px 10px;
}
.newsletter-footer .mc-field-group::after{
  height: 100%;
}

/*update 1.3*/
.hikashop_wizardbar{
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hikashop_wizardbar ul {
  margin-bottom: 0;
  float: left;
  display: inline-block;
}
.hikashop_wizardbar ul li .hikashop_chevron{
  display: none;
}
.hikashop_wizardbar ul li.hikashop_cart_step_current{
  background: transparent;
}
.hikashop_wizardbar ul li{
  background: transparent;
}
.hikashop_wizardbar ul li .badge {

  margin: 0 3px;
}
.hikashop_wizardbar ul {
  margin-bottom: 30px;
}
.hikashop_product_quantity_change_div_regrouped .hikashop_product_quantity_change_div_plus_regrouped,.hikashop_product_quantity_change_div_regrouped{
  display: inline-block;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;

}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 15px;
}
.hikashop_product_quantity_div.hikashop_product_quantity_input_div_none{
  display: inline-block;
}
#hikashop_show_cart_form .hika_options{
  border-top: 1px solid rgba(128, 128, 128,0.5);
  border-bottom: 1px solid rgba(128, 128, 128,0.5);
  padding: 20px 0;
}
dl.hika_options > dd {

  text-align: right;
}

.control-group.hikashop_registration_required_info_line{
  padding: 15px 0;
}
.hikashop_field_required{
  position: absolute;
  top: 10px;
  right: 25px;
}
div.tparrows.preview1{
  background: transparent;
}
.hikashop_wizardbar ul li {

  padding: 0 10px;
}

#mc-embedded-subscribe-form_footer {

   margin-top: 0;
}
.contact-icon {
  padding-left: 20px;
  padding-right: 0;
}
.dot_4 .tp-bullets.preview1 .bullet{
  width: 40px !important;
  height: 1px !important;
  background: #fff !important;
  padding: 0;
  border: 0 !important;
}

.dot_4 .tp-bullets.preview1 .bullet.selected{
  width: 40px !important;
  height: 1px !important;
  background: #e5ae49 !important;
  padding: 0;
  border: 0 !important;
}

.dot_4 .tp-bullets.preview1 .bullet:hover{
  width: 40px !important;
  height: 4px !important;
  background: #e5ae49 !important;
  padding: 0;
  border: 0 !important;
}
.dot_4 .tp-bullets.preview1:hover .bullet{
  width: 40px !important;
  height: 4px !important;
  padding: 0;
  border: 0 !important;
}
.tzQuote_Info_Box{
  position: relative;
  display: inline-block;
  padding: 0 15px;

}
.tzQuote_Info_Box:before{
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(238, 238, 238, 0.5);
  position: absolute;
  top: 50%;
  left: 100%;
}
.tzQuote_Info_Box:after{
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(238, 238, 238, 0.5);
  position: absolute;
  top: 50%;
  right: 100%;
}
.tzQuote_Info_Box .tzQuote_Name{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tzQuote_Content {
  font-family: 'Noticia Text', serif;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;

  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height: 36px;
  max-width: 960px;
  margin: 14px auto;
}
.tz-custom-link a {
  display: block;
  background: #333333;
  padding: 23px 0 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.tz-custom-link {
  text-align: center;
}
.tz-custom-link a:hover {
  color: #e5ae49;
}
.display-flex{
  display: flex;
  flex-direction: row;
  align-content: stretch;
  width: 100%;

}
.tz-contact-address-h4{
  text-align: center;
}
.tz-contact-address-h4 .tz-table-cell,.tz-contact-address-h4 .contact-icon,.tz-contact-address-h4 .contact-content{
  display: block;
}

.pt-70{
  padding-top: 70px;
}

.pt-140{
  padding-top: 140px;
}
.contact-info{
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #e1e1e1;
  line-height: 26px;
  letter-spacing: 1.5px;
}
.TzContact.home4 .page-header h2{
  color: #ffffff;
  text-align: center;
}
.TzContact.home4 .contact-content p{
  color: #ffffff;
}
.TzContact.home4 #contact-form{
  color: #fff;
  padding-top: 50px;
}
.TzContact.home4 .contact-image {
  height: 80px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TzContact.home4 .contact-image img {
  max-height: 100%;
}
.tz-home4Eff {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  position: relative !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 9999999999;
}
.tz-home4Eff {
  -moz-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2);
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 999999;
}
div.mod-languages ul.lang-block li{
  direction: ltr;
}
@media (max-width: 787px) {
  .pt-70{
    padding-top: 70px;
  }

}
.clr{
  height: auto;
}
#hikashop_address_form select,#hikashop_address_form input{
  color:  #000;
}