/**
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2013 TemPlaza.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       TemPlaza
 * @Link:         http://templaza.com
 *------------------------------------------------------------------------------
 */
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.drop-ie-gradient {
  filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
}
.dropdown-arrow-inverse {
  border-bottom-color: #666666 !important;
  border-top-color: #666666 !important;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'icomoon';
  src: url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.eot?-b1fdqe');
  src: url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.eot?#iefix-b1fdqe') format('embedded-opentype'), url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.woff?-b1fdqe') format('woff'), url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/icomoon.ttf?-b1fdqe') format('truetype'), url('../../../../../plugins/system/plazart/admin/fonts/icomoon/fonts/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";
}
.tz-header {
  background: #333;
  padding: 2px 0 4px;
  position: relative;
}
.tz-header #tz-logo-area {
  margin: 18px 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;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header #tz-logo-area a {
  display: block;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav:after {
  display: table;
  content: '';
  clear: both;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav > li {
  float: left;
  position: relative;
  display: block;
  padding: 18px 10px;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li.active a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transform: scale(0);
  -moz-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;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li:hover a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-search {
  background: none;
  border: none;
  display: block;
  margin-left: 20px;
}
.tz-search i {
  color: #fff;
  font-size: 14px;
  line-height: 65px;
}
.tz-form-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: none repeat scroll 0 0 #fff;
  z-index: 9999;
  display: none;
}
.tz-form-search .container {
  height: 100%;
}
.tz-form-search form {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.tz-form-search input#mod-search-searchword {
  border: 0 none;
  color: #222;
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  line-height: 30px;
  margin: 0;
  padding: 5px 25px;
  width: 100%;
}
.tz-form-search .fa {
  font-size: 20px;
  margin-top: -11px;
  position: absolute;
  right: 0;
  top: 50%;
  color: #333333;
  cursor: pointer;
}
.tz-shop-cart {
  display: block;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  margin-left: 50px;
  text-decoration: none !important;
}
.tz-shop-cart i {
  padding-right: 5px;
}
#tz-search div {
  height: 100%;
}
/*--------------
* Mega Menu
----------------*/
.tz-header ul.navbar-nav > li:hover .nav-child {
  display: block;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child {
  background: #222;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  float: none;
  list-style: none outside none;
  min-width: 250px;
  margin: 0;
  padding: 0;
  left: 25px;
  -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;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child div.nav-child {
  left: 100%;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #2A3131;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li .mega-menu-style2 ul li {
  border: 0;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li .mega-menu-style2 ul {
  padding: 13px 0 22px;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li .mega-menu-style2 ul li a {
  padding: 0 21px;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li .mega-menu-style3 ul li {
  border: 0;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav li .mega-menu-style3 ul {
  padding: 13px 0 22px;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li:first-child {
  border-top: 0;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li {
  position: relative;
  border-top: 1px solid #333;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li:hover {
  background: #CD0207;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li:hover a {
  color: #fff;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li i {
  padding-right: 10px;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li a:after {
  display: none;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li a {
  color: #fff;
  display: block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 40.6px;
  margin: 0;
  padding: 0 32px;
  position: relative;
  text-decoration: none;
  text-transform: none;
  text-align: left;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li a:hover {
  background: transparent;
}
/*---muti mega-----*/
header .plazart-megamenu.animate.elastic .level0 > .mega.mega-align-center > .mega-dropdown-menu {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .plazart-megamenu .mega-dropdown-inner .mega-col-nav .mega-inner {
  border: none;
}
header .plazart-megamenu.animate.elastic .mega.open > .mega-dropdown-menu > div {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
header .plazart-megamenu.animate.elastic .mega > .mega-dropdown-menu > div {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 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;
  transform-origin: 10% 0 0;
  -moz-transform-origin: 10% 0 0;
  -webkit-transform-origin: 10% 0 0;
  -ms-transform-origin: 10% 0 0;
  -o-transform-origin: 10% 0 0;
}
header .mega-dropdown-inner .row {
  padding: 0;
  margin: 0;
}
header .mega-col-nav:first-child {
  border-left: 0;
}
header .mega-col-nav {
  padding: 0;
  border-left: 1px solid #333;
}
#plazart-mainnav .plazart-megamenu #tz-top_search {
  float: right;
  padding: 0;
  width: auto;
}
#plazart-mainnav .plazart-megamenu #tz-top_search > .tz-module {
  display: inline-block;
  vertical-align: middle;
}
#plazart-mainnav .plazart-megamenu > ul.nav {
  float: right;
}
#plazart-mainnav .plazart-megamenu .mega-inner {
  padding: 0;
}
.hikashop_cart_module {
  padding-left: 20px;
}
.hikashop_cart_module i {
  color: #FFF;
  font-size: 14px;
  padding-right: 5px;
}
.hikashop_cart_module .hikashop_product_price {
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.tz-header3 .hikashop_cart_module .hikashop_product_price,
.tz-header3 .hikashop_cart_module i {
  color: #000;
}
.module-inner #hikashop_cart span.hikashop_product_price {
  font-size: 14px;
}
header.tz-header2 {
  position: fixed;
  background: none;
  top: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  z-index: 999999;
}
body header.tz-header-animation {
  top: 0;
  background: rgba(42, 49, 49, 0.9);
  padding: 0;
}
body header.tz-header-animation #tz-logo-area {
/*  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);*/
  -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;
}
body header.tz-header-animation #tz-logo-area a {
  display: block;
}
body .tz-header3 {
  background: none repeat scroll 0 0 #fff;
  padding: 25px 0 24px;
}
body .tz-header3 #tz-search i {
  color: #000;
}
body .tz-header3 #plazart-mainnav .btn-navbar i {
  color: #000;
}
.tz-header.tz-header3 #plazart-mainnav .plazart-megamenu ul.navbar-nav a {
  color: #000;
}
.tz-header3 .tz-search i {
  color: #000;
}
.tz-header4.tz-header2 {
  position: fixed !important;
  top: 20px !important;
}
.tz-header4.tz-header-animation {
  top: 0 !important;
}
.tz-header4 .navbar-header button.btn.btn-navbar.navbar-toggle {
  padding-top: 17px;
}
.tz-header4 #tz-top_search {
  padding-top: 10px;
}
.tz-header4 #plazart-mainnav.navbar {
  margin-bottom: 0;
}
body .tz-header4 {
  position: fixed;
  background: none;
  top: 20px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  z-index: 999999;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tz-header4 .tz-logo {
  text-align: center;
}
.tz-header4 .tz-logo {
  margin: 11px 0;
}
.tz-header4 i.fa-search {
  color: #fff;
  font-size: 15px;
  line-height: 48px;
  padding-top: 2px;
}
#plazart-mainnav .btn-navbar i {
  color: #FFF;
  font-size: 20px;
}
/*----------tz-header5------*/
body .tz-header5 {
  background: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 9999;
  -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;
}
body .tz-header5 #header {
  background: #FFF;
}
.tz-header.tz-header5 #plazart-mainnav .plazart-megamenu ul.navbar-nav a {
  color: #111;
}
.tz-header5 #plazart-mainnav {
  margin: 3px 0 0 0;
}
.tz-header5 .tz-search {
  margin-top: 5px;
}
.tz-header5 #tzlogo {
  padding-left: 15px;
}
.tz-header5 .tz-search i {
  line-height: 53px;
  color: #111111;
}
.tz-header5 .tz-logo {
  margin: 16px 0;
}
.tz-header5 .tz-header5-content {
  background: #fff;
  padding: 0 30px;
}
.tz-header5 .tz-header5-content:after {
  clear: both;
  display: table;
  content: '';
}
.tz-header .tz-header5-content ul.navbar-nav li a {
  color: #111111;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.tz-header .tz-header5-content .tz-search {
  padding-top: 5px;
}
.plazart-megamenu ul.nav li {
  display: block !important;
}
.plazart-megamenu ul.nav li a {
  display: block !important;
}
.plazart-megamenu .nav .open > a,
.plazart-megamenu .nav .open > a:hover,
.plazart-megamenu .nav .open > a:focus {
  background-color: #333;
}
.RSlider > .container-fluid {
  max-width: 100%;
}
.RSlider #tz-slider {
  padding: 0;
}
@keyframes animation_about {
  to {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  from {
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes animation_about {
  to {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  from {
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@keyframes animation_protolioeff {
  0% {
    transform: scale(1) translateX(0px);
    -moz-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(1.2) translateX(-10px);
    -moz-transform: scale(1.2) translateX(-10px);
    -webkit-transform: scale(1.2) translateX(-10px);
    -ms-transform: scale(1.2) translateX(-10px);
    -o-transform: scale(1.2) translateX(-10px);
  }
  75% {
    transform: scale(1.3) translateX(-20px);
    -moz-transform: scale(1.3) translateX(-20px);
    -webkit-transform: scale(1.3) translateX(-20px);
    -ms-transform: scale(1.3) translateX(-20px);
    -o-transform: scale(1.3) translateX(-20px);
  }
  100% {
    transform: scale(1.4) translateX(-30px);
    -webkit-transform: scale(1.4) translateX(-30px);
    -ms-transform: scale(1.4) translateX(-30px);
    -moz-transform: scale(1.4) translateX(-30px);
  }
}
@-webkit-keyframes animation_protolioeff {
  0% {
    transform: scale(1) translateX(0px);
    -moz-transform: scale(1) translateX(0px);
    -ms-transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
    -o-transform: scale(1) translateX(0px);
  }
  50% {
    transform: scale(1.2) translateX(-10px);
    -moz-transform: scale(1.2) translateX(-10px);
    -webkit-transform: scale(1.2) translateX(-10px);
    -ms-transform: scale(1.2) translateX(-10px);
    -o-transform: scale(1.2) translateX(-10px);
  }
  75% {
    transform: scale(1.3) translateX(-20px);
    -moz-transform: scale(1.3) translateX(-20px);
    -webkit-transform: scale(1.3) translateX(-20px);
    -ms-transform: scale(1.3) translateX(-20px);
    -o-transform: scale(1.3) translateX(-20px);
  }
  100% {
    transform: scale(1.4) translateX(-30px);
    -webkit-transform: scale(1.4) translateX(-30px);
    -ms-transform: scale(1.4) translateX(-30px);
    -moz-transform: scale(1.4) translateX(-30px);
  }
}
.loading {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}
#loading img {
  left: 50%;
  margin: -32px 0 0 -32px;
  position: fixed;
  top: 50%;
  z-index: 11001;
}
.tz_feature > .container-fluid,
.dekor_parallax > .container-fluid,
.dekor_free > .container-fluid,
.dekor_partners > .container-fluid,
.dekor_quote > .container-fluid,
.dekor_skills > .container-fluid,
.dekor_love > .container-fluid,
.dekor_say > .container-fluid,
.dekor_full > .container-fluid {
  max-width: 100%;
}
#tz-parallax,
#tz-free_shiping,
#tz-partners,
#tz-quote,
#tz-skillset,
#tz-the-say,
#tz-weare,
#tz-video {
  padding: 0;
}
.tz-about {
  position: relative;
  overflow: hidden;
  padding: 50px 0 40px;
}
.tz-about4 {
  position: relative;
  overflow: hidden;
  padding: 82px 0 66px;
}
.tz-about3 {
  position: relative;
  overflow: hidden;
  padding: 44px 0 55px;
}
.tz-about-item i {
  font-size: 48px;
  line-height: 36px;
  position: relative;
  z-index: 99;
}
.tz-about .tz-about-item {
  display: block;
  text-align: center;
  position: relative;
  width: 332px;
  height: 332px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 58px;
  padding-bottom: 72px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  overflow: hidden;
}
.tz-about .tz-about-item:hover {
  background: #e57368;
  cursor: pointer;
}
.tz-about .tz-about-item:hover * {
  color: #fff !important;
}
.tz-about .tz-about-item .about-icon {
  width: auto;
  height: auto;
  position: relative;
  z-index: 88;
}
.tz-about-ds {
  z-index: 999;
  position: relative;
}
.tz-about-ds h6 {
  color: #333333;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  padding: 30px 0 6px;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-about-ds p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 12px 15%;
  text-decoration: none;
}
/*-------About us 2----------*/
.tz-about2 {
  padding: 90px 0;
}
.tz-about-bk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eeeeee;
  opacity: 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;
}
.tz-about-bk img {
  height: 310px;
  width: 310px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tz-about-overlay-bk {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.tz-about-overlay {
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
body .tz-about2 .tz-about-item:hover {
  background: none;
  cursor: pointer;
}
body .tz-about2 .tz-about-item:hover .tz-about-bk {
  opacity: 1;
  cursor: pointer;
}
.tz-about2 .tz-about-ds h6 {
  text-transform: none;
}
.tz-about2 .tz-about-ds h6 {
  font-size: 18px;
  line-height: 21px;
}
body .tz-about2 .tz-about-item {
  margin: 33px 0 3px;
}
body .tz-about2 .tz-about-item:hover .tz-about-bk img {
  animation: animation_about 15s linear 0.1s infinite ;
  -webkit-animation: animation_about 15s linear 0.1s infinite;
}
/*-------About us 3----------*/
body .tz-about3 .tz-about-item {
  width: auto;
  height: auto;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding-bottom: 46px;
  padding-top: 43px;
}
body .tz-about3 .tz-about-item .about-icon {
  -webkit-transform: translateY(31px);
  -moz-transform: translateY(31px);
  -ms-transform: translateY(31px);
  -o-transform: translateY(31px);
  transform: translateY(31px);
  -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;
}
body .tz-about3 .tz-about-ds h6 {
  text-transform: none;
  padding: 2px 0 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  -webkit-transform: translateY(47px);
  -moz-transform: translateY(47px);
  -ms-transform: translateY(47px);
  -o-transform: translateY(47px);
  transform: translateY(47px);
  -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;
}
body .tz-about3 .tz-about-ds p {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 10px 8%;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
body .tz-about3 .thumb-bk {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -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;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tz-about-item:after {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0;
}
.line-left {
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  z-index: 999;
}
.line-border {
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  z-index: 999;
  border: 1px solid #fff;
}
.line-left:before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #757574;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: left center;
  -moz-transform-origin: left center;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  -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;
}
.line-left:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #757574;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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;
  transform-origin: top center;
  -moz-transform-origin: top center;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
}
.line-right {
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  z-index: 999;
}
.line-right:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #757574;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -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;
  transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
}
.line-right:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #757574;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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;
  transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -webkit-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
}
.tz-about3 .tz-about-item * {
  color: #fff !important;
}
.tz-about-item:hover .line-right:after,
.tz-about-item:hover .line-left:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.tz-about-item:hover .line-right:before,
.tz-about-item:hover .line-left:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
body .tz-about3 .tz-about-item:hover .about-icon {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
body .tz-about3 .tz-about-item:hover .tz-about-ds h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
body .tz-about3 .tz-about-item:hover .tz-about-ds p {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
body .tz-about3 .tz-about-item:hover {
  background: none;
}
body .tz-about3 .tz-about-item:hover:after {
  opacity: 1;
}
body .tz-about3 .tz-about-item:hover .thumb-bk {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/**
* 4.5 - Why choose
* -----------------------------------------------------------------------------
*/
.tz-title-2 {
  background: #CD0207;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 47px 0 80px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.tz-title-2 span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 25px 0;
  position: relative;
}
.tz-title-2 span:after {
  position: absolute;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  left: 50%;
  background: #fff;
  content: '';
  bottom: 0;
}
.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tz-collection {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-collection-default {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tz-choose-content {
  padding: 41px 0 27px;
  position: relative;
}
.opacity .tz-choose-content:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.tz-choose-content2 {
  padding: 80px 0 0;
}
.item-collection {
  display: block;
  text-align: right;
  margin: 60px 0 114px;
}
.tz-collection-default li:last-of-type .item-collection {
  margin: 60px 0 83px;
}
.item-collection figcaption h6 {
  display: block;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  padding: 23px 0 8px;
}
.item-collection figcaption p {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 14%;
}
/*--------Collection 2----------*/
body .tz-collection2 {
  padding: 26px 0 0;
}
.tz-collection2 .item-collection:after {
  display: table;
  clear: both;
  content: '';
}
.tz-collection2 .item-collection img {
  float: right;
}
.tz-collection2 .item-collection .tzcollection-icon {
  float: right;
}
.tz-collection2 .item-collection figcaption {
  padding-right: 72px;
}
.tz-collection2 .item-collection figcaption h6 {
  padding: 10px 0 9px;
}
.tz-collection2 .item-collection figcaption p {
  padding: 0;
}
.tz-collection2 .item-collection {
  margin: 30px 0;
}
.collection-left .item-collection {
  text-align: left;
}
.collection-left .item-collection figcaption p {
  padding: 0;
}
body .collection-left .item-collection img {
  float: left;
}
body .collection-left .item-collection .tzcollection-icon {
  float: left;
}
body .collection-left .item-collection figcaption {
  padding-right: 0;
  padding-left: 72px;
}
.collection-icon {
  width: 100%;
  margin-top: 83px;
}
.tzcollection-icon {
  cursor: pointer;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  position: relative;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
}
.tzcollection-icon i {
  font-size: 22px;
  line-height: 48px;
  color: #fff;
  position: relative;
  z-index: 999;
}
.tzcollection-icon:before {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 1;
}
.tzcollection-icon:after {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  transition: all 0.8s ease 0.2s;
  -moz-transition: all 0.8s ease 0.2s;
  -ms-transition: all 0.8s ease 0.2s;
  -webkit-transition: all 0.8s ease 0.2s;
  -o-transition: all 0.8s ease 0.2s;
  opacity: 1;
}
.item-collection:hover {
  cursor: pointer;
}
.item-collection:hover .tzcollection-icon:before {
  animation: collection-efff 2s linear 0s infinite alternate;
  -webkit-animation: collection-efff 2s linear 0s infinite alternate;
}
@keyframes collection-efff {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 0.5;
  }
  25% {
    opacity: 0.6;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border: 1px solid transparent;
  }
}
@-webkit-keyframes collection-efff {
  0% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    opacity: 0.5;
  }
  25% {
    opacity: 0.6;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
  50% {
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    opacity: 0.8;
  }
  75% {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border: 1px solid transparent;
  }
}
.item-collection:hover .tzcollection-icon {
  animation: collection2 2s linear 0s infinite;
  -webkit-animation: collection2 2s linear 0s infinite;
}
.item-collection:hover figcaption h6 {
  color: #CD0207;
}
@keyframes collection2 {
  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@-webkit-keyframes collection2 {
  to {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
  from {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
/**
* 4.6 - Lastest shop
* -----------------------------------------------------------------------------
*/
.module-inner .tz-lastest-shop {
  padding: 80px 0 92px;
}
body .tz-lastest-margin {
  padding: 25px 0 76px;
}
.tz-lastest-shop {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.tz-title-count {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin: 0;
  padding: 20px 0;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}

.tz-title-3 {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.tz-title-3:after {
  position: absolute;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  left: 50%;
  background: #333;
  content: '';
  bottom: 0;
}
body .tz-title-bold-3 {
  display: block;
  color: #2A3131;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 21px 0;
  position: relative;
  text-align: center;
}
body .tz-title-bold-3:after {
  position: absolute;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  left: 50%;
  background: #CD0207;
  content: '';
  bottom: 0;
}
.laster-thumb {
  position: relative;
  height: 255px;
  max-width: 255px;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  margin: auto;
}
.laster-thumb:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  content: '';
  left: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  display: block;
}
.laster-shop-item:hover .laster-thumb:after {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.laster-thumb img {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  width: auto;
  height: 100%;
  margin-top: 1px;
}
.laster-shop-item:hover .laster-thumb img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.laster-shop-item {
  margin-top: 50px ;
}
.laster-shop-item h6 {
  margin: 0;
  padding: 30px 0 2px;
  text-align: center;
}
.laster-shop-item h6 a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.laster-shop-item h6 a:hover {
  color: #333;
}
div .hikashop_product_name a:hover {
  color: #333;
}
.laster-shop-item small {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.laster-shop-item small em {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
  text-decoration: line-through;
  padding-right: 17px;
}
.tz-shop-meta {
  position: absolute;
  width: 100%;
  top: 40%;
  text-align: center;
  left: 0;
  z-index: 9999;
}
.tz-shop-meta a:first-child {
  margin: 0;
}
.tz-shop-meta a {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-left: 7px;
  -webkit-transform: scale(0) rotate(180deg);
  -moz-transform: scale(0) rotate(180deg);
  -ms-transform: scale(0) rotate(180deg);
  -o-transform: scale(0) rotate(180deg);
  transform: scale(0) rotate(180deg);
  -webkit-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
div .tz-shop-meta a.tzshopping:before,
div .tz-shop-meta a.hikashop_cart_button:after {
  border-color: #6ed4d2;
}
.tz-shop-meta a.tzheart:before,
.tz-shop-meta a.tzheart:after {
  border-color: #fabb57;
}
.tz-shop-meta a.tztasks:before,
.tz-shop-meta a.tztasks:after {
  border-color: #f1815f;
}
.tz-shop-meta a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  transition: all 0.3s linear 0s;
}
.tz-shop-meta a:hover:before {
  opacity: 0;
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.tz-shop-meta a:before {
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  width: 100%;
}
.tz-shop-meta a:hover:after {
  opacity: 0;
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.tz-shop-meta a:after {
  border: 1px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  width: 100%;
}
.tz-shop-meta a.hikashop_cart_button:before {
  border: 1px solid #6dd3d1;
}
.tz-shop-meta a i {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.tz-shop-meta a.tzshopping {
  background: #6dd3d1;
}
.tz-shop-meta a.tzheart {
  background: #fabc59;
  display: none;
}
.tztasks {
  background: #CD0207;
}
.laster-shop-item:hover {
  cursor: pointer;
}
.laster-shop-item:hover .shop-icon-data {
  opacity: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.laster-shop-item:hover .laster-thumb {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.laster-shop-item:hover .tz-shop-meta a {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.tz-load-more {
  text-align: center;
}
body .tz-view-style2:after {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  opacity: 0;
  left: 0;
}
body .tz-view-style2:hover:after {
  -webkit-transform: rotate(45deg) scale(6);
  -moz-transform: rotate(45deg) scale(6);
  -ms-transform: rotate(45deg) scale(6);
  -o-transform: rotate(45deg) scale(6);
  transform: rotate(45deg) scale(6);
  opacity: 1;
}
.tz-load-more .tz-view-more2 {
  margin: 61px 0 89px;
}
.tz-view-more2 {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 85px 0 34px;
  padding: 18px 54px;
  text-decoration: none;
  position: relative;
  border: 1px solid #343434;
  display: inline-block;
  overflow: hidden;
}
.tz-view-more2:hover {
  color: #333;
}
.tz-view-more2:after {
  position: absolute;
  left: -100%;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.tz-view-more2:hover:after {
  left: 0;
}
.tz-view-more2 span {
  color: #333;
  position: relative;
  z-index: 9;
}
.tz-view-more2:hover span {
  color: #fff;
}
/**
* 4.7 - Lastest shop
* -----------------------------------------------------------------------------
*/
.tz-award {
  position: relative;
  text-align: center;
  padding: 144px 0 187px;
}
.tz-award:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
.tz-award-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9999;
  position: relative;
  text-align: center;
}
.award_prev {
  border: 0;
  background: none;
  margin-top: -31px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 53px;
}
.award_prev i {
  color: #fff;
  font-size: 62px;
  line-height: 62px;
}
.award_next {
  border: 0;
  background: none;
  margin-top: -31px;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 53px;
}
.award_next i {
  color: #fff;
  font-size: 62px;
  line-height: 62px;
}
.tz-award-slider h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tz-award-slider span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  margin: 2px 0 0 0;
  padding: 3px 40px;
  display: inline-block;
  word-spacing: 7px;
  border: 1px solid #fff;
}
/**
* 4.10 - Partner
* -----------------------------------------------------------------------------
*/
.tz-partner {
  padding: 10px 0;
}
.tz-partner ul {
  cursor: w-resize;
}
.partner-slider {
  list-style: none;
  padding: 63px 0 8px;
  margin: 0;
}
.partner-slider li {
  text-align: center;
}
/**
* 4.11 - Our team
* -----------------------------------------------------------------------------
*/
.tz-our-team {
  padding: 80px 0 75px;
}
.tz-our-team .owl-item {
  border: none;
}
.tz-team-slider {
  list-style: none;
  padding: 0;
  margin: 60px 0 23px;
}
.tz-team-slider li {
  position: relative;
  text-align: center;
  float: left;
}
.tz-team-slider li .tz-team-item {
  width: 265px;
  height: 265px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #eeeeee;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.tz-team-img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.tz-team-slider li .tz-team-item img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
  position: absolute;
  left: 0;
  top: 0;
}
.tz-team-ds {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -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;
  opacity: 0;
}
.tz-team-ds h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tz-team-ds span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tz-team-overlay {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  left: 0;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.tz-team-overlay-bk {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 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;
}
.tzview-team {
  text-align: center;
}
.tzview-team a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16.5px;
  margin: 23px 40px 18px;
  overflow: hidden;
  padding: 17px 40px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
.tzview-team a span {
  color: #000000;
  position: relative;
  z-index: 99;
}
.tzview-team a:after {
  background: none repeat scroll 0 0 #000000;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  width: 100%;
}
.tzview-team a:hover:after {
  left: 0;
}
.tzview-team a:hover span {
  color: #fff;
}
.img-hover {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  opacity: 0;
}
.tz-team-item:hover img {
  opacity: 0;
}
.tz-team-item:hover img.img-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tz-team-item:hover .tz-team-ds {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.tz-team-item:hover {
  cursor: pointer;
}
.tz-team-item:hover .tz-team-overlay-bk {
  opacity: 1;
}
/**
* 4.12 - Simple Porduct
* -----------------------------------------------------------------------------
*/
.tz-simple {
  position: relative;
}
.tz-simple-product {
  margin: 19% 0;
  list-style: none;
  padding: 0;
}
.tz-simple-product li {
  position: relative;
  text-align: center;
}
.tz-simple-product li p {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 26px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.tz-simple-product li a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: 8px 0 8px 0;
  padding: 17px 35px;
  text-align: center;
  border: 2px solid #000;
  text-decoration: none !important;
}
.simple_prev {
  border: 0;
  background: none;
  margin-top: -31px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 53px;
}
.simple_prev i {
  color: #000;
  font-size: 62px;
  line-height: 62px;
}
.simple_next {
  border: 0;
  background: none;
  margin-top: -31px;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 53px;
}
.simple_next i {
  color: #000;
  font-size: 62px;
  line-height: 62px;
}
/**
* 4.13 - Free Shipping
* -----------------------------------------------------------------------------
*/
.tz-free-shipping {
  padding: 45px 0 35px;
   
}
.icon-shopping-cart {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  display: block;
  float: left;
  line-height: 70px;
  text-align: center;
}
.icon-shopping-cart i {
  font-size: 26px;
  line-height: 70px;
}
.tz-shipping-content {
  padding-left: 35px;
  float: left;
}
.tz-background3 .tz-shipping-content p,
.tz-background3 .tz-shipping-content h6 {
  color: #fff;
}
.tz-background3{
background: #2A3131!important;
}
.tz-background3 .learn-more {
  color: #fff !important;
  border: 2px solid #fff;
  background: #CD0207 !important;
}
.tz-shipping-content h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 5px 0;
  text-transform: uppercase;
}
.tz-shipping-content p {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}


.learn-more {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: -1px;
  padding: 17px 30px;
  display: block;
  border: 1px solid #000;
  text-decoration: none !important;
  text-transform: uppercase;
  overflow: hidden;
  width: auto;
  position: relative;
}
.tz-background3 .learn-more:after {
  background: #fff;
}
.learn-more:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  width: 100%;
}
.learn-more:hover:after {
  left: 0;
}
.learn-more:hover span {
  color: #fff;
}
.learn-more:hover {
  color: #fff !important;
}

.tz-free-shipping .learn-more span {
    color: #FFF !important;
}

.tz-free-shipping .learn-more {
    color: #FFF !important;
    border: 1px solid #FFF;
    background: #2A3131 none repeat scroll 0% 0% !important;
}

.tz-free-shipping .learn-more:hover span {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.tz-background3 .learn-more span {
  color: #fff !important;
}
.tz-background3 .learn-more:hover span {
  color: #000 !important;
}
.learn-more span {
  color: #000;
  position: relative;
  z-index: 999;
}
/**
* 4.14 - Quote
* -----------------------------------------------------------------------------
*/
.tz-overlay {
  padding: 106px 0;
  background: rgba(0, 0, 0, 0.3);
}
.tz-quote {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-quote li {
  float: left;
}
.tz-quote li p {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 41px;
  margin: 0;
  padding: 17px 0 0 0;
  text-align: center;
}
.tz-quote li span {
  color: #2A3131;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 24px 0 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.tz-quote li p a {
  color: #f9bb59;
  text-decoration: none !important;
}
.tz-quote li p i:first-child {
  padding-right: 8px;
  transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}
.tz-quote li p i:last-of-type {
  padding-left: 8px;
  transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
/**
* 4.15 - Skill
* -----------------------------------------------------------------------------
*/
.tz-overlay-skill {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  padding: 80px 0 72px;
}
.tz-overlay-skill .tz-title-3 {
  color: #fff;
  padding: 20px 0;
}
.tz-overlay-skill .tz-title-3:after {
  background: #fff;
}
.tz-rotate-skill {
  margin-top: 51px;
  text-align: center;
  opacity: 0;
}
body .tz-rotate-skill p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  z-index: 2;
  line-height: 20px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 15px;
}
.chart {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  line-height: 150px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}
/**
* 4.16 - Custom Html
* -----------------------------------------------------------------------------
*/
.custom-html {
  padding: 43px 0;
}
.custom-html p {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 53px;
}
.tzcustom-button {
  padding: 17px 33px;
  margin: 0;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  border: 2px solid #fcfefe;
  display: block;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none !important;
}
/**
* 4.17 - Connected
* -----------------------------------------------------------------------------
*/
.tz-overlay-connected {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  padding: 81px 0;
}
.tz-overlay-connected .tz-title-3 {
  color: #fff;
}
.tz-overlay-connected .tz-title-3:after {
  background: #fff;
}
.tz-ds {
  padding: 35px 3%;
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}
.tzsocial {
  margin: 10px 0;
}
.tzsocial a {
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 100px;
  margin: auto;
  position: relative;
}
.tzsocial a:after {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border: 1px solid #fff;
  transform: scale(0.99);
  -moz-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  opacity: 1;
}
.tzsocial a:before {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  -webkit-transform: scale(0.99);
  opacity: 1;
}
.tzsocial a:hover {
  background: none;
}
.tzsocial a:hover:before {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
}
.tzsocial a:hover:after {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tzsocial a i {
  font-size: 40px;
  line-height: 100px;
  position: relative;
}
.tzsocial span {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  padding: 30px 0 3px;
  text-align: center;
}
/**
* 4.18 - The Say
* -----------------------------------------------------------------------------
*/
.theme-black .tz-title-3 {
  color: #fff;
}
.theme-black .tz-title-3:after {
  background: #fff;
}
.dekor_say.style2 .tz-say-slider li {
  cursor: pointer;
}
.dekor_say.style2 .tz-say-slider li:hover span,
.dekor_say.style2 .tz-say-slider li:hover small {
  color: #6dd3d1;
}
.dekor_say.style2 .tz-say-slider li:hover .tz-avata {
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
.dekor_say.style2 .tz-say-slider li .tz-avata {
  width: 122px;
  height: 122px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.dekor_say.style2 .tz-say-slider li p {
  color: #666666;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 23px 18% 0;
  text-align: center;
  position: relative;
}
.dekor_say.style2 .tz-say-slider li p:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  background: #fff;
}
.dekor_say.style2 .tz-say-slider li span {
  color: #111111;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 25px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.dekor_say.style2 .tz-say-slider li small {
  color: #111;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}
.dekor_say.style2 .tz-say-slider .owl-controls {
  margin-top: 98px;
}
.dekor_say.style2 .tz-say-slider .owl-controls .owl-page span {
  background: #bbbbbb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  height: 7px;
  margin: 5px 7px;
  width: 7px;
  opacity: 1;
}
.dekor_say.style2 .tz-say-slider .owl-controls .owl-page.active span,
.dekor_say.style2 .tz-say-slider .owl-controls.clickable .owl-page:hover span {
  background: #6dd3d1;
}
.tz-the-say {
  position: relative;
  overflow: hidden;
  padding: 68px 0 57px;
}
.tz-say-slider {
  padding: 70px 0 17px;
  margin: 0;
  list-style: none;
}
.tz-say-slider li {
  float: left;
  text-align: center;
}
.tz-avata {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
}
.tz-say-slider li p {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 26px 18% 33px;
  text-align: center;
  position: relative;
}
.tz-say-slider li p:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  background: #fff;
}
.tz-say-slider li span {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  padding: 26px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.tz-say-slider li small {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin: 0;
  padding: 13px 0 0;
  text-align: center;
}
.say_prev {
  border: 0;
  background: none;
  margin-top: -31px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 53px;
}
.say_prev i {
  color: #666666;
  font-size: 62px;
  line-height: 62px;
}
.say_next {
  border: 0;
  background: none;
  margin-top: -31px;
  position: absolute;
  z-index: 999;
  top: 50%;
  right: 53px;
}
.say_next i {
  color: #666666;
  font-size: 62px;
  line-height: 62px;
}
.say_prev:hover i,
.say_next:hover i {
  color: #fff;
}
/**
* 4.19 - Shop Tab
* -----------------------------------------------------------------------------
*/
.tz-title-5:after {
  background: none repeat scroll 0 0 #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}
.tz-title-5 {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 0 0 25px;
  position: relative;
  text-decoration: none;
  float: left;
}
.tz-shop-tab {
  position: relative;
}
.tz-shop-header:after {
  clear: both;
  content: '';
  display: table;
}
.tz-shop-header .tz-title-1 {
  float: left;
}
.tz-shop-title {
  float: left;
  margin-left: 30px;
  margin-top: 4px;
}
.tz-shop-title small {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: 0;
  padding: 0 10px 0 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
}
.tzshop-content {
  display: none;
}
.tabs_prev {
  position: absolute;
  top: 0;
  right: 24px;
  border: 0;
  background: none;
}
.tabs_next {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
}
.tabs_next i {
  font-size: 20px;
  color: #bababa;
}
.tabs_next:hover i {
  color: #3f3f3f;
}
.tabs_prev i {
  font-size: 20px;
  color: #bababa;
}
.tabs_prev:hover i {
  color: #3f3f3f;
}
.tzshop-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzshop-content ul li {
  display: block;
  text-align: center;
  position: relative;
}
.icon-new {
  position: absolute;
  left: 0;
  top: 0;
}
.icon-sale {
  position: absolute;
  left: 45px;
  top: 0;
}
.tzshop-content ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.tzshop-content ul li span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.tab-active {
  color: #545454 !important;
}
.shop-icon-data {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 999;
  width: 100%;
  text-align: left;
}
/**
* 5.0 - Footer
* -----------------------------------------------------------------------------
*/
.tz-footer-content {
  background: #374140;
  padding: 56px 0 72px;
}
.footer-item h3.module-title {
  padding: 18px 0;
  margin: 0;
}
.footer-item h3.module-title span {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none !important;
}
.textwidget {
  padding: 7px 0 0 0 ;
  margin: 0;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.tzwidget-contact address,
.tzwidget-contact span,
.tzwidget-contact > a {
  padding: 0;
  margin: 0;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 39px;
  display: block;
  text-decoration: none !important;
}
.tzwidget-contact span.tzwidget-social {
  display: block;
  margin-top: 17px;
}
.tzwidget-contact .tzwidget-social a {
  text-decoration: none !important;
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #CD0207;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  margin-right: 7px;
}
.tzwidget-social a i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}

.tzwidget-social a:hover i {
  color: #CD0207 !important;
  font-size: 14px;
  line-height: 38px;
}

.tzwidget-social a:hover {
  background: #fff;
}
.tz-recent-post {
  padding: 0;
  margin: 7px 0 0;
  list-style: none;
}
.tz-recent-post li:after {
  clear: both;
  display: table;
  content: '';
}
.tz-recent-post li {
  display: block;
  position: relative;
  padding: 0 0 8px 0;
}
.tz-recent-post li img {
  max-width: 70px;
  max-height: 70px;
  float: left;
  margin-top: 5px;
}
.tz-recent-content {
  padding-left: 83px;
}
.tz-recent-content a,
.tz-recent-content span {
  display: block;
}
.tz-recent-content a {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-decoration: none !important;
}
.tz-recent-content span {
  padding: 0;
  margin: 0;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  text-decoration: none !important;
}
.tz-recent-porjects {
  list-style: none;
  padding: 12px 0 0 0;
  margin: 0;
}
.tz-recent-porjects:after {
  clear: both;
  display: table;
  content: '';
}
.tz-recent-porjects li {
  position: relative;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  max-width: 70px;
  max-height: 70px;
}
.tz-recent-porjects li a {
  display: block;
}
.tz-copyright {
  text-align: center;
  padding: 20px 0 20px;
  margin: 0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.tz-copyright p {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #ccc !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.tz_feature #tz-features {
  padding: 0;
  margin-top:20px;  
}
#tz-component .hikashop_categories_listing_main .hikashop_subcategories_listing .hikashop_subcategories {
  display: none;
}
#tz-component .hikashop_categories_listing_main {
  margin-top: 0;
}
#tz-component .hikashop_categories_listing_main .hikashop_submodules {
  padding-top: 0;
}
.tzshopping .fa {
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}
.tzshopping .fa.fa-shopping-cart {
  line-height: 50px;
  margin-right: 1px;
}
.tzshopping form {
  line-height: 0;
}
.tzshopping .hikashop_cart_button {
  background: #6dd3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
}
.tzshopping .hikashop_cart_button:hover {
  background: #6dd3d1;
}
.tz-shop-meta > div {
  display: inline-block;
}
.tz-lastest-shop * {
  border: none;
}
.hikashop_products .hikashop_product_image {
  padding: 0;
}
.hikashop_products .tzshopping .hikashop_cart_button,
.hikashop_products .tzshopping a.hikashop_cart_button:hover {
  height: 50px;
  width: 50px;
  padding: 0;
  border: none;
}
.hikashop_products .tzshopping a.hikashop_cart_button {
  display: block;
  position: relative;
}
.laster-thumb .gallery,
.laster-thumb a.tztasks {
  margin-left: 10px;
}
.laster-shop-item .hikashop_product_name {
  margin: 0;
  padding: 30px 0 2px;
  text-align: center;
}
.laster-shop-item .hikashop_product_name a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.laster-shop-item .hikashop_product_price_full span {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-style: normal;
}
.laster-shop-item .hikashop_product_price_full span.hikashop_product_price_per_unit {
  display: none;
}
.laster-shop-item .hikashop_product_price_full span.hikashop_product_price_before_discount {
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-right: 17px;
  text-decoration: line-through;
}
.laster-shop-item .hikashop_product_price_full span.hikashop_product_price_per_unit {
  display: none;
}
.tz-module.tz-title-3:after {
  content: none;
}
.dekor_shop .tz-lastest-shop {
  padding: 0;
}
.dekor_shop .hikashop_product_code_list {
  display: none;
}
.dekor_shop .laster-shop-item .hikashop_product_name {
  padding-top: 21px;
}
.skill-circle-item {
  margin-top: 50px;
}
.skill-circle-item .circle-text {
  color: #FFF;
  font-weight: 600;
}
.skill-circle-item p {
  font-size: 17px;
  font-weight: 600;
}
.skill-circle-item .p_skill {
  color: #FFF;
}
.dekor_love .custom-html {
  text-transform: uppercase;
}
/**
* 4.3 - Introduce
* -----------------------------------------------------------------------------
*/
.tz-introduce {
  padding: 107px 0 80px;
}
.tz-introduce iframe {
  width: 100%;
  height: 280px;
  margin-top: 7px;
}
.tz-introduce .col-md-6:first-child {
  padding-right: 54px;
}
.tz-title-1 {
  color: #333;
  font-size: 27px;
  font-weight: 600;
  line-height: 32.4px;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  text-decoration: none;
}
.tz-title-1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  content: '';
  background: #333;
}
.tz-introduce-content p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
  position: relative;
}
.tz-introduce-content {
  margin-top: 8px;
  margin-bottom: 0;
}
.tz-view-more {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 31px 0 19px;
  padding: 17px 48px 18px;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #343434;
  display: inline-block;
  background: none;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tz-view-more span {
  color: #fff;
  position: relative;
  z-index: 99;
}
.theme-white .tz-view-more span {
  color: #000;
}
.theme-white .tz-view-more:hover span {
  color: #fff;
}
.tz-view-more:after {
  position: absolute;
  left: -100%;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
}
.tz-view-more:hover span {
  color: #333333;
}
.tz-view-more:hover:after {
  left: 0;
}
/*-----------tz-introduce3----------*/
.tz-introduce3 {
  padding: 81px 0;
}
.tz-introduce .tz-view-more {
  margin-top: 25px;
}
.tz-introduce3 p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.tz-introduce3 .tz-title-1 {
  color: #333333;
  padding: 0 0 20px;
  text-transform: none;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*-----------tz-introduce4----------*/
.tz-introduce4 {
  padding: 78px 0 75px;
}
.tz-introduce4 .tz-title-1 {
  color: #fff;
  padding: 0 0 20px;
  text-transform: none;
  font-size: 27px;
  line-height: 32px;
}
.tz-introduce4 .tz-title-1:after {
  background: #fff;
}
.tz-introduce4 p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 45px 0 0 0;
  text-decoration: none !important;
  font-style: italic;
}
.tz-introduce4 .tz-view-more {
  border-color: #fff;
  color: #fff;
  margin: 40px 0 3px;
}
.tz-introduce4 .tz-view-more a {
  color: #fff;
}
.tz-introduce4 .tz-view-more:hover a {
  color: #333333;
}
.tz-introduce4 .tz-view-more:after {
  background: #fff;
}
/**
* Our blog
* -----------------------------------------------------------------------------
*/
.tz-our-blog {
  position: relative;
  overflow: hidden;
  padding: 42px 0 27px;
  text-align: center;
}
body .padding-ourblog {
  padding: 51px 0 130px;
}
.our-blog-item {
  background: #fff;
  border: 2px solid #eeeeee;
  position: relative;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  cursor: pointer;
  margin-top: 52px;
}
.our-blog-item .blog-thumb {
  height: 370px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.blog-thumb img {
  width: 100%;
  max-width: none;
}
.our-blog-item h6 {
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin: 26px 0 25px;
  padding: 20px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.our-blog-item h6:after {
  background: #cccccc;
  top: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.tz-icon-video {
  background: url("../../../images/play.png") no-repeat scroll center center transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  border: 0;
  margin-top: -32px;
  margin-left: -32px;
}
.our-blog-ds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #eeeeee;
  width: 100%;
  height: 100%;
  transform: rotateY(-35deg);
  -moz-transform: rotateY(-35deg);
  -webkit-transform: rotateY(-35deg);
  -ms-transform: rotateY(-35deg);
  -o-transform: rotateY(-35deg);
  transform-origin: left center 0;
  -moz-transform-origin: left center 0;
  -webkit-transform-origin: left center 0;
  -ms-transform-origin: left center 0;
  -o-transform-origin: left center 0;
  transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
  -moz-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
  -webkit-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
  -ms-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s;
  opacity: 0;
  overflow: hidden;
}
.our-blog-bk {
  margin: 68px 1px 1px;
  background: #fff;
  height: 85%;
  margin-bottom: 1px;
  padding: 33px 40px;
  text-align: center;
}
.our-blog-ds h6:after {
  display: none;
}
.our-blog-ds h6 {
  text-align: left;
  margin: 0;
  padding: 0;
}
.our-blog-ds h6 a {
  color: #111111;
  text-decoration: none !important;
  text-align: left;
}
.our-blog-ds .createby {
  color: #bababa;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 9px 0 17px;
  text-align: left;
  display: block;
}
.our-blog-ds .createby a {
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-align: left;
}
.our-blog-ds p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 12px 0;
  text-align: left;
}
.tz-readmore {
  color: #CD0207;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  padding: 26px 0;
  text-decoration: none;
  font-style: none;
  display: inline-block;
  text-transform: uppercase;
}
.tz-readmore:hover {
  color: #CD0207;
}
.tz-readmore i {
  color: #CD0207;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
}
.our-blog-item:hover .our-blog-ds {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}
/**s
* 4.19 - Shop Tab
* -----------------------------------------------------------------------------
*/
/**
* 4.19 - Shop Tab
* -----------------------------------------------------------------------------
*/
.tz-shop-tab-wrap {
  padding: 79px 0 109px;
}
.tz-shop-tab {
  position: relative;
}
.tz-shop-header:after {
  clear: both;
  content: '';
  display: table;
}
.tz-shop-header .tz-title-1 {
  float: left;
}
.tz-shop-title {
  float: left;
  margin-left: 33px;
  margin-top: 4px;
}
.tz-shop-title small {
  color: #999999;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: 0;
  padding: 0 24px 0 0;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
}
.tz-shop-tabs-content {
  margin-top: 50px;
}
.tzshop-content {
  display: none;
}
.tabs_prev {
  position: absolute;
  top: 3px;
  right: 24px;
  border: 0;
  background: none;
}
.tabs_next {
  position: absolute;
  top: 3px;
  right: 0;
  border: 0;
  background: none;
}
.tabs_next i {
  font-size: 20px;
  color: #bababa;
}
.tabs_next:hover i {
  color: #3f3f3f;
}
.tabs_prev i {
  font-size: 20px;
  color: #bababa;
}
.tabs_prev:hover i {
  color: #3f3f3f;
}
.tzshop-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzshop-content ul li {
  display: block;
  text-align: center;
  position: relative;
  padding: 0;
  cursor: pointer;
}
.tzshop-thumb {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.tzshop-thumb img {
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tzshop-thumb:hover img:first-child {
  transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
}
.tzshop-thumb:hover img:last-of-type {
  transform: translateY(-232px) scale(1);
  -moz-transform: translateY(-232px) scale(1);
  -webkit-transform: translateY(-232px) scale(1);
  -ms-transform: translateY(-232px) scale(1);
  -o-transform: translateY(-232px) scale(1);
  opacity: 1;
}
.tzshop-thumb img:last-of-type {
  transform: translateY(-232px) scale(1.5);
  -moz-transform: translateY(-232px) scale(1.5);
  -webkit-transform: translateY(-232px) scale(1.5);
  -ms-transform: translateY(-232px) scale(1.5);
  -o-transform: translateY(-232px) scale(1.5);
  opacity: 0;
}
.shop-icon-data {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 999;
}
.shop-icon-data img {
  margin-right: 5px;
  width: auto !important;
}
.tzshop-content ul li h6 {
  padding: 55px 0 2px;
  margin: 0;
}
.tzshop-content ul li a {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.tzshop-content ul li span {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.tab-active {
  color: #545454 !important;
}
/**
* 4.21 - Bestsellers
* -----------------------------------------------------------------------------
*/
.tz-bestsellers2 {
  text-align: center;
  padding: 53px 0 44px;
}
.tz-bestsellers {
  padding: 58px 0 20px;
  text-align: center;
}
.tz-bestsellers-slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tz-bestsellers-margin {
  margin: 76px -30px 0 0;
}
.tz-bestsellers .container {
  position: relative;
}
.bestsellers-thumb {
  width: 100%;
  height: 370px;
  position: relative;
  overflow: hidden;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  cursor: pointer;
}
.tz-bestsellers-item:hover .tz-bestsellers-content {
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  opacity: 1;
}
.bestsellers-thumb img {
  width: 100%;
  height: 100%;
}
.tz-bestsellers-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 0 20px ;
  background: rgba(0, 0, 0, 0.6);
  transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -webkit-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  transform-origin: left 0 0;
  -moz-transform-origin: left 0 0;
  -webkit-transform-origin: left 0 0;
  -ms-transform-origin: left 0 0;
  -o-transform-origin: left 0 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  opacity: 0;
}
.tz-bestsellers-slider .owl-item > li:hover .shop-icon-data {
  opacity: 0;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tz-bestsellers-item:hover .tz-bestsellers-content {
  opacity: 1;
}
.tz-bestsellers-item h6 {
  padding: 25px 0 2px;
  margin: 0;
  text-align: center;
}
.tz-bestsellers-item h6 a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
}
.tz-bestsellers-item small {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
}
.tz-bestsellers-item small em {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  font-weight: 400;
  text-decoration: line-through;
  padding-right: 17px;
}
.tz-bestsellers-item .tz-bestsellers-content h6 {
  padding: 29px 0 15px;
  margin: 0;
  text-align: left;
}
.tz-bestsellers-item .tz-bestsellers-content h6 a {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.tz-bestsellers-item {
  padding: 0 30px 0 0 ;
  float: left;
}
.tz-bestsellers2 .tz-bestsellers-item {
  padding: 0;
  float: none;
  margin-top: 60px;
}
.tz-bestsellers-item .tz-bestsellers-content p {
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
  font-style: italic;
  text-align: left;
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
}
.tz-bestsellers-item:hover .tz-bestsellers-meta,
.tzshop-thumb:hover .tz-bestsellers-meta {
  transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  opacity: 1;
}
.tzshop-thumb .tz-bestsellers-meta {
  bottom: 40%;
}
.tz-bestsellers-meta {
  position: absolute;
  width: 100%;
  bottom: 15%;
  text-align: center;
  left: 0;
  z-index: 9999;
  top: auto;
  transform: scale(0.5) rotate(30deg);
  -moz-transform: scale(0.5) rotate(30deg);
  -webkit-transform: scale(0.5) rotate(30deg);
  -ms-transform: scale(0.5) rotate(30deg);
  -o-transform: scale(0.5) rotate(30deg);
  transition: all 0.3s linear 0.3s;
  -webkit-transition: all 0.3s linear 0.3s;
  -moz-transition: all 0.3s linear 0.3s;
  -o-transition: all 0.3s linear 0.3s;
  opacity: 0;
}
.tz-bestsellers-meta a:first-child {
  margin: 0;
}
.tz-bestsellers-meta a {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-left: 7px;
  -webkit-transition: all 0.3s linear 0.2s;
  -moz-transition: all 0.3s linear 0.2s;
  -o-transition: all 0.3s linear 0.2s;
  transition: all 0.3s linear 0.2s;
}
.tz-bestsellers-meta .hikashop_product_stock .hikashop_product_stock_count {
  display: none;
}
.tz-bestsellers-meta a i {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
a.tzheart {
  background: #fabc59;
}
.tztasks {
  background: #CD0207;
}
.bestsellers_prev {
  position: absolute;
  left: 5px;
  top: 15px;
  background: none;
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.bestsellers_prev i {
  font-size: 30px;
  color: #aaa;
}
.bestsellers_next {
  position: absolute;
  right: 5px;
  top: 15px;
  background: none;
  border: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.bestsellers_next i {
  font-size: 30px;
  color: #aaa;
}
.bestsellers_next:hover i,
.bestsellers_prev:hover i {
  color: #000;
}
/**
* 4.20 - Font awesome
* -----------------------------------------------------------------------------
*/
.tz-awesome {
  background-image: url('../../../images/awe-bk.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 77px 0;
}
.awesome-ds {
  padding: 25px 0;
  margin: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.tz-awesome-content {
  display: block;
  text-align: center;
  margin: 47px 0 22px;
}
.tz-awesome-content a:first-child {
  margin-left: 0;
}
.tz-awesome-content a:after {
  border: 1px solid #6dd3d1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -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;
  opacity: 0;
}
.tz-awesome-content a {
  text-decoration: none !important;
  display: inline-block;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  line-height: 95px;
  margin-left: 50px;
  background: transparent;
  -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;
  position: relative;
}
.tz-awesome-content a i {
  font-size: 28px;
  line-height: 95px;
  color: #444;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  opacity: 1;
}
.tz-awesome-content a:hover {
  background: #6dd3d1;
  border: 1px solid transparent;
}
.tz-awesome-content a:hover:after {
  transform: scale(1.13);
  opacity: 0.8;
}
.tz-awesome-content a:hover i {
  color: #fff;
}
/**
* 4.23 - Custom Porduct
* -----------------------------------------------------------------------------
*/
.tz-custom-product {
  padding: 75px 0 52px;
  background: rgba(255, 255, 255, 0.6);
}
.tz-custom-product h6 {
  color: #222222;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
  padding: 0;
}
.tz-custom-product h6 span:first-child {
  margin-top: 8px;
}
.tz-custom-product h6 span {
  display: block;
  color: #202020;
  font-size: 70px;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
  padding: 0;
}
.tz-view-custom-product {
  border: 1px solid #343434;
  color: #333;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 27px 0 0;
  padding: 18px 48px;
  position: relative;
  text-decoration: none !important;
  background: none;
  text-align: center;
  overflow: hidden;
}
.tz-view-custom-product span {
  color: #333;
  position: relative;
  z-index: 99;
}
.tz-view-custom-product:after {
  position: absolute;
  left: -100%;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #333;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.tz-view-custom-product:hover span {
  color: #fff;
}
.tz-view-custom-product:hover:after {
  left: 0;
}
/**
* 4.24 - Count
* -----------------------------------------------------------------------------
*/
.tz-count-overlay {
  position: relative;
  padding: 75px 0 65px;
  background: rgba(0, 0, 0, 0.5);
}

.tz-count tz-title-3{
	color: #fff !important;
	}

.tz-count {
  text-align: center;
}
.tz-count button {
  display: inline-block;
  border: 2px solid #fff;
  background: none;
  width: 80px;
  height:80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.tz-count button:hover {
  background: #CD0207;
  border: 2px solid #CD0207;
  
}
.tz-count button:hover i {
  color: #fff;
}
.tz-count button i {
  color: #fff;
  font-size: 32px;
  line-height: 80px;
}
.tz-count strong {
  padding: 21px 0 0 ;
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none !important;
  text-align: center;
  display: block;
}
.tz-count small {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none !important;
  text-align: center;
  display: block;
}
/**
* 4.25 - Love Words 2
* -----------------------------------------------------------------------------
*/
.tz-love-words2 {
  padding: 45px 0;
}
.tz-love-words-slider {
  list-style: none;
  padding: 0;
  margin: 64px 0 49px;
}
.tzcontent-for-words {
  position: relative;
  background: #eeeeee;
  padding: 20px 30px 25px;
  margin-right: 20px;
}
.tzcontent-for-words:after {
  border-bottom: 10px solid transparent;
  border-left: 20px solid #eeeeee;
  border-top: 10px solid transparent;
  content: "";
  position: absolute;
  right: -20px;
  top: 15px;
}
.tzcontent-for-words p {
  padding: 0;
  margin: 0;
  color: #555555;
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none !important;
}
.tzavata-for-words {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.tzauthor-for-words {
  background: #6dd3d1;
  text-align: right;
  padding: 8px 15px 9px;
  margin-left: 10px;
}
.tzauthor-for-words span {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
.tzauthor-for-words em {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 21px;
}
ul.tz-love-words-slider .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #bbbbbb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
  height: 7px;
  margin: 5px 7px;
  opacity: 1;
  width: 7px;
}
body ul.tz-love-words-slider .owl-controls .owl-page.active span,
body ul.tz-love-words-slider .owl-controls.clickable .owl-page:hover span {
  background: none repeat scroll 0 0 #6dd3d1;
}
body ul.tz-love-words-slider .owl-controls {
  margin-top: 34px;
  text-align: center;
}
/**
* 4.27 - Custom Blog
* -----------------------------------------------------------------------------
*/
.tzcustom-block {
  padding: 70px 0;
}
.tz-attach {
  padding: 26px 0;
  margin: 0;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.tzcustom-row {
  margin-bottom: 85px;
  margin-top: 83px;
}
.custom-left img {
  max-width: 100%;
  width: auto;
}
body .custom-right .tz-collection2 {
  padding-top: 0;
}
.custom-right .tz-collection2 li:first-child .item-collection {
  margin-top: 0;
}
.custom-right .tz-collection2 .item-collection {
  margin-top: 48px;
  margin-bottom: 0;
}
.custom-right .tz-collection2 .item-collection figcaption h6 {
  padding-top: 0;
  padding-bottom: 20px;
}
.custom-right .item-collection figcaption p {
  line-height: 22px;
  color: #999999;
}
/**
 * 4.26 - Video
 * -----------------------------------------------------------------------------
 */
.tz-video {
  position: relative;
  padding: 114px 0 152px;
  overflow: hidden;
}
.tz-video:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.tz-video-content {
  text-align: center;
  z-index: 999;
  position: relative;
}
.tz-video-content h3 {
  font-weight: 100;
  line-height: 120px;
  font-size: 100px;
  color: #333333;
  text-decoration: none;
  padding: 0;
  text-align: center;
  margin: 13px 0 9px;
}
.tz-video-content strong {
  font-weight: 700;
  line-height: 16px;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  padding: 0;
  text-align: center;
  letter-spacing: 4px;
}
.videoID {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 4000%;
  min-height: 100%;
  max-width: 1000%;
  min-width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.bg-video {
  z-index: 6;
}
.tzautoplay {
  background: #fff;
  height: 85px;
  width: 85px;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.tzautoplay i {
  font-size: 23px;
  line-height: 85px;
  padding-left: 8px;
}
.tzpause i {
  font-size: 23px;
  line-height: 85px;
}
.tzpause {
  background: #fff;
  height: 85px;
  width: 85px;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  display: none;
}
.tz-video video {
  position: absolute;
  z-index: -22;
}
.tz-video:hover .tzpause {
  opacity: 1;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tz-video:hover h3 {
  opacity: 1 !important;
}
.tz-video:hover strong,
.tz-video:hover .tzpause {
  opacity: 1 !important;
}
.tz-about.tz-about3.style-border .tz-title-3 {
  margin-bottom: 25px;
}
.tz-bestsellers-meta > form {
  display: inline-block;
}
.shop_full .tz-title-3 {
  font-weight: 700;
  color: #000;
}
.shop_full .tz-title-3:after {
  background: #000;
}
.shop_category #main-body {
  margin: 0;
  overflow: hidden;
}
.shop_category #tz-message-area {
  padding: 0 15px;
}
.shop_category .hikashop_product_code_list {
  display: none;
}
/**
* 4.33 - Shop category & Sidebar Category
* -----------------------------------------------------------------------------
*/
.shop_category {
  border-top: 1px solid #eeeeee;
}
.shop_category .laster-shop-item {
  margin-top: 20px;
}
/*--------Shop Sidebar---------*/
.tzshop-aside {
  padding-top: 1px;
}
.tzshop-aside aside {
  margin-top: 18px;
}
.title-widget:after {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}
.title-widget {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin: 0 0 16px 0;
  padding: 27px 0;
  position: relative;
  text-transform: uppercase;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.widget_categories ul li i {
  font-size: 10px;
  color: #000000;
  padding-right: 8px;
  line-height: 12px;
}
.widget_categories ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding: 21px 0;
  text-decoration: none !important;
}
.widget_categories ul li ul.children {
  margin-left: 26px;
  margin-top: 0;
}
.best_sellers ul {
  list-style: none;
  padding: 21px 0 0;
  margin: 0;
}
.best_sellers ul li {
  position: relative;
  list-style: none;
  margin: 0 0 11px 0;
}
.best_sellers ul li .hikashop_product_price_per_unit {
  display: none;
}
.best_sellers ul li .hikashop_product_price_full {
  text-align: left;
}
.best_sellers ul li .as_bestsellers_content > a {
  text-align: left;
  width: 100%;
}
.best_sellers ul li .as_bestsellers_content > a,
.best_sellers ul li .as_bestsellers_content .hikashop_product_price_full {
  float: left;
}
.best_sellers ul li .as_bestsellers_content .hikashop_product_price_full {
  color: #333;
}
.best_sellers ul li:after {
  display: table;
  content: '';
  clear: both;
}
.best_sellers ul li .as_bestsellers_thumb {
  float: left;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-top: 9px;
}
.as_bestsellers_content {
  padding-left: 100px;
}
.as_bestsellers_content a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 0 0 5px 0;
  text-decoration: none !important;
}
.as_bestsellers_content a:hover {
  color: #000000;
}
.as_bestsellers_content span {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.2px;
  margin: 1px 0 0 0;
  padding: 0;
  text-decoration: none !important;
  display: block;
}
.as_bestsellers_content span em {
  color: #888888;
  font-size: 13px;
  font-style: normal;
  line-height: 19.2px;
  text-decoration: line-through;
  padding-left: 10px;
}
/*----------Shop Category------------*/
.tzshopcat-description {
  padding: 0 0 36px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.tzshopcat-description .tz-title-bold-3 {
  text-transform: uppercase;
}
.tzpagenavi-shop {
  text-align: center;
  margin: 49px 0 25px;
}
.tzpagenavi-shop a.active,
.tzpagenavi-shop a:hover,
.tzpagenavi-shop a:focus {
  background: #000000;
  color: #fff;
}
.tzpagenavi-shop a:first-child {
  margin: 0;
}
.tzpagenavi-shop a {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 0 10px;
  padding: 6px 17px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: none;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  text-decoration: none !important;
}
.tzshopcat-description .tz-title-bold-3 {
  padding-bottom: 25px;
}
.tzshopcat-description img {
  width: 100%;
  margin: 50px 0 13px 0;
}
.tzshopcat-description p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 12px 0;
  text-decoration: none;
}
/*----------Shop Detail------------*/
#tz-wp-content {
  margin-top: 27px;
}
#tz-wp-content .tz-title-bold-3 {
  padding-bottom: 25px;
}
#tz-shop-content {
  margin-top: 47px;
}
div.flexslider {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 5px 0 10px;
  position: relative;
}
.flexslider .slides img {
  display: block;
  width: 100%;
}
body #carousel li {
  margin-right: 10px;
  cursor: pointer;
}
#carousel .slides li {
  position: relative;
}
.tzshop-summary h1 {
  padding: 0;
  margin: 0;
  color: #CD0207;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
}
.tzproduct-single-price small {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  color: #888888;
  text-decoration: line-through;
  padding-left: 15px;
}
.tzproduct-single-price a {
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  color: #CD0207;
  text-decoration: none !important;
  padding-left: 15px;
}
.tz-title-details {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin: 2px 0 0 0;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
.tz-title-details:after {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}
.tzshop-status {
  list-style: none;
  padding: 0;
  margin: 24px 0 12px;
}
.tzshop-status li {
  position: relative;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}
.tzshop-status li span {
  display: inline-block;
  min-width: 117px;
}
.tzshop-summary p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}
.tzqty {
  padding: 10px 0;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}
.tzqty strong {
  display: inline-block;
  padding: 5px 17px;
  margin: 0 0 0 86px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  line-height: 25.2px;
  border: 0;
  background: #eeeeee;
  text-align: center;
}
.tz-shop-detail-meta {
  position: relative;
  display: block;
  margin-top: 40px;
}
.tz-shop-detail-meta a:first-child {
  margin: 0;
}
.tz-shop-detail-meta a {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  margin-left: 7px;
}
.tz-shop-detail-meta a i {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.tzshop-detail-tab {
  position: relative;
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #eeeeee;
  display: none;
}
.tznav-product {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tznav-product:after {
  clear: both;
  display: table;
  content: '';
}
.tznav-product li {
  float: left;
}
.tznav-product li a {
  text-decoration: none !important;
  padding: 15px 31px 16px;
  margin: 0 10px 0 0;
  color: #000;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  background: #eeeeee;
  display: block;
  -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;
}
.nav-tabs.tznav-product {
  border: none;
}
.tznav-product.nav-tabs li.active > a,
.tznav-product.nav-tabs li.active > a:hover,
.tznav-product.nav-tabs li.active a:focus {
  background: #6dd3d1;
  color: #FFF;
  border: none;
}
.tznav-product.nav-tabs li > a:hover,
.tznav-product.nav-tabs li a:focus {
  background: #6dd3d1;
  color: #FFF;
}
.tztab-content {
  margin: 25px 0;
}
.tztab-content p {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}
.tzrelated-shop {
  padding: 25px 0 24px;
}
.tzrelated-shop .tz-title-bold-3 {
  padding: 25px 0;
}
.hikashop_products_pagination .list-footer .limit {
  font-size: 14px;
  margin-top: 25px;
}
.hikashop_products_pagination .list-footer .limit .inputbox {
  min-width: 100px;
  font-size: 16px;
  padding: 5px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
.hikashop_products_pagination .list-footer .limit option {
  min-height: 25px;
}
.hikashop_products_pagination .list-footer .limit span.customSelect {
  background: url("../../../images/chevron-down.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: 2px solid #000;
}
.hikashop_products_pagination .list-footer .pagination {
  margin-top: 30px;
}
.hikashop_products_pagination .list-footer .pagination .pagination-list span,
.hikashop_products_pagination .list-footer .pagination .pagination-list a {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px 10px;
  padding: 6px 17px;
  text-align: center;
  text-decoration: none !important;
  -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;
}
.hikashop_products_pagination .list-footer .pagination .pagination-list a {
  background: transparent;
}
.hikashop_products_pagination .list-footer .pagination .pagination-list a.hikashop_next_link,
.hikashop_products_pagination .list-footer .pagination .pagination-list a.hikashop_end_link {
  display: none;
}
.hikashop_products_pagination .list-footer .pagination .pagination-list a:hover {
  background: none repeat scroll 0 0 #000;
  color: #fff;
}
.hikashop_products_pagination .list-footer .pagination .pagination-list span {
  background: none repeat scroll 0 0 #000;
  color: #fff;
}
.hikashop_products_pagination .list-footer .pagination .pagination-list span.pagenav_text,
.hikashop_products_pagination .list-footer .pagination .pagination-list span.pagenav_text {
  display: none;
}
.hikashop_products_pagination .hikashop_results_counter {
  display: none;
}
.hikashop_subcategories .panel {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_subcategories .panel.open div.content {
  height: auto !important;
  opacity: 1 !important;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.hikashop_subcategories .panel.open .pane-toggler a {
  background: url("../../../images/chevron-down.png");
  background-repeat: no-repeat;
  background-position: -3px 0;
}
.hikashop_subcategories .panel .title {
  background-color: transparent;
  background-image: none !important;
  line-height: 1.1;
  padding: 7px 0 0 0;
}
.hikashop_subcategories .panel .title a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.hikashop_subcategories .panel .title a:hover {
  color: #000;
}
.hikashop_subcategories .panel .pane-toggler a {
  background: url("../../../images/chevron-right.png");
  background-repeat: no-repeat;
  background-position: -5px 0;
  padding-left: 18px;
}
.hikashop_subcategories .panel .hikashop_category_list {
  padding-left: 5px;
  padding-top: 6px;
}
.hikashop_subcategories .panel .hikashop_category_list .hikashop_category_list_item {
  padding: 5px 0;
}
.hikashop_subcategories .panel .hikashop_category_list .hikashop_category_list_item a {
  background: url("../../../images/chevron-circle-right.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  color: #000;
}
.hikashop_subcategories .accordion-heading {
  border: none;
  background-color: transparent;
  background-image: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_subcategories .accordion-heading a {
  background: none;
  padding-left: 3px;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.hikashop_subcategories .accordion-heading a.accordion-toggle {
  background: url("../../../images/chevron-right.png");
  background-repeat: no-repeat;
  background-position: -5px 0;
  padding-left: 18px;
}
.hikashop_subcategories .accordion-heading a.accordion-toggle.open {
  background: url("../../../images/chevron-down.png");
  background-repeat: no-repeat;
  background-position: -3px 0;
  padding-left: 18px;
}
.hikashop_subcategories .accordion-heading a:hover {
  color: #000;
}
.hikashop_subcategories .accordion-body ul.hikashop_category_list {
  padding-left: 20px;
}
.hikashop_subcategories .accordion-body ul.hikashop_category_list .hikashop_category_list_item {
  padding: 5px 0;
}
.hikashop_subcategories .accordion-body ul.hikashop_category_list .hikashop_category_list_item a {
  background: url("../../../images/chevron-circle-right.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
  padding-left: 30px;
  color: #000;
}
.modulebest_sellers {
  padding-top: 15px;
}
.best_sellers ul.hikashop_product_list {
  padding: 0;
}
.best_sellers .hikashop_product_code_list {
  display: none;
}
.tzshopping .hikashop_product_stock .tzqty {
  display: none;
}
.dekor_prd_detail {
  margin-top: 47px;
}
.dekor_prd_detail h1 span.hikashop_product_code_main {
  display: none;
}
.dekor_prd_detail #hikashop_product_price_main {
  display: block;
  margin-bottom: 0px;
}
.dekor_prd_detail div#hikashop_product_left_part div {
  text-align: left;
}
.dekor_prd_detail .hikashop_product_main_image #hikashop_main_image {
  height: auto;
}
.dekor_prd_detail #hikashop_small_image_div .hikashop_child_image {
  height: 80px;
}
.dekor_prd_detail .hikashop_product_price {
  padding: 4px 0;
  margin: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  font-style: normal;
}
.dekor_prd_detail .hikashop_product_price_per_unit {
  display: none;
}
.dekor_prd_detail .hikashop_product_stock a.hikashop_cart_button {
  background: #6dd3d1;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin-left: 7px;
  text-align: center;
  width: 50px;
}
.dekor_prd_detail .hikashop_product_stock a.hikashop_cart_button i {
  color: #fff;
  font-size: 20px;
  line-height: 43px;
  margin: 1px 2px 0 0;
}
.dekor_prd_detail .hikashop_product_stock input.hikashop_product_quantity_field {
  background: none repeat scroll 0 0 #efefef;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  width: 45px;
}
.dekor_prd_detail .hikashop_product_stock .hikashop_product_quantity_change_div_regrouped div {
  display: inline-block;
}
.dekor_prd_detail .hikashop_product_stock .hikashop_product_quantity_change_div_plus_regrouped a {
  background: #6dd3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  margin-left: 7px;
  text-align: center;
  width: 50px;
}
.dekor_prd_detail .hikashop_product_stock .hikashop_product_quantity_change_div_plus_regrouped a i {
  color: #fff;
  font-size: 20px;
  line-height: 43px;
  margin: 3px 0 0 1px;
}
.dekor_prd_detail .hikashop_product_stock .hikashop_product_quantity_change_div_plus_regrouped a.tzheart {
  background: #fabc59;
}
.dekor_prd_detail .hikashop_product_stock .hikashop_product_quantity_change_div_plus_regrouped a.tztasks {
  background: #CD0207;
}
.hikashop_product_page .hikashop_listing_comment.ui-corner-top {
  display: none;
}
.hikashop_product_page #hikashop_product_vote_listing .hika_comment_listing_notification {
  display: none;
}
.hikashop_product_page #hikashop_product_vote_listing div.pagination {
  margin: 0;
}
.hikashop_product_page .hikashop_form_comment.ui-corner-top p {
  text-align: center;
}
.hikashop_product_page .hikashop_vote_form #hikashop_vote_comment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_product_page .hikashop_vote_form h3 {
  font-weight: 400;
  padding-bottom: 20px;
}
.hikashop_product_page .hikashop_vote_form input.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.hikashop_product_page .hikashop_vote_form input.btn.pull-right.btn-primary {
  background: #CD0207;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.hikashop_product_page .hikashop_module .hikashop_products_listing_main h2.tz-title-3 {
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.hikashop_product_page .hikashop_module .hikashop_products_listing .hikashop_products_pagination {
  display: none;
}
.hikashop_products_listing .hikashop_product_code_list {
  display: none;
}
.com_hikashop.view-checkout #tz-right {
  display: none;
}
.com_hikashop.view-checkout #tz-message-area {
  width: 100%;
}
.com_hikashop.view-checkout #hikashop_checkout_page h1 {
  border: none;
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.com_hikashop.view-checkout #hikashop_checkout_page h1:after {
  background: #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.com_hikashop.view-checkout #form-login-username .btn.hasTooltip {
  display: none;
}
.com_hikashop.view-checkout #modlgn-username {
  margin-bottom: 6px;
}
.com_hikashop.view-checkout #hikashop_checkout_login {
  padding-top: 40px;
}
.com_hikashop.view-checkout #hikashop_checkout_login fieldset h2 {
  color: #000;
  text-transform: uppercase;
}
.com_hikashop.view-checkout #hikashop_checkout_login span.add-on {
  width: 29.2%;
  display: inline-block;
}
.com_hikashop.view-checkout #hikashop_checkout_login span.add-on i {
  top: -1px;
}
.com_hikashop.view-checkout #hikashop_checkout_login label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 29%;
}
.com_hikashop.view-checkout #hikashop_checkout_login a.hikashop_cart_button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 30px 0 17px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -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;
}
.com_hikashop.view-checkout #hikashop_checkout_login a.hikashop_cart_button:hover:after {
  left: 0;
}
.com_hikashop.view-checkout #hikashop_checkout_login a.hikashop_cart_button:after {
  background: #333;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  width: 100%;
}
.com_hikashop.view-checkout #hikashop_checkout_login a.hikashop_cart_button span {
  color: #000;
  position: relative;
  z-index: 999;
}
.com_hikashop.view-checkout #hikashop_checkout_login a.hikashop_cart_button:hover span {
  color: #fff;
}
.com_hikashop.view-checkout #hikashop_checkout_login #hikashop_checkout_login_left_part #form-login-remember {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  width: 100%;
}
.com_hikashop.view-checkout #hikashop_checkout_login #hikashop_checkout_login_left_part #form-login-remember label.control-label {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
  padding-left: 0;
}
.com_hikashop.view-checkout #hikashop_checkout_login #hikashop_checkout_login_left_part #form-login-submit > .controls {
  text-align: center;
}
.com_hikashop.view-checkout #hikashop_checkout_login div .form-control,
.com_hikashop.view-checkout #hikashop_checkout_login div .input-small {
  background-color: #eee;
  background-image: none;
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 47px;
  line-height: 33.6px;
  padding: 7px 10px;
  width: 70%;
}
.com_hikashop.view-checkout #hikashop_checkout_login .form-horizontal > div.control-group {
  padding-bottom: 9px;
}
.com_hikashop.view-checkout #hikashop_checkout_login .form-horizontal .control-label {
  text-align: left;
}
.com_hikashop.view-checkout #hikashop_checkout_login .form-horizontal .hikashop_registration_required_info_line {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
}
.com_hikashop.view-checkout #hikashop_checkout_login .form-horizontal .hikashop_registration_required_info_line > div {
  display: none;
}
.com_hikashop.view-checkout #hikashop_checkout_login .form-horizontal > .control-group:last-child {
  text-align: center;
}
.hikashop_user_registration_page {
  padding-left: 10px;
}
.hikashop_user_registration_page h2 {
  color: #333;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 25px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.hikashop_user_registration_page h2:after {
  background: none repeat scroll 0 0 #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.hikashop_user_registration_page label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  width: 29%;
}
.hikashop_user_registration_page .form-horizontal {
  padding-top: 33px;
}
.hikashop_user_registration_page div .form-control,
.hikashop_user_registration_page div .input-small {
  background-color: #eee;
  background-image: none;
  border: 1px solid #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 47px;
  line-height: 33.6px;
  padding: 7px 10px;
  width: 70%;
}
.hikashop_user_registration_page .form-horizontal > div.control-group {
  padding-bottom: 9px;
}
.hikashop_user_registration_page .form-horizontal .control-label {
  text-align: left;
}
.hikashop_user_registration_page .form-horizontal .hikashop_registration_required_info_line {
  border-bottom: 1px solid #eee;
  padding-top: 30px;
}
.hikashop_user_registration_page .form-horizontal .hikashop_registration_required_info_line > div {
  display: none;
}
.hikashop_user_registration_page .form-horizontal > .control-group:last-child {
  text-align: center;
}
.hikashop_user_registration_page a.hikashop_cart_button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 30px 0 17px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -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;
}
.hikashop_user_registration_page a.hikashop_cart_button:hover:after {
  left: 0;
}
.hikashop_user_registration_page a.hikashop_cart_button:after {
  background: #333;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  width: 100%;
}
.hikashop_user_registration_page a.hikashop_cart_button span {
  color: #000;
  position: relative;
  z-index: 999;
}
.hikashop_user_registration_page a.hikashop_cart_button:hover span {
  color: #fff;
}
#hikashop_payment_methods .hika-radio {
  padding-top: 40px;
}
#hikashop_payment_methods h3.tz-title-bold-3 {
  text-transform: uppercase;
}
#hikashop_payment_methods table td {
  border: 1px solid #ddd;
  padding: 20px;
}
#hikashop_checkout_coupon {
  font-size: 14px;
  font-weight: normal;
}
#hikashop_checkout_coupon a.hikashop_cart_button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: 15px 0 -15px;
  overflow: hidden;
  padding: 11px 25px;
  position: relative;
  text-decoration: none !important;
}
#hikashop_checkout_coupon a.hikashop_cart_button:hover:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(6);
  -moz-transform: rotate(45deg) scale(6);
  -ms-transform: rotate(45deg) scale(6);
  -o-transform: rotate(45deg) scale(6);
  transform: rotate(45deg) scale(6);
  left: 0;
}
#hikashop_checkout_coupon a.hikashop_cart_button:after {
  left: 0;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#hikashop_checkout_coupon a.hikashop_cart_button span {
  color: #000;
  position: relative;
  z-index: 999;
}
#hikashop_checkout_coupon a.hikashop_cart_button:hover span {
  color: #fff;
}
#hikashop_checkout_coupon input {
  height: 40px;
  margin: 0 15px;
}
.shop_table {
  width: 100%;
  margin-top: 50px;
}
.shop_table thead {
  background: #eeeeee;
}
.shop_table thead tr th:last-of-type {
  padding-right: 80px;
}
.shop_table thead tr th {
  font-weight: 600;
  line-height: 25.2px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding: 18px 40px;
  margin: 0;
}
.shop_table tr td {
  padding: 21px 42px 40px;
}
.shop_table .product-img img {
  max-height: 80px;
  max-width: 80px;
}
.shop_table tr td.product-name {
  width: 30%;
}
.shop_table tbody tr {
  border-bottom: 1px solid #eff2f4 ;
}
.product-name a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 33.6px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.product-name small {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 33.6px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: block;
}
.product-quantity span {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 25.2px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  padding: 9px 14px;
  margin: 0;
  background: #eee;
}
.product-price span,
.product-subtotal span {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 33.6px;
  font-size: 14px;
  color: #CD0207;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.product-quantity .tzquantity {
  margin: 0;
}
.product-quantity .input-qty {
  margin: 0 1px;
  padding: 4px 0;
  min-width: 30px;
}
.product-remove .remove {
  color: #000;
  padding: 10px 0;
}
.tzpayment {
  padding: 80px 0 0;
  text-align: center;
}
.payment-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  line-height: 25.2px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding: 54px 0 31px;
  margin: 0;
  display: block;
  text-align: center;
}
.payment-method {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.payment-method:after {
  clear: both;
  display: table;
  content: '';
}
.payment-method li {
  float: left;
  margin-right: 3px;
}
.over-title {
  padding-bottom: 25px;
}
.tzpayment p {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 20px 0 0;
  text-decoration: none;
}
#hikashop_checkout_cart .hikashop_cart_product_price_value .visible-phone {
  display: none;
}
#hikashop_checkout_cart .hikashop_cart_product_name a:hover {
  color: #000;
}
#hikashop_checkout_cart .hikashop_cart_product_name .hikashop_product_code_checkout {
  display: block;
}
#hikashop_checkout_cart tbody td {
  text-align: center;
  vertical-align: middle;
}
#hikashop_checkout_cart .hikashop_cart_product_name_value.product-name {
  text-align: left;
}
#hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_product_quantity_field,
#hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh,
#hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
  float: none;
}
#hikashop_checkout_cart .hikashop_product_price_full {
  text-align: center;
}
#hikashop_checkout_cart .hikashop_cart_product_quantity_delete,
#hikashop_checkout_cart .hikashop_cart_product_quantity_refresh,
#hikashop_checkout_cart .hikashop_product_quantity_field {
  float: none;
}
#hikashop_checkout_cart span.hikashop_product_price {
  color: #CD0207;
  font-weight: 400;
}
#hikashop_checkout_cart .hikashop_cart_product_quantity_delete i {
  color: #000;
}
#hikashop_checkout_cart tr.hidden-phone td {
  border: none;
}
#hikashop_checkout_cart .hikashop_cart_total_title.hikashop_cart_title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
}
#hikashop_checkout_cart #hikashop_checkout_cart_final_total_title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  text-transform: uppercase;
}
#hikashop_checkout_cart span.hikashop_checkout_cart_final_total {
  color: #CD0207;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  margin-top: 13px;
}
#hikashop_checkout_cart .hikashop_checkout_status {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  font-size: 14px;
  vertical-align: unset !important;
}
/*-----------Form Reser--------*/
.joom-reset {
  padding: 73px 70px 54px;
  background: #fff;
  margin-bottom: 48px;
}
.form-reset input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  margin: 0 0 0 50px;
  padding: 0 10px;
  text-decoration: none;
  width: 30%;
}
.form-reset label {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.joom-reset form p {
  color: #444444;
  margin: 12px 0;
}
.form-button button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 29px 0 17px;
  overflow: hidden;
  padding: 17px 23px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.form-button button:hover {
  background: #000000;
  color: #fff;
}
.form-reset {
  margin: 32px 0 48px;
}
/**
* 4.2 - Slider
* -----------------------------------------------------------------------------
*/
.tz-slider {
  width: 100%;
  overflow: hidden;
}
.learn-more-styl2:after {
  background: none repeat scroll 0 0 #ffffff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -webkit-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  width: 100%;
}
.learn-more-styl2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  margin: 31px 0 19px;
  overflow: hidden;
  padding: 17px 21px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.learn-more-styl2:hover:after {
  left: 0;
}
.learn-more-styl2:hover span {
  color: #333333;
}
.learn-more-styl2 span {
  color: #fff;
  position: relative;
  z-index: 99;
}
body .tp-caption.title-slider {
  color: #fff;
  display: block;
  font-size: 90px;
  font-weight: 700;
  line-height: 108px;
  text-align: center;
  text-decoration: none;
}
body .tp-caption.content-slider {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
  text-decoration: none;
}
body .slider-button2 {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;
  overflow: hidden;
  padding: 17px 37px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}
.slider-button2 span {
  color: #1f1f1f !important;
}
body .tp-caption.slider-attach {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}
body .tp-caption.title-slider-blod {
  color: #fff;
  display: inline-block;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 78px;
}
body .tp-caption.slider-ds {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 3px;
}
body .tp-caption.tz-title-small {
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
body .tp-caption.tz-title-large {
  color: #fff;
  display: block;
  font-size: 100px;
  font-weight: 400;
  line-height: 88px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
body .tp-caption.title-slider-big {
  color: #fff;
  display: block;
  font-size: 180px;
  font-weight: 600;
  line-height: 146px;
  text-align: center;
  text-decoration: none;
}
.tz-slider-content p {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
body .tp-caption.tz-content-lager {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 600;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
body .tp-leftarrow.default {
  background-image: url('../../../images/pre-slider.png');
  left: 35px !important;
}
body .tp-leftarrow:hover {
  background-image: url('../../../images/pre-slider-hover.png');
}
body .tp-leftarrow:hover,
body .tp-rightarrow:hover {
  background-position: inherit;
}
body .tp-rightarrow.default {
  background-image: url('../../../images/next-slider.png');
}
body .tp-rightarrow:hover {
  background-image: url('../../../images/next-slider-hover.png');
}
.bk-responsive-slide {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.joom-weblink {
  margin: 50px 0 16px;
  padding: 56px 75px;
}
.joom-weblink {
  padding: 30px;
}
.joom-weblink {
  margin: 50px 0 16px;
  padding: 56px 75px;
}
/*--------------------Weblink--------------*/
.joom-weblink {
  background: #fff;
  padding: 25px 75px;
  margin: 100px 0 16px;
}
.tzpage-weblink {
  background: none repeat scroll 0 0 #eeeeee;
  padding: 108px 0 94px;
}
.joom-weblink {
  background: none repeat scroll 0 0 #fff;
  margin: 100px 0 20px;
  padding: 20px 75px;
}
.joom-weblink ul {
  list-style: decimal;
  padding: 0;
}
.joom-weblink ul li:last-child {
  border-bottom: none;
}
.joom-weblink ul li {
  border-bottom: 1px solid #dddddd;
  padding: 24px 0 20px;
}
.joom-weblink ul li h6 {
  padding: 0;
  margin: 0;
}
.joom-weblink ul li h6 a {
  color: #CD0207;
  font-size: 14px;
  font-weight: 700;
  line-height: 25.2px;
  margin: 0;
  padding: 0 0 0 10px;
  text-decoration: none !important;
  display: block;
}
.joom-weblink ul li p {
  padding-bottom: 0;
  padding-left: 10px;
  padding-top: 0;
}
.joom-weblink h5 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.filters.btn-toolbar {
  padding: 20px 0;
}
.category.list-striped.list-condensed li {
  list-style: none;
}
.category.list-striped.list-condensed .list-title > img {
  padding-left: 20px;
}
.joom-weblink #filter-search {
  padding: 5px 10px;
}
.joom-weblink .filter-search-lbl.element-invisible .label.label-warning {
  margin-right: 10px;
}
#Kunena {
  padding-top: 30px;
}
#Kunena .ktoggler.fltrt {
  display: none;
}
#Kunena #ktop {
  border: none;
}
#Kunena .kblock.kpbox {
  border: none;
}
#Kunena .kbody {
  border: none !important;
}
#Kunena tr.krow1 .kprofileboxcnt {
  background: none repeat scroll 0 0 #fff;
  margin-bottom: 40px;
  margin-top: 29px;
  padding: 22px;
}
#Kunena span,
#Kunena .k_guest,
#Kunena .k_guest b {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
#Kunena .input input {
  background: #eee;
  border: 0 none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  height: 45px;
  line-height: 25.2px;
  margin: 0 15px 0 20px;
  padding: 10px;
  text-decoration: none !important;
  width: 25%;
}
#Kunena .input span:last-child {
  display: block;
  padding-top: 15px;
}
#Kunena .input span:last-child input {
  width: auto;
  vertical-align: middle;
}
#Kunena .kprofileboxcnt form {
  padding-top: 10px;
}
#Kunena .kbutton:hover,
#Kunena .kbutton:focus {
  background: #eee;
  color: #000;
  font-size: 14px;
  padding: 10px;
  border: none;
}
#Kunena .klink-block {
  margin: 14px 0 0;
}
#Kunena .klink-block span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0 55px 0 0;
  padding: 0;
  text-decoration: none !important;
}
#Kunena .klink-block span a {
  color: #000 !important;
}
#Kunena .klink-block span a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
#Kunena .kblock.kpathway {
  background: transparent;
  margin: 40px 0;
  border: none;
}
#Kunena .kblock.kpathway .kforum-pathway {
  background: transparent;
  border: none;
}
#Kunena .kblock.kpathway .kforum-pathway > div.path-element-first {
  background: none;
  padding: 0 10px 0 0;
}
#Kunena .kblock.kpathway .kforum-pathway > div.path-element {
  background: url("../../../images/chevron-right.png");
  background-repeat: no-repeat;
  padding-right: 10px;
  background-position: -5px 2px;
}
#Kunena .kblock.kpathway .kforum-pathway a {
  font-weight: 600;
  color: #000 !important;
}
#Kunena .klist-actions {
  background: #CD0207;
  border: medium none;
  margin: 0 0 40px;
  padding: 0;
}
#Kunena .klist-actions .klist-actions-info-all {
  color: #FFF;
  font-size: 16px;
  padding: 10px 34px;
}
#Kunena .kheader {
  padding: 0 !important;
  border: none;
}
#Kunena .kheader h2 {
  background: #CD0207;
  border: medium none;
  padding: 10px 34px;
  margin-bottom: 10px;
}
#Kunena .kheader h2 span {
  color: #fff;
}
#Kunena .kheader .ktitle-desc.hidden-phone {
  display: none;
}
#Kunena > form {
  padding-bottom: 40px;
}
#Kunena > form .kblock.kflat {
  border: none;
}
#Kunena .kblock.kwhoisonline {
  border: none;
  margin-bottom: 35px;
}
div #Kunena div.kblock > div.kheader,
div #Kunena .kblock div.kheader {
  background: transparent !important;
  border: none;
}
div div.kblock {
  background: transparent !important;
}
div #Kunena tr .kwhoonline,
div #Kunena tr .kcol-mid {
  padding: 0;
  margin: 0 ;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
div #Kunena .kcol-mid.kcol-ktopictitle {
  padding: 20px;
}
div #Kunena tr.krow2 td {
  padding: 4px 15px;
  color: #000;
}
div #Kunena td.kcol-ktopicreplies strong {
  color: #000;
}
div #Kunena .ktopic-title-cover a {
  color: #CD0207 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
div #Kunena .ktopic-title-cover a:hover {
  color: #000 !important;
}
div #Kunena span.ktopic-views,
div #Kunena span.ktopic-views-number {
  color: #000;
}
div #Kunena a,
div #Kunena a:hover {
  color: #CD0207 !important;
}
div #Kunena a:link,
div #Kunena a:visited,
div #Kunena a:active,
div #Kunena a:focus {
  color: #CD0207 !important;
}
div #Kunena .ktitle,
div #Kunena a.ktitle {
  float: none;
}
div #Kunena .kblocktable .kwhoonline {
  border: none;
}
div #Kunena .kblocktable strong,
div #Kunena .kblocktable b {
  font-weight: 400;
}
div #Kunena .kblocktable tbody > tr {
  border-bottom: 1px solid #eee;
}
div #Kunena .kblocktable tbody > tr:last-child {
  border: none;
}
div #Kunena .kwholegend.ks > * {
  color: #000 !important;
}
div #Kunena tr.krow2 td,
div #Kunena tr.krow1 td {
  border: none;
  padding: 20px 34px 18px 34px;
}
div #Kunena tr.krow2 td.kcol-mid.km,
div #Kunena tr.krow1 td.kcol-mid.km {
  padding-right: 35px;
}
div #Kunena tr.krow2 td {
  border-right: 1px solid #f1f1f1;
}
div #Kunena tr.krow2 td:last-child {
  border: none;
}
div #Kunena tr.krow1 td {
  background: #fff;
  border-left: 1px solid #eee;
}
div #Kunena .kwholegend {
  border: none;
}
div #Kunena .divider {
  line-height: 1;
}
div #Kunena li.hidden-phone a {
  color: #000 !important;
  font-weight: normal !important;
}
div #Kunena li.hidden-phone a.kwho-admin {
  color: #CD0207 !important;
  font-weight: bold !important;
}
div #Kunena .kblock.kfrontstats {
  border: none;
}
div .krss-block {
  display: none;
}
.kfooter .kfooter-time {
  color: #000;
}
body.com_kunena #tz-component div a {
  color: #CD0207;
}
.tzheader-background > .container-fluid {
  max-width: none;
  margin: 0 !important;
}
.tzheader-background #banner {
  margin: 0 !important;
}

.tzheader-background p{
  margin: 0;
  padding: 0px 0;
}

.tzheader-background #banner #tz-banner {
  padding: 0 !important;
  margin: 0 !important;
}
.tzheader-background h1 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-top: 4px;
  position: absolute;
  text-align: center;
  top: 60%;
  width: 100%;
  text-transform:uppercase;
}
.tzheader-background h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-top: 4px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
/**
* 4.34 - Our Facts
* -----------------------------------------------------------------------------
*/
.tz-our-facts {
  padding: 80px 0 37px;
}
.tz-facts-item {
  text-align: center;
  margin: 50px 0;
}
.tz-facts-item strong {
  display: block;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  margin: 0;
  padding: 22px 0 20px;
  text-decoration: none;
}
.tz-facts-item span {
  display: block;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 20.4px;
  margin: 0;
  padding: 32px 0;
  text-decoration: none;
  position: relative;
}
.tz-facts-item span:after {
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  left: 50%;
  margin-left: -10px;
  content: '';
  background: #000;
}
.tz-our-office .carousel .owl-wrapper img {
  max-width: none;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
}
.tz-our-office .carousel .owl-wrapper a {
  display: block;
}
.tz-our-office .carousel .owl-wrapper .owl-item {
  border: none;
}
.tz-our-office .carousel .owl-wrapper .owl-item .slide {
  height: 300px;
  overflow: hidden;
  padding: 0;
}
.owl-wrapper-outer .owl-item {
  border: none;
}
.owl-wrapper-outer .owl-item:last-child {
  border: none;
}
.tz-the-say-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.6);
}
.tz-the-say-overlay .tz-title-bold-3 {
  color: #fff;
}
.tz-the-say-overlay .tz-title-bold-3:after {
  background: #fff;
}
.module_google iframe {
  border: none;
}
/**
* 4.36 - Contact Pages
* -----------------------------------------------------------------------------
*/
.tz-contact {
  background: #eeeeee;
}
.tz-map {
  width: 100%;
  height: 450px;
}
.tz-form-content {
  position: relative;
  padding: 60px 0;
}
.tz-form-content .row {
  margin-top: 33px;
}
.tz-form-content label {
  display: block;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.tz-form-content input {
  display: block;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 9px 0 0;
  height: 48px;
  padding: 12px 18px;
  text-decoration: none;
  width: 100%;
  background: #fff;
  border: 0;
}
.tz-form-content textarea {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 9px 0 0;
  padding: 10px;
  text-decoration: none;
  width: 100%;
  background: #fff;
  border: 0;
}
.tz-form-content .tzsubmit-form {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 20px 0 98px;
  padding: 17px 33px;
  text-decoration: none;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
.tz-form-content .tzsubmit-form:hover {
  background: #000000;
  color: #fff;
}
.tz-title-contact {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  margin: 0;
  padding: 26px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.tz-title-contact:after {
  background: none repeat scroll 0 0 #333333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 20px;
}
.tz-infomation-website address {
  display: block;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 30px 0 20px;
  text-decoration: none;
  border: 0;
}
.tz-infomation-website ul {
  list-style: none;
  padding: 25px 0 10px;
  margin: 0;
}
.tz-infomation-website ul li {
  display: block;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0;
}
.tz-infomation-website {
  padding: 75px 0;
}
.contact-form .form-horizontal input {
  background: #FFF;
  border: none;
}
.contact-form .tz-form-content .row {
  margin-top: 30px;
}
.contact-form .tz-form-content {
  padding: 63px 0 0;
  margin: 0;
}
.contact-form .invalid {
  border: 1px solid #CD0207;
}
.tz-infomation-website a {
  color: #000;
}
.contact-form .form-actions {
  border: none;
  background: transparent;
}
/**
* 4.38 - Shortcode
* -----------------------------------------------------------------------------
*/
.tzpage-shortcode {
  background: none repeat scroll 0 0 #eeeeee;
  padding: 79px 0 73px;
}
.tzaccordion {
  margin: 16px 0;
}
.tzaccordion h6:first-child {
  margin-top: 0;
}
.tzaccordion h6 {
  color: #000;
  font-weight: 600;
  line-height: 25.2px;
  font-size: 14px;
  margin: 9px 0 0;
  padding: 12px 10px 12px 54px;
  text-decoration: none;
  text-align: left;
  position: relative;
  cursor: pointer;
  background: #dddddd;
}
.tzaccordion h6.active {
  background: #CD0207;
  color: #fff;
}
.tzaccordion h6 i {
  background: none ;
  color: #000;
  font-size: 10px;
  height: 100%;
  left: 4px;
  line-height: 48px;
  padding: 0 18px;
  position: absolute;
  top: 0;
}
.tzaccordion h6.active i {
  color: #fff;
}
.tzaccordion p {
  color: #000000;
  font-weight: 400;
  line-height: 25.2px;
  font-size: 14px;
  margin: 0;
  padding: 16px 10px 23px 22px;
  text-decoration: none;
  text-align: left;
  position: relative;
  background: #fff;
  display: none;
}
/*TAB*/
.tabs-style {
  margin: 35px 0 0;
}
#detailTab {
  border: 0;
}
#detailTab > li.active > a {
  background: #6dd3d1;
  color: #fff;
}
#detailTab > li > a {
  display: block;
  border: 0;
  color: #000000;
  font-size: 14px;
  font-style: inherit;
  font-weight: 700;
  line-height: 16.8px;
  margin-right: 10px;
  padding: 16px 30px;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background: #dddddd;
}
.tab-content {
  padding: 6px 0;
  margin: 0;
}
.tab-pane:after {
  clear: both;
  content: '';
  display: table;
}
.tab_title {
  padding: 2px 0 18px;
}
/*------button-------*/
.padding-75 {
  padding-top: 75px;
  padding-bottom: 42px;
}
.padding-80 {
  padding: 80px 0;
}
body .tz-small {
  padding: 10px 20px;
}
body .tz-large {
  padding: 22px 35px;
}
.tz-button-dekor {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 40px 0;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tz-button-dekor:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  width: 100%;
}
.tz-button-dekor span {
  color: #000;
  position: relative;
  z-index: 99;
}
.tz-button-dekor:hover:after {
  left: 0;
}
.tz-button-dekor:hover span {
  color: #fff;
}
.dekor_skills .tz-overlay-connected {
  background: transparent;
  padding: 81px 0 5px;
}
body .dekor_skills .theme-white {
  background: transparent;
}
body .dekor_skills .tz-about4 {
  padding: 0;
}
body .dekor_skills .theme-white .tz-about4 {
  padding: 0;
}
.dekor_skills .tz-about2 {
  padding: 0;
}
.dekor_padding .mega-inner {
  padding-top: 22px !important;
  display: block;
  padding-bottom: 22px !important;
}
li.no-border ul li {
  border: none !important;
}
.entry-shop-menu {
  padding: 12px 0;
}
.entry-shop-menu .menu_img {
  max-width: 90px;
  height: 80px;
  float: left;
  overflow: hidden;
}
.mega-dropdown-inner .menu-title {
  color: #999;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0 32px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}
.menu_shop {
  border-left: 1px solid #333;
}
.menu_shop > .mega-inner .content_shop_menu {
  padding: 32px 0 20px 0;
}
.menu_shop > .mega-inner .content_shop_menu .menu-item-shop > li {
  padding: 0 32px 0;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul.menu-item-shop li .menu-shop-body a {
  line-height: 1.5;
  padding: 0;
  color: #999;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul.menu-item-shop li .menu-shop-body p {
  line-height: 1.3;
  padding: 5px 0;
  font-size: 13px;
  color: #666;
}
.tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul.menu-item-shop li .menu-shop-body small {
  color: #fff;
  font-style: unset;
  font-size: 14px;
}
ul.menu-item-shop {
  padding: 0 32px;
  background: #222;
}
ul.menu-item-shop li {
  clear: both;
}
ul.menu-item-shop .menu-shop-body {
  min-height: 80px;
  padding-left: 110px;
}
ul.menu-item-shop .menu-shop-body a {
  padding: 0;
}
.TzCreatedby a,
.TzCreatedby a:hover {
  color: #000;
}
/**
* 4.41 - 404 Page
* -----------------------------------------------------------------------------
*/
.page-404 {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  font-family: 'Raleway', sans-serif;
  overflow-y: hidden;
}
.content-404:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.content-404 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 0;
  display: table;
}
.content-404-style {
  position: relative;
  z-index: 99;
  display: table-cell;
  vertical-align: middle;
}
.content-404-style p a {
  color: #fff;
  text-decoration: none;
}
.content-404-style i.fa-cog {
  font-size: 100px;
  line-height: 120px;
  color: #fff;
}
.title-404 {
  padding: 7px 0 12px;
  margin: 0;
  color: #ffffff;
  font-size: 66px;
  font-weight: 700;
  line-height: 79.2px;
}
.content-404-style p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0 28%;
}
.content-404-style form {
  position: relative;
  text-align: center;
  width: 65%;
  margin: 54px auto 27px;
}
.content-404-style form input {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px 20px;
  position: relative;
  width: 100%;
  z-index: 9999;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.6px;
}
.tzicon-search {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #ffffff;
  font-size: 14px;
}
.entry-404-meta {
  text-align: center;
}
.entry-404-meta span:first-child {
  margin-right: 92px;
}
.entry-404-meta span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
}
.entry-404-meta span i {
  font-size: 19px;
  padding-right: 10px;
}
.tz-container-fluid > .container > .tz-row {
  margin: 0 !important;
}
.dekor_portfolio > .container-fluid {
  max-width: 100%;
}
.dekor_portfolio #tz_append a {
  width: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
}
.dekor_portfolio .TzInner {
  border: none;
  padding: 0;
  margin: 0;
}
.dekor_portfolio .TzPortfolioMedia {
  margin: 0;
}
.dekor_portfolio .tz-load-more .tz-view-more2 {
  margin: 60px 0 0;
}
.dekor_portfolio.hp .tz-load-more .tz-view-more2 {
  margin: 61px 0 89px;
}
#tz-message-area,
#tz-component-area,
#tz_options {
  padding: 0;
}
/**
* 4.7 - Portfolio
* -----------------------------------------------------------------------------
*/
#portfolio .TzPortfolioMedia img {
  max-width: none;
  display: block;
  position: relative;
  
}
.dekor_portfolio.hp .tzfa-search i,
.dekor_portfolio.hp .tzfa-heart i {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
.dekor_portfolio.hp .tz-portfolio {
  position: relative;
  overflow: hidden;
}
.dekor_portfolio.hp .tz-portfolio-content {
  position: relative;
}
.dekor_portfolio.hp .tz-portfolio-content:after {
  clear: both;
  content: '';
  display: table;
}
.dekor_portfolio.hp .tz-portfolio-content .element {
  height: 280px;
  position: relative;
  border: solid 3px #fff;
}
.dekor_portfolio.hp .tz-portfolio-content div.tz-portrait:before {
  height: 50%;
  width: 100%;
}
.dekor_portfolio.hp .tz-portfolio-content .element:after {
  position: absolute;
  left: 0;
  top: 20%;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 99;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription {
  position: absolute;
  left: 33px;
  bottom: 15px;
  width: 100%;
  z-index: 999;
}
.dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription h3.TzPortfolioTitle {
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
}
.dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription h3.TzPortfolioTitle a {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  padding: 0 0 3px;
  text-decoration: none;
}
.dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription .tz-cat {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding-top: 1px;
  text-decoration: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  opacity: 0;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover {
  cursor: pointer;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover .TzPortfolioDescription h3.TzPortfolioTitle {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover .TzPortfolioDescription .tz-cat {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover:after {
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover:before {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover a.tzfa-search {
  left: 50%;
  bottom: 50%;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover a.tzfa-heart {
  right: 50%;
  top: 50%;
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover .tz-image-item:after {
  background: rgba(51, 51, 51, 0.8);
}
.dekor_portfolio.hp .tz-portfolio-content .element:hover img {
  animation: animation_protolioeff 10s linear 0s 2 alternate;
  -webkit-animation: animation_protolioeff 10s linear 0s 2 alternate;
}
.dekor_portfolio.hp .TzPortfolioHits {
  display: none;
}
/**
* 4.28 - Portfolio Page
* -----------------------------------------------------------------------------
*/
.dekor_portfolio .tzportfolio-wrap {
  padding: 75px 0 120px;
}
.dekor_portfolio > .container-fluid .tzportfolio-wrap {
  padding: 20px 70px 20px 40px;
}
.tzportfolio-wrap {
  position: relative;
  background: #eeeeee;
  padding: 75px 70px 120px 100px;
}
.TzInner .tzfa-search {
  -ms-transition: all 0.3s linear 0s;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #CD0207;
  text-align: center;
  z-index: 999;
  margin-bottom: -24px;
  margin-left: -55px;
  -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;
}
.TzInner .tzfa-search:before {
  width: 100%;
  height: 100%;
  border: 1px solid #CD0207;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.TzInner .tzfa-search:after {
  width: 100%;
  height: 100%;
  border: 1px solid #CD0207;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.TzInner .tzfa-search:hover {
  background: transparent;
}
.TzInner .tzfa-search:hover:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.TzInner .tzfa-search:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.TzInner .tzfa-search:hover i {
  color: #fff;
}
.TzInner .tzfa-heart {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #374140;
  text-align: center;
  z-index: 999;
  margin-top: -24px;
  margin-right: -55px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.TzInner .tzfa-heart:before {
  width: 100%;
  height: 100%;
  border: 1px solid #374140;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.TzInner .tzfa-heart:after {
  width: 100%;
  height: 100%;
  border: 1px solid #374140;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
}
.TzInner .tzfa-heart:hover {
  background: transparent;
}
.TzInner .tzfa-heart:hover i {
  color: #fff;
}
.TzInner .tzfa-heart:hover:before {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.TzInner .tzfa-heart:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.tzportfolio-wrap .tzfilter {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
.tzportfolio-wrap .tzfilter a:first-child {
  margin: 0;
}
.tzportfolio-wrap .TzPortfolioDescription {
  padding: 0;
}
.tzportfolio-wrap .tzfilter a {
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 20px 0 0 45px;
  padding: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.tzportfolio-wrap .tzfilter a.selected,
.tzportfolio-wrap .tzfilter a:focus,
.tzportfolio-wrap .tzfilter a:hover {
  color: #CD0207;
}
.tzportfolio-wrap .tzportfolio-pages {
  position: relative;
  margin-top: 0px;
}
.tzportfolio-wrap .tz-no-mansory {
  margin-right: -30px;
}
.tzportfolio-wrap .tzportfolio-pages:after {
  clear: both;
  display: table;
  content: '';
}
.tzportfolio-wrap .tzportfolio-pages .element {
  background: transparent;
}
.tzportfolio-wrap .tz-inner {
  margin: 30px 30px 0 0;
  padding: 0 0 19px 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.tzportfolio-wrap .tz-image-item {
  position: relative;
  overflow: hidden;
}
.tzportfolio-wrap .tz-image-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(51, 51, 51, 0);
}
.tzportfolio-wrap .tz-image-item img {
  width: 100%;
  -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;
}
.tzportfolio-wrap .tz-inner h3 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tzportfolio-wrap .tz-inner h3 a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 24px 0 0;
  margin: 0;
  text-decoration: none !important;
}
.tzportfolio-wrap .tz-inner .TZcategory-name .tz-cat {
  color: #CD0207;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}
.tzportfolio-wrap .tzfa-search i,
.tzportfolio-wrap .tzfa-heart i {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
.tzportfolio-wrap .TzInner:hover a.tzfa-search {
  left: 50%;
  bottom: 50%;
}
.tzportfolio-wrap .TzInner:hover a.tzfa-heart {
  right: 50%;
  top: 50%;
}
.tzportfolio-wrap .TzInner:hover .tz-image-item:after {
  background: rgba(51, 51, 51, 0.8);
}
.tzportfolio-wrap .tz-inner:hover .tz-image-item img {
  -webkit-transform: scale(1.3) translate3d(5px, 0, 0);
  -moz-transform: scale(1.3) translate3d(5px, 0, 0);
  -ms-transform: scale(1.3) translate3d(5px, 0, 0);
  -o-transform: scale(1.3) translate3d(5px, 0, 0);
  transform: scale(1.3) translate3d(5px, 0, 0);
}
.tzportfolio-wrap .tzpagenavi {
  width: 100%;
  text-align: center;
  margin-top: 58px;
}
.tzportfolio-wrap .tzpagenavi button:first-child {
  margin-right: 7px;
}
.tzportfolio-wrap .tzpagenavi button {
  display: inline-block;
  border: 2px solid #010101;
  background: none;
  padding: 10px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
}
.tzportfolio-wrap .tzpagenavi button:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #000;
}
.tzportfolio-wrap .tzpagenavi button:hover i {
  color: #fff;
}
.tzportfolio-wrap .tzpagenavi button i {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 18px;
}
#tz_options .selected {
  background: none;
}
/**
* 4.29 - Single Portfolio
* -----------------------------------------------------------------------------
*/
.view-article .tzportfolio-wrap {
  padding: 81px 0;
}
.tzsingle-wrap {
  background: #eeeeee;
  padding: 81px 0;
}
ul.pager.pagenav {
  width: 100%;
  text-align: center;
  margin-top: 52px;
  margin-bottom: 49px;
}
.single-slider-full {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  margin-top: 50px;
}
.single-small {
  background: #fff;
  position: relative;
  max-height: 700px;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 50px;
}
.single-small .flex-direction-nav .flex-prev {
  top: 36%;
}
.single-small .flex-direction-nav .flex-next {
  top: 36%;
}
.single-small .container {
  position: relative;
}
.single-small .container > .tz-container-fluid {
  padding: 0;
}
.tz-slider-full {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tz-slider-full li img {
  width: 100%;
}
.single-gallery-full {
  max-height: 700px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.tz-gallery-full {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: e-resize;
}
.single-video {
  margin-top: 50px;
  padding-top: 50px;
  background: #fff;
}
.single-video .container {
  position: relative;
}
.single-video .tz-video {
  height: 700px;
  z-index: 999;
}
.single-video .tzautoplay,
.single-video .tzpause {
  background: none;
  border: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  margin-top: -50px;
  margin-left: -20px;
}
.single-video .tz-video:after {
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.single-video .tzautoplay i {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
}
.single-video .tzpause i {
  font-size: 90px;
  color: #ffffff;
  line-height: 100px;
}
.tz_slider_prev {
  position: absolute;
  display: block;
  background: none;
  width: 50px;
  height: 50px;
  border: 0;
  left: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
}
.tz_slider_prev i {
  line-height: 50px;
  font-size: 50px;
  color: #9a9e9c;
}
.tz_slider_prev:hover i {
  color: #fff;
}
.tz_slider_next {
  position: absolute;
  display: block;
  background: none;
  width: 50px;
  height: 50px;
  border: 0;
  right: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
}
.tz_slider_next i {
  line-height: 50px;
  font-size: 50px;
  color: #9a9e9c;
}
.tz_slider_next:hover i {
  color: #fff;
}
.p-single-content {
  background: #FFF;
  padding: 33px 0 10px;
}
.p-title {
  padding: 15px 0;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
}
.p-single-content p {
  padding: 12px 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
}
.p-content-right span {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}
.p-content-right ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
}
.p-content-right ul li {
  position: relative;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.p-content-right ul li i {
  font-size: 13px;
  padding-right: 5px;
}
.p-share {
  margin: 14px 0 0;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  border: 1px solid #374140;
  padding: 5px 18px;
  background: none;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none !important;
}
.p-share span {
  color: #000;
  position: relative;
  z-index: 999;
}
.p-share:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #000;
  content: '';
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.p-share:hover:after {
  left: 0;
}
.p-share:hover span {
  color: #fff;
}
.alignnone {
  display: block;
  margin: 10px 0 0;
  width: 100%;
}
.media_fullwidth > .tz-row > .tz-col-lg-12 {
  padding: 0;
}
.TzArticleMedia {
  margin: 0;
}
.TzArticleMedia div.flexslider {
  margin-bottom: 0;
}
.dekor_gallery .TzArticleMedia img {
  overflow: hidden;
}
.TzItemPageInner .TzArticleMedia {
  max-height: 700px;
  overflow: hidden;
}
.TzItemPageInner .TzArticleMedia img {
  width: 100%;
}
.resize .TzArticleMedia img {
  position: relative;
  max-width: none;
}
.first-span > div {
  margin-top: 11px;
}
.pagenav .previous > a,
.pagenav .previous > span,
.pagenav .next > a,
.pagenav .next > span {
  float: none;
}
.pagenav li.previous {
  margin-right: 7px;
}
.pagenav li a {
  display: inline-block;
  border: 2px solid #374140;
  background: none;
  padding: 10px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
}
.pagenav li a i {
  color: #374140;
  font-size: 20px;
  line-height: 18px;
}
.pagenav li a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #CD0207;
}
.pagenav li a:hover i {
  color: #fff;
}
.pagenav li a.prev:first-child {
  margin-right: 7px;
}
.p-share {
  cursor: pointer;
}
.p-share span.open {
  display: block;
}
.p-share span {
  display: none;
}
.dekor_share {
  position: relative;
}
.breadcrumb.tz_portfolio_like_button {
  position: absolute;
  border: none;
}
.breadcrumb.tz_portfolio_like_button .TzLikeButtonInner > div .fb-like {
  top: -5px;
}
.breadcrumb.tz_portfolio_like_button .TzLikeButtonInner > div.FacebookButton {
  padding-right: 10px;
}
.breadcrumb.tz_portfolio_like_button .TzLikeButtonInner > div.GooglePlusOneButton {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.breadcrumb.tz_portfolio_like_button .TzLikeButtonInner {
  padding-top: 20px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -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;
}
.breadcrumb.tz_portfolio_like_button .TzLikeButtonInner.open {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.TzItemPageInner .single_title {
  padding: 0;
}
.sing-float .TzArticleMedia {
  padding-top: 20px;
}
.TzArticleMedia .flexslider .slides > li {
  overflow: hidden;
}
.TzBlogInner .col-lg-3 .tzblog-viewmore,
.TzBlogInner .col-lg-2 .tzblog-viewmore {
  padding: 11px 25px 10px;
}
.dekor_portfolio.tz-no-mansory .tz-image-item {
  height: 270px;
}
.dekor_portfolio.tz-no-mansory .tz-grid-3 .tz-image-item {
  height: 332px;
}
.dekor_portfolio.tz-no-mansory .tz-grid-2 .tz-image-item {
  height: 524px;
}
.dekor_portfolio.tz-no-mansory .tz-grid-3 .tz-inner h6 a {
  padding: 20px 0 0;
}
.dekor_portfolio.tz-no-mansory .tz-grid-3 .tz-inner span {
  padding: 2px 0;
}
.dekor_portfolio.tz-no-mansory .tz-grid-2 .tz-inner h6 a {
  padding: 20px 0 0;
}
.dekor_portfolio.tz-no-mansory .tz-grid-2 .tz-inner span {
  padding: 2px 0;
}
.dekor_portfolio .single-blog h6 a {
  padding-bottom: 0;
}
#portfolio .TzInner.tz-inner {
  height: 100%;
  overflow: hidden;
}
.tz-image-item {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.tz-portrait .tz-image-item {
  height: 560px;
}
.tz-image-item img {
  width: auto;
  height: 100%;
}
.tzfilter {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
.tzfilter a:first-child {
  margin: 0;
}
.TzPortfolioDescription {
  padding: 0;
}
.tzfilter a {
  color: #000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  margin: 20px 0 0 45px;
  padding: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.tzfilter a.selected,
.tzfilter a:focus,
.tzfilter a:hover {
  color: #CD0207;
}
.tzportfolio-pages {
  position: relative;
  margin-top: 0px;
}
.tz-title-bold-6 .tzportfolio-pages {
  position: relative;
  margin-top: 24px;
}
.tz-no-mansory {
  margin-right: -30px;
}
.tzportfolio-pages:after {
  clear: both;
  display: table;
  content: '';
}
.tzportfolio-pages .element {
  background: transparent;
}
.tz-inner {
  margin: 30px 30px 0 0;
  padding: 0 0 19px 0;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}
.tz-image-item {
  position: relative;
  overflow: hidden;
}
.tz-image-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(51, 51, 51, 0);
}
.tz-image-item img {
  width: 100%;
  -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;
}
.tz-inner h3 {
  padding: 0;
  margin: 0;
  text-align: center;
}
.tz-inner h3 a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  padding: 24px 0 0;
  margin: 0;
  text-decoration: none !important;
}
.tz-inner .TZcategory-name .tz-cat {
  color: #CD0207;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  text-transform: uppercase;
}
.tzfa-search i,
.tzfa-heart i {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
.TzInner:hover a.tzfa-search {
  left: 50%;
  bottom: 50%;
}
.TzInner:hover a.tzfa-heart {
  right: 50%;
  top: 50%;
}
.TzInner:hover .tz-image-item:after {
  background: rgba(51, 51, 51, 0.8);
}
.tz-inner:hover .tz-image-item img {
  -webkit-transform: scale(1.3) translate3d(5px, 0, 0);
  -moz-transform: scale(1.3) translate3d(5px, 0, 0);
  -ms-transform: scale(1.3) translate3d(5px, 0, 0);
  -o-transform: scale(1.3) translate3d(5px, 0, 0);
  transform: scale(1.3) translate3d(5px, 0, 0);
}
.tzpagenavi {
  width: 100%;
  text-align: center;
  margin-top: 58px;
}
.tzpagenavi button:first-child {
  margin-right: 7px;
}
.tzpagenavi button {
  display: inline-block;
  border: 2px solid #010101;
  background: none;
  padding: 10px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
}
.tzpagenavi button:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #000;
}
.tzpagenavi button:hover i {
  color: #fff;
}
.tzpagenavi button i {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 18px;
}
.tz-footer-content h3.module-title {
  margin: 0;
  padding: 14px 0 12px;
}
.tz-footer-content h3.module-title span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.tz-footer-content .latest_img img {
  width: auto;
  height: 70px;
  overflow: hidden;
}
body > * {
  left: 0;
  -webkit-transition: transform 500ms ease;
  -moz-transition: transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
}
body {
  overflow-x: hidden;
}
body .tz-background1 {
  background: #6dd3d1;
}
body .theme-gray {
  background: #f5f5f5;
}
body .theme-black {
  background: #000;
}
body .theme-orange {
  background: #374140;
}
body .theme-white {
  background: #fff;
}
body .tz-background2 {
  background: #fabc59;
}
body .tz-background3 {
  background: #CD0207;
}
body .theme-white .tz-title-4 span,
body .theme-white .tz-title-bold-4 span {
  color: #333333;
}
body .theme-white .tz-title-4 span:after,
body .theme-white .tz-title-bold-4 span:after {
  background: #333333;
}
body .theme-white .page-heading {
  background: #FFF;
}
body .page-heading.tz-background3 {
  background: #CD0207;
}
body .page-heading.tz-background1 {
  background: #6dd3d1;
}
body .page-heading.tz-background2 {
  background: #fabc59;
}
body .page-heading.theme-white {
  background: #fff;
}
body .page-heading.theme-white span {
  color: #333;
  text-transform: uppercase;
}
body .page-heading.theme-white span:after {
  background: #333;
}
body .tz-title-4 {
  background: #6dd3d1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 47px 0 80px;
  text-decoration: none;
  text-align: center;
}
body .tz-title-4 span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
  padding: 25px 0;
  position: relative;
}
body .tz-title-4 span:after {
  position: absolute;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  left: 50%;
  background: #fff;
  content: '';
  bottom: 0;
}
body .tz-title-bold-4 {
  background: #6dd3d1;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  padding: 26px 0 40px;
  text-decoration: none;
  text-align: center;
}
body .tz-title-bold-4 span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
body .tz-title-bold-4 span:after {
  position: absolute;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  left: 50%;
  background: #fff;
  content: '';
  bottom: 0;
}
.plazart-megamenu ul li a {
  display: block !important;
}
.tz-title-bold-5 {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  padding: 25px 0;
  position: relative;
  text-align: center;
}
.tz-title-bold-5:after {
  position: absolute;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  left: 50%;
  background: #333333;
  content: '';
  bottom: 0;
}
body a {
  outline: none;
}
body.tz-body-canvas22 > * {
  -webkit-transform: translateX(250px);
  -moz-transform: translateX(250px);
  -ms-transform: translateX(250px);
  -o-transform: translateX(250px);
  transform: translateX(250px);
}
a:hover,
a:focus {
  text-decoration: none;
}
.tzpage-default {
  background: #eeeeee;
  padding: 79px 0;
}
.tzpage-default #tz-message-area {
  margin: 0;
}
.page-content {
  margin-top: 35px;
  margin-bottom: 10px;
}
h1 {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h2 {
  display: block;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 46.8px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h3 {
  display: block;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 39.6px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h4 {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 32.4px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h5 {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 30.4px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h6 {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 10px 0;
  text-decoration: none;
}
.tz_icon_menu {
  display: none;
}
.theme-darkturquoise {
  background: #6dd3d1;
}
.color-darkturquoise {
  color: #6dd3d1;
}
.color-orange {
  color: #fabc59;
}
.color-darkorange {
  color: #CD0207;
}
.color-1 {
  color: #6cd2d1;
}
.color-2 {
  color: #f9bb59;
}
.color-3 {
  color: #CD0207;
}
h3.module-title {
  margin: 0;
}
.style-border {
  border-bottom: 1px solid #eeeeee;
}
.shop-icon-data .hot {
  background: url("../../../images/hosts.png");
  background-repeat: no-repeat;
}
.shop-icon-data .sale {
  background: url("../../../images/sale.png");
  background-repeat: no-repeat;
}
.shop-icon-data .new {
  background: url("../../../images/new.png");
  background-repeat: no-repeat;
}
.shop-icon-data .hot,
.shop-icon-data .sale,
.shop-icon-data .new {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}
.tzfa-search i,
.tzfa-heart i {
  font-size: 18px;
  line-height: 48px;
  color: #fff;
}
.tzfa-search {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #CD0207;
  text-align: center;
  z-index: 999;
  margin-bottom: -24px;
  margin-left: -55px;
  -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;
}
.tzfa-search:before {
  width: 100%;
  height: 100%;
  border: 1px solid #CD0207;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -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;
}
.tzfa-search:after {
  width: 100%;
  height: 100%;
  border: 1px solid #CD0207;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tzfa-search:hover {
  background: transparent;
}
.tzfa-search:hover:before {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.tzfa-search:hover:after {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
}
.tzfa-search:hover i {
  color: #fff;
}
.tzfa-heart {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #374140;
  text-align: center;
  z-index: 999;
  margin-top: -24px;
  margin-right: -55px;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tzfa-heart:before {
  width: 100%;
  height: 100%;
  border: 1px solid #374140;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.tzfa-heart:after {
  width: 100%;
  height: 100%;
  border: 1px solid #374140;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
}
.tzfa-heart:hover {
  background: transparent;
}
.tzfa-heart:hover i {
  color: #fff;
}
.tzfa-heart:hover:before {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  opacity: 0;
}
.tzfa-heart:hover:after {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
}
.page_none .hikashop_products_pagination.hikashop_products_pagination_bottom {
  display: none;
}
.dekor_portfolio {
  overflow: hidden;
}
.dekor_portfolio #main-body {
  margin: 0;
  overflow: hidden;
}
/*------related------*/
.tzrelated .row > div:first-child {
  padding-left: 0;
}
.tzrelated .row > div:last-child {
  padding-right: 0;
}
.tzrelated {
  padding: 20px 0 21px;
}
.tzrelated .tz-title-bold-3 {
  text-transform: uppercase;
}
.tzrelated .TzImage {
  height: 370px;
  overflow: hidden;
}
.tzrelated .TzImage img {
  display: block;
  max-width: none;
  position: relative;
}
.tz-tzrelated {
  background: #fff;
  padding-bottom: 25px;
  margin-top: 50px;
}
.tz-tzrelated-img {
  position: relative;
  overflow: hidden;
  max-height: 370px;
  height: 100%;
}
.tz-tzrelated h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}
.tz-tzrelated h6 a {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  padding: 24px 0 0;
  text-decoration: none !important;
}
.tz-tzrelated span {
  color: #CD0207;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}
.tz-tzrelated p.introtext {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 20px 23px;
  position: relative;
  text-align: center;
}
.tz-tzrelated p.introtext:after {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.tz-tzrelated-img:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(51, 51, 51, 0);
}
.tz-tzrelated:hover a.tzfa-search {
  left: 50%;
  bottom: 50%;
}
.tz-tzrelated:hover a.tzfa-heart {
  right: 50%;
  top: 50%;
}
.tz-tzrelated:hover .tz-tzrelated-img:after {
  background: rgba(51, 51, 51, 0.8);
}
.tz-tzrelated:hover .tz-tzrelated-img img {
  -webkit-transform: scale(1.3) translate3d(5px, 0, 0);
  -moz-transform: scale(1.3) translate3d(5px, 0, 0);
  -ms-transform: scale(1.3) translate3d(5px, 0, 0);
  -o-transform: scale(1.3) translate3d(5px, 0, 0);
  transform: scale(1.3) translate3d(5px, 0, 0);
}
#comments > h4 {
  display: none;
}
/**
* 4.32 - Comment Post
* -----------------------------------------------------------------------------
*/
.tzcomments-area {
  position: relative;
  margin-bottom: 28px;
}
.tz_portfolio_comment #comments .comment-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 22px;
}
.tz_portfolio_comment #comments .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz_portfolio_comment #comments .comment-author img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tz_portfolio_comment #comments .comment-author {
  float: left;
}
.tz_portfolio_comment #comments .comment-body {
  position: relative;
}
.tz_portfolio_comment #comments .comment-body:after {
  clear: both;
  content: '';
  display: table;
}
.tz_portfolio_comment #comments .comment-box.avatar-indent {
  padding-left: 100px;
}
.tz_portfolio_comment #comments .comment-box.avatar-indent .comment-metadata {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 6px 0 0;
  display: block;
}
.tz_portfolio_comment #comments .comment-box.avatar-indent .comment-metadata a {
  color: #dc795c;
  font-size: 12px;
  font-weight: 600;
  line-height: 21.6px;
  margin: 0;
  padding: 0 0 0 20px;
  text-decoration: none !important;
}
.tz_portfolio_comment #comments .comment-box.avatar-indent strong {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.tz_portfolio_comment #comments .comment-box.avatar-indent p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 6px 0 5px;
}
.tz_portfolio_comment #comments .comment-box.avatar-indent .comment-body {
  padding: 0;
}
.tz_portfolio_comment #comments .comment-list .comment-body {
  background: #fff;
  padding: 32px 50px 29px;
  margin: 10px 0 8px 0;
}
.tz_portfolio_comment #comments .comment-list li .children li {
  margin-left: 148px;
  margin-top: 10px;
}
.tz_portfolio_comment #comments .comment-respond {
  background: #fff;
  padding: 38px 16%;
  margin: 50px 0 0 0;
}
.tz_portfolio_comment #comments .comment-respond p {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 6px 0 5px;
}
.tz_portfolio_comment #comments .comment-respond form {
  margin: 40px 0 15px;
}
.tz_portfolio_comment #comments #comments_form_submit {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 37px 0 0;
  padding: 10px 33px;
  border: 2px solid #000;
  background: none;
  display: inline-block;
  height: 54px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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;
}
.tz_portfolio_comment #comments #comments_form_submit:hover {
  background: #000;
  color: #fff;
}
.tz_portfolio_comment #comments .comments-buttons a {
  color: #dc795c;
  font-size: 12px;
  font-weight: 600;
  line-height: 21.6px;
  margin: 0;
  padding: 0 0 0 20px;
  text-transform: uppercase;
}
.tz_portfolio_comment #comments .comments-list .comment-body {
  background: #ddd;
  margin-left: 148px;
}
.tz_portfolio_comment #comments .dekor-btn-report,
.tz_portfolio_comment #comments .dekor-btn-quote {
  display: none;
}
.tz_portfolio_comment .comment-respond {
  background: none repeat scroll 0 0 #fff;
  margin: 50px -15px 0;
  padding: 38px 16%;
}
.tz_portfolio_comment #comments-footer {
  display: none;
}
.tz_portfolio_comment a.comments_form_submit {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 37px 0 0;
  padding: 17px 33px;
  border: 2px solid #000;
  background: none;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 54px;
  -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;
}
.tz_portfolio_comment a.comments_form_submit:hover {
  background: #000;
  color: #fff;
}
.tz_portfolio_comment .comment-respond form label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0 0 10px 0;
  padding: 0;
}
.tz_portfolio_comment .comment-respond form input {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eee;
  border: 0;
  height: 48px;
  box-shadow: none;
}
.tz_portfolio_comment .tzcomment-textarea {
  margin-top: 23px;
}
.tz_portfolio_comment .comment-respond form textarea {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #eeeeee;
  border: 0;
  box-shadow: none;
}
.tz_portfolio_comment .tzsubmit {
  text-align: center;
}
.tz_portfolio_comment .comment-respond form .tzcomment-textarea.label {
  margin-bottom: 0;
}
.tz_portfolio_comment #comments-form-send {
  width: 100%;
}
.tz_portfolio_comment #comments-form-message {
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}
#tz-component .TzItemPageInner .media-blog {
  padding: 50px 0 0 0;
}
.tzpost-content h2.p-title {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 16px 0 28px;
  text-align: center;
  text-transform: none;
}
.tzpost-content .dekor_share {
  text-align: center;
  padding-top: 26px;
}
.tzpost-content .dekor_share:after {
  background: #000;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.tzpost-content .p-share {
  padding: 18px 31px;
  margin-top: 40px;
}
.tzpost-content .breadcrumb.tz_portfolio_like_button {
  width: 100%;
  margin: 0 auto;
}
.single-blog .tzfa-heart {
  display: none;
}
.single-blog .tzrelated {
  padding: 3px 0 20px;
}
.single-blog h6 a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 23px 0 15px;
}
.single-blog h6 a:hover {
  color: #CD0207;
}
.single-blog .tz-tzrelated .tz-tzrelated-img img {
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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: 100%;
}
.single-blog .tz-tzrelated:hover .tz-tzrelated-img img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.single-blog .tz-tzrelated:hover .tzfa-search {
  transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
}
.single-blog .tz-tzrelated .tzfa-search {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #6dd3d1;
  text-align: center;
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 999;
  transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -webkit-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.single-blog .tz-tzrelated .tzfa-search:after {
  border: 1px solid #6dd3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -webkit-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  width: 100%;
}
.single-blog .tz-tzrelated .tzfa-search:before {
  border: 1px solid #6dd3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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: 100%;
}
.single-blog .tz-tzrelated .tzfa-search:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.single-blog .tz-tzrelated .tzfa-search:hover:after {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.single-blog .tz-tzrelated .tzfa-search:hover {
  background: none repeat scroll 0 0 transparent;
}
.single-blog .tz-tzrelated .tzfa-search:hover i {
  color: #6dd3d1;
}
.single-blog .tz-tzrelated .tzfa-search i {
  color: #fff;
  line-height: 50px;
  font-size: 21px;
}
.rla_footer {
  display: block;
  margin-top: 20px;
  padding: 0 23px;
  text-align: center;
}
.rla_footer em {
  color: #000000;
  font-size: 14px;
  font-style: inherit;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
}
.rla_footer .dekor_right {
  display: block;
  position: relative;
  right: 0;
  text-align: right;
}
.rla_footer .dekor_right > span {
  display: inline-block;
  color: #000;
  font-size: 14px;
  padding-left: 20px;
}
.rla_footer .dekor_right i {
  color: #000;
  font-size: 17px;
  line-height: 20px;
  padding-right: 5px;
}
.TzItemPageInner .tz_portfolio_user p {
  color: #374140;
  /*padding: 12px 20%;*/
 
}
.rla_footer em {
  float: left;
}
#login-form label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#login-form input {
  background: none repeat scroll 0 0 #eee;
  border: 0 none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding: 7px 10px;
  text-decoration: none;
  width: 100%;
}
#login-form .userdata {
  padding-top: 55px;
}
#login-form .userdata > div {
  padding-bottom: 9px;
}
#login-form .userdata > div #form-login-submit {
  padding: 0;
}
#login-form #form-login-remember .inputbox {
  position: relative;
  top: 3px;
  width: auto;
  left: 5px;
}
#login-form #form-login-submit .submit-form {
  border-top: 1px solid #eee;
  display: block;
  margin-top: 28px;
  text-align: center;
  width: 100%;
}
#login-form #form-login-submit .submit-form button:hover:after {
  left: 0;
}
#login-form #form-login-submit .submit-form button:hover span {
  color: #fff;
}
#login-form #form-login-submit .submit-form button:after {
  background: none repeat scroll 0 0 #333333;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  width: 100%;
}
#login-form #form-login-submit .submit-form button span {
  position: relative;
  z-index: 99;
}
#login-form #form-login-submit .submit-form button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 30px 0 17px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#login-form ul.unstyled {
  list-style: none outside none;
  text-align: center;
  padding: 0;
}
#login-form ul.unstyled li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding: 4px 0 0;
  text-decoration: none;
}
#login-form ul.unstyled li a:hover {
  color: #CD0207;
}
form.well {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: 5px !important;
}
form.well input#remember {
  width: auto;
  position: relative;
  top: 1px;
  left: 5px;
}
.form-horizontal {
  margin: 19px 0 0 0;
}
.joom-login {
  background: none repeat scroll 0 0 #fff;
  margin: 60px 0;
  padding: 73px 75px 48px;
}
.form-horizontal label {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33.6px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.form-horizontal .row {
  margin-top: 10px;
}
.form-horizontal input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
  padding: 0 10px;
  text-decoration: none;
  width: 100%;
}
.form-horizontal input[type='file'] {
  border: 0;
  padding: 0;
}
.form-horizontal .controls {
  text-align: right;
}
.form-horizontal .controls button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 31px 0 15px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.form-horizontal .controls button:hover {
  background: #000000;
  color: #fff;
}
.form-horizontal .controls button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 31px 0 15px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
}
.form-horizontal .controls button:hover {
  background: #000000;
  color: #fff;
}
.joom-form-meta {
  list-style: none;
  padding: 11px 0 0 0;
  margin: 0;
  border: none;
}
.joom-form-meta li {
  position: relative;
}
.joom-form-meta li a {
  color: #000000;
  display: block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 30.8px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.joom-form-meta li a:hover,
.joom-form-meta li.open a,
.joom-form-meta li.open a:hover {
  background: none;
  border: none;
  color: #CD0207;
}
.typo h1.TzHeadingTitle {
  margin-bottom: 30px;
}
/*------------joom-registration------------*/
.joom-registration {
  background: #fff;
  padding: 53px 75px 89px;
  margin: 53px 75px 89px;
}
.joom-registration .form-horizontal label {
  border: none !important;
}
.joom-registration #jform_spacer-lbl {
  display: none;
}
.joom-registration .form-actions {
  border: none;
}
.joom-registration .form-horizontal .controls button {
  margin-right: 10px;
}
.joom-registration textarea {
  width: 100%;
}
.joom-registration .form-horizontal .row {
  margin-top: 15px;
}
.joom-registration .col-md-6:first-child {
  padding-right: 37px;
  padding-left: 15px;
}
.joom-registration .col-md-6 {
  padding-left: 37px;
}
.form-ds {
  padding: 59px 15px 0;
}
#jform_gender > input {
  width: auto;
  margin-right: 5px;
}
#jform_gender > label {
  padding-right: 10px;
}
.form-horizontal .controls a.btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 31px 0 15px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -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;
}
.form-horizontal .controls a.btn:hover {
  background: #000000;
  color: #fff;
}
#member-profile fieldset {
  border: none;
}
.width_auto input {
  width: auto !important;
}
.profile-edit.joom-registration #member-profile fieldset:first-child {
  border: none;
  padding-bottom: 20px;
}
.profile-edit.joom-registration #member-profile .btn {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 31px 0 15px;
  overflow: hidden;
  padding: 17px 30px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -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;
}
.profile-edit.joom-registration #member-profile .btn:hover {
  background: #000000;
  color: #fff;
}
.profile-edit.joom-registration #member-profile .form-actions button.btn {
  margin-right: 5px;
}
.form-horizontal .form-reset input {
  width: 30%;
  margin-left: 50px;
}
.form-reset .invalid {
  border: none;
  margin: 0 0 0 50px;
}
.joom-reset .form-horizontal .controls {
  text-align: left;
}
/*-------------------joom-newfeed----------------*/
.tzpage-newfeed {
  background: none repeat scroll 0 0 #eeeeee;
  padding: 109px 0 150px;
}
.joom-newfeed {
  background: #fff;
  padding: 73px 75px 30px;
  margin: 138px 0 24%;
}
.joom-newfeed ul.last {
  border: 0;
}
.joom-newfeed ul {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
}
.joom-newfeed ul li {
  border-bottom: 1px solid #ddd;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 40px;
  margin-bottom: 30px;
}
.joom-newfeed ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.joom-weblink .list-hits.badge {
  margin-right: 20px;
}
.joom-weblink .list-title a {
  color: #000;
  padding-left: 20px;
}
.joom-weblink .list-title img {
  display: none;
}
.joom-newfeed ul.list-striped li {
  background: transparent;
}
.joom-newfeed ul li i {
  font-size: 14px;
  padding-right: 26px;
  line-height: 25.2px;
}
.joom-newfeed ul li a {
  color: #000000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.joom-newfeed .joom-title {
  padding: 0 0 10px;
}
.joom-newfeed .joom-title-mr {
  margin: 41px 0 0;
}
.tz-header .menu1 #plazart-mainnav .plazart-megamenu ul.navbar-nav li a:after {
  background: transparent;
}
.tz-header .menu1 #plazart-mainnav .plazart-megamenu ul.navbar-nav li.style1 a:after {
  background: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header .menu4 #plazart-mainnav .plazart-megamenu ul.navbar-nav li a:after {
  background: transparent;
}
.tz-header .menu4 #plazart-mainnav .plazart-megamenu ul.navbar-nav li i.fa {
  display: none;
}
.tz-header .menu4 #plazart-mainnav .plazart-megamenu ul.navbar-nav li.style1 a:after {
  background: #FFF;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.tz-header-animation.tz-header #tz-logo-area {
  margin: 15px 0 12px;
}
.tz-header-animation .plazart-mainnav {
  min-height: 40px;
}
*::before,
*::after {
  box-sizing: border-box;
}
#Kunena form#jumpto input.kbutton {
  margin: 0;
}
body #Kunena .klist-bottom {
  overflow: hidden;
  padding-bottom: 1px !important;
}
body #off-canvas-nav .plazart-mainnav .dropdown-menu {
  width: 100% !important;
}
@media (max-width: 479px) {
  body .dekor_portfolio > .container-fluid .tzportfolio-wrap {
    padding: 20px 15px !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  body .dekor_portfolio > .container-fluid .tzportfolio-wrap {
    padding: 20px 15px !important;
  }
  body .tzportfolio-wrap .tz-inner {
    margin: 20px 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .dekor_portfolio > .container-fluid .tzportfolio-wrap {
    padding: 20px 15px !important;
  }
  body .tzportfolio-wrap .tz-inner {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 30px 15px 0 15px;
    overflow: hidden;
    padding: 0 0 19px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .dekor_portfolio > .container-fluid .tzportfolio-wrap {
    padding: 20px 15px !important;
  }
}
body .tznav-product li a {
  display: block !important;
}
body .tz-title-bold-6 {
  background: none !important;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  padding: 56px 0 15px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
body .tz-title-bold-6 span::after {
  background: none repeat scroll 0 0 #000;
  bottom: -10px;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
body .page-heading.tz-title-bold-6 > span {
  position: relative;
}
body .dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription h3.TzPortfolioTitle a {
  text-align: left;
}
body.rtl .dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription h3.TzPortfolioTitle a {
  text-align: right;
}
@media (max-width: 479px) {
  body .dekor_portfolio.hp .tz-portfolio-content .element.tz-landscape:hover a.tzfa-search {
    left: 25%;
  }
  body .dekor_portfolio.hp .tz-portfolio-content .element.tz-landscape:hover a.tzfa-heart {
    right: 75%;
  }
  body .item-collection {
    padding-right: 15px;
  }
  body .tz-header4.tz-header2 .tz-search {
    margin-left: 10px !important;
  }
  body .tz-shop-title {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body .plazart-megamenu.animate.slide .mega > .mega-dropdown-menu > div {
    margin-top: 0%;
  }
  body .plazart-megamenu .mega-nav > li a:hover,
  body .plazart-megamenu .dropdown-menu .mega-nav > li a:hover,
  body .plazart-megamenu .mega-nav > li a:focus,
  body .plazart-megamenu .dropdown-menu .mega-nav > li a:focus {
    background: none;
  }
  body .plazart-megamenu.animate.slide .mega .mega > .mega-dropdown-menu > div {
    margin-left: 0;
  }
  body .dropdown-submenu > a::after {
    border-style: none;
  }
}
body .flex-direction-nav a::before,
.flex-direction-nav a.flex-next::before {
  content: "";
}
body .flexslider:hover .flex-direction-nav .flex-next {
  right: 40px;
}
body .flexslider .flex-direction-nav .flex-next {
  right: 60px;
}
/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/plazartfw
 * @Link:         http://plazart-framework.org
 *------------------------------------------------------------------------------
 */
#plazart-mainnav .nav {
  margin-bottom: 0;
}
#plazart-mainnav .plazart-megamenu.animate .mega.animating > .mega-dropdown-menu {
  display: block;
}
#plazart-mainnav .nav > li > a:hover,
#plazart-mainnav .nav > li.open > a {
  background-color: transparent;
}
#plazart-mainnav .nav .dropdown-toggle .caret {
  border-top-color: #0077bb;
  border-bottom-color: #0077bb;
  margin-top: 8px;
  margin-left: 5px;
  display: none;
}
#plazart-mainnav .nav .dropdown-toggle:hover .caret {
  border-top-color: #00466e;
  border-bottom-color: #00466e;
}
#plazart-mainnav .nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
#plazart-mainnav .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
#plazart-mainnav .dropup,
#plazart-mainnav .dropdown {
  position: relative;
}
#plazart-mainnav .dropdown-toggle {
  *margin-bottom: -3px;
}
#plazart-mainnav .dropdown-toggle:active,
#plazart-mainnav .open .dropdown-toggle {
  outline: 0;
}
#plazart-mainnav .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
#plazart-mainnav .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#plazart-mainnav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: transparent;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#plazart-mainnav .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#plazart-mainnav .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
#plazart-mainnav .dropdown-menu li > a {
  clear: both;
  color: #444444;
  display: block;
  line-height: 20px;
  font-weight: normal;
  padding: 5px 10px;
  text-shadow: none;
  white-space: nowrap;
}
#plazart-mainnav .dropdown-menu .active > a,
#plazart-mainnav .dropdown-menu .active > a:hover {
  color: #000000;
  text-decoration: none;
  outline: 0;
  background-color: transparent;
}
#plazart-mainnav .dropdown-menu .disabled > a,
#plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999999;
}
#plazart-mainnav .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
#plazart-mainnav .open {
  *z-index: 1000;
}
#plazart-mainnav .open > .dropdown-menu {
  display: block;
}
#plazart-mainnav .nav li.dropdown.open > .dropdown-toggle,
#plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
#plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle,
#plazart-mainnav .nav > li.dropdown.open.active > a:hover {
  background-color: none;
}
#plazart-mainnav .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #666666;
  border-bottom-color: #666666;
}
#plazart-mainnav .nav li.dropdown > .dropdown-toggle:hover .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#plazart-mainnav .nav li.dropdown.open > .dropdown-toggle .caret,
#plazart-mainnav .nav li.dropdown.active > .dropdown-toggle .caret,
#plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
#plazart-mainnav .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#plazart-mainnav .dropup .caret,
#plazart-mainnav .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
#plazart-mainnav .dropup .dropdown-menu,
#plazart-mainnav .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
#plazart-mainnav .dropdown-submenu {
  position: relative;
}
#plazart-mainnav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#plazart-mainnav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#plazart-mainnav .touch .dropdown-submenu:hover > .dropdown-menu {
  display: none;
}
#plazart-mainnav .touch .dropdown-submenu.open > .dropdown-menu {
  display: block;
}
#plazart-mainnav .dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#plazart-mainnav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
#plazart-mainnav .dropdown-submenu:hover > a:after {
  border-left-color: #eeeeee;
}
#plazart-mainnav .dropdown-submenu.pull-left {
  float: none;
}
#plazart-mainnav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#plazart-mainnav .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
#plazart-mainnav .typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#plazart-mainnav .plazart-navhelper {
  background: #2f2f2f;
  color: #666666;
}
#plazart-mainnav .breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  *zoom: 1;
}
#plazart-mainnav .breadcrumb:before,
#plazart-mainnav .breadcrumb:after {
  display: table;
  content: "";
}
#plazart-mainnav .breadcrumb:after {
  clear: both;
}
#plazart-mainnav .breadcrumb li {
  text-shadow: none;
  display: block;
  float: left;
}
#plazart-mainnav .breadcrumb a {
  color: #666666;
}
#plazart-mainnav .breadcrumb .divider {
  padding: 0 5px;
  color: #666666;
}
#plazart-mainnav .breadcrumb .divider img {
  vertical-align: middle;
}
#plazart-mainnav .breadcrumb .active {
  color: #999999;
}
/** 
 *------------------------------------------------------------------------------
 * @package       Plazart Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
.plazart-mainnav {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 #ffffff;
  -moz-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  height: 40px;
}
.plazart-mainnav .navbar {
  color: #666666;
  margin-bottom: 0;
  margin-top: 0;
}
.plazart-mainnav .navbar-inner {
  min-height: 40px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.plazart-mainnav .navbar .nav {
  margin: 0;
}
.plazart-mainnav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 10px 20px;
  text-shadow: none;
}
.plazart-mainnav .navbar .nav > li > a:focus,
.plazart-mainnav .navbar .nav > li > a:hover {
  text-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .nav > .active > a,
.plazart-mainnav .navbar .nav > .active > a:hover,
.plazart-mainnav .navbar .nav > .active > a:focus {
  color: #000000;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.plazart-mainnav .navbar .btn-navbar {
  border: none;
}
.plazart-mainnav .navbar .btn-navbar:hover,
.plazart-mainnav .navbar .btn-navbar:focus,
.plazart-mainnav .navbar .btn-navbar:active {
  background: transparent;
}
.plazart-mainnav .navbar .btn-navbar [class^="icon-"],
.plazart-mainnav .navbar .btn-navbar [class^=" icon-"] {
  color: #666666;
  text-shadow: none;
}
.plazart-mainnav .dropdown .caret {
  margin-left: 5px;
}
.plazart-mainnav .dropdown-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.plazart-mainnav .dropdown-menu li > a {
  border-top: 1px solid #eeeeee;
  padding: 5px 20px;
  text-shadow: none;
}
.plazart-mainnav .dropdown-menu li:first-child > a {
  border-top: 0;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.plazart-mainnav .navbar .nav > li > .dropdown-menu:after {
  display: none;
}
.plazart-mainnav .dropdown-menu .disabled > a,
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  color: #999999;
}
.plazart-mainnav .dropdown-menu .disabled > a:hover {
  background-color: transparent;
}
.plazart-mainnav .nav li.dropdown.open > .dropdown-toggle {
  background-color: #ffffff;
  color: #222222;
}
.plazart-mainnav .nav li.dropdown.active > .dropdown-toggle,
.plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #000000;
}
.plazart-mainnav.vertical-nav {
  background: #2A3131;
  position: fixed;
  width: 200px;
  margin-left: -220px;
  top: 40px;
  padding: 0 0 70px;
  z-index: 1013;
}
.plazart-mainnav.vertical-nav .navbar {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav {
  float: none;
}
.plazart-mainnav.vertical-nav .navbar .nav > li {
  float: none;
  padding: 0 20px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a {
  border-top: 0;
  border-right: 0;
  padding: 20px 0;
  border-bottom: 1px solid #2c2c2c;
  text-shadow: none;
  text-transform: uppercase;
  background: none;
  color: #666666;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > li > a:focus {
  color: #eeeeee;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > a .mega-caption {
  text-transform: none;
  color: #444;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #666666;
  border-top: 4px solid transparent;
  margin-top: 5px;
  float: right;
}
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.plazart-mainnav.vertical-nav .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom: 4px solid transparent;
  border-right: 0;
  border-left: 4px solid #000000;
  border-top: 4px solid transparent;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active > a,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:hover,
.plazart-mainnav.vertical-nav .navbar .nav > .active > a:focus {
  border-bottom-color: #2c2c2c;
  color: #666666;
}
.plazart-mainnav.vertical-nav .navbar .nav > .active:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #222222;
  position: absolute;
  right: -5px;
  top: 20px;
}
.plazart-mainnav.vertical-nav .dropdown-menu {
  left: 100%;
  top: 0;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu {
  left: 200px;
}
.plazart-mainnav.vertical-nav .navbar .nav > li > .dropdown-menu:before {
  display: none;
}
/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
  }
  .navbar-collapse-fixed-top,
  .navbar-collapse-fixed-bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  .navbar-collapse-fixed-top .nav-collapse.in,
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: auto;
    top: 40px;
    bottom: 0;
  }
  .navbar-collapse-fixed-top .nav-collapse.in > *,
  .navbar-collapse-fixed-bottom .nav-collapse.in > * {
    padding-bottom: 50px;
  }
  .navbar-collapse-fixed-bottom {
    bottom: 0;
    top: auto;
  }
  .navbar-collapse-fixed-bottom .nav-collapse.in {
    top: 0;
    bottom: 40px;
  }
  .plazart-navhelper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav {
    background: transparent;
    border-top: none;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
  .plazart-mainnav .navbar .btn-navbar {
    margin-bottom: 0;
  }
  .plazart-mainnav .navbar .btn-navbar:hover {
    cursor: pointer;
  }
  .plazart-mainnav .nav-collapse {
    margin-top: 0;
    background: #fff;
  }
  .plazart-mainnav .nav-collapse .nav {
    margin: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 20px;
    font-weight: bold;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 0;
  }
  .plazart-mainnav .nav-collapse .nav > li > a:hover {
    background-color: #666666;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-top: 1px solid #d9d9d9;
    border-bottom: 0;
    font-weight: normal;
    padding: 10px 20px;
  }
  .plazart-mainnav .nav-collapse .dropdown-menu a:hover {
    background-color: #666666;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  .plazart-mainnav .nav-collapse .dropdown-menu {
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .plazart-mainnav.navbar-collapse-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:before,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu:after,
  .plazart-mainnav .navbar .nav > li > .dropdown-menu .divider {
    display: none;
  }
  .plazart-mainnav .customization {
    display: none;
  }
  #off-canvas-nav .plazart-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0;
  }
  .off-canvas-enabled div#off-canvas-nav {
    background-color: rgba(255, 255, 255, 0.3);
    position: fixed !important;
    height: 100%;
    width: 100%;
    pointer-events: auto;
    z-index: 1001;
  }
  .off-canvas-enabled nav#plazart-mainnav {
    display: inline-block;
  }
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 0;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .off-canvas #plazart-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: none;
    filter: alpha(opacity=0);
    pointer-events: none;
  }
  .off-canvas #off-canvas-nav div.plazart-mainnav {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #off-canvas-nav .plazart-mainnav {
    top: 0 !important;
    width: 265px;
    height: 100%;
    left: 0;
    margin-left: 0;
    overflow-y: auto;
    padding-top: 100px;
    position: absolute;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    height: auto;
    display: block;
    overflow: visible;
    padding-left: 42px;
    padding-bottom: 20px;
    background: none;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
  }
  .off-canvas-enabled #off-canvas-nav {
    z-index: 1001;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #off-canvas-nav .plazart-mainnav {
    z-index: 2;
    background: #1f1f1f;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu {
    padding: 0;
    border: none;
  }
  #off-canvas-nav .plazart-mainnav .dropdown-menu {
    width: auto !important;
  }
  #off-canvas-nav .plazart-mainnav .dropdown-menu > .mega-dropdown-inner {
    padding: 0;
  }
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .mega-nav .mega-group > .mega-group-title,
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
  #off-canvas-nav .plazart-mainnav .plazart-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
    border: none;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
  }
  #off-canvas-nav .plazart-mainnav .dropdown-submenu {
    margin-top: 15px;
  }
  #off-canvas-nav .plazart-mainnav .nav li.dropdown > .dropdown-toggle {
    background-color: transparent;
  }
  #off-canvas-nav .plazart-mainnav .nav li.dropdown > .dropdown-toggle .caret {
    display: none;
  }
  #off-canvas-nav .plazart-mainnav .nav li.dropdown.open > .dropdown-toggle .caret,
  #off-canvas-nav .plazart-mainnav .nav li.dropdown.active > .dropdown-toggle .caret,
  #off-canvas-nav .plazart-mainnav .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: "";
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse {
    margin: 0;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li {
    padding: 0 0 28px;
    border-bottom: 1px solid #d3d7d9;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li.dropdown.open.active > a {
    border: none;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li.dropdown.open.active > a:hover,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li.dropdown.open.active > a:focus {
    border: none;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li:hover .dropdown-menu,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li:focus .dropdown-menu {
    display: block;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li a {
    color: #ffffff;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li a:hover,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li a:focus,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li a:active {
    background: none;
    border: none;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a:hover,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a:focus,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a:active {
    background: none;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a:hover .caret,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a:focus .caret,
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a:active .caret {
    border-top-color: "";
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li.active > a {
    color: #ffffff;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu {
    background: #1f1f1f;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu .mega-nav > li {
    padding: 0;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu .mega-nav > li a {
    color: #ffffff;
    padding: 3px 0;
    font-size: 13px;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu a {
    border-top: none;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav li a,
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu a {
    text-align: left;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a,
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu > a {
    margin: 0;
    opacity: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 3px;
  }
  #off-canvas-nav .plazart-mainnav .btnred a {
    background: inherit;
    color: inherit;
  }
  #off-canvas-nav .plazart-mainnav > li.active.btnred > a {
    background: inherit;
    color: #404041;
    opacity: 1;
    margin: 0;
  }
  #off-canvas-nav .plazart-mainnav > li.btnred > a {
    color: #fff;
  }
  #off-canvas-nav .plazart-mainnav > li.btnred > a:hover {
    background: inherit;
    color: #404041;
  }
  #off-canvas-nav .plazart-mainnav .row-fluid [class*="span"] {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .plazart-mainnav.navbar-collapse-fixed-top {
    position: relative;
  }
  .off-canvas-enabled div#off-canvas-nav {
    position: absolute;
    background-color: transparent;
  }
  .plazart-mainnav .nav-collapse .nav > li > a,
  .plazart-mainnav .nav-collapse .dropdown-menu a {
    border: none;
  }
  #off-canvas-nav .plazart-mainnav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #off-canvas-nav .plazart-mainnav .tz-logo {
    margin-bottom: 58px;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li {
    border: none;
  }
  .plazart-mainnav .dropdown-menu .active > a,
  .plazart-mainnav .dropdown-menu .active > a:hover {
    background: none;
  }
}
.TzArticleTitle {
  text-transform: uppercase;
}
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 58px;
}
.pagination .counter {
  display: none;
}
.pagination .pagination-list li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #010101;
  display: inline-block;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 9px;
  width: 44px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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;
}
.pagination .pagination-list li:hover {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  background: #000;
}
.pagination .pagination-list li:hover i,
.pagination .pagination-list li:hover a {
  color: #fff;
}
.pagination .pagination-list li i,
.pagination .pagination-list li a {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 18px;
}
/**
* 4.30 - Blog Page
* -----------------------------------------------------------------------------
*/
.blog_full #main-body {
  margin: 0;
}
.TzBlogMedia {
  margin: 0;
}
.page-heading {
  text-transform: uppercase;
}
.TzItemsLeading {
  padding-top: 20px;
}
.TzItemsRow.c_row {
  margin-top: 18px;
}
.TzLeading,
.TzItem {
  margin-bottom: 0;
}
.tzblog-wrap {
  background: #eeeeee;
  padding: 20px 0;
}
.blog-item {
  background: #fff;
  text-align: center;
  padding-bottom: 47px;
  margin-top: 30px;
}
.tzblog-slider {
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.tzblog-slider-content {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tzblog-slider .tz_slider_prev {
  left: 40px;
}
.tzblog-slider .tz_slider_next {
  right: 40px;
}
.blog-item h4 {
  padding: 48px 0 27px;
  margin: 0;
  text-align: center;
}
.blog-item h4:hover a {
  color: #CD0207;
}
.blog-item h4 a {
  color: #000000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.blog-item h4.tzquote-title span {
  color: #000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
.blog-item p {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 9% 32px;
  text-align: center;
  position: relative;
}
.blog-item p:after {
  position: absolute;
  left: 50%;
  height: 3px;
  width: 20px;
  background: #000;
  bottom: 0;
  margin-left: -10px;
  content: '';
}
.tzblog-meta {
  display: block;
  text-align: center;
  margin-top: 32px;
}
.tzblog-meta:after {
  clear: both;
  content: '';
  display: table;
}
.tzblog-meta .TzBlogCreatedby a,
.tzblog-meta .TzBlogCategory a {
  padding-left: 5px;
}
.tzblog-meta i {
  font-size: 17px;
  padding-right: 4px;
}
.tzblog-meta > span {
  padding-left: 13px;
}
.tzblog-meta > span:hover i {
  color: #CD0207;
}
.tzblog-meta em:hover,
.tzblog-meta a:hover,
.tzblog-meta a:hover i {
  color: #CD0207;
}
.tzblog-meta em {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 25px 0 0;
  font-style: inherit;
  white-space: 3px;
}
.tzblog-meta a:first-child {
  padding: 0;
}
.tzblog-meta a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 15px;
  font-style: inherit;
  text-decoration: none !important;
}
.tzblog-meta a i {
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  padding-right: 5px;
}
.tzblog-viewmore {
  border: 2px solid #000;
  background: none;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: 19px 0 0 0;
  padding: 18px 34px 19px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.tzblog-viewmore:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: -100%;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  background: #000;
}
.tzblog-viewmore:hover:after {
  left: 0;
}
.tzblog-viewmore:hover a {
  color: #fff;
}
.tzblog-viewmore a {
  color: #000;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}
.iframe-full-audio {
  width: 100%;
  height: 110px;
}
.blog-video .tzautoplay,
.blog-video .tzpause {
  background: none;
  border: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  margin-top: -50px;
  margin-left: -20px;
}
.blog-video .tz-video:after {
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.blog-video .tzautoplay i {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
}
.blog-video .tzpause i {
  font-size: 90px;
  color: #ffffff;
  line-height: 100px;
}
.blog-video .tz-video {
  height: 500px;
  z-index: 999;
}
.blog-item .fa-quote-left {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  padding-right: 6px;
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}
.blog-item .fa-quote-right {
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  padding-left: 6px;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.tzquote {
  position: relative;
  padding-bottom: 37px;
}
.tzquote:after {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.tzquote p:after {
  display: none;
}
.tzquote p {
  color: #000000;
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 41px;
  margin: 0;
  padding: 0 9% 28px;
  text-align: center;
}
.tzquote strong {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tzpagenavi-blog {
  text-align: center;
  margin: 50px 0 20px;
}
.tzpagenavi-blog a.active,
.tzpagenavi-blog a:hover,
.tzpagenavi-blog a:focus {
  background: #000000;
  color: #fff;
}
.tzpagenavi-blog a:first-child {
  margin: 0;
}
.tzpagenavi-blog a {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 0 10px;
  padding: 6px 17px;
  text-align: center;
  border: 2px solid #000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: none;
  -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;
  text-decoration: none !important;
}
/*---------------Blog Grid--------------*/
.gird-margin {
  margin-top: 20px;
}
body .blog-gird-item {
  padding-bottom: 35px;
  margin-top: 0px !important;
}
.pageblog-thumb {
  position: relative;
  height: 270px;
  overflow: hidden;
}
.pageblog-thumb:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: rgba(51, 51, 51, 0.8);
  -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;
  opacity: 0;
}
.blog-gird-item:hover .pageblog-thumb:after {
  opacity: 1;
}
.pageblog-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
body .blog-gird-item h4 {
  padding: 24px 25px 13px;
  margin: 0;
  text-align: center;
}
body .blog-gird-item h4:hover a {
  color: #CD0207;
}
body .blog-gird-item h4 a {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}
body .blog-gird-item p {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0 20px 23px;
  text-align: center;
  position: relative;
}
.blog-gird-item .tzblog-meta {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding: 0 23px;
}
.blog-gird-item .tzblog-meta em {
  padding: 0 23px 0 0;
}
.tzblog-view {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #6dd3d1;
  text-align: center;
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 999;
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) 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;
}
.tzblog-view:after {
  border: 1px solid #6dd3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
  width: 100%;
}
.tzblog-view:before {
  border: 1px solid #6dd3d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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: 100%;
}
.tzblog-view:hover:before {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.tzblog-view:hover:after {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.tzblog-view:hover {
  background: none repeat scroll 0 0 transparent;
}
.tzblog-view:hover i {
  color: #6dd3d1;
}
.tzblog-view i {
  color: #fff;
  line-height: 50px;
  font-size: 21px;
}
.blog-gird-item:hover .tzblog-view {
  -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  -o-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.blog-gird-item:hover .pageblog-thumb img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
/*---------------Blog Grid 3 column--------------*/
.blog-gird-item3 .pageblog-thumb {
  height: 370px;
}
body .blog-gird-item3 p {
  padding: 0 10% 23px;
}
body .blog-gird-item3 .tzblog-meta em {
  float: left;
}
body .blog-gird-item3 .tzblog-meta a {
  float: right;
}
/*---------------Blog Grid 2 column--------------*/
.blog-gird-item2 .pageblog-thumb {
  height: 570px;
}
body .blog-gird-item2 .tzblog-meta em {
  float: left;
}
body .blog-gird-item2 .tzblog-meta a {
  float: right;
}
/**
* 4.31 - Single Post Page
* -----------------------------------------------------------------------------
*/
.tzsingleblog-wrap {
  background: #eeeeee;
  padding: 80px 0 100px;
}
.tzsingleblog-wrap .tz-title-bold-3 {
  margin-bottom: 50px;
}
.tzpost-image img {
  width: 100%;
}
.tzpostsingle-video .tz-video {
  height: 500px;
  z-index: 999;
}
.tzpostsingle-video .tzautoplay,
.tzpostsingle-video .tzpause {
  background: none;
  border: 0;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
  margin-top: -50px;
  margin-left: -20px;
}
.tzpostsingle-video .tz-video:after {
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
}
.tzpostsingle-video .tzautoplay i {
  font-size: 100px;
  color: #ffffff;
  line-height: 100px;
}
.tzpostsingle-video .tzpause i {
  font-size: 90px;
  color: #ffffff;
  line-height: 100px;
}
.tzpost-content {
  background: #fff;
  padding: 30px 54px 45px;
}
.tzpost-content h1 {
  color: #000000;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  padding: 16px 0;
  text-align: center;
}
.tzpost-content p {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}
.tzpost-content .tzquote:after {
  display: none;
}
.tzpost-content .tzquote {
  margin-top: 8px;
  padding-bottom: 0;
  position: relative;
}
.tzpost-content .tzquote p {
  color: #000000;
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 41px;
  margin: 0;
  padding: 0 28px;
  text-align: center;
}
.tzpost-content .tzquote strong {
  padding: 29px 0 0;
}
.tzpost-content p.outstanding {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 28.8px;
  margin: 0;
  padding: 29px 5% 24px;
  text-align: center;
}
.tzshare {
  text-align: center;
  width: 100%;
  margin: 38px 0 19px;
  position: relative;
  padding: 40px 0 0;
}
.tzshare:after {
  background: none repeat scroll 0 0 #333333;
  top: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.tzshare button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #000000;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  padding: 18px 31px;
  position: relative;
  text-align: center;
}
.tzshare button:after {
  background: none repeat scroll 0 0 #000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
}
.tzshare button a {
  color: #000000;
  position: relative;
  z-index: 999;
}
.tzshare button:hover:after {
  left: 0;
}
.tzshare button:hover a {
  color: #fff;
}
.tzpost-author {
  background: #374140;
  text-align: center;
  padding: 20px 0 20px;
}
.tzpost-avata {
  width: 1px;
  height: 1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tzpost-author h6 {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 0;
  padding: 39px 0 6px;
  text-align: center;
  text-transform: uppercase;
}
body .blog-gird-item .tzpost-author p {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25.2px;
  margin: 0;
  padding: 12px 20%;
  text-align: center;
}
.post-tags-title {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.6px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.post-tags {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  display: block;
}
.post-tags a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  margin: 0;
  padding: 0 5px 0 0;
  text-decoration: none !important;
}
.post-count-comment {
  text-align: center;
  padding: 24px 0 1px;
  margin: 0;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
}
.post-count-comment i {
  padding-right: 10px;
  font-size: 12px;
}
.post-count-likes {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
}
.post-count-likes i {
  padding-right: 10px;
  font-size: 12px;
}
.tzpost-pagenavi {
  background: #fff;
  padding: 50px 0 48px;
  text-align: center;
}
.tzpost-pagenavi-left {
  padding: 10px 0;
  margin: 0 10px 0 0 ;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.2px;
  text-decoration: none !important;
  cursor: pointer;
}
.tzpost-pagenavi-left i {
  background: none ;
  border: 2px solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 44px;
  padding: 10px;
  -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: 44px;
  color: #0f0f0f;
  font-size: 20px;
  line-height: 18px;
  margin-left: 19px;
}
.tzpost-pagenavi-left:hover i {
  background: #000;
  color: #fff;
}
.tzpost-pagenavi-right {
  padding: 10px 0;
  margin: 0;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.2px;
  text-decoration: none !important;
}
.tzpost-pagenavi-right i {
  background: none ;
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 44px;
  padding: 10px;
  -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: 44px;
  color: #0f0f0f;
  font-size: 20px;
  line-height: 18px;
  margin-right: 19px;
}
.tzpost-pagenavi-right:hover i {
  background: #000;
  color: #fff;
}
.tz-title-comment {
  color: #333333;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0;
  padding: 29px 0;
  position: relative;
  text-align: center;
}
.tz-title-comment:after {
  background: none repeat scroll 0 0 #333;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.flex-direction-nav li a {
  text-indent: unset;
}
.flex-direction-nav li .flex-prev {
  left: 40px;
  text-align: right;
}
.flex-direction-nav li .flex-next {
  right: 40px;
}
.fluidvids-item {
  border: none;
}
.flex-direction-nav .flex-prev {
  position: absolute;
  display: block;
  background: none;
  width: 100px;
  height: 100px;
  border: 0;
  left: 100px;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
}
.flex-direction-nav .flex-prev i {
  line-height: 100px;
  font-size: 100px;
  color: #fff;
}
.flex-direction-nav .flex-prev:hover i {
  color: #CD0207;
}
.flex-direction-nav .flex-next {
  position: absolute;
  display: block;
  background: none;
  width: 100px;
  height: 100px;
  border: 0;
  right: 100px;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
}
.flex-direction-nav .flex-next i {
  line-height: 100px;
  font-size: 100px;
  color: #fff;
}
.flex-direction-nav .flex-next:hover i {
  color: #CD0207;
}
.TzBlogHits .numbers,
.TzPortfolioCommentCount .commentCount {
  line-height: 25px;
}
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta {
  display: block;
  margin-top: 20px;
  text-align: center;
  padding: 0 23px;
}
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta em {
  padding: 0 5px 0 0;
}
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta em,
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta .TzBlogCreatedby {
  float: left;
}
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta .TzBlogHits,
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta .TzBlogCategory,
.TzItemsRow.row .TzArticleBlogInfo.tzblog-meta .TzPortfolioCommentCount {
  float: right;
}
.TzItemsRow.row .col-lg-4 .tzquote .text {
  font-size: 20px;
  line-height: 1.6;
}
.TzItemsRow.row .col-lg-4 .tzquote p {
  font-size: 18px;
}
.TzItemsRow.row .col-lg-3 .tzquote p {
  font-size: 15px;
}
.TzItemsRow.row .col-lg-3 .flex-direction-nav li .flex-prev {
  left: 20px;
}
.TzItemsRow.row .col-lg-3 .flex-direction-nav li .flex-next {
  right: 20px;
}
.blog-gird-item .flex-direction-nav .flex-prev,
.blog-gird-item .flex-direction-nav .flex-next {
  top: 40%;
}
.blog-gird-item p.text {
  font-size: 24px;
  line-height: 1.6;
}
.tzpost-author i {
  padding-right: 5px;
}
.post-tags-title {
  display: none;
}
.tzpost-author .post-tags-title {
  display: block;
  text-transform: uppercase;
}
.tzpost-author .tag {
  padding-bottom: 33px;
}
.tzpost-author .tag ul {
  padding: 0;
  margin-top: 20px;
}
.tzpost-author .tag ul li {
  color: #FFF;
  list-style: none;
  display: inline-block;
  padding-right: 10px;
}
.tzpost-author .TzArticleCategory {
  display: block;
  padding-bottom: 6px;
}
.tzpost-author .TzHits,
.tzpost-author .TzArticleCategory {
  color: #FFF;
}
/**
* 7.0 - Home RTL
* -----------------------------------------------------------------------------
*/
.rtl #tz-logo-area {
  float: right !important;
}
body.rtl header .mega-dropdown-center {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.rtl .tz-search {
  float: left !important;
  margin-left: 0;
  margin-right: 20px;
}
.rtl .tz-form-search .fa {
  left: 0;
  margin-left: 20px;
}
.rtl .tz-header ul.nav-collapse {
  float: left !important;
}
.rtl .tz-form-search input#tz-search-input {
  text-align: right;
}
.rtl .tzshipping-left {
  float: right !important;
}
.rtl .tzshipping-right a {
  float: left !important;
}
.rtl .tzshipping-left .icon-shopping-cart {
  float: right !important;
}
.rtl .tz-shipping-content {
  text-align: right;
}
.rtl {
  text-align: right;
}
.rtl .pull-left {
  float: right !important;
}
.rtl .pull-right {
  float: left !important;
}
.rtl #plazart-mainnav .plazart-megamenu #tz-top_search,
.rtl #plazart-mainnav .plazart-megamenu > ul.nav {
  float: left;
}
.rtl .tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav > li {
  float: right;
}
.rtl input {
  text-align: right;
}
.rtl .tz-header #plazart-mainnav .plazart-megamenu ul.navbar-nav .nav-child ul li a {
  text-align: right;
}
.rtl .dekor_portfolio.hp .tz-portfolio-content .element .TzPortfolioDescription {
  left: 0;
  padding-right: 33px;
}
.rtl .tz-free-shipping .row > div {
  float: right;
}
.rtl .tz-free-shipping .row > div .icon-shopping-cart {
  float: right;
}
.rtl .tz-free-shipping .row > div .pull-right {
  float: left !important;
}
.rtl .tz-recent-porjects li {
  float: right;
}
.rtl .collection-left .item-collection img {
  float: right;
}
.rtl .collection-left .item-collection figcaption {
  text-align: right;
  padding: 0 72px 0 0;
}
.rtl .tz-title-1:after {
  left: auto;
  right: 0;
}
.search #searchForm .btn-group.pull-left {
  width: 100%;
}
.search #searchForm input#search-searchword {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #555;
  display: block;
  font-size: 18px;
  line-height: 1.33;
  padding: 10px 16px;
  width: 100%;
}
.search #searchForm > .btn-toolbar {
  margin: 0;
}
.search #searchForm > .btn-toolbar .btn-group.pull-left {
  margin: 0;
}
.search #searchForm > .btn-toolbar .j-search {
  background: none repeat scroll 0 0 #000;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
}
.search #searchForm > .btn-toolbar .j-search span {
  color: #FFF;
}
.search #searchForm .searchintro {
  padding: 15px 0;
}
.search #searchForm .searchintro strong {
  font-size: 20px;
  font-weight: normal;
}
.search #searchForm .phrases legend {
  margin: 0;
}
.search #searchForm .phrases-box label,
.search #searchForm .only label,
.search #searchForm .ordering-box label,
.search #searchForm .form-limit label {
  font-weight: normal;
}
.search #searchForm .only legend {
  margin: 10px 0 0 0;
}
.search #searchForm .ordering-box {
  padding: 10px 0;
}
.search #searchForm .result-title a {
  color: #CD0207;
}
.search dl.search-results dt {
  font-weight: normal;
  color: #CD0207;
  padding: 15px 0 0;
}
.search dl.search-results a {
  color: #CD0207;
}
@media (min-width: 1200) {
  .container {
    max-width: 1200px;
    width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .laster-thumb {
    height: 210px;
    max-width: 210px;
    width: 100%;
  }
  .tz-shop-meta a i {
    line-height: 40px;
    font-size: 16px;
  }
  .tz-shop-meta a {
    width: 40px;
    height: 40px;
  }
  .tz-view-more2 {
    margin: 50px 0 32px;
  }
  .our-blog-item .blog-thumb {
    height: 320px;
  }
  .our-blog-bk {
    background: none repeat scroll 0 0 #fff;
    height: 89%;
    margin: 45px 1px 1px;
    padding: 33px 40px;
    text-align: center;
  }
  .tz-our-blog {
    padding: 51px 0 20px;
  }
  .tz-choose-content2 {
    padding: 70px 0 55px;
  }
  .tz-team-slider li .tz-team-item {
    width: 200px;
    height: 200px;
  }
  .tz-simple-product {
    margin: 10% 0;
  }
  .tz-say-slider {
    cursor: e-resize;
  }
  .say_prev {
    left: 20px;
  }
  .say_next {
    right: 20px;
  }
  .tz-say-slider li p {
    padding: 26px 5% 33px;
  }
  .tzportfolio-wrap {
    padding: 70px 0;
  }
  .tz-about-bk img {
    width: 100%;
    height: 100%;
  }
  .width1170 {
    width: 900px;
  }
  body .dekor_portfolio #tz-component {
    padding: 0 15px;
  }
  body .dekor_portfolio.hp .tz-inner {
    margin: 0;
  }
  body .dekor_portfolio .tz-inner {
    margin: 30px 15px 0;
  }
  .tz-footer-content .latest_img img {
    height: 65px;
    overflow: hidden;
    width: 65px;
  }
  .dekor_portfolio .tz-load-more .tz-view-more2 {
    margin: 50px 0 20px;
  }
  .dekor_gallery .TzArticleMedia ul.slides .owl-item li {
    height: 200px;
  }
  .dekor_gallery .TzArticleMedia img {
    max-width: none;
  }
  .rla_footer .dekor_right span:last-child {
    clear: both;
    display: block;
    padding: 0;
    text-align: center;
  }
  #detailTab > li > a {
    padding: 16px 25px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  div .tz-about.tz-about2 > .container > .row {
    margin-left: -45px;
  }
}
@media (max-width: 1024px) {
  .parallax {
    background-position: center center !important;
  }
}
@media (max-width: 990px) {
  .parallax {
    background-position: center center !important;
  }
}
@media (max-width: 991px) {
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .off-canvas #plazart-mainnav .nav-collapse,
  .off-canvas #ja-mainnav .nav-collapse {
    display: none;
  }
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0 !important;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: hidden;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    background: none repeat scroll 0 0 #333;
    height: auto;
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li {
    float: none;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a {
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
    padding: 10px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li .dropdown-menu .mega-inner {
    padding: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li .dropdown-menu ul li a {
    padding: 5px 25px;
    text-transform: none;
  }
  .off-canvas-enabled body > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvas-enabled #plazart-mainnav {
    display: block;
  }
  .RSlider #slider.row {
    margin: 0;
  }
  .parallax {
    background-position: center center !important;
  }
  .tz-header4 #tz-top_search {
    padding: 0;
  }
  body .plazart-mainnav button.navbar-toggle {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #fff;
    display: block;
    margin-left: 20px;
    padding-top: 11px;
  }
  body .tz-search {
    padding-top: 10px;
  }
  body .plazart-mainnav button.navbar-toggle i {
    color: #fff;
    font-size: 14px;
    line-height: 65px;
  }
  body .plazart-mainnav .navbar-inner > .navbar-collapse .plazart-megamenu ul.nav.navbar-nav {
    display: none;
  }
  body .plazart-mainnav .navbar-inner > .navbar-header {
    float: right;
  }
  .nav-collapse {
    height: 0;
    overflow: hidden;
  }
  body .tz-header {
    padding: 0  20px;
  }
  .plazart-mainnav .tz-search i {
    line-height: 48px;
  }
  body .plazart-mainnav button.navbar-toggle i {
    line-height: 31px;
  }
  .tz-header #tz-logo-area {
    margin: 15px 0;
  }
  div .tz-about .tz-about-item {
    margin: 0 auto;
  }
  div .tz-about.tz-about2 {
    padding: 40px 0;
  }
  .tz-our-team .tz-team-slider li {
    width: 100%;
  }
  .tz-free-shipping .tz-shipping-content {
    float: none;
    padding-left: 85px;
    padding-top: 2px;
  }
  .tz-free-shipping .learn-more {
    float: left !important;
    margin: 30px 15px 0 85px;
    border: 1px solid;
  }
  .off-canvas #off-canvas-nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: fixed !important;
    top: 0;
    z-index: 9999;
    pointer-events: auto;
    width: 100%;
  }
  #off-canvas-nav .plazart-mainnav {
    height: 100%;
  }
  #off-canvas-nav .plazart-mainnav ul.nav li {
    width: 100%;
  }
  #off-canvas-nav .plazart-mainnav ul.nav li.open .nav-child.dropdown-menu {
    display: block !important;
  }
  #off-canvas-nav .plazart-mainnav ul.nav .nav-child.dropdown-menu {
    display: none !important;
  }
  #off-canvas-nav .plazart-mainnav ul.nav .mega-inner {
    padding: 5px 0 0 15px;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li {
    padding: 0 0 15px;
  }
  #off-canvas-nav .plazart-mainnav .mega-dropdown-inner .row div {
    border: none;
    width: 100%;
    padding-bottom: 10px;
  }
  #off-canvas-nav .plazart-mainnav .mega-dropdown-inner .row div:last-child {
    padding-bottom: 0;
  }
  #off-canvas-nav .plazart-mainnav .navbar-nav a .fa {
    width: 25px;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li > a,
  #off-canvas-nav .plazart-mainnav .nav-collapse .dropdown-menu > a {
    font-size: 13px;
    font-weight: 600;
    clear: both;
  }
  .plazart-mainnav li a b.caret {
    display: none !important;
  }
  #off-canvas-nav .plazart-mainnav .nav-collapse .nav > li {
    clear: both;
  }
  #off-canvas-nav .plazart-mainnav ul.nav {
    width: 100%;
  }
  #off-canvas-nav .plazart-mainnav ul.nav .nav-child.dropdown-menu {
    display: block !important;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    position: relative;
    background: #222;
  }
  #off-canvas-nav .plazart-mainnav ul.nav li > a {
    border: none;
  }
  #off-canvas-nav .plazart-mainnav {
    overflow-y: auto !important;
  }
  #off-canvas-nav .plazart-mainnav .dropdown-menu {
    left: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  #off-canvas-nav .plazart-mainnav .dropdown-menu ul li a {
    padding: 7px 30px 7px 10px;
  }
  #off-canvas-nav .plazart-mainnav .nav li.dropdown.open > .dropdown-toggle {
    background: transparent;
  }
  #off-canvas-nav .plazart-mainnav .nav .open > a,
  #off-canvas-nav .plazart-mainnav .nav .open > a:hover,
  #off-canvas-nav .plazart-mainnav .nav .open > a:focus {
    background: transparent;
  }
  body header.tz-header-animation {
    top: 0 !important;
  }
  header.tz-header2 {
    top: 20px !important;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse {
    padding-top: 20px;
  }
  .tzshopping .fa.fa-shopping-cart {
    line-height: 40px;
  }
  .hikashop_products .tzshopping .hikashop_cart_button,
  .hikashop_products .tzshopping a.hikashop_cart_button:hover {
    height: 40px;
    width: 40px;
  }
  .tz-load-more .tz-view-more2 {
    margin: 40px 0 0;
  }
  .tzportfolio-wrap {
    padding: 75px 70px 100px 100px;
  }
  .theme-white.tz-shop-tab-wrap {
    background: transparent;
  }
  #shop #tz-shop-tab1,
  #shop #tz-shop-tab2 {
    clear: both;
  }
  .tz-shop-tab-wrap {
    padding: 50px 0 0px;
  }
  .tz-awesome-content {
    margin-top: 20px;
  }
  .tz-awesome-content a {
    margin-top: 20px;
  }
  body .tz-header5 #plazart-mainnav .btn-navbar i {
    color: #000;
  }
  body .plazart-mainnav button.navbar-toggle {
    padding-top: 5px;
  }
  body .plazart-mainnav button.navbar-toggle {
    padding-top: 10px;
  }
  body .tz-header5 .btn:active,
  body .tz-header5 .btn.active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body .tz-header5 .tz-search {
    padding: 0;
    margin-top: 9px;
  }
  .tzpage-shortcode #tz-shop-tab1 {
    clear: both;
  }
  .tz-form-content .tzsubmit-form {
    margin-bottom: 0;
  }
  .tz-infomation-website {
    padding: 30px 0;
  }
  .contact-form .tz-form-content .row {
    margin-top: 10px;
  }
  .joom-registration .col-md-6 {
    padding-left: 15px;
  }
  .form-horizontal .controls {
    text-align: left;
  }
  .form-horizontal .controls button,
  .form-horizontal .controls a.btn {
    padding: 15px 20px;
  }
  .joom-newfeed {
    margin: 50px 0 0;
  }
  .joom-weblink {
    margin: 50px 0 20px;
  }
  .view-article .tzportfolio-wrap {
    padding: 30px 0;
  }
  ul.pager.pagenav {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .tzblog-wrap {
    padding: 50px 0;
  }
  .tzblog-viewmore {
    border: 1px solid;
    padding: 15px 20px;
  }
  body .blog-gird-item {
    margin-top: 0 !important;
    padding-top: 80px;
  }
  .best_sellers ul li .as_bestsellers_thumb {
    float: none;
  }
  .as_bestsellers_content {
    padding-left: 0;
  }
  .tzshop-summary h1 {
    margin: 30px 0 0;
  }
  .dekor_prd_detail #hikashop_product_price_main {
    margin-bottom: 0;
  }
  .tz-title-details {
    padding: 15px 0;
  }
  .module-inner .hikashop_cart_module #hikashop_cart {
    padding-top: 10px;
  }
  .hikashop_products_listing .tz-lastest-shop.theme-white .hikashop_products > .dekor_clear {
    display: none;
  }
}
@media (max-width: 767px) {
  header.tz-header,
  .tz-header4.tz-header2 {
    position: absolute !important;
    width: 100%;
  }
  body .tz-header {
    padding: 0;
  }
  .tz-introduce3 .tz-view-more {
    padding: 15px 20px;
    margin: 20px 0;
  }
  body .tz-header5 div .tz-search {
    margin-top: 6px;
    margin-right: 10px;
  }
  body.tz-title-bold-3 {
    padding: 0;
  }
  body.view-portfolio .dekor_portfolio {
    padding-top: 50px;
  }
  .tzportfolio-wrap .tzfilter {
    margin-top: 0;
  }
  .tzportfolio-wrap .tz-inner {
    margin: 20px 30px 0;
  }
  .view-article .tzportfolio-wrap {
    padding: 80px 0;
  }
  body .tz-title-bold-3 {
    font-size: 16px;
    padding: 15px 0;
  }
  ul.pager.pagenav {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .tz-introduce4 p {
    line-height: 24px;
  }
  .tz-introduce4 .tz-title-1 {
    font-size: 24px;
  }
  .tz-view-more,
  .learn-more {
    padding: 15px 20px;
  }
  .icon-shopping-cart {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .icon-shopping-cart i {
    line-height: 55px;
  }
  body .tz-header #tz-logo-area {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .plazart-mainnav .nav-collapse {
    display: block;
    height: auto;
    background: transparent;
    border: none;
  }
  body .tz-header4.tz-header2 {
    top: 0 !important;
  }
  body .tz-header4.tz-header2 .tz-search {
    padding-top: 4px;
  }
  header.tz-header2 {
    top: 0 !important;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  }
  #plazart-mainnav {
    margin: 0 !important;
  }
  body .tz-search {
    padding-top: 8px;
  }
  body .plazart-mainnav button.navbar-toggle {
    padding-left: 0;
    padding-top: 8px;
    margin-left: 0;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav {
    padding-top: 0;
  }
  body .tz-title-bold-4,
  body .tz-title-4 {
    padding: 20px 0 30px;
  }
  .tz-our-team {
    padding: 50px 0 35px;
  }
  .tz-team-slider {
    margin-top: 25px;
  }
  body #tz-shop-wrapper {
    padding: 30px 0 !important;
  }
  body .tz-header {
    padding: 0 20px;
  }
  .tz-award {
    padding: 70px 0;
    position: relative;
    text-align: center;
  }
  .award_prev,
  .award_next {
    display: none;
  }
  .tz-introduce {
    padding: 40px 0;
  }
  .tz-introduce .col-md-6:first-child {
    padding-right: 15px;
  }
  .tz-introduce iframe {
    margin-bottom: 20px;
  }
  .tz-view-more {
    margin: 10px 0 ;
  }
  .tz-introduce-content p {
    padding: 5px 0;
  }
  .tz-about-item {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .tz-about {
    padding: 40px 0;
  }
  .tz-choose-content {
    padding: 40px 0;
  }
  .item-collection {
    margin: 40px 0;
  }
  body .tz-lastest-shop {
    padding: 40px 0;
  }
  .laster-thumb {
    margin: auto;
  }
  .tz-view-more2 {
    margin: 40px 0 30px;
  }
  .award_prev {
    left: 20px;
    z-index: 99989999999;
    cursor: pointer;
  }
  .award_next {
    right: 20px;
    z-index: 999999999999;
    cursor: pointer;
  }
  .tz-shipping-content {
    float: none;
    padding-top: 1px;
    padding-left: 85px;
  }
  .learn-more {
    margin: 30px 15px 0;
    float: left !important;
  }
  body header .tz-search {
    padding-top: 6px;
  }
  body header .tz-search i {
    line-height: 60px;
  }
  body header .tz_icon_menu {
    padding-top: 0;
  }
  body .tz-form-search .fa {
    right: 30px;
  }
  .tz-title-2 {
    padding: 15px 0 30px;
  }
  html body header.tz-header {
    transition: 500ms ease 0s;
    -moz-transition: 500ms ease 0s;
    -webkit-transition: 500ms ease 0s;
    -ms-transition: 500ms ease 0s;
    -o-transition: 500ms ease 0s;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }
  body .tz_icon_menu {
    width: 50px;
  }
  .tz_icon_menu i {
    color: #fff;
    font-size: 20px;
    line-height: 65px;
  }
  .tz-about-item {
    margin-bottom: 30px !important;
  }
  .tz-shop-tab {
    margin-bottom: 50px;
  }
  .tz-awesome-content a {
    margin-bottom: 30px;
  }
  .tzauthor-for-words span {
    font-size: 14px;
  }
  .tz-count {
    margin-bottom: 30px;
  }
  .our-blog-bk {
    height: 90%;
    margin: 50px 1px 1px;
  }
  .tz-our-blog {
    padding: 51px 0 30px;
  }
  .tz-about-item {
    margin-bottom: 10px !important;
  }
  .tz-partner {
    padding: 10px 0;
  }
  .tz-about .tz-title-bold-3 {
    margin-bottom: 50px;
  }
  .tz-introduce3 {
    padding: 50px 0 40px;
  }
  .tz-introduce3 .tz-view-more {
    margin: 32px 0 20px;
  }
  .tz-shop-tab-wrap {
    padding: 79px 0 ;
  }
  .our-blog-item {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body .learn-more {
    float: left !important;
    margin: 30px 15px 0 85px ;
  }
  .say_prev,
  .say_next {
    display: none;
  }
  body .tz-logo {
    margin: 17px 0 0;
    transition: all 0s linear 0s;
    -moz-transition: all 0s linear 0s;
    -webkit-transition: all 0s linear 0s;
    -ms-transition: all 0s linear 0s;
  }
  .tz-logo img {
    max-width: 90px;
    width: 100%;
  }
  body .tz-header3 {
    background: #fff !important;
  }
  .tz-header3 .tz_icon_menu i {
    color: #000000;
  }
  body .tz-header5 {
    background: #fff !important;
  }
  .tz-header5 .tz_icon_menu i {
    color: #000000;
  }
  body .tz_icon_menu {
    width: 50px;
  }
  .tz_icon_menu i {
    color: #fff;
    font-size: 20px;
    line-height: 65px;
  }
  .tz-about-item {
    margin-bottom: 30px !important;
  }
  .tz-shop-tab {
    margin-bottom: 50px;
  }
  .tz-awesome-content a {
    margin-bottom: 30px;
  }
  .tzauthor-for-words span {
    font-size: 14px;
  }
  .tz-count {
    margin-bottom: 30px;
  }
  .our-blog-bk {
    height: 90%;
    margin: 50px 1px 1px;
  }
  .tz-our-blog {
    padding: 51px 0 30px;
  }
  .tz-about-item {
    margin-bottom: 10px !important;
  }
  .tz-partner {
    padding: 10px 0;
  }
  .tz-about .tz-title-bold-3 {
    margin-bottom: 50px;
  }
  .about-title {
    top: 32%;
  }
  .tz-facts-item {
    margin: 10px 0;
  }
  .tzblog-slider .tz_slider_prev {
    left: 20px;
  }
  .tzblog-slider .tz_slider_next {
    right: 20px;
  }
  .tzblog-wrap {
    padding: 80px 0;
  }
  .blog-gird-item2 .pageblog-thumb {
    height: 350px;
  }
  .blog-item {
    margin-top: 10px;
  }
  .blog-gird-item3 .pageblog-thumb {
    height: 220px;
  }
  .tz-form-cotent {
    padding: 60px 0 0;
    position: relative;
  }
  .tz-infomation-website {
    padding: 20px 0 50px;
  }
  .tz-forum {
    background: none repeat scroll 0 0 #eee;
    padding: 55px 0 35px;
  }
  .tzpage-default {
    padding: 50px 0;
  }
  .nav-child {
    display: block;
    min-width: 100%;
    top: 0;
    left: 0;
    position: relative;
    padding: 10px;
    background: #222;
  }
  .off-canvas #off-canvas-nav .plazart-mainnav .nav-collapse li a {
    text-transform: none;
  }
  .off-canvas .mega-inner .mega-nav li a i {
    padding-right: 5px;
  }
  .tzblog-wrap.blog-gird-item #tz-component-area {
    padding: 0 30px;
  }
  .contact-button a {
    max-width: 250px;
  }
  .tzpage-user-profile {
    padding: 50px 0 0;
  }
  .joom-controller {
    margin: 30px 0 35px;
    text-align: center;
  }
  .joom-newfeed {
    margin: 50px 0;
  }
  .joom-registration .col-md-6 {
    padding-left: 15px;
  }
  .form-ds {
    padding: 30px 0;
  }
  .joom-registration {
    padding: 30px 20px;
    margin: 30px 15px 15px;
  }
  .registration.joom-registration > #member-registration fieldset > .row div > .row:first-child {
    display: none;
  }
  .form-reset input {
    width: 60%;
  }
  .form-button button {
    margin: 0;
    padding: 14px 16px 13px;
    border: 1px solid #000000;
  }
  .joom-reset {
    margin-bottom: 50px;
    padding: 30px 20px;
  }
  .form-reset input {
    width: 100%;
    margin: 10px 0 0;
  }
  .form-reset {
    margin: 20px 0;
  }
  .joom-weblink {
    margin: 50px 0 16px;
    padding: 56px 75px;
  }
  body .tz-grid-2 .tz-image-item {
    height: 350px;
  }
  .tzportfolio-wrap {
    padding: 50px 30px 75px;
  }
  body .tz-grid-3 .tz-image-item {
    height: 250px;
  }
  .tz-no-mansory .tz-image-item {
    height: 250px;
  }
  .tzfilter {
    margin-top: 20px;
  }
  .widget_bestsellers ul li .as_bestsellers_thumb {
    float: none;
    margin-bottom: 15px;
  }
  .as_bestsellers_content {
    padding-left: 0;
  }
  .widget_bestsellers ul li {
    margin: 0 0 30px;
  }
  .tzcategory-shop-wrap {
    padding: 10px 0 40px;
  }
  .shop_table thead tr th {
    padding: 18px 10px;
  }
  .shop_table thead tr th:last-of-type {
    padding-right: 0;
  }
  .shop_table tr td {
    padding: 10px;
  }
  .tzpayment {
    padding: 50px 0 0;
    text-align: center;
  }
  .tzcheckout-wrap {
    padding: 50px 0;
  }
  .payment-title {
    padding: 30px 0;
  }
  .tzlogin-wrap {
    padding: 50px 0;
  }
  .tzshop-summary h3 {
    margin: 30px 0 0;
  }
  #detailTab > li > a {
    margin-bottom: 10px;
    padding: 15px 20px;
  }
  .tzpage-shortcode {
    padding: 50px 0;
  }
  .alignnone {
    margin: 0;
  }
  .tzsingle-wrap {
    padding: 50px 0;
  }
  .tzrelated {
    padding: 40px 0 21px;
  }
  .p-single-content {
    padding: 35px 0 60px;
  }
  .tzsingleblog-wrap {
    padding: 40px 0;
  }
  .tzportfolio-wrap {
    padding: 35px 0 45px;
  }
  .tz-inner {
    margin: 30px 10px 0 10px;
  }
  .tzfilter a {
    margin: 15px 0 0 15px;
  }
  body .tz-header {
    padding: 0;
  }
  .tz-footer-content {
    padding: 35px 0;
  }
  .tzheader-background {
    display: none;
  }
  .tz-about4 {
    padding: 30px 0;
  }
  body .tz-form-search .fa {
    right: 0;
  }
  .tz-form-search input#tz-search-input {
    padding: 5px 0;
  }
  .tzblog-slider {
    max-height: 250px;
  }
  .tzblog-slider .tz_slider_prev {
    left: 10px;
  }
  .tzblog-slider .tz_slider_next {
    right: 10px;
  }
  .blog-item h4 {
    padding: 30px 20px 20px;
  }
  .blog-item p {
    padding: 0 5% 34px;
  }
  .tzblog-viewmore {
    padding: 15px 25px;
  }
  .blog-video .tz-video {
    height: 250px;
    z-index: 999;
  }
  .tz-video {
    padding: 50px 0;
  }
  .blog-video .tzautoplay,
  .blog-video .tzpause {
    width: 50px;
    height: 50px;
    margin-left: -20px;
    margin-top: -25px;
  }
  .blog-video .tzautoplay i {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
  }
  .blog-video .tzpause i {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
  }
  .tzquote p {
    font-size: 18px;
    line-height: 36px;
  }
  .tzquote strong {
    padding: 0 5%;
  }
  .blog-gird-item2 .pageblog-thumb {
    height: 100%;
    max-height: 250px;
  }
  .tz-map {
    height: 300px;
    width: 100%;
  }
  .tz-form-cotent {
    padding: 30px 0 0;
    position: relative;
  }
  .tzkunena-login span {
    display: block;
  }
  .tzkunena-login .input input {
    width: 100%;
    margin: 10px 15px 10px 0;
    display: block;
  }
  .kblocktable td {
    display: block !important;
    padding: 10px 20px;
    width: 100%;
  }
  .kcol-category-icon a {
    display: block;
    text-align: left;
  }
  .kcol-kcattopics span,
  .kcol-kcatreplies span {
    text-align: left;
  }
  #kstatslistright li {
    padding: 0;
    text-align: left;
  }
  #kstatslistleft,
  #kstatslistright {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .simple_prev,
  .simple_next {
    display: none;
  }
  .tz-simple-product li p {
    font-size: 28px;
    line-height: 35px;
    padding: 0 15px;
  }
  .tz-simple-product li a {
    padding: 15px 30px;
  }
  .partner-slider {
    padding: 60px 0 15px;
  }
  .tz-free-shipping > .container {
    padding: 0 30px;
  }
  .home-rtl .tz-form-search .fa {
    margin-left: 0;
  }
  .home-rtl .tz-shipping-content {
    text-align: right;
    padding-right: 85px;
    padding-left: 0;
  }
  .joom-userprofiler {
    padding: 50px 0 0;
  }
  .joom-controller li a {
    padding: 0 15px;
  }
  .joom-login {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 40px;
    padding: 40px 20px;
  }
  .joom-newfeed {
    margin: 50px 0;
    padding: 30px 30px 0;
  }
  .joom-weblink {
    padding: 30px;
  }
  .joom-weblink ul {
    margin: 36px 0;
  }
  .shop_table thead tr th {
    display: block;
    padding: 10px !important;
    width: 100%;
  }
  .shop_table tr td {
    display: block;
    padding: 10px;
    width: 100% !important;
  }
  .tznav-product li a {
    margin: 0 10px 10px 0;
    padding: 15px 25px 16px;
  }
  .tztab-content {
    margin: 15px 0 0;
  }
  .laster-shop-item {
    margin-top: 20px;
  }
  .tz-custom-product h6 span {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
  }
  .padding-80 {
    padding: 80px 0;
  }
  .tz-quote li p {
    font-size: 18px;
    line-height: 36px;
  }
  .tz-quote li span {
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    padding: 24px 20px 0;
    text-align: center;
  }
  .tz-overlay {
    padding: 50px 0;
  }
  .tz-tzrelated {
    margin-top: 30px;
  }
  .p-content-right {
    margin-top: 30px;
  }
  .single-slider-full {
    max-height: 300px;
  }
  .tz_slider_prev {
    left: 15px;
  }
  .tz_slider_next {
    right: 15px;
  }
  .single-slider-small {
    max-height: 250px;
  }
  .tz-title-bold-3 {
    padding: 21px 10px;
  }
  .tzpagenavi-single {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
  }
  .single-video .tz-video {
    height: 250px;
    z-index: 999;
  }
  .tz-video {
    padding: 0;
  }
  .single-video .tzautoplay,
  .single-video .tzpause {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .single-video .tzautoplay i {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
  }
  .single-video .tzpause i {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
  }
  .tzpost-content {
    background: none repeat scroll 0 0 #fff;
    padding: 30px 15px;
  }
  .tzpost-author p {
    padding: 12px 5%;
  }
  .tzpost-pagenavi a {
    font-size: 12px !important;
  }
  .tzpost-pagenavi-left i {
    color: #0f0f0f;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 25px;
    margin-left: 5px;
    padding: 0;
    width: 30px;
  }
  .tzpost-pagenavi-right i {
    color: #0f0f0f;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 25px;
    margin-right: 5px;
    padding: 0;
    width: 30px;
  }
  .comment-list li article {
    padding: 20px;
  }
  .comment-content {
    padding-left: 70px;
  }
  .comment-author img {
    height: 50px;
    width: 50px;
  }
  .comment-list li .children li {
    margin-left: 0;
    margin-top: 10px;
  }
  .comment-respond {
    background: none repeat scroll 0 0 #fff;
    margin: 50px 0 0;
    padding: 38px 5%;
  }
  #comments_form_submit {
    padding: 10px 18px;
    height: 48px;
  }
  .tz-about .tz-about-item {
    padding-top: 30px;
    width: 300px;
    height: 300px;
  }
  .tz-awesome-content a {
    margin: 30px auto !important;
    display: block;
  }
  .tz-awesome {
    padding: 35px 0;
  }
  ul.tz-love-slider .owl-controls {
    margin-top: 30px;
  }
  .tz-love-slider {
    padding: 35px 0 8px;
  }
  .tz_love_words {
    padding: 35px 0;
  }
  body .padding-ourblog {
    padding: 35px 0 50px;
  }
  .tz-shop-tab-wrap {
    padding: 35px 0 0;
  }
  body .tz-lastest-shop-style2 {
    padding: 30px 0 40px;
  }
  .tz-introduce4 p {
    padding: 18px 0;
  }
  .tz-introduce4 {
    padding: 35px 0;
  }
  .tz-introduce4 .tz-view-more {
    margin: 10px 0 3px;
  }
  .tzcustom-block {
    padding: 30px 0;
  }
  .tzcustom-row {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .custom-right {
    margin-top: 30px;
  }
  .tz-title-4 {
    padding: 30px 0 50px;
  }
  .tz-load-more .tz-view-more2 {
    margin: 50px 0;
  }
  .tzavata-for-words {
    margin: 10px 0;
  }
  .tzauthor-for-words {
    margin: 10px 0;
  }
  .tzcontent-for-words {
    margin: 0 0 10px 0;
  }
  .tz-love-words-slider {
    margin: 30px 0;
  }
  .tz-video-content strong {
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 4px;
    line-height: 16px;
    padding: 0 10%;
    text-align: center;
    text-decoration: none;
    display: block;
  }
  .tz-video-content h3 {
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 100;
    line-height: 45px;
    margin: 13px 0 9px;
    padding: 0;
    text-align: center;
    text-decoration: none;
  }
  .tz-video-content {
    padding: 30px 0;
  }
  .tzautoplay,
  .tzpause {
    width: 50px;
    height: 50px;
  }
  .tzautoplay i,
  .tzpause i {
    font-size: 18px;
    line-height: 50px;
    padding-left: 0;
  }
  body .tzautoplay i {
    padding-left: 5px;
  }
  .tzcustom-button {
    float: left !important;
    margin: 20px 0 0 0;
    padding: 17px 33px;
  }
  .custom-html p {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    margin: 0;
    padding: 0;
  }
  header.tz-header2 {
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    width: 100%;
    z-index: 999999;
    padding: 0;
  }
  .tz-shop-cart {
    display: none;
  }
  .tz-offcavas {
    padding: 25px 0;
  }
  .tz-header4 .tz-logo {
    margin: 21px 0;
  }
  .tz-header4 i.fa-search {
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    padding-top: 10px;
  }
  .tz-header4 .tz-search {
    margin-right: 10px;
  }
  .nav-child {
    display: block;
    min-width: 100%;
    top: 0;
    left: 0;
    position: relative;
    padding: 10px;
    background: #222;
    width: 100%;
  }
  .entry-shop-menu {
    padding: 0;
  }
  .entry-shop-menu img {
    float: none !important;
    max-height: 75px;
    max-width: 75px;
  }
  .menu-shop-body {
    display: block;
    line-height: 24px;
    padding-left: 0;
    padding-top: 3px;
  }
  .nav-child ul li ul {
    border-left: none;
    display: block;
    left: 15px;
    position: relative;
    top: 0;
    width: 100%;
  }
  .tz-about-bk img {
    width: 100%;
    height: 100%;
  }
  body .content-404 {
    padding: 25% 0 0;
  }
  body .icon-404 {
    color: #fff;
    font-size: 50px;
    line-height: 51px;
  }
  body .title-404 {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    padding: 11px 0 12px;
  }
  body .content-404-style p {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0;
    padding: 0;
  }
  body .content-404-style form {
    margin: 31px auto 27px;
    position: relative;
    text-align: center;
    width: 65%;
  }
  body .entry-404-meta span:first-child {
    margin-right: 0;
  }
  body .entry-404-meta span {
    color: #ffffff;
    display: block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    margin: 0;
    padding: 0;
  }
  .tz-award-slider span {
    border: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
    margin: 2px 0 0;
    padding: 3px 0;
  }
  body .tz-award-slider h6 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    top: 40%;
  }
  .p-single-content .tz-container-fluid.container > .tz-row {
    margin: 0;
  }
  .tz-header .hikashop_cart_module {
    padding-left: 5px;
  }
  .tzshop-summary h1 {
    margin-top: 15px;
    font-size: 20px;
  }
  #hikashop_product_price_main .hikashop_product_price_full {
    margin: 0;
  }
  body .tz-lastest-shop {
    padding: 0;
  }
  div .tz-shop-meta a {
    width: 40px;
    height: 40px;
  }
  .dekor_prd_detail .hikashop_product_price {
    font-size: 18px;
  }
  .com_hikashop.view-checkout #hikashop_checkout_page h1 {
    font-size: 16px;
  }
  .com_hikashop.view-checkout #hikashop_checkout_login span.add-on {
    width: 20%;
  }
  .com_hikashop.view-checkout #hikashop_checkout_login label {
    width: 20%;
  }
  .com_hikashop.view-checkout #hikashop_checkout_login #hikashop_checkout_login_left_part #form-login-submit > .controls {
    text-align: left;
  }
  .table th.hikashop_cart_product_price_title,
  .table th.hikashop_cart_product_quantity_title,
  .table th.hikashop_cart_product_total_title {
    text-align: left;
  }
  #hikashop_checkout_cart .hikashop_cart_product_name_value.product-name {
    text-align: center;
  }
  .shop_table .product-name p.hikashop_cart_product_name a {
    line-height: 25px;
  }
  #login-form .userdata {
    padding-top: 30px;
  }
  .hikashop_user_registration_page .form-horizontal .controls a.btn {
    margin: 20px 0 0;
  }
  body.com_hikashop.view-user #tz-main-body-wrapper {
    padding: 78px 0 30px !important;
  }
}
@media (max-width: 768px) {
  body .collapse {
    visibility: inherit;
  }
}
/**
 * 
 * File used to change styling of the standard Bootstrap elements 
 *
 **/
/* Fluid layout */
.container-fluid {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0;
}
/* Mainmenu toggler */
.tz-mainmenu-toggle {
  display: none;
}
/* Fix for the images */
img {
  max-width: 100%;
}
div.imgcaption {
  max-width: 100%!important;
}
/* Fix for the btn-toolbar */
.btn-toolbar {
  clear: both;
}
.article-index + .btn-toolbar {
  clear: left;
}
/* Adjustment for the buttns */
aside .btn-group > .dropdown-toggle {
  padding: 0!important;
}
.btn.btn-primary [class^="icon-"] {
  margin-top: -1px;
  opacity: 1;
}
a [class^="icon-"] {
  margin-top: -3px;
}
/* Adjustment for the badges and labels */
.label,
.badge {
  vertical-align: text-top !important;
}
/* Adjustment for the well class */
.well {
  background: #fff;
}
/* Adjustment for the nav-pills */
.nav-pills li:hover a {
  background: #5990de;
  color: #fff;
}
/* Adjustment for the form actions */
.form-actions {
  background: #fff;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
/* Fix for the icons */
[class^="icon-"],
[class*=" icon-"] {
  /*opacity: 0.5;*/
  position: relative;
  top: 2px;
}
/* Adjustment of the dropdown button */
.btn-group.open .btn.dropdown-toggle,
.btn.dropdown-toggle {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Fix for the spans in the rows */
[class*="span"]:first-child {
  margin-left: 0!important;
}
[class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Fix for the breadcrumbs */
.breadcrumb {
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
.breadcrumb > li:first-child {
  margin-right: 10px;
}
/* Fix for the tables */
table {
  clear: both;
}
/* Fix for the dropdown menu in the <aside> */
aside .dropdown-menu {
  min-width: 80px!important;
}
/* Fix for the stripped lists */
.list-striped {
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-type: none;
  margin: 0;
  padding: 3px;
}
.list-striped li {
  padding: 7px 10px;
}
.list-striped li:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover {
  background-color: #f5f5f5;
}
/*# sourceMappingURL=bootstrap.css.map */

.btn-primary {
    color: #FFF;
    background-color:#CD0207 !important;
    border-color: #CD0207;	
	border-radius: 3px;
}
.btn-default {
    color: #374140;
    background-color:#fff !important;
    border-color: #374140;	
	border-radius: 3px;
}